
.all_app_show{
  display: none;
}

.banner_back {
    width: 100%;
    background: linear-gradient(102deg, #06A6AC, #25CDDC);
}

.banner {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 1.81rem 0 1.31rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}

.ban_leftcontent {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.toplog {
    display: block;
    width: 50%;
    height: 4.5rem;
}

.ban_title {
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 3.75rem 0 1.25rem 0;
}
.ban_app_show{
  display: none;
}
.banObject_appShow{
  display: none
}
.ban_yellowhengtiao {
    width: 4.88rem;
    height: 0.25rem;
    background: #FFBC00;
    margin-bottom: 1.56rem;
}

.whiteicon {
    width: 1.38rem;
    height: 1.63rem;
    margin: 0.63rem 0.63rem 0 0;
}

.ban_twotitle {
    width: 100%;
    height: auto;
    vertical-align:middle;
}

.ban_twotitle span {
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5rem;
}

.ban_serve {
    width: 100%;
    height: auto;
    margin: 1.31rem 0 1.44rem;
}

.ban_serve li {
    font-size: 0.88rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.ban_mark {
    width: 100%;
    height: auto;
    margin: 1rem 0 1.5rem 0;

}

.ban_mark li {
    font-size: 0.88rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.ban_object {
    /* width: 70%; */
    height: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.ban_object span {
    width: auto;
    padding: 0.19rem 1.25rem;
    box-sizing: border-box;
    font-size: 0.88rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #08969B;
    line-height: 1.5rem;
    background-color: #CAF4FA;
    margin: 0.9rem 1.25rem 0 0;
    border-radius: 0.25rem;
}

.dtcbanrighe {
    display: block;
    width: 50%;
    /* height:70%; */
    margin-top: 8rem;
    margin-left: 7rem;
}

/* 三大核心服务 */
.box_one{
  background: #FFF;
  width: 100%;
}
.s_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.s_coreMain {
    padding: 6.25rem 0;

}

.s_coreTitle {
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    text-align: center;
}

.s_coreContent {
    width: 100%;
    margin-top: 3.75rem;
}

.s_coreContent ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.s_coreContent ul li {
    width: calc(33.33% - 2.14rem);
    border-radius: 1rem;
    margin: 0 1.07rem;
    box-sizing: border-box;
}

.s_coreContent li:nth-child(3n+1) {
    margin-left: 0 !important;
    margin-right: 2.14rem !important;
}

.s_coreContent li:nth-child(3n+3) {
    margin-right: 0 !important;
    margin-left: 2.14rem !important;
}

.s_corelist {
    border-radius: 1rem;
    box-shadow: 0px 2px 10px 0px rgba(148, 179, 180, 0.3);
}

/* 图片 */
.s_coreimg {
    /* background-color: rgba(195, 240, 243, 1); */
    /* height: 17.75rem; */
    width: 100%;
    height: 17.75rem;
    border-radius: 1rem 1rem 0rem 0rem;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.s_coreimg img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0rem 0rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.s_corelist:hover .s_coreimg img {
    /* animation: fangdaImg .5s forwards; */
    transform: scale(1.2);
}

/* 文字大盒子 */
.s_coreWord {

    padding: 1.56rem 1.31rem 1.56rem 1.06rem;
    border-radius: 0rem 0rem 1rem 1rem;
    height: 8.25rem;
    box-sizing: border-box;
}

/* 标题 */
.s_coreLtitle {
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 副标题 */
.s_coreSub {
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 3;
    /*设置多行的行数*/
    margin-top: 1.25rem;
}

/* 为什么要选择知家DTC？ */
.box_two {
    width: 100%;
    background: #F9FAFC;
}

.w_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.w_main {
    padding: 6.19rem 0;

}

.w_title {
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 1.81rem;
}

.w_sub {
    text-align: center;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 2;
    /*设置多行的行数*/

}

.w_case {
    margin-top: 3.75rem;
}

.w_case ul {
    box-sizing: border-box;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.w_case ul li {
    position: relative;
    top: 0px;
    width: calc(10% - 2.14rem);
    height: calc(100% / 3);
    margin: 0 1.07rem 1.4375rem 1.07rem;
    /* margin-bottom: 1.4375rem; */
    box-sizing: border-box;
}

.w_case li:nth-child(10n+1) {
    margin-left: 0 !important;
    margin-right: 1.14rem !important;
}

.w_case li:nth-child(10n+10) {
    margin-right: 0 !important;
    margin-left: 1.14rem !important;
}

.w_case ul li:hover {
    position: relative;
    top: -10px;
    transition: all .5s ease-out;
}

.w_caseImg {
    cursor: pointer;
    /* margin-right: 2.4375rem; */
    position: relative;
    top: 0;

}

.w_caseImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.11);
}

/*  */
.box_three{
  width: 100%;
  background: #FFF;
}
.t_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
      padding: 6.31rem 0;
}

.t_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t_left {
  width: 30%;

    padding: 3.75rem 4.5rem 7.81rem 2.75rem;
    /* background: #F9FAFC; */
    box-shadow: 0rem 0rem 1rem 0rem rgba(148, 179, 180, 0.3);
    background: url("https://t.zoomedia.com.cn/public/gw/images/luo_one/leftBanner.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 0.63rem;
    position: relative;
    top: 0;
    transition: all .5s ease-out;
}

.t_left:hover {
    position: relative;
    top: -5px;
}

.t_ltitle {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #666666;
    line-height: 2.93rem;
}

.t_list ul {
    list-style: disc;
    padding-left: 1rem;
    box-sizing: border-box;
}

.t_leSub {
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 2.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t_right {
    width: 60%;
    box-shadow: 0rem 0rem 1rem 0rem rgba(148, 179, 180, 0.3);
    border-radius: 0.63rem;
    background: url("https://t.zoomedia.com.cn/public/gw/images/luo_one/rightbanner.png") no-repeat;
    background-size: 100% 100%;
    padding: 3.75rem 1.69rem 7.81rem 2.69rem;
    position: relative;
    top: 0;
    transition: all .5s ease-out;
}
.t_right:hover{
  position: relative;
  top: -5px;
}
.t_limg{
  margin:1.81rem 0;
}
/* 主标题 */
.t_rtitle {

    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    line-height: 2.93rem;
}

.t_rsub {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    vertical-align:middle;
}

.t_rimg {
    width: 1rem;
    height: 1rem;
}

.t_rsubWord {
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #08969B;
    line-height: 2.25rem;
    padding-left: 0.31rem;
    box-sizing: border-box;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/

}

/* 我们已为这些品牌获得成效 */

.box_four {
    width: 100%;
    background: #F9FAFC;
}

.b_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.b_main {
    padding: 6.19rem 0;

}

.b_title {
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 1.81rem;
}

.b_sub {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.56rem;
}

.b_line {
    text-align: center;
    margin: 0 auto;
    width: 4.88rem;
    height: 0.19rem;
    background: #FFBC00;
}

.b_content {
    margin-top: 1.5rem;
}

.b_content ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.b_content ul li {
    width: calc(33.33% - 2.14rem);
    border-radius: 1rem;
    margin: 0 1.07rem;
    box-sizing: border-box;
}

.b_content li:nth-child(3n+1) {
    margin-left: 0 !important;
    margin-right: 2.14rem !important;
}

.b_content li:nth-child(3n+3) {
    margin-right: 0 !important;
    margin-left: 2.14rem !important;
}

.b_list {
    background-color: #fff;
    border-radius: 1rem;
}

.b_img {
    width: 100%;
    height: 13.99rem;
    background-color: rgba(195, 240, 243, 1);
    border-radius: 1rem 1rem 0rem 0rem;
    width: 100%;
    position: relative;
    /* padding-top: 100%; */
    overflow: hidden;
    /* border-radius: 15px; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.b_img img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0rem 0rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.b_list:hover .b_img img {
    /* animation: fangdaImg .5s forwards; */
    transform: scale(1.2);
    /* background-color: #FFBC00; */

}


.b_word {
    padding: 1.69rem 0.94rem 2.13rem 0.88rem;
    box-sizing: border-box;
}

.b_wtitle {
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 3.65rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b_wsub {
    font-size: 1rem;
    height: 5rem;
    font-family: SourceHanSansCN;
    font-weight: Regular;
    color: #787878;
    line-height: 1.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 3;
    /*设置多行的行数*/
}

.b_bottom {
    padding: 1rem 2.06rem 0.94rem 2.13rem;
    min-height: 5.63rem;
    /* background: #08969B; */
    background: url(https://t.zoomedia.com.cn/public/gw/images/luo_one/me_de.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0rem 0rem 1rem 1rem;
    box-sizing: border-box;
}

.b_bottoms {
    padding: 1rem 2.06rem 0.94rem 2.13rem;
    min-height: 5.63rem;
    /* background: #08969B; */
    background: url(https://t.zoomedia.com.cn/public/gw/images/luo_one/me_se.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0rem 0rem 1rem 1rem;
    box-sizing: border-box;
}

.b_btitle {
    text-align: center;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.19rem;
}

.b_endTitle {
    margin-top: 3.75rem;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #828282;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 品牌矩阵运营增长案例 */
.box_five{
  background-color: #fff;
}
.c_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.c_main {
    padding: 6.25rem 0;

}

.c_sub {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.56rem;
}

.c_line {
    text-align: center;
    margin: 0 auto;
    width: 4.88rem;
    height: 0.19rem;
    background: #FFBC00;
}

.c_coreContent {
    width: 100%;
    margin-top: 3.75rem;
}

.c_coreContent ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.c_coreContent ul li {
    width: calc(33.33% - 2.14rem);
    border-radius: 1rem;
    margin: 0 1.07rem;
    box-sizing: border-box;
}

.c_coreContent li:nth-child(3n+1) {
    margin-left: 0 !important;
    margin-right: 2.14rem !important;
}

.c_coreContent li:nth-child(3n+3) {
    margin-right: 0 !important;
    margin-left: 2.14rem !important;
}

.c_corelist {
    border-radius: 1rem;
    box-shadow: 0px 2px 10px 0px rgba(148, 179, 180, 0.3);
}

.c_topTitle {
    height: 3.53rem;
    background: #08969B;
    border-radius: 1rem 1rem 0rem 0rem;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 图片 */
.c_coreimg {
    background-color: rgba(195, 240, 243, 1);
    height: 33.75rem;
    /* border-radius: 1rem 1rem 0rem 0rem; */
    width: 100%;
    position: relative;
    /* padding-top: 100%; */
    overflow: hidden;
    /* border-radius: 15px; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.c_coreimg img {
    width: 100%;
    height: 100%;
    /* border-radius: 1rem 1rem 0rem 0rem; */
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.c_corelist:hover .c_coreimg img {
    /* animation: fangdaImg .5s forwards; */
    transform: scale(1.2);
}

/* 文字大盒子 */
.c_coreWord {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem rgba(28, 131, 145, 0.05);
    padding: 1.56rem 1.31rem 1.56rem 1.06rem;
    border-radius: 0rem 0rem 1rem 1rem;
    box-sizing: border-box;
}

/* 标题 */
.c_coreLtitle {
    text-align: center;
    font-size: 1rem;
    font-family: SourceHanSansCN-Regular;
    font-weight: Bold;
    color: #333333;
    line-height: 1.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_number {
    color: #08969B;
}

.c_lastWord {
    text-align: center;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #828282;
    line-height: 2.25rem;
    margin-top: 3.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 社交兴趣种草案例 */
.box_six {
    background: #F9FAFC;
}

.f_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.f_main {
    padding: 6.25rem 0;

}

.f_sub {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.56rem;
}

.f_line {
    text-align: center;
    margin: 0 auto;
    width: 4.88rem;
    height: 0.19rem;
    background: #FFBC00;
}

.f_Content {
    margin: 1.5rem 0 3.75rem 0;
}

.f_Content:hover {
    opacity: 0.8;
}

.f_Content ul {
    width: 100%;
    height: 100%;
    display: flex;
}

.f_Content ul li {
    width: 20%;
    height: 100%;
}
.jzss{
  width: 100%;
}
.f_img {
    width: 100%;
    /* height: 34.75rem; */
}

.f_img img {
    width: 100%;
    height: 100%;
}

.f_bsub {
    text-align: center;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #828282;
    line-height: 2.25rem;
}

/*  抖音号运营优质案例*/
.box_seven{
  width: 100%;
  background: #FFF;
}
.d_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.d_main {
    padding: 6.25rem 0;

}

.d_sub {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.56rem;
}

.d_line {
    text-align: center;
    margin: 0 auto;
    width: 4.88rem;
    height: 0.19rem;
    background: #FFBC00;
}

.d_coreContent {
    width: 100%;
    margin-top: 3.75rem;
}

.d_coreContent ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.d_coreContent ul li {
    width: calc(25% - 2.12rem);
    border-radius: 1rem;
    margin: 0 1.06rem;
    box-sizing: border-box;
}

.d_coreContent li:nth-child(4n+1) {
    margin-left: 0 !important;
    margin-right: 1.06rem !important;
}

.d_coreContent li:nth-child(4n+4) {
    margin-right: 0 !important;
    margin-left: 1.06rem !important;
}

.d_corelist {
    border-radius: 1rem;
    box-shadow: 0px 2px 10px 0px rgba(148, 179, 180, 0.3);
}

.d_topTitle {
    /* height: 3.53rem; */
    padding: 1rem;
    background: #08969B;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.2rem;
    box-sizing: border-box;
    /* height: 6.625rem; */
}

/* 图片 */
.d_coreimg {
    background-color: rgba(195, 240, 243, 1);
    /* height: 33.75rem; */
    border-radius: 1rem 1rem 0rem 0rem;
    width: 100%;
    position: relative;
    /* padding-top: 100%; */
    overflow: hidden;
    /* border-radius: 15px; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.d_coreimg img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0rem 0rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.d_corelist:hover  img {
    /* animation: fangdaImg .5s forwards; */
    transform: scale(1.2);
}

/* 文字大盒子 */
.d_coreWord {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem rgba(28, 131, 145, 0.05);
    padding: 1.56rem 1.31rem 1.56rem 1.06rem;
    border-radius: 0rem 0rem 1rem 1rem;
    box-sizing: border-box;
    /* min-height: 200px; */
    height: 8.75rem;
}

/* 标题 */
.d_coreLtitle {
    text-align: left;
    font-size: 1rem;
    font-family: SourceHanSansCN-Regular;
    font-weight: Bold;
    color: #333333;
    line-height: 1.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.d_number {
    color: #08969B;
}


/* 创意视觉传播案例 */
.box_eight{
  width: 100%;
  background: #FFF
}
.eye_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.eye_main {
    padding: 6.25rem 0;

}

.eye_sub {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.56rem;
}

.eye_line {
    text-align: center;
    margin: 0 auto;
    width: 4.88rem;
    height: 0.19rem;
    background: #FFBC00;
}

.eye_coreContent {
    width: 100%;
    margin-top: 3.75rem;
}

.eye_coreContent ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.eye_coreContent ul li {
    width: calc(20% - 2.14rem);
    border-radius: 0.63rem;
    margin: 0 1.14rem;
    box-sizing: border-box;
}

.eye_coreContent li:nth-child(5n+1) {
    margin-left: 0 !important;
    margin-right: 1.14rem !important;
}

.eye_coreContent li:nth-child(5n+5) {
    margin-right: 0 !important;
    margin-left: 1.14rem !important;
}

.eye_corelist {
    border-radius: 1rem;
    box-shadow: 0px 2px 10px 0px rgba(148, 179, 180, 0.3);
}

.eye_topTitle {
    height: 3.53rem;
    background: #08969B;
    border-radius: 0rem 0rem 0.63rem 0.63rem;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 图片 */
.eye_coreimg {
    background-color: rgba(195, 240, 243, 1);
    /* height: 33.75rem; */
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    width: 100%;
    /* height: 25.88rem; */
    position: relative;
    /* padding-top: 100%; */
    overflow: hidden;
    /* border-radius: 15px; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.eye_coreimg img {
    width: 100%;
    /* height: 100%; */
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.eye_corelist:hover .eye_coreimg img {
    /* animation: fangdaImg .5s forwards; */
    /* transform: scale(1.2); */
    opacity: 0.8;
}

/* 创意视觉传播案例 */
.box_nine{
  width: 100%;
  background: #F9FAFC;
}
.short_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.short_main {
    padding: 6.25rem 0 5.84rem 0;

}

.short_sub {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.56rem;
}

.short_line {
    text-align: center;
    margin: 0 auto;
    width: 4.88rem;
    height: 0.19rem;
    background: #FFBC00;
}

.short_coreContent {
    width: 100%;
    margin-top: 3.75rem;
}

.short_coreContent ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.short_coreContent ul li {
    width: calc(20% - 2.14rem);
    border-radius: 0.63rem;
    margin: 0 1.14rem;
    box-sizing: border-box;
    /* height: 28.75rem; */

}

.short_coreContent li:nth-child(5n+1) {
    margin-left: 0 !important;
    margin-right: 1.14rem !important;
}

.short_coreContent li:nth-child(5n+5) {
    margin-right: 0 !important;
    margin-left: 1.14rem !important;
}

.short_corelist {
    border-radius: 1rem;
    box-shadow: 0px 2px 10px 0px rgba(148, 179, 180, 0.3);
}

/* 图片 */
.short_coreimg {
    background-color: rgba(195, 240, 243, 1);
    /* height: 33.75rem; */
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.short_coreimg img {
    width: 100%;
    height: 100%;
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.short_corelist:hover .short_coreimg img {
    /* animation: fangdaImg .5s forwards; */
    /* transform: scale(1.2); */
    opacity: 0.8;
}

.short_logo {
    position: absolute;
    top: -2.875rem;
    left: 2%;
}

.short_topTitle {
    background: #08969B;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.9rem;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 0rem 0rem 0.63rem 0.63rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    position: relative;
}

.short_endList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.short_endContent {
    margin-bottom: 0.625rem;
        height: calc(50% - 0.625rem);
}
.short_endContent:nth-child(2){
    margin-top: 0.625rem;
    margin-bottom: 0;
}

.short_endcoreimg {
    background-color: rgba(195, 240, 243, 1);
    height: 9rem;
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    width: 100%;
    /* height: 24rem; */
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.short_endcoreimg img {
    width: 100%;
    height: 100%;
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
}

.short_endList:hover .short_endcoreimg img {
    /* animation: fangdaImg .5s forwards; */
    /* transform: scale(1.2); */
    opacity: 0.8;
}

/* 策略驱动媒介精细化运营  */
.cmove {
    width: 100%;
    padding: 6.15rem 0;
    background: #FFFFFF;
}

.cmovemain {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.cmove_title {
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    margin-bottom: 1.88rem;
}

.cmove_subtitle {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 2.25rem;
}

.cmove_table {
    width: 100%;
    box-shadow: 0rem 0rem 1rem 0rem rgba(148, 179, 180, 0.3);
    margin-top: 3.69rem;
    border-radius: 1rem;
}

.cmove_tab {
    width: 100%;
    /* border-radius: 1rem; */
}

.cmove_tab thead th {

    background: linear-gradient(90deg, #CEF9FF, #E5FFFC);
    height: 6.95rem;
    /* border-radius: 1rem 0rem 0rem 1rem; */
    font-size: 1.65rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #088D92;
    line-height: 2.94rem;
    border-radius: 1rem 1rem 0 0;
}

.cmove_tab thead tr th:nth-child(1) {
    border-radius: 1rem 0rem 0rem 0rem;
}

.cmove_tab thead tr th:nth-child(2),
.cmove_tab thead tr th:nth-child(3),
.cmove_tab thead tr th:nth-child(4) {
    border-radius: 0;
}

.cmove_tab thead tr th:nth-child(5) {
    border-radius: 0rem 1rem 0rem 0rem;
}

.cmove_tab tr {
    height: 6.95rem;
}

.cmove_tab tbody tr:last-child td {
    border-radius: 0 0 1rem 1rem;
}

.cmove_tab tbody tr td {
    border-left: 2px solid #F4F4F4;
}

.cmove_tab tbody tr:nth-child(odd) {
    background: #F9FAFC;
    font-size: 1.38rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 2.94rem;
}

.cmove_tab tbody tr:nth-child(even) {
    background: #fff;
    font-size: 1.38rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #08969B;
    line-height: 2.94rem;
}

/*  */
.fwhy_title {
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 1.81rem;
}

.fwhy_back {
    width: 100%;
    height: auto;
    background: #FFF;
    /* background-color: #F9FAFC; */
    padding-bottom: 6.63rem;
border-bottom: 1px solid #DEDFDE;
}

.fwhy {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding: 6.125rem 0 0 0;
}

.fwhy_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 5rem auto 0;

}

.fwhy_content div {
    width: 31%;
    color: #08969B;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.9375rem;
    text-align: left;

}
