*{
    margin: 0;
    padding: 0;
}
.top {
    /* background-image: url(../img/bg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 16px;
    
}
.top #languageSelect {
    width: 85px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    background-color: #3DE498;
    border: 2px solid;
    padding-left: 5px;
    font-size: 14px;
    position: absolute;
    top: 22px;
    right: 16px;
}
.top .logo {
    width: 25px;
    height: 25px;
}
.top h3 {
    margin: 0 auto;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0,0,0,0.9);
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 46%;
}
.top-tip {
    height: 170px;
    background: #F9FCFF;
    padding: 40px 11px 24px 16px;
}
.top-tip .deep-tip {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 24px;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.top-tip .small-tip {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.4);
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.content {
    text-align: center;
    margin-top: 40px;
}
.dowload {
    height: 50px;
    background: #3DE498;
    border-radius: 25px 25px 25px 25px;
    width: 70%;
    border: none;
    margin: 0 auto;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dowload img {
    width: 25px;
    height: 25px;
    margin: 0 6px;
}
.dowload span {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.main .phone {
    width: 100%;
    margin-top: 30px;
}
.main {
    text-align: center;
}
.new-tip {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 24px;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 60px;
}
.main .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    padding-left: 16px;
}
.main .item img {
    width: 84px;
    height: 84px;
}
.main .item .title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    text-align: left;
    margin-left: 12px;
}
.main .item .tip {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.26);
    margin-left: 12px;
    margin-top: 4px;
    text-align: left;
}
.footer {
    height: 40px;
    background: #F7F7F7;
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
}
.footers {
    background: #F7F7F7;
    padding: 20px 16px;
    margin-top: 50px;
    text-align: center;
}
.footers .title {
    font-family: .PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-left: 3px solid #3DE498;
}
.footers .display2 {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.footers .item {
    text-align: center;
    margin-bottom: 30px;
}
.footers .item img {
    width: 32px;
    margin-bottom: 5px;
}
.footers .item p {
    font-size: 12px;
    color: rgba(0,0,0,0.4);
}
.footers .beian {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: rgba(0,0,0,0.26);
}
.footers a {
    font-size: 10px;
    font-weight: 500;
    color: rgba(0,0,0,0.26);
    text-decoration: none;
}
.modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 居中显示 */
    padding: 20px;
    border: 1px solid #fff;
    width: 60%;
    text-align: center;
    border-radius: 10px;
}
@media screen and (min-width:1000px) {
    .dowload {
        width: 30%;
    }
    .main .phone {
        width: 50%;
    }
    .main .item .left {
        margin-left: 32%;
    }
}