@charset "UTF-8";

/* 页面初始化 */
* {
    /* 设置盒子模型 */
    box-sizing: border-box;
    font-family: Poppins, Poppins, Noto Sans SC;
}

html,
body {
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins, Noto Sans SC;
    margin: 0;
    padding: 0;
}

.wr-section h2.section-title {
    padding: 0 50px;
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 60px;
}
.section-content h2.section-title {
    padding: 0;
    text-align: left;
    max-width: 600px;
}
.wr-section .rotating_section-title{
    font-weight: 600;
    font-size: 40px;
    padding: 0 50px;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
    line-height: 60px;
}
.section-content h2.rotating_section-title {
    padding: 0;
    text-align: left;
    max-width: 600px;
}
.rotating_text{
    font-size: 16px;
    font-weight: 500;
}
.wr-section .ad_section-title{
    margin: 0 auto;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 60px;
    max-width: 810px;
}
.item-content {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    flex: 1;
    padding: 0 30px;
    padding-bottom: 30px;
    background-image: url(/static/swift_proxy/images/use_cases/seo/adv-item-bg.png);
    background-size: cover;
    margin: 0;
}