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 4px 0 0;
    width: 100%;
    /* height: 544px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e3b878;
    flex-direction: column;
}

.top_top {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.top_img {
    width: 150px;
    object-fit: cover;
    margin-right: 18px;
}

.tip_mess {
    width: 490px;
}

.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: 38px 0;
}

.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 {

    display: flex;
    justify-content: space-between;
}

.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: 130px;
    height: 50px;
    background-color: #ff8f59;
    color: #6d3f29;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.form_mess .td_word {
    background-color: #fff;
    height: 50px;
    text-align: center;
}

.form_mess .td_img {
    width: 97px;
    height: 15px;
}

.co_r {
    color: #db262e;
}

.co_d {
    color: #6d3f29;
}

.left_top_bot {
    padding: 31px 22px;
    padding-bottom: 0;
    background-color: #ffdead;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star_box {
    width: 386px;
    height: 256px;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.star_box .star_top {
    width: 100%;
    height: 85px;
    background: linear-gradient(180deg, #fe5460 0%, rgba(254, 106, 118, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.star_box .star_top .st_tit {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}

.star_box .star_top .st_num {
    color: #fff;
    font-size: 18px;
}

.star_box .star_top .st_num span {
    color: #bd3131;
}

.star_box .star_bot {
    background-color: #fff;
    height: 172px;
}

.star_box .star_bot .bot_one {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px;
}

.star_box .star_bot .bot_one .bot_one_tip {
    display: inline-block;
    width: 70px;
}

.star_box .star_bot .bot_one .light_star {
    width: 238px;
    height: 16px;
    vertical-align: middle;
    margin-left: 9px;
    margin-right: 7px;
}

.submit {
    /* margin-top: 33px; */
    text-align: center;
    width: 100%;
    background-color: #ffdead;
    border-radius: 0 0 4px 4px;
    padding-bottom: 37px;
}

.submit span {
    display: inline-block;
    color: #333;
    font-size: 22px;
    margin: 33px 0 24px 0;
}

.submit .submit_fen {
    width: 185px;
    height: 59px;
    background-color: #be0f1b;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    text-align: center;
    line-height: 59px;
    margin: auto;
}

.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;
}

.article .art_mess .atr_me_l {
    width: 406px;
    height: 593px;
    padding: 22px;
    background-color: #f6f6f6;
    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;
}

.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: 0px 18px;
}

.hot_jiu a {
    display: block;
    padding: 24px 0 13px 0;
    border-bottom: 1px dashed #dbcfc5;
}
.bdlist{
    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,
.w1000 {
    margin: auto;
    width: 1200px;
}

.f-f0 {
    font-size: 0;
}

.f-ib {
    display: inline-block;
}

.f-dn {
    display: none;
}

.f-di {
    display: inline;
}

.f-f0tc {
    font-size: 0;
    text-align: center;
}

.f-ibm {
    display: inline-block;
    vertical-align: middle;
}

.f-ibt {
    display: inline-block;
    vertical-align: top;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-unselect {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    /*早期浏览器*/
    user-select: none;
}

.f-btn {
    cursor: pointer;
}

.f-btn:hover {
    opacity: 0.8;
}

.f-toe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-tar {
    text-align: right;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

/*---------- header -------------*/
.m-toper {
    width: 100%;
    height: 40px;
    background-color: #000000;
}

.m-toper .w1000 {
    height: 40px;
    overflow: hidden;
}

.m-toper span {
    height: 40px;
    line-height: 40px;
    float: left;
    color: #a6a6a6;
}

.m-toper .detaill a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-toper span h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
}

.m-toper a {
    margin-left: 10px;
}

.m-toper a.sjb {
    height: 40px;
    line-height: 40px;
    float: left;
    color: #a6a6a6;
    background: url(/index/statics/v3/images/icons/icon_sjb.png) no-repeat left center;
    padding-left: 17px;
}

.m-toper a.tg {
    height: 40px;
    line-height: 40px;
    float: left;
    color: #a6a6a6;
    background: url(/index/statics/v3/images/icons/icon_ttg.png) no-repeat left center;
    padding-left: 17px;
}

.m-toper a.sc {
    height: 40px;
    line-height: 40px;
    float: left;
    color: #a6a6a6;
}

.m-header {
    width: 100%;
    min-width: 1000px;
    height: 120px;
    background-color: #1a1a1a;
}

.m-header .logo {
    /* width:217px; */
    height: auto;
    float: left;
    margin-left: 34px;
}

.m-header .logo img {
    width: 217px;
    height: 78px;
    display: inline-block;
    vertical-align: middle;
}

.m-header .logo span {
    height: 120px;
    line-height: 120px;
    display: inline-block;
    vertical-align: middle;
}

.m-header .ahd {
    width: 273px;
    height: 30px;
    float: left;
    margin-left: 80px;
    margin-top: 40px;
}

.m-header .ahd img {
    width: 250px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.m-header .search {
    float: right;
    width: 280px;
    height: 32px;
    line-height: 32px;
    margin-top: 58px;
    margin-right: 20px;
    padding-left: 10px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.m-header .search .intxt {
    width: 220px;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    border: 0 none;
    font-size: 14px;
    color: #808080;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.m-header .search .i-line {
    float: left;
    width: 1px;
    height: 16px;
    background-color: #E6E6E6;
    margin-top: 8px;
}

.m-header .search .tjbtn {
    background-color: #fff;
    border: 0 none;
    color: #FB4544;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    width: 59px;
    text-align: center;
    font-size: 14px;
    float: right;
    position: relative;
}

/*---------- 导航 -----------*/
.m-nav {
    width: 100%;
    min-width: 1000px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.m-nav li {
    display: inline-block;
    float: left;
    margin-left: 27px;
}

.m-nav li:first-child {
    margin-left: 0;
}

.m-nav li a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.m-nav li a.current {
    color: #FF5555;
    font-weight: bold;
}

.m-nav li a:hover {
    color: #FF5555;
}

/*---------- 导航 end-----------*/
.num ul li a {
    display: block;
}

.num ul li a img {
    width: 100%;
}

.img_flet {
    float: left;
    width: 215px;
    overflow: hidden;
    margin-top: 10px;
}

.show_xy .img img {
    position: initial;
}

.show_xy .img {
    height: auto;
    float: initial;
    padding: 25px 0;
    margin-bottom: 15px;
}

.m-paging ul li.pre a {
    padding: 0;
}

.date_new {
    font-size: 13px;
    color: #636363;
    margin-left: 100px;
}

.main {
    margin-top: 20px;
}

.hot_jiu {
    overflow: hidden;
}

.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;
}

/**/
.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;
}