.hr {
  width: 100%;
  border-top: 1px solid #ededed;
}

.mainbase {
  width: 1200px;
  margin: 0 auto;
}

.mainbase .crumbs {
  color: #666;
  font-size: 14px;
  margin: 12px 0;
}

.toTop {
  position: fixed;
  right: 2%;
  bottom: 5%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #666;
  text-align: center;
  cursor: pointer;
}

.toTop:hover {
  border-color: #ff5722;
  color: #ff5722;
}

.arrow {
  margin: 0 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  width: 7px;
  height: 7px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  vertical-align: 2px;
}

.arrow.toright {
  transform: rotate(45deg);
}

.arrow.todown {
  transform: rotate(135deg);
}

.arrow.toup {
  transform: rotate(-45deg);
}

.categorys .dd {
  display: none;
}

.categorys .dd.active {
  display: block;
}

.goodswrap {
  display: table;
  margin-bottom: 20px;
}

.goodswrap .right {
  display: table-cell;
  width: 390px;
  padding-left: 9px;
  border-left: 1px solid #f4f4f4;
  overflow: hidden;
  vertical-align: top;
}

.goodswrap .right .commodity_c_x {
  width: 390px;
}

.goodswrap .right .commodity_c_x.fix {
  position: fixed;
  top: 16px;
  background: #fff;
  z-index: 1;
  transition: all 0.3s linear;
}

.goodswrap .right .commodity_c_x h1 {
  font-size: 20px;
}

.goodswrap .right .commodity_c_x .commodity_c_ftitle {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}

.goodswrap .right .commodity_c_x .commodity_base {
  padding-bottom: 6px;
  margin: 8px 0;
}

.goodswrap .right .commodity_c_x .commodity_base > .commodity_base_l {
  padding: 12px 0;
  margin-right: 26px;
  font-size: 14px;
  color: #000;
}

.goodswrap .right .commodity_c_x .commodity_base > .commodity_base_p {
  padding: 12px 0;
  font-size: 22px;
  color: #f0201c;
  font-weight: bold;
}

.goodswrap .right .commodity_c_x .commodity_base > .commodity_org {
  margin-top: 16px;
}

.goodswrap .right .commodity_c_x .commodity_base > .commodity_org .commodity_base_l {
  margin-right: 26px;
  font-size: 14px;
  color: #000;
}

.goodswrap .right .commodity_c_x .commodity_base > .commodity_org .commodity_base_p {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.goodswrap .right .commodity_c_x .seriestype {
  margin-top: 16px;
}

.goodswrap .right .commodity_c_x .seriestype .type-server, .goodswrap .right .commodity_c_x .seriestype .type-period, .goodswrap .right .commodity_c_x .seriestype .type-area {
  margin-bottom: 16px;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .subtype, .goodswrap .right .commodity_c_x .seriestype .type-period .subtype, .goodswrap .right .commodity_c_x .seriestype .type-area .subtype {
  padding-top: 6px;
  cursor: pointer;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .subtype .title, .goodswrap .right .commodity_c_x .seriestype .type-server .subtype .txt, .goodswrap .right .commodity_c_x .seriestype .type-period .subtype .title, .goodswrap .right .commodity_c_x .seriestype .type-period .subtype .txt, .goodswrap .right .commodity_c_x .seriestype .type-area .subtype .title, .goodswrap .right .commodity_c_x .seriestype .type-area .subtype .txt {
  font-size: 14px;
  color: #000;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .subtype .title, .goodswrap .right .commodity_c_x .seriestype .type-period .subtype .title, .goodswrap .right .commodity_c_x .seriestype .type-area .subtype .title {
  display: inline-block;
  width: 64px;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists.hide, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists.hide, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists.hide {
  display: none;
  transition: all 0.4s linear;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists > .txt, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists > .txt, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists > .txt {
  display: inline-block;
  margin-top: 8px;
  margin-right: 6px;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  color: #666;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists > .txt:hover, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists > .txt:hover, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists > .txt:hover {
  color: #ff5722;
  cursor: default;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: 4px;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .place, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .place, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .place {
  text-align: left;
  margin: 6px 0;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .place .cityname, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .place .cityname, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .place .cityname {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .place span, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .place span, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .place span {
  margin-top: 4px;
  font-size: 14px;
  padding: 0 8px;
  color: #333;
  cursor: pointer;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .place span.cur span, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .place span.cur span, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .place span.cur span {
  padding: 0;
  padding-bottom: 2px;
  color: #ff5722;
  border-bottom: 2px solid #ff5722;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .place span:hover, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .place span:hover, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .place span:hover {
  color: #ff5722;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .lists, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .lists, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .lists {
  margin-top: 10px;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .lists > div, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .lists > div, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .lists > div {
  margin: 0 auto;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .lists span, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .lists span, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .lists span {
  display: inline-block;
  width: 36px;
  height: 18px;
  margin-left: 11px;
  margin-bottom: 6px;
  font-size: 12px;
  overflow: hidden;
  cursor: default;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .areali .area .lists span:hover, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .areali .area .lists span:hover, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .areali .area .lists span:hover {
  color: #ff5722;
}

.goodswrap .right .commodity_c_x .seriestype .type-server .typelists .checked, .goodswrap .right .commodity_c_x .seriestype .type-period .typelists .checked, .goodswrap .right .commodity_c_x .seriestype .type-area .typelists .checked {
  border-color: #ff5722;
  color: #ff5722;
}

.goodswrap .right .commodity_c_x .seriestype .type-period .subtype.active .arrow, .goodswrap .right .commodity_c_x .seriestype .type-period .subtype.active .txt, .goodswrap .right .commodity_c_x .seriestype .type-area .subtype.active .arrow, .goodswrap .right .commodity_c_x .seriestype .type-area .subtype.active .txt {
  border-color: #ff5722;
  color: #ff5722;
}

.goodswrap .right .commodity_c_x .howmany {
  margin: 8px 0;
  padding-bottom: 6px;
}

.goodswrap .right .commodity_c_x .howmany .commodity_base_l {
  font-size: 14px;
  margin-right: 26px;
  color: #000;
}

.goodswrap .right .commodity_c_x .howmany .countsipt {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  display: inline-block;
  width: 84px;
  height: 28px;
  line-height: 40px;
  text-align: center;
}

.goodswrap .right .commodity_c_x .howmany .countsipt:focus {
  outline: none;
  border: 1px solid #ff5722;
  transition: all 0.3s linear;
}

.goodswrap .right .commodity_c_x .commodity_b {
  font-size: 12px;
}

.goodswrap .right .commodity_c_x .commodity_b .commodity_base_l {
  margin-right: 26px;
  font-size: 14px;
  color: #000;
}

.goodswrap .right .commodity_c_x .commodity_b .cuxiao {
  color: #f21b1b;
  padding: 4px 12px;
}

.goodswrap .right .commodity_c_x .commodity_pur {
  text-align: left;
  margin: 22px 0;
}

.goodswrap .right .commodity_c_x .commodity_pur button {
  width: 120px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 12px;
  cursor: pointer;
}

.goodswrap .right .commodity_c_x .commodity_pur .com_shopping {
  background: #ff5722;
  border: 1px solid #ff5722;
}

.goodswrap .right .commodity_c_x .commodity_pur .com_shopping:hover {
  background: #f55722;
  border: 1px solid #f55722;
  transition: all 0.3s linear;
}

.goodswrap .right .commodity_c_x .commodity_pur .com_buying {
  background: #fff;
  border: 1px solid #ff9827;
  color: #ff9827;
}

.goodswrap .right .commodity_c_x .commodity_pur .com_buying:hover {
  border: 1px solid #ff5722;
  color: #ff5722;
  transition: all 0.3s linear;
}

.goodswrap .right .commodity_c_x .commodity_pur button.com_shopping {
  color: #fff;
}

.goodswrap .right .anothers {
  margin-top: 12px;
  border-top: 1px solid #efefef;
}

.goodswrap .right .anothers .title {
  margin: 12px 0;
  font-size: 18px;
  color: #000;
}

.goodswrap .right .anothers ul.aroundserver > li {
  margin-bottom: 12px;
  font-size: 14px;
  display: inline-block;
  background: url("../images/liimg.png") no-repeat left center;
  text-indent: 16px;
  margin-right: 16px;
}

.goodswrap .right .anothers ul.aroundserver > li a {
  line-height: 1.0;
  vertical-align: 1px;
  color: #888;
}

.goodswrap .right .anothers ul.aroundserver > li a:hover {
  color: #4a95fb;
}

.goodswrap .right .anothers ul.ztrefer li {
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
  opacity: 0.8;
  border-radius: 4px;
}

.goodswrap .right .anothers ul.ztrefer li > img {
  width: 100%;
}

.goodswrap .right .anothers ul.ztrefer li:hover {
  opacity: 0.96;
  transition: all 0.3s linear;
}

.goodswrap .right .anothers ul.zxhots li {
  position: relative;
  padding-left: 12px;
  border: 1px solid #efefef;
  border-radius: 4px;
  margin-bottom: 12px;
}

.goodswrap .right .anothers ul.zxhots li div {
  margin: 6px 0;
}

.goodswrap .right .anothers ul.zxhots li .ptitle {
  font-size: 14px;
  color: #999;
}

.goodswrap .right .anothers ul.zxhots li .pdesc {
  font-size: 12px;
  color: #ccc;
}

.goodswrap .right .anothers ul.zxhots li .price {
  font-size: 14px;
  color: #f94240;
}

.goodswrap .right .anothers ul.zxhots li .imgs {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: -1;
}

.goodswrap .right .anothers ul.zxhots li .imgs img {
  width: 64px;
  height: 64px;
}

.goodswrap .right .anothers ul.zxhots li:hover {
  border-color: #fdc0a1;
  transition: all 0.3s linear;
}

.goodswrap .left {
  display: table-cell;
  width: 790px;
  padding-right: 10px;
}

.goodswrap .left img {
  width: 100%;
}

.goodswrap .left .details_main {
  font-size: 14px;
  color: #666;
}

.goodswrap .left .details_main .details_title {
  padding: 0;
}

.goodswrap .left .details_main .matter_main {
  padding-bottom: 20px;
}

.goodswrap .left .details_main .matter_main .matter {
  padding: 20px;
  font-size: 14px;
}

.goodswrap .left .details_main .morewrap .title {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px 0;
}

.goodswrap .left .details_main .morewrap .title span {
  font-size: 20px;
  color: #333;
}

.goodswrap .left .details_main .morewrap .title a {
  color: #666;
}

.goodswrap .left .details_main .morewrap .title a:hover {
  color: #369;
}

.goodswrap .left .details_main .morewrap .comments li {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

.goodswrap .left .details_main .morewrap .comments li span {
  display: inline-block;
  vertical-align: top;
}

.goodswrap .left .details_main .morewrap .comments li span.usermsg {
  width: 160px;
}

.goodswrap .left .details_main .morewrap .comments li span.usermsg .headimg {
  width: 64px;
  height: 64px;
  margin: 4px auto;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

.goodswrap .left .details_main .morewrap .comments li span.usermsg .usernic {
  height: 18px;
  padding: 0 8px;
  text-align: center;
  overflow: hidden;
}

.goodswrap .left .details_main .morewrap .comments li span.contxt {
  width: 624px;
}

.goodswrap .left .details_main .morewrap .comments li span.contxt .txtmsg {
  height: 49px;
  padding: 12px 0 12px 0;
  color: #000;
  font-size: 14px;
}

.goodswrap .left .details_main .morewrap .comments li span.contxt .others {
  position: relative;
}

.goodswrap .left .details_main .morewrap .comments li span.contxt .others .ordertit {
  color: #aaa;
}

.goodswrap .left .details_main .morewrap .comments li span.contxt .others .comtime {
  position: absolute;
  right: 0;
  color: #aaa;
}

.goodswrap .left .details_main .morewrap .samekind li {
  display: inline-block;
  cursor: pointer;
}

.goodswrap .left .details_main .morewrap .samekind li .kindmsg {
  display: block;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 20px 16px;
}

.goodswrap .left .details_main .morewrap .samekind li .kindmsg span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  color: #aaa;
}

.goodswrap .left .details_main .morewrap .samekind li .kindmsg span .hs {
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
}

.goodswrap .left .details_main .morewrap .samekind li .kindmsg:hover {
  border-color: #369;
  transition: all 0.3s linear;
}

.goodswrap .left .recommendwrap {
  background: #fff;
  min-height: 420px;
}

.goodswrap .left .recommendwrap .recommend_head {
  padding-left: 20px;
  line-height: 50px;
}

.goodswrap .left .recommendwrap .recommend_head span {
  font-size: 20px;
  border-left: 5px solid #ff5722;
  padding-left: 8px;
  font-weight: bold;
}

.goodswrap .servicesDetails .perServices {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  margin: 0 auto;
  margin-top: 10px;
}

.goodswrap .servicesDetails .perServices .ICPservices {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.goodswrap .servicesDetails .perServices .ICPservices_k {
  padding: 8px;
}

.goodswrap .servicesDetails .perServices .ICPservices_k .ICPBtn {
  font-size: 16px;
  background: #1BBC9B;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
}

.goodswrap .servicesDetails .perServices .ICPservices_k .ICPBtn:hover {
  background: #6AD3BF;
}

.goodswrap .servicesDetails .fileSer {
  margin: 0 auto;
}

.goodswrap .servicesDetails .fileSer .filrSerTitle {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.goodswrap .servicesDetails .fileSer .fileSerMain li {
  margin-bottom: 17px;
}

.goodswrap .servicesDetails .fileSer .fileSerMain li a {
  display: inline-block;
  width: 340px;
  height: 36px;
  margin: 8px 12px;
  line-height: 36px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  background: #7ce0cc;
  color: #fff;
}

.goodswrap .servicesDetails .fileSer .fileSerMain li a:hover {
  background: #6AD3BF;
}
