 :root {
   --primary-dark: #0B1426;
   --secondary-dark: #0F1D32;
   --accent-gold: #E8A838;
   --accent-gold-light: #F0C050;
   --accent-orange: #D4832A;
   --text-primary: #FFFFFF;
   --text-secondary: #94A3B8;
   --text-muted: #64748B;
   --border-color: rgba(255, 255, 255, 0.1);
   --card-bg: rgba(255, 255, 255, 0.05);
   --gradient-gold: linear-gradient(135deg, #E8A838 0%, #F0C050 50%, #D4832A 100%);
   --gradient-dark: linear-gradient(180deg, #0B1426 0%, #0F1D32 100%);
   --shadow-gold: 0 0 30px rgba(232, 168, 56, 0.3);
 }

 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 html {
   scroll-behavior: smooth;
 }

 img {
   max-width: 100%;
 }

 body {

   overflow-x: hidden;
 }

 .icon {
   width: 1em;
   height: 1em;
   vertical-align: middle;
   fill: currentColor;
   overflow: hidden;
 }


 .byw-header-topbar,
 .byzwPC-topbar {
   float: left;
   display: block;
   margin-bottom: 10px;
   width: 100%;
   background-color: #F5F5F5;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 }

 .byw-header-topbar .byw-width-1200,
 .byzwPC-topbar .byzwPC-width-1200 {
   margin: 0 auto;
   display: block;
   width: 1400px;
   height: 36px;

 }

 .byw-header-topbar ul,
 .byzwPC-topbar ul {
   float: left;
   display: inline;
   margin: 0;
   padding: 0;
 }

 .byw-header-topbar ul:first-of-type,
 .byzwPC-topbar ul:first-of-type {
   width: 80%;
   text-align: left;
 }

 .byw-header-topbar ul:last-of-type,
 .byzwPC-topbar ul:last-of-type {
   float: right;
   width: 20%;
   text-align: right;
 }

 .byw-header-topbar ul li,
 .byzwPC-topbar ul li {
   float: none !important;
   display: inline-block;
   font-size: 14px;
   line-height: 35px;
   color: #CCC;
 }

 .byw-header-topbar ul:first-of-type li,
 .byzwPC-topbar ul:first-of-type li {
   float: left;
 }

 .byw-header-topbar ul:first-of-type li a,
 .byzwPC-topbar ul:first-of-type li a {
   padding-left: 5px;
   padding-right: 5px;
   font-size: 14px;
   line-height: 35px;
   color: #666;
 }

 .byw-header-topbar ul:first-of-type li:first-of-type a:first-of-type,
 .byzwPC-topbar ul:first-of-type li:first-of-type a:first-of-type {
   padding-left: 10px;
 }

 .byw-header-topbar ul:last-of-type li:not(:first-of-type)::before,
 .byzwPC-topbar ul:last-of-type li:not(:first-of-type)::before {
   /*float: left;
	top: 12px;*/
   display: inline-block;
   content: "";
   position: relative;
   top: 1px;
   left: 1px;
   width: 2px;
   height: 12px;
   background-color: #DDD;
 }

 .byw-header-topbar ul:last-of-type li a,
 .byzwPC-topbar ul:last-of-type li a {
   padding-left: 10px;
   padding-right: 10px;
   font-size: 14px;
   line-height: 35px;
   color: #666;
 }

 .byw-header-topbar ul:last-of-type li a,
 .byzwPC-topbar .byzwPC-width-1200 ul:last-of-type li a {
   padding-left: 10px;
   padding-right: 10px;
 }



 .ShopVideo {
   float: left;
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
   overflow: hidden;
 }

 .ShopVideo iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
 }

 html {
   overflow: auto;
 }

 body {
   overflow: visible;
   padding: 0 auto;
   margin: 0 auto;
   font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
   line-height: 1.6;
   background-color:
     /*#FAFAFA*/
     /*#F5F5F5*/
     #FFF;
 }

 ul,
 li,
 ol {
   list-style: none;
 }

 .byw-width-1200 {
   width: 1400px;
   margin: 0 auto;
 }


 /* é¦–é¡µ */

 .byw-topbar {
   height: 120px;
   /*border-top: 1px solid #EEE;*/
 }

 .byw-topbar-logo {
   float: left;
   display: block;
   margin-top: 25px;
   margin-right: 20px;
   height: 80px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   /*width: 250px;*/
 }

 .byw-topbar-logo img {
   width: 100%;
 }

 .byw-topbar-title {
   float: left;
   display: block;
   padding: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }

 .byw-topbar-title h1,
 .byw-topbar-title h2 {
   margin-top: 20px;
   margin-bottom: 5px;
   font-size: 28px;
   font-weight: 500;
   line-height: 30px;
   /*margin-top: 30px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;*/
   color: #333;
   text-shadow: 2px 2px 2px #F0F0F0;
 }

 .byw-topbar-title h1 a,
 .byw-topbar-title h2 a {
   color: #333;
 }

 .byw-topbar-title h2 {
   padding-top: 15px;
 }

 .byw-topbar-title span {
   font-size: 16px;
   line-height: 14px;
   color: #696969;
   text-shadow: 1px 1px 1px #FFF;
 }

 .byw-topbar-title span a {
   color: #696969;
 }

 .byw-contact-number {
   float: right;
   color: #e60000;
   font-size: 36px;
   margin-top: 40px;
   font-weight: 500;
 }

 .byw-contact-number .btn-default {
   display: inline-block;
   margin-top: -10px;
   margin-left: 20px;
   padding: 10px 20px;
   height: 38px;
   font-size: 16px;
   line-height: 18px !important;
   letter-spacing: 2px !important;
   text-indent: 4px !important;
   text-align: center !important;
   color: #FFF !important;
   background-color: #1A73E8 !important;
   border: 1px solid #1A73E8 !important;
   border-radius: 3px !important;
 }


 /* pcå¯¼èˆª */

 .byw-nav {
   /*background-color: #000;*/
   /*background-color: #e60000;*/
   background-color: transparent;
   height: 48px;
   text-align: center;
   margin-bottom: 15px;
 }

 .byw-nav-menu {
   margin-bottom: 0;
   padding-left: 0;
   height: 48px;
   display: flex;
   background-color: #e60000;
   justify-content: center;
   align-items: center;
 }


 /*.byw-nav-menu::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.byw-nav-menu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	background-color: rgba(255, 255, 255, 0.65);
}

.byw-nav-menu::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	background-color: #e60000;
}*/

 .byw-nav-menu li {
   list-style: none;
   display: inline;
 }


 /*.byw-nav-menu li a {
	display: inline-block;
	color: #FFF;
	padding: 11px 25px;
	width: 114px;
}*/

 .byw-nav-menu li a {
   display: block;
   color: #FFF;
   line-height: 48px;
   padding: 0 12px;
   font-size: 16px;
 }

 .byw-nav-menu li a:hover,
 .byw-a-f-skin {
   color: #FFF;
   /*background-color: #9b9b9b;*/
   background-color: #FF0000;
 }


 /*äº§å“åˆ†ç±»ä¸‹æ‹‰èœå•*/

 .byw-nav-menu li>ul {
   position: absolute;
   z-index: 1000;
   display: none;
   left: 0;
   width: 1400px;
 }

 .byw-nav-menu li:hover>ul {
   display: block;
   top: 102%;
 }

 .byw-nav-menu ul>li>ul li {
   padding-left: 5px;
   position: relative;
   display: inline-block;
 }

 .byw-nav-menu ul li a {
   min-width: 125px;
   padding: 5px 15px;
   width: 100%;
 }

 .byw-nav-menu ul>li>div>a:hover {
   text-decoration: underline;
   background: none;
 }

 .byw-nav-menu ul>li>div>a {
   font-size: 15px;
   padding: 0;
 }


 /*äº§å“ä¿¡æ¯*/

 .byw-products-title {
   color: #333;
   font-size: 24px;
 }

 .byw-products-title p {
   text-align: center;
   border-bottom: 7px solid #e60000;
   padding-bottom: 8px;
   margin-bottom: 3px;
   box-shadow: 0 1px 8px rgba(128, 64, 64, 0.4);
 }

 .byw-bj-white {
   background-color: #FFF;
 }

 .byw-am-gallery-item-1 {
   padding: 0;
   float: left;
   display: block;
   width: 100%;
   border: 1px solid #CCC;
   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
   box-shadow: 0 0 3px rgba(0, 0, 0, .25);
 }

 .byw-am-gallery-item-1 .byw-img {
   float: left;
   display: block;
   position: relative;
   height: 0;
   padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
 }

 .byw-am-gallery-item-1 .byw-img img {
   position: absolute;
   width: 100% !important;
   height: 100% !important;
   top: 0;
   left: 0;
 }

 .byw-am-gallery-title {
   float: left;
   font-size: 18px;
   color: #e60000;
   font-weight: 700;
   width: 100%;
   padding-top: 8px;
   padding-bottom: 5px;
 }

 .byw-am-gallery-desc {
   float: left;
   width: 100%;
   padding-bottom: 5px;
   margin-bottom: 10px;
   height: 55px;
   font-size: 16px;
   line-height: 24px;
   color: #333;
   overflow: hidden;
   white-space: normal;
   text-overflow: ellipsis;
 }

 .byw-am-gallery-desc:hover {
   color: #e60000;
 }


 /*å·¦éƒ¨åˆ†å¼€å§‹*/

 .byw-mainLeft {
   float: left;
   display: block;
   /*margin-bottom: 20px;*/
   margin-right: 20px;
   width: 380px;
 }

 .byw-mainLeftA {
   float: left;
   display: block;
   margin-bottom: 20px;
   padding-bottom: 20px;
   width: 100%;
   background-color: #FFF;
   border: 1px #e3e3e3 solid;
   border-top-color: #000;
 }

 .byw-mainLeftA-title {
   padding: 20px 25px 10px 25px;
   font-weight: 700;
   font-size: 18px;
   color: #333;
 }

 .byw-mainLeftA-classification {
   padding-left: 15px;
   margin-top: 0;
   padding-right: 15px;
 }

 .byw-mainLeftA-classification li {
   border-bottom: 1px dashed #DDD;
 }

 .byw-mainLeft .byw-mainLeftA ul li {
   float: left;
   display: block;
   padding-left: 10px;
   padding-top: 10px;
   width: 100%;
   font-size: 16px;
   line-height: 24px;
   color: #282828;
 }

 .byw-mainLeft .byw-mainLeftA ul li span {
   float: left;
   display: block;
   width: 18%;
   font-size: 15px;
   letter-spacing: 1px;
   color: #666;
   overflow: hidden;
   white-space: nowrap;
 }

 .byw-mainLeft .byw-mainLeftA ul li i {
   margin-right: 8px;
   font-size: 14px;
   color: #999;
 }

 .byw-mainLeft .byw-mainLeftA ul li font {
   float: left;
   display: block;
   width: 82%;
 }

 .byw-mainLeft .byw-mainLeftA ul li font img.photo-wechat {
   float: left;
   display: block;
   margin-bottom: 10px;
   width: 100%;
   max-width: 120px;
 }

 .byw-mainLeft .byw-mainLeftA ul li a {
   margin-right: 5px;
   font-size: 16px;
   color: #333;
 }

 .byw-mainLeft .byw-mainLeftA ul li a.call {
   float: left;
   display: block;
   width: 100%;
   font-size: 18px;
   font-weight: 700;
   color: #EE0000;
 }

 .byw-mainLeft .byw-mainLeftA ul li a.btnMore {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 0;
   width: 97%;
   height: 40px;
   font-size: 16px;
   line-height: 20px;
   letter-spacing: 1px;
   text-align: center;
   color: #fff;
   cursor: pointer;
   background-color: #018BF6;
   border-radius: 5px;
 }

 .byw-mainLeft .byw-mainLeftA ul li a.btnLink {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 0;
   width: 97%;
   height: 40px;
   font-size: 18px;
   line-height: 20px;
   letter-spacing: 2px;
   text-align: center;
   color: #e60000;
   border-radius: 5px;
   border: 1px solid #e60000;
 }

 .byw-mainLeft .byw-mainLeftA ul li a.btnMore:hover,
 .byw-mainLeft .byw-mainLeftA ul li a.btnLink:hover {
   background-color: #e60000;
   color: #FFF;
 }

 .byw-mainLeft .byw-mainLeftA ul li.view {
   /*display: none;*/
   margin-top: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   font-size: 16px;
   color: #666;
   text-indent: 5px;
   border-top: 1px dashed #DDD;
 }


 /*äº§å“çŸ¥è¯†*/

 .byw-newsList-newsDetail p {
   font-size: 13px;
   line-height: 14px;
   color: #AAAAAA;
   margin-top: 12px;
   margin-bottom: 12px;
   letter-spacing: 1px;
 }


 /*å‹æƒ…é“¾æŽ¥*/

 .line {
   border-bottom: 0 !important;
 }


 /*åˆ†äº«*/

 .byw-share {
   padding: 0 15px 15px 15px;
 }

 .byw-share span {
   padding-left: 10px;
   float: left;
   display: block;
   line-height: 44px;
 }


 /*å³éƒ¨åˆ†å¼€å§‹*/

 .byw-mainRight {
   float: right;
   display: block;
   margin-top: 0 !important;
   /*margin-bottom: 20px;*/
   width: 1000px;
 }

 .byw-mainRightB {
   margin-bottom: 20px;
   padding: 20px;
   font-size: 18px;
   line-height: 36px;
   background-color: #FFF;
   border: 1px solid #e3e3e3;
   border-top-color: #000;
 }


 /*company*/

 .byw-mainRightB-title {
   font-weight: 700;
   font-size: 20px;
   color: #333;
 }

 .byw-vi {
   /* width: 300px; */
   padding-right: 20px;
   float: left;
   padding-top: 21px;
 }

 .byw-company-title {
   float: left;
   display: block;
   margin-top: 20px;
   margin-bottom: 20px;
   width: 100%;
 }

 .byw-company-title h2 {
   margin: 0;
   font-size: 20px;
   font-weight: 700;
   line-height: 36px;
   letter-spacing: 1px;
 }

 .byw-company-title h3 {
   margin: 0;
   padding-top: 10px;
   font-size: 18px;
   font-weight: 700;
   line-height: 36px;
   letter-spacing: 1px;
 }


 /*äº§å“ä¿¡æ¯2*/

 .byw-link-block-dongtai {
   width: auto;
   /*padding: 10px;*/
 }

 .byw-link-block-dongtai ul {
   padding-left: 0;
   margin-bottom: 0;
 }

 .byw-link-block-dongtai ul li .byw-news-img {
   float: left;
   position: relative;
   width: 26%;
   height: 0;
   padding-bottom: 17.3%;
   overflow: hidden;
 }

 .byw-link-block-dongtai ul li .byw-news-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 .byw-link-block-dongtai a {
   display: inline-block;
   padding: 15px 0;
   height: auto;
   width: 100%;
   border-bottom: 1px dashed #CCC;
   -webkit-transition: background-color 400ms;
   transition: background-color 400ms;
 }

 .byw-link-block-dongtai a .byw-summary {
   float: left;
   padding-left: 25px;
   width: 74%;
   height: 100%;
   color: #333;
 }

 .byw-link-block-dongtai a h1 {
   color: #333;
   margin-bottom: 0;
   line-height: 30px;
   font-size: 20px;
   text-align: left;
 }

 .byw-link-block-dongtai a h3 {
   margin: 5px 0;
   color: #888;
   font-size: 16px;
   font-weight: 400;
   text-align: left;
 }

 .byw-link-block-dongtai a h3 span {
   font-size: 18px;
   color: #e60000;
   font-weight: 700;
   padding-right: 10px;
 }

 .byw-link-block-dongtai a p {
   text-align: left;
   margin: 0;
   font-size: 18px;
   line-height: 30px;
   color: #333;
   letter-spacing: 1pt;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
 }


 /*æŽ¨èä¾›åº”å•†*/

 .byw-mainRightB-more {
   float: right;
   font-size: 12px;
   font-weight: normal;
 }

 .byw-mainRightB-title a {
   color: #000;
 }

 .byw-mainRightB-title a:hover {
   color: #e60000;
 }

 .byw-supplier ul {
   padding-left: 0;
   margin-top: 20px;
   font-size: 15px;
   color: #333;
   margin-bottom: 0;
 }

 .byw-supplier ul li {
   width: 100%;
   border-bottom: 1px #d8d8d8 dotted;
   height: 45px;
   line-height: 45px;
   overflow: hidden;
 }

 .byw-supplier-name {
   background-color: #fafafa;
   font-weight: bold;
   border: none !important;
 }

 .byw-supplier ul li font {
   float: left;
   display: block;
   width: 35%;
   padding-left: 15px;
 }

 .byw-supplier ul li font a {
   color: #333;
 }

 .byw-supplier ul li font a:hover {
   color: #e60000;
 }

 .byw-supplier ul li h3 {
   width: 65%;
   float: left;
   display: block;
   margin-top: 0;
   margin-bottom: 0;
 }

 .byw-supplier-span span {
   font-weight: normal;
   margin-right: 10px;
   color: #b2b2b2;
   display: block;
   float: left;
 }


 /* ç™¾ä¸šç½‘åº— - é’ˆå¯¹å¼•ç”¨æ ·å¼å…¼å®¹é”™è¯¯çš„æ”¹åŠ¨ */

 .byzwPC-shopList {
   float: none;
 }

 .byzwPC-shopList ul {
   padding: 0;
 }

 .byzwPC-shopList ul li a {
   color: currentcolor;
 }


 /*å…è´£å£°æ˜Ž*/

 .byw-Disclaimer {
   background-color: #FFF;
   border: 1px #e3e3e3 solid;
   padding: 20px 80px;
   margin-top: 30px;
 }

 .byw-Disclaimer-details {
   font-size: 14px;
 }

 .byw-Disclaimer-details p {
   color: #e60000;
   margin-bottom: 5px;
   margin-top: 0;
 }

 .byw-Disclaimer-details span {
   width: 91%;
   float: right;
   color: #333;
 }


 /*footer*/
 .custom-html-style {
   font-size: 14px;
   line-height: 2;
 }

 .am-cf.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    gap: 10px;
    display: flex;
}

 .byw-footer {
   margin-top: 40px;
   padding-top: 20px;
   padding-bottom: 50px;
   border-top: 2px solid #DDD;
 }

 .byw-footer p {
   font-size: 16px;
   line-height: 30px;
   color: #666;
   text-align: center;
 }

 .byw-footer p a {
   /* padding-left: 5px;
	padding-right: 5px; */
   color: #666;
 }

 .byw-footer p strong {
   padding: 0 5px;
   font-family: impact;
   font-size: 24px;
   line-height: 30px;
   color: #FF4040;
 }

 .byw-footer p img {
   max-width: 220px;
   width: 100%;
 }


 /*å›žåˆ°é¡¶éƒ¨*/
 .byw-am-gotop-fixed {
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   -webkit-justify-content: center;
   align-items: center;
   -webkit-align-items: center;
   background-color: #555555;
 }

 .byw-am-gotop-fixed .byw-am-gotop-icon {
   width: 100%;
   line-height: 32px;
   background-color: #555;
   vertical-align: middle;
   color: #ddd;
   border-radius: 50%;
 }

 .byw-am-gotop-fixed i {
   float: left;
   display: inline;
   margin: 0 !important;
   width: 23px !important;
   height: 12px !important;
   background: url("/assets/img/icon_goTop.png") no-repeat;
 }

 .byw-am-gotop-fixed .byw-am-gotop-icon:hover {
   color: #fff
 }


 /* é¦–é¡µ ç»“æŸ*/


 /* ç¿»é¡µ */

 .byw-am-pagination {
   float: left;
   display: block;
   width: 100%;
 }

 .byw-am-pagination a {
   color: #999;
 }


 /* infoDetail  */

 .byw-infoDetail {
   float: left;
   display: block;
   width: 100%;
 }

 .byw-infoDetail .title {
   float: left;
   display: block;
   padding: 15px 40px;
   width: 100%;
   font-size: 14px;
   line-height: 26px;
   color: #999;
   text-align: center;
 }

 .byw-infoDetail .title h1 {
   margin-top: 15px;
   margin-bottom: 15px;
   font-size: 24px;
   font-weight: 400;
   line-height: 36px;
   letter-spacing: 1px;
   color: #333;
 }

 .byw-infoDetail .photo {
   float: left;
   display: block;
   padding: 15px 40px;
   margin: 0 auto;
   width: 100%;
   text-align: center;
 }

 .byw-infoDetail .photo img {
   width: 100%;
   max-width: 420px;
   overflow: hidden;
 }

 .byw-infoDetail .price {
   float: left;
   display: block;
   padding: 15px 40px;
   width: 100%;
 }

 .byw-infoDetail .price span {
   font-size: 18px;
   font-weight: 700;
   letter-spacing: 1px;
   color: #FF4040;
 }

 .byw-infoDetail .content {
   float: left;
   display: block;
   padding: 15px 40px;
   width: 100%;
 }

 .byw-infoDetail .content p {
   font-size: 18px;
   line-height: 36px;
   text-align: justify;
 }

 .byw-infoDetail .content p:not(:last-of-type) {
   margin-top: 0;
   margin-bottom: 28px;
 }

 .byw-infoDetail .content img {
   display: block;
   margin: 0 auto;
   max-width: 760px;
   height: auto;
 }


 /* newsDetail */

 .byw-newsDetail {
   float: left;
   display: block;
   width: 100%;
 }

 .byw-newsDetail .title {
   float: left;
   display: block;
   padding: 15px 40px;
   width: 100%;
   font-size: 14px;
   line-height: 30px;
   color: #999;
   text-align: center;
 }

 .byw-newsDetail .title h1 {
   margin-top: 15px;
   margin-bottom: 15px;
   font-size: 24px;
   font-weight: 400;
   line-height: 36px;
   letter-spacing: 1px;
   color: #333;
 }

 .byw-newsDetail .title .tips {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }

 .byw-newsDetail .photo {
   float: left;
   display: block;
   padding: 15px 40px;
   margin: 0 auto;
   width: 100%;
   text-align: center;
 }

 .byw-newsDetail .photo img {
   width: 100%;
   max-width: 420px;
   overflow: hidden;
 }

 .byw-newsDetail .content {
   float: left;
   display: block;
   padding: 15px 40px;
   width: 100%;
 }

 .byw-newsDetail .content p {
   font-size: 18px;
   line-height: 36px;
   text-align: justify;
 }

 .byw-newsDetail .content p:not(:last-of-type) {
   margin-top: 0;
   margin-bottom: 28px;
 }

 .byw-newsDetail .content img {
   display: block;
   margin: 0 auto;
   max-width: 760px;
   height: auto;
 }

 .byw-newsDetail .tips {
   float: left;
   display: block;
   padding: 15px 40px;
   width: 100%;
   font-size: 14px;
   line-height: 30px;
   color: #CCC;
   text-align: center;
 }

 .byw-newsDetail .tips font {
   color: #999;
 }

 .byw-newsDetail .tips font:not(:last-of-type) {
   padding-right: 20px;
 }


 /* fenlei */