<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
    padding: 0;
    margin: 0;
    border: 0;
}
html,body{
    font: 14px/1.5 "å¾®è½¯é›…é»‘","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
    color: #333;
}
.m_invitation_ticket {
    background: linear-gradient(59deg,#ffcccd 0%,#fb8a8d 100%);
    color: #511100;
}
.m_vip_ticket {
    background: linear-gradient(49deg,#fff3db 0%,#ffe2b4 100%);
    color: #573800;
}
.m_invitation_ticket button {
    background: #fff2ee;
    color: #80250E;
}
.m_vip_ticket button {
    background: #fffcf5;
    color: #553700;
}
.m_business_ticket button{
    background: #e8e8e8;
    color: #212121;
}
.m_business_ticket{
    background: linear-gradient(45deg,#303030,100%);
    color: #FFE3B7;
}
body{
    overflow-x: hidden;
    background-color: #EDEDED;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6,p,span,em,i{
    color: #333;
}
ul,ol,li{
    list-style: none;
}
a,a:link,a:active,a:visited{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #d61518;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input, button{
    background: transparent;
    border: 0;
}
textarea{
    resize:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #999;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #999;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #999;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #999;   
}
img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ======================= Head Start ====================== */
.header{
    width: 100%;
    line-height: 38px;
    background: #d61518;
    z-index: 99;
    height: 38px;
}
.header .layui-container{
    position: relative;
}
.header .content{
    overflow: hidden;
}

/* Logo */
/* .logo{
    text-align: left !important;
    margin-left: 15px !important;
    float: none !important;
    width: 45% !important;
    height: 36px;
} */
.logo img{
    width: 80px;
    height: auto;
    vertical-align: middle;
}
.tow_menu{
    position: absolute;
    width: 100%;
    display: contents;
}
.tow_menu_ul{
    padding: 0px 15px;
    line-height: 15px;
}
.tow_menu_ul li{
    display: inline-flex;
    text-align: left;
    margin-bottom: 8px;
    float: left;
}
.tow_menu_ul li a{
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
.tow_menu_ul li a span{
    border-left: 1px solid #FFF;
    padding: 0 5px;
    color: #FFF;
    display: block;
    height: 10px;
    line-height: 10px;
}
.tow_menu_ul li .on{
    border-bottom: 1px solid #FFF;
}
/* å¯¼èˆª */
.m-nav-box{
    position: absolute;
    right: 15px;
    top: 0;
}
.m-nav-open{
    font-size: 20px;
    color: #fff;
}
.m-nav-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    line-height: initial;
    z-index: 1000;
}
.m-nav{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(0,0,0,.8);
}
.m-nav-list{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding-top: 50px;
    background: #333;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}
.m-nav-list &gt; li{
    position: relative;
    padding: 0 15px;
    text-align: center;
    border-top: 1px solid #555;
}
.m-nav-list &gt; li &gt; a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.m-nav-list li i{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.m-sub-nav{
    display: none;
    margin: 0 -15px;
    background: #000;
}
.m-sub-nav li{
    display: block;
    margin: 0;
    text-align: center;
}
.m-sub-nav li a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* æœç´¢ */
.m-search-switch{
    position: absolute;
    top: 1px;
    left: 15px;
    font-size: 20px;
    color: #fff;
    right: 5% !important;
}

.header input::-webkit-input-placeholder{
    line-height: 20px;
}
.m-search-input::-moz-placeholder{
    color:black;
}
.m-search-input::-ms-input-placeholder{
    color:black;
}
.m-search-input::-webkit-input-placeholder{
    color:black;
 }
.m-search-box{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
}
.m-search-box input{
    width: 80%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    background: #eee;
    border-radius: 30px;
}
.m-search-btn{
    display: block;
    width: 80px;
    height: 30px;
    margin: 10px auto 0 auto;
    color: #fff;
    line-height: 30px;
    background: #d61518;
    border-radius: 5px;
}

/* æœªç™»å½•ç”¨æˆ·ä¸­å¿ƒå…¥å£ */
.m-user-link{
    position: absolute;
    top: 0;
    left: 45px;
}
.m-user-link .layui-icon{
    font-size: 20px;
    color: #fff;
}

/* å·²ç™»å½•ç”¨æˆ·ä¸­å¿ƒå…¥å£ */
.m-head-user{
    position: absolute;
    top: 0;
    left: 45px;
    height: 50px;
}
.m-head-user .m-user-avatar{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    line-height: initial;
    border-radius: 100%;
    overflow: hidden;
}
.m-head-user .m-head-user-nav{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100px;
    text-align: center;
    background: #fff;
    z-index: 10;
    border: 1px solid #ededed;
}
.m-head-user .m-head-user-nav li a{
    display: block;
    height: 40px;
    line-height: 40px;
}
.m-head-user:hover .m-head-user-nav{
    display: block;
}

/* äºŒçº§èœå• */
.subNav{
    width: 100%;
    height: auto;
    line-height: 35px;
    background: #fff;
    border-bottom: none;
    margin-top: auto;
    position: relative;
    position: relative;
}
.subNav-list{
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    line-height: initial;
}
.subNav li{
    margin-right: 20px;
    margin-left: 0;
}
.subNav-list li{
    display: inline-block;
    line-height: initial;
    height: 35px;
}
.subNav-list li a{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.sub-nav-list li a{
    color: #fff;
}
.sbuNav_solid{
    width: 24px;
    border: 1px solid red;
    margin: -2px auto 0 auto;
}
.m_menu_open{
    position: absolute;
    top: 0px;
    right: 0;
    height: 36px;
    width: 38px;
    display: inline-block;
}
/* ======================= Head End ====================== */

/* ==================== æ‰‹æœºç‰ˆé¦–é¡µ Start ================ */

/* è½®æ’­ */
.m-headline-slide{
    overflow: hidden;
}
.m-headline-slide img{
    width: 100%;
    height: auto;
}
.m-headline-slide .m-headline-mask{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: url(../images/shading2.png) bottom repeat-x;
}
.m-headline-slide .m-headline-mask p{
    padding: 0 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-headline-slide .layui-carousel-ind{
    top: -30px;
}
.m-headline-slide .layui-carousel-ind ul{
    background: transparent;
    margin-top: 10px;
    padding: 5px 0;
}

/* æ–°é—»åˆ—è¡¨ */
.m_index_newsflash{
    padding: 5px 10px;
    background-color: #FFF;
    margin: 10px 0px;
}
.m_index_newsflash h3{
    display: inline-flex;
    width: 10%;
    height: 30px;
    margin: 0px 5px;
    line-height: 30px;
    font-size: 16px;
    color: #D51518;
    font-weight: bold;
}
.layui-carousel&gt;[carousel-item]&gt;*{
    background-color: #FFF;
    line-height: 30px;
    color: #494949;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}
.m_index_selected{
    padding: 10px 10px 0px 0px;
    background-color: #FFF;
    font-size: 15px;
}
.m_index_selected_ul{
    padding-left: 10px;
}
.m_index_selected h3{
    padding-left: 10px;
    border-left: 3px solid red;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    color:#D51518;
    font-weight: bold;
}
.m_index_selected li{
    line-height: 25px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    list-style-type: initial;
    margin-left: 20px;
    color: #D51518;
    font-size: 12px;
}
.m_index_selected_ul a{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: initial;
    min-height: 20px;
}
.m_index_selected span{
    border: 1px solid red;
    font-size: 12px;
    padding: 1px 3px;
    color: #D51518;
    font-weight: initial;
}
.m_index_selected p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    /* margin-top: 10px; */
    color: #878787;
}
.m_index_article_list{
    padding: 10px 10px 0px 0px;
    background-color: #FFF;
    font-size: 14px;
}
.m_index_article_list::after,.m_index_article_list::before{
    content: '';
    clear: both;
    display: block;
}
.m_article_category_name{
    position: relative;
    margin-bottom: 10px;
}
.left_right_slide{
    overflow-y: auto;
    width:100%;
    padding-left: 10px;
    padding-bottom: 10px;
}
.m_article_category_name&gt;p{
    padding-left: 6px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #303030;
    overflow: auto;
}
.m_article_category_name&gt;a{
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 27px;
    height: 100%;
    color: #878787;
    display: inline-block;
}
.double_arrow{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: #878787  solid 1px;
    border-right: #878787 solid 1px;
    transform: rotate(45deg);
    position: relative;
}
.double_arrow2{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: #878787  solid 1px;
    border-right: #878787 solid 1px;
    position: absolute;
    top: 2px;
    right: 2px;
}
.m_all_menu{
    position: fixed;
    width: 100%;
    height: calc(100vh - 98px);
    background-color: #ffffff;
    z-index: 10;
    top: -1000px;
    transition: top 0.3s;
    margin-bottom: 60px;
}
.m_all_menu_title{
    text-align: center;
    font-size: 18px;
    position: relative;
    height: 35px;
    font-weight: bold;
}
.m_close_all_menu{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 29px;
    font-weight: 100;
    line-height: 35px;
}
.m_one_menu_item{
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}
.m_nav_menu_list&gt;.m_tow_menu_item{
    display: flex;
    width: calc(100% - 20px);
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 0;
}
.m_tow_menu_item&gt;p{
    min-width: 56px;
    height: 28px;
    background: #F1F1F1;
    border-radius: 3px;
    text-align: center;
    margin: 0 10px 10px 0;
    line-height: 28px;
    padding: 0 10px;
}
.m_nav_menu_container{
    overflow-y: auto;
    height: calc(100% - 35px);
}
.bottom_occupy{
    height: 60px;
    width: 100%;
}
.title_left_vertical{
    border: 2px solid #D51518;
    width: 0px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.m_index_article_info{
    height: 80px;
    padding-top: 10px;
    border-top: 1px solid #EEE;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
}
.m_index_article_info div{
    height: 100%;
}
.m_index_article_title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: 20px;
}
.m_index_article_author{
    font-size: 12px;
    color: #878787;
}
.m_index_article_clickNumber{
    font-size: 12px;
    float: right;
    margin-top: -18px;
    color: #878787;
}
.m_index_report{
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 10px;
}
.m_index_report h3{
    padding-left: 10px;
    border-left: 3px solid red;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    color:#D51518;
    font-weight: bold;
}
.m_index_report_list{
    overflow-y: auto;
    display: inline-flex;
}
.m_index_report_info{
    width: 240px;
    margin-right: 20px;
}
.m_index_report_info img{
    height: 135px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.m_index_report_info p{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_index_report_info&gt;a{
    display: block;
}
.m_index_activity{
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 10px;
}
.m_index_activity h3{
    padding-left: 10px;
    border-left: 3px solid red;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    color:#D51518;
    font-weight: bold;
}
.m_index_activity_list{
    height: 150px;
    overflow-y: auto;
    display: inline-flex;
}
.m_index_activity_info{
    width: 240px;
    margin-right: 20px;
    height: 135px;
}
.m_index_activity_info img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.m_index_activity_info p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    position: relative;
    top: -44px;
    color: #fff;
    /* background-color: rgba(0,0,0,.6); */
    background: url(../images/shading2.png) bottom repeat-x;
    padding: 0 10px;
}
.load-more,.load-more-end{
    display: block;
    padding: 10px 0;
    color: #999;
    text-align: center;
}
/* ç&nbsp;”ç©¶é™¢ */
.m-research{
    margin-bottom: 20px;
}
.m-research h2{
    position: relative;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 600;
}
.m-research h2::before{
    content:'';
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 18px;
    background: #d61518;
}
.m-research h2 a{
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}
.m-research-list{
    padding: 0 15px;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
}
.m-research-list li{
    width: 80%;
    margin-right: 15px;
    display: inline-block;
}
.m-research-list li:last-child{
    margin: 0;
}
.m-research-list li .research-txt{
    padding: 5px 0;
    font-size: 14px;
}

/* logtv */
.m-logtv{
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.m-logtv-list{
    overflow: hidden;
}
.m-logtv-list li{
    float: left;
    width: 50%;
    margin-top: 15px;
    box-sizing: border-box;
}
.m-logtv-list li:nth-child(2n+1){
    padding: 0 8px 0 15px;
}
.m-logtv-list li:nth-child(2n){
    padding: 0 15px 0 8px;
}
.m-logtv-list li .logtv-img{
    position: relative;
}
.m-logtv-list li .logtv-img img{
    width: 100%;
}
.m-logtv-list li .play-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: rgba(255,255,255,.4);
    border: 1px solid #fff;
    border-radius: 100%;
}
.m-logtv-list li .play-btn i{
    color: #fff;
    font-size: 18px;
}
.m-logtv-list li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 5px 0;
}
/* ==================== æ‰‹æœºç‰ˆé¦–é¡µ End ================ */

/* ==================== æ‰‹æœºç‰ˆå¿«è®¯åˆ—è¡¨ Start ================ */
.news-flash-m-container{
    padding-bottom: 50px;
    background-color: #ededed;
}
.news-flash-m-title{
    height: 31px;
    padding: 0 20px;
    background-color: #FFF;
}
.news-flash-m-title h3{
    height: 12px;
    line-height: 11px;
    font-size: 14px;
    padding-left: 4px;
    border-left: 2px solid #D51518;
    
    font-weight: 600;
    color: #D51518;
    position: relative;
    top: 10px;
}
.news-flash-m-main {
    padding: 0 20px;
}
.news-flash-m-list{
    border-left: 1px solid #dedede;
}
.news-flash-m-item {
    position: relative;
    padding: 15px 0 0px 5px;
    margin-left: -7px;
    overflow: hidden;
}
.news-flash-m-l {
    position: absolute;
    left: 0;
    width: 90px;
    text-align: right;
    margin-top: 1px;
}
.news-flash-m-time {
    margin-right: 30px;
    margin-top: -5px;
    display: block;
    font-size: 12px;
    color: #999;
}
.news-flash-m-dot {
    position: absolute;
    top: 2px;
    left: -18px;
    width: 5px;
    height: 5px;
    margin-left: 22px;
    background: #d61518;
    border-radius: 100%;
}
.news-flash-m-item h2 {
    margin-left: 20px;
    font-size: 14px;
    margin-top: 20px;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
}
/* ==================== æ‰‹æœºç‰ˆå¿«è®¯åˆ—è¡¨ End ================ */


/* ==================== æ‰‹æœºç‰ˆè§†é¢‘åˆ—è¡¨ Start ================ */
.video-list-m{
    background-color: #FFF;
    padding: 20px 10px;
    border-bottom: 1px solid #EEE;
}
.video-info-m{
    width: 70%;
    height: 60px;
}
/*æ‰‹æœºæ´»åŠ¨*/
.m-news-list .news-title a{
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video-info-m p{
    font-size: 14px;
    height: 42px;
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
    font-weight:500;
}
.video-info-m span{
    font-size: 12px;
}                                 
.video-img-m{
    width: 30%;
    height: 60px;
}
.video-info-a-m{
    display: flex;
    flex-wrap: wrap;
}
.m-news-list .news-img a{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.m-news-list .news-img img{
    width:100%;
    height: 100%;
}
.m-news-list li{
    padding: 10px ;
    display: flex;
    flex-wrap: wrap;
}
.m-news-list li .news-img{
    width: 121px;
    height: 80px;
    overflow: hidden;
    border-radius: 3px;
    line-height: 80px;
}
.m-news-list li .news-info{
    width: calc(100% - 130px);
    padding-left: 5px;
    position: relative;
}
.m-news-list .news-time{
    color: #999;
    padding: 4px 0 0 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_headline_header_info{
    background-color: #ffffff;
    padding: 0 10px 10px 10px;
}
.m_headline_header_img{
    margin: 10px 0;
}
.m_headline_header_money{
    color: #D61518;
    font-size: 14px;
}
.m_activity_price{
    color: #d61518;
    font-size: 18px;
    font-weight: bold;
}
.m_activity_original_price{
    color: #B1B1B1;
    text-decoration: line-through;
}
.m_headline_header_info_top{
    padding: 6px 0 0 0;
}
.m_headline_header_info_bottom p{
    width: 75%;
}
.m_headline_header_info_bottom .m_activity_title{
    width: auto;
}
.m_headline_header_info_bottom p span{
    color: #B1B1B1;
    font-size: 13px;
}
.m_activity_title{
    font-weight: bold;
    
    font-size: 16px;
    padding: 5px 0px;
}
.m_headline_header_info_bottom a{
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 0;
}
.m_headline_header_info_bottom a button{
    background-color: #d61518;
    font-size: 15px;
    padding: 4px 0;
    height: auto;
    line-height: initial;
    border-radius: 3px;
    width: 80px;
}
.activity_img {
    padding: 0px 0px 10px 0px;
}
.activity_main{
    padding: 0 12px;
}

.m_activity_info .activity_info_r .m_activity_info_r_info {
    display: block;
    color: #B1B1B1;
}
.m_activity_btn_info{
    position: relative;
}
.m_activity_btn_info a{
    background-color: #d61518;
    font-size: 15px;
    padding: 4px 6px;
    height: auto;
    line-height: initial;
    border-radius: 3px;
    color: #fff;
}
.m_activity_info{
    position: relative;
}
.m_activity_btn_info{
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 0;
}
.activity_share_icon{
    width: 28px;
}
.m_article_intro{
    font-size: 16px;
}
.m_article-cont p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.m_img_fill {
    object-fit: cover;
}
.m_mobile_page {
    margin-bottom: 55px;
    border-top: 1px solid #ededed;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
}

.m_ordinary_ticket,.m_vip_ticket,.m_business_ticket,.m_invitation_ticket{
    border-radius:6px 6px 0px 0px;
    margin-bottom: -5px;
    box-shadow:0px -1px 2px 0px rgba(0,0,0,0.09);
    padding: 10px 20px;
    position: relative;
}
.m_invitation_ticket{
    background: linear-gradient(59deg,#ffcccd 0%,#fb8a8d 100%);
    color: #511100;
}
.m_vip_ticket{
    background: linear-gradient(49deg,#fff3db 0%,#ffe2b4 100%);
    color: #573800;
}
.m_business_ticket{
    background: linear-gradient(45deg,#303030 0%,#202228 100%);
    color: #FFE3B7;
}
.m_ordinary_ticket{
    background: linear-gradient(222deg,#74adef 0%,#bbdbff 100%);
    color: #185193;
}
.m_ticket_name{
    font-size: 16px;
}
.m_ticket_name span{
    font-size: 12px;
    color: inherit;
    margin-left: 15px;
    font-weight: 400;
}
.m_ticket_price{
    font-size: 16px;
}
.m_ticket_price span{
    font-size: 12px;
    color: inherit;
}
.m_invitation_ticket button,.m_vip_ticket button,.m_business_ticket button,.m_ordinary_ticket button{
    width:50px;
    height:22px;
    border-radius:1px;
    position: absolute;
    right: 30px;
    top: 25px;
    display: inline-block;
}
.m_invitation_ticket button{
    background:#fff2ee;
    color: #80250E;
}
.m_vip_ticket button{
    background:#fffcf5;
    color: #553700;
}
.m_business_ticket button{
    background:#e8e8e8;
    color: #212329;
}
.m_ordinary_ticket button{
    background:#dfeeff;
    color: #0B4486;
}
.m_ticket_fieldset{
    margin: 0 15px;
    border: 0;
}
.m_ticket_type{
    font-size: 16px;
    font-weight: bold;
    margin-left: 0px;
    height: auto;
    min-height: initial;
}
.m_ticket_type span{
    font-size: 16px;
    font-weight: 400;
    color: #D51518;
}
.m_tickset_info_row label{
    text-align: left;
    padding: 9px 0;
}
.m_tickset_info_row{
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
}
.m_tickset_info_row input{
    border: 0;
}
.m_ticket_type_div{
    margin: 0;
}
.m_article_main{
    margin-top: 15px;
    padding-top: 10px;
    background: #fff;
}
.m_tickset_info_row&gt;div{
    width: calc(100% - 90px);
    margin-left: 0px;
}
.m_personal_data{
    padding: 7px 0px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}
.m_tickets_submit{
    margin: 0 auto;
    width: 140px;
    border-radius: 3px;
    display: block;
}
.rmb_symbol::before{
    content: 'ï¿¥';
    font-size: 12px;
}
.m_discount{
    background-color: #D51518;
    color: #fff;
    font-size: 12px;
    line-height: initial;
    border-radius: 3px;
    padding: 1px;
    float: left;
    margin-top: 3px;
}
.m_discount2{
    background-color: #D51518;
    color: #fff;
    font-size: 12px;
    line-height: initial;
    border-radius: 3px;
    padding: 1px;
    float: left;
    margin-top: 3px;
}
.m_discount span,.m_discount2 span{
    color: #fff;
}
.m_point_deduction{
    padding: 0 10px;
    line-height: 38px;
    color: #666;
}
.m_point_deduction .layui-form-checkbox[lay-skin=primary] i{
    border-radius: 50px;
    width: 14px;
    height: 14px;
}
.m_confirm_order_btn{
    padding:20px 0;
    text-align: center;
    background-color: #fff;
}
.m_confirm_order_title{
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    color: #d61518;
    margin-top: 10px;
    padding: 5px 0;
}
.score_deduction{
    color: #D51518;
    float: right;
}
.m_total_price{
    padding:0 10px;
    line-height: 38px;
    color: #666;
    overflow: hidden;
}
.m_total_price_p{
    font-size: 16px;
}
.m_total_num{
    float: right;
    font-weight: bold;
}
.m_total_num::before{
    content: 'ï¿¥';
}
.invoiceHtml&gt;div{
    padding: 10px 0 ;
    overflow: hidden;
}
.m_order_info_div{
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
}
.default_small_tips{
    font-size: 12px;
    background-color: #d61518;
    color: #fff;
    padding: 1px 2px;
    border-radius: 3px;
    line-height: initial;
    vertical-align: top;
}
.default_small_tips_div{
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
/* é€šç”¨æ&nbsp;·å¼ */
.unified_title{
    margin-bottom: 5px;
}
.general_top_margin{
    margin-top: 10px;
}
/* ç½—æˆˆæœåŠ¡æ‰€æœ‰é¡µé¢ç»Ÿä¸€æœ€å¤–å±‚å®¹å™¨æ&nbsp;·å¼ */
.log_service_unified_container{
    width: 100%;
}
/* é€šç”¨æ&nbsp;·å¼end */
/* ç§»åŠ¨ç«¯ä¸¾æŠ¥è¡¨å•æ&nbsp;·å¼ */
#report-form&gt;div {
    margin-top: 20px;
    text-align: center;
    font-size: smaller;
}
#report-form .layui-form-label {
    width: 20%;
    padding: 0 10px;
    margin-top: 9px;
}
#report_type {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin-top: 9px;
    white-space: nowrap;
}
#report_type&gt;div {
    width: 50%;
    text-align: start;
    line-height: 25px;
}
#report_type input {
    appearance: checkbox;
}
#report_type label {
    padding-left: 5px;
}
#report-form button {
    background-color: #D61518;
    color: white;
    padding: 0.5em 3em;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 1em;
}
#report-form .other_reason {
    display: initial;
    height: 2em;
    width: auto;
    margin-left: 5px;
}</pre></body></html>