*{
    font-family:PingFang-SC-Heavy;
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
img{
    vertical-align: top;
}
a{
    text-decoration: none;
}
input,a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}
input{
    background:none;
    outline:none;
    border:0;
    height: .48rem;
    line-height: .48rem;
    width: 100%;
    font-size: .38rem;
    padding:0;
}
input:focus{
    outline: none;
}
input::-webkit-input-placeholder{
    color:#CCCCCC
}
.shortPhone{
    position: relative;
    width:130px;
    height:.48rem;
    line-height: .48rem;
    font-size: .38rem
}
.shortPhone:after{
    content: '';
    position: absolute;
    right:.4rem;
    top:.15rem;
    width: 0;
    height: 0;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-top: .2rem solid #b2b2b2;
}
.selectArea{
    position: fixed;
    bottom:0;
    background-color: #ffffff;
    max-height: 50%;
    overflow: scroll;
    width: 100%;
}
.selectArea div{
    border-bottom: 1px solid #f6f6f6;
    height:45px;
    line-height: 45px;
    padding-left: 15px;
}
.mask{
    position: fixed;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0,0.4);
}
body,h1,h2,h3,h4,p,dl,dd{
    margin: 0;
    color: #333333;
}
@media screen and (max-width: 900px){
    html{
        font-size: 13.333333vw;
        margin: 0 auto;
    }
    body{
        max-width: 900px;
        margin: 0 auto;
        width: 100vw;
        font-size: .3rem;
        background-color: #f5f5f5;
        -webkit-text-size-adjust: none;
    }
}


@media screen and (min-width: 900px){
    html{
        font-size: 14px;
        margin: 0 auto;
    }
    body{
        margin: 0 auto;
        width: 100%;
        background-color: #f5f5f5;
        -webkit-text-size-adjust: none;
    }
}


.container{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow:column nowrap;
    justify-content: flex-start;
    height: 100vh;
}
.register-container{
    background-color: #FFFFFF;
}
.content{
    flex: 1 1;
}
.register-form-item{
    background-color: rgba(124,124,124,0.05);
    border-bottom: none!important;
}
.green-btn{
    background-color: #A07C1E;
    position: absolute;
    bottom: .6rem;
    z-index: 9;
    width: 90%;
    left: 5%;
    height: 0.9rem!important;
    line-height: 0.9rem!important;
    font-size: .3rem!important;
    color: #fff;
    border-radius: .7rem;
}
@media screen and (max-width: 900px){

    .navbar,.tabbar{
        flex:0 1 1rem;
    }
    .navbar{
        line-height: 1rem;
    }
}
@media screen and (min-width: 900px){
    .invite-mask{
        background-color: rgba(0,0,0,0.8);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top:0;
        left:0;
        z-index: 0;
    }
    .container-pc{
        width: 546px;
        margin: 5vh auto;
        height: 90vh;
        z-index: 2;
        position: relative;
        background-color: #ffffff;
    }
    .navbar,.tabbar{
        flex:0 1 9vh;
    }
    .navbar{
        line-height: 9vh;
    }
}




.text-center{
    text-align: center;
}

.font-weight{
    font-weight: 600;
}

.content-top{
    overflow: hidden;
    background:url(./images/planner_back.png) no-repeat left top;
}
.content-bottom{
    position: absolute;
}
.content-bottom-box{
    display: flex;
    flex-flow:row nowrap;
}

@media screen and (max-width: 900px){
    .font-size-30{
        font-size: .3rem;
    }
    .font-size-34{
        font-size: .34rem;
    }
    .font-size-42{
        font-size: .42rem;
    }
    .font-size-54{
        font-size: .54rem;
    }
    .font-size-66{
        font-size: .66rem !important;
    }
    .invite-title{
        font-size: .34rem;
    }
    .content-top{
        height: 4.16rem;
        background-size:7.5rem 4.16rem;
    }
    .content-top-title{
        font-size: .54rem;
        margin-top: 1.44rem;
        margin-left: .4rem;
    }
    .content-top-explain{
        font-size: .42rem;
        margin-left: .4rem;
    }
    .content-bottom{
        bottom: 1rem;
        padding: .3rem .4rem;
    }
    .content-bottom-box{
        height: 1rem;
        line-height: 1rem;
        border: .01rem solid #E5E5E5;
        width: 6.68rem;
    }
    .iconmorentouxiang{
        margin-right: .26rem;
        margin-left: .2rem;
        font-size: .66rem !important;
    }
    .content-bottom-box-item:last-child{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .invite-btn{
        height: 1rem;
        line-height: 1rem;
        font-size: .3rem;
    }
}
@media screen and (min-width: 900px){
    .invite-title{
        font-size: 30px;
    }
    .content-top{
        height: 303px;
        background-size:546px 303px;
        /*padding-top: 100px;*/
        /*padding-left: 30px;*/
    }
    .content-top-title{
        font-size: 40px;
        margin-top: 100px;
        margin-left: 30px;
    }
    .content-top-explain{
        font-size: 30px;
        margin-left: 30px;
    }
    .content-bottom{
        bottom: 70px;
        padding: 22px 30px;
    }
    .content-bottom-box{
        height: 76px;
        line-height: 76px;
        border: 1px solid #E5E5E5;
        width: 486px;
    }
    .iconmorentouxiang{
        margin-right: 18px;
        margin-left: 14px;
        font-size: 50px !important;
    }
    .content-bottom-box-item{
        font-size: 18px;
    }
    .invite-btn{
        position: absolute;
        width: 546px;
        bottom: 0;
        height: 70px;
        line-height: 70px;
        font-size: 22px;
    }
}




.black-color{
    /*background: #FFFFFFFF;*/
    color: #333333;
}
.gray-color{
    color: #666666;
}
.white-color{
    color: #ffffff;
}

.margin-top-10{
    margin-top: .1rem;
}

.btn{
    cursor: pointer;
    text-align: center;
}
.red-btn{
    background-color: #FF695A;
    color: #ffffff;
}
.red-btn:active{
    background-color: #ef473f;
}



@media screen and (max-width: 900px) {
    .register{
        margin-top: 1.8rem;
        padding: 0 .4rem .4rem .4rem;
    }
    .form-item{
        height: .8rem;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: .6rem;
        display: flex;
        flex-flow:row nowrap;
        width: 6.7rem;
    }
    .form-item-hd,.form-item-ft{
        flex:0 1 2.2rem;
    }
    .form-item-ft{
        text-align: right;
    }
    .form-item-ft-div{
        border-left: 1px solid #E5E5E5;
    }
    .form-item-bd{
        flex: 1 1;
    }
}

.result{
    margin-top: 3.7rem;
}
.result-logo img{
    width: 30%;
}
.result-download-btn{
    background-color: #A07C1E;
    position: absolute;
    bottom: .6rem;
    z-index: 9;
    width: 80%;
    left: 10%;
    height: 0.8rem!important;
    line-height: 0.8rem!important;
    font-size: .3rem!important;
    color: #fff;
    border-radius: .75rem;
    text-align: center;
}
.result-title{
    font-size: .3rem;
    color: #7C7C7C;
    margin-top: .2rem;
}
.result-dec{
    color:#848484;
    margin-top: .3rem;
}
.copy{
    margin: 4.38rem 0.82rem 0 0.62rem;
    display: flex;
    flex-direction:column;
}
.result-download-foot{
    position: absolute;
    justify-content: center;
    bottom: 1.7rem;
    width: 80%;
    left: 10%;
    margin: auto;
}
.result-download-foot .copy-color{
    margin-left: 25px;
}
  .service-copy{
    display: flex;
    justify-content: space-between;
  }
  .copy-font{
    font-size: .3rem;
    color: #7C7C7C;
    line-height: .586667rem;
  }
  .copy-color{
    color:#A07C1E;
  }
