* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #F3F3F3;
}
ul li,
ol li {
  list-style: none;
}
a {
  display: block;
  color: #686868;
  text-decoration: none;
}
.clearFix:before,
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
img {
  border: 0;
}
input {
  border: 0;
  outline: 0;
}
em.i {
  font-style: normal;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.nav {
  width: 100%;
  background: url("../image/vip-bgs.png") repeat-x;
  background-position: 0 0;
  border-bottom: 1px solid #c7c4c5;
  box-shadow: 0 1px 3px #d8d7d7;
}
.nav .nav-vip {
  height: 64px;
  margin: 0 auto;
  line-height: 64px;
}
.nav .nav-vip h1 {
  margin: 17px 18px 6px;
}
.nav .nav-vip h1 a {
  display: block;
  width: 191px;
  height: 29px;
  background-image: url("../image/vip-logo.png");
  background-repeat: no-repeat;
  background-position: 0px -144px;
}
.nav .nav-vip ul li {
  float: left;
  margin-left: 30px;
}
.nav .nav-vip ul li a {
  font-size: 13px;
}
.nav .nav-vip ul li a:hover {
  color: #0b68c8;
}
.content {
  margin-bottom: 30px;
}
.nav-header {
  line-height: 40px;
  height: 38px;
  background: url("../image/vip-bgs.png") repeat-x;
  background-position: 0 -75px;
}
.nav-header ul li {
  float: left;
  margin-left: 40px;
}
.nav-header ul li a {
  width: 115px;
  height: 38px;
  color: #fff;
  text-align: center;
}
a {
  text-decoration: none;
}
.photo {
  position: relative;
  height: 440px;
  overflow: hidden;
  border: 1px solid #000;
  margin: 0 auto;
  margin-bottom: 30px;
}
img {
  display: block;
}
span {
  margin: 0 auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid red;
  cursor: pointer;
  margin-left: 8px;
}
.red {
  background-color: white;
}
.arrow-left {
  position: absolute;
  top: 198px;
  left: 61px;
  margin-top: -35px;
  background: url("../image/vip-tips.png") no-repeat;
  width: 43px;
  height: 43px;
  background-position: 0.5px -50px;
  opacity: .65;
  cursor: pointer;
  transition: all 0.3s;
}
.arrow-left:hover {
  opacity: 1;
}
.arrow-right {
  position: absolute;
  top: 198px;
  right: 61px;
  margin-top: -35px;
  background: url("../image/vip-tips.png") no-repeat;
  width: 43px;
  height: 43px;
  background-position: -42.5px -50px;
  opacity: .65;
  cursor: pointer;
  transition: all 0.3s;
}
.arrow-right:hover {
  opacity: 1;
}
#Num {
  position: absolute;
  width: 400px;
  top: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: "微软雅黑";
}
#describe {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../image/vip-tips.png") 0 -100px;
  text-align: center;
}
#describe ul {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 10px 0 10px 8px;
}
#describe ul li {
  display: inline-block;
  width: 68px;
  height: 50px;
  margin-right: 8px;
  position: relative;
  background: #000;
}
#describe ul li a {
  display: inline-block;
  width: 68px;
  height: 50px;
}
#describe ul li a img {
  border: 2px ;
  display: inline-block;
  opacity: .5;
  height: 50px;
}
#describe ul li a:hover {
  opacity: 1;
}
.photo ul {
  height: 400px;
  position: relative;
  left: 0;
}
.photo-box ul li {
  list-style: none;
  float: left;
}
.vip-title {
  width: 100px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}
.rolling {
  width: 1100px;
  height: 111px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.rolling .vip-roll {
  width: 1060px;
  height: 111px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 20px;
}
.rolling .vip-roll ul {
  position: absolute;
  transition: all .5s;
  left: 0;
  width: 10000px;
  height: 111px;
}
.rolling .vip-roll ul li {
  margin-right: 15px;
  float: left;
  width: 200px;
  height: 111px;
  background: url("../image/vip-powers.png") no-repeat;
}
.rolling .vip-roll ul .free {
  background-position: -200px 0;
}
.rolling .vip-roll ul .discount {
  background-position: -200px 0;
}
.rolling .vip-roll ul .rapid {
  background-position: -400px 0;
}
.rolling .vip-roll ul .activity {
  background-position: -600px 0;
}
.rolling .vip-roll ul .identify {
  background-position: -800px 0;
}
.rolling .vip-roll ul .customization {
  background-position: -1000px 0;
}
.rolling .vip-roll ul .high-quality {
  background-position: -1200px 0;
}
.rolling .vip-roll ul .more-token {
  background-position: -1400px 0;
}
.rolling .vip-roll ul .custom-service {
  background-position: -1600px 0;
}
.rolling .vip-left {
  display: block;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 42px;
  left: 0;
  background: url("../image/vip-bgs.png") no-repeat;
  background-position: 0 -124px;
}
.rolling .vip-right {
  display: block;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 42px;
  right: 0;
  background: url("../image/vip-bgs.png") no-repeat;
  background-position: -15px -124px;
}
.vip-ad {
  height: 80px;
  margin-bottom: 30px;
}
.vip-movie {
  margin-bottom: 35px;
}
.vip-movie ul {
  display: block;
  margin-left: 10px;
  margin-bottom: 30px;
}
.vip-movie ul li {
  position: relative;
  width: 205px;
  height: 337px;
  margin-right: 13px;
  float: left;
  margin-bottom: 30px;
}
.vip-movie ul li a img {
  display: block;
  width: 205px;
  height: 287px;
}
.vip-movie ul li a img:hover {
  transform: none;
}
.vip-movie ul li .detail {
  width: 205px;
  height: 50px;
  position: relative;
}
.vip-movie ul li .detail p {
  font-size: 14px;
}
.vip-movie ul li .detail p a:hover {
  color: #0b68c8;
}
.vip-movie ul li .detail em {
  font-size: 12px;
  color: #999;
  width: 168px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-weight: 400;
}
.vip-movie ul li .detail h3 {
  position: absolute;
  right: 0;
  top: 0;
  color: #f60;
}
.vip-movie ul li .detail h3 i {
  font-size: 12px;
}
.vip-movie ul li::before {
  content: attr(data-info);
  display: block;
  color: #fff;
  font-size: 12px;
  width: 75px;
  text-align: center;
  line-height: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 10px;
  background-color: #FF8406;
}
.vip-movie ul li:first-of-type::before {
  background-color: #33ec1a;
}
.vip-movie ul li::after {
  content: attr(data-clear);
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 28px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 15px;
  bottom: 65px;
  background-color: #000;
  font-family: "宋体";
}
.footer {
  width: 1100px;
  height: 100px;
  margin: 55px auto 40px;
  overflow: hidden;
}
.footer .problem {
  width: 1150px;
  padding-left: 48px;
  margin-right: -100px;
  height: 100px;
  font-family: "微软雅黑";
}
.footer .problem li {
  display: block;
  float: left;
  width: 184px;
  height: 100px;
  margin-right: 80px;
  border-right: 1px solid #dedede;
  padding-left: 61px;
  position: relative;
}
.footer .problem li a:hover {
  color: #0b68c8;
}
.footer .problem li .icon-p {
  position: absolute;
  width: 51px;
  height: 51px;
  display: block;
  left: -10px;
  background: url(../image/vip-powers.png) 0 -111px;
}
.footer .problem li .icon-power {
  background-position: -51px -111px;
}
.footer .problem li .icon-pay {
  background-position: -102px -111px;
}
.footer .problem li .icon-other {
  background-position: -153px -111px;
}
.footer .problem li h5 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}
.footer .problem li a {
  float: left;
  clear: left;
  white-space: nowrap;
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.infomation p {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
.infomation p a {
  display: inline-block;
  color: #999;
  margin-left: 4px;
}
.infomation a:hover {
  text-decoration: underline;
}
.up {
  width: 54px;
  height: 54px;
  border: 1px solid #d3d4d5;
  position: fixed;
  right: 0;
  bottom: 22px;
  cursor: pointer;
  background: url(../image/icon_new.png) 0 0;
}
.up:hover {
  background: url(../image/icon_new.png) -52px 0;
}
.bright {
  border: 2px solid #e6e6e6!important;
  opacity: 1 !important;
}
