html {
  background-color: #faf7e7;
}
.main {
  display: flex;
  align-items: flex-start;
}
.main_left {
    margin-top: 32px;
  width: 830px;
}
.left_cen {
  margin-top: 32px;
}
.cen_tit {
  margin-bottom: 25px;
  text-align: center;
}
.xl_png {
  width: 139px;
  height: 28px;
  vertical-align: sub;
}
.xl_word {
  color: #c3c3c3;
  font-size: 30px;
  margin: 0 16px;
}
.xl_one {
  width: 100%;
  /*height: 280px;*/
  border-radius: 4px;
  background-color: #f6ecdd;
  padding: 19px 21px;
  display: flex;
  /*align-items: center;*/
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0px 2px 18px 0px transparent;
}

.xl_one:hover {
  box-shadow: 0px 2px 18px 0px rgba(135, 126, 76, 0.33);
}
.xl_one:hover .mess_tit {
  color: #ff5f30;
}

.list_jiu {
    min-width: 205px;
    width: 205px;
  height: 190px;
  margin-right: 23px;
}
.list_mess {
  height: 100%;
}
.mess_tit {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.price {
  margin-bottom: 21px;
}
.price .pr1 {
  color: #333;
  font-size: 18px;
  margin-right: 9px;
}
.price .pr2 {
  color: #d80f19;
  font-size: 28px;
  font-weight: 800;
  vertical-align: sub;
}
.price .pr3 {
  color: #848484;
  font-size: 18px;
  margin-right: 43px;
}
.type {
  font-size: 16px;
}
.type .type1 {
  color: #333;
}
.type .type2 {
  color: #646464;
  margin-right: 53px;
}
.list_desc {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
}
.one_btn {
  margin-top: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.click_detail {
    margin-top:20px ;
}
.one_btn span {
  color: #646464;
  font-size: 16px;
}
.show_detail {
  background: linear-gradient(270deg, #ff4f2f 0%, #ff8001 100%);
  width: 110px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.show_detail .rig {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  color: #ff522b;
}
.show_more {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 48px;
  width: 185px;
  height: 47px;
  border-radius: 24px;
  background-color: #ffdc00;
  font-size: 18px;
  color: #ff5729;
  text-align: center;
  line-height: 47px;
}
.show_more .more {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.new_rec{
   text-align: center;
   background-color: #f6ecdd;
   margin-top:31px ;
}
.new_rec .new_rec_one{
    margin-bottom:0 ;
}
.new_rec .new_rec_one .list_mess{
    text-align: start;
}
.new_rec .new_rec_one .one_btn{
    justify-content: flex-end;
}
.new_rec  .new_line{
    width: 100%;
    height: 1px;
    background-color: #E4DBCE;
}
.more_brand {
  text-align: center;
}
.lunbo_box {
  margin-top: 25px;
  width: 100%;
  height: 324px;
  background-color: #f6f1dc;
  padding: 48px 79px;
  position: relative;
  overflow: hidden;
}
.poab {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #e2d4bf;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poab:hover {
  background-color: #9e2733;
}
.go_left {
  left: 14px;
}
.go_right {
  right: 14px;
}
.hidd {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lunbo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.lunbo a {
  display: flex;
  flex: 0 0 230px;
  height: 230px;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  padding-right: 25px;
  box-sizing: border-box;
}
.lunbo_img {
  width: 100%;
  height: 200px;
}
.lunbo a span {
  width: 100%;
  height: 35px;
  background-color: #9e2733;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}
.main_right {
  width: 360px;
  margin-left: 5px;
  background-color: #f7ece2;
}

.hot_t h3 {
  height: 50px;
  background-color: #f0e4d9;
  font-size: 22px;
  color: #666;
  font-weight: 800;
  text-align: center;
  line-height: 50px;
}

.hot_jiu {
  padding: 19px 16px;
}
.hot_one_bor {
  padding: 15px 0; 
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
/* .hot_t .hot_one_bor:nth-child(2) {
  margin-bottom: 0;
} */
.hot_one {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2px;
  border: 1px solid transparent;
}
.hot_one:hover {
  background-color: #f6e3d1;
  border: 1px solid #ba987c;
  cursor: pointer;
}
.hot_one .one_img {
  max-width: 106px;

  margin-right: 20px;
}
.hot_one .one_mess {
  color: #205B99;
  font-size: 20px;
  align-self: start;
}
.hot_one .one_mess_xy{
    color: #646464;
    font-size: 18px;
    margin-top:13px;
}
.hot_one .one_mess_pr{
    color: #333;
    font-weight: 600;
    font-size: 18px;
}
.hot_one .one_mess_pr .pr{
    font-size: 28px;
    color: #D80F19;
    margin-left: 6px;
}
.hot_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 10px;
  color: #be0f1c;
  font-size: 18px;
  text-align: center;
}
.hot_more span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 14px;
  background: url('/statics/v3/images/dark.png') no-repeat;
  background-size: 50%;
  background-position: 4px;
  background-color: #be0f1c;
}
.hot_more span img {
  width: 8px;
  height: 8px;
}

.m0 {
  margin-bottom: 0;
}
.m30 {
  margin-bottom: 30px;
}
.bor0 {
  border-bottom: 0px;
}
.rec_hot {
  margin-top: 30px;
}
.swiper-container {
  width: 322px;
  height: 234px;
}
.swiper-wrapper {
  position: relative;
}
.swiper-container .swiper_img {
  width: 100%;
  height: 204px;
}
.swiper-container .swiper_word {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(192, 24, 36, 0.75);
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 44px;
  left: 0;
  z-index: 2;
  padding: 0 19px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #be0f1c !important;
}

/*left-top*/
.left_top {
  padding: 15px 20px;
  background-color: #9e2733;
  border-radius: 4px;
  width: 100%;
  height: 300px;
}
.lt_mess {
  display: flex;
  align-items: center;
}
.tree_png {
  width: 71px;
  height: 51px;
  margin-right: 29px;
}
.jiu_logo {
  width: 220px;
  height: 100px;
  margin-right: 27px;
}
.j_title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.j_title .eng {
  color: #fe741c;
}
.lt_desc {
  color: #fff;
  font-size: 18px;
  margin-top: 22px;
  line-height: 32px;
}
.rdxwul li,
.m-rdwz-list li {
    position: relative;
    height: auto !important;
    padding-bottom: 10px;
    overflow: hidden;
}
.rdxwul li a,
.m-rdwz-list li a{
    display: block;
}
.rdxwul li .img_a,
.m-rdwz-list li .img_a{
    float: left;
    width: 130px;
}
.rdxwul li .img_a img,
.m-rdwz-list li .img_a img{
    width: 100%;
}
.rdxwul li .jg_a,
.m-rdwz-list li .jg_a{
    float: left;
    margin-left: 20px;
}
.rdxwul li .tit_a,
.m-rdwz-list li .tit_a{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(102,102,102,0.5);
}
.rdxwul li .tit_a .tit,
.m-rdwz-list li .tit_a .tit{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.rdxwul li .jg_w,
.m-rdwz-list li .jg_w{
    font-size: 16px;
    color: #1a1919;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    line-height: 32px;
}
    .xy_ul,.m-rdwz .m-rdwz-tw{
        width: 100%;
    }
    .m-rdwz .m-rdwz-tw ul li span{
        width: 298px !important;
    }
    .xy_ul li .xy_right{
        width: 458px;
    }
    .xy_btn a{
        width: 70px;
    }
    .m-rdwz .m-rdwz-list{
            width: 95%;
    }
    .m-rdwz .m-rdwz-list li{
        width: 100%;
        margin: 0;
    }
    .zx_wz{
        width: 448px;
    }
    .xl_one a{
        display: flex;
        align-items: center;
    }
    .show_detail{
        color: #fff !important;
    }