.bannerWrapper {
    width: 100%;
    /* height: 516px; */
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
}

/* main 开始 */
.page-main {
    width: 100%;
}

.container {
    /* width: 1200px;
    margin: 0 auto; */
}

.brick-box-bg {
    background-color: #FFF;
}

.brick-box-bgcolor {
    background-color: #F2F9FF;
}

.brick-box {
    width: 1200px;
    
    margin: 0 auto;
}

.brick-padding-box {
    padding-bottom: 40px;
}

.nav-tab-item {
    float: left;
    width: 25%;
    text-align: center;
}

.nav-tab-item a {
    display: block;
    line-height: 60px;
    
}

.nav-tab-item a span {
    color: #303030;
}

.nav-tab-item-active a span {
    color: #1D6AEA;
}

.nav-tab-line {
    display: none;
    width: 126px;
    height: 4px;
    background-color: #1D6AEA;
    margin: 0 auto;
}

.nav-tab-item-active a .nav-tab-line {
    display: block;
}

.birck-hd {
    padding: 30px;
}

.birck-hd .title {
    text-align: center;
    color: #282828;
    font-size: 20px;
    font-weight: 400;
}

.birck-bd-img {
    width: 1050px;
    height: 350px;
    padding: 0 75px;
    margin: 0 auto;
}

.birck-bd-img img {
    display: block;
    width: 100%;
}

/* 系统亮点开始 */
.birck-bd-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.birck-bd-item {
    float: left;
    width: 235px;
    margin: 0 30px;
}
.birck-bd-item-img {
    width: 95px;
    height: 120px;
    margin: 0 auto;
}

.birck-bd-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.birck-bd-item-img-line {
    width: 235px;
    height: 4px;
    margin-top: 12px;
}

.birck-bd-title-1 {
    font-weight: 500;
    text-align: center;
    color: #282828;
    margin-top: 16px;
}

.birck-bd-title-2 {
    font-size: 12px;
    text-align: center;
    color: #4F4F4F;
    margin-top: 12px;
}

.birck-bd-title-2 span {
    display: block;
}
/* 系统亮点结束 */

/* 业务场景开始 */
.brick-color-box .birck-bd {
    background-color: #F2F9FF;
    padding: 30px 100px;
}

.plain-list {
    display: flex;
    flex-wrap: wrap;
}

.plain-item {
    width: 33%;
    /* height: 380px; */
    padding: 20px;
    /* background-color: #F2F9FF; */
    
}

.plain-item-bg {
    position: relative;
    height: 100%;
    padding: 20px 20px 80px;
    background-color: #FFF;
}

.plain-item-img {
    width: 237px;
    height: 109px;
    margin-top: 20px;
}

.plain-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.plain-title-1 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.plain-title-2 {
    font-size: 12px;
    color: #505050;
    margin-top: 16px;
}

.plain-more {
    width: 100%;
    text-align: center;
    color: #1D6AEA;
    cursor: pointer;
}
/* 业务场景结束 */

.w-img {
    width: 150px;
    height: 120px;
}

.w-img img {
    display: block;
    margin: 0 auto;
}

.w-img1 img {
    width: 147px;
    height: 113px;
}

.w-img2 img {
    width: 150px;
    height: 120px;
}

.w-img3 img {
    width: 150px;
    height: 120px;
}

.w-img4 img {
    width: 165px;
    height: 114px;
}

.plain-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border-top: 1px solid #F4F4F4; */
}

.btn {
    font-size: 12px;
    border-radius: 20px;
    padding: 5px 15px;
    color: #FFF;
    background: linear-gradient(270deg, #4890FF, #386BFF);
    cursor: pointer;
}

.processWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.process-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -330px;
    width: 1000px;
    height: 660px;
    background-image: url("../img/experience_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 40px;
}
.process-step {
    padding-right: 60px;
}
.process-step-title1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.process-step-title2 {
    margin-bottom: 40px;
    font-size: 24px;
}
.process-step-list {
    padding-left: 14px;
    width: 100%;
    background-image: linear-gradient(to bottom, #386DF3 0%, #386DF3 50%, #386DF3 100%);
    background-size: 2px;
    background-repeat: repeat-y;
}

.process-step-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.step-num {
    position: absolute;
    left: -28px;
    background: #FFF;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #386DF3;
    font-size: 16px;
    color: #FFF;
}
.step-desc {
    padding-left: 10px;
}

.process-info {
    width: 500px;
    background-image: url("../img/info_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.process-info {
    position: relative;
    padding: 30px 40px;
}
.process-info-title {
    width: 80px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #386BFF;
}
.process-info-input {
    position: relative;
    /* width: 393px; */
    height: 50px;
    margin: 0 auto;
    margin-bottom: 36px;
    background: #FFF;
    /* border: 1px solid #386BFF; */
    border: 1px solid rgba(42, 42, 42, 0.5);
    border-radius: 4px;
    overflow: hidden;
}

.process-info-input input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
}

.process-info-btn {
    width: 100%;
    height: 50px;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-top: 60px;
    background: linear-gradient(270deg, #4890FF, #386BFF);
}
.verify-code-input {
    padding-right: 130px;
}

.code_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 48px;
    /* border: 1px solid #6C6C6C; */
}

.code_img .verify-img {
    display: block;
    width: 100%;
    height: 100%;
}

#code_img {
    display: block;
    width: 100%;
}
.verificationCode {
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
}
.close img {
    display: block;
    width: 100%;
    height: 100%;
}

.tips {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -200px;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #f2941c;
    display: none;
}

.channel {
    display: flex;
    margin-top: 28px;
}

.channel-title {
  width: 90px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 10px;
}

.experience {
  /* margin-bottom: 14px; */
}

.checkStateList {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}

.checkStateList li {
  width: 48%;
  margin-bottom: 10px;
}

.checkState {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.checkTitle {
  display: block;
  font-size: 14px;
  color: #333333;
}

.checkBox {
  position: relative;
  margin-left: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* margin: 0 auto; */
}

.checkBox input {
  width: 20px;
  height: 20px;
  display: block;
  outline: none;
  opacity: 0;
  -webkit-appearance: none;
  margin-right: 12px;
}

.checkBox label {
  position: absolute;
  /* left: 0;
    top: 0; */
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #979797;
}

.checkBox input:checked + label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 0px;
  left: 5px;
  border: 3px solid #577ef9;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* 成功 */
.successWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.success-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 424px;
    height: 220px;
    border-radius: 10px;
    background: #FFFFFF;
    margin-top: -110px;
    margin-left: -212px;
    padding-top: 36px;
    padding-bottom: 24px;
}

.success-icon {
    width: 58px;
    height: 64px;
    margin: 0 auto;
}

.success-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.success-desc {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 30px;
}

.success-btn {
    width: 130px;
    height: 30px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(270deg, #4890FF, #386BFF);
    margin: 0 auto;
}

.code-box {

}

.left-code {
    float: left;
    width: 100px;
    height: 100px;
}

.left-code img {
    display: block;
    width: 100%;
}

.right-title {
    float: left;
    padding-left: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 16px;
}

.right-title span {
    display: block;
}