.title-wrapper {
    width: 1200px;
    margin: 10px auto;
    font-family: Cambria, Arial, sans-serif, serif;
}

.title-wrapper .title {
    width: 1200px;
    height: 34px;
    padding: 10px 0;
    margin: 0 auto;
}

.compare-wrapper {
    width: 1200px;
    height: auto;
    margin: 20px auto;
}

.compare-content {
    width: calc(100%);
    height: auto;
    position: relative;
}

.compare-content.hide {
    display: none;
}

.compare-content table {
    width: calc(100% + 0px);
    min-height: 321px;
}

.compare-content table tr td {
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
}

.compare-content table tr td:nth-last-of-type(1) {
    border-right: 1px solid #2589eb;
}

.compare-content table tr td:nth-of-type(1) {
    border-left: 1px solid #2589eb;
}

.compare-content table tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #2589eb;
}

.compare-content table tr .td-title {
    width: 10%;
}

.compare-content table tr .td-title-width {
    width: 95px;
    text-align: right;
}

.compare-content table tr .td-normal-width {
    width: 359px;
}

.prd-title {
    height: 60px;
    text-align: left;
    padding: 15px;
}

.prd-info-operation-panel {
    height: 90px;
    width: 100%;
    text-align: left;
    padding: 20px 15px 5px 15px;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 5px;
}

.prd-info-operation-panel .price-stock {
    float: left;
}

.prd-info-operation-panel .operation {
    float: right;
}

.compare-op-btn {
    height: 30px;
    margin-top: 5px;
    padding: 0 15px;
    background-color: #2489eb;
    border-radius: 3px;
    color: #fff;
    border: 0;
}

.op-btn {
    height: 30px;
    padding: 0 10px;
    background-color: #fff;
    color: black;
    border: 1px solid #2489eb;
    border-radius: 3px;
}

.prd-info-operation-panel .operation .op-btn:hover {
    background-color: #2489eb;
    color: #fff;
}

.product-select-panel {
    height: 40px;
    width: 100%;
    display: inline-block;
    line-height: 33px;
}

.product-select-panel .ipt-product {
    border: 1px solid #ccc;
    height: 36px;
    width: 235px;
    border-radius: 40px;
    padding-left: 10px;
}

.product-select-panel .search-btn {
    background-color: #2489eb;
    color: #fff;
    height: 36px;
    padding: 0 20px;
    border: 0;
    width: 80px;
    border-radius: 40px !important;
    line-height: 36px;
    margin-left: 10px;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1010;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.prd-title-float {
    width: 356px;
    height: 60px;
    background-color: white;
    position: fixed;
    top: 0;
    text-align: center;
    border-top: 0;
    box-shadow: 0 1px 1px 1px #cdcdcd;
    display: none;
    z-index: 3;
    color: #2589eb;
    min-width: 120px;
}

.prd-title-float .prd-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header_v6 current item's style */
#compareProduct {
    color: #2489eb;
}

#compareProduct:before {
    content: '';
    height: 2px;
    width: 80px;
    background-color: #2489eb;
    position: absolute;
    left: 10px;
}


@keyframes showTitle {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0.25
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

#nav-window {
    position: fixed;
    font-size: 12px;
}

.product-select-search label {
    padding-left: 10px;
}

#productSearchForm table {
    height: 65px;
    line-height: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#productSearchForm table tr td input {
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 160px;
    height: 26px;
    padding-left: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.chart-img {
    height: 91px;
    margin-bottom: 45px;
    margin-top: -20px;
    vertical-align: middle;
}

.icon-add {
    background-image: url('/page/pc/images/compare/icon-compare-search-add-gray.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    text-align: center;
}

.no-border-top {
    border-top: none !important;
    text-align: left !important;
}

.td-background {
    background-color: #eef6fe;
    position: relative;
    font-weight: 600;
}

.td-background td {
    background-color: #eef6fe;
}

.col-title {
    background: #2589eb;
    text-align: left !important;
    border: none !important;
}

.td-i {
    background-color: #2589eb;
    display: inline-block;
    height: 20px;
    width: 5px;
    position: absolute;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.td-i-span {
    display: inline-block;
    margin-left: 10px;
    font-weight: 800;
    color: #5B6981;
    font-size: 16px;
    font-family: 'Arial', serif;
}

.prd-title a {
    color: #2489eb;
    font-size: 16px;
    font-family: PingFangSC-Medium, serif;
}

.compare-tab-wrapper {
    position: relative;
}

.compare-tab-wrapper .tool-block {
    width: 409px;
    font-size: 14px;
    position: absolute;
    right: 0;
    line-height: 40px;
    margin-top: -20px;
    font-weight: 600;
    font-family: PingFangSC-Regular, serif;
}

.compare-tab-wrapper .tool-block.hide {
    display: none;
}

.compare-tab-wrapper .tool-block span {
    width: 110px;
    display: inline-block;
    text-align: center;
}

.img-light {
    height: 15px;
    margin-bottom: 4px;
    margin-left: -7px;
    margin-right: 7px;
}

.img-eye {
    height: 11px;
    margin-left: -10px;
    margin-right: 6px;
    margin-bottom: 1px;
}

.float-block span input[type=checkbox] {
    height: 14px;
    width: 14px;
    margin-left: 6px;
    position: absolute;
    margin-top: 13px;
}

.compare-download {
    width: 160px !important;
    height: 40px;
    line-height: 40px;
    background-color: white;
    position: absolute;
    margin-left: 24px;
    cursor: pointer;
}

.icon-down-block {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #2589eb;
    float: right;
    line-height: 40px;
}

.icon-down-block img {
    height: 18px;
}

.left-span-block {
    float: left;
    height: 20px;
    width: 1201px;
    background-color: white;
    position: absolute;
    left: -2px;
    top: 0;
    border-top: 1px solid #2589eb;
    border-bottom: 1px solid #2589eb;
}

.operation span {
    height: 40px;
    width: 38px;
    display: inline-block;
    line-height: 40px;
    border-radius: 20px;
    color: #333;
    font-family: PingFangSC-Medium, serif;
    position: absolute;
    cursor: pointer;
}

.op-span-hover {
    background: url("/page/pc/images/compare/icon-oprate-bg-up.png") 0 0 / 100% no-repeat;
    height: 80px !important;
    margin-top: -36px;
    margin-left: 0;
    cursor: pointer;
}


/* 左侧工具栏 */
.slide-nav-left {
    position: absolute;
    margin-top: 0;
    height: auto;
    width: 120px;
    border: 1px solid #2489eb;
    -webkit-padding-start: 0;
    margin-bottom: 0;
    -moz-padding-start: 0;
    background-color: white;
    top: 80px;
    left: -130px;
    z-index: 1;
}

.slide-nav-left.hide {
    display: none;
}

.tools-fixed {
    top: 160px;
    position: fixed;
    left: auto;
    margin-left: -130px;
}

ul {
    -webkit-padding-start: 0;
    margin-bottom: 0;
    -moz-padding-start: 0;
    padding: 0;
}

.slide-nav-left ul {
    -webkit-padding-start: 0;
    text-align: center;
    margin-bottom: 0;
    -moz-padding-start: 0;
}

.slide-nav-left ul li {
    list-style: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
}

.left-nav-ul {
    position: relative;
}

.left-nav-item {
    width: 100%;
    height: 30px;
    position: relative;
    font-weight: 600;
}

.left-nav-item a {
    text-decoration: none;
    color: #333;
}

.nav-active {
    background: #2489eb;
    color: white;
}

.nav-active a {
    background: #2489eb;
    color: white;
}

.left-nav-item:BEFORE {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 10px;
    background-color: #2489eb;
}

.left-nav-item.nav-active:BEFORE {
    background-color: #fff;
}

.left-nav-item-bottom {
    background: #2489eb;
    color: white;
    height: 42px;
    padding-top: 5px;
    line-height: 20px !important;
}

.left-nav-item-bottom img {
    width: 10px;
    height: 8px;
    position: absolute;
    margin-top: 19px;
    margin-left: -33px;
}

.left-nav-item-li.active {
    background: #2489eb;
    color: white;
}

.left-nav-bottom {
    top: auto !important;
    /* bottom: 480px !important; */
    bottom: 1px;
    position: absolute;
}

.span-for-checkbox {
    height: 14px;
    width: 16px !important;
    background-color: white;
    border-radius: 1px;
    border: 1px solid #ddd;
    margin-bottom: -2px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.span-for-checkbox img {
    position: absolute;
    height: 10px;
    margin-top: 1px;
    display: none;
}

.span-for-checkbox img.normal-check {
    left: 0;
}

.td-hightlight {
    color: red;
    background-color: #f9f9f9;
}

.block-title {
    position: fixed;
    margin: auto;
    background: white;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 5px 0 #ccc;
    height: 61px;
    z-index: 2;
    display: none;
}

.block-title-between {
    height: 100%;
    width: 1200px;
    margin: auto;
    position: relative;
    border-left: 1px solid #2589eb;
    border-right: 1px solid #2589eb;
}

.title-tip {
    display: block;
    color: #333;
    font-family: PingFangSC-Medium, serif;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    width: 120px;
    position: absolute;
    top: 0;
    left: -120px;
}

.title-download-pdf {
    width: 160px;
    height: 40px;
    display: block;
    text-align: center;
    background-color: #2589EB;
    color: white;
    font-size: 16px;
    line-height: 40px;
    font-family: PingFangSC-Medium, serif;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -170px;
}

.title-download-pdf img {
    height: 20px;
    width: 18px;
    margin-right: 5px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.checkbox-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dddddd;
    float: left;
    transition-duration: .3s;
}

.block-title.top .checkbox-area {
    width: 120px;
}

.block-title.middle .checkbox-area {
    width: 300px;
}

.check-row {
    width: 100px;
    height: 20px;
    display: block;
    margin-left: 20px;
}

.prd-title-fixed {
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-right: 1px solid #dddddd;
    transition-duration: .3s;
}

.block-title.top .prd-title-fixed {
    width: 359px;
}

.block-title.top .prd-title-fixed.prd0 {
    width: 360px;
}

.block-title.middle .prd-title-fixed {
    width: 229px;
}

.prd-title-fixed p {
    margin: 0;
    color: #2589eb;
    padding: 0 10px;
    text-align: center;
    line-height: 20px;
    min-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.unit-title-fixed {
    height: 100%;
    float: left;
    display: none;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #dddddd;
    padding: 10px;
    color: #2589eb;
    transition-duration: .3s;
}

.block-title.top .unit-title-fixed {
    width: 0;
}

.block-title.middle .unit-title-fixed {
    display: flex;
    width: 90px;
}

.method-title-fixed {
    height: 100%;
    float: left;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    color: #2589eb;
    transition-duration: .3s;
}


.block-title.top .method-title-fixed {
    width: 0;
}

.block-title.middle .method-title-fixed {
    display: flex;
    width: 120px;
}

.product-select-panel .ipt-product:focus {
    border-radius: 0;
}

/* 适配低分辨率 */
.title-download-pdf-low-screen {
    right: -58px !important;
    max-width: 160px !important;
    min-width: 56px !important;
    width: auto !important;
}

.title-download-pdf-low-screen button {
    padding-right: 5px;
    border-radius: 2px;
}

.tools-fixed-low-screen {
    top: 185px !important;
    width: 100px;
    left: 0;
    background: rgba(0, 0, 0, .75);
    color: white;
    border: none;
    position: fixed;

}

.tools-fixed-low-screen.tools-fixed {
    left: 130px;
}

.tools-fixed-low-screen:BEFORE {
    content: '';
    width: 0;
    border-top: 10px solid transparent;
    border-left: 100px solid rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -10px;
}

.tools-fixed-low-screen:AFTER {
    content: '';
    width: 0;
    border-bottom: 10px solid transparent;
    border-left: 100px solid rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
}

.tools-fixed-low-screen .left-nav-item:BEFORE {
    left: 10px;
    background-color: #fff;
}

.tool-list-content::-webkit-scrollbar {
    width: 0
}

.tools-fixed-low-screen .left-nav-item-bottom {
    /* display: none; */
    background: none;
}

.tools-fixed-low-screen.left-nav-bottom {
    bottom: auto !important;
}

.tools-fixed-low-screen .nav-active {
    background: white;
    color: #333;
}

.tools-fixed-low-screen .left-nav-item-li.active {
    background: white;
    color: #333;
}

.tools-fixed-low-screen .left-nav-item.nav-active:BEFORE {
    background: #000;
}

.left-nav-for-low-screen {
    width: 0;
    height: 140px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: fixed;
    left: 0;
    border-left: 25px solid rgba(0, 0, 0, .8);
    color: white;
    top: 30%;
    cursor: pointer;
    display: none;
}

.left-nav-for-low-screen span {
    margin-left: -21px;
    width: 10px;
    display: inherit;
    margin-top: 30px;
}

/* for ff */
.td-introduce-ff {
    border: none !important;
    display: inline-block;
    width: 119px !important;
    text-align: -moz-center;
    vertical-align: middle;
    padding-top: 52% !important;
    padding-bottom: 48% !important;
}

.mosaic-login-panel {
    position: fixed;
    display: none;
    border: 1px solid #cccccc;
    border-bottom: 20px solid #FFFFFF;
    padding: 10px;
    width: 200px;
    height: 90px;
    box-shadow: 0 0 8px 0 rgba(182, 202, 232, 1);
    background-color: #ffffff;
}

.mosaic-login-panel::after {
    content: '';
    position: absolute;
    left: 80px;
    top: 80px;
    z-index: 10;
    width: 0;
    height: 0;
    border-width: 11px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 25px solid #FFFFFF;
}

.nominal-mosaic {
    cursor: pointer;
}

.contentGlobalDiv:nth-of-type(2n + 2) {
    background: #f9f9f9;
}

.display-name {
    text-align: left !important;
}

.display-name .child-name {
    /*display: block;*/
    margin: 2px 0 0 7px;
    padding: 0;
    font-size: 12px;
    color: #777777;
}

.paramsTable {
    font-family: 'fira', 'Fira Code', serif, Sans-serif;
}

.paramsTable tr:hover {
    background: rgba(238, 246, 254, 0.5);
}

.table-container {
    width: 1200px;
    height: auto;
    box-shadow: 0 0 3px #E8E9ED;
    margin-top: 20px;
    border: 1px solid #2589eb;
}

.table-title {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e9ed;
    padding: 10px;
    background: #eef6fe;
}

.table-row {
    display: flex;
    align-items: center;
}

.table-row.bottom-border {
    border-bottom: 1px solid #E8E9ED;
}

.table-row.top-border {
    border-top: 1px solid #E8E9ED;
}

.table-row:hover {
    background: #cef4fe !important;
}

.table-row.table-row-title {
    border-top: 2px solid #2589eb;
    border-bottom: 1px solid #2589eb;
    background: #eef6fe;
    font-weight: 600;
}

.table-row span {
    color: #333;
    font-size: 14px;
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 7px 10px;
}

.table-row span.imgL, .table-row span.imgM, .table-row span.imgR {
    padding: 0;
}

.table-row.td-hightlight span {
    color: #e50000;
}

.table-row span:nth-last-of-type(1) {
    border-right: none;
}

.downPdfBtn {
    width: 120px;
    height: 40px;
    line-height: 30px;
    box-shadow: -2px 2px 10px 0 #ccc;
    background-color: white;
    border: none;
}

.compare-content .notes-table {
    margin-top: 15px;
    width: 100%;
    min-height: auto;
    border: 1px solid #2589eb;
}

.notes-table tr td:nth-of-type(1) {
    text-align: center;
    background: #eef6fe;
    color: #333333;
    font-weight: 600;
}

#newBridge {
    display: none!important;
}

/* 新增新闻资讯相关模块样式 */
.news-item-tr td{
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.news-item-tr:nth-child(odd) td, .news-item-tr:nth-child(even) td{
    border-top: none;
}
.news-parent{
    display: inline-block;
    position: relative;
    width: calc(100% - 40px);
    border-bottom: 1px solid #eee;
    height: 170px;
    margin: 5px 20px -5px;
}
.news-img-sm{
    float: left;
    width: 240px;
    height: 140px;
    margin: 10px 0 10px 0;
    display: none;
}
.news-right-content{
    display: inline-block;
    float: right;
    margin-top: 10px;
    width: 100%;
}
.news-title{
    font-size: 18px;
    color: #000;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.news-content-sm{
    font-size: 14px;
    color: #666;
    width: 98%;
    line-height: 1.5;
    letter-spacing: 1px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.news-bottom-content{
    color: #999;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    line-height: 1;
}
.news-bottom-content span{
    display: inline-block;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.news-bottom-content span:nth-child(1){
    width: 120px;
}
.news-bottom-content span:nth-child(2){
    width: 690px;
}
.news-bottom-content span:nth-child(3){
    float: right;
    padding-right: 40px;
}
.news-bottom-content span:nth-child(3):after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    right: 20px;
    top: -2px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(45deg);
}

.news-content-all{
    display: inline-block;
    border-bottom: 1px solid #eee;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
}
.news-content-all .contenttitle{
    text-align: center;
    background: #F4FAFF;
    padding: 20px 0;
}
.news-content-all .contenttitle h1{
    margin-bottom: 20px;
}
.news-content-all .contenttitle .msccaddress{
    margin-bottom: 0;
}
.news-content-all .content-text p{
    padding: 10px 50px;
}
.news-content-all .row-up{
    position: relative;
    float: right;
    margin-right: 50px;
    margin-bottom: 10px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}
.news-content-all .row-up:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    right: -22px;
    top: 7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(225deg);
}
.news-title-tr .news-item-tr{
    display: none;
}
.xdbtn{
    width: 144px!important;
    height: 36px;
    background: linear-gradient(90deg, #C91D09 0%, #F0381E 100%);
    border-radius: 18px 18px 18px 18px;
    opacity: 1;
    color: #FFFFFF!important;
    text-align: center;
}
