.container .main .main-1 {
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
}
.container .main .main-1 .main-left {
  width: 300px;
}
.container .main .main-1 .main-left .filter-type {
  border: 1px solid #f3f3f3;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding-bottom: 10px;
}
.container .main .main-1 .main-left .filter-type .checkbox-style{
  padding: 20px 0 0 20px;
    
}
.container .main .main-1 .main-left .filter-type .checkbox-style:last-child{
    padding-bottom: 20px;
}
.container .main .main-1 .main-left .filter-type .checkbox-style a{
  display: inline-block;
  width: 100%;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  font-size: 18px;
  color: #666666;
}
.container .main .main-1 .main-left .filter-type p label{
  cursor: pointer;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .main .main-1 .main-left .filter-type input {
  border: 4px solid red;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin:0;
}
.container .main .main-1 .main-left .filter-type h3 {
  background: #f3f3f3;
  padding: 17px 23px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.container .main .main-1 .main-left .filter-type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 18px;
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  border: 1px solid transparent;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
.container .main .main-1 .main-left div button img {
  margin: 0 10px;
}
.container .main .main-1 .main-left .left-top {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 24px;
  background: #f3f3f3;
  line-height: 54px;
  border: 1px solid #f3f3f3;
  color: #535353;
}
.container .main .main-1 .main-left .left-top>p{
    font-size: 20px;
    font-weight: 400;
    color: #535353;
}

.container .main .main-1 .main-left .filter-list{
    padding: 10px;
    
}
.container .main .main-1 .main-left .filter-list .filter{
    position: relative;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 2px 10px 2px 10px;
    background: #1688f1;
    color: #ffffff;
}
.container .main .main-1 .main-left .filter-list .filter text{
    position: absolute;
    background: #1688f1;
    border: 1px solid #fff;
    border-radius: 51%;
    top: -12px;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
}

.container .main .main-1 .main-left .filter-list .filter text a{
    color: #ffffff;
    font-size: 15px;
}

.container .main .main-1 .main-left .left-top .clear-filter {
    font-size: 16px;
    cursor: pointer;
    color: #0a61af;
}
.container .main .main-1 .main-rigth {
  width: 950px;
}
.container .main .main-1 .main-rigth .top {
  margin-bottom: 20px;
}
.container .main .main-1 .main-rigth .top h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0a61af;
  margin-bottom: 16px;
}
.container .main .main-1 .main-rigth .top p {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  line-height: 28px;
}
.container .main .main-1 .main-rigth .rigth {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 24px;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
}
.container .main .main-1 .main-rigth .rigth h3 a {
  font-size: 20px;
  font-weight: bold;
  color: #0a61af;
  margin-bottom: 11px;
}
.container .main .main-1 .main-rigth .rigth .left-details {
  display: flex;
  justify-content: space-between;
}
.container .main .main-1 .main-rigth .rigth .left-details .details1{
    width: 50%;
}
.container .main .main-1 .main-rigth .rigth .left-details .details2{
    width: 50%;
}
.container .main .main-1 .main-rigth .rigth .details1 :nth-child(1) {
  margin-bottom: 10px;
}
.container .main .main-1 .main-rigth .rigth .details1 p {
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 5px;
}
.container .main .main-1 .main-rigth .rigth .details1 p span {
  color: #1a7cd1;
  font-size: 16px;
  margin-left: 20px;
}
.container .main .main-1 .main-rigth .rigth .details2 .total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-1 {
  line-height: 34px;
  width: 45%;;
 
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-1 .btn-number {
  display: inline-block;
  width: 20px;
  background: #f5f5f5;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-2 {
  /*margin-left: 24px;*/
  line-height: 34px;
  width: 55%;
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-2 .specifications{
    position: relative;
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-2 .specifications::after{
    content: '';
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-2 img {
  margin-left: 10px;
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-2 .price1 {
  font-size: 14px;
  font-weight: 400;
  color: #e50012;
  margin-right: 10px;
}
.container .main .main-1 .main-rigth .rigth .details2 .total .total-2 .price2 {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  text-decoration: line-through;
}
.container .main .main-1 .main-rigth .rigth .details2 .warehouse {
  /*display: flex;*/
  /*background-color: transparent;*/
}
.container .main .main-1 .main-rigth .rigth .details2 .item-btn{
    width: 65%;
    border: 1px solid #666;
    border-radius: 6px;
}
.container .main .main-1 .main-rigth .rigth .details2 .warehouse a {
  display: inline-block;
  width: 49%;
  text-align: center;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  /*border: 1px solid #666;*/
  background-color: transparent;
  cursor: pointer;
  transition: all .2s;
}

.container .main .main-1 .main-rigth .rigth .details2 .warehouse .widthMax{
    width: 100%;
}

.container .main .main-1 .main-rigth .rigth .details2 .warehouse a i{
    font-size: 17px;
}

.container .main .main-1 .main-rigth .rigth .details2 .warehouse a:hover {
    color: #0a61af;
    border-color: #0a61af;
}
.container .main .main-1 .main-rigth .rigth .details2 .warehouse button img {
  margin-right: 6px;
}
/*.container .main .main-1 .main-rigth .rigth .details2 .warehouse a:nth-child(1) {*/
/*  border-top-left-radius: 6px;*/
/*  border-bottom-left-radius: 6px;*/
/*}*/
.container .main .main-1 .main-rigth .rigth .details2 .warehouse a:nth-child(2) { 
  border-left: 1px solid #666;
}
.container .main .main-1 .main-rigth .rigth .details2 .warehouse .warehouse-color {
  color: #0a61af;
  border: 1px solid #0a61af;
}
.container .main .main-1 .main-rigth .bottom {
  display: flex;
  margin-bottom: 40px;
}
.container .main .main-1 .main-rigth .bottom p {
  width: 44px;
  margin: 0 6px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #7b7b7b;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
.container .main .main-1 .main-rigth .bottom .color {
  color: white;
  background: #0a61af;
  border-radius: 2px;
}
.container .main .main-1 .main-rigth .latest h3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}
.container .main .main-1 .main-rigth .latest ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.container .main .main-1 .main-rigth .latest ul li {
  width: 23%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container .main .main-1 .main-rigth .latest ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    position: relative;
}

.container .main .main-1 .main-rigth .latest ul li>a:hover {
    color: #fff;
    border-color: #0a61af;
    background: #0a61af;
    transition: all 0.3s;
}
.container .main .main-1 .main-rigth .latest ul li>a .code{
    position: absolute;
    bottom: 10px;
    font-size: 15px;
    color: #7B7B7B;
}

.container .main .main-1 .main-rigth .latest ul li>a:hover .code{
    color: #FFFFFF;
    transition: all 0.3s;
}

.container .paging ul{
  justify-content: start;  
}

/*下拉*/
.spec-select{
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
@media screen and (max-width: 769px){
    .container .main .main-1 .main-left .left-top>p{
        line-height: inherit;
    }
    .container .main .main-1 .main-left .filter-type h3{
        padding: 0 0 0 20px;
    }
    .container .main .main-1 .main-rigth .rigth .left-details{
        width: 100%;
    }
    .container .main .main-1 .main-rigth .rigth .left-details .details1{
        width: 100%;
    }
    .container .main .main-1 .main-rigth .rigth .left-details .details2{
        width: 100%;
    }
    .container .main .main-1 .main-rigth .rigth .details2 .item-btn{
        width: 100%;
    }
}