.margin{
    width: 1000px;
    margin: auto;
}
body{
    background: #fbfbfb;
}

#header{
    background: #efefef;
    overflow: hidden;
}
#header p{
    font: 12px/30px "";
    
}

#header .h-right{
    overflow: hidden;
    float: right;
}
#header .h-right p{
    float: left;
    margin-left: 10px;
    color: #626262;
}
#header .h-right span{
    margin-left: 10px;
    display: block;
    float: left;
    font: 12px/30px "";
    color: #626262;
}


#headerTwo{
    height: 90px;
    background: #fff;
}
#headerTwo img{
    float: left;
    margin-top: 26px;
}
#headerTwo p{
    float: left;
    color: #626262;
    font: 22px/90px "";
    margin-left: 30px;
}


#title{
    background: #fbfbfb;
    margin-top: 20px;
    margin-bottom: 80px;
}
#title .margin{
    overflow: hidden;
}
#title .margin p{
    width: 920px;
    font: 700 18px/36px "";
    background: #1c68c0;
    color: #fff;
    padding-left: 20px;
    float: left
}
#title .margin span{
    display: block;
    border-left: 18px solid #1c68c0;
    border-top: 18px solid #fbfbfb;
    border-right: 18px solid #fbfbfb;
    border-bottom: 18px solid #fbfbfb;
    float: left;
    height: 0px;
    margin-left: -1px;
}

section{
    overflow: hidden;
}
#main{
    
    background: #fbfbfb;
    overflow: hidden;
}
#main .margin{
    width: 920px;
    margin: auto;
}
.form-tab{
    width: 385px;
    overflow: hidden;
    font: 14px/14px "";
}
.form-tab .tab-left{
    float: left;
    margin-left: 40px;
    cursor: pointer;
    width: 76px;
    height: 30px;
    font: 14px/30px "";
    text-align: center;
}
.form-tab .tab-right{
    float:right;
    margin-right: 20px;
    cursor: pointer;
    width: 76px;
    height: 30px;
    font: 14px/32px "";
    text-align: center;
}
#main .code{
    width: 260px;
    height: 260px;
    border: 1px solid #ccc;
    margin-left:100px;
    margin:0 auto;
    float: none;
    margin-top:20px;
    display: none;
}
#main form{
    width: 385px;
    height: 460px;
    float: left;
}
#main form .two{
    display: none;
}
#main #dataFrom .show{
    display: block;
}
.border{
    border:1px solid #ccc;
    border-radius: 5px;
}
#main .name{
    overflow: hidden;
    margin-left: 20px;
    margin: 20px 0 20px 20px;
}
#main .name p{
    font: 14px/32px "";
    text-align: right;
    width: 92px;
    height: 32px;
    border: 1px solid #ccc;
    float: left;
    border-right:0;
    border-radius: 5px 0 0 5px;
    background: #fff;
}

#main .name input{
    width: 260px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    padding-left: 10px; 
    border-left: 0;
    line-height: 32px;
    float: left;
}
 #main .name .smsone{
    width: 150px;
}
#main .name .sms{
    width: 150px
}
#main #btnSendCode{
    margin:0px 0px 0px 5px;
    width:100px;  
    height: 32px;
}
#main .name select{
    width: 270px;
    height: 34px;
    border: 1px solid #ccc;
    display: block;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    padding-left: 10px; 
    color: #656565;
}
.layui-layer{
    width: 50%;
    height: 50%;
}
#main .bottom{
    overflow: hidden;
    margin-left:20px;
}
#main .bottom span{
    font: 12px/14px "";
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 20px;
}
#main .bottom input{
    float: left;
    
}
#main button{
    width: 350px;
    height: 50px;
    background: #1472df;
    color: #fff;
    border: 0;
    border-radius: 10px;
    margin: 20px 0 0 20px; 
    cursor: pointer;
}
#dataFrom .forget{
    display: block;
    margin:10px 0 0 20px;
}
#main .name #smsCode,#code{
    width: 150px;
}
.hint{
    float: left;
    height: 350px;
    width: 250px;
    border-left: 1px solid #efefef;
    margin: 0px 0 0 200px;
    padding-left: 50px;
}
.hint h1{
    font: 700 20px/40px "";
}
.hint p{
    color: #6e6e6e;
    font: 14px/24px "";
    letter-spacing: 1px;
}


#foot{
    background: #f6f6f6;
    overflow: hidden;
}
#foot .second{
    overflow: hidden;
    width: 560px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
#foot .second li{
    float: left;
    font: 12px/12px "";
    color: #363739;
}
#foot .second span{
    float: left;
    font: 10px/10px "";
    margin: 0 20px;
    color: #dcdcdc;
}
#foot .margin>p{
    text-align: center;
    font: 12px/24px "";
}

.error-tip{
    color: #ff5b5b;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
}
.layui-layer-content{
    padding: 10px 20px;
}
.agreement{
    text-indent: 24px;
    margin: 10px 0;
}

@media screen and (max-width:767px){
    
    .margin{
        width: 100%;
        overflow: hidden;
    }
    #header{
        display: none;
    }
    #headerTwo{
        display: none;
    }
    header{
        display: none;

    }
    #title{
        width: 100%;
        background: #fbfbfb;
        margin-top: 0;
    }
    #title .margin p{
        width: 100%;
        text-align: center;
        font: 18px/40px "";
        padding: 0;
    }
    #title .margin span{
        display: none;
        border: 0;
    }
    #main{
        width: 100%;
        margin: auto;
    }
    #main .code{
        width: 92%;
        margin-left: 4%;
    }
    .form-tab .tab-left{
        margin-left: 8%;
    }
    .form-tab .tab-right{
        margin-right: 8%;
    }
    #main form{
        margin: auto;
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    #main .margin{
        margin-top: 20px;
        width: 100%;
    }
    #main .margin .name{
        overflow: hidden;
        width: 92%;
        margin: 24px auto;
    }
    #main .margin .name p{
        font: 14px/40px "";
        text-align: right;
        width: 92px;
        height: 40px;
        border: 1px solid #ccc;
        float: left;
        border-right:0;
        border-radius: 5px 0 0 5px;
        background: #fff;
    }
    #main .name .smsone{
        width: 135px;
    }
    #main #btnSendCode{
        margin-top: 4px;
    }
    #main .name .sms{
        width: 135px;
    }
    #main .name input{
        width: 240px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 0 5px 5px 0;
        padding-left: 10px; 
        border-left: 0;
    }
    #main .name select{
        width: 250px;
        height: 42px;
        border: 1px solid #ccc;
        display: block;
        border-left: 0;
        border-radius: 0 5px 5px 0;
        padding-left: 10px; 
        color: #656565;
    }
    #main button{
        width: 335px;
        height: 50px;
        background: #1472df;
        color: #fff;
        border: 0;
        border-radius: 10px;
        margin: 30px 20px; 
        margin-bottom: 10px;
    }
    .layui-layer{
        z-index: 19891015;
        top: 68.5px;
        width: 80%;
        height: 52%;
        left: 0px;
        right: 0px;
        margin: auto;
    }
    #main .name #smsCode{
        width: 130px;
    }
    #main .name #code{
        width: 130px;
    }
    
    .hint{
        display: none
    }
    #foot{
        display: none;
    }
}