input,
textarea,
keygen,
select,
button {
    font-family: "microsoft yahei", "微软雅黑", "Arial", "hiragino sans gb"!important;
    -webkit-appearance: none;
}

#textflag {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 1.09375rem;
    line-height: 1.09375rem;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 0.375rem;
    text-align: center;
    padding: 0 0.434375rem;
    border-radius: 0.125rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 6.96rem;
}

.container {
    margin: 0 auto;
    width: 10.0rem;
    background-color: #ffc935;
}

input {
    resize: 0;
    outline: none;
}

header {
    width: 100%;
    overflow: hidden;
}

header img {
    width: 100%;
    float: left;
}

.content {
    padding:0 0.625rem;
    background-color: #ffc935;
}

.content .text>p {
    margin-bottom: 0.066667rem;
}

.content .text>p:nth-child(1) {
    color: #505050;
    font-size: 0.4rem;
}

.content .text>p:nth-child(2) {
    color: #929292;
    font-size: 0.32rem;
}

.content .text {
    padding-left: 0.933333rem;
}

.ipt input {
    height: 1.25rem;
    width: 100%;
    border-radius: 0.625rem;
    border: 1px solid #dcdcdc;
    margin-bottom: 0.45rem;
    color: #222222;
    font-size: 0.426667rem;
    text-indent: 0.426667rem;
    vertical-align:middle;
}

.down_container {
    padding: 0 0.625rem 1.0rem;
    background-color: #ffc935;
}

button {
    width: 100%;
    height: 1.173333rem;
    font-size: 0.426667rem;
    border: 0px;
    border-radius: 0.625rem;
    background: #ff781e;
    color: #fff;
}

img {
    width: 10rem;
    vertical-align: bottom;
}
.container p{
    padding: 0.3rem 0.66667rem 0;
    font-size: 0.32rem;
    background-color: #fff;
    text-indent: 2em;
    line-height: 0.48rem;
    word-break: break-all;

}
.vcode {
    height: 1.173333rem;
    /*overflow: hidden;*/
    margin-bottom: 0.4rem;
}

.vcode input[type="text"] {
    width: 5.866667rem;
    /*margin-right:0.4rem;*/
    float: left;
}

.vcode button {
    width: 2.5rem;
    height: 100%;
    float: right;
    font-size: 0.373333rem;
}

.vodeColor {
    background: #dcdcdc;
    color: #808080;
}
.invite {
    margin: 0.533333rem 0;
}

footer {
    padding: 0 0.533333rem!important;
}

footer h3 {
    font-size: 0.453333rem;
    color: #ff7600;
    text-align: center;
    margin-bottom: 0.533333rem;
}

footer .dw {
    width: 100%;
    overflow: hidden;
}

footer .dw img {
    width: 100%;
    float: left;
}

.backTotop {
    width: 100%;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    background: #02be00;
    font-size: 0.453333rem;
    border-radius: 0.106667rem;
    color: #fff;
    margin-top: 1.0rem;
}
.registersuc{
    display: none;
    width:7rem;
    position: fixed;
    left: 50%;
    top:50%;
    background: #f7f7f8;
    border-radius: 0.106667rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    padding-bottom: 0.533333rem;
    z-index: 100;
}
.registersuc img{
    width: 2.133333rem;
    margin: 0.32rem auto 0.32rem;
    display: block;
}
.registersuc h2,.registersuc h3{
    color: #ff6600;
    text-align: center;
}
.registersuc h4{
    color: #5e5e5e;
}
.registersuc h2{
    font-size: 0.613333rem;
}
.registersuc h3{
    font-size: 0.374rem;
    margin:0.28rem auto 0.346667rem;
    padding: 0 .4rem;
}
.registersuc h4{
    font-size: 0.374rem;
}
.mask {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.down{
    background: #02be00;
    height: 1.0rem;
    line-height: 1.0rem;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.4rem;
    margin: 0.266667rem 0.4rem 0;
}
