/*20181129*/

.margin-top-20{
    margin-top: 20px;
}

.hide{ display: none;}
.m-container{

    width: 100%;
    height: 100%;
    background: url(/static/admin/images/regist/loginbg.jpg);
    background-repeat: no-repeat;
    background-position-y: 50px;
}
.m-head{
    width: 100%;
    height: 80px;
    background:#3d6799;
}
.m-box{
    width: 1280px;
    margin: 0 auto;
}
.top-logo{
    float: left;

}
.top-logo img{
    height: 40px;
    margin-top: 5px;
}
img.top-logo-img{
    height: 60px;
    margin-top: 0px;
}
.m-head .nav.nav-pills{
    float:right;
    padding-top: 10px;
}
.m-head .nav.nav-pills>li{

}
.m-head .nav.nav-pills>li>a{
    padding: 3px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    width: 130px;
    text-align: center;
    border-radius: 50px;
}
.m-head .nav.nav-pills>li>a:hover{
    background: #FFFFFF;
    color: #589deb;
}

.introducebox{
    float: left;
    width:700px;
    padding-top:10vw;
    color: #FFFFFF;
    font-family: "microsoft yahei";

}
.introducebox h1 strong{
    background:linear-gradient(to bottom,rgba(255,255,255,0.8) 0% ,#589deb 100%);
    -webkit-background-clip: text;          /*规定背景的划分区域 */
    -webkit-text-fill-color: transparent;   /* 防止字体颜色覆盖 */
}
.introducebox p,.introducebox p span{
    font-size: 16px;
}
.login-box{
    width: 380px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -160px;
    border-radius: 8px;
    padding: 10px;
    background:rgba(255,255,255,0.3);
    overflow: hidden;
}
.login-boxin{ background: #ffffff; border-radius: 6px; height: 330px;}
.login-box .login-boxtop{
    height: 80px;
    /*border-bottom: 1px solid #8a98b0;*/
    /*background:-webkit-linear-gradient(left, #8ce1f1, #008dcb);*/
    /*background:-o-linear-gradient(right, #8ce1f1, #008dcb);*/
    /*background:-moz-linear-gradient(right, #8ce1f1, #008dcb);*/
    /*background:linear-gradient(to right, #8ce1f1, #008dcb);*/
}
.login-box .login-boxtop ul li{
    list-style-type:none;
}
.login-box .login-boxtop ul{
    padding-top: 15px;
    overflow: hidden;
    background: none;
    border: 0;
    height: 80px;
    /*padding-left: 65px;*/
}
.login-box .login-boxtop ul li{
    display: block;
    float: left;
    width:100% ;
    height:50px ;
    line-height:50px ;
    text-align: left;
    border: 0px;
    padding: 0 20px;


}
.login-box .login-boxtop ul li a{
    color: #4491ee;
    font-size: 18px;
    display: block;
    text-align: center;
}
.login-box .layui-tab{
    margin: 0;
}
.login-box .login-boxtop ul li.layui-this{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background: #FFFFFF;*/
    border: 0px;


}
.login-box .login-boxtop .layui-tab-title .layui-this:after{
    border-style: none;

}
.login-box .login-boxtop .layui-tab-title i{
    padding: 0 5px;
}
.login-box .login-boxtop ul li.layui-this a{
    /*color: #26a3d5;*/
}
.layui-tab .layui-tab-content{
    height: 205px;
}
.layui-tab .layui-tab-content .layui-tab-item{
    width: 340px;
    margin: 10px auto;
}
.loginaccount dl{ padding:5px 0; border-bottom:1px solid #ddd; border-radius:3px; -moz-border-radius:3px; margin-bottom:20px; }
.loginaccount dt{height:30px;width:45px;line-height:30px;text-align:center;color:#a7a7a7;font-size: 20px;float:left;}
.loginaccount dd{padding:0 9px; overflow:hidden;}
.loginaccount dd input{padding:5px 0;width:100%;border:none;outline:none;color:#999;font-size: 14px; background: none;}
.loginaccount dd input::placeholder{ color:#999;}

.code {
    width: 85px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 0 10px;
}
.changec {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    float: right;
    color: #7ad0f9;
    font-size: 14px;
}
.cl .login-ac{
    font-size: 16px;
    width: 320px;
    background-image: linear-gradient(to right,#3ea9ff,#4162fc);
    color: #fff;
    border-radius: 50px;
    margin: 0 10px;
    text-align: center;

}
.cl .layui-btn-normal{
    font-size: 16px;
    width: 110px;
    background: #49c3f7;
}

.login-boxbottom{
    height: 40px;
    line-height: 40px;
    background: #eff0f1;
    padding-right: 60px;

}
.login-boxbottom a{
    float: right;
    padding-right: 10px;
    color: #49c3f7;

}




.m-body{
    width: 1280px;
    margin: 0 auto;
    /* overflow:  hidden; */
}

.m-foot{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    font-size: 16px;
    color: #a2a2a2;
}
.register-box{
    /*background: #f4f4f4;*/
    padding-top: 80px;
}
.register-head{
    /*height: 50px;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-width: 1200px;
    border-bottom: 1px solid #97acc7;

}

.register-toplogo{
    padding-top: 5px;
}
.register-toplogo img{
    height: 40px;
}

.register-body{
    background: #ffffff;
    padding: 20px 0;
}
.register-step{
    height: 105px;
    width: 680px;
    margin: 0 auto;
    overflow: hidden;
}
.register-step >ul> li{
    text-align: center;
    display: none;
}
.register-step-con{

    height: 30px;
}
.register-step-con ul{
    overflow: hidden;
    margin: 0 10px;
}
.register-step-con ul li{
    line-height: 30px;
    display: inline-block;
    width: 33%;
    float: left;
    font-size: 16px;

}

.register-step-con ul li:first-child{
    text-align: left;
}
.register-step-con ul li:nth-child(2){
    padding-left: 20px;
}
.register-step-con ul li:last-child{
    text-align: right;
}
.register-step> ul li.active{
    display: block;

}



.form-box{
    width: 620px;
    margin: 0 auto;
}

.formTitle{
    height: 20px;
    width: 100%;
    line-height:20px;
    color: #000;
    font-size: 18px;
    border-left: 3px solid #49c3f7;
    padding-left: 20px;
    margin: 20px 0;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.register-body .layui-input, .layui-select, .layui-textarea{
    height: 38px;
}

.register-body .layui-form-pane .layui-form-label{
    width: 130px;
    text-align: right;
    padding: 8px 10px;
}
.register-body .layui-form-pane .layui-form-label i{
    padding: 0 5px;
    color:#49c3f7 ;
    float: left;
    font-size: 16px;
}
.register-body .layui-form-pane .layui-input-block{
    margin-left: 130px;
}

.layui-btn.register-btn{
    width: 135px;
    height: 35px;
    line-height: 35px;
    background: #49c3f7;
    text-align: center;
    color: #fff;
    border-radius: 3px;

}

.form-box2{
    width: 1030px;
    margin: 0 auto;
    padding: 20px 0;
}

.width-45{
    width: 45%;
    float: left;
}
.width-10{
    width: 10%;
    float: left;
    min-height: 43px;
}
.form-box .layui-form-radio{
    min-width: 100px;
    height: 36px;
    border:1px solid #ddd;
    position: relative;
}
.form-box .layui-anim.layui-icon{
   visibility: hidden;
}
.form-box .layui-form-radio div{
    margin-top: 3px;
}
.form-box .layui-unselect.layui-form-radio:after{
    font-family: "iconfont";
    content: '\e621';
    color: #CCCCCC;
    position: absolute;
    font-size: 24px;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
}
.form-box .layui-unselect.layui-form-radio.layui-form-radioed{
    border-color:#49c3f7 ;
    box-shadow: 0 0 5px #49c3f7;
}
.form-box .layui-unselect.layui-form-radio.layui-form-radioed:after{
    color: #49c3f7;
}



.form-box3{
    width: 1050px;
    margin: 20px auto;

}
.form-box3 .formTitle{
    margin-top: 0px;
}
 .formTitle i{
    padding: 0 10px;
    font-size: 20px;
}

#step3 .layui-form-label{
    background: none;
    border-width: 0px;
}

.yyzzfujian {
    margin: 0 10px 10px;
    width: 135px;
    height: 95px;
}
.yyzzfujian img{
    width: 100%;
    height: 100%;
}


.topbar-right{
    /*width: 1000px;*/
    height: 50px;
    /* overflow: hidden; */
    position: relative;
}
.naviconbox{
    float: right;
    width: 110px;
    height: 50px;
    position: relative;
}
.naviconbox .iconyuan{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 5px auto;
    text-align: center;
    background: -webkit-linear-gradient(left, #67cae7 , #008dcb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #67cae7, #008dcb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #67cae7, #008dcb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #67cae7 , #008dcb); /* 标准的语法 */
}
.naviconbox .iconyuan .iconfont{
    color: #FFFFFF;
    font-size: 28px;
    line-height: 40px;

}

.console-component-topbar .register-toplogo img{
    height: 40px;
}
.topbar-right .layui-nav{
    width: 500px;
    padding-right: 100px;
    float: right;
    background:url(/static/admin/images/topnav-r.png) right no-repeat;

}
.topbar-right .layui-nav .layui-nav-item{
    /* padding: 9px 0px; */
    text-align: center;
    line-height:20px;
    min-width: 100px;
    line-height: 48px;
    float: right;
}
.topbar-right .layui-nav .layui-nav-item a{
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size:14px;
    color: #ffffff;
}
/*.topbar-right .layui-nav .layui-nav-item a:hover{*/
    /*border-bottom: 3px solid #49c3f7;*/
/*}*/
.topbar-right .layui-nav .layui-nav-item .iconfont,.topbar-right .layui-nav .layui-nav-item .layui-icon{
    font-size: 16px;
    padding-right:5px;
}
.topbar-right .layui-nav .layui-nav-item .glyphicon{
    padding-right: 5px;
}

.topbar-right .title{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    float: right;
    padding-right: 20px;
    background: url(/static/admin/images/topnav-r.png) right no-repeat;

}
.zxslide{
    position: absolute;
    width: 320px;
    height: 360px;
    background: #25547b;
    left:-120px;
    top: 49px;
    box-shadow: 0 0 5px #333333;
    text-align: center;
    display: none;

}
.yonghuslide{
    position: absolute;
    width: 280px;
    background: #25547b;
    right: 0px;
    top: 49px;
    box-shadow: 0 0 5px #333333;
    text-align: center;
    display: none;

}
.yonghuslide h3{
    height: 60px;
    padding: 20px 5px;
    margin: 0;
    border-bottom: 1px solid #666;
    font-size: 14px;
    color: #ffffff;
}
.yonghuslide .list-group{
    background: none;
    border: 0px;
}
.yonghuslide .list-group-item{
    text-align: left;
    background: none;
    border: 0px;
    padding: 15px;

}
.yonghuslide .list-group-item a{
    color: #ffffff;
    line-height: 25px;
}
.yonghuslide .list-group-item a i{
    padding: 0 5px;
    color: #ccc;
    font-size: 18px;
}


.yonghuslide .tuic{
    height: 60px;
    padding: 20px 5px;
    margin: 0;
    border-top:  1px solid #666;
    font-size: 14px;
    color: #ffffff;

}
.yonghuslide .tuic a{
    color: #ffffff;
}
.yonghuslide button{
    text-align: center;
    width: 215px;
    height: 40px;
    margin: 10px;
    font-size: 14px;

}
.yonghuslide button.btn-info{
    background: #589deb;
}
.yonghuslide button.btn-danger{
    background: #FF0000;
    color: #FFFFFF;
}


.service-right{
    width: 15px;
    position: fixed;
    bottom: 200px;
    right: 0px;
    z-index: 999;
}
.service-right-menu{
    position: relative;
}
.service-right-btn{
    height: 120px;
    display: block;
    padding:10px 0px;
    text-align: center;
    color: #FFFFFF;
    background: #589deb;
}

.service-right-btn span{
    font-size:14px;
    line-height: 20px;
    color: #FFFFFF;
    padding-top: 5px;
}

.service-right-box{
    position: absolute;
    right: 30px;
    top: 0px;
    display: none;
}
.service-right-box .box-border{
    width: 340px;
    height: auto;
    padding:20px;
    border: 1px solid #ccc;
    border-top: 3px solid #589deb;
    background: #FFFFFF;
}
.service-right-box .box-border p{
    margin-bottom: 10px;
    font-size: 14px;
}
.arrow-right{
    display: block;
    width: 13px;
    height: 16px;
    background: url(/admin/images/arrow.png) no-repeat;
    position: absolute;
    right: -12px;
    top: 30px;}




/*20190327登录新*/
.login-top{
    height: 120px;
    background: #ffffff;
    padding: 30px;
}
.login-foot{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.login-box .nav-pills{
    text-align: center;
    padding-left: 40px;


}
.login-box .nav-pills li{
    height: 20px;
    border-left: 1px solid #fff ;
}
.login-box .nav-pills li:nth-child(1){
    border-left: 0px;
}
.login-box .nav-pills a{
    padding: 0 15px;
    color: #ffffff;
    font-size: 16px;
}
.login-box .nav-pills a:hover,.login-box .nav-pills a:active,.login-box .nav-pills a:focus{
    background: none;
}
.zxslide .tags ul{ display: block;overflow: hidden; margin:0px!important;  text-align: left;
    padding-left: 20px;}
.zxslide .tags ul li{position: relative;padding: 7px 0; color: #ffffff;
    height: 50px;display: inline-block;cursor: pointer;margin-right: 50px;font-size: 16px;min-width:  64px;text-align:  center;}
.zxslide .tags ul li.active{
    border-bottom: 2px solid #ffffff;
}
.zxslide .tags ul li span{ color: #ffffff;}
.zxslide .tags ul li.active em{
    display: block;
    border-width: 6px;
    position: absolute;
    bottom: -12px;
    left:50%;
    margin-left: -6px;
    border-style: solid dashed dashed;
    border-color: #ffffff transparent transparent;
    font-size: 0;
    line-height: 0;
}
.zxslide .news .nLists>ul{ display: block;  margin: 0!important; padding-left:20px; padding-top: 10px;}
.zxslide .news .nLists>ul>li{position: relative;height: 35px; line-height:35px; text-align: left;}
.zxslide .news .nLists>ul>li span{
    width: 50%; padding-right: 20px;}
.zxslide .news .nLists>ul>li>a{display: block;color: #464646;/* width: 100%; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 20px;}
.zxslide .news .nLists>ul>li>a:hover{ color: #0463D8; text-decoration: underline;}


