* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    box-sizing: border-box;
    font-size: 0.28rem;
    margin: 0;
    padding: 0;
    border:white 0 solid;
}
.container{
    position: relative;
    margin: 0 auto;
    width: 7.5rem;
}
.mainBody{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 7.5rem;
    padding-bottom: 1.28rem;
    background: #FAE6E1;
}
.mainBody .img{
    vertical-align: baseline;
    /*vertical-align: bottom;*/
    display: block;
    width: 7.5rem;
}
.weChatNum{
    position: absolute;
    left: 4.3rem;
    top: 2.1rem;
    width: 2.8rem;
    height: 0.5rem;
    background: #FCC800;
    font-size: 0.2rem;
    font-weight: bold;
    color: #f00;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.25rem;
    padding: 0;
    margin: 0;
}
.weChatNum span{
    font-size: 0.25rem;
    font-weight: bold;
}
/*版权信息*/
.banquan{
    /*background-color: #ffffff;*/
    background: #FDEDE4;
    font-size: 0.15rem;
    width: 7.5rem;
    text-align: center;
    color: #888888;
}

/* 底部立即领取 */
.footer {
    /*position: relative;*/
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 7.5rem;
    height: 1.28rem;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0.3rem 0 0.3rem;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: 0 0 3px 1px #F0F0F0;
}

.footer>.left {
    width: 1.34rem;
    height: 1.34rem;
    position: relative;
    bottom: 0.14rem;
}
.footer>.left img{
    width: 1.34rem;
    height: 1.34rem;
    border-radius: 50%;
}
.footer>.center {
    width: 3.5rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: .5rem;
}

.footer>.center .c-top {
    height: 0.38rem;
    display: flex;
    flex-direction: row;

}

.footer>.center .c-top .t-left {
    height: 0.38rem;
    font-family: PingFang-SC-Heavy;
    font-weight: Medium;
    color: #FE684A;
    font-size: 0.38rem;
    line-height: 0.38rem;

}

.footer>.center .c-top .t-right {
    height: 0.38rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: #6C6C6C;
    font-size: 0.32rem;
    line-height: 0.38rem;

}

.footer>.center .c-bottom {
    height: 0.45rem;
    font-size: 0.32rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    line-height: 0.45rem;
    color: #934C3E;
    margin-left: .5rem;
}

.footer>.right {
    width: 1.9rem;
    height: 0.7rem;
    font-size: 0.28rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.7rem;
    text-align: center;
    margin-right: .3rem;
}

@media screen and (min-width:370px) {}

@media screen and (max-width:370px) {}

.contact-fly {
    position: fixed;
    z-index: 1000;
    top: 36vh;
    right: 2px;
    width: 1.2rem;
    height: 3rem;
}
.phone {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
}
.phone img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.6rem;
}
.wechat {
    position: absolute;
    z-index: 1000;
    top: 1.6rem;
    right: 2px;
    width: 1.2rem;
    height: 1.2rem;
}
.wechat img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    /*边框处会有白色*/
    /*background-color: white;*/
    background-color: #5ac43a;
}

.copyWeChat{

}

.alert {
    width: 7.5rem;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 11111;
    margin-left: 0px;
}
.alert .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
}
.alert .alert-m1 {
    width: 6.8rem;
    /*background-image: url(../m_images/alert.png);*/
    background-size: cover;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    top: 20%;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    height: 9.7rem;
    margin-right: auto;
    margin-left: auto;
    left: 5%;
}
.alert .closeTC {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    /*需要在alert-m1上面才能被点击到*/
    z-index: 10000;
}
.alert .close-img{
    cursor: pointer;
    z-index: 10000;
    width:0.8rem;
    height:0.8rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}
.alert .alert-wx {
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alert .success-text{
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    color: #000;
}
.alert .wx-num{
    width: 6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
    color: #333;
}
.alert .add-wx-notice{
    width: 6rem;
    min-height: 1rem;
    height: auto;
    line-height: .5rem;
    text-align: left;
    font-size: 0.32rem;
    color: #888;
    margin-top: 0.3rem;
    margin-left: .4rem;
}
.alert .open-wx-btn{
    width: 3.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    /* rgb(252,118,96);*/
    background-color:#5ac43a;
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    border-radius: 0.1rem;
}

.alertForm{
    width: 7.5rem;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 11111;
    margin-left: 0px;
}
.alertForm .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
}
.alertForm .alert-m1 {
    width: 6.8rem;
    /*background-image: url(../m_images/alert.png);*/
    background-size: cover;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    top: 25%;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    height: 6.2rem;
    margin-right: auto;
    margin-left: auto;
    left: 5%;
}
.alertForm .closeTC {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    /*需要在alert-m1上面才能被点击到*/
    z-index: 10000;
}
.alertForm .close-img{
    cursor: pointer;
    z-index: 10000;
    width:0.8rem;
    height:0.8rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.tcForm{

}

.box-input2{
    position: relative;
    width: 6.8rem;
    height: 100%;
    /*background: #FCC800;*/

    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.25rem;
    padding: 0;
    margin-top: 0.5rem;
}
.box-input2 .input-title{
    color: #444;
    font-size: 0.35rem;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin-bottom: 0.1rem;
}
.box-input2 input{
    width: 5.7rem;
    height: 1rem;
    border-radius: 0.1rem;
    border: #CCC solid 1px;
    box-shadow: none;
    text-shadow: none;
    font-size: 0.3rem;
    /*outline:none;*/
    /*border-top-style: none;*/
    /*border-right-style: none;*/
    /*border-bottom-style: none;*/
    /*border-left-style: none;*/
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    box-sizing: border-box;
}
.box-input2 .div-code{
    position: relative;
    width: 6.8rem;
    height: 1rem;
    box-shadow: none;
    text-shadow: none;
    font-size: 0.3rem;
    margin-top: 0.4rem;
}
.box-input2 .div-code .btn-code{
    position: absolute;
    top: 0rem;
    right: 0.4rem;
    width: 2.3rem;
    height: 1rem;
    line-height: 1rem;
    color: #e10000;
}
.box-input2 .div-code .btn-code::before{
    display: block;
    position: absolute;
    content: '';
    /*border-width: 1px;*/
    /*border-color: #bbb;*/
    width: 2px;
    height: 0.6rem;
    margin-top: 0.2rem;
    background-color: #ccc;
}
.box-input2 .box-commit {
    display: block;
    width: 5.7rem;
    height: 0.8rem;
    background: rgba(252, 200, 0, 1);
    border-radius: 0.44rem;
    font-size: 0.38rem;
    font-weight: 500;
    color: rgba(49, 49, 49, 1);
    line-height: 0.8rem;
    text-align: center;
    border: none;
    margin: 0.45rem auto;
}
.box-input2 .box-desc {
    height: 0.39rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(166, 166, 166, 1);
    line-height: 0.39rem;
    margin: 0.25rem auto;
    text-align: center;
}

.box-input2 .box-desc text {
    /*color: #3F3F3F;*/
    color: #ffab3e;
}

.mobileForm{
    width: 7.5rem;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 11111;
    margin-left: 0px;
}
.mobileForm .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
}
.mobileForm .alert_box{
    width: 7.1rem;
    height: 5.08rem;
    background: #FFFFFF;
    box-shadow: 0 .06rem 0 0 rgba(255, 96, 0, 0.28);
    border-radius: 0 .25rem 0 0;


    background-size: cover;
    position: absolute;
    z-index: 9999;
    top: 25%;
    left: .2rem;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.mobileForm .alert_box_head{
    width: 100%;
    height: .96rem;
    background: #FFE5DF;
    border-radius: 0 .25rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.alert_box_head .title1 {
    width: 2rem;
    height: .63rem;
    font-size: .50rem;
    font-family: "Source Han Sans SC";
    font-weight: 500;
    color: #FF6849;
    line-height: .63rem;
    margin-left: .9rem;
}
.alert_box_head .title2 {
    width: 3.08rem;
    height: .63rem;
    font-size: .40rem;
    font-family: "Source Han Sans SC";
    font-weight: 500;
    color: #934C3E;
    line-height: .63rem;
    margin-left: .2rem;

}

.mobileForm .input_box{
    width: 7rem;
    height: 3.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.input_box .input_mobile{
    width: 6.04rem;
    height: .77rem;
    border: .01rem solid #DEDEDE;
    border-radius: .03rem;
    margin-top: .64rem;
}

.input_box .code_box{
    width: 6.04rem;
    height: .77rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-top: .22rem;
}

.input_box .input_code{
    width: 3.97rem;
    height: .77rem;
    border: .01rem solid #DEDEDE;
    border-radius: .03rem;
}

.input_box .code_btn{
    width: 1.93rem;
    height: .77rem;
    background: #ffcc33;
    border: .01rem solid #FFFCF7;
    border-radius: .03rem;


    font-size: .29rem;
    font-family: "PingFang SC";
    font-weight: 500;
    color: #565656;
    line-height: .77rem;
    text-align: center;
}


.input_box .commit_btn{
    width: 3.18rem;
    height: .54rem;
    background: #FF6849;
    border-radius: .27rem;

    font-size: .30rem;
    font-family: "PingFang SC";
    font-weight: 500;
    color: #FFFFFF;
    line-height: .54rem;
    text-align: center;
    margin-top: .58rem;
}

input::-webkit-input-placeholder {
    color: #A6A6A6;text-align: left;padding-left: .2rem;
}
input::-moz-placeholder { color: #A6A6A6;text-align: left;padding-left: .2rem;} /* firefox 19+ */
input:-ms-input-placeholder { color: #A6A6A6;text-align: left;padding-left: .2rem; } /* Internet Explorer 10+ */
input:-moz-placeholder { color: #A6A6A6;text-align: left;padding-left: .2rem;;} /* firefox 14-18 */