html,body,p,a,ul,li,div{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
html,body{
    background-color: white;
}
body{
    font-size: 16px;
}
/*
 * main content style
 */
.content{
    max-width: 750px;
    margin: 0 auto;
    padding: 0.52rem 0.69rem;
}
/**
 * common form style
 */
.content .form{
    margin-top: 1.5rem;
}
.content label{
    display: block;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid whitesmoke;
}
.content input{
    display: block;
    width: 4.12rem;
    height: 1.01rem;
    padding: 0 1rem;
    border: 0;
    background-color: #ffffff !important;
    font-size: 0.28rem;
    color: #999999;
}
.content label .left{
    float: left;
    width: 0.36rem;
    height: 0.48rem;
    margin-top: -0.75rem;
    margin-left: 0.3rem;
}
.content label .right{
    float: right;
    width: 0.48rem;
    height: 0.29rem;
    margin-top: -0.65rem;
    margin-right: 0.3rem;
}
.content label .code{
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0.25rem;
    color: #EC5E2C;
    font-size: 0.24rem;
    line-height: 0.6rem;
}
.content .error{
    display: none;
    font-size: 0.28rem;
    color: #F56D3E;
    padding: 0.22rem 0.35rem;
}
.content .error img{
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    margin-bottom: -2px;
}
/*
 * common button style
 */
.content .btn{
    display: block;
    background-color: #f56d3e;
    width: 4.73rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 0.58rem;
    border-radius: 50px;
    /*font-weight: bold;*/
    color: #FEFAF8;
    letter-spacing: 2px;
}
/**
 * common mask style
 */
.mask .maskBg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: gray;
    opacity: 0.7;
    z-index: 998;
}
.mask .maskActive{
    position: relative;
    width: 70%;
    margin: -50% auto;
    padding: 0.38rem 0.27rem;
    border-radius: 5px;
    background-color: white;
    z-index: 999;
}
.mask .maskActive .title{
    margin: 0.38rem 0;
    text-align: center;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}
.mask .maskActive .info{
    font-size: 0.24rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 0.35rem;
    color: #333333;
}
.mask .maskActive .btnContent{
    width: 100%;
    height: 0.48rem;
    margin-top: 0.6rem;
}
.mask .maskActive .btnContent .btn{
    display: inline-block;
    width: 1.64rem;
    height: 0.48rem;
    border: 1px solid #F56D3E;
    border-radius: 50px;
    text-align: center;
    line-height: 0.48rem;
    color: #F56D3E;
}
.mask .maskActive .btnContent .btn.primary{
    color: white;
    background-color: #F56D3E;
}
/*
 * "已有账号，请去登陆"  style
 */
.content .loginTip{
    width: 100%;
    height: 40px;
}
.content .loginTip .link{
    /*width: 2.6rem;*/
    height: 40px;
    float: right;
    line-height: 40px;
    /*font-weight: bold;*/
    font-size: 0.26rem;
    color: #FF6600;
    letter-spacing: 2px;
    text-align: right;
    padding: 0;
}
/*
 * xiaoxun icon style
 */
.content .icon{
    width: 1.15rem;
    height: 1.51rem;
    margin: 0 auto;
}
/*
 * the style of tip element for old friend
 */
.content .oldFriendTip{
    margin-top: 0.36rem;
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    text-indent: 2em;
    letter-spacing: 2px;
}
/*
 * for register-success page
 */
.content .regSuc{
    margin-top: 0.41rem;
    letter-spacing: 2px;
}
.content .regSuc .title{
    font-size: 0.4rem;
    color: #f56d3e;
    text-align: center;
    font-weight: bold;
}
.content .regSuc .coupon{
    display: block;
    position: relative;
    width: 6.01rem;
    height: 2.04rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}
.content .regSuc .coupon .info{
    position: absolute;
    width: 6.01rem;
    height: 2.04rem;
    top: 0;
    left: 0;
    text-align: center;
}
.content .regSuc .coupon .info .tr1td1 .p1{
    font-size: 0.5rem;
    color: #FEF9F9;
    line-height: 0.9rem;
}
.content .regSuc .coupon .info .tr1td1 span{
    font-size: 0.9rem;
}
.content .regSuc .coupon .info .tr1td1 .ribbon{
    width: 3.71rem;
    height: 0.36rem;
    margin: 0 auto;
    position: relative;
    font-size: 0.3rem;
}
.content .regSuc .coupon .info .tr1td1 .ribbon p{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 0.23rem;
    line-height: 0.36rem;
    letter-spacing: 10px;
    color: #F64B21;
}
.content .regSuc .coupon .info .tr1td2{
    width: 1.8rem;
}
.content .regSuc .coupon .info .tr1td2 .p1{
    width: 1.8rem;
    font-size: .34rem;
    font-weight: bold;
    color: #FDD2C2;
    margin-bottom: 0.3rem;
}
.content .regSuc .coupon .info .tr1td2 .p2{
    width: 1.52rem;
    height: 0.52rem;
    margin: 0 auto;
    font-size: .26rem;
    line-height: 0.52rem;
    color: #FDD2C2;
    border-radius: 50px;
    background-color: #FDD2C2;
    color: #F45318;
}

.content .tab{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid whitesmoke;
    padding-bottom: 10px;
}
.content .tab td{
    width: 50%;
    height: 0.28rem;
    font-size: 0.28rem;
    color: #999999;
}
.content .tab td:nth-child(1){
    border-right:1px solid whitesmoke;
}
.content .tab td.active{
    color: #EB5D2C;
}
.content .form .forget{
    display:inline-block;
    float:right;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #999999;
}
.content .form .loginError{
    height: 0.8rem;
}

.content .tip{
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #999999;
}
.subTitle{
    font-size: 0.32rem;
    color: #F56D3E;
    line-height: 1.2rem;
}
.hightLight{
    color: #F56D3E;
}
.left{
    float: left;
}
.right{
    float: right;
}

/*
 * toast提示
 */
.tip-box{
    z-index: 9999;
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
}
.tip-body{
    margin: 0 auto;
    width: 50%;
    background-color: lightgray;
    padding: 8px;
    border-radius: 5px;
}