body {
  background-color: #F6F6F6;
}

.proBread {}

.proBreadBox {
  padding: .8rem 0 .6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proBreadL {
  display: flex;
}

.proBreadL a {
  width: 1.6rem;
  height: 0.48rem;
  background: rgba(238, 238, 238, 0);
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #00ADE8;
  margin-right: .5rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.proBreadL a:hover,
.proBreadL a.active {
  background: linear-gradient(140deg, #0085CC 0%, #1DA3EB 100%);
  color: #FFFFFF;
}

.proBreadR {
  width: 3.5rem;
  height: 0.48rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #00ADE8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proBreadR input {
  padding-left: .25rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.proBreadR input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ABABAB;
}

.proBreadR button {
  width: 0.62rem;
  height: 0.4rem;
  background: linear-gradient(140deg, #0085CC 0%, #1DA3EB 100%);
  border-radius: 0rem 0.24rem 0.24rem 0rem;
  margin-right: .04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.selectItem {
  padding: .24rem 0;
  border-top: 0.01rem dotted #DCDCDC;
  display: flex;
}

.selectTit {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  margin-right: .25rem;
  flex-shrink: 0;
}

.selectR {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.opactionItem {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #6B6B6B;
  margin-right: .3rem;
}

.opactionItem input {
  margin-right: .05rem;
  opacity: .65;
}

.otherSelect {
  padding-top: .35rem;
  padding-bottom: .6rem;
}

.otherSelect .selectTit {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.34rem;
}

.checkItem {
  width: fit-content;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #00ADE8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .08rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  margin-right: .2rem
}

.checkItem img {
    position: relative;
  width: .1rem;
  height: .1rem;
  margin-left: .05rem;
  cursor: pointer;
}

.checkItem img::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content:"";
    width: .1rem;
  height: .1rem;
    background: url('../png/del.png') no-repeat;
    background-size: .1rem .1rem;
}

.allDel {
  font-weight: 400;
  font-size: 0.14rem;
  color: #00ADE8;
  flex-shrink: 0;
  cursor: pointer;
  line-height: 0.34rem;
}

.porBox {
  display: flex;
  flex-wrap: wrap;
}

.proItem {
  width: 3.35rem;
  margin-right: .2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: .3rem;
}

.proItem:nth-child(4n) {
  margin-right: 0;
}

.proImg {
  width: 100%;
  height: 3rem;
  background: #FFFFFF;
  overflow: hidden;
  margin-bottom: .25rem;
}

.proImg img{
    object-fit: contain !important;
}

.proTit {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  /*min-height: .6rem;*/
  transition: all .3s;
}

.proItem:hover .proTit {
  color: #00ADE8;
}

.proTop {
  width: 14rem;
  height: 6.4rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(93, 93, 93, 0.14);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-bottom: .4rem !important;
  display: flex;
  padding: .5rem;
  box-sizing: border-box;
}

.proTopL {
  width: 6rem;
}

.pro2 {
  width: 100%;
  height: 4.2rem;
}

.pro1Box {
  position: relative;
  margin-top: .25rem;
}

.pro1 {
  width: 5.6rem;
  height: .81rem;
}

.pro1 .swiper-slide,
.pro2 .swiper-slide {
    position: relative;
  border: 0.01rem solid #707070;
  box-sizing: border-box;
}

.pro2 .swiper-slide{
    overflow: hidden;
}

.pro2 .swiper-slide img{
    transition: all 0.3s;
}

.pro2 .swiper-slide:hover img{
    /*transform: scale(1.1);*/
}

.swiper-button-next,
.swiper-button-prev {
    display: block;
    z-index: 1;
  width: .1rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  font-size: .14rem !important;
  color: #666666;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.proTopR {
  margin-left: .6rem;
  position: relative;
}

.proTopRTit {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.34rem;
  margin-top: .45rem;
  padding-bottom: .22rem;
  border-bottom: 0.01rem solid #E6E6E6;
  position: relative;
  margin-bottom: .4rem;
}

.proTopRTit::after {
  content: '';
  width: 1rem;
  height: 0.02rem;
  background: #00ADE8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.proTopRTit2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #00ADE8;
  margin-bottom: .2rem;
}

.proTopRTxt {
  font-size: 0.16rem;
  color: #535353;
  line-height: 0.3rem;
}

.proTopR a {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.proTopR a img {
  width: .3rem;
  height: .3rem;
  margin-right: .14rem;
}

.proTopR a p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.online {
  background: linear-gradient(140deg, #0085CC 0%, #1DA3EB 100%);
  left: 0;
}

.pay {
  background: #FF6004;
  left: 2rem;
}

.proBottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}

.details {
    position: relative;
  width: 9.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(93, 93, 93, 0.14);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  /*padding: .5rem;*/
  box-sizing: border-box;
}

.recommend {
  width: 4.3rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(93, 93, 93, 0.14);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: .5rem .4rem;
  box-sizing: border-box;
}

.proTab {
    width: 8.5rem;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 9;
  border-bottom: 0.01rem solid #E6E6E6;
  margin-bottom: .3rem;
  padding-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.proTabItem {
  width: 1.24rem;
  height: 0.4rem;
  background: #ECECEC;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-right: .15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.proTabItem.active {
  background: #00ADE8;
  color: #FFFFFF;
}

.detailsItem {
  display: none;
  font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #333333;
line-height: 30px;
}

.detailsItem:first-child {
  display: block;
}

/*.detailsItem p{*/
    
/*}*/

.detailsItem img {
  width: revert-layer;
}

.recommendTit {
  border-bottom: 0.01rem solid #E6E6E6;
  margin-bottom: .2rem;
}

.recommendTit p {
  width: 1.24rem;
  height: 0.4rem;
  background: #00ADE8;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.recommendItem {
  display: flex;
  flex-direction: column;
  margin-bottom: .28rem;
}

.recommendItem:last-child {
  margin-bottom: 0;
}

.recommendImg {
  width: 100%;
  height: 2.6rem;
  background: rgb(0, 0, 0, .1);
  overflow: hidden;
}

.recommendItemTit {
  height: 0.6rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  border: 0.01rem solid #E9E9E9;
  box-sizing: border-box;
  transition: all .3s;
  line-height: 0.6rem;
  text-align: center;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

.recommendItem:hover .recommendItemTit {
  color: #00ADE8;
}

.searchHead {
  display: flex;
  justify-content: space-between;
  padding: .25rem 0;
  border-bottom: 0.01rem solid #DCDCDC;
  margin-bottom: .6rem !important;
}

.searchL {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}

.searchL span {
  color: #E71F1C;
}

.searchR {
  display: flex;
  align-items: center;
}

.searchR a {
  width: 1.6rem;
  height: 0.48rem;
  background: rgba(238, 238, 238, 0);
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #00ADE8;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .4rem;
  transition: all .3s;
}

.searchR a.active,
.searchR a:hover {
  background: linear-gradient(140deg, #0085CC 0%, #1DA3EB 100%);
  color: #FFFFFF;
}

.detailsBox{
    padding: 0 0.5rem 0.5rem;
    box-sizing: border-box;
    margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
    .proItem{margin-right: .1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: .3rem;
  width: 47%;
  margin-left: .1rem;}
  
  .proTit{
      text-align: center;
  font-size: 0.24rem;
  }
  .allDel {
  font-size: 0.24rem;padding-right: .1rem;
}
  .otherSelect .selectTit {
  font-size: 0.24rem;
  padding-left: .1rem;
}
  .proBreadL {
  width: 95%;
  margin: 0 auto;
}
  .proBreadR{
  width: 95%;
  margin: 0 auto;
}.proBreadBox{ display:block;}
  .proBreadL a {
  width: 31%;
  float: left;
  margin-bottom: .3rem; margin-right: .1rem; font-size: 0.24rem;
}
  .proBreadL{ display:block;  overflow:hidden;}
  .proBreadR button{font-size: 0.24rem;}
  .selectTit{font-size: 0.24rem;padding-left: .15rem;}
  
  .opactionItem{ font-size:0.24rem;}

.proTop{
    width: 100%;
  display: block;
  height: auto;padding-bottom: 1.3rem;
}
#magnifier{ width:100% !important;}
.small-box{ width:100%; height:100%;}
.thumbnail-box {
  position: relative;
  width: 100% !important;
}.thumbnail-box .list {

  margin: 0 auto;
  width: 80% !important;
}
.proTopR{
    margin-left: 0;
}
.proTopR a{
    bottom: -40px;
}
.proTopRTxt {
  font-size: 0.24rem;
  line-height: 0.5rem;
}
.proTopR a p{
    font-size: 0.24rem;
}
.proBottom{ display:block;}
.details{ width:100%; float: left;}
.recommend{ width:100%; float: left;}
.detailsBox{ padding-top:.3rem;}
.proTabItem{ font-size:0.24rem;}
.recommendTit p{ font-size:0.24rem;}
.recommendItemTit{ font-size:0.24rem;}
}
















