.img_scale {
    overflow: hidden
}

.img_scale img {
    transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -ms-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -o-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -webkit-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -moz-transition: transform cubic-bezier(.215, .61, .355, 1) 1s
}

/*.img_scale:hover img {*/
    /*transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1)*/
/*}*/

.img_scale:hover .full {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.hidden {
    display: none
}

.sort-main {
    padding: 0 46px;
    margin-bottom: 66px
}

.sort-main .page ul {
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.sort-con {
    margin-bottom: 22px
}

.sort-con ul {
    margin: 0 -21px
}

.sort-con li {
    float: left;
    width: 25%;
    padding: 0 21px;
    margin-bottom: 30px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.sort-con li:hover a {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

.sort-con li.off .img_scale {
    position: relative
}

.sort-con li.off .img_scale:after {
    content: '';
    width: 84px;
    height: 22px;
    background: url(../images/icon-img.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0
}

.sort-con a {
    display: block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.sort-con p {
    font-size: 14px;
    line-height: 30px;
    color: #303030;
    margin-top: 8px;
    height: 30px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    width: 100%
}

.sort-con .sort-name {
    float: left;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort-con .sort-grade {
    width: 15%;
    font-size: 16px;
    color: #ffac2d;
    float: right;
    text-align: right
}

@media (max-width: 1440px) {
    .sort-con ul {
        margin: 0 -12px
    }

    .sort-con li {
        padding: 0 12px
    }
}

@media (max-width: 1366px) {
    .sort-con ul {
        margin: 0 -10px
    }

    .sort-con li {
        padding: 0 10px
    }
}

.intro-img {
    margin-top: 44px
}

.tit {
    margin-bottom: 30px
}

.tit span {
    /*width: 36px;*/
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    padding-bottom: 6px;
    border-bottom: 2px solid #ffac2d
}

.tit .intro-sort {
    /*width: calc(100% - 66px);*/
    float: right;
    float: left;
    font-size: 14px;
    line-height: 30px;
    height: 36px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e2e7eb;
    margin-left: 2.5%
}

.tit .intro-sort a {
    display: inline-block;
    vertical-align: middle;
    color: #969696;
    margin-right: 18px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.tit .intro-sort a.active, .tit .intro-sort a:hover {
    color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.tit .fr a {
    color: #303030;
    margin-right: 0
}

.img-con {
    margin-bottom: 46px
}

.img-con ul {
    margin: 0 -2px
}

.img-con li {
    float: left;
    width: 16.6667%;
    padding: 0 2px;
    margin-bottom: 4px
}

.img-con a {
    display: inline-block;
    vertical-align: middle
}

.intro-bottom {
    position: relative;
    margin-bottom: 85px
}

.back {
    width: 112px;
    line-height: 34px;
    background: #ffac2d;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    /*margin-top:50px;*/
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.back:after {
    content: '';
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.back a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 2
}

.back:hover:after {
    width: 100%;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.inner-banner {
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0 rgba(63, 87, 103, .13);
    box-shadow: 0 1px 5px 0 rgba(63, 87, 103, .13)
}

.inner-banner .banner-txt {
    width: 62.5%;
    background: rgba(58, 50, 71, .84);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.inner-banner .txt-wrap {
    padding: 36px 46px;
    position: relative
}

.inner-banner .banner-img {
    width: 15.4333%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(63, 87, 103, .22);
    box-shadow: 0 1px 3px 0 rgba(63, 87, 103, .22)
}

.inner-banner .banner-con {
    width: 84.5667%;
    padding-left: 40px;
    position: relative
}

.inner-banner h2 {
    font-size: 24px;
    line-height: 1;
    color: #ffac2d;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e2e7eb
}

.inner-banner .desc {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px dashed #e2e7eb
}

.inner-banner .grade-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.inner-banner .grade-wrap p {
    display: inline-block;
    color: #fff;
    width: 50px;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    margin-right: 10px
}

.inner-banner .grade-wrap .grading, .inner-banner .grade-wrap .rating {
    display: inline-block
}

.inner-banner .grade-wrap .subject-rate {
    font-size: 30px
}

.inner-banner .grade-wrap .grading {
    font-size: 0
}

.inner-banner .grade-wrap .grade-process-bg {
    display: inline-block;
    width: 65px;
    height: 8px;
    border-radius: 15px;
    background: #7f7997;
    margin-right: 10px
}

.inner-banner .grade-wrap .grade-process {
    display: inline-block;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to right, #f6d34d 0, #9ee255 100%)
}

.inner-banner .grade-wrap .grade-rate {
    font-size: 22px;
    color: #aae945
}

.intro {
    margin-top: 40px
}

.con {
    margin-bottom: 18px
}

.tit1 {
    margin-bottom: 20px
}

.tit1 span {
    width: 72px
}

.tit1 .intro-sort {
    width: calc(100% - 100px)
}

.intro-left-act p, .intro-left-con p {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 28px
}

.intro-left-act .pack-up, .intro-left-act .read-more, .intro-left-con .pack-up, .intro-left-con .read-more {
    color: #ffac2d;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer
}

.tit2 {
    margin-bottom: 20px
}

.intro-left-img .img-con {
    margin-bottom: 32px
}

.tit3 {
    margin-bottom: 36px
}

.tit3 span {
    width: 220px
}

.tit3 .intro-sort {
    width: calc(100% - 250px)
}

.intro-left-series .series-con li {
    width: 60px;
    float: left;
    border: 1px solid #ccc;
    margin: 0 5px 10px 8px;
    border-radius: 5px;
    text-align: center
}

.intro-left-series .series-con a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 4px 4px;
    color: #7e7e7e;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.intro-left-series .series-con a:hover {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    color: #fff;
    background: #ffac2d
}

.intro-left-series .series-con .series-more span {
    width: 0;
    height: 0;
    border-color: #ffac2d transparent transparent;
    border-style: solid dashed dashed;
    border-width: 7px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin-top: 4px
}

.intro-left-series .series-con .series-more:hover {
    background: 0 0
}

.intro-left-series .series-con .series-more-opened span {
    width: 0;
    height: 0;
    border-color: transparent transparent #ffac2d;
    border-style: solid dashed dashed;
    border-width: 7px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin-top: -8px
}

.intro-left-series .series-con .series-more-opened:hover {
    background: 0 0
}

.intro-recommend {
    margin-bottom: 95px
}

.intro-recommend ul {
    margin: 0 -10px
}

.intro-recommend li {
    float: left;
    width: 20%;
    padding: 0 10px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.intro-recommend li:hover a {
    color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.intro-recommend a {
    display: block;
    color: #303030;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.intro-recommend p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-top: 12px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media (max-width: 1680px) {
    .inner-banner .banner-txt {
        width: 74%
    }

    .inner-banner .txt-wrap {
        padding: 25px 36px
    }

    .inner-banner .banner-img {
        width: 16.5%
    }

    .inner-banner .banner-con {
        width: 83.5%
    }

    .inner-banner h2 {
        padding-bottom: 18px
    }
}

@media (max-width: 1440px) {
    .inner-banner .banner-txt {
        width: 70%
    }

    .inner-banner .txt-wrap {
        padding: 20px
    }

    .inner-banner .banner-img {
        width: 17.4333%
    }

    .inner-banner .banner-con {
        width: 82.5667%;
        padding-left: 30px
    }

    .inner-banner h2 {
        padding-bottom: 14px;
        font-size: 22px
    }

    .inner-banner .desc {
        line-height: 24px;
        padding: 10px 0
    }

    .inner-banner .grade-wrap .subject-rate {
        font-size: 26px
    }
}

@media (max-width: 1366px) {
    .inner-banner .banner-txt {
        width: 80%
    }

    .inner-banner h2 {
        font-size: 20px
    }

    .inner-banner .banner-img {
        width: 15%
    }

    .inner-banner .banner-con {
        width: 85%;
        padding-left: 28px
    }

    .inner-banner .grade-wrap .subject-rate {
        font-size: 22px
    }

    .inner-banner .grade-wrap .grade-rate {
        font-size: 20px
    }

    .intro-recommend ul {
        margin: 0 -6px
    }

    .intro-recommend li {
        padding: 0 6px
    }
}

@media (max-width: 1280px) {
    .inner-banner .banner-txt {
        width: 90%
    }

    .inner-banner .txt-wrap {
        padding: 20px
    }

    .inner-banner .banner-img {
        width: 13%
    }

    .inner-banner .banner-con {
        width: 86%;
        padding-left: 28px
    }

    .inner-banner .desc {
        padding: 5px 0
    }
}

.img-null {
    min-height: 320px;
    text-align: center;
    position: relative
}

.img-null .img-null-tips {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.img-null p {
    font-size: 16px;
    line-height: 30px;
    color: #7e7e7e;
    margin-top: 17px
}

.info-wrap {
    margin-top: 35px;
    margin-bottom: 104px
}

.info-tit {
    font-size: 24px;
    line-height: 30px;
    color: #303030;
    text-align: center
}

.info-left-top {
    border-bottom: 1px dashed #e2e7eb;
    margin: 15px 0
}

.info-left-top .swiper-button {
    width: 20%;
    font-size: 0
}

.info-left-top .swiper-button .button {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #303030;
    cursor: pointer;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.info-left-top .swiper-button .button:hover {
    color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.info-left-top .swiper-button .swiper-left:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #303030;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg)
}

.info-left-top .view-swiper-pagination {
    width: 100%;
    padding: 0 20%;
    font-size: 14px;
    line-height: 30px;
    color: #303030;
    text-align: center
}

.info-left-top .more {
    display: block;
    width: 20%;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    color: #303030;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.info-left-top .more:hover {
    color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.view {
    position: relative;
    cursor: pointer;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.view .swiper-slide {
    cursor: pointer
}

.view .show-large {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.view .show-large img {
    vertical-align: text-bottom
}

.view .show-large {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.view:hover .show-large {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.preview {
    width: 92.9256%;
    margin: 15px auto 0;
    position: relative
}

.preview .arr {
    width: 25px;
    height: 70px;
    background: #868686;
    text-align: center;
    color: #fff;
    line-height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    z-index: 99;
    cursor: pointer;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.preview .arr .iconfont {
    margin-left: 0;
    font-size: 16px
}

.preview .arr:hover {
    background: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.preview .arr-left {
    left: -30px
}

.preview .arr-right {
    right: -30px
}

.gallery-thumbs {
    margin: 0 -1px;
    text-align: center
}

.gallery-thumbs .swiper-slide {
    width: calc(12.64% - 1px);
    cursor: pointer;
    margin: 0 0px;
    border: 3px solid transparent;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.gallery-thumbs .swiper-slide.active-nav, .gallery-thumbs .swiper-slide:hover {
    border-color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.wrap-r-top li {
    margin-bottom: 34px
}

.img-info {
    color: #303030;
    margin-bottom: 45px
}

.img-info h3 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700
}

.img-info .info-con {
    margin: 15px 0 30px
}

.img-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px
}

.img-info em {
    font-style: normal;
    color: #7e7e7e
}

.img-info .info-more {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #303030;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.img-info .info-more:hover {
    color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.big-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 999
}

.big-wrap .big-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.big-wrap .close {
    width: 35px;
    height: 35px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1000;
    cursor: pointer
}

.big-wrap .close:hover {
    background: url(../images/close-h.png) no-repeat
}

@media (max-width: 1440px) {
    .info-tit {
        font-size: 22px
    }

    .preview {
        margin-top: 40px
    }

    .img-info {
        margin-bottom: 35px
    }

    .img-info .info-con {
        margin: 15px 0 20px
    }
}

@media (max-width: 1366px) {
    .info-tit {
        font-size: 20px
    }
}

.img-container {
    width: 100%;
    padding: 0 54px;
    margin-top: 40px;
    margin-bottom: 142px;
    position: relative
}

.img-container a {
    display: block
}

.img-container a:hover .img-intro {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}



.img-container i {
    display: block
}

.img-container span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 34px;
    line-height: 22px;
    font-size: 12px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    color: #fff
}

.img-container .img-intro {
    background: rgba(6, 10, 9, .66);
    color: #969696;
    font-size: 12px;
    line-height: 38px;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}



.img-container .img-intro i {
    font-style: normal;
    /*display: inline;*/
    color: #ffac2d;
    float:left;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-wrap {
    margin-top: 40px
}

.btn-wrap .btn {
    width: 112px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: #868686;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    text-align: center;
    cursor: pointer
}

.btn-wrap .btn:hover {
    background: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.arr {
    width: 45px;
    line-height: 200px;
    background: #868686;
    position: absolute;
    color: #fff;
    margin-top: -37px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.arr i {
    font-size: 32px;
    margin-left: 0
}

.arr:hover {
    background: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.arr-prev {
    left: 0
}

.arr-next {
    right: 0
}

.rank-menu {
    margin-bottom: 30px;
    margin-left: 21.75%
}

.rank-menu li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    transition: all .6 ease;
    -ms-transition: all .6 ease;
    -o-transition: all .6 ease;
    -webkit-transition: all .6 ease;
    -moz-transition: all .6 ease
}

.rank-menu li.active a, .rank-menu li:hover a {
    color: #ffac2d;
    transition: all .6 ease;
    -ms-transition: all .6 ease;
    -o-transition: all .6 ease;
    -webkit-transition: all .6 ease;
    -moz-transition: all .6 ease
}

.rank-menu a {
    display: block;
    color: #969696
}

.search-result {
    font-size: 12px;
    margin-top: 40px
}

.search-result .result-l {
    width: 66.1666%
}

.search-result .result-list {
    margin-bottom: 70px
}

.search-result .result-list ul > li {
    margin-bottom: 30px
}

.search-result .result-tit {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 48px
}

.search-result .grade-wrap {
    margin: 15px 0 20px
}

.search-result .grade-wrap > div {
    display: inline-block;
    vertical-align: middle
}

.search-result .grade-wrap .grade1 {
    margin-right: 22px
}

.search-result .grade-wrap p {
    display: inline-block;
    font-size: 12px
}

.search-result .grade-wrap .grading, .search-result .grade-wrap .rating {
    display: inline-block
}

.search-result .grade-wrap .subject-rate {
    font-size: 12px
}

.search-result .grade-wrap .grading {
    font-size: 0
}

.search-result .grade-wrap .grade-process-bg {
    display: inline-block;
    width: 70px;
    height: 8px;
    border-radius: 15px;
    background: #7f7997;
    margin-right: 5px
}

.search-result .grade-wrap .grade-process {
    display: inline-block;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to right, #f6d34d 0, #9ee255 100%)
}

.search-result .grade-wrap .grade-rate {
    font-size: 12px;
    color: #aae945
}

.search-result .result-img {
    width: 15.0943%
}

.search-result .result-desc {
    width: 80.1257%;
    padding-top: 12px
}

.search-result .result-desc h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.search-result .result-desc h4:hover {
    color: #ffac2d;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.search-result .result-desc > p {
    line-height: 22px;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.search-result .movie-det {
    display: inline-block;
    margin-top: 26px;
    color: #969696
}

.search-result .movie-det:hover {
    color: #ffac2d;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.search-result .result-l-bottom {
    margin-bottom: 70px;
    text-align: center
}

.search-result .result-l-bottom .page {
    display: inline-block
}

.search-result .result-r {
    margin-top: 73px
}

@media (max-width: 1570px) {
    .search-result .result-desc {
        padding-top: 8px
    }

    .search-result .grade-wrap {
        margin: 12px 0 18px
    }

    .search-result .movie-det {
        margin-top: 20px
    }
}

@media (max-width: 1440px) {
    .search-result .result-desc {
        padding-top: 6px
    }
}

@media (max-width: 1200px) {
    .search-result .grade-wrap {
        margin: 12px 0 15px
    }
}

.index-gap {
    margin-bottom: 3px
}
