@charset "utf-8";
/* ============================================
   康熙大典2026 - PC端UI
   主题：中国红韵
   主色：#D32F2F 中国红
   ============================================ */

/* ========== 基础重置 ========== */
ul{list-style:none;margin:0;padding:0;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.m20{margin:20px 0;}
.p10{padding:10px;}
.p30{padding:30px;}
.clear{clear:both;}
.dis{display:none;}
body{background:#fff;color:#333;font-family:"Microsoft YaHei","PingFang SC",sans-serif;}

::-webkit-input-placeholder{color:#999;font-family:microsoft yahei;font-size:14px;}
:-moz-placeholder{color:#999;font-family:microsoft yahei;font-size:14px;}
::-moz-placeholder{color:#999;font-family:microsoft yahei;font-size:14px;}
:-ms-input-placeholder{color:#999;font-family:microsoft yahei;font-size:14px;}

.notsupport{position:fixed;top:0;bottom:0;z-index:99999;width:100%;height:100%;text-align:center;clear:both;color:#fff;background:#B71C1C;}
.notsupport h1{font-size:100px;margin-top:200px;margin-bottom:30px;}
.notsupport h2{font-size:30px;margin-bottom:30px;}

/* ========== 布局容器 ========== */
.bg_header{background:#0A1628;height:70px;}
.bg_gray{background:#f5f5f7;padding:40px 0;margin:40px 0;}
.width{width:1190px;margin:0 auto;}

/* ========== 顶部导航 ========== */
.header{height:70px;}
.header .logo{float:left;width:280px;height:70px;display:block;padding:15px 0 0 0;}
.header .nav{float:left;width:790px;}
.header .nav ul{width:100%;}
.header .nav ul li{float:left;margin-right:1px;position:relative;}
.header .nav ul li a{display:inline-block;padding:0 18px;line-height:70px;color:#f5f5f5;font-family:microsoft yahei;font-size:15px;letter-spacing:1px;}
.header .nav ul li a:hover{background:rgba(211,47,47,0.16);}
.header .nav ul li.hover a{padding:0 18px;line-height:70px;color:#fff;font-family:microsoft yahei;font-size:15px;background:linear-gradient(90deg,#D32F2F,#D32F2F);}

.header .nav ul li .subnav{position:absolute;background:#8B1A1A;padding:0;border:1px solid #9B2A2A;border-top:2px solid #D32F2F;border-bottom:0;left:-45px;z-index:9999;opacity:0;transition:all .3s ease 0s;visibility:hidden;transform:translate3d(0,10px,0);width:200px;border-radius:8px;}
.header .nav ul li .subnav:after{content:'';display:block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #D32F2F;position:absolute;top:-12px;right:40%;}
.header .nav ul li .subnav li{display:block;text-align:center;margin:0;width:100%;}
.header .nav ul li .subnav li a{color:#ddd;white-space:nowrap;border-radius:0;border-bottom:1px solid #9B2A2A;width:100%;line-height:42px;font-size:14px;background:transparent;}
.header .nav ul li .subnav li a:hover{color:#fff;background:rgba(211,47,47,0.12);}
.header .nav ul li:hover a{background:rgba(211,47,47,0.22);}
.header .nav ul li:hover .subnav{opacity:1;transform:translate3d(0,0,0);visibility:visible;}

.header .usernav{float:right;line-height:70px;text-align:right;color:#f5f5f5;font-size:14px;}
.header .usernav a{color:#f5f5f5;font-family:microsoft yahei;font-size:14px;margin-left:10px;}
.header .usernav a:hover{color:#D32F2F;}
.header .usernav .btn-header-book{display:inline-block;margin-left:15px;padding:8px 20px;border-radius:999px;border:1px solid rgba(211,47,47,0.7);color:#D32F2F;font-size:14px;line-height:1.2;}
.header .usernav .btn-header-book:hover{background:linear-gradient(90deg,#D32F2F,#D32F2F);color:#fff;border-color:transparent;}

/* ========== 英雄区/Banner ========== */
.banner{position:relative;}
.banner .box_skitter{width:100%;z-index:2;}

.hero{position:relative;color:#fff;min-height:520px;overflow:hidden;background:#0A1628;}
.hero-media{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
.hero #banner{height:100%;}
.hero #banner img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05);}
.hero-layer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:linear-gradient(135deg,rgba(10,22,40,0.5) 0%,rgba(10,22,40,0.5) 100%);}
.hero-content{position:relative;z-index:3;padding:120px 0 80px 0;color:#fff;}
.hero-title{font-size:40px;letter-spacing:6px;margin:0 0 20px 0;font-weight:500;}
.hero-subtitle{font-size:16px;color:#d9dde6;max-width:560px;line-height:1.8;margin-bottom:28px;}
.hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;}
.hero-meta{margin-top:10px;font-size:13px;color:#a4a8c0;}
.hero-meta span+span{margin-left:18px;}

.btn-primary{display:inline-block;padding:12px 30px;border-radius:999px;background:#D32F2F;color:#fff;font-size:15px;border:none;font-weight:500;}
.btn-primary:hover{background:#B71C1C;color:#fff;}
.btn-ghost{display:inline-block;padding:11px 26px;border-radius:999px;border:1px solid rgba(211,47,47,0.8);color:#D32F2F;font-size:14px;}
.btn-ghost:hover{background:rgba(211,47,47,0.1);}
.btn-sm{padding:8px 18px;font-size:13px;}

/* ========== 内页Banner ========== */
.bg_inner{background:#D32F2F;height:80px;padding:0;}
.banner_inner{}
.banner_inner .left{float:left;}
.banner_inner .left ul{margin-top:40px;}
.banner_inner .left ul li{float:left;margin-right:5px;}
.banner_inner .left ul li a{display:block;padding:0 20px;color:#1a1a1a;font-size:14px;height:40px;line-height:40px;background:rgba(255,255,255,0.3);outline:none;border-radius:4px;}
.banner_inner .left ul li a:hover{background:#fff;color:#333;}
.banner_inner .left ul li.hover a{display:block;padding:0 20px;color:#333;font-size:14px;height:40px;line-height:40px;background:#fff;font-weight:bold;}

.banner_inner .right{float:right;color:#1a1a1a;text-align:right;font-weight:bold;font-family:arial;margin-top:15px;}
.banner_inner .right span{color:#1a1a1a;margin-right:5px;font-weight:normal;}
.banner_inner .right p{margin:0 0 10px 0;font-size:12px;font-family:microsoft yahei;font-weight:normal;color:rgba(26,26,26,0.7);}

/* ========== 区块标题 ========== */
.subject{border-bottom:1px solid #e5e5e5;}
.subject b{border-bottom:2px solid #D32F2F;height:40px;line-height:40px;display:inline-block;margin-bottom:-1px;font-weight:600;color:#1d1d1f;font-size:18px;font-family:microsoft yahei;}
.subject .more{float:right;}
.subject .more a{font-size:12px;font-family:宋体;color:#8e8e73;}
.subject .more a:hover{color:#D32F2F;}

/* ========== 通用Section ========== */
.section{margin:40px auto;}
.section-header{text-align:left;margin-bottom:25px;}
.section-title-en{font-size:12px;letter-spacing:3px;color:#8e8e73;margin-bottom:4px;}
.section-title-cn{font-size:26px;color:#1d1d1f;margin-bottom:6px;}
.section-subtitle{font-size:13px;color:#8e8e73;}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4px;}
.section-more{font-size:13px;color:#8e8e73;}
.section-more:hover{color:#D32F2F;}
.section-header-inline{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:8px;}
.section-split{display:flex;gap:40px;align-items:flex-start;overflow:visible;}
.section-block{flex:1;position:relative;z-index:2;overflow:visible;min-width:0;}
.section-block-right{flex:1;position:relative;z-index:1;overflow:visible;min-width:0;}
.section-more-link{display:inline-block;margin-top:10px;font-size:13px;color:#8e8e73;}
.section-more-link:hover{color:#D32F2F;}

/* ========== 关于/视频区 ========== */
.home_about{clear:both;overflow:hidden;display:flex;gap:40px;align-items:flex-start;}
.home_about-left{flex:0 0 460px;}
.home_about-left video{background:#000;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,0.65);}
.home_about-right{flex:1;line-height:38px;font-size:15px;color:#333;}
.home_about-right p{font-size:15px;line-height:38px;margin:0 0 12px 0;}

/* ========== 关于文字区（纯文字版） ========== */
.home_about_text{max-width:900px;margin:0 auto;padding:20px 40px;text-align:justify;}
.home_about_text p{font-size:16px;line-height:1.5;color:#333;margin:0 0 16px 0;text-indent:2em;}
.home_about_text a{color:#D32F2F;}
.home_about_text a:hover{color:#B71C1C;}

.home_about.old-style .left{float:left;width:410px;margin-right:30px;}
.home_about.old-style .left video{background:#000;}
.home_about.old-style .right{float:right;width:750px;line-height:30px;font-size:14px;}
.home_about.old-style .right p{font-size:14px;line-height:30px;margin:0 0 10px 0;}

/* ========== 筛选导航 ========== */
.home_nav{text-align:center;}
.home_nav ul{margin:25px auto;}
.home_nav ul li{display:inline-block;width:auto;position:relative;margin-bottom:10px;}
.home_nav ul li a{display:block;padding:10px 30px;color:#333;font-size:14px;background:#fff;margin:0 2px;border-radius:8px;border:1px solid #e5e7eb;}
.home_nav ul li a:hover{background:#D32F2F;color:#fff;border:1px solid #D32F2F;}
.home_nav ul .hover a{display:block;padding:10px 30px;color:#fff;font-size:14px;background:#D32F2F;border:1px solid #D32F2F;margin:0 2px;border-radius:8px;}

.home_nav ul li dl{display:none;background:#D32F2F;padding:2px 0;margin:16px 0 0 0;z-index:999;}
.home_nav ul .hover dl{display:none;text-align:left;position:absolute;top:26px;left:2px;}
.home_nav ul .hover dl dt a{display:block;font-weight:normal;color:#fff;background:#D32F2F;min-width:200px;border:0;}
.home_nav ul .hover dl dt a:hover{background:#fff;color:#333;border:0;}

/* ========== 票务卡片 ========== */
.home_pro{margin:30px 0 0px 0;width:1206px;clear:both;}
.home_pro ul li{width:24%;margin:0 1% 1% 0;float:left;}
.home_pro ul li a{border:1px solid #ededed;padding:4px;display:block;background:#fff;border-radius:12px;overflow:hidden;}
.home_pro ul li a div{overflow:hidden;width:100%;height:100%;min-height:50px;text-align:center;}
.home_pro ul li a div img{max-width:279px;max-height:179px;border:0;transition:all 0.5s;}
.home_pro ul li:hover{box-shadow:0 4px 20px rgba(0,0,0,0.1);}
.home_pro ul li a:hover div img{transform:scale(1.05);}
.home_pro ul li a p{text-align:left;font-size:14px;color:#333;margin:0;padding:10px;}
.home_pro ul li a:hover p{color:#D32F2F;}
.home_pro ul li a .title{min-height:25px;}
.home_pro ul li a .price{min-height:30px;color:#D32F2F;font-weight:600;padding:0 10px 10px 10px;}
.home_pro ul li a .price span{float:right;font-weight:normal;color:#8e8e73;}

/* 现代票务卡片 */
.home_pro-modern ul{display:flex;flex-wrap:wrap;margin:0 -8px;}
.home_pro-modern .ticket-card{flex:0 0 calc(25% - 16px);width:calc(25% - 16px);max-width:calc(25% - 16px);margin:0 8px 16px;float:none;background:transparent;box-sizing:border-box;}
.ticket-cover{position:relative;overflow:hidden;border-radius:14px 14px 0 0;background:#f0f0f2;}
.ticket-cover img{display:block;width:100%;height:200px;object-fit:cover;}
.ticket-tag{position:absolute;left:14px;top:14px;background:linear-gradient(120deg,#D32F2F,#D32F2F);color:#fff;font-size:11px;padding:4px 10px;border-radius:999px;font-weight:500;}
.ticket-body{padding:12px 14px 10px 14px;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 14px 14px;}
.ticket-title{font-size:15px;margin:0 0 4px 0;color:#1d1d1f;font-weight:500;}
.ticket-desc{font-size:12px;color:#8e8e73;margin:0 0 8px 0;}
.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ticket-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#8e8e73;}
.ticket-price em{font-size:16px;color:#D32F2F;font-style:normal;font-weight:600;}
.ticket-price .unit{font-size:12px;margin-left:2px;}
.ticket-hot{font-size:12px;color:#8e8e93;}
.ticket-actions{display:flex;justify-content:space-between;gap:8px;margin-top:10px;}
.ticket-actions .btn-primary{flex:1;text-align:center;background:#D32F2F;color:#fff;}
.ticket-actions .btn-primary:hover{background:#B71C1C;color:#fff;}
.ticket-actions .btn-ghost{flex:1;text-align:center;background:#fff;color:#6e6e73;border:1px solid #d4d4d4;}
.ticket-actions .btn-ghost:hover{background:#f5f5f5;color:#333;}
.booking-notice{margin-top:10px;font-size:12px;color:#8e8e73;}

/* ========== 新闻列表 ========== */
.home_news{margin-bottom:20px;background:#fff;}
.home_news_list{}
.home_news_list li{border-bottom:1px solid #f0f0f2;overflow:hidden;padding:12px 0;float:left;width:49%;margin-right:1%;min-height:90px;}
.home_news_list li .date{background:linear-gradient(135deg,#D32F2F,#D32F2F);color:#fff;height:50px;line-height:50px;width:80px;display:inline-flex;align-items:center;justify-content:center;float:left;font-size:13px;font-weight:600;border-radius:8px 0 0 8px;margin:5px 0 0 0;}
.home_news_list li div{color:#8e8e73;font-size:12px;margin-left:100px;}
.home_news_list li div a{display:block;font-size:16px;color:#1d1d1f;margin-bottom:4px;font-weight:500;}
.home_news_list li div a:hover{color:#D32F2F;}
.home_news_list li .date-text{display:inline-block;font-family:verdana;color:#8e8e73;margin-right:8px;}

.news_list{}
.news_list li{border-bottom:1px solid #f0f0f2;overflow:hidden;padding:12px 0 12px 0;}
.news_list li .date{background:#fff;color:#333;display:inline-block;margin-right:20px;float:left;font-family:verdana;text-align:center;border-radius:8px;font-size:24px;border:1px solid #D32F2F;padding:5px 0 0;}
.news_list li .date em{display:block;font-style:normal;font-size:14px;background:#D32F2F;padding:3px 15px;color:#fff;margin-top:5px;}
.news_list li div{color:#8e8e73;font-size:12px;margin-left:95px;line-height:22px;}
.news_list li div a{display:block;font-size:18px;color:#1d1d1f;margin-bottom:5px;font-weight:500;}
.news_list li div a:hover{color:#D32F2F;}

/* ========== Logo/合作伙伴 ========== */
.home_logo{margin-bottom:20px;}
.home_logo ul{display:flex;flex-wrap:wrap;gap:16px;margin:0;padding:0;list-style:none;}
.home_logo ul li{float:none;width:auto;flex:0 0 calc(25% - 12px);margin:0;box-sizing:border-box;}
.home_logo ul li img{border:1px solid #eee;width:100%;max-width:120px;height:40px;object-fit:contain;background:#fff;border-radius:8px;}

/* ========== 友情链接/页脚 ========== */
.bg_link{background:#f5f5f7;}
.bg_foot{background:#fff;border-top:1px solid #eee;}

.link{height:50px;line-height:50px;}
.link_title{color:#333;width:80px;float:left;}
.link_list{}
.link_list a{color:#666;margin-right:20px;font-size:13px;}
.link_list a:hover{color:#D32F2F;}

.footer{padding:40px 0 20px 0;color:#333;}
.footer-modern{display:flex;gap:40px;}
.footer-col{flex:1;min-width:0;}
.footer-title{font-size:20px;margin:0 0 8px 0;color:#1d1d1f;}
.footer-brand p{margin:4px 0;font-size:13px;color:#8e8e73;}
.footer-counter{color:#D32F2F;font-weight:600;}
.footer-nav a{display:inline-block;margin:0 18px 8px 0;font-size:13px;color:#8e8e73;}
.footer-nav a:hover{color:#D32F2F;}
.footer-contact h4,.footer-qrcode h4{font-size:14px;margin:0 0 10px 0;color:#1d1d1f;}
.footer-contact p{margin:4px 0;font-size:13px;color:#333;}
.footer-contact-actions{margin-top:12px;display:flex;flex-wrap:nowrap;gap:12px;align-items:center;}
.footer-contact-actions a{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:600;border-radius:10px;text-align:center;text-decoration:none;transition:all .2s;}
.footer-contact-actions .btn-primary{background:#D32F2F;color:#fff;border:none;}
.footer-contact-actions .btn-primary:hover{background:#B71C1C;color:#fff;}
.footer-contact-actions .btn-ghost{background:#fff;color:#D32F2F;border:2px solid #D32F2F;}
.footer-contact-actions .btn-ghost:hover{background:#D32F2F;color:#fff;}
.footer-qrcode p{margin:0;}
.footer-qrcode img{border-radius:8px;border:1px solid #eee;margin-right:6px;background:#fff;}

.footer .left{background:url(../images/bg_foot_line.gif) repeat-y left;padding:0 30px 0 30px;float:left;min-height:120px;}
.footer .search{padding-left:40px;float:left;font-size:14px;color:#8e8e73;font-family:microsoft yahei;line-height:24px;}
.footer .search span{font-size:15px;color:#333;font-family:microsoft yahei;display:block;padding-bottom:15px;}
.footer .search input{border:1px solid #e5e7eb;padding:8px 12px;width:140px;border-radius:8px;}
.footer .search button{border:1px solid #D32F2F;background:#D32F2F;color:#fff;padding:8px 20px;border-radius:8px;font-weight:500;}
.footer .left dl{margin:0;padding:0;}
.footer .left dl dd{text-align:left;font-size:15px;color:#333;margin:0 0 10px 0;padding:0;}
.footer .left dl dt{text-align:left;font-size:13px;color:#8e8e73;line-height:24px;font-weight:normal;}
.footer .left dl dt p{margin:0;padding:0;}
.footer a{color:#8e8e73;}
.footer a:hover{color:#D32F2F;}

.copyright{font-size:12px;color:#8e8e73;line-height:24px;text-align:center;padding:12px 0 20px 0;background:#f5f5f7;border-top:1px solid #eee;}
.copyright a{color:#8e8e73;}
.copyright a:hover{color:#D32F2F;}

/* ========== 内容区 ========== */
.inner_container{min-height:600px;padding:20px 0;}
.inner_container h1{text-align:center;font-size:30px;font-weight:400;margin:0 0 20px 0;padding:0;}

.page_show a{color:#D32F2F;}
.page_show a:hover{color:#B71C1C;}

/* ========== 标签 ========== */
.tags{}
.tags li{display:inline;width:auto;}
.tags li a{display:inline-block;padding:10px 30px;color:#333;font-size:14px;background:#fff;margin:0 2px 5px 0;border-radius:8px;border:1px solid #e5e7eb;}
.tags li a:hover{background:#D32F2F;color:#fff;border:1px solid #D32F2F;}
.tags .hover a{background:#D32F2F;color:#fff;border:1px solid #D32F2F;}

/* ========== 筛选 ========== */
.filter{border:1px solid #e5e7eb;padding:15px 20px;margin-top:30px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-radius:12px;}
.filter dl{margin:0;}
.filter dl dd{float:left;width:70px;font-weight:600;font-size:14px;margin:0;padding-top:5px;color:#1d1d1f;}
.filter dl dt{margin:0 0 0 80px;}
.filter dl dt a{font-weight:normal;margin:0 5px 5px 0;padding:6px 14px;color:#6e6e73;font-size:13px;display:inline-block;border-radius:8px;border:1px solid #e5e7eb;}
.filter dl dt a:hover{background:#D32F2F;color:#fff;border-color:#D32F2F;}
.filter dl dt .hover{background:#D32F2F;color:#fff;border-color:#D32F2F;}

/* ========== 瀑布流布局 ========== */
.piclist{width:1190px;margin-top:40px;}
.piclist ul{width:1220px;}
.piclist li{float:left;width:275px;margin-right:25px;}
.piclist li a{display:block;padding:4px;margin-bottom:25px;border:1px solid #eee;border-radius:12px;}
.piclist li a:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);}
.piclist li a img{width:100%;border-radius:8px;}
.piclist li a p{font-size:14px;padding:0 10px;}

/* ========== 图片列表 ========== */
.list_pic{margin:30px 0 0px 0;width:1206px;clear:both;}
.list_pic ul li{width:24%;margin:0 1% 1% 0;float:left;}
.list_pic ul li a{border:1px solid #ededed;padding:4px;display:block;background:#fff;border-radius:12px;overflow:hidden;}
.list_pic ul li a div{overflow:hidden;width:100%;height:100%;text-align:center;}
.list_pic ul li a div img{max-width:279px;max-height:200px;border:0;transition:all 0.5s;}
.list_pic ul li:hover{box-shadow:0 4px 20px rgba(0,0,0,0.1);}
.list_pic ul li a:hover div img{transform:scale(1.05);}
.list_pic ul li a p{text-align:left;font-size:14px;color:#333;margin:0;padding:10px;}
.list_pic ul li a:hover p{color:#D32F2F;}
.list_pic ul li a .title{min-height:30px;text-align:center;}

.list_pic-modern{width:100%;max-width:100%;margin-top:12px;}
.list_pic-modern ul{display:flex;flex-wrap:wrap;gap:16px;}
.list_pic-modern ul li{width:calc(25% - 12px);margin:0;float:none;}
.list_pic-modern ul li a div img{max-width:100%;height:auto;}

/* ========== 新闻详情 ========== */
.news_show{}
.news_show h1{text-align:center;font-size:30px;font-weight:600;margin:0;padding:0;}
.news_show .info{border-left:3px solid #D32F2F;background:#f5f5f7;margin:15px 0;padding:12px 16px;font-size:14px;color:#6e6e73;border-radius:0 12px 12px 0;}
.news_show .intro a{color:#D32F2F;}
.news_show .intro a:hover{color:#B71C1C;}
.news_show .intro img{max-width:100%;height:auto;border-radius:12px;}
.news_show .other{margin-top:30px;text-align:center;}
.news_show .other p{font-weight:600;}
.news_show .other a{display:inline-block;margin:0 10px;cursor:pointer;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:8px 20px;min-width:100px;}
.news_show .other a span{font-size:18px;margin-right:10px;}
.news_show .other a em{font-style:normal;font-size:15px;}
.news_show .other a:hover{background:#D32F2F;border-color:#D32F2F;color:#fff;}
.news_show .other a:hover span{color:#fff;}
.news_show .tags{font-weight:500;}
.news_show .tags a{margin-left:15px;display:inline-block;border-radius:8px;border:1px solid #e5e7eb;background:#fff;padding:4px 10px;font-weight:normal;font-size:14px;}
.news_show .tags a:hover{background:#D32F2F;color:#fff;border-color:#D32F2F;}

/* ========== 招聘相关 ========== */
.job_show{}
.job_show h1{text-align:left;font-size:30px;font-weight:600;margin:0;padding:0;color:#D32F2F;}
.job_show h2{text-align:left;font-size:20px;font-weight:600;margin:10px 0;padding:0;color:#1d1d1f;}
.job_show .info{margin:15px 0;padding:0px;font-size:14px;}
.job_show .info ul{overflow:hidden;}
.job_show .info ul li{float:left;width:23.5%;border-left:1px solid #e5e7eb;padding-left:1.5%;line-height:30px;}
.job_show .info ul li span{color:#8e8e73;}
.job_show .intro a{color:#D32F2F;}
.job_show .intro a:hover{color:#B71C1C;}
.job_show .other{margin-top:30px;text-align:center;}
.job_show .other p{font-weight:600;}
.job_show .other a{display:inline-block;margin:0 10px;cursor:pointer;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:8px 20px;min-width:100px;}
.job_show .other a span{font-size:18px;margin-right:10px;}
.job_show .other a em{font-style:normal;font-size:15px;}
.job_show .other a:hover{background:#D32F2F;border-color:#D32F2F;color:#fff;}
.job_show .other a:hover span{color:#fff;}
.job_show .tags{font-weight:500;}
.job_show .tags a{margin-left:15px;display:inline-block;border-radius:8px;border:1px solid #e5e7eb;background:#fff;padding:4px 10px;font-weight:normal;font-size:14px;}
.job_show .tags a:hover{background:#D32F2F;color:#fff;border-color:#D32F2F;}
.job_show .action{text-align:center;}
.job_show .action a{display:inline-block;margin:0 10px;cursor:pointer;background:#D32F2F;border-radius:12px;border:none;padding:8px 20px;min-width:100px;color:#fff;font-weight:500;}
.job_show .action a:hover{background:#B71C1C;color:#fff;}

/* ========== 产品详情 ========== */
.pro_show{box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;}
.pro_show .left{float:left;width:700px;text-align:center;border-right:1px solid #e5e7eb;padding:40px;}
.pro_show .left .zoom{text-align:center;}
.pro_show .left .zoom img{width:auto;max-width:500px;}
.pro_show .left .thumb_pic{margin:40px 0 0 0;text-align:center;}
.pro_show .left .thumb_pic ul{margin:0 auto;}
.pro_show .left .thumb_pic ul li{display:inline-block;margin-right:5px;border:1px solid #e5e7eb;padding:3px;cursor:pointer;position:relative;border-radius:8px;}
.pro_show .left .thumb_pic ul li.hover{border:1px solid #D32F2F;background:#fff;}
.pro_show .left .thumb_pic ul li.hover:after{content:" ";position:absolute;right:27px;top:-6px;width:11px;height:11px;border:#D32F2F solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#D32F2F;z-index:-1;}

.pro_show .right{margin-left:700px;padding:40px;}
.pro_show .right h1{font-size:24px;margin:0;padding:0;font-weight:600;text-align:left;}
.pro_show .right h5{font-size:14px;margin:10px 0;padding:0;color:#8e8e73;font-weight:normal;}
.pro_show .right .attribute{}
.pro_show .right .attribute li{font-size:14px;line-height:30px;}
.pro_show .right .attribute li em{display:inline-block;width:80px;font-style:normal;color:#8e8e73;font-size:14px;}
.pro_show .right .price{font-size:14px;line-height:30px;margin:20px 0;}
.pro_show .right .price span{font-size:36px;color:#D32F2F;font-weight:600;}
.pro_show .right .price em{font-size:12px;color:#8e8e73;font-style:normal;padding-left:5px;}
.pro_show .right .tags{margin:20px 0;}
.pro_show .right .tags a{margin-left:10px;display:inline-block;border-radius:8px;border:1px solid #e5e7eb;background:#fff;padding:4px 8px;font-weight:normal;font-size:14px;}
.pro_show .right .tags a:hover{background:#D32F2F;color:#fff;border-color:#D32F2F;}
.pro_show .right .action{margin:30px 0 50px 0;}
.pro_intro{margin:20px 0;}
.pro_intro .left{width:320px;margin-right:20px;float:left;border:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-radius:16px;}
.pro_intro .plist{margin:15px;width:300px;}
.pro_intro .plist ul{width:304px;}
.pro_intro .plist ul li{float:left;width:137px;margin: 0 15px 15px 0;}
.pro_intro .plist ul li a{border:1px solid #ededed;padding:4px;display:block;background:#fff;border-radius:12px;}
.pro_intro .plist ul li a div{overflow:hidden;width:100%;height:100%;}
.pro_intro .plist ul li a div img{width:100%;height:100%;max-height:127px;min-height:127px;display:block;border:0;}
.pro_intro .plist ul li a p{text-align:center;font-size:14px;color:#333;margin:0;padding:5px 0;}
.pro_intro .plist ul li a:hover p{color:#D32F2F;}

.pro_intro .right{float:left;width:850px;border:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-radius:16px;}
.pro_intro .tabs{width:100%;background:#f7f7f7;}
.pro_intro .tabs ul{width:100%;background:#f7f7f7;}
.pro_intro .tabs ul li{float:left;}
.pro_intro .tabs ul li a{display:block;padding:10px 30px;text-align:center;font-size:14px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff;color:#8e8e73;border-top:2px solid #fff;}
.pro_intro .tabs ul li.hover a{border-bottom:1px solid #fff;background:#fff;font-weight:600;color:#1d1d1f;border-top:2px solid #D32F2F;}
.pro_intro .intro{padding:30px;}
.pro_intro .intro p{margin:0;padding:0;}
.pro_intro .intro img{max-width:790px;border-radius:12px;}

.pro_intro .intro .extend{}
.pro_intro .intro .extend li{font-size:14px;line-height:30px;}
.pro_intro .intro .extend li em{display:inline-block;width:120px;font-style:normal;color:#8e8e73;font-size:14px;}

/* ========== 订单展示 ========== */
.ordershow{margin:10px 0 0 0;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;}
.ordershow .tips{margin:20px 40px 30px 40px;position:relative;}
.ordershow .tips h3{font-size:24px;font-weight:600;margin:0;}
.ordershow .tips p{font-size:15px;padding-left:68px;}
.ordershow .tips div{font-size:20px;position:absolute;bottom:20px;right:0;}
.ordershow .tips div em{color:#D32F2F;font-style:normal;font-weight:600;}
.ordershow .tips p em{color:#D32F2F;font-style:normal;}
.ordershow h5{font-size:18px;font-weight:600;padding-left:30px;background:#f5f5f7;border:1px solid #e5e7eb;border-left:0;border-right:0;height:50px;line-height:50px;margin:10px 0;}
.ordershow .info{margin:0;list-style:none;}
.ordershow .info li{padding:0 0 10px 0;font-size:14px;}
.ordershow .info li span{display:inline-block;width:120px;text-align:right;padding-right:10px;color:#8e8e73;}
.ordershow .info li em{color:#D32F2F;font-style:normal;}
.ordershow .pay{margin:0 20px 20px;list-style:none;overflow:hidden;}
.ordershow .pay li{float:left;width:19%;margin:5px 1% 1% 0;cursor:pointer;}
.ordershow .pay li div{border:1px solid #e5e7eb;text-align:center;margin-left:10px;position:relative;border-radius:12px;transition:all 0.2s;}
.ordershow .pay li div em{display:none;width:20px;height:20px;position:absolute;right:0;bottom:0;z-index:9;background:url(../images/selected.gif) no-repeat bottom;}
.ordershow .pay .active div{border-color:#D32F2F;background:#FFCDD2;}
.ordershow .pay .active div em{display:block;}

.ordershow .bottom{height:70px;line-height:70px;bottom:0;background:#f5f5f7;border-top:1px solid #e5e7eb;text-align:center;padding:0 20px;}
.ordershow .bottom button{margin-left:15px;border:0;background:#D32F2F;color:#fff;padding:12px 32px;border-radius:12px;font-size:15px;font-weight:500;}

/* ========== 自定义表单 ========== */
.form-add input[type=number],.form-add input[type=search],.form-add input[type=text],.form-add input[type=password],.form-add input[type=datetime],.form-add input[type=datetime-local],.form-add input[type=date],.form-add input[type=month],.form-add input[type=time],.form-add input[type=week],.form-add input[type=email],.form-add input[type=url],.form-add input[type=tel],.form-add input[type=color],.form-add select,.form-add textarea,.am-form-field{width:auto;display:inline;border:1px solid #e5e7eb;border-radius:8px;-webkit-appearance:none;box-shadow:none;padding:10px 14px;font-size:14px;background:#fff;transition:border-color 0.2s;}
.form-add input:focus,.form-add textarea:focus,.form-add select:focus{border-color:#D32F2F;outline:none;}
.form-add .w420{width:480px;}
.form-add input{border:1px solid #e5e7eb;width:60px;padding:8px 12px;border-radius:8px;}
.form-add em{color:#8e8e73;font-style:normal;}

/* ========== 表单内容 ========== */
.formshow{}
.formshow .item{font-size:14px;line-height:30px;clear:both;}
.formshow .item .lefter{display:inline-block;width:120px;font-style:normal;color:#8e8e73;font-size:14px;float:left;}
.formshow .item .righter{margin-left:120px;line-height:30px;}
.formshow .item .righter .pic{max-width:400px;margin:10px 0;border-radius:12px;}
.formshow .item .righter video{width:450px;height:300px;border-radius:12px;}

.imagelist{overflow:hidden;}
.imagelist ul{margin:0;padding:0;list-style:none;}
.imagelist ul li{float:left;width:19%;margin-right:1%;border:1px solid #e5e7eb;padding:5px;border-radius:12px;margin-top:15px;cursor:pointer;position:relative;}
.imagelist ul li .preview{height:140px;background:#f5f5f7;overflow:hidden;text-align:center;border-radius:8px;}
.imagelist ul li .preview img{vertical-align:middle;max-width:100%;max-height:140px;}
.imagelist ul li .preview:after{content:' ';width:0;height:100%;display:inline-block;vertical-align:middle;overflow:hidden;}
.imagelist ul li .intro textarea{width:100%;margin:5px 0;padding:8px 10px;font-size:14px;height:50px;color:#8e8e73;border:1px solid #e5e7eb;border-radius:8px;}
.imagelist ul li .action{text-align:center;overflow:hidden;}
.imagelist ul li .action a{text-align:center;color:#8e8e73;outline:none;width:33.3333%;float:left;}
.imagelist ul li .action a:hover{color:#D32F2F;}
.imagelist ul .hover{border:2px solid #D32F2F;}
.imagelist ul .hover:after{width:0;height:0;border-top:24px solid #D32F2F;border-left:24px solid transparent;position:absolute;display:block;right:0;content:"";top:0;z-index:1001;border-radius:0 10px 0 0;}
.imagelist ul .hover:before{font:normal normal normal 12px/1 FontAwesome;content:"\f00c";display:block;position:absolute;top:4px;right:6px;z-index:1002;color:#fff;font-size:10px;}

/* ========== 分页 ========== */
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#6e6e73;display:inline-block;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;font-size:14px;}
.pagelist li a:hover{border-color:#D32F2F;background:#D32F2F;color:#fff;}
.pagelist li.active a{border-color:#D32F2F;background:#D32F2F;color:#fff;}

/* ========== 网站地图 ========== */
.map_one{border-bottom:1px solid #e5e7eb;line-height:48px;}
.map_one a{font-size:18px;font-weight:500;}
.map_two{margin:15px 0;}
.map_two a{display:inline-block;margin-right:15px;color:#6e6e73;}
.map_two a:hover{color:#D32F2F;}

/* ========== 右侧浮动服务 ========== */
.plug_service{position:fixed;right:1%;bottom:5%;z-index:999;}
.plug_service li{margin-bottom:-1px;position:relative;}
.plug_service li a{display:block;text-align:center;background:#fff;border:1px solid #e5e7eb;padding:4px 10px 8px 10px;font-size:12px;color:#6e6e73;outline:none;border-radius:8px 8px 0 0;}
.plug_service li a span{display:block;font-size:22px;color:#D32F2F;}
.plug_service li a:hover{background:#D32F2F;color:#fff;border-color:#D32F2F;}
.plug_service li a:hover span{color:#fff;}
.plug_service .hover a{background:#D32F2F;border-color:#D32F2F;color:#fff;}
.plug_service .hover a span{color:#fff;}
.plug_service .hotline{position:absolute;display:none;background:#fff;padding:12px 16px 0 16px;left:-200px;bottom:0px;width:180px;border:1px solid #e5e7eb;font-size:12px;color:#8e8e73;line-height:24px;border-radius:12px;}
.plug_service .hotline b{display:block;font-size:16px;color:#1d1d1f;}
.plug_service .hotline:after{content:" ";position:absolute;right:-10px;top:25px;width:20px;height:20px;border:#e5e7eb solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;}
.plug_service .weixin_pic{position:absolute;display:none;background:#fff;padding:5px;left:-230px;bottom:-70px;width:210px;border:1px solid #e5e7eb;border-radius:12px;}
.plug_service .weixin_pic p{text-align:center;margin:0 0 10px 0;padding:0;}
.plug_service .weixin_pic p span{color:#D32F2F;}
.plug_service .weixin_pic:after{content:" ";position:absolute;right:-10px;top:130px;width:20px;height:20px;border:#e5e7eb solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;}
.plug_service li:hover div{display:block;}
.plug_service li:last-child{margin-top:5px;}

/* ========== 无缝滚动 ========== */
.str_wrap{overflow:hidden;width:100%;position:relative;white-space:nowrap;}
.str_move {white-space:nowrap;position:absolute; top:0; left:0;cursor:move;}
.str_move_clone {display:inline-block;vertical-align:top;position:absolute; left:100%;top:0;}
.str_vertical .str_move_clone {left:0;top:100%;}
.str_down .str_move_clone {left:0;bottom:100%;}
.str_vertical .str_move,
.str_down .str_move {white-space:normal;width:100%;}
.str_static .str_move,.no_drag .str_move,.noStop .str_move{cursor:inherit;}
.str_wrap img {max-width:none !important;}

/* ========== 会员中心 ========== */
.page_login{min-height:500px;padding:30px 30px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e5e7eb;background:#fff;border-radius:16px;}
.page_login .left{float:left;padding:30px;width:760px;}
.page_login .right{float:right;height:470px;border-left:1px solid #f0f0f2;width:350px;padding:60px 0 0 60px;font-family:microsoft yahei;}
.page_login .right a.btn{display:inline-block;padding:10px 35px;background:#D32F2F;color:#fff;border-radius:8px;font-weight:500;}
.page_login .right a.btn:hover{background:#B71C1C;color:#fff;}
.page_login .right .quick h5{margin:40px 0 30px 0;padding-bottom:15px;border-bottom:1px dashed #e5e7eb;font-weight:normal;}
.page_login .right .quick a{font-size:13px;border:1px solid #D32F2F;padding:10px 15px;border-radius:8px;background:#D32F2F;color:#fff;margin:5px;}
.page_login .right .quick a:hover{background:#B71C1C;border-color:#B71C1C;color:#fff;}

.login_css{margin:40px 0 0 120px;}
.login_css ul{margin:0;padding:0;list-style:none;}
.login_css ul li{padding:0 0 15px 0;}
.login_css ul li em{display:inline-block;width:80px;font-family:microsoft yahei;text-align:right;padding-right:10px;font-style:normal;color:#6e6e73;}
.login_css ul li .ip{border:1px solid #e5e7eb;padding:10px 12px;vertical-align:middle;border-radius:8px;font-size:14px;margin:0;}
.login_css ul li .w{width:250px;}
.login_css ul li .wcode{width:120px;}
.login_css ul li img{vertical-align:middle;cursor:pointer;}
.login_css ul li .bnt{background:#D32F2F;border:0;margin-left:80px;color:#fff;padding:10px 24px;border-radius:8px;cursor:pointer;font-weight:500;}
.login_css ul li a.getpass{color:#8e8e73;font-size:14px;}
.login_css ul li a:hover.getpass{color:#D32F2F;}

.reg_css{margin:40px 0 0 20px;}
.reg_css ul{margin:0;padding:0;list-style:none;}
.reg_css ul li{padding:0 0 15px 0;min-height:55px;}
.reg_css ul li em{display:inline-block;width:130px;font-family:microsoft yahei;text-align:right;padding-right:10px;font-style:normal;color:#6e6e73;float:left;}
.reg_css ul li .text-blue{color:#D32F2F;}
.reg_css ul li .text-red{color:#c41e3a;}
.reg_css ul li .ip{border:1px solid #e5e7eb;padding:10px 12px;vertical-align:middle;border-radius:8px;font-size:14px;}
.reg_css ul li .w{width:320px;}
.reg_css ul li .wcode{width:210px;}
.reg_css ul li img{vertical-align:middle;cursor:pointer;}
.reg_css ul li button{border:1px solid #e5e7eb;padding:10px 16px;vertical-align:middle;border-radius:8px;font-size:14px;cursor:pointer;margin-left:7px;}
.reg_css ul li .bnt{background:#D32F2F;border:0;margin-left:130px;color:#fff;padding:10px 24px;border-radius:8px;cursor:pointer;font-weight:500;}
.reg_css ul li .send{background:#D32F2F;border:0;margin-left:10px;color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;vertical-align:middle;font-weight:500;}
.reg_css ul #paytips{padding-left:130px;}
.reg_css ul li p{font-size:14px;margin:8px 0;color:#333;border:1px solid #D32F2F;background:#FFCDD2;padding:10px 20px;border-radius:8px;}
.reg_css ul li p strong{color:#D32F2F;}

.reg_css ul dl{margin:-2px 0 0 0;padding:0;list-style:none;float:left;}
.reg_css ul dl dt{float:left;position:relative;margin:0 10px 0 0;}
.reg_css ul dl dt a{border:1px solid #e5e7eb;border-radius:8px 0 0 0;background:#fff;display:inline-block;height:38px;line-height:38px;padding:0 20px;font-weight:normal;font-size:14px;color:#6e6e73;}
.reg_css ul dl dt a:hover{border:1px solid #D32F2F;}
.reg_css ul dl dt a span{color:#8e8e73;}
.reg_css ul dl dt i{position:absolute;width:10px;height:10px;font-size:0;line-height:0;right:1px;bottom:1px;background:url(../images/selected.gif) no-repeat right bottom;z-index:99;display:none;}
.reg_css ul dl dt.selected a{border:1px solid #D32F2F;color:#333;}
.reg_css ul dl dt.selected i{display:block;}

.api_user{padding:30px 0 0 60px;font-size:15px;}
.api_user span{color:#D32F2F;}

.user_center{box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e5e7eb;background:#fff;overflow:hidden;border-radius:16px;}
.user_center .lefter{width:160px;float:left;}
.user_center .lefter ul{margin:15px 0;padding:0 0 10px 0;list-style:none;border-bottom:1px solid #f0f0f2;}
.user_center .lefter ul li{color:#8e8e73;line-height:40px;height:40px;margin-bottom:1px;}
.user_center .lefter ul li .title{padding-left:25px;}
.user_center .lefter ul li .title span{margin-right:10px;}
.user_center .lefter ul li a{padding-left:53px;line-height:40px;height:40px;display:block;font-size:14px;}
.user_center .lefter ul li a:hover{background:#f5f5f7;}
.user_center .lefter ul .hover a{padding-left:53px;line-height:40px;height:40px;display:block;font-size:14px;background:#D32F2F;color:#fff;}
.user_center .lefter ul .hover a:hover{background:#D32F2F;color:#fff;}
.user_center .righter{margin:0 30px 0 0;float:right;width:988px;padding:0 0 20px 20px;border-left:1px solid #f0f0f2;min-height:600px;}
.user_center .righter .user_info{padding:20px 30px;}
.user_center .righter .user_info .face{width:10%;float:left;margin-right:10%;cursor:pointer;}
.user_center .righter .user_info .face img{border-radius:50%;border:1px solid #f0f0f2;padding:4px;}
.user_center .righter .user_info .info{float:left;width:75%;}
.user_center .righter .user_info .info p span{color:#D32F2F;}
.user_center .righter .user_info .info ul{margin:0;padding:0;list-style:none;}
.user_center .righter .user_info .info ul li{font-size:16px;line-height:50px;height:50px;border-bottom:1px dashed #eee;vertical-align:middle;float:left;width:45%;margin-right:5%;}
.user_center .righter .user_info .info ul li span{color:#D32F2F;}
.user_center .righter .user_info .info ul li em{color:#8e8e73;font-style:normal;display:inline-block;width:80px;text-align:right;margin-right:10px;}

/* ========== 论坛 ========== */
.minheight{min-height:500px;margin:20px auto;}
.bbs{overflow:hidden;}
.bbs .box{box-shadow:0 2px 12px rgba(0,0,0,0.06);background:#fff;border:1px solid #e5e7eb;border-radius:16px;}
.bbs .lefter{width:800px;float:left;margin-right:18px;min-height:500px;}
.bbs .lefter .nav{padding:30px 20px 20px 30px;border-bottom:1px solid #f0f0f2;}
.bbs .lefter .nav a{color:#6e6e73;margin-right:15px;}
.bbs .lefter .nav a:hover{color:#D32F2F;}
.bbs .lefter .nav a.hover{color:#D32F2F;}
.bbs .lefter .nav a.btn{float:right;background:#D32F2F;color:#fff;padding:8px 30px;border-radius:8px;vertical-align:middle;margin:-10px 0 0 0;font-weight:500;}
.bbs .lefter .nav a:hover.btn{background:#B71C1C;color:#fff;}
.bbs .lefter .nav a.active{color:#c41e3a;margin:0 5px;}

.bbs .list{padding:10px 15px;}
.bbs .list ul{margin:0;padding:0;list-style:none;}
.bbs .list ul li{overflow:hidden;border-bottom:1px solid #f0f0f2;padding:10px 15px;}
.bbs .list ul li .face{float:left;width:60px;}
.bbs .list ul li .face img{width:45px;height:45px;border-radius:100%;}
.bbs .list ul li .info{margin-left:60px;position:relative;}
.bbs .list ul li .info h5{font-size:16px;font-weight:500;margin:0;padding:0;}
.bbs .list ul li .info h5 a{margin-right:5px;}
.bbs .list ul li .info h5 a:hover{color:#D32F2F;}
.bbs .list ul li .info h5 em{border:1px solid #c41e3a;color:#c41e3a;border-radius:4px;padding:2px 4px;margin-left:5px;font-style:normal;font-size:12px;}
.bbs .list ul li .info .nickname{color:#8e8e73;font-size:14px;}
.bbs .list ul li .info .nickname a{color:#8e8e73;}
.bbs .list ul li .info .nickname a:hover{color:#D32F2F;}
.bbs .list ul li .info .other{position:absolute;right:0;bottom:0;font-size:12px;color:#8e8e73;}
.bbs .list ul li .info .other span{color:#8e8e73;margin-right:3px;}
.bbs .list ul li:hover{background:#f5f5f7;}

.bbs .newpost{padding:30px}
.bbs .showbbs{padding:20px;}
.bbs .showbbs .title{position:relative;}
.bbs .showbbs .title h1{font-size:18px;padding:0;margin:0;max-width:710px;font-weight:600;}
.bbs .showbbs .title .info{border-bottom:1px solid #f0f0f2;line-height:45px;padding-top:5px;margin-bottom:15px;font-size:12px;color:#8e8e73;}
.bbs .showbbs .title .info span{margin-right:5px;}
.bbs .showbbs .title .face{position:absolute;right:0;top:0;}
.bbs .showbbs .title .face img{width:60px;height:60px;border-radius:100%;}
.bbs .showbbs .content{word-break:break-all;line-height:1.8;}
.bbs .showbbs .content img{max-width:100%;border-radius:12px;}
.bbs .showbbs .content a{color:#D32F2F;margin:0 10px;}
.bbs .showbbs .content a:hover{color:#B71C1C;text-decoration:underline;}
.bbs .reply{padding:10px 20px;}
.bbs .reply .title{font-size:16px;font-weight:600;border-bottom:1px solid #f0f0f2;line-height:45px;margin-bottom:15px;}
.bbs .tips{font-size:14px;color:#6e6e73;}
.bbs .tips a{color:#D32F2F;margin:0 10px;}
.bbs .tips a:hover{color:#B71C1C;}

.bbs .replylist{padding:0;font-size:14px;color:#6e6e73;}
.bbs .replylist ul{margin:0;padding:0;list-style:none;}
.bbs .replylist ul li{overflow:hidden;border-bottom:1px solid #f0f0f2;padding:10px 15px;}
.bbs .replylist ul li .face{float:left;width:60px;text-align:left;}
.bbs .replylist ul li .face img{width:45px;height:45px;}
.bbs .replylist ul li .info{margin-left:60px;position:relative;}
.bbs .replylist ul li .info .nickname{color:#8e8e73;font-size:14px;}
.bbs .replylist ul li .info .nickname a{color:#6e6e73;}
.bbs .replylist ul li .info .nickname a:hover{color:#D32F2F;}
.bbs .replylist ul li .info .text{font-size:14px;color:#444;line-height:24px;}
.bbs .replylist ul li .info .text img{max-width:100%;}
.bbs .replylist ul li:hover{background:#f5f5f7;}

.bbs .form_reply{}
.bbs .form_reply .face{float:left;width:60px;text-align:left;}
.bbs .form_reply .face img{width:46px;height:46px;display:block;border-radius:100%;}
.bbs .form_reply .face p{font-size:14px;line-height:24px;color:#6e6e73;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:0;display:none;}
.bbs .form_reply .info{margin-left:63px;position:relative;}
.bbs .form_reply .info textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;-webkit-appearance:none;font-size:14px;height:80px;padding:10px;}
.bbs .form_reply .info textarea:focus{border-color:#D32F2F;outline:none;}
.bbs .form_reply .info input[type=submit]{color:#fff;background:#D32F2F;font-size:14px;margin:8px 0;border:0;padding:8px 20px;float:right;border-radius:8px;font-weight:500;}

.bbs .righter{margin:0;padding:0;float:right;width:370px;}
.bbs .righter .user{text-align:center;padding:40px 0;border-bottom:1px solid #f0f0f2;overflow:hidden;}
.bbs .righter .user .nickname{font-size:20px;line-height:40px;padding-bottom:10px;}
.bbs .righter .user .face img{border-radius:100%;width:100px;height:100px;}
.bbs .righter .user .count{margin-top:20px;}
.bbs .righter .user a{display:block;width:50%;float:left;font-weight:700;}
.bbs .righter .user a span{color:#8e8e73;font-size:60px;display:block;font-weight:normal;margin-top:-25px;}
.bbs .righter .user a p{color:#1d1d1f;font-size:18px;margin:0;}
.bbs .righter .user a:last-child{border-left:1px solid #f0f0f2;}
.bbs .righter .topic{padding:20px;}
.bbs .righter .topic h2{font-size:18px;font-weight:400;color:#1d1d1f;margin:0;padding:0;}
.bbs .righter .topic ul{margin:10px 0;padding:0;list-style:none;}
.bbs .righter .topic ul li{border-bottom:1px solid #f0f0f2;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bbs .righter .topic ul li a{color:#444;}
.bbs .righter .topic ul li a:hover{color:#D32F2F;}
.bbs .righter .topic ul li span{width:24px;height:24px;line-height:24px;display:inline-block;background:#8e8e73;color:#fff;border-radius:50%;text-align:center;margin-right:10px;font-size:12px;}
.bbs .righter .topic ul li .hover{background:#D32F2F;}

.bbs .righter .searchs{padding:20px;}
.bbs .righter .searchs h2{font-size:18px;font-weight:400;color:#1d1d1f;margin:0;padding:0;}
.bbs .righter .searchs form{margin:20px 0 0 0;}
.bbs .righter .searchs form input[type=text]{border:1px solid #e5e7eb;padding:8px 10px;font-size:14px;width:220px;border-radius:8px 0 0 8px;}
.bbs .righter .searchs form input[type=submit]{border:1px solid #D32F2F;background:#D32F2F;color:#fff;padding:8px 20px;font-size:14px;border-radius:0 8px 8px 0;font-weight:500;}

.am-comment-bd{font-family:microsoft yahei;line-height:24px;font-size:14px;}
.am-comment-bd img{max-width:100%;border-radius:12px;}
.am-comment-bd blockquote{font-family:microsoft yahei;line-height:24px;font-size:14px;background:#f5f5f7;border-radius:8px;}
.am-comment-bd blockquote p{margin:0 0 5px 0;padding:0;}
.am-btn-default{background-color:#fff;}
[class*=am-icon-]{font-family:FontAwesome;}

/* ========== 票型 ========== */
.ticketInfo{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;}
.ticketInfo li{background:#fff;border-bottom:1px solid #f0f0f2;padding:16px;position:relative;}
.ticketInfo li:last-child{border-bottom:none;}
.ticketInfo .orderBlock{}
.ticketInfo .orderBlock dt{width:100%;line-height:1.8;margin-bottom:8px;}
.ticketInfo .orderBlock dt a{font-size:16px;color:#1d1d1f;font-weight:500;}
.ticketInfo .orderBlock dt a:hover{color:#D32F2F;}
.ticketInfo .orderBlock dd{position:relative;min-height:60px;}
.ticketInfo .Tinfo{width:70%;}
.ticketInfo .Tinfo span{height:32px;margin-bottom:0;display:inline-flex;align-items:center;margin-right:12px;padding-top:4px;}
.ticketInfo .Tinfo span em{color:#D32F2F;}
.ticketInfo .Tinfo span i{background:#D32F2F;height:24px;width:24px;margin-right:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;border-radius:50%;font-style:normal;font-weight:500;}
.ticketInfo .Tinfo span.price{font-size:20px;font-weight:600;}
.ticketInfo .Tinfo span.price em{color:#D32F2F;font-weight:600;padding-right:8px;}
.ticketInfo .Tinfo span.price del{font-size:13px;color:#8e8e73;}
.ticketInfo .Tbooking{position:absolute;bottom:0;right:0;width:100px;background:#D32F2F;padding:0;text-align:center;border-radius:10px;overflow:hidden;}
.ticketInfo .Tbooking a{display:block;color:#fff;font-weight:500;}
.ticketInfo .Tbooking p{height:36px;line-height:36px;margin:0;color:#fff;}
.ticketInfo .Tbooking p.t{background:#fff;color:#D32F2F;}

.ticketInfo .nospace{padding:16px;}

/* ========== 观众热评 ========== */
.review-list{margin-top:10px;}
.review-item{border-bottom:1px solid #f0f0f2;padding:12px 0;}
.review-header{display:flex;justify-content:space-between;font-size:13px;color:#8e8e73;margin-bottom:4px;}
.review-name{color:#1d1d1f;font-weight:500;}
.review-text{font-size:13px;color:#333;margin:0;}
.review-reply{font-size:12px;color:#6e6e73;margin:4px 0 0 0;}
.review-reply span{color:#D32F2F;}

/* ========== 工具类 ========== */
.text-center{text-align:center;}
.text-hide{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

/* ========== 预订按钮样式 ========== */
.booking-cta-row .am-btn-warning,
.booking-cta-row a.am-btn-warning{background:#D32F2F;color:#fff;border-color:#D32F2F;font-weight:500;}
.booking-cta-row .am-btn-warning:hover,
.booking-cta-row a.am-btn-warning:hover{background:#B71C1C;color:#fff;border-color:#B71C1C;}

.m-booking-actions{margin:16px 0 0;}
.m-booking-actions .am-btn{margin-bottom:10px;height:48px;line-height:48px;border-radius:12px;font-size:15px;font-weight:500;border:none;}
.m-booking-actions .am-btn-warning{background:#D32F2F;color:#fff;}
.m-booking-actions .am-btn-secondary{background:#f5f5f7;color:#1d1d1f;}
.m-booking-actions .am-btn:last-child{margin-bottom:0;}