/* collage */

.banner {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    cursor: pointer;
}

.flex-control-nav {
    text-align: center;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0.6;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
    background-image: url(../img/ic-banner-arrow-left.svg);
    background-position: 80px;
    left: 0;
}

.flex-direction-nav .flex-next {
    background-image: url(../img/ic-banner-arrow-right.svg);
    background-position: 60px;
    right: 0;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    width: 11%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-size: 16px 50px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-control-nav {
    width: 100%;
    bottom: 25px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 10px;

}

.flex-control-paging li a {
    width: 6px;
    height: 6px;
}

.nav-page {
    margin: -54px auto 50px auto;
    width: 100%;
    height: 108px;
    background-color: #124F52;
    text-align: center;
    color: white;
}

.nav-page table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    vertical-align: middle;
}

.nav-page .nav-btn {
    font-size: 25px;
    font-weight: bold;
}

.nav-page .nav-btn.active {
    font-size: 36px;
    background-color: #EC7464;
}

.nav-page .nav-btn:not(:last-child):hover {
    font-size: 36px;
    background-color: #EC7464;
}

.nav-page .nav-btn .desc {
    font-size: 14px;
    margin-top: 10px;
}

.nav-page .nav-btn .btn-class-mine {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EC7464;
    border-radius: 6px;
    margin: 0 auto;
}

.collage {
    width: 100%;
}

.collage .theme {
    margin: 50px auto;
    text-align: center;
}

.collage .theme table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.collage .theme .line-tips {
    width: 70px;
    height: 132px;
}

.collage .theme .title .value {
    font-size: 50px;
    font-weight: bold;
}

.collage .theme .title .value span.red {
    color: #EC7464;
}

.collage .theme .title .desc {
    font-size: 22px;
    margin-top: 10px;
    color: #666666;
}

.collage .theme .tag-tips {
    margin: 20px auto;
}

.collage .theme .tag-tips * {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.collage .theme .tag-tips .point {
    width: 12px;
    height: 12px;
    background-color: #EC7464;
    border-radius: 100%;
    margin: 0 20px;
}

.collage .symbol-media tr.margin {
    height: 100px;
}

.collage .box .box-tag {
    width: 100%;
    text-align: center;
    margin: 50px auto;
    font-size: 22px;
}

.collage .box .box-tag * {
    display: inline-block;
    vertical-align: middle;
}

.collage .box .box-tag .line-small {
    margin: 0 20px;
}

.collage .box .btn-more {
    width: 190px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #EC7464;
    text-align: center;
    margin: 50px auto;
    border-radius: 6px;
    font-size: 22px;
    font-weight: bold;
}


/* collage class */

.collage-class .news-special .bg .bg-pop.dark {
    position: absolute;
    width: 100%;
    height: 475px;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.collage-class .news-special .bg .btn-play {
    position: absolute;
    width: 94px;
    height: 94px;
    top: 193px;
    left: 373px;
    z-index: 3;
}


.collage-class .news-special .bg video {
    width: 100%;
    height: 100%;
    background-color: black;
}

.collage-class .nav-title {
    margin-top: 50px;
}

.collage-class .nav-class {
    margin-bottom: 30px;
}