body{background: white;}
video{
    width: 100%;
    padding: 0;
    background: white;
}
.myVideoBox{position: relative;margin: 7% 0 15%;}
.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: 50px;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99;
    cursor: pointer;
}
.appjoin{}
.joinin .tit{font-size: 0.3rem;font-family: FZYASHJW;}
.appjoin_form{
    width: 90%;
    margin: 8% auto;
}
.appjoin_form input{
    border: solid 1px #141414;
    display: block;
    margin: 0 0 15px;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}
.appjoin_form .form_btn{background:#141414;color:white;text-align:center;}
.appjoin_form select{
    width: 32%;
    background: transparent;
    line-height: 40px;
    padding: 0 15px 0 5px;
    height: 40px;
    margin: 0;
}
.select_box{display: flex;justify-content: space-between;}
.calls{
    width: 80%;
    margin: 0 auto;
    padding: 0 0 10%;
    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: 20px;
    left: 50%;
    margin-left: -98px;
    z-index: 9;
    padding: 15px 0 0;
}
.cbox{position: relative;}
.cbox_bj{
    width: 150px;
    height: 150px;
    transform: rotate(90deg);
}
.cbox_pos_wd{
    line-height: 18px;
    width: 100%;
    height: 100%;
    position: relative;
}
.cbox_pos_wd .sjbtn{
    position: absolute;
    top: -20px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #CEB68A;
    margin-left: -10px;
}
.cbox_pos_wd_rot{
    background: #CEB68A;
    padding: 10px 0 0;
}
.cbox_pos_wd_call{
    background: #141414;
    padding: 12px 15px;
}
.cbox_pos_wd span{
    display: block;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}
.cbox_pos_wd i{
    display: block;
    color: #CEB589;
    font-size: 24px;
    white-space: nowrap;
    margin: 5px 0 10px;
}

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

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

.mod_flow{
    background: url(../../images/2022/mod_flow_bj.png) no-repeat center center;
    background-size: 100% 100%;padding: 10% 0;
}
.mod_flow img{width:100%;margin: 10% 0 0;}
.mod_lunbo .swiper-slide{
    width: 60%;
    margin-right: 5%;
}
.mod_lunbo .swiper-slide:last-of-type{
    background:none;
}
.mod_lunbo .slide_ctn{
    background: white;
    padding: 15% 7%;
}
.mod_lunbo .swiper-slide img{height: 70px;margin: 0 auto; display: block;}
.mod_lunbo .swiper-slide span{display: block;padding: 0 0 0 5%;}
.mod_lunbo .swiper-slide em{display: block;margin: 20% 0 5%;}
.mod_lunbo .swiper-slide i{
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    min-height: 140px;
}
.mod_lunbo .swiper-container {padding: 12% 0 5%;}
.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{
    padding: 10px 10px;
    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;
}