h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
.crosspage {
  overflow-x: hidden;
}
.crosspage .banner-outer {
  height: 550px;
  width: 100%;
  background: #131227;
}
.crosspage .banner-outer .new-banner {
  height: 550px;
  width: 100%;
  background-image: url(/images/oversea/banner.jpg);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 1920px 550px;
}
.crosspage .banner-outer .banner-inner {
  width: 1100px;
  padding-top: 214px;
  margin: auto;
  color: white;
}
.crosspage .banner-outer .banner-inner h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 0px;
}
.crosspage .banner-outer .banner-inner .text {
  font-size: 18px;
  margin-top: 24px;
  line-height: 18px;
}
.crosspage .logoBox {
  width: 100%;
  background: #F9FCFF;
  padding-top: 56px;
  padding-bottom: 60px;
}
.crosspage .logoBox .box-title {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
}
.crosspage .logoBox .caseMoveWrapBox {
  width: 1100px;
  margin: 0 auto ;
  margin-top: 50px;
}
.crosspage .logoBox .caseMoveWrapBox .caseMoveWrap {
  width: 1100px;
  height: 49px;
  overflow: hidden;
  position: relative;
}
.crosspage .logoBox .caseMoveWrapBox .caseMoveWrap .caseMoveList {
  width: 3456px;
  height: 49px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: mymove 20s 1s infinite linear;
}
.crosspage .logoBox .caseMoveWrapBox .caseMoveWrap .caseMoveList:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.crosspage .logoBox .caseMoveWrapBox .caseMoveWrap .caseMoveList li {
  width: 1693px;
  height: 49px;
  float: left;
  background: url('/images/oversea/logo.png') no-repeat;
  background-size: 1693px 49px;
}
.crosspage .logoBox .caseMoveWrapBox .caseMoveWrap .caseMoveList li.one {
  margin-right: 35px;
}
.crosspage .logoBox .caseMoveWrapBox .caseMoveWrap .caseMoveList li.two {
  margin-left: 35px;
}
@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: -1928px;
  }
}
.crosspage .modulePoint {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.crosspage .modulePoint .point-title {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  margin-bottom: 80px;
  text-align: center;
}
.crosspage .modulePoint .itemBox {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.crosspage .modulePoint .itemBox .item {
  width: 308px;
  height: 540px;
  background: #FFFFFF;
  box-shadow: 0px 3px 57px 0px rgba(53, 53, 53, 0.1);
  border-radius: 15px;
  transition: 0.5s;
}
.crosspage .modulePoint .itemBox .item .top {
  width: 308px;
  height: 119px;
  background: url('/images/oversea/1.png') no-repeat;
  background-size: 308px 119px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 150px;
  padding-left: 38px;
}
.crosspage .modulePoint .itemBox .item .top.two {
  background: url('/images/oversea/2.png') no-repeat;
  background-size: 308px 119px;
}
.crosspage .modulePoint .itemBox .item .top.three {
  background: url('/images/oversea/3.png') no-repeat;
  background-size: 308px 119px;
}
.crosspage .modulePoint .itemBox .item .text {
  padding: 37px 32px 0 38px;
  box-sizing: border-box;
}
.crosspage .modulePoint .itemBox .item .text h4 {
  margin: 0;
  padding: 0;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #595959;
  line-height: 20px;
  margin-bottom: 19px;
}
.crosspage .modulePoint .itemBox .item .text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7B8390;
  line-height: 23px;
  margin-bottom: 8px;
}
.crosspage .modulePoint .itemBox .item .text p.last {
  margin-bottom: 45px;
}
.crosspage .modulePoint .itemBox .item:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
  transform: translate(0px, -10px);
}
.crosspage .modulePoint .itemBox .item:hover .text h5 {
  color: #1ABABD;
}
.crosspage .threecase {
  width: 100%;
  background: #F9F9FB;
  padding-top: 100px;
  padding-bottom: 120px;
}
.crosspage .threecase .three-title {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
  margin-bottom: 80px;
}
.crosspage .threecase .titleBox {
  width: 696px;
  height: 120px;
  box-shadow: 0px 3px 57px 0px rgba(53, 53, 53, 0.1);
  border-radius: 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #F9F9FB;
}
.crosspage .threecase .titleBox .caseItemBox {
  flex: 1;
  height: 120px;
  margin: 0 auto;
}
.crosspage .threecase .titleBox .caseItemBox .item {
  position: relative;
  bottom: -5px;
  overflow: hidden;
  height: 115px;
  margin-left: 17px;
  margin-right: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 5px solid #F9F9FB;
}
.crosspage .threecase .titleBox .caseItemBox .item .icon {
  width: 39px;
  height: 36px;
  display: block;
  background: url('/images/oversea/icon1.png') no-repeat;
  background-size: 39px 36px;
}
.crosspage .threecase .titleBox .caseItemBox .item .icon.two {
  background: url('/images/oversea/icon3.png') no-repeat;
  background-size: 36px 36px;
  background-position: center;
}
.crosspage .threecase .titleBox .caseItemBox .item .icon.three {
  background: url('/images/oversea/icon5.png') no-repeat;
  background-size: 35px 36px;
  background-position: center;
}
.crosspage .threecase .titleBox .caseItemBox .item .text {
  display: inline-block;
  margin-top: 14px;
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #595959;
  line-height: 18px;
}
.crosspage .threecase .titleBox .caseItemBox.active {
  background: #FFFFFF;
  border-radius: 15px 0px 0px 15px;
}
.crosspage .threecase .titleBox .caseItemBox.active.two {
  border-radius: 0px 0px 0px 0px;
}
.crosspage .threecase .titleBox .caseItemBox.active.three {
  border-radius: 0px 15px 15px 0px;
}
.crosspage .threecase .titleBox .caseItemBox.active .item {
  height: 115px;
  border-bottom: 5px solid #2BD3D3;
  box-sizing: border-box;
  overflow: hidden;
}
.crosspage .threecase .titleBox .caseItemBox.active .item .icon {
  background: url('/images/oversea/icon2.png') no-repeat;
  background-size: 39px 36px;
}
.crosspage .threecase .titleBox .caseItemBox.active .item .icon.two {
  background: url('/images/oversea/icon4.png') no-repeat;
  background-size: 36px 36px;
  background-position: center;
}
.crosspage .threecase .titleBox .caseItemBox.active .item .icon.three {
  background: url('/images/oversea/icon6.png') no-repeat;
  background-size: 35px 36px;
  background-position: center;
}
.crosspage .threecase .imgBox {
  width: 1000px;
  height: 370px;
  margin: 0 auto;
  margin-top: 80px;
}
.crosspage .threecase .imgBox .js-case-item0 {
  width: 100%;
  height: 100%;
  background: url('/images/oversea/4.png') no-repeat;
  background-size: 1000px 370px;
  display: none;
}
.crosspage .threecase .imgBox .js-case-item0.active {
  display: block;
}
.crosspage .threecase .imgBox .js-case-item1 {
  width: 100%;
  height: 100%;
  background: url('/images/oversea/5.png') no-repeat;
  background-size: 1000px 370px;
  display: none;
}
.crosspage .threecase .imgBox .js-case-item1.active {
  display: block;
}
.crosspage .threecase .imgBox .js-case-item2 {
  width: 100%;
  height: 100%;
  background: url('/images/oversea/6.png') no-repeat;
  background-size: 1000px 370px;
  display: none;
}
.crosspage .threecase .imgBox .js-case-item2.active {
  display: block;
}
.crosspage .fourproduct {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.crosspage .fourproduct .four-title {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  margin-bottom: 60px;
  text-align: center;
}
.crosspage .fourproduct .proBoxOne {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 868px;
}
.crosspage .fourproduct .proBoxOne .itemBox {
  width: 308px;
  height: 420px;
  overflow: hidden;
  box-shadow: 0px 3px 57px 0px rgba(53, 53, 53, 0.1);
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 38px;
  transition: 0.5s ease-in-out;
}
.crosspage .fourproduct .proBoxOne .itemBox .item {
  width: 308px;
  height: 465px;
  transition: 0.5s ease-in-out;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top {
  width: 308px;
  height: 186px;
  background: #2C2A48;
  display: flex;
  justify-content: center;
  align-items: self-end;
  padding-bottom: 15px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top .img {
  width: 225px;
  height: 115px;
  background: url('/images/oversea/7.png') no-repeat;
  background-size: 225px 115px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top .img.two {
  width: 135px;
  height: 136px;
  background: url('/images/oversea/8.png') no-repeat;
  background-size: 135px 136px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top .img.three {
  width: 203px;
  height: 128px;
  background: url('/images/oversea/9.png') no-repeat;
  background-size: 203px 128px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top .img.four {
  width: 229px;
  height: 132px;
  background: url('/images/oversea/10.png') no-repeat;
  background-size: 229px 132px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top .img.five {
  width: 186px;
  height: 138px;
  background: url('/images/oversea/11.png') no-repeat;
  background-size: 186px 138px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .top .img.six {
  width: 200px;
  height: 136px;
  background: url('/images/oversea/12.png') no-repeat;
  background-size: 200px 136px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox {
  margin-top: -15px;
  width: 308px;
  height: 296px;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px 40px 0px 40px;
  box-sizing: border-box;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .icon {
  width: 31px;
  height: 25px;
  background: url('/images/oversea/icon7.png') no-repeat;
  background-size: 31px 25px;
  margin-right: 13px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .icon.two {
  width: 43px;
  height: 30px;
  background: url('/images/oversea/icon8.png') no-repeat;
  background-size: 43px 30px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .icon.three {
  width: 35px;
  height: 26px;
  background: url('/images/oversea/icon9.png') no-repeat;
  background-size: 35px 26px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .icon.four {
  width: 35px;
  height: 31px;
  background: url('/images/oversea/icon10.png') no-repeat;
  background-size: 35px 31px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .icon.five {
  width: 25px;
  height: 29px;
  background: url('/images/oversea/icon11.png') no-repeat;
  background-size: 25px 29px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .icon.six {
  width: 30px;
  height: 25px;
  background: url('/images/oversea/icon12.png') no-repeat;
  background-size: 30px 25px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .textOne .title {
  display: inline-block;
  height: 24px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #37404D;
  line-height: 24px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox h4 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 23px;
  height: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #09AEB0;
  line-height: 15px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7B8390;
  line-height: 25px;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .btn {
  margin-top: 20px;
  width: 232px;
  height: 38px;
  background: #1ABABD;
  border-radius: 5px;
  line-height: 38px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  display: none;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox .btn a {
  width: 232px;
  height: 38px;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}
.crosspage .fourproduct .proBoxOne .itemBox .item .textBox.four {
  padding: 40px 0px 0px 40px;
}
.crosspage .fourproduct .proBoxOne .itemBox:hover .item {
  transform: translate(0px, -50px);
}
.crosspage .fourproduct .proBoxOne .itemBox:hover .item .textBox .btn {
  display: block;
}
.crosspage .fourproduct .proBoxOne .itemBox:hover .item .textBox .btn:hover {
  background: #2BD3D3;
}
.crosspage .fivegobal-bg {
  width: 100%;
  background-color: #131227;
}
.crosspage .fivegobal-bg .fivegobal {
  width: 1000px;
  height: 799px;
  background: url('/images/oversea/13.jpg') no-repeat;
  background-size: 1000px 799px;
  margin: 0 auto;
  overflow: hidden;
}
.crosspage .fivegobal-bg .fivegobal h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 100px;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 36px;
}
.crosspage .fivegobal-bg .fivegobal p {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 28px;
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #7B8390;
  line-height: 18px;
}
.crosspage .logoBoxB {
  width: 100%;
  background: #F9F9FB;
  height: 111px;
}
.crosspage .logoBoxB div {
  width: 1000px;
  height: 111px;
  margin: 0 auto;
  background: url('/images/oversea/14.jpg') no-repeat;
  background-size: 1000px 111px;
}
.crosspage .power-module-case {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 100px 0 70px;
  text-align: center;
}
.crosspage .power-module-case h2 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
  color: #363636;
  font-weight: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.crosspage .power-module-case ul.scroll-outer-ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
  width: 1000px;
  position: relative;
  height: 390px;
  margin: auto;
  margin-top: 60px;
}
.crosspage .power-module-case ul.scroll-outer-ul:after {
  content: " ";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.crosspage .power-module-case ul.scroll-outer-ul li {
  width: 610px;
  height: 390px;
  border: 1px solid #ecf0f0;
  background-color: white;
  position: absolute;
  border-radius: 15px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  box-shadow: 0px 3px 57px 0px rgba(53, 53, 53, 0.1);
}
.crosspage .power-module-case ul.scroll-outer-ul li .image-outer {
  width: 140px;
  margin: auto;
}
.crosspage .power-module-case ul.scroll-outer-ul li .image-outer img.img-logo {
  max-width: 140px;
  margin-top: 50px;
}
.crosspage .power-module-case ul.scroll-outer-ul li p.sign-outer {
  color: #7b8390;
  text-align: right;
  font-size: 14px;
  position: relative;
  z-index: 10;
  margin-right: 50px;
}
.crosspage .power-module-case ul.scroll-outer-ul li p.sign-outer img {
  vertical-align: bottom;
  height: 22px;
}
.crosspage .power-module-case ul.scroll-outer-ul li p.desc {
  color: #7b8390;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  z-index: 11;
  margin: 50px 50px 35px;
  text-align: left;
}
.crosspage .power-module-case ul.scroll-outer-ul li .img-lq {
  width: 86px;
  height: 66px;
  position: absolute;
  left: 30px;
  top: 36px;
}
.crosspage .power-module-case ul.scroll-outer-ul li .img-rq {
  width: 86px;
  height: 66px;
  position: absolute;
  right: 30px;
  bottom: 36px;
}
.crosspage .power-module-case ul.scroll-outer-ul li.index_1 {
  left: -5%;
  z-index: 50;
  transform: scale(0.8, 0.8);
  opacity: 0.5;
  margin-left: 0px;
}
.crosspage .power-module-case ul.scroll-outer-ul li.index_2 {
  z-index: 105;
  left: 50%;
  margin-left: -305px;
  opacity: 1;
}
.crosspage .power-module-case ul.scroll-outer-ul li.index_3 {
  left: 44%;
  margin-left: 0px;
  z-index: 50;
  opacity: 0.5;
  transform: scale(0.8, 0.8);
}
.crosspage .power-module-case ul.dot-outer-ul {
  height: 44px;
  width: 100px;
  margin: 25px auto;
}
.crosspage .power-module-case ul.dot-outer-ul li {
  width: 12px;
  height: 12px;
  float: left;
  border-radius: 50%;
  margin-top: 11px;
  margin-left: 12px;
  cursor: pointer;
  background-color: #c7cbd1;
}
.crosspage .power-module-case ul.dot-outer-ul li.active {
  background-color: #09aeb0;
}
.crosspage .companies-outer {
  width: 1000px;
  margin: auto;
  min-height: 30px;
  margin-bottom: 80px;
  background: url(/images/oversea/corss-logo.jpg) no-repeat;
  background-size: 1000px 168px;
  box-sizing: border-box;
  height: 168px;
}
.crosspage .companies-outer .grid-cell {
  width: 125px;
  height: 84px;
  cursor: default;
  float: left;
  box-sizing: border-box;
}
.crosspage .companies-outer .grid-cell a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.crosspage .companies-outer .grid-cell:hover {
  width: 125px;
  height: 84px;
  box-shadow: 0px 0px 18px 0px rgba(155, 155, 155, 0.18);
  border-radius: 5px;
  box-sizing: border-box;
}
.crosspage .companies-outer .grid-cell.link {
  cursor: pointer;
}
.crosspage .detail-item {
  background-color: #f9f9fb;
  margin: 0 auto;
  padding: 100px 0 120px;
  text-align: center;
}
.crosspage .detail-item .bpo-form {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 85px 0 270px;
  background: #fff;
  box-shadow: 0 8px 21px 0 rgba(139, 141, 147, 0.22);
  border-radius: 15px;
}
.crosspage .detail-item .bpo-form .form-body {
  width: 100%;
  margin: 0 auto;
}
.crosspage .detail-item .bpo-form .form-body h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 36px;
  color: #363636;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
}
.crosspage .detail-item .bpo-form .form-body .second-title {
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #7B8390;
  margin-bottom: 80px;
}
.crosspage .detail-item .bpo-form .form-body .item-info {
  height: 42px;
  width: 470px;
  margin: 0 auto 24px;
  position: relative;
}
.crosspage .detail-item .bpo-form .form-body .item-info .zc-j-input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 85px;
  font-size: 16px;
  border: 1px solid #C4CCCC;
  border-radius: 4px;
}
.crosspage .detail-item .bpo-form .form-body .item-info .zc-j-input::-ms-input-placeholder {
  color: #C7CACD;
}
.crosspage .detail-item .bpo-form .form-body .item-info .zc-j-input::-webkit-input-placeholder {
  color: #C7CACD;
}
.crosspage .detail-item .bpo-form .form-body .item-info .zc-j-input:focus {
  border: 1px solid #04BABC;
}
.crosspage .detail-item .bpo-form .form-body .item-info .tips {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 16px;
  line-height: 42px;
  color: #7B8390;
}
.crosspage .detail-item .bpo-form .form-body .item-info .error-txt {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  line-height: 12px;
  color: #f1323b;
  visibility: hidden;
  left: 0;
}
.crosspage .detail-item .bpo-form .form-body .item-info .data-list {
  position: absolute;
  width: 470px;
  top: 45px;
  left: 0px;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 1px 13px 0px #D3D3D3;
  border-radius: 4px;
  height: 118px;
  max-height: 118px;
  padding: 8px 0px;
  overflow-y: auto;
  z-index: 88;
  display: none;
}
.crosspage .detail-item .bpo-form .form-body .item-info .data-list.show {
  display: block;
}
.crosspage .detail-item .bpo-form .form-body .item-info .data-list li {
  text-align: left;
  box-sizing: border-box;
  height: 34px;
  margin: 0px;
  padding: 0px;
  line-height: 34px;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  cursor: pointer;
}
.crosspage .detail-item .bpo-form .form-body .item-info .data-list li:hover {
  background: #F1FAFB;
  color: #09AEB0;
}
.crosspage .detail-item .bpo-form .form-body .item-info .data-list .select {
  background: #F1FAFB;
  color: #09AEB0;
}
.crosspage .detail-item .bpo-form .form-body .item-info.error .zc-j-input {
  border: 1px solid #fa4b85;
}
.crosspage .detail-item .bpo-form .form-body .item-info.error .error-txt {
  visibility: initial;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .clear-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .sms-info {
  float: left;
  height: 42px;
  line-height: 42px;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .sms-code-btn {
  width: 165px;
  color: #fff;
  text-align: center;
  background: #c8cdcf;
  border-radius: 4px;
  cursor: pointer;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .sms-code-btn:hover {
  background: #b3b7b9;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .sms-code-btn:hover.active {
  background: #459ca0;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .sms-code-btn.active {
  background: #04babc;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .count-down {
  position: absolute;
  height: 100%;
  line-height: 42px;
  width: 165px;
  box-sizing: border-box;
  padding-left: 20px;
  text-align: center;
  background: #c8cdcf;
  border-radius: 4px;
  display: none;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .count-down:after {
  content: '';
  display: block;
  clear: both;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .count-down span {
  float: left;
  display: block;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .count-down .time {
  width: 25px;
  color: #22b2b4;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms.hide .sms-code-btn {
  display: none;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms.hide .count-down {
  display: block;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .sms-code {
  float: right;
  width: 290px;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-sms .tips {
  left: 194px;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-email {
  margin-bottom: 30px;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-email .tips {
  text-align: justify;
  display: block;
  width: 48px;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-email .tips:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-commit .commit-btn {
  color: #fff;
  font-size: 20px;
  background: #04babc;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.crosspage .detail-item .bpo-form .form-body .item-info.item-commit .commit-btn:hover {
  background: #0EC8CA;
}
.crosspage .detail-item .bpo-form .success-body {
  display: none;
  width: 400px;
  margin: 0 auto;
}
.crosspage .detail-item .bpo-form .success-body .success-icon {
  width: 55px;
  height: 52px;
  margin: 0 auto;
  background-image: url("/images/oversea/form-success-icon.png");
}
.crosspage .detail-item .bpo-form .success-body .success-title {
  margin: 35px 0 25px;
  font-size: 24px;
  color: #09AEB0;
  text-align: center;
}
.crosspage .detail-item .bpo-form .success-body li {
  text-align: center;
  font-size: 18px;
  color: #7B8390;
  line-height: 34px;
}
.crosspage .detail-item .bpo-form .form-bg {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 1000px;
  height: 260px;
  background: url("/images/oversea/liuzi.png") no-repeat;
  background-size: 798px 243px;
  background-position: center;
}
.crosspage .bottom {
  width: 100%;
  padding-bottom: 120px;
}
.crosspage .bottom .bottom-title {
  display: inline-block;
  font-weight: 400;
  color: #363636;
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.crosspage .bottom .bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.crosspage .bottom .bottom-content.active {
  margin-top: 27px;
}
.crosspage .bottom .bottom-content.last img {
  width: 30px;
  height: 30px;
}
.crosspage .bottom .bottom-content.last img.scrm {
  width: 33px;
}
.crosspage .bottom .bottom-content.last img.robot {
  width: 38px;
}
.crosspage .bottom .bottom-content.last .last-bottom {
  margin: 0 16px;
  width: 470px;
  font-size: 14px;
  color: #abb0b9;
}
.crosspage .bottom .bottom-content .li-bottom {
  cursor: pointer;
  width: 224px;
  height: 65px;
  background: #FFFFFF;
  border: 1px solid #E2E6EB;
  border-radius: 3px;
  margin: 0 16px;
}
.crosspage .bottom .bottom-content .li-bottom:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}
.crosspage .bottom .bottom-content .li-bottom a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  color: #545d69;
}
.crosspage .bottom .bottom-content .li-bottom a img {
  margin-left: 20px;
}
.crosspage .bottom .bottom-content .li-bottom a span {
  margin-left: 20px;
}
