@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1100px; 
  outline: 0;
  color: #373737;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  vertical-align: baseline;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
a {
  margin: 0;
  padding: 0;
  color: #373737;
  outline: none;
  cursor: pointer;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:hover { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-spacing: 0;
  border-collapse: collapse;
}
ul,
ul li { list-style-type: none; }
img { border: none; }
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
  zoom: 1;
}
.all-icons { 
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0;
}


/* banner */
.banner {
  width: 100%;
  min-width: 1000px;
  height: 887px;
  text-align: center;
  background: url(../images/bg.jpg) top center no-repeat;
}
.banner .logo {
  display: block;
  margin-top: 44px;
  width: 56px;
}
.banner .title {
  margin-left: 242px;
  margin-top: 36px;
  margin-bottom: -5px;
  width: 501px;
  height: 71px;
  text-align: center;
  text-indent: -9999px;
  background: url(../images/title.png) no-repeat;
}
.banner h2 {
  font-size: 20px;
  font-weight: 600;
  color: #373737;
}
.banner .offer {
  position: relative;
  margin: 146px 0 0 108px;
  float: left;
  width: 388px;
  height: 357px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccd2e9;
}
.banner .offer:before,
.banner .offer:after {
  content: '';
  display: block;
  position: absolute;
  top: 36px;
  width: 3px;
  height: 289px;
  background-color: #b0bbe1;
}
.banner .offer.big:before,
.banner .offer.big:after {
  height: 346px;
  background-color: #ff7214;
}
.banner .offer:before {
  left: -1px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.banner .offer:after {
  right: -1px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.banner .offer.big {
  margin: 90px 0 0 52px;
  width: 448px;
  height: 414px;
  border-color: #fcc09b;
}
.soldbox,
.soldwords {
  display: block;
  position: absolute;
  top: -57px;
  left: -1px;
  z-index: 99;
  width: 450px;
  height: 503px;
  background: url(../images/sold.png) no-repeat;
}
.soldwords {
  top: 176px;
  left: 142px;
  z-index: 101;
  width: 204px;
  height: 99px;
  background: url(../images/sold-words.png) 0 0 no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition: opacity .6s,transform .6s ease;
          transition: opacity .6s,transform .6s ease;
    
}
.footbuy .soldwords {
  top: 14px;
  left: 150px;
  width: 102px;
  height: 50px;
  background-size: 102px;
}
.soldbox.on { visibility: visible; }
.slipUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footbuy li strong,
.banner .offer h3 {
  text-indent: -9999px;
  background: url(../images/off.png) 0 -123px no-repeat;
}
.banner .offer h3 {
  position: absolute;
  top: -41px;
  left: 64px;
  width: 252px;
  height: 82px;
}
.banner .offer.big h3 {
  left: 64px;
  top: -52px;
  width: 317px;
  height: 104px;
  background-position: 0 0px;
}
.reduce {
  display: block;
  position: absolute;
  top: 120px;
  left: 92px;
  width: 270px;
  height: 215px;
  opacity: 1;
  background: url(../images/reduce.png) no-repeat;
}
.reduce.on {
  top: -100px;
  opacity: 0;
  -webkit-transition: top ease 1.2s, opacity 1s;
          transition: top ease 1.2s, opacity 1s;
}
.footbuy .reduce { 
  top: 0px;
  left: 0px;
  opacity: 0; 
}
.footbuy .reduce.show { opacity: 1; }
.countdown {
  margin: 74px auto 0px;
  width: 385px;
  height: 40px;
  color: #ff3901;
  font-size: 12px;
  line-height: 40px;
  background: url(../images/time.png) no-repeat;
}
.countdown strong {
  font-size: 18px;
  font-weight: 600;
}
.countdown strong.small { font-size: 12px; }
.banner .offer > img {
  display: block;
  margin: 72px 0 38px 122px;
}
.banner .offer.big > img { margin: 20px 0 12px 112px; }
.payment { margin-top: 134px; }

.price p { font-size: 16px; }
.price p del {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.price p del:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 65px;
  height: 2px;
  background-color: #5a71c1;
}
.banner .offer.big .price p del:after { 
  width: 70px;
  background-color: #ff3600; 
}
.price p strong {
  font-size: 22px;
  font-weight: 600;
}
.price p strong big { font-size: 30px; }
.banner .offer.big .price p strong big { font-size: 38px; }
.buybtn {
  display: block;
  margin: 6px auto 0px;
  width: 271px;
  height: 56px;
  line-height: 56px;
  color: #5a71c1;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  border: 3px solid #92a3dd;
  -webkit-transition: background .2s ease, color .3s;
          transition: background .2s ease, color .3s;
}
.buybtn.orange,
.buybtn:hover {
  width: 277px;
  height: 62px;
  border: 0px;
  border: none;
  color: #fff;
  font-weight: 600;
  line-height: 62px;
  background-color: #fff;
  border-color: transparent;
  text-shadow: 0px 2px 3px rgba(190, 9, 0, 0.9);
  box-shadow: 0px 10px 28.5px 1.5px rgba(255, 36, 0, 0.5);
  background-image: -webkit-linear-gradient(rgb(255,138,47) 0%, rgb(255,64,6) 100%);
  background-image:         linear-gradient(rgb(255,138,47) 0%, rgb(255,64,6) 100%);
}
.buybtn.orange { margin: 3px auto 0; }
.buybtn:hover {
  background-color: #ff892e;
  background-image: -webkit-linear-gradient(rgb(255,64,6) 0%, rgb(255,138,47) 100%);
  background-image:         linear-gradient(rgb(255,64,6) 0%, rgb(255,138,47) 100%);
}



/* centbuy */
.centbuy {
  margin-top: 40px;
  height: 472px;
  background: url(../images/centbuy-bg.jpg) top center no-repeat;
}
.centbuy h2,
.centbuy h4 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.centbuy h4 {
  margin-top: 8px;
  font-size: 22px;
}
.centbuy dl {
  margin: 54px 0 66px;
  float: left;
  width: 50%;
}
.centbuy dt {
  float: left;
  width: 200px;
}
.centbuy dd {
  float: left;
  width: 330px;
  font-size: 20px;
  line-height: 30px;
}
.centbuy h3 {
  margin-bottom: 10px;
  margin-top: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  white-space: nowrap;
}
.centbuy dd strong {
  padding-right: 4px;
  color: #ff3701;
  font-weight: 600;
}
.centbuy dd p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}
.centbuy .buybtn {
  width: 460px;
  font-size: 20px;
}
.centbuy .buybtn.gray { 
  cursor: default;
  text-shadow: none;
  box-shadow: none;
  background: #999; 
}

.centbuy .countdown { background: none; margin: 0px auto; margin-top: 15px; text-align: center;}

/* awards */
.awards {
  margin-top: 94px;
  text-align: center;
}
.awards h2 {
  margin-bottom: 30px;
  height: 44px;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  color: #373737;
  background: url(../images/awards-bg.png) top center no-repeat;
}

/* review */
.review .reviews {
  height: 200px;
  display: none;
  text-align: center;
}
.review .reviews h2 { 
  margin: 96px 0 18px;
  font-size: 36px; 
}
.review .reviews h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.review .reviews p {
  margin: 6px auto 0;
  width: 90%;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 26px;
}
.review .reviews.active { display: block; }
.review .handle {
  display: block;
  height: 126px;
  margin-top: 50px;
  margin-bottom: 100px;
  border-bottom: 3px solid #e8e9ed;
}
.review .handle li {
  float: left;
  width: 28%;
  text-align: center;
  cursor: pointer;
}
.review .handle li.first { margin-left: 50px; }
.review .handle li .badge {
  display: block;
  margin-bottom: 20px;
  height: 130px;  
}
.review .handle li .badge img {
  width: 66px;
  height: 66px;
  margin-top: 34px;
  margin-bottom: 22px;
  -webkit-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
.review .handle li .badge span {
  display: block;
  margin: -1px auto 0px;
  width: 120px;
  height: 3px;
  background: #e8e9ed;
}
.review .handle li strong {
  font-size: 14px;
  color: #2c2c2c;
  display: none;
}
.review .handle li.active .badge img {
  margin-top: 0;
  width: 100px;
  height: 100px;  
}
.review .handle li.active .badge span { background: #4063ff; }
.review .handle li.active strong,
.review .handle li.active span { display: block}

/* intro */
.intro {
  text-align: center;
}
.intro h2 {
  font-size: 38px;
  font-weight: 600;
  color: #373737;
}
.intro .screen {
  display: block;
  margin: 26px auto 68px;
}
.intro dl {
  float: left;
  width: 55%;
  height: 170px;
  text-align: left;
}
.intro dl.right { width: 45%; }
.intro dl dt {
  margin-top: 8px;
  float: left;
  width: 100px;
}
.intro dl dd {
  float: left;
  width: 390px;
}
.intro dl h3 {
  margin-bottom: 12px;
  color: #4361ff;
  font-size: 18px;
  font-weight: 600;
}

/* footbuy */
.footbuy {
  width: 100%;
  height: 370px;
  background: url("../images/footbuy-bg.jpg") top center no-repeat;
}
.footbuy h2 {
  padding: 20px 0 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.footbuy h2 span {
  color: #ff981f;
  font-size: 50px;
}
.footbuy .imgbox {
  position: relative;
  width: 280px;
  height: 190px;
}
.footbuy .imgbox img {
  display: block;
  position: absolute;
  top: 0px;
  left: -100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left ease .6s, opacity .4s;
          transition: left ease .6s, opacity .4s;
}
.footbuy .imgbox img.one { top: 10px; }
.footbuy .imgbox img.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.footbuy .imgbox img.one.active { left: 80px; }
.footbuy ul { margin: 30px 0 0 150px; }
.footbuy li {
  position: relative;
  margin-bottom: 14px;
  width: 317px;
  height: 62px;
  color: #a6a6a6;
  cursor: pointer;
  font-size: 18px;
  line-height: 62px;
  border-radius: 3px;
  border: 1px solid #ccd2e9;
  background-color: #fff;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.footbuy li.one {
  margin-left: -82px;
  width: 399px;
  height: 72px;
  line-height: 72px;
  border-color: #e9e8e8;
}
.footbuy li:before,
.footbuy li:after {
  content: '';
  display: block;
  position: absolute;
  left: 38px;
  width: 249px;
  height: 3px;
  background-color: #b0bbe1;
}
.footbuy li.one:before,
.footbuy li.one:after {
  width: 331px;
  background-color: #d2d2d2;
}
.footbuy li:before {
  top: -1px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footbuy li:after {
  bottom: -1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footbuy li.active:before,
.footbuy li.active:after { width: 361px;  }
.footbuy li.one.active:before,
.footbuy li.one.active:after { background-color: #ff7214; }
.footbuy li i {
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  background-position: 0 -53px;
  -webkit-transition: left ease .6s, opacity .4s;
          transition: left ease .6s, opacity .4s;
}
.footbuy li span { padding-left: 6px; }
.footbuy li.one span { padding-left: 12px; }
.footbuy li strong {
  display: inline-block;
  margin-left: 50px;
  width: 108px;
  height: 39px;
  vertical-align: middle;
  background-position: 0 -261px;
}
.footbuy li.one strong {
  margin-left: 10px;
  width: 131px;
  height: 46px;
  background-position: 0px -209px;
}
.footbuy li.active {
  margin-left: -111px;
  width: 428px;
  color: #5a71c1;
}
.footbuy li.one.active {
  color: #ff3701;
  border-color: #fcc09b;
}
.footbuy li.active i {
  margin-left: 25px;
  opacity: 1;
  visibility: visible;
}
.footbuy li.active span { padding-left: 70px; }
.footbuy li.one.active span { padding-left: 20px; }
.footbuy li.active strong { 
  margin-left: 56px;
  background-position: -108px -261px; 
}
.footbuy li.one.active strong { 
  margin-left: 14px;
  background-position: -139px -209px; 
}
.footbuy .price { margin-top: 36px; text-align: center; }
.footbuy .price p strong { font-size: 22px; }
.footbuy .price p strong big { font-size: 36px; }
.footbuy .buybtn {
  margin: 10px auto;
  width: 286px;
  border-radius: 10px;
}


/* footer */
 .footer { 
  padding: 42px 0 20px;
}
.footer .server dl {
  float: left;
  width: 25%;
  text-align: center;
}
.footer .server dt {
  height: 72px;
  line-height: 72px;
}
.footer .server dt img {
  display: inline-block;
  vertical-align: middle;
}
.footer .server dd {
  line-height: 22px;
  color: #959595;
}
.footer .server dd strong {
  display: block;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.annotation {
  margin-top: 35px;
  padding: 35px 0 20px;
  border-top: 1px solid #c8c8c8;
}
.copyright {
  text-align: center;
  line-height: 25px;
}
