.c_0080F1 {
  color: #0080F1;
}

img {
  max-width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.btn {
  display: block;
  width: 214px;
  height: 40px;
  border-radius: 4px;
  background: #0080F1;
  margin: 60px auto 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.banner-container {
  width: 100%;
  height: 520px;
  background: url(../../images/new_platform/banner.png) no-repeat center/cover;
}

.banner-content {
  padding-top: 118px;
}

.banner-content .title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
}

.banner-content .subtitle {
  font-size: 18px;
  margin-top: 2px;
  color: #fff;
  line-height: 37px;
}

.banner-content ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.banner-content ul li {
  margin-right: 24px;
}

.banner-content ul li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/new_platform/chexbox.png) no-repeat center/cover;
  margin-right: 6px;
  vertical-align: middle;
}

.banner-content ul li span {
  vertical-align: middle;
  font-size: 18px;
  margin-top: 2px;
  color: #fff;
  line-height: 37px;
}

.banner-content .btn-box {
  margin-top: 52px;
}

.banner-content .btn {
  display: inline-block;
  width: 140px;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 6px;
  margin: 0 ;
  margin-right: 20px;
  background: none;
}

.banner-content .btn:last-child {
  margin-right: 0;
  background: #fff;
  color: #004BE1;
}

.menu-container {
  width: 100%;
  height: 48px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.menu-container .menu-wrapper {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
}

.menu-container .menu-wrapper .menu-li {
  height: 100%;
  line-height: 48px;
  box-sizing: border-box;
  border-bottom: solid 4px transparent;
  padding: 0 22px; 
  margin: 0 30px;
  cursor: pointer;
}

.menu-container .menu-wrapper .menu-li.active {
  border-bottom-color: #0080F1;
}

.common-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #333;
}

.common-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}

.sec {
  padding: 60px 0;
  background: #fff;
}

.sec:nth-child(2n) {
  background: #f6f7fa;
}

.sec-content-wrapper {
  margin-top: 40px;
}

.sec1 .sec-content{
  width: 963px;
}

.sec1 .top {
  width: 100%;
  height: 256px;
  box-sizing: border-box;
  padding: 20px;
  background: #F6F7FA;
  border-radius: 6px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.sec1 .top .item {
  width: 157px;
  margin-right: 30px;
}

.sec1 .top .item:last-child {
  margin-right: 0;
}

.sec1 .top .item .heade {
  width: 100%;
  height: 36px;
  background: #0080F1;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
}

.sec1 .top .item .tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec1 .top .item .tags .tag {
  width: 74px;
  height: 29px;
  box-sizing: border-box;
  border: solid 1px #DCE5FF;
  margin-top: 8px;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
}

.sec1 .center {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding-top: 10px;
}

.sec1 .center .img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}

.sec1 .center .img img {
  width: 28px;
}

.sec1 .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec1 .bottom .item {
  width: 472px;
  height: 119px;
  border-radius: 6px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DCE5FF;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  padding: 24px;
  display: flex;
}

.sec1 .bottom .item:nth-child(-n+2) {
  margin-top: 0;
}

.sec1 .bottom .item .text .title {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

.sec1 .bottom .item .text .title::before {
  content: '';
  display: block;
  width: 6px;
  height: 16px;
  background: #0080F1;
  border-radius: 5px;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.sec1 .bottom .item .text .subtitle {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 4px;
  width: 155px;
}

.sec1 .bottom .item .img {
  width: 54px;
  margin: 0 22px 0 10px;
  flex-shrink: 0;
}

.sec1 .bottom .item .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sec1 .bottom .item .tags .tag {
  width: 74px;
  height: 29px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 0.5px solid #DCE5FF;
  text-align: center;
  line-height: 29px;
  font-size: 14px;
  color: #666;
}

.sec2 .sec-content {
  width: 950px;
}

.sec3 .sec-content {
  width: 1182px;
}

.sec4 .sec-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec4 .sec-content .left {
  width: 570px;
  margin-right: 40px;
  flex-shrink: 0;
}

.sec4 .sec-content .right .item {
  width: 380px;
  height: 127px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 27px 24px;
  display: flex;
  margin-top: 30px;
}

.sec4 .sec-content .right .item .img {
  width: 48px;
  flex-shrink: 0;
  margin-right: 14px;
}

.sec4 .sec-content .right .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #3d3d3d;
}

.sec4 .sec-content .right .item .desc {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
  line-height: 24px;
}

.sec5 .sec-content {
  width: 1106px;
}

.sec5 .item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec5 .item-list .item {
  width: 239px;
}

.sec5 .item-list .item p {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 22px;
  margin-top: 20px;
  text-align: center;
}

.sec6 .item-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec6 .item-list .item {
  width: 370px;
  height: 358px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 24px;
  margin-right: 45px;
  transition: transform .3s;
  position: relative;
  cursor: pointer;
}

.sec6 .item-list .item:last-child {
  margin-right: 0;
}

.sec6 .item-list .item .top {
  height: 172px;
  box-sizing: border-box;
  padding-top: 44px;
  border-bottom: solid 1px #D7D7D7;
}

.sec6 .item-list .item .top .tag {
  width: 82px;
  position: absolute;
  right: 0;
  top: 0;
}

.sec6 .item-list .item .top .name {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #3D3D3D;
}

.sec6 .item-list .item .top .name span {
  font-size: 48px;
  margin-right: 5px;
}

.sec6 .item-list .item .top .version {
  font-size: 20px;
  color: #0080F1;
  margin-left: 10px;
  font-weight: 600;
}

.sec6 .item-list .item .top .subtitle {
  font-size: 17px;
  color: #333333;
  line-height: 28px;
  margin-top: 4px;
}

.sec6 .item-list .item .bottom {
  padding-top: 17px;
}

.sec6 .item-list .item .bottom .text {
  width: 100%;
  height: 59px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.sec6 .item-list .item .bottom .btn {
  width: 188px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 18px;
  background: none;
  box-sizing: border-box;
  border: solid 1px #0080F1;
  color: #0080F1;
  font-size: 16px;
}

.sec6 .item-list .item:hover {
  transform: translateY(-13px);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.sec6 .item-list .item:hover .top {
  background: #0080F1;
  border: none;
  padding-left: 24px;
  padding-right: 24px;
}

.sec6 .item-list .item:hover .bottom {
  padding-left: 24px;
  padding-right: 24px;
}

.sec6 .item-list .item:hover .bottom .btn {
  background: #0080F1;
  color: #fff;
}

.sec6 .item-list .item:hover .top .name,
.sec6 .item-list .item:hover .top .version,
.sec6 .item-list .item:hover .top .subtitle {
  color: #fff;
}

.sec7 .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sec7 .item-list .item {
  width: 290px;
  height: 114px;
  margin-top: 16px;
  line-height: 114px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.sec7 .item-list .itme:nth-child(-n+4) {
  margin-top: 0;
}

.sec8 .sec-content {
  width: 1160px;
  height: 516px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  padding: 0 40px;
}

.sec8 .sec-content .top .swiper-container {
  height: 282px;
}

.sec8 .sec-content .top .swiper-slide .logo {
  width: 150px;
  margin: 25px auto 17px;
}

.sec8 .sec-content .top .swiper-slide .desc {
  width: 753px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-left: 238px;
}

.sec8 .sec-content .top .background {
  width: 178px;
  position: absolute;
  top: 40px;
  left: 0;
}

.sec8 .sec-content .top .swiper-button-prev {
  width: 32px;
  height: 32px;
  top: 40px;
  left: auto;
  right: 52px;
  background: url(../../images/new_platform/sec8_arrow.png) no-repeat center/cover;
  opacity: 1 !important;
  transform: rotate(180deg);
}

.sec8 .sec-content .top .swiper-button-next {
  width: 32px;
  height: 32px;
  top: 40px;
  right: 0;
  background: url(../../images/new_platform/sec8_arrow.png) no-repeat center/cover;
  opacity: 1 !important;
}

.sec8 .sec-content .top .swiper-button-prev:hover,
.sec8 .sec-content .top .swiper-button-next:hover {
  background: url(../../images/new_platform/sec8_arrow_hover.png) no-repeat center/cover;
}

.sec8 .sec-content .bottom {
  height: 234px;
  box-sizing: border-box;
  border-top: solid 1px #E5E5E5;
  padding-top: 20px;
}

.sec8 .sec-content .bottom .case-list {
  overflow: hidden;
}

.sec8 .sec-content .bottom .case-list .case {
  width: 150px;
  margin-top: 20px;
  float: left;
  margin-right: 36px;
}

.sec8 .sec-content .bottom .case-list .case:nth-child(6n) {
  margin-right: 0;
}
