@charset "utf-8";
body,html{min-width: 1300px;-webkit-overflow-scrolling:touch;font-family: 'Microsoft YaHei';font-size: 14px;background: #f1f5f6;}
.wh100{ width: 100%; height: 100%; overflow: hidden;position: relative}
a{display: inline-block;text-decoration:none}
article,section,div,blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;outline:0 none}
article,section,button,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,hr,input,li,ol,p,td,textarea,th,ul{box-sizing:border-box}
input{border:0 none;outline:0 none;background:0 none;}
button{border:0 none;background:0 0;cursor:pointer}
button:focus{border:0 none;outline:0 none}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:couriernew,courier,monospace}
ol,ul{list-style:none}
a{display: inline-block; text-decoration:none;cursor:pointer}
a:hover{color: #1a79e4 !important;}
legend{color:#000}
fieldset,img{border:0 none;width: 100%}
button,input,select,textarea{font-size:100%}
i{ font-style:normal}
img{font-size: 12px;color: #999;line-height: 20px;
}
.hide{ display: none !important;}
.w {
  width: 1200px;
  margin: 0 auto;
}
.max-width {
  width: 1920px;
  height: 500px;
  margin: 0 auto;
}
.f14 {
  font-size: 14px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
  font-weight: bold;
  vertical-align: bottom;
}
.f30 {
  font-size: 30px;
  font-weight: bold;
}
.finger,.cursor{ cursor: pointer;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder{
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
/* 滚动条  */
::-webkit-scrollbar{width: 6px;height: 6px; background-color: #D5E6ED;border-radius: 3px;}
*::-webkit-scrollbar-track {width: 6px;background-color: #D5E6ED;border-radius: 3px;}
*::-webkit-scrollbar-thumb {width: 4px;background-color: #fff;border-radius: 3px;border: 1px solid #B6CCD5;}
/* 清除浮动 */
.over-hide{overflow:hidden!important}
.over-y{overflow-y:auto!important}
.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}/*为了兼容IE*/
/* 超出隐藏 */
.text-one-hide{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.text-two-hide{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break: break-all;word-wrap: break-word;}
.text-three-hide{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-break: break-all;word-wrap: break-word;}
/* 强制换行 */
.text-wrap {word-wrap: break-word;word-break: normal;}
/* input默认占位文字兼容布局 */
:-moz-placeholder,
::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea:-ms-input-placeholder，
textarea::-webkit-input-placeholder {color: #ccc;}
/* flex布局 */
.flex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flex-row{flex-direction: row;}
.flex-column{flex-direction: column;}
.flex-justify-start{justify-content: start;}
.flex-jusitify-center{justify-content: center;}
.flex-jusitify-between{justify-content: space-between;}
.flex-justify-center{justify-content: center;}
.flex-justify-end{justify-content: end;}
.flex-align-center{align-items: center;}
.flex_col{-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;}
.flex_1{
  float: left;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width: 33%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-wrap {
  flex-wrap: wrap;
}


/*--------------------------------头部--------------------------------*/
header {
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto; 
}
.landing-header {
  margin: 0 auto;
}
.landing-header .header_left {
  margin: 13px 0;
  position: relative;
}
.landing-header .header_left span img {
  width: 124px;
  height: 54px;
  vertical-align: middle;
}
.landing-header .header_left .line {
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #dddddd;
  vertical-align: middle;
  margin: 0 20px;
}
.landing-header .header_left .select_area a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e83de;
  cursor: pointer;
}
.landing-header .header_left .select_area::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(./img/tab_xiala01_icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 2px;
}

.header-nav {
  position: relative;
}
.header-nav .header_center_tabs {margin-left: 40px;}
.header-nav .header_center_tabs li {
  width: 104px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.header-nav .select {
  background: linear-gradient(90deg, #106ee2 0%, #0c89f3 100%) !important;
  color: #fff !important;
}
.hover-active {
  color: #1a79e4 !important;
  background: #f0f4f8 !important;
}
.header-nav .header_center_tabs li .hover-li::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(./img/tab_xiala01_icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
}
.header-nav .header_center_tabs .tabId {
  color: #fff;
  background: linear-gradient(90deg, #106ee2 0%, #0c89f3 100%);
}


/* 更多 */
.nav-more {
  z-index: 99;
}
.nav-more a {
  color: #333;
  display: inherit;
}
.nav-more #navMoreId {
  width: 104px;
  display: none;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 9%);
  border-radius: 4px;
}
.nav-more #navMoreId .more-li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgb(236, 241, 246);
}
.nav-more #navMoreId .more-li span{
  font-size: 16px;
  display: block;
  color: #333333;
  text-align: center;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.nav-more #navMoreId .more-li:hover {
  color: #1a79e4;
  background: #f0f4f8;
}

/*--------------------------------banner--------------------------------*/
/* banner s */
.zjt-banner {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.zjt-banner .swiper-wrapper,
.zjt-banner .swiper-slide {
  height: auto;
  position: inherit;
}
.zjt-banner .swiper-banner-pagination {
  width: 6px !important;
  position: absolute;
  bottom: 0% !important;
  left: 50% !important;
  transform: rotate(90deg);
  z-index: 4;
}
.zjt-banner .swiper-banner-pagination span {
  display: inline-block;
  width: 6px;
  height: 22px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  position: relative;
  margin-bottom: 12px !important;
}
.zjt-banner .swiper-banner-pagination span:last-child {
  margin-bottom: 0 !important;
}
.zjt-banner .swiper-banner-pagination i {
  display: inline-block;
  position: absolute;
  top: -4px;
  right: 14px;
  width: 94px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.zjt-banner .swiper-banner-pagination i::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 28%;
  right: -16px;
  display: inline-block;
  margin-top: -3px;
  border: 8px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transform: rotateZ(-90deg);
}
.swiper-container-fade .swiper-slide{
  width: 100% !important;
}
.zjt-banner .swiper-pagination-bullet-active {
  background: #fff !important;
}
.zjt-banner
  .swiper-container-horizontal
  > .zjt-banner
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 8px 0 0 4px;
}
.zjt-banner .single-banner {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.zjt-banner .single-banner img{
  width: 100%;
}
.zjt-banner .swiper-prev {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 40px;
  height: 50px;
  background-color: #ffffff !important;
  opacity: 0.5;
  border-radius: 4px;
  background-image: url(./img/left_icon.png);
  background-size: 16px 28px;
  transform: translateY(-15%);
}
.zjt-banner .swiper-button-next {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 40px;
  height: 50px;
  background-color: #ffffff !important;
  opacity: 0.5;
  border-radius: 4px;
  background-image: url(./img/right_icon.png);
  background-size: 16px 28px;
  transform: translateY(-15%);
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
}

/* banner e */

/*--------------------------------锚点--------------------------------*/
.anchor-navigation {
  margin: 32px auto;
}
.anchor-navigation a {
  width: 186px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f5e1e1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 5px;
}
.anchor-navigation a:first-child {
  margin-left: 0;
}
.anchor-navigation a:last-child {
  margin-right: 0;
}

/* 更多，更全，更广。。。6大简介 */
.anquan-item {
  background: #fff;
  padding: 42px 0;
}
.anquan-item .nums {
  color: #da282c;
}
.anquan-item img {
  width: 102px;
  height: 115px;
}
.anquan-item ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-left: 10px;
}
.anquan-item li:nth-child(1) {
  width: 122px;
}
.anquan-item p {
  width: 138px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-indent: 0.5rem;
  word-break: keep-all;
}
.anquan-item ul li:nth-child(2) {
  width: 176px;
}
.anquan-item ul li:nth-child(2) p {
  text-indent: 1rem;
  /* width: 100%; */
  word-break: break-all;
}
.anquan-item ul li:nth-child(3) {
  width: 134px;
}
.anquan-item ul li:nth-child(3) p {
  text-align: center;
  width: 100%;
  word-break: break-all;
}
.anquan-item ul li:nth-child(4) {
  width: 147px;
}
.anquan-item ul li:nth-child(4) p {
  text-indent: 0;
  /* width: 100%; */
  word-break: break-word;
}
.anquan-item ul li:nth-child(5) {
  width: 151px;
}
.anquan-item ul li:nth-child(5) p {
  text-indent: 0rem;
  /* width: 100%; */
  word-break: break-all;
}
.anquan-item ul li:nth-child(6) {
  /* width: 187px; */
}
.anquan-item ul li:nth-child(6) p {
  text-align: center;
  /* width: 100%; */
  word-break: break-all;
}
.anquan-item ul li:nth-child(7) p {
  text-align: center;
  /* width: 100%; */
  word-break: break-all;
}
.m25 {
  margin: 0 25px;
}


/*--------------------------------底部--------------------------------*/
footer {
  width: 100%;
  height: 347px;
  background: #333333;
}
footer ul {
  border-bottom: 1px solid #454545;
  padding-top: 57px;
  padding-bottom: 16px;
}
footer ul li h3,
footer ul li p,
footer ul li h4,
footer ul li span,
footer ul li ol li {
  color: #fff;
}
footer ul li h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
}
footer ul .li-width:first-child {
  width: 479px;
}
footer ul .li-width:first-child p,
.li-width ol li {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  text-align: left;
}
footer ul .li-width:first-child span,
footer ul .li-width:first-child h4 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
}
footer ul .li-width:first-child span {
  color: #888;
}
footer ul .li-width:first-child h4 {
  color: #fff;
}
footer ul .li-width:nth-child(2) {
  width: 246px;
  padding-left: 62px;
}
footer ul .li-width:nth-child(2) h3,
footer ul .li-width:nth-child(3) h3,
footer ul .li-width:nth-child(4) h3,
footer ul .li-width:nth-child(5) h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 23px;
}
footer ul .li-width:nth-child(3) {
  width: 220px;
  padding-left: 32px;
}
footer ul .li-width:nth-child(4) {
  width: 168px;
  padding-left: 32px;
}
footer ul .li-width:nth-child(5) {
  width: 126px;
  padding-left: 32px;
}
footer ul .li-width:nth-child(5) img{
  margin-top: 14px;
}
footer p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 45px;
  text-align: center;
}


/*--------------------------------右边悬浮按钮--------------------------------*/
.landing-xuanfu {
  width: 78px;
  position: fixed;
  right: 0;
  z-index: 4;
  bottom: 18%;
}
.landing-xuanfu .newper-xuanfu {
  width: 78px;
  height: 70px;
  margin-bottom: 6px;
}
.landing-xuanfu .newper-xuanfu img {
  text-align: center;
}
.landing-xuanfu .single-xuanfu {
  display: block;
  width: 58px;
  height: 58px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  text-align: center;
  padding: 8px 0 2px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 4px;
}
.landing-xuanfu .single-xuanfu:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.landing-xuanfu .single-xuanfu img {
  width: 22px;
  height: 22px;
  margin-bottom: 4px;
}
.landing-xuanfu .single-xuanfu .xuanfu-name {
  font-size: 12px;
  color: #738aad;
  line-height: 22px;
}
.landing-xuanfu .goback-xuanfu {
  width: 58px;
  height: 58px;
  background: linear-gradient(90deg, #106ee2 0%, #0c89f3 100%);
  border-radius: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.landing-xuanfu .goback-xuanfu img {
  width: 14px;
  margin-bottom: 4px;
}
.landing-xuanfu .goback-xuanfu .goback-name {
  width: 25px;
  font-size: 12px;
  color: #ececec;
  line-height: 14px;
  font-weight: 400;
}


/*--------------------------------弹窗--------------------------------*/
.tips-dialog{
  display: none;
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #FD6666 0%, #D9262A 100%);
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.dialog{z-index: 1000; width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0,0.5);}
.dialog-in{width: 440px;height: 456px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.close{width: 24px;height: 24px;position: absolute;top: 12px;right: 12px;}
.dialog-register1{
  background: url('./img/register_01.png?v=20240809') 0 0 no-repeat;
  background-size: 100% 100%;
}
.dialog-register2{
  background: url('./img/register_01.png?v=20240809') 0 0 no-repeat;
  background-size: 100% 100%;
}
/* .dialog-register3{
  background: url('./img/register_03.png') 0 0 no-repeat;
  background-size: 100% 100%;
} */
.dialog-register4{
  background: url('./img/register_04.png?v=20220606') 0 0 no-repeat;
  background-size: 100% 100%;
}
.dialog .register-con{
  width: 100%;
  padding: 248px 52px 35px;
  box-sizing: border-box;
}
.register-con .company-input,
.register-con .username-input,
.register-con .register-input{
  width: 168px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.register-con .register-input input,
.register-con .company-input input,
.register-con .username-input input
{
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  padding: 0 12px;
  box-sizing: border-box;
}
.register-con .username-input .username-error,
.register-con .company-input .company-error,
.register-con .register-input .phone-error{
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #A10400;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 36px;
}
.register-con .register-code-input{
  width: 160px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 4px 0 0;
  box-sizing: border-box;
  position: relative;
}
.register-con .register-code-input input{
  width: 100px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  padding: 0 12px;
  box-sizing: border-box;
}
.register-con .register-code-input .code-btn{
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
}
.register-con .register-code-input .coded-btn{
  background: #C1C1C1 !important;
  cursor: initial !important;
}
.register-con .register-code-input .code-error{
  display: inline-block;
  width: 120%;
  font-size: 12px;
  color: #A10400;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 36px;
}
.dialog .register-btn{
  width: 324px;
  height: 56px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient( 180deg, #FD868D 0%, #FC6973 26%, #FC2A37 46%, #FC2636 77%, #FEC1C2 100%, #FC2A37 100%);
  box-shadow: inset 4px -7px 3px 0px #FB5943, inset -17px 12px 17px 0px #FB1F35;
  border-radius: 50px;
  border: 4px solid #FFF4E3;font-size: 20px;
  color: #FFF9DF;
  margin: 0 auto;
  font-weight: bold;
}
.dialog .register-words{
  /* width: 194px; */
  margin: 114px 0 0 84px;
  font-size: 20px;
  color: #FF0000;
  line-height: 24px;
  /* font-weight: bold; */
}
.dialog .register-words i {
  font-size: 34px;
}
.dialog .register-words span {
  font-size: 18px;
  color: #303133;
}

/* 新人大礼包客服弹窗 */
.dialog-persion{
  background: url('./img/new_persion_bg.png') 0 0 no-repeat; 
  background-size: 100% 100%;
}
.dialog .qrcode{
  width: 136px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog .qrcode1{
  margin-top: 106px;
}
.dialog .qrcode img{
  width: 120px;
  height: 120px;
  background: rgba(0,0,0,0.5);
}
.dialog .service-tips{
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.dialog .persion-gifs{
  width: 241px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-left: 105px;
}

/* 体验会员客服弹窗 */
.dialog .qrcode2{
  margin-top: 168px;
}
.dialog-receive{
  background: url('./img/receive_bg.png?v=20240809') 0 0 no-repeat;
  background-size: 100% 100%;
}

/* 新人礼包注册 */
#newPersionId .dialog-in{
  width: 688px;
  height: 858px;
}
.new-persion-register{
  background: url('./img/new_persion.png?v=20240807') 0 0 no-repeat;
  background-size: 100% 100%;
}
#newPersionId .register-con{
  width: 320px;
  margin: 0 auto;
  margin-top: 513px;
  padding: 0;
}
#newPersionId .register-con .register-input,
#newPersionId .register-con .register-code-input,
#newPersionId .register-con .username-input,
#newPersionId .register-con .company-input{
  width: 156px;
}
#newPersionId .register-code-input input{
  width: 96px;
}
#newPersionId .new-persion-btn{
  width: 60%;
  height: 70px;
  margin: 0 auto;
  margin-top: 30px;
}
.persion-close{
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: url(./img/close.png) 0 0 no-repeat;
}
/* 供应商礼包注册 */
#gysId .dialog-in{
  width: 688px;
  height: 858px;
}
#gysId .register-con{
  width: 320px;
  margin: 0 auto;
  margin-top: 513px;
  padding: 0;
}
.gys-register {
  background: url('./img/gys_persion.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
#gysId .register-con .register-input,
#gysId .register-con .register-code-input,
#gysId .register-con .username-input,
#gysId .register-con .company-input{
  width: 156px;
}
#gysId .register-code-input input{
  width: 96px;
}
#gysId .new-persion-btn{
  width: 60%;
  height: 70px;
  margin: 0 auto;
  margin-top: 30px;
}

/* 底部注册领取 */
.footer-dialog{
  width: 100%;
  height: 84px;
  background: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.footer-dialog .footer-dialog-left{
  width: 406px;
  height: 50px;
  margin-right: 54px;
}
.footer-dialog .footer-dialog-left img{
  width: 100%;
}
.row-register .register-input{
  margin-right: 8px;
  box-shadow: 1px 3px 0px 0px rgba(106, 0, 0, 0.38);
}
.row-register .register-code-input{
  margin-right: 16px;
  box-shadow: 1px 3px 0px 0px rgba(106, 0, 0, 0.38);
}
.row-register .footer-receive-btn{
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  box-shadow: 1px 3px 0px 0px rgba(106, 0, 0, 0.38);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
/*--------------------------------中间内容--------------------------------*/

/* 材价数据服务 */
.anchor-module .caijia-title {
  width: 616px;
  margin: 0 auto 56px;
  padding: 0 70px;
}
.landing-content .caijia-left {
  float: left;
  line-height: 65px;
}
.landing-content .caijia-right {
  float: right;
  line-height: 65px;
}
.landing-content .title {
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.caijia-content .caijia-tab {
}
.caijia-tab .tab-title {
  width: 210px;
  margin-right: 24px;
}
.caijia-tab .tab-title .single-tlt {
  width: 241px;
  height: 568px;
  background: url(./img/cj_left_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 37px 0 0 43px;
  /* background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 20px 0 20px 24px;
  margin-bottom: 16px; */
}
.caijia-tab .tab-title .xj-bg {
  background: url(./img/xj_left_bg.png) 0 0 no-repeat !important;
  background-size: 100% 100%;
}
/* .single-tlt.hover {
  background: linear-gradient(90deg, #106ee2 0%, #0c89f3 100%) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
} */
.single-tlt.hover h4,
.single-tlt.hover span {
  color: #fff !important;
}
.tab-title .single-tlt h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}
.tab-title .single-tlt span {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 173px;
  line-height: 22px;
}
.tab-title .single-tlt .cj {
  background: none;
  box-shadow: none;
  text-align: left;
}
.tab-title .single-tlt .cj button{
  width: 166px;
  height: 64px;
  background: linear-gradient( 180deg, #FF6467 0%, #DB2A2E 100%);
  box-shadow: 0px 3px 0px 0px rgba(58,57,57,0.5);
  border-radius: 32px;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 22px;
}


/* 右 */
.caijia-tab .tab-show-data {
  width: 966px;
  margin-top: 10px;
}
.tab-show-data .show-top {
  width: 966px;
  height: 302px;
  background: linear-gradient(90deg, #fd6666 0%, #FB6262 100%);
  border-radius: 4px;
  padding: 16px;
}
.show-top .tt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  line-height: 16px;
}
.show-top .tt span.fl {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #fff;
  display: inline-block;
}
.show-top .tt span.fr {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  display: inline-block;
}
.show-top .tt h4 {
  text-align: center;
  margin: 0 8px;
}
.show-top .bc {
  background: #fff;
  justify-content: space-around;
  position: relative;
  margin-top: 18px;
  padding: 20px 16px 14px;
}
.bc .five-items {    
  width: 179px;
  height: 194px;
  background: #ffffff;
  border: 2px solid #E13538;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.bc .five-items h4 {
  width: 170px;
  height: 36px;
  background: url(./img/biaoti_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #ffffff;
}
.bc .five-items p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding: 26px 9px 0;
}

.tab-show-data .show-bottom {
  height: 240px;
  background: #fff;
  padding-bottom: 17px;
  border-radius: 8px;
}
.four-list-tab li,
.third-list-tab li {
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  text-align: center;
}
.four-list-tab li h5,
.third-list-tab li h5 {
  width: 99px;
  background: #edf1f2;
  font-size: 16px;
  color: #333;
}
.four-list-tab li span,
.third-list-tab li span {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #edf1f2;
  display: inline-block;
}
.four-list-tab li.hover,
.third-list-tab li.hover {
  width: 119px;
  background: url(./img/icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}
.four-list-tab li.hover h5,
.third-list-tab li.hover h5 {
  background: none !important;
  color: #fff;
}
.four-list-tab li.hover span,
.third-list-tab li.hover span {
  border-left: none;
}

/* .third-list-tab li.hover h5 {
  background: linear-gradient(90deg, #106ee2 0%, #0c89f3 100%);
  color: #fff;
}
.third-list-tab li.hover span {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0c89f3;
  display: inline-block;
} */

.show-bottom .list-result {
  width: 847px;
  padding-top: 25px;
}
.list-result dt {
  width: 10%;
  float: left;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.list-result dd {
  width: 90%;
  float: right;
  line-height: 16px;
}
.list-result dd a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.list-result dl dd a {
  width: 79px;
}
.list-result dl:nth-child(2) dd a {
  width: 79px;
}

.list-result:nth-child(4) dl dd a {
  width: 79px;
}
.list-result:nth-child(2) dl dd a:nth-child(-n + 16),
.list-result:last-child dl dd a:nth-child(-n + 16) {
  margin-bottom: 18px !important;
}
.list-result:nth-child(2) dl dd .times-box-list a:nth-child(-n + 11){
  margin-bottom: 0px !important;
}

.list-result:nth-child(3) dl dd a:nth-child(-n + 11) {
  margin-bottom: 18px !important;
}

.list-result:nth-child(3) dl dd .times-box-list a:nth-child(-n + 11) {
  margin-bottom: 2px !important;
}
.list-result dl:nth-child(2) dd a:nth-last-child(-n + 3) {
  width: 79px;
}
.list-result dd a.hover {
  color: #d9262a !important;
}
.list-result dl:first-child {
  height: 35px;
}
.list-result dl:nth-child(2) {
  height: 72px;
}
.list-result dl:nth-child(2) dd a,
.list-result dl:nth-child(3) dd a {
  width: 79px;
  height: 14px;
  margin-bottom: 18px !important;
}
.list-result .times-box-list {
  height: 56px;
  line-height: 28px;
  margin-top: -10px;
  border-top: 1px solid #eee;
}
.list-result .times-box-list a.hover {
  color: #d9262a !important;
}
.times-box-list a.yuceCur:after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(./img/yu.gif) 0 0 no-repeat;
  vertical-align: sub;
}
/* 按钮 */
.caijia-content .caijia-btn {
  height: 80px;
  line-height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.caijia-content .caijia-btn button,
.s2 .caijia-btn,
.bg-wrap .caijia-btn button,
.s5 .caijia-btn button {
  width: 356px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(90deg, #106ee2 0%, #0c89f3 100%);
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
}

/* 数据共享 */
.s1 {padding: 54px 0 56px;}
.s1 .bg-wrap {
  width: 588px;
  height: 547px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 24px;
}
.s1 .bg-wrap:first-child {
  margin-right: 24px;
}
.s1 .bg-wrap h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.s1 .bg-wrap p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.s1 .bg-wrap .API-data {
  background: url(./img/pt_jpg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 76px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.s1 .bg-wrap .API-data h4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  width: 154px;
  padding: 14px 58px;
}
.s1 .bg-wrap .API-data p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  width: 397px;
}
.s1 .bg-wrap .API-data h4.exa:nth-child(1) {
  padding: 14px 58px;
  width: 143px !important;
}
.s1 .bg-wrap .API-data h4.exa:nth-child(1) img {
  width: 162px !important;
}
.s1 .bg-wrap .API-data h4.exa:nth-child(2),.s1 .bg-wrap .API-data h4.exa:nth-child(3) {
  width: 143px !important;
  padding: 14px 39px;
}
.s1 .bg-wrap .API-data h4.exa:nth-child(2) img,.s1 .bg-wrap .API-data h4.exa:nth-child(3) img {
  width: 182px !important;
}
.s1 .bg-wrap .API-items li {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.s1 .bg-wrap .API-items li:hover {
  color: #d9262a;
}
.s1 .bg-wrap .API-items li:nth-child(-n + 5) {
  margin-bottom: 10px;
}
.s1 .bg-wrap .mt {
  margin-top: 24px;
}
.s1 .bg-wrap .mt1 {
  margin-top: 67px;
}
.s1 .bg-wrap .caijia-btn {
  width: 220px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFEFE;
  margin: 24px auto 0;
}

/* 精准营销 */
.s2 {
  background: url(./img/hong_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 627px;
  padding-top: 55px;
}
.s2 .marketing-wrap .list-fl {
  width: 210px;
}
.marketing-wrap .list-fl li {
  width: 210px;
  height: 98px;
  background: url(./img/unselect.png) 0 0 no-repeat !important;
  background-size: 100% 100% !important;
  padding: 0 18px;
}
.marketing-wrap .list-fl li.cur {
  background: url(./img/xuanzhong_jpg.png) 0 0 no-repeat !important;
  background-size: 100% 100% !important;
}
.marketing-wrap .list-fl li.cur h4,
.marketing-wrap .list-fl li.cur p {
  color: #fff;
}
.marketing-wrap .list-fl li:first-child {
  margin-bottom: 16px;
}
.marketing-wrap .list-fl li h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  line-height: 50px;
}
.marketing-wrap .list-fl li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}

.marketing-wrap .list-fr {
  width: 990px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  margin-bottom: 32px;
}
.list-fr .fr-bg span {
  width: 289px;
  height: 50px;
  line-height: 42px;
  background: url(./img/yin_jpg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: -10px;
  text-align: center;
}
ul.list-items {height: 270px;}
.fr-bg .list-items {
  margin-top: 70px;
  padding: 0 44px 12px 56px;
}
.fr-bg .list-items li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 16px;
}
.fr-bg .list-items li i.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: linear-gradient(90deg, #fd6666 0%, #d9262a 100%);
  border-radius: 50%;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  margin-right: 5px;
  vertical-align: text-bottom;
}

/* 企业数据管理及标准化服务 */
.s3 {padding:54px 0 56px}
.s3 .caijia-btn {
  width: 356px;
  height: 50px;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
}
.s3 ul {
  width: 671px;
  margin: 0 auto;
}
.s3 ul li {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #F5E1E1;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.s3 ul li.cur {
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.s3 .four-module {
  width: 1200px;
  height: 703px;
  background: linear-gradient(90deg, #FD6666 0%, #D9262A 100%);
}
.four-module ul.item {width: 100% !important;justify-content: space-around;padding: 21px 15px 32px;margin-top: 29px;}
.four-module ul.item li {
  width: 362px !important;
  height: 313px !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 32px;
}
.four-module ul.item li:nth-child(-n+3) {margin-bottom: 24px;}
.four-module ul.item li img {
  width: 130px;
  height: 130px;
  background: #F6F1F0;
  border-radius: 50%;
}
.four-module ul.item li h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.four-module ul.item li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  display: flex;text-align: left;
}

/* 城市合伙人孵化计划 */
.s4{background: #fff;padding: 54px 0 56px;}
.s4  .caijia-title,.s3  .caijia-title  {
  margin: 0px auto 40px;
}
.anchor-module.s4 .caijia-title {
  width: 810px;
}
.anchor-module .ss-item {
  text-align: center;
  position: relative;
}
.anchor-module .ss-item p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  z-index: 2;
}
.anchor-module .ss-item p::after {
  content: '千亿市场大蛋糕！';
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d9262a;
}
.anchor-module .ss-item .bg {
  display: inline-block;
  width: 654px;
  height: 8px;
  background: linear-gradient(90deg, #e6891c 1%, #f5c226 100%);
  position: absolute;
  bottom: -1px;
  left: 22%;
}
.anchor-module .qiye-container ul {
  height: 353px;
  background: linear-gradient(90deg, #fd6666 0%, #d9262a 100%);
  border-radius: 4px;
  justify-content: space-around;
  margin-top: 30px;
  padding: 0 10px;
}
.anchor-module .qiye-container ul li {
  width: 266px;
  height: 289px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  text-align: center;
  padding: 32px;
}
.qiye-container ul li img {
  width: 130px;
  height: 130px;
}
.qiye-container ul li h4 {
  padding: 20px 0 13px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.qiye-container ul li span {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.anchor-module .surport-wrap {
  background: url(./img/surport_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 386px;
  margin-top: 42px;padding-top: 82px;
  padding-left: 72px;
}
.anchor-module .surport-wrap h3 {
  position: absolute;
  top: -9px;
  left: 36%;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background:url(./img/biaoti_bg02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 394px;
  height: 52px;
  line-height: 52px;
}
.anchor-module .surport-wrap ul li h4 {
  width: 90px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(90deg, #E6891C 1%, #F5C226 100%);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 12px;
  margin-right: 16px;
}
.anchor-module .surport-wrap ul li {
  margin-bottom: 8px;
}
.anchor-module .surport-wrap .num-total {
  position: absolute;    
  bottom: 18px;
  right: 32px;
}
.surport-wrap .num-total p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 72px;
}
.surport-wrap .num-total p span {
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  color: #FFE034;
  margin: 0 16px;
}
.surport-wrap .num-total .caijia-btn button {
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

/* 数据共享服务 */
.chaoshi{
  width: 100%;
  background: #fff;
}
.chaoshi .chaoshi-title{
  width: 100%;
  height: 147px;
  line-height: 147px;
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.chaoshi .chaoshi-top{
  width: 100%;
}
.chaoshi .chaoshi-left-con{
  width: 292px;
  height: 400px;
  background: linear-gradient(0deg, #FFFFFF 82%, #DA282B 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 18px 32px 24px;
  box-sizing: border-box;
  position: relative;
}
.chaoshi-left-con .chaoshi-left-title{
  width: 108px;
  height: 36px;
  margin: 0 auto;
  background: url('./img/chaoshi_title.png');
}
.chaoshi-left-con .chaoshi-left-words{
  width: 100%;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.chaoshi-left-con .chaoshi-classify{
  width: 100%;
  flex-wrap: wrap;
  margin-top: 4px;
}
.chaoshi-left-con .chaoshi-classify .single-chaoshi-classify{
  width: 64px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-right: 18px;
  margin-bottom: 6px;
}
.chaoshi .chaoshi-classify-title{
  font-size: 14px;
  color: #C93336;
  line-height: 28px;
  font-weight: bold;
}
.chaoshi .chaoshi-classify ul li{
  font-size: 12px;
  color: #E6474B;
  line-height: 24px;
}
.chaoshi-left-con .chaoshi-classify .height-classify,
.chaoshi-left-con .chaoshi-classify .hover-height-classify{
  background: #FFEEEE;
  border: 1px solid #FFACAE;
  border-radius: 4px;
  box-sizing: border-box;
}
.chaoshi .single-chaoshi-classify:nth-child(3n){
  margin-right: 0;
}
.chaoshi .chaoshi-left-tips{
  font-size: 12px;
  color: #333;
  line-height: 28px;
  text-align: center;
}
.chaoshi .chaoshi-btn{
  width: 252px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #FD6666 0%, #D9262A 100%);
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 auto;
  cursor: pointer;
}
.chaoshi .products{
  width: 284px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-left: 16px;
}
.chaoshi .products .products-title{
  width: 100%;
  height: 78px;
  font-size: 16px;
  color: #fff;
  line-height: 78px;
  text-align: center;
  font-weight: bold;
}
.chaoshi .product-title1{
  background: url('./img/shuju_bg01.png');
}
.chaoshi .product-title2{
  background: url('./img/shuju_bg02.png');
}
.chaoshi .product-title3{
  background: url('./img/shuju_bg03.png');
}
.chaoshi .products-con{
  width: 100%;
  padding: 11px 10px 11px 16px;
  box-sizing: border-box;
  height: 262px;
}
.chaoshi .products ul{
  width: 100%;
  height: 240px;
  overflow-y: auto;
}
.chaoshi .products ul .ranking{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, #FD6666 0%, #D9262A 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  margin-right: 4px;
}
.chaoshi .products ul li{
  margin-right: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  cursor: pointer;
}
.chaoshi .products ul .single-product{
  width: 188px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-right: 4px;
}
.chaoshi .products ul .single-product-height{
  color: #D9262A !important;
}
.chaoshi .products ul .product-btn{
  width: 40px;
  height: 16px;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  border-radius: 2px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.chaoshi .chaoshi-downtime{
  width: 100%;
  height: 100px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
  background: url('./img/chaoshi_downtime.png?v=20240809');
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  justify-content: flex-end;
  padding-right: 15px;
}
.chaoshi .downtime{
  margin-left: 423px;
}
.chaoshi .time-num{
  display: inline-block;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 18px;
  color: #1F2A70;
  background: #FFFFFF;
  box-shadow: 1px 3px 0px 0px rgba(106, 0, 0, 0.38);
  border-radius: 4px;
}
.chaoshi .ml4{
  margin-left: 4px;
}
.chaoshi .time-words{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding: 0 10px 0 7px;
}
.chaoshi .register-con{
  margin-left: 30px;
}
.chaoshi .chaoshi-qrcode{
  width: 345px;
  height: 93px;
  margin-left: 90px;
  background: url('./img/chaoshi_qrcode.png');
  margin-top: -2px;
  position: relative;
}
.chaoshi .chaoshi-qrcode .qrcode-img{
  width: 76px;
  height: 76px;
  position: absolute;
  left: 42px;
  top: 12px;
  background: rgba(0,0,0,0.5);
}
.chaoshi .all-classify{
  width: 908px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  left: 292px;
  top: 0;
  padding: 20px 10px 10px 18px;
  box-sizing: border-box;
  overflow: hidden;
}
.chaoshi .all-classify-in{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.chaoshi .all-classify .second-classify,
.chaoshi .all-classify ul{
  overflow: hidden;
}
.chaoshi .all-classify .second-classify-name{
  width: 116px;
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  box-sizing: border-box;
  height: 36px;
  color: #333;
  float: left;
  cursor: pointer;
  padding: 0 14px;
}
.chaoshi .all-classify .height-second-classify{
  color: #D9262A;
}
.chaoshi .all-classify ul li{
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #666;
  float: left;
  cursor: pointer;
  padding: 0 14px;
}

/*************************************ie低版本提示*******************************************/
/* ie低版本提示 s */
.lowie-tips{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #f0f5f8;
  z-index: 1000;
}
.lowie-tips .lowie-con{
  width: 830px;
  height: 506px;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -510px;
  margin-top: -253px;
  text-align: center;
  padding: 40px 130px;
  box-sizing: content-box;
}
.lowie-tips .ie-bg{
  width: 278px;
}
.lowie-tips .lowie-con .lowie-title{
  width: 100%;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-top: 30px;
  font-weight: bold;
}
.lowie-tips .lowie-con .lowie-desc{
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  margin-top: 22px;
}
.lowie-tips .lowie-con ul{
  overflow: hidden;
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  margin-top: 51px;
}
.lowie-tips .lowie-con ul li{
  float: left;
  margin-left: 140px;
}
.lowie-tips .lowie-con ul li:last-child{
  margin-right: 0;
}
.lowie-tips .lowie-con ul li img{
  width: 50px;
  height: 50px;
}
.lowie-tips .lowie-con ul li span{
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-top: 22px;
}
.lowie-tips .lowie-con ul li p{
  width: 68px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #1A79E4;
  border-radius: 4px;
  font-size: 14px;
  color: #1A79E4;
  margin-top: 14px;
}
.lowie-tips .lowie-con ul li p:hover{
  background: #0C89F3;
  color: #fff;
}
/* ie低版本提示 e */

/* 数智大脑 */
.s5 {
  padding: 54px 0 56px;
}
.s5 .szdn-wrap ul.szdn-list-item li {
  width: 186px;
  height: 47px;
  background: #FFFFFF;
  border: 1px solid #F5E1E1;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 0 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.szdn-wrap ul.szdn-list-item li:nth-child(-n+6) {
  margin-bottom: 16px;
}
.szdn-list-item li.cur {
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%) !important;
  color: #fff !important;
}
.s5 .szdn-bg {
  height: 680px;
  background: #FFFFFF;
  margin-top: 32px;
}
.s5 .szdn-bg img {
  width: 1069px;
  height: 631px;
}
.s5 .caijia-btn {
  text-align: center;
  margin-top: 30px;
}
.s5  .caijia-title {
  margin-bottom: 40px;
}

/* 合作案例 */
.s5:last-child {padding: 55px 0 120px;background: #fff;}
.anchor-module:last-child .caijia-title {margin-bottom: 40px;}
.cooperation-example {width: 1507px !important;}
.cooperation-example img {
  width: 298px;
  height: 138px;
}
/* .cooperation-example img:nth-child(2),.cooperation-example img:nth-child(5) {
  margin: 0 19px;
}
.cooperation-example img:nth-child(-n+3) {
  margin-bottom: 20px;
} */
.list-btn-xj div {
  background: #165DFF;
  border-radius: 3px;
  padding: 5px 16px;
  font-size: 14px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.list-btn-xj div.default {
  background: #F3F3F3 !important;
  color: #000;
  cursor: pointer;
}
span.red {
  color: #ED0000;
  font-size: 14px;
  margin-left: 5px;
}
.shichangjia{position: relative;}
.shichangjia::before {
  content: "";
  width: 38px;
  height: 16px;
  background: url(./img/AI-icon.png) 0 0 no-repeat;
  position: absolute;
  top: 12px;
  right: 18px;
  display: inline-block;
}
.xinxijia{position: relative;}
.xinxijia::before {
  content: "";
  width: 38px;
  height: 16px;
  background: url(./img/AI-icon.png) 0 0 no-repeat;
  position: absolute;
  top: -9px;
  right: 2px;
  display: inline-block;
}