* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: PingFangSC-Regular, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", verdana, sans-serif, Simsun, STXihei;
  zoom: 1;
  color: #000;
  background: #fff;
  font-size: 12px;
  line-height: 166.6%;
  text-align: center;
}
input {
  outline: none;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #848585;
}
.clear {
  clear: both;
}
.top {
  width: 100%;
  padding: 0 40px;
  height: 70px;
  position: relative;
  z-index: 2;
}
.top .logo {
  position: absolute;
  top: 20px;
  left: 40px;
}
.top .logo img {
  width: 144px;
  height: 32px;
}
.top .top_title {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 156px;
  display: block;
  position: absolute;
  top: 20px;
  left: 204px;
  border-left: 1px solid #ccc;
  color: #888;
}
.top .top_nav {
  top: 27px;
  right: 40px;
  text-align: right;
  color: #666;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
}
.top .top_nav a {
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 12px;
}
.top .top_nav .line::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 12px;
  width: 1px;
  height: 12px;
  background-color: #c2c2c2;
  font-size: 0;
}
.main {
  height: 640px;
  background: #fbfbfb;
  position: relative;
  min-width: 1100px;
}
.main .box1 {
  height: 100%;
  position: relative;
}
.main .select_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.main .select_btn img {
  width: 100%;
}
.main .login_box {
  width: 400px;
  height: 540px;
  top: 50px;
  right: 50px;
  text-align: left;
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main .login_box .login_title {
  padding: 40px 0 0;
  color: #21293a;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.main .login_box .login_wrap {
  width: 400px;
  margin-top: 40px;
}
.main .login_box .input_info {
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  border: 1px solid #999;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main .login_box .input_info img {
  width: 20px;
  margin-top: 10px;
}
.main .login_box .input_info input {
  width: 55%;
  height: 38px;
  line-height: 38px;
  color: #999;
  font-size: 14px;
  position: absolute;
  left: 40px;
  top: 0;
  outline: none;
  box-sizing: border-box;
  border: none;
}
.main .login_box .input_info .email {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 16px;
  width: 100px;
}
.main .login_box .input_info .show {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 16px;
  width: 40px;
}
.main .login_box .tips {
  width: 80%;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
}
.main .login_box .tips .left {
  float: left;
}
.main .login_box .tips .right {
  width: 100px;
  text-align: right;
  float: right;
}
.main .login_box .tips .right a {
  font-size: 14px;
  color: #1e7e3e;
}
.main .login_box .tips span {
  font-size: 14px;
  color: #999;
}
.main .login_box .login_btn {
  width: 80%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  margin: 20px auto;
  background: #299e59;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.main .login_box .login_btn:hover {
  background: #3ea86a;
}
.main .login_box .btn_tips {
  width: 80%;
  margin: 0 auto;
}
.main .login_box .btn_tips a {
  color: #1e7e3e;
  font-size: 14px;
}
.main .login_box .btn_tips .left {
  width: 100px;
  float: left;
}
.main .login_box .btn_tips .right {
  float: right;
}
.main .login_box .ad {
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fafafa;
  padding-top: 10px;
}
.main .login_box .ad img {
  width: 100%;
  height: auto;
}
.main .login_box h3 {
  text-align: center;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.main .login_box h3 span {
  text-decoration: none;
  color: #538ff4;
  cursor: pointer;
}
.main .box2 .login_wrap {
  margin-top: 60px !important;
}
.main .box2 .code_img {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}
.main .box2 .code_img img {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}
.main .box2 .code_img .a a {
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.main .box2 .code_img .a span {
  margin: 0 5px;
  color: #666;
}
.main .box2 .code_img .a a:hover {
  color: #1e7e3e;
}
.footer {
  padding-top: 50px;
}
.footer .foot_nav {
  line-height: 24px;
  font-size: 0;
}
.footer .foot_nav a {
  display: inline-block;
  margin-left: 10px;
  color: #666;
  font-size: 12px;
}
.footer .foot_nav a:nth-child(1)::before {
  width: 0;
  height: 0;
}
.footer .foot_nav a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
  width: 1px;
  height: 12px;
  background: #cecece;
}
.footer .foot_desc {
  line-height: 24px;
}
.footer .foot_desc span {
  display: inline-block;
  margin-left: 8px;
  color: #666;
  font-size: 12px;
}
.footer .foot_desc a {
  display: inline-block;
}
.footer .foot_desc img {
  position: relative;
  top: 4px;
  vertical-align: baseline;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.wrapper {
  width: 300%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: none;
}
.wrapper li {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper li img {
  height: 100%;
  width: 100%;
}
.prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 47%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  cursor: pointer;
}
.next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  right: 47%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  cursor: pointer;
}
.prev span,
.next span {
  font-weight: 300;
  color: white;
  font-size: 18px;
}
