body {
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  background-color: #f5f6fa;
  margin: 0;
}

* {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  height: 60px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #eeeeee;
}

.left {
  height: 60px;
  width: 250px;
  padding: 4px 0 4px 20px;
  color: #fff;
  display: inline-block;
  border-right: 2px solid #eee;
}

.left img {
  height: 100%;
  width: auto;
}

.header-select:hover .select-arrow {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.header-select:hover .select-list {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  top: 60px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.select-arrow {
  position: relative;
  z-index: 100;
  display: inline-block;
  top: -1px;
  right: 0;
  width: 12px;
  height: 6px;
  background-size: 12px;
  background-image: url(//img.alicdn.com/tfs/TB1SNF6RVXXXXataXXXXXXXXXXX-24-12.png);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.select-arrow.hide {
  display: none;
}

.header-select {
  float: right;
  height: 60px;
  background-color: transparent;
  min-width: 140px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-right: 10px;
  font-weight: 400;
  margin-right: 20px;
}

.header-select img {
  width: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

.header-select.open .select-arrow {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.header-select.open .select-list {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  top: 60px;
}

.header-select .current-select {
  height: 60px;
  line-height: 60px;
}

.header-select .current-select img {
  width: 30px;
  margin-right: 10px;
}

.header-select .current-select a {
  text-decoration: none;
  color: #fff;
}

.header-select .select-list {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  width: 100%;
  min-width: 100px;
  background-color: #fff;
  height: auto;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -300px;
  line-height: 30px;
  padding: 15px 0;
  box-shadow: 0 1px 3px #ccc;
}

.header-select .select-list .item {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #333;
  text-align: left;
  padding-left: 35px;
  position: relative;
}

.header-select .select-list .item:hover {
  color: #329cb8;
  background-color: #f7f8fa;
}

.header-select .select-list .item.active:before {
  content: "";
  position: absolute;
  background: url(https://img.alicdn.com/tfs/TB1VfuYjOqAXuNjy1XdXXaYcVXa-12-10.svg)
    no-repeat 50%;
  width: 12px;
  height: 10px;
  left: 10px;
  top: 15px;
}

.header-select .select-list .item .lang-label {
  display: inline-block;
  height: 100%;
  vertical-align: sub;
}

.header-select .select-list:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -8px;
}

.hide {
  display: none;
}

.content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  min-height: 600px;
  width: 1132px;
  margin-top: 60px;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px #eee;
  text-align: left;
}

.content .content-left {
  width: 500px;
  padding: 60px;
  padding-right: 0;
  display: inline-block;
}

.content .content-right {
  display: inline-block;
  vertical-align: top;
  width: 620px;
}

.content-left {
  font-weight: 400;
  font-size: 16px;
}

.content-left .left-title {
  color: #5a5a5a;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: left;
}

.content-left .left-title-tips {
  color: #ff0000;
  font-size: 13px;
  text-align: left;
}

.content-left .left-tips-box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  color: #111;
  min-height: 420px;
  padding-right: 70px;
  padding-left: 30px;
}

.content-left .tip-title {
  font-size: 14px;
  line-height: 22px;
}

.content-left .app-name {
  margin: 0 10px;
}

.content-left .tips li {
  margin: 25px 0;
  list-style: disc;
  margin-left: 30px;
  font-size: 14px;
}

.content-left a.tip-more {
  margin-left: 30px;
  color: #399ff3;
}

.content-right {
  font-weight: 400;
}

.content-right .danger-tip {
  color: #dc2d21;
  font-size: 18px;
  line-height: 30px;
}

.content-right .login {
  margin-top: 50px;
}

.content-right .submit {
  text-align: right;
  padding-right: 30px;
}

.content-right .submit button {
  height: 40px;
  background-color: #f66c00;
  color: #fff;
  border-radius: 20px;
  width: 150px;
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.content-right .submit button:hover {
  background-color: #dd6100;
}

.form {
  margin: 30px 0;
}

.form .form-label {
  text-align: left;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 120px;
}

.form .form-value {
  vertical-align: top;
  display: inline-block;
  min-height: 40px;
  width: calc(100% - 150px);
  position: relative;
}

.form .form-value input {
  height: 40px;
  border: 2px solid silver;
  width: 100%;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
}

.form .form-tip {
  height: 30px;
  font-size: 14px;
  color: #399ff3;
  padding-left: 126px;
  line-height: 30px;
  display: block;
}

.form.disabled .form-value:before {
  content: "";
  display: block;
  position: absolute;
  height: 36px;
  width: calc(100% - 4px);
  background-color: #f1f1f1;
  border: 2px solid #dddee3;
  opacity: 0.5;
  cursor: not-allowed;
}

.content-footer {
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: silver;
  line-height: 30px;
}
.auth-agree {
  font-size: 12px;
  color: #666;
  margin-bottom: 28px;
}
