*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    font-family:PingFang-SC-Bold,PingFang-SC;
}
.le{
    float: left;
}
.ri{
    float: right;
}
li{
    list-style: none;
}
#top{
    display: block;
    height: 80px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dcdfe6;
}
#top .logo a{
   display: inline-block;
   width: 54px;
   height: 80px;
   background: url("../../images/pc/logo @2x.png") no-repeat;
   text-align: center;
   font-size: .24rem;
   font-weight:bold;
   vertical-align: bottom;
   background-size: contain;
   margin-right: 20px;
}
#top .logo a{
    color: #fff;
}
.menuText{
    display: inline-block;
    margin-top: .15rem;
}
.menuText p{
    font-size: .12rem;
    font-weight:500;
color:rgba(153,153,153,1);
/* line-height:.17rem; */
}
.menuText p:first-child{
    font-weight:bold;
    color: #333;
    font-size: 28px;
    letter-spacing: 3px;
}
.menuRight{
    float: right;
}
.menuRight span{
     font-weight:bold;
     color: #333;
     line-height: 80px;
     font-size: 14px;
}
.menuRight span.tc-blue{
color: #1D57AA;
font-size:.14rem;
font-weight:bold;
margin-left: .36rem ;
}
.place{
    overflow: hidden;
    margin-top: .04rem;
}
.place ul li{
    float: left;
    font-size: .12rem;
    margin-right: .1rem;
}
.place ul li span{
    font-weight:500;
    color:rgba(161,161,161,1);
}
.form .form-tit{
    margin: auto;
    float: none;
    margin-bottom: .5rem;
    margin-top: .2rem;
    width: 100% !important;
    text-align: center;
}
.form-tit ul{
    display:flex;
    align-items: center;
    justify-content: center;
}
.form-tit ul li{
    display: inline-block;
    text-align: center;
    line-height: 45px;
    float: none;
}
.form label{
    font-size: .13rem;
    color: #A1A1A1;
    font-weight:500;
}
.form fieldset{
    float: none;
    margin: auto;
}
.form label.radio-inline{
    color: #333333;
}
.form label.radio-inline input{
    /* margin-right: 30px; */
}
.form.volunter .form-group:nth-child(even){
            margin-left: 15px;
 }
.form-tit ul li{
    display: inline-block;
    width: 230px;
    height: 45px;
    border-radius: 12px;
}
.form-tit ul li:first-child{
    background:rgba(195,210,233,1);
    font-weight:bold;
    color:rgba(29,87,170,1);
    /* float: left; */
}
.form-tit ul li{
    background:rgba(240,240,240,1);
    font-weight:bold;
    color:rgba(184,185,186,1);
    margin-right: 10px;
    flex-shrink: 0;
}
.form-tit ul li:nth-child(2),.form-tit ul li:nth-child(4){
    position: static !important;
    width:50px;
    background: none;
    text-align: center;
    transform: none !important;
    padding-top: 10px;
}
.form{
    position: relative;
}
span.star{
    color: #E71515;
    font-size: .12rem;
    font-weight:500;
}
input.form-control{
    font-size: .13rem;
}
.input-group-addon{
    background: none;
}
.btn-default{
   border:none;
}
.btn-tj{
    margin:.5rem auto;
    float: none;
    width: max-content;
}
.btn-tj button{
    float: none;
    /* width: 1.2rem; */
    color:rgba(255,255,255,1);
    font-size: 14px;
}
.exit-b {
    background-color: #fff;
    color: #666 !important;
    border: 1px solid #d2d2d2;
    padding: 6px 12px;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}
.botton{
    width: 100%; 
    height: .47rem;
    background: #F4F4F4;
    color: #999999;
    text-align: center;
    font-size: .11rem;
    line-height: .47rem;
    /* position: fixed;
    bottom: 0; */
}
#distpicker .form-control{
    font-size: .14rem;
}
/* Ã¥Â¦Â«Ã¯Â½â€ Ã§â€°Â Ã©Å â€ Ã¯Â¿Â½ */
.menu{
    /* position: absolute; */
    /* top: 0; */
    /* right: 546px; */
    /* width: 1170px; */
    /* display: flex; */
    /* text-align: right; */
}
.navbar.navbar-default{
    background: #fff;
    /* text-align: right; */
    min-height: auto;
}
.menu #navbar ul li a{
    font-size: 16px;
    font-weight:bold;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    height: 80px;
    line-height: 50px;
}
ul.navbar-nav {
    margin-top: 0;
    margin-right: 0px;
}
#navbar{
    border: none;
    height: auto;
    z-index: 90;
    position: absolute;
    top: -80px;
    left: 670px;
}
.menu #navbar ul li.active a ,.menu #navbar ul li a:hover{
    background-color: #fff;
    color: #2878ff;
    border-bottom: 2px solid #2878ff;
}
#navbar ul li a:visited{
    background: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.banner {
    position: relative;
    top: 0;
    width: 100%;
    height: calc(100% - 120px);
    max-height: 515px;
}

.banner .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
    /* display: none; */
    width: 100%;
    height: 100%;
}
.move ul li img{
    width: 100%;
    height: 100%;
}
.ctrl {
    position: absolute;
    width: 100%;
    bottom: .2rem;
    text-align: center;
}

.ctrl .libs {
    display: inline-block;
    margin-right: .1rem;
    width: .12rem;
    height: .12rem;
    background-color: #D8D8D8;
    z-index:50 ;
    cursor: pointer;
}
.ctrl span.active {
    background-color: #1D57AA;
}
/* .link-btn{
    position: absolute;
    right: .3rem;
    width: 6.4rem;
    top: 50%;
    transform: translateY(-50%);
} */
.link-btn ul li{
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
/* .link-btn ul li:nth-child(1) img,.link-btn ul li:nth-child(2) img{
    width: 3.1rem;
    height: 1.2rem;
} */
/* .link-btn ul li:nth-child(3) img,.link-btn ul li:nth-child(4) img,.link-btn ul li:nth-child(5) img{
    width: 2rem;
    height: 1.2rem;
    margin-bottom: 0;
} */
/* .link-btn li:nth-child(2),.link-btn li:last-child{
    margin-right: 0;
} */

.list{
    margin-top: .15rem;
}
.list .list-tit p{
    font-size: .18rem;
    font-weight:bold;
    color:rgba(29,87,170,1);
    line-height:.25rem;
}
.list .list-cont{
    border-top: 2px solid #E5E5E5 ;
}
.list .list-cont ul li{
    display:inline-block;
    width: 100%;
    height: .54rem;
    font-size:.14rem;
    font-weight:500;
    line-height: .54rem;
    color:rgba(111,111,111,1);
    margin-right: .3rem;
    border-bottom: 1px dotted #D8D8D8;
    cursor: pointer;
    padding-right: .2rem;
}
.list .list-cont ul li:nth-child(even){
    margin-right: 0;
}
.cont-ri span{
    font-size:.12rem;
}
.list .list-cont ul li:hover{
    color: #1D57AA;
}
.list .list-cont ul li:hover .cont-l span{
    text-decoration: underline;
}
.code-img img{
    display: block;
    width: .93rem;
    height: 0.94rem;
    margin: auto;
    margin-bottom: .3rem;
}
.code-text{
    text-align: center;
    color: #6F6F6F;
    font-size: .14rem;
    line-height: .2rem;
}
.footer{
    width: 100%;
    text-align: center;
    color: #999999;
    line-height: .6rem; 
    background: #F4F4F4;
    margin-top: .7rem;
}
.navbar{
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
/* Ã©â€“Â»Ã‘â€ Ã®â€¡Â§Ã§Â¼ÂÃ¥Â¶â€¦Ã®â€¡Â£Ã§â€˜â„¢Ã¥â€¹ÂµÃ¦â€Â±  */
.layer{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 888;
    background: #000;
    opacity: .5;
    left: 0;
    bottom: 0;
    display: none;
}
.login{
    width: 4.5rem;
    height: 4.8rem;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: 889;
    display: none;
}
.login .form-group{
    margin-bottom: 15px !important;
    position: relative;
}
.login .caret,.line .caret{
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
}
span.gb{
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
    font-weight: bold;
}
.login dl,.line dl,.selectItem dl{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.form dl{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.form dl dd{
    display: block;
    width: calc(100% - 15px);
    padding: 0 .12rem;
    cursor: pointer;
    line-height: .34rem; 
    height: .34rem;
    background: #F5F5F5;
    border: 1px solid #E6E7E7;
    outline: none;
    color: #999999;
    font-size: .14rem;
    box-shadow: none;
}
.form .caret{
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
}
.login dl dd,.line dl dd,.selectItem dl dd{
    display: block;
    width: 100%;
    padding: 0 .12rem;
    cursor: pointer;
    line-height: .46rem;
}
.login dl dd:first-child,.line dl dd:first-child,.selectItem dl dd:first-child{
    border-bottom:1px solid #E6E7E7;
}
.login .form-control,.login .input-group-addon,.login dl dd,.line dl dd,.selectItem dl dd{
    height: 43px;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    color: #333;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 15px;
}
 .login-tit{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight:bold;
    padding: 30px 0;
}
.login fieldset{
    padding: 0 0.5rem;
}
.login input:focus{
    background: #fff;
}
.login .form-control[type=button]{
    background: #1D57AA;
    color: #fff;
    font-size: .16rem;
    margin-bottom: .1rem;
}
input.send-yzm{
	background: #FFB800;
	color: #fff;
	font-size: .16rem;
	height: 43px;
	border: none;
	outline: none;
	font-size: 14px;
	box-shadow: none;
	cursor: pointer;
	padding-left: 0;
	float: right;
	border-radius: 4px;
}
.login-btn span a{
    color: #999999;
    font-size: .14rem;
    margin-right: .1rem;
}
input.mark{
    height: .46rem;
    background: #F5F5F5;
    border: 1px solid #E6E7E7;
    outline: none;
    color: #999999;
    font-size: .14rem;
    box-shadow: none;
}
img.markImg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* Ã©â€“Â¹Ã¨ÂºÂ²Ã¥â€žÂ±Ã©Å½Â®Ã¦â€ºÅ¸Ã£Ââ€žÃ©â€Å¸Ã¯Â¿Â½ */
.tit-line{
   width:85%;
   margin:1rem auto;
}
.tit-line ul li{
    float: left;
    width: 20%;
    height: .03rem;
    background: #E4E6EC;
    position: relative;
}
.tit-line ul li:first-child{
    background: #1D57AA;
}
.tit-line ul li:first-child .line-text{
    color: #323232;
}
.tit-line ul li:first-child .line-num{
    background: #1D57AA;
}
.tit-line span.line-text{
    color: #9A9FAA;
    font-size: .14rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
     margin-top: -0.45rem;
}
.tit-line span.line-num{
    width: .38rem;
    height: 0.38rem;
    text-align: center;
    line-height: .38rem;
    color: #fff;
    font-size: .14rem;
    background: #E4E6EC;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.form-btn{
   width: fit-content;
   margin: .4rem auto;
}
 .form-btn button{
    height: .36rem;
    width: 1rem;
    color: #fff;
    border-radius: 4px;
    background: #239FB6;
    font-size: .14rem;
    text-align: center;
    line-height: .36rem;
    border: none;
    margin-right: .6rem;
}
.form-btn button:last-child{
    background: #1D57AA;
    margin-right: 0;
}
/* .form-gro label{
    line-height: .4rem;
}
.form-gro input[type=text]{
    height: .4rem;
} */
.form-gro input,.form-gro .input-group-addon{
    background:rgba(245,245,245,1 ) !important;
    border: none;
    box-shadow: none;
}
/* Ã¦Â¿Å¾Ã¥Â¤Ë†Ã¥Å Å’Ã©ÂÅ¾Ã¯Â¿Â½////////////////// */
.form .form-input{
    margin: auto;
}
.line{
    margin-top: .2rem;
}
.line label{
    color: #525252;
}
.line span.msg,.line span.mark,.regis span.msg{
    font-size: .12rem;
    line-height: .33rem;
    color: #999999;
}
.line span.send-btn,.regis span.send-btn{
    padding: 0.05rem;
    background:rgba(245,245,245,1);
    border-radius:.04rem;
    border:1px solid rgba(29,87,170,1);
    text-align: center;
    margin-left: .15rem;
    cursor: pointer;
}
.line span.mark,.regis span.mark{
    color: #1D57AA;
    line-height: .33rem;
}
.regis .form-group input[readonly]{
    background: #fff !important;
    border-right: none;
}
/*Ã©â€“Â¸Ã¦Å½â€˜Ã¦Â£ÂÃ©Å â€ Ã¯Â¿Â½*/
.page{
    width: 100%;
    margin-top: .3rem;
}
.page ul{
    margin: 0 auto;
    height: .4rem;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.page ul li{
    display: inline-block;
    margin-right: .10rem;
    line-height: .34rem;
}
.page ul li a:hover{
    background: #1D57AA;
    color: #ffffff;

}
.page ul li a{
   padding: 0 .14rem;
    height: .34rem;
    cursor: pointer;
    display: inline-block;
    background:rgba(240,242,245,1);
    border-radius:3px;
    border:1px solid #cecece;
    text-align: center;
    font-size:.13rem;
    font-weight:400;
    text-decoration: none;

}
.page ul li b{
    font-weight:400;
    font-size: .12rem;
    color: #1D57AA;
}
.page ul li span{
    font-weight:400;
    font-size: .12rem;
}
.page ul li  input{
    width:.60rem;
    height:.34rem;
    background:rgba(255,255,255,1);
    border-radius:3px;
    border:1px solid rgba(230,230,230,1);
    outline: none;
}
.page ul li button{
    width:.76rem;
    height:.34rem;
    background:rgba(240,242,245,1);
    border-radius:3px;
    border:1px solid rgba(215,219,224,1);
    outline: none;
}
input[readonly]{
    background-color: #fff;
}
.dropdown-menu{
    left: .15rem;
}
/* Ã¥Â¦Å¾Ã£â€šË†Ã¥Â´ÂµÃ©Ââ€œÃ¯Â¿Â½ */
div.msg{
    margin-bottom: .4rem;
}
.msg p{
    font-size:.12rem;
    font-weight:500;
    color:rgba(153,153,153,1);
}
.zc button{
    padding-left: .25rem;
    padding-right: .25rem;
    margin-right: .4rem;
}
.zc button:last-child{
    background: #BCBCBC;
}
.msg div{
    margin-left: .4rem;
}
/* ccc */
input.mark{
    height: 43px;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    color: #333;
    font-size: 14px;
    box-shadow: none;
}
img.markImg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
div.login fieldset{
    padding: 0 0.5rem;
}
div.login {
    width: 4.5rem;
}
div.login input:focus{
    background: #fff;
}
.login .form-control[type=button]{
    background: #409eff;
    color: #fff;
    font-size: .16rem;
    margin-bottom: .1rem;
    border-color: #409eff;
}
.login #dl{
    margin-top:40px;
}
/* Ã¨Â¹â€¡Ã¦Â¥ÂÃ¥Å Â¹Ã¦Â·â€¡Ã¢â€žÆ’Ã¤Â¼â€¦ */
.form .form-group input[readonly]{
    background: #fff;
}
.form legend{
    font-size:.16rem;
    font-weight:bold;
    color:rgba(51,51,51,1);
    border-bottom: 1px dashed #B9B9B9;
    padding-bottom: .1rem;
}
.volunter .form-tit ul li:last-child{
    background: #C3D2E9;
}
/* Ã©â€“Â¹Ã©â€â€¹Ã§Â¨â€œÃ©ÂÂÃ¦â€™Â»Ã¦Â¢Â½Ã©Å ÂÃ¯Â¼â€žÃ¥Â¢Â¡ */
.selectItem{
    margin-bottom: .25rem;
}
.selectItem .select-input{
      margin: .2rem 0;
}
.selectItem .select-input,.select .select-input ul li input{
    position: relative;
    height: .4rem;
}
.selectItem .select-input ul li {
    float: left;
    position: relative;
    height: .4rem;
}
.selectItem .select-input ul li img{
    left: .2rem;
}
.selectItem .select-input ul li input{
    width: 100%;
    text-indent: 1em;
}
.select-input li span{
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.08rem;
    background: url("../../images/pc/down.png") no-repeat;
    display: inline-block;
    background-size: contain;
}
.select-input input:nth-child(1),.selectItem .select-input ul li:first-child input{
    text-indent: 2em;
}
.selectItem .select-input img{
    position: absolute;
    left: .1rem;
    width: .16rem;
    height: 0.16rem;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.selectItem .select-input input{
    border: 1px solid #E6E6E6;
    height:100%;
    outline: none;
    font-size: .14rem;
    color: #999999;
    margin-right: .1rem;
}
.selectItem .select-input  button{
    background-color: #1D57AA;
    height: 100%;
    color: #fff;
    padding: 0 .25rem;
    margin-left: .2rem;
    font-size: .14rem;
    text-align: center;
    line-height: .4rem;
}
.select-list table thead tr td{
    color: #AEAEAE;
}
.select-list table tbody tr:hover{
    background-color: #E6F0FF;
}
.select-list table tbody tr td:nth-child(2),.select-list table tbody tr td:nth-child(3){
    text-indent: 2em;
    text-align: left;
}
.select-list table tr td{
    text-align: center;
    color: #323232;
    font-size: .13rem;
}
@media (min-width: 1200px){
    .col-lg-6,.col-lg-4,.col-lg-5,.col-lg-7,.col-lg-8{
        padding-right: 0;
    }
    label.inded{
        text-indent: -3em;
    }
    .change{
        height: .34rem;
    }
    .form fieldset{
        margin-left: 1rem;
    }
    .form-group.marg{
         margin-right: .2rem;
    }
    .form .form-group,.form .form-gro{
        padding-right: 0;
        margin-bottom: .2rem;
    }
    .menu #navbar ul li a{
        margin-right: 50px;
    }
    .menu #navbar ul li:last-child a{
        margin-right:0;
    }
    /* .link-btn{
        position: absolute;
        right: 1.3rem;
        width: 6.4rem;
        top: 50%;
        transform: translateY(-50%);
    } */
    .list .list-cont ul li{
        float: left;
    }
    #navbar{
        right: inherit;
    }
    .select-list table tr td{
        padding: .13rem 0;
    }
    .select-list table thead td{
        padding: .17rem 0;    
    }
}
.form dl{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.form dl dd{
    display: block;
    width: calc(100% - 15px);
    padding: 0 .12rem;
    cursor: pointer;
    line-height: .34rem;
    height: .34rem;
    background: #F5F5F5;
    border: 1px solid #E6E7E7;
    outline: none;
    color: #999999;
    font-size: .14rem;
    box-shadow: none;
}
.form .caret{
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
}
.city-select.province dd {
    margin-left: 3em;
}
.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
    display: block;
    position: static;
}
.city-select dl dd {
    line-height: 2;
    height: auto;
    width: auto;
    padding: 0;
    border: none;
    background: #fff;
}
.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
    display: block;
    position: static;
}
fieldset.volun{
    margin-left: 14px;
}
div.List{
    /* background: #F2F2F2; */
    float: left;
    margin-bottom: 15px;
}
.List .type{
    text-align: center;
    border-right: 1px solid #797979;
}
.List .SchoolMsg {
    /*
    margin-right: 37px;
    */
    margin-top: 24px;
}
.List .SchoolMsg .ListItem div{
    margin-bottom: 15px;
}
span.reset{
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #E55484;
    line-height: 30px;
}
span.reset i{
    font-size: 0.2rem;
}
.ListItem button{
    position: absolute;
    right: -50px;
    top: 0;
}
input[readonly] {
    background-color: #fff !important;
    cursor: default !important;
}
.ListItem label{
    padding-right: 0;
}
.volun .ListItem input[type="radio"]{
    margin-right: 0;
    margin-top: 3px;
}
@media screen and (min-width:320px) and (max-width:1280px) {
    .List .type{
        height: 10px !important;
        line-height: 10px !important;
    }
    .List .SchoolMsg .ListItem div{
        margin-bottom: 0;
    }
    div.List{
        float: none;
        margin-bottom: 1rem;
    }
    div.List div{
        padding-left: 0;
    }
}

/*Ã¥Â¨Â´Ã¥Â¿Å¡Ã®ÂÂÃ©ÂÂ£Ã£â€žÂ¦Ã®â€”â€¦Ã¥Â¨Â´Ã¯Â¿Â½ Ã©ÂÂÃ¥Â³Â°Ã§Â´Â¡*/
.llq-inf{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 30px;
    background: #fff899;
    line-height: 30px;
    text-align: center;
    box-shadow: -1px 4px 7px 5px rgba(212, 212, 212, 0.3);
    z-index: 999;
}
.llq-inf span{
    margin-left: 20px;
}
.llq-inf span:first-child{
    color: red;
}
.llq-inf i{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background:#ff6f4d url("../../images/pc/closellq.png") 0 0/100% 100%;
    margin-top: 5px;
    margin-right: 20px;
    cursor: pointer;
    transition: transform 1s;
}
.llq-inf i:hover{
    transform: rotate(180deg);
}

.llq-inf a{
    margin-left: 10px;
    color: inherit;
    font-weight: 900;
    color: #2e7a6a;
}
.llq-inf a:hover{
    text-decoration: underline;

}
.link-btn {
    max-width:600px !important;
}
@charst="utf-8";
.login-wrap {
    min-height: 100%;
    width: 100%;
    position: relative;
}

/*æ¶“î…¢æ£¿*/
.login-count {
    width: 1160px;
    margin: 10px auto 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;

}
.flex-div{
    padding-bottom: 20px;
}
.login-div {
    width: 480px;
    height:672px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 4px 4px 15px 0px rgba(183, 183, 183, 0.5);
    border: 1px solid #dedcdc80;


}
.login-before{
  /*display: none;*/
}
.login-before h3 {
    color: #2e7a6a;
    font-size: 30px;
    font-weight: 500;
    width: 70%;
    margin: 40px auto;
}
.error-div{
    width: 70%;
    margin: 0 auto;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: red;
}

.login-before ul{
    width: 70%;
    margin: 0px auto;

}
.login-before > ul > li{
margin-bottom: 20px;
}
.login-before  ul li select{
    height: 44px;
    width: 100%;
    background-color: #efefef;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border: none;
    color: #333333;
    font-size: 14px;
}
.login-before  ul li input{
    height: 44px;
    width: 100%;
    background-color: #efefef;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.login-before  ul li button{
    height: 44px;
    width: 100%;
    background-color: #2e7a6a;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.login-before  ul li a{
    float: right;
    color: #999;
}
.login-before  ul li b{
    float: right;
    margin: 0 10px 0 10px;
    display: inline-block;
    border-left: 1px solid #999;
    height: 17px;
}
.login-after{
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    display: none;

}
.login-after>div{
    width: 100%;
    margin-top: 80px;
}
.login-after>div p{
    height: 40px;
    line-height: 40px;
}
.login-after>div p b{
    color: #2e7a6a;
    font-size: 18px;
}
.login-after>div p span{
    color: #333;
    margin-left: 20px;
}
.login-after>div >span{
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    cursor:pointer;
}
.login-after>div>small{
    color: #e71515;
    font-size: 12px;
    display: block;
}
.login-after button{
    height: 40px;
    background-color: #2e7a6a;
    border-radius: 4px;
    width: 100%;
    color: #ffffff;
    margin-top: 30px;

}
.login-nav {
    float: left;
    max-height: 680px;
    width: 680px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.login-nav1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.login-nav1 li {
    width: 320px;
    height: 100px;
    margin-bottom: 10px;
}
.navback1{
    background: url("../../images/pc/navback1.png") 0 0/100% 100%;
}
.navback2{
    background: url("../../images/pc/navback2.png") 0 0/100% 100%;
}
.navback3{
    background: url("../../images/pc/navback3.png") 0 0/100% 100%;
}
.navback4{
    background: url("../../images/pc/navback4.png") 0 0/100% 100%;
}
.login-nav1 p{
  color: #ffffff;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 30px;
}
.login-nav1 p small{
    display: block;
    font-size: 12px;
}
.login-nav2 {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;

}

.login-nav2 li {
    width: 320px;
    height:442px;
    background-color: #ffffff;
    box-shadow: 4px 4px 15px 0px rgba(183, 183, 183, 0.5);
    border: 1px solid #dedcdc80;
}
.nav2-left >div span{
    color: #6f6f6f;
}
.nav2-left >div:hover span{
    color: #2e7a6a;
    font-weight: 600;
}
.nav2-left >div{
    height: 44px;
    line-height: 44px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #d8d8d8;
}
.nav2-left b{
    display: inline-block;
    float: right;
    color: #2e7a6a;
    font-size: 10px;
}
.nav2-left b i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../images/pc/xia.png");
    vertical-align: baseline;
    margin-right: 10px;

}
.nav2-right{
    text-align: center;
}
.nav2-right img{
    width: 83px;
    height: 84px;
    margin: 50px 0 35px 0;

}
.nav2-right p{
    width: 182px;
    height: 41px;
    color: #6f6f6f;
    margin: 0 auto;

}
.info{
    color: #e71515;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.login-before ul li.yzm input{
    width: 65%;
}
.login-before ul li.yzm img{
width: 100px;
    height: 44px;
    display: inline-block;
    float: right;
    vertical-align: middle;
    cursor: pointer;
}

/*éŽ¶ãƒ¥æ‚•é‚æ¿î–ƒæ¶“å¤‰é‡œå¨´ä½ºâ–¼éå³°ç´¡*/
.lc-div{
    position: relative;
    margin-top: 80px;
}
.lc-div b{
    position: absolute;
    width: 220px;
    display: block;
    border: 2px solid  #c4c4c4;
    top: 56px;
    z-index: 100;
}
.lc-div b:first-child{
    left: 150px;
}
.lc-div b:nth-child(2){
    left: 395px !important;
}
.lc-div b:nth-child(3){
    left: 450px;
    display: none;
}
.lc-div b.bback{
    border: 2px solid  #00b054;
}
.login-lc{
    text-align: center;
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: space-between;

}
.login-lc li{
    display: inline-block;
    /*width: 30%;*/
    flex:1;
}
.login-lc li i {
    width: 48px;
    height: 48px;
    display: block;
    background-color: #dbdbdb;
    border-radius: 30px;
    font-style: normal;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 22px;
    margin: auto;
}
.login-lc li i.iback1{
    background: #2e7a6a url("../../images/pc/system-selects.png") no-repeat center;
    background-color: #fff;
}
/*é—…æ„¯æ£Œ*/
.login-lc li i.lc-display{
    display: none;
}
/*ç»¾ãˆ£å£Šé‘³å±¾æ«™*/
.login-lc li i.lc-back{
    background: #e03b4f;
}

.login-lc li small {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}
.login-lc li span{
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
}
.login-lc li a{
	text-decoration: underline;
	font-size: 16px;
	color: #409eff;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	font-weight:bold;
}
.login-lc li a:hover{
   color:#f6875a;
}
.login-lc li small.colorred{
    color: #e03b4f;
}
.login-lc li small.colorgreen{
    color: #00b054;
}
.login-lc li span.colorgreen{
    color: #2e7a6a;
}

/*å¨´ä½ºâ–¼æ¤¤ç”¸æ½°*/
.lc-count{
    width: 1160px;
    margin: 0px auto 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.lc-left{
    background: #ffffff;
    width: 840px;
    box-shadow: 0px 7px 11px 5px rgba(203, 203, 203, 0.5);
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    height: 672px;
}
.lc-right{
    width: 250px;
}
.lc-left p{
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}
.lc-left p>b{
    font-size: 18px;
    color: #409eff;
    margin-right: 10px;
}
.lc-erm{
    background-color: #ffffff;
    height: 232px;
    width: 100%;
    box-shadow: 0px 7px 15px 0px rgba(183, 183, 183, 0.5);
}
.lc-xz{
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.lc-xz button{
    width: 300px;
    height: 47px;
    background-color: #dbdbdb;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
}
.lc-xz button i{
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
.lc-xz1{background: url("../../images/pc/xz.png") 0 0/100% 100%;}
.lc-xz2{background: url("../../images/pc/xz2.png") 0 0/100% 100%;}
.lc-xz small{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 20px;
}

/*éŽ´æ„®å“—æµœæŽ•î…»*/
.cjhr{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);

}
.cjhr-div{
    width: 400px;
    height: 300px;
    background: #ffffff;
    box-shadow:-1px -1px 7px 12px rgba(247, 247, 247, 0.15);
    border-radius: 5px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
}
.cjhr-div h2{
    font-size: 20px;
    text-align: center;
    /*color: #2e7a6a;*/
   height: 80px;
    line-height: 80px;

}
.cjhr-button{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.cjhr-button button{
    padding: 10px 20px;
    border-radius: 3px;
    margin: 0 10px;

}
.cjhr-button button:first-child{
    background:#2e7a6a ;
    color: #ffffff;
}
.cjhr-button button:last-child{
    background:#d3d3d3 ;
    color: #333333;
}
