* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "PingFang SC";
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  font: 14px / 1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}




.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: -290px;
    width: 1000px;
    height: 600px;
    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;
}