* {
    margin: 0;
    padding: 0;
}

.page-header {
    top: 0 !important;
}

body {
    background: #FFFFFF;
}

.op0 {
    opacity: 0;
}

.tempIndex {
    height: auto;
    min-height: 5.8rem;
    background: url("../images/temp_bg.png") no-repeat center;
    background-size: cover;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    /* padding: 0.5rem 0 0 0; */
}

.indexbox {
    width: 12rem;
    height: auto;
    display: flex;
    margin: 0 auto;
}

.wait-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.wait-box div {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #080C13;
}

.indexleft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.indexleft>h1 {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 700;
    font-size: 0.43rem;
    line-height: 0.55rem;
    color: #161F2D;
    margin: 0;
}

.indexleft>.pcsupport {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #717F94;
    line-height: 0.16rem;
    margin-top: 0.24rem;
}

.indexMsgBox {
    margin-top: 0.24rem;
    display: flex;
    flex-direction: column;
    width: 5.36rem;
}

.indexMsgItems {
    display: flex;
}

.indexMsgItems:not(:last-child) {
    margin-bottom: 0.14rem;
}

.indexMsgItems>i {
    display: inline-block;
    width: 0.28rem;
    height: 0.34rem;
    background: url("../images/icon_index.svg") no-repeat center;
    background-size: 0.28rem 0.28rem;
    margin-right: 0.12rem;
    flex-shrink: 0;
}

.indexMsgItems>p {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.7;
    color: #717F94;
}

.mobileQrcode {
    width: 1.5rem;
    height: 1.8rem;
    background: #FFFFFF;
    box-shadow: 0 0.06rem 0.12rem rgba(21, 66, 107, 0.05);
    border-radius: 0.12rem;
    margin-top: 0.28rem;
    overflow: hidden;
}

.mobileQrcode img {
    display: block;
    width: 1.04rem;
    height: 1.04rem;
    margin: 0.21rem auto 0 auto;
}

.mobileQrcode p {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.18rem;
    color: #000000;
    margin-top: 0.14rem;
    text-align: center;
}

.otherSupport {
    display: flex;
    align-items: center;
    position: relative;
    height: 0.38rem;
    line-height: 0.38rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #717F94;
    margin-top: 0.24rem;
    margin-bottom: 0.3rem;
}

.otherSupport.mobile {
    color: #959EAD;
    margin-top: 0.2rem;
}

.otherSupport>.othericon {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/iconAndroid.svg") no-repeat center;
    background-size: cover;
    margin-left: 0.1rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.otherSupport.mobile>.othericon {
    background: url("../images/iconPc.svg") no-repeat center;
    background-size: cover;
}

.otherSupport>.othericon:hover>.qrCodeBox {
    display: block;
}

.otherSupport>.othericon>.qrCodeBox {
    display: none;
    width: 1.8rem;
    height: 1.91rem;
    background: url("../images/iconPc.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0.29rem;
    left: -0.71rem;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
}

.otherSupport>.othericon>.qrCodeBox>img {
    display: block;
    width: 1.02rem;
    height: 1.02rem;
    margin: 0.44rem auto 0 auto;
}

.indexright {
    display: block;
    flex-shrink: 0;
    display: flex;
    width: 6.82rem;
    margin-left: 0.07rem;
    align-items: center;
}

.indexright.mobile {
    width: 6.5rem;
    margin-left: 0.55rem;
    align-items: flex-end;
}

.indexright.mobile img {
    display: block;
    width: 6.5rem;
    height: 6.19rem;
}

.indexright img {
    display: block;
    width: 6.82rem;
    height: auto;
}


/* 软件介绍 */

.tempMain {
    height: auto;
    box-sizing: border-box;
    padding: 0.84rem 0 0.96rem 0;
}

.tempIntroduce {
    width: 12rem;
    height: auto;
    background: #F7F8FA;
    box-sizing: border-box;
    padding: 0.48rem;
    border-radius: 0.16rem;
    border: 1px solid #EBECEE;
    margin: 0 auto;
}

.introduceTitle {
    display: flex;
    align-items: center;
    font-size: 0;
}

.introduceTitle>i {
    display: inline-block;
    width: 0.05rem;
    height: 0.3rem;
    background: #0CAEF9;
    border-radius: 0.03rem;
    margin-right: 0.14rem;
}

.introduceTitle>span {
    display: inline-block;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 700;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #161F2D;
}

.introduce {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 1.8;
    color: #717F94;
    margin-top: 0.2rem;
    margin-bottom: 0.44rem;
}

.characteristicList {
    display: flex;
    flex-direction: column;
    margin-top: 0.2rem;
}

.characteristicItems {
    display: flex;
}

.characteristicItems i {
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    background: #0CAEF9;
    border-radius: 50%;
    margin-right: 0.19rem;
    position: relative;
    top: -0.02rem;
}

.characteristicItems>p:nth-child(1) {
    flex-shrink: 0;
}

.characteristicItems>p {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 700;
    font-size: 0.2rem;
    line-height: 2;
    color: #717F94;
}

.characteristicItems>p>span:nth-child(2) {
    font-weight: 400;
    color: #717F94;
}

.ourAdvantages {
    background: #F7F8FA;
    min-height: 4.29rem;
    box-sizing: border-box;
    padding-bottom: 0.96rem;
    overflow: hidden;
}

.ourAdvantages>h2 {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 700;
    font-size: 0.36rem;
    line-height: 0.46rem;
    text-align: center;
    color: #161F2D;
    margin-top: 0.84rem;
}

.ourAdvantagesList {
    display: flex;
    align-items: center;
    width: 12rem;
    margin: 0.56rem auto 0 auto;
}

.ourAdvantagesItems {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ourAdvantagesItems img {
    display: block;
    width: 0.74rem;
    height: 0.74rem;
}

.ourAdvantagesItems h3 {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.25rem;
    color: #161F2D;
    margin-top: 0.14rem;
}

.ourAdvantagesItems p {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.38;
    text-align: center;
    color: #8892A4;
    margin-top: 0.12rem;
}

.mobileBtn {
    display: none;
}

.boxs_aionline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tempPcBtn {
    display: flex;
    width: 2.1rem;
    height: 0.6rem;
    background: #0CAEF9;
    box-shadow: 0 0.18rem 0.22rem rgba(12, 174, 249, 0.14);
    border-radius: 0.08rem;
    margin: 0.44rem 0 0 0;
    justify-content: center;
    align-items: center;
}

.tempPcBtn.onlie {
    margin-left: 20px;
    background: unset;
    box-sizing: border-box;
    border: 2px solid #0CAEF9;
    box-shadow: unset;
}

.tempPcBtn.onlie i {
    background: url("../images/icon_btn_online.png") no-repeat center;
    background-size: cover;
}

.tempPcBtn.onlie>span {
    color: #0CAEF9;
}

.tempPcBtn>i {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../images/icon_btn.png") no-repeat center;
    background-size: cover;
    margin-right: 0.1rem;
}

.tempPcBtn>span {
    display: inline-block;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.8rem;
    color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
    .indexMsgItems>p.center {
        text-align: center;
    }

    .tempIndex {
        min-height: unset;
        padding: 0.62rem 0 0 0;
    }

    .indexbox {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .indexleft {
        margin: 0 auto !important;
        align-items: center;
    }

    .otherSupport {
        text-align: center;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    .tempMain {
        width: 100%;
        padding: 0.84rem 0.3rem 0.96rem 0.3rem;
    }

    .tempIntroduce {
        width: 100%;
        padding: 0.4rem;
    }

    .ourAdvantagesList {
        width: 100%;
    }

    .indexright.pcright {
        margin-left: 0;
        position: relative;
        left: -0.18rem;
    }

    .indexright.pcright.pcrightyijianluyin {
        left: -0.39rem;
    }

    .indexMsgBox.aimeiyan {
        width: 3.9rem;
    }
}

@media screen and (max-width:768px) {
    body {
        /* padding-top: 0.7rem; */
    }

    .tempIndex {
        margin: 0 !important;
    }

    .ourAdvantages {
        margin-bottom: 130px !important;
    }

    .otherSupport,
    .mobileQrcode,
    .indexleft>.pcsupport {
        display: none;
    }

    .mobileBtn {
        display: flex;
        width: 2.4rem;
        height: 0.68rem;
        background: #0CAEF9;
        box-shadow: 0 0.18rem 0.22rem rgba(12, 174, 249, 0.14);
        border-radius: 0.08rem;
        margin: 0.5rem auto 0.35rem auto;
        justify-content: center;
        align-items: center;
    }

    .mobileBtn>i {
        display: inline-block;
        width: 0.26rem;
        height: 0.26rem;
        background: url("../images/icon_btn.png") no-repeat center;
        background-size: cover;
        margin-right: 0.08rem;
    }

    .mobileBtn>span {
        display: inline-block;
        font-family: 'Microsoft YaHei UI';
        font-style: normal;
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.3rem;
        color: #FFFFFF;
    }

    .ourAdvantagesList {
        flex-wrap: wrap;
        margin: 0.26rem auto 0 auto;
        justify-content: center;
    }

    .ourAdvantagesItems {
        width: 45%;
        margin-top: 0.15rem;
    }
}