body,
html,
.home-wrap,
.home-content {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.home-content {
  min-width: 1024px;
}

body * {
  box-sizing: border-box;
}

input {
  border: none;
  outline: none;
}

.clearfix:after {
  display: inline-block;
  clear: both;
  content: "";
}

.cursor {
  cursor: pointer;
}

/*开户头部:start*/

.home-main {
  width: 100%;
  height: auto;
  position: relative;
  color: #ffffff;
}

.main-banner {
  width: 100%;
  height: auto;
}

.main-info {
  position: absolute;
  top: 28px;
  left: 120px;
  display: flex;
  align-items: center;
}

.main-info-logo {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.main-info-title {
  display: inline-block;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #d3d3d3;
  height: 30px;
  line-height: 30px;
  color: #231916;
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
}

.ion-ipv6 {
    width: 102px;
    height: 30px;
    margin-left: 25px;
  }
.main-person {
  position: absolute;
  top: 28px;
  right: 50px;
}

.main-login-text,
.main-login-history {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-size: 14px;
  text-align: center;
}

.main-login-head {
  height: 45px;
  width: 45px;
  background: url("../../assets/images/home/head.png");
  margin: 0 15px 0 50px;
}

.main-login-phone {
  font-size: 14px;
}

.main-person-history {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 100px;
}

.main-person.login > .main-login-text,
.main-person > .main-person-history,
.main-person > .main-login-head,
.main-person > .main-login-phone {
  display: none;
  vertical-align: middle;
}

.main-person > .main-login-text,
.main-person.login > .main-person-history,
.main-person.login > .main-login-head,
.main-person.login > .main-login-phone {
  display: inline-block;
}

.main-open-account {
  position: absolute;
  top: 60%;
  left: 20%;
  margin-left: 81px;
  display: inline-block;
  width: 215px;
  height: 60px;
  line-height: 60px;
  border-radius: 7px;
  text-align: center;
  /*background-color: #cb152d;*/
  font-size: 20px;
  background: -webkit-linear-gradient(left, #f95555, #da1f38);
  background: -ms-linear-gradient(left, #f95555, #da1f38);
  background: -moz-linear-gradient(left, #f95555, #da1f38);
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f95555, endColorstr=#da1f38);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f95555, endColorstr=#da1f38)";
}

.main-background-dot {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 24px;
  width: 197px;
  height: 159px;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/home/dot_lg.png");
}

.main-title-text {
  position: absolute;
  top: 40%;
  left: 20%;
  font-size: 40px;
  color: #5c5656;
}

.main-title-text > span {
  margin-right: 15px;
  font-weight: bold;
  letter-spacing: 5px;
}

.main-describe {
  position: absolute;
  bottom: 56px;
  left: 15%;
  font-size: 0;
}

.main-describe > span {
  margin: 0 110px 0 8px;
  font-size: 18px;
  color: #5c5656;
  vertical-align: middle;
}

.icon-main {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-clock {
  background-image: url("../../assets/images/home/clock.png");
}

.icon-quick {
  background-image: url("../../assets/images/home/quick.png");
}

.icon-serve {
  background-image: url("../../assets/images/home/serve.png");
}

/*开户头部:end*/

/*开户介绍部分:start*/

.home-info {
  width: 100%;
  height: auto;
  padding-top: 45px;
  color: #ffffff;
}

.home-info-title {
  text-align: center;
  font-size: 34px;
  color: #3a3232;
  line-height: 1.2;
}

.home-info-subtitle {
  color: #3a3232;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.home-info-subtitle-line {
  display: inline-block;
  height: 2px;
  width: 135px;
  background-color: #dddddd;
  vertical-align: middle;
}

.home-info-subtitle-text {
  margin: 0 24px;
  vertical-align: middle;
}

.home-info-image-wrap {
  width: 100%;
  padding: 0;
  margin-top: 55px;
  text-align: center;
}

.home-info-image-content {
  display: inline-block;
  width: 449px;
  height: 374px;
  position: relative;
}

.home-info-image-content > img {
  width: 100%;
  height: 100%;
}

.home-info-image-content.margin-left {
  margin-left: -20px;
}

.home-info-image-box {
  position: absolute;
  top: 12px;
  left: 33px;
  right: 32px;
  bottom: 53px;
  overflow: hidden;
  z-index: 1;
}

.home-info-image-text-box {
  position: absolute;
  padding: 0 10px;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 4px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
  background-color: rgba(0, 0, 0, 0.4);
}

.home-info-image-text-box-line {
  display: inline-block;
  height: 3px;
  width: 35px;
  background-color: #ffffff;
  margin: 30px 0;
}

.home-info-image-text-box-line.hide {
  background-color: transparent;
}

.home-info-image-text-title {
  font-size: 36px;
  margin-bottom: 15px;
}

.home-info-image-text-subtitle {
  margin-bottom: 50px;
}

.home-info-detail-button {
  border: 1px solid #ffffff;
  width: 174px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 70px;
  display: inline-block;
}

.home-info-detail-button:hover {
  color: #ffffff;
}

.icon-info {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-top: 50px;
}

.icon-zh-service {
  background-image: url("../../assets/images/home/service-noselected.png");
}

.icon-zh-process {
  background-image: url("../../assets/images/home/process-noselected.png");
}

.icon-zh-data {
  background-image: url("../../assets/images/home/data-noselected.png");
}

/*开户介绍部分:end*/

/*尾部:start*/

.footer {
  width: 100%;
  height: 218px;
  line-height: 218px;
  margin-top: 170px;
  border-top: 1px solid #f1f1f1;
  color: #a6a6a6;
  padding: 0 132px 0 120px;
}

.footer img {
  vertical-align: middle;
}

.footer-left {
  float: left;
  width: 300px;
  line-height: normal;
  margin-top: 64px;
}

.footer-right {
  float: right;
}

.footer-right-text-wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  width: 60px;
  margin-left: 20px;
}

.footer-left-copyright {
  display: inline-block;
  margin-top: 30px;
  height: 20px;
  line-height: 20px;
}

.footer-qrcode {
  width: 100px;
  height: 100px;
}

.footer-phone {
  margin-left: 88px;
}

/*尾部:end*/

/*登录部分:start*/

.login-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
  display: none;
  color: #ffffff;
}

.login-wrap.active {
  display: block;
}

.login-box {
  width: 430px;
  height: 496px;
  position: absolute;
  left: 50%;
  margin-left: -215px;
  margin-top: 203px;
  background-color: #ffffff;
  -moz-box-shadow: 1px 1px 10px #969696;
  -webkit-box-shadow: 1px 1px 10px #969696;
  box-shadow: 1px 1px 10px #969696;
  border: 1px solid #dddddd;
}

.home-placeholder {
  color: #aaaaaa;
}

.login-box-header {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #efefef;
  position: relative;
  text-align: center;
  color: #c73b4d;
  font-size: 24px;
  letter-spacing: 5px;
}

.icon-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("../../assets/images/home/close.png");
}

.login-box-content {
  padding: 50px 60px 0 60px;
}

.phone-input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 310px;
  height: 45px;
  line-height: 45px;
  color: #3a3232;
  font-size: 14px;
  text-indent: 1em;
}

.verify-wrap {
  margin-top: 20px;
}

.warn-input {
  border-color: #cb152d;
}

.warn-text {
  color: #cb152d;
  margin-top: 10px;
  display: none;
}

.warn-text.active {
  display: inline-block;
}

.verify-input-wrap {
  margin-top: 25px;
  font-size: 0;
  display: flex;
}

.verify-input,
.codepic-input {
  width: 185px;
  height: 45px;
  line-height: 45px;
  color: #3a3232;
  font-size: 14px;
  text-indent: 1em;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.send-verify {
  display: inline-block;
  width: 105px;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  text-align: center;
  font-size: 14px;
  color: #aca6a6;
  background-color: #e3dada;
  border-radius: 4px;
}

.login-box-submit {
  display: inline-block;
  margin-top: 35px;
  background-color: #e3dada;
  width: 310px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  color: #aca6a6;
  font-size: 16px;
  text-align: center;
}

.login-box-submit.active,
.send-verify.active {
  background-color: #cb152d;
  color: #ffffff;
}

/*登录部分:end*/

/**媒体查询部分:start**/

/*@media screen and (min-width: 2049px) {
    .main-info-logo {
        height: 90px;
    }
    .main-info-title {
        font-size: 60px;
        height: 90px;
        line-height: 90px;
        border-left: 3px solid #d3d3d3;
    }
    .main-open-account {
        font-size: 60px;
        width: 645px;
        height: 180px;
        line-height: 180px;
    }
    .main-login-text,
    .main-login-history {
        width: 270px;
        height: 90px;
        line-height: 90px;
        font-size: 42px;
    }
    .main-title-text {
        font-size: 120px;
    }
    .main-describe>span {
        font-size: 54px;
    }
    .icon-main {
        width: 54px;
        height: 54px;
        background-size: cover;
        margin-right: 15px;
    }
    .home-info {
        padding-top: 135px;
    }
    .home-info-title {
        font-size: 102px;
    }
    .home-info-subtitle {
        font-size: 42px;
        margin-top: 45px;
    }
    .home-info-image-content {
        width: 898px;
        height: 748px;
    }
    .home-info-image-content.margin-left {
        margin-left: 100px;
    }
    .home-info-image-box {
        top: 22px;
        left: 60px;
        right: 60px;
        bottom: 104px;
    }
    .icon-info {
        width: 160px;
        height: 160px;
        margin-top: 100px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .home-info-image-text-box-line {
        height: 6px;
        width: 70px;
        margin: 60px 0;
    }
    .home-info-image-text-title {
        font-size: 72px;
        margin-bottom: 30px;
    }
    .home-info-image-text-subtitle {
        margin-bottom: 100px;
        font-size: 32px;
    }
    .home-info-detail-button {
        border: 2px solid #ffffff;
        width: 348px;
        height: 100px;
        line-height: 100px;
        font-size: 36px;
        margin-bottom: 140px;
    }
    .footer-logo {
        height: 120px;
        width: auto;
    }
    .footer-qrcode {
        width: 300px;
        height: 300px;
    }
    .footer-phone {
        width: 120px;
        height: 120px;
    }
    .footer-left-copyright {
        margin-top: 90px;
        height: 60px;
        line-height: 60px;
        font-size: 36px;
    }
    .footer-left {
        width: 900px;
        margin-top: 192px;
    }
    .footer-right-text-wrap {
        width: 180px;
        margin-left: 60px;
        font-size: 36px;
    }
    .footer {
        height: 654px;
        line-height: 654px;
        margin-top: 510px;
        border-top: 2px solid #f1f1f1;
        padding: 0 396px 0 360px;
    }
    .login-box {
        width: 1290px;
        height: 1488px;
        margin-left: -645px;
        margin-top: 610px;
    }
    .login-box-header {
        height: 270px;
        line-height: 270px;
        font-size: 72px;
        border-bottom: 3px solid #EFEFEF;
    }
    .icon-close {
        width: 72px;
        height: 72px;
        top: 60px;
        right: 60px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}*/

@media screen and (max-width: 1400px) {
  /**banner图部分:start**/
  .main-title-text {
    top: 35%;
    left: 25%;
  }

  .main-describe {
    bottom: 25px;
    left: 10%;
  }

  .main-open-account {
    left: 25%;
  }

  /**banner图部分:end**/
  /**三张图片部分:start**/
  .home-info-image-content {
    width: 359.2px;
    height: 299.2px;
  }

  .home-info-image-box {
    top: 9px;
    left: 26px;
    right: 26px;
    bottom: 42px;
  }

  .icon-info {
    margin-top: 38px;
  }

  .home-info-image-content.margin-left {
    margin-left: -32px;
  }

  /**三张图片部分:end**/
}

@media screen and (max-width: 1024px) {
  .home-info-image-content.margin-left {
    margin-left: -40px;
  }
}

/**媒体查询部分:end**/
