body {
  font-family: "Microsoft YaHei";
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none
}

input {
  font-family: "Microsoft YaHei";
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f714b;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f714b;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8f714b;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8f714b;
}

.cursor-p {
  cursor: pointer;
}

.banner {
  width: 143px;
  height: 48px;
  margin: 0;
  margin-top: 20px;
  margin-left: 70%;
  padding: 0;
  background-image: url(../img2/jinruguanwang.png);
  background-repeat: no-repeat;
  /*top: 20px;
	right: 8px;*/
}

.wrap:before {
  content: "";
  display: table;
}

.wrap {
  background-color: #463018;
  background-image: url("../img2/background2.jpg?v=20190812");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  max-height: 9999999px;
  margin: 0 auto;
}

.inverted {
  width: 98%;
  margin: 0 auto;
}

.main {
  margin: 0 auto;
  margin-top: 738px;
  width: 452px;
}

a {
  text-decoration: none;
  display: inline-block;
}

.xiazai {
  display: flex;
}

.liutaoPic {
  display: inline-block;
  width: 111px;
  position: relative;
  top: -8px;
}

.footer {
  padding-top: 643px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.footer p {
  text-align: center;
  font-size: 14px;
  color: #f5dda9;
}

.footer p>a {
  color: inherit;
}

#cover {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.iosNew {
  width: 600px;
  height: 480px;
  background: rgba(255, 255, 255, 0.8) url("../img2/yuyue-bg.png?mv=20190812") no-repeat top center;
  position: fixed;
  top: 50%;
  margin-top: -240px;
  left: 50%;
  margin-left: -300px;
  z-index: 999;
  text-align: center;
}

.cross {
  margin: 0 20px 0 22px;
}

.cross>span {
  display: block;
  float: left;
  line-height: 46px;
  color: #807664;
  font-size: 30px;
  font-weight: 600;
}

.cross>img {
  float: right;
  margin-top: 18px;
}

.lbm {
  margin-top: 12px;
  height: 98px;
  line-height: 98px;
  color: #835d3e;
  font-size: 48px;
  text-align: center;
  font-weight: 600;
}

.tips {
  width: 570px;
  margin: 0 auto;
}

.tips-con {
  width: 100%;
  line-height: 28px;
  color: #835d3e;
  font-size: 20px;
  text-align: left;
  margin-top: 24px;
}

.tips-con>em {
  font-weight: 600;
  font-style: normal;
}

.txt1 {
  width: 340px;
  height: 50px;
  border: none;
  background: #888683;
  outline: none;
  font-size: 20px;
  color: white;
  padding-left: 20px;
}

.btn1 {
  width: 96px;
  height: 50px;
  background: #7a4700;
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  vertical-align: 2px;
  font-size: 16px;
  cursor: pointer;
}