@charset "UTF-8";

/* 公用样式 */
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
textarea,
select,
option,
th,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/22px "Microsoft YaHei";
    outline: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
}

body {
    margin: 0;
    padding: 0;
    font: 14px/22px "Microsoft YaHei";
    color: #333;
    background: #fff;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #1A52A5;
    text-decoration: underline;
}

legend {
    color: #333;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

textarea {
    resize: vertical;
}

button,
label {
    cursor: pointer;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

.red,
a.red,
a.red:hover {
    color: #db2015;
}

.green,
a.green,
a.green:hover {
    color: #009a0e;
}

.black,
a.black,
a.black:hover {
    color: #333;
}

.blue,
a.blue,
a.blue:hover {
    color: #1A52A5;
}

.orange,
a.orange,
a.orange:hover {
    color: #f76600;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: none !important;
}

.w-806 {
    width: 806px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-30 {
    margin-right: 7px;
}

.mr-17 {
    margin-right: 17px;
}
.mt-10{
    margin-top: 10px  !important;
}

.pt-0{
    padding-top: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.no-margin {
    margin: 0 !important;
}


.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bold {
    font-weight: 600;
}

.pd-8 a{
    padding: 0 8px !important;
}
@media only screen and (max-width:1024px) {
    html {
        overflow-x: scroll !important;
    }
}

@media only screen and (max-width:1152px) {
    html {
        overflow-x: scroll !important;
    }
}

/*头部样式*/
#header {
    width: 1190px;
    margin: 0 auto;
    font-size: 12px;
    background: #fff;
}

#header .siteNav {
    width: 1170px;
    margin: 0 auto;
    height: 33px;
    line-height: 33px;
    font-weight: bold;
    background: url(../png/tnavbg.png) repeat-x 0 0;
    padding: 0 10px;
    overflow: hidden;
}

#header .siteNav a {
    margin-right: 16px;
    color: #043885;
}

#header .siteNav a em {
    font-family: '\5B8B\4F53';
}

#header .siteNav a.red {
    color: #db2015;
}

#header .logo-box {
    width: 1190px;
    margin: 0 auto;
    padding-bottom: 7px;
    overflow: hidden;
    zoom: 1;
}

#header .logo-box .logo {
    float: left;
    padding-top: 7px;
    overflow: hidden;
    zoom: 1;
}

#header .logo-box .logo .mysteel-logo {
    display: block;
    width: 113px;
    height: 69px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background: url(../png/logo.png) no-repeat 0 0;
}

#header .logo-box .logo .channel {
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    float: right;
    border-left: 1px solid #444;
    color: #444;
    margin-top: 25px;
    padding-left: 10px;
    font-size: 28px;
    font-weight: bold;
}

#header .logo-box .logo a {
    text-decoration: none;
}

#header .logo-box .logo-right {
    width: 890px;
    float: right;
    overflow: hidden;
    height: 70px;
    margin-top: 7px;
    zoom: 1;
}

#header .logo-box .logo-right li {
    height: 70px;
    float: left;
    margin-right: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#header .nav-box {
    width: 1190px;
    margin: 0 auto;
    background: #1A52A5;
    height: 40px;
    position: relative;
    z-index: 999;
    font-size: 0;
}

#header .nav-box li {
    font-size: 15px;
    float: left;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#header .nav-box li:hover,
#header .nav-box li.cur {
    background: #BC0008;
}

#header .nav-box li a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
}

#header .nav-box li a:hover {
    text-decoration: none;
}


#header .nav-box.nav-fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    margin-left: -595px;
}

#header .nav-box li.hotline {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 10px;
    color: #fff;
    border-radius: 20px;
    background: #0B4395;
}

#header .nav-box .hotline .tel-ico {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    overflow: hidden;
    background: url(../png/common_iconb595.png) no-repeat 0 -44px;
    position: relative;
    z-index: 1;
    top: 2px;
}

#header .nav-box li.hotline:hover {
    background: #0B4395;
}

/*头部logo*/
#header .menu-type-item {
    float: right;
    overflow: hidden;
}

#header .menu-type-item .menu-type-list {
    height: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 0;
}

#header .menu-type-item .menu-type-list>a {
    margin-right: 6px;
    font-size: 12px;
}

#header .menu-type-item .menu-type-list>.mr-5 {
    margin-right: 5px;
}
#header .menu-type-item .menu-type-list>.mr-10{
    margin-right: 10px;
}
#header .menu-type-item .menu-type-list>.mr-12{
    margin-right: 12px;
}
#header .menu-type-item .menu-type-list>.mr-15{
    margin-right: 15px;
}

#header .menu-type-item .menu-type-list>.mr-30{
    margin-right: 30px;
}


#header .menu-type-city {
    margin-top: 12px;
}

#header .menu-type-breed .menu-type-list>a {
    margin-right: 13px;
}

#header .menu-type-breed .menu-type-list>.mr-9 {
    margin-right: 9px;
}

#header .menu-type-breed .menu-type-list>.mr-20 {
    margin-right: 20px;
}
#header .menu-type-breed .menu-type-list>.mr-22 {
    margin-right: 22px;
}

#header .menu-type-breed .menu-type-list>.mr-25 {
    margin-right: 25px;
}

#header .menu-type-breed .menu-type-list>.mr-26 {
    margin-right: 26px;
}

#header .menu-type-breed .menu-type-list>.mr-29 {
    margin-right: 29px;
}

#header .menu-type-breed .menu-type-list>.mr-30 {
    margin-right: 30px;
}

#header .menu-type-breed .menu-type-list>.mr-36 {
    margin-right: 36px;
}

#header .menu-type-breed .menu-type-list>.ml-25 {
    margin-left: 25px;
}

#header .menu-type-city .menu-type-list>.ml-3 {
    margin-left: 3px;
}

#header .menu-type-city .menu-type-list>.mr-3 {
    margin-right: 3px;
}

#header .menu-type-city .menu-type-list>.ml-22 {
    margin-left: 22px;
}

#header .menu-type-city .menu-type-list>.ml-35 {
    margin-left: 35px;
}

/*面包屑*/
.crumbs {
    width: 1190px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #DCDEE6;
}

.crumbs span {
    color: #dc3535;
}

/*广告位*/
.adv-box-long {
    width: 1190px;
    margin: 0 auto;
}

.adv-box-long li {
    float: left;
    margin: 7px 7px 0 0;
}

.adv-box-long li img,
.adv-box-aside li img {
    display: block;
    margin: 0 auto;
}

.adv-box-aside li {
    margin-bottom: 7px;
}

.wrap {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    display: block;
}

.wrap .column-title {
    height: 20px;
    line-height: 19px;
    padding: 5px 0 10px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #8AA1C6;
    background: url(../png/common_iconb595.png) no-repeat 0 5px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    z-index: 1;
}

.wrap .column-title a {
    color: #333;
    height: 18px;
    display: inline-block;
    text-decoration: none;
}

.wrap .column-title a:hover {
    color: #1A52A5;
}

.wrap .column-title .column-btn-tab {
    font-size: 16px;
}

.wrap .column-title .column-btn-tab a {
    display: inline-block;
    zoom: 1;
    border-right: 1px solid #8AA1C6;
    padding-right: 10px;
    margin-right: 5px;
}

.wrap .column-title .column-btn-tab a:hover,
.wrap .column-title .column-btn-tab .btnon {
    color: #1A52A5;
    background: none
}

.wrap .column-menu-tab {
    font-size: 14px;
    font-weight: normal;
    padding: 3px 5px;
    overflow: hidden;
    background: #EBF3F8;
}

.wrap .column-menu-tab li,
.wrap .column-menu-tab a {
    height: 28px;
    line-height: 28px;
    margin: 2px 0;
    padding: 0 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    text-align: center;
}

.wrap .column-menu-tab li:hover,
.wrap .column-menu-tab li.btnon,
.wrap .column-menu-tab a:hover,
.wrap .column-menu-tab a.btnon {
    color: #fff;
    background-color: #1A52A5;
    text-decoration: none;
    border-radius: 2px;
}

.wrap .column-menu-sub-tab {
    padding: 0 5px;
    border-bottom: 1px solid #DDDDE5;
}

.wrap .column-menu-sub-tab li,
.wrap .column-menu-sub-tab a {
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
    padding: 0 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    text-align: center;
}

.wrap .column-menu-sub-tab li:hover,
.wrap .column-menu-sub-tab li.btnon,
.wrap .column-menu-sub-tab a:hover,
.wrap .column-menu-sub-tab a.at {
    color: #1A52A5;
    font-weight: bold;
    background-color: #E2E8F0;
    text-decoration: none;
    border-radius: 2px;
}

.wrap .column-list li::before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    margin-top: 13px;
    z-index: 1;
    background: #A6A6A6;
    border-radius: 50%;
    overflow: hidden;
}

.wrap .column-box {
    position: relative;
    z-index: 1;
}

.wrap .column-box .column-item,
.wrap .zst-box .zst-item,
.wrap .column-box .column-sub-item {
    display: none;
}

.wrap .column-box .column-item.show,
.wrap .column-box .column-sub-item.show,
.wrap .zst-box .zst-item.show {
    display: block;
}

.wrap .column-box .more {
    width: 100%;
    text-align: right;
    background: #fff;
}

.wrap .related-box .more {
    text-align: right;
}

.wrap .column-box .more a,
.wrap .related-box .more a {
    color: #dc3535;
    font-size: 14px;
    font-weight: normal;
}

.wrap .column-list {
    padding-top: 10px;
}

.wrap .column-list li {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wrap .column-list li a {
    max-width: 295px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.wrap .column-list li.past a {
    max-width: 260px;
}

.wrap .column-list li span {
    float: right;
    color: #666;
}

.wrap .column-list li span.red {
    color: #db2015;
}

.wrap .related-box .column-list li a {
    max-width: 690px;
}

.wrap .related-box .column-list li.past a {
    max-width: 660px;
}

.wrap .content-box {
    width: 780px;
    float: left;
    background: url(../png/mark_mysteel-2.png) repeat 0 0;
}

.wrap .content-box.content-box-big {
    width: 100%;
    float: none;
}

.wrap .content-box .content-title {
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0 14px;
    line-height: 36px;
}

.wrap .content-box .content-title .updating {
    font-size: 12px;
    color: #db2015;
    margin-left: 10px;
    vertical-align: middle;
}

.wrap .content-box .content-info-text {
    font-size: 14px;
    color: #999;
}

.wrap .content-box .content-info-text::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 10px;
    overflow: hidden;
    background: #DCDEE6;
    position: relative;
    top: 2px;
    z-index: 1;
}

.wrap .content-box .content-info-text:last-child::after {
    display: none;
}

.wrap .content-toolbar {
    padding: 10px 0 15px;
    border-bottom: 1px solid #DCDEE6;
}

.wrap .content-toolbar .share-tool {
    width: 200px;
    float: left;
}

.wrap .content-toolbar .bdsharebuttonbox {
    height: 20px;
    padding: 0;
    font-size: 0;
}

.wrap .content-toolbar .bdshare-button-style0-32:after {
    display: none;
}

.wrap .content-toolbar .share-text {
    height: 20px;
    display: block;
    float: left;
    color: #333;
    padding-right: 4px;
}

.wrap .bdsharebuttonbox .share-icon {
    width: 26px;
    height: 20px;
    float: none;
    display: inline-block;
    margin: 0 15px 0 0 !important;
    font-size: 14px;
    text-indent: 0;
    background: url(../png/common_iconb595.png) no-repeat 0 0;
}

.wrap .bdsharebuttonbox .share-weixin {
    background-position: 0 -605px;
}

.wrap .bdsharebuttonbox .share-tsina {
    background-position: 0 -635px
}

.wrap .content-toolbar-right {
    width: 550px;
    height: 20px;
    float: right;
    font-size: 0;
    text-align: right;
}

.wrap .content-toolbar-right .tool-con {
    font-size: 14px;
    display: inline-block;
    margin-right: 25px;
    padding-left: 25px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.wrap .content-toolbar-right .tool-con a {
    display: block;
    overflow: hidden;
}

.wrap .content-toolbar-right .tool-con:hover,
.wrap .content-toolbar-right .tool-con a:hover {
    color: #1A52A5;
}

.wrap .content-toolbar-right .tool-con a:hover {
    text-decoration: none;
}

.wrap .content-toolbar-right .tool-app {
    padding-left: 22px;
}

.wrap .content-toolbar-right .tool-con-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 2;
    background: url(../png/common_iconb595.png) no-repeat 0 0;
}

.wrap .content-toolbar-right .tool-app .tool-con-icon {
    background-position: 0 -448px
}

.wrap .content-toolbar-right .tool-supervision .tool-con-icon {
    background-position: 0 -478px
}

.wrap .content-toolbar-right .tool-print .tool-con-icon {
    background-position: 0 -508px
}

.wrap .content-toolbar-right .tool-comment {
    margin-right: 0;
    top: -6px;
    display: none;
}

.wrap .content-toolbar-right .tool-comment .tool-con-icon {
    background-position: 0 -538px
}

.wrap .content-toolbar-right .tool-copy {
    margin-right: 0;
    padding-left: 0;
}

.wrap .content-toolbar-right .tool-copy .tool-copy-icon {
    width: 58px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-left: 25px;
    float: none;
    display: block;
    font-size: 14px;
    color: #333;
    text-indent: 0;
    background-image: none;
    background: url(../png/common_iconb595.png) no-repeat 0 -570px;
}

.wrap .content-toolbar-right .tool-copy a:hover {
    color: #1A52A5;
    text-decoration: none;
    opacity: 1;
}

.wrap .content-toolbar-right .tool-price .tool-con-icon {
    background-position: 0 -448px;
}

.wrap .content-toolbar-right .tool-full-screen .tool-con-icon.open-full-screen {
    background-position: 0 -755px;
}

.wrap .content-toolbar-right .tool-full-screen .tool-con-icon.close-full-screen {
    background-position: -25px -756px;
}

.wrap .tool-app .app-qrcode-img {
    width: 122px;
    height: 166px;
    background: url(../png/phone_wx.png) no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: 22px;
    z-index: 2;
    display: none;
}

.wrap .tool-app:hover .app-qrcode-img {
    display: block;
}

.wrap .content-main {
    margin-bottom: 15px;
}

.wrap .content-main .market-table-data-box{
	position: relative;
}

.wrap .content-main .market-table-data-box .market-table-data-mask{
    display: none;
	position: absolute;
	width: 100%;
	height: 108px;
	position: absolute;
	bottom: 0;
	z-index: 2;
    background: #FFFFFF; 
	background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 24%, #FFFFFF 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#FFFFFF", GradientType=0); 

}
.wrap .content-main .market-table-data-box .market-table-data-mask .tool-btn-full-screen{
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 100px;
	margin-left: -50px;
	padding-right: 25px;
	text-align: center;
	color: #1A52A5;
	line-height: 21px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.wrap .content-main .market-table-data-box .market-table-data-mask .tool-btn-full-screen:before{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 2;
	background: url(../png/common_iconb595.png) no-repeat 0 0;
	background-position: 0 -755px
}
.content-box .market-adv-factory-flag {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.content-box .market-adv-factory-flag .marketftq {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 2px 1px 0;
    background: #43a7fd;
    border-radius: 2px;
    font-size: 14px !important;
    color: #FFF !important;
    font-weight: normal !important;
    text-align: center;
    text-decoration: none;
}


.content-box .tableTr td, .content-box .tableTr td a {
    color: #F00;
    font-weight: bold;
  }

.wrap .content-main .article-audio-info {
    width: 100%;
    overflow: hidden;
}

.wrap .content-main .article-audio-info .audio-name {
    width: 600px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.wrap .content-main .article-audio-info .audio-size {
    width: 80px;
    text-align: right;
    float: right;
}

.wrap .aplayer .aplayer-pic .aplayer-play {
    background: url(../png/common_iconb595.png) no-repeat 0 -665px;
}

.wrap .aplayer .aplayer-pic .aplayer-pause {
    background: url(../png/common_iconb595.png) no-repeat 0 -709px;
}

.wrap .aplayer .aplayer-pic .aplayer-button {
    transition: none;
}

.wrap .aplayer-played {
    background: #5D7AA6 !important;
}

.wrap .content-main .summary {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.wrap .content-main .summary span {
    width: 50px;
    color: #1A52A5;
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 2;
}

.wrap .content-main .summary p {
    text-indent: 0 !important;
    padding-left: 45px;
}

.wrap .content-main .content-text {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    overflow: hidden;
}

.wrap .content-main table {
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 14px;
    border: 1px solid #ccc
}

.wrap .content-main table td,
.wrap .content-main table th {
    border: 1px solid #ccc !important;
    border-collapse: collapse;
    text-align: center
}

.wrap .content-main .content-adv {
    float: left;
    margin-right: 5px
}

.wrap .content-main .content-text p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.wrap .content-main table td p,
.wrap .content-main table th p {
    text-indent: 0 !important;
    margin-bottom: 0 !important;
}

.wrap .content-main .content-text img {
    display: block;
    max-width: 100%;
    height:auto;
    margin: 0 auto;
}

.wrap .content-main .content-text video {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    display: block;
}

.wrap .content-main .qrcode img {
    width: auto !important;
    display: block
}

.wrap .content-box .related-box {
    background: #fff;
}

/*相关文章*/
.wrap .content-main .market-article-box {
    margin-bottom: 25px;
    font-size: 14px;
}

.wrap .content-main .market-article-box p {
    font-size: 14px !important;
    margin: 0 !important;
}

.wrap .content-main .market-article-box img {
    max-width: 100%;
}

.wrap .content-main .market-article-box .first-article {
    max-height: 60px;
    overflow: hidden;
}

.wrap .content-main .market-article-box .btn-more {
    text-align: right;
}

.wrap .content-main .market-article-box .btn-more a {
    color: #1a52a5;
}

.wrap .content-main .market-article-box li {
    border-bottom: 1px dashed #ccc;
}

.wrap .content-main .market-article-box li .market-article-tit {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    zoom: 1;
}

.wrap .content-main .market-article-box li .market-article-tit span {
    float: right;
    color: #666;
}

.wrap .content-main .market-article-box li .market-article-tit a {
    max-width: 595px;
    height: 34px;
    color: #1a52a5;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*文章摘要*/
.wrap .content-main .market-summary-box {
    font-size: 14px;
    margin-bottom: 20px;
}

.wrap .content-main .market-summary-text {
    max-height: 60px;
    line-height: 28px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.wrap .content-main .market-summary-box .btn-more {
    text-align: right;
}

.wrap .content-main .market-summary-box .btn-more a {
    color: #1A52A5;
    display: none
}

.wrap .content-main .table th,
.wrap .content-main .table td {
    border: 1px solid #ccc;
    height: 24px;
    line-height: 24px;
    font-size: 14px
}

.wrap .content-main .table th {
    background: #f5f5f5
}

.wrap .content-main .table tbody td span {
    display: block;
    height: 24px
}

.wrap .content-main .table tbody tr:hover {
    background: #fffdd7
}

.wrap .content-main .table .updating {
    color: #999;
}

/*文章选择框*/
.wrap .content-main .table .select-box {
    width: 70px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto 1px;
    position: relative;
    z-index: 1;
    background: #FFF;
}

.wrap .content-main .table .select-box:hover {
    z-index: 2;
}

.wrap .content-main .table .open-select {
    border: solid 1px #ccc;
    width: 60px;
    padding-left: 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    cursor: pointer;
    background: url(../png/select_down_icon6b1c.png) no-repeat 54px center
}

.wrap .content-main .table .select-list {
    min-width: 100px;
    max-height: 180px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #ccc;
    border-top: 0;
    display: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background: #FFF;
    position: absolute;
    z-index: 2
}

.wrap .content-main .table .select-list li {
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
    margin: 0;
    font-weight: normal;
    overflow: hidden
}

.wrap .content-main .table .select-list li input {
    vertical-align: middle;
    margin: 0 5px 3px 0
}

.wrap .content-main .table .cur-select {
    padding: 5px 10px;
    text-align: left
}

/*文章提示*/
.wrap .content-main .table .notice-box {
    width: 980px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.wrap .content-main .table .notice-title {
    font-size: 14px;
    color: #F00;
    font-weight: bold;
    text-decoration: underline;
}

.wrap .content-main .table .notice-con {
    display: inline-block;
}

.wrap .content-main .table .notice-con a {
    color: red;
}

.wrap .content-main .note-infor {
    font-size: 16px;
    margin-top: 15px;
    text-indent: 0
}

.wrap .content-main .editor {
    text-indent: 0;
    font-size: 16px;
    margin-top: 10px;
}

.wrap .content-main .copyright {
    color: #999;
    font-size: 12px;
    text-indent: 0
}

/*文章相关*/
.wrap .aside {
    width: 370px;
    float: right;
    margin-top: 10px;
}

.wrap .aside .index-box {
    margin-bottom: 10px;
    border: 1px solid #DCDEE6;
}

.wrap .aside .index-box .zst-img {
    display: block;
    margin: 10px auto;
}

.wrap .index-list li,
.wrap .kucun-list li {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    zoom: 1
}

.wrap .index-list li span,
.wrap .kucun-list li span {
    width: 90px;
    height: 29px;
    font-size: 13px;
    display: block;
    float: left;
    line-height: 29px;
    overflow: hidden;
    border-top: 1px solid #DCDEE6;
    border-right: 1px solid #DCDEE6;
}

.wrap .index-list li .data-name {
    width: 95px;
}

.wrap .index-list li .data-date,
.wrap .kucun-list li .data-date {
    border-right: none;
}

.wrap .index-list .index-type,
.wrap .kucun-list .kucun-type {
    background: #EBF3F8;
    color: #1A52A5;
    font-weight: bold
}

.wrap .index-list li.bg,
.wrap .kucun-list li.bg {
    background: #F7F7F7
}

.wrap .kucun-list li span {
    width: 68px;
}

.wrap .kucun-list li span.data-raise1,
.wrap .kucun-list li span.data-raise2 {
    width: 80px;
}

.wrap .kucun-list {
    border: 1px solid #DCDEE6;
    border-top: none;
    margin-top: 10px;
}


/*文章相关图表*/
.wrap .column-box .zst-item {
    height: 200px;
}
.wrap .column-box .zst-item .echartbox {
    width: 365px;
    height: 200px;
}

/*文章评论*/
.comment-area {
    background: #fff;
}

.comment-area .list {
    color: #3a3a3a;
    overflow: hidden;
    clear: both;
    word-wrap: break-word;
    word-break: break-all
}

.comment-area .list textarea {
    padding: 10px;
    width: 750px !important;
    height: 60px;
    overflow: auto;
    outline: 0;
    border: 1px solid #3861ab;
    box-shadow: 2px 3px 3px #dfe4ed;
    margin-top: 10px
}

.comment-area .list td {
    font-size: 14px
}

.comment-area .listtop {
    margin-bottom: 10px
}

.comment-area .listtop a {
    color: #3861ab
}

.comment-area .listtop span {
    float: right;
    color: #999
}

.comment-area .listmain {
    padding: 8px 0;
    word-wrap: break-word;
    word-break: break-all
}

.comment-area .listend {
    text-align: right
}

.comment-area .listend a {
    margin: 0 5px
}

.comment-area .gailou {
    background: #fffee7;
    border: 1px solid #cfcfa4;
    padding: 5px;
    margin: 0 0 5px 0
}

.comment-area .login .input {
    width: 140px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    border: 1px solid #c0c4d3;
    margin-right: 12px
}

.comment-area .login span {
    margin-left: 5px
}

.comment-area .login a {
    margin: 0 8px
}

.comment-area .login .blue {
    color: #1A52A5;
    border: 1px solid #1A52A5 !important;
}

.comment-area .login .blue:hover {
    background: #E7F0FE !important;
    text-decoration: none;
}

.comment-area .replyTextarea {
    width: 576px;
    height: 120px
}

.comment-area .areaTit {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    zoom: 1
}

.comment-area .areaTit span {
    color: #dc3535
}

.comment-area .areaTit dt {
    width: 605px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #1A52A5;
}

.comment-area .areaTit dt span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px
}

.comment-area .areaTit dd {
    width: 160px;
    float: right;
    text-align: right
}

.comment-area .areaTit dd span {
    font-style: italic;
    font-weight: bold;
    margin-right: 5px
}

.comment-area .comment-box,
.comment-area .replyBox {
    border: 1px solid #1A52A5;
    box-shadow: 2px 3px 3px #dfe4ed;
    margin: 10px 0 0
}

.comment-area .comment-box .textarea,
.comment-area .replyBox .textarea {
    width: 100%;
    border: 0;
    padding: 15px;
    height: 90px;
    overflow: auto;
    outline: 0;
    box-sizing: border-box;
}

.comment-area .comment-box .login,
.comment-area .comment-box .loggedIn,
.comment-area .replyBox .login,
.comment-area .replyBox .loggedIn {
    background: #f8f8f8;
    padding: 8px 12px;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #cbcfdc;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.comment-area .commentCon h4 {
    background: #e7e7e7;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px
}

.replyBox {
    display: none;
    position: relative;
    background: #fff;
    margin-bottom: 0 !important
}

.replyBox .arrow {
    position: absolute;
    width: 18px;
    height: 8px;
    overflow: hidden;
    top: -8px;
    right: 18px;
    background: url(../png/icon-4.png) no-repeat 0 -542px
}

.replyBox .loggedIn {
    padding: 10px 12px 3px !important;
    *padding: 6px 12px 8px !important;
}

.comment-list {
    height: 550px;
    overflow: auto;
    position: relative
}

.comment-list li {
    border-bottom: 1px solid #c6c5cb;
    padding: 15px 0
}

.comment-list li h5 {
    color: #3861ab;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px
}

.comment-list li .floor {
    padding: 10px;
    background: #fffee7;
    border: 1px solid #cfcfa4;
    margin-bottom: 10px;
    word-wrap: break-word;
    zoom: 1;
    position: relative;
    z-index: 1
}

.comment-list li .floor .replyBox {
    margin-top: 32px
}

.comment-list li .floor .commentInfo {
    line-height: 18px;
    height: 20px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    margin: 0 3px
}

.comment-list li .floor .commentInfo .author {
    float: left;
    color: #3861ab;
    font-weight: bold;
    font-size: 14px
}

.comment-list li .floor .commentInfo .floorCount {
    float: right
}

.comment-list li dl {
    overflow: hidden;
    zoom: 1;
    margin-top: 5px;
    position: relative
}

.comment-list li dl dt {
    width: 150px;
    color: #999;
    float: left
}

.praise {
    float: right;
    position: relative;
    *width: 160px;
}

.praise p {
    cursor: pointer;
    position: relative
}

.praise p i {
    position: absolute;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    background: url(../png/icon-4.png) no-repeat 0 0;
    cursor: pointer;
    left: 0;
    top: 4px
}

.praise p.f-l {
    padding: 0 20px 0 19px;
    *width: 48px;
    margin-right: 20px;
    border-right: 1px solid #e0e0e0
}

.praise p.f-l i {
    background-position: 0 -495px;
    width: 14px
}

.praise p.f-l:hover,
.praise .pOn {
    color: #dc3535
}

.praise p.f-l:hover i,
.praise .pOn i {
    background-position: -15px -495px !important
}

.praise p.f-r {
    width: 30px;
    padding-left: 21px
}

.praise p.f-r i {
    background-position: 0 -519px;
    width: 16px
}

.praise p.f-r:hover {
    color: #dc3535
}

.praise p.f-r:hover i {
    background-position: -17px -519px
}

.inputBor {
    width: 135px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    border: 1px solid #c0c4d3;
    box-shadow: 0 1px 5px #c0c4d3 inset;
    margin-right: 12px
}

.loginBtn,
.publishBtn {
    background: #1A52A5;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 82px;
    border: 0;
    float: right;
    *margin-top: -32px;
    cursor: pointer
}

.loginBtn:hover,
.publishBtn:hover {
    background: #2364C4
}

.publishBtn {
    margin-top: -3px
}

.userBor {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    *height: 18px;
    *line-height: 18px;
    padding-right: 10px;
    margin-right: 5px;
    color: #3861ab;
    border-right: 1px solid #c0c4d3;
    overflow: hidden
}

.loggedIn a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    *height: 18px;
    *line-height: 18px
}

.clickMore {
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #e9f1ff;
    border: 1px solid #dcdee6;
    font-size: 16px;
    color: #3861ab;
    margin-top: 30px;
    cursor: pointer
}

/*文章页底部*/
.footer {
    width: 100%;
    min-width: 1190px;
    margin: 30px auto 0;
    font-size: 12px;
    background: #f2f2f2;
    text-align: center;
    color: #333;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.footer a {
    color: #333;
}

.footer .footCon {
    width: 1190px;
    margin: 0 auto;
}

.footer .footCon .fpic {
    padding-top: 10px;
}

.footer .footCon .fpic a {
    margin-right: 5px;
}

/*文章页布局*/
.layout {
    width: 100%;
    margin: 0 auto;
}

#gc-market-detail #header .logo-box,
#breed-market-detail #header .logo-box {
    padding: 10px 0 7px;
}

#gc-market-detail #header .logo-box .logo {
    /* width: 205px; */
    margin-left: 3px;
}

#gc-market-detail #header .logo-box .logo .channel {
    /* width: 70px; */
}

#gc-market-detail #header .nav-box li {
    padding: 0 30px;
}

#gc-market-detail .crumbs {
    border: none;
    margin: 10px auto 0;
    height: 32px;
    line-height: 32px;
}

#gc-market-detail .wrap .content-toolbar .share-tool {
    width: 145px;
}

#gc-market-detail .wrap .content-toolbar-right {
    width: 590px;
}

#gc-market-detail .wrap .content-toolbar-right .tool-con {
    margin-right: 20px;
}

#gc-market-detail .wrap .content-toolbar-right .tool-copy {
    margin-right: 20px;
}

#gc-market-detail .wrap .content-toolbar-right .tool-full-screen {
    margin-right: 0;
    padding-left: 20px;
}

#gc-market-detail .wrap .content-toolbar-right .tool-price {
    padding-left: 22px;
}

#gc-market-detail .wrap .content-box .article-source::after {
    display: none;
}

#gc-market-detail .aside {
    width: 227px;
}

#gc-market-detail .aside-left {
    width: 150px;
    float: left;
}

#gc-market-detail .wrap .content-box .content-title{
    text-align: center;
}

#gc-market-detail .market-text{
    margin-top: 20px;
}

#gc-market-detail .wrap .content-main{
    padding-bottom: 20px;
    margin-bottom: 0;
}

#gc-market-detail .wrap .content-main .content-text{
    padding: 10px 0;
}

#gc-market-detail .wrap .content-toolbar{
    padding: 20px 0;
}

#gc-market-detail .footer{
    margin: 20px auto 0;
}

/*文章页滚动提示*/
.scroll-notice {
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
}

.scroll-notice ul {
    overflow: hidden;
    height: 22px;
}

.scroll-notice ul li {
    height: 22px;
    float: left;
    margin-right: 10px;
}

.scroll-notice ul li a {
    max-width: 350px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #1A52A5;
    font-size: 14px;
}

.scroll-notice ul li a::before {
    float: left;
    margin-top: 6px;
    margin-right: 1px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../png/common_iconb595.png) no-repeat -33px -787px;
}

.wrap .content-box .content-main {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    word-wrap: break-word; 
    overflow-wrap: break-word;   
    word-break: normal;  
}

.wrap .content-box .content-main table {
    width: 100% !important;
    margin: 0 auto;
    font-size: 14px;

    align-items: center;
}

.wrap .content-box .content-main table td {
    border: 1px solid #ccc;
    text-align: center
}

.wrap .content-box .content-main .table th,
.wrap .content-box .content-main .table td {
    border: 1px solid #ccc;
    height: 22px;
    line-height: 22px;
    font-size: 14px
}

.wrap .content-box .content-main .table th p,
.wrap .content-box .content-main .table td p {
    text-indent: 0 !important;
    margin-bottom: 0 !important;
}

.wrap .content-box .content-main .table th {
    background: #F5F5F5
}

/*文章相关评论*/
.market-review-box {
    margin: 0 auto 8px;
}

.market-review-box .market-review-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.market-review-box .market-review-list li {
    width: calc(50% - 27px);
    padding-left: 12px;
    height: 19px;
    line-height: 19px;
    margin-bottom: 12px;
}

.market-review-box .market-review-list li a {
    max-width: 359px;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.market-review-box .market-review-list li a:hover {
    color: #1A52A5;
}

.market-review-box .market-review-list li a::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    background: #A6A6A6;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.content-box-big .market-review-box .market-review-list li {
    width: calc(33.333% - 44px);
}

/*文章相关评论*/
.list-box {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #DCDEE6;
    background: #fff;
}

.list-box .column-box {
    width: 376px;
}

/*文章相关评论*/
.wrap .content-box-big .content-title {
    text-align: center;
}

.content-box-big .review-article li {
    width: calc(33.333% - 44px);
}

#gc-market-detail .wrap .content-box-big .content-toolbar .share-tool {
    width: 225px;
}

.wrap .content-box-big .content-main .market-table-data-box{
    overflow: auto;
    overflow: unset;
}

/*表格*/
.wrap .content-box .content-main .table .table-sort-btn-box {
    margin: 0 auto 4px;  
    width: 22px;
    overflow: hidden;
}

.wrap .content-box .content-main .table .table-sort-btn {
    float: left;
    width: 8px;
    height: 8px;
    background: url(../png/common_iconb595.png) no-repeat;
    cursor: pointer;
}

.wrap .content-box .content-main .table .table-sort-btn-up {
    background-position: -16px -814px;
    margin-right: 6px;
}

.wrap .content-box .content-main .table .table-sort-btn-up.on {
    background-position: 0 -814px;
}

.wrap .content-box .content-main .table .table-sort-btn-down {
    background-position: -16px -827px;
}

.wrap .content-box .content-main .table .table-sort-btn-down.on {
    background-position: 0 -827px;
}

/*文章相关供应商*/
.market-supplies-box {
    display: none;
    position: relative;
    margin-top: 17px;
    margin-bottom: 24px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #FAEAC8;
    overflow: visible;  
}  

.supplies-company{
    padding: 0 19px 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;  
}

/* 容器：IE9+ 用浮动实现，现代浏览器用 flex 做回退 */
.supplies-company .supplir-list{ 
    overflow: hidden;  
    height: 182px;   
    text-align: center;      
}

/* 统一子项基础样式 */
.supplies-company .supplir-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;           
    text-align: left;            
    margin: 0 16px 10px 0;  
}

.supplies-company .supplir-list.quantity2,
.supplies-company .supplir-list.quantity3{
    text-align: left;
}

/* 仅两项时：宽度 50% 并固定 30px 间隔 */
.supplies-company .supplir-list.quantity2 li{
    width: 48%;            
    margin-right: 16px;
}

.supplies-company .supplir-list.quantity2 li:last-child{
    margin-right: 0;
}

/* 三项及以上时：宽度 229px 保证 3 列 */
.supplies-company .supplir-list.quantity3 li{
    width: 31%;
    margin-right: 16px;
}

.supplies-company .supplir-list.quantity3 li:nth-child(3n){
    margin-right: 0;
}

.supplies-company.supplies-company-special .supplir-list.quantity2 li:nth-child(2n){
    margin-right: 0;
}

.supplies-company .supplir-list li,
.supplies-company .supplir-list li a {
    color: #9B0707;
	margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
}

.supplies-company .supplir-list li a{
   cursor: pointer;
}

.supplies-company .supplir-list li a:hover{
    color: #1A52A5;
    text-decoration: none;
}

.supplies-company .supplir-list .steel-name{
    display: inline-block;
    padding: 0 4px;
    margin-right: 4px;
    max-width: 72px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #D31820;
    background: linear-gradient(180deg, #EB212B 0%, #D31820 100%);
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.supplies-company .supplir-list .icon-vip{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../png/icon-vip.png) no-repeat center;
    background-size: contain;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.supplies-company .supplir-list .order-tel{
    margin-left: 12px;
}

.supplies-company-bottom{
    overflow: hidden;
    position: relative;
    text-align: center;         
    padding: 4px 0 10px 0;
}
.supplies-company-bottom:before{  
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.supplies-btn-more,
.wrap .content-main .content-text p.supplies-btn-more{
    display: inline-block;      
    vertical-align: middle;    
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #B62B2B;
    line-height: 22px;
    cursor: pointer;
    text-indent: 0;
}

.supplies-btn-more .icon-down,
.supplies-btn-more .icon-up{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://a.mysteelcdn.com/common/mysteel/gangcai/version_2021/images/icon-down.svg) no-repeat center;
    background-size: contain;
    margin-right: 4px;
    vertical-align: middle;
}

.supplies-btn-more .icon-up{
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap .content-main .content-text p.supplies-btn-close,
.supplies-btn-close{
    position: absolute;
    top: 10px;
    right: 13px;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    line-height: 20px;
    cursor: pointer;
    text-indent: 0;
    margin-bottom: 0;
    
}

.supplies-btn-close::before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(https://a.mysteelcdn.com/common/mysteel/gangcai/version_2021/images/icon-close.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.supplier-type-title {
    display: flex;
    justify-content: center;
    margin: -6px auto 0;
    width: 406px;
    height: 66px;
    line-height: 60px;
    background: url(../png/supplier-tit-bj.png) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 22px;
    color: #931700;
}
.supplier-type-title .icon-supplier{
    margin-top: 17px;
    margin-right: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../png/supplier-icon.png) no-repeat center;
    background-size: contain;
}

.adv-tip-box{
    display: block;
    position: absolute;
    padding: 16px;
    width: 265px;
    min-height: 72px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 5px rgba(0,0,0,0.05);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 0;
    z-index: 9999999; /* 提高z-index确保在最上层 */
}

.adv-tip-box .adv-tip-name{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.wrap .content-main .adv-tip-box .adv-tip-contacts{
    margin-bottom: 0;
}

.adv-tip-box .adv-tip-contacts::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background:url(https://a.mysteelcdn.com/common/mysteel/gangcai/version_2021/images/icon-contact.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.adv-tip-box .adv-tip-contacts .adv-tip-contacts-name{
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    vertical-align: middle;
}

.adv-tip-box .adv-tip-contacts span{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    vertical-align: middle;
}

.adv-tip-box .adv-tip-contacts .adv-tip-contacts-tel{
    margin-left: 10px;
}

/* 向上显示的箭头 - IE9兼容，移除:not()选择器 */
 /* .adv-tip-box.show-above::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
} */

/* 默认向下显示的箭头 - IE9兼容，移除:not()选择器 */
 /* .adv-tip-box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px; 
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFFFFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
} */

/* 当show-above类存在时覆盖默认箭头样式 */
 /* .adv-tip-box.show-above::after {
    top: auto;
    bottom: -5px;
    border-bottom: none;
    border-top: 5px solid #FFFFFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
}  */

/* 确保提示框在所有情况下都可见 */
.adv-tip-box {
    overflow: visible !important;
    pointer-events: auto;
}

/* 确保鼠标可以正常悬停在提示框上 */
.adv-tip-box:hover {
    display: block !important;
}

.common-list-title {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #EFF4FD;
    line-height: 33px;
    margin-bottom: 10px;
}


/*供应商巡展*/
.market-vendor-box{
    display: none;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #E6F0FF;
}

.vendor-type-title{
    display: flex;
    justify-content: center;
    margin: -7px auto 0;
    width: 406px;
    height: 66px;
    line-height: 59px;
    background: url(../png/vendor-tit-bj.png) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 22px;
    color: #113B8A;
    text-align: center;
}

.vendor-btn-close{
    position: absolute;
    top: 20px;
    right: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    line-height: 20px;
    cursor: pointer;
}

.vendor-btn-close::before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(https://a.mysteelcdn.com/common/mysteel/gangcai/version_2021/images/icon-close.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}


.vendor-company-con{
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 0;
    height: 116px;
    overflow: hidden;
}

.vendor-company-con .vendor-list{
    overflow: hidden;
    text-align: center;
}


/* 统一子项基础样式 */
.vendor-company-con .vendor-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;           
    text-align: left;            
    margin: 0 17px 10px 0;  
}

.vendor-company-con .vendor-list.vendor-quantity2,
.vendor-company-con .vendor-list.vendor-quantity3{
    text-align: left;
}

/* 仅两项时：宽度 50% 并固定 23px 间隔 */
.vendor-company-con .vendor-list.vendor-quantity2 li{
    width: 48%;            
    margin-right: 23px;
}

.vendor-company-con .vendor-list.vendor-quantity2 li:last-child{
    margin-right: 0;
}

/* 三项及以上时：宽度 225px 保证 3 列 */
.vendor-company-con .vendor-list.vendor-quantity3 li{
    width: 31%;
    margin-right: 23px;
}

.vendor-company-con .vendor-list.vendor-quantity3 li:nth-child(3n){
    margin-right: 0;
}

.vendor-company-con .vendor-list li,
.vendor-company-con .vendor-list li a {
    color: #333333;
	margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.vendor-company-con .vendor-list li a {
    cursor: pointer;
}

.vendor-company-con .vendor-list li a:hover{
    color: #1A52A5;
    text-decoration: none;
}

/*搜搜钢样式*/
.ellipsis-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.sososteel-vipshop-box {
    display: none;
    width: 150px;
}

.sososteel-vipshop-box-main-item {
    margin-bottom: 10px;
    cursor: pointer;
}

.sososteel-vipshop-box-main-item a:hover{ 
    text-decoration: none;
}

.sososteel-vipshop-box-main-item a:hover .sososteel-vipshop-box-main-item-info p{
    color: #1A52A5;
    text-decoration: none;
}

.sososteel-vipshop-box-main-item-content {
    position: relative;
    overflow: hidden;
}

.sososteel-vipshop-box-main-item-content-mark {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    width: 70px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: rgba(7, 17, 27, 0.4);
}

.sososteel-vipshop-box-main-item-content img {
    width: 100%;
    height: 106px;
    float: left;
    object-fit: cover;
}

.sososteel-vipshop-box-main-item-content-price {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: rgba(7, 17, 27, 0.4);
}

.sososteel-vipshop-box-main-item-info {
    padding: 9px 8px;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
}

.sososteel-vipshop-box-main-item-info__des p {
    margin-bottom: 4px;
}

.sososteel-vipshop-box-main-item-info__mark img.icon-qj {
    width: 30px;
    height: 16px;
    margin-right: 4px;
}

.sososteel-vipshop-box-main-item-info__mark img.icon-qy {
    width: 16px;
    height: 16px;
}

.sososteel-vipshop-box-more {
    display: block;
    text-align: right;
    width: 100%;
    font-size: 14px;
    color: #BC0008;
    line-height: 22px;
}

.wrap .aside .sososteel-vipshop-box .sososteel-vipshop-box-more:hover{
    color: #BC0008;
    text-decoration: underline;
}

/* 汇能学院*/
.school-box {
    display: none;
    position: relative;
    width: 225px;
    border: 1px solid #F0F0F0;
	margin-bottom: 10px;
}

.school-box-main {
    padding: 0 12px 2px;
}

.school-list-item {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
}

.school-list a.school-list-item:hover{ 
    text-decoration: none;
}

.school-list a.school-list-item:hover .school-list-item-area .school-list-title{
    color: #1A52A5;
    text-decoration: none;
}

.school-list-item-banner {
    display: inline-block;
    width: 100%;
    height: 106px;
    vertical-align: middle;
}

.school-list-item-area .school-list-title {
    margin-top: 11px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}

.school-list-info {
    margin-top: 8px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.school-dot {
    /* position: absolute; */
    width: 100%;
    height: 28px;
    line-height: 28px;
    left: 0;
    bottom: 0;
    text-align: center;
}

.school-dot p {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background: #e1e1e1;
    border-radius: 50%;
    cursor: pointer;
}

.school-dot p.on {
    background: #1a52a5;
}

/* 视频直播*/
.video-live-box {
    display: none;
    position: relative;
    width: 225px;
    border: 1px solid #F0F0F0;
}

.video-live-box-main {
    padding: 0 12px 2px;
}

.live-list-item {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
}

.live-list a.live-list-item:hover{ 
    text-decoration: none;
}

.live-list a.live-list-item:hover .live-item-area .live-title{
    color: #1A52A5;
    text-decoration: none;
}

.live-item-status {
    position: absolute;
    top: 7px;
    left: 0;
    height: 22px;
    line-height: 22px;
    padding: 0px 9px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
}

.live-item-banner {
    display: inline-block;
    width: 100%;
    height: 106px;
    vertical-align: middle;
}

.live-item-area .live-title {
    margin-top: 11px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}

.live-info {
    margin-top: 8px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.list-list-dot {
    /* position: absolute; */
    width: 100%;
    height: 28px;
    line-height: 28px;
    left: 0;
    bottom: 0;
    text-align: center;
}

.list-list-dot p {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background: #e1e1e1;
    border-radius: 50%;
    cursor: pointer;
}

.list-list-dot p.on {
    background: #1a52a5;
}

/* 推荐经销商*/
.market-dealers-box {
    display: none;
    margin-top: 10px;
    width: 225px;
    border: 1px solid #F0F0F0;
}

.market-dealers-con{
    overflow: hidden;
    height: 158px;
    padding: 0 12px 12px;
}

.market-dealers-box-ul a{
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.market-dealers-box-ul a:hover{
    color:  #1a52a5;
	text-decoration: none;
}

.market-dealers-box-ul a:hover .market-dealers-box-item{
    color:  #1a52a5;
}

.market-dealers-box-item {
    margin-top: 12px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

/*无数据提示*/
.wrap .no-data {
    text-align: center;
    margin: 35px 0;
    display: none
}

.wrap .no-data i {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../png/ico_nodata.png) no-repeat 0 0;
    overflow: hidden
}

.wrap .no-data p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 35px
}

.wrap .no-data .btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #155fcc;
    color: #fff;
    text-align: center;
    border-radius: 3px
}

.wrap .no-data .btn:hover {
    background: #0f58c3;
    text-decoration: none
}

.content-title .market-publish-status{
    font-size: 12px;
    color: #db2015;
    margin-left: 5px;
    vertical-align: middle;
}

#breed-market-detail #header .nav-box li{
    padding: 0 30px;
}

/*文章详细页模板标题下方来源板块新增样式*/
.wrap .article-content-box .content-title{
    margin: 20px 0;
    line-height: 40px;
}

.wrap .article-content-box .article-content-info,
.article-content-info{    
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDEE6FF;
    font-size: 14px;
}

.wrap .content-box .article-content-info .content-info-text {
    color: #999;
}

.wrap .content-box .article-content-info .content-info-text a{
    color: #999;
}

.wrap .content-box .article-content-info .content-info-text a:hover{
    color: #3861ab !important;
	text-decoration: none;
}

.wrap .content-box .article-content-info .content-info-text:last-of-type::after {
    display: none;
}

.wrap .article-content-box .article-content-info .content-info-text::after{
    margin: 0 5px 0 10px;
}

.wrap .article-content-info .content-toolbar-right{
    width: 172px;
}

.wrap .article-content-info .content-toolbar-right .tool-con{
    margin-right: 0;
}