.banner {
  height: 380px;
}
.banner img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
	
  .banner {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
	padding-top: 60px;
	height: 300px;
  }
}
@media screen and (max-width: 540px) {
  .banner {
	  padding-top: 50px;
    height: 220px;
  }
}
@media screen and (max-width: 414px) {
  .banner {
	  padding-top: 50px;
    height: 180px;
  }
}
@media screen and (max-width: 360px) {
  .banner {
    height: 100px;
    height: 160px;
  }
}
.special_offer {
  position: relative;
  top: -90px;
}
.special_offer .item {
  width: 500px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(206, 206, 206, 0.37);
  border-radius: 10px;
}
.special_offer .item .left {
  width: 79px;
  margin-left: 62px;
  margin-top: 30px;
  float: left;
}
.special_offer .item .left .top img {
  height: 62px;
  width: 60px;
  margin: 0px auto;
}
.special_offer .item .left .bottom {
  margin-top: 0px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
}
.special_offer .item .right {
  float: left;
  margin-left: 86px;
  margin-top: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  text-align: left;
}
.special_offer .item .right p{
	margin-top: 15px;
	margin-bottom: 23px;
}
.special_offer .item .right button {
  width: 160px;
  height: 40px;
  background: #2662AA;
  border-radius: 10px;
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
}
.special_offer .item .right button img {
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 12px;
}
.special_offer .item:nth-of-type(1) {
  float: left;
}
.special_offer .item:nth-of-type(2) {
  float: right;
}
@media screen and (max-width: 1024px) {
  .special_offer {
    position: relative;
    top: -50px;
	display: none;
  }
  .special_offer .item {
    width: 400px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(206, 206, 206, 0.37);
    border-radius: 10px;
  }
  .special_offer .item .left {
    width: 65px;
    margin-left: 42px;
  }
  .special_offer .item .left .top img {
    height: 52px;
    width: 50px;
    margin: 0px auto;
  }
  .special_offer .item .left .bottom {
    margin-top: 0px;
    font-size: 16px;
  }
  .special_offer .item .right {
    float: left;
    margin-left: 36px;
  }
  .special_offer .item .right button {
    width: 140px;
    height: 40px;
    background: #2662AA;
    border-radius: 10px;
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
  }
  .special_offer .item .right button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translateY(-2px);
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .special_offer {
    position: relative;
    top: -50px;
  }
  .special_offer .item {
    width: 350px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(206, 206, 206, 0.37);
    border-radius: 10px;
  }
  .special_offer .item .left {
    width: 65px;
    margin-left: 22px;
  }
  .special_offer .item .right {
    margin-left: 26px;
  }
}
@media screen and (max-width: 540px) {
  .special_offer {
    position: relative;
    top: -50px;
  }
  .special_offer .item {
    width: 240px;
    height: auto;
    opacity: hidden;
    text-align: center;
    padding: 30px 40px;
  }
  .special_offer .item .left {
    margin: 0px 40px;
  }
  .special_offer .item .left .top {
    float: none;
  }
  .special_offer .item .right {
    margin: 0px auto;
  }
  .special_offer .item .right span {
    line-height: 38px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    width: 100%;
    display: inline-block;
  }
  .special_offer .item .right button {
    width: 160px;
  }
}
@media screen and (max-width: 414px) {
  .special_offer .item {
    width: 170px;
    height: auto;
    opacity: hidden;
    text-align: center;
    padding: 30px 35px;
  }
  .special_offer .item .left {
    margin: 0px 23px;
    width: 55px;
  }
  .special_offer .item .left .top img {
    height: 32px;
    width: 30px;
    margin: 0px auto;
  }
  .special_offer .item .left .bottom {
    font-size: 12px;
  }
  .special_offer .item .right {
    margin: 0px auto;
  }
  .special_offer .item .right span {
    line-height: 38px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    width: 100%;
    display: inline-block;
  }
  .special_offer .item .right button {
    width: 120px;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .special_offer .item {
    width: 160px;
    padding: 20px 40px;
  }
  .special_offer .item .left {
    margin: 0px 13px;
    width: 55px;
  }
  .special_offer .item .left .top img {
    height: 32px;
    width: 30px;
    margin: 0px auto;
  }
  .special_offer .item .left .bottom {
    font-size: 12px;
  }
  .special_offer .item .right {
    margin: 0px auto;
  }
  .special_offer .item .right span {
    line-height: 38px;
    font-size: 14px;
    font-family: PingFang SC;
  }
  .special_offer .item .right button {
    width: 100px;
    height: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .special_offer .item {
    width: 130px;
    padding: 30px 25px;
  }
  .special_offer .item .left {
    margin: 0px 13px;
    width: 55px;
  }
  .special_offer .item .left .top img {
    height: 32px;
    width: 30px;
    margin: 0px auto;
  }
  .special_offer .item .left .bottom {
    font-size: 12px;
  }
  .special_offer .item .right {
    margin: 0px auto;
  }
  .special_offer .item .right span {
    line-height: 38px;
    font-size: 14px;
    font-family: PingFang SC;
  }
  .special_offer .item .right button {
    width: 100px;
    height: 30px;
    font-size: 13px;
  }
}
.order {
  padding-bottom: 60px;
}
.order .main {
  margin-top: 47px;
  overflow: hidden;
  background: #FAFAFA;
  border-radius: 10px;
  padding: 50px 120px 49px 120px;
}
.order .main .item {
  text-align: left;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 52px;
  overflow: hidden;
}
.order .main .item .left {
  float: left;
}
.order .main .item .right {
  float: right;
}
.order .main .item .select_item {
  display: flex;
  width: 400px;
}
.order .main .item .select_item .s_title {
  margin-right: 4px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.order .main .item .select_item .select {
  position: relative;
  width: 150px;
  display: flex;
}
.order .main .item .select_item .select .trant {
  width: 8px;
  height: 5px;
  position: absolute;
  right: 24px;
  top: 17px;
}
.order .main .item .select_item .select .s_select {
  width: 150px;
  height: 40px;
  background: #F0F0F0;
  border-radius: 4px;
  margin-right: 16px;
  -webkit-appearance: none;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.order .main .item .select_item .big_select {
  width: 300px;
}
.order .main .item .select_item .big_select .s_select {
  width: 300px;
  outline: none;
}
.order .main .make_order {
  width: 400px;
  height: 60px;
  background: #2662AA;
  border-radius: 6px;
  outline: none;
  border: none;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .order{
	  margin-top: 40px;
  }
  .order .main {
    padding: 50px 50px 49px 50px;
  }
  .order .main .make_order {
    width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .order .main {
    padding: 50px 20px 49px 20px;
  }
  .order .main .item .select_item {
    width: 340px;
  }
  .order .main .item .select_item .s_title {
    font-size: 15px;
  }
  .order .main .item .select_item .select {
    width: 130px;
  }
  .order .main .item .select_item .select .s_select {
    width: 130px;
    height: 40px;
  }
  .order .main .item .select_item .big_select {
    width: 260px;
  }
  .order .main .item .select_item .big_select .s_select {
    width: 260px;
  }
  .order .main .make_order {
    width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 540px) {
  .order {
    padding-bottom: 0px;
  }
  .order .main {
    padding: 0px;
    background: none;
    padding: 25px;
    margin-top: 15px;
  }
  .order .main .item {
    margin-bottom: 0px;
  }
  .order .main .item .left {
    float: none;
  }
  .order .main .item .right {
    float: none;
  }
  .order .main .item .select_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .order .main .item .select_item .s_title {
    font-size: 24px;
  }
  .order .main .item .select_item .select {
    width: 165px;
  }
  .order .main .item .select_item .select .s_select {
    width: 165px;
  }
  .order .main .item .select_item .big_select {
    width: 330px;
  }
  .order .main .item .select_item .big_select .s_select {
    width: 330px;
  }
  .order .main .make_order {
    margin-top: 20px;
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 414px) {
  .order .main {
    padding: 15px;
  }
  .order .main .item .select_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .order .main .item .select_item .s_title {
    font-size: 15px;
  }
  .order .main .item .select_item .select {
    width: 134px;
  }
  .order .main .item .select_item .select .s_select {
    width: 134px;
  }
  .order .main .item .select_item .select:nth-of-type(3) .s_select {
    margin-right: 0px;
  }
  .order .main .item .select_item .big_select {
    width: 270px;
  }
  .order .main .item .select_item .big_select .s_select {
    width: 270px;
    margin-right: 0px;
  }
  .order .main .make_order {
    margin-top: 20px;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .order .main {
    padding: 10px;
  }
  .order .main .item .select_item .s_title {
    font-size: 14px;
  }
  .order .main .item .select_item .select {
    width: 125px;
  }
  .order .main .item .select_item .select .s_select {
    margin-top: 5px;
    height: 30px;
    width: 125px;
  }
  .order .main .item .select_item .select:nth-of-type(3) .s_select {
    margin-right: 0px;
  }
  .order .main .item .select_item .big_select {
    width: 250px;
  }
  .order .main .item .select_item .big_select .s_select {
    width: 250px;
    margin-right: 0px;
  }
  .order .main .make_order {
    margin-top: 20px;
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .order .main .item .select_item .select {
    width: 115px;
  }
  .order .main .item .select_item .select .s_select {
    width: 115px;
  }
  .order .main .item .select_item .select:nth-of-type(3) .s_select {
    margin-right: 0px;
  }
  .order .main .item .select_item .big_select {
    width: 230px;
  }
  .order .main .item .select_item .big_select .s_select {
    width: 230px;
    margin-right: 0px;
  }
  .order .main .make_order {
    margin-top: 20px;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .order .main {
    padding: 0px;
  }
  .order .main .item .select_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .order .main .item .select_item .s_title {
    font-size: 14px;
  }
  .order .main .item .select_item .select {
    width: 105px;
  }
  .order .main .item .select_item .select .s_select {
    width: 105px;
    margin-right: 5px;
  }
  .order .main .item .select_item .select:nth-of-type(3) .s_select {
    margin-right: 0px;
  }
  .order .main .item .select_item .big_select {
    width: 210px;
  }
  .order .main .item .select_item .big_select .s_select {
    width: 210px;
    margin-right: 0px;
  }
  .order .main .make_order {
    margin-top: 20px;
    width: 100%;
    height: 40px;
  }
}
