/*block1*/
.block1{
    background-color: #F7F7F7;
    height: 884px;
    width: 100%;
    position: relative
}

.block1 .time{
    margin-top: 103px;
    width: 100%;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(149,149,149,0.2);
    border-radius: 10px;
    border: 1px solid #E5E4E4;
}
.block1 .time .top{
    width: 100%;
    height: 140px;
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}
.block1 .time .top>div{
    width: 100%;
    height: 100%;
    text-align: center;
}
.block1 .time .top p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    color: #232D37;
    line-height: 40px;
}
.block1 .time .top>div p:nth-of-type(2){
    color: #C15D13;
}
.block1 .time .top .twe{
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.block1 .time .bottom{
    width: 100%;
    height: 58px;
    text-align: center;

    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #9C3434;
    line-height: 58px;
    background-image: url("/static/images/white/block_bottom.png");
    background-size: 20px 20px; /* 设置图标大小 */
    background-repeat: no-repeat; /* 不重复 */
    background-position: 370px  center; /* 图标位置在左侧居中 */
    padding-left: 15px;
}

.block1 .introduce {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.block1 .introduce .about-content{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #51545F;
    font-style: italic;
    width: 560px;
}
.block1 .introduce>div b{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    color: #232D37;
    line-height: 73px;
    font-style: italic;
}
.block1 .introduce>div b span{
    font-size: 20px;
}

/*block2*/
.block2{
    background-color: #FFFFFF;
    height: 765px;
    width: 100%;
    position: relative
}
.block2 .rule{
    display: flex;
    justify-content: space-between;
    margin-top: 103px;
}
.block2 .rule>div{
    width: 354px;
    height: 566px;
    background: #FFFFFF;
    background-image: url("/static/images/white/block2_box.png");
}
.block2 .title_en{
    font-family: Poppins;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 73px;
    font-style: italic;
    text-align: center;
}

.block2 .title_cn{
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    font-style: italic;
    text-align: center;
}

.block2 .content{
    padding: 50px 25px 10px 25px;
    line-height: 25px;
}
.block2 .content .en{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #51545F;
    font-style: italic;
    line-height: 21px;

}
.block2 .content .cn p{
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #EA9633;
    line-height: 48px;

}

.block2 .content .cn>div{
    padding: 20px;
    background: #F7DBC0;
    color: #EA9633;
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
}

/*block3*/
.block3{
    height: 496px;
    width: 100%;
    overflow: auto;
    text-align: center;
    background-image: url("/static/images/white/block3_bg_img.png");
    background-repeat: round; /* 不重复背景图 */
    background-size: auto; /* 图片保持原始大小 */
    background-position: top left; /* 背景图片的左上角对齐元素的左上角 */
    /* 你可以根据需要调整 background-position 的值 */
}
.block3 .title{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    font-style: italic;
    margin-top: 60px;
}
.block3 .title span{
    font-size: 20px;
}
.block3 .mail{
    font-family: Poppins;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
}
.block3 .mail span{
    margin-left: 15px;
    color: #1DD4D6;
}
.block3 .tip{
    width: 599px;
    font-family: Helvetica Condensed;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 27px;
}
.block3 .contact{
    margin-top: 26px;
    color: #ffffff;
    text-align: left;
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 14px;
    height: 110px;
}
.block3 .contact .item>div>img{
    margin-right: 30px;
}
.block3 .contact .item>div>p>img{
    margin-right: 5px;
}
.block3 .contact,.block3 .contact .item{
    display: flex;
    justify-content: center;
}
.block3 .download{
    background-image: url("/static/images/white/block3_box.png");
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 31px;
    text-align: center;
    line-height: 50px;
}
.block3 .download a{
    color: #ffffff;
}

/*block4*/
.block4{
    height: 424px;
    background-image: url("/static/images/white/block4_bg_img.png");
}
.block4 .main{
    margin-top: 62px;
    display: flex;
}
.block4 img{
    margin-left: 125px;
    margin-right: 123px;
}
.block4 .main .text{
    width: 511px;
}
.block4 .main .text>p{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    color: #232D37;
    line-height: 73px;
    font-style: italic;
    margin: 20px auto;
}
.block4 .main .text>p span{
    font-size: 20px;
}
.block4 .main .text .content{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #51545F;
    font-style: italic;
    line-height: 30px;
}

/*block5*/
.block5{
    height: 388px;
    width: 100%;
    overflow: auto;
    text-align: center;
    background-image: url("/static/images/white/block5_bg_img.png");
    background-repeat: round; /* 不重复背景图 */
    background-size: auto; /* 图片保持原始大小 */
    background-position: top left; /* 背景图片的左上角对齐元素的左上角 */
}
.block5 .title{
    background-image: url("/static/images/white/block5_box.png");
    width: 290px;
    height: 72px;
    line-height: 72px;
    margin: 25px auto;
    margin-top: 84px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    font-style: italic;
}

.block5 .content{
    font-family: Helvetica Condensed;
    width: 870px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 56px auto;
    line-height: 27px;
}

/*block6*/
.block6{
    height: 481px;
    width: 100%;
    overflow: auto;
    background-image: url("/static/images/white/block6_bg_img.png");
    background-repeat: round; /* 不重复背景图 */
    background-size: auto; /* 图片保持原始大小 */
    background-position: top left; /* 背景图片的左上角对齐元素的左上角 */
}
.block6 .block>p{
    font-family: Poppins;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 73px;
    margin-top: 45px;
}
.block6 .block>p span{
    font-size: 20px;
}
.block6 .block>div{
    display: flex;
    justify-content: space-between;
}