.vipProduction {
  overflow-y: auto;
  padding-top: 74px;
}
.vipProduction button a {
  color: #fff;
}

.vipProduction .top {
  width: 100%;
  min-width: 960px;
  background: black;
  height: 74px;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
}

.vipProduction .topNav {
  height: 100%;
  margin: 0 auto;
  min-width: 960px;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .topNav img {
  cursor: pointer;
}

.vipProduction .topNav ul.nav {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .topNav li.nav-item {
  height: 100%;
}

.vipProduction .topNav a.nav-link {
  color: white;
  height: 100%;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 74px;
}

.vipProduction .topNav a.active {
  color: #957737;
  border-bottom: 3px solid #957737;
}

.vipProduction .topNav button {
  width: 100px;
  height: 29px;
  background: #b4862e;
  color: #fff;
  border: none;
  margin-left: 10px;
}
.vipProduction .topNav button:hover {
  background: #c8a259;
}

.vipProduction .main-container {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  margin-top: 74px;
}

.vipProduction .footer {
  color: #333333;
  width: 100%;
}

.vipProduction .footer .main {
  margin: 0 auto;
  width: 960px;
  min-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .footer .main h3 {
  color: #333333;
  margin-top: 70px;
}

.vipProduction .footer .main h3 .big {
  font-size: 30px;
  color: #b7892e;
}

.vipProduction .footer .center {
  min-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.vipProduction .footer .center .every {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #dddddd;
}

.vipProduction .footer .center .every:last-child {
  border: none;
}

.vipProduction .footer .center span.one {
  color: #333333;
  margin-top: 15px;
}

.vipProduction .footer .center span.two {
  color: #999999;
}

.vipProduction .upgrade .main,
.vipProduction .beVip .main,
.vipProduction .priority .main,
.vipProduction .they .main,
.vipProduction .gap .main,
.vipProduction .all .main,
.vipProduction .news .main,
.vipProduction .register .main,
.vipProduction .footer .main,
.vipProduction .advantadge .main,
.vipProduction .resolve .main,
.vipProduction .iconAll .main,
.vipProduction .centerList .main,
.vipProduction .comContainer .every .main,
.vipProduction .low .main,
.vipProduction .for .main {
  margin: 0 auto;
  width: 960px;
  min-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .upgrade .main h3,
.vipProduction .beVip .main h3,
.vipProduction .priority .main h3,
.vipProduction .they .main h3,
.vipProduction .gap .main h3,
.vipProduction .all .main h3,
.vipProduction .news .main h3,
.vipProduction .register .main h3,
.vipProduction .footer .main h3,
.vipProduction .advantadge .main h3,
.vipProduction .resolve .main h3,
.vipProduction .iconAll .main h3,
.vipProduction .centerList .main h3,
.vipProduction .comContainer .every .main h3,
.vipProduction .low .main h3,
.vipProduction .for .main h3 {
  color: #333333;
  margin-top: 70px;
}

.vipProduction .upgrade .main h3 .big,
.vipProduction .beVip .main h3 .big,
.vipProduction .priority .main h3 .big,
.vipProduction .they .main h3 .big,
.vipProduction .gap .main h3 .big,
.vipProduction .all .main h3 .big,
.vipProduction .news .main h3 .big,
.vipProduction .register .main h3 .big,
.vipProduction .footer .main h3 .big,
.vipProduction .advantadge .main h3 .big,
.vipProduction .resolve .main h3 .big,
.vipProduction .iconAll .main h3 .big,
.vipProduction .centerList .main h3 .big,
.vipProduction .comContainer .every .main h3 .big,
.vipProduction .low .main h3 .big,
.vipProduction .for .main h3 .big {
  font-size: 30px;
  color: #b7892e;
}

.vipProduction .register .center {
  min-width: 960px;
}

.vipProduction .register {
  height: 156px;
  background: #3c3b3a;
  color: white;
}

.vipProduction .register .main {
  height: 100%;
}

.vipProduction .register h4 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 15px;
}

.vipProduction .register button {
  font-size: 16px;
  width: 161px;
  margin-left: 20px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #b7892e;
  color: white;
  font-size: 18px;
  background: #b7892e;
  padding: 0;
  border-radius: 2px;
}

.vipProduction .register .center {
  margin-top: 0;
  margin-bottom: 0;
}

.vipProduction .homeContainer .upgrade {
  background-image: url(../img/home/bg_features.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.upgradea {
  position: relative;
  margin-top: -80px;
}
.upgradea_h1 {
  width: 320px;
  height: 51px;
  position: absolute;
  left: 37%;
  top: 39%;
  background-image: url(../img/home/combanner_news1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.upgradea_h1 span {
  color: #f5ecc1;
  font-size: 30px;
  vertical-align: top;
  margin-left: 25px;
}
.upgradea_h2 {
  position: absolute;
  left: 29%;
  top: 56%;
  color: #e4c998;
  font-size: 50px;
}
.upgradea_h3 {
  position: absolute;
  left: 37%;
  top: 76%;
  color: #f3c292;
  font-size: 34px;
}

.vipProduction .homeContainer .upgrade .main {
  min-height: 674px;
}

.vipProduction .homeContainer .upgrade button {
  width: 180px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #b7892e;
  color: #b7892e;
  margin-bottom: 25px;
  font-size: 16px;
  background: none;
  border-radius: 2px;
  padding: 0;
}
.vipProduction .homeContainer .upgrade button a {
  color: #b7892e;
}
.vipProduction .homeContainer .upgrade button:hover {
  background: #c8a259;
  border-color: #c8a259;
  color: #fff;
}
.vipProduction .homeContainer .upgrade button:hover a {
  color: #fff;
}
.vipProduction .homeContainer .upgrade strong {
  font-size: 30px;
  color: #b7892e;
}

.vipProduction .homeContainer .upgrade .center {
  min-width: 921px;
  height: 400px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

.vipProduction .homeContainer .upgrade .center .every {
  position: absolute;
}

.vipProduction .homeContainer .upgrade .center .every span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.vipProduction .homeContainer .upgrade .center .every .title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.vipProduction .homeContainer .upgrade .center .every:nth-child(1) {
  left: 0;
  bottom: 200px;
}

.vipProduction .homeContainer .upgrade .center .every:nth-child(2) {
  left: 200px;
  bottom: 300px;
}

.vipProduction .homeContainer .upgrade .center .every:nth-child(3) {
  left: 400px;
  bottom: 330px;
}

.vipProduction .homeContainer .upgrade .center .every:nth-child(4) {
  right: 200px;
  bottom: 300px;
}

.vipProduction .homeContainer .upgrade .center .every:nth-child(5) {
  right: 0;
  bottom: 200px;
}

.vipProduction .homeContainer .beVip {
  background-color: #f6f6f6;
}

.vipProduction .homeContainer .beVip .bottom {
  margin-top: 50px;
  margin-bottom: 80px;
  min-width: 838px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .homeContainer .beVip .bottom h5 {
  font-weight: normal;
  text-align: center;
}

.vipProduction .homeContainer .beVip .bottom .left,
.vipProduction .homeContainer .beVip .bottom .right {
  font-size: 20px;
}

.vipProduction .homeContainer .beVip .bottom .left {
  width: 39%;
}

.vipProduction .homeContainer .beVip .bottom .left h5 {
  color: #999999;
}

.vipProduction
  .homeContainer
  .beVip
  .bottom
  .left
  .list-group
  .list-group-item {
  padding: 0;
  min-height: 72px;
  text-align: center;
  line-height: 72px;
  color: #999999;
}

.vipProduction .homeContainer .beVip .bottom .right {
  width: 60%;
}

.vipProduction .homeContainer .beVip .bottom .right h5 {
  color: #b7892e;
}

.vipProduction .homeContainer .beVip .bottom .right .list-group {
  border: 2px solid #b7892e;
  border-radius: 5px;
}

.vipProduction
  .homeContainer
  .beVip
  .bottom
  .right
  .list-group
  .list-group-item {
  min-height: 102px;
  border-left: 0;
  padding-left: 0;
  padding-top: 24px;
  padding-bottom: 0;
}

.vipProduction
  .homeContainer
  .beVip
  .bottom
  .right
  .list-group
  .list-group-item
  p {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.vipProduction
  .homeContainer
  .beVip
  .bottom
  .right
  .list-group
  .list-group-item
  p.one {
  color: white;
  display: inline-block;
  width: 190px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAAA2CAYAAAB5lyMoAAAFAElEQVR4nO3dPYwbRRQH8P/szq7N3YkGoVBAEhEJakACOiQihZQ0dEhQIISAAiEhhARFgBaCoIA2BQUI0UGRSHxJkaiBBoQUWszluJzX9s7MezMU/sjFxGd7vevz2u8nXbM7Y7v4azXz9t2uunrpsQAhVlUAyDJc7kGGESfR73GiHjUZHSzysbqs3ydEWUIIIONBOYMMIxy6NJPhB4OP/mzs6PtNRlnR75Dgi5UQfIDLuR94y8AR6xB2/m6l8GtjR58xGfki3yfBF8fGU4AzDMoZ7ObLL1l/WkXqCoCzRb47KjJJiKLYeZi2Q7abI9vNYdpu7tAPuZyfTLf0hSJz5YovKkf25nrdc7m1FNejd9Jt/Z3t0I/zzJPgi9KFAJDhwZ9H8NUVDkOAIuO/bezoE/NsdiX4ohTB9ysxLuepm9OyefJb7NRPAB6edY6s8UVhngNsl9DdM2i3cvRuWJBZbuiHyPBD6ZZ+a9bxEnwxF08eJiN0rhtk/+TIDxzIFtucls3l/F5jR5+ZZawsdcRUbP2o7Fj25rRMwYeYrf8BwH3TxsoVX/zfYHOaHzi0Wzk6ewa2Qysd+iGy/t7kjvizaeMk+AJAvxLjckZv36Ld6qH7r4XtUqUVmapQzi82tvUjR42Rpc4Gm6dNoE5CgCLnvwFwz6QxcsXfMJ4DbKe/OW23BpvTY6rEVImtP5Fu6Y8nnZfgbwB2HiZzyHYHlZgF2gTqxOX8SmNbP3C7c7LUWVNVtgnURfAhYucvAzg9fk6u+GsiBIByRu+GRbuVo7tnYLv1qMRUiaw/lW7pN8ePS/BrLPgA12N09y2yVg/dfQvX41pWYqpEht9t7Og7Dx+TpU7NeA795q+cV+aO6arzHFJP4UsA54fHJPg14MmP/ud0EzalVSDD59Jt/bjt0M+ABH9lsRt0Oq54m0BdhADlnf8CwClA1virY7xN4Hp92gTqgqw/mW7r5wC54h+r0T9s3OZpAqIabP0HAC5J8JdsXdsE6oKdvyvd1i9I8JfAcwDlDGcYLJWYY+edf1uCXxF2/SqMyz18sUe/iIowhZMS/BJJm0A9qAi5BH8BIQBs+kuYqp8mIMoTJ9HXEvw5jZ4mYBgslZjaUbGiKFYvS/BnIG0C60On0ecmowMJ/gTSJrB+oljZKFYvAXID6xbSJrDedCP+0GSUA5se/MFLB4ZPAJPN6fqKk6hluzR64NTGBV/aBDaQAuI0evbwknUjgi9tApstacRXbYeuHD62tsGXNgEBDMqXWj09fnytgi9tAmJc0ogvmIx2x4/XPvjSJiAm0Wn0l+3S+7c9t+wfs7DR6x+lTUBMpiLl4yR6atINx1oEf9gmMHzLhlRixDS6EX9qOvTHxPPL/DHzkDYBUVScRH+7Hr161JiVCv4ir38UAgBUpIJOo3PT8nPswWfnR2VHT7KGEYtJmvFHpkO/TBu3/OCHQSXGsLQJiFLpNLpmu/T6TGOr/jHAWJuAlUqMKJ+KFMdpdHbW/WBlwe9XYvo3k6RNQFQtacZvmIyuzTq+1OBLm4A4Dkkz/t526eI8cxYO/rBNgHIPljYBsWRxEu1FWp2fPvJWhYJfl9c/ivWmIuV1Gj1hMrLzzp0t+NImIFaNApJm/Jrp0G9Fpk8MvrQJiFWWNONLtkufFJ1/S/AD37xzKm0CYlUlzfiy6/Hzi3yGljYBURdKAboZf+V6/Myin/UfzArK7uEHimsAAAAASUVORK5CYII=);
  height: 55px;
  background-repeat: no-repeat;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
}

.vipProduction
  .homeContainer
  .beVip
  .bottom
  .right
  .list-group
  .list-group-item
  p.two {
  display: inline-block;
  margin-left: 30px;
  color: #b7892e;
  font-size: 20px;
}

.vipProduction
  .homeContainer
  .beVip
  .bottom
  .right
  .list-group
  .list-group-item
  p.two
  .tisheng {
  font-size: 15px;
}

.vipProduction .homeContainer .priority {
  background: #f4f7fe;
  background-image: url(../img/home/bg_city.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.vipProduction .homeContainer .priority .center {
  min-width: 921px;
  height: 400px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}

.vipProduction .homeContainer .priority .center .circle {
  width: 327px;
  height: 327px;
  position: absolute;
  background-image: url(../img/home/bg_360.png);
  left: 50%;
  top: 50%;
  margin-left: -163.5px;
  margin-top: -163.5px;
}

.vipProduction .homeContainer .priority .center ul li {
  display: block;
  position: absolute;
}

.vipProduction .homeContainer .priority .center ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.vipProduction .homeContainer .priority .center ul li .title p {
  font-size: 20px;
  margin: 0;
  margin-left: 8px;
}

.vipProduction .homeContainer .priority .center ul li .detail {
  margin-left: 25px;
}

.vipProduction .homeContainer .priority .center ul li .detail p {
  padding: 0;
  display: block;
  margin: 8px 0;
  font-size: 16px;
}

.vipProduction .homeContainer .priority .center li:nth-child(1) {
  left: 0;
  top: 0;
}

.vipProduction .homeContainer .priority .center li:nth-child(2) {
  right: 0;
  top: 0;
}

.vipProduction .homeContainer .priority .center li:nth-child(3) {
  left: 0;
  bottom: 0;
}

.vipProduction .homeContainer .priority .center li:nth-child(4) {
  right: 0;
  bottom: 0;
}

.vipProduction .homeContainer .priority button {
  width: 239px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #b7892e;
  color: #b7892e;
  margin-bottom: 25px;
  font-size: 18px;
  background: none;
  border-radius: 2px;
  padding: 0;
}
.vipProduction .homeContainer .priority button a {
  color: #b7892e;
}
.vipProduction .homeContainer .priority button:hover {
  background: #c8a259;
  border-color: #c8a259;
  color: #fff;
}
.vipProduction .homeContainer .priority button:hover a {
  color: #fff;
}
.vipProduction .homeContainer .gap {
  width: 100%;
  background: #f6f6f6;
}

.vipProduction .homeContainer .gap .main h3 {
  margin-bottom: 50px;
}

.vipProduction .homeContainer .they {
  background: #f6f6f6;
}

.vipProduction .homeContainer .they .center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.vipProduction .homeContainer .they .center .every {
  width: 308px;
  height: 308px;
  text-align: center;
  position: relative;
  padding: 0 33px;
  background: white;
}

.vipProduction .homeContainer .they .center .every img {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -45px;
}

.vipProduction .homeContainer .they .center .every h5 {
  margin-top: 65px;
  font-size: 18px;
  color: #333333;
}

.vipProduction .homeContainer .they .center .every p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  max-height: 180px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.vipProduction .homeContainer .all .center,
.vipProduction .homeContainer .news .center,
.vipProduction .homeContainer .register .center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .homeContainer .all .center .every,
.vipProduction .homeContainer .register .center .every {
  text-align: center;
}

.vipProduction .homeContainer .all .center .every img,
.vipProduction .homeContainer .news .center .every img,
.vipProduction .homeContainer .register .center .every img {
  height: 200px;
}

.vipProduction .homeContainer .all .center .every span,
.vipProduction .homeContainer .news .center .every span,
.vipProduction .homeContainer .register .center .every span {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  text-align: left;
}

.vipProduction .homeContainer .all .center .every p,
.vipProduction .homeContainer .news .center .every p,
.vipProduction .homeContainer .register .center .every p {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  padding: 0;
}

.vipProduction .homeContainer .all .line,
.vipProduction .homeContainer .news .line,
.vipProduction .homeContainer .register .line {
  width: 1px;
  height: 100px;
  border: 1px solid white;
  position: relative;
  bottom: -23px;
}

.vipProduction .homeContainer .all .center {
  margin-top: 20px;
  margin-bottom: 50px;
}

.vipProduction .homeContainer .all .center .every {
  width: 308px;
}

.vipProduction .homeContainer .news {
  background: #747474;
}

.vipProduction .homeContainer .news h4 {
  color: white;
  font-weight: normal;
  margin-top: 0;
  height: 25px;
  line-height: 25px;
}

.vipProduction .homeContainer .news .right h4 {
  text-align: right;
  font-size: 14px;
  cursor: pointer;
}
.vipProduction .homeContainer .news .right h4 a {
  color: #fff;
}
.vipProduction .homeContainer .news .left h4 {
  font-size: 24px;
  border-left: 3px solid white;
  padding-left: 10px;
}

.vipProduction .homeContainer .news .every {
  cursor: pointer;
}

.vipProduction .homeContainer .news .center {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vipProduction .homeContainer .news .center .every a {
  font-size: 14px !important;
  color: white;
  line-height: 25px;
  display: block;
}

.vipProduction .homeContainer .register {
  background: #3c3b3a;
  color: white;
}

.vipProduction .homeContainer .register h4 {
  font-size: 28px;
  font-weight: normal;
}

.vipProduction .homeContainer .register button {
  font-size: 16px;
  width: 161px;
  margin-left: 20px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #b7892e;
  color: #fff;
  font-size: 18px;
  background: #b7892e;
  padding: 0;
  border-radius: 2px;
}
.vipProduction .homeContainer .register button:hover {
  background-color: #c8a259;
}
.vipProduction .homeContainer .register button a {
  color: #fff;
}

.vipProduction .homeContainer .register .center {
  margin-top: 0;
  margin-bottom: 0;
}

.vipProduction .gridContainer .upgrade,
.vipProduction .mealContainer .upgrade,
.vipProduction .newsContainer .upgrade {
  background: #f2f7fa;
  background-image: url(../img/home/bg_safe.png);
  background-size: auto 376px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

.vipProduction .gridContainer .upgrade .main,
.vipProduction .mealContainer .upgrade .main,
.vipProduction .newsContainer .upgrade .main {
  min-height: 380px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.vipProduction .gridContainer .upgrade .main h3,
.vipProduction .gridContainer .upgrade .main .corner,
.vipProduction .mealContainer .upgrade .main h3,
.vipProduction .mealContainer .upgrade .main .corner,
.vipProduction .newsContainer .upgrade .main h3,
.vipProduction .newsContainer .upgrade .main .corner {
  color: white;
}

.vipProduction .gridContainer .upgrade .main .corner,
.vipProduction .mealContainer .upgrade .main .corner,
.vipProduction .newsContainer .upgrade .main .corner {
  position: relative;
  left: 402px;
  top: 20px;
  cursor: pointer;
  font-size: 14px;
}
.vipProduction .gridContainer .upgrade .main .corner a,
.vipProduction .mealContainer .upgrade .main .corner a,
.vipProduction .newsContainer .upgrade .main .corner a {
  color: #fff;
}
.vipProduction .gridContainer .register,
.vipProduction .mealContainer .register,
.vipProduction .newsContainer .register {
  background: #3c3b3a;
  color: white;
}

.vipProduction .gridContainer .register .center,
.vipProduction .mealContainer .register .center,
.vipProduction .newsContainer .register .center {
  min-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .gridContainer .register .center .every,
.vipProduction .mealContainer .register .center .every,
.vipProduction .newsContainer .register .center .every {
  text-align: center;
}

.vipProduction .gridContainer .register .center .every img,
.vipProduction .mealContainer .register .center .every img,
.vipProduction .newsContainer .register .center .every img {
  height: 200px;
}

.vipProduction .gridContainer .register .center .every span,
.vipProduction .mealContainer .register .center .every span,
.vipProduction .newsContainer .register .center .every span {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
}

.vipProduction .gridContainer .register h4,
.vipProduction .mealContainer .register h4,
.vipProduction .newsContainer .register h4 {
  font-size: 28px;
  font-weight: normal;
}

.vipProduction .gridContainer .register button,
.vipProduction .mealContainer .register button,
.vipProduction .newsContainer .register button {
  font-size: 16px;
  width: 161px;
  margin-left: 20px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #b7892e;
  color: white;
  font-size: 18px;
  background: #b7892e;
  padding: 0;
  border-radius: 2px;
}
.vipProduction .gridContainer .register button:hover,
.vipProduction .mealContainer .register button:hover,
.vipProduction .newsContainer .register button:hover {
  background-color: #c8a259;
}

.vipProduction .gridContainer .mainContent,
.vipProduction .mealContainer .mainContent,
.vipProduction .newsContainer .mainContent {
  min-width: 960px;
  min-height: 585px;
  margin-bottom: 50px;
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: white;
  border-top: 0;
}
.vipProduction .gridContainer .mainContent .nav-tabs,
.vipProduction .mealContainer .mainContent .nav-tabs,
.vipProduction .newsContainer .mainContent .nav-tabs {
  border: none;
}

.vipProduction .gridContainer .mainContent .nav-tabs .nav-link,
.vipProduction .mealContainer .mainContent .nav-tabs .nav-link,
.vipProduction .newsContainer .mainContent .nav-tabs .nav-link {
  cursor: pointer;
  width: 25%;
  height: 60px;
  line-height: 60px;
  border: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 18px;
  color: #666666;
  background: #f0f0f0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.vipProduction .gridContainer .mainContent .nav-tabs .nav-link.active,
.vipProduction .gridContainer .mainContent .nav-tabs .nav-item.show .nav-link,
.vipProduction .mealContainer .mainContent .nav-tabs .nav-link.active,
.vipProduction .mealContainer .mainContent .nav-tabs .nav-item.show .nav-link,
.vipProduction .newsContainer .mainContent .nav-tabs .nav-link.active,
.vipProduction .newsContainer .mainContent .nav-tabs .nav-item.show .nav-link {
  color: #b88a2e;
  background-color: #fff;
  border-bottom: none;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #b7892e white white;
}

.vipProduction .gridContainer .mainContent .tab-top,
.vipProduction .mealContainer .mainContent .tab-top,
.vipProduction .newsContainer .mainContent .tab-top {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .gridContainer .mainContent .tab-top .every,
.vipProduction .mealContainer .mainContent .tab-top .every,
.vipProduction .newsContainer .mainContent .tab-top .every {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vipProduction .gridContainer .mainContent .tab-top .every span,
.vipProduction .mealContainer .mainContent .tab-top .every span,
.vipProduction .newsContainer .mainContent .tab-top .every span {
  margin-top: 20px;
  font-size: 15px;
}

.vipProduction .gridContainer .mainContent .tab-bottom,
.vipProduction .mealContainer .mainContent .tab-bottom,
.vipProduction .newsContainer .mainContent .tab-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
}

.vipProduction .gridContainer .mainContent .tab-bottom ul li,
.vipProduction .mealContainer .mainContent .tab-bottom ul li,
.vipProduction .newsContainer .mainContent .tab-bottom ul li {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
}

.vipProduction .gridContainer .mainContent .tab-bottom ul li span:nth-child(1),
.vipProduction .mealContainer .mainContent .tab-bottom ul li span:nth-child(1),
.vipProduction .newsContainer .mainContent .tab-bottom ul li span:nth-child(1) {
  color: #333333;
  font-size: 16px;
}

.vipProduction .gridContainer .mainContent .tab-bottom ul li span:nth-child(2),
.vipProduction .mealContainer .mainContent .tab-bottom ul li span:nth-child(2),
.vipProduction .newsContainer .mainContent .tab-bottom ul li span:nth-child(2) {
  color: #999999;
}

.vipProduction
  .gridContainer
  .mainContent
  .tab-bottom
  ul:nth-child(1)
  li:last-child,
.vipProduction
  .mealContainer
  .mainContent
  .tab-bottom
  ul:nth-child(1)
  li:last-child,
.vipProduction
  .newsContainer
  .mainContent
  .tab-bottom
  ul:nth-child(1)
  li:last-child {
  border-bottom: none;
}

.vipProduction .gridContainer .mainContent .tab-bottom ul:nth-child(2),
.vipProduction .mealContainer .mainContent .tab-bottom ul:nth-child(2),
.vipProduction .newsContainer .mainContent .tab-bottom ul:nth-child(2) {
  border-left: 1px solid #cccccc;
}

.vipProduction
  .gridContainer
  .mainContent
  .tab-bottom
  ul:nth-child(2)
  li:first-child,
.vipProduction
  .mealContainer
  .mainContent
  .tab-bottom
  ul:nth-child(2)
  li:first-child,
.vipProduction
  .newsContainer
  .mainContent
  .tab-bottom
  ul:nth-child(2)
  li:first-child {
  border-top: 0;
}

.vipProduction .gridContainer .mainContent .tab-bottom ul,
.vipProduction .mealContainer .mainContent .tab-bottom ul,
.vipProduction .newsContainer .mainContent .tab-bottom ul {
  width: 50%;
}

.vipProduction .mealContainer .upgrade h3 {
  margin-bottom: 60px;
  margin-top: 90px;
}

.vipProduction .mealContainer .mainContent {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}

.vipProduction .mealContainer .mainContent img {
  min-width: 946px;
  max-width: 946px;
  cursor: pointer;
}

.vipProduction .mealContainer .upgrade .main .corner {
  top: 50px;
}

.vipProduction .priorityContainer .upgrade {
  min-height: 360px;
  background-image: url(../img/home/bg_links.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.vipProduction .priorityContainer .upgrade .main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vipProduction .priorityContainer .upgrade h3 {
  font-size: 36px;
  margin-top: 100px;
}

.vipProduction .priorityContainer .upgrade h3,
.vipProduction .priorityContainer .upgrade p {
  color: white;
}

.vipProduction .priorityContainer .upgrade p {
  margin-top: 10px;
  margin-bottom: 100px;
  font-size: 26px;
}

.vipProduction .priorityContainer .iconAll img {
  margin: 70px 0;
}

.vipProduction .priorityContainer .advantadge {
  position: relative;
  height: 490px;
  background-image: url(../img/home/bg_brand.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.vipProduction .priorityContainer .advantadge img {
  width: 100%;
}

.vipProduction .priorityContainer .advantadge .margin {
  position: absolute;
}

.vipProduction .priorityContainer .advantadge h3 {
  margin: 129px 0 0;
  font-size: 36px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

.vipProduction .priorityContainer .advantadge h3 span {
  font-size: 36px !important;
  color: #b88a2e;
}

.vipProduction .priorityContainer .advantadge ul {
  margin: 30px 0 149px;
}

.vipProduction .priorityContainer .advantadge ul li {
  display: block;
  font-size: 22px;
  color: #4a4a4a;
}

.vipProduction .priorityContainer .advantadge ul li span {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 50px;
}

.vipProduction .priorityContainer .resolve {
  position: relative;
  height: 538px;
  background-image: url(../img/home/bg_mail.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.vipProduction .priorityContainer .resolve img {
  max-width: 100%;
  min-width: 960px;
  height: auto;
}

.vipProduction .priorityContainer .resolve .main .margin {
  width: 760px;
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 440px;
}

.vipProduction .priorityContainer .resolve .main .margin h3 {
  font-size: 36px;
  color: #333333;
  font-weight: normal;
  margin-top: 200px;
}

.vipProduction .priorityContainer .resolve .main .margin ul {
  padding: 0;
}

.vipProduction .priorityContainer .resolve .main .margin ul li {
  display: block;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
}

.vipProduction .priorityContainer .resolve .main .margin p {
  color: #666666;
  font-size: 22px;
}

.vipProduction .priorityContainer .register {
  background: #3c3b3a;
  color: white;
}

.vipProduction .priorityContainer .register .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .priorityContainer .register h4 {
  font-size: 28px;
  font-weight: normal;
}

.vipProduction .priorityContainer .register h5 {
  font-size: 20px;
}

.vipProduction .priorityContainer .register button {
  width: 160px;
  height: 40px;
  background: #b3852d;
  font-size: 16px;
  width: 161px;
  margin-left: 20px;
  line-height: 36px;
  border: 2px solid #b7892e;
  color: white;
  font-size: 20px;
  padding: 0;
  border-radius: 2px;
}
.vipProduction .priorityContainer .register button:hover {
  background: #c8a259;
}

.vipProduction .comContainer .upgrade img {
  width: 100%;
}

.vipProduction .comContainer h3 span {
  display: block;
  text-align: center;
}

.vipProduction .comContainer .every img,
.vipProduction .comContainer .low img {
  margin: 30px 0 107px;
}

.vipProduction .comContainer .low {
  background: #e6e6e6;
}

.vipProduction .comContainer .for .bottom {
  width: 960px;
  margin-bottom: 100px;
}

.vipProduction .comContainer .for .bottom .coco {
  width: 48%;
  height: 149px;
  display: inline-block;
  background: #808080;
  margin: 10px 0 0 10px;
  color: white;
  padding: 20px 25px;
}

.vipProduction .comContainer .for .bottom .coco .detail {
  padding: 0;
  font-size: 16px;
  margin: 20px 0 0;
}
.vipProduction .comContainer .for .bottom .coco .inner img {
  float: left;
  margin-right: 10px;
}
.vipProduction .comContainer .for .bottom .coco .inner p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
}

.vipProduction .comContainer .register {
  background: #3c3b3a;
  color: white;
}

.vipProduction .comContainer .register .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vipProduction .comContainer .register h4 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 35px;
}

.vipProduction .comContainer .register h5 {
  font-size: 20px;
  margin-bottom: 35px;
}

.vipProduction .comContainer .register button {
  width: 160px;
  height: 40px;
  background: #b3852d;
  font-size: 16px;
  width: 161px;
  margin-left: 20px;
  line-height: 36px;
  border: 2px solid #b7892e;
  color: white;
  font-size: 20px;
  padding: 0;
  border-radius: 2px;
}
.vipProduction .comContainer .register button:hover {
  background: #c8a259;
}

.vipProduction .newsContainer .upgrade img {
  width: 100%;
}

.vipProduction .newsContainer .centerList {
  width: 100%;
  background: #f2f7fa;
}

.vipProduction .newsContainer .centerList .center {
  width: 960px;
  background: white;
  padding: 40px 50px;
}

.vipProduction .newsContainer .centerList .center p {
  font-size: 22px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}

.vipProduction .newsContainer .centerList .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vipProduction .newsContainer .centerList .list .every {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}

.vipProduction .newsContainer .centerList .list p {
  border: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.vipProduction .newsContainer .centerList .list img {
  height: 80px;
}

.vipProduction .newsContainer .centerList .list .right {
  margin-left: 20px;
}

.vipProduction .newsContainer .centerList .list .right h6 {
  font-size: 16px;
  color: #343434;
  font-weight: normal;
}

.vipProduction .newsContainer .centerList .list .right p {
  color: #9e9e9e;
  font-size: 14px;
}

.vipProduction .newsContainer .centerList .pagination ul {
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 40px auto;
}

.vipProduction .newsContainer .centerList .pagination ul li {
  width: 34px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  color: #333333;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
}

.vipProduction .newsContainer .centerList .pagination li.active {
  background: #b7892e;
  color: white;
}

.vipProduction .newsContainer .centerList .pagination li:last-child {
  border-right: 0;
}
/*right-content*/
.right-content {
  position: fixed;
  top: 310px;
  right: 0;
  z-index: 999;
}

.right-content div {
  width: 30px;
  height: 100px;
  padding: 0 5px;
  text-align: center;
  color: white;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  cursor: pointer;
}

.right-content .right-top {
  background: #cc4747;
}
.right-content .right-top a {
  color: #fff;
}
.right-content .right-bottom {
  margin-top: 20px;
  background: #b98f17;
}

#right-modal___BV_modal_content_ #right-modal___BV_modal_header_ {
  background: #dddddd;
  color: #333333;
  padding: 10px 1rem;
}

#right-modal___BV_modal_content_ #right-modal___BV_modal_header_ h5 {
  font-size: 16px;
}

#right-modal___BV_modal_content_
  #right-modal___BV_modal_body_
  .message.input-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}

#right-modal___BV_modal_content_ .message {
  width: 100%;
}
/*scrollContainer*/
.scrollContainer {
  width: 100%;
}
.scrollContainer .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
  margin-right: 13px;
  margin-left: 5px;
}
.scrollContainer .carousel-indicators .active {
  background-color: #957737;
  opacity: 1;
}
.scrollContainer .d-md-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.scrollContainer .carousel-caption {
  top: 20px;
  bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.scrollContainer .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.scrollContainer .btn-content div {
  width: 160px;
  height: 40px;
  background: #b3852d;
  border-radius: 2px;
  color: white;
  border: none;
  margin: 0 30px;
  font-size: 16px;
  line-height: 40px;
}
.scrollContainer .btn-content div:hover {
  background: #c8a259;
}
.scrollContainer h3 {
  font-size: 36px;
}
.scrollContainer p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
}
