@font-face{
    font-family: 'HelveticaNeueLTPro-BdCn';
    src : url('fonts/font.eot');
    src : url('fonts/font.eot?#iefix') format('embedded-opentype'),
    url('fonts/font.woff2') format('woff2'),
    url('fonts/font.woff') format('woff'),
    url('fonts/font.ttf') format('truetype'),
    url('fonts/font.svg') format('svg');
}
.special_font {
    font-family: 'HelveticaNeueLTPro-BdCn';
}
.aside-left {
    width: 935px;
    padding-top: 12px;
}
.crumbs_box {
    padding: 10px 0 20px;
}
.for_add_svg {
    display: flex;
    align-items: center;
}
h1.special_font {
    font-size: 30px;
    color: #D51A1C;
    max-width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.for_add_svg img {
    width: 44px;
    margin-bottom: 8px;
    margin-left: 5px;
}
.dl_box {
    border: 1px solid #d6d6d6;
    padding: 30px 20px;
    display: flex;
    margin-top: 10px;
}
.dl_box dt .img_box {
    width: 190px;
    height: 190px;
    border: 1px solid #d6d6d6;
    padding: 4px;
    position: relative;
}
.dl_box dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 180px;
}
.dl_box dt .add_name {
    height: 25px;
    background: #F8F9FC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}
.dl_box dt .add_name p {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dl_box dd {
    flex: 1;
    padding-left: 35px;
}
.dl_box dd ul li {
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
}
.dl_box dd ul li span {
    color: #777777;
    width: 115px;
}
.dl_box dd ul li p {
    flex: 1;
    color: #333333;
    width: calc(100% - 115px);
    word-break: break-word;
}
.dl_box dd ul li p a {
    color: #333333;
}
.dl_box dd .flex {
    display: flex;
    margin-top: 30px;
}
.dl_box dd .inquiry_btn {
    width: 230px;
    height: 45px;
    border: 1px solid #5d77a8;
    color: #5d77a8;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}
.dl_box dd a.inquiry_btn {
    margin-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.dl_box dd .inquiry_btn:hover {
    background: #5d77a8;
    color: #ffffff;
}
.common_div {
    padding: 45px 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.common_div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.common_div>a {
    top: -500px;
    position: absolute;
}
.common_div .common_title {
    font-size: 25px;
    color: #D51A1C;
}
.common_div .pf_content {
    margin-top: 25px;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
}
.pf_content .text_item {
    display: flex;
    line-height: 30px;
    font-size: 15px;
}

.pf_content .text_item label {
    width: 170px;
    color: #777777;
}
.pf_content .richText_item {
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    margin-top: 20px;
}
.pf_content .richText_item b {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.pf_content .text_item div {
    flex: 1;
}
.pf_content .text_item p {
    color: #333333;
}
.common_div .pf_content.flex {
    display: flex;
    flex-wrap: wrap;
}
.common_div .pf_content.flex .items {
    width: 50%;
    padding-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}
.common_div .pf_content.flex .items a:hover {
    color: #1470cc;
}
.common_div .add_text {
    color: #777777;
    font-size: 13px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.route_item {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    position: relative;
}
.route_item:last-child {
    margin-bottom: 0;
}
.route_item span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #333333;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45px;
}
.route_item .items {
    width: 120px;
    text-align: center;
    margin-bottom: 30px;
}
.route_item .symbol {
    line-height: 120px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 15px;
}
.route_item .img_box {
    width: 120px;
    height: 120px;
    position: relative;
    border: 1px solid #D6D6D6;
}
.route_item .img_box img {
    position: absolute;
    max-width: 110px;
    max-height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.route_item p {
    margin: 5px 0 10px;
}
.route_item p a {
    font-size: 15px;
    color: #1F88E4;
}
.route_item p a:hover {
    color: #1470cc;
}
.route_item .supplier_btn {
    width: 120px;
    height: 35px;
    border: 1px solid #D51a1c;
    color: #D51a1c;
    line-height: 33px;
    font-size: 14px;
}
.route_item .supplier_btn:hover {
    background: #D51a1c;
    color: #ffffff;
}
.methods_table {
    display: block;
    border-spacing: 0;
}
.methods_table th {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    border-left: 1px solid #ffffff;
}
.methods_table td {
    padding: 10px;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #D6D6D6;
}
.methods_table tr:nth-child(even) td{
    background: #F8F9FC;
}
.spectrum_item {
    padding: 20px 0;
    border-bottom: 1px dashed #D6D6D6;
    position: relative;
    display: flex;
}
.spectrum_item:first-child {
    padding-top: 0;
}
.spectrum_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.spectrum_item p {
    width: 130px;
    font-size: 15px;
    color: #777777;
}
.spectrum_item .small_img {
    width: 240px;
    height: 160px;
    border: 1px solid #D6D6D6;
    margin-left: 20px;
    position: relative;
}
.spectrum_item .small_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 150px;
    max-width: 230px;
}
.spectrum_item .small_img:hover .large_img {
    display: block;
}
.spectrum_item .large_img {
    width: 540px;
    height: 360px;
    border: 1px solid #D6D6D6;
    position: absolute;
    left: 245px;
    top: 0;
    background: #ffffff;
    display: none;
    z-index: 9;
}
.spectrum_item .large_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 340px;
    max-width: 520px;
}
.echarts_box {
    padding: 0 35px;
    margin-top: 10px;
}
.echarts_box .echart {
    padding-bottom: 20px;
    /*border-bottom: 1px dashed #d7e4f1;*/
}
.echarts_box .echart_title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.echarts_box .echart_div {
    width: 650px;
    height: 390px;
    margin: 40px auto 0;
}
.echarts_box .echart_analysis {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    color: #000000;
}
.echarts_box .table_box {
    margin-top: 30px;
}
.echarts_box .table_box .table_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.echarts_box .table_box .table_div {
    margin-top: 37px;
    display: none;
}
.echarts_box .table_box .table_div table th {
    background: #d7e4f1;
    border-top-right-radius: 20px;
    border-right: 1px solid #ffffff;
    height: 40px;
    padding-left: 10px;
    text-align: left;
}
.echarts_box .table_box .table_div table td {
    height: 40px;
    border-right: 1px solid #ffffff;
}
.echarts_box .table_box .table_div table tbody tr:nth-child(2n) td{
    background: #f3f7fb;
}
.echarts_box .table_box .table_div table td p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px 0 10px;
    width: 190px;
}
.echarts_box .table_box .table_div table td p.country {
    width: 290px;
}
.arrow_box {
    text-align: center;
    margin-top: 30px;
}
.arrow_box div {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.arrow_box div i {
    font-size: 20px;
    color: #1470cc;
    position: absolute;
    left: 7px;
}
.arrow_box div i.arrow1 {
    top: 4px;
}
.arrow_box div i.arrow2 {
    top: 11px;
}
.analysis_box {
    margin-top: 10px;
}
.analysis_box .text {
    font-size: 15px;
}
.analysis_box .text a {
    color: #1F88E4;
}
.analysis_box .text a:hover {
    color: #1470cc;
}
.analysis_box .price_box {
    height: 60px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    margin-top: 15px;
    background: #F8F9FC;
}
.analysis_box .price_box li {
    margin-right: 80px;
    font-size: 15px;
}
.analysis_box .price_box li span {
    color: #777777;
}
.analysis_box .price_box li i.red {
    display: inline-block;
    border: 8px solid transparent;
    border-top: 10px solid #D51a1c;
    vertical-align: -8px;
}
.analysis_box .price_box li b.red {
    color: #D51a1c;
}
.analysis_box .price_box li i.green {
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 10px solid #2BC302;
    vertical-align: 0;
}
.analysis_box .price_box li b.green {
    color: #2BC302;
}
.analysis_box .price_box li i.grey {
    display: inline-block;
    width: 14px;
    height: 6px;
    background: #777777;
    vertical-align: 2px;
}
.analysis_box .price_box li b.grey {
    color: #777777;
}
.common_div .btn_box {
    text-align: center;
    margin-top: 30px;
}
.common_div .btn_box .common_btn {
    display: inline-block;
    height: 45px;
    border: 1px solid #5d77a8;
    line-height: 43px;
    padding: 0 30px;
    color: #5d77a8;
    font-size: 15px;
    width: 350px;
}
.common_div .btn_box .common_btn:hover {
    background: #5d77a8;
    color: #ffffff;
}
.drug_function {
    margin-top: 15px;
}
.drug_function p {
    font-size: 15px;
    color: #333333;
}
.drug_function div {
    color: #777777;
    font-size: 13px;
    margin-top: 15px;
}
.drug_function div i {
    font-size: 14px;
}
.related_drug {
    margin-top: 15px;
}
.related_drug table {
    margin-bottom: 20px;
    width: 100%;
}
.related_drug table th {
    background: #000000;
    border-radius: 5px 5px 0 0;
    padding: 0 9px;
    height: 40px;
    color: #ffffff;
    text-align: left;
}
.related_drug table td {
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    min-height: 40px;
    padding: 10px 9px;
    font-size: 15px;
}
.related_drug table td:last-child {
    border-right: none;
}
.related_drug table tr:nth-child(odd) td{
    background: #f8f9fc;
}
.related_drug table td span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
}
.related_drug table td span.color1 {
    background: #7701BB;
}
.related_drug table td span.color2 {
    background: #018FFC;
}
.related_drug table td span.color3 {
    background: #FCC505;
}
.related_drug table td span.color4 {
    background: #01CF19;
}
.registered_company {
    margin-top: 10px;
}
.registered_company ul {
    padding: 10px;
    background: #f8f9fc;
}
.registered_company ul li {
    display: flex;
    position: relative;
    padding: 12px 10px;
    align-items: center;
}
.registered_company ul li p {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}
.registered_company ul li div {
    height: 18px;
    border-right: 1px solid #D6D6D6;
    padding-right: 9px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.registered_company ul li div img {
    width: 24px;
    height: 18px;
    display: block;
    margin-right: 5px;
}
.registered_company ul li div span {
    font-size: 12px;
    color: #777777;
}
.registered_company ul li .active {
    width: 45px;
    height: 18px;
    background: #07AC25;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
}
.registered_company ul li .inctive {
    width: 48px;
    height: 18px;
    background: #B6B6B6;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
}
.registered_company ul li:after {
    width: 5px;
    height: 5px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 22px;
}

.suppliers_ul li {
    margin-top: 20px;
    background: #F8F9FC;
    padding: 15px;
}
.suppliers_ul .company_name b {
    font-size: 18px;
}
.suppliers_ul .company_name .contact {
    display: inline-block;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #1F88E4;
    color: #1F88E4;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
}
.suppliers_ul .company_name .contact:hover {
    background: #1F88E4;
    color: #ffffff;
}
.suppliers_ul .company_name .contact .iconfont {
    font-size: 14px;
    margin-right: 3px;
}
.suppliers_ul .company_other {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.suppliers_ul .company_other img {
    margin-right: 5px;
    width: 27px;
    height: 20px;
}
.suppliers_ul .company_other span {
    margin-right: 15px;
    color: #777777;
}
.suppliers_ul .company_other > span {
    border-right: 1px solid #D6D6D6;
    padding-right: 15px;
}
.suppliers_ul .company_other p {
    margin-right: 15px;
    padding: 0 4px;
    background: #ffede3;
    border: 1px solid #fcb189;
    border-radius: 5px;
    font-size: 12px;
    color: #fd2c03;
    line-height: 18px;
}
.suppliers_ul .allIcon_main > span {
    padding-left: 15px;
    border-left: 1px solid #D6D6D6;
    height: 20px;
    display: inline-block;
}
.suppliers_ul .allIcon_main i {
    margin-right: 5px;
    vertical-align: middle;
}
.suppliers_ul .allIcon_main b {
    display: inline-block;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
    vertical-align: middle;
}
.suppliers_ul .company_intro {
    color: #777777;
    margin-top: 12px;
    font-size: 13px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    max-height: 60px;
}
.suppliers_ul .product_box {
    margin-top: 12px;
    border-top: 1px solid #D6D6D6;
    padding-top: 12px;
}
.suppliers_ul .product_name {
    font-size: 15px;
}
.suppliers_ul .product_box .info_box {
    margin-top: 5px;
    display: flex;
}
.suppliers_ul .product_box .info_box div {
    color: #777777;
    border-right: 1px solid #D6D6D6;
    padding-right: 10px;
    margin-right: 10px;
}
.suppliers_ul .product_box .info_box div:last-child {
    border-right: none;
}
.suppliers_ul .product_box .inquiry_btn {
    width: 100px;
    height: 30px;
    border: 1px solid #1F88E4;
    display: block;
    margin-top: 12px;
    color: #1F88E4;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.suppliers_ul .product_box .inquiry_btn:hover {
    background: #1F88E4;
    color: #ffffff;
}

.news_ul li {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.news_ul li span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    margin-right: 5px;
}
.news_ul li a {
    font-size: 15px;
    color: #333333;
}
.news_ul li a:hover {
    color: #1F88E4;
}
.interested_ul li {
    width: 300px;
    height: 63px;
    background: #F8F9FC;
    padding: 7.5px 10px;
    float: left;
    margin-top: 25px;
    margin-right: 17px;
    border: 1px solid #f8f9fc;
}
.interested_ul li:hover {
    border: 1px solid #1F88E4;
}
.interested_ul li:nth-child(3n) {
    margin-right: 0;
}
.interested_ul li a {
    color: #1F88E4;
}
.interested_ul li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #1F88E4;
}


.aside-right-box {
    width: 280px;
}
.aside-right-box.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 350px;
}
.marks_box {
    background: #F8F9FC;
    padding: 10px 0;
}
.marks_box .special_font {
    font-size: 22px;
    padding: 10px 20px;
}
.marks_box ul li.active {
    background: #E6E7ED;
    font-weight: bold;
}
.marks_box ul li p {
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
}
.aside-right-box .sds_btn {
    height: 45px;
    border: 1px solid #5D77A8;
    color: #5D77A8;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 20px;
    background: #ffffff;
}
.aside-right-box .sds_btn p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.aside-right-box .sds_btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.aside-right-box .sds_btn:hover {
    background: #5D77A8;
    color: #ffffff;
}

.detail_share {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_share span {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.detail_share ul li {
    float: left;
    margin-left: 20px;
}
.detail_share ul li i{
    width: 30px;
    height: 30px;
    display: block;
    color: #333333;
    background-size: cover;
}
.hot_search{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.hot_search dt{
    margin-top: 10px;
    margin-right: 30px;
    font-weight: bold;
    color: #A4A4A4;
    line-height: 1;
}
.hot_search dd a{
    display: block;
    margin-top: 10px;
    margin-right: 30px;
    color: #999999;
    line-height: 1;
}
.hot_search dd a:hover{
    color: #333333;
}

.detail_share ul li.linin i{
    background-image: url("../images/common/LinkedIn_v4fd04d.svg");
}
.detail_share ul li.facebook i{
    background-image: url("../images/common/facebook_v786c80.svg");
}
.detail_share ul li.twitter i{
    background-image: url("../images/common/twitter_vadaaec.svg");
}
.detail_share ul li.wechat i{
    background-image: url("../images/common/weixin_v48d5c1.svg");
}

