@charset "UTF-8";
* {
    box-sizing: border-box;
}

html, body {
    max-width: 1920px;
    margin: 0 auto;
}

body {
    background: #f3f3ff;
}

#screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9998;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    _padding: 0 20px 0 0;
    background: #f6f4f5;
    display: none;
}

.showbox {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -80px;
    margin-top: -60px;
}

/*header {*/
/*position: relative;*/
/*z-index: 30;*/
/*width: 100%;*/
/*}*/

/*header .top {*/
/*width: 100%;*/
/*height: 36px;*/
/*line-height: 32px;*/
/*background: #161735;*/
/*}*/

/*header .top li {*/
/*float: left;*/
/*}*/


/*header nav {*/
/*height: 36px;*/
/*width: 100%;*/
/*background: #262c59;*/
/*}*/

/*header nav ul {*/
/*height: 100%;*/
/*}*/

/*header nav li {*/
/*float: left;*/
/*margin: 0 12px;*/
/*line-height: 33px;*/
/*}*/

/*header nav li a {*/
/*color: #fff;*/
/*font-size: 16px;*/
/*display: block;*/
/*}*/

/*header nav li.active,*/
/*header nav li:hover {*/
/*border-bottom: 3px solid #4fafaa;;*/
/*transition: 0.3s;*/

/*}*/

/*header nav li.active a,*/
/*header nav li:hover a {*/
/*color: #4fafaa;;*/
/*}*/

/*header h1 {*/
/*float: left;*/
/*background: url(/qy-ydpm/_src/images/common/logo-bg4.png) no-repeat center top;*/
/*}*/

/*header h1 img {*/
/*margin-top: -40px;*/
/*}*/

/*header h1 .logo_mobile {*/
/*display: none;*/
/*}*/
.m-header {
    display: none;
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.left-back-icon {
position: absolute !important;
  left: 10px;
  color: #333 !important;
  right: inherit;
  top: inherit !important;
}

.login .act-btn {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 0 15px;
    border: none;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;

    cursor: pointer;
}

.login .login-btn {
    background: #4fafaa;;
}

.login .register-btn {
    background: #4fafaa;
}

.cont {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.items {
    display: none;
}

.items.active {
    display: block;
}

.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex {
    flex: 1;
}

.hide {
    display: none;
}

.swiper-slide a {
    display: block;
}

.swiper-slide .img {
    max-width: 100%;
}

.swiper-button-prev2, .swiper-button-next2,
.swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 139px;
    margin-top: -70px;
    z-index: 10;
    cursor: pointer;
    /*-moz-background-size: 27px 44px;*/
    /*-webkit-background-size: 27px 44px;*/
    /*background-size: 27px 44px;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2,
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 170px;
    right: auto;
    background: url(/qy-ydpm/2020/06/img/left.png) no-repeat center top;
    background-size: 100% 100%;

}

.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2,
.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 170px;
    left: auto;
    background: url(/qy-ydpm/2020/06/img/right.png) no-repeat center top;
    background-size: 100% 100%;
}

.fir-swiper-pager2,
.fir-swiper-pager {
    position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: center;
    z-index: 10;
    transform: translate(-50%, 0);
}

.swiper-pagination-bullet {
    /*padding: 8px 0;*/
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: .8;
    margin: 0 5px;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    /*padding:0;*/
    /*width: 28px;*/
    /*height: 28px;*/
    opacity: 1;
    background: #4fafaa;
}


@media (max-width: 1023px) {
    .swiper-button-prev2, .swiper-button-next2,
    .swiper-button-prev1, .swiper-button-next1 {
        width: 30px;
        height: 60px;
        margin-top: -30px;
    }

    .swiper-button-prev2, .swiper-container-rtl .swiper-button-next2,
    .swiper-button-prev1, .swiper-container-rtl .swiper-button-next1,
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 20px;

    }

    .swiper-button-next2, .swiper-container-rtl .swiper-button-prev2,
    .swiper-button-next1, .swiper-container-rtl .swiper-button-prev1,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 20px;
    }
}

.header-section {
    padding-top: 84px;
}

.wp {
    max-width: 1200px;
    margin: 0 auto;
}
