* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif, "微软雅黑";
  font-size: 14px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
}

.hide {
  display: none !important;
}

.page1, .page2 {
  width: 100%;
  height: 1080px;
  position: relative;
  background: url(../img/bg1.jpg) no-repeat center center;
}
.page2{
  background: url(../img/bg2.jpg) no-repeat center center;
}
.jr {
  width: 216px;
  height: 42px;
  background: url(../img/jr.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 450px;
  z-index: 10;
}

.jr a {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
}

.vipbtn {
  width: 431px;
  height: 66px;
  position: absolute;
  top: 265px;
  left: 50%;
  margin-left: 180px;
  z-index: 10;
  background: url(../img/btns.png) no-repeat;
}
.vipbtn span{
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  cursor: pointer;
}
.vipbtn span a{
  display: block;
  width: 100%;
  height: 100%;
}
.nav1{
  width: 210px;
  height: 383px;
  position: absolute;
  top: 410px;
  left: 50%;
  margin-left: -438px;
  z-index: 10;
  background: url(../img/nav1.png) no-repeat;
  background-position: 3px 0;
}
.nav1 li{
  height: 77px;
  cursor: pointer;
}
.nav1 li.nav1-1.act{
  background: url(../img/nav1.png) no-repeat;
  background-position: -225px 0;
}
.nav1 li.nav1-2.act{
  background: url(../img/nav1.png) no-repeat;
  background-position: -225px 25%;
}
.nav1 li.nav1-3.act{
  background: url(../img/nav1.png) no-repeat;
  background-position: -226px 50%;
}
.nav1 li.nav1-4.act{
  background: url(../img/nav1.png) no-repeat;
  background-position: -224px 75%;
}
.nav1 li.nav1-5.act{
  background: url(../img/nav1.png) no-repeat;
  background-position: -225px 100%;
}
.navcont1{
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: -185px;
  z-index: 9;
}
.navcont1 img{
  display: block;
}
.nav2{
  width: 197px;
  height: 565px;
  position: absolute;
  top: 347px;
  left: 50%;
  margin-left: -454px;
  z-index: 10;
  background: url(../img/nav2.png) no-repeat;
  background-position: 35px 0;
}
.nav2 li{
  height: 46px;
  cursor: pointer;
  margin-bottom: 1px;
}
.nav2 li:nth-child(1){
  background: url(../img/nav2.png) no-repeat;
  background-position: -169px 0;
}
.navcont2{
  width: 767px;
  height: 480px;
  position: absolute;
  top: 365px;
  left: 50%;
  margin-left: -194px;
  overflow: auto;
  padding-bottom: 10px;
}
.navcont2 img{
  display: block;
  margin: 0 auto;
}
.pay{
  width: 196px;
  height: 60px;
  position: absolute;
  top: 860px;
  left: 50%;
  margin-left: 92px;
  z-index: 10;
}
.name{
  width: 220px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: 450px;
  z-index: 10;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.name span{
  margin-right: 10px;
}
.name a{
  cursor: pointer;
}
.back{
  position: absolute;
  left: 50%;
  top: 205px;
  margin-left: 377px;
  cursor: pointer;
}











.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.account-box {
  padding-top: 40px;
}

.account-box p {
  margin: 5px 0;
}

.account-title {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #ff790c;
}

.login-box {
  width: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  background: #fff;
  font-size: 18px;
  color: #737272;
}

.account-box {
  margin: 30px;
}

.login-box input {
  width: 358px;
  height: 36px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  outline: none;
  font-size: 18px;
  color: #737272;
  text-indent: 15px;
}

#remeber {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.remeber {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.remeber label {
  margin-right: auto;
}

.remeber a {
  color: #737272;
}

.btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.btns a {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #737272;
  cursor: pointer;
  border-radius: 5px;
}

.login1 {
  font-weight: bold;
}

.qq-box {
  padding: 20px 30px;
  border-top: 1px solid #ccc;
  font-size: 16px;
  line-height: 20px;
}

.qq-box a {
  width: 100px;
  cursor: pointer;
  color: #737272;
}

.qq-box img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 5;
}

.login1 {
  background: #fbfbfb;
}