@font-face {
    font-family: 'CMBSansfont';
    src: url("../../font/cmb-sansfont.otf");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-break: anywhere;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif, 宋体;
}

a {
    text-decoration: none;
}

ul, li {
    list-style-type: none;
}

html, body {
    width: 100%;
    height: 100%;
}

#container {
    display: none;
    flex-direction: column;
}

.download-container {
    background: url(../../images/bg_right.png) no-repeat right top/120px 160px,
    url(../../images/bg_left.png) no-repeat left bottom/88px 94px,
    url(../../images/head_ico.png) no-repeat 20px 20px/114px 28px;
    display: flex;
    flex-direction: column;
}

.download-container .download-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.download-container .download-content .download-btn-single {
    margin-top: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #296AFD;
    border-radius: 4px;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    display: none;
}

.download-container .download-content .download-btn-multi {
    display: none;
}

.download-container .download-content .icon {
    width: 72px;
    border-radius: 12px;
}

.download-container .download-content .title {
    margin-top: 12px;
    font-weight: 400;
    font-size: 17px;
    color: #111217;
    line-height: 24px;
}

.download-container .harmony-tip {
    display: none;
}

.download-container .download-tip {
    display: none;
}

.tip-wx {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.tip-wx img {
    width: 95%;
}