#banner {

  background-image: url(/assets/images/backgrounds/clone-hdd-to-dd-banner.jpg);
  background-size: cover;
}
#banner h1,
#banner h2,
#banner h4,#banner h6 {
  color: #fff;
  line-height: 1;
}
#banner h2 {
  font-size: 2.4rem;
  padding: 30px 0 0;
  margin: 0;
}
#banner .container{
  padding-bottom: 80px;
}
#banner h1 {
  font-size: 3.6rem;
  padding: 25px 0;
  margin-bottom: auto;
}
#banner h4 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  width: 72%;
  margin: 0 auto 25px;
}
#banner p {
  color: #fff;
  font-weight: normal;
}
#banner p.price span:not(.del) {
  color: #fd8a2e;
  font-size: 3.4rem;
  font-weight: bold;
}
#banner p.price span.del{
  text-decoration: line-through;
  color: #e1e1e1;
}
#banner p.price span.txt {
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}
#banner p.checked {
  margin: 10px 0;
}

.btn.btn-orange{
  position: relative;
  margin-top: 15px;
}
#banner .btn span {
  padding-left: 40px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  background: url(/assets/images/icons/cart.png) no-repeat left center;
}
#banner .btn img {
  display: block;
  width: 93px;
  height: 44px;
  position: absolute;
  right: -93px;
  top: -12px;
  z-index: 2;
}
#banner ul.rights {
  text-align: center;
  margin-top: 25px;
}
#banner ul.rights h6 {
  text-align: left;
}

.slider-area {
  background-color: #eef1f3;
}

.slider-area .swiper-box {
  width: 100%;
  display: block;
  position: relative;
}

.inline-block-box {
  font-size: inherit;
}
.media-body {
  width: auto;
}

.media-left h6, .media-left {
  white-space: nowrap;
  word-break: keep-all;
}

.media-left h6 {
  display: inline-block;
  vertical-align: middle;
}

.media-left .media-object {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: none;
  min-width: auto;
}

.user-reviews .media-body .txt {
  margin-left: 15px;
  width: 95%;
  line-height: normal;
  font-size: 1.4rem;
}

.media-body, .media-left, .media-right {
  vertical-align: middle;
}

.user-reviews .slick-arrow.slick-prev:hover,
.user-reviews .slick-arrow.slick-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user-reviews .slick-arrow.slick-prev {
  left: 10px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.user-reviews .slick-arrow.slick-next {
  right: 10px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

@media screen and (max-width: 1200px) {
  #banner {
    height: auto;
  }
  #banner ul.rights li {
    width: 24.5%;
  }
}
@media screen and (max-width: 768px) {
  #banner ul.rights li {
    text-align: left;
    width: 49%;
    padding-left: 10%;
    box-sizing: border-box;
  }
  #banner ul.rights li:nth-child(2),
  #banner ul.rights li:first-child {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 344px) {
  #banner ul.rights li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.free-select .tips-icon p,
#banner .free-select .tips-icon p {
  height: 110px;
  top: -45.5px;
}
@media screen and (min-width: 1200px) {
  .free-select .fix-position {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.slide {
  height: 86px;
  background-color: #f5f6f7;
}
.slide .container {
  padding: 0;
}
.slide .slick1 {
  width: 85%;
  margin: 0 auto;
}
.slide .item {
  height: 86px;
  display: table !important;
}
.slide .msg {
  width: 100%;
  color: #666;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  word-spacing: -4px;
}
.slide .msg > div,
.slide .msg > p {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  word-spacing: normal;
}
.slide .msg > div {
  text-align: center;
  width: 10%;
  min-width: 105px;
}
.slide .msg > div h6 {
  margin-top: 4px;
  font-weight: bold;
  font-size: 1.6rem;
}
.slide .msg > p {
  width: 90%;
  max-width: calc(100% - 105px);
  font-size: 1.4rem;
}
.slide .msg img {
  display: inline-block;
}
.hover-move  .container{
  padding-top: 80px;
  padding-bottom: 80px;
}
.hover-move h2 {
  line-height: 1;
}
.hover-move ul {
  width: 100%;
  word-spacing: -4px;
}
.hover-move ul li {
  display: inline-block;
  word-spacing: normal;
  width: 22%;
  height: 220px;
  vertical-align: top;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 54px 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}
.hover-move ul li:not(.last) {
  border-right: none;
}
.hover-move ul li img {
  display: inline-block;
}
.hover-move ul li h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 10px 0 20px;
}
.hover-move ul li p {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  padding: 0 20px;
  display: none;
}
.hover-move ul li.active,
.hover-move ul li:hover {
  padding: 20px 0;
  background-color: #f9f9f9;
}
.hover-move ul li.active p,
.hover-move ul li:hover p {
  display: block;
}
.hover-move.hover-move2 {
  background-color: #f5f6f7;
}
.hover-move.hover-move2 .container > p {
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
.hover-move.hover-move2 ul li {
  width: 33.33%;
  height: 240px;
}
.hover-move.hover-move2 ul li.active,
.hover-move.hover-move2 ul li:hover {
  width: 33.33%;
  background-color: #fff;
}
.hover-move.hover-move2 ul li:nth-child(even) {
  background-color: #f5f5f5;
}
.hover-move.hover-move2 ul li:nth-child(1),
.hover-move.hover-move2 ul li:nth-child(2),
.hover-move.hover-move2 ul li:nth-child(3) {
  border-bottom-color: transparent;
}
@media screen and (min-width: 1025px) {
  .hover-move ul li.active,
  .hover-move ul li:hover {
    width: 34%;
  }
}
@media screen and (max-width: 1024px) {
  .hover-move ul li {
    width: 25%;
    padding: 20px 0;
    min-height: 320px;
  }
  .hover-move ul li p {
    display: block;
  }
}
.lr-media {
  background-color: #f5f6f7;
}
.lr-media .container{
  padding-top: 80px;
  padding-bottom: 80px;
}
.lr-media h2 {
  line-height: 1;
}
.lr-media ul {
  width: 100%;
  font-size: 0;
  word-spacing: -4px;
}
.lr-media ul li {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.lr-media ul li:not(.last) {
  margin-bottom: 30px;
}
.lr-media ul li:nth-child(even) {
  padding-left: 10%;
}
.lr-media ul li:nth-child(even) p {
  width: 100%;
}
.lr-media ul li h4 {
  font-size: 1.6rem;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 10px;
}
.lr-media ul li p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  width: 80%;
}
.lr-media ul li .l,
.lr-media ul li .r {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.lr-media ul li .l {
  width: 58px;
  margin-right: 20px;
}
.lr-media ul li .r {
  width: calc(100% - 90px);
}
.slider p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.slider .container{
  padding-top: 80px;
  padding-bottom: 80px;
}
.swiper-box.reviews .top{
  max-width: 590px;
  margin: auto;
}
.slider h2 {
  line-height: 1;
}
.slider b {
  font-weight: bold;
}
.slider .msg {
  text-align: center;
}
.slider .msg p {
  margin: 0 auto 30px;
  width: 60%;
}
.slider .msg img {
  display: inline-block;
}
.slick-dots li.slick-active button,.slick-dots li button{
  width: 30px;
  border-radius:2px;
}




.slider .slick-dots li.slick-active button:before,
.slider .slick-dots li button:hover:before {
  background-color: #4294e9;
}
.off-buy {
  background: url(/assets/images/backgrounds/clone-hdd-to-ssd-bg.jpg) no-repeat center;
  background-size: cover;
}
.off-buy .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.off-buy img {
  vertical-align: middle;
}
.off-buy h2 {
  line-height: 1;
  position: relative;
}
.off-buy h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(/assets/images/icons/sale.png) no-repeat 0;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0;
}
@media(max-width:1199px){
  .off-buy h2::after{
    margin-top: 0;
  }
}
@media(max-width:600px){
  .off-buy h2::after{
    display: none;
  }
}
.off-buy p {
  font-size: 1.4rem;
  color: #666;
  margin-top: 15px;
}
.tb .container{
  padding-bottom: 80px;
  padding-top: 80px;
}
.tips{
  margin-top: 40px;
  padding: 20px 10px;
  box-shadow: 0px 15px 29px 0px
  rgba(86, 131, 244, 0.35);
  background: #fff;
}
.tips  b{
  font-family: 'bradhitc';
  font-size: 48px;
  line-height: 1;
  color: #091871;
  font-weight: normal;
}
.tips  .f-14{
  max-width: 980px;
  margin: auto;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 30px;
  color: #666666;
}
.tips  .f-14 li{
  margin-top: 10px;
}
.tips img{
  display: block;
  margin: auto;
}

.icon-left li::before, .icon-left p::before,
.icon-note::before,
.icon-book::before,
.self-Licon::before {
  top: 3px;
}

.review{
  background-image: linear-gradient(
          #eeeeee,
          #eeeeee),
  linear-gradient(
          #ffffff,
          #ffffff);
  background-blend-mode: normal,
  normal;
}
.review .container{
  padding-top: 80px;
  padding-bottom: 58px;
}
.review h2{
  margin-bottom: 85px;
}
.review p{
  padding-top: 28px;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hover-move ul li,
  .lr-media ul li,
  .hover-move.hover-move2 ul li{
    height: auto;
    min-height: auto;
    display: block;
    width: 100%;
  }
  .hover-move ul li,
  .hover-move.hover-move2 ul li {
    border: 1px solid #e7e7e7;
  }
  .lr-media ul li:nth-child(even) {
    padding-left: 0;
  }
}

.us-txt {
  min-width: 400px;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  background-color: #0f2944;
  border: solid 1px #081b2f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  display: none;
  line-height: 1.4;
  word-spacing: normal;
  letter-spacing: normal;
  text-align: left !important
}

.us-left: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
}

.us-top:before {
  content: "";
  width: auto !important;
  margin-bottom: 0;
  display: inline-block;
  border: 15px solid transparent;
  border-top-color: #0f2944;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -30px
}

.us-bottom:before {
  content: "";
  width: auto !important;
  margin-bottom: 0;
  display: inline-block;
  border: 15px solid transparent;
  border-bottom-color: #0f2944;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -30px
}

.us-right:before {
  content: "";
  width: auto !important;
  margin-bottom: 0;
  display: inline-block;
  border: 15px solid transparent;
  border-left-color: #0f2944;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -30px
}

.us-txt span {
  display: block;
  margin-top: 1em
}

.us-txt span:first-child {
  margin-top: 0
}

.us-cart {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #2f90f2;
  overflow: hidden;
  margin: 10px 0
}

.us-cart-icon {
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f90f2), to(#1fa7fe)), -webkit-gradient(linear, left top, left bottom, from(#ff8d06), to(#ff8d06));
  background-image: -webkit-linear-gradient(bottom, #2f90f2 0%, #1fa7fe 100%), -webkit-linear-gradient(#ff8d06, #ff8d06);
  background-image: -moz- oldlinear-gradient(bottom, #2f90f2 0%, #1fa7fe 100%), -moz- oldlinear-gradient(#ff8d06, #ff8d06);
  background-image: -o-linear-gradient(bottom, #2f90f2 0%, #1fa7fe 100%), -o-linear-gradient(#ff8d06, #ff8d06);
  background-image: linear-gradient(0deg, #2f90f2 0%, #1fa7fe 100%), linear-gradient(#ff8d06, #ff8d06);
  background-blend-mode: normal, normal;
  font-size: 20px;
  color: #fff;
  padding: 6px 32px 8px;
  float: left
}

.us-cart-icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 10px
}

.us-cart .save-price {
  color: #666;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding: 11px 10px 8px;
  float: left;
  display: block
}

.us-price {
  margin: 15px 0 10px
}

.us-purchase .us-price {
  margin: 0
}

.us-cart .us-cart-icon:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#237af2), to(#16affe)), -webkit-gradient(linear, left top, left bottom, from(#ff8d06), to(#ff8d06));
  background-image: -webkit-linear-gradient(bottom, #237af2 0%, #16affe 100%), -webkit-linear-gradient(#ff8d06, #ff8d06);
  background-image: -moz- oldlinear-gradient(bottom, #237af2 0%, #16affe 100%), -moz- oldlinear-gradient(#ff8d06, #ff8d06);
  background-image: -o-linear-gradient(bottom, #237af2 0%, #16affe 100%), -o-linear-gradient(#ff8d06, #ff8d06);
  background-image: linear-gradient(0deg, #237af2 0%, #16affe 100%), linear-gradient(#ff8d06, #ff8d06);
  background-blend-mode: normal, normal
}

.us-cart:hover {
  border-color: #237af2
}

.us-buyitem-txt {
  color: #46505a;
  font-size: 14px
}

.us-buyitem-txt strong {
  font-weight: 400
}

.us-vTicker {
  display: block;
  clear: both;
  margin-top: 25px
}

.us-vTicker li, .us-vTicker ul {
  list-style: none;
  display: block;
  padding: 0
}

.us-vTicker li {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center
}

.us-vTicker ul {
  width: 100%
}

.us-outerbox {
  padding: 84px 0
}

.us-fafcfc {
  background-color: #fafcfc
}

.table {
  width: 100%
}

.us-outerbox h2 {
  font-size: 34px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px
}

.us-outerbox h2 + p {
  margin: 45px 0 40px
}

.us-outerbox h3 {
  font-size: 20px;
  color: #46505a;
  text-align: center;
  margin: 9px 0 5px
}

.us-outerbox .table td {
  text-align: center;
  width: 50%;
  padding: 19px 0
}

.us-bg-fd8a2e.us-box-item h3 {
  background-color: #fd8a2e
}

.us-outerbox .table .us-item {
  display: inline-block;
  width: 86%;
  -webkit-box-shadow: 0 0 8px rgba(3, 3, 3, .1);
  -moz-box-shadow: 0 0 8px rgba(3, 3, 3, .1);
  box-shadow: 0 0 8px rgba(3, 3, 3, .1);
  padding: 30px 20px;
  background-color: #fff
}

.us-outerbox .table .us-item p {
  font-size: 14px;
  line-height: 24px
}

.us-outerbox .us-container > p {
  font-size: 14px;
  text-align: center;
  color: #666
}

.us-box-item h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  background-color: #4294e9;
  text-align: center;
  line-height: normal;
  padding: 19px 0;
  margin: 0 -1px
}

.us-box-item {
  border: 1px solid #d9dfe5;
  border-top: 0
}

.us-box-item ul {
  padding: 20px 30px 40px
}

.us-box-item ul li {
  margin-bottom: 15px;
  padding-left: 18px;
}

.xl-need-li:hover {
  position: relative;
  z-index: 12121;
}

.f-th, .f-td {
  vertical-align: bottom;
}



.pricing-radio-row:after {
  content: '';
  display: table;
  clear: both;
}

.pricing-radio {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;

}

.pricing-radio.pricing-checked {

}


.pricing-btn-blue {

  color: #fff;
  background: #1e82e8;
  background: -moz-linear-gradient(top, #35b7fe, #1e82e8);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#35b7fe), to(#1e82e8));
  background: -o-linear-gradient(top, #35b7fe, #1e82e8);

  background-color: #1e82e8;
}

.pricing-btn-blue:hover, .pricing-btn-blue:focus {
  background: none;
  background-color: #1e82e8;
}


.compareTable .pricing-box .pricing-btn-row .pricing-btn {
  min-width: auto;
  width: auto;
  display: block;
}

.compareTable .pricing-box .pricing-btn-row {
  text-align: center;
}

.us-banner h1 {
  padding-top: 114px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  -webkit-text-shadow: 0 1px 2px #000;
  -moz-text-shadow: 0 1px 2px #000;
  -ms-text-shadow: 0 1px 2px #000;
  -o-text-shadow: 0 1px 2px #000;
  -khtml-text-shadow: 0 1px 2px #000;
  text-shadow: 0 1px 2px #000;
  text-align: center
}

.us-banner .us-rating-txt p {
  font-size: 12px;
}

.us-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto
}

.us-countdown {
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.us-countdown-box {
  position: absolute;
  width: 270px;
  height: 96px;
  left: 50%;
  margin-left: -135px;
  top: 0
}

.us-countdown-box h4 {
  font-size: 14px;
  text-align: center;
  font-stretch: normal;
  padding: 6px 0;
  letter-spacing: 0;
  color: #f55151;
  font-weight: 700
}

.countdown-content {
  width: 100%;
  text-align: center;
  display: block
}

.countdown-content span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  background-color: #f55151;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  margin-left: 3px;
  vertical-align: top
}

.countdown-content span:first-child {
  margin-left: 0
}

.countdown-content span.n {
  background-color: transparent;
  width: auto;
  color: #f55151;
  margin-right: 2px
}

.countdown-content .label-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top
}

.countdown-content .label-box p {
  font-size: 12px;
  color: #000
}

@media (min-width: 1199.99px) {
  .us-banner {
    width: auto;
    height: 600px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#81d1ff), to(#1a7fe7)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(bottom, #81d1ff 0%, #1a7fe7 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: -moz- oldlinear-gradient(bottom, #81d1ff 0%, #1a7fe7 100%), -moz- oldlinear-gradient(#ffffff, #ffffff);
    background-image: -o-linear-gradient(bottom, #81d1ff 0%, #1a7fe7 100%), -o-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(0deg, #81d1ff 0%, #1a7fe7 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal
  }
}

.us-buybox {
  max-width: 710px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(28, 115, 167, .3);
  -moz-box-shadow: 0 3px 7px 0 rgba(28, 115, 167, .3);
  box-shadow: 0 3px 7px 0 rgba(28, 115, 167, .3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  padding: 25px 35px
}

.us-buybox:after, .fix:after {
  content: '';
  display: table;
  clear: both
}

.us-buyitem {
  margin: auto;
  padding: 20px 30px;
  text-align: center
}

@media (min-width: 1199.98px) {
  .us-buypic {
    padding-right: 50px;
    border-right: 1px solid #d3dee5;
    display: block;
    float: left
  }

  .us-buycontainer {
    float: left;
    width: -webkit-calc(100% - 265px);
    width: -moz-calc(100% - 265px);
    width: calc(100% - 265px)
  }

  .us-vTicker {
    max-width: 904px;
    margin: auto
  }
}

.us-rating-box img {
  float: left;
  margin-right: 5px;
  position: relative;
  margin-top: .3em
}

.us-rating-txt {
  float: left
}

.us-rating-txt img {
  margin: 0
}

.us-buyitem h2 {
  font-size: 22px;
  color: #222;
  font-weight: 600
}

.us-buyitem h2 small {
  display: block;
  font-size: 14px;
  color: #46505a;
  font-weight: 400;
  margin-top: 5px
}

.us-buyitem .sale-price {
  font-size: 34px;
  color: #278bff
}

.us-price span, .us-price .total-price {
  color: #46505a;
  font-size: 16px
}

.us-checked:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: '';
  vertical-align: baseline
}

.us-checked {
  color: #46505a;
  font-size: 14px
}

.us-tip {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-top: -1px;
  cursor: pointer
}


.pricing-box .pricing-row .pricing-marked-off {
  font-size: 14px;
  color: #aaa;
  padding-left: 2px;
  text-decoration: line-through;
}

.pricing-box .pricing-cb-row {
  margin: 0 auto;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
}

.pricing-box .pricing-cb-row:hover .illustrate-tip {
  position: relative;
  z-index: 4;
}

.illustrate-tip {
  display: inline-block;
  font-size: 12px;
  color: #373f43;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.pricing-box .pricing-cb-row .illustrate-tip,
.pricing-box .pricing-cb-row .pricing-cb-text,
.pricing-box .pricing-cb-row .pricing-cb {
  display: inline-block;
  font-size: 12px;
  color: #373f43;
  vertical-align: middle;
}

.pricing-box .pricing-cb-row .pricing-cb-text {
  height: 20px;
  line-height: 20px;
  word-spacing: normal;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}

.pricing-box .pricing-cb {
  display: table-cell;
  cursor: pointer;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.pricing-box .pricing-cb.pricing-checked {
  background-position: -281px -183px;
}
.pricing-box .pricing-cb.pricing-unchecked {
  background-position: -213px -183px;
}
.pricing-box .pricing-cb.orange.pricing-unchecked{
  background-position: -347px -183px;
}
.pricing-box .pricing-cb.orange.pricing-checked{
  background-position: -485px -183px;
}

.illustrate-tip {
  cursor: pointer;
  width: 17px;
  height: 25px;
  position: relative;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -129px -112px;
}

.illustrate-tip:hover,
.illustrate-tip:focus {

}

.illustrate-tip .illustrate-content {
  min-width: 370px;
  font-size: 1.4rem;
  padding: 15px;
  background-color: #0f2944;
  color: #fff;
  border: 1px solid #0f2944;
  position: absolute;
  display: none;
  line-height: 1.4;
  word-spacing: normal;
  letter-spacing: normal;
  text-align: left !important;
  max-width: 470px;
}

.illustrate-tip:hover .illustrate-content {
  display: block;
}

.illustrate-tip .illustrate-content.right {
  right: 20px;
}

.illustrate-tip .illustrate-content.bottom {
  bottom: 20px;
}

.illustrate-tip .illustrate-content.left {
  left: 20px;
}

.illustrate-tip .illustrate-content.top {
  top: 20px;
}

.illustrate-tip .illustrate-content span {
  font-size: 1.4rem;
  line-height: 20px;
  display: block;
}

.illustrate-tip .illustrate-content span:first-child {
  margin-bottom: 20px;
}

.pricing-box .pricing-btn-row {
  margin-top: 5px;
}

.illustrate-content li {
  margin-top: 5px;
}

.illustrate-content li:first-child {
  margin-top: 0;
}

.illustrate-content p {
  word-break: keep-all;
  white-space: nowrap;
}

.illustrate-content .txt-longest {
  word-break: break-word;
  white-space: normal;
  min-width: 440px;
}

.pricing-box .pricing-btn-row .pricing-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  height: 42px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  min-width: 162px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  text-decoration: none;
}

.pricing-box .pricing-btn-row .pricing-btn-org {
  color: #fff;
  background: #ff4a1c; /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #ff8100, #ff4a1c);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff8100), to(#ff4a1c));
  background: -o-linear-gradient(top, #ff8100, #ff4a1c);
  background-color: #ff4a1c;
}

.pricing-box .pricing-btn-row .pricing-btn-org:hover,
.pricing-box .pricing-btn-row .pricing-btn-org:focus {
  background: none;
  background-color: #f4350b;
  text-decoration: none;
}

.pricing-box .pricing-select {
  min-width: 140px;
  border: 1px solid #091871;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  display: inline-block;
}

.pricing-box .pricing-select-header {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-align: left;
}

.pricing-box .pricing-select-header .pricing-quantity-text {
  font-size: 1.4rem;
  color: #333;
  height: 20px;
  line-height: 20px;
}

.pricing-box .pricing-select-header .glyphicon-menu-down {
  display: block;
  float: right;
  height: 28px;
  line-height: 27px;
  margin-right: -5px;
  margin-top: -1px;
  padding-left: 3px;
  border-left: 1px solid #091871;
  color: #091871;
  cursor: pointer;
  text-align: left;
}

.pricing-box .pricing-select-header .glyphicon-menu-down:hover {

}

.pricing-box .select-expanded .pricing-select-header, .pricing-box .pricing-select.select-expanded {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.pricing-box .select-expanded .pricing-select-options {
  height: auto;
  border: 1px solid #091871;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}

.pricing-box .pricing-select-options {
  position: absolute;
  z-index: 2;

  left: -1px;
  width: calc(100% + 2px);
  background-color: #fff;
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.pricing-box .pricing-select-options li,
#banner .pricing-box .pricing-select-options li {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #373f43;
  padding-left: 10px;
  cursor: pointer;
  background: none;
  text-align: left;
}

.pricing-box .pricing-select-options li a {
  font-size: 12px;
  display: block;
}

.pricing-box .pricing-select-options li:hover, #banner .pricing-box .pricing-select-options li:hover {
  background-color: #e6e6e6;
}

.banner-purchase-area .pricing-row .pricing-text,
.gc-banner .pricing-row .pricing-text {
  font-size: 16px;
}

.banner-purchase-area .pricing-row .pricing-org,
.gc-banner .pricing-row .pricing-org{
  font-size: 22px;
}

.banner-purchase-area .pricing-row .pricing-marked-off,
.gc-banner .pricing-row .pricing-marked-off {
  font-size: 14px;
}

.banner-purchase-area .pricing-box .pricing-btn-row .pricing-btn,
.gc-banner .pricing-box .pricing-btn-row .pricing-btn {
  height: 58px;
  line-height: 58px;
  min-width: 242px;
  font-size: 30px;
}

.banner-purchase-area .pricing-box .pricing-btn-row,
.gc-banner .pricing-box .pricing-btn-row {
  margin: 20px 0;
}

.banner-purchase-area .pricing-box .pricing-row .pricing-select,
.gc-banner .pricing-box .pricing-row .pricing-select {
  float: right;
  margin-top: 0;
  position: relative;
  top: 4px;
  margin-left: 5px;
}

.banner-purchase-area .pricing-box .pricing-row:after,
.gc-banner .pricing-box .pricing-row:after,
.pin-box:after {
  content: '';
  display: table;
  clear: both;
}

.purchase-pin-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  display: none;
}

.purchase-pin-top .pin-box .pin-item {
  float: left;
  width: 268px;
  height: 71px;
}

.pin-box {
  width: 980px;
  margin: auto;
}

.pricing-box .pin-item .pricing-btn-row .pricing-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  max-width: none;
  display: block;
  background: none;
  height: auto;
  line-height: normal;
}

.pricing-box .pin-item .pricing-btn-row .pricing-btn:hover {
  background: none;
}

.pricing-box .pin-item .pricing-btn .pricing-text, .pricing-box .pin-item .pricing-btn .pricing-org, .pricing-box .pin-item .pricing-btn .pricing-marked-off {
  color: #fff;
  display: inline;
  font-size: 18px;
}

.pricing-box .pin-item .pricing-btn .pricing-marked-off {
  font-size: 14px;
}

.pricing-box .pin-item .pricing-row {
  display: block;
  min-height: auto;
  line-height: normal;
}

.pricing-box .pin-item .pricing-btn-row .pricing-btn span {
  font-size: 22px;
}

.pricing-item-inner {
  height: 66px;
  margin-right: 2px;
}

.pricing-box .pin-item .pricing-select {
  margin-top: 0;
  position: relative;
  top: 12px;
  margin-bottom: 5px;
  left: 18px;
}

.pricing-box .pin-item .pricing-cb-row {
  position: relative;
  top: 5px;
  margin-left: 18px;
}

.pricing-box .pin-item .pricing-cb-row .illustrate-tip,
.pricing-box .pin-item .pricing-cb-row .pricing-cb-text,
.pricing-box .pin-item .pricing-cb-row .pricing-cb {
  font-size: 14px;
  color: #fff;
}

.pin-item .illustrate-tip {
  top: -2px;
}

.pin-item .pin-btn {
  height: 100%;
  line-height: 66px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.bg-org {
  background-color: #ff4a1c;
}

.bg-org:hover {
  background-color: #f4350b;
}

.table .bg-blue {
  background-color: #2283d8;
}

.table .bg-blue:hover {
  background-color: #0877d8;
}

.table .bg-green {
  background-color: #13a51a;
}

.table .bg-green:hover {
  background-color: #089a0f;
}

.purchase-area .pricing-box .pricing-cb-row .pricing-cb-text {
  font-size: 14px;
}

.purchase-area .illustrate-tip {
  top: -1px;
}

.purchase-area .pricing-box .pricing-cb-row {
  margin-bottom: 9px;
  padding-right: 6px;
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.purchase-area .pricing-box .pricing-org {
  vertical-align: top;
}

.pricing-box .pricing-btn-row .pricing-btn.pricing-cart:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -8px;
  background-size: cover;
}

.pricing-box .pricing-btn-row .pricing-btn.pricing-cart {
  text-align: left;
}

.purchase-area .pricing-box .pricing-btn-row .pricing-btn {
  height: 52px;
  line-height: 50px;
  font-size: 22px;
}

.purchase-area .pricing-box .pricing-btn-row .pricing-btn span {
  display: inline-block;
  margin: 0 5px;
}

.purchase-area .pricing-box .pricing-btn-row .pricing-btn .pricing-org {
  font-size: 26px;
}

.purchase-area .pricing-box .pricing-select,
.gc-banner .pricing-box .pricing-select {
  margin-top: 0;
  margin-left: 8px;
}

.purchase-area .pricing-box .pricing-row .pricing-org {
  font-size: 18px;
}

.purchase-area .pricing-box .pricing-row {
  margin: 8px 0 20px 0;
}

.purchase-area .pricing-box {
  padding: 20px 20px 28px 20px;
}


.pricing-box .pricing-row {
  display: table;
  min-height: 30px;
}

.pricing-box .pricing-row .pricing-text,
.pricing-box .pricing-row .pricing-org,
.pricing-box .pricing-row .pricing-marked-off {
  display: table-cell;
  vertical-align: baseline;
}

.pricing-box .pricing-row .pricing-text {
  font-size: 16px;
  color: #000;
}

.gc-banner .pricing-cb {
  display: inline-block;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.gc-banner .pricing-cb-row {
  cursor: pointer;
}

.gc-banner .pricing-cb.pricing-checked {
  background-position: -145px -183px;
}

.gc-banner .pricing-cb.pricing-unchecked {
  background-position: -9px -183px;
}

.gc-banner .cb-org .pricing-cb.pricing-checked {
  background-position: -485px -183px;
}

.gc-banner .cb-org .pricing-cb.pricing-unchecked {
  background-position: -348px -183px;
}

.gc-banner .pricing-select, .gc-banner.banner .price {
  display: inline-block;
}
.pricing-select-sm {
  font-size: 1.6rem;
}
.price-box .pricing-select-sm .pricing-select-header .glyphicon-menu-down {
  font-size: 1.4rem;
  height: 24px;
  top: 0;
}

.pricing-box .pricing-select.init .pricing-select-header .pricing-quantity-text {
  height: 26px;
  line-height: 26px;
  position: relative;
  top: 2px;
}
.pricing-box .pricing-select.init .pricing-select-header .glyphicon-menu-down {
  height: 26px;
  line-height: 26px;
  border-left: 1px solid #ddd;
  color: #ddd;
}
.pricing-box .pricing-select.init .pricing-select-header .glyphicon-menu-down:hover {
  color: #555;
}
.pricing-box .pricing-select.init {
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing-box .select-expanded.init .pricing-select-options {
  border: 1px solid #ddd;
}

.pricing-box .select-expanded.init .pricing-select-header,
.pricing-box .pricing-select.select-expanded.init {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.pricing-box .init .pricing-select-options {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

@media all and (max-width: 768px) {
  .illustrate-tip {
    position: static;
  }
  .illustrate-tip .illustrate-content {
    max-width: 320px;
    width: 320px;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .illustrate-tip .illustrate-content.left {
    left: 0;
  }
  .illustrate-tip .illustrate-content.right {
    right: 0;
  }
  .illustrate-tip .illustrate-content.bottom {
    bottom: 60px;
  }
  .illustrate-tip .illustrate-content.top {
    top: 60px;
  }
  .illustrate-content .txt-longest {
    max-width: none;
    min-width: auto;
    width: auto;
  }
}

.tb .best {
  color: #fd8a2e;
  font-size: 14px;
  margin-top: 10px;
  visibility: hidden;
}
.tb .best.show{
  visibility: inherit;
}
.tb .best:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(/assets/images/icons/best.png) no-repeat 0;
  margin-left: 5px;
}
/*table*/
.table {
  margin-bottom: 0;
}

.table th {
  font-weight: normal;
  font-size: 16px;
}

.table thead tr th,
.table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.table td {
  position: relative;
  z-index: 0;
}

.table td:hover {
  z-index: 300;
}

.table td.hook::after,
.table td.nohook::after {
  content: '';
  display: block;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table td.hook::after {
  width: 15px;
  height: 15px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat center;
  background-position: -1046px -182px;
}

.table td.hook.blue1::after {
  background-position: -860px -182px;
}

.table td.hook.blue2::after {
  background-position: -923px -182px;
}

.table td.hook.blue3::after {
  background-position: -986px -182px;
}

.table td.hook.green::after {
  background-position: -797px -182px;
}

.table td.nohook::after {
  width: 15px;
  height: 3px;
  background-color: #bdbdbd;
}

.table td.hook.txt {
  padding-top: 20px;
}

.table td.hook.txt::after {
  top: -20px;
}

.table .price {
  font-family: 'Myriad Pro';
}

.table .curr-price {
  font-size: 24px;
  display: block;
  line-height: 1.2;
}

.table .btn {
  width: 160px;
}

.table-col5 h5,
.table-col5 p {
  margin: 0;
}

.table-col5 thead th:first-child,
.table-col5 tr td:first-child {
  width: 308px;
  text-align: left;
}

.table-col5 thead th:not(:first-child),
.table-col5 tr td:not(:first-child) {
  width: 200px;
}

@media all and (max-width: 767px) {
  .table-box {
    overflow-y: hidden;
  }

  .table {
    width: 768px;
  }
}

.table.noborder tr th,
.table.noborder tr td {
  border: 0;
  padding: 20px 15px;
  text-align: left;
}

.table.blue tbody tr:nth-child(odd) {
  background-color: #fff;
}

.table.blue tbody tr:nth-child(even) {
  background-color: #dce8ff;
}

.table-outer {
  overflow-x: auto;
}

.table-outer .table {
  min-width: 940px !important;
}

.table-ctn {
  margin-bottom: 1px;
}
.table-ctn:hover, table-ctn:focus {
  z-index:400830;
}

@media all and (max-width: 992px) {
  .table-outer {
    overflow-x: scroll;
  }

  .table-outer .fixed-tb-header {
    max-width: none;
    position: static !important;
    margin-bottom: -1px;
    display: table;
  }

  /*这个尺寸的设备显示的显示滚动条*/
  .table-outer {
    overflow-y: auto;
    padding-bottom: 1px;
  }

  .table-outer::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
  }

  .table-outer::-webkit-scrollbar {
    width: 5px;
    height: 13px;
  }

  .table-outer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    min-height: 28px;
  }

  .table-outer::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }


  .table-outer .fixed-tb-header,
  .table-outer .table,
  .table-outer .table > tbody > tr > td,
  .table-outer .table > tbody > tr > th,
  .table-outer .table > tfoot > tr > td,
  .table-outer .table > tfoot > tr > th,
  .table-outer .table > thead > tr > td,
  .table-outer .table > thead > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > thead > tr,
  .table-outer .table > tbody,
  .table-outer .table > tfoot,
  .table-outer .table > thead,
  .table-outer .table > caption + thead > tr:first-child > td,
  .table-outer .table > caption + thead > tr:first-child > th,
  .table-outer .table > colgroup + thead > tr:first-child > td,
  .table-outer .table > colgroup + thead > tr:first-child > th,
  .table-outer .table > thead:first-child > tr:first-child > td,
  .table-outer .table > thead:first-child > tr:first-child > th {
    display: block;
    width: auto !important;
    min-width: auto !important;
    min-height: 30px;
  }

  .table-outer .table > tbody > tr > td:first-child,
  .table-outer .table > tbody > tr > th:first-child,
  .table-outer .table > tfoot > tr > td:first-child,
  .table-outer .table > tfoot > tr > th:first-child,
  .table-outer .table > thead > tr > td:first-child,
  .table-outer .table > thead:first-child > tr:first-child > td:nth-child(1),
  .table-outer .table > thead:first-child > tr:first-child > th:nth-child(1) {
    display: table-cell;
    width: 50% !important;
  }


  .table-outer .t1 > tbody > tr > td:nth-child(2),
  .table-outer .t1 > tbody > tr > th:nth-child(2),
  .table-outer .t1 > tfoot > tr > td:nth-child(2),
  .table-outer .t1 > tfoot > tr > th:nth-child(2),
  .table-outer .t1 > thead > tr > td:nth-child(2),
  .table-outer .t1 > thead:first-child > tr:first-child > td:nth-child(2),
  .table-outer .t1 > thead:first-child > tr:first-child > th:nth-child(2),
  .table-outer .t2 > tbody > tr > td:nth-child(3),
  .table-outer .t2 > tbody > tr > th:nth-child(3),
  .table-outer .t2 > tfoot > tr > td:nth-child(3),
  .table-outer .t2 > tfoot > tr > th:nth-child(3),
  .table-outer .t2 > thead > tr > td:nth-child(3),
  .table-outer .t2 > thead:first-child > tr:first-child > td:nth-child(3),
  .table-outer .t2 > thead:first-child > tr:first-child > th:nth-child(3),
  .table-outer .t3 > tbody > tr > td:nth-child(4),
  .table-outer .t3 > tbody > tr > th:nth-child(4),
  .table-outer .t3 > tfoot > tr > td:nth-child(4),
  .table-outer .t3 > tfoot > tr > th:nth-child(4),
  .table-outer .t3 > thead > tr > td:nth-child(4),
  .table-outer .t3 > thead:first-child > tr:first-child > td:nth-child(4),
  .table-outer .t3 > thead:first-child > tr:first-child > th:nth-child(4),
  .table-outer .t4 > tbody > tr > td:nth-child(5),
  .table-outer .t4 > tbody > tr > th:nth-child(5),
  .table-outer .t4 > tfoot > tr > td:nth-child(5),
  .table-outer .t4 > tfoot > tr > th:nth-child(5),
  .table-outer .t4 > thead > tr > td:nth-child(5),
  .table-outer .t4 > thead:first-child > tr:first-child > td:nth-child(5),
  .table-outer .t4 > thead:first-child > tr:first-child > th:nth-child(5){

    display: table-cell;
    width: 50% !important;
  }

  .tb-tabs {
    margin-bottom: 15px;
    display: table;
    width: 100%;
  }
  .tb-tabs > li > a {
    font-size: 2.2rem;
  }
  .tb-tabs > li {
    display: table-cell;
    float: none;
  }
  .tb-tabs > li.active > a,.tb-tabs > li.active > a:hover,.tb-tabs > li.active > a:focus {
    background-color: #091871;
  }
 .tb-tabs > li:nth-child(3).active > a, .tb-tabs > li:nth-child(3).active:focus{
    background-color: #337ab7;
    color: #fff;
  }

  .table-outer .table > tbody > tr > td,
  .table-outer .table > tbody > tr > th,
  .table-outer .table > tfoot > tr > td,
  .table-outer .table > tfoot > tr > th,
  .table-outer .table > thead > tr > td,
  .table-outer .table > thead:first-child > tr:first-child > td,
  .table-outer .table > thead:first-child > tr:first-child > th {
    display: none;
  }

  .table-outer .table > tbody > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > thead > tr,
  .table-outer .table > thead:first-child > tr:first-child,
  .table-outer .table > thead:first-child > tr:first-child {
    display: table;
    width: 100% !important;
  }

}


.table-col4 th, .table-col4 td {
  width: 13%;
  color: #333;
}

.table-col4 th:first-child, .table-col4 td:first-child {
  width: 28%;
  color: #333;
  text-align: left;
  padding-left: 25px;
  padding-right: 15px;
}

.table-col4 th:first-child > .plh {
  font-size: 2.4rem;
  font-weight: bold;
}


.table {
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #fff;
}

.table .tbhd .sale-price {
  font-size: 2.0rem;
  font-weight: bold;
}

.table .tbhd {
  padding: 15px 0;
}

.table .tbhd strong {
  font-size: 16px;
  font-weight: normal;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: 15px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 0;
}


.tbhd h4 {
  margin-bottom: 0;
}

.btn.btn-g2 {

}

.table .tbbd {
  padding: 20px 0;
}

.table .tbbd-row {
  margin-top: 5px;
}

.table .btn {
  margin-bottom: 0;
}

.table .tbbd .btn-link {
  font-size: 1.4rem;
  height: 20px;
  line-height: 20px;
}

.table h5 .illustrate-tip {
  font-weight: normal;
}

.table h5 {
  margin-bottom: 0;
  padding: 35px 0;
  font-size: 1.8rem;
}

.table:first-child {
  margin-bottom: -1px;
}

.table h5 .illustrate-tip .illustrate-content {
  min-width: auto;
  word-break: keep-all;
  white-space: nowrap;
}
.table .price {
  padding-top: 20px;
}
.table .price span{
  font-size: 2.4rem;
  margin: 0 5px;
  color: #333;
  font-weight: 700;
}
.table .price del{
  font-size: 14px;
  text-decoration: line-through;
  color: #666;
}
.table  tr:last-child td:last-child .price span{
  color: #fe6000;
}
.table-bordered>tbody>tr:last-child>td{
  border: none;
}
.table-outer {
  position: relative;
  overflow: visible;
}
.table-bordered{
  border: none;
  border-top:1px solid #ddd;
}

.table-cls {
  overflow: visible;
}

@media all and (min-width: 992px) {
  .fixed-tb-header {
    top: 0;
    left: 0;
    min-width: 920px;
    z-index: 200;
  }

  .fixed-tb-header.scrolling {
    position: fixed;
    background-color: #fff;
    z-index: 300;
  }
}
.bgececec{
  background: #ececec;
}.bgfce9d9{
  background: #fce9d9;
}
.icon-left p::before{
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .hover-move ul li{
    margin-bottom: 10px;
  }
}
@media (max-width: 558px) {
  .tb-tabs > li{
    display: block;
  }
}
@media (max-width: 375px) {
  .protection-box  .col-xs-6{
    width: 100%;
    max-width: 190px;
    float: none;
    margin: auto;
    text-align: left;
  }
}