/* title */
.toolbar{display: none !important;}
.box{width: 100%;height: 80px;}
.top-title {
    margin: 10px 0;
    color: #999999;
}

.top-title a {
    font-size: 16px;
    color: #999999;
}

.top-title a.active {
    color: #3E9CFD;
}
.mbx{
    width: 100%;
    margin: 30px 0;
    white-space: nowrap;
    overflow-x: auto;
}
.mbx::-webkit-scrollbar {
	width: 1px;
}
.mbx a{
    margin-right: 10px;
    padding: 5px 18px;
    display: inline-block;
}
.mbx a.active{
    border-radius: 15px;
    background: #3E9CFD;
    color: #fff;
}
.mbx a:hover{
    border-radius: 15px;
    background: #3E9CFD;
    color: #fff;
}

/* æ»šåŠ¨ */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 7px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease;
}

.swiper-slide p {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 30px;
    background: rgba(80, 78, 78, .5);
    text-align: left;
    padding-left: 15px;
}

.swiper-slide:hover img {
    transform: scale(1.1);
}

.roll {
    width: 100%;
    position: relative;
}

.button-prev {
    text-align: left;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    transform: translate(0, -50%);
    height: 50px;
    border-radius: 5px;
    background: #dcdcdc;
    cursor: pointer;
}

.button-next {
    text-align: right;
    position: absolute;
    top: 50%;
    right: -30px;
    width:30px;
    transform: translate(0, -50%);
    height: 50px;
    border-radius: 5px;
    background: #dcdcdc;
    cursor: pointer;
}

.button-prev:hover {
    background: #3E9CFD;
}

.button-next:hover {
    background: #3E9CFD;
}

.button-prev .iconfont,
.button-next .iconfont {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

/* ä¸“é¢˜ */
.feature ul {
    display: flex;
}

.feature ul {
    display: flex;
    flex-wrap: wrap;
}

.feature ul li {
    width: 23%;
    margin-right: calc(8% / 3);
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 10px;
}

.feature ul li:hover {
    box-shadow: 0px 0px 8px 2px #dcdcdc;
}

.feature ul li:nth-child(4n) {
    margin-right: 0;
}

.feature ul li .over_top {
    position: relative;
    width: 100%;
    height: 160px;
}

.feature ul li .over_top img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease;
}

.feature ul li:hover img {
    transform: scale(1.1);
}

.feature ul li .over_top p {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 30px;
    background: rgba(80, 78, 78, .5);
    text-align: left;
    padding-left: 15px;
}

.over_bottom {
    padding: 10px 10px 0;
    color: #9c9c9c;
    line-height: 25px;
    height: 60px;
    font-size: 15px;
    overflow: hidden;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0 20px;
    color: #9c9c9c;
    flex-wrap: wrap;
}

.pages b {
    display: inline-block;
    padding: 0 15px;
    background-color: #38cd7e;
    color: #fff;
    border: 1px solid #38cd7e;
    border-radius: 3px;
}

.pages a{
    display: inline-block;
    padding: 0 15px;
    background-color: #fbfbfb;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    color: #3f3f3f;
}
.pages a:hover{ background: #38cd7e; color: #fff; border: 1px solid #38cd7e;}

.pages .next {
    cursor: pointer;
    margin-left: 5px;
}

.pages .prev {}

.pages .iconfont {
    font-size: 14px;
}

.pages .next:hover,
.pages .prev:hover {
    color: #3E9CFD;
}

/* index2 */
.main_top {
    display: flex;
    height: 369px;
    justify-content: space-between;
    margin: 8px 0 30px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.main_top .left {
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 7px;
    padding: 16px;
}

.main_top .left img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease-in-out;
    border-radius: 5px;
}

.main_top .left a:hover img {
    transform: scale(1.1);
}

.main_top .right {
    position: relative;
    width: 50%;
    padding: 15px 10px 10px;
}

.main_top .right h2 {
    font-size: 22px;
}
.main_top .right h2 a:hover{
    color: #3E9CFD;
}

.main_top .right p {
    font-size: 15px;
    color: #888888;
    margin-top: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

.main_top .right .right-bottom {
    position: absolute;
    display: flex;
    align-items: center;
    left: 10px;
    bottom: 16px;
}

.main_top .right .right-bottom .cand {
    font-size: 30px;
    color: #3E9CFD;
    margin-right: 8px;
}

.main_top .right .right-bottom .time {
    font-size: 20px;
    margin-left: 30px;
    color: #999999;
    margin-right: 5px;
}

/* main_bottom */
.main_bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.recommend {
    width: 32%;
    /*height: 210px;*/
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 7px;
    padding: 10px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.recommend:hover{
    box-shadow: 0px 0px 7px 2px rgba(149, 146, 146, 0.1);
}

.recommend:nth-child(3n) {
    margin-right: 0;
}

.recommend_top {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
}

.recommend_top>div:nth-child(1) {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 10px;
}

.recommend_top>div:nth-child(1) .pic {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    transform: scale(1);
    transition: all 1s ease-in-out;
}

.recommend:hover .recommend_top .pic {
    transform: scale(1.1);
}

.recommend_top>div:nth-child(2) {
    flex: 1;
    /*padding-top: 5px;*/
}

.recommend_top>div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}
.recommend_top>div:nth-child(2) p:nth-child(1) a:hover{
    color: #3E9CFD;
}

.recommend:hover .title {
    color: #3E9CFD;
}

.recommend_top>div:nth-child(2) div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.recommend_top .download {
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #3E9CFD;
    color: #3E9CFD;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 25px;
    position: absolute;
    top: 50px;
    right: 20px;
}
.recommend:hover .download{
    background: #3E9CFD;
    color: #fff;
    border: 1px solid #3E9CFD;
}
.right-bottom span:nth-child(2){
    font-size: 16px;
}
.right-bottom span:nth-child(4){
    color: #999;
    font-size: 16px;
}
.recommend_top p{
       font: 400 13px/1.2 PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans; 
}
.recommend_top>div:nth-child(2) p:nth-child(3),
.recommend_top>div:nth-child(2) p:nth-child(4){
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999999;
    margin-top: 6px;
}
.recommend_top>div:nth-child(2) p:nth-child(3) .iconfont,
.recommend_top>div:nth-child(2) p:nth-child(4) .iconfont{
    font-size: 16px;
    color: #999999;
    margin-right: 5px;
}
.recommend_top .count{
    color: #dddddd;
}
.recommend_top .good{
    color: #ffa104 !important;
}
.recommend_bottom{
    padding-top: 10px;
}
.recommend_bottom p{
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.recommend_bottom p span{
    color: #ffa104;
}
.recommend:nth-child(1)::before,
.recommend:nth-child(2)::before,
.recommend:nth-child(3)::before{
    content: "";
    display: block;
    position: absolute;
    top: -108px;
    right: -121px;
    width: 240px;
    height: 136px;
    transform: rotate(47deg);
}
.recommend.one::before{
    background: linear-gradient(to right,#fc9e3e,#fa6f10);
}
.recommend.two::before{
    background: linear-gradient(to right,#fe5252,#cc2d39);
}
.recommend.three::before{
    background: linear-gradient(to right,#0188fe,#01c7fd );
}
.recommend.one>.iconfont,
.recommend.two>.iconfont,
.recommend.three>.iconfont{
    position: absolute;
    top: 0px;
    right: 7px;
    font-size: 19px;
    color: #fff;
}
.recommend.one .zan{

}
@media(max-width: 1200px) {
    .open {
        position: absolute;
        right: 0;
        display: block;
        text-align: center;
        width: 60px;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 6;
        display: none;
        width: 80vw;
        background: #3E9CFD;
    }

    .nav>div {
        padding: 0;
    }

    .nav a {
        line-height: 40px;
        height: 40px;
        padding-left: 16px;
        font-size: 18px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .close {
        display: flex;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
    }

    .close .iconfont {
        font-size: 30px;
        color: #fff;
    }

    .open .iconfont {
        font-size: 30px;
        font-weight: 600;
        cursor: pointer;
    }

    .menu {
        position: absolute;
        left: 0;
        display: block;
        text-align: center;
        width: 60px;
    }

    .cl_sear {
        display: none;
    }

    .menu .iconfont {
        font-size: 30px;
        font-weight: 600;
        cursor: pointer;
    }

    .search {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 60px;
        z-index: 5;
        background: rgba(52, 52, 52, 0.5);
    }

    .logo img {
        margin-right: 0;
    }

    .search form {
        width: 95%;
        height: 50px;
        display: flex;
        margin: 10px auto;
    }

    .search form input {
        width: 80%;
    }

    .search form .btn {
        width: 20%;
    }

    .head,
    .box {
        height: 60px;
    }

    .btn .iconfont {
        font-size: 20px;
        font-weight: 600;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 5px 0 0 0;
    }

    .nav a:hover {
        color: #fff;
    }

    .nav a::after {
        display: none;
    }

    .nav a:hover::after {
        width: 100%;
        opacity: 1;
    }

    .nav a.active {
        color: #fff;
    }

    .nav a.active::after {
        display: none;
    }

    .top-title {
        margin: 10px;
    }
    .roll {
        width: 100%;
        padding: 0 10px;
        margin: 15px auto;
    }

    .feature {
        padding: 0 10px;
    }

    .button-prev {
        display: none;
    }

    .button-next {
        display: none;
    }
}

@media(max-width: 752px) {

    .top-title,
    .top-title a {
        font-size: 15px;
    }

    .roll {
        width: 100%;
        margin: 15px 0px;
        padding: 0 10px;
    }

    .feature ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
    }

    .feature ul li .over_top p {
        font-size: 15px;
    }
    .main_top{
        flex-wrap: wrap;
        width: calc(100% - 20px);
        margin: 8px auto;
        height: auto;
    }
    .main_top .left {
        width: 100%;
        height: 180px;
        border-radius: 7px;
        padding: 5px;
    }
    .main_top .right {
        position: relative;
        width: 100%;
        padding: 10px;
    }
    .main_top .right .right-bottom{
        margin-top: 15px;
        position: static;
    }
    .main_bottom{
        padding: 0 10px;
    }
    .recommend{
        width: 100%;
        /*height: 230px;*/
        margin-right: 0;
    }
    .main_top .right .right-bottom .cand{
        font-size: 21px;
    }
    .right-bottom span:nth-child(2){
        font-size: 14px;
    }
    .right-bottom span:nth-child(4){
        color: #999;
        font-size: 14px;
    }
    .recommend_top{
        padding-bottom: 15px;
    }
    .download {
        font-size: 12px;
        padding: 3px 9px;
    }
    .mbx {
        margin: 20px 10px;
    }
}