*{
    margin: 0;
    padding: 0;
}
/* 设置了浏览器宽度大于1366px时 字体大小为16px */
@media screen and (min-width: 1366px) {
    html{
        font-size: 16px !important;
    }
}
/* 设置了浏览器宽度小于1366px时 字体大小为14px */

@media screen and (max-width: 1366px) {
    html{
        font-size: 14px!important;
    }
}
/* 设置了浏览器宽度小于1200px时 字体大小为12px */

@media screen and (max-width: 1024px) {
    html{
        font-size: 12px!important;
    }
}
body{
    font-size: 14px;
}
ul {
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.banner{
    min-height: 86vh;
    padding-bottom: 164px;
    box-sizing: border-box;
    background: url(../images/login_bg2.png) no-repeat ;
    background-size:cover;
}
.contentbg{

}
.btm {
    /*margin-bottom: 80px;*/
   }
.login_btn{
 text-align:center;
 line-height: 2.5rem;
}
.logo{
    width: 31rem;
    margin: 0 auto;
    padding-top: 6.0625rem;
    padding-bottom: 5.125rem;
    font-size: 2rem;
    color: #575757;
}
.logo > img{
    width:2.625rem;
    vertical-align: middle;
    margin-right: 0.625rem;
}
.logo > span{
    color: white;
}
/* 主体 */
.main{
    margin: 0 auto;
    width: 62.5rem;
    box-sizing: border-box;
    min-width: 62.5rem;
    /*height: 27rem;*/
    background: #fff;
    padding: 2.81rem 1.88rem;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .3)
}
/* 公告栏 */
.main .public_annonce{
    border-radius: 8px;
    position: relative;
    float: left;
    /*height: 326px;*/
    width: 28.81rem;
    margin-right: 2.69rem;
    background: white;
    /*padding: 21px 32px 53px 26px;*/
}
.imgcode{
    width: 5rem;
    height: 2.25rem;
}
.public_annonce > h2{
    font-size: 1.25rem;
    line-height: 3.31rem;
    height: 3.31rem;
    text-align: left;
    color: #222222;;
    /*text-align: center;*/
    font-weight: 500;
    /*padding-bottom: 21px;*/
}
.public_annonce .line{
    width: 100%;
    height: 1px;
    background: #ddd;
}
.public_annonce  ul{
    /*padding-top: 24px;*/
}
.public_annonce  ul li{
    font-size: 0.875rem;
    line-height: 2.5rem;
    white-space: nowrap;
    /*padding-bottom: 22px;*/
    color: #333;
}
.public_annonce  ul li::before{
    content: "●";
    color: #266cc0;
}
.public_annonce .more{
    /*position: absolute;*/
    /*right: 32px;*/
    /*bottom: 53px;*/
    text-align: right;
    color: #347acf;
    font-size: 0.75rem;
}   
#annonce  li  a:hover{
	text-decoration: underline;
}
.more:hover{
	text-decoration: underline;
}
/* 登录框 */
.main .login{
    float: right;
    width: 23.13rem;
    padding: 0 1.25rem  1.25rem 1.25rem;
    box-sizing: border-box;
    border: solid 2px #c4cdd8;
}
.login .title{
    overflow: hidden;
    /*padding: 16px 0;*/
    line-height: 3.31rem;
    font-size: 0.75rem;
    color: #222;
}
.login .title > span:first-child{
    display: inline-block;
    float: left;
    font-size: 1.25rem;
}
.r_title{
    /*padding-top: 5px;*/
    float: right;
}
.login .r_title > a{
    color: #1d95ed;
}
.login .line02{
    width: 100%;
    height: 1px;
    background: #cacaca;
}
.bottomwrap{
    /*height: 8vh;*/
}
.login .radio{
    padding: 8px 0 16px;
    line-height: 2.375rem;
    overflow: hidden;
}
.radio>div{
    float: left;
    text-align: center;
    width: 50%;
}
.radio span{
    cursor: pointer;
    padding: 0.625rem 0;
    font-size: 1rem;
}
.radio .wayactive span{
    border-bottom:  3px solid #347acf;
    color: #347acf;
}
.radio > input {
    display: none;
}

.radio > label {
    position: relative;
    margin-right: 2.125rem;
}

.radio > label::before {
    display: inline-block;
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    margin-right: 8px;
    vertical-align: bottom;
}

.radio>input:checked+label::before {
    background-color: white;
}

.radio>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: #1d95ed;
}
.user{
    position: relative;
    margin-bottom: 0.875rem;
}
.password{
    position: relative;
    margin-bottom: 0.75rem;
}
.phone{
    position: relative;
    margin-bottom: 0.75rem;
    display: none
}
.sms{
    position: relative;
    margin-bottom: 0.75rem;
    display: none;
    overflow: hidden;
    
}
.user > img, .password > img, .phone > img, .sms > img{
    position: absolute;
    top: 0.5625rem;
    left: 0.75rem;
}
.user > span, .password > span, .phone > span, .sms > span{
    display: inline-block;
    background: #c7c6c6;
    position: absolute;
    top: 0.5625rem;
    left:2.5rem;
    width: 1px;
    height: 1.125rem;
    z-index: 99;
}
.user input, .phone input, .password input,.imginput{
    width: 100%;
    padding: 0.625rem;
    background: #fff;
    border: #ddd 1px solid;
    box-sizing: border-box;
}
.sms input{
    width: 60%;
    padding: 0.625rem 0 0.625rem 0.625rem;
    background: #ffffff;
    border: #ddd 1px solid;
    box-sizing: border-box;
    float: left;
}
.forgetpwd{
    text-align: right;
    margin-top: -0.75rem;
}
.forgetpwd a{
    font-size: 0.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #222;
}
.sms_btn{
    float: left;
    width:40%;
	height: 2.375rem;
	/*border-width: 0px; */
	/*border-radius: 3px;*/
	background: #e0eeff;

	cursor: pointer; 
	outline: none; 
	font-family: Microsoft YaHei;
    border: 1px solid #ddd;
    color: #347acf;
    font-size: 0.875rem;
    border-left: 0;
    vertical-align: bottom;
}
.auto_login{
    margin-bottom: 1.5625rem;
}
.login .error{
    font-size: 0.75rem;
    color: #ff0000;
    margin-bottom: 2rem;
}
.login_btn{
    width: 100%;
	height: 2.5rem;
	border-width: 0px; 
	/*border-radius: 3px;*/
	background: #347acf;
	cursor: pointer; 
	outline: none; 
	font-family: Microsoft YaHei; 
	color: white; 
	font-size: 1rem;
}
.login_btn:hover{
	background: #5599FF;
}
/* 底部 */
.btm{
    font-family: Microsoft YaHei; 
    padding-top: 78px;
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 24px;
}
.btm > p:first-child{
    /*margin-bottom: 16px;*/
}
.f_txt{
    margin-right: 42px;
}
.s_txt{
    margin-right: 22px;
}
.login_input{
    overflow: hidden;
    margin-bottom: 12px;
}
.imginput{

    width: 10rem !important;
    margin-right: 0.625rem;
}
.changeone{
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #347acf;
    outline: none;
    border: none;
    background: none;
    padding: 0 10px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}