
#register {
    width: 340px;
    height: 390px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    -webkit-user-select: none;
    z-index: 99;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#register .closesearch {
    font-size: 21px;
    position: absolute;
    right: 24px;
    top: 24px;
    color: #b3b3b3;
    cursor: pointer;
    z-index: 1
}

#register .closesearch:hover {
    color: #007bf5
}

.searchskin .layui-layer-close {
    display: none
}

#register .reg-form input.txt {
    height: 40px;
    width: 100%;
    text-indent: 15px;
    line-height: 40px;
    border: 0;
    border-radius: 5px;
    color: #5f5f5f;
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 14px
}

#register .reg-form input[type=submit] {
    position: absolute;
    top: 1px;
    right: 10px;
    background: 0 0;
    border: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #888
}

#register h3 {
    font-size: 25px;
    text-align: center;
}

#register .reg-form {
    /*margin: 33px auto;*/
    position: relative;
}

#register p {
    margin: 35px auto 0;
    font-size: 14px
}

#register p strong {
    display: block;
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 16px
}

#register p a {
    color: #999;
    padding: 4px 10px;
    background: #f1f1f1;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    float: left;
    transition: all .3s
}

#register p a:hover {
    background: #007bf5;
    color: #fff
}
