@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  min-width: 1100px; 
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ul li { list-style-type: none; }
img { border: none; }
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons { 
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0;
}

/* banner */
.banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
  min-height: 658px;
  text-align: center;
  background: url('../images/bg.jpg') top center no-repeat;
}
.banner .logo {
  display: block;
  margin-top: 30px;
  width: 40px;
}
.banner .title { 
  margin-top: 8px;
  width: 1060px;
  height: 106px;
  text-indent: -9999px;
  background: url(../images/title-7.png) top center no-repeat; 
}
.banner .box {
  position: relative;
  margin: 126px 0 0 30px;
  float: left;
  width: 325px;
  height: 354px;
  color: #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 16px 0px rgba(111, 111, 111, 0.56);
}
.banner .box.center {
  margin: 90px 0 0 22px;
  width: 325px;
  height: 390px;
}
.banner .box.right {
  margin: 60px 0 0 20px;
  width: 363px;
  height: 422px;
  background: #ffefcf;
}
.banner .box.right .gray {
  position: absolute;
  top: -19px;
  left: 0px;
  z-index: 9;
  width: 363px;
  height: 441px;
  background: #000;
  filter: grayscale(1);
  opacity: 0.2;
}
.ausbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -160px;
  z-index: 10;
  width: 320px;
  height: 90px;
  opacity: 0;
  visibility: visible;
  background: url(../images/aus.png) 0px 0px no-repeat;
}
.banner .countdown {
  position: absolute;
  top: -24px;
  left: 3px;
  width: 356px;
  height: 41px;
  color: #dc2524;
  font-weight: 600;
  line-height: 44px;
  text-align: right;
  background: url(../images/time.png) no-repeat;
}
.banner .countdown b {
  display: inline-block;
  width: 27px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.banner .box .top {
  width: inherit;
  height: 47px;
  line-height: 44px;
  background-color: #ee8080;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px dashed #e7d9da;
}
.banner .box.center .top {
  height: 45px;
  line-height: 42px;
  border-color: #f2bcaf;
  background-color: #e55353;
}
.banner .box.right .top {
  height: 61px;
  line-height: 58px;
  border-color: #ff706f;
  background-color: #dc3838;
}
.banner .box .top span {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 22px;
  font-weight: 600;
  color: #e55353;
}
.banner .box.right .top span { color: #dc3838; }
.banner .box .top span:after {
  content: attr(data-text);
  position: absolute; 
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 6px #fff;
}
.banner .box .top b {
  font-weight: 600;
  font-size: 14px;
}
.banner .imgbox { position: relative; }
.banner .imgbox img {
  display: block;
  margin: 12px 0 -4px 56px;
}
.banner .center .imgbox img { margin: 20px 0 -5px 22px; }
.banner .right .imgbox img { margin: 28px 0 -7px 22px; }
.banner .imgbox span {
  display: block;
  position: absolute;
  top: 36px;
  right: 15px;
  font-size: 36px;
  font-weight: 600;
  color: #ca0100;
}
.banner .center .imgbox span {
  top: 29px;
  right: 7px;
  font-size: 40px;
}
.banner .right .imgbox span {
  top: -6px;
  right: 20px;
  font-size: 46px;
}
.point {
  position: absolute;
  top: 65px;
  right: 72px;
  z-index: 99;
  width: 15px;
  height: 15px;
}
.footbuy .point { visibility: hidden; }
.footbuy .point {
  top: 114px;
  right: 22px;
  z-index: 999;
}
.point i {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-position: 0 -45px;
}
.point p {
  position: absolute;
  top: 26px;
  left: -100px;
  padding: 10px 16px;
  width: 332px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  background: #fff;
  background: rgba(255,255,255,.9);
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
.footbuy .point p {
  top: -124px;
  left: -312px;
  padding: 6px 10px;
}
.footbuy .point.show { visibility: visible; }
.point p:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 101px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255,255,255,.9);
}
.footbuy .point p:before {
  top: auto;
  right: 26px;
  bottom: -6px;
  left: auto;
  border: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255,255,255,.9);
}
.point b strong { font-size: 16px;}
.point b {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #ca0100;
}
.footbuy .point p b { margin-bottom: 2px; }
.point:hover p {
  opacity: 1;
  visibility: visible;
}
.price p {
  font-size: 14px;
  color: #797979;
  font-weight: 500;
  text-align: left;
}
.price p strong {
  padding-right: 2px;
  padding-left: 120px;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
.banner .center .price p strong { 
  padding-left: 114px;
  font-size: 36px; 
}
.banner .right .price p strong { 
  padding-left: 126px;
  font-size: 40px; 
}
.price p strong sup { font-size: 20px; }
.banner .center .price p strong sup { font-size: 24px; }
.banner .right .price p strong sup { font-size: 28px; }

/* buybtn */
.buybtn {
  display: block;
  margin: 0px auto;
  width: 253px;
  height: 51px;
  color: #c61818;
  font-size: 18px;
  line-height: 51px;
  border-radius: 27.5px;
  border: 2px solid #c61818;
}
.buybtn.red { margin-top: -5px; }
.buybtn.red,
.buybtn:hover {
  width: 258px;
  height: 59px;
  line-height: 59px;
  color: #fff;
  border: none;
  border: 0px;
  border-radius: 29.5px;
  background: url(../images/buybtn.png) 0px 0px no-repeat;
  box-shadow: 0px 7px 3px 0px rgba(153, 37, 37, 0.25);
}
.buybtn i {
  margin-right: 4px;
  width: 23px;
  height: 20px;
  vertical-align: middle;
  background-position: 0 -61px;
}
.buybtn:hover { background-position: 0 -59px; }
.buybtn:hover i,
.buybtn.red i { background-position: 0 -81px; }

/* intro */
.intro { 
  margin-top: 18px; 
  margin-bottom: 54px;
  text-align: center;
}
.intro h2 { 
  font-size: 34px;
  font-weight: 600;
}
.intro p { 
  padding: 2px 0; 
  color: #808080; 
  font-size: 16px;
  line-height: 24px;
}
.intro p img { 
  margin-right: 4px;
  vertical-align: middle; 
}
.intro .panel { 
  position: relative; 
  margin-top: 170px; 
  height: 524px; 
  text-align: left; 
  background: url('../images/ring.png') 196px 0 no-repeat;
}
.intro .imgbox {
  position: absolute;
  top: -12px;
  left: 210px;
  width: 700px;
  height: 428px;
  overflow: hidden;
} 
.intro .imgbox ul { width: 2800px; }
.intro .imgbox li {
  float: left;
  width: 700px;
  height: 428px;
  text-align: center;
}
.intro .imgbox li.two img { margin-left: 20px; }
.intro .imgbox li.four img { 
  display: block;
  margin-top: -100px;
  margin-left: 40px; 
}
.intro .list { 
  position: absolute; 
  z-index: 99;
  cursor: pointer;
}
.intro .list span { 
  display: block; 
  float: left;
  width: 63px; 
  margin-top: 10px;
  margin-right: 15px; 
}
.intro .one {
  top: -80px;
  left: 40px;
}
.intro .two {
  top: -138px;
  right: 50px;
}
.intro .three {
  bottom: 44px;
  left: 36px;
}
.intro .four {
  bottom: 48px;
  right: -20px;
}
.intro .list dl { float: right;}
.intro .list dl h3 { 
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.intro .list dd {
  margin-top: 8px;
  color: #525252;
  line-height: 24px;
}
.intro .list b { 
  display: inline-block; 
  vertical-align: middle; 
  width: 77px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px; 
  border-radius: 4px;
  text-align: center;
  background-color: #f0353e;
}

.intro .list b.green {
  width: 40px;
  background-color: #09a82a;
}
.intro .list {
  opacity: 0;
  transform: translate(-200px, 0); 
  transition: opacity ease .5s, transform ease .6s;
}
.intro .one {
  transform: translate(200px, 0); 
  transition-delay: .2s;
}
.intro .two { transition-delay: .4s; }
.intro .three {
  transform: translate(0, 100px);
  transition-delay: .6s;
}
.intro .four {
  transform: translate(0, 100px);
  transition-delay: .8s;
}
.intro .active {
  transform: translate(0, 0); 
  opacity: 1;
}
.intro .list.on:after {
  content: '';
  position: absolute;
  top: -26px;
  left: -26px;
  width: 388px;
  height: 132px;
  background: url(../images/intro-bg.png) 0 0 no-repeat;
}
.intro .three.on:after,
.intro .two.on:after { top: -12px; }

/* review */
.review {
  height: 724px;
  background: url(../images/review-bg.jpg) top center no-repeat;
}
.review .wrapper:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 550px;
  width: 1px;
  height: 588px;
  background: #e20309;
}
.review .left,
.review .right { width: 468px; }
.review .center {
  margin-left: 37px;
  width: 89px;
}
.review .box {
  position: relative;
  z-index: 9;
  border-radius: 4px;
}
.review .center .box {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  box-shadow: 0px 8px 12px 0px rgba(70, 70, 70, 0.52);
}
.review .white {
  margin-top: 80px;
  height: 296px;
  background-color: #fff;
  box-shadow: 0px 3px 13px 0px rgba(173, 173, 173, 0.42);
}
.review .center .white { margin-top: 182px; }
.review .black {
  margin-top: 45px;
  height: 266px;
  background-color: #4f4f4f;
}
.review .center .black { margin-top: 212px; }
.review .box:before,
.review .box:after {
  content: '';
  position: absolute;
  top: 130px;
  width: 0px;
  height: 0px;
}
.review .left .box:before {
  z-index: 0;
  top: 131px;
  right: -28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 26px solid rgba(173, 173, 173, 0.22);
}
.review .left .box:after {
  z-index: 1;
  right: -24px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #fff;
}
.review .left .black:before {
  top: 131px;
  right: -28px;
  border-color: transparent;
}
.review .left .black:after {
  top: 92px;
  right: -24px;
  border-left-color: #4f4f4f;
}
.review .right .box:before {
  z-index: 0;
  top: 131px;
  left: -28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 26px solid rgba(173, 173, 173, 0.22);
}
.review .right .box:after {
  z-index: 1;
  left: -24px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 24px solid #fff;
}
.review .right .black:before {
  top: 131px;
  right: -28px;
  border-color: transparent;
}
.review .right .black:after {
  top: 92px;
  right: -24px;
  border-right-color: #4f4f4f;
}
.review .box .imgbox { text-align: center; }
.review .box img { margin: -32px 0 4px; }
.review .box p {
  padding: 0 34px;
  font-size: 12px;
  line-height: 24px;
  color: #030303;
  font-weight: 500;
}
.review .right .box p,
.review .left .box.black p { padding: 0 20px; }
.review .right .box.black p { padding: 0 40px; }
.review .left .box.black p { margin-top: -8px; }
.review .box b {
  display: block;
  float: right;
  margin-top: 3px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  font-weight: 600;
}
.review .center p {
  padding: 22px 0 0;
  color: #010101;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
}
.review .center .black p { color: #fff; }
.review .black img { margin-bottom: 12px; }
.review .right .black img { margin-bottom: 4px; }
.review .black p { color: #eee; }
.review .black b {
  margin-top: -10px;
  color: #eee;
}
.review .right .black b { margin-top: 24px; }


/* awards */
.awards {
  margin: 84px 0;
  text-align: center;
}
.awards h2 {
  margin: 0px 0 35px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #2f2f2f;
}

/* comparison */
.comparison table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison th { 
  height: 66px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 1px #e1e1e1 solid;
}
.comparison th.itema { 
  font-size: 18px; 
  line-height: 28px;
  vertical-align: top;
}
.comparison th.itema .box {
  margin-top: -20px;
  height: 26px;
  background-color: #e72525;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.comparison th b { 
  font-weight: 600;
  display: block; 
}
.comparison thead .text { 
  font-size: 20px;
  text-align: left;
  color: #000;
}
.comparison tr td.virtue {
  text-align: left;
  color: #000;
  font-size: 12px;
}
.comparison tr {
  text-align: center;
  font-size: 14px;
}
.comparison .itema,
.comparison .itemb {
  color: #fff;
  text-align: center;
  width: 220px;
  background-color: #f7f7f7;
}
.comparison th.itemb,
.comparison th.itema {
  background-color: #6b6b6b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.comparison th.itema { background-color: #e72525; }
.comparison td {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px #e1e1e1 solid;
}
.comparison .itema { 
  border-color: #f8d9d9;
  background-color: #faf2f2; 
}
.comparison td.icons {
  width: 50px;
  text-align: center;
}
.comparison td.space {
  width: 10px;
  border-color: #fff;
}
.comparison td i {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-position: 0 0;
}
.comparison td i.red { background-position: 0 -15px; }
.comparison td i.fork { background-position: 0 -30px; }
.comparison sup {
  display: inline-block;
  margin-left: -6px;
  color: #eb7a0c;
  font-size: 12px;
  vertical-align: top;
  -webkit-transform: scale(.7,.7);
          transform: scale(.7,.7);
}

/* footbuy */
.footbuy {
  margin: 70px 0px;
  height: 259px;
  background: url(../images/footer-bg.jpg) top center no-repeat;
}
.footbuy .discount {
  margin-top: 38px;
  margin-left: 14px;
  color: #ffe760;
  font-weight: 600;
  font-size: 16px;
}
.footbuy .discount b { 
  font-size: 40px;
  font-weight: 600; 
}
.footbuy .imgbox {
  position: relative;
  z-index: 9;
  margin-left: 45px;
  width: 200px;
  height: 259px;
}
.footbuy .imgbox img {
  display: block;
  position: absolute;
  top: 68px;
  left: -100px;
  width: 184px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left ease .6s, opacity .4s;
          transition: left ease .6s, opacity .4s;    
}
.footbuy .imgbox img.five { 
  width: 220px;
}
.footbuy .imgbox img.three { top: 58px; }
.footbuy .imgbox img.active {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.footbuy .imgbox img.five.active { left: -36px; }
.footbuy ul { 
  position: relative;
  z-index: 1;
  margin: 66px 0 0px; 
}
.footbuy li,
.footbuy li.default {
  margin-bottom: 12px;
  margin-left: 16px;
  font-size: 12px;
  width: 357px;
  height: 35px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  line-height: 35px;
  background: url(../images/tag.png) 0px 0px no-repeat;
}
.footbuy li.three { margin-left: 0px; }
.footbuy li.one.min { margin-left: -2px; }
.footbuy li.five.min { margin-left: -16px; }
.footbuy li.small { margin-left: 0px; }
.footbuy li.five.small { margin-left: -20px; }
.footbuy li.default.small,
.footbuy li.default.min,
.footbuy li.default { margin-left: -12px; }
.footbuy li span { padding-left: 50px; }
.footbuy li b {
  font-size: 16px;
  font-weight: 600;
  color: #fff390;
}
.footbuy li em { display: none; }
.footbuy li strong {
  padding-left: 159px;
  color: #fff390;
  font-weight: 600;
  font-size: 14px;
}
.footbuy li.active {
  margin-top: -12px;
  margin-left: -34px;
  width: 449px;
  height: 74px;
  font-size: 14px;
  line-height: 78px;
  background-position: 0 -35px;
}
.footbuy li.three.active {
  margin-top: 8px;
  margin-bottom: 2px;
  margin-left: -36px;
  width: 434px;
  height: 63px;
  line-height: 56px;
  background-position: 0 -109px;
}
.footbuy li.three.active span {padding-left: 85px;}
.footbuy li.three.active strong { padding-left: 160px;}
.footbuy li.three strong { padding-left: 130px;}
.footbuy li.one.active {
  margin-bottom: -16px;
  margin-left: -34px;
  width: 455px;
  height: 81px;
  line-height: 56px;
  background-position: 0 -172px;
}
.footbuy li.active span { padding-left: 100px; }
.footbuy li.active strong { font-size: 20px; }
.footbuy li.one.active strong { padding-left: 150px; }
.footbuy li.default {
  cursor: default;
  color: #fff;
  background-position: 0 -253px;
}
.footbuy li.default b,
.footbuy li.default strong { color: #fff; }
.footbuy .price { 
  margin-top: 70px;
  margin-right: 10px;
  margin-left: -30px;
  text-align: center;
}
.footbuy .price p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.footbuy .price p strong { 
  padding-left: 0px; 
  font-size: 36px;
}
.footbuy .buybtn.red {
  margin-top: 0px;
  width: 269px;
  height: 65px;
  line-height: 60px;
  font-size: 20px;
  color: #000;
  border-radius: 32.5px;
  background-position: 0 -118px;
  box-shadow: 0px 10px 7px 0px rgba(64, 40, 1, 0.42);
}
.footbuy .buybtn.red:hover { background-position: 0 -183px; }
.footbuy .buybtn.red i { background-position: 0 -101px; }

/* service */
.service dl {
  float: left;
  width: 245px;
  text-align: center;
  margin-right: 40px;
}
.service dl.last { margin-right: 0; }
.service dl dt {
  height: 72px;
  line-height: 72px;
  margin-bottom: 10px;
}
.service dl dt img {
  display: inline-block;
  vertical-align: middle;
}
.service dl dd {
  font-size: 12px;
  color: #959595;
}
.service dl dd strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* annotation */
.annotation {
  padding-top: 18px;
  margin: 44px 0 20px;
  font-size: 12px;
  color: #5e5e5e;
  line-height: 18px;
  border-top: 1px solid #c8c8c8;
}
.footer {
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: #999;
}
.backtotop {
  position: fixed; 
  z-index: 10;
  bottom: 20%;
  right: 6%;
  width: 56px;
  height: 56px;
  visibility: hidden;
  cursor: pointer;
  background: url(../images/top.png) 0px 0px no-repeat;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.backtotop:hover { background-position: 0 -56px; }
.backtotop.on { visibility: visible; }

.zoomout {
  -webkit-animation: bounceout .6s forwards;
          animation: bounceout .6s forwards;
}
@-webkit-keyframes bounceout {
  0% {
    opacity: 0;
    -webkit-transform: scale(3.2);
            transform: scale(3.2);
  }
  100% { 
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceout {
  0% {
    opacity: 0;
    -webkit-transform: scale(3.2);
            transform: scale(3.2);
  }
  100% { 
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}