
.all_app_show{
  display: none;
}
.banner_back {
    width: 100%;
    background: linear-gradient(102deg, #06A6AC, #25CDDC);
}
.ban_app_show{
  display: none;
}
.banObject_appShow{
  display: none
}
.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: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4.5rem;
}

.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_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;
}

.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: 40%;
    /* height:70%; */
    /* margin-top: 10%; */
}

/* 三大核心服务 */
.us_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.us_coreMain {
    padding: 6.25rem 0;

}

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

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

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

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

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

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

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

/* 图片 */
.us_coreimg {
    /* background-color: rgba(195, 240, 243, 1); */
    border-radius: 1rem 1rem 0 0;
    /* height: 17.75rem; */
    width: 100%;
    height: 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);
}

.us_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;
}

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

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

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

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

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

/* 副标题 */
.us_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: 2;
    /*设置多行的行数*/
    margin-top: 1.25rem;
}

.up_content {
    margin-top: 1.5rem;
    position: relative;

}

.up_cimg {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
/* .up_cimg img{
  width: 100%;
  height: 100%;
} */

.up_one {
    width: 16.3rem;
    position: absolute;
    text-align: left;
    top: 0;
}

.up_two {
    width: 16.3rem;
    position: absolute;
    text-align: left;
    top: 10rem;

}

.up_three {
    width: 20.3rem;
    position: absolute;
    text-align: left;
    bottom: -1rem;
}
.up_three img{
  width: 100%;
  height: 100%；
}

.up_four {
    width: 15rem;
    position: absolute;
    text-align: right;
    top: 5.5rem;
    right: 0;
}

.up_five {
    width: 20.3rem;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 3.5rem;
}

.up_word {
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;

}

.up_word span {
    font-weight: bold;
    color: #08969B;
    font-size: 3.13rem;

}

.up_subword {
    /* margin-top: 0.88rem; */
    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: 2;
}

/* 支持用户漏斗转化每一环节 */
.ubox_one,
.ubox_three {
    width: 100%;
    background: #fff;
}
.ubox_two {
    width: 100%;
    background: #F9FAFC;
}

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

.up_main {
    padding: 6.25rem 0;

}

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

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


/* 用户全生命周期管理 */
.uw_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.uw_main {
    padding: 6.25rem 0;

}

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

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

.um_content {
    margin-top: 3.81rem;
}

.um_top {
    display: flex;
    width: 100%;
    height: 3rem;
}

.um_ttleft {
    width: 30%;
    height: 100%;
}

.um_ttright {
    width: 70%;
    height: 100%;
}

.um_topleft {


    background: url(https://t.zoomedia.com.cn/public/gw/images/luo_user/leftRectangle.png) no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
}

.um_topright {


    background: url(https://t.zoomedia.com.cn/public/gw/images/luo_user/rightRectangle.png) no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 0.13rem;
}

.um_twose {
    padding: 0 0.8rem 0 4rem;
    margin: 0.75rem 0;
    box-sizing: border-box;
}
.um_mainContent{
    padding: 0 0.8rem 0 4rem;
    box-sizing: border-box;
    width: 100%;
}
.um_mainContent img{
    width: 100%;
}
.um_twose ul {
    display: flex;
    list-style: none;
}

.um_twose ul li {
    width: 25%;
    height: 3rem;
    background: #F9FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #1E6072;
}

.um_twose ul li:nth-child(even) {
    background: #E4FBFE;
}

.um_twsed {
    padding: 0 0.8rem 0 0;
    margin: 0.75rem 0;
    box-sizing: border-box;
    display: flex;

}

.um_twsed ul {
    display: flex;
    list-style: none;
}

.um_twsed ul li {
    width: 25%;
    height: 3rem;
    background: #F9FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.13rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #08969B;
}

.um_twsed ul li:nth-child(even) {
    background: #E4FBFE;
}

.um_twend {
    padding: 0 0.8rem 0 0;
    margin: 0.75rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;

}

.um_endword {
    width: 4%;
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #1E6072;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.um_twend ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.um_enddiv{
    width: 96%;
}
.um_twend ul li {

    height: 3rem;
    background: #F9FAFC;
    display: flex;
    padding: 0 0.8rem;
    align-items: center;
    justify-content: center;
    font-size: 1.13rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #08969B;
    box-sizing: border-box;
}


/* 知家DTC用户运营思路 */
.ubox_four {
    width: 100%;
    background: #F9FAFC;
}

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

.uz_main {
    padding: 6.25rem 0;

}

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

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

.uz_content {
    display: flex;
    width: 100%;
    margin-top: 3.86rem;
}

.uz_cimg {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.uz_cimg img{
  width: 100%;
  height: 100%；
}

.uz_cwordOne {
    position: absolute;
    text-align: left;
    top: 4.8rem;
    left: 6rem;
}

.uz_cwordtw0 {
    position: absolute;
    text-align: left;
    bottom: 15.8rem;
    left: 5rem;
}

.uz_cwordthree {
    position: absolute;
    bottom: 2rem;
    text-align: left;
    left: 31rem;
}

.uz_cwordfour {
    position: absolute;
    right: 8rem;
    text-align: left;
    bottom: 15.8rem;
}

.uz_cwordfive {
    position: absolute;
    right: 5rem;
    top: 4.8rem;
    text-align: left;
}

.uz_cwordList {
    font-size: 1.25rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uz_cwordsub {
    /* width:22rem; */
    margin-top: 0.81rem;
    font-size: 1rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #333333;
}

/* 知家DTC用户价值分层与定义 */
.um_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.um_main {
    padding: 6.25rem 0 3.44rem 0;

}


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

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


.um_tab {
    width: 100%;
    margin-top: 6.38rem;
    /* height: 13.75rem; */
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px dashed #BBCAD5;
    display: flex;
}

.um_tab_left{
  width: calc(100% - 17.44rem);
  display: flex;
}
.um_tab_right{
  width: 17.44rem;
  display: flex;
}

.um_tleft {
    width: 4.5rem;
    background: #FFFFFF;
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    border-radius: 1rem 0 0 1rem;
    font-weight: bold;
    color: #8BA9BF;
    padding: 3.6rem 1.69rem;
    box-sizing: border-box;
}

.um_tab_left:hover .um_tleft{
    background-color: #08969b;
    color: #FFFF;
}

.um_tmain {
    width: calc(100% - 4.5rem);
    background: #E4FBFE;
    padding: 2.56rem 0 2.56rem 3.19rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.um_tmwords{
  width: 12.94rem;
  background: #FFFEF6;
      padding: 2.56rem 0 2.56rem 3.19rem;
}
/* .um_tmain .um_tmList:nth-child(5){

} */
.um_tmList {
    display: flex;
    width: 20%;
    /* margin-right: 1.25rem; */


}

.um_tmLimg {
    height: 3.63rem;
    margin-left: 1.25rem;
}


.um_tmword {
    /* margin-right: 2rem; */
}

.um_tmLtitle {
    font-size: 1.88rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFBC00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.um_tmLsub {

    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}

.um_tmLend {
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;

}

.um_tright {


    width: 4.5rem;
    background: #FFFFFF;
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    border-radius: 0 1rem 1rem 0;
    font-weight: bold;
    color: #8BA9BF;
    padding: 3.6rem 1.69rem;
    box-sizing: border-box;
}

.um_tab_right:hover .um_tright {
    background: #ffbc00;
    color: #fff;
}

.um_trend {

}
.um_tright:hover .um_trend{
  color: #fff;
}
.um_endcontent {
    margin-top: 5.13rem;
}

.um_endcontent ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.um_endcontent ul li {

    width: calc(50% - 7rem);

    margin: 0 3.5rem 2.81rem 3.5rem;

    box-sizing: border-box;
}

.um_endcontent li:nth-child(2n+1) {
    margin-left: 0 !important;
    margin-right: 3.5rem !important;
}

.um_endcontent li:nth-child(2n+2) {
    margin-right: 0 !important;
    margin-left: 3.5rem !important;
}

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

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

/* 全面助力KOC/KOL培育孵化 */
.ubox_six {
    width: 100%;
    background: #F9FAFC;
}

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

.uk_main {
    padding: 6.25rem 0;

}

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

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

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

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

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

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

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

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

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

/* 图片 */
.uk_coreimg {
    /* height: 33.75rem; */
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    width: 100%;
    /* height: 37.63rem; */
    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);
}

.uk_coreContent ul li:hover .uk_coreimg {
    opacity: 0.8;
}

.uk_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; */
}


/* 知家DTC用户价值分层与定义 */
.uth_box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.uth_main {
    padding: 6.25rem 0;

}

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

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

.uth_content {
    margin-top: 3.69rem;
    width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.uth_img {
  width: calc(25% - 2.06rem);

    height: auto;
    margin-right: 2.06rem;
    margin-top: 2.0625rem;
}
}

/* 超过200家知名品牌方信赖知家DTC */
.ubox_last {
    width: 100%;
    background: #F9FAFC !important;
}

.ubt_box {
    max-width: 1300px;
    width: 100%;
    background: #F9FAFC;
    margin: 0 auto;
}

.ubt_main {
    padding-top:  6.19rem  ;

}

.ubt_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;
}

.ubt_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;
    /*设置多行的行数*/

}

.ubt_case {
    margin-top: 3.75rem;
}

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

.ubt_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;
}

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

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

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

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

}

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

/*  */
.why_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;
}

.why_back {
    width: 100%;
    height: auto;
    background-color: #F9FAFC;
    padding-bottom: 6.63rem;
}

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

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

}

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

}

