
/* banner */
.banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    border: 2px solid #fff;
    background-color: #fff0;
    opacity: 1;
}

/* 热门测试 */

.hot_ban{
    width: 100%;
    margin-bottom: 40px;
    align-items: center;
}
.hot_ban .swiper-slide .hot_ul{width: 100%;margin-bottom: 20px;}
.hot_ban .swiper-slide .hot_ul li{
    width: 23%;
    overflow: hidden;
    margin-right: 2.6%;
    margin-bottom: 30px;
}
.hot_ban .swiper-slide .hot_ul li:nth-child(4n){
    margin-right: 0;
}
.hot_ban .swiper-slide .hot_ul li{
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}
.hot_ban .swiper-slide .hot_ul li .hot_img{
    width: auto;
}
.hot_ban .swiper-slide .hot_ul li .hot_p{
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 15px 0;
}
.hot_ban .swiper-slide .hot_ul li .hot_span{
    text-align: center;
    font-size: 14px;
    color: #808080;
    width: 60%;
    display: inline-block;
}
.hot_ban .swiper-slide .hot_ul li .hot_span span{
    color: #5D90DD;
}
.hot_ban .swiper-slide .hot_ul li .onhot{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.575);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .6s;
    cursor: pointer;
}
.hot_ban .swiper-slide .hot_ul li .onhot span{
    padding: 10px 26px;
    background-color: #34B9D6;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}
.hot_ban .swiper-slide .hot_ul li:hover .onhot{
    opacity: 1;
}

.hot_ban .ljgd{
    margin-top: 15px;display: inherit;
}
.hot_ban .ljgd a{
    font-size: 14px;
    color: #6C9DE1;
    padding: 8px 50px;
    border: 1px solid #6C9DE1;
    border-radius: 50px;
    transition: all .5s;
}
.hot_ban .ljgd a:hover{
    background-color: #6C9DE1;
    color: #fff;
}

/* 服务流程 */
.service{
    padding: 60px 0 0;
    /* background-image: url(/static/modules/cms/images/back.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% auto; */
}
.service .service_ul{
    width: 100%;
    margin-bottom: 100px;
}
.service .service_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
}

.service .service_ul li:nth-child(3n){
    margin-right: 0;
}
.service .service_ul li .ser_a{
    align-items: flex-start;
}
.service .service_ul li .ser_a .icon{ 
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #666;
    transition: all .6s;
}
.service .service_ul li .ser_a .icon i{
    font-size: 36px;
    color: #3b7cd7;
}
.service .service_ul li .ser_a .ser_title{
    width: 72%;
    margin-left: 6%;
}
.service .service_ul li .ser_a .ser_title .ser_p{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.service .service_ul li .ser_a .ser_title .ser_span{
    font-size: 14px;
    color: #333;
}
.service .service_ul li:hover .icon{
    transform: rotate(360deg);
}


/* 多种支付方式 */
.multiple{
    background-color: #fff;
    box-shadow: 0 6px 15px 0px #999;
    width: 100%;
    height: 337px;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 60px;
}
.multiple li{
    width: 175px;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: all .5s;
}
.multiple li .mul_i i{
    font-size: 62px;
    color: #333;
    margin-bottom: 15px;
    transition: all .5s;
}
.multiple li .mul_p{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: all .5s;
}
.multiple .dian{
    font-size: 16px;
    color: #999;
    margin: 0 10px;
}
.multiple li:hover i{
    color: #fff;
}
/* .multiple li:hover{
    background-color: #3b7cd7;
} */
.multiple li:hover .mul_p{
    color: #fff;
}

.service .h_tent .multiple li:nth-child(1){
    background-color: #32D693;
}
.service .h_tent .multiple .dian:nth-child(2){
    color: #32D693;
}
.service .h_tent .multiple li:nth-child(3){
    background-color: #32D6C8;
}
.service .h_tent .multiple .dian:nth-child(4){
    color: #32D6C8;
}
.service .h_tent .multiple li:nth-child(5){
    background-color: #44A3E0;
}
.service .h_tent .multiple .dian:nth-child(6){
    color: #44A3E0;
}
.service .h_tent .multiple li:nth-child(7){
    background-color: #446CE0;
}
.service .h_tent .multiple .dian:nth-child(8){
    color: #446CE0;
}
.service .h_tent .multiple li:nth-child(9){
    background-color: #8669EE;
}

/* 平台优势 */
.pla_ul1{
    width: 100%;
    margin-bottom: 40px;
}

.pla_ul1 li{
    
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    padding: 30px 0;
    box-shadow: 0 0 14px 0px #999;
    border-radius: 12px;
}
.pla_ul1 li:nth-child(3n){
    margin-right: 0;
}
.pla_ul1 li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pla_ul1 li .iconf{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 80px;
    font-size: 40px;
    color: #333;
    background-color: #dddddd;
    transition: all .5s;
}
.pla_ul1 li:nth-child(1) .iconf{
    background-color: #32D693;
}
.pla_ul1 li:nth-child(2) .iconf{
    background-color: #32D693;
}
.pla_ul1 li:nth-child(3) .iconf{
    background-color: #32D6C8;
}
.pla_ul1 li:nth-child(4) .iconf{
    background-color: #32D6C8;
}
.pla_ul1 li:nth-child(5) .iconf{
    background-color: #44A3E0;
}
.pla_ul1 li:nth-child(6) .iconf{
    background-color: #44A3E0;
}
.pla_ul1 li:nth-child(7) .iconf{
    background-color: #446CE0;
}
.pla_ul1 li:nth-child(8) .iconf{
    background-color: #446CE0;
}
.pla_ul1 li:nth-child(9){
    background-color: #8669EE;
}

.pla_ul1 li .pla_title{
    width: 46%;
    margin-left: 20px;
}
.pla_ul1 li .pla_title .pla_p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.pla_ul1 li .pla_title .pla_span{
    font-size: 14px;
    color: #333;
}
.pla_ul1 li:hover .iconf{
    /*background-color: #3b7cd7;*/
    color: #fff;
}


.pla_ul2{
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 40px;
    justify-content: center;
}
.pla_ul2 li{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pla_ul2 li .pal_p2{
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    position: relative;
}
.pla_ul2 li .pal_p2::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #3b7cd7;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pla_ul2 li .pla_span2{
    align-items: flex-end;
}
.pla_ul2 li .pla_span2 p{
    font-size: 44px;
    color: #3b7cd7;
    font-weight: bold;
}
.pla_ul2 li .pla_span2 span{
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
    color: #3b7cd7;
    line-height: 36px;
}

/* 合作机构 */

.agency_ban{
    width: 100%;
}
.agency_ban .swiper-slide{
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.agency_ban .swiper-slide a{
    width: 10.66%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.agency_ban .swiper-slide a img{
    width: auto;
    height: auto;
}

/* 立即预约弹窗 */
.layui-layer {
    width: 37.5rem; 
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    border-radius: 10px !important;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
}
.yuyue-tips-box {
    width: 37.5rem;
    background-color: #fff;
    border-radius: 10px;
    z-index: 999;
    border-radius: 1rem;
}
.hide {
    display: none;
}

.yuyue-tips-box .title {
    width: 100%;
    height: 6.25rem;
    line-height: 6.25rem;
    text-align: center;
    background: url(/static/modules/cms/images/tips-title.png) no-repeat;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.yuyue-tips-box .title span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
}
.yuyue-tips-box .content {
    padding: 2.5rem 3.6rem 10.25rem;
}
.yuyue-tips-box .content .content-title {
    font-size: 1.13rem;
    line-height: 1.13rem;
    font-weight: bold;
    color: #000;
}
.yuyue-tips-box .content .content-title {
    font-size: 1.13rem;
    line-height: 1.13rem;
    font-weight: bold;
    color: #000;
}
.yuyue-tips-box .content .detail {
    margin: 1.8rem auto 0;
    font-size: 0.88rem;
    line-height: 1.7rem;
    height: auto;
    max-height: 15rem;
    overflow-y: auto;
}
.yuyue-tips-box .btn-box {
    width: 600px;
    position: absolute;
    height: 10.25rem;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 1rem;
    height: 5.5rem;
    line-height: 2.5rem;
}

.yuyue-tips-box .btn-box .btn-normal {
    color: #327FDB;
    border-color: #327FDB;
}
.layer-box .btn-box .cancel {
    display: inline-block;
    border: 1px solid #ddd;
}
.yuyue-tips-box .btn-box a {
    width: 12.5rem;
}
.btn-normal {
    display: inline-block;
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #666;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2rem;
}
.layer-box .btn-box .confirm {
    display: inline-block;
    border: 1px solid #327FDB;
}
.layer-box .btn-box a+a {
    margin-left: 1rem;
}
.btn-hover {
    display: inline-block;
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #327FDB;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 2rem;
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

@media (max-width:767px){
    .hot_ban{margin-bottom: 0;}
    /*.hot_ban .swiper-slide .hot_ul{padding: 0 15px;}*/
    .hot_ban .swiper-slide .hot_ul li{width: 49%;margin-right: 2%;border: 1px solid #e9e9e9;}
    .hot_ban .swiper-slide .hot_ul li:nth-child(2n){margin-right: 0;}
    .hot_ban .swiper-slide .hot_ul li:nth-child(3){margin-right: 2%;}
    .service{background-size: auto auto;}
    .service .service_ul{margin-bottom: 20px;padding: 0 15px;align-items: flex-start;}
    .service .service_ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
    .service .service_ul li:nth-child(2n){margin-right: 0%;}
    .service .service_ul li:nth-child(3){margin-right: 2%;}
    .service .service_ul li .ser_a{justify-content: center;}
    .service .service_ul li .ser_a .ser_title{margin-left: 0;width: 100%;}
    .service .service_ul li .ser_a .ser_title .ser_p{text-align: center;margin-top: 15px;}
    .service .service_ul li .ser_a .ser_title .ser_span{text-align: center;display: block;}
    .multiple{justify-content: flex-start;height: auto;margin-bottom: 20px;padding: 15px;}
    .multiple li{width: 32%;margin-right: 2%;margin-bottom: 20px;height: 100px;}
    .multiple li:nth-child(5n){margin-right: 0%}
    .multiple .dian{display: none;}
    .multiple li .mul_i i{font-size: 46px;}
    .multiple li .mul_p{font-size: 14px;}
    .pla_ul1 li a{flex-wrap: wrap;}
    .pla_ul1 li .pla_title{margin-left: 0;}
    .pla_ul1{padding: 0 15px; margin-bottom: 20px;}
    .pla_ul1 li .pla_title{width: 95%;text-align: center;}
    .pla_ul2 li {width: 50%;margin-bottom: 30px;}
    .pla_ul2 li .pla_span2 p{font-size: 30px;}
    .pla_ul2 li .pla_span2 span{font-size: 12px;}
    .pla_ul2{padding-bottom: 0;margin-bottom: 0;}
    .agency_ban{padding: 0 15px;}
    .agency_ban .swiper-slide a{padding: 15px 5px;}
    .layui-layer{width: 94%;}
    .yuyue-tips-box{width: 100%;}
    .yuyue-tips-box .content{padding: 2.5rem 15px 10.25rem;}
    .yuyue-tips-box .btn-box{width: 100%;height: 8.5rem;line-height: 3.5rem;}
}

@media (max-width:991px) and (min-width:768px){
    .service{background-size: auto;padding: 60px 15px 0;}
    .service .service_ul{margin-bottom: 0px;}
    .service .service_ul li .ser_a{justify-content: center;}
    .service .service_ul li .ser_a .ser_title{margin-left: 0;}
    .service .service_ul li .ser_a .ser_title .ser_p{text-align: center;margin-top: 15px;}
    .service .service_ul li .ser_a .ser_title .ser_span{text-align: center;display: block;}
    .multiple{height: auto;padding: 20px 0;margin-bottom:10px;}
    .multiple li{margin-bottom: 20px;}
    .pla_ul2 li .pla_span2 p{font-size: 28px;}
    .pla_ul2 li .pla_span2 span{font-size: 13px;}
    .pla_ul2{margin-bottom: 0;}
}

@media (min-width:992px) and (max-width:1024px){
    
    .service{background-size: auto;padding: 60px 15px 0;}
    .service .service_ul{margin-bottom: 0px;}
    .service .service_ul li .ser_a{justify-content: center;}
    .service .service_ul li .ser_a .ser_title{margin-left: 0;}
    .service .service_ul li .ser_a .ser_title .ser_p{text-align: center;margin-top: 15px;}
    .service .service_ul li .ser_a .ser_title .ser_span{text-align: center;display: block;}
    .multiple{height: auto;padding: 20px 0;margin-bottom:10px;}
    .multiple li{margin-bottom: 20px;}
    .pla_ul2 li .pla_span2 p{font-size: 28px;}
    .pla_ul2 li .pla_span2 span{font-size: 13px;}
    .pla_ul2{margin-bottom: 0;}
    
}



