#v3-content {
    color: var(--text-color-gray);
}
#v3-content img{
    height: 100%;
    padding: 0;
    margin: 0;
}
.hl {
    color: #f60;
}
.section-pro {
    margin: 0 100px;
}
.section-main--title {
    margin-bottom: 50px;
    text-align: center;
}
.section-main--title .title {
    font-size: 36px;
    line-height: 2em;
    color: var(--text-color-black);
    margin-bottom: 0;
}
.section-main--title .subtitle {
    font-size: 18px;
    line-height: 2em;
    color: var(--text-color-gray);
}
@media screen and (min-width: 769px){
    .section-banner-cps {
        background: linear-gradient(to right, #F59E16 0, #F59E16 40%, #FF8103 60%, #FF8103 100%);
    }
    .section-banner-cps .section-container {
        padding-top: 74px;
        height: 525px;
        background-image: url(../image/banner_cps@2x.png);
        background-size: 1400px 525px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .header.bg-none .action a.link-mc {
        color: #FF8103;
        background: var(--bg-color-white);
    }
}

#banner {
    background: linear-gradient(to right, #F59E16 0, #F59E16 40%, #FF8103 60%, #FF8103 100%);
}
@media screen and (min-width: 769px){
    #banner .containerPro {
        position: unset;
        padding-top: 74px;
        height: 525px;
        background-image: url(../image/banner_cps@2x.png);
        background-size: 1400px 525px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}
#banner .content {
    padding: 50px 100px 100px;
}
#banner .banner-title {
    line-height: 2em;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
#banner .banner-text {
    max-width: 600px;
}
#banner .banner-text>p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
#banner .banner-options {
    display: flex;
    align-items: center;
    margin-top: 66px;
}
#banner .banner-options>a {
    margin-right: 20px;
}
@media screen and (max-width: 768px){
    #banner {
        background-image: url(../image/banner_cps-m@2x.png);
        background-color: #ff8103;
        background-size: 375px 540px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    #banner .content {
        height: 500px;
        padding: 100px 0 0 0;
    }
    #banner .banner-title {
        font-size: 30px;
        line-height: 1.5em;
    }
    #banner .banner-text {
        margin-top: 20px;
    }
    #banner .banner-text>p {
        font-size: 1rem;
        line-height: 2rem;
    }
}

#rule {
    padding: 60px 0;
}
#rule .in_content>div:not(:last-child) {
    margin-bottom: 40px;
}
#rule .rules {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#rule .rule_item {
    width: 370px;
    height: 167px;
    display: flex;
    align-items: center;
    background-color: rgb(254, 252, 252);
    box-shadow: 0 0 0 5px #fff inset, 0 0 20px 0 rgba(229, 229, 229, .5);
    margin-bottom: 15px;
    padding: 0 10px;
}
#rule .rule_item>.left {
    width: 75px;
    height: 75px;
    margin: 0 10px;
}
#rule .rule_item>.right {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 5px;
    /*padding-right: 15px;*/
    color: var(--text-color-blackgray);
}
#rule .rule_item>.right .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--text-color-black);
}
#rule .rule_item>.right .hint {
    color: var(--text-color-gray);
}
#rule h2 {
    font-weight: initial;
    font-size: 28px;
    color: var(--text-color-black);
}
#rule .rebate_sample {
    display: flex;
    padding: 16px 32px;
    height: 500px;
    box-sizing: content-box;
    box-shadow: 0 0 40px 0 rgba(229, 229, 229, .5);
}
#rule .steps {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    box-sizing: border-box;
    padding: 0 26px;
}
#rule .step_item {
    display: flex;
    align-items: center;
    height: 80px;
}
#rule .step_item>.left {
    margin-right: 15px;
}
#rule .step_item>.left {
    width: 40px;
    height: 44px;
}
#rule .step_item>.item_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#rule .step_item>.item_text>.title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    color: var(--text-color-blackgray);
}
#rule .step_item>.item_text>.item_btn {
    width: 125px;
    padding: 5px;
    font-size: 12px;
    border: 1px solid var(--text-color-blue);
    color: var(--text-color-blue);
    text-align: center;
    border-radius: 2px;
}
#rule .step_item>.item_text>.item_btn:hover {
    background-color: var(--text-color-blue);
    color: #fff;
}
#rule .step_arrow {
    width: 16px;
    height: 31px;
    margin-left: 8px;
}
#rule .rebate_sample>.pic {
    width: 870px;
    height: 500px;
}

#shortcut {
    padding: 60px 0;
    background: #2d2e41;
}
#shortcut h2 {
    font-size: 28px;
    font-weight: initial;
    text-align: center;
    color: #fff;
}
#shortcut .in_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 18px;
}
#shortcut .in_content>a {
    width: 267px;
    height: 234px;
    position: relative;
    cursor: pointer;
}
#shortcut .item_pic {
    width: 92px;
    height: 92px;
    position: absolute;
    left: 87.5px;
}
#shortcut .item_pic>div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s all;
}
#shortcut .item_pic>.pic_1 {
    left: 5px;
    top: 10px;
    width: 48px;
    height: 48px;
    background-size: 40px 40px;
}
#shortcut .item_pic>.pic_2 {
    right: 15px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px, 30px 30px;
}
#shortcut .using_docs .pic_1 {
    background-image: url(../image/cps_sc_1_1@2x.png);
}
#shortcut .using_docs .pic_2 {
    background-image: url(../image/cps_sc_1_2@2x.png), url(../image/cps_sc_1_3@2x.png);
}
#shortcut .product_docs .pic_1 {
    background-image: url(../image/cps_sc_2_1@2x.png);
    background-size: 36px 40px;
}
#shortcut .product_docs .pic_2 {
    background-image: url(../image/cps_sc_2_2@2x.png), url(../image/cps_sc_2_3@2x.png);
    background-size: 56px 60px, 22px 22px;
}
#shortcut .cps_rules .pic_1 {
    left: 10px;
    top: 15px;
    background-image: url(../image/cps_sc_3_1@2x.png);
    background-size: 44px 44px;
}
#shortcut .cps_rules .pic_2 {
    background-image: url(../image/cps_sc_3_2@2x.png), url(../image/cps_sc_3_3@2x.png);
    background-size: 64px 64px, 36px 36px;
}
#shortcut .cps_material .pic_1 {
    background-image: url(../image/cps_sc_4_1@2x.png);
}
#shortcut .cps_material .pic_2 {
    background-image: url(../image/cps_sc_4_2@2x.png), url(../image/cps_sc_4_3@2x.png);
    background-size: 60px 56px, 30px 28px;
}
#shortcut .item_text {
    display: flex;
    flex-direction: column;
    height: 190px;
    box-sizing: border-box;
    padding-top: 59px;
    padding-left: 42px;
    margin-top: 44px;
    box-shadow: 10px 10px 20px 0 rgba(18, 23, 41, .5), -10px -10px 20px 0 rgb(51, 52, 78);
    color: #aaa;
    transition: .2s all;
}
#shortcut .item_text>span {
    font-size: 12px;
    margin-bottom: 5px;
}
#shortcut .item_text>.title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
#shortcut .in_content>a:hover>.item_text {
    color: #eee;
    box-shadow: 0 0 40px 20px rgba(18, 23, 41, .5);
}
#shortcut .in_content>a:hover .pic_1 {
    transform: translate3d(-3px, -3px, 0);
}
#shortcut .in_content>a:hover .pic_2 {
    transform: translate3d(4px, 4px, 0);
}

#notice {
    padding: 60px 0;
    background-image: url(../image/cps_bg-4@2x.png), url(../image/cps_bg-3@2x.png);
    background-repeat: no-repeat;
    background-size: 288px 248px, 327px 248px;
    background-position: left top, right bottom;
    /*box-shadow: 0 -10px 5px -5px rgba(229, 229, 229, .5) inset;*/
}
#notice .in_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#notice .notice_item {
    width: 18%;
    height: 167px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
#notice .notice_item::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #666;
    transform: rotate(-40deg);
    transform-origin: right top;
}
#notice .notice_item>p {
    color: var(--text-color-gray)
}
#notice .partition {
    height: 160px;
    border-left: 2px dashed #888;
}
#notice .notice_item>h2 {
    font-size: 42px;
    font-weight: bold;
    font-family: DINCondensed, DINCondensed-Bold, Helvetica,"微软雅黑",arial,Verdana,Geneva;
    margin-bottom: 50px;
    color: var(--text-color-black);
}

@media screen and (max-width: 768px){
    .section-pro {
        margin: 0;
    }
    .section-main--title .title {
        font-size: 24px;
    }
    .section-main--title .subtitle {
        font-size: 16px;
    }
    #v3-content .btn:not(#banner .btn) {
        width: 400px;
    }
    #rule, #shortcut, #notice {
        padding: 50px 0;
    }
    #rule h2 {
        font-size: 20px;
    }
    #rule .in_content>div:not(:last-child) {
        margin-bottom: 30px;
    }
    #rule .rules {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px!important;
    }
    #rule .rule_item>.right>.title {
        font-size: 16px;
    }
    #rule .rule_item>.right>p {
        font-size: 13px;
    }
    #rule .rule_item>.right>p.hint {
        font-size: 12px;
    }
    #rule .rebate_sample {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 32px;
        box-sizing: border-box;
    }
    #rule .rebate_sample>.pic {
        display: none;
    }
    #shortcut .in_content {
        justify-content: space-around;
    }
    #shortcut .item_text {
        padding-left: 0;
        align-items: center;
    }
    #notice .notice_item {
        width: 40%;
    }
    #notice .partition_2,
    #notice .partition_4 {
        display: none;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    #rule .rule_item {
        width: 400px;
        padding: 0 20px;
    }
    #rule .rule_item>.right {
        margin-left: 15px;
    }
}
@media screen and (max-width: 480px){
    #v3-content .btn:not(#banner .btn) {
        width: 100%;
    }
    #rule .rule_item {
        width: 100%;
    }
    #rule .rebate_sample {
        width: 100%;
    }
    #notice {
        background-size: 144px 124px, 164px 124px;
    }
    #notice .notice_item {
        height: 150px;
        width: 46%;
    }
    #notice .notice_item::before {
        width: 80px;
        transform: rotate(-30deg);
    }
    #notice .notice_item>h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #notice .partition {
        display: none;
    }

}
