
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #444;
}

::-webkit-scrollbar-thumb:hover {
  background: #333;
}

body {
  font-size: 14px;
  color: #333;
}

i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

input::-ms-clear {
  display: none;
}

input {
  color: #333;
}


.buy-btns {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 2;
  color: #666
}

.buy-btns .price {
  display: inline-block;
  min-width: 16em;
  vertical-align: middle;
  font-size: 14px;
}

.buy-btns .price span {
  padding: 0 24px 0 12px;
  font-size: 24px;
  color: #e41f2b;
}

.btn {
  display: inline-block;
  line-height: 29px;
  padding: 0 35px;
  background-color: #fe5633;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.btn-primary {
  background-color: #ffffff;
color: black;
border: 1px solid #fe5633;
}

#look-back {
  color: #3365a8;
}

.detail-buy th {
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

.table-body th {
  height: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.detail-buy td {
  /*padding: 8px 0;*/
  text-align: center;
  color: #666;
}

.detail-buy td input, .detail-buy td button {
  height: 30px;
  line-height: 28px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  color: #666;
  text-align: center;
}

.detail-buy td input {
  width: 76px;
  padding: 0 8px;
}

.detail-buy td button {
  width: 88px;
  cursor: pointer;
}

.detail-buy td button:hover {
  background: #ffeded;
  border-color: #e41f2b;
  color: #e41f2b;
}

.detail-buy .processed{
  display: inline-block;
  height: 22px;
  border: 1px solid #e2e2e2;
  line-height: 20px;
  background: #f8f8f8;
  overflow: hidden;
}
.detail-buy .processed::before {
  display: block;
  float: left;
  content: "已加工";
  padding: 0 9px;
  background: #5ab356;
  font-size: 12px;
  color: #fff;
}
.detail-buy .processed span{
  display: inline-block;
  width: 66px;
  font-size: 12px;
  text-align: center;
  color: #666;
}

.detail-buy .operate {
  width: 62px;
  text-align: center;
  margin: auto;
}

.detail-buy .operate a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -1px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.detail-buy .operate .plus {
  background-image: url(../images/airi/jia.png);
  background-position: center;
}

.detail-buy .operate .subtract {
  background-image: url(../images/airi/jian.png);
  background-position: center;
}

.detail-buy.operate a:hover {
  z-index: 2;
  border-color: #bbb;
}


/*加工*/
.process-senior {
  display: inline-block;
  margin-left: 24px;
  padding-left: 24px;
}

.process {
  position: relative;
  /* display: none; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.process-tab {
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.process-tab .hd {
  float: left;
  width: 80px;
  height: 100%;
  background: #f4f4f4;
}

.process-tab .hd ul {
  width: 100%;
  height: 100%;
}

.process-tab .hd li {
     padding-top: 15px;
     padding-bottom: 15px;
     /* border-bottom: 1px solid #fff; */
     text-align: center;
     cursor: pointer;
     margin-bottom: 1px;
 }

.process-tab .hd li:last-child {
  border-bottom: none;
}

.process-tab .hd li.on {
  background: #fff !important;
  color: #e41f2b;
}

.process-tab .hd li img {
  display: block;
  margin: 0 auto 10px;
}

.process-tab .bd {
  height: 100%;
  overflow: hidden;
}

.process-con {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 9px 20px;
}

.process-con table {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

.process-con td, .process-con th {
  padding: 10px 6px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
}

.process-con th {
  background: #f4f4f4;
}

.process-con td {
  text-align: left;
}

.process-con td i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
}

.process-con select, .process-con h5 span, .process-con h5 input[type="text"] {
  width: 112px;
  height: 30px;
  padding-left: 8px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.process-con h5 {
  margin-top: 12px;
}

.process-con h5 span {
  display: inline-block;
  line-height: 28px;
  display: flex;
}
.process-con h5 img {
  width: 30%;
  height: 80%;
}
.process .btns {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}

.process .btns .btn {
  margin: 0 6px;
  line-height: 23px;
}

.process-pic {
  position: relative;
  float: left;
  width: 451px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #d9d9d9;
}

.process-pic span {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  font-size: 18px;
}

.process-pic .pic-s {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  line-height: 0;
  z-index: 2;
}

.process-pic img {
  display: block;
  width: 450px;
}

.form-process {
  position: relative;
  margin-left: 832px;
  height: 100%;
}

.form-process ul {
  height: 420px;
  padding: 14px 0;
  overflow: hidden;
}

.form-process ul li {
  padding: 7px 14px;
}

/*添加购物车动画*/
#add-pic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -webkit-animation: addcar 1s linear forwards;
  -moz-animation: addcar 1s linear forwards;
  animation: addcar 1s linear forwards;
}

@-webkit-keyframes addcar {
  0% {
      opacity: 0;
      width: 10px;
      height: 10px;
  }
  30% {
      opacity: 1;
      width: 30px;
      height: 30px;
  }
  70% {
      opacity: 1;
      width: 30px;
      height: 30px;
  }
  100% {
      opacity: 0;
      width: 0;
      height: 0;
  }
}


/*plugins适配*/
/*layer*/
.layui-layer {
  border-radius: 4px;
}

.layui-layer-title {
  height: 66px;
  line-height: 66px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
}

.layui-layer-close1 {
  width: 35px !important;
  height: 35px !important;
  margin-top: 3px;
  background: url(../images/chahao.png) no-repeat !important;
}

.layui-layer-content {
  border-radius: 0 0 4px 4px;
}

.btns .layui-layer-close {
  position: static
}

/*swiper*/
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: .3
}

.swiper-pagination-bullet-active {
  opacity: .8
}

.jgdiv {
  border: 1px solid #e2e2e2;
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 12px;
  height: 22px;
  line-height: 15px;
  width: 122px;
  display: none;
  margin: 0px 0px 0px 20px;
}

.jgdiv .machined {
  display: block;
  float: left;
  width: 54px;
  height: 21px;
  background: #5ab356;
  color: #fff;
  line-height: 21px;
}
/* ---------- Message ---------- */
div.xxMessage {
  padding: 10px 30px;
  display: none;
  position: fixed;
  _position: absolute;
  top: 25%;
  _top: expression(( document.documentElement.scrollTop ||
  document.body.scrollTop) +   Math.round ( 25 *   (
  document.documentElement.offsetHeight ||   document.body.clientHeight
  )/100 ) +   "px" );
  left: 50%;
  z-index: 100;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 6px #999999;
  -moz-box-shadow: 1px 1px 6px #999999;
  box-shadow: 1px 1px 6px #999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
  filter: progid:DXImageTransform.Microsoft.Shadow (color=#e5e5e5,
          direction=0, strength=3;
) progid: DXImageTransform . Microsoft . Shadow ( color = #d4d4d4, direction = 90,
strength = 3 ) progid: DXImageTransform . Microsoft . Shadow ( color = #d4d4d4, direction = 180, strength = 3 ) progid: DXImageTransform . Microsoft . Shadow ( color = #e5e5e5, direction = 270,
strength = 3 );
  border: 1px solid #999999;
  background-color: #ffffff;
}

div.xxMessage .messageContent {
  line-height: 24px;
  padding: 0px 10px 0px 30px;
  color: #666666;
}

/* div.xxMessage .messagewarnIcon {
  background: url(../images/common.gif) -60px -330px no-repeat;
}

div.xxMessage .messagesuccessIcon {
  background: url(../images/common.gif) -30px -360px no-repeat;
}

div.xxMessage .messageerrorIcon {
  background: url(../images/common.gif) 0px -390px no-repeat;
} */

div.xxMessage .messageIframe {
  width: 2000px;
  height: 2000px;
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: -1;
}

/*购物车*/
.cart-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.cart-title span {
  display: inline-block;
  line-height: 48px;
  border-bottom: 3px solid #e41f2b;
  font-size: 18px;
  color: #e41f2b;
}

.i-table tr:hover {
  background: #fdfdfd;
}

.i-table th, .i-table td {
  padding: 10px 4px;
}

.i-table th {
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
}

.i-table td {
  border-bottom: 1px solid #e8e8e8;
}

.table-total td {
  padding: 24px 4px!important;
}
.table-total.td1 td {
  padding: 34px 4px!important;
}
.table-total.td2 td {
  padding: 15px 4px!important;
}
.table-total p {
  line-height: 2;
}

.table-total p i {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 8px;
}

.lookDetail .form-process {
  margin-left: 450px;
}

/*订单*/
.order {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.order-title {
  margin-bottom: 6px;
  padding: 10px 0;
  font-size: 16px;
}
.order-title strong {
  padding-right: 20px;
}
.order-title a {
  display: inline-block;
  margin: 0 20px;
  color: #e41f2b;
}

.order form {
  display: none;
  padding: 15px 0;
}
.order  li {
  margin-bottom: 10px;
}
.order  li i {
  display: inline-block;
  width: 5em;
}
.invoice li i {
  width: 8em;
}
.order  input, .order form select {
  line-height: 28px;
  padding-left: 20px;
  padding-right: 10px;
  border: 1px solid #c8c8c8;
}
.order  select {
  height: 30px;
  width: 150px;
  margin-right: 10px;
}
.order  input, .invoice select {
  width: 300px;
}
.order form-btn {
  padding-top: 10px;
  padding-left: 5em;
}
.order > p {
  padding: 6px 0;
}
.order .radios {
  margin-bottom: 12px;
}

label.radio {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
}

label.radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

label.radio input[type="radio"] + span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 14px;
  /* background: url(images/sprite.png) no-repeat -282px -242px; */
}

label.radio input[type="radio"]:checked + span {
  background-position: -282px -254px;
}

/* 配件展示 */
.quite-con {
  width: 100%;
  /* padding: 40px 0; */
}
.main-con {
  position: relative;
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.parts-title {
  position: relative;
  height: 80px;
  border-bottom: 1px solid #e1e1e1;
}
.parts-title > i {
  font-size: 22px;
  line-height: 80px;
}

.parts-title .buy-btns {
  left: inherit;
  bottom: inherit;
  top: 20px;
}

.parts {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}

.parts > a {
  position: relative;
  display: block;
  height: 18px;
  line-height: 18px;
  margin: 12px 0;
  font-size: 16px;
}

.parts > a:hover {
  color: #e41f2b;
}

.parts > a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/addt.png) no-repeat;
}

.parts > a.active:before {
  background: url(../images/romave.png) no-repeat;
}

.parts ul {
  display: none;
  width: 1230px;
  overflow: hidden;
}

.parts li {
  position: relative;
  float: left;
  width: 216px;
  height: 300px;
  margin-right: 30px;
  cursor: pointer;
}

.parts .check {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: url(../images/gou.png) no-repeat;
}

.parts li .pic {
  height: 216px;
  margin-bottom: 12px;
  background: #fff;
}

.parts li p {
  line-height: 24px;
  text-align: center;
  color: #666;
}

.parts li p span {
  color: #e41f2b;
}

.pop-parts {
  display: none;
  height: 100%;
  padding: 30px;
  overflow: hidden;
}

.pop-parts .gallery {
  display: block;
  float: left;
  width: 342px;
  height: 478px; /*	border: 1px solid #e1e1e1;*/
}

.parts-buy {
  position: relative;
  height: 482px;
  margin-left: 372px;
  background: #f6f6f6;
}

.parts-buy .mCSB_container {
  padding: 0 20px;
}

.parts-buy th {
  height: 43px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.parts-buy th {
  border-top: none;
}

.parts-buy td {
  padding: 8px;
}

.parts-buy td input {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.parts-buy .text_l {
  padding-left: 15px;
}

.parts-buy .scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
}

.btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.parts-filter a {
  display: inline-block;
  line-height: 60px;
  padding: 0 12px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.parts-filter a img {
  margin: 0;
}
.processing-big{
  display: none;
  position: absolute;
  z-index: 7;
  top: 10vw;
  left: 3vw;
  width: 95%;
}
.parts-filter a.active {
  background: #fff;
  border-color: #e1e1e1;
}
.picture{
  width: 100%;
    margin-top: 4px;
 } 
 .picture .show-text{
  width: 78%;
  border: 1px solid gray;
  padding: 3vw 0vw;
  text-align: center;
  font-size: 16px;
  float: right;
  background-color: white;
 }
 .show-icon{
     width: 24px;
  height: 24px;
  position: relative;
  left: 67vw;
  top: 3vw;
 }
 .picture  .show-img{
width: 100%;
 }
 .picture  .hide-img{
  width: 40px;
  height: 40px;
  position: relative;
  top: -18px;
  left: 121px;
 }
 .picture  .show-img img{
    width: 100%;
}
.show-picture{
  width: 100%;
  text-align: center;
  padding-top: 45px;
}
.show-picture img{
  width: 90%;
}
.addition{
  width: 100%;
  margin: 6vw 0vw 0vw 0;
  background-color: white;
}
.addition-item{
   padding: 4vw;
}
.addition h1{
  color: #fd5533;
  font-size: 18px;
}
.checkbox{
  display: flex;
    align-items: center;
}
.checkbox .chick{
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid black;
}
.chick-bg{
background-image: url(/mobile/public/img/dui.png);
  background-size: 100% 100%;
}  
.chick img{
  width: 100%;
  height: 100%;
}
.addition .add-to{
  padding: 0px 0px 5px 0px;
}
.add-to:nth-of-type(1){
  padding: 5px 0px 5px 0px;
}
.addition-btn{
display: flex;
justify-content: space-between;
padding-bottom: 30px;
}    
.addition-return{
  width: 26%;
  background-color: #d3302f;
  height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 35px;
}
.addition-delete{
  width: 36%;
  background-color: #fd5533;
  height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 35px;
}
.addition-yes{
   width: 38%;
   background-color: #d3302f;
   height: 35px;
   text-align: center;
   color: white;
   font-size: 14px;
   line-height: 35px;
}
.curtain{
  display: none;
  width: 100%;
  opacity: 0.6;
  background-color: black;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
  right: 0;
}
.process-con{
  background-color: white;
}
.processing-back{
  width: 25px;
  height: 25px;
  position: absolute;
  left: 90vw;
  z-index: 8;
  top: -2vw;
}
.processing-back img{
  width: 100%;
  height: 100%;
}


.btn-primary:hover {
    color: black !important;
    background-color: white;
    border: 1px solid #fe5633;
}
.btn.focus, .btn:focus, .btn:hover {
  color: black !important;
  color:white;
  text-decoration: none;
}
.btn-primary:active:hover{
  color: black;
  background-color: white;
  border: 1px solid #fe5633;
}
input[type="number"]{
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .btn {
    line-height: 29px;
    padding: 0px 29px;
    cursor: pointer;
}
}
@media (min-width:310px) and (max-width:330px){
  .picture .show-text {
    width: 74% !important;
  }
  .picture .show-img {
    width: 24px;
    height: 24px;
    position: relative;
    left: 70vw;
    top: 3vw;
}
  .process-con td i {
    display: block;
    width:0px; 
    height:0px;
}
}
@media (min-width:350px) and (max-width:360px){
  .show-text {
    width: 77% !important;
  }
}
@media (min-width:400px) and (max-width:420px){
  .show-text {
    width: 80% !important;
  }
}
@media (min-width:370px) and (max-width:380px){
  .show-text {
    width: 78% !important;
  }
}
@media (min-width:750px) and (max-width:770px){
  .show-text {
    width: 89% !important;
  }
}
@media (min-width:1020px) and (max-width:1030px){
  .show-text {
    width: 92% !important;
  }
}
