/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection rule sets have to be separate.
    * Customize the background color to match your design.
    */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
    * A better looking default horizontal rule
    */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
    * Remove the gap between images, videos, audio and canvas and the bottom of
    * their containers: h5bp.com/i/440
    */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
    * Remove default fieldset styles.
    */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
    * Allow only vertical resizing of textareas.
    */
textarea {
  resize: vertical;
}
/* ==========================================================================
      Browse Happy prompt
      ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
      Author's custom styles
      ========================================================================== */
/* ==========================================================================
      Helper classes
      ========================================================================== */
/*
    * Image replacement
    */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
    * Hide from both screenreaders and browsers: h5bp.com/u
    */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
    * Hide only visually, but have it available for screenreaders: h5bp.com/v
    */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
    * Extends the .visuallyhidden class to allow the element to be focusable
    * when navigated to via the keyboard: h5bp.com/p
    */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
    * Hide visually and from screenreaders, but maintain layout
    */
.invisible {
  visibility: hidden;
}
/*
    * Clearfix: contain floats
    *
    * For modern browsers
    * 1. The space content is one way to avoid an Opera bug when the
    *    `contenteditable` attribute is included anywhere else in the document.
    *    Otherwise it causes space to appear at the top and bottom of elements
    *    that receive the `clearfix` class.
    * 2. The use of `table` rather than `block` is only necessary if using
    *    `:before` to contain the top-margins of child elements.
    */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
      EXAMPLE Media Queries for Responsive Design.
      These examples override the primary ('mobile first') styles.
      Modify as content requires.
      ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
      Print styles.
      Inlined to avoid required HTTP connection: h5bp.com/r
      ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
        * Don't show links for images, or javascript/internal links
        */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  line-height: 1.28571;
  background: #fff;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}
.right {
  float: right;
  display: inline;
}
.left {
  float: left;
  display: inline;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a.cblue:link,
a.cblue:visited,
a.cblue:hover {
  color: #0292c3;
}
.blank10 {
  height: 10px;
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
}
.blank20 {
  height: 20px;
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
}
.box {
  width: 1200px;
  margin: 0 auto;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Microsoft YaHei,
    PingFang SC;
}
.box * {
  box-sizing: border-box;
}
.box .clear {
  clear: both;
}
.box :after {
  box-sizing: border-box;
}
/* ☆ reset =======================================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, Verdana, sans-serif;
  color: #303133;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ol,
ul,
li,
dl,
dd,
dt {
  list-style: none;
}
a h2 {
  color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
div {
  /*文字等自动换行*/
  word-wrap: break-word;
  word-break: normal;
  display: block;
}
br {
  font-size: 20px;
  line-height: 100%;
}
.border_radius {
  /*圆角*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border_radius3 {
  /*圆角*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination {
  float: left;
  font-family: Tahoma;
  font-size: 12px;
  height: 22px;
  left: 50%;
  margin: 3px;
  position: relative;
}
.page-bottom {
  left: -50%;
  position: relative;
}
.pagination a {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 5px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
}
.pagination a:hover {
  color: #4997da;
}
.pagination a:link {
  text-decoration: none;
}
.pagination a.actived {
  border-color: #ffffff;
}
.panel {
  border: 1px solid #e1e3e9;
  margin: 20px 0;
}
.panel .panel-body {
  padding: 10px;
}
.panel .panel-head {
  height: 40px;
  background: #fafafa;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 10px;
}
/********底部索引区**********/
.footer {
  width: 100%;
  height: 100px;
  margin: 30px 0px 0px 0px;
  background-color: #e3e5e6;
  position: relative;
  float: left;
}
.footer_container {
  width: 990px;
  height: 100%;
  margin: 0px auto 0px auto;
  overflow: hidden;
  clear: both;
}
.breakLine {
  margin: 0px 3px;
  font-size: 12px;
  font-weight: normal;
  color: #898989;
}
.footer_linkers .breakLine {
  margin: 0px 10px 0px 10px;
}
.footer_linkers {
  width: 835px;
  height: 20px;
  margin: 25px 0px 0px 0px;
  color: #898989;
  float: left;
}
.footer_linkers a {
  width: auto;
  height: 12px;
  font-size: 12px;
  color: #898989;
  vertical-align: middle;
}
.footer_logo {
  width: 155px;
  height: 100%;
  background: #69b842 url(../img/logo_white.png) center center no-repeat;
  float: right;
}
.copyRight {
  width: 745px;
  height: 12px;
  margin: 25px 0px 0px 0px;
  font-size: 12px;
  color: #bdbdbd;
  float: left;
}
.fntS16 {
  font-size: 16px;
}
.text-black {
  color: #333;
}
.trade-favorite .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.logo {
  width: 135px;
  height: 55px;
  /*margin: 8.5px 25px 0px 25px;*/
  float: left;
}
.logo:hover {
  cursor: pointer;
}
.logo img {
  height: 80%;
  width: 80%;
  margin-left: -22px;
}
.top {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  z-index: 99999;
}
.header_index {
  width: 1200px;
  margin: 0 auto;
  height: 44px;
  top: 0;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999;
}
/****************商品主体及类型选择*****************/
.trade-detail .trade-img-container {
  background: #fafafa;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 228px;
  height: 228px;
  position: relative;
}
.trade-img-container img {
  margin: auto;
  max-width: 228px;
  max-height: 228px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.box .pull-left {
  float: left;
  position: relative;
}
.box .trade-box {
  padding: 40px 0;
}
.trade-box .trade-detail {
  display: inline-block;
  width: 950px;
  height: 100%;
}
.trade-detail .trade-favorite {
  position: absolute;
  text-align: center;
  margin-top: 238px;
  width: 228px;
}
.trade-favorite span {
  padding-left: 10px;
}
.trade-favorite svg {
  color: #999 !important;
}
.trade-config,
.trade-title {
  margin-left: 255px;
  margin-right: 70px;
}
.trade-title h2 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}
.trade-title .paragraph {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-bottom: 20px;
}
.config-row {
  margin-top: 10px;
  line-height: 24px;
  box-sizing: border-box;
}
.config-row .item-title {
  width: 60px;
  float: left;
  text-align: left;
  color: #666;
  display: inline-block;
}
.config-row .item-title.space-first:first-letter {
  letter-spacing: 20px;
}
.config-row .item-detail {
  margin-left: 15px;
  display: inline-block;
}
.item-detail .price {
  font-size: 20px;
  color: #ff660d;
}
.item-detail .no-decroline {
  text-decoration: line-through;
}
.item-detail .eval-num {
  display: inline-block;
  margin-left: 100px;
}
.item-detail.version-detail {
  width: 535px;
}
.item-detail li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.item-detail .format-text {
  border: 1px solid #c4c6cf;
  border-radius: 2px;
  padding: 0 10px;
  text-align: center;
}
.item-detail .format {
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.item-detail .format:hover,
.item-detail .format.selected {
  text-decoration: none;
  border: 1px solid #165ff2;
  color: #165ff2;
}
.item-detail .format.selected:after {
  position: absolute;
  font-family: "iconfont";
  bottom: -1px;
  right: -1px;
  content: "\E717";
  font-size: 20px;
  line-height: 1;
}
.item-detail .format.disabled {
  background-color: #f3f3f3;
  border: 1px solid #cecece;
  color: #c6c6c6;
  pointer-events: none;
}
.sub-button {
  margin-left: 75px;
  margin-top: 20px;
  display: inline-block;
  width: 220px;
  height: 46px;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  background-color: #ff6a00;
  border-color: transparent;
}
.sub-button:focus {
  outline: 0;
}
.sub-button:hover {
  cursor: pointer;
  background-color: #e35300;
  border-color: transparent;
}
.sub-button span {
  color: #fff;
}
/* .coupon .coupon-title div {
        width: 45px;
        display: inline-block;
        color: #666;
    }
    .coupon .item-title {
        visibility: visible;
        display: inline-block;
        width: 60px;
        position: relative;
    }
    .coupon .item-title:after {
        content: "\FF1A";
        position: absolute;
        right: 4px;
    }
    .coupon .coupon-type-card {
        color: #fff;
        border-top: 1px solid;
        border-bottom: 1px solid;
        display: inline-block;
        height: 24px;
        box-sizing: border-box;
        background-image: url(https://img.alicdn.com/tfs/TB13dwjQVXXXXcBXVXXXXXXXXXX-3300-700.png);
        background-position-y: 3px;
        background-size: 69px 20px;
        background-repeat: no-repeat;
        !*margin-left: 15px;*!
        width: 69px;
    }
    .coupon .coupon-type-card span {
        margin-left: 3px;
        line-height: 1.5;
    }
    .coupon .item-detail .coupon-text {
        padding: 0 12px;
    }
    .coupon .item-detail .coupon-get {
        border-bottom: 1px dotted;
        color: #fd7700;
        cursor: pointer;
    }
    .coupon .item-detail .coupon-open {
        font-size: 10px;
        color: #2192d9;
        padding-left: 30px;
        cursor: pointer;
        position: relative;
    }
    .switch-icon {
        font-size: 12px;
    }*/
/****************右侧评分区域*****************/
/*右侧服务评分*/
.trade-right {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e1e3e9;
  height: 100%;
  padding-left: 15px;
}
.star-line {
  display: inline-block;
}
.rate-label {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 1px;
  font-size: 20px;
  color: #ff660d;
  font-weight: 500;
}
.fuwu-block {
  padding: 10px 0;
}
.trade-right .fuwu-block {
  padding-bottom: 15px;
  line-height: 28px;
}
.trade-right .fuwu-zhibiao {
  /*font-size: 14px;*/
}
.trade-right .next-rating-icon i {
  margin-left: 4px;
  display: inline-block;
  color: #ff6a00;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-smoothing: antialiased;
  text-stroke-width: 0.1px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  transition: all 50ms ease-in;
}
.trade-right .next-rating-icon i:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}
.trade-right .fuwu-zhibiao .aver-span {
  display: inline-block;
  vertical-align: middle;
}
.trade-right .fuwu-zhibiao .fuwu-zhibiao-text {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  color: #666;
}
.trade-right .fuwu-zhibiao .score-color-high {
  color: #de2727;
}
.trade-right .fuwu-zhibiao .score-bg-high {
  background: #de2727;
}
.trade-right .fuwu-zhibiao .fuwu-zhibiao-judege {
  border-radius: 2px;
  padding-top: 1px;
  width: 33px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.trade-right .fuwu-zhibiao .fuwu-zhibiao-rate {
  width: 60px;
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
}
.trade-right .fuwi-divider {
  border-top: 1px dashed #d1d1d1;
}
.trade-right .fuwu-zhibiao .rate {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin-left: 5px;
}
/*公司简介*/
.fuwu-body .fuwu-left {
  display: inline-block;
  vertical-align: top;
}
.shop-logo {
  width: 60px;
  height: 60px;
  float: left;
}
.shop-logo-text {
  margin-left: 70px;
  vertical-align: top;
  color: #333;
}
.shop-auth {
  margin-top: 10px;
}
.shop-msg-overflow {
  width: 146px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-0,
.tag-1,
.tag-2,
.tag-3,
.tag-4,
.tag-5,
.tag-6 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
.tag-visible {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 140px;
  display: none;
}
.disable-link a {
  pointer-events: none;
}
.disable-link a:hover {
  cursor: none;
}
.fuwu-body .fuwu-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 948px;
  margin-top: 20px;
}
/******************服务区tab切换**************************/
.nav {
  box-sizing: border-box;
  position: relative;
  z-index: 11;
}
.tabs .border-style {
  border: 1px solid #dcdee3;
}
.tabs .nav {
  background: #fff;
  height: 46px;
  font-size: 14px;
}
.tabs .nav-block {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
  padding: 0 40px;
}
.tabs .nav-block:hover {
  cursor: pointer;
}
.tabs .nav-block:after {
  position: absolute;
  height: 15px;
  content: "";
  border-right: 1px dotted #dedede;
  right: 0;
  top: 15px;
}
.tabs .nav-active.nav-block {
  border-left: 1px solid #dcdee3;
  border-right: 1px solid #dcdee3;
  border-top: 2px solid #393d47;
}
.tabs .nav-active.nav-block:after {
  border-right: none;
}
.tabs .nav-active.nav-block:first-child {
  border-left: none;
}
.tab-content {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}
.tab-content .item-content {
  width: 100%;
  overflow: hidden;
}
.tab-content .comments-content {
  width: 928px;
  border: 1px solid #e1e3e9;
}
/*评论区服务评分区域*/
.comments-content i,
.comments-content b {
  display: inline-block;
}
.comments-content .tb-r-star i b {
  height: 22px;
  background-position: 0 -12px;
  font-size: 26px;
}
.comments-content .tb-r-pecent {
  color: #f60;
}
.comments-content .tb-r-score,
.comments-content .tb-r-star,
.comments-content .tb-r-detail {
  float: left;
}
.comments-content .tb-r-summary {
  padding: 1px;
  /*border-top: 1px solid #D7D7D7;*/
  /*border-bottom: 1px solid #D7D7D7;*/
  margin-bottom: 5px;
}
.comments-content .tb-r-summary .tb-r-wrap {
  background-color: #fafafa;
  height: 100px;
}
.comments-content .tb-r-score,
.comments-content .tb-r-star,
.comments-content .tb-r-detail {
  float: left;
}
.comments-content .tb-r-score {
  font-size: 14px;
  font-weight: bold;
  margin-left: 37px;
  margin-top: 22px;
  _margin-left: 18px;
}
.comments-content .tb-r-summary span,
.comments-content .tb-r-summary strong {
  vertical-align: baseline;
}
.comments-content .tb-r-score span {
  color: #666;
}
.comments-content .tb-r-score strong {
  font: normal 36px Tahoma, Arial, Helvetica, sans-serif;
  line-height: 36px;
  margin: 0 5px;
  color: #f60;
}
.comments-content .tb-r-star {
  color: gray;
  margin: 32px 0 0 8px;
}
.comments-content .tb-r-star i {
  height: 22px;
  width: 129px;
  background-position: 0 -34px;
  overflow: hidden;
}
.comments-content .tb-s-star i {
  background-position: 0 0;
}
.comments-content .tb-s-star i {
  width: 57px;
  height: 11px;
  vertical-align: baseline;
  line-height: 14px;
}
.comments-content .tb-r-detail {
  height: 84px;
  margin: 8px 0 8px 10px;
  width: 290px;
}
.comments-content .tb-r-detail .tb-mustache {
  float: left;
  width: 19px;
  height: 83px;
  background-position: -129px 0;
}
.comments-content .tb-r-detail ul {
  float: left;
  margin: 6px 0 0 11px;
}
.comments-content .tb-r-detail li {
  line-height: 14px;
  color: #666;
}
.comments-content .tb-r-detail .tb-s-star {
  color: gray;
  margin-right: 5px;
  background: url(http://img03.taobaocdn.com/tps/i3/T1xm_lXlxnXXbT0vrh-168-80.png) no-repeat;
  width: 57px;
  display: inline-block;
  background-position: -60px 1px;
  height: 11px;
}
.comments-content .tb-r-detail .tb-r-bar {
  display: inline-block;
  height: 10px;
  font-size: 1px;
  line-height: 10px;
  border-right: 1px solid #ff944c;
  background-color: #ff944c;
  margin-right: 5px;
}
/*评论区评价*/
#reviews .tb-tagdt {
  border-top: 1px solid #ccc;
  padding-left: 108px;
  margin-top: 20px;
}
#reviews .tb-tagdt {
  padding-left: 108px;
}
#reviews .tb-tagdt .tb-tagdt-title {
  float: left;
  margin-left: -108px;
  padding: 16px 5px 5px 12px;
  position: absolute;
}
#reviews .tb-tagdt .tb-tagdt-title {
  position: absolute;
  float: left;
  margin-left: -108px;
  padding: 16px 5px 5px 12px;
}
.clearfix:after,
.tb-wrap:after,
#reviews .tb-r-comment:after,
.tb-r-act:after,
#reviews .tb-r-impress ul:after,
.tb-r-filter:after,
.tb-r-ctl:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#reviews .tb-tagdt .tb-tagdt-detail {
  padding: 10px 0 10px 0;
}
#reviews .tb-tagdt .tb-tagdt-detail li {
  display: inline-block;
  float: left;
  margin: 5px 10px 5px 0;
}
#reviews .tb-tagdt .tb-tagdt-detail li a {
  cursor: pointer;
  -moz-user-select: none;
  padding: 2px 10px 2px 10px;
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff944c;
  background-color: #ff944c;
}
#reviews .tb-tagdt .tb-tagdt-detail li a:hover {
  cursor: auto;
}
#reviews .tb-tagdt .tb-tagdt-detail li a:hover,
#reviews .tb-tagdt .tb-tagdt-detail li.selected a {
  border: 1px solid #f7741c;
  background-color: #fff;
  color: #000;
}
#reviews .tb-r-pagination {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#reviews .tb-r-pagination .pagination {
  margin: 10px 0;
}
#reviews .tb-r-comment {
  list-style: none outside none;
  outline: 0 none;
  padding-top: 20px;
  position: relative;
}
* html .clearfix,
.tb-wrap,
#reviews .tb-r-comment,
.tb-r-act,
#reviews .tb-r-impress ul,
.tb-r-filter,
.tb-r-ctl {
  height: 1%;
  overflow: visible;
}
* + html .clearfix,
.tb-wrap,
#reviews .tb-r-comment,
.tb-r-act,
#reviews .tb-r-impress ul,
.tb-r-filter,
.tb-r-ctl {
  min-height: 1%;
}
#reviews .tb-r-comment {
  position: relative;
  padding-top: 20px;
  list-style: none;
  outline: 0;
}
#reviews .tb-r-odd {
  background-color: #f8f8f8;
}
#reviews .tb-r-buyer {
  margin-right: 10px;
  float: left;
  width: 100px;
}
#reviews .tb-r-buyer .tb-r-nick,
.tb-r-buyer .tb-r-rank {
  text-align: center;
  overflow: hidden;
  height: 18px;
}
#reviews .tb-r-bd {
  zoom: 1;
  overflow: hidden;
  position: relative;
  padding: 0 10px 10px 0;
  min-height: 40px;
}
#reviews .tb-r-cnt {
  color: #404040;
}
#reviews .tb-r-ctl {
  padding: 14px 0 0 0;
}
#reviews .tb-r-info {
  float: left;
  font-size: 12px;
  color: #b0b0b0;
}
#reviews .tb-r-date {
  margin-right: 8px;
}
#reviews .tb-r-act {
  float: right;
}
#reviews .tb-r-act .tb-r-ctlbtn {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
#reviews .tb-r-act .tb-r-ctlbtn .tb-r-normal {
  color: #4997da;
}
#reviews .tb-r-act .tb-r-ctlbtn .tb-reply-open,
#reviews .tb-r-act .tb-r-ctlbtn .tb-useful-open {
  position: relative;
  color: #8e8e8e;
}
#reviews .tb-r-act .tb-r-ctlbtn .tb-r-normal a {
  color: #4997da;
  text-decoration: none;
  padding-left: 16px;
}
#reviews .tb-r-act .tb-r-ctlbtn .tb-reply-open a {
  color: #8e8e8e;
  background: url(http://img03.taobaocdn.com/tps/i3/T1TzDmXX4hXXbtZFTX-14-84.png) 0 -41px no-repeat;
}
#reviews .tb-r-act .tb-r-ctlbtn {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
#reviews .tb-isloading .tb-r-normal,
#reviews .tb-isvoted .tb-r-normal,
#reviews .tb-r-msg,
#reviews .tb-r-voted {
  display: none;
}
#reviews .tb-r-act .tb-r-ctlbtn .tb-useful-btn a {
  background: url(http://img03.taobaocdn.com/tps/i3/T1TzDmXX4hXXbtZFTX-14-84.png) 0 -55px no-repeat;
}
.ww-light a {
  display: inline-block;
  background-image: url(//img.alicdn.com/tps/i1/T15AD7FFFaXXbJnvQ_-130-60.gif);
  background-image: -webkit-image-set(url(//img.alicdn.com/tps/i1/T15AD7FFFaXXbJnvQ_-130-60.gif) 1x, url(//img.alicdn.com/tps/i4/T1Rsz7FPJaXXbZhKn7-520-240.gif) 4x);
  background-image: -moz-image-set(url(//img.alicdn.com/tps/i1/T15AD7FFFaXXbJnvQ_-130-60.gif) 1x, url(//img.alicdn.com/tps/i4/T1Rsz7FPJaXXbZhKn7-520-240.gif) 4x);
  background-image: -o-image-set(url(//img.alicdn.com/tps/i1/T15AD7FFFaXXbJnvQ_-130-60.gif) 1x, url(//img.alicdn.com/tps/i4/T1Rsz7FPJaXXbZhKn7-520-240.gif) 4x);
  background-image: -ms-image-set(url(//img.alicdn.com/tps/i1/T15AD7FFFaXXbJnvQ_-130-60.gif) 1x, url(//img.alicdn.com/tps/i4/T1Rsz7FPJaXXbZhKn7-520-240.gif) 4x);
  text-decoration: none!important;
  width: 20px;
  height: 20px;
  zoom: 1;
}
.next-rating-small {
  font-size: 12px;
}
.relative {
  position: relative;
}
table.version {
  width: 700px;
  padding: 0 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
table.version tr {
  height: 105px;
}
table.version tr td {
  padding: 12px;
  font-weight: 600;
}
table.version tr td:first-of-type {
  width: 82px;
  text-align: center;
  padding-top: 70px;
}
table.version tr td:nth-of-type(2) {
  width: 212px;
}
table.version tr td:nth-of-type(4) {
  width: 175px;
  color: #999999;
}
table.version tr td .green {
  color: #01de92;
}
table.version tr td .blue {
  color: #4a78fb;
}
.version-difference {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-evenly;
  background-color: #f8f8f8;
  padding-bottom: 30px;
}
.version-difference div {
  width: 40%;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.2);
  height: 174px;
  padding: 20px 0;
}
.version-difference div:first-child {
  background-color: #fe5355;
}
.version-difference div:nth-child(2) {
  background-color: #09c486;
}
.version-difference div:nth-child(3) {
  background-color: #4573ff;
}
.version-difference div:nth-child(4) {
  background-color: #ffb339;
}
.version-difference div .title {
  font-size: 24px;
  font-weight: 600;
}
.version-difference div .label {
  color: #fe5355;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  width: 129px;
  margin: 12px auto;
}
.version-difference div .content {
  width: 70%;
  font-size: 15px;
  margin: 20px auto;
}
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 32px;
}
.section-title::after {
  display: block;
  content: '';
  background-color: #04dd95;
  width: 30px;
  height: 5px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 12px;
}
.section-title .main-title {
  font-size: 32px;
  font-weight: 600;
  height: fit-content;
  margin: 12px auto;
  line-height: 1;
}
.section-title .sub-title {
  font-size: 16px;
}
.section-title .wangwang {
  width: 82px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 65%;
}
.absolute {
  position: absolute;
}
.strategy {
  width: 290px;
  height: 300px;
  line-height: 2;
  background-color: #fff;
  font-size: 16px;
  z-index: 9;
}
.strategy li::before {
  content: '';
  display: inline-block;
  background-color: #165ff2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.strategy .bold {
  font-weight: 600;
}
.strategy.strategy1 {
  top: 180px;
  left: 2.5%;
}
.strategy.strategy2 {
  top: 50px;
  right: 1%;
}
.strategy.strategy3 {
  width: 330px;
  bottom: -60px;
  left: 0;
}
.other-strategy {
  display: flex;
  justify-content: space-around;
  top: 180px;
  background-color: #fff;
  width: 100%;
  height: 80px;
  color: #01de92;
  text-align: center;
}
.other-strategy div p {
  font-size: 18px;
}
.other-strategy .title {
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}
.auto {
  display: flex;
  justify-content: space-around;
  top: 180px;
  background-color: #fff;
  width: 100%;
  height: 80px;
  color: #01de92;
  text-align: center;
  width: 680px;
  height: 120px;
  padding: 0 28px 0 44px;
  justify-content: space-between;
  top: 510px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}
.auto div p {
  font-size: 18px;
}
.auto .title {
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}
.auto .title {
  font-size: 18px;
}
.auto div {
  margin: 12px;
}
.auto div p {
  font-size: 16px;
  line-height: 1.5;
}
.auto2 {
  top: 708px;
  padding: 0 10px 0 0;
}
.auto2 .flagship {
  top: -6px;
  left: 20%;
}
.special-func .func {
  width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.special-func .func .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
.special-func .func .desc {
  width: 168px;
}
.special-func .func.func1 {
  top: 280px;
  left: 7%;
}
.special-func .func.func2 {
  top: 280px;
  right: 7%;
}
.special-func .func.func3 {
  top: 625px;
  left: 7%;
}
.special-func .func.func4 {
  top: 625px;
  right: 7%;
}
.special-func .func.func5 {
  top: 976px;
  left: 7%;
}
.special-func .func.func6 {
  top: 976px;
  right: 7%;
}
.extra-func,
.extra-func2 {
  top: 35px;
  background-color: #fff;
  width: 250px;
}
.extra-func img.basic,
.extra-func2 img.basic {
  top: 30%;
  right: 5%;
  z-index: 9;
}
.extra-func .func,
.extra-func2 .func {
  height: 82px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.extra-func .func .title,
.extra-func2 .func .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.extra-func .func .title::before,
.extra-func2 .func .title::before {
  content: '';
  display: inline-block;
  background-color: #165ff2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.extra-func .func .desc,
.extra-func2 .func .desc {
  padding-left: 12px;
  font-size: 16px;
}
.extra-func {
  left: 14%;
}
.extra-func2 {
  right: 1%;
}
.teach {
  bottom: 10px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
}
.teach div {
  width: 30%;
}
.teach .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.evaluate-service .access-block li {
  display: flex;
}
.evaluate-service .user-reviews {
  border: none;
}
