body,button,h1,h2,h3,h4,h5,h6,input,li,p,pre,textarea,ul,figure{
    margin: 0 ;
    padding: 0 ;
    font-family: '微软雅黑';
}
/*滚动条样式*/
*::-webkit-scrollbar {
    width: 10px;
    /*height: 4px;*/
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(173, 173, 173 , .5 );
}
*::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
section{
    content-visibility: auto !important;
    width: 100vw;
}
.first-screen{
    height: 667px;
	background-color: #BDC4CB;
    background-size: cover;
    position: relative;
}
h1{
    color: #333333;
    font-size: 18px;
    position: absolute;
    top: 153px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.first-screen-figure{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.first-shoukuan{
    width: 196px !important;
    height: 119px !important;
    position: absolute;
    right: 0;
    top: 96px;
}
.first-screen-figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-title,
.section-title-secondary{
    text-align: center;
}
.section-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.section-title-secondary{
    color: rgba(51, 51, 51, 0.6);
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 28px;
}
.comm-screen{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comm-figure{
    width: 200px;
    height: 386px;
    position: relative;
}
.comm-figure-beijing2{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comm-figure-goutongjilu{
    width: 89px;
    height: 89px;
    object-fit: contain;
    position: absolute;
    top: 69px;
    right: -34px;
}
.comm-figure-goutongjilu2{
    width: 286px;
    height: 257px;
    position: absolute;
    top: 36px;
    left: -87px;
}
.comm-figure-baojiadan{
    width: 340px;
    height: 246px;
    object-fit: contain;
    position: absolute;
    top: 20px;
    right: -91px;
}
.comm-figure-wenjian{
    width: 86px;
    height: 86px;
    object-fit: contain;
    position: absolute;
    left: -43px;
    top: 63px;
}
.comm-figure-zhuangtai{
    width: 86px;
    height: 86px;
    object-fit: contain;
    position: absolute;
    top: 57px;
    right: -28px;
}
.comm-figure-dingdan{
    width: 322px;
    height: 403px;
    object-fit: contain;
    position: absolute;
    left: -96px;
    top: 18px;
}
.comm-download{
    color: rgba(51, 51, 51, 0.6);
    font-size: 14px;
    margin-bottom: 10px;
}
.comm-screen-download{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    margin-bottom: 110px;
}
.download-figure{
    width: 30px;
    height: 30px;
}
.download-figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer{
    width: 100%;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px -5px 12px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_blink{
    width: 260px;
    height: 44px;
    background: linear-gradient(90deg, #101010 0%, #101030 100%);
    border-radius: 30px;
    text-align: center;
    line-height: 44px;
    color: #FFFFFF;
    font-size: 16px;
}
.magrin-top-70{
    margin-top: 70px;
}
.popularize-actions,.wechat_tip {
    text-align: center
}
.wechat_tip_content{
    height: 200px;
    position: fixed;
    z-index: 999;
    width: 100%;
    display: none;
}
.wechat_tip,.wechat_tip>i {
    position: absolute;
    right: 10px
}

.wechat_tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(90deg, #101010 0%, #101030  100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 160px;
    height: 60px;
    border-radius: 10px;
    top: 15px
}

.wechat_tip>i {
    top: -10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #101010
}
