/* common styles */
body {
  min-width: 1200px;
}
.article {
  height: auto!important;
}
input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #e8e8e8;
  margin-right: 6px;
  -webkit-appearance: checkbox;
}
.mt_10 {
  margin-top: 10px;
}
.title-wrapper {
  padding: 4px 0;
  text-align: center;
}
.title-wrapper img {
  display: inline-block;
}
.title-wrapper p {
  font-size: 16px;
  color: #999999;
  line-height: 2;
}
.title-wrapper h3 {
  font-size: 42px;
  color: #18224B;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.title-wrapper .title_img {
  display: block;
  margin: 0 auto;
}
.title-wrapper .common-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.title-wrapper .common-title.blue {
  color: #1371FC;
}
.title-wrapper .common-title.purple {
  color: #6E3BEF;
}
.title-wrapper .common-title.red {
  color: #FF2347;
}
.title-wrapper .common-subTitle {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.layout {
  width: 1298px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 50px;
}
.layout.tac {
  text-align: center;
}
.common-btn {
  display: block;
  margin: 40px auto 0;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  width: 440px;
  height: 96px;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
  border-radius: 40px;
  background: url("../images/btn.png") no-repeat center center;
}
.common-btn:hover.blue {
  color: #ffffff;
  background: #1371FC;
}
.common-btn:hover.purple {
  color: #ffffff;
  background: #6E3BEF;
}
.common-btn.blue {
  border: 2px solid #1371FC;
  color: #1371FC;
  margin-right: 20px;
}
.common-btn.purple {
  border: 2px solid #6E3BEF;
  color: #6E3BEF;
}
.common-btn.yellow {
  background: url("../images/btn.png") no-repeat center center / 100% 100%;
  color: #ff2d55;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/* common styles end */
body {
  width: 100%;
}
header {
  width: 100%;
  height: 854px;
  position: relative;
  background: url("../images/header.jpg") no-repeat center top;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.btn-wrap {
  text-align: center;
}
/* 业务范围 */
.page1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -114px;
}
.page1 .p1-li {
  width: 390px;
  height: 230px;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 29px;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}
.page1 .p1-li .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50%;
  margin: 0 8px;
}
.page1 .p1-li .pt-10 {
  margin-top: 3px;
}
.page1 .p1-li h2 {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000000;
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1.2;
}
.page1 .p1-li.p1li-1 {
  padding-top: 52px;
  box-shadow: 9px 13px 38px 0px rgba(152, 212, 255, 0.69), 0px 0px 139px 0px #FFFFFF;
  background: #fff url("../images/page1_1.png") no-repeat center / 100% 100%;
}
.page1 .p1-li.p1li-2 {
  padding-top: 32px;
  box-shadow: 9px 13px 38px 0px rgba(248, 168, 255, 0.51), 0px 0px 139px 0px #FFFFFF;
  background: #fff url("../images/page1_2.png") no-repeat center / 100% 100%;
}
.page1 .p1-li.p1li-2 h2 {
  margin-bottom: 20px;
}
.page1 .p1-li.p1li-3 {
  padding-top: 52px;
  box-shadow: 9px 13px 38px 0px rgba(214, 196, 255, 0.69), 0px 0px 139px 0px #FFFFFF;
  background: #fff url("../images/page1_3.png") no-repeat center / 100% 100%;
}
.page1 .join {
  position: absolute;
  width: 300px;
  height: 200px;
  left: 800px;
  bottom: 180px;
}
.page2 {
  margin-top: 79px;
  height: 1102px;
  background: url("../images/page2_bg.png") no-repeat center top;
}
.page2 h1 {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.page2 .p2-top {
  padding-top: 157px;
  text-align: center;
}
.page2 .p2-top h1 {
  margin-bottom: 56px;
}
.page2 .p2-top .p2-top-img {
  position: relative;
}
.page2 .p2-top .p2-top-img .p2t-list {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 1110px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.page2 .p2-top .p2-top-img .p2t-list .p2t-li {
  width: 120px;
  height: 30px;
  cursor: pointer;
}
.page2 .p2-bottom {
  margin-top: 120px;
}
.page2 .p2-bottom .p2b-list {
  width: 1177px;
  margin: 46px auto 0;
  display: flex;
  justify-content: space-between;
}
.page2 .p2-bottom .p2b-list .p2b-li {
  box-sizing: border-box;
  width: 277px;
  height: 286px;
  border-radius: 20px;
  padding: 30px 30px 0;
  color: #ffffff;
}
.page2 .p2-bottom .p2b-list .p2b-li h2 {
  font-size: 66px;
  font-weight: bold;
  margin-bottom: 14px;
}
.page2 .p2-bottom .p2b-list .p2b-li h3 {
  font-size: 20px;
  margin-bottom: 23px;
}
.page2 .p2-bottom .p2b-list .p2b-li i {
  display: block;
  width: 40px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 15px;
}
.page2 .p2-bottom .p2b-list .p2b-li p {
  font-size: 14px;
  line-height: 1.5;
}
.page2 .p2-bottom .p2b-list .p2b-li:nth-child(1) {
  background: url("../images/page2_11.png") no-repeat 214px 24px;
  background-color: #00aaff;
  box-shadow: 0px 10px 30px 0px rgba(0, 170, 255, 0.3);
}
.page2 .p2-bottom .p2b-list .p2b-li:nth-child(2) {
  background: url("../images/page2_12.png") no-repeat 195px 24px;
  background-color: #e69900;
  box-shadow: 0px 10px 30px 0px rgba(230, 153, 0, 0.3);
}
.page2 .p2-bottom .p2b-list .p2b-li:nth-child(3) {
  background: url("../images/page2_13.png") no-repeat 206px 24px;
  background-color: #ff4c4c;
  box-shadow: 0px 10px 30px 0px rgba(255, 76, 76, 0.3);
}
.page2 .p2-bottom .p2b-list .p2b-li:nth-child(4) {
  background: url("../images/page2_14.png") no-repeat 190px 24px;
  background-color: #00ccaa;
  box-shadow: 0px 10px 30px 0px rgba(0, 204, 170, 0.3);
}
.page2 .btn-wrap {
  margin-top: 39px;
}
.flex {
  display: flex;
}
.jt-c,
.justify-content-center {
  justify-content: center;
}
.ai-c,
.align-items-center {
  align-items: center;
}
.page4 {
  margin-top: 80px;
}
.page4 .layout {
  width: 1312px;
  position: relative;
  background: #E8EFFF url("../images/page4_bg.png") no-repeat center top / 100%;
  text-align: center;
  color: #000000;
  border-radius: 40px;
  padding: 0 56px 56px;
}
.page4 .p4-title {
  padding-top: 166px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #101EE4;
  line-height: 1;
}
.page4 .itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
.page4 .itemlist .item {
  margin-top: 20px;
  box-sizing: border-box;
  width: 385px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 20px 25px 20px 28px;
  text-align: left;
}
.page4 .itemlist .item .shopname {
  padding-left: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.page4 .itemlist .item .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin-top: 19px;
}
.page4 .itemlist .item a {
  margin-top: 39px;
  display: inline-block;
  width: 138px;
  height: 37px;
  line-height: 37px;
  background: linear-gradient(-1deg, #0D34EB, #2874FF);
  border-radius: 19px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.page4 .itemlist .item .mt-4 {
  margin-top: 22px;
}
.page4 .p4-title1 {
  padding-top: 78px;
}
.page4 .page5-bottom .p5b-title {
  margin-top: 40px;
  color: #f01926;
}
.page4 .page5-bottom .p5b-title h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.page4 .page5-bottom .p5b-title .p5bt-list {
  margin-top: 19px;
}
.page4 .page5-bottom .p5b-title .p5bt-list .p5bt-li {
  margin-right: 40px;
}
.page4 .page5-bottom .p5b-title .p5bt-list .p5bt-li:last-child {
  margin-right: 0;
}
.page4 .page5-bottom .p5b-title .p5bt-list .p5bt-li img {
  display: block;
  margin-right: 5px;
}
.page4 .page5-bottom .p5b-title .p5bt-list .p5bt-li p {
  font-size: 15px;
}
.page4 .page5-bottom .p5b-content .p5b-left {
  padding: 0px 42px 0 55px;
}
.page4 .page5-bottom .p5b-content .p5b-left .img {
  display: inline-block;
  margin-left: -14px;
  margin-top: 36px;
  margin-bottom: 34px;
}
.page4 .page5-bottom .p5b-content .p5b-right {
  padding-top: 40px;
}
.page4 .page5-bottom .p5b-content .p5r {
  text-align: left;
  border-radius: 10px;
  background-color: #fff;
  height: 280px;
  width: 517px;
  overflow: hidden;
  margin-bottom: 35px;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-left {
  width: 90px;
  background-color: #FFF7E0;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-left h3 {
  width: 1em;
  font-weight: bold;
  font-family: AlibabaPuHuiTi_3_115_Black;
  font-size: 35px;
  color: #000000;
  line-height: 1;
  background: linear-gradient(0deg, #F01926 0%, #FF3658 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-right {
  padding: 40px 18px 30px 27px;
  flex: 1;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-right .p5r-list {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-right .p5r-list h3 {
  font-size: 26px;
  font-weight: bold;
  color: #f01926;
  line-height: 2;
  display: flex;
  align-items: center;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-right .p5r-list h3 i {
  display: inline-block;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background: url("../images/icon_3_02.png") no-repeat center;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-right .p5r-list .p5r-li {
  font-size: 17px;
  color: #333333;
  line-height: 2;
}
.page4 .page5-bottom .p5b-content .p5r .p5r-right .lineh2 .p5r-li {
  line-height: 2;
}
.page4 .page5-bottom .p5b-content .p5r .firstt {
  padding-top: 35px;
}
.page4 .storyVideo {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.page4 .storyVideo .item {
  width: 385px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 20px;
}
.page4 .storyVideo .item .vido {
  display: block;
  position: relative;
  width: 385px;
  height: 252px;
  border-radius: 20px 20px 0 0;
  background: #E6E6E6;
  overflow: hidden;
  cursor: pointer;
}
.page4 .storyVideo .item .vido img {
  width: 385px;
  height: 100%;
}
.page4 .storyVideo .item .vido:hover i {
  background: url(../images/icon_play.png) no-repeat;
}
.page4 .storyVideo .item .vido i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61px;
  height: 61px;
  display: inline-block;
  background: url(../images/icon_play.png) no-repeat;
  background-size: contain;
}
.page4 .storyVideo .item .titl {
  display: block;
  padding-top: 10px;
  font-family: AlibabaPuHuiTi_3_55_Regular;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  padding-bottom: 60px;
  max-width: 375px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page4 .page2-cont {
  width: 1230px;
  max-height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.page4 .page2-cont .swiper-container {
  box-sizing: border-box;
  width: 1200px;
}
.page4 .page2-cont .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
}
.page4 .btn-wrap {
  margin-top: 46px;
}
.page5 {
  position: relative;
  margin-top: 70px;
  padding-bottom: 130px;
}
.page5 .layout {
  width: 1312px;
  position: relative;
  background: #E8EFFF url("../images/page5_bg.png") no-repeat center top / 100%;
  text-align: center;
  color: #000000;
  border-radius: 40px;
  padding: 0 56px 56px;
}
.page5 .layout .p5-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #101EE4;
}
.page5 .layout .p5-top {
  padding-top: 120px;
}
.page5 .layout .p5-top .p5-list {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page5 .layout .p5-top .p5-list img {
  display: block;
}
.page5 .layout .p5-bottom {
  margin-top: 50px;
}
.page5 .layout .p5-bottom .p5b-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
}
.page5 .layout .p5-bottom .p5b-list .p5b-li {
  box-sizing: border-box;
  width: 390px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 17px;
}
.page5 .layout .p5-bottom .p5b-list .p5b-li .p5b-img {
  height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page5 .layout .p5-bottom .p5b-list .p5b-li h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 11px;
}
.page5 .layout .pitem {
  font-size: 14px;
  position: relative;
  color: #333;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 0 20px;
}
.page5 .layout .pitem ul {
  height: 72px;
  margin: 27px 0px 22px;
  overflow: hidden;
}
.page5 .layout .pitem ul li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.page5 .layout .pitem .mqbtn {
  display: inline-block;
  width: 190px;
  height: 45px;
}
.page5 .layout .pitem .mqbtn .jiedan {
  width: 190px;
  height: 45px;
  background: linear-gradient(90deg, #FF2F2F, #FF2E78);
  border-radius: 23px;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 45px;
}
.page5 .layout .btn-wrap {
  margin-top: 40px;
}
.page6 {
  position: relative;
  padding-bottom: 45px;
}
.page6 .layout {
  width: 1200px;
  position: relative;
  text-align: center;
  height: 458px;
}
.page6 .layout .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.page6 .layout img {
  box-shadow: 0px 5px 35px 0px rgba(255, 47, 47, 0.1);
}
.page6 .layout .page_title {
  padding-top: 20px;
  padding-bottom: 44px;
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.page6 .layout .join {
  position: absolute;
  width: 552px;
  height: 100px;
  left: 329px;
  bottom: 40px;
}
.page6 .layout .button-prev {
  width: 18px;
  top: 60%;
  left: -50px;
  background: url("../images/icon_left.png") no-repeat center top / 100% auto;
}
.page6 .layout .button-next {
  width: 18px;
  top: 60%;
  right: -50px;
  background: url("../images/icon_right.png") no-repeat center top / 100% auto;
}
.clear {
  display: block;
  content: '';
  clear: both;
}
/*   底部输入栏 */
.consult {
  background: url("../images/b_bg.png") no-repeat center bottom;
  color: #ffffff;
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: 136px;
  z-index: 99;
}
.consult .layout {
  width: 1200px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consult.hidden {
  display: none;
}
.consult .close_fixed {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -8px;
  top: 36px;
  cursor: pointer;
}
.consult .consult_info {
  height: 90px;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.consult .consult_info .consult-desc {
  width: 230px;
  height: 50px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF3E2;
}
.consult .consult_info .consult-desc b {
  font-weight: bold;
  font-size: 16px;
}
.consult .consult_btn {
  width: 166px;
  height: 45px;
  background-image: linear-gradient(45deg, #d0aa50 0%, #fbe6a3 100%), linear-gradient(#774b34, #774b34);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}
.consult .bottom_form {
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 91px;
}
.consult .bottom_form .form_content {
  display: flex;
  margin-top: 44px;
}
.consult .bottom_form .form_content .inputcnt {
  display: flex;
  flex-direction: column;
  width: 262px;
  margin-right: 5px;
}
.consult .bottom_form .form_content .inputcnt input {
  height: 41px !important;
  border-radius: 3px;
}
.consult .bottom_form .form_content .input_wrap {
  width: 100%;
  display: inline-block;
}
.consult .bottom_form .form_content .input_wrap .yzm_wrap {
  width: 100%;
  display: block;
  float: left;
  background: #ffffff;
  margin-top: 4px;
  border-radius: 3px;
}
.consult .bottom_form .form_content .input_wrap .yzm_wrap::after {
  clear: both;
  display: block;
}
.consult .bottom_form .form_content .input_wrap .yzm_wrap input {
  box-sizing: border-box;
  padding-left: 10px;
  height: 42px;
  font-size: 14px;
  width: 58%;
}
.consult .bottom_form .form_content .input_wrap .yzm_wrap img {
  width: 80px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.consult .bottom_form .form_content .input_wrap .yzm_wrap button {
  width: 100px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  background: linear-gradient(90deg, #FB4619, #FF713F);
  border-radius: 5px;
  color: #fff;
}
.consult .bottom_form .form_content .input_wrap .mobile {
  box-sizing: border-box;
  padding-left: 40px;
  height: 42px;
  font-size: 14px;
  width: 100%;
  background: #ffffff url("../images/icon_mobile.png") no-repeat 10px center / 16px;
}
.consult .bottom_form .btn-square {
  box-sizing: border-box;
  font-size: 17px;
  width: 100px;
  height: 86px;
  color: #FF5959;
  font-weight: bold;
}
/*   footer */
.page7 {
  background: #36394D;
  border-bottom: 1px solid #3E4359;
}
.page7 .layout {
  width: 1240px;
  padding: 60px 0 55px;
  opacity: 0.8;
}
.t_c {
  text-align: center;
}
.footer {
  padding-top: 10px;
  background: #36394D;
}
.footer a:hover {
  color: red;
}
.footer .layout {
  width: 1240px;
  padding-top: 45px;
  opacity: 0.8;
}
.footer .pt-58 {
  margin-top: 58px;
}
.footer .flex {
  display: flex;
}
.footer .row .col-12 {
  display: block;
  width: 100%;
}
.footer .row .col-4 {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: center;
}
.footer .row .w27 .row a {
  white-space: nowrap;
}
.footer .row .w27 .row .col-4 {
  padding-right: 65px;
}
.footer .row .w25_2 {
  padding-right: 94px;
}
.footer .row .w15 {
  width: 210px;
  float: left;
}
.footer .row .w30 {
  width: 30%;
  float: left;
}
.footer .row .w33 .row {
  justify-content: flex-end;
}
.footer .row .w33 .row .col-4 {
  padding: 0 15px;
}
.footer .row .w33 .row .col-4:last-child {
  padding-right: 0;
}
.footer .row .col-md-4 {
  width: 40%;
  float: left;
}
.footer .row .col-md-8 {
  width: 60%;
  float: left;
}
.footer .row .bolder {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 6px;
}
#secondary .footer {
  border-top: solid 1px #f3f3f3 !important;
}
.footer_logo {
  padding-left: 0px;
  margin-bottom: 40px;
}
.footer_logo a {
  color: #fa8200;
  line-height: 1;
}
.footer_logo img {
  width: 120px;
}
.footer_intro p {
  margin-bottom: 0px;
}
.footer_social {
  margin-top: 27px;
}
.footer_social ul {
  display: inline-block;
  margin-left: -5px;
}
.footer_social ul li {
  display: inline-block;
  margin-right: 22px;
}
.footer_social ul li a {
  padding: 5px;
}
.footer_social ul li a i {
  font-size: 12px;
  color: #bab6c3;
}
.footer_social ul li a:hover i {
  color: #1b0d37;
}
.footer_cr {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}
.footer_cr a {
  color: #8a8c99 !important;
}
.footer_cr a:hover {
  color: red !important;
}
.footer_cr p {
  font-size: 13px;
  font-weight: 400;
  color: #8a8c99;
  line-height: 1;
  margin-bottom: 10px;
}
.footer_cr img {
  height: 40px;
  margin-left: 15px;
}
.footer_cr_2 {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #8A8C99;
  text-align: center;
}
.footer_cr_2 p {
  line-height: 1;
  margin-bottom: 10px;
}
.footer_col {
  color: #8A8C99;
  display: block;
  width: 100%;
}
.footer_col img {
  display: block;
  margin: 0 auto;
}
.footer_col .text-center {
  text-align: center;
  font-size: 12px;
  margin-top: 16px;
}
.footer_col .dev-btn-lx {
  font-family: MicrosoftYaHei;
  padding-top: 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  display: flex;
}
.footer_col .dev-btn-lx > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #8a8c99;
  color: #ffffff;
}
.footer_col .dev-btn-lx > a.dev-btn-zj {
  background-color: transparent;
  margin-top: 0;
}
.footer_col .dev-btn-lx > a:hover {
  color: #ffffff !important;
  background: #e61717;
  border: solid 1px #e61717;
}
.footer_col .dev-btn-lx > a.dev-btn-qq {
  margin-right: 10px;
}
.footer_col .dev-btn-lx > a > img {
  width: auto !important;
  height: auto !important;
  padding-right: 5px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.footer_col_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.footer_col_title a {
  color: #ffffff;
}
.footer_col li {
  line-height: 1.5;
  margin-bottom: 2px;
}
.footer_col li p {
  line-height: 1;
  margin-bottom: 10px;
}
.footer_col li a {
  font-size: 14px;
  font-weight: 500;
  color: #8A8C99;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_col ul li a:hover {
  color: #599bff;
}
.footer .breadcrumb a {
  font-size: 12px;
  color: #666666;
}
.footer .breadcrumb a:hover {
  color: #599bff;
}
/* 侧边客服栏 */
.actionbar_right {
  position: fixed;
  right: 24px;
  top: 40%;
  box-sizing: border-box;
  width: 127px;
  user-select: none;
  z-index: 99;
}
.actionbar_right .sise-img {
  display: block;
  margin-bottom: -3px;
}
.actionbar_right .icon-top {
  display: inline-block;
  border-bottom: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.actionbar_right .side-wrap {
  background: #F3F6FF;
  border-radius: 10px;
  padding: 0 10px 13px;
}
.actionbar_right .tel_block {
  margin-top: 12px;
}
.actionbar_right .qq_block {
  box-sizing: border-box;
  height: 78px;
  padding: 8px;
}
.actionbar_right .qq_block .item {
  border-bottom: none;
  height: 30px;
}
.actionbar_right .item {
  border-bottom: 1px solid rgba(148, 167, 250, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  font-size: 16px;
  color: #E63917;
  cursor: pointer;
  position: relative;
}
.actionbar_right .item a {
  color: #333333FF;
}
.actionbar_right .item .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-radius: 9px;
  color: #333333FF;
}
.actionbar_right .item .flex-center .icon {
  width: 18px;
  height: 18px;
  font-style: normal;
  display: block;
}
.actionbar_right .item .flex-center .icon.icon_qq {
  margin-right: 10px;
  background: url("../images/common/qq1.png") no-repeat center center / 16px 100%;
}
.actionbar_right .item .flex-center .icon.icon_mobile {
  background: url("../images/common/mobile.png") no-repeat center center / 18px 100%;
  margin-right: 9px;
}
.actionbar_right .item .hover_block {
  z-index: 5;
  position: absolute;
  background: #ffffff;
  box-shadow: 4px 6px 20px rgba(139, 138, 138, 0.1);
  min-height: 68px;
  right: 117px;
  top: -6px;
  display: none;
}
.actionbar_right .item .hover_block a {
  padding: 16px 26px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.actionbar_right .item .hover_block a:last-child {
  border-bottom: none;
}
.actionbar_right .item .hover_block a .left_icon {
  margin-right: 10px;
}
.actionbar_right .item .hover_block a .right_info {
  color: #323232;
}
.actionbar_right .item .hover_block a .right_info .h3 {
  font-size: 12px;
  color: #999999;
  line-height: 1.6;
}
.actionbar_right .item .hover_block a .right_info p {
  font-size: 16px;
  line-height: 1.2;
}
.actionbar_right .item:hover,
.actionbar_right .item.active {
  color: ff24a4;
  font-weight: bold;
}
.actionbar_right .item:hover a,
.actionbar_right .item.active a {
  color: #1445F0;
  font-size: 17px;
}
.actionbar_right .item:hover .flex-center .icon.icon_qq,
.actionbar_right .item.active .flex-center .icon.icon_qq {
  background: url("../images/common/qq_ac.png") no-repeat center center / 16px 100%;
}
.actionbar_right .item:hover .flex-center .icon.icon_mobile,
.actionbar_right .item.active .flex-center .icon.icon_mobile {
  background: url("../images/common/mobile_ac.png") no-repeat center center / 18px 100%;
}
.actionbar_right .item:hover .hover_block,
.actionbar_right .item.active .hover_block {
  display: block;
}
.actionbar_right .go-top {
  width: 106px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFEFD4;
  border-radius: 0 0 10px 10px;
  border-bottom: none;
  background-color: #103AED;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.actionbar_right .go-top span {
  margin-left: 10px ;
}
.actionbar_right .tabcnt {
  padding-top: 10px;
}
/* 弹窗 */
.layui-layer {
  box-shadow: none !important;
}
.layerui-layer-content {
  overflow: hidden !important;
}
.layui-layer-content {
  overflow: hidden !important;
}
.layui-layer-setwin .layui-layer-close {
  right: 0 !important;
  top: 0 !important;
  opacity: 0;
}
.layer-form-content {
  position: relative;
  width: 533px;
  height: 628px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 10px;
  padding-top: 63px;
}
.layer-form-content.purple {
  background: #FAFAFA url('../images/pop_bg1.png') no-repeat center top / 100%;
  border-radius: 17px;
  width: 485px;
}
.layer-form-content.purple .btn-submit {
  background-image: linear-gradient(0deg, #2236e3 0%, #0b6dff 100%), linear-gradient(#2236e3, #2236e3);
  background-blend-mode: normal, 
		normal;
  color: #ffffff;
}
.layer-form-content .icon-close {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 17px;
  cursor: pointer;
}
.layer-form-content .title_wrap {
  margin-bottom: 94px;
}
.layer-form-content .title_wrap h3 {
  line-height: 1.5;
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.layer-form-content .title_wrap p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
}
.layer-form-content .title_wrap p img {
  width: 160px;
}
.layer-form-content .layer-form-wrapper {
  width: 383px;
  height: 230px;
  margin: 0 auto;
}
.layer-form-content .layer-form-wrapper input[type='text'] {
  box-sizing: border-box;
  color: #000000;
  width: 100%;
  height: 50px;
  padding-left: 46px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 16px;
  background: url("../images/icon_mobile.png") no-repeat 16px center;
  caret-color: #333333;
}
.layer-form-content .layer-form-wrapper .yzm_wrap {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 3px;
}
.layer-form-content .layer-form-wrapper .yzm_wrap input {
  width: 58%;
  display: inline-block;
  border: none;
  margin-bottom: 0;
  background: url("../images/icon_code.png") no-repeat 18px center;
}
.layer-form-content .layer-form-wrapper .yzm_wrap input.icon-num {
  background: url("../images/icon_code1.png") no-repeat 16px center;
}
.layer-form-content .layer-form-wrapper .yzm_wrap img {
  width: 36%;
  float: right;
  height: 36px;
  margin-top: 8px;
  font-size: 16px;
  border: none;
  color: #3e20f6;
  cursor: pointer;
  display: block;
}
.layer-form-content .layer-form-wrapper .yzm_wrap button {
  width: 36%;
  float: right;
  height: 36px;
  margin-top: 8px;
  font-size: 16px;
  border: none;
  color: #3e20f6;
}
.layer-form-content .layer-form-wrapper .btn-submit {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  width: 300px;
  height: 55px;
  background: linear-gradient(90deg, #3f10ed, #6423f7);
  border-radius: 4px;
}
.layer-form-content .layer-form-wrapper .btn-submit:disabled {
  cursor: not-allowed;
  background: #eeeeee;
  color: #676767;
}
.layer-form-content .layer-form-wrapper .tips {
  text-align: left;
  color: #999999;
  margin-top: 16px;
  margin-bottom: 36px;
  font-size: 16px;
}
.layer-form-content .layer-form-wrapper .tips .pop_tip {
  font-size: 12px;
  line-height: 1.5;
}
.layer-form-content .layer-form-wrapper .tips .agree {
  margin-top: 10px;
}
.layer-form-content .layer-form-wrapper .tips .agree a {
  color: #3e20f6;
}
.layer-form-content .form-tips {
  font-size: 14px;
  color: #4545e6;
  margin-top: 10px;
}
.layer_success_content {
  position: relative;
  width: 400px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 20px;
  padding: 20px 30px 39px;
  background: #ffffff;
}
.layer_success_content .icon-close {
  position: absolute;
  right: 6px;
  top: 0px;
  padding: 17px;
}
.layer_success_content .title_wrap {
  margin-bottom: 20px;
}
.layer_success_content .title_wrap .icon_suc {
  display: block;
  margin: 0 auto;
}
.layer_success_content .title_wrap h3 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6222f7;
  line-height: 1.5;
}
.layer_success_content .title_wrap p {
  text-align: center;
  margin: 0 auto;
  margin-top: 18px;
  color: #555555;
  font-size: 16px;
  line-height: 1.3;
}
.layer_success_content .layer-form-wrapper .btn_success_ok {
  display: block;
  width: 300px;
  height: 55px;
  background: linear-gradient(90deg, #3f10ed, #6423f7);
  border-radius: 5px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 22px;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #ffd4cc !important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active {
  background: #e53917 !important;
  opacity: 1!important;
}
.swiper-pagination-bullets {
  bottom: 0px !important;
}
.layer_captcha_content {
  position: relative;
  width: 433px;
  height: 165px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 10px;
  background: #ffffff;
}
.layer_captcha_content .layer-form-content {
  width: 433px;
  height: 165px;
  padding-top: 55px;
}
.layer_captcha_content .layer-form-content .layer-form-wrapper {
  width: 300px;
}
.layer_captcha_content .icon-close {
  position: absolute;
  right: 6px;
  top: 0px;
  padding: 17px;
}
.layer_captcha_content .layer-form-wrapper {
  height: 165px;
}
.layer_captcha_content .layer-form-wrapper .btn-code {
  display: block;
  width: 300px;
  height: 55px;
  background: linear-gradient(90deg, #FB4619, #FF713F);
  border-radius: 10px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 22px;
}
.page4 ::-webkit-scrollbar {
  height: 392px;
  background: #E4E4E4;
  border-radius: 7px;
}
.page4 ::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #D4D4D4;
}
