.headBox{
    width: 100%;
    height: 0.9rem;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #FFFFFF;
}

.headHeight{
    width: 100%;
    height: 0.9rem;
}

.headWrap{
    width: 15.68rem;
    height: 0.9rem;
    margin: 0 auto;
    color: #3D3D3D;
}

.headWrap .left{
    display: flex;
    align-items: flex-end;
}

.headWrap .left .headLogo{
    width: 2rem;
    /* height: 0.27rem; */
}

.headWrap .left .line{
    width: 0.01rem;
    height: 0.32rem;
    background: #DEECFE;
    margin: 0 0.25rem;
}

.headWrap .left .headDesc{
    width: 2.8rem;
    /* height: 0.22rem; */
    margin-bottom: 0.04rem;
    /* font-size: 0.22rem;
    font-weight: 700;
    letter-spacing: 0.03rem; */
    position: relative;
    top: 0.3rem;
}

.headWrap .right{
    height: 100%;
}

.manTime{
    font-size: 0.2rem;
}

.manTime .icon{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.manTime span{
    /* color: #F75431; */
    color: #2672FF;
    margin-left: 0.08rem;
    margin-right: 0.08rem;
    font-size: 0.26rem;
    font-weight: 700;
    /* font-style:italic; */
}

.headBtnWrap{
    margin-left: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
}

.headBtnWrap .goBtnUnit{
    font-size: 0.2rem;
    color: #333333;
    margin-left: 0.52rem;
    height: 100%;
    cursor: pointer;
}
.headBtnWrap .active{
    color: #2672FF;
    font-weight: 700;
    position: relative;
}

.headBtnWrap .active::before{
    display: block;
    content: "";
    width: 0.3rem;
    height: 0.02rem;
    background-color: #2672FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.01rem;
}

.headBtnWrap .head_create{
    position: relative;
    color: #FFF;
    cursor: pointer;
    margin-left: 0.52rem;
}

.headBtnWrap .head_create .head_create_bg{
    width: 1.38rem;
    height: 0.35rem;
}

.headBtnWrap .head_create .head_create_text{
    position: absolute;
    top: 0.05rem;
    right: 0.1rem;
    font-size: 0.22rem;
    line-height: 1.5;
}

.loginBtn{
    width: 1.76rem;
    height: 0.36rem;
    color: #FFF;
    border-radius: 0.1rem;
    background-color: #2672FF;
    cursor: pointer;
}

/* 底部 */

.footBox{
    width: 100%;
    margin-top: 1.22rem;
}

.footTop{
    width: 100%;
    height: 3rem;
    box-sizing: border-box;
    padding: 1.52rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #203672;
}

.footTop .qrCodeMsg{
    width: 7.04rem;
    text-align: center;
    /* justify-content: space-between; */
}
.footTop .qrCodeMsg .unit{
    margin-right: 0.64rem;
}
.footTop .qrCodeMsg .unit:last-child{
    margin-right: 0;
}
.footTop .qrCodeMsg .unit .qrCode{
    width: 1.4rem;
    height: 1.4rem;
}
.qrCode_html{
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.06rem;
    background: white;
}
.footTop .qrCodeMsg .unit .text{
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-top: 0.14rem;
}

.footTop .product{
    width: 3.45rem;
    height: 2.34rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.footTop .product .desc{
    border-bottom: 1px solid #686882;
    padding-bottom: 0.3rem;
}

.footTop .product .content{
    padding-top: 0.2rem;
    font-size: 0.2rem;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footTop .product .unit{
    margin-top: 0.08rem;
    cursor: pointer;
}

.footTop .detBtn .unit{
    border: 1px solid #B9B9B9;
    color: #FFFFFF;
    font-size: 0.18rem;
    width: 1.23rem;
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem;
    border-radius: 0.72rem;
    margin-bottom: 0.16rem;
    cursor: pointer;
}

.footTop .detBtn .unit:last-child{
    margin-bottom: 0;
}

.footBottom{
    width: 100%;
    font-size: 0.19rem;
    color: #FFFFFF;
    background: #2672FF;
    text-align: center;
    padding: 0.2rem 0;
    box-sizing: border-box;
}

.indexfoot{
    margin-top: 0.3rem;
}