.lContent {
  width: 936px; }

.rContent {
  width: 244px;
  text-align: left; }

.recommended-content {
  padding-top: 20px 0; }

.recommended-title {
  padding: 0 19px; }

.recommended-title h2 {
  padding-top: 20px; }

.recommended-box {
  background-color: #fff;
  padding: 1px 19px; }

.recommended-content li {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: 0 19px; }

.recommended-content p {
  border-radius: 8px;
  overflow: hidden; }

.recommended-content img {
  width: 100%;
  height: 156px;
  transition: all 0.4s; }

.recommended-content img:hover {
  transform: scale(1.2); }

.recommended-content h4 {
  padding: 12px 0;
  height: 14px;
  line-height: 14px; }

.recommend-product {
  padding: 0 19px 38px;
  margin-top: 20px;
  background-color: #fff; }

.recommend-product-title {
  padding: 40px 0;
  text-align: center; }

.actionBox .feedbackBox .submit_feedback:hover {
  text-decoration: underline;
  cursor: pointer; }

.rContent {
  padding-bottom: 20px; }

.recommend-product-content li {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: 0 19px; }
  .recommend-product-content li:hover .recommend-product-box {
    border-radius: 8px;
    border-color: 1px solid #eaeaea;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }

.recommend-product-title strong {
  position: relative; }
  .recommend-product-title strong::after, .recommend-product-title strong::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 1px;
    top: 50%; }
  .recommend-product-title strong::after {
    left: -135px;
    background: url(../png/recoment-title-ltbg.png) no-repeat center center; }
  .recommend-product-title strong::before {
    right: -135px;
    background: url(../png/recoment-title-gtbg.png) no-repeat center center; }

.recommend-product-goodsimg {
  display: block;
  position: relative;
  height: 154px;
  text-align: center;
  background-color: #F6F6F8;
  overflow: hidden;
  border-radius: 8px 8px 0 0; }
  .recommend-product-goodsimg img {
    width: auto;
    max-height: 109px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -30px; }
  .recommend-product-goodsimg::after {
    content: "";
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle; }
  .recommend-product-goodsimg h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 12px; }

.recommend-product-arglist {
  border-radius: 0 0 8px 8px;
  border: 1px solid #EAEAEA;
  border-top: 0;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px; }
  .recommend-product-arglist-item {
    padding: 2px 0;
    clear: both; }
  .recommend-product-arglist-lt {
    color: #999; }

.recommend-product-more {
  text-align: center;
  padding-top: 40px; }
  .recommend-product-more .btn {
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #8e1eb4;
    border-radius: 4px;
    color: #8e1eb4;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .recommend-product-more .btn:hover {
      background: #8e1eb4;
      color: #fff; }

.product-nav {
  position: relative;
  text-align: left;
  padding: 20px 20px 0; }
  .product-nav .form-select {
    width: 240px; }
  .product-nav .form-select-subbox {
    display: none; }
  .product-nav-item {
    margin-right: 30px; }
  .product-nav-listbox {
    overflow: hidden;
    height: 46px;
    margin-left: 46px;
    margin-right: 20px; }
  .product-nav ul {
    text-align: left;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }

.product_content {
  text-align: center;
  padding-top: 20px; }
  .product_content .lContent {
    box-sizing: border-box;
    padding: 15px 20px 30px;
    background-color: #fff; }
  .product_content-box ul {
    padding: 10px 0 15px 3px; }
  .product_content-box li {
    width: 192px;
    height: 205px;
    float: left;
    margin: 28px 15px 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }
    .product_content-box li .img {
      display: inline-block;
      width: 145px;
      height: 128px;
      line-height: 128px;
      padding: 19px 19px 10px; }
      .product_content-box li .img img {
        max-width: 100%;
        max-height: 100%; }
    .product_content-box li h5 {
      padding: 0 15px;
      max-height: 34px; }

.product_detail-wrap {
  background-color: #fff;
  padding-bottom: 47px; }

.product_detail-box dl {
  border: 1px solid #ebebeb; }

.product_detail-box dt {
  float: left;
  text-align: center;
  width: 360px;
  height: 298px;
  line-height: 298px;
  background-color: #F6F6F8; }
  .product_detail-box dt img {
    max-width: 96%;
    max-height: 96%; }

.product_detail-box dd {
  overflow: hidden;
  padding-left: 50px;
  line-height: 1.6; }
  .product_detail-box dd h4 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 16px;
    height: 52px; }
  .product_detail-box dd .lt {
    display: inline-block;
    width: 210px; }
  .product_detail-box dd .gt {
    display: inline-block; }

.product_detail-box .btn {
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border: 1px solid #8e1eb4;
  background-color: #8e1eb4;
  border-radius: 4px;
  color: #fff; }
  .product_detail-box .btn-box {
    padding-top: 18px;
    font-weight: bold; }
  .product_detail-box .btn:hover {
    text-decoration: underline; }

.product_detail .contentText {
  padding: 20px;
  margin: 20px 40px 0;
  line-height: 1.9;
  border: 1px solid #EBEBEB; }
  .product_detail .contentText h2 {
    font-weight: bold;
    padding-bottom: 31px;
    position: relative; }
    .product_detail .contentText h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 25px;
      height: 2px;
      width: 40px;
      background-color: #333; }
  .product_detail .contentText-text {
    color: #666; }
  .product_detail .contentText img {
    max-width: 100%; }

.no-data {
  background-color: #fff;
  text-align: center;
  color: #666;
  height: 580px;
  margin-top: 20px; }
  .no-data::after {
    content: "";
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle; }
  .no-data dl {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .no-data dd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px; }

.tags-item {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff; }
  .tags-item:hover {
    color: #333; }

.contentText-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
