.banner,.banner img{
	display:block;
	width:100%;
}
input,button{
    outline: none;
    background: none;
    border: none;
}
input::-webkit-input-placeholder {
        color:#c9c9c9;
}

 input::-moz-placeholder {
    
         color:#c9c9c9;
    }
    input:-moz-placeholder {
  
        color:#c9c9c9;
    }
    input:-ms-input-placeholder {
    
         color:#c9c9c9;
    }
@media  screen and (min-width:750px) and (max-width:960px){
   .reg{
         top:200px;
         width: 340px;
    }
    .banner,.banner img{
        height:900px;
    }
}
@media  screen and (max-width:750px){
   .reg{
         top:100px;

    }
      .banner,.banner img{
        height:800px;
    }
}

@media  screen and (min-width:960px){
   .reg{
        top:150px;
        width: 340px;
    }
}

.reg{
   
        background:#fff;
        position:absolute;
        left: 50%;
        margin-left: -200px;
        width: 340px;
        padding: 0 30px;
        border-radius: 5px;
    }

    .reg .hd{
        border-bottom: 1px solid #eeeeee;
        height: 40px;
        line-height: 40px;
        padding-top: 20px;
        margin-bottom: 35px;
    }
    .reg .hd h3{
        font-weight: normal;
        float: left;
        border-bottom: 2px solid #e5b65a;
    }

    .formgroup{
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .formgroup input{
        width: 320px;
        height: 40px;
        line-height: 40px;
        background: #f4f4f4;
        border: 1px solid #ddd;
        padding-left: 16px;
        border-radius: 5px;
    }

    .formgroup .small{
        width: 200px;
        float: left;
    }
    .codebtn{
        float: right;
        width: 110px;
        float: right;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #e5b65a;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }
    .regbtn{
        display: block;
        height: 40px;
        background: #e5b65a;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }
    .login{
        text-align: right;
        font-size: 12px;
        padding: 20px 0;
        color: #999;
    }
    .login a{
        color:#e5b65a;
    }

