﻿/*注册页面*/
body{
    background:#eef4f8;
}
.content_box{
    /*background: url("../images/logo.png") no-repeat  center 80px;*/
}
.main input.sex {
    background: white url(../images/sex.png) 10px center no-repeat;
}
.main{
      padding-top: 80px;
      width: 60%;
      margin: 0 auto;
      max-width: 720px;
      min-width: 280px;
}
.main .img-logo img{
    width: 100%;
    margin: 0 auto;
}
.main .img-logo{
    margin: 0 auto;
    width: 30%;
}
.main .title{
    color: #617F97;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
.main .input button{
    width: 100%;
    display: block;
}
.main input{
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    border: 1px solid #bcd4e5;
    width: 92%;
    float: left;
    padding-left: 6%;
    font-size: 12px;
}
.main input.user{
    background:white url("../images/regist1.png") 10px center no-repeat;
}
.main input.passwd1{
    background:white url("../images/regist2.png") 10px center no-repeat;
}
.main input.passwd2{
    background:white url("../images/regist3.png") 10px center no-repeat;
}
.main input.tel1{
    background:white url("../images/regist4.png") 10px center no-repeat;
}
.main input.tel2{
    background:white url("../images/regist5.png") 10px center no-repeat;
}
.main input.email{
    background:white url("../images/regist6.png") 10px center no-repeat;
}
.main input.name{
    background:white url("../images/regist7.png") 10px center no-repeat;
}
.main input.address{
     background:white url("../images/regist8.png") 10px center no-repeat;
     margin-bottom: 80px;
 }

.main span{
    float: right;
    color: #FB0101;
    font-size: 14px;
    line-height: 40px;
}
input::-webkit-input-placeholder{
    color: #86A2BA;

}
input::-moz-placeholder{
    color:#86A2BA
}
input:-moz-placeholder{
    color: #86A2BA
}
.main button{
    color: white;
    background: #FDAD15;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 98%;
    display: block;
    letter-spacing: 0.5em;
}
.main .small-size{
    margin: 15px 0 95px;
}
.main .small-size p{
    font-size:12px;
    color: #276DA5;
    text-align: center;
}
.main .small-size span.green{
    color: #00A500;
    font-size:12px;
    float: none;
}


@media (max-width:768px) {
    .main {
        padding-top: 20px;
        width: 60%;

    }
}
@media (max-width:707px) {

    .main input{
        margin-bottom: 0px;
        border: 1px solid #bcd4e5;
        width: 86%;
        margin-bottom: 15px;
        float: left;
        padding-left: 11%;

    }
}

@media (max-width:480px){
    /*.content_box{*/
        /*background: url("../images/logo.png") no-repeat  center 40px;*/
    /*}*/
    .main{
        padding-top: 20px;
    }
    .main input{
        margin-bottom: 0px;
        border: 1px solid #bcd4e5;
        width: 86%;
        margin-bottom: 15px;
        float: left;
        padding-left: 11%;
        font-size: 12px;
    }
    .main span{
        font-size: 12px;

    }
    .main .img-logo img{
        width: 100%;
        margin: 0 auto;
    }
    .main .img-logo{
        margin: 0 auto;
        width: 40%;
    }
    .main .title{
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .main button{
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }
    .main .small-size{
        margin: 15px 0 45px;
    }
    .main input.address{
        margin-bottom: 40px;
    }
}


/*登录页面*/
.main  p{
    clear: both;
    font-size:12px;
    color: #276DA5;
}
.main span.blue{
    color: #00A500;
    font-size:12px;
}

.bottom1{
  position: fixed;
    bottom: 0px;
}
