
/* head_down */
.head_down{
  width: 100%;
  display: flex;
  align-items: center;
  background: #F7F8FC;
  padding: 17px 0;
}
.head_down a:first-child{
  font-weight: 400;
  font-size: 14px;
  color: #828CA0;
  margin-right: 5px;
}
.head_down span{
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
}
/* center */
.center{
  background: #fff;
  padding: 0 !important;
  margin-right: 60px;

}
.center > .left{
  width: 72.5%;
  box-sizing: border-box;
  padding: 50px 60px;
  float: left;

}

.hr{
  background: #E7E7EB;
  width: 100%;
  height: 1px;
  display: flex;
}



.center > .left > h1{
  font-weight: bold;
  line-height: 1.5;
  font-size: 36px;
  font-family: "OpenSans-Bold";
}

.center > .left > span{
  font-weight: 600;
  font-size: 14px;
  display: flex;
  margin: 30px 0;

  align-items: center;
  font-family: "OpenSans-SemiBold";
}
.center > .left > span img{
  margin-right: 10px;
}
.center > .left > div{
  padding: 15px 0;
}

.center > .left > div p,
.center > .left > div span,
.center > .left > div{
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.5;
  margin: 10px 0;
}
.center > .left > div  h3{
  font-weight: 600;
  font-size: 22px;
  font-family: "OpenSans-SemiBold";
  margin: 15px 0;
}
.center > .left > div div{
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  margin: 0;
  padding: 0;
}
.center > .left > div:nth-child(4) img{
  width: 100% !important;
  max-width: 600px;
  display: block;
  height: fit-content !important;
  margin: 10px auto;
}
.center > .left > .comments > span{
  font-weight: bold;
  font-family: "OpenSans-Bold";
  margin-bottom: 30px;
  font-size: 26px;
  display: block;
}
.center > .left > .comments > div{
  display: flex;
  align-items: center;
  
}

.center > .left > .comments > div img{
  margin-right: 50px;
}








/* form */
.title1 p:first-child{
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
  color: #1F2129;
  font-family: "OpenSans-Bold";
  text-align: left;
}
.title1 p:last-child{
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #828CA0;
}
.index_form button{
  margin: 0;
}
.index_form{
  margin-bottom: 30px;
  /* margin-top: 60px; */
}
/* .index_form > ul li:first-child div{
  width: 31.5%;
} */



.center > .right{
  width: 27.5%;
  box-sizing: border-box;
  float: left;
  padding: 50px 60px 50px 0;
}

.center > .right ul{
  border-radius: 8px;
  margin-bottom: 50px;
  border: 1px solid #E7E7EB;
}

.center > .right ul > p{
  font-weight: 600;
  font-size: 20px;
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 30px;
  width: 100%;
  font-family: "OpenSans-SemiBold";
}
.center > .right ul > p::after{
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
height: 30px;
background: #FF6B08;
  top: calc(50% - 15px);

}
.center > .right ul > li{
  border-bottom: 1px solid #E7E7EB;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  /* flex-wrap: wrap; */
  padding: 35px;
}
.center > .right ul > li:last-child{
  border-bottom: none;
}
.center > .right ul > li > span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.center > .right ul > li > div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.center > .right ul > li > div span{
  font-weight: 500;
font-size: 16px;
color: #828CA0;
}
.center > .right ul > li > div a{
  font-weight: 600;
  font-family: "OpenSans-SemiBold";
  display: flex;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
}
.center > .right ul > li:nth-child(4){
  flex-wrap: wrap;
}
.center > .right ul > li > a{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.center > .right ul   a:hover,
.center > .right ul  a:hover h2{
  color: #0258FF;
}
.center > .right ul > li > a:first-child{
  margin-top: 0;
}
.center > .right ul:first-child > li > a > div{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 20px;
  overflow: hidden;
}
.center > .right ul > li > a > div img{
width: 40px;
}
.center > .right ul:nth-child(2){
  padding-bottom: 20px;
}
.center > .right ul:nth-child(2) > li{
  margin: 0 40px;
  padding: 20px 0;
}
.center > .right ul:nth-child(2) > li > a span{
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 10px;

  }
  .center > .right ul:nth-child(2) > li > a span img{
height: 80px;
  
    }
    .center > .right ul:nth-child(2) > li > a div{
      width: 60%;
    }
    .center > .right ul:nth-child(2) > li > a div h2{
      font-weight: 600;
      font-size: 16px;
      font-family: "OpenSans-SemiBold";
      overflow:hidden;
      line-height: 1.25;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
    }
    .center > .right ul:nth-child(2) > li > a div p{
      display: flex;
      align-items: center;
      font-weight: 400;
      margin-top: 10px;
font-size: 14px;

    }
    .center > .right ul:nth-child(2) > li > a div p img{
      margin-right: 8px;
      width: 14px;
    }
    .car_img img:last-child{
      width: 100%;
    }


    .product a > div:last-child div:nth-child(2) p{
      display: block;
    }
.footer{width: 100%;box-sizing: border-box;}

.center > .left a{
  font-weight: 600;
  color: #0258FF;
}

@media screen and (max-width:1400px){
  .center > .right{
    display: none;
  }
  .center > .left{
    width: 100%;
  }



}













  /* m */
  @media screen and (max-width:767px){
    header{
      border-bottom: 1px solid #F7F8FC;
    }
header > span{
  display: none;
}
header > div:last-child{
  opacity: 1;
}
.container .center{
  width: 100% ;
  margin: 0;
  padding: 0 10px !important;
  box-sizing: border-box;
}
.center > .left{
  width: 100%;
  padding: 0;
  
}
footer{
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
}
.footer{
  width: calc(100% + 20px);
}
.index_form button{
  margin: 30px auto;
}
.index_form > ul li:first-child div{
  width: 100%;
}

.center > .left > .comments > div img{
  display: none;
}
.center > .left > div{
  padding:10px 0;
}
.hr{
  display: none !important;
}
.index_form{
  margin-top: 30px;
  background: #F7F8FC;
  padding: 30px 10px 5px;
  box-sizing: border-box;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.center > .left > .comments > div{
  box-shadow: 0px 7px 35px 0px rgba(130,140,160,0.18);
  border-radius: 10px;
  margin-top: 20px;
  padding: 0 10px;
  border-bottom: 2px solid #0258FF;
}
.center > .left > div p{
  font-size: 13px;
  margin: 10px 0;
}

.center > .left > .comments > span{
  font-size: 18px;
}

.center > .left > div h3{
  font-size: 20px;
}
.center > .left > h1{
  font-size: 22px;
  margin-top: 25px;
  line-height: 1.25;
}
.center > .left > span{
  font-size: 12px;
  margin: 20px 0 5px;
}
.center > .left > div p img{
  margin: 5px 0;
}

.sidebar_left_div{
  height: auto !important;
}











  }



























