body{background: white;}
video{
    width: 100%;
    padding: 0;
    background: white;
}
.myVideoBox{position: relative;margin: -6% 0 7%;}
.video_play_bj{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.video_play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 99;
    cursor: pointer;
}
.appjoin{}
.joinin .tit{font-size: 22px;font-family: FZYASHJW;}
.appjoin_form{
    width: 380px;
    margin: 5% auto;
}
.appjoin_form input{
    border: solid 1px #141414 !important;
    display: block;
    margin: 0 0 15px;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
}
.appjoin_form .form_btn{background:#141414;color:white;margin-top: 15px;text-align:center;font-size: 18px;}
.appjoin_form select{
    width: 100%;
    background: transparent;
    line-height: 40px;
    padding: 0 15px 0 5px;
    height: 40px;
    margin: 0;
}
.select_box{display: flex;justify-content: space-between;}
.calls{
    width: 40%;
    margin:70px auto;
    display: flex;
    justify-content: space-around;
}
.calls_i{
    display: flex;
    align-items: center;
    position: relative;
    word-break: keep-all;
}
.calls .calls_i_log{
    width: 25px;
    margin-left: 10px;
}
.calls_i_art{
    position: absolute;
    top: 50%;
    right: -235px;
    padding-left: 50px;
    z-index: 9;
    margin-top: -60px;
}
.cbox{position: relative;}
.cbox_bj{width: 150px;}
.cbox_pos{width: 90px;}
.cbox_pos_wd span{
    display: block;
    font-size: 12px;
    color: #999;
}
.cbox_pos_wd i{
    display: block;
    color: #CEB589;
    font-size: 24px;
    margin: 5px 0 10px;
    font-weight: bold;
}

.cbox_pos_wd{
    line-height: 18px;
    width: 100%;
    height: 100%;
    position: relative;
}
.cbox_pos_wd_rot{
    background: #CEB68A;
    padding: 0 0 0 10px;
}
.cbox_pos_wd_call{
    background: #141414;
    padding: 15px 20px;
}
.cbox_pos_wd .sjbtn{
    position: absolute;
    top: 50%;
    left: -20px;
    border: 10px solid transparent;
    border-right-color: #CEB68A;
    margin-top: -10px;
}

.calls_i:hover .calls_i_art{display:block !important;}

.mod_lunbo{background: #f2f2f2;padding: 5% 0;}

.mod_flow{
    background: url(/pc/images/2022/mod_flow_bj.png) no-repeat center center;
    background-size: 100% 100%;padding: 5% 0;
}
.mod_flow img{width:100%;}
.mod_lunbo .swiper-slide{
    width: 57%;
    position: relative;
    background: url(/pc/images/2022/resure_condition_img_04.png) no-repeat center right;
    background-size: 35px;
    transform: scale(0.8);
}
.mod_lunbo .swiper-slide.swiper-slide-active{transform: scale(1);}
.mod_lunbo .swiper-slide:last-of-type{
    background:none;
}
.mod_lunbo .slide_ctn{
    display: flex;
    align-items: center;
    background: white;
    padding: 60px;
    width: 85%;
}
.mod_lunbo .swiper-slide img{width: 110px;}
.mod_lunbo .swiper-slide span{display: block;padding: 0 7px 0 60px;}
.mod_lunbo .swiper-slide em{display: block;margin-bottom: 20px;font-size: 18px;}
.mod_lunbo .swiper-slide i{
    text-align: justify;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 150px;
    font-size: 18px;
    line-height: 30px;
}
.mod_lunbo .swiper-container {padding: 2% 0;}
.mod_lunbo .swiper-pagination-bullet-active {
    background-color: #7091D9 !important;
    width: 70px !important;
    border-radius: 5px !important;
}
.mod_lunbo .swiper-pagination-bullet {
    background-color: #B4B5B4;
    width: 7px;
    height: 7px;
    margin: 0 5px;
}
.mod_lunbo .swiper-pagination{
    width: 60%;
    left: 50%;
    margin-left: -30%;
}


.appjoin_form .btn-group{
    width: 30%;
    margin: 0;
}
.appjoin_form .btn-default{
    border-color: #141414;
    width: 100%;
    line-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 0; 
    padding: 0 5px 0 5px;
    background: white !important;
}
.appjoin_form .btn-group.open .dropdown-toggle{
    background: white;
    box-shadow: none;
    border-color: #141414;
}
.appjoin_form .dropdown-menu{
    min-width: auto;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    border: none;
}
.appjoin_form .dropdown-menu li{
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
}
.appjoin_form .dropdown-menu li:hover{
    background: #f2f2f2;
}
.appjoin_form .btn i{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px 0 0;
    display: inline-block;
    width: 90%;
    text-align: left;
}

.layui-main{width:auto;}
.layui-form-item{
    display: flex;
    justify-content: space-between;
}
.layui-form-item .layui-inline{
    width: 32%;
    margin-right: 2%;
}
.layui-form-item .layui-inline:last-of-type{
    margin-right: 0;
}
.layui-form-select .layui-edge {
    border-top-color: #141414;
}
.layui-form-select:hover input.layui-input{border-color:#141414 !important;}
.layui-form-select dl dd.layui-this {
    background-color: #7091D9;
}<!--0.0001070499420166-->