html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
#login .main1_div {
  width: 100%;
  height: 100%;
  background: url(/images/347df3d0.login_bgImg.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  height: 60%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_box {
  color: #fff;
  font-size: 16px;
  width: 40%;
  min-width: 600px;
  box-sizing: border-box;
  padding: 50px 50px;
  padding-left: 80px;
}
.left_box .img_box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
}
.left_box .img_box span {
  margin: 0 10px;
}
.left_box .text_box {
  box-sizing: border-box;
  margin: 30px;
  padding: 30px 40px;
  font-size: 18px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-shadow: 0 0 10px 5px #1183fb;
}
.left_box .text_box p {
  position: relative;
  text-indent: 1.2em;
  line-height: 40px;
}
.right_box {
  min-width: 400px;
  width: 40%;
  height: 500px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  flex-direction: column;
  border-radius: 5%;
  box-shadow: 0 0 10px 5px #1183fb;
  justify-content: space-between;
  margin: 0 50px;
}
.right_box .welcome {
  font-size: 27px;
  color: #505050;
  text-align: center;
  margin-bottom: 20px;
}
.right_box .selectLoginMethod {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
.right_box .selectLoginMethod ul {
  display: flex;
  height: 100%;
  justify-content: space-around;
}
.right_box .selectLoginMethod ul li {
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
}
.right_box .selectLoginMethod ul li.active {
  border-bottom: 2px solid #1183fb;
  color: #1183fb;
}
.right_box .tab_list {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.right_box .tab_list .tab_item {
  flex-grow: 1;
  position: relative;
  margin: 0 20px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  color: #505050;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.right_box .tab_list .tab_item:hover {
  cursor: pointer;
  color: #f89b72;
}
.right_box .tab_list .tab_item.active:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f89b72;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -7px;
}
.right_box .tab_list .dx.tab_item.active:before {
  background: #49c1a8;
}
.login_form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login_form .input_box {
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.login_form .input_box span {
  background-color: #fff;
}
.login_form .input_box input,
.login_form .input_box select {
  border-radius: 20px;
  margin: 0 20px;
  width: 100%;
  height: 40px;
  border: none;
  outline: medium;
  background-color: transparent;
}
.login_form .input_box input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
.login_form .input_box .verify_button {
  width: 200px;
  height: 100%;
  float: right;
  text-align: center;
  border: 1px solid #1183fb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #1183fb;
}
.login_form .login_button {
  line-height: 50px;
  background-color: #1183fb !important;
  color: #fff !important;
  display: block;
  background-color: transparent;
  border: none;
  font-size: 18px;
  text-align: center;
  opacity: 0.8;
}
.login_form .login_button:hover {
  opacity: 1;
  cursor: pointer;
}
.login_form .verify_div {
  padding-right: 0;
}
.login_form .login_select {
  display: none;
}
.login_form .login_show {
  display: flex;
}
#login .main1_div > div {
  vertical-align: top;
}
#login .main1_div > div.bg_box {
  width: 70%;
}
#login .main1_div > div.login_box {
  width: 29.2%;
  height: auto;
  padding-bottom: 20px;
  max-width: 420px;
  min-height: 330px;
  border-radius: 5px;
  position: absolute;
  top: 22.44%;
  right: 16.45%;
  background: #fff;
}
.login_footer {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 60px;
}

