
  body{
	  
  }
  /*溪谷SCRM帮助游戏平台解决哪些问题？*/
  .product-container {
	font-family: "微软雅黑";
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 35px;
  }
  .product {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
  }
  .product-title > p:nth-child(1) {
	font-size: 30px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
  }
  .product-title p:after {
    display: block;
    content: "";
    position: absolute;
    width: 67px;
    height: 3px;
    background: #2C68FF;
    left: 50%;
    margin-left: -33.5px;
	margin-top: 10px;
}

  .product-title > p:nth-child(2) {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.45);
	line-height: 22px;
	margin-top: 6px;
	text-align: center;
  }
  .product .tab {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 48px;
  }
  .product .tab li {
	flex: 1;
	height: 50px;
	text-align: center;
	color: #000000;
	line-height: 58px;
	background-repeat: no-repeat;
	background-size: 32px;
	background-color: #EFF4FE;
	border-radius: 4px 4px 0 0;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .product .tab li:not(:first-child) {
	margin-left: 6px;
  }
  .product .tab li img {
	margin-right: 12px;
	width: 25px;
	height: 25px;
  }
  .product .tab li img.normal {
	display: initial;
  }
  .product .tab li img.active {
	display: none;
  }
  .product .tab li.active {
	font-family: "微软雅黑";
	font-weight: 600;
	color:#2C68FF;
	border-color: #2C68FF;
  }
  .product .tab li.active img.normal {
	display: none;
  }
  .product .tab li.active img.active {
	display: initial;
  }
  .product .box-wrap {
	margin-top: 60px;
	width: 6000px;
	display: flex;
	align-items: center;
	transition: margin 0.3s ease;
  }
  .product .box {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
  }
  .product .name {
	font-size: 22px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	color:#333333;
	padding-top: 24px;
	/* padding-bottom: 8px; */
  }
  .left{
	  padding-right: 100px;
  }
  .product .desc-item {
	/* margin-top: 25px; */
	margin-top: 37px;
	padding-left: 30px; 
	background: url('../images/h5fx/scrm/ico_dian\ .png') no-repeat left 3px / 14px;
  }
  .product .desc-item > div {
	color: rgba(0, 0, 0, 0.65);
	margin-top: 8px;
  }
  .product .desc-item > div:first-child {
	color:#758296;
	margin-top: 0;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	line-height: 24px;
	
  }
  .product .img {
	width: 543px;
	height: 284px;
	/* width: 590px;
	height: 360px; */
  }
  /*溪谷SCRM的解决方案*/
  .case-container {
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .case-container .case {
	width: 1200px;
	margin: 0 auto;
  }
  .case-container .case .head-title {
	text-align: center;
	font-size: 30px !important;
	font-family: "微软雅黑";
	font-weight: bold;
	color:#333333 !important;
	line-height: 48px;
  }
  .case-container .case .head-sub-title {
	text-align: center;
	margin-top: 8px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.45);
  }
  .case-container .case .case-box {
	padding-top: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
  }
  .case-container .case .case-box .img {
	/* width: 504px;
    height: 287px; */
  }
  .case-container .case .case-box .desc {
	width: 560px;
  }
  .case-container .case .case-box .title {
	font-size: 28px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
  }
  .case-container .case .case-box .desc-line {
	padding-top: 12px;
	padding-bottom: 12px;
	background: no-repeat left center / 37px;
    /* padding-left: 60px; */
	/* padding-left: 60px; */
	/* background-color: pink; */
  }
  .case-container .case .case-box .line-1 {
	/* text-indent:35px; */
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: 400;
	color: #758296;
	font-weight: 400;
  }

  .case-container .case .case-box button {
	margin-top: 40px;
	margin-right: 4px;
	width: 120px;
	height: 40px;
	background: #2C68FF;
	border-radius: 2px;
	border: 1px solid #2C68FF;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
  }
  .case-container .case .head-title:after {
    display: block;
    content: "";
    position: absolute;
    width: 67px;
    height: 3px;
    background: #2C68FF;
    left: 50%;
    margin-left: -33.5px;
	margin-top: 10px;
}
/* 为什么选择溪谷SCRM？ */
.best-container .best .best-title p:first-child:after {
    display: block;
    content: "";
    position: absolute;
    width: 67px;
    height: 3px;
    background: #2C68FF;
    left: 50%;
    margin-left: -33.5px;
	margin-top: 10px;
}
.best-container {
	width: 100%;
	background: #EFF8FF;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .best {
	width: 1200px;
	margin: 0 auto;
  }
  .best-title > p:nth-child(1) {
	font-size: 30px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #333;
	line-height: 40px;
	text-align: center;
  }
  .best-title > p:nth-child(2) {
	font-size: 18px;
	line-height: 22px;
	margin-top: 30px;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #758296;
  }
  .best .content {
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .best .item {
	margin-top: 24px;
	width: 489px;
	height: 53px;
	background-color: #fff;
	border-radius: 5px;
	padding: 22px 0 45px 96px;
  }
  .best .item .name {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 400;
	margin-top: -3px;
	color: #333333;
  }
  .best .item .desc {
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #758296;
	line-height: 24px;
	margin-top: -2px;
	margin-left: 10px;
  }
  @media screen and (max-width: 1274px){
body {
    width: 100%;
    font-size: 17px;
}
}
.choose-img{
	/* width: 40px;
	height: 40px;
	position: absolute;
    left: 388px;
    margin-top: 22px; */
	width: 40px;
    height: 40px;
    float: left;
    margin-left: -60px;
    margin-top: 15px;
}
/* .img-yes{
	display: none;
} */
.img-no{
	display: none;
}
.item.active1 {
    background: linear-gradient(
90deg
, #216AFF, #4292F8);

}
.white{
	color: #fff !important;
}
.publictitle:after {
    display: block;
    content: "";
    position: absolute;
    width: 67px;
    height: 3px;
    background: #2C68FF;
    left: 50%;
    margin-left: -33.5px;
	margin-top: 10px;
}