body {
  width: 100%;
  margin: 0 auto;
}
.clear {
  content: '';
  clear: both;
  display: block;
}
.btn {
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: orangered;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}
.a_nav_bar {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 26px;
  background-color: #fff;
  height: 2px;
}
.header {
  min-width: 960px;
  width: 100%;
  background-color: #fff;
}
.header .header-top {
  width: 80%;
  margin: 0 auto;
}
.header .header-top-right {
  float: right;
  height: 50px;
  line-height: 50px;
  color: #727171;
}
.header .header-top-right a {
  margin-left: 30px;
}
.header .logo {
  /*float: left;*/
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.header .logo:after {
  content: '';
  clear: both;
  display: block;
}
.header .nav {
  clear: left;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.header .nav > ul {
  margin-left: 36px;
}
.header .nav > ul li {
  /*color: #fff;*/
  float: left;
  /*margin: 20px 0;*/
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
  /*border-radius: 4px;*/
}
.header .nav > ul li a {
  color: #707070;
  text-decoration: none;
}
.header .nav > ul li a:hover {
  color: orangered;
}
.header .nav > ul li:after {
  content: '';
  clear: both;
  display: block;
}
.header .nav .bottom-line {
  position: relative;
  background-color: #fff;
  height: 2px;
  font-size: 0;
  top: 36px;
  left: 36px;
}
.header .nav .bottom-line .selected {
  width: 76px;
  margin-left: 12px;
  height: 2px;
  background-color: #fc6d21;
  position: absolute;
  top: 0;
  left: 100px;
  /*display: none;*/
}
.header .nav .selected {
  /*background-color: @orange;*/
}
.header .nav .selected a {
  color: #fc6d21;
  font-weight: bold;
}
.header .nav:after {
  content: '';
  clear: both;
  display: block;
}
.header .myaccount {
  margin-right: 20px;
}
.header .header-gradient {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.header .hidden {
  display: none;
}
.content {
  margin: 18px auto 24px auto;
  width: 100%;
  max-width: 1190px;
  min-width: 1007px;
}
.content .bread {
  margin-bottom: 12px;
}
.content .dropdown {
  height: 30px;
  margin: 6px 0;
  display: inline-block;
  width: 90px;
  padding-left: 13px;
  margin-right: 12px;
  float: left;
  font-size: 14px;
  color: #707070;
  font-family: 'Microsoft YaHei';
}
.content .dropdown:hover {
  border-color: #ffa500;
}
.content .btn {
  height: 48px;
  width: 170px;
  float: left;
  margin: 30px 25px 49px 0;
}
.content .btn-buy {
  background-color: #fa6d30;
}
.content .btn-buy a {
  display: inline-block;
  vertical-align: top;
  padding: 0 28px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.content .btn-buy i {
  background: url(../../images/buy_01.png);
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background-color: #fa6d30;
  margin-top: -8px;
}
.content .btn-buy em {
  font-style: normal;
}
.content .btn-q {
  background-color: #00baef;
}
.content .btn-q a {
  display: inline-block;
  vertical-align: top;
  padding: 0 45px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.content .btn-q em {
  font-style: normal;
}
.content .content-header {
  height: 400px;
  /*width: 90%;*/
  margin: 0 auto;
}
.content .content-header img {
  width: 55%;
  float: left;
  height: 350px;
}
.content .content-header img:after {
  content: '';
  clear: both;
  display: block;
}
.content .content-header h3 {
  font-size: 24px;
  color: #575757;
  font-weight: bold;
}
.content .content-header .content-header-right {
  width: 45%;
  float: left;
}
.content .content-header .content-header-right:after {
  content: '';
  clear: both;
  display: block;
}
.content .content-header .header-inner {
  width: 90%;
  margin: 0 auto;
  /*display: none;*/
}
.content .content-header .header-description {
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-size: 14px;
  color: #404040;
}
.content .content-header .title {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  width: 72px;
  float: left;
  clear: left;
  margin: 6px 16px 6px 0;
  text-align: justify;
  font-size: 14px;
  color: #5f5f5f;
}
.content .content-header .options {
  float: left;
  width: 77%;
  margin: 5px 0;
}
.content .content-header .options > li {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  cursor: pointer;
  margin: 2px 12px 2px 0;
  float: left;
  font-size: 14px;
  color: #707070;
}
.content .content-header .options > li:hover {
  border-color: #ffa500;
}
.content .content-header .options .selected {
  border-color: #ffa500;
  position: relative;
}
.content .content-header .options .selected:after {
  content: "";
  /*background: url(../../images/item-selected.png) no-repeat 0px 0px;*/
  height: 12px;
  width: 12px;
  position: absolute;
  right: -4px;
  top: -4px;
}
.content .content-header .options:after {
  content: '';
  clear: both;
  display: block;
}
.content .content-main {
  /*width: 90%;*/
  margin: 0 auto;
  clear: left;
}
.content .content-main .tabs {
  margin: 0 auto;
  height: 44px;
  border-top: 1px solid #dddddd;
  background-color: #efefef;
  color: #707070;
}
.content .content-main .tabs li {
  float: left;
  width: 78px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-right: 24px;
}
.content .content-main .tabs li:hover {
  color: orangered;
}
.content .content-main .tabs li:after {
  content: '';
  clear: both;
  display: block;
}
.content .content-main .selected {
  color: #fa6d30;
  border-top: 2px solid #fc6d21;
  margin-top: -2px;
  background-color: #fff;
}
.content .content-main .content-main-show {
  display: none;
  min-height: 200px;
  /*width: 90%;*/
  /*h3 {
                text-align: center;
            }*/
}
.content .content-main .content-main-show .flow {
  /*width: 80%;*/
  margin: 0 auto;
  /*border-bottom: 1px solid #c9c9c9;*/
  min-width: 960px;
  display: none;
}
.content .content-main .content-main-show .flow .flow-text {
  height: 40px;
  /*width: 90%;
                    margin: 0 5%;
                    min-width: 960px;
                        */
}
.content .content-main .content-main-show .flow .flow-text li {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: -2px;
  font-size: 16px;
  color: #878787;
}
.content .content-main .content-main-show .flow .flow-number {
  height: 40px;
  /*width: 90%;*/
  margin: 0 5%;
  min-width: 960px;
}
.content .content-main .content-main-show .flow .flow-number li {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: -2px;
}
.content .content-main .content-main-show .flow .flow-number li .number {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #0099d6;
  display: block;
  line-height: 20px;
  color: #fff;
  margin: auto;
  float: left;
}
.content .content-main .content-main-show .flow .flow-number li .line {
  height: 4px;
  background: #0099d6;
  width: 50px;
  float: left;
  margin-top: 8px;
}
.content .content-main .content-main-show .flow-li {
  display: inline-block;
  width: 154px;
  float: left;
  position: relative;
  height: 100px;
  text-align: center;
}
.content .content-main .content-main-show .flow-li:after {
  content: '';
  clear: both;
  display: block;
}
.content .content-main .content-main-show .flow-text {
  color: #878787;
  font-size: 16px;
}
.content .content-main .content-main-show .flow-bg {
  background: url(../../images/line_02.png) repeat-x;
  background-position: 0 60px;
}
.content .content-main .content-main-show .flow-div {
  width: 154px;
  height: 44px;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  font-style: normal;
  font-size: 26px;
  position: absolute;
  top: 40px;
}
.content .content-main .content-main-show .flow-i {
  background: url(../../images/point.png);
  width: 44px;
  height: 44px;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  font-style: normal;
  font-size: 26px;
  float: left;
}
.content .content-main .content-main-show .flow-line {
  height: 6px;
  width: 55px;
  margin-top: 19px;
  float: left;
  background-color: #33c7f4;
}
.content .content-main h3 {
  margin: 32px 5%;
  font-size: 22px;
  color: #595757;
  font-weight: bold;
  clear: both;
}
.content .content-main h4 {
  color: #999;
  margin: 40px 5% 20px 5%;
  font-size: 18px;
}
.content .content-main .material {
  display: none;
  clear: both;
}
.content .content-main .material-table {
  margin: 20px auto;
  width: 90%;
}
.content .content-main .material-table th {
  background-color: #ededed;
  height: 54px;
  border-color: #d9d9d9;
  font-size: 18px;
  font-weight: bold;
  color: #707070;
}
.content .content-main .material-table td {
  text-align: center;
  font-size: 16px;
  color: #363636;
}
.content .content-main .material-table tr {
  border: 1px solid #ebebeb;
  height: 54px;
}
.content .content-main .evaluation {
  width: 50%;
  float: left;
}
.content .content-main .evaluation:after {
  content: '';
  clear: both;
  display: block;
}
.content .content-main .rate {
  float: left;
  width: 120px;
  text-align: center;
}
.content .content-main .rate strong {
  font-size: 48px;
  font-weight: bold;
  color: #fc6d30;
}
.content .content-main .rate span {
  color: #575757;
  font-size: 18px;
}
.content .content-main .rate strong span {
  font-size: 48px;
  font-weight: bold;
  color: #fc6d30;
}
.content .content-main .percent {
  float: left;
  width: 286px;
  height: 74px;
  padding: 8px 0;
}
.content .content-main .percent span {
  /*color: #9C9A9C;*/
}
.content .content-main .percent dl {
  padding: 2px 0;
  overflow: hidden;
  zoom: 1;
}
.content .content-main .percent dt {
  float: left;
  width: 90px;
  font-size: 14px;
  color: #363636;
}
.content .content-main .percent dd {
  float: left;
  width: 180px;
  height: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #efefef;
}
.content .content-main .percent dd div {
  overflow: hidden;
  height: 14px;
  width: 0;
  background-color: #fc6d21;
  /*background-image: -ms-linear-gradient(top,#ED0000 0,#A50000 100%);
                    background-image: -moz-linear-gradient(top,#ED0000 0,#A50000 100%);
                    background-image: -o-linear-gradient(top,#ED0000 0,#A50000 100%);
                    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ED0000),color-stop(1,#A50000));
                    background-image: -webkit-linear-gradient(top,#ED0000 0,#A50000 100%);
                    background-image: linear-gradient(to bottom,#ED0000 0,#A50000 100%);*/
}
.content .content-main .buyer-says {
  margin: 20px;
}
.content .content-main .buyer-says > li {
  display: inline-block;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
}
.content .content-main .good-evaluation {
  background-color: #e59e9e;
}
.content .content-main .bad-evaluation {
  background-color: lightgreen;
}
.content .content-main .evaluation-table {
  margin: 20px auto;
  width: 100%;
}
.content .content-main .evaluation-table thead tr {
  height: 40px;
}
.content .content-main .evaluation-table thead tr th {
  padding: 18px 0;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
}
.content .content-main .evaluation-table tbody tr {
  border-top: 1px solid #ebebeb;
}
.content .content-main .evaluation-table td {
  text-align: center;
  padding: 32px 0 36px 0;
  color: #686670;
  font-size: 14px;
}
.content .content-main .evaluation-table td:first-child {
  text-align: left;
  padding-left: 24px;
}
.content .content-main .evaluation-table .time {
  font-size: 12px;
  color: #b5b5b6;
}
.content .content-main .evaluation-table .user-phone {
  font-size: 14px;
  color: #8c8c8c;
}
.content .content-main .score {
  width: 80px;
  height: 16px;
  background: url(../../images/star_02.png) repeat-x;
  position: relative;
  margin: 0 auto;
}
.content .content-main .score .inner {
  width: 0px;
  background: url(../../images/star_01.png) repeat-x;
  text-align: right;
  background-color: #fff;
  position: absolute;
  right: 0;
  background-position-x: 0px;
}
.content .content-main .div-scroll {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.content .content-main .div-scroll table {
  text-align: center;
}
@-webkit-keyframes scrollText1 {
  0% {
    -webkit-transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-30px);
  }
  40% {
    -webkit-transform: translateY(-60px);
  }
  60% {
    -webkit-transform: translateY(-90px);
  }
  80% {
    -webkit-transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-150px);
  }
}
@keyframes scrollText1 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-50px);
  }
  40% {
    transform: translateY(-100px);
  }
  60% {
    transform: translateY(-150px);
  }
  80% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(-200px);
  }
}
.content .content-main .table-scroll {
  -webkit-animation: scrollText1 8s infinite cubic-bezier(1, 0, 0.5, 0);
  animation: scrollText1 6s infinite cubic-bezier(1, 0, 0.5, 0);
}
.content .content-main .table-scroll:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.content .content-main .record {
  width: 90%;
  margin: 0 auto;
}
.content .content-main .record tr {
  height: 40px;
}
.content .content-main .record thead {
  background-color: #ededed;
}
.content .content-main .record th {
  font-size: 16px;
  font-weight: bold;
  color: #858484;
}
.content .content-main .record td {
  font-size: 14px;
  color: #363636;
}
.content .content-main .record .price {
  font-size: 14px;
  color: #fa6d30;
  width: 15%;
}
.content .content-main .odd-tr {
  background-color: #f6f8fa;
}
.content .content-main .question-icon {
  background: url(../../images/qa.png);
}
.content .content-main .question-header {
  width: 23px;
  height: 23px;
  float: left;
  margin-right: 18px;
}
.content .content-main .question-header:after,
.content .content-main .question-header:before {
  content: '';
  clear: both;
  display: block;
}
.content .content-main .question-text {
  color: #28c8f6;
  font-size: 18px;
  font-weight: bold;
}
.content .content-main .answer {
  margin: 20px 30px 30px 41px;
  clear: both;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: bold;
}
.content .content-main .answer p {
  line-height: 24px;
}
.content .content-main .descreption {
  margin: 8px 0 16px 0;
  font-size: 14px;
  color: #363636;
}
.content .content-main .selected-show {
  display: block;
  border-top: 1px solid #dddddd;
}
.page {
  margin: 2em;
  text-align: right;
}
.page a {
  text-decoration: none;
  display: inline-block;
  line-height: 30px;
  /*padding: 2px 5px;*/
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  margin: 0 2px;
  width: 30px;
  text-align: center;
}
.page a:hover {
  background: #ffffff;
  color: #00b9f2;
  border: 1px solid #00b9f2;
}
.page .prev,
.page .next {
  width: 68px;
}
.page .on {
  color: #00b9f2;
  border: 1px solid #00b9f2;
}
.page .unclick,
.page .unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}
