@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #303030;
  font-weight: 400;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline; 
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #303030;
  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: 1000px;
  min-width: 1000px;
  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 {
  min-height: 682px;
  text-align: center;
  background: url(../images/bg.jpg?t=5544) center top no-repeat;
}
.banner .wrapper {
  width: 1000px;
  min-width: 1100px;
}
.banner .logo {
  position: absolute;
  top: 18px;
  left: 0px;
  display: block;
  width: 47px;
  height: 16px;
  background: url("../images/logo.png") no-repeat;
}
.banner h1,
.banner h3 {
  padding: 44px 0 10px;
  color: #fff;
  font-size: 56px;
  line-height: 34px;
  text-transform: uppercase;
  text-shadow: 0px 3px 7px rgba(0, 114, 180, 0.74);
}
.banner h3 {
  padding: 0;
  font-size: 22px;
  font-weight: 400;
}
.banner .offer {
  position: relative;
  z-index: 9;
  float: left;
  margin-top: 77px;
  width: 310px;
  height: 591px;
  border-radius: 4px;
  background-color: #fff;
}
.banner .left {
  z-index: 0;
  margin-left: 45px;
}
.banner .right { z-index: 0; }
.banner .big {
  margin: 50px -12px 0px;
  width: 414px;
  height: 616px;
}
.banner .big:before,
.banner .big:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 490px;
  height: 739px;
  background: url(../images/offer-shadow.png) no-repeat;
}
.banner .big:before {
  top: -30px;
  left: -38px;
}
.banner .big:after {
  top: -34px;
  right: -20px;
  width: 52px;
  height: 52px;
  background: url(../images/like-icon.png) no-repeat;
}
.banner .offer > img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 78px auto 13px;
}
.banner .big > img { margin: 78px 0 7px 50px; }
.banner .right > img { margin: 78px auto 9px; }
.banner .offer .off,
.floatlayer .off {
  display: block;
  position: absolute;
  top: 18px;
  left: 78px;
  z-index: 1;
  width: 162px;
  height: 67px;
  text-indent: -9999px;
  background: url(../images/off-60.png) no-repeat;
}
.banner .offer .off.four { 
  top: 20px;
  background: url(../images/off-40.png) no-repeat; 
}
.banner .offer .off.eight,
.floatlayer .off {
  top: 56px;
  left: 162px;
  width: 252px;
  height: 103px;
  text-indent: -9999px;
  background: url(../images/off-85.png) no-repeat;
}
.countdown { font-size: 16px; }
.banner .countdown {
  position: absolute;
  top: -15px;
  left: 104px;
  width: 194px;
  height: 30px;
  text-align: left;
  line-height: 30px;
  border-radius: 15px;
  text-indent: 26px;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(249, 108, 67, 0.33);

}
.giftbox .countdown { color: #515151; }
.floatlayer .countdown { color: #373737; }
.banner .countdown:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -24px;
  width: 53px;
  height: 50px;
  background: url(../images/ring.png) no-repeat;
  -webkit-animation: 3s swing 1.5s ease infinite;
          animation: 3s swing 1.5s ease infinite;
}
.countdown b {
  font-size: 20px;
  font-weight: 400;
}
.giftbox .countdown b,
.floatlayer .countdown b {
  padding: 0 2px; 
  font-size: 16px; 
}
.countdown b.last { font-size: 14px; }
.floatlayer .countdown b { font-weight: 700; }
.banner .list {
  margin: 32px 0px 0 66px;
  width: 190px;
}
.banner .big .list {
  margin: 24px 0 0 90px;
  width: 260px;
}
.banner .list li {
  padding-left: 18px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background: url(../images/green-fork.png) 0px 9px no-repeat;
}

/* payment */
.payment {
  margin: 80px auto 70px;
  width: 1002px;
  text-align: center;
}

/* price */
.banner .price,
.banner .list {
  position: relative;
  z-index: 1;
}
.price p {
  color: #516986;
  font-size: 16px;
}
.banner .big .price p {
  color: #676767;
  font-size: 18px;
}
.price strong {
  padding-right: 4px;
  color: #000;
  font-size: 36px;
}
.banner .big .price strong { font-size: 42px; }
.price strong small { font-size: 16px; }
.banner .big .price strong small { font-size: 22px; }

/* buybtn */
.buybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 61px;
  color: #040404;
  font-size: 18px;
  font-weight: 700;
  line-height: 61px;
  text-align: center;
  border-radius: 8px;
  background-color: #f7971e;
  box-shadow: 0px 15px 30px 0px rgba(241, 91, 0, 0.4);
  background-image: -webkit-linear-gradient(rgb(255,210,0) 0%, rgb(247,151,30) 100%);
  background-image:         linear-gradient(rgb(255,210,0) 0%, rgb(247,151,30) 100%);
}
.buybtn.gray {
  width: 178px;
  height: 42px;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 42px;
  box-shadow: none;
  background: transparent;
  border: 1px solid #2b2b2b;
}
.giftbox .buybtn {
  margin: 8px auto 12px;
  width: 299px;
  font-size: 16px;
  -webkit-transition: all .3s;
          transition: all .3s; 
}
.floatlayer .buybtn {
  margin: 24px 46px 0 0;
  width: 205px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  border-radius: 4px;
  background-color: #ea292b;
  text-shadow: none;
  box-shadow: 0px 15px 30px 0px rgba(246, 55, 43, 0.4);
  background-image: -webkit-linear-gradient(rgb(255,83,59) 0%, rgb(234,41,43) 100%);
  background-image:         linear-gradient(rgb(255,83,59) 0%, rgb(234,41,43) 100%);
  -webkit-transition: all .3s;
          transition: all .3s; 
}
.pop .buybtn {
  margin-top: 20px;
  width: 234px;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
}
.buybtn i {
  margin-top: -4px;
  margin-right: 14px;
  width: 19px;
  height: 12px;
  vertical-align: middle;
  background-position: 0 -86px;
}
.buybtn.gray i { 
  margin-right: 4px;
  display: none; 
}
.giftbox .buybtn i { margin-right: 24px; }
.floatlayer .buybtn i { 
  margin-right: 10px;
  background-position: 0 -98px; 
}
.buybtn:hover {
  background-color: #ffd200;
  background-image: -webkit-linear-gradient(rgb(247,151,30) 0%, rgb(255,210,0) 100%);
  background-image:         linear-gradient(rgb(247,151,30) 0%, rgb(255,210,0) 100%);
}
.buybtn.gray:hover {
  width: 180px;
  height: 44px;
  line-height: 46px;
  border: 0px;
  border: none;
  background-color: #ffd200;
  box-shadow: 0px 15px 30px 0px rgba(241, 91, 0, 0.4);
  background-image: -webkit-linear-gradient(rgb(247,151,30) 0%, rgb(255,210,0) 100%);
  background-image:         linear-gradient(rgb(247,151,30) 0%, rgb(255,210,0) 100%);
}
.floatlayer .buybtn:hover { background: #e9191b; }
.buybtn.gray:hover i { display: inline-block; }

/* feature */
.feature h2 {
  font-size: 30px;
  color: #262626;
  text-align: center;
}
.feature h4 {
  margin-top: 10px;
  font-size: 22px;
  color: #262626;
  text-align: center;
}
.feature .showcase {
  position: absolute;
  top: 183px;
  left: -15px;
  display: block;
  width: 480px;
  height: 400px;
  background: url(../images/computer.png) center no-repeat;
}
.feature .showcase .inner {
  display: inline-block;
  margin-top: 8px;
  margin-left: 40px;
  width: 392px;
  height: 265px;
  overflow: hidden;
}
.feature .showcase .inner ul {
  width: 2352px;
  transition: all .4s ease-out;
}
.feature .showcase .inner li {
  position: relative;
  float: left;
  width: 392px;
  height: 265px;
}
.feature .showcase .zoom {
  position: absolute;
  top: 0;
}
.feature .showcase .zoom li .container {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out;
}
.feature .showcase .zoom li.fun1 .container {
  top: 50px;
  left: 220px;
}
.feature .showcase .zoom li.fun2 .container {
  top: 120px;
  left: 169px;
}
.feature .showcase .zoom li.fun3 .container {
  top: 140px;
  left: 110px;
}
.feature .showcase .zoom li.fun4 .container {
  top: 140px;
  left: 110px;
}

.feature .showcase .zoom li.fun1.active .container {
  top: 109px;
  left: 82px;
  width: 244px;
  height: 114px;
}
.feature .showcase .zoom li.fun2.active .container {
  top: 90px;
  left: 190px;
  width: 266px;
  height: 156px;  
}
.feature .showcase .zoom li.fun3.active .container {
  top: 82px;
  left: 188px;
  width: 270px;
  height: 154px; 
}
.feature .showcase .zoom li.fun4.active .container {
  top: 48px;
  left: 86px;
  width: 270px;
  height: 154px;  
}
.feature .showcase .zoom li .container img {
  width: inherit;
  height: inherit;
}
.feature .detail-list {
  float: right;
  width: 520px;
  margin-top: 38px;
  margin-right: -30px;
}
.feature .detail-list dl {
  display: block;
  margin: -6px 0;
  width: 520px;
  height: 113px;
  clear: both;
  cursor: pointer;
}
.feature .detail-list dt {
  float: left;
  width: 112px;
}
.feature .detail-list dt i {
  display: inline-block;
  margin-top: 18px;
  margin-left: 26px;
  width: 78px;
  height: 77px;
  background-repeat: no-repeat;
  background-image: url(../images/benfits-icon.png?t=3233);
}
.feature .detail-list dt i.benfits01 { background-position: -78px -231px; }
.feature .detail-list dt i.benfits02 { background-position: -78px -77px; }
.feature .detail-list dt i.benfits03 { background-position: -78px 0px; }
.feature .detail-list dt i.benfits04 { background-position: -78px -154px; }
.feature .detail-list dt i.benfits05 { background-position: -78px -308px; }
.feature .detail-list dl:hover,
.feature .detail-list dl.active { background: url(../images/btnfits-list-bg.png) left center no-repeat; }
.feature .detail-list dl:hover dt i.benfits01,
.feature .detail-list dl.active dt i.benfits01 { background-position: 0 -231px; }
.feature .detail-list dl:hover dt i.benfits03,
.feature .detail-list dl.active dt i.benfits03 { background-position: 0 0px; }
.feature .detail-list dl:hover dt i.benfits02,
.feature .detail-list dl.active dt i.benfits02 { background-position: 0 -77px; }
.feature .detail-list dl:hover dt i.benfits04,
.feature .detail-list dl.active dt i.benfits04 { background-position: 0 -154px; }
.feature .detail-list dl:hover dt i.benfits05,
.feature .detail-list dl.active dt i.benfits05 { background-position: 0 -308px; }
.feature .detail-list dd {
  display: inline-block;
  margin-top: 24px;
  margin-left: 10px;
  float: left;
  width: 320px;
  box-sizing: border-box;   
}
.feature .detail-list dl.two dd { margin-top: 16px; }
.feature .detail-list dd h3 { font-size: 16px; }
.feature .detail-list dd p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #797979;
  font-weight: bold;
}
.feature .detail-list .textlink {
  display: block;
  margin-left: 125px;
  margin-top: 10px;
  color: #0075e9;
  font-size: 12px;
  text-decoration: underline; 
}

/* giftbox */
.giftbox {
  margin-top: 120px;
  padding-top: 23px;
  text-align: center;
}
.giftbox .wrapper {
  width: 1096px;
  min-width: 1096px;
  height: 420px;
  border: 2px solid #d9e5fc;
  background-color: #fff;
}
.giftbox h2 {
  display: block;
  margin: -20px auto 54px;
  width: 1020px;
  color: #de8902;
  font-size: 24px;
  background-color: #fff;
}
.giftlist {
  position: relative;
  float: left;
  width: 33.33%;
}
.giftlist.sd:after,
.giftlist.sd:before {
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  width: 1px;
  height: 117px;
  background-color: #d9e5fc;
}
.giftlist.sd:before { left: 0px; }
.giftlist.sd:after { right: 0px; }
.giftlist > img {
  display: block;
  margin-left: 74px;
}
.giftlist h3 {
  margin: 10px 0 34px;
  color: #000;
  font-size: 20px;
}
.giftlist h3 small {
  color: #404040;
  font-size: 12px;
}
.giftlist ul {
  margin: 0 auto;
  width: 320px;
}
.giftlist.sd ul { width: 290px; }
.giftlist.pf ul { width: 260px; }
.giftlist li {
  margin-bottom: 20px;
  padding-left: 22px;
  color: #3e3939;
  line-height: 14px;
  text-align: left;
  background: url(../images/icon-check-mark.png) 0px 2px no-repeat;
}

/* reviews */
.reviews { padding-top: 180px; }
.reviews h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.reviews h2 + p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.reviews h2 + p span {
  font-size: 16px;
  font-weight: 800;
  color: #df2f33;
}
.reviews .map {
  position: relative;
  margin: 0 auto;
  width: 1049px;
  height: 502px;
  background: url(../images/worldmap.jpg) center top no-repeat;
}
.reviews .map dl {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all ease-in-out .8s;
          transition: all ease-in-out .8s;
}
.reviews .map dl dt {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 10px;
}
.reviews .map dl dd {
  float: left;
  margin-top: 5px;
  margin-left: -60px;
  padding: 5px 15px 5px 60px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  border-radius: 10px;
  background: #fff;
  border: solid #e9999a 1px;
}
.reviews .map dl.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.reviews .map dl.tradotto-da-tedesco {
  top: 8px;
  right: 78px;
}
.reviews .map dl.html-it {
  top: 75px;
  right: 47px;
}
.reviews .map dl.html-it dd { margin-top: 10px; }
.reviews .map dl.baixaki {
  top: 306px;
  left: 345px
}
.reviews .map dl.charles-r-widick {
  top: 82px;
  left: 33px;
}
.reviews .map dl.charles-r-widick dd,
.reviews .map dl.cnet dd {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 50px;
  margin-right: -50px;
}
.reviews .map dl.cnet {
  top: 156px;
  left: -21px;
}
.reviews .map .recover {
  position: absolute;
  border-radius: 50%;
  background: #c2292c;
  border: solid #ead3d4 3px;
  box-sizing: content-box;
}
.reviews .map .recover.big {
  width: 12px;
  height: 12px;
}
.reviews .map .recover.middle {
  width: 8px;
  height: 8px;
}
.reviews .map .recover.smail {
  width: 4px;
  height: 4px;
}
.reviews .map .recover.recover01 {
  top: 109px;
  left: 360px;
  -webkit-animation: 3s recover 1s ease-in-out infinite;
          animation: 3s recover 1s ease-in-out infinite;
}
.reviews .map .recover.recover02 {
  top: 230px;
  left: 254px; 
  -webkit-animation: 4s light 1.5s ease-in-out infinite;
          animation: 4s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover03 {
  top: 224px;
  left: 203px;
  -webkit-animation: 5s light 1.5s ease-in-out infinite;
          animation: 5s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover04 {
  top: 206px;
  left: 592px;
  -webkit-animation: 6s recover 1s ease-in-out infinite;
          animation: 6s recover 1s ease-in-out infinite;
}
.reviews .map .recover.recover05 {
  top: 94px;
  left: 581px;
  -webkit-animation: 4.5s recover 1s ease-in-out infinite;
          animation: 4.5s recover 1s ease-in-out infinite;
}
.reviews .map .recover.recover06 {
  top: 179px;
  left: 494px; 
  -webkit-animation: 5s light 1.5s ease-in-out infinite;
          animation: 5s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover07 {
  bottom: 110px;
  left: 368px;
  -webkit-animation: 5.5s recover 1s ease-in-out infinite;
          animation: 5.5s recover 1s ease-in-out infinite;
}
.reviews .map .recover.recover08 {
  top: 227px;
  right: 453px;
  -webkit-animation: 6s light 1.5s ease-in-out infinite;
          animation: 6s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover09 {
  top: 154px;
  left: 240px;
  -webkit-animation: 3.5s light 1.5s ease-in-out infinite;
          animation: 3.5s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover10 {
  top: 247px;
  left: 595px;
  -webkit-animation: 4s recover 1s ease-in-out infinite;
          animation: 4s recover 1s ease-in-out infinite;
}
.reviews .map .recover.recover11 {
  top: 260px;
  right: 342px;
  -webkit-animation: 4.5s recover 1.5s ease-in-out infinite;
          animation: 4.5s recover 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover12 {
  top: 227px;
  right: 285px;
  -webkit-animation: 5.5s light 1s ease-in-out infinite;
          animation: 5.5s light 1s ease-in-out infinite;
}
.reviews .map .recover.recover13 {
  top: 257px;
  left: 464px;
  -webkit-animation: 4.5s light 1.5s ease-in-out infinite;
          animation: 4.5s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover14 {
  top: 367px;
  left: 564px;
  -webkit-animation: 4s recover 1.5s ease-in-out infinite;
          animation: 4s recover 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover15 {
  top: 226px;
  left: 561px;
  -webkit-animation: 3.5s light .5s ease-in-out infinite;
          animation: 3.5s light .5s ease-in-out infinite;
}
.reviews .map .recover.recover16 {
  top: 216px;
  left: 521px;
  -webkit-animation: 3s recover .5s ease-in-out infinite;
          animation: 3s recover .5s ease-in-out infinite;
}
.reviews .map .recover.recover17 {
    right: 177px;
    top: 397px;
    -webkit-animation: 4s light 1.5s ease-in-out infinite;
    animation: 4s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover18 {
  top: 216px;
  left: 581px;
  -webkit-animation: 5s recover .5s ease-in-out infinite;
          animation: 5s recover .5s ease-in-out infinite;
}
.reviews .map .recover.recover19 {
  top: 246px;
  left: 521px;
  -webkit-animation: 6s light 1.5s ease-in-out infinite;
          animation: 6s light 1.5s ease-in-out infinite;
}
.reviews .map .recover.recover20 {
  top: 246px;
  right: 221px;
  -webkit-animation: 5.5s recover 1s ease-in-out infinite;
          animation: 5.5s recover 1s ease-in-out infinite;
}
.reviews .map .recover.recover21 {
  top: 286px;
  right: 421px;
  -webkit-animation: 4.5s light 1.5s ease-in-out infinite;
          animation: 4.5s light 1.5s ease-in-out infinite;
}

/* comparsion */
.comparsion table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.comparsion th {
  padding: 20px 0;
  height: 60px;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 1px #e4e4e4 solid;
}
.comparsion th strong {
  display: block;
  font-size: 18px;
}
.comparsion th.text {
  text-align: left;
  font-size: 24px;
  text-indent: 8px;
  border-top: solid #e4e4e4 1px;
}
.comparsion th.itema {
  color: #fff;
  background-color: #527dc8;
}
.comparsion th.itemb {
  color: #fff;
  font-weight: 500;
  background-color: #565656;
}
.ccomparsion td.virtue {
  width: 610px;
  text-align: left;
  vertical-align: middle;
}
.comparsion td.virtue img {
  margin-left: 5px;
  vertical-align: middle;
}
.comparsion td.virtue span { display: inline-block; }
.comparsion td.virtue span.small {
  line-height: 18px;
  vertical-align: middle;
}
.comparsion td.virtue sup {
  display: inline-block;
  margin-right: -20px;
  font-size: 12px;
  line-height: 38px;
  vertical-align: top;
  font-weight: 400;
}
.comparsion td.virtue span.small sup {
  margin-top: -3px;
  line-height: 18px;
}
.comparsion td.virtue sup.nou { color: #45b527; }
.comparsion td.virtue sup.ame { color: #ff0000; }
.comparsion .itema {
  width: 168px;
  color: #000;
  background: #f7f9fc;
  text-align: center; 
}
.comparsion .itemb {
  width: 168px;
  color: #000;
  text-align: center; 
}
.comparsion i {
  width: 19px;
  height: 18px;
  vertical-align: middle;
  background-position: 0 -12px;
}
.comparsion i.red { background-position: 0 -30px }
.comparsion td.gray { background-color: #f6f6f6; }
.comparsion .space {
  width: 6px;
  border: none;
}
.comparsion td {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  vertical-align: middle;
  border-bottom: 1px #e4e4e4 solid;
}
.comparsion td.icons {
  width: 36px;
  text-align: left;
}
.comparsion td img { vertical-align: middle; }

/* threepoint */
.threepoint h2 {
  margin: 68px 0 54px;
  color: #353748;
  font-size: 28px;
  text-align: center;
}
.threepoint dl {
  float: left;
  width: 284px;
  height: 108px;
  border-radius: 5px;
  background-color: #5c8dfa;
  box-shadow: 0px 1px 35px 0px rgba(106, 125, 240, 0.19);
}
.threepoint dl.center { margin: 0 74px; }
.threepoint dt {
  float: left;
  margin: 38px 16px 0 28px;
  width: 41px;
  height: 37px;
  text-indent: -9999px;
  background: url(../images/point.png) 0 0 no-repeat;
}
.threepoint dl.center dt { background-position: 0 -37px; }
.threepoint dl.right dt { background-position: 0 -74px; }
.threepoint dd {
  float: left;
  padding-top: 14px;
  width: 176px;
  color: #b2c8f8;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.threepoint dd b {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-shadow: 0px 3px 4.9px rgba(3, 61, 187, 0.5);
}
.threepoint dl.center dd b,
.threepoint dl.right dd b { padding: 6px 0; }


/* service */
.bottom {
  margin-top: 66px;
  padding: 72px 0 100px;
  background-color: #f1f7ff;
}
.service dl {
  padding-bottom: 50px;
  width: 25%;
  text-align: center;
}

.service dl img {
  display: block;
  margin: 0 auto;
}
.service dl dd h3 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
}
.service dl dd p {
  padding: 0 20px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

/* footer */
.footer {
  margin-top: 15px;
  padding-top: 10px;
  height: 105px;
  border-top: 1px solid #c9c9c9;
}
.footer .notes p {
  color: #898989;
  font-size: 12px;
  line-height: 14px;
}

.footer p.copyright {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/* floatlayer */
.floatlayer { 
  position: fixed; 
  z-index: 10; 
  width: 100%; 
  bottom: -100px; 
  height: 80px; 
  visibility: hidden; 
  background: url(../images/float-bg.jpg) top center no-repeat; 
  -webkit-transition: all 0.4s; 
          transition: all 0.4s;  
}
.floatlayer.on { 
  bottom: 0; 
  visibility: visible; 
}
.floatlayer .imgbox {
  position: relative;
  margin-top: -32px;
  margin-right: 180px;
  width: 180px;
}
.floatlayer .imgbox img {
  display: block;
  width: 174px;
}
.floatlayer .off {
  top: 18px;
  left: 180px;
  width: 186px;
  height: 72px;
  background-size: 186px;
}
.floatlayer .center {
  width: 380px;
  text-align: center;
}
.floatlayer h2 {
  padding: 20px 0 6px;
  color: #1d1d1d;
  font-size: 18px;
  font-style: italic;
}

/* pop */
.pop-bg,
.pop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; 
  bottom: 0;
  z-index: -1001;
  margin: auto;
  text-align: center;
  visibility: hidden;
}
.pop-bg.on,.pop.on {
  z-index: 1001;
  visibility: visible;
}
.pop.on {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.5s 0.2s;
}
.pop-bg  {
  width: 100%;
  height: 100%;
  background: url(../images/pop.png);
}
.pop {
  top: -16%;
  width: 623px;
  height: 335px;
  opacity: 0;
  border-radius: 10px;
  background-color: #de3939;
  box-shadow: 0px 14px 51px 0px rgba(34, 33, 33, 0.84);
  transform: scaleX(0);
  transition: 0.5s;
}
.pop h3 {
  height: 70px;
  text-indent: -9999px;
  background: url(../images/pop-title.png) center bottom no-repeat;
}
.pop .pop-offer {
  margin: 8px auto 0;
  width: 589px;
  height: 238px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(201, 0, 0, 0.84);
}
.pop .imgbox {
  position: relative;
  margin: 26px 0px 0 34px;
  width: 270px;
}
.pop .imgbox img {
  display: block;
  width: 264px;
}
.pop .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1006;
  width: 8px;
  height: 8px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat;
}
.pop .close:hover { opacity: 0.7; }
.pop .price { margin: 60px 30px 0 0;  }
.pop .minutes {
  position: absolute;
  top: -20px;
  left: 162px;
  width: 310px;
  height: 42px;
  color: #fbff98;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  text-indent: 86px;
  background: url(../images/pop-time-bg.png) center top no-repeat;
}
.pop .minutes:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 46px;
  width: 29px;
  height: 29px;
  background: url(../images/time-small.png) no-repeat;
  -webkit-animation: 2s swing 1.5s ease infinite;
          animation: 2s swing 1.5s ease infinite;
}
.pop .minutes span { 
  font-size: 18px;
  font-weight: 700;
}
.pop .price p { line-height: 36px; }
.pop .price del {
  display: inline-block;
  padding: 0 8px;
  color: #686868;
  font-size: 16px;
  vertical-align: middle;
}
.pop .price strong {
  color: #000;
  font-size: 30px;
  vertical-align: middle;
}
.pop .price strong small { font-size: 20px; }

/* animation */
@-webkit-keyframes recover {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(.5);
    }
    20% {
        -webkit-transform: scale(1.8);
    }
    30% {
        -webkit-transform: scale(.8);
    }
    40% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.5);
    }
    60% {
        -webkit-transform: scale(1.5);
    }
    70% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: scale(.5);
    }
    90% {
        -webkit-transform: scale(.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes recover {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(.5);
    }
    20% {
        transform: scale(1.8);
    }
    30% {
        transform: scale(.8);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(.5);
    }
    60% {
        transform: scale(1.5);
    }
    70% {
        transform: scale(1);
    }
    80% {
        transform: scale(.5);
    }
    90% {
        transform: scale(.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes light {
    0% {
        -webkit-transform: scale(1);
    }
    20% {
        -webkit-transform: scale(.5);
    }
    40% {
        -webkit-transform: scale(1.8);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    80% {
        -webkit-transform: scale(.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes light {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(.5);
    }
    40% {
        transform: scale(1.8);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.5);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes swing{
    5%{-webkit-transform:rotate(15deg);}
    10%{-webkit-transform:rotate(-10deg);}
    15%{-webkit-transform:rotate(5deg);}
    20%{-webkit-transform:rotate(-5deg);}
    25%{-webkit-transform:rotate(0);}
    35%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    45%{-webkit-transform:rotate(5deg);}
    50%{-webkit-transform:rotate(-5deg);}
    55%{-webkit-transform:rotate(0);}
    100%{-webkit-transform:rotate(0);}
}
@keyframes swing{
    5%{-webkit-transform:rotate(15deg);}
    10%{-webkit-transform:rotate(-10deg);}
    15%{-webkit-transform:rotate(5deg);}
    20%{-webkit-transform:rotate(-5deg);}
    25%{-webkit-transform:rotate(0);}
    35%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    45%{-webkit-transform:rotate(5deg);}
    50%{-webkit-transform:rotate(-5deg);}
    55%{-webkit-transform:rotate(0);}
    100%{-webkit-transform:rotate(0);}
}
