* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  -webkit-text-size-adjust: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei UI, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica,
    Arial, PingFang SC, Hiragino Sans GB, Source Han Sans CN, sans-serif;
  font-weight: 400;
  /* background: #f4f6f8; */
  font-size: 14px;
  color: #555;
}
a {
  color: #555;
  text-decoration: none;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}
.container .welcome {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  height: 100px;
}
.container .welcome div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0;
}
.container .welcome div .phone{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #0A61AF;
}
.container .welcome div .partition {
  margin: 14px 14px 14px 4px;
  color: #cacaca;
}
.container .welcome div img {
  max-height: 60px;
  margin-right: 10px;
}
.container .welcome div .logo {
  width: 145px;
  height: 44px;
}
.container .main {
  height: 679px;
  background: #f5f5f5;
  padding-top: 70px;
}
.container .main .center {
  width: 547px;
  height: 540px;
  margin: 0 auto;
  padding: 66px 74px;
  background: #ffffff;
}
.container .main .center div {
    position: relative;
  margin-bottom: 34px;
}
.container .main .center .register {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.container .main .center .register h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  cursor: pointer;
}

.container .main .center .register h2.choose{
    color: #0a61af;
}

.container .main .center .register p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
}
.container .main .center .register p span a {
  color: #0a61af;
}
.center .phone input {
  width: 100%;
  height: 50px;
  padding: 16px;
  border: 1px solid #dcdcdc;
}
.container .main .center .n-error{
    color: #f75444;
    font-size: 12px;
    margin-top: 10px;
}

.container .main .center .phone .n-error {
    transform: translateX(-13px);
}
.container .main .center .verification {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.container .main .center .verification .n-error {
    transform: translateX(-51px);
}
.container .main .center .verification .msg-box{
 right: 110px;
}

.container .main .center .verification a {
  display: block;
  cursor: pointer;
  width: 130px;
  line-height: 45px;
  text-align: center;
  color: #0a61af;
  border: 1px solid #0a61af;
  background-color: white;
  font-size: 14px;
  margin-right: 0px;
}
.container .main .center .verification input {
  width: 260px;
  margin-right: 16px;
  border: 1px solid #dcdcdc;
  padding: 16px;
}
.center .password input {
  width: 100%;
  height: 50px;
  padding: 16px;
  border: 1px solid #dcdcdc;
}
.center .n-right{
    position: absolute;
    right: 5px;
    top: 13px;
}
.container .main .center .continue {
  width: 100%;
  height: 50px;
  border: none;
  color: white;
  margin-bottom: 34px;
  background-color: #0a61af;
  cursor: pointer;
}
.container .main .center .agreement {
  display: flex;
  font-size: 14px;
  color: #7B7B7B;
}
.container .main .center .agreement input[type="checkbox"]{
    width: 12px;
    height: 12px;
}
.container .main .center .agreement label{
    cursor: pointer;
}
.container .main .center .agreement p {
  margin-left: 6px;
  color: #7b7b7b;
}
.container .main .center .agreement p a {
  color: #0a61af;
  font-size: 14px;
}
.container .copyright-link {
  background: #323232;
}

.header-2 a,
.welcome a,
.footer a {
  transition: all 0.3s;
}

.welcome a {
    color: var(--color1);
}
.welcome a:hover,
.header-2 a:hover {
  color: #0a61af;
}
.footer a:hover {
  color: #fff !important;
}
.container .copyright-link .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-link .footer .footer-1 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
}
.container .copyright-link .footer .footer-1 ul li {
  padding: 0;
}
.container .copyright-link .footer .footer-1 ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #acacac;
}
.container .copyright-link .footer .footer-1 ul .li-prompt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.container .copyright-summary {
  background: #323232;
  border-bottom: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
}
.container .copyright-summary .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-summary .footer .footer-2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 65px;
}
.container .copyright-summary .footer .footer-2 div h5 {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 30px;
}
.container .copyright-summary .footer .footer-2 div ul {
  list-style: none;
}
.container .copyright-summary .footer .footer-2 div ul li {
  line-height: 36px;
  font-weight: 400;
}
.container .copyright-summary .footer .footer-2 div ul li a {
  font-size: 16px;
  color: #8b8b8b;
}
.container .copyright-summary .footer .footer-2 .contact p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact h4 {
  margin: 20px 0 28px;
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact .qrcode{
  margin-top: 22px;
  max-width: 100px;
  max-height: 100px;
  background: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact img {
  width: 100%;
  height: 100%;
}
.container .copyright-record {
  background: #323232;
}
.container .copyright-record .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-record .footer p {
  padding: 25px 0;
  color: #acacac;
}
.container .copyright-record .footer p a {
  color: #acacac;
}

@media screen and (max-width: 769px){
    .container .main .center{
        width: 100%;
        margin: 0 auto;
    }
    .container .main .center .register h2{
        font-size: 14px!important;
    }
    .container .main .center .verification a{
        font-size: 12px;
    }
}