body {
    background-color: #f7f8f9;
}

.top-banner {
    background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%), var(--bg-banner-img, url(/images/banners/banner_cooperate.png)) no-repeat;
}

.detail {
    margin-top: -55px;
    margin-bottom: 60px;
}

.detail .header {
    height: 55px;
    border-bottom: 1px solid #ebedf0;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.detail .content {
    background-color: white;
    padding: 60px 80px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail .channel {
    margin-bottom: 60px;
}

.detail .channel:last-child {
    margin-bottom: 0;
}

.detail .channel-title {
    position: relative;
    font-size: 22px;
    color: #333333;
    padding-left: 16px;
    margin-bottom: 30px;
}

.detail .channel-title::before {
    content: "";
    height: 16px;
    width: 2px;
    background: #f44712;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.detail .channel-body .row {
    margin-bottom: 40px;
}

.detail .channel-body .row:last-child {
    margin-bottom: 0;
}

.detail .contest-item {
    width: 600px;
    height: 380px;
    background: #ffffff;
    border: 1px solid #ebedf0;
}

.detail .contest-item .cover {
    height: 240px;
    background: blue;
}

.detail .contest-item .bottom {
    height: 140px;
    padding: 32px;
}

.detail .contest-item .bottom .name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-bottom: 16px;
}

.detail .contest-item .bottom .desc {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail .product-intro {
    padding: 40px 90px 60px;
}

.detail .product-intro .product-header {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
}

.detail .product-intro .product-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.detail .product-intro .product-section {
    margin-bottom: 60px;
    font-size: 15px;
    color: #727a80;
    line-height: 28px;
}

.detail .product-intro .product-section:last-child {
    margin-bottom: 20px;
}

.x-1-link-panel {
    cursor: pointer;
    background: #f8f9fa;
    border-radius: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    width: 400px;
    height: 40px;
    margin: 30px auto;
}

.support-panel {
    width: 340px;
    height: 180px;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
}

.support-panel__header {
    line-height: 48px;
    flex: 0 0 48px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.support-panel__body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.support-panel__body .sup-item {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.pics .pic-item {
    display: inline-block;
    width: 325px;
    height: 181px;
    background: #f6f6f6;
    border: 8px solid #f8f9fa;
    margin-right: 13px;
}

.pics .pic-item:last-child {
    margin-right: 0;
}

.target-panel,
.build-content {
    flex: 0 0 270px;
    width: 270px;
    height: 120px;
    border: 1px solid #f9fafc;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    color: #333333;
}

.target-row .target-panel {
    flex: 0 0 285px;
    width: 285px;
    height: 112px;
    background: linear-gradient(0deg, #FFFAF7 0%, #FFFFFF 100%);
    border-radius: 10px;
    margin-right: 20px;
}

.target-row .target-panel:last-child {
    margin-right: 0;
}

.target-panel .title,
.build-content .title {
    font-size: 18px;
    font-weight: bold;
}

.target-panel .sub-title,
.build-content .sub-title {
    font-size: 14px;
}

.target-panel::after,
.build-content::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background: var(--lt-icon, linear-gradient(90deg, rgba(233, 74, 59, 0.1215686275), rgba(255, 240, 0, 0.1215686275)));
    border-radius: 5px;
    right: 13px;
    top: -6px;
}

.content-tag-item {
    flex: 1;
    background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%);
    border-radius: 8px;
    margin-right: 32px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.content-tag-item:last-child {
    margin-right: 0;
}

.build-content {
    flex: 0 0 570px;
    width: 570px;
    height: 120px;
}

.build-content.auto-flex {
    display: flex;
    width: initial;
    flex: 1 1 auto;
    height: auto;
    padding: 28px 40px;
}

.build-content.no-shadow {
    box-shadow: none;
    border: none;
}

.build-content .sub-title {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.build-content::after {
    display: none;
}

.build-content .icon {
    width: 72px;
    height: 72px;
    /* background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%); */
    border-radius: 50%;
    display: flex;
}

.build-content .icon img {
    width: 44px;
    height: 44px;
    margin: auto;
}

.build-content .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.result-tag {
    height: 48px;
    background: #f8f9fa;
    border-radius: 10px;
    font-size: 16px;
    /* font-weight: bold; */
    /* font-style: italic; */
    line-height: 40px;
    /* padding: 0px 25px; */
    justify-content: center;
    align-items: center;
    display: flex;
    /* flex-basis: fit-content; */
    margin-right: 20px;
}

.result-tag:last-child {
    margin-right: 0;
}

.result-tag .red {
    color: #f44712;
}

.result-tag .black {
    color: #333333;
}

.wishes {
    margin-top: 40px;
}

.wishes .col {
    position: relative;
}

.wishes .col:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #ebedf0;
}

.wishes .wish-item {
    width: 100%;
    /* background: green; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wishes .wish-item .icon {
    width: 75px;
    height: 70px;
    /* background: linear-gradient(90deg, #e94a3b, #e94a3b, #f5a14e); */
    margin-bottom: 24px;
}

.swiper .tab-content-swiper {
    padding-left: 100px;
    flex: 1;
}

.swiper .tab-content-swiper .my-swiper {
    position: relative;
    border: 4px solid #EBEDF0;
    width: 808px;
    height: 458px;
    overflow: hidden;
}

.swiper .tab-content-swiper .my-swiper2 {
    width: 808px;
    /* height: 110px; */
    box-sizing: border-box;
    padding: 10px 0 0;
    overflow: hidden;
}

.swiper .tab-content-swiper .my-swiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper .tab-content-swiper .my-swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper .tab-content-swiper .my-swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper .nav {
    width: 280px;
}

.swiper .nav .nav-link {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 14px;
}

.swiper .nav .nav-link.active,
.swiper .nav .nav-link:hover {
    color: #f44712;
    position: relative;
}

.swiper .nav .nav-link.active::after,
.swiper .nav .nav-link:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 32px;
    background: #e64239;
}

.swiper .big-swipe-slide img {
    width: 100%;
    height: 100%;
}

.my-swiper .swiper-slide.big-swipe-slide {
    position: relative;
}

/* .my-swiper .swiper-slide.big-swipe-slide:hover::after  {
  opacity: 0.9;
  transition: opacity 0.3s;
} */
.my-swiper .big-swipe-slide::after {
    content: attr(data-intro);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 16px;
    line-height: 28px;
    padding: 20px;
    opacity: 0.9;
    text-align: justify;
}

.nal-after-img::after {
    background-size: 38px 38px;
}

.nal-after-img:nth-child(1)::after {
    background-image: url('/images/international_zw_06.png');
}

.nal-after-img:nth-child(2)::after {
    background-image: url('/images/international_zw_07.png');
}

.nal-after-img:nth-child(3)::after {
    background-image: url('/images/international_zw_08.png');
}


.nal-after-img:nth-child(4)::after {
    background-image: url('/images/international_zw_09.png');
}

.nal-after-img:nth-child(5)::after {
    background-image: url('/images/international_zw_10.png');
}


.gray-bg-card {
    width: 285px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    padding-top: 30px;
    margin-right: 20px;
}

.gray-bg-card:last-child {
    margin-right: 0;
}

.gray-bg-card .icon-img {
    width: 40px;
    height: 40px;
    /* background-color:#e64239; */
    margin-bottom: 30px;
    object-fit: contain;
}

.gray-bg-card .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    margin-bottom: 14px;
}

.gray-bg-card ul {
    padding: 0;
    list-style: none;
}

.gray-bg-card ul li {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.gray-bg-card.content-item {
    width: 100%;
    height: 112px;
    padding: 30px;
}

.gray-bg-card.content-item .text {
    text-align: left;
    margin-left: 20px;
    flex: 1;
    margin-top: 0;
}

.gray-bg-card .text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
}

.ver-line {
    position: relative;
}

.ver-line::before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    left: 278px;
    top: 0;
    bottom: 0;
    background: #EBEDF0;
}

.result-new-tag {
    width: 285px;
    height: 120px;
    background: linear-gradient(0deg, #FFFAF7 0%, #FFFFFF 100%);
    border: 1px solid #F9FAFC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.result-new-tag .surfix-icon {
    position: absolute;
    top: -10px;
    right: 10px;

    height: 36px;
    width: auto;
}

.result-new-tag .surfix-icon img {
    height: 100%;
    width: auto;
}

.result-new-tag .text {
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.result-new-tag:last-child {
    margin-right: 0;
}

.inter-result-swiper {
    overflow: hidden;
    height: var(--swiper-height, 300px);
    margin-top: 60px;
    padding: 0 10px;
}

.inter-result-swiper .swiper-wrapper,
.inter-result-swiper .swiper-slide img {
    height: 300px;
}

.result-new-tag .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

/*# sourceMappingURL=cooperate.css.map */
