﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  color: #333;
  background: #fff;
  font-size: 14px;
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.container {
  width: 75%;
}
@media (min-width: 1500px) {
  .container {
    zoom: 0.8;
  }
}
@media (max-width: 800px) {
  .container {
    width: 100%;
  }
}
/* 登录样式 */
.login {
  width: 100%;
  min-height: 100vh;
  background: url(../images2/bg1.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .login {
    background: url(../images2/bg2.png) no-repeat bottom center;
    background-size: cover;
    align-items: flex-start;
  }
}
.dl_one .img1 {
  display: block;
  height: 400px;
}
.dl_one .img2 {
  display: none;
}
@media (max-width: 767px) {
  .dl_one {
    text-align: center;
    padding-top: 40px;
  }
  .dl_one .img1 {
    display: none;
  }
  .dl_one .img2 {
    display: inline-block;
    height: 170px;
  }
}
.dl_two {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #F7B52B;
  padding-top: 25px;
  padding-bottom: 15px;
}
.dl_two a {
  color: #fff;
  margin: 0 1px;
}
.dl_two .sel {
  color: #F7B52B;
}
@media (max-width: 800px) {
  .dl_two {
    text-align: center;
    padding: 15px 0;
  }
}
.dl_three {
  width: 320px;
}
@media (max-width: 800px) {
  .dl_three {
    width: 90%;
    margin-left: 5%;
  }
}
.dl_three li {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.dl_three .txt::-webkit-input-placeholder {
  color: #7F7F7F;
}
.dl_three .txt:-moz-placeholder {
  color: #7F7F7F;
}
.dl_three .txt::-moz-placeholder {
  color: #7F7F7F;
}
.dl_three .txt:-ms-input-placeholder {
  color: #7F7F7F;
}
.dl_three .txt {
  width: 100%;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #000;
  line-height: 22px;
  background: url(../images2/bg3.png) no-repeat 20px center #fff;
  background-size: 15px;
  padding-left: 45px;
  font-size: 12px;
  
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
@media (max-width: 800px) {
  .dl_three .txt {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: url(../images2/bg3.png) no-repeat 30px center #fff;
    background-size: 15px;
    padding-left: 60px;
  }
}
.dl_three .txt_yzm {
  background: url(../images2/bg4.png) no-repeat 20px center #fff;
  background-size: 15px;
}
@media (max-width: 800px) {
  .dl_three .txt_yzm {
    background: url(../images2/bg4.png) no-repeat 30px center #fff;
    background-size: 15px;
  }
}
.dl_three .get_yzm {
  position: absolute;
  top: 2px;
  right: 5px;
  background: #F7B52B;
  color: #fff;
  font-size: 12px;
  border-radius: 40px;
  width: 90px;
  height: 28px;
}
@media (max-width: 800px) {
  .dl_three .get_yzm {
    height: 28px;
    font-size: 13px;
    top: 3px;
  }
}
.dl_three .img_yzm {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #fff;
  border-radius: 40px;
  height: 28px;
  width: 90px;
}
@media (max-width: 800px) {
  .dl_three .img_yzm {
    height: 28px;
    top: 3px;
  }
}
.dl_three .btn {
  width: 100%;
  background: #F7B52B;
  color: #504b4b;
  font-size: 14px;
  border-radius: 40px;
  height: 34px;
  margin: 5px 0;
}
@media (max-width: 800px) {
  .dl_three .btn {
    height: 34px;
    margin: 0;
  }
}
.dl_three .a {
  width: 46%;
  background: url(../images2/bg5.png) no-repeat 92% center #fff;
  background-size: 16px;
  border-radius: 40px;
  padding-right: 20px;
  text-align: center;
  line-height: 20px;
  line-height: 32px;
  color: #000;
  font-size: 13px;
}
@media (max-width: 800px) {
  .dl_three .a {
    line-height: 32px;
  }
}
