#header {
  z-index: 10000;
}
html, body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
.center-block .container{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#review .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mobile-block {
  position: relative;
}
#review ul {
  float: left;
  width: 45%;
  margin-right: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#review ul:last-child {
  margin-right: 0;
}

#review ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#review .text {
  width: 410px;
  height: 217px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/images/bg-icon/review-text-bg.png) no-repeat center center;
  padding: 5% 5% 2% 14%;
  margin-left: -55px;
  position: relative;
}

#review .text h4 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 2%;
  text-align: left;
}

#review .text p {
  font-size: 14px;
  color: #5c5d5e;
  line-height: 1.57;
  text-align: left;
}

#review .font-size14 {
  color: #4294e9;
  vertical-align: middle
}

#review .font-size14:hover {
  text-decoration: underline;
}
.container {
  height: auto;
}
.special-offers ul li {
  width: 44.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-right: 6%;
  border: 1px solid #EBF0F5;
  padding: 2% 1%;
  word-spacing: -4px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special-offers h4 {
  border-bottom: 1px solid #EBF0F5;
  padding-bottom: 4%;
  margin-bottom: 6%;
  word-spacing: normal;
}
.special-offers .pic {
  width: 40%;
  padding-right: 2%;
}
.special-offers .pic, .special-offers .msg {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: normal;
}
.special-offers ul li:last-child {
  margin-right: 0;
}
special-offers .pic img {
  margin: 0 auto;
}
.special-offers .msg {
  width: 60%;
  text-align: left;
  position: relative;
  padding-left: 2%;
}
.font-size14 {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.special-offers .msg .price {

  display: inline-block;
}
.special-offers .msg .buy {
  width: 45%;
  position: absolute;
  right: 0;
  left: auto;
}
.special-offers h4 {
  border-bottom: 1px solid #EBF0F5;
  padding-bottom: 4%;
  margin-bottom: 6%;
  word-spacing: normal;
  font-weight: normal;
  font-size: 20px;
  color: #333;
}
.special-offers .msg .font-size14 {
  margin-bottom: 2%;
  padding-bottom: 0;
  height: 124px;
}

#review .btn {
  position: absolute;
  bottom: 5%;
  text-align: left;
  right: 5%;
  padding: 0;
}

#review .btn span {
  display: block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e7e7e7 url(/images/icon/icon-small.png) no-repeat -10px -141px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
}

#review .btn .right {
  background-position-x: -43px;
}

#review .btn .right.show {
  background-position-x: -25px;
}

#review .btn .left.show {
  background-position-x: 6px;
}

#review .btn .show {
  background-color: #4294e9;
}

#review ul li img,
#review .text p {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#review ul li .active {
  display: block;
}

.part {

}
.bg-purchase-week {
  min-height: 600px;
  background: url(../img/banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.container {
  width: 1200px;
  margin: auto;
  padding: 0;
}
.banner-title {
  font-size: 48px;
  line-height: normal;
  padding: 40px 0 20px 0;
}
.banner-intro {
  font-family: "Segoe UI Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: normal;
}
.part-inner {
  width: 80%;
  position: relative;
  margin: 30px auto auto;
}
.part-inner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 312px;
  top: 0;
  left: 0;
  /*background-color: #4c525e;*/
  background: url(../img/br-bk.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  /*opacity: 0.5;*/
  /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);*/
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);*/
  z-index: 1;
}
.part-content {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 30px 25px;
  text-align: left;
}
.clearfix:after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  height: 0;
}
.part-buy-item {
  text-align: left;
}
.part-buy-box {
  text-align: center;
}
.part-buy-item, .part-buy-row, .part-buy-item img, .btn {
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
}
.part-buy-row {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin: 0 0 0 20px;
}
.addon-plus:before,.addon-equal:before {
  content:'';
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;

  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.addon-plus:before {
  width: 30px;
  height: 30px;
  margin-right: 50px;
  margin-left: 35px;
  background: url(../img/plus.png) no-repeat center center;
}
.addon-equal:before {
  width: 31px;
  height: 19px;
  margin: 0 35px 0 35px;
  background: url(../img/equal.png) no-repeat center center;
}
.equal-value-box, .addon-equal:before {
  display: inline-block;
  *display:inline;
  *zoom:1;
}
.part-checkbox input, .part-checkbox [type="checkbox"] {
  clip: rect(0,0,0,0);
  position: absolute;
  top: 0;
  left:0;
}
.price-item {
  display: block;
  height: 50px;
  line-height: normal;
  text-align: center;
}
.price-item .sale-price {
  font-size: 36px;
  color: #fff;
  margin-right:8px;
}
.price-item .cross-price {
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
}
.btn {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  min-width: 170px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.special-offers .msg strong {
  font-size: 24px;
  color: #ff250e;
  text-align: left;
}
.special-offers .msg strong {
  font-weight: 500;
}
.special-offers .msg del {
  font-size: 14px;
  color: #bcbfc3;
  margin-left: 4px;
  text-decoration: line-through;
}
.buy {
  font-size: 16px;
  display: inline-block;
  width: 18%;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #666;
  border: 1px solid #acacac;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}
.special-offers .msg .buy {
  width: 45%;
  position: absolute;
  right: 10px;
  left: auto;
  height: 40px;
  line-height: 40px;
}

.buy.buy-orange {
  background-color: #faa345;
  border-color: #faa345;
  color: #fff;
}
.buy.buy-orange:hover {
  background-color: #f69429;
  border-color: #f69429;
  text-decoration: none;
}
.part-btn-buy {
  margin: 15px 0 20px 0;
  background-color: #faa345;
}
.part-btn-buy:hover {
  background-color: #ff8604;
}
.j-countdown span {
  font-size: 18px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
}
.j-countdown .countdown-period {
  font-size: 12px;
  color: #fff;
}
.is-countdown {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.j-countdown .countdown-amount {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #d8dadd;
  color: #3f3f3f;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: relative;
}
.j-countdown .countdown-amount:after {
  content: ':';
  position: absolute;
  right: -11px;
  color: #fff;
}
.j-countdown .countdown-section:last-child .countdown-amount:after {
  content: '';
  display: none;
}
.part-guarantee-box li span, .part-guarantee-box li img {
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
}
.part-guarantee-box {
  margin-top: 35px;
}
.part-guarantee-box li span {
  font-size: 14px;
  color: #fff;
}

.part-guarantee-box li img {
  margin-right: 9px;
}
.part-guarantee-box li {
  display: inline-block;
  *display: inline;
  *zoom:1;
  margin-left: 58px;
}
.part-guarantee-box li:first-child {
  margin-left: 0;
}
.j-buybox-images {
  vertical-align: middle;
}
.j-buybox h2 {
  padding-bottom: 45px;
}
a:hover {
  text-decoration: none;
}
.j-buybox-core {
  width: 70%;
  min-height: 192px;
}
.j-buybox-items:last-child .j-buybox-core {
  min-height: 230px;
}
.part-buy-row p {
  margin-bottom: 14px;
}
.part-checkbox {
  padding-left: 18px;
  background: url(../img/icon_hook_white.png) no-repeat left center;
}
.j-buybox-item {
  padding: 35px 30px 30px 30px;
  border: 1px solid #e4e8ed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 329px;
}
.j-buybox-item .j-buybox-images, .j-buybox-item .j-buybox-core, .j-buybox-item .btn{
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
}
.j-buybox-item [data-status="0"] {
  display: none;
}
.j-buybox-item img {
  margin-right: 30px;
}
.j-buybox-item h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
  margin-bottom: 12px;
}
.j-buybox-price {
  margin-top: 10px;
  text-align: right;
}
.j-buybox-price .sale-price {
  color: #faa345;
  font-size: 32px;
  margin-right: 8px;
  vertical-align: bottom;
  position: relative;
  bottom: -5px;
}
.bg-eef1f3 {
  background-color: #eef1f3;
}
.bg-eef1f3 h2 {
  color: #1a1a1a!important;
}
.bg-reviews {
  background: url(../img/bg-reviews.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.the-box h2 {
  font-size:33px;
  color: #fff;
  padding-bottom: 35px;
  text-align: center;
}

.j-buybox-price .cross-price {
  color: #999999;
  font-size: 14px;
  vertical-align: bottom;
  text-decoration: line-through;
}
.the-box {
  padding: 75px 0 75px 0;
}
.j-buybox-item .j-buybox-row {
  font-size: 14px;
  color: #666;
  margin-bottom: 7px;
}
.j-buybox-item .j-buybox-row {
  padding-left: 18px;
  background: url(../img/gou.png) no-repeat left 6px;
}
.j-buybox-item .j-buybox-checkbox .j-checkbox {
  font-size: 14px;
  color: #21252a;
  margin-bottom: 6px;
  display: block;
}
.j-buybox-item .j-buybox-checkbox .j-checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom:1;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  left: 0;
  margin-right: 8px;
  background: url(../img/Selected.png) no-repeat center center;
}
.j-buybox-item .j-buybox-checkbox .j-checkbox.unselected:before {
  background: url(../img/Unselected.png) no-repeat center center;
}
.j-buybox-item .j-buybox-checkbox .j-checkbox:hover {
  cursor: pointer;
}
.j-buybox-checkbox {
  margin-top: 12px;
}
.j-buybox-item .btn-buy {
  width: 130px;
  height: 44px;
  min-width: auto;
  vertical-align: middle;
  line-height: 44px;
  margin-left: 18px;
  background-color: #faa345;
}
.j-buybox-item .btn-buy:hover {
  background-color: #ff8604;
}
.j-buybox-items .j-buybox-item {
  width: 48.5%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.j-buybox-items .j-buybox-item:last-child {
  float: right;
}
.j-buybox-items {
  margin-bottom: 30px;
}
.j-buybox-items .j-checkbox.j-hook:before {
  cursor: default;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/icon_hook_orange.png) no-repeat center center;
}
.j-buybox-row {
  position: relative;
}
.j-qst {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom:1;
  width: 15px;
  height: 15px;
  top:2px;
   left: 3px;
  z-index: 100;
  background: url(../img/ic-life15x15.png) no-repeat 0 0;
}
.j-qst:hover {
  background-position-y: -25px;
}
.j-qst .j-qst-text {
  width: 430px;
  height: auto;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  background-color: #0f2944;
  border: solid 1px #081b2f;
  border-radius: 3px;
  position: absolute;
  display: none;
  line-height: 1.4 !important;
  word-spacing: normal;
  letter-spacing: normal;
  text-align: left !important;
}
.left .j-qst-text {
  left: 30px;
}
.right .j-qst-text {
  right: 30px;
}
.j-qst:hover .j-qst-text {
  display: block;
}
.j-qst .j-qst-text:before {
  content: "";
  width: auto !important;
  margin-bottom: 0;
  display: inline-block;
  border: 15px solid transparent;
  border-right-color: #0f2944;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -30px;
}
.j-qst.right .j-qst-text:before {
  border-right-color: transparent;
  border-left-color: #0f2944;
  left: auto;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}
.j-qst-text span {
  display: block;
  margin-bottom: 15px;
}
.j-qst-text span:last-child {
  margin-bottom: 0;
}
.special-offers ul li {
  background-color: #fff;
}
.special-offers .msg strong {
  font-weight: 500;
}
.j-toggle-box, .img-bubble-box {
  float:left;
}
.j-toggle-item {
  position: relative;
  margin-bottom: 20px;
}
.j-toggle-item p {
  font-size: 14px;
  color: #5c5d5e;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 700ms;
  -moz-transition: max-height 700ms;
  -ms-transition: max-height 700ms;
  -o-transition: max-height 700ms;
  transition: max-height 700ms;
  margin: 10px;
}
.j-toggle-item h3 label {
  cursor: pointer;
  display: block;
}
.j-toggle-item input[type="checkbox"] {
  clip:rect(0 ,0, 0, 0);
  position: absolute;
}
.j-toggle-item input[type="checkbox"]:checked ~ p {
  max-height: 210px;
}
.j-toggle-item input[type="checkbox"]:checked ~ h3:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.j-toggle-item h3 {
  color: #21252a;
  font-size: 18px;
  font-weight: 700;
  border-top: 2px solid #31a1f8;
  background-color: #fff;
  line-height: normal;
  cursor:pointer;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.j-toggle-item label {
  padding: 8px 30px 8px 10px;
  position: relative;
  z-index: 2;
}
.j-toggle-item h3:hover {
  opacity: .9;
  border-top-color: #257abd;
}
.img-bubble-box img {
  display: inline-block;
}
.img-bubble-box {
  width: 330px;
  text-align: left;
  text-indent: 4%;
}
.j-toggle-box {
  width: 66.6%;
}
.j-toggle-item h3:after {
  width: 15px;
  height: 8px;
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 15px;
  background: url(../img/icon_arrow_under.png) no-repeat center center;
  -webkit-transition: transform 700ms;
  -moz-transition: transform 700ms;
  -ms-transition: transform 700ms;
  -o-transition: transform 700ms;
  transition: transform 700ms;
}
.j-contact-info {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d0d0d0;
  padding: 35px 4% 0;
}
.j-contact {
  float: left;
  width: 60%;
  font-size: 14px;
  line-height: 22px;
  color: #5c5d5e;
  text-align:left;
}
.j-contact:last-child {
  float: right;
  width: 32%;
}
.j-contact .j-icon-service:before {
  width: 16px;
  height: 19px;
  background: url(../img/icon_vp.png) no-repeat center center;
}
.j-contact h3 {
  font-size: 20px;
  color: #21252a;
  margin: 0;
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
}
.j-contact h3:before {
  display: inline-block;
  *display: inline;
  *zoom:1;
  content: '';
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.j-contact .j-icon-phone:before {
  width: 13px;
  height: 20px;
  top: -2px;
  background: url(../img/icon_phone.png) no-repeat 0 0;
}
.j-contact p {
  padding-left: 25px;
}
.j-buybox h2 {
  color: #1a1a1a;
}
.mobile-block {
  position: relative;
}

@media screen and (max-width: 1199.98px) {
  .part-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #review .container {
    margin : auto;
  }
  .part-content {
    width: auto;
  }
  .img-bubble-box {
    width: auto;
    text-indent: 0;
    padding: 0 4%;
  }
  .img-bubble-box img {
    margin-left: 0;
    text-indent: 0;
    text-align: left;
  }
  .part-inner-layer{
    max-height: 100%;
  }
  .container {
    width: auto;
  }
  .part .container {
    padding-bottom: 50px;
  }
  .part-buy-row {
    display: block;
    margin: 10px auto 0;
  }
  .the-box h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .j-buybox-images,.j-buybox-core {
    display: block;
    width:auto;
  }
  .j-buybox-images {
    margin-bottom: 15px;
  }
  .j-buybox-price {
    padding-left: 0;
  }
  .j-buybox-items {
    padding: 0 15px;
  }
  .j-buybox-items .j-buybox-item {
    padding: 35px 15px 30px 30px;
  }
  #review ul {
    margin-right: 0;
  }
  #review ul li {
    position: relative;
  }
  #review .btn {
    right: 0;
  }
  #review .text {
    background-color: #fff;
    padding: 5% 5% 2% 5%;
    margin-left: 0;
  }
  #review ul:last-child {
    margin-right: 0;
    float:right;
  }

}

@media screen and (max-width: 919.98px) {
  .addon-plus:before {
    margin: 0 25px 0 25px;
  }
  .part-buy-item.addon-plus, .part-buy-item.addon-equal {
    vertical-align: top;
  }
  .part-guarantee-box {
    max-width: 320px;
    margin: 30px auto 0 auto;
  }
  .part-guarantee-box li {
    display: block;
    margin:auto;
    text-align: left;
    margin: 0 0 15px 0;
  }
  .j-buybox-items .j-buybox-item {
    width: auto;
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .j-buybox-items .j-buybox-item:last-child {
    margin-left: 0;
    width: 100%;
  }
  #review ul li:first-child {
    margin-right: 2%;
  }
}

@media screen and (max-width: 767.98px) {
  .part-buy-item {
    display: block;
    width: 320px;
    text-align: left;
    margin: auto auto 15px;
    border: 1px dotted #d0d0d0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .addon-plus:before, .addon-equal:before  {
    margin: 0 35px 0 0 ;
  }
  .part-buy-row {
    text-align: center;
  }
  .part-buy-item:first-child::before {
    content: '';
    display: inline-block;
    margin: 0 45px 0 0;
    width: 30px;
    vertical-align: middle;
  }
  .part-buy-row {
    padding-left: 81px;
    text-align: left;
  }
  .banner-title, .banner-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
  .img-bubble-box {
    display: none;
  }
  .j-sales-box {
    padding: 0 15px;
  }
  .j-toggle-box {
    width: auto;
    margin: auto;
    display: block;
  }
  .j-contact, .j-contact:last-child  {
    width: 100%;
    float: none;
  }
  .j-contact:first-child {
    margin-bottom: 15px;
  }
  #review ul li {
    background: #fff;
  }
}
@media screen and (max-width: 575.98px) {
  .addon-plus:before, .addon-equal:before {
    margin-right: 5px;
  }
  .part-buy-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .part-buy-item {
    max-width: 320px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .part-guarantee-box {
    padding: 0 15px;
  }

  .j-buybox-item .btn-buy {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .j-buybox-item [data-status="0"] {
    display: none;
  }
}