/*公共部分*/
*{margin: 0; padding: 0}
li{list-style: none;}
a{text-decoration: none;}
body{font-family: "microsoft yahei"; min-height:647px; height: 100vh; position: relative;}
h1{margin: 0}
/*导航条部分*/
.nav{height: 39px; background: #00923F;text-align: center; position: relative;}
.nav-center{width: 1220px;height: 39px; margin: 0 auto; background: #00923F;}
.nav-bar{ padding: 0; margin: 0; height: 100%; line-height: 39px; display: inline-block; }
.nav-bar li{float: left;height: 39px;margin-left: 10px;font-size: 0; position: relative}
.nav-bar li:first-child{margin-left: 0;}
.nav-bar a{color: #fff; font-size: 14px; padding: 0 15px; display:inline-block; height:39px; }
.nav-bar li a:hover,.nav-bar li a.current{background: #70CA10}
.nav-bar li ul{position: absolute; top: 100%; left: 0; background:#fff; text-indent: 0px; z-index: 100;box-shadow: 0 2px 5px #666;border-top: 3px solid #00923f;}
.nav-bar li ul li{min-width: 180px;text-align: left; margin-left: 0;text-indent: 0px;}
.nav-bar li ul li a{display: block; color: #333}
.nav-bar li ul li a:hover{display: block; color: #fff}



/*内容部分 -->*/

.container{background: url("../images/loginbg.jpg") repeat-x;min-width: 1220px;background-size: auto 100%;}

.container{background: url("../images/loginbg.jpg") repeat-x;min-width: 1220px;background-size: auto 100%;}

.container{background: url("../images/loginbg.jpg") no-repeat;min-width: 1220px;background-size: 100% 100%;}

.container .row{width: 1000px; min-height: 494px; margin: 0 auto; overflow: hidden;}
.container .row .left{
    float: left;
    margin-top: 30px;
    margin-bottom: 15px;
}
.container .row .left .logo{width: 300px; overflow: hidden}
.container .row .left .logo img{float: left;}
.container .row .left .logo dt{font: 26px "simsun"; color: #231814;font-weight: 800;margin-top: 20px;}
.container .row .left .logo dd{font: 10px "arial"; color: #666; }


.banner { position: relative; width: 463px; padding-bottom:40px; overflow: hidden;}
.banner li { list-style: none;  }
.banner ul li { float: left; }
.banner .dots {position: absolute;left: 0;right: 0;bottom: 0; text-align: center;}

.banner .dots li {
    display: inline-block;
    width: 16px; height: 16px;
    margin: 0 4px;
    text-indent: -999em;
    border-radius: 50%;
    cursor: pointer;
    background: #ddd;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #02913F;
}

.container .row .right{float: right; position: relative;width: 374px; height: 354px; margin-top: 120px;margin-bottom:20px;}

/*登录盒子*/
.logbox{width: 304px; height: 330px; border: 1px solid #73CB17; padding: 20px;background: #fff; position: absolute; left: 20px; top: 0;z-index: 2}
.logboxbg{width: 214px; height: 315px; background: url(../images/loginbox.png) no-repeat; position: absolute;left: -68px; top: -30px;z-index: 1 }
/*标题*/
.logbox h3{font-size: 18px; color: #454545; font-weight: normal; padding-bottom: 5px; border-bottom:1px solid #ccc;}
/*输入框*/
.logbox input{width: 100%;height: 33px; border-radius: 3px; border: 1px solid #ccc; margin-top: 18px;outline: none; text-indent: 3px; font-size: 12px;color: #999;}
.logbox input.yzm{
    width: 80%;
    display: inline-block;
}
.logbox input.img{
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
/*登录按钮*/
.logbtn{background: #70CA10; border-radius: 3px; color: #fff; display: inline-block; width: 100%; line-height: 33px; text-align: center; margin-top: 14px; }
.logbtn:active{background: #00923F;}
/*忘记密码和注册按钮*/
.logbox dl{overflow: hidden; margin-top: 16px; line-height: 35px;font-size: 14px; text-align: center;}
.logbox dl a{color: #00923D; display: inline-block; width: 100%; height: 100%;}
.logbox dl dt{float: right;  border-radius: 3px; border: 1px solid #ccc; width: 144px; height: 35px;}
.logbox dl dt:first-child{float: left}
/*额外信息*/
.logbox ul{margin-top: 26px;}
.logbox ul a{color:#343434; font-size: 12px;}
.logbox ul li{float: left;line-height: 14px; padding-left: 8px; padding-right:8px;border-left: 1px solid #ccc; }
.logbox ul li:first-child{margin-left: 0; border-left:none;}

/*<--内容部分结束*/
/*底部*/
.footer{padding: 30px 0;width: 100%; background: #00923F; color: #fff; position: absolute; bottom:0}
.footer .info{font-size: 12px; line-height: 26px; text-align: center;}





/*css3动画效果*/

.nav-bar a{
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.logbtn{
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.clear{
    clear: both;
}

.lfrm{
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    font-family: "宋体";
}
.lfrm table{
    color: #666;
}
.lfrm td{
    padding: 6px;
}
.lfrm th{
    font-weight: normal;
}
.lfrm input[type=text],.lfrm input[type=password]{
    border: 1px solid #dcdcdc;
    padding: 0 0.5em;
    height: 32px;
}
em.red{
    color: red;
    font-style: normal;
    padding-right: 5px;
}
.th_right th{
    text-align: right;
}
.td_left td{
    text-align: left;
}
.td_center td{
    text-align: center;
}
.passwordStrength{
    padding: 6px 6px 0;
}
.passwordStrength span{
    padding: 2px 17px;
    text-align: center;
    color:#fff;
    background-color: #ddd;
    margin-left: 6px;
}

.verimgb{
    height: 32px;
    margin: 0 1em;
    vertical-align: middle;
    width: 95px;
}
.error{
    white-space: nowrap;
    padding: 2px 10px 2px 20px;
    background:#fff5d1 url("../images/check/error.jpg") no-repeat 2px center;
    vertical-align: middle;
    border: 1px solid #fdb60d;
}
.btn_submit{
    background: #6aa817;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 14px 0;
    width: 250px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.btn_submit:hover{
    background: #549016;
}
.reg_link{
    color: #4fa5f4;
    text-align: center;
    display: block;
}
.stepFrm{
    background-color: #fff;
    border: 1px solid #eee;
    padding-bottom: 30px;
}
.stepFrm .caption{
    padding-left: 2em;
    font-size: 14px;
    line-height: 35px;
    color: #444;
}
.nav_bar_pass{
    border-top: 3px solid #7abc0a;
    display: table;
    padding: 15px 0 10px;
    width: 100%;
    text-align: center;
}
.nav_bar_pass em{
    padding-left:156px;
    font-style: normal;
    font-size: 12px;
    background: url("../images/check/bar.gif") no-repeat 0 -36px;
    color: #ddd;
}
.nav_bar_pass em.active{
    background-position: 0 0;
    color: #8ec545;
}

.btn_reg{
    background:  url("../images/btn_stepbg.jpg") repeat-x scroll 0 -1px;
    border: 1px solid #63ade4;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 6px;
    padding: 2px 10px;
    color: #444;

}
a.btn_reg{
    color: #444;
}
.fail {
    margin: 0 auto;
    border: 3px solid #9cc860;
    line-height: 1.75em;
    margin: 20px auto;
    padding: 1.5em;
    text-align: left;
    width: 15em;
}