@charset "utf-8";
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.middleCenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.mB15 {
  margin-bottom: 15px;
}
.orange {
  color: #ea5839;
}
/* .navYx {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 15px 0;
  font-family: "microsoft yahei";
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}
.navYx .logo {
  float: left;
}
.navYx .yxlogo {
  float: left;
  position: relative;
  left: -18px;
  line-height: 60px;
}
.navYx .yxlogo .yxtxt {
    display: inline-block;
    line-height: 24px !important;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid #e9e9e9 ;
    padding-left: 15px;
    margin-left: 15px;
}
.navYx .yxlist{
  padding-left: 190px !important;
}
.navYx .yxlist li {
  float: left;
  line-height: 0 !important;
  text-align: center;
  padding: 30px 25px 20px !important;
}
.navYx .logo .logoImg {
  float: left;
  margin-left: -17px;
}
.navYx .logo .txt {
  display: inline-block;
  line-height: 39px;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 700;
  border-left: 1px #e9e9e9 solid;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 19px;
}
.navYx .list {
  float: left;
  padding-left: 55px;
}
.navYx .list li {
  float: left;
  line-height: 80px;
  text-align: center;
  padding: 0 35px;
}
.navYx .list li a {
  color: #000000;
  font-size: 18px;
  display: block;
  padding: 0 10px;
}
.navYx .list li a:hover {
  color: #ff6e52;
}
.navYx .list li.active a {
  color: #ff6e52;
} */

.navYx {
  position: relative;
  z-index: 1;
  background: #fff;
  font-family: "microsoft yahei";
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.navYx .logo {
  float: left;
  position: relative;
  left: -18px;
  margin-top: 10px;
  /* padding-bottom: 10px; */
  line-height: 60px;
}

.navYx .logo .logoImg {
  width: 217px;
  float: left;
}

.navYx .logo .txt {
  display: inline-block;
  line-height: 24px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  border-left: 1px solid #e9e9e9 ;
  padding-left: 15px;
  margin-left: 15px;
}

.navYx .list {
  float: left;
  padding-left: 190px;
}

.navYx .list li {
  float: left;
  text-align: center;
  padding: 30px 25px 20px;
}

.navYx .list li a {
  color: #000000;
  font-size: 16px;
  display: block;
  padding: 0 10px;
  font-family: MicrosoftYaHei;
}

.navYx .list li a:hover {
  color: #ff6e52;
}

.navYx .list li.active a {
  color: #ff6e52;
}





.product-show {
  background: #f7f7f7;
}
.product-show .left {
  width: 65%;
  /* width: 67.25%; */
}
.product-show *,
.product-show *:before,
.product-show *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.product-show img {
  vertical-align: middle;
  max-width: 100%;
}
.product-show .plusReduce {
  display: inline-block;
  vertical-align: middle;
}
.product-show .plusReduce .plus,
.product-show .plusReduce .reduce {
  float: left;
  width: 28px;
  height: 28px;
  background: #fefcf7;
  border: 1px #ebe1d3 solid;
  color: #666666;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.product-show .plusReduce .plus:before,
.product-show .plusReduce .reduce:before,
.product-show .plusReduce .plus:after,
.product-show .plusReduce .reduce:after {
  content: "";
  display: block;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}
.product-show .plusReduce .plus:hover,
.product-show .plusReduce .reduce:hover {
  background: #d5a55d;
  border-color: #d5a55d;
  z-index: 1;
}
.product-show .plusReduce .plus:hover:before,
.product-show .plusReduce .reduce:hover:before,
.product-show .plusReduce .plus:hover:after,
.product-show .plusReduce .reduce:hover:after {
  background: #fff;
}
.product-show .plusReduce .plus:before {
  width: 11px;
  height: 1px;
  display: block;
}
.product-show .plusReduce .reduce {
  margin-left: -1px;
}
.product-show .plusReduce .reduce:before {
  width: 11px;
  height: 1px;
  display: block;
}
.product-show .plusReduce .reduce:after {
  height: 11px;
  width: 1px;
  display: block;
}
.product-show .plusReduce .form-control {
  float: left;
  width: 36px;
  height: 28px;
  line-height: 26px;
  padding: 0 5px;
  margin-left: -1px;
  border-radius: 0;
  z-index: 1;
  position: relative;
  text-align: center;
  border: 1px #ebe1d3 solid;
  background: #fff;
  font-size: 15px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.product-show .plusReduce .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  border-color: #d5a55d;
}
.product-show .big {
  max-height: 468px;
  overflow: hidden;
}
.product-show .big .pic {
  background: #fff;
  position: relative;
  /* max-height: 464px; */
  max-height: 468px;
}
.product-show .big .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-show .small {
  padding-top: 5px;
}
.product-show .small .list {
  margin: 0 -3px 0 -2px;
}
.product-show .small li {
  width: 20%;
  float: left;
  padding: 0 3px 0 2px;
}
.product-show .small .pic {
  max-width: 150px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.product-show .small .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-show .small .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.product-show .small .pic:hover:before {
  -webkit-box-shadow: 0 0 0 2px #d5a55d inset;
  box-shadow: 0 0 0 2px #d5a55d inset;
}
.product-show .small .slick-current .pic:before {
  -webkit-box-shadow: 0 0 0 2px #d5a55d inset;
  box-shadow: 0 0 0 2px #d5a55d inset;
}
.product-show .textR {
  position: static;
  display: inline-block;
  width: 35%;
  /* width: 32.75%; */
  max-width: 420px;
  /* max-width: 393px; */
  padding-left: 20px;
  box-sizing: border-box;
}
.product-show .textR.fixed {
  width: auto;
  position: fixed;
  z-index: 9;
  margin: auto;
  top: 0;
  z-index: 1;
  width: 420px;
  /* max-width: 393px; */
}
.product-show .textR .con {
  background: #fff;
}
.product-show .textR .text {
  min-height: 421px;
}
.product-show .textR .tabsMenu {
  border-bottom: 1px #f2f2f2 solid;
  line-height: 46px;
}
.product-show .textR .tabsMenu:after {
  content: "";
  display: block;
  clear: both;
}
.product-show .textR .tabsMenu a {
  color: #333333;
  display: block;
  float: left;
  min-width: 25%;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
  border-right: 1px #f2f2f2 solid;
}
.product-show .textR .tabsMenu a:last-child {
  border: none;
}
.product-show .textR .tabsMenu a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #d5a55d;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}
.product-show .textR .tabsMenu a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.product-show .textR .tabsMenu a.active {
  border-right: 1px #f2f2f2 solid;
  color: #d5a55d;
}
.product-show .textR .tabsMenu a.active:after {
  width: 100%;
}
.product-show .textR .tabsMenu a.active:before {
  width: 100%;
}
.product-show .textR .tabsMenu a:hover {
  color: #d5a55d;
}
.product-show .textR .tabsSec {
  padding: 20px 0 0 0;
}
.product-show .textR .tabsSec .item {
  display: none;
}
.product-show .textR .tabsSec .div-01 {
  padding: 0 30px;
  min-height: 366px;
}
.product-show .textR .tabsSec .shm {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.product-show .textR .tabsSec .biaozhun {
  padding-bottom: 20px;
}
.product-show .textR .tabsSec .titleBig {
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  padding-right: 15px;
  position: relative;
}
.product-show .textR .tabsSec .titleBig .icon {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
  right: 0;
  top: 8px;
}
.product-show .textR .tabsSec .titleBig .icon:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  left: -8px;
  top: -10px;
}
.product-show .textR .tabsSec .titleBig.down .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-show .textR .tabsSec .p-01 {
  color: #333333;
  font-size: 15px;
  position: relative;
  background: url(../images/icon/right-03.png) no-repeat left 9px;
  padding-left: 30px;
  line-height: 28px;
  padding: 5px 0 5px 25px;
}
.product-show .textR .tabsSec .div-02 {
  background: #f9f2e8;
  padding: 20px 30px;
}
.product-show .textR .tabsSec .div-02 .valuation {
  line-height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.product-show .textR .tabsSec .div-02 .price {
  font-size: 20px;
  color: #c7000b;
  font-weight: 700;
  font-family: arial;
  float: left;
  margin-right: 30px;
}
.product-show .textR .tabsSec .div-02 .num {
  font-size: 15px;
  color: #999999;
  display: inline-block;
  line-height: 28px;
  float: left;
}
.product-show .textR .tabsSec .btn-online {
  clear: both;
  overflow: hidden;
}
.product-show .textR .tabsSec .btn-online .btn-01 {
  display: inline-block;
  min-width: 130px;
  line-height: 43px;
  padding: 0 10px;
  text-align: center;
  background: #c7000b;
  border: 1px #c7000b solid;
  color: #fff;
  font-size: 15px;
  margin-right: 20px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 30px;
}
.product-show .textR .tabsSec .btn-online .btn-01:hover {
  border-color: #ea5839;
  background: #ea5839;
}
.product-show .textR .tabsSec .btn-online .online {
  display: inline-block;
  color: #666;
  line-height: 13px;
  font-size: 13px;
  position: relative;
  vertical-align: middle;
}
.product-show .textR .tabsSec .btn-online .online:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/icon/online-02.png) no-repeat center top;
  margin: auto auto 0 auto;
}
.product-show .textR .tabsSec .btn-online .online:hover {
  color: #d5a55d;
}
.product-show .bd {
  padding-top: 40px;
}
.product-show .bd .tabsMenu {
  border-bottom: 1px #f2f2f2 solid;
  line-height: 50px;
  padding: 0 30px;
}
.product-show .bd .tabsMenu:after {
  content: "";
  display: block;
  clear: both;
}
.product-show .bd .tabsMenu a {
  color: #333333;
  display: block;
  float: left;
  min-width: 90px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  margin-right: 40px;
  position: relative;
}
.product-show .bd .tabsMenu a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #d5a55d;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}
.product-show .bd .tabsMenu a.active {
  color: #d5a55d;
  font-weight: 700;
}
.product-show .bd .tabsMenu a.active:after {
  width: 100%;
}
.product-show .bd .tabsMenu a:hover {
  color: #d5a55d;
}
.product-show .main .con {
  background: #fff;
}
.product-show .main .titleBig {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding: 0 13px;
  line-height: 50px;
}
.product-show .main .titleBig span {
  padding-left: 14px;
  position: relative;
}
.product-show .main .titleBig span:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #d5a55d;
  position: absolute;
  left: 0;
  top: 0;
}
.product-show .main .tabsSec {
  padding: 30px 30px 30px 30px;
}
.product-show .main .tabsSec .item {
  margin-bottom: 20px;
}
.product-show .table-01 {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.product-show .table-01 table {
  width: 100%;
  border: 1px #efefef solid;
  border-bottom: none;
}
.product-show .table-01 td {
  /* border: 1px #efefef solid; */
  border-right:1px #efefef solid;
  border-bottom: 1px #efefef solid;
  padding: 10px 20px;
  line-height: 25px;
  color: #333;
  width: 25%;
}
.product-show .table-01 tr td:nth-last-of-type(1){
  border-right: none;
}
.product-show .table-01 td:first {
  width: 20%;
}
.product-show .table-01 tr:nth-child(2n+1) {
  background: #fafafa;
}
.product-show .table-01 .title {
  text-align: left;
  color: #999999;
  width: 25%;
}
.product-show .table-01 .unitPrice {
  color: #333333;
  font-size: 18px;
  font-family: arial;
}
.product-show .table-01 .version {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.product-show .table-01 .shm {
  color: #999999;
  font-size: 13px;
}
.product-show .table-01 .totalPrice {
  color: #e42222;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.product-show .table-01 .btn {
  margin-bottom: 20px;
}
.product-show .table-01 .btn a {
  display: inline-block;
  background: #c7000b;
  color: #fff;
  padding: 0 10px;
  min-width: 110px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px;
  text-align: center;
}
.product-show .table-01 .btn a:hover {
  background: #ea5839;
}
.product-show .asideRight {
  width: 40%;
  padding-left: 20px;
  float: left;
}
.product-show .asideRight .shop {
  background: #fff;
  padding: 20px;
}
.product-show .asideRight .shop .box {
  display: block;
}
.product-show .asideRight .shop .pic {
  overflow: hidden;
  position: relative;
}
.product-show .asideRight .shop .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-show .asideRight .shop .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-show .asideRight .shop .text {
  padding: 10px 0;
}
.product-show .asideRight .shop .title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-show .asideRight .shop .tags {
  overflow: hidden;
  margin-bottom: 15px;
}
.product-show .asideRight .shop .q {
  display: inline-block;
  color: #409dff;
  font-size: 12px;
  border: 1px #409dff solid;
  border-radius: 2px;
  min-width: 18px;
  line-height: 16px;
  text-align: center;
  background: #ddeeff;
  margin-right: 4px;
  float: left;
}
.product-show .asideRight .shop .chx {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border: 1px #40d192 solid;
  border-radius: 2px;
  min-width: 50px;
  line-height: 16px;
  text-align: center;
  background: #40d192;
  padding: 0 5px;
  position: relative;
  float: left;
}
.product-show .asideRight .shop .chx:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/cheng.png) no-repeat center center;
  vertical-align: top;
  margin-right: 3px;
}
.product-show .asideRight .shop .address {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}
.product-show .asideRight .shop .address .icon {
  vertical-align: top;
}
.product-show .asideRight .shop .btn {
  margin-top: 10px;
}
.product-show .asideRight .shop .btn a,
.product-show .asideRight .shop .btn span {
  display: inline-block;
  background: #c7000b;
  color: #fff;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px;
  text-align: center;
}
.product-show .asideRight .shop .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-show .asideRight .shop .box:hover .title {
  color: #d5a55d;
  text-decoration: underline;
}
.product-show .asideRight .shop .box:hover .btn a,
.product-show .asideRight .shop .box:hover .btn span {
  background: #ea5839;
}
.product-show .asideRight .otherService {
  background: #fff;
  padding: 20px 0;
}
.product-show .asideRight .otherService .titleBig {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px #f4f4f4 solid;
  padding: 0 13px;
  line-height: 50px;
}
.product-show .asideRight .otherService .titleBig span {
  padding-left: 14px;
  position: relative;
}
.product-show .asideRight .otherService .titleBig span:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #d5a55d;
  position: absolute;
  left: 0;
  top: 0;
}
.product-show .asideRight .otherService .list {
  padding: 25px 13px 0 13px;
}
.product-show .asideRight .otherService .list li {
  border-bottom: 1px #e3e3e3 dotted;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.product-show .asideRight .otherService .list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 5px;
}
.product-show .asideRight .otherService .list .box {
  display: block;
}
.product-show .asideRight .otherService .list .pic {
  width: 90px;
  height: 54px;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.product-show .asideRight .otherService .list .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-show .asideRight .otherService .list .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-show .asideRight .otherService .list .title {
  color: #333333;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-show .asideRight .otherService .list .price {
  color: #ff4e4e;
  font-size: 13px;
  line-height: 24px;
}
.product-show .asideRight .otherService .list .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-show .asideRight .otherService .list .box:hover .title {
  color: #d5a55d;
  text-decoration: underline;
}
.product-show .fwbzh {
  background: #fff;
  margin-top: 15px;
  padding: 20px 0;
}
.product-show .fwbzh .list li {
  width: 25%;
  float: left;
  text-align: center;
}
.product-show .fwbzh .list .box {
  display: block;
}
.product-show .fwbzh .list .text {
  padding: 5px 0 0 0;
}
.product-show .fwbzh .list .title {
  color: #4a4a4a;
  font-size: 16px;
}
.product-show .fwbzh .list .info {
  color: #999999;
  font-size: 12px;
}
.product-show .recommendCase .list li {
  padding-bottom: 10px;
}
.product-show .recommendCase .list li:last-child {
  padding-bottom: 0;
}
.product-show .recommendCase .list .box {
  display: block;
  border: 1px #ececec solid;
  overflow: hidden;
  padding: 12px;
}
.product-show .recommendCase .list .pic {
  width: 225px;
  margin-right: 15px;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-show .recommendCase .list .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-show .recommendCase .list .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-show .recommendCase .list .text {
  padding: 10px 0;
}
.product-show .recommendCase .list .title {
  color: #000000;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.product-show .recommendCase .list .info {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-show .recommendCase .list .btn {
  text-align: right;
}
.product-show .recommendCase .list .btn a,
.product-show .recommendCase .list .btn span {
  display: inline-block;
  background: #d1a25b;
  color: #fff;
  padding: 0 10px;
  min-width: 85px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
}
.product-show .recommendCase .list .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-show .recommendCase .list .box:hover .title {
  color: #ea5839;
}
.product-show .recommendCase .list .box:hover .btn a,
.product-show .recommendCase .list .box:hover .btn span {
  background: #ea5839;
}
#confirmOrderPopup {
  color: #666666;
  font-size: 16px;
  padding: 30px 40px 0px 40px;
}
#confirmOrderPopup .errow {
  font-size: 12px;
  color: #ff0000;
}
#confirmOrderPopup .required {
  color: #ff0000;
  font-size: 16px;
  margin-right: 5px;
}
#confirmOrderPopup .form-control {
  width: 100%;
  border: 1px #dcdcdc solid;
  min-width: 130px;
  line-height: 33px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  vertical-align: middle;
}
#confirmOrderPopup .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  border-color: #d5a55d;
}
#confirmOrderPopup input {
  height: 35px;
}
#confirmOrderPopup textarea {
  height: 130px;
}
#confirmOrderPopup .list li {
  padding-bottom: 20px;
}
#confirmOrderPopup .list li:last-child {
  padding-bottom: 0;
}
#confirmOrderPopup .list .div-01 {
  width: 100%;
  padding-left: 15px;
  line-height: 35px;
}
#confirmOrderPopup .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#confirmOrderPopup .list .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
  line-height: 35px;
  text-align: right;
}
#confirmOrderPopup .list .unitPrice {
  color: #ff6e52;
}
#confirmOrderPopup .list .price {
  color: #ff6e52;
  font-size: 24px;
  font-family: arial;
}
#confirmOrderPopup .hd .box {
  display: block;
  border-bottom: 1px #cecece dotted;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
#confirmOrderPopup .hd .pic {
  width: 163px;
  height: 112px;
  margin-right: 32px;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
#confirmOrderPopup .hd .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
#confirmOrderPopup .hd .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#confirmOrderPopup .hd .text {
  padding: 10px 0;
}
#confirmOrderPopup .hd .title {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
#confirmOrderPopup .hd .info {
  color: #666666;
  font-size: 14px;
  line-height: 17px;
  max-height: 68px;
  font-family: MicrosoftYaHei;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
#confirmOrderPopup .hd .btn {
  text-align: right;
}
#confirmOrderPopup .hd .btn a,
#confirmOrderPopup .hd .btn span {
  display: inline-block;
  background: #d1a25b;
  color: #fff;
  padding: 0 10px;
  min-width: 85px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
}
.layui-layer-btn-c .layui-layer-btn0 {
  border-radius: 3px;
  background: #ff6e52 !important;
  border-color: #ff6e52 !important;
  min-width: 140px;
  line-height: 35px;
  height: 35px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 28px;
}
.layui-layer-btn-c .layui-layer-btn0:hover {
  background: #ea5839 !important;
  border-color: #ea5839 !important;
  opacity: 1;
}
.service-show {
  background: #f7f7f7;
}
.service-show *,
.service-show *:before,
.service-show *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.service-show img {
  vertical-align: middle;
  max-width: 100%;
}
.service-show .plusReduce {
  display: inline-block;
  vertical-align: middle;
}
.service-show .plusReduce .plus,
.service-show .plusReduce .reduce {
  float: left;
  width: 28px;
  height: 28px;
  border: 1px #f1f1f1 solid;
  color: #666666;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.service-show .plusReduce .plus:before,
.service-show .plusReduce .reduce:before,
.service-show .plusReduce .plus:after,
.service-show .plusReduce .reduce:after {
  content: "";
  display: block;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}
.service-show .plusReduce .plus:hover,
.service-show .plusReduce .reduce:hover {
  background: #ff6e52;
  border-color: #ff6e52;
  z-index: 1;
}
.service-show .plusReduce .plus:hover:before,
.service-show .plusReduce .reduce:hover:before,
.service-show .plusReduce .plus:hover:after,
.service-show .plusReduce .reduce:hover:after {
  background: #fff;
}
.service-show .plusReduce .plus:before {
  width: 11px;
  height: 1px;
  display: block;
}
.service-show .plusReduce .reduce {
  margin-left: -1px;
}
.service-show .plusReduce .reduce:before {
  width: 11px;
  height: 1px;
  display: block;
}
.service-show .plusReduce .reduce:after {
  height: 11px;
  width: 1px;
  display: block;
}
.service-show .plusReduce .form-control {
  float: left;
  width: 36px;
  height: 28px;
  line-height: 26px;
  padding: 0 5px;
  margin-left: -1px;
  border-radius: 0;
  z-index: 1;
  position: relative;
  text-align: center;
  border: 1px #f1f1f1 solid;
  font-size: 15px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.service-show .plusReduce .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  border-color: #ff6e52;
  z-index: 1;
}
.service-show .picsL {
  width: 60%;
  float: left;
}
.service-show .big {
  max-height: 432px;
  overflow: hidden;
}
.service-show .big .pic {
  background: #ccc;
  position: relative;
}
.service-show .big .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.service-show .small {
  padding-top: 5px;
}
.service-show .small .list {
  margin: 0 -3px 0 -2px;
}
.service-show .small li {
  width: 20%;
  float: left;
  padding: 0 3px 0 2px;
}
.service-show .small .pic {
  max-width: 140px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.service-show .small .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.service-show .small .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.service-show .small .pic:hover:before {
  -webkit-box-shadow: 0 0 0 2px #ff6e52 inset;
  box-shadow: 0 0 0 2px #ff6e52 inset;
}
.service-show .small .slick-current .pic:before {
  -webkit-box-shadow: 0 0 0 2px #ff6e52 inset;
  box-shadow: 0 0 0 2px #ff6e52 inset;
}
.service-show .textR {
  width: 40%;
  float: left;
  padding-left: 20px;
}
.service-show .textR .con {
  background: #fff;
  border-top: 3px #ff6e52 solid;
}
.service-show .textR .text {
  padding: 30px 30px;
  min-height: 421px;
}
.service-show .textR .title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  word-break: break-all;
}
.service-show .textR .info {
  font-size: 15px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 5px;
  word-break: break-all;
}
.service-show .textR .tags {
  font-size: 0;
  margin-bottom: 15px;
}
.service-show .textR .tags span {
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  min-width: 54px;
  padding: 0 5px;
  background: #4ba3ff;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 0 5px 5px 0;
}
.service-show .textR .fwprice {
  background: #fff2f0;
  color: #333333;
  padding: 25px 30px;
  margin-bottom: 25px;
}
.service-show .textR .fwprice .price {
  color: #ff6e52;
  font-size: 24px;
  font-family: arial;
}
.service-show .textR .fwprice .unit {
  color: #ff6e52;
}
.service-show .textR .quantity {
  border-top: 1px #f1f1f1 solid;
  padding: 25px 0 0 0;
  color: #999999;
  font-size: 15px;
  margin-bottom: 30px;
}
.service-show .textR .btns {
  font-size: 0;
  margin-bottom: 2px;
}
.service-show .textR .btns a,
.service-show .textR .btns button {
  display: inline-block;
  min-width: 130px;
  line-height: 43px;
  padding: 0 10px;
  text-align: center;
  border: 1px #ff6e52 solid;
  color: #ff6e52;
  font-size: 15px;
  margin-right: 20px;
  border-radius: 2px;
}
.service-show .textR .btns a:hover,
.service-show .textR .btns button:hover {
  background: #fcf7f4;
}
.service-show .textR .btns .btn-01 {
  background: #ff6e52;
  color: #fff;
}
.service-show .textR .btns .btn-01:hover {
  background: #ea5839;
}
.service-show .textR .zixun {
  border-top: 1px #f7f7f7 solid;
  padding: 20px 30px 20px 30px;
}
.service-show .textR .zixun .online {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}
.service-show .textR .zixun .online:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/online-01.png) no-repeat center top;
  margin: auto auto 5px auto;
}
.service-show .textR .zixun .online:hover {
  color: #ff6e52;
}
.service-show .textR .zixun .hotline {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  border-left: 1px #f4f4f4 solid;
  padding-left: 30px;
  margin-left: 30px;
}
.service-show .textR .zixun .hotline .txt {
  color: #666666;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
}
.service-show .textR .zixun .hotline .txt:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/tel-01.png) no-repeat center top;
  float: left;
  margin-right: 5px;
}
.service-show .textR .zixun .tel {
  color: #333333;
  font-size: 30px;
  font-family: arial;
  line-height: 1;
}
.service-show .main {
  width: 77.5%;
  float: left;
}
.service-show .main .con {
  background: #fff;
}
.service-show .bd {
  padding-top: 40px;
}
.service-show .bd .tabsMenu {
  border-bottom: 1px #f2f2f2 solid;
  line-height: 50px;
  padding: 0 30px;
}
.service-show .bd .tabsMenu:after {
  content: "";
  display: block;
  clear: both;
}
.service-show .bd .tabsMenu a {
  color: #333333;
  display: block;
  float: left;
  min-width: 90px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  margin-right: 40px;
  position: relative;
}
.service-show .bd .tabsMenu a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #ff6e52;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}
.service-show .bd .tabsMenu a.active {
  color: #ff6e52;
  font-weight: 700;
}
.service-show .bd .tabsMenu a.active:after {
  width: 100%;
}
.service-show .bd .tabsMenu a:hover {
  color: #ff6e52;
}
.service-show .bd .tabsSec {
  padding: 30px 30px 30px 30px;
  min-height: 300px;
}
.service-show .bd .tabsSec .item {
  display: none;
}
.service-show .table-01 {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin: 20px 0;
}
.service-show .table-01 table {
  width: 100%;
}
.service-show .table-01 td {
  border: 1px #efefef solid;
  padding: 10px 20px;
  line-height: 25px;
  color: #333;
}
.service-show .table-01 tr:nth-child(2n+1) {
  background: #fafafa;
}
.service-show .table-01 .title {
  text-align: left;
  color: #999999;
}
.service-show .table-01 .unitPrice {
  color: #333333;
  font-size: 18px;
  font-family: arial;
}
.service-show .table-01 .version {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.service-show .table-01 .shm {
  color: #999999;
  font-size: 13px;
}
.service-show .table-01 .totalPrice {
  color: #e42222;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.service-show .table-01 .btn {
  margin-bottom: 20px;
}
.service-show .table-01 .btn a {
  display: inline-block;
  background: #c7000b;
  color: #fff;
  padding: 0 10px;
  min-width: 110px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px;
  text-align: center;
}
.service-show .table-01 .btn a:hover {
  background: #ea5839;
}
.service-show .asideRight {
  width: 22.5%;
  padding-left: 20px;
  float: left;
}
.service-show .asideRight .shop {
  background: #fff;
  /* padding: 20px; */
  padding: 12px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.service-show .asideRight .shop .box {
  display: block;
}
.service-show .asideRight .shop .pic {
  overflow: hidden;
  position: relative;
}
.service-show .asideRight .shop .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.service-show .asideRight .shop .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-show .asideRight .shop .text {
  padding: 10px 0;
}
.service-show .asideRight .shop .title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-show .asideRight .shop .tags {
  overflow: hidden;
  margin-bottom: 15px;
}
.service-show .asideRight .shop .q {
  display: inline-block;
  color: #409dff;
  font-size: 12px;
  border: 1px #409dff solid;
  border-radius: 2px;
  min-width: 18px;
  line-height: 16px;
  text-align: center;
  background: #ddeeff;
  margin-right: 4px;
  float: left;
}
.service-show .asideRight .shop .chx {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border: 1px #40d192 solid;
  border-radius: 2px;
  min-width: 50px;
  line-height: 16px;
  text-align: center;
  background: #40d192;
  padding: 0 5px;
  position: relative;
  float: left;
}
.service-show .asideRight .shop .chx:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/cheng.png) no-repeat center center;
  vertical-align: top;
  margin-right: 3px;
}
.service-show .asideRight .shop .address {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}
.service-show .asideRight .shop .address .icon {
  vertical-align: top;
}
.service-show .asideRight .shop .btn {
  margin-top: 10px;
}
.service-show .asideRight .shop .btn a,
.service-show .asideRight .shop .btn span {
  display: inline-block;
  background: #c7000b;
  color: #fff;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px;
  text-align: center;
}
.service-show .asideRight .shop .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-show .asideRight .shop .box:hover .title {
  color: #ff6e52;
  text-decoration: underline;
}
.service-show .asideRight .shop .box:hover .btn a,
.service-show .asideRight .shop .box:hover .btn span {
  background: #ea5839;
}
.service-show .asideRight .otherService {
  background: #fff;
  padding: 20px 0;
}
.service-show .asideRight .otherService .titleBig {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px #f4f4f4 solid;
  padding: 0 13px;
  line-height: 50px;
}
.service-show .asideRight .otherService .titleBig span {
  padding-left: 14px;
  position: relative;
}
.service-show .asideRight .otherService .titleBig span:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #ff6e52;
  position: absolute;
  left: 0;
  top: 0;
}
.service-show .asideRight .otherService .list {
  padding: 25px 13px 0 13px;
}
.service-show .asideRight .otherService .list li {
  border-bottom: 1px #e3e3e3 dotted;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.service-show .asideRight .otherService .list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 5px;
}
.service-show .asideRight .otherService .list .box {
  display: block;
  overflow: hidden;
}
.service-show .asideRight .otherService .list .pic {
  width: 90px;
  height: 54px;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.service-show .asideRight .otherService .list .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.service-show .asideRight .otherService .list .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-show .asideRight .otherService .list .title {
  color: #333333;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-show .asideRight .otherService .list .text {
  /* width: 110px; */
  width: 118px;
  float: left;
}
.service-show .asideRight .otherService .list .price {
  color: #ff4e4e;
  font-size: 13px;
  line-height: 24px;
}
.service-show .asideRight .otherService .list .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-show .asideRight .otherService .list .box:hover .title {
  color: #ff6e52;
  text-decoration: underline;
}
#buyPopup {
  color: #666666;
  font-size: 16px;
  padding: 30px 40px 10px 40px;
}
#buyPopup .errow {
  font-size: 12px;
  color: #ff0000;
}
#buyPopup .required {
  color: #ff0000;
  font-size: 16px;
  margin-right: 5px;
}
#buyPopup .form-control {
  width: 100%;
  border: 1px #dcdcdc solid;
  min-width: 130px;
  line-height: 33px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  vertical-align: middle;
}
#buyPopup .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 110, 82, 0.6);
  border-color: #ff6e52;
}
#buyPopup input {
  height: 35px;
}
#buyPopup textarea {
  height: 130px;
}
#buyPopup .list li {
  padding-bottom: 20px;
}
#buyPopup .list li:last-child {
  padding-bottom: 0;
}
#buyPopup .list .div-01 {
  width: 100%;
  padding-left: 15px;
  line-height: 35px;
}
#buyPopup .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#buyPopup .list .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  line-height: 35px;
  text-align: right;
}
#buyPopup .list .unitPrice {
  color: #ff6e52;
  margin-left: 10px;
}
#buyPopup .list .price {
  color: #ff6e52;
  font-size: 24px;
  font-family: arial;
}
.task-show *,
.task-show *:before,
.task-show *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.task-show img {
  vertical-align: middle;
  max-width: 100%;
}
.task-show .con {
  background: #fff;
  margin-bottom: 20px;
}
.task-show .hd {
  border-bottom: 1px #f3f3f3 solid;
  padding: 30px 30px;
  position: relative;
}
.task-show .hd .title-tag {
  overflow: hidden;
  line-height: 30px;
  padding-right: 300px;
}
.task-show .hd .title {
  color: #333333;
  font-size: 24px;
}
.task-show .hd .tag {
  display: inline-block;
  background: #fff4f2;
  border: 1px #ff6e52 solid;
  color: #ff6e52;
  font-size: 12px;
  padding: 0 5px;
  min-width: 40px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -4px;
}
.task-show .hd .info {
  color: #999999;
  font-size: 14px;
}
.task-show .hd .other {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #666666;
  border: 1px #ebeaea solid;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
}
.task-show .hd .other .collect {
  position: relative;
}
.task-show .hd .other .collect:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/collect-01.png) no-repeat;
  vertical-align: middle;
}
.task-show .hd .other .collect.active {
  color: #ff6e52;
}
.task-show .hd .other .collect.active:before {
  background: url(../images/icon/collect-02.png) no-repeat;
}
.task-show .hd .other .collect:hover {
  color: #ff6e52;
}
.task-show .hd .other .bianhao {
  position: relative;
}
.task-show .hd .other .bianhao:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/bianhao.png) no-repeat;
  vertical-align: middle;
}
.task-show .hd .other .line {
  width: 1px;
  border-left: 1px #ebeaea solid;
  height: 20px;
  margin: auto 12px;
}
.task-show .bd {
  padding: 20px 35px;
}
.task-show .bd .list li {
  clear: both;
}
.task-show .bd .list .li-03 {
  width: 33%;
  float: left;
  clear: none;
}
.task-show .bd .title {
  font-size: 16px;
  color: #999999;
  line-height: 48px;
  min-width: 70px;
  padding-right: 30px;
  float: left;
  text-align: left;
  min-height: 48px;
}
.task-show .bd .text {
  color: #333;
  line-height: 26px;
  font-size: 16px;
  padding: 11px 0;
  word-break: break-all;
  padding-left: 94px;
}
.task-show .bd .btn {
  color: #fff;
  font-size: 16px;
  min-width: 160px;
  line-height: 45px;
  background: #ff6e52;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  border-radius: 2px;
}
.task-show .bd .btn:hover {
  background: #ea5839;
}
.task-show .cyfwsh .titleBig {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  padding: 10px 0;
}
.task-show .cyfwsh .titleBig .num {
  color: #ff6e52;
}
.task-show .cyfwsh .nr {
  background: #fff;
  padding: 30px 30px;
}
.task-show .cyfwsh .list li {
  clear: both;
  padding-bottom: 15px;
}
.task-show .cyfwsh .list li:last-child {
  padding-bottom: 0;
}
.task-show .cyfwsh .list .box {
  display: block;
  border: 1px #f0f0f0 solid;
  padding: 20px 230px 20px 20px;
  overflow: hidden;
  position: relative;
}
.task-show .cyfwsh .list .btn {
  display: inline-block;
  min-width: 150px;
  background: #ff6e52;
  color: #fff;
  padding: 0 10px;
  line-height: 42px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  top: 59px;
  right: 30px;
}
.task-show .cyfwsh .list .btn:hover {
  background: #ea5839;
}
.task-show .cyfwsh .list .pic {
  border: 1px #e4e4e4 solid;
  width: 118px;
  display: block;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.task-show .cyfwsh .list .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.task-show .cyfwsh .list .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.task-show .cyfwsh .list .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.task-show .cyfwsh .list .text {
  padding: 12px 0 10px 0;
  max-width: 700px;
  float: left;
}
.task-show .cyfwsh .list .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-right: 0px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 100%;
}
.task-show .cyfwsh .list .title:hover {
  color: #ff6e52;
}
.task-show .cyfwsh .list .tag {
  display: inline-block;
  background: #e4f1fd;
  border: 1px #148fff solid;
  color: #148fff;
  font-size: 12px;
  padding: 0 5px;
  min-width: 40px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 30px;
}
.task-show .cyfwsh .list .fwgzhsh {
  display: inline-block;
  margin-right: 30px;
}
.task-show .cyfwsh .list .chje {
  display: inline-block;
  margin-right: 30px;
}
.task-show .cyfwsh .list .span-01 {
  color: #999999;
  float: left;
  margin-right: 5px;
}
.task-show .cyfwsh .list .info {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin: 19px 0 18px 0;
  height: 40px;
  overflow: hidden;
}
.task-show .cyfwsh .list .info a {
  color: #148fff;
}
.task-show .cyfwsh .list .info a:hover {
  text-decoration: underline;
}
.task-show .cyfwsh .list .yw {
  line-height: 28px;
  overflow: hidden;
  margin-top: 25px;
}
.task-show .cyfwsh .list .tags {
  overflow: hidden;
  font-size: 0;
  float: left;
}
.task-show .cyfwsh .list .tags span {
  display: inline-block;
  background: #f1f0f0;
  color: #666666;
  font-size: 13px;
  padding: 0 5px;
  min-width: 80px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
.task-show .cyfwsh .list .box:hover {
  border-color: #ff6e52;
}
.btn-03 {
  color: #ffffff !important;
  border: 0px !important;
  background-color: #aaaaaa;
}
.btn-03:hover {
  background-color: #aaaaaa !important;
  cursor: default;
}
.weike {
  margin-top: 20px;
  background-image: url(../../images/img/weike_bg.png);
  background-repeat: no-repeat;
  height: 82px;
}
.weike > div {
  margin-left: 194px;
  padding-top: 11px;
}
.weike > div div i {
  font-size: 14px;
  line-height: 26px;
  color: #fee49f;
  display: inline-block;
  padding-right: 12px;
}
.weike > div span {
  font-family: SourceHanSansCN-Bold;
  font-size: 22px;
  line-height: 16px;
  color: #ffffff;
  display: block;
}
.weike > div i {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.72;
}
.weike a {
  width: 156px;
  height: 34px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(241, 88, 65, 0.75);
  box-shadow: 0px 5px 8px 0px rgba(241, 88, 65, 0.75);
  border-radius: 2px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #ff5f46;
  display: inline-block;
  margin: 30px 9px;
}
.weike a:hover {
  color: #ff5f46;
}
.product-show .slick-track {
  float: left;
}
.btn_04 {
  display: inline-block;
  min-width: 130px;
  line-height: 43px;
  padding: 0 10px;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 15px;
  margin-right: 20px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 30px;
  cursor: default;
  border: 1px solid #ccc;
}
.btn_04:hover {
  color: #ffffff;
}
.service-show .main .con .tabs .info {
  /* padding: 20px; */
}
.product-show .asideBottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 9;
  margin: auto;
  z-index: 1;
  width: 420px;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold !important;
}
.product-show > div > .title {
  width: 65%;
  word-break: break-all;
}
.product-show .title .name {
  font-size: 30px;
  line-height: 36px;
  padding-top: 8px;
}
.product-show .title .subhead {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-bottom: 15px;
}
.task-show .sjxx {
  margin-bottom: 10px;
  background-color: #ffffff;
}
.task-show .sjxx .sjbox {
  display: block;
  border: solid 1px #ff6e52;
  padding: 14px 230px 25px 20px;
  overflow: hidden;
  position: relative;
}
.task-show .sjxx .sjbox .name {
  margin-bottom: 18px;
  color: #999999;
}
.task-show .sjxx .sjbox .name i {
  color: #ff6e52;
}
.task-show .sjxx .sjbox .btn1 {
  display: inline-block;
  min-width: 150px;
  background: #ff6e52;
  color: #fff;
  padding: 0 10px;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  top: 66px;
  right: 86px;
  font-size: 16px;
}
.task-show .sjxx .sjbox .btn2 {
  display: inline-block;
  min-width: 150px;
  background-color: #ffffff;
  border: solid 1px #ff6e52;
  color: #ff6e52;
  padding: 0 10px;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  top: 112px;
  right: 86px;
  font-size: 16px;
}
.task-show .sjxx .sjbox .pic {
  border: 1px #e4e4e4 solid;
  width: 120px;
  height: 120px;
  display: block;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.task-show .sjxx .sjbox .pic i {
  position: absolute;
  display: block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}
.task-show .sjxx .sjbox .text {
  padding: 3px 0 10px 0;
  max-width: 700px;
  float: left;
}
.task-show .sjxx .sjbox .text .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-right: 0px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 100%;
}
.task-show .sjxx .sjbox .text .tag {
  display: inline-block;
  background: #e4f1fd;
  border: 1px #148fff solid;
  color: #148fff;
  font-size: 12px;
  padding: 0 5px;
  min-width: 45px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 30px;
}
.task-show .sjxx .sjbox .text .chje {
  display: inline-block;
  margin-right: 30px;
}
.task-show .sjxx .sjbox .text .yw {
  line-height: 28px;
  overflow: hidden;
  margin-top: 9px;
}
.task-show .sjxx .sjbox .text .yw .span-01 {
  color: #999999;
  float: left;
  margin-right: 5px;
}
.task-show .sjxx .sjbox .text .yw .tags {
  overflow: hidden;
  font-size: 0;
  float: left;
}
.task-show .sjxx .sjbox .text .yw .tags span {
  display: inline-block;
  background: #f1f0f0;
  color: #666666;
  font-size: 13px;
  padding: 0 5px;
  min-width: 80px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
.task-show .sjxx .sjbox .text .info {
  margin-top: 12px;
  color: #333333;
}
.task-show .sjxx .sjbox .text .info i {
  color: #999999;
  margin-right: 5px;
}

/* ç‰ˆæœ¬å¯¹æ¯” */
.product-show .table-01 tr td:nth-of-type(1){
    width:25% !important;
}
.product-show .table-01 td{
  display: block;
  float: left;
}
.product-show .table-01 tr:nth-of-type(1) td:nth-of-type(1){
  height: 71px;
  text-align: left !important;
}
.product-show .table-01 tr:nth-of-type(1) td{
  text-align: center;
}
.product-show .table-01 tr:nth-last-of-type(1) td{
  padding: 10px 10px;
  box-sizing: border-box;
}
.product-show .table-01 tr:nth-last-of-type(1) td:nth-of-type(1){
  padding: 10px 20px;
}


.shengming{
  background: #E5F3FF;
  border-radius: 10px;
  /* width: 930px; */
  padding: 24px 40px 40px 40px;
  font-size: 14px;
  font-weight: normal;
  color: #302C2C;
  line-height: 30px;
}