
html,body{
  height:100%;
}
body{
    background-color: #FFF;
}
.header {
    /*height: 0.9rem;*/
    opacity: 0.9;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    top:0;
    border-bottom: 1px solid #ECECEC; 
}
.header .topbar {
    /*position:static;*/
    top: 0;
    display: table;
}
.header .tools ul li {
    /* display: inline-block; */
    height: 40px;
    line-height: 40px;
    width: 24.7%;
    float: left;
    text-align: center;
    border-right: solid 1px #EEE;
    position: relative;
}
.header .tools ul li a {
    font-size: 14px;
    color: #606060;
}
.header .tools ul {
    height: 40px;
    border-bottom: solid 1px #EEE;
}
.header .tools ul li .action {
    color: #F34B7A;
}
.header .tools ul li i.icon-arr-up {
    position: absolute;
    top: -3px;
    right: 30px;
    /* line-height: 42px; */
}
.header .tools ul li i.icon-arr-down {
    position: absolute;
    bottom: -5px;
    right: 30px;
}
.header .tools ul li.last-item {
    border-right: 0;
}

.center {
    background: #FFF;
    /*height: 100%;*/
    margin-top: 0.9rem;
    margin-bottom: 1.1rem;
}

.register {
    width: 80%;
    /*margin: 0 auto;*/
    /*padding: 0.25rem;*/
    
    position: fixed;
    left: 10%;
    padding: 0;
    top: 50%;
    margin-top: -3.5rem;
}

.register .content-padding {
    /* border: 0.01rem solid #ddd; */
    /* padding: 0.15rem; */
    padding: 0.2rem;
    background: #fff;
    border-radius: 0.06rem;
    border: 1px solid #EAEAEA;
    margin-bottom: 0.2rem;
    position: relative;
}

.register .content-padding input {
    outline: none;
    width: 100%;
    font-size: 0.32rem;
    color:#8C8C8C;
    border:none;
}

.register a.btn-register {
    background: #F590AC;
    color:#fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.32rem;
    border-radius: 0.08rem;
    /* margin-top: 0.2rem; */
}

.register a.btn-code {
    background: #F590AC;
    color: #FFF;
    padding: 0.21rem;
    border-radius: 0.05rem;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    line-height: 1;
}

.register p{
    margin-top: 0.4rem;
    text-align: center;
}

.register p a.btn-login {
    color: #8C8C8C;
    font-size: 0.28rem;
}

.register .title {
    color: #ddd;
    font-size: 0.75rem;
    text-align: center;
    padding-bottom: 0.8rem;
}

