.container {
    position: relative;
}
.w-1200 {
    width: 1200px;
    margin: 0 auto;
}
.is-show {
    display: none;
}
.is-hide {
    display: none;
}

::-webkit-scrollbar { width: 0 !important }

/* 分屏样式 */
.fullpage-wrapper {
    width: 100%;
}
.section-footer {
    display: block!important; 
}

.section-center {
    height: 100%;
    position: relative;
}


.middle-center-wrap {
    position: relative;
    min-height: 100vh;
}

.center-content-wrap {
    position: relative;
    height: 100%;
}


.header-wrap {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    height: 4.5833vw;
    width: 100%;
    padding: 0 7vw;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.16) 100%);
    box-sizing: border-box;
}
.header-wrap .logo-icon {
    position: relative;
    height: 2.7083vw;
    width: 8.3333vw;
}
.header-wrap .logo-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.header-wrap .search-icon {
    height: 1.7708vw;
    width: 1.7708vw;
    margin-left: auto;
    margin-right: 4.1667vw;
}
.header-wrap .header-menu-box {
    display: flex;
    align-items: center;
}
.header-wrap .menu-icon {
    height: 1.7708vw;
    width: 1.7708vw;
    margin-right: 10px;
}
.header-wrap .menu-text {
    font-size: 18px;
    color: #00252F;
}


.header-wrap .menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50vw;
    padding: 0 3vw;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s;
}
.header-wrap .menu-wrap .background-menu {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.header-wrap .menu-wrap:hover {
    opacity: 1;
    transform: translateX(0);
}
.header-wrap .header-menu-box:hover+ .menu-wrap {
    opacity: 1;
    transform: translateX(0);
}

.menu-wrap .logo2 {
    margin: 4.6875vw auto 3.6458vw auto;
    width: 16.5625vw;
    height: 10.1563vw;
}
.menu-wrap .menu-list {
    position: relative;
}
.menu-wrap .menu-box {
    width: 26%;
    padding: 1.5625vw 0.5208vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    transition:  all 1s;
}
.menu-wrap .menu-box .menu-text {
    font-size: 0.9375vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #FFFFFF;
}
.menu-wrap .menu-box .menu-arrow {
    height: 1.1458vw;
    width: 0.625vw;
    margin-left: auto;
    background-size: cover;
}
.menu-wrap .menu-box-active {
    border-bottom: 1px solid #00252F;;
}
.menu-wrap .menu-box .menu-text-active {
    color: #00252F;
}
.menu-wrap .menu-box .menu-arrow-active {
    background-image: url('/assets/index/image/common/icon_more3.png');
}

.menu-wrap .menu-box .menu-box-child {
    position: absolute;
    top: 1.5625vw;
    left: 36%;
    width: 30%;
}
.menu-wrap .menu-box-child .child-text {
    margin-bottom: 1.5625vw;
    font-size: 0.9375vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #FFFFFF;
}
.menu-wrap .menu-box-child .child-text .txt {
    font-size: 0.9375vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #FFFFFF;
}
.menu-wrap .menu-box-child .child-text .txt-arrow {
    height: 0.7292vw;
    width: 0.4167vw;
    margin-left: 1.5625vw;
}
.menu-wrap .menu-box-child .child-text .txt-arrow-active {
    background-size: 100% 100%;
    background-image: url('/assets/index/image/common/icon_more3.png');
}
.menu-wrap .menu-box-child .child-text-active {
    color: #00252F;
}
.menu-wrap .menu-box-child  .child-text .txt-active {
    color: #00252F;
}

.menu-wrap .grandson-box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 12vw;
}
.menu-wrap .grandson-box .img {
    height: 14.5833vw;
    width: 10.9375vw;
    margin-bottom: 1.0417vw;
    object-fit: cover;
}
.menu-wrap .grandson-box .grandson-text {
    margin-bottom: 2.0833vw;
    font-size: 0.9375vw;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252F;;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-wrap .grandson-box .grandson-more {
    width: 6.875vw;
    height: 2.2917vw;
    line-height: 2.2917vw;
    font-size: 0.8333vw;
    text-align: center;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252F;;
    border-radius: 22px;
    border: 1px solid #00252F;
}


/* 通用底部 */
.footer-bottom-wrap {
    /* position: absolute;
    top: 100%; */
    min-height: 300px;
    width: 100%;
    padding: 40px 7vw;
    display: flex;
    justify-content: space-between;
    background: #212121;
    box-sizing: border-box;
}
.footer-bottom-wrap .footer-box {
    display: flex;
    flex-direction: column;
}
.footer-bottom-wrap .footer-box .logo {
    height: 46px;
    width: 143px;
    margin-bottom: 30px;
} 
.footer-bottom-wrap .footer-box .footer-text {
    margin-bottom: 12px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #FFFFFF;
}
.footer-bottom-wrap .footer-box .footer-tips {
    margin-top: 47px;
    display: flex;
    align-items: center;
}
.footer-bottom-wrap .footer-tips .text {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #777777;
}
.footer-bottom-wrap .footer-tips .tags-icon {
    height: 20px;
    width: 20px;
    margin: 0 10px 0 60px;
} 
.footer-bottom-wrap .footer-list {
    display: flex;
    justify-content: space-between;
}
.footer-bottom-wrap .footer-list .box {
    margin-right: 3vw;
    display: flex;
    flex-direction: column;
}
.footer-bottom-wrap .footer-list .box-last {
    margin-right: 0;
}
.footer-bottom-wrap .footer-list .title {
    margin-bottom: 30px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #FFFFFF;
}
.footer-bottom-wrap .footer-list .text {
    margin-bottom: 18px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #777777;
    transition: all 0.6s;
}
.footer-bottom-wrap .footer-list .text:hover {
    color: #fff;
}
.footer-bottom-wrap .footer-icon {
    display: flex;
    margin-left: auto;
    margin-top: 40px;
}
.footer-bottom-wrap .footer-icon .wx-icon {
    position: relative;
    height: 40px;
    width: 40px;
    margin-right: 40px;
    transition: all 1s;
    background-size: 100%;
    background-image: url('/assets/index/image/common/icon_wechat_def.png');
}
.footer-bottom-wrap .footer-icon .wx-icon:hover {
    background-image: url('/assets/index/image/common/icon_wechat_sel.png');
}
.footer-bottom-wrap .footer-icon .wx-icon:hover .qrCode-icon {
    opacity: 1;
    display: flex;
}
.footer-bottom-wrap .wx-icon .qrCode-icon {
    position: absolute;
    top: -170px;
    left: -60px;
    height: 164px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: none;
    transition: all 1s;
    background-size: 100%;
    background-image: url('/assets/index//image/common/qrCode-bg.png');
}
.footer-bottom-wrap .qrCode-icon .img {
    height: 142px;
    width: 142px;
}

.footer-bottom-wrap .footer-icon .weibo-icon {
    height: 40px;
    width: 40px;
    transition: all 1s;
    background-size: 100%;
    background-image: url('/assets/index/image/common/icon_weibo_def.png');
}
.footer-bottom-wrap .footer-icon .weibo-icon:hover {
    background-image: url('/assets/index/image/common/icon_weibo_sel.png');
}

/* transform: translateY(-300px); */

/* 自制轮播图样式 */
.all-center {
    position: relative;
    padding-top: 1px;
    height: 100vh;
}

.all-center .row-title {
    position: absolute;
    top: 8vw;
    left: 7vw;
    z-index: 10;
}
.all-center .row-title .title-ch {
    position: relative;
    z-index: 2;
    font-size: 2.5vw;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
}
.section.active .all-center .row-title .title-ch {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.all-center .row-title .title-en {
    position: relative;
    z-index: 1;
    margin: -2.0833vw 0 0 1.5625vw;
    font-size: 4.1667vw;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #F2F2F2;
    line-height: 4.1667vw;
}
.section.active .all-center .row-title .title-en {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.all-center .num-box-1 {
    position: absolute;
    top: 8vw;
    right: 7vw;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}
.all-center .num-box-1 .num {
    font-size: 2.5vw;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #5F6C6F;
}
.all-center .num-box-1 .num1 {
    font-size: 1.5625vw;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #5F6C6F;
}

.all-center .photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 25vw;
}
.all-center .photo > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.all-center .photo > li .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    z-index: 3;
    filter: blur(25px);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}
.all-center .photo > li.on .pic {
    opacity: 0.7;
}
.all-center .photo > li .pic-img {
    position: absolute;
    z-index: 9;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    background-size: 100%;
    /* background-image: url('/assets/index/image/index/pic_img.png'); */
}
.all-center .photo > li.on .pic-img {
    opacity: 1;
}

.rowMain {
    margin:  30vh auto 0 auto;
    position: relative;
    z-index: 99;
    height: 50vh;
    width: 86vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rowMain .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.rowMain .wrap .itemwrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.rowMain .wrap .itemwrap .box {
    align-items: stretch;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}
.rowMain .wrap .itemwrap .box.on {
    opacity: 1;
    box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1);
    pointer-events: auto;
    z-index: 900;
}
.rowMain .wrap .itemwrap .layout-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rowMain .wrap .itemwrap .box .col {
    width: 50%;
    height: 100%;
    display: flex;
    background-color: #fff;
}

.rowMain .col .msg {
    padding: 5vh;
    flex: 1;
    box-sizing: border-box;
}
.rowMain .msg .time {
    margin-bottom: 3%;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
}
.rowMain .msg .title {
    height: 4.1667vw;
    margin-bottom: 3%;
    font-size: 1.5625vw;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
    line-height: 2.0833vw;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    transition: all 0.8s;
}
.rowMain .msg .text {
    margin-bottom: 6%;
    height: 78px;
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.rowMain .msg .more {
    position: relative;
    padding-top: 8%;
    font-size: 16px;
    line-height: 20px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252F;
    border-top: 1px solid #DDDDDD;
    transition: all 0.8s;
}
.rowMain .msg .more::after {
    content: '';
    position: absolute;
    bottom: 0.2525vw;
    left: 80px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #00252F;
    border-bottom: 6px solid transparent;
    transition: all 0.8s;
}
.rowMain .col:hover .title {
    color: #CD6B69;
}
.rowMain .col:hover .more {
    color: #CD6B69;
}
.rowMain .col:hover .more::after {
    border-left: 7px solid #CD6B69;
}


.rowMain .wrap .itemwrap .box .col .pic {
    height: 100%;
    width: 100%;
}
.rowMain .wrap .itemwrap .box .col .img {
    height: 100%;
    width: 100%;
}
.fn_ani .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.rowMain .wrap .pager {
    position: absolute;
    top: 100%;
    transform: translateY(3vh);
    -webkit-transform: translateY(3vh);
    -moz-transform: translateY(3vh);
    -o-transform: translateY(3vh);
    -ms-transform: translateY(3vh);
    width: 100%;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 6;
}
.rowMain .pager .num-box {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
} 
.rowMain .pager .num-box .num {
    font-size: 48px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #5F6C6F;
}
.rowMain .pager .num-box .num1 {
    font-size: 30px;
    font-family: DINAlternate-Bold, DINAlternate;
    /* font-weight: bold; */
    color: #5F6C6F;
}

.rowMain .wrap .pager > [data-num] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 200px;
    height: 4px;
    line-height: 10px;
    padding: 0;
    opacity: 0.2;
    transition: opacity 0.2s ease-in-out;
    outline: none;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: relative;
    background-color: transparent;
}
.rowMain .wrap .pager > [data-num]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    line-height: 10px;
    text-align: center;
    background-color: #000;
}
.rowMain .wrap .pager > [data-num].on {
    opacity: 1;
}


.fn_ani .navOutPrev,
.fn_ani .navOutNext {
  opacity: 1;
  box-shadow: none !important;
  -webkit-animation: scaleDown 0.6s forwards;
  animation: scaleDown 0.6s forwards;
}
.fn_ani .navInNext,
.fn_ani .navInPrev {
  opacity: 1 !important;
  z-index: 9999 !important;
  box-shadow: none !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.fn_ani .navOutPrev::after,
.fn_ani .navOutNext::after {
  opacity: 1;
}
.fn_ani .navInNext .col:nth-of-type(1) {
    -webkit-animation: throwFromLeft 0.5s 0.1s forwards ease-out;
    animation: throwFromLeft 0.5s 0.1s forwards ease-out;
}
.fn_ani .navInNext .col:nth-of-type(2) {
    -webkit-animation: throwFromRight 0.5s 0.1s forwards ease-out;
    animation: throwFromRight 0.5s 0.1s forwards ease-out;
  }

@-webkit-keyframes scaleDown {
    to {
        -webkit-transform: scale(0.9);
    }
}
@keyframes scaleDown {
    to {
        transform: scale(0.8);
    }
}
@-webkit-keyframes throwFromLeft {
    from {
        -webkit-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        opacity: 1;
    }
}
@keyframes throwFromLeft {
    from {
        transform: translateX(-100vw);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes throwFromRight {
    from {
      -webkit-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
      opacity: 1;
    }
    to {
      -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
      opacity: 1;
    }
}
@keyframes throwFromRight {
    from {
      transform: translateX(100vw);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
}


/* 搜索 */
.header-serach-box {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
}
.header-serach-box .series-icon {
    margin: 50px 50px 0 auto;
    height: 20px;
    width: 20px;
}
.sraech-wrap { 
    min-height: calc(100vh - 124px);
}
.sraech-box {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0C0C0B;
}
.sraech-box .input-wrap {
    height: 35px;
    width: 750px;
    font-size: 14px;
}
.sraech-box .search-icon {
   margin-left: auto;
   height: 30px;
   width: 30px;
}
input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    background: #F7F7F7;
    border-radius: 0; 
}

.sraech-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 80px;
    max-height: 460px;
    overflow: auto;
}
.sraech-list .series-item-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    height: 346px;
    transition: all 1s;
    border-bottom: 1px solid #ddd;
    margin: 0 30px 40px 0;
    background-color: #fff;
    color: #0C0C0B;
    cursor: pointer;
}
.sraech-list .series-item-box:hover{
    color: #0C0C0B;
    border-bottom: 1px solid #0C0C0B;
    box-shadow: 0px 2px 8px 0px rgba(156, 156, 156, 0.5);
}
.sraech-list .series-item-box:nth-of-type(4n){
    margin-right: 0;
}
.sraech-list .item-img-box{
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 30px;
}

.sraech-list .product-item-img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.sraech-list .series-item-box:hover .product-item-img{
    transform: scale(1.1);
}
.sraech-list .series-item-box .item-name {
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}

/* 6.30底部修改 */
.footer-bottom-wrap1 {
    position: relative;
    width: 100vw;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom-wrap1 .background-bottom {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.footer-bottom-wrap1 .footer-content {
    display: flex;
}
.footer-bottom-wrap1 .footer-content .logo-bottom {
    height: 9.5313vw;
    width: 16.4583vw;
    margin-right: 22.3958vw;
}
.footer-bottom-wrap1 .content .img-list {
    margin-bottom: 1.5625vw;
    display: flex;
    align-items: center;
}  
.footer-bottom-wrap1 .img-list .img-box1 {
    position: relative;
    height: 2.0833vw;
    width: 2.0833vw;
    margin-right: 1.0417vw;
    background-size: 100% 100%;
    background-image: url('../image/common/icon_wechat_def.png');
    transition: all 0.6s;
}
.footer-bottom-wrap1 .img-list .img-box1:hover {
    background-image: url('../image/common/icon_wechat_sel.png');
}
.footer-bottom-wrap1 .img-list .qrCode-icon {
    z-index: 9999;
    position: absolute;
    top: -170px;
    left: -60px;
    height: 164px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: none;
    transition: all 0.6s;
    background-size: 100%;
    background-image: url('/assets/index/image/common/qrCode-bg.png');
}
.footer-bottom-wrap1 .qrCode-icon .img {
    height: 142px;
    width: 142px;
}
.footer-bottom-wrap1 .img-list .img-box1:hover .qrCode-icon {
    opacity: 1;
    display: flex;
}
.footer-bottom-wrap1 .img-list .img-box2 {
    position: relative;
    height: 2.0833vw;
    width: 2.0833vw;
    margin-right: 1.0417vw;
    background-size: 100% 100%;
    background-image: url('../image/common/icon_weibo_def.png');
    transition: all 0.6s;
}
.footer-bottom-wrap1 .img-list .img-box2:hover {
    background-image: url('../image/common/icon_weibo_sel.png');
}
.footer-bottom-wrap1 .img-list .img-box3 {
    height: 2.0833vw;
    width: 2.0833vw;
    margin-right: 1.0417vw;
    background-size: 100% 100%;
    background-image: url('../image/common/icon_taobao_def.png');
    transition: all 0.6s;
}
.footer-bottom-wrap1 .img-list .img-box3:hover {
    background-image: url('../image/common/icon_taobao_sel.png');
}
.footer-bottom-wrap1 .img-list .img-box4 {
    height: 2.0833vw;
    width: 2.0833vw;
    margin-right: 1.0417vw;
    background-size: 100% 100%;
    background-image: url('../image/common/icon_jingdong_def.png');
    transition: all 0.6s;
}
.footer-bottom-wrap1 .img-list .img-box4:hover {
    background-image: url('../image/common/icon_jingdong_sel.png');
}
.footer-bottom-wrap1 .content-text {
    margin-top: 10px;
    font-size: 0.8333vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.8333vw;
    letter-spacing: 2px;
}
.footer-bottom-wrap1 .condent-tags {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bottom-wrap1 .condent-tags .text {
    position: relative;
    padding: 0 0.5208vw 0 0;
    margin-bottom: 0.5208vw;
    margin-right: 0.5208vw;
    font-size: 0.8333vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.8333vw;
    letter-spacing: 2px;
    border-right: 2px solid #fff;
}