@charset "utf-8";

#main {
  padding-bottom: 60px;
}

/* 头部导航 */
.header-layer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}

.header-layer .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-width: 1244px;
}

.header-layer .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  line-height: 66px;
  padding-right: 200px;
}

.header-layer .logo-col a,
.header-layer .logo-col a img {
  width: 100%;
  height: 38px;
  cursor: pointer;
}

.header-layer .nav-list nav {
  display: inline-block;
  position: relative;
  margin: 0 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.header-layer .nav-list nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all .3s ease;
}

.header-layer .nav-list nav:hover::before {
  background: #FF6D09;
}

.header-layer .action-col {
  padding-left: 16px;
}

.header-layer .btn {
  /* width: 100px; */
  height: 40px;
  line-height: 36px;
  ;
  -webkit-box-sizing: border-box;
  ;
  box-sizing: border-box;
  border: 1px solid #FF6D09;
  border-radius: 40px;
  cursor: pointer;
  margin-right: 20px;
}

.header-layer .free-btn,
.header-layer .login-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-layer .free-btn {
  color: #fff;
  background: #FF6D09;
}

.header-layer .login-btn {
  color: #FF6D09;
  background: #fff;
}

.header-layer .login-btn a {
  color: #FF6D09;
}

.header-layer .mobile {
  color: #666;
}

/* 轮播图模块 */
#swiper-container {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}

#swiper-container .swiper-button-prev,
#swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* width: 100%; */
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 20;
}

#swiper-container .swiper-button-prev {
  left: 10px;
}

#swiper-container .swiper-button-next {
  right: 10px;
}

#swiper-container .swiper-slide {
  position: relative;
}

#swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

#swiper-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#swiper-container .container .form {
  width: 318px;
  height: 344px;
  background: rgba(255, 255, 255, .18);
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px;
}

#swiper-container .form h4 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 10px;
}

#swiper-container .form>p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 44px;
}

#swiper-container .form .form-item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 38px;
  border-bottom: 1px solid #fff;
  margin-bottom: 36px;
  position: relative;
}

#swiper-container .form .form-item input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 8px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

#swiper-container .form .form-item .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
}

#swiper-container .form .form-item .phone {
  background-position: -225px -175px;
}

#swiper-container .form .form-item .group {
  background-position: -216px -165px;
}

#swiper-container .form .form-item input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#swiper-container .form .form-item input::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#swiper-container .form .form-item input:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#swiper-container .form .form-item input:focus {
  outline-style: none;
}

#swiper-container .form .submit-row {
  text-align: center;
}

#swiper-container .form .submit-btn {
  width: 170px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  border-radius: 4px;
  border: 0 none;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#swiper-container .container .content {
  padding-top: 107px;
}

#swiper-container .container .content p {
  font-size: 34px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
}

#swiper-container .container .content p span {
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
}

#swiper-container .swiper-slide:nth-child(2) h2 {
  height: 65px;
  font-size: 39px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
}

#swiper-container .swiper-slide:nth-child(2) ul {
  margin-bottom: 38px;
}

#swiper-container .swiper-slide:nth-child(2) li {
  display: inline-block;
  width: 76px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

#swiper-container .swiper-slide:nth-child(2) li {
  background-size: 100% 100%;
  font-size: 13px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
}

#swiper-container .swiper-slide:nth-child(2) li:nth-child(2n -1) {
  background-image: url('../images/bookmark_opacity.png');
}

#swiper-container .swiper-slide:nth-child(2) li:nth-child(2n) {
  background-image: url('../images/bookmark.png');
}

#swiper-container .swiper-slide:nth-child(2) .container,
#swiper-container .swiper-slide:nth-child(3) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#swiper-container .swiper-slide:nth-child(2) p,
#swiper-container .swiper-slide:nth-child(3) p {
  height: 40px;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
}

#swiper-container .swiper-slide:nth-child(3) h2 {
  height: 60px;
  font-size: 39px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
}

#swiper-container .swiper-slide:nth-child(3) p {
  font-size: 16px;
}

#swiper-container .swiper-slide:nth-child(3) .btn {
  width: 158px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #E4E4E4;
  background: rgba(255, 255, 255, .1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

#swiper-container .swiper-slide:nth-child(2) .mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
  height: 46px;
  border: 1px solid #e4e4e4;
}

#swiper-container .swiper-slide:nth-child(2) .mobile input {
  width: 205px;
  height: 46px;
  border: 0 none;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 16px;
}

#swiper-container .swiper-slide:nth-child(2) .mobile input:focus {
  outline-style: none;
}

#swiper-container .swiper-slide:nth-child(2) .mobile input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#swiper-container .swiper-slide:nth-child(2) .mobile input::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#swiper-container .swiper-slide:nth-child(2) .mobile input:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#swiper-container .swiper-slide:nth-child(2) .mobile button {
  width: 107px;
  height: 46px;
  line-height: 46px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-left: 1px solid #fff;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 锚点区域 */
.anchor-layer {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #F6F6FA;
  text-align: center;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.anchor-layer .anchor-list {
  width: 1200px;
  margin: 0 auto;
}

.anchor-layer .anchor-item {
  display: inline-block;
  width: 156px;
  margin-right: 84px;
}

.anchor-layer .anchor-item span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

.anchor-layer .anchor-item-active {
  color: #356cfa;
  position: relative;
}

.anchor-layer .anchor-item-active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 156px;
  height: 2px;
  background: #356cfa;
}

.anchor-layer .anchor-item:last-child {
  margin-right: 0;
}

/* 企业痛点 */
.issue-layer {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.module-title-row {
  padding-top: 120px;
  padding-bottom: 80px;
}

.module-title-row .title,
.module-title-row .sub-title {
  color: #333;
  font-family: Alibaba PuHuiTi;
  text-align: center;
}

.module-title-row .title {
  height: 50px;
  font-size: 30px;
  font-weight: 500;
}

.module-title-row .sub-title {
  height: 20px;
  font-size: 20px;
  font-weight: 400;
}


.issue-layer .issue-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
}

.issue-layer .issue-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 575.5px;
  height: 404px;
  background: rgba(205, 225, 255, .45);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 53px 0 0 45px;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid #fff;
}

.issue-layer .issue-item::after {
  content: '';
  display: block;
  width: 206px;
  height: 223px;
  position: absolute;
  right: -19px;
  bottom: -39px;
}

.issue-layer .issue-item:hover {
  border-color: #0466FF;
}

.issue-layer .issue-item:first-child::after {
  background-image: url('../images/issue_bg2%402x.png');
  background-size: contain;
}

.issue-layer .issue-item:last-child::after {
  background-image: url('../images/issue_bg1%402x.png');
  background-size: contain;
  right: -24px;
}

.issue-layer .issue-time-line {
  width: 24px;
  padding-right: 25px;
  margin-top: -4px;
}

.issue-layer .issue-time-line span {
  width: 24px;
  display: block;
  position: relative;
}

.issue-layer .issue-time-line span:first-child {
  margin-bottom: 20px;
  font-family: Alibaba PuHuiTi;
}

.issue-layer .issue-time-line span:first-child .iconfont {
  font-size: 28px;
  color: #0466FF;

}

.issue-layer .issue-time-line span:not(:first-child) {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 0 none;
  border-radius: 50%;
  margin-bottom: 22px;
  text-align: center;
  font-family: Alibaba PuHuiTi;
  color: #fff;
  background: -o-linear-gradient(343deg, #0466FF, #5FD9E8);
  background: linear-gradient(107deg, #0466FF, #5FD9E8);
}

.issue-layer .issue-time-line span:nth-of-type(1)::after,
.issue-layer .issue-time-line span:nth-of-type(2)::after,
.issue-layer .issue-time-line span:nth-of-type(3)::after,
.issue-layer .issue-time-line span:nth-of-type(4)::after,
.issue-layer .issue-time-line span:nth-of-type(5)::after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -20px;
  width: 1px;
  height: 20px;
  background: #0466FF;
}

.issue-layer .issue-time-line span:nth-of-type(1)::after {
  bottom: -27px;
  height: 27px;
}

.issue-layer .issue-r .issue-title {
  height: 48px;
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}

.issue-layer .issue-r span {
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #666666;
  z-index: 2;
  position: relative;
}

.issue-layer .issue-r span:nth-of-type(1) {
  height: 45px;
}

.issue-layer .issue-r span:nth-of-type(2) {
  height: 45px;
}

.issue-layer .issue-r span:nth-of-type(3) {
  height: 45px;
}

.issue-layer .issue-r span:nth-of-type(4) {
  height: 45px;
}

/* 企业痛点form模块 */
.issue-layer .issue-form-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 354px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 15px 1px rgba(29, 118, 255, 0.1);
  box-shadow: 0px 3px 15px 1px rgba(29, 118, 255, 0.1);
}

.issue-layer .issue-form-layer .left,
.issue-layer .issue-form-layer .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.issue-layer .issue-form-layer .left {
  background-image: url('../images/issue_form.png');
  background-position: 0;
}

.issue-layer .issue-form-layer .right {
  padding-top: 56px;
}

.issue-layer .form-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.issue-layer .form-layer .form-item {
  width: 340px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1D76FF;
  margin-bottom: 22px;
  padding-left: 48px;
  position: relative;
}

.issue-layer .form-layer .form-item .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1D76FF;
  color: #fff;
  position: absolute;
  left: -1px;
  top: 0;
  font-size: 24px;
}

.issue-layer .form-layer .form-item .market-hangye {
  font-size: 18px;
}

.issue-layer .form-layer .industry .icon {
  top: -1px;
}

.issue-layer .form-layer .form-item input {
  width: 100%;
  height: 100%;
  border: 0 none;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.issue-layer .form-layer .form-item input:focus {
  outline-style: none;
}

.issue-layer .form-layer .form-item input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.issue-layer .form-layer .form-item input::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.issue-layer .form-layer .form-item input:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

#issueBtn {
  width: 120px;
}

/* 直播场景 */
.scene-layer {
  width: 100%;
  height: 988px;
  background: #F7F8FD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scene-layer-container {
  width: 1044px;
  margin: 0 auto;
}

.scene-layer .scene-title {
  height: 40px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1D76FF;
}

.scene-layer .scene-sub-title {
  height: 65px;
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #666666;
}

.scene-layer #scene-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.scene-layer .swiper-slide:nth-of-type(1) {
  background-image: url('../images/scene1.png');
}

.scene-layer .swiper-slide:nth-of-type(2) {
  background-image: url('../images/scene2.png');
}

.scene-layer .swiper-slide:nth-of-type(3) {
  background-image: url('../images/scene3.png');
}

.scene-layer .swiper-slide:nth-of-type(4) {
  background-image: url('../images/scene4.png');
}

.scene-layer .swiper-slide:nth-of-type(5) {
  background-image: url('../images/scene5.png');
}

.scene-layer .swiper-slide:nth-of-type(6) {
  background-image: url('../images/scene6.png');
}

.point {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #1D76FF;
}

.scene-layer .scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.scene-layer .nav-list {
  width: 117px;
  margin-right: 13px;
}

.scene-layer .nav-item {
  width: 117px;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  margin-bottom: 36px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #858585;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.scene-layer .nav-item-active {
  color: #F7F8FD;
  background: #2153F0;
}

.scene-layer .scene-container {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.scene-layer .swiper-slide {
  padding: 40px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scene-layer .swiper-slide>div {
  height: 36px;
}

.scene-layer .swiper-slide span {
  margin-right: 4px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}

.scene-layer .swiper-slide p {
  padding-left: 24px;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
}

.scene-layer .action-row {
  padding-top: 50px;
  text-align: center;
}

/* 解决方案 */
.scheme-layer {
  padding-bottom: 120px;
}

.scheme-layer .scheme-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scheme-layer .progress-item {
  width: 246px;
  text-align: center;
}

.scheme-layer .progress-item .sort {
  width: 63px;
  height: 63px;
  line-height: 63px;
  border: 2px solid #1339E9;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 27px;
  font-size: 29px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #2153F0;
}

.scheme-layer .progress-item:nth-child(2n) .sort {
  border-color: rgba(19, 57, 233, .65);
}

.scheme-layer .progress-item .sort-label {
  width: 100%;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 88px;
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}

.scheme-layer .progress-item .sort-label::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -47px;
  margin-left: -1px;
  display: block;
  width: 0;
  height: 47px;
  border: 0 none;
  border-left: 1px dashed #1339E9;
}

.scheme-layer .progress-item:nth-child(2n) .sort-label::before {
  border-color: rgba(19, 57, 233, .65);
}

.scheme-layer .progress-item .sort-label::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -64px;
  margin-left: -10px;
  width: 14px;
  height: 14px;
  border: 2px solid #1339E9;
  border-radius: 50%;
}

.scheme-layer .progress-item:nth-child(2n-1) .sort-label {
  background-image: url('../images/bookmark.png');
}

.scheme-layer .progress-item:nth-child(2n) .sort-label {
  background-image: url('../images/bookmark_opacity.png');
}

.scheme-layer .prog-item-list {
  display: inline-block;
  padding-left: 20px;
}

.scheme-layer .prog-item-list p {
  height: 40px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  text-align: left;
}

.scheme-layer .scheme-link {
  display: block;
  outline-style: none;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #2153F0;
  -webkit-text-decoration: auto;
  text-decoration: auto;
  text-align: left;
}

/* 技术功能 */
.product-layer {
  height: 880px;
  background: #F7F8FD;
}

.product-layer .tabs {
  position: relative;
  width: 1174px;
  height: 44px;
  margin: 0 auto;
  border-bottom: 2px solid rgba(19, 57, 233, .09);
}

.product-layer .tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-layer .tabs .tab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 44px;
  text-align: center;
}

.product-layer .tabs .tab-item span {
  display: inline-block;
  padding: 0 4px;
  font-size: 26px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
}

#productActiveTag {
  display: block;
  width: 148px;
  height: 2px;
  background: #2153F0;
  position: absolute;
  left: 120px;
  bottom: -2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product-layer .tabs .tab-item-active span {
  color: #2153F0;
}

#tabsContainer {
  width: 1174;
  height: 454px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 62px;
}

.product-layer .prod-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-layer .prod-item-list .prod-item-l-i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 214px;
  height: 248px;
  padding: 20px 12px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-layer .prod-item-list .prod-item-l-i:not(:last-child) {
  margin-right: 26px;
}

.product-layer .prod-item-l-i .icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
  background-image: url('../images/spirit.png');
  background-repeat: no-repeat;
}

.product-layer .swiper-slide:nth-of-type(1) .prod-item-l-i:nth-of-type(1) .icon {
  background-position: -8px -254px;
}

.product-layer .swiper-slide:nth-of-type(1) .prod-item-l-i:nth-of-type(2) .icon {
  background-position: -78px -254px;
}

.product-layer .swiper-slide:nth-of-type(1) .prod-item-l-i:nth-of-type(3) .icon {
  background-position: -149px -254px;
}

.product-layer .swiper-slide:nth-of-type(1) .prod-item-l-i:nth-of-type(4) .icon {
  background-position: -214px -254px;
}

.product-layer .swiper-slide:nth-of-type(1) .prod-item-l-i:nth-of-type(5) .icon {
  background-position: -290px -254px;
}

.product-layer .swiper-slide:nth-of-type(2) .prod-item-l-i:nth-of-type(1) .icon {
  background-position: -18px -347px;
}

.product-layer .swiper-slide:nth-of-type(2) .prod-item-l-i:nth-of-type(2) .icon {
  background-position: -83px -347px;
}

.product-layer .swiper-slide:nth-of-type(2) .prod-item-l-i:nth-of-type(3) .icon {
  background-position: -152px -347px;
}

.product-layer .swiper-slide:nth-of-type(2) .prod-item-l-i:nth-of-type(4) .icon {
  background-position: -221px -347px;
}

.product-layer .swiper-slide:nth-of-type(2) .prod-item-l-i:nth-of-type(5) .icon {
  background-position: -288px -347px;
}

.product-layer .swiper-slide:nth-of-type(3) .prod-item-l-i:nth-of-type(1) .icon {
  background-position: -30px -416px;
}

.product-layer .swiper-slide:nth-of-type(3) .prod-item-l-i:nth-of-type(2) .icon {
  background-position: -110px -416px;
}

.product-layer .swiper-slide:nth-of-type(3) .prod-item-l-i:nth-of-type(3) .icon {
  background-position: -165px -416px;
}

.product-layer .swiper-slide:nth-of-type(3) .prod-item-l-i:nth-of-type(4) .icon {
  background-position: -224px -416px;
}

.product-layer .swiper-slide:nth-of-type(3) .prod-item-l-i:nth-of-type(5) .icon {
  background-position: -274px -416px;
}

.product-layer .prod-item-l-i h6 {
  height: 31px;
  text-align: center;
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
}

.product-layer .prod-item-l-i p {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.product-layer .action-row {
  padding-top: 79px;
  text-align: center;
}

/* 核心保障模块 */
.guarantee-layer {
  width: 1200px;
  height: 726px;
  margin: 0 auto;
  background: #fff;
}

.guarantee-layer .gua-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guarantee-layer .gua-item {
  width: 250px;
  height: 340px;
  border: 2px solid #ECECEC;
  padding: 20px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}

.guarantee-layer .gua-item h6 {
  height: 58px;
  padding-top: 15px;
  border-bottom: 2px solid rgba(19, 57, 233, .13);
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.guarantee-layer .gua-item-expand h6 {
  color: #1D76FF;
}

.guarantee-layer .gua-item .gua-i-list {
  padding: 0 15px;
}

.guarantee-layer .gua-item .gua-i-l-item p {
  line-height: 30px;
}

.guarantee-layer .gua-item .gua-i-l-item p:last-child {
  width: 360px;
  min-height: 30px;
  padding-left: 22px;
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.guarantee-layer .gua-item-expand .gua-i-l-item p:last-child {
  display: block;
}

.guarantee-layer .gua-item:not(:first-child) {
  border-left: 0 none;
}

.guarantee-layer .gua-item-expand {
  width: 450px;
  border: 2px solid #1D76FF !important;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 36, 214, 0.17);
  box-shadow: 0px 0px 13px 3px rgba(0, 36, 214, 0.17);
}

.guarantee-layer .gua-item p,
.guarantee-layer .gua-i-list,
.guarantee-layer .gua-i-l-item {
  pointer-events: none;
}

/* 营销闭环 */
.market-layer {
  background: #F7F8FD;
}

.market-layer .market-layer-wrap {
  width: 1196px;
  margin: 0 auto;
}

.market-layer .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.market-layer .tabs .tab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #666666;
  background: rgba(0, 36, 214, 0.05);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.market-layer .tabs .tab-item-active {
  background: #1D76FF;
  color: #fff;
}

.market-layer .market-swiper {
  position: relative;
}

.market-layer #marketConatiner {
  width: 1200px;
  height: 296px;
  margin: 70px auto 187px;
  overflow: hidden;
}

.market-layer .left-mark,
.market-layer .right-mark {
  width: 290px;
  height: 300px;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, .8);
}

.market-layer .left-mark {
  left: 0;
}

.market-layer .right-mark {
  right: 0;
}

.market-layer #marketConatiner .swiper-slide {
  width: 620px;
}

.market-layer #marketConatiner .swiper-slide img {
  width: 100%;
  height: 100%;
}

/* 抽奖模块 */
.lottery-layer {
  width: 100%;
  height: 932px;
  position: relative;
  background-image: url('../images/lottery_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lottery-layer .module-title-row h2,
.lottery-layer .module-title-row .sub-title {
  color: #fff;
}

.lottery-layer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottery-layer .lottery-dial {
  width: 520px;
  margin-right: 200px;
}

.lottery-layer .lottery-form {
  width: 422px;
  height: 458px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, .2);
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 24px 0;
}

.lottery-layer .form-item {
  width: 340px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  margin-bottom: 44px;
  padding-left: 46px;
  position: relative;
}

.lottery-layer .form-item input {
  width: 100%;
  height: 100%;
  line-height: 46px;
  border: 0 none;
  background: transparent;
  padding: 18px 18px 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}

.lottery-layer .form-item input:focus {
  outline-style: none;
}

.lottery-layer .form-item input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.lottery-layer .form-item input::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.lottery-layer .form-item input::-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.lottery-layer .lottery-label {
  height: 102px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.lottery-layer .form-submit {
  padding-top: 10px;
  text-align: center;
}

.lottery-layer .submit-btn {
  width: 226px;
  height: 56px;
  background: rgba(255, 255, 255, .3);
  border-radius: 4px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}

.lottery-layer .market-dianhua,
.lottery-layer .market-qiye {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
}


/* 合作客户 */
.client-layer {
  width: 1196px;
  margin: 0 auto 90px;
}

.client-layer .client-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client-layer .client-class {
  width: 164px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  color: #fff;
  background: #1D76FF;
  margin-right: 8px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client-layer .client-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.client-layer .client-item {
  width: 164px;
  height: 82px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(29, 118, 255, 0.07);
  box-shadow: 0px 0px 13px 3px rgba(29, 118, 255, 0.07);
  margin-right: 8px;
  overflow: hidden;
}

.client-layer .client-item:nth-child(n+6) {
  margin-bottom: 30px;
}

.client-layer .client-row .client-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../images/spirit.png');
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}

.client-layer .client-row .client-item:hover span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(1) span {
  background-position: -365px 18px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(2) span {
  background-position: -536px 18px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(3) span {
  background-position: -708px 18px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(4) span {
  background-position: -880px 18px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(5) span {
  background-position: -1054px 18px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(6) span {
  background-position: -1222px 18px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(7) span {
  background-position: -365px -96px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(8) span {
  background-position: -536px -96px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(9) span {
  background-position: -708px -96px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(10) span {
  background-position: -880px -96px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(11) span {
  background-position: -1054px -96px;
}

.client-layer .client-row:nth-of-type(1) .client-item:nth-of-type(12) span {
  background-position: -1222px -96px;
}

.client-layer .client-row:nth-of-type(2) .client-item:nth-of-type(1) span {
  background-position: -365px -202px;
}

.client-layer .client-row:nth-of-type(2) .client-item:nth-of-type(2) span {
  background-position: -536px -202px;
}

.client-layer .client-row:nth-of-type(2) .client-item:nth-of-type(3) span {
  background-position: -708px -202px;
}

.client-layer .client-row:nth-of-type(2) .client-item:nth-of-type(4) span {
  background-position: -880px -202px;
}

.client-layer .client-row:nth-of-type(2) .client-item:nth-of-type(5) span {
  background-position: -1054px -202px;
}

.client-layer .client-row:nth-of-type(2) .client-item:nth-of-type(6) span {
  background-position: -1222px -202px;
}

.client-layer .client-row:nth-of-type(3) .client-item:nth-of-type(1) span {
  background-position: -365px -312px;
}

.client-layer .client-row:nth-of-type(3) .client-item:nth-of-type(2) span {
  background-position: -536px -312px;
}

.client-layer .client-row:nth-of-type(3) .client-item:nth-of-type(3) span {
  background-position: -708px -312px;
}

.client-layer .client-row:nth-of-type(3) .client-item:nth-of-type(4) span {
  background-position: -880px -312px;
}

.client-layer .client-row:nth-of-type(3) .client-item:nth-of-type(5) span {
  background-position: -1054px -312px;
}

.client-layer .client-row:nth-of-type(3) .client-item:nth-of-type(6) span {
  background-position: -1222px -312px;
}

.client-layer .client-row:nth-of-type(4) .client-item:nth-of-type(1) span {
  background-position: -365px -420px;
}

.client-layer .client-row:nth-of-type(4) .client-item:nth-of-type(2) span {
  background-position: -536px -420px;
}

.client-layer .client-row:nth-of-type(4) .client-item:nth-of-type(3) span {
  background-position: -708px -420px;
}

.client-layer .client-row:nth-of-type(4) .client-item:nth-of-type(4) span {
  background-position: -880px -420px;
}

.client-layer .client-row:nth-of-type(4) .client-item:nth-of-type(5) span {
  background-position: -1054px -420px;
}

.client-layer .client-row:nth-of-type(4) .client-item:nth-of-type(6) span {
  background-position: -1222px -420px;
}

.client-layer .client-row:nth-of-type(5) .client-item:nth-of-type(1) span {
  background-position: -365px -530px;
}

.client-layer .client-row:nth-of-type(5) .client-item:nth-of-type(2) span {
  background-position: -536px -530px;
}

.client-layer .client-row:nth-of-type(5) .client-item:nth-of-type(3) span {
  background-position: -708px -530px;
}

.client-layer .client-row:nth-of-type(5) .client-item:nth-of-type(4) span {
  background-position: -880px -530px;
}

.client-layer .client-row:nth-of-type(5) .client-item:nth-of-type(5) span {
  background-position: -1054px -530px;
}

.client-layer .client-row:nth-of-type(5) .client-item:nth-of-type(6) span {
  background-position: -1222px -530px;
}

/* 页脚 */
.footer {
  background: url('../images/icon-footerbg.png') #535353 center top no-repeat;
  padding: 35px 0px 0px 0;
}

.foot1 {
  width: 1200px;
  margin: 0 auto 50px;
}

.foot1L {
  width: 230px;
  float: left;
}

.foot1L .address {
  margin: 50px 0px 0px 0px;
}

.foot1L .address>p {
  margin: 0px 0px 12px 0px;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 0px 0px 38px;
  line-height: 24px;
}

.foot1C {
  float: left;
  margin: 20px 0px 0px 60px;
}

.foot1C li {
  float: left;
  margin: 0px 0px 0px 60px;
  width: 80px;
}

.foot1C li a {
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px 0px 22px;
}

.foot1C li dl {
  margin: 35px 0px 0px 0px;
}

.foot1C li dl dd {
  margin: 0px 0px 6px 0px;
}

.foot1C li dl a {
  font-size: 12px;
}

.foot1C li a.a {
  background: url('../images/icon-arrow.png') left center no-repeat;
}

.foot1R {
  width: 280px;
  float: right;
  margin: 20px 0px 0px 0px;
}

.foot1R .code {
  font-size: 14px;
  color: #fff;
  text-align: center;
  float: right;
  margin: 0px 30px 0px 0px;
}

.foot1R .code:first-child {
  margin: 0;
}

.foot1R .code img {
  max-width: 100%;
  width: 118px;
}

.foot1R .code p {
  margin: 8px 0px 0px 0px;
}

.foot1C li a:hover {
  opacity: 0.7;
}


.foot2 {
  border-top: 1px solid #6f6f6f;
}

.foot2 .link {
  margin: 0 auto;
  padding: 30px 0px;
  width: 1200px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.foot2 .link a {
  font-size: 14px;
  color: #b8b8b8;
  margin: 0px 7px 0px 0px;
}

.foot2 .link a:hover {
  color: #f9f9f9;
}

.foot3 {
  border-top: 1px solid #6f6f6f;
  padding: 30px 0px;
}

.copyright {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.copyright .s1 {
  float: right;
}

.copyright .s1 a {
  color: #fff;
  margin: 0px 10px 0px 0px;
}

/* 活动固定栏 */
.activity-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: url('../images/activity_bg.png');
  background-size: 100% 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
  overflow: hidden;
}

.activity-layer>* {
  display: inline-block;
}

.activity-layer .tips {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #FFFFFF;
  padding-right: 30px;
}

.activity-layer .form {
  width: 340px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  margin-right: 34px;
}

.activity-layer .form .icon {
  display: inline-block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, .62);
  color: #fff;
  font-size: 16px;
}

.activity-layer .form input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 12px;
  color: #fff;
  border: 0 none;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.activity-layer .form input:focus {
  outline-style: none;
}

.activity-layer .form input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.activity-layer .form input::-moz-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.activity-layer .form input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.activity-layer .draw-btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #FFC21D;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(254, 2, 2, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(254, 2, 2, 0.35);
  border-radius: 4px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #D94636;
  text-align: center;
}

.activity-layer .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 78px;
  background-image: url('../images/spirit.png');
  background-repeat: no-repeat;
  background-position: -31px -582px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.activity-layer .close:hover {
  opacity: .8;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 弹窗 */
#mark {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  -webkit-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

#dialog {
  width: 464px;
  height: 372px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background-image: url('../images/dialog_bg.png');
  background-size: cover;
}

#dialog .header {
  height: 66px;
  line-height: 66px;
  padding: 0 23px;
  text-align: right;
}

#dialog .close-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/spirit.png');
  background-repeat: no-repeat;
  background-position: -31px -582px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#dialog .container {
  padding: 0 73px;
}

#dialog .container .title {
  height: 60px;
  text-align: center;
  font-size: 31px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #FEFEFE;
}

#dialog .form .form-item {
  width: 340px;
  height: 50px;
  border: 1px solid #FEFEFE;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  margin-bottom: 22px;
}

#dialog .form .form-item .phone,
#dialog .form .form-item .group {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: -1px;
  top: 0;
  color: #fff;
  font-size: 24px;
  background: rgba(255, 255, 255, .3)
}

#dialog .form .form-item input,
#dialog .form .form-item input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Source Han Sans CN;
  color: #FEFEFE;
}

#dialog .form .form-item input:focus,
#dialog .form .form-item input:focus {
  outline-style: none;
}

#dialog .form .form-item input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FEFEFE;
}

#dialog .form .form-item input::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FEFEFE;
}

#dialog .form .form-item input:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FEFEFE;
}

#dialog .submit-row {
  padding-top: 15px;
  text-align: center;
}

#dialog .submit-btn {
  width: 191px;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 0 none;
  text-align: center;
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FD7020;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-btn {
  cursor: no-drop;
  pointer-events: none;
  opacity: .6;
}

#dialog .submit-btn:hover {
  opacity: .8;
}

.market-loading {
  display: none;
}

.loading-btn .market-loading {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  animation: rotating 2s linear infinite;
  -webkit-animation: rotating 2s linear infinite;
  /*Safari and Chrome*/
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 工具条 */
.toolbar-layer {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 3px 38px 0px rgba(31, 98, 222, 0.16);
  box-shadow: 0px 3px 38px 0px rgba(31, 98, 222, 0.16);
  z-index: 10;
  border-radius: 10px;
  opacity: 0;
  display: none;
}

.toolbar-layer .toolbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  cursor: pointer;
}

.toolbar-layer .toolbar-item .iconfont,
.toolbar-layer .toolbar-item span {
  pointer-events: none;
}

.toolbar-layer .toolbar-item:nth-of-type(2) .iconfont {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.toolbar-layer .toolbar-item:nth-of-type(1) .iconfont,
.toolbar-layer .toolbar-item:nth-of-type(2) .iconfont,
.toolbar-layer .toolbar-item:nth-of-type(4) .iconfont {
  font-size: 28px;
}

.toolbar-layer .toolbar-item:nth-of-type(3) {
  position: relative;
}

.toolbar-layer .toolbar-item:nth-of-type(3):hover .mobile-layer {
  width: 160px;
  opacity: 1;
}

.toolbar-layer .toolbar-item:nth-of-type(3) .mobile-layer {
  position: absolute;
  width: 0;
  height: 60px;
  right: 108px;
  top: 13px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 36, 214, 0.17);
  box-shadow: 0px 0px 13px 3px rgba(0, 36, 214, 0.17);
  border-radius: 6px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
  opacity: 0;
}

.toolbar-layer .toolbar-item:nth-of-type(3) .mobile {
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
}

.toolbar-layer .toolbar-item:hover {
  color: #fff;
  background: #1D76FF;
}

.toolbar-layer .toolbar-item .iconfont {
  margin-bottom: 6px;
  font-size: 24px;
}

.toolbar-layer .toolbar-item:first-child {
  border-radius: 10px 10px 0 0;
}

.toolbar-layer .toolbar-item:last-child {
  border-radius: 0 0 10px 10px;
}

/* 隐藏底部客服按钮 */
#chatBtn {
  display: none !important;
}

/* 抽奖 */
.game-layer {
  width: 513px;
  height: 513px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-image: url("../images/game_border.png");
  background-size: contain;
  position: relative;
}

.game-layer .prize-item {
  position: absolute;
  left: 60px;
  top: 60px;
}

.game-layer .prize {
  width: 318px;
  height: 318px;
  position: absolute;
  left: 98px;
  top: 95px;
  border-radius: 50%;
  overflow: hidden;
}

.game-layer .prize-mark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.2) inset;
  border-radius: 50%;
}

.game-layer .pie {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* 奖项 */
.game-layer .pie:nth-of-type(1) {
  -webkit-transform: rotate(-30deg) skewY(-30deg);
  -ms-transform: rotate(-30deg) skewY(-30deg);
  transform: rotate(-30deg) skewY(-30deg);
  background: #e9e0ff;
}

.game-layer .pie:nth-of-type(2) {
  -webkit-transform: rotate(30deg) skewY(-30deg);
  -ms-transform: rotate(30deg) skewY(-30deg);
  transform: rotate(30deg) skewY(-30deg);
  background: #6a34d2;
}

.game-layer .pie:nth-of-type(3) {
  -webkit-transform: rotate(-270deg) skewY(-30deg);
  -ms-transform: rotate(-270deg) skewY(-30deg);
  transform: rotate(-270deg) skewY(-30deg);
  background: #e9e0ff;
}

.game-layer .pie:nth-of-type(4) {
  -webkit-transform: rotate(-210deg) skewY(-30deg);
  -ms-transform: rotate(-210deg) skewY(-30deg);
  transform: rotate(-210deg) skewY(-30deg);
  background: #6a34d2;
}

.game-layer .pie:nth-of-type(5) {
  -webkit-transform: rotate(-150deg) skewY(-30deg);
  -ms-transform: rotate(-150deg) skewY(-30deg);
  transform: rotate(-150deg) skewY(-30deg);
  background: #e9e0ff;
}

.game-layer .pie:nth-of-type(6) {
  -webkit-transform: rotate(-90deg) skewY(-30deg);
  -ms-transform: rotate(-90deg) skewY(-30deg);
  transform: rotate(-90deg) skewY(-30deg);
  background: #6a34d2;
}

/* 奖项label */
.game-layer .prize ul li {
  width: 134px;
  text-align: center;
  font-size: 16px;
  position: absolute;
}

.game-layer .prize ul li:nth-of-type(even) {
  color: #fff951;
}

.game-layer .prize ul li:nth-of-type(odd) {
  color: #6a34d2;
}

.game-layer .prize ul li:nth-of-type(1) {
  width: 100px;
  left: 106px;
  top: 28px;
}

.game-layer .prize ul li:nth-of-type(2) {
  width: 100px;
  left: 202px;
  top: 96px;
  -webkit-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  transform: rotate(-28deg);
}

.game-layer .prize ul li:nth-of-type(3) {
  left: 190px;
  top: 192px;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
  width: 105px;
}

.game-layer .prize ul li:nth-of-type(4) {
  width: 112px;
  left: 102px;
  top: 256px;
}

.game-layer .prize ul li:nth-of-type(5) {
  width: 116px;
  left: 12px;
  top: 194px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.game-layer .prize ul li:nth-of-type(6) {
  width: 100px;
  left: 15px;
  top: 92px;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

/* 抽奖按钮 */
.game-layer .btn-layer {
  width: 86px;
  height: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #786eff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* overflow: hidden; */
  padding: 7px;
  cursor: pointer;
  z-index: 10;
}

.game-layer .btn-layer::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 18px;
  top: -50px;
  border-width: 1px 20px 48px 20px;
  border-style: solid;
  border-color: transparent transparent white;
}

.game-layer .btn-layer .btn-base {
  width: 100%;
  height: 100%;
  background: #ab73ff;
  border-radius: 50%;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.game-layer .btn-layer .dial-btn {
  width: 100%;
  height: 100%;
  line-height: 42px;
  text-align: center;
  background: #c4c0ff;
  border-radius: 50%;
  border: 2px solid #7c3ddb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: DFPFangYuanW7;
  font-weight: 400;
  color: #fff951;
  text-shadow: 0px 2px 9px rgba(71, 27, 154, 0.51);
}

.game-layer .light-list {
  width: 80%;
  height: 80%;
  border-radius: 100%;
  position: absolute;
  left: 10%;
  top: 10%;
  /* background: green; */
  transform: rotate(0deg);
}

.game-layer .light-list .light-item {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}

.game-layer .light-list .light-item:nth-child(2n - 1) {
  background: #ff7f2a;
}

.game-layer .light-list .light-item:nth-of-type(1) {
  left: 196px;
  top: 5px;
}

.game-layer .light-list .light-item:nth-of-type(2) {
  left: 248px;
  top: 12px;
}

.game-layer .light-list .light-item:nth-of-type(3) {
  left: 294px;
  top: 30px;
}

.game-layer .light-list .light-item:nth-of-type(4) {
  left: 334px;
  top: 60px;
}

.game-layer .light-list .light-item:nth-of-type(5) {
  left: 364px;
  top: 100px;
}

.game-layer .light-list .light-item:nth-of-type(6) {
  left: 382px;
  top: 144px;
}

.game-layer .light-list .light-item:nth-of-type(7) {
  left: 388px;
  top: 196px
}

.game-layer .light-list .light-item:nth-of-type(8) {
  left: 380px;
  top: 248px;
}

.game-layer .light-list .light-item:nth-of-type(9) {
  left: 362px;
  top: 292px;
}

.game-layer .light-list .light-item:nth-of-type(10) {
  left: 336px;
  top: 328px;
}

.game-layer .light-list .light-item:nth-of-type(11) {
  left: 294px;
  top: 360px;
}

.game-layer .light-list .light-item:nth-of-type(12) {
  left: 246px;
  top: 380px;
}

.game-layer .light-list .light-item:nth-of-type(13) {
  left: 198px;
  top: 388px;
}

.game-layer .light-list .light-item:nth-of-type(14) {
  left: 148px;
  top: 380px;
}

.game-layer .light-list .light-item:nth-of-type(15) {
  left: 100px;
  top: 360px;
}

.game-layer .light-list .light-item:nth-of-type(16) {
  left: 60px;
  top: 328px;
}

.game-layer .light-list .light-item:nth-of-type(17) {
  left: 32px;
  top: 292px;
}

.game-layer .light-list .light-item:nth-of-type(18) {
  left: 14px;
  top: 248px;
}

.game-layer .light-list .light-item:nth-of-type(19) {
  left: 6px;
  top: 196px;
}

.game-layer .light-list .light-item:nth-of-type(20) {
  left: 12px;
  top: 146px;
}

.game-layer .light-list .light-item:nth-of-type(21) {
  left: 30px;
  top: 100px;
}

.game-layer .light-list .light-item:nth-of-type(22) {
  left: 60px;
  top: 62px;
}

.game-layer .light-list .light-item:nth-of-type(23) {
  left: 100px;
  top: 30px;
}

.game-layer .light-list .light-item:nth-of-type(24) {
  left: 144px;
  top: 12px;
}