html {
  background-color: #faf7e7;
}
.main {
  display: flex;
  align-items: flex-start;
}
.main_left {
  width: 830px;
}
.left_top {
  padding: 31px 22px;
  background-color: #ffdead;
  border-radius: 4px;
  width: 100%;
  /*height: 544px;*/
  display: flex;
  justify-content: space-between;
    flex-direction: column;
}
.top_top{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.top_img {
  width: 242px;
 
  margin-right: 18px;
}
.tip_mess {
    min-width: 526px;
}
.tip_mess h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 18px;
}
.tip_mess .stat_b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
}
.tip_mess .star {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.tip_mess .peop {
  display: inline-block;
  height: 28px;
  padding: 0 6px;
  background-color: #21222c;
  color: #ffe7c4;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  line-height: 28px;
}
.price {
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.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;
}
.form_mess {

    margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}
.form_mess td {
  border: 1px solid #e8dcd7;
}
.form_mess .td_tit {
  width: 84px;
  height: 51px;
  background-color: #ff8f59;
  color: #6d3f29;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
}
.form_mess .td_word {
  background-color: #fff;
  text-indent: 2em;
}
.form_mess .td_img {
  width: 97px;
  height: 15px;
}
.form_mess .star_text{
    font-size: 30px;
    line-height: 1;
    text-indent: 1em;
}
.co_r {
  color: #db262e;
}
.co_d {
  color: #6d3f29;
}
.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%;
  background-color: #f6ecdd;
  padding-top: 33px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.xl_one a {
  display: inline-block;
  border-radius: 8px;
  width: 250px;
  border: 2px solid #c01924;
  overflow: hidden;
  margin-bottom: 20px;
}
.xl_one .one_a_img {
  width: 250px;
  height: 218px;
}
.xl_one .one_a_mess {
  display: inline-block;
  width: 100%;
  height: 59px;
  background-color: #c01924;
  text-align: center;
  line-height: 59px;
}
.xl_one .one_a_mess .jiu {
  padding: 2px 3px;
  border-radius: 4px;
  background-color: #ffb634;
  color: #c01924;
  font-size: 16px;
}
.xl_one .one_a_mess .jiu_tip {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

.list_jiu {
  width: 220px;
  height: 214px;
  margin-right: 23px;
}
.list_mess {
  height: 100%;
}
.mess_tit {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.type {
  font-size: 16px;
}
.type .type1 {
  color: #333;
}
.type .type2 {
  color: #646464;
  margin-right: 63px;
}
.show_detail {
  float: right;
  margin-top: 20px;
  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;
}
.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;
}
.article {
  text-align: center;
  margin-top: 19px;
}
.article .art_mess {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-bottom:20px;
}
.article .art_mess .atr_me_l {
  width: 406px;
  /*height: 593px;*/
  padding: 22px;
  background-color: #f7ece2;
  text-align: center;
}
.article .art_mess .atr_me_l h3 {
  font-size: 26px;
  color: #c3c3c3;
}
.article .art_mess .atr_me_l img {
  width: 365px;
  height: 186px;
  margin-top: 6px;
}
.article .art_mess .atr_me_l ul li {
  list-style: inside;
  text-align: left;
  padding: 20px 20px 18px 1px;
  color: #706f6f;
  font-size: 16px;
  border-bottom: 1px dashed #cccccc;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_right {
  width: 360px;
  margin-left: 5px;
  
}

.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: 0px 18px;
  background-color: #f7ece2;
}
.hot_jiu a {
    width: 100%;
  display: inline-block;
  padding: 24px 0 13px 0;
  border-bottom: 1px dashed #dbcfc5;
}
.hot_jiu a .jiu_mess_t {
  color: #333;
  font-size: 16px;
}
.hot_jiu a .show_d {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  color: #646464;
  font-size: 14px;
}
.hot_jiu .rec_h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot_jiu .rec_h span {
  font-size: 18px;
}
.hot_jiu .rec_h img {
  width: 106px;
  height: 89px;
  margin: 0 14px;
}
.hot_jiu .rec_h div {
  color: #215c99;
  font-size: 20px;
  align-self: start;
}
.c1 {
  color: #ff6409;
}
.c2 {
  color: #ff9900;
}
.c3 {
  color: #feaf12;
}
.c4 {
  color: #949495;
}
.new_hot .hot_jiu .new_art {
  width: 100%;
  border-bottom: 0px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot_more {
  display: block;
  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;
}
        .gWidth{
            margin-top: 20px;
        }
        #adbottomfixedwrap {
            position: fixed;
            bottom: 10px;
            right: 10px;
            z-index: 999;
        }
        /**/
        .content-box{
            background-color: #ffdead;
            text-align: justify;
        }
        .content-box h2{
            line-height: 36px;
            font-weight: 700;
            background: #FFFFFF;
            padding: 0 0 0 5px;
            border-left: 5px solid #be0f1b;
            padding-left: 10px;
        }
        .content-box h2:first-child{
             text-align: center;
             background: none;
             padding: 0;
             border:0;
        }
        .content-box p{
            font-size: 16px;
            line-height: 32px;
            text-indent: 2em;
            padding:5px 10px;
        }
        .int_mess{
            margin: 5px 0;
            background-color: #be0f1b;
            border-radius: 5px;
            width: 100%;
            padding: 10px 20px;
        }
        .int_mess .lt_mess {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .int_mess .j_title {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            text-align: center;
        }
        .int_mess .j_title .eng {
            color: #fe741c;
            font-size: 13px;
        }
        .int_mess .lt_desc {
            color: #fff;
            font-size: 16px;
            line-height: 27px;
            text-align: justify;
            font-weight: normal;
            letter-spacing: 0.5px;
        }
        /*  */
        .top_img{
            /*width: 150px;*/
            object-fit: cover;
            margin-right: 18px;
        }
        .tip_mess {
            width: 490px;
        }
        .int_mess{
            margin: 5px 0;
            background-color: #be0f1b;
            border-radius: 5px;
            width: 100%;
            padding: 10px 20px;
        }
        .int_mess .lt_mess {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .int_mess .j_title {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            text-align: center;
        }
        .int_mess .j_title .eng {
            color: #fe741c;
            font-size: 13px;
        }
        .int_mess .lt_desc {
            color: #fff;
            font-size: 16px;
            line-height: 27px;
            text-align: justify;
            font-weight: normal;
            letter-spacing: 0.5px;
        }
        .form_mess .td_word {
            background-color: #fff;
            height: 50px;
            text-align: center;
        }
        .form_mess .td_tit{
            font-weight: 700;
        }
        
        /**/
        .netfriend{
			width: 100%;
			height: auto;
			overflow: hidden;
		    margin-top: 10px;
            background: #fff;
            padding: 10px;
		}
		.netfriend h4{
			background: #be0f1b;
			-webkit-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
			color: #fff;
			display: block;
			height: 31px;
			line-height: 26px;
			margin-right: 10px;
			text-align: center;
			width: 86px;
		}
		.netfriend ul ,.netfriend ul li{
			width: 100%;
		}
		.netfriend ul li{
			text-align: left;
    		padding: 5px;
			border-bottom: 1px solid #f2f2f2;
    		transition: all 0.3s;
    		
		}
		.conli{
            line-height: 35px;
		}
		.netfriend ul li .name{
			color: #c60;
			font-size: 14px;
		}
		.netfriend ul li .textSpan{
			color: #333;
			font-size: 14px;
		}
		.conicon{
		    display: flex;
            align-items: center;
            color: #8493a5;
		}
		.iconli{
		    display: flex;
            align-items: center;
            margin-left: 10px;
            color: #8493a5;
            font-size: 12px;
            cursor: pointer;
		}
		.conicon span .icon {
            margin-right: 3px;
        }
        .lookMove {
            margin: 10px auto;
            width: fit-content;
            background: #be0f1b;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            display: none;
        }
