/* 通用 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  font-weight: normal;
  box-sizing: border-box;
  font-family: PingFang, Microsoft Yahei, sans-serif;
}

html,
body {
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.bold {
  font-weight: bold;
}

a {
  text-decoration: none;
}

/* 页面开始 */
.page {
  color: #17233d;
  /* overflow: hidden; */
}

/* 头部 */
.header {
  width: 100%;
  height: 60px;
  padding: 0 60px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-active {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.1);
}

.header .left {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .logo {
  width: 74px;
  height: 26px;
  margin-right: 28px;
  background: url("../images/register/logo1@2x.png") no-repeat;
  background-size: 100% 100%;
}
.banner {
  display: flex;
  justify-content: space-between;
  /* height: 100vh; */
  min-height: 100vh;
}
.banner .left {
  min-width: 600px;
  max-width: 800px;
  width: 600px;
  flex: 0 0 40%;
  background: linear-gradient(180deg, #e6eeff 0%, #f2f7ff 13%, #fafafc 100%);
}
.banner .left .logo {
  width: 74px;
  height: 26px;
  margin-right: 28px;
  background: url("../images/register/logo@2x.png") no-repeat;
  background-size: 100% 100%;
  margin: 56px;
}
.banner .left .content {
  margin-top: 114px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.banner .left .content .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 48px;
  text-align: left;
  font-style: normal;
}
.banner .left .content .title .bold {
  color: #247bff;
}
.banner .left .content .desc {
  margin: 16px 0 48px 0;
  width: 390px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 24px;
  text-align: center;
  font-style: normal;
}
.banner .left .content .left-img {
  margin-left: 6px;
  width: 390px;
  height: 241px;
}
.banner .left .content .left-img img {
  width: 384px;
  height: 100%;
}
.banner .left .content .line {
  margin: 32px 0 20px;
  width: 390px;
  display: flex;
  justify-content: center;
}
.banner .left .content .line .line-left {
  width: 320px;
  height: 1px;
  background: #edf3ff;
}
.serve-type {
  width: 390px;
  padding: 0 39px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serve-type .single-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.serve-type .single-type .type-img {
  width: 16px;
  height: 16px;
}
.serve-type .single-type .type-text {
  margin-left: 6px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.banner .right {
  min-width: 840px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right .phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 24px;
}
.right .phone .phone-icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.right .phone .phone-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #505a6e;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}
.right .container {
  margin-top: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right .right-bottom {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.right .right-bottom .login-footer-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #dddee0;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.container-r {
  position: relative;
  width: 320px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
}

.container-r .close-btn {
  position: absolute;
  top: 19px;
  right: 19px;
  cursor: pointer;
}

.container-r .close-btn img {
  width: 18px;
  height: 18px;
}

.container-r h1 {
  width: 112px;
  height: 52px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  margin-bottom: 32px;
}

.container-r form {
  position: relative;
}
.container-r .form .title {
  margin-top: 24px;
  margin-bottom: 6px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.container-r ul li.popup-item {
  padding: 0 4px 0 12px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #e4e8f0;
}
.container-r ul li.code-container {
  padding: 0;
  border: none;
}
.form .tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #515a6e;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.form .tip .login {
  color: #247bff;
  cursor: pointer;
}

.input-box {
  display: flex;
  align-items: center;
  height: 37px;
  padding: 4px 0;
  box-sizing: border-box;
  vertical-align: middle;
}

.input-box img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.code-container {
  width: 320px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.code {
  width: 200px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dddee0;
  border-radius: 4px;
  padding: 0 4px 0 12px;
}

.popup-item .button {
  width: 112px;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #247bff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #247bff;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.popup-item .disabled {
  cursor: not-allowed;
  color: rgba(31, 108, 221, 0.5);
}

/* 输入框 */
.input-box input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  border: none;
  outline: none;
  color: #333333;
}
.input-box input::placeholder {
	font-size: 14px;
	color: #BBBBBB;
}

.modal input:-webkit-autofill {
  transition: background-color 2000s;
}

.modal input::placeholder {
  font-size: 16px;
  color: #79808c;
}

/* 使用webkit内核的浏览器 */
.modal input::-webkit-input-placeholder {
  font-size: 16px;
  color: #79808c;
}

/* Firefox版本4-18 */
.modal input:-moz-placeholder {
  font-size: 16px;
  color: #79808c;
}

/* Firefox版本19+ */
.modal input::-moz-placeholder {
  font-size: 16px;
  color: #79808c;
}

/* IE浏览器 */
.modal input:-ms-input-placeholder {
  font-size: 16px;
  color: #79808c;
}

.container-r ul li.blank {
  height: 28px;
}
a.online-btn {
  margin-top: 40px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 48px;
  background: linear-gradient(180deg, #337eff 0%, #2474ff 100%);
  box-shadow: inset 1px 1px 4px 0px rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-shadow: 0px 2px 4px rgba(48, 34, 13, 0.1);
  font-style: normal;
  cursor: pointer;
}

a.online-btn:hover {
  background: #5090ff;
}

.fill {
  position: absolute;
  left: 0px;
  font-size: 12px;
  color: #e34950;
  line-height: 20px;

}
 .button:hover{
	background-color:#F0F8FF ;
}
.code-file {
  top: 38px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  /* Firefox 不显示加减符号 */
  -moz-appearance: textfield;
}

.container-r .tip {
  line-height: 22px;
  padding: 24px 12px 16px;
  font-size: 14px;
  text-align: center;
  color: #79808c;
}
