﻿/*澶撮儴閮ㄥ垎*/
html,body{
	height:100%;
    padding: 0;
    margin: 0;
    background-image: url("../img/nwbg.jpg");
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*鍐呭閮ㄥ垎*/
.my_con{
    height: 100%;
}
.login_mian{
    position: relative;
    padding-top: 4%;
}
/*logo鏍峰紡閮ㄥ垎*/
.logo{
    position: absolute;
    left: -4%;
    top: 16%;
    width: 300px;
    height: 80px;

}
.logo_img{
    width: 400px;
   height: 0px; 
    background-image: url("../img/logobai.png");
    background-size: 100% 100%;
    margin-top: -3.7%;
    margin-left: -63px;
}
.logo_text{
    margin-left: 10px;
}
.text_con{
    font-size: 26px;
    font-weight: bold;
    color: white;
}
.intro{
    font-size: 18px;
    color: white;
}
/*鐧诲綍閮ㄥ垎*/
.login{
    width: 400px;
    height:500px;
    background-color:white;   
    padding: 35px 43px 0;
    box-shadow: 0 0 18px #bbb;
    border-radius: 0px;
   /*  margin: 20px 600px; */
    margin: 0 auto;
}
    
}
.hsmp{
    letter-spacing: 1px;
    color: #2cadff;
}

/*鐧诲綍琛ㄥ崟*/
#form-account{
    width: 92%;
    height: 40px;
    margin-top: 15%;
    margin-left:2%;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}
/*灏忓浘鏍囦綅缃�*/
#form-item-account{
    position: relative;
}
.myi{
    position: absolute;
    left: 5%;
    top: 63%;
}
#icon_i{
    position: relative;
}
.myi_1{
    position: absolute;
    left: 5%;
    margin-top: 14.8%;
}
/*缁撴潫*/
#authCode{
    width: 85%;
    height: 40px;
    margin-left: 7%;
    margin-top: 15%;
    font-size: 12px;
    text-indent: 30px;
}
#phoneCode{
    width: 92%;
    height: 40px;
    margin-left:2%;
    margin-top: 12%;
    font-size: 12px;
    float: left;
    border: 1px solid #cccccc;
    text-indent: 30px;
}
#getPhoneCode{
    width: 38%;
    height: 40px;
    margin-top: 12%;
    font-size: 12px;
    padding: 0;
    /*float: left;*/
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
/*鐧诲綍鎸夐挳閮ㄥ垎*/
.login_1 a{
    text-decoration: none;
}
.btn {
    width: 82%;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    border: none;
    cursor: pointer;
     margin-top: 20%;
     margin-left: 2%;
}
.btn {
    display: inline-block;
    box-sizing: content-box;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    background:#cc040c;
    text-align: center;
    cursor: pointer;
}
.btn:active{
    border: none;
}
/*鐧诲綍鏂瑰紡*/
.login_way{
    margin-top: 7%;
    height: 40px;
    width: 100%;
}
.login_way div{
    width: 49%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #4b4948;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}
.active{
    border-bottom: 1px solid #cc040c;
}
.login_form{
    display: block;
}
.login_wx{
    display:none;
    margin: 0 auto;
}
.login_wx .wx_img img{
    margin-left: 20%;
    margin-top: 16%;
    width: 180px;
 	height: 0px; 
}
/*鍘绘帀钃濊壊杈规*/
input,#getPhoneCode{
    outline: none;
    box-shadow: none;
    border-left:none;
}
/*搴曢儴娌℃湁娉ㄥ唽*/
.text-tip{
    text-align: center;
    font-size: 12px;
    margin-top: 17%;
}
.text-tip1{
    text-align: center;
    font-size: 12px;
    margin-top: 30%;
}
.text-tip a{
    text-decoration: none;
    color: #618dbe;
}
.text-tip a:hover{
    text-decoration: none;
    color: blue;
}









