.wid {
  width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.alert {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.alert.show {
  display: block;
}
.alert .alert-pay {
  width: 500px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
  border-radius: 4px;
  padding: 20px;
  display: none;
}
.alert .alert-pay .close {
  width: auto;
  height: 30px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 12px;
  line-height: 30px;
  border-radius: 6px;
}
.alert .alert-pay .titles {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.alert .alert-pay .content {
  width: 100%;
}
.alert .alert-pay .content .nums {
  width: 100%;
  text-align: center;
  line-height: 44px;
  font-size: 32px;
  color: #ff8a00;
  font-weight: bold;
}
.alert .alert-pay .content .code {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.alert .alert-pay .content .code #qrcode {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.alert .alert-pay .content .code img {
  width: 100%;
  max-width: 234px;
}
.alert .alert-pay .content .code p{
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.alert .alert-login {
  width: 500px;
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -200px;
  border-radius: 4px;
  padding: 20px;
  display: none;
}
.alert .alert-login .btn-close {
  width: auto;
  height: 30px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 12px;
  line-height: 30px;
  border-radius: 6px;
}
.alert .alert-login .titles {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.alert .alert-login .form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
}
.alert .alert-login .form .item {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
}
.alert .alert-login .form .item i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -30px;
  line-height: 30px;
  font-size: 12px;
  color: #f00;
  padding: 0 12px;
  display: none;
}
.alert .alert-login .form .item input[type=text] {
  width: 100%;
  height: 44px;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: none;
  padding: 0 12px;
  font-size: 16px;
}
.alert .alert-login .form .item label {
  width: 100px;
  height: 44px;
  background-color: #f4f4f4;
  margin-left: 10px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  color: #000;
}
.alert .alert-login .form .item label.not {
  color: #7a7977;
  -webkit-opacity: 1;
  -webkit-text-fill-color: #7a7977;
  opacity: 1 !important;
  background-color: #ccc;
  cursor: not-allowed;
}
.alert .alert-login .form .item input[type=checkbox] {
  margin: 0 6px;
}
.alert .alert-login .form .item span {
  font-size: 15px;
  color: #333;
}
.alert .alert-login .form .item span a {
  color: #5892d5;
}
.alert .alert-login .form .item button {
  width: 100%;
  height: 60px;
  background-color: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.head .head-nav ul li {
  color: #000;
}
.head .head-nav ul li a {
  color: #000;
}
.head .head-nav ul li .notLog {
  color: #000;
}
.head .head-nav ul li .user {
  display: none;
}
.head .head-nav ul li .user .curr span {
  color: #fff;
}
.head .head-nav ul li .user .curr img {
  margin: 0 6px;
}
.head .head-nav ul li .user .slide {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 0 10px;
  line-height: 40px;
  color: #333;
  display: none;
  border-radius: 2px;
}
.head .head-nav ul li .user .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
}
.head .head-nav ul li .user .slide a {
  color: #333;
  font-size: 14px;
}
.head .head-nav ul li .user .slide a:hover {
  color: #333;
}
.head .head-nav ul li .user:hover .slide {
  display: block;
}
.head .head-nav ul li.li-login:hover span {
  color: #fff;
}
.head .head-nav ul li.li-login:hover .notLog {
  color: #8bc3ff;
}
.head .head-nav ul li.acti {
  color: #000;
}
.head .head-nav ul li.acti a {
  color: #8bc3ff;
}
.head .head-nav ul li.acti:after {
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 10px;
  margin-left: 0;
  background-color: #8bc3ff;
}
.head .head-nav ul li.acti:hover:after {
  width: 100%;
  height: 1px;
  left: 0;
  margin-left: 0;
}
.head .head-nav ul li:hover:after {
  height: 1px;
  width: 100%;
  left: 0;
  margin-left: 0;
  bottom: 10px;
}
.head .head-nav ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.banner {
  background-position: top center;
}
.footer h4 {
  text-align: center;
  font-size: 18px;
  color: #969696;
  line-height: 44px;
}
.footer p a.agreement {
  color: #5892d5;
}
.footer p span {
  margin: 0 12px;
}
.banner {
  height: 1534px;
}
.image {
  width: 100%;
}
.image img {
  width: 100%;
}
.information {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.information .titles {
  width: 100%;
}
.information .titles img {
  width: 100%;
}
.information .images {
  width: 100%;
}
.information .images img {
  width: 100%;
}
.information .imgs {
  width: 100%;
  position: relative;
}
.information .imgs img {
  width: 100%;
}
.information .imgs button, .information .imgs a {
  width: 200px;
  height: 68px;
  background-image: linear-gradient(to right, #96d3f9, #9789fe);
  border-radius: 10px;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 50%;
  margin-left: 50px;
  border: none;
  font-size: 24px;
  top: 65.6%;
}
.information .imgs a{
  line-height: 68px;
  text-align: center;
  background-image: linear-gradient(to right, #96d3f9, #9789fe);
}
.down {
  width: 100%;
}
.down img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
}
