﻿/*头部部分*/
html,body{
	height:100%;
    padding: 0;
    margin: 0;    
    background-image: url("../img/nwbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
/*内容部分*/
.my_con{
   height: 100%;
}
.register_main{
    position: relative;
    padding-top: 8%;
}
.register{
    width: 400px;
    height: 500px;
    background-color:white;
    padding: 35px 30px 0;
    box-shadow: 0 0 18px #bbb;
    border-radius: 0px;
    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: 50%;
    height: 40px;
    margin-left: 7%;
    margin-top: 7%;
    font-size: 12px;
    text-indent: 30px;
    border: 1px solid #cccccc;
}
#companyg{
    width: 33.7%;
    height: 40px;
    margin-top: 7%;
    font-size: 12px;
    text-indent: 10px;
    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: #338978;
    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: 51%;
}
.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;
}




















