﻿/*澶撮儴閮ㄥ垎*/
html,body{
	height:100%;
    padding: 0;
    margin: 0;    
    background-image: url("../img/nwbg.jpg");
   background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*鍐呭閮ㄥ垎*/
.my_con{
   height: 100%;
}
.register_main{
    position: relative;
    padding-top: 4%;
}
.register{
    width: 400px;
    height: 500px;
    background-color:white;
    padding: 35px 30px 0;
    box-shadow: 0 0 18px #bbb;
    border-radius: 0px;
   /*  margin: 20px 600px; */
    margin: 0 auto;
}
/*logo鏍峰紡閮ㄥ垎*/
.logo{
    position: absolute;
    left: -4%;
    top: 16%;
    width: 300px;
    height: 80px;

}
.logo_img{
   width: 400px;/*  width: 234px;  height: 50px;*/
   height: 0px;
    background-image: url("../img/logobai.png");
    background-size: 100% 100%;
    margin-top: -4.2%;
    margin-left: -53px;
}
.logo_text{
    margin-left: 10px;
}
.text_con{
    font-size: 26px;
    font-weight: bold;
    color: white;
}
.intro{
    font-size: 18px;
    color: white;
}
/*澶撮儴鏍囬閮ㄥ垎*/
.hsmp{
    letter-spacing: 1px;
    color: #2cadff;
}
/*鍥剧墖楠岃瘉鐮侀儴鍒�*/
.ipt{
    width: 85%;
    height: 40px;
    margin-left: 7%;
    margin-top: 7%;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}
/*娉ㄥ唽琛ㄥ崟*/
#form-account{
    width: 85%;
    height: 40px;
    margin-left: 7%;
    margin-top: 7%;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}
#authCode{
    width: 85%;
    height: 40px;
    margin-left: 7%;
    margin-top: 7%;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}

#phoneCode{
    width: 55%;
    height: 40px;
    margin-left: 7%;
    margin-top: 7%;
    float: left;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}
#getPhoneCode{
    width: 30%;
    height: 40px;
    margin-top: 7%;
    font-size: 12px;
    /*float: left;*/
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
#si{
    width: 85%;
    height: 40px;
    margin-left: 7%;
    margin-top: 7%;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}
/*娉ㄥ唽鎸夐挳閮ㄥ垎*/
.register_1 a{
    text-decoration: none;
}
.btn {
    width: 76%;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border: none;
    cursor: red;
    margin-top: 15%;
    margin-left: 7%;
}
.btn {
    display: inline-block;
    box-sizing: content-box;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    background: #cc040c;
    text-align: center;
    cursor: pointer;
}
.zhuce{
    width: 85%;
    height: 40px;
    line-height: 30px;
    margin-left: 10%;
    margin-top: 5%;
    color: white;
    background: orange;
}
/*灏忓浘鏍囦綅缃�*/
#form-item-account,.icon_i,.icon_c,.icon_o{
    position: relative;
}
.myi{
    position: absolute;
    left: 10%;
    top: 49%;
}
.myi_1{
    position: absolute;
    left: 10%;
    top: 0%;
}
.myi_2,.myi_3{
    position: absolute;
    left: 10%;
    top: 52%;
}
/*鍘婚櫎钃濊壊杈规閮ㄥ垎*/
input,#getPhoneCode{
    outline: none;
    box-shadow: none;
    border-left:none;
}
/*搴曢儴宸叉湁璐﹀彿*/
.text-tip{
    text-align: center;
    font-size: 12px;
    margin-top: 9%;
}
.text-tip a{
    text-decoration: none;
    color: #618dbe;
}
.text-tip a:hover{
    text-decoration: none;
    color: blue;
}




















