/*  卡片激活登录  */
.infoGathering-box {
  /* display: none; */
  position: relative;
}
.infoGathering-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.2);
}
.infoGathering-box .bg-img{
  width: 100%
}
.infoGathering-box .bg-img img{
  width: 100%; 
}
.infoGathering-box .card-login-box {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1350px;
  /* height: 683px; */
  max-width: 1350px;
  z-index: 3;
  border-radius: 8px;
  display: flex;
}
.infoGathering-box .card-login-box .step-one {
  position: absolute;
  right: 0;
  width: 100%;
  /* height: 683px; */
    padding: 20px 102px 8px;
    border-radius: 8px;
  box-sizing: border-box;
  /* background-color: #fff; */
}
.infoGathering-box .card-login-box .step-one .head{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.infoGathering-box .card-login-box .step-one .head .title{
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(204, 204, 204);
  font-size: 30px;
  font-weight: bold;
  color: #222;
  position: relative;
}
.infoGathering-box .card-login-box .step-one .head .title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 60px;
  height: 6px;
  margin: auto;
  background-color: rgb(249, 114, 0);
}
.infoGathering-box .card-login-box .step-one .main {
  display: flex;
  justify-content: space-between;
}
.card-login-box .step-one .main .info-box {
  width: 84%;
  margin-right: 80px;
  padding-top: 20px;
}
.card-login-box .step-one .main .info-box .item {
  font-size: 20px;
  color: #fff
}
.card-login-box .step-one .main .info-box .item:nth-child(1) {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}
.card-login-box .step-one .main .info-box .item:nth-child(2) {
  margin-bottom: 40px;
}
.card-login-box .step-one .main .info-box .item:nth-child(3){
  margin-bottom: 25px;
}
.card-login-box .step-one .main .info-box .item:nth-child(3)>span {
  font-weight: bold;
}
.card-login-box .step-one .main .info-box .item>span:nth-child(2) {
  font-weight: 400
}
.card-login-box .step-one .main .info-box .item:nth-child(4) {
  margin-bottom: 15px;
  margin-left: 20px;
  text-indent: -20px;
}
.card-login-box .step-one .main .info-box .item:nth-child(5) {
  margin-left: 20px;
  text-indent: -20px;
}
.card-login-box .step-one .main .info-box .item.carpic {
  width: 100%;
  height: 150px;
    margin: 0 auto 25px;
    background: url('https://api.wisdomseller.com/static/js-client/image/promo_code_3.png') no-repeat;
  background-size: contain;
  background-position-x: center;
}
.card-login-box .step-one .main .info-box #slave_1_tips {
  font-size: 14px;
}

/* .card-login-box .step-one .main .info-box .item:nth-child(5) {
  
} */
.card-login-box .step-one .main .form-box {
  padding: 40px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}
.card-login-box .step-one .main .form-box .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(241, 241, 241, 1);
}
.card-login-box .step-one .main .form-box p {
  margin-bottom: 25px;
  font-size: 18px;
  color: rgba(241, 241, 241, 1);
}
.card-login-box .step-one .main .form-box .input_label,
.card-login-box .step-one .main .form-box .input_label>label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
}
.card-login-box .step-one .main .form-box .input_label>span {
  display: inherit;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/cc111a7e67db313e890049f1f6dad6ae.png?imageMogr2/format/webp/rquality/50') no-repeat 0;
  background-size: 80%;
}
.card-login-box .step-one .main .form-box .input_label>span>a {
  display: inherit;
  width: 20px;
  height: 20px;
}
.card-login-box .step-one .main .form-box>span.step_one_warn_1,
.card-login-box .step-one .main .form-box>span.step_one_warn_2,
.card-login-box .step-one .main .form-box .span_s>span.step_one_warn_3,
.card-login-box .step-one .main .form-box span.step_one_warn_5 {
  display: none;
  color: red;
  font-size: 12px;
  line-height: 1.5;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8ff7a98d137859cf37589c849e1b33e7.png?imageMogr2/format/webp/rquality/50') no-repeat  0;
  padding-left: 20px;
  background-size: 12px;
}
.card-login-box .step-one .main .form-box .span_s>span.step_one_warn_3:last-child {
  background: none;
}
.card-login-box .step-one .main .form-box .span_s>p {
  display: none;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 20px;
}
.card-login-box .step-one .main .form-box .input-item {
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
.card-login-box .step-one .main .form-box .input-item>span{
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translate(10px, -50%);
}
.card-login-box .step-one .main .form-box .input-item:nth-child(5)>span {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/d2c3aa38c0a15fa9f456d0d1633bd0ac.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-one .main .form-box .input-item:nth-child(8)>span {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/87ad4804b7e0fa2ccef19713bf255275.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-one .main .form-box .input-item:nth-child(11)>span {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/adaeddc8fc0ad14ed64884abf6b03a69.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-one .main .form-box .input-item>input{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 44px;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 3px;
  font-size: 16px;
  color: #999;
}
.card-login-box .step-one .main .form-box .input-item>input:focus {
  border-color:rgba(0, 0, 0, 1) 
}
.card-login-box .step-one .main .form-box button {
  width: 100%;
  margin-top: 13px;
  margin-bottom: 15px;
  line-height: 49px;
  background:rgba(249, 114, 0, 1);
  border: 1px solid rgba(249, 114, 0, 1);
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
}
.card-login-box .step-one .main .form-box button:hover {
  background: #222;
  border-color: #222;
}
.card-login-box .step-one .main .form-box>a {
  line-height: 20px;
  font-size: 16px;
  color: rgba(249, 114, 0, 1);
  text-decoration: underline;
}
.card-login-box .step-one .main .form-box .remark {
  margin-top: 6px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(241, 241, 241, 1);
}
.infoGathering-box .card-login-box>.item {
  position:absolute;
  right: 0;
  width: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
}
.infoGathering-box .card-login-box .step-two.animate_bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-duration: 1s;
}
.infoGathering-box .card-login-box .step-two.animate_bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  animation-duration: 1s;
}
.infoGathering-box .card-login-box .step-two {
  /* display: none; */
  z-index: 0;
}
.infoGathering-box .card-login-box .step-two .head {
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-two .main{
  padding-bottom: 68px;
}
.infoGathering-box .card-login-box .step-two .main .get-title {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  color: rgba(249, 114, 0, 1);
}
.infoGathering-box .card-login-box .step-two .main .info-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.card-login-box .step-two .main .info-box .order-infoBox {
  width: 20%;
    padding: 15px 35px 0;
    border: 1px solid #fff;
  border-radius: 20px;
  transform: scale(0.88);
  background-color: rgba(255, 255, 255, .2);
}
.card-login-box .step-two .main .info-box .order-infoBox .title {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* .card-login-box .step-two .main .info-box .order-infoBox .m {} */
.card-login-box .step-two .main .info-box .order-infoBox .m>.item {
  margin-bottom: 10px;
}
.card-login-box .step-two .main .info-box .order-infoBox .m>.item>p {
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.card-login-box .step-two .main .info-box .order-infoBox .m>.item>span {
  display: inline-block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  white-space: normal;
}
.card-login-box .step-two .main .info-box .order-infoBox .m>.item>span.product_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
.card-login-box .step-two .main .info-box .acquire-box {
  width: 30%;
  padding-top: 24px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .2);
}
.card-login-box .step-two .main .info-box .acquire-box .title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper {
  width: 100%;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m .img {
  width: 100%;
  max-width: 191px;
  max-height: 216px;
  margin-bottom: 15px;
  position: relative;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m .img .discount {
  position: absolute;
    top: 20px;
    left: 50px;
    color: #fff;
    font-size: 36px;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m .img img{
  width: 100%;
  max-height: 216px;
  object-fit: contain;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m p {
  margin-bottom: 24px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-prev.swiper-button-disabled,
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-next.swiper-button-disabled {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-image: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50');
  background-size: cover;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-prev,
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/58ecbc261a08dacd9c3eceb2c44fb404.png?imageMogr2/format/webp/rquality/50');
  background-size: cover;
  top: 40%;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-prev.swiper-button-disabled {
  transform: rotate(0deg);
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m .img .huobi {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #fff;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m .img .huobi span.symbol {
  font-size: 14px;
}
.card-login-box .step-two .main .info-box .acquire-box #card-Swiper .swi-m .img .huobi span.nub {
  font-size: 25px;
}
.card-login-box .step-two .main .info-box .order-giftBox {
  width: 20%;
    padding: 15px 35px 0;
    border: 1px solid #fff;
  border-radius: 20px;
  transform: scale(0.88);
  background-color: rgba(255, 255, 255, .2);
}
.card-login-box .step-two .main .info-box .order-giftBox .title {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.card-login-box .step-two .main .info-box .order-giftBox .m {
  font-size: 18px;
}
.card-login-box .step-two .main .info-box .order-giftBox .m>.item {
  margin-bottom: 25px;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}
.card-login-box .step-two .main .info-box .order-giftBox .m .item i{
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: rgba(249, 114, 0, 1);
}
.card-login-box .step-two .main .but-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(34, 34, 34, 1);
}
.card-login-box .step-two .main .but-box .but-item {
  width: 18%;
  height: 55px;
  line-height: 55px;
  margin: 0 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.card-login-box .step-two .main .but-box .but-item.next {
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}
.card-login-box .step-two .main .but-box .but-item.next:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.card-login-box .step-two .main .but-box .but-item.prev:hover {
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}

.infoGathering-box .card-login-box .step-three.animate_bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-duration: 1s;
}
.infoGathering-box .card-login-box .step-three.animate_bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  animation-duration: 1s;
}
.infoGathering-box .card-login-box .step-three {
  /* display: none; */
  z-index: 0;
}
.infoGathering-box .card-login-box .step-three .head {
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-three .main {
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-three .main .info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 55px 146px 63px;
    position: relative;
}
.card-login-box .step-three .main .info-box .warn.animate_warnInLeft {
  -webkit-animation-name: warnInLeft;
  animation-name: warnInLeft;
  animation-duration: 1s;
}
.card-login-box .step-three .main .info-box .warn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  background:rgba(0, 0, 0, .7);
  color:#f97200;
  font-size: 14px;
}
.card-login-box .step-three .main .info-box .img{
  width: 100%;
  max-width: 300px;
  max-height: 375px;
  text-align: center;
}
.card-login-box .step-three .main .info-box .img p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.card-login-box .step-three .main .info-box .img .img_ss {
  width: 210px;
  margin: auto;
}
.card-login-box .step-three .main .info-box .img .img_ss img{
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-three .main .info-box .optionStep-box {
  width: 65%;
}
.card-login-box .step-three .main .info-box .optionStep-box .step-xuhao {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span {} */
.card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span:nth-child(1) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5667c3dba04c422b6a769ed24bed116e.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span:nth-child(3) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e95859f5621b8df1fc7b95573a673004.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span:nth-child(5) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/2533dc721694eaab4aa954e19a256d8d.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span:nth-child(7) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e41bf9e9f7cf28a4143b6e1559c07148.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span:nth-child(even) {
  flex: 1;
  height: 1px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dafd326f51fbf71b7ab2127fdfad2cb1.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
/* .card-login-box .step-three .main .info-box .optionStep-box .step-xuhao span:nth-child(2) {
  background: url('../img/xian-a.png') no-repeat;
  background-size: cover;
} */
.card-login-box .step-three .main .info-box .optionStep-box .option-are {
  width: 100%;
  padding: 28px 25px;
  max-height: 285px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 3px;
  overflow-y: scroll;
  box-sizing: border-box;
  background: #fff;
  opacity: 80%;
}
.card-login-box .step-three .main .info-box .optionStep-box .option-are>.item{
  margin-bottom: 15px;
}
.card-login-box .step-three .main .info-box .optionStep-box .option-are .item>h6{
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.card-login-box .step-three .main .info-box .optionStep-box .option-are .item>p {
  line-height: 25px;
}
.card-login-box .step-three .main .info-box .optionStep-box .option-are .item>p label{
  padding-left: 20px;
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}
.card-login-box .step-three .main .info-box .optionStep-box .option-are .item>p label input{
  margin-right: 10px;
  -webkit-appearance: radio;
}
.card-login-box .step-three .main .but-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(34, 34, 34, 1);
}
.card-login-box .step-three .main .but-box .but-item{
  width: 18%;
  height: 55px;
  line-height: 55px;
  margin: 0 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.card-login-box .step-three .main .but-box .but-item.next{
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}
.card-login-box .step-three .main .but-box .but-item.next:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.card-login-box .step-three .main .but-box .but-item.prev:hover{
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}

.infoGathering-box .card-login-box .step-four {
  /* display: none; */
}
.infoGathering-box .card-login-box .step-four .head{
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-four .main{
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-four .info-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 45px 146px 53px;
}
.card-login-box .step-four .main .info-box .warn.animate_warnInLeft {
  -webkit-animation-name: warnInLeft;
  animation-name: warnInLeft;
  animation-duration: 1s;
}
.card-login-box .step-four .main .info-box .warn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  background:rgba(0, 0, 0, .7);
  color: #f97200;
  font-size: 14px;
}
.card-login-box .step-four .main .info-box .img{
  width: 100%;
  max-width: 300px;
  max-height: 375px;
  text-align: center;
}
.card-login-box .step-four .main .info-box .img p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.card-login-box .step-four .main .info-box .img .img_ss {
  width: 210px;
  margin: 0 auto;
}
.card-login-box .step-four .main .info-box .img .img_ss img{
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-four .main .info-box .optionStep-box {
  width: 62%;
}
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span {} */
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(1) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5667c3dba04c422b6a769ed24bed116e.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(3) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/793256314c87f07d8e8d0faf4f81ba60.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(5) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/2533dc721694eaab4aa954e19a256d8d.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(7) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e41bf9e9f7cf28a4143b6e1559c07148.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(even) {
  flex: 1;
  height: 1px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dafd326f51fbf71b7ab2127fdfad2cb1.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(2){
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f1018e5a5bf9ca0d4afd79050907b374.png?imageMogr2/format/webp/rquality/50') no-repeat;
}
/* .card-login-box .step-four .main .info-box .optionStep-box .step-xuhao span:nth-child(4) {
  background: url('../img/xian-a.png') no-repeat;
} */
.card-login-box .step-four .main .info-box .optionStep-box .score-box {
  margin-bottom: 20px;
}
.card-login-box .step-four .main .info-box .optionStep-box .score-box h6 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.card-login-box .step-four .main .info-box .optionStep-box .score-box h6>i {
  margin-right: 5px;
  color: rgba(249, 114, 0, 1);
}
/* .card-login-box .step-four .main .info-box .optionStep-box .score-box .xin {} */
.card-login-box .step-four .main .info-box .optionStep-box .score-box .xin span {
  display: inline-block;
  width: 67px;
  height: 68px;
  margin-right: 15px;
  background-size: cover;
  cursor: pointer;
}
/* .card-login-box .step-four .main .info-box .optionStep-box .opinion-box {} */
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box h6 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-indent: -16px;
  margin-left: 16px;
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box h6>i {
  margin-right: 5px;
  color: rgba(249, 114, 0, 1);
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box .form-box {
  display: none;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box .form-box .form-box--item {
 width: 100%;
 margin-bottom: 10px;
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box .form-box .form-box--item input {
  width: inherit;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 3px;
  font-size: 16px;
  color: #999;
  box-sizing: border-box;
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box .form-box .form-box--item input:focus {
  border-color:rgba(0, 0, 0, 1);
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box textarea {
  width: 100%;
  height: 109px;
  padding: 15px;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 5px;
  outline: none;
  resize: none;
  font-size: 16px;
  color: #222;
  box-sizing: border-box;
}
.card-login-box .step-four .main .info-box .optionStep-box .opinion-box textarea:focus {
  border-color:rgba(0, 0, 0, 1);
}
.card-login-box .step-four .main .but-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(34, 34, 34, 1);
}
.card-login-box .step-four .main .but-box .but-item{
  width: 18%;
  height: 55px;
  line-height: 55px;
  margin: 0 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
}
.card-login-box .step-four .main .but-box .but-item.next{
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}
.card-login-box .step-four .main .but-box .but-item.next:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.card-login-box .step-four .main .but-box .but-item.prev:hover {
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}


.infoGathering-box .card-login-box .step-five {
  /* display: none; */
}
.infoGathering-box .card-login-box .step-five .head{
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-five .main{
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-five .info-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 55px 146px 63px;
    position: relative;
}
.card-login-box .step-five .main .info-box .warn.animate_warnInLeft {
  -webkit-animation-name: warnInLeft;
  animation-name: warnInLeft;
  animation-duration: 1s;
}
.card-login-box .step-five .main .info-box .warn {
  display: none;
  position: absolute;
  top: 50%;
  left: 30%;
  padding: 5px;
  background:rgba(0, 0, 0, .7);
  color: #f97200;
  font-size: 14px;
  transform: translate(-50%, 0);
}
.card-login-box .step-five .main .info-box .img{
  width: 100%;
  max-width: 300px;
  max-height: 375px;
  text-align: center;
}
.card-login-box .step-five .main .info-box .img p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.card-login-box .step-five .main .info-box .img .img_ss {
  width: 210px;
  margin: 0 auto;
}
.card-login-box .step-five .main .info-box .img .img_ss img{
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-five .main .info-box .optionStep-box {
  width: 62%;
}
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span {} */
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(1) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5667c3dba04c422b6a769ed24bed116e.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(3) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/793256314c87f07d8e8d0faf4f81ba60.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(5) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/78c658b1e5dd811e2f9e516e947d1313.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(7) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e41bf9e9f7cf28a4143b6e1559c07148.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(even) {
  flex: 1;
  height: 1px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dafd326f51fbf71b7ab2127fdfad2cb1.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(2),
.card-login-box .step-five .main .info-box .optionStep-box .step-xuhao span:nth-child(4) {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f1018e5a5bf9ca0d4afd79050907b374.png?imageMogr2/format/webp/rquality/50') no-repeat;
}
.card-login-box .step-five .main .info-box .optionStep-box .comment-box {
  margin-bottom: 20px;
}
.card-login-box .step-five .main .info-box .optionStep-box .comment-box h6 {
  margin-left: 20px;
  text-indent: -20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.card-login-box .step-five .main .info-box .optionStep-box .comment-box h6>i{
  margin-right: 5px;
  color: rgba(249, 114, 0, 1);
}
/* .card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box {} */
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box h6 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box h6>i {
  margin-right: 5px;
  color: rgba(249, 114, 0, 1);
}
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box textarea {
  width: 100%;
  height: 109px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 5px;
  outline: none;
  resize: none;
  font-size: 16px;
  color: #222;
  box-sizing: border-box;
}
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box textarea:focus {
  border-color:rgba(0, 0, 0, 1);
}
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box label{
  font-size: 14px;
  color: #fff;
  display: flex;
}
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box label>input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-color: #fff;
  -webkit-appearance:none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
  transform: scale(.7)
}
.card-login-box .step-five .main .info-box .optionStep-box .acknowledgments-box label>input:checked {
  background: #f97200 url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f0ca9dde73911e3e440b8ac098515b5f.png?imageMogr2/format/webp/rquality/50") no-repeat 100%;
}
.card-login-box .step-five .main .but-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(34, 34, 34, 1);
}
.card-login-box .step-five .main .but-box .but-item{
  width: 20%;
  height: 55px;
  line-height: 55px;
  margin: 0 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
}
.card-login-box .step-five .main .but-box .but-item.next,
.card-login-box .step-five .main .but-box .but-item.bst{
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}
.card-login-box .step-five .main .but-box .but-item.next>div {
  font-size: 20px;
}
.card-login-box .step-five .main .but-box .but-item.next:hover,
.card-login-box .step-five .main .but-box .but-item.bst:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.card-login-box .step-five .main .but-box .but-item.prev:hover {
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}

.infoGathering-box .card-login-box .step-six {
  /* display: none; */
}
.infoGathering-box .card-login-box .step-six .head{
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-six .main{
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-six .info-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 55px 146px 63px;
}
.card-login-box .step-six .main .info-box .warn {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  background:rgba(0, 0, 0, .7);
  color: #f97200;
  font-size: 14px;
  transform: translate(-50%, 0);
}
.card-login-box .step-six .main .info-box .img{
  width: 100%;
  max-width: 300px;
  max-height: 375px;
  position: relative;
}
.card-login-box .step-six .main .info-box .img .huobi {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #fff;
}
.card-login-box .step-six .main .info-box .img .huobi span.symbol {
  font-size: 25px;
}
.card-login-box .step-six .main .info-box .img .huobi span.nub {
  font-size: 40px;
}

.card-login-box .step-six .main .info-box .img .discount .nub {
  position: absolute;
    top: 45px;
    left: 60px;
    color: #fff;
    font-size: 66px;
}
.card-login-box .step-six .main .info-box .img p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.card-login-box .step-six .main .info-box .img .money_k_type_promo_code {
  position: absolute;
  top: 63px;
  left: 40px;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.card-login-box .step-six .main .info-box .img .money_k_type_gift_card {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 30px;
  color: #fff;
}

.card-login-box .step-six .main .info-box .img .img_ss {
  width: 210px;
  margin: 0 auto;
}
.card-login-box .step-six .main .info-box .img .img_ss img{
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-six .main .info-box .optionStep-box {
  width: 62%;
}
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span {} */
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(1) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5667c3dba04c422b6a769ed24bed116e.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(3) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/793256314c87f07d8e8d0faf4f81ba60.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(5) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/78c658b1e5dd811e2f9e516e947d1313.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(7) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e41bf9e9f7cf28a4143b6e1559c07148.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(even) {
  flex: 1;
  height: 1px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dafd326f51fbf71b7ab2127fdfad2cb1.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(2),
.card-login-box .step-six .main .info-box .optionStep-box .step-xuhao span:nth-child(4) {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f1018e5a5bf9ca0d4afd79050907b374.png?imageMogr2/format/webp/rquality/50') no-repeat;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box {
  height: 285px;
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 60px;
  overflow-y: scroll;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box h6 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* .card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box {} */
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(1) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/814ada24112da7814837d8985c98dec2.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(2) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/2fdcf012d756a7f83f98f172902f09e2.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(3) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/3a3afdc24e411300fa6bd2595fbce56e.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(5) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e64c59b084597ca7471702bfe0b54353.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(6) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8d6ba9cd34524dc1c2f59d194bdd02c6.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(7) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8414a3a3d66a4818f2745acc67636232.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(8) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/4b7c603553f4cbcc87e5f80139a6860f.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item:nth-child(9) span {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/296e1444f1b86dfa3a4956b5d888d3db.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item input {
  width: 100%;
  line-height: 55px;
  padding-left: 40px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  font-size: 16px;
  color: #999; 
  box-sizing: border-box;
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .item input:focus {
  border-color:rgba(0, 0, 0, 1);
}
.card-login-box .step-six .main .info-box .optionStep-box .userSite-box .input-box .hint {
  font-size: 16px;
  line-height: 16px;
  color: red
}
.card-login-box .step-six .main .info-box .optionStep-box .hint-six {
  width: 100%;
  margin-top: 18px;
  color: #fff;
  font-size: 22px;
  word-wrap: break-word;
}
/* .card-login-box .step-six .main .but-box {} */
.card-login-box .step-six .main .but-box .but-notarize {
  width: 20%;
  height: 54px;
  margin: auto;
  line-height: 54px;
  font-size: 19px;
  font-weight: bold;
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
}
.card-login-box .step-six .main .but-box .but-notarize:hover {
  background: #222;
  border-color: #222;
}

.infoGathering-box .card-login-box .step-seven {
  /* display: none; */
}
.infoGathering-box .card-login-box .step-seven .head{
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-seven .main{
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-seven .info-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 55px 146px 63px;
}
/* .card-login-box .step-seven .main .info-box .warn.animate_warnInLeft {
  -webkit-animation-name: warnInLeft;
  animation-name: warnInLeft;
  animation-duration: 1s;
} */
.card-login-box .step-seven .main .info-box .warn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  background:rgba(0, 0, 0, .7);
  color: #f97200;
  font-size: 14px;
  transform: translate(-50%, 0);
}
.card-login-box .step-seven .main .info-box>.img{
  width: 100%;
  max-width: 300px;
  max-height: 375px;
}
.card-login-box .step-seven .main .info-box>.img p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.card-login-box .step-seven .main .info-box>.img .img_ss {
  width: 210px;
  margin: 0 auto;
}
.card-login-box .step-seven .main .info-box>.img>img{
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-seven .main .info-box .optionStep-box {
  width: 62%;
}
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span {} */
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(1) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5667c3dba04c422b6a769ed24bed116e.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(3) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/793256314c87f07d8e8d0faf4f81ba60.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(5) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/78c658b1e5dd811e2f9e516e947d1313.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(7) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e41bf9e9f7cf28a4143b6e1559c07148.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(even) {
  flex: 1;
  height: 1px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dafd326f51fbf71b7ab2127fdfad2cb1.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(2),
.card-login-box .step-seven .main .info-box .optionStep-box .step-xuhao span:nth-child(4) {
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f1018e5a5bf9ca0d4afd79050907b374.png?imageMogr2/format/webp/rquality/50') no-repeat;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box {
  width: 100%;
  height: 285px;
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 60px;
  overflow-y: scroll;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item {
  margin-bottom: 15px;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item h6 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-left: 20px;
  text-indent: -20px;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item h6>i {
  margin-right: 5px;
  color:rgb(249, 114, 0);
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item .img {
  width: 100%;
  margin-left: 20px;
  margin-top: 10px;
  min-height: 130px;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item .img>img {
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item p {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item p>a {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #F97200;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item .butUp-box {
  margin-left: 20px;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item .butUp-box .uploading {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0647f6fa19b90116359fc301a219a9c2.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item .butUp-box .upImg {
  width: 100%;
  max-height: 130px;
}
.card-login-box .step-seven .main .info-box .optionStep-box .userSiteImg-box .item .butUp-box .upImg>img {
  width: 26%;
  object-fit: contain;
}
/* .card-login-box .step-seven .main .but-box {} */
.card-login-box .step-seven .main .but-box .but-notarize {
  width: 20%;
  height: 54px;
  margin: auto;
  line-height: 54px;
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
}
.card-login-box .step-seven .main .but-box .but-notarize:hover {
  background: #222;
  border-color: #222;
}

.infoGathering-box .card-login-box .step-eight {
  /* display: none; */
}
.infoGathering-box .card-login-box .step-eight .head{
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-eight .main{
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-eight .info-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 55px 146px 63px;
}
.card-login-box .step-eight .main .info-box>.img{
  width: 100%;
  max-width: 300px;
  max-height: 375px;
}
.card-login-box .step-eight .main .info-box>.img p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.card-login-box .step-eight .main .info-box>.img .img_ss {
  width: 210px;
  margin: 0 auto;
}
.card-login-box .step-eight .main .info-box>.img>img{
  width: 100%;
  object-fit: contain;
}
.card-login-box .step-eight .main .info-box .optionStep-box {
  width: 62%;
}
.card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao span {}/ */
.card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao span:nth-child(1) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5667c3dba04c422b6a769ed24bed116e.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao span:nth-child(3) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/793256314c87f07d8e8d0faf4f81ba60.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao span:nth-child(5) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/78c658b1e5dd811e2f9e516e947d1313.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao span:nth-child(7) {
  width: 58px;
  height: 58px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/c4d3a6451c7945c780dc22bfe9482741.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}
.card-login-box .step-eight .main .info-box .optionStep-box .step-xuhao span:nth-child(even) {
  flex: 1;
  height: 1px;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f1018e5a5bf9ca0d4afd79050907b374.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: cover;
}
.card-login-box .step-eight .main .info-box .optionStep-box .shipmentsInfo-box {
  height: 244px;
  overflow-y: auto;
}
.card-login-box .step-eight .main .info-box .optionStep-box .shipmentsInfo-box .item.eight-p-isShow {
  display: none;
}
.card-login-box .step-eight .main .info-box .optionStep-box .shipmentsInfo-box .item {
  margin-bottom: 25px;
}
.card-login-box .step-eight .main .info-box .optionStep-box .shipmentsInfo-box .item>h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
  text-indent: -20px;
}
.card-login-box .step-eight .main .info-box .optionStep-box .shipmentsInfo-box .item>h6>i {
  margin-right: 5px;
  color:rgb(249, 114, 0);
}
/* .card-login-box .step-eight .main .but-box {} */
.card-login-box .step-eight .main .but-box .but-notarize,.card-login-box .step-nine .main .but-box .but-notarize {
  width: 20%;
  height: 54px;
  margin: auto;
  line-height: 54px;
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
}
.card-login-box .step-eight .main .but-box .but-notarize:hover {
  background: #222;
  border-color: #222;
}


.infoGathering-box .card-login-box .step-nine {
  display: none;
  margin-top: 10%;
}
.infoGathering-box .card-login-box .step-nine h6 {
  font-size: 20px;
  color: #fff;
}
.infoGathering-box .card-login-box .step-nine .head{
  line-height: 80px;
  padding-left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}
.infoGathering-box .card-login-box .step-nine .main{
  padding-bottom: 70px;
}
.infoGathering-box .card-login-box .step-nine .info-box{
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding: 0 146px;*/
  padding-top: 55px;
  padding-bottom: 63px;
  font-size: 20px;
  text-align: center;
}
.card-login-box .step-nine .main .but-box .but-notarize {
  width: 50%;
}
.card-login-box .step-nine .main .info-box .optionStep-box .shipmentsInfo-box {
  font-size: 20px;
  color: #fff;
}
.card-login-box .step-eight .main .but-box .but-notarize:hover, .card-login-box .step-nine .main .but-box .but-notarize:hover {
  background: rgba(249, 114, 0, 1);
}



/* loding */
.infoGathering-box .over {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.53);
  z-index: 5;
}
.infoGathering-box .over .loading {
  width: 150px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.infoGathering-box .over .loading>span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: #f9780b;
  -webkit-transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite;
}
.infoGathering-box .over .loading>span:last-child {
  margin-right: 0;
}
@-webkit-keyframes load{
  0%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      -webkit-transform: rotate(90deg);
  }
}
.infoGathering-box .over .loading span:nth-child(1){
  -webkit-animation-delay:0.13s;
}
.infoGathering-box .over .loading span:nth-child(2){
  -webkit-animation-delay:0.26s;
}
.infoGathering-box .over .loading span:nth-child(3){
  -webkit-animation-delay:0.39s;
}
.infoGathering-box .over .loading span:nth-child(4){
  -webkit-animation-delay:0.52s;
}
.infoGathering-box .over .loading span:nth-child(5){
  -webkit-animation-delay:0.65s;
}

/* 询问小弹窗 */
.infoGathering-box .inquiry-box.bg-color {
  background: none;
}
.infoGathering-box .inquiry-box .title p.size-color {
  color: #fff;
}
.infoGathering-box .inquiry-box .but-box .yes.size-color {
  border-color: #fff;
  color: #fff;
}
.infoGathering-box .inquiry-box .but-box .yes.size-color:hover {
  border-color: #000;
}
.infoGathering-box .inquiry-box .but-box .no.bg-color {
  background: rgba(249, 114, 0, 1);
  border-color:rgba(249, 114, 0, 1);
}
.infoGathering-box .inquiry-box .but-box .no.bg-color:hover {
  background: #000;
  border-color: #000;
}



/* 询问语————inquiry-box */
/* .infoGathering-box  .typeA.animate_bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-duration: 1s;
} */
.infoGathering-box .inquiry-box.typeA {
  /* display: none */
}
/* .infoGathering-box .typeB.animate_bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-duration: 1s;
} */
.infoGathering-box .inquiry-box.typeB {
  /* display: none */
}
.infoGathering-box .inquiry-box {
  position: absolute;
  top: 50%;
  width: 40%;
    padding: 87px 45px 68px;
    background: rgba(255, 255, 255, .8);
  border-radius: 3px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.infoGathering-box .inquiry-box .m {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infoGathering-box .inquiry-box .title {
  margin-bottom: 118px;
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.infoGathering-box .inquiry-box .title p {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.infoGathering-box .inquiry-box .but-box {
  display: flex;
  justify-content: space-evenly;
}
.infoGathering-box .inquiry-box .but-box .item {
  width: 26%;
  line-height: 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  color: gray;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  background-color: #fff;
}
.infoGathering-box .inquiry-box .item.no{
  background: rgba(249, 114, 0, 1);
  border-color:rgba(249, 114, 0, 1);
  color: #fff;
}
.infoGathering-box .inquiry-box .item.no:hover {
  background: #192d37;
  border-color: #192d37;
  color: #fff;
}
.infoGathering-box .inquiry-box .item.yes:hover {
  background: rgba(249, 114, 0, 1);
  border-color: rgba(249, 114, 0, 1);
  color: #fff;
}