/*初始化 begin*/
*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#2d2d2d;font-family:"Microsoft YaHei";}
table{border-collapse:collapse;border-spacing:0}
abbr,acronym,fieldset,img{border:0}
ul,ol{list-style-type:none;}
/*select,input,img,select{vertical-align:middle;}*/
a{text-decoration:none;color:#333}
a:hover{text-decoration: none}
img{max-width: 100%;border:none}
input{font-size:16px;color:#333;border:none}
input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
::-webkit-input-placeholder{color:#999}
::-moz-placeholder{color:#999}
::-ms-input-placeholder{color:#999}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*初始化 end*/

/*公用样式 begin*/
html{background: #fff}
body{background: #eff4fe;font-size:16px;line-height:1.5;font-family: "Microsoft Yahei","微软雅黑",arial;max-width: 1440px;margin: 0 auto;width: 90%}
body.login_scroll{overflow: hidden}
.wp{max-width: 1280px;width: 96%;margin: 0 auto;padding: 0 20px}
.fl{float: left}
.fr{float: right}
.clear:after{content: '';display: block;visibility: hidden;overflow: hidden;;width: 0;height:0;clear: both;}
.tc{text-align:center}
.tr{text-align:right}
.tdu{text-decoration:underline}
.tup{text-transform: uppercase}
.pr{position: relative}
.pa{position: absolute}
.dn{display:none}
.db{display:block}
.dib{display:inline-block}
.fb{font-weight: bold}
.lh1{line-height:1}
.lh16{line-height:16px}
.lh18{line-height:18px}
.lh20{line-height:20px}
.lh22{line-height:22px}
.lh24{line-height:24px}
.lh26{line-height:26px}
.lh28{line-height:28px}
.lh30{line-height:30px}
.lh32{line-height:32px}
.lh36{line-height:36px}
.lh60{line-height:60px}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:60px}
.mt80{margin-top:80px}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml60{margin-left:60px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.mr60{margin-right:60px}

/*字体大小 begin*/
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f22{font-size:22px}
.f24{font-size:24px}
.f26{font-size:26px}
.f28{font-size:28px}
.f30{font-size:30px}
.f32{font-size:32px}
.f36{font-size:36px}
.f48{font-size:48px}
.f50{font-size:50px}
.f60{font-size:60px}
@media only screen and (max-width:1370px){
    .f20 {font-size: 18px;}
    .f22 {font-size: 20px;}
    .f24 {font-size: 20px;}
    .f26 {font-size: 22px;}
    .f28 {font-size: 24px;}
    .f30 {font-size: 26px;}
    .f32 {font-size: 28px;}
    .f34 {font-size: 30px;}
    .f36 {font-size: 32px;}
    .f48 {font-size: 36px;}
    .f50 {font-size: 38px;}
    .f60 {font-size: 48px;}
}
@media only screen and (max-width:1199px){
    .f22 {font-size: 18px;}
    .f60 {font-size: 42px;}
}
@media only screen and (max-width:768px){
    .f18 {font-size: 16px;}
    .f26 {font-size: 20px;}
    .f28 {font-size: 22px;}
    .f30 {font-size: 22px;}
    .f32 {font-size: 24px;}
    .f34 {font-size: 24px;}
    .f36 {font-size: 24px;}
    .f48 {font-size: 28px;}
    .f50 {font-size: 32px;}
    .f60 {font-size: 36px;}
}
@media only screen and (max-width:500px){
    .f24 {font-size: 18px;}
    .f32 {font-size: 22px;}
    .f60 {font-size: 28px;}
}
/*字体大小 end*/

.tr_all{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.wsl{white-space: pre-line;}
.ellipsis{text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.ellipsis_arr , .ellipsis2 , .ellipsis3 ,.ellipsis4,.ellipsis5{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical}
.ellipsis2{-webkit-line-clamp: 2;}
.ellipsis3{-webkit-line-clamp: 3;}
.ellipsis4{-webkit-line-clamp: 4;}
.ellipsis5{-webkit-line-clamp: 5;}

.ul3 , .ul4 , .ul5{margin: -20px -10px 0;overflow: hidden}
.ul3 li , .ul4 li , .ul5 li{float: left;position: relative;overflow: hidden}
.ul3 .con , .ul4 .con , .ul5 .con{margin: 20px 10px 0;overflow: hidden}
.ul3 li{width: 33.33%}
.ul4 li{width: 24.99%}
.ul5 li{width: 19.99%}

/*全局阴影*/
.bxs{box-shadow: 1px 1px 8px 1px rgba(0,0,0,.2);}
.ovh{overflow: hidden}
.bg_cover{background-position:center center;background-repeat:no-repeat;background-size:cover}

/*元素垂直居中*/
.yc{position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.xyc{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.p0000{left: 0;right: 0;top: 0;bottom: 0}

/*标题前面小竖杆*/
.tit_sg{position: relative;padding-left: 20px}
.tit_sg:before{content: '';display: block;position: absolute;top: 0;left: 0;height: 100%;width: 4px;background: #154CBF;border-radius: 2px;}

/*标题左右横杆*/
.tit_hg{}
.tit_hg span{position: relative;display: inline-block;padding: 0 30px;}
.tit_hg span:after,
.tit_hg span:before{content: '';display: block;position: absolute;top: 50%;margin-top: 1px;width: 192px;height: 2px;background: #154CBF}
.tit_hg span:after{right: -192px}
.tit_hg span:before{left: -192px}

/*自定义滚动条 begin*/
.scrollbar{overflow-y: auto}
.scrollbar::-webkit-scrollbar {width: 6px;height: 6px}
.scrollbar::-webkit-scrollbar-thumb {background-color: #154CBF;border-radius: 6px}
.scrollbar::-webkit-scrollbar-track {background: #ebebeb}
/*自定义滚动条 end*/

/*自定义下拉框 begin*/
.sel{background: #fff;position: relative;width: 180px;height: 50px;cursor: pointer;}
.sel .sel_san{position: absolute;top: 50%;right: 0;width: 52px;height: 24px;background-image: url(../../images/sel_san.png);-ms-background-position: center center;background-position: center center;-webkit-background-size: 21px auto;-moz-background-size: 21px auto;-ms-background-size: 21px auto;-o-background-size: 21px auto;background-size: 21px auto;background-repeat: no-repeat;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.sel .sel_text{width: 180px;height: 50px;line-height: 50px;}
.sel .sel_text input{width: 100%;font-size: 16px;cursor: pointer;text-align: center;background: transparent;}
.sel .sel_nav{width: 100%;background: black;display: none;position: absolute;font-size: 14px;top: 66px;z-index: 1;}
.sel .sel_nav a{display: block;color: white;padding: 12px 0;width: 100%;text-align: center;}
.sel .sel_nav a:hover{background: #154CBF;color: black;}
/*自定义下拉框 end*/

/*分页 begin*/

/*分页 end*/

/*视频弹框 begin*/
.video_place{position: fixed;top:0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.5);z-index: 99999;display: none}
.lt9 .video_place{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000")}
.video_con{z-index:2;width: 900px;height:527px;background-color: #000;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;}
.lt9 .video_con{top:20%;left:10%;background: #000;}
.video_con video{width: 100%;height: 100%;}
.video_close_btn{position: absolute;top:50%;left: 50%;margin:-264px -3.875em 0 450px;cursor: pointer;}
.video_close_btn span {width: 50px;float: left;position: relative;top: -3.625em;height: 50px;background: url(../../images/close.png) no-repeat center center; background-size: 50px 50px;display: inline-block;border-radius: 50%;transition: all 0.5s;}
.video_close_btn:hover span{transform: rotate(90deg);}
.video_place .con { position:relative; }
.video_place p {position:absolute;top:50%; margin-top:258px;left:50%; margin-left:-450px;width:900px; padding:0.85em 0; color: #fff;text-align: center;cursor: pointer;}
.video_play{cursor: pointer}
.video_play i{width: 60px;display: inline-block;height: 60px;background: url(../../images/play_button.png) no-repeat center center;background-size: cover;}
/*视频弹框 end*/

/*经典弹框 begin*/
.global_pop{position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999}
.global_pop .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.4)}
.global_pop .cont{max-width: 500px;width: 94%;padding: 20px;background: #fff;max-height: 80%}
.global_pop .cont .close{width: 30px;height: 30px;line-height: 28px;border: 1px solid #154CBF;color: #154CBF;border-radius: 50%;cursor: pointer;position: absolute;right: 20px;top: 16px;font-size: 20px;}
.global_pop .cont .close:hover{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}

@media only screen and (max-width: 768px){
    .global_pop .cont .close {right: 10px;top: 10px;font-size: 26px;}
}
/*经典弹框 end*/

/*返回顶部*/
.go_top{position: fixed;bottom: 20px;right: 32px;z-index: 999;cursor: pointer;font-size: 42px;line-height: 40px;text-align: center;border-radius: 50%;color: #154CBF;display: none;}


/*全站字体颜色*/
.global_color{color: #154CBF}
/*全站背景颜色*/
.global_bg{background: #154CBF}
/*全站边框颜色*/
.global_border{border: 1px solid #154CBF}
/*白色字体*/
.color_fff , .color_fff:hover{color: #fff}
.color_e5{color: #e5e5e5}
/*标题*/
.global_title{margin-bottom: 40px;text-align: center}
/*一级标题*/
.global_tit{font-size: 28px;color: #292929;line-height: 1;text-transform: uppercase;font-weight: bold}
.global_tit.white{color: #fff}
/*一级副标题*/
.global_txt{color: #2d2d2d;margin-top: 16px;font-weight: bold}
/*全站上下统一间距*/
.global_pd{padding: 80px 0}
/*内页上下统一间距*/
.global_pd_s{padding: 50px 0}
/*全站上间距*/
.global_pt{padding-top: 80px}
/*全站下间距*/
.global_pb{padding-bottom: 80px}
/*富文本样式*/
.global_text p{line-height: 30px;overflow-wrap:break-word}
/*轮播分页器选中样式*/
.swiper-pagination-bullet-active{background: #154CBF;}

/*全站公用按钮*/
.global_btn{display: block;margin: 30px auto 0;text-align: center;width: 178px;height: 48px;line-height: 48px;background: #154CBF;border-radius: 5px;color: #fff;font-size: 18px;letter-spacing: 4px;cursor: pointer;}

/*全站公用小按钮*/
.global_btn_a{display: inline-block;text-align: center;width: 130px;height: 40px;line-height: 40px;padding: 0; background: #fff;border-radius: 4px;color: #333;font-size: 16px;cursor: pointer;border: 1px solid rgba(0, 0, 0, 0.4);}
.global_btn_a.on,
.global_btn_a:hover{background: #154CBF;border: 1px solid #154CBF;color: #fff;}

@media only screen and (max-width:768px){
    .global_btn_a {width: 100px;height: 36px;line-height: 34px;font-size: 14px;}
}

/*pc端鼠标移入交互效果 begin*/
@media only screen and (min-width:1199px){
    /*图片移入放大*/
    .tr_img{cursor: pointer}
    .tr_img img{-webkit-transform: scale(1.01);-moz-transform: scale(1.01);-ms-transform: scale(1.01);-o-transform: scale(1.01);transform: scale(1.01);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
    .tr_img:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}

    /*图标移入旋转*/
    .tr_icon img{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
    .tr_icon:hover img{-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);}

    /*按钮移入交互 begin*/
    .btn_hover .btn{position: relative;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
    .btn_hover .btn::after{position: absolute;content: "";top: 0;bottom: 0;left: 0;right: 100%;background-color: #154CBF;z-index: 1;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
    .btn_hover .btn:hover::after{right: 0;}
    .btn_hover .btn span{position: relative;z-index: 2}
}
/*pc端鼠标移入交互效果 end*/

/*pc移动端的图片显示*/
.img_app{display: none}
@media only screen and (max-width:768px){
    .img_pc{display: none}
    .img_app{display: block}
}

/*pc移动端显示隐藏 begin*/
.app_show{display: none}
@media only screen and (max-width: 768px){
    .pc_show{display: none}
    .app_show{display: block}
}
/*pc移动端显示隐藏 end*/

@media only screen and (max-width:1370px){
    .lh60{line-height:48px}
    /*.f20 , .nav li .v1{font-size: 18px}*/
    .global_tit{font-size: 24px}
}
@media only screen and (max-width:1199px){
	body{font-size: 14px;padding-top: 60px}
    .ul3 li , .ul4 li{width: 49.99%;}
    .ul5 li{width: 33.3%;}
    .global_pd {padding: 50px 0}
    .global_pt{padding-top: 50px}
    .global_pb{padding-bottom: 50px}
    .global_title {margin-bottom: 30px;}
    .global_text p {line-height: 26px;}
    .wsl{white-space: initial;}

	.video_con {width: 80%;height: auto}
    .video_close_btn{ left:auto; top:auto; bottom:85%;right: 10%; }
    .video_close_btn span { top:0; }
}
@media only screen and (max-width:1000px){
    .mt40 {margin-top: 30px}
    .mt60{margin-top: 50px;}
    .mt80{margin-top:60px}
    .lh28{line-height: 24px}
    .lh30{line-height:28px}
}
@media only screen and (max-width:768px){
    .global_tit{font-size: 22px}
    .mt60{margin-top: 30px;}
    .mt80{margin-top:50px}
    .mt50 {margin-top: 30px;}
    .mt30 {margin-top: 20px;}
	.video_close_btn {bottom: 7%;left: 50%;right: auto;transform: translateX(-50%);margin: 0;}
    .video_close_btn span {top: -6.625em;}
    .go_top {bottom: 30px;right: 10px;font-size: 36px;line-height: 34px;}
}
@media only screen and (max-width:650px){
    .lh60{line-height:32px}
    /*.ellipsis2 , .ellipsis3 ,.ellipsis4{display: block}*/
    .ul3 li , .ul4 li , .ul5 li{width: 100%;float: none}
}


/*栅格系统 begin*/
.col_pc_12{width: 100%}
.col_pc_11{width: 91.666%}
.col_pc_10{width: 83.333%}
.col_pc_9{width: 75%}
.col_pc_8{width: 66.666%}
.col_pc_7{width: 58.333%}
.col_pc_6{width: 50%}
.col_pc_5{width: 41.666%}
.col_pc_4{width: 33.333%}
.col_pc_3{width: 25%}
.col_pc_2{width: 16.666%}
.col_pc_1{width: 8.333%}
@media only screen and (max-width:1250px){
    .col_pr_12{width: 100%}
    .col_pr_11{width: 91.666%}
    .col_pr_10{width: 83.333%}
    .col_pr_9{width: 75%}
    .col_pr_8{width: 66.666%}
    .col_pr_7{width: 58.333%}
    .col_pr_6{width: 50%}
    .col_pr_5{width: 41.666%}
    .col_pr_4{width: 33.333%}
    .col_pr_3{width: 25%}
    .col_pr_2{width: 16.666%}
    .col_pr_1{width: 8.333%}
}
@media only screen and (max-width:768px){
    .col_ip_12{width: 100%}
    .col_ip_11{width: 91.666%}
    .col_ip_10{width: 83.333%}
    .col_ip_9{width: 75%}
    .col_ip_8{width: 66.666%}
    .col_ip_7{width: 58.333%}
    .col_ip_6{width: 50%}
    .col_ip_5{width: 41.666%}
    .col_ip_4{width: 33.333%}
    .col_ip_3{width: 25%}
    .col_ip_2{width: 16.666%}
    .col_ip_1{width: 8.333%}
}
@media only screen and (max-width:500px){
    .col_app_12{width: 100%}
    .col_app_11{width: 91.666%}
    .col_app_10{width: 83.333%}
    .col_app_9{width: 75%}
    .col_app_8{width: 66.666%}
    .col_app_7{width: 58.333%}
    .col_app_6{width: 50%}
    .col_app_5{width: 41.666%}
    .col_app_4{width: 33.333%}
    .col_app_3{width: 25%}
    .col_app_2{width: 16.666%}
    .col_app_1{width: 8.333%}
}
/*栅格系统 end*/

/*公用样式 end*/

/*表单样式 begin*/
.form .inp{position: relative;height: 42px;line-height: 40px;}
.form .inp input{width: 100%;height: 100%;outline: none;padding: 0 20px;border: 1px solid rgba(5, 0, 1, 0.23);border-radius: 2px;}
.form .submit,
.submit_btn{width: 100%;color: #fff;text-align: center;height: 42px;line-height: 42px;background: #154CBF;border-radius: 4px;cursor: pointer;font-size: 18px}
/*表单样式 end*/

/*登录弹框 begin*/
.login_pop{position: fixed;z-index: 999;display: none}
.login_pop .close{position: absolute;top: 60px;right: 80px;cursor: pointer}
.login_pop .bg{position: absolute}
.login_pop .cont{max-width: 1110px;width: 92%;background: #fff}
.login_pop .cont .img{width: 540px;height: 666px}
.login_pop .form{padding: 150px 60px 50px}
.login_pop .form .inp:not(:last-child){margin-bottom: 20px}
.login_pop .form .inp input{padding-left: 78px}
.login_pop .form .inp input::placeholder{color: rgba(0, 0, 0, 0.3)}
.login_pop .form .inp .icon{width: 58px;height: 100%;position: absolute;left: 0;top: 0;border-radius: 2px 0 0 2px;background: rgba(0, 0, 0, 0.1);}
.login_pop .form .inp .pass{width: 46px;height: 100%;position: absolute;right: 0;top: 0;cursor: pointer;color: #999}
.login_pop .form .inp .pass.on{color:#154CBF}

@media only screen and (max-width:1024px){
    .login_pop .form {
        padding: 50px 20px;
    }
    .login_pop .cont .img {
        display: none;
    }
    .login_pop .close {
        top: 50px;
        right: 16px;
    }
}
/*登录弹框 end*/

/*banner begin*/
.banner{position: relative;height: 460px;color: #fff;background-size: cover;background-position: center;background-repeat: no-repeat;}
.banner .pos{position: absolute;top: 40%;width: 100%;text-align: center}
.banner .tit{font-size: 34px;font-weight: bold;text-transform: uppercase;}
.banner .txt{font-size: 24px;line-height: 42px;color: rgba(255, 255, 255, 0.7);white-space: pre-line}
.banner .txt:before{content: '';display: block;width: 100px;height: 4px;margin: 20px auto 28px;background: rgba(255, 255, 255, 0.4)}

@media only screen and (max-width:1199px){
    .banner {height: 249px;}
    .banner .pos {top: 22%;}
    .banner .tit {font-size: 22px;}
    .banner .txt {font-size: 16px;line-height: 28px;white-space: initial;padding: 0 20px;}
    .banner .txt:before {width: 70px;height: 3px;margin: 12px auto 18px;}
}
/*banner end*/

/*more 按钮*/
.more .btn{display: inline-block;background: #fff;padding: 6px 28px;font-size: 22px;text-transform: uppercase;color: #154CBF;border: 1px solid #fff;font-weight: bold}
.more .btn:hover{background: #154CBF;color: #fff;border-color: #154CBF}

@media only screen and (max-width:768px){
    .more .btn {font-size: 16px;display: block;text-align: center}
}
/*more 按钮*/


/*新闻活动列表公用样式 begin*/
.news_activity_list .news_list .list{display: block;}
.news_activity_list .news_list .list:not(:last-child){margin-bottom: 30px;}
.news_activity_list .news_list .img{position: relative;width: 370px;height: 218px;margin-right: 60px;}
.news_activity_list .news_list .img img{width: 100%;}
.news_activity_list .news_list .cont{border-bottom: 1px solid rgba(5, 0, 1, 0.3);padding-bottom: 14px;}
.news_activity_list .news_list .cont .time{line-height: 40px;}
.news_activity_list .news_list .list:hover .btn{background: #154CBF;border: 1px solid #154CBF;color: #fff;}

@media only screen and (max-width:768px){
    .news_activity_list .news_list .img {width: 100%;height: auto;margin-right: 0;float: none;margin-bottom: 20px;}
}
/*新闻活动列表公用样式 end*/

/*产品、活动、地图公用内页导航 begin*/
.member_nav{height: 95px;padding-top: 20px}
.member_nav li{float: left;width: 25%}
.member_nav a{color: #fff}
.member_nav a::after{content: "";display: block;width: 90px;border-bottom: 4px solid transparent;margin: 8px auto 0}
.member_nav li.on a::after{border-bottom: 4px solid rgba(255, 255, 255, 0.6);}

@media only screen and (max-width:768px){
    .member_nav {height: auto;}
    .member_nav li {width: 50%;margin-bottom: 20px;}
}
/*产品、活动、地图公用内页导航 end*/



/*登录滑动验证码 begin*/
.huadong{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    background: #fff;
    display: flex;
    align-items: center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border: 1px solid rgba(5, 0, 1, 0.23);
}
.huadong .huadong_btn {
    height: 100%;
    width: 60px;
    background: #E5E5E5;
    box-sizing: border-box;
    border-right: 1px solid rgba(5, 0, 1, 0.23);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2d2d2d;
    z-index: 999;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-weight: 700;
}
.huadong .huadong_btn:hover {
    cursor:pointer;
}
.huadong .huadong_text {
    position: absolute;
    left: 78px;
    background-color: transparent;
    z-index: 2;
    color: rgba(0, 0, 0, 0.3)
}
.huadong .huadong_bg {
    height: 100%;
    position: absolute;
    background-color: #4cbb42;
    z-index: 1;
}

@media only screen and (max-width:768px){
    .huadong_inp{
        display: none;
    }
}

/*登录滑动验证码 end*/

/*文字提示弹窗 start*/
.glb_hint_alert{position:fixed;top:0;left:0;z-index: 999;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);}
.glb_hint_alert .glb_hint{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:500px;padding:20px 20px 60px;text-align:center;background-color:#FFF;border-radius:8px;}
.glb_hint_alert .close_box{overflow:hidden;}
.glb_hint_alert .close_box span{float:right;color:#888588;cursor:pointer;}
.glb_hint_alert img{content:url(../../img/succeed.png);width:auto;height:70px;}
.glb_hint_alert.fail img{content:url(../../img/fail.png);}
.glb_hint p{margin-top:40px;color:#1c1c1c;font-size:14px;padding:0 20px;}
/*文字提示弹窗 end*/


#loading {
  display: none; /* 默认隐藏，需要时通过JS显示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #154CBF; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: translate(-50%,-50%);
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
