.container{
    width:100%;
    max-width:19.2rem;
    margin:auto;
    background: url(/images/bgw.jpg) no-repeat center top rgb(39,46,54);
    background-size: 100% auto;
    padding-top: 4rem;
    padding-bottom: 1.05rem;
}
.register-container {
    margin: auto;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.3);
    width: 6.66rem;
    height: 8.26rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.register-container h3 {
    line-height: 0.96rem;
    border-bottom: 0.01rem solid #cccccc;
    position: relative;
    /* text-align: center;
     */
    margin-bottom: 0.45rem;
    width: 100%;
    text-align: center;
}
.register-container h3 a{
    position: relative;
    margin: 0 0.27rem;
    display: block;
    /* float:left;
     */
    cursor: pointer;
    letter-spacing: 0.02rem;
    color: #3e3e3e;
    font-size: 0.28rem;
}
.register-container h3 a.active{
    font-weight: bold;
    color: #3e3e3e;
    font-size: 0.33rem;
}
.register-container h3 a.active:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.16rem;
    background-color: #3292ff;
    border-radius: 0.05rem;
    bottom: -0.08rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.register-container h3:after {
    content: "";
    display: table;
    clear: both;
}
.register-container .input-div {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 0.23rem;
    height: 0.76rem;
    line-height: 0.76rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    overflow: hidden;
}
.register-container .input-div input {
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.28rem;
    color: #888888;
    float: left;
    background-color: #f6f6f6;
}
.register-container .input-div-con .input-div input {
    width: 3rem;
}
.register-container .input-div-con .input-div a{
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
    color: #888888;
    float: right;
    background-color: #f6f6f6;
    width: 1.85rem;
    margin-top: 0.1rem;
    border-left: 0.01rem solid #ccc;
    padding-left: 0.2rem;
    text-align: left;
    cursor: pointer;
}
.register-container .input-div span {
    float: left;
    width: 0.9rem;
    text-indent: 0.15rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
    display: none;
}
.register-container .input-div-warning {
    width: 100%;
    margin: 0 auto 0.01rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #ff8787;
    clear: both;
    text-indent: 0.24rem;
}
.register-container .input-div-warning span {
    background: url(/images/jg.png) no-repeat 0.08rem center;
    padding-left: 0;
    text-indent: 0.3rem;
    display: none;
}
.register-container .input-div-con {
    height: 0.75rem;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.register-container .input-div-con .code-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.18rem;
    height: 0.48rem;
    border-radius: 0.08rem;
    overflow: hidden;
    border: solid 0.01rem #eeeeee;
    cursor: pointer;
}
.register-container .input-div-con .code-img img {
    width: 100%;
    height: 100%;
}
.register-container .input-div-con .input-div {
    width: 100%;
}
.register-container .register-btn {
    width: 5.66rem;
    height: 0.85rem;
    background-color: #3292ff;
    border-radius: 0.25rem;
    font-size: 0.33rem;
    letter-spacing: 0.04rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.85rem;
    display: block;
    margin-top: 0.45rem;
    margin-bottom: 0.19rem;
    cursor: pointer;
}
.register-container .register-info {
    width: 100%;
    margin:0 auto;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #383838;
    text-align: center;
}
.register-container .register-info a{
    color:#3292ff;
}

