html {
    height: 100%;
    flex: 1;
    background: #070b18;
}

body {
    margin: 0;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}


.head {
    background: url("/style/mobile/images/head-bg.png") center top no-repeat;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-size: cover;
}

.logo {
    height: 100%;
    width: 40%;
    margin-left: 10px;
}

.menu-btn {
    width: 15%;
    height: 100%;
    margin-right: 10px;
}

.menu-list {
    background: url("/style/mobile/images/menu-bg-2.png") center top no-repeat;
    background-size: cover;
    width: 170px;
    height: 433px;
    position: absolute;
    right: 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    top: 59px;
    z-index: 100;
    justify-content: space-around;
    margin-right: 5px;
}

.menu-list .menu-item {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 4px;
    width: 151px;
    height: 42px;
    margin-bottom: 8px;
    color: #A5DCF7;
}

.menu-list .active {
    background: url("/style/mobile/images/menu-active-bg.png") center top no-repeat;
    background-size: cover;
    color: #07ADC5;
}

.menu-list img {
    width: 30px;
    margin-top: 5px;
    margin-left: 15px;
}

.menu-list .label {
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    margin-left: 13px;
}

.footer {
    background: url("/style/mobile/images/footer-bg.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    /* margin-top: 50px; */
    /* position: absolute; */
    bottom: 0;
}

.footer .title-div {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 34px;
}

.footer .title {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFC12E;
    line-height: 30px;
    margin-left: 30px;
}

.service-btn {
    background: url(/style/mobile/images/service-btn.png) no-repeat;
    height: 40px;
    width: 137px;
    background-size: cover;
    text-align: center;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2px;
    margin-right: 30px;
}

.service-btn img {
    width: 20px;
    margin-top: 5px;
}

.service-btn .content {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
}

.footer-btn-list {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 43px;
}

.footer-btn-list-sec {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}

.footer-btn-list .btn-div,
.footer-btn-list-sec .btn-div {
    background: url("/style/mobile/images/div-btn-bg.png") center top no-repeat;
    background-size: cover;
    width: 105px;
    height: 38px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-btn-list .pc {
    background: url("/style/mobile/images/pc-btn-bg.png") center top no-repeat;
    background-size: cover;
}

.footer-btn-list .console {
    background: url("/style/mobile/images/console-btn-bg.png") center top no-repeat;
    background-size: cover;
}

.footer-btn-list .mobile {
    background: url("/style/mobile/images/mobile-btn-bg.png") center top no-repeat;
    background-size: cover;
}

.footer-btn-list .btn-div .content {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-left: 20px;
}

.footer-btn-list-sec .btn-div .content {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #BED7F1;
    opacity: 0.5;
}

.company {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4B647E;
    line-height: 1px;
    text-align: center;
    margin-top: 50px;
}

.copyright {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4B647E;
    line-height: 20px;
    text-align: center;
    width: 84%;
    margin: 0 auto;
}

.line {
    width: 90%;
    margin: 5px auto;
}

.line img {
    width: 100%;
    height: 1px;
}

.back {
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
}

.go-back {
    height: 52px;
    width: 52px;
    margin-left: 10px;
}

.head-title {
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #FFFFFF;
}

.alert-div{
    position: fixed;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    top: 19%;
    z-index: 101;
}

.alert-msg {
    background: url("/style/mobile/images/alert-bg.png") center top no-repeat;
    background-size: cover;
    width: 300px;
    height: 242px;
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    align-content: center;
}

.alert-msg .alert-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
}

.alert-msg .alert-content {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #08D7F3;
    font-size: 15px;
    width: 96%;
    margin: 0 auto;
}

.alert-msg .alert-btn {
    background: url("/style/mobile/images/alert-btn-bg.png") center top no-repeat;
    background-size: cover;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #111828;
    width: 110px;
    height: 39px;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
    font-size: 17px;
}