img {
    user-select: none;
}

#channel_header {
    height: 480px;
    background-image: url(/templets/default/images/training/bg_partner.svg);
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#channel_header .title {
    font-size: 64px;
    color: #FFFFFF;
    line-height: 90px;
    text-align: center;
}

#channel_header .description {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 38px;
    text-align: center;
    width: 900px;
}

#channel_header .apply_bt {
    padding: 4px 32px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 4px 32px;
    font-size: 16px;
    color: #007FDF;
    line-height: 32px;
    margin: 0 auto;
    cursor: pointer;
    user-select: none;
    display: block;
    transition: transform .3s linear;
}

#channel_header .apply_bt:hover {
    transform: translateY(-2px);
}

.container_title {
    font-size: 32px;
    font-weight: 500;
    color: #1A2736;
    line-height: 46px;
    text-align: center;
}

/* 如何加入 */

#how_apply {
    padding-top: 80px;
    padding-bottom: 80px;
}

#how_apply .how_container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.how_container .item {
    width: 204px;
}

.how_container .item .img {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/templets/default/images/training/icon_partner.svg);
}

.how_container .item .img2 {
    background-position-x: -80px;
}

.how_container .item .img3 {
    background-position-x: -160px;
}

.how_container .item .img4 {
    background-position-x: -240px;
}

.how_container .item .img5 {
    background-position-x: -320px;
}

.how_container .item .text {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #1A2736;
    line-height: 25px;
}

.how_container .rifht_icon {
    width: 32px;
    height: 32px;
    background-image: url(/templets/default/images/training/icon_right.png);
    margin-left: 4px;
    margin-right: 4px;
    background-size: 100%;
    transform: translateY(24px);
}

/* 合作类型 */

#cooperation_type {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #EFF9FF;
}

#cooperation_type .type_continer {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 40px auto 0;
}

#cooperation_type .type_continer .item {
    width: 630px;
    display: flex;
    justify-content: space-between;
    padding: 48px;
    background: #FFFFFF;
    border-radius: 2px;
    align-items: center;
}

.type_continer .item .img {
    width: 156px;
    height: 156px;
    background-image: url(/templets/default/images/training/illustration_partner.svg);
}

.type_continer .item .img2 {
    background-position-x: -156px;
}

.type_continer .item .right {
    width: 354px;
}

.type_continer .item .right>div:first-child {
    font-size: 24px;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    margin-bottom: 20px;
}

.type_continer .item .right>div:last-child {
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    text-align: left;
}

/* 国际合作伙伴计划 */

#reward {
    padding-bottom: 100px;
}

#reward>.pc_reward {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

#reward>.title {
    font-size: 32px;
    font-weight: 500;
    color: #1A2736;
    line-height: 46px;
    text-align: center;
    margin-bottom: 50px;
}

#reward .pc_reward {
    display: flex;
}

#reward .left_key {
    width: 332px;
    height: 854px;
    background: #F3F5F9;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #CED5E2;
    border-right: none;
    padding: 40px 20px 30px 32px;
    transform: translateY(102px);
}

#reward .left_key>.type {
    font-size: 16px;
    font-weight: 500;
    color: #1A2736;
    line-height: 26px;
    text-align: right;
    margin-bottom: 16px;
}

#reward .left_key>.key {
    font-size: 14px;
    color: #1A2736;
    line-height: 22px;
    text-align: right;
    margin-top: 14px;
}

#reward .left_key>.line {
    width: 100%;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 31px;
    background-size: cover;
    background-image: url(/templets/default/intl/image/training/line_1.png);
}

#reward .group_list {
    width: 948px;
    display: flex;
    justify-content: space-between;
}

#reward .group_list .group {
    width: 222px;
    border-radius: 4px;
    padding: 30px 20px 60px;
}

.group.g1,
.item.i1 {
    background: #FCFCF4;
    border: 1px solid #E5E1B2;
}

.group.g2,
.item.i2 {
    background: #F6FBFF;
    border: 1px solid #CBEDFF;
}

.group.g3,
.item.i3 {
    background: #EDF8FF;
    border: 1px solid #BAE2FF;
}

.group.g4,
.item.i4 {
    background: #FBFAFE;
    border: 1px solid #DFCFFF;
}

.group_list .group>div {
    text-align: center;
}

.group_list .group>.item {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #1A2736;
    line-height: 22px;
}

#reward .group_icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position-y: 0;
    background-image: url(/templets/default/intl/image/training/icon_badge.svg);
}

.group_icon.icon1 {
    background-position-x: 0;
}

.group_icon.icon2 {
    background-position-x: -80px;
}

.group_icon.icon3 {
    background-position-x: -160px;
}

.group_icon.icon4 {
    background-position-x: -240px;
}

.group_list .group>.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 43px;
}

.title.t1 {
    color: #918A12;
}

.title.t2 {
    color: #007FDF;
}

.title.t3 {
    color: #006DC0;;
}

.title.t4 {
    color: #8250E6;
}

#reward .line {
    height: 1px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 73px;
    background-size: cover;
}

.group.w1280 {
    display: none;
}

#reward .line.l2 {
    background-image: url(/templets/default/intl/image/training/line_2.png);
}

#reward .line.l3 {
    background-image: url(/templets/default/intl/image/training/line_3.png);
}

#reward .line.l4 {
    background-image: url(/templets/default/intl/image/training/line_4.svg);
}

#reward .line.l5 {
    background-image: url(/templets/default/intl/image/training/line_5.png);
}

#reward>.moblie_reward {
    display: none;
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}

.moblie_reward .item {
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    margin-top: 15px;
}

.moblie_reward .item .title {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.moblie_reward .item .type {
    font-size: 17px;
    font-weight: 500;
    color: #1A2736;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}

.moblie_reward .item .kv {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #1A2736;
    line-height: 26px;
}

.moblie_reward .kv .key {
    max-width: 180px;
}

.moblie_reward .kv .value {
    font-weight: 500;
}

#reward .moblie_reward .line {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 伙伴LOGO */

#partners {
    padding-top: 80px;
    padding-bottom: 300px;
}

#partners>.title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #1A2736;
    line-height: 46px;
}

#partners>.list {
    display: flex;
    margin-top: 30px;
    width: 1210px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

#partners>.list .item {
    margin-top: 20px;
    width: 390px;
    height: 120px;
    border-radius: 4px;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

#partners>.list .logo:hover {
    transform: translateY(-10px);
}

#partners>.list .logo a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#partners>.list .logo1 {
    background-size: cover;
    background-image: url(/templets/default/intl/image/training/logo_dataworld.svg);
}
#partners>.list .logo2 {
    background-size: cover;
    background-image: url(/templets/default/intl/image/training/logo_EntrustICT.svg);
}

#partners>.list .text {
    background: #F3F5F9;
    font-size: 18px;
    color: #37475A;
    line-height: 120px;
    text-align: center;
}

/* 申请加入 */

.download {
    width: 100%;
    height: 180px;
    background: #002847;
    position: relative;
    text-align: center;
}

.download_card {
    width: 800px;
    height: 280px;
    background: url('/templets/default/images/selection/product_bg.svg') no-repeat;
    border-radius: 6px;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.download_card p {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-top: 76px;
    padding: 0 40px;
}

.download_btn {
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 50px;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 32px;
    transition: all .3s linear;
}

.download_btn:hover {
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 3px 10px 0 rgba(94, 105, 120, 0.14);
    transform: translateY(-2px);
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-242px);
    }
    25% {
        transform: translateX(-242px);
    }
    45% {
        transform: translateX(-484px);
    }
    50% {
        transform: translateX(-484px);
    }
    70% {
        transform: translateX(-726px);
    }
    75% {
        transform: translateX(-726px);
    }
    95% {
        transform: translateX(-968px);
    }
    100% {
        transform: translateX(-968px);
    }
}

@media screen and (max-width: 1280px) {
    #channel_header .description {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #cooperation_type .type_continer {
        flex-direction: column;
        width: auto;
        align-items: center;
    }
    #cooperation_type .type_continer .item:last-child {
        margin-top: 20px;
    }
    #how_apply .how_container {
        width: auto;
        margin-left: 50px;
        margin-right: 50px;
    }
    .container_title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #reward>.pc_reward {
        width: 1038px;
    }
    #reward>.title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #reward .right_group {
        width: 706px;
        overflow-x: hidden;
    }
    #reward .group_list {
        width: 1916px;
        animation: moveLeft 9s ease-in-out 0s infinite;
    }
    .group.w1280 {
        display: block;
    }
}

@media screen and (max-width: 1060px) {
    #how_apply .how_container {
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .how_container .rifht_icon {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        background-size: 100%;
        transform: rotate( 90deg);
    }
}

@media screen and (max-width: 1038px) {
    #reward>.pc_reward {
        width: 796px;
    }
    #reward .right_group {
        width: 464px;
    }
}

@media screen and (max-width: 1210px) {
    #partners>.list {
        width: 350px;
        flex-direction: column;
    }
    #partners>.list .item {
        width: 350px;
    }
}

@media screen and (max-width: 991px) {
    .download_card {
        width: 80%;
    }
}

@media screen and (max-width: 796px) {
    #reward>.pc_reward {
        width: 554px;
    }
    #reward .right_group {
        width: 222px;
    }
}

@media screen and (max-width: 700px) {
    #cooperation_type .type_continer .item {
        flex-direction: column;
        align-items: center;
    }
    .type_continer .item .right {
        width: 100%;
        margin-top: 20px;
    }
    .type_continer .item .right>div:first-child {
        text-align: center;
    }
    #cooperation_type .type_continer .item {
        width: 80%;
        padding: 5%;
    }
    #channel_header {
        padding-top: 120px;
    }
    #channel_header .description {
        margin-bottom: 15px;
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    #reward>.pc_reward {
        display: none;
    }
    #reward>.moblie_reward {
        display: block;
    }
}

@media screen and (max-width: 574px) {
    .download_card p {
        margin-top: 56px;
    }
    .download_btn {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 370px) {
    .download_card p {
        margin-top: 35px;
    }
}