.section_wrap {
  background: url('../imgs/news_bg.png') no-repeat;
  background-size: 100% 630px;
  background-color: #FBD5CF;
}
.content {
  padding: 120px 0 110px;
}
.content .center_wrap {
  width: 880px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
}
.content .center_wrap .left_box {
  flex: 1;
  border-right: 2px dashed rgba(0, 0, 0, 0.2);
  padding-top: 24px;
  text-align: center;
  font-size: 0;
}
.content .center_wrap .left_box .logo {
  height: 28px;
}
.content .center_wrap .left_box .txt {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.content .center_wrap .left_box .code_img {
  width: 208px;
  height: 208px;
}
.content .center_wrap .left_box .update_code_btn {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 49px;
}
.content .center_wrap .left_box .update_code_btn .update_icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.content .center_wrap .left_box .update_code_btn .update_txt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.content .center_wrap .right_box {
  width: 350px;
  padding: 24px 50px 30px 40px;
}
.content .center_wrap .right_box .top_tab {
  display: flex;
  margin-bottom: 42px;
}
.content .center_wrap .right_box .top_tab .login_type {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-right: 32px;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.content .center_wrap .right_box .top_tab .login_type.active {
  color: #BB0A0A;
  border-bottom-color: #BB0A0A;
}
.content .center_wrap .right_box .input_val {
  width: calc(100% - 36px);
  height: 28px;
  padding: 8px 18px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
.content .center_wrap .right_box .mobile_login_box {
  display: none;
}
.content .center_wrap .right_box .code_input .input_val {
  display: inline-block;
  width: 175px;
}
.content .center_wrap .right_box .code_input .send_code_btn {
  float: right;
  width: 125px;
  height: 46px;
  background: #C93B3B;
  border-radius: 8px;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.content .center_wrap .right_box .mb18 {
  margin-bottom: 18px;
}
.content .center_wrap .right_box .forgot_password {
  text-align: right;
}
.content .center_wrap .right_box .forgot_password a {
  font-size: 16px;
  color: #BB0A0A;
  line-height: 30px;
}
.content .center_wrap .right_box .login_btn {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
  background: rgba(187, 10, 10, 0.8);
  border-radius: 8px;
  text-align: center;
}
.content .center_wrap .right_box .agreement {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
.content .center_wrap .right_box .agreement a {
  color: #BB0A0A;
}
.content .center_wrap .right_box .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .center_wrap .right_box .other a {
  color: #BB0A0A;
  font-size: 16px;
  line-height: 30px;
}
.content .center_wrap .right_box .other .other_list {
  display: flex;
}
.content .center_wrap .right_box .other .other_list .icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
