@charset "utf-8";
/* CSS Document */
/* mce en website - wdf - 2016-12-29 */
/* content: reset, header, container(bread), footer, left contact */
/* ====================================================
                element style reset
==================================================== */
body, dl, dt, dd, ul, ol, li, table, th, td,
form, fieldset, legend, button, input, textarea, img,
blockquote, pre, h1, h2, h3, h4, h5, h6, hr, p,
header, footer, article, section {
    border: none;
    margin: 0;
    padding: 0;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

html {
    font-size: 62.5%;
    min-width: 1020px;
}

body {
    font-family: Arial ,sans-serif;
    color: #331515;
    overflow-x: hidden;
    font-size: 12px;
}

button, input, select, textarea {
    font-family: Arial,sans-serif;
    color: #331515;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}


button, input, select {
    vertical-align: middle;
}

*:focus {
    outline: none;
}

input:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

th, td {
    text-align: left;
    border: 0;
}

ul, ol {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #331515;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.focus {
    -moz-outline: none;
    outline: none;
}

a.link_blue {
    color: #06C;
}

a.link_blue:hover {
    color: #F60;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    color: #000;
}

/* ====================================================
     common style
==================================================== */
.clearfix:after { content: "\200B"; display: block; height: 0; clear: both;}
.clearfix { *zoom: 1;}/*IE/7/6*/
.clear { clear: both;}

.show { display: block;}
.hide { display: none;}
.vis_hide { visibility: hidden;}
.vis_show { visibility: visible;}

.fl { float: left;}
.fr { float: right;}

.cus { cursor: pointer;}

/*font*/
.fs_14 { font-size: 14px; }
.fs_16 { font-size: 16px;}

.fc_FF0000 { color: #ee3134;}
.fc_FF9900 { color: #F90;}
.fc_FF6600 { color: #F60;}
.fc_CC0000 { color: #C00;}
.fc_06C { color: #06C;}
.fc_F60 { color: #F60;}
.fc_F00 { color: #ee3134;}
.fc_C00 { color: #C00;}
.fc_F90 { color: #F90;}
.fc_purple { color: #6a4b92;}

.fw_bold { font-weight: 700;}

.fs_italic { font-style: italic;}

/*padding*/
.pt_5 { padding-top: 5px;}
.pt_10 { padding-top: 10px;}
.pt_20 { padding-top: 20px;}

.pb_5  { padding-bottom: 10px;}
.pr_20 { padding-right: 20px;}
.pb_10 { padding-bottom: 10px;}

/*margin*/
.mt_3  { margin-top: 3px;}
.mt_5  { margin-top: 5px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_20 { margin-top: 20px;}
.mt_24 { margin-top: 24px;}

.mt_25 {
    margin-top: 25px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_40 {
    margin-left: 40px;
}

.mr_10 { margin-right: 10px }
.mr_20 { margin-right: 20px }
.mr_50 { margin-right: 50px }

.mb_10 { margin-bottom: 10px }
.mb_15 { margin-bottom: 15px }

/*border*/
.bor_t_CCC { border-top: 1px solid #CCC;}
.bor_t_DDD { border-top: 1px solid #DDD;}
.bor_radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}


.border_input { border: 1px solid #bdbdbd;}
.empty,.nonempty { border: 1px solid #bdbdbd;}
/*blue border*/
.empty_submit, .empty:focus { border: 1px solid #66afe9; outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6)}
/*red border*/
.nonempty_submit, .nonempty:focus { border: 1px solid #ee3134; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(208, 31, 38, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(208, 31, 38, .6)}
.other_empty:focus {border-bottom: 1px solid #66afe9 !important; border-radius: 0}
.other_nonempty:focus {border-bottom: 1px solid #ee3134 !important; border-radius: 0; box-shadow: 0px 3px 3px -2px rgba(208, 31, 38, .6);}
.other_nonempty_submit {border-bottom: 1px solid #ee3134 !important; border-radius: 0; box-shadow: 0px 3px 3px -2px rgba(208, 31, 38, .6);}
/*close*/
.icon_close { display: block; width: 12px; height: 12px; font-weight: 400; color: #898a8a;}
.icon_close:hover { cursor: pointer;}

/*mask*/
.mask,.maskCas,.mask-oligonucleotide,.mask-compare { display: none; position: fixed; z-index: 999; width: 100%;  height: 100%; left: 0; top: 0; background-color: #000; -moz-opacity: 0.6; opacity: .60; filter: alpha(opacity=60);}

/*view and collapse*/
/*.view_collapse { width: 78px;}*/
/*.view_collapse span { height: 20px; font-size: 12px; line-height: 20px; font-weight: 700; color: #F60;  background-image: url("../images/web/icon.png"); background-repeat: no-repeat; cursor: pointer;}*/
/*.view_more { display: block; width: 78px; background-position: 0 -126px;}*/
/*.collapse  { display: none;  width: 68px; background-position: -10px -156px;}*/
/*.view_collapse span:hover { cursor: pointer;}*/

/*icon*/
.icon_new:before {
    width: 25px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    margin: 0 0 0 8px;
    border: 0;
    background-color: #d01f26;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    content: "New";
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    -webkit-transform: scale(0.8);
}

/*sup sub*/
sup {
    bottom: 0;
    position: relative;
    -webkit-transform: scale(0.8);
    -o-transform: scale(1);
    display: inline-block;
    line-height: 12px;
    /*font-size: 9px;*/
    font-size: 0.9em;
    font-weight: normal;
}

sup a {
    color: #6a4b92;
}

sub {
    top: 0;
    position: relative;
    -webkit-transform: scale(0.8);
    -o-transform: scale(1);
    display: inline-block;
    line-height: 12px;
    /*font-size: 9px;*/
    font-size: 0.9em;
    font-weight: normal;
}

sub a {
    color: #6a4b92;
}

/* ====================================================
    Header
==================================================== */
#Header { z-index: 1000; width: 100%; height: auto; background-color: #FFF;}

/* page_top */
.page_top { position: fixed; top: 0; z-index: 999; width: 100%; min-width: 1020px; height: 82px; padding-top: 6px; background: #fff; }
.page_top_bb { border-bottom: 2px solid #8972ac;}
.page_top_bs { box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); border-bottom: 0;}

/* page_top_con*/
.page_top_con { width: 1000px; margin: 0 auto; position: relative;}

/* logo */
#logo { float: left; width: 174px; margin-top: 9px; margin-left: 0;}
#logo img { width: 174px;}

/*hd slogan / activity notice / search */
#search { float: left; margin-left: 48px; font-size: 12px;}

#slogan_activity {height: 29px;margin: 7px 0 0 -3px;position: relative;top: 2px;}
#slogan_activity .slogan { float: left; margin: 3px; font-size: 14px; color: #6a4b92;padding-left: 2px;}
#slogan_activity .activity {  float: right; margin-top: -10px; color: #331515;font-weight: 700; position: relative; text-align: right;}
/*#slogan_activity .activity a { color: #ee3134; float: left;margin-right: 8px; margin-top: 1px;}*/
/*#slogan_activity .activity a:hover { color: #F60;}*/
#slogan_activity .integrate{ float: left; position:absolute; top: 0;right: -6px;}
#slogan_activity .integrate a{ cursor: pointer;}
/*#slogan_activity .integrate img { width: fit-content; height: 38px;}*/
/*#slogan_activity .integrate img{ position: relative;top: 1px;}*/
/*#slogan_activity .integrate{ z-index: -11;position: relative;left: 160px;top: -7px;}*/

/* search */
#search_txt { float: left; width: 400px; height: 35px; padding: 0 8px; border: 1px solid #9f9f9f; border-right: 1px solid #8972ac; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; color: #331515;}
#search_btn { float: left; width: 44px; height: 35px; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; background: #8972ac url("../images/web/icon_comm.png") no-repeat -168px -296px;}
#search_btn:hover { cursor: pointer;}

/* header contact us*/
.hd_ctus { line-height: 1;clear: both;}
.hd_ctus span {  display: inline-block; margin: 0 0 0 9px;}
.hd_ctus a { margin-left: 7px; font-size: 13px;}
.hd_ctus a:hover { color: #F60;}
.hd_ctus_tel{
    margin: 5px 0 9px 0;
    float: left;
}
.hd_user_name{
    width: 125px;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    margin: 6px 2px 4px 0;

}
.hd_user_name a{
    font-size: 12px;
}
/*hd select country*/
.pgt_select_country { float: right; height: 24px; line-height: 24px;}
.pgt_select_country img { width: 18px; float: right; margin: 3px 35px 0 0;}
.pgt_select_country:hover { cursor: pointer;}
.pgt_select_country span { float: right; margin-right: 10px; font-size: 12px;}

/* header cart*/
.a_pgt_cart { display: block; float: right; height: 32px; line-height: 32px; position: relative;top: -3px;left: -2px;}
.a_pgt_cart > a { float: right; }
.a_pgt_cart > a > span { color: #F60; }
.a_pgt_cart > svg  { float: right; margin:-1px 9px 0 9px; }

/* page_top_country ==================================== */
.page_top_country {
    position: absolute;
    top: 72px;
    z-index: 101;
    display: none;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.cuts-info{
    position: relative;
    left: 4px;
}
.hd_my_account{
    width: 125px;
    margin-top: -8px;
    float: right;
    text-align: right;
    padding-right: 2px;
}
.hd_my_account>a {
    padding-bottom: 3px;
    border-bottom: 1px solid #ee3134;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.customer_service{
    width: 120px;
    text-align: right;
    margin-bottom: 9px;
}

.pgt_country_arrow {
    width: 1000px;
}

.pgt_country_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 847px;
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -10px;
}

.pgt_country_tit {
    width: 1000px;
    padding: 18px 0 15px 0;
    background: #FFF;
    border-top: 12px solid #8972ac;
}

.pgt_country_tit img {
    margin-left: 30px;
}

/*country_list*/
.pgt_country_list {
    width: 1000px;
    background: #FFF;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.pgt_country_list li {
    float: left;
    width: 70px;
    height: 62px;
    padding: 0 15px 10px 15px;
    text-align: center;
    font-size: 12px;
}

.pgt_country_list li:hover {
    cursor: pointer;
}

.pgt_country_list li img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.pgt_country_list li span {
    display: block;
    width: 70px;
    height: 30px;
    margin-top: 3px;
    line-height: 15px;
}

/*page top cart and country list mask*/
.page_top_cart_mask {
    position: fixed;
    top: 88px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

#mask_top_country {
    z-index: 100;
}

/* page_top_cart ==================================== */
.page_top_cart {
    position: absolute;
    top: 72px;
    right: 0;
    z-index: 103;
    display: none;
    width: 347px;
}

.pgt_cart_arrow {
    width: 78px;
    height: 10px;
    margin-left: 267px;
}

.pgt_cart_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -10px;
    margin-left: 24px;
}

.pgt_cart_hd {
    height: 34px;
    padding: 0 15px;
    background-color: #fdfbff;
    border-left: 1px solid #8972ac;
    border-right: 1px solid #8972ac;
    border-top: 2px solid #8972ac;
    color: #6a4b92;
    font-size: 13px;
}

.pgt_cart_hd table th {
    font-weight: bold;
    line-height: 34px;
}

.pgt_cart_list {
    padding: 0 15px;
    background: #FFF;
    border-left: 1px solid #8972ac;
    border-right: 1px solid #8972ac;

}

.pgt_cart_list table {
    width: 100%;
    border-top: 1px solid #8972ac;
}

.pgt_cart_list table td {
    padding: 8px 0;
    vertical-align: top;
    border-bottom: 1px solid #DDD;
    font-size: 12px;
    line-height: 15px;
}

.pgt_cart_list td a {
    line-height: 15px;
}

.pgt_cart_list_1 {
    width: 175px;
}

.pgt_cart_list_1 a {
    margin-right: 10px;
}

.pgt_cart_list_2 {
    width: 120px;
}

th.pgt_cart_list_3 {
    width: 20px;
    text-align: right;
}

td.pgt_cart_list_3 {
    text-align: left;
}

.pgt_cart_ftr {
    padding: 10px 15px 5px 15px;
    background: #FFF;
    border-left: 1px solid #8972ac;
    border-right: 1px solid #8972ac;
    border-bottom: 2px solid #8972ac;
}

.pgt_cart_ftr table {
    width: 100%;
}

.pgt_cart_ftr table th {
    width: 200px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
}

.pgt_cart_ftr table th span {
    color: #F60;
}

.pgt_cart_ftr table td {
    width: 117px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
}

.pgt_cart_ftr table td a {
    float: right;
    display: block;
    line-height: 20px;
    padding: 4px 10px 5px 13px;
    text-align: center;
    background: #ff7e00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
}

/* ====================================================
    Navigation
==================================================== */
/* main_nav ==================================== */
#hd_nav {
    width: 100%;
    min-width: 1020px;
    height: 30px;
    margin-top: 88px;
    background-color: #8972ac;
    padding-bottom: 2px;
}

#main_nav {
    width: 1000px;
    margin: 0 auto;
}

#main_nav > a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    /*font-family: "Arial", "STXihei", "STHeiti", 'SimHei', "sans-serif";*/
    /*padding: 0 33px;*/
    margin-right: 12px;
}

#main_nav > a#nav_pathway {
    text-align: left;
    padding-left: 0;
}

#main_nav >a#nav_pathway .span_down {
    float: left;
    margin-left: 11px;
    vertical-align: middle;
    display: block;
}

#main_nav >a#nav_pathway .span_down span {
    font-weight: bold;
}



#nav_pro {  }

#nav_lib {  }

#nav_kit {  }



#main_nav > #nav_service {
    /*padding-left: 5px;*/
    /*padding-right: 19px;*/
    /*padding-right: 12px;*/
}

#nav_sep {
    display: block;
    width: 2px;
    background-color: #FFF;
    height: 10px;
    font-size: 0;
    margin-top: 10px;
}

#main_nav > a#nav_contact {
    text-align: right;
    padding-right: 0;
    margin-right: 0;
    /*margin-left: -1px;*/
    margin-left: 5px;
}

/*nav_mask*/
.nav_mask {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 120px;
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

/*nav_pathway_target_list*/
#nav_pathway_target_list, #nav_protein_category_list, #nav_kit_category_list {
    position: absolute;
    z-index: 99;
    display: none;
    width: 790px;
    height: 493px;
    margin: 22px 0 0 -12px;
    background: none;
}
#nav_protein_category_list {
    margin-left: 179px;
}
#nav_kit_category_list {
    margin-left: 365px;
}

#nav_pathway_arrow {
    width: 616px;
}

#nav_pathway_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 73px;
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -20px;
}

#nav_protein_arrow {
    width: 616px;
}

#nav_protein_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 326px;
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -20px;
}

#nav_kit_arrow {
    width: 616px;
}

#nav_kit_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 226px;
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -20px;
}

/*nav_pathway_list*/
#nav_pathway_list {
    float: left;
    min-width: 315px;
    background: #FFF;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#nav_protein_first_list {
    float: left;
    margin-right: 200px;
    width: 400px;
    background: #FFF;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#nav_kit_first_list {
    float: left;
    margin-right: 200px;
    width: 300px;
    min-height: 150px;
    background: #FFF;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#nav_pathway_list ul, #nav_protein_first_list ul, #nav_kit_first_list ul {
    margin: 16px 0 10px 12px;
    padding-right: 10px;
    border-right: 1px solid #f3f2f2;
}

#nav_pathway_list ul li, #nav_protein_first_list ul li, #nav_kit_first_list ul li {
    position: relative;
    height: 24px;

}
#nav_pathway_list ul li{
    width: 292px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: fit-content;
}
#nav_pathway_list ul li a, #nav_protein_first_list ul li a, #nav_kit_first_list ul li a {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}
#nav_pathway_list ul li a{
    line-height: 18px;
}
#nav_pathway_list ul li a.target_more span, #nav_protein_first_list ul li a.target_more span, #nav_kit_first_list ul li a.target_more span {
    padding-left: 0;
    font-weight: bold;
    color: #F60 !important;
}
.target_more{
    font-weight: bold;
    color: #F60 !important;
}

#nav_pathway_list ul li a span, #nav_protein_first_list ul li a span, #nav_kit_first_list ul li a span {
    color: #444;
}

#nav_pathway_list ul li span.np_arrow, #nav_protein_first_list ul li span.np_arrow, #nav_kit_first_list ul li span.np_arrow{
    position: absolute;
    right: 0;
    bottom: 8px;
    display: block;
    width: 5px;
    height: 10px;
    font-size: 14px;
    line-height: 10px;
    color: #999;
}
#nav_pathway_list ul li span.np_arrow{
    bottom: unset;
    top: 6px;
}
.np_ml { padding-left: 10px;}
.np_mr { margin-right: 10px}
.np_sep {
    width: 1px;
    height: 9px;
    line-height: 9px;
    font-size: 0;
    background-color: #444;
    display: inline-block;
    vertical-align: baseline;
}

#nav_pathway_list ul li.actived, #nav_protein_first_list ul li.actived {
}

#nav_pathway_list ul li.actived a span, #nav_protein_first_list ul li.actived a span, #nav_kit_first_list ul li.actived a span {
    color: #F60;
}

#nav_pathway_list ul li.actived a span.np_sep, #nav_protein_first_list ul li.actived a span.np_sep, #nav_kit_first_list ul li.actived a span.np_sep{
    background-color: #F60;
}

#nav_pathway_list ul li.actived span.np_arrow, #nav_protein_first_list ul li.actived span.np_arrow, #nav_kit_first_list ul li.actived span.np_arrow {
    color: #F60;
}

/*nav_target_list*/
#nav_target_list{
    float: left;
    width: 474px;
    height: 572px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    display: none;
}
#nav_protein_child_list{
    float: left;
    width: 474px;
    height: auto;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    display: none;
    position: absolute;
    right: -84px;
}
#nav_kit_child_list{
    float: left;
    width: 300px;
    height: auto;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    display: none;
    position: absolute;
    right: 190px;
}

#nav_target_list.target_hide, #nav_protein_child_list.target_hide, #nav_kit_child_list.target_hide {
    display: none;
    position: relative;
}
#nav_protein_child_list .blank{
    left: 0;
    top: auto;
    width: 420px;
}
#nav_kit_child_list .blank{
    left: 0;
    top: auto;
    width: 334px;
}
.blank {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 462px;
    background-color: #FFF;
    position: absolute;
    left: 300px;
    z-index: -1;
    top: 10px;
}

#nav_target_list div, #nav_protein_child_list div, #nav_kit_child_list div {
    margin: 0;
    overflow: hidden;
}

#nav_target_list div a.nav_pathway_name, #nav_protein_child_list div a.nav_pathway_name, #nav_kit_child_list div a.nav_pathway_name {
    min-width: 320px;
    padding: 17px 0 5px 0;
    margin-left: 20px;
    border-bottom: 1px solid #e0d9ec;
    color: #6a4b92;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    height: 30px;
    display: inline-block;
}

#nav_target_list div ul{
    float: left;
    width: 210px;
    padding: 11px 0 0 20px;
}
#nav_protein_child_list div ul{
    float: left;
    width: max-content;
    padding: 11px 0 0 20px;
    min-width: 320px;
}
#nav_kit_child_list div ul{
    float: left;
    width: max-content;
    padding: 11px 0 0 20px;
}
#nav_target_list div ul li {
    height: 24px;
    color: #3e3a39;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*-moz-binding: url("../xml/ellipsis.xml#ellipsis");*/
    white-space: nowrap;
    line-height: 24px;
    width: 90%;
}
#nav_protein_child_list div ul li{
    height: 24px;
    color: #3e3a39;
    line-height: 24px;
}
#nav_kit_child_list div ul li{
    height: 24px;
    color: #3e3a39;
    line-height: 24px;
}
#nav_target_list div ul li a, #nav_protein_child_list div ul li a, #nav_kit_child_list div ul li a {
    color: #444;
    font-size: 12px;
}

#nav_target_list div ul li a:hover, #nav_protein_child_list div ul li a:hover, #nav_kit_child_list div ul li a:hover {
    color: #F60;
    text-decoration: underline;
}

#nav_target_list div ul li a.target_more, #nav_protein_child_list div ul li a.target_more, #nav_kit_child_list div ul li a.target_more {
    padding-left: 0;
    font-weight: bold;
    color: #F60;
}

/*nav_pro_list*/
#nav_pro_list { display: none; position: absolute; z-index: 99; width: 1000px; margin: 22px 0 0 0;}
#nav_pro_list_cell { display: none; position: absolute; z-index: 99; width: 1000px; margin: 22px 0 0 0;}
#nav_pro_arrow { width: 600px;}
#nav_pro_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 305px;
    /*margin-left: 313px;*/
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -20px;
}

#nav_pro_con, #nav_lib_con { width: 970px; background: #FFF; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 20px 10px 15px 20px;}
#nav_pro_col_cell{ width: 970px; background: #FFF; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 20px 10px 15px 20px;}

#nav_pro_col_1 { float: left; width: 200px; height: 100%; padding-right: 15px; }
#nav_pro_col_1 .nav_pro_con_dl:first-child { overflow:hidden; height: 364px }
#nav_pro_col_2 { float: left; height: 100%; min-width: 240px;}
#nav_pro_col_4{ float: left; height: 100%; padding:0 15px; }
#nav_pro_col_3 { float: right; width: 228px; height: 100%; }
#nav_pro_col_3 dt a { padding-bottom: 2px; }

.nav_pro_con_dl > dt { height: auto; padding-bottom: 2px; font-size: 13px;  line-height: 26px; font-weight: 700; }
.nav_pro_con_dl > dt > a { padding-bottom: 4px; }
/*.nav_pro_con_dl > dt > a[href='/virtual-screening.html'] { line-height: 23px; }*/
.nav_pro_con_dl > dt > a > span { margin-left: 10px; color: #ee3134 }
.nav_pro_con_dl a[href]:hover { color: #F60; }
.nav_pro_con_dl > dd { height: auto; line-height: 23px; }
.nav_pro_con_dl > dd a { font-size: 12px; }
.mt_research_areas {margin-top: 10px;}
.dd-bold {font-weight: 700;!important;}

/*nav_lib_list*/
#nav_lib_list{
    display: none; position: absolute; z-index: 99; width: 1000px; margin: 22px 0 0 0;
}
#nav_lib_arrow { width: 600px;}
#nav_lib_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 412px;
    /*margin-left: 313px;*/
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -20px;
}

#nav_lib_col_1 { float: left; width: 200px; height: 100%; padding-right: 30px; }
#nav_lib_col_2 { float: left; width: 200px; height: 100%; margin-top: 10px; padding-right: 30px;border-right: 1px solid #f3f2f2; }
#nav_lib_col_3 { float: left; width: 200px; height: 100%; padding:0 30px; position: relative; }
#nav_lib_col_3:after { content: ''; width: 1px; height: 207px; display: inline-block; position: absolute; right: 0; top: 0; background: #f3f2f2; margin-top: 10px;}
#nav_lib_col_4 { float: left; width: 200px; height: 100%; padding:0 0 0 30px; }

.nav_lib_con_dl > dt { height: auto; padding-bottom: 2px; font-size: 13px;  line-height: 26px; font-weight: 700; }
.nav_lib_con_dl > dt > a { padding-bottom: 4px; }
/*.nav_pro_con_dl > dt > a[href='/virtual-screening.html'] { line-height: 23px; }*/
.nav_lib_con_dl > dt > a > span { margin-left: 10px; color: #ee3134 }
.nav_lib_con_dl > dd > a > .icon-angle-right { margin-left: 10px; color: #ee3134 }
.nav_lib_con_dl a[href]:hover { color: #F60; }
.nav_lib_con_dl > dd { height: auto; line-height: 23px; }

.nav_lib_line { width: 100%; padding: 5px 0 0; border-top: 1px dashed #f3f2f2;}
.nav_lib_solid_line { width: 100%; border-bottom: 1px solid #f3f2f2;}
.nav_lib_pad_5 { padding-bottom: 5px;}


/*nav_lib_list*/
#nav_lib_list{
    display: none; position: absolute; z-index: 99; width: 1000px; margin: 22px 0 0 0;
}
#nav_lib_arrow { width: 600px;}
#nav_lib_arrow span {
    display: block;
    width: 20px;
    height: 10px;
    margin-left: 430px;
    /*margin-left: 313px;*/
    line-height: 10px;
    background: url(../images/web/icon_comm.png) no-repeat 0 -20px;
}

#nav_lib_col_1 { float: left; width: 200px; height: 100%; padding-right: 30px; }
#nav_lib_col_2 { float: left; width: 200px; height: 100%; margin-top: 10px; padding-right: 30px;border-right: 1px solid #f3f2f2; }
#nav_lib_col_3 { float: left; width: 200px; height: 100%; padding:0 30px; position: relative; }
#nav_lib_col_3:after { content: ''; width: 1px; height: 207px; display: inline-block; position: absolute; right: 0; top: 0; background: #f3f2f2; margin-top: 10px;}
#nav_lib_col_4 { float: left; width: 200px; height: 100%; padding:0 0 0 30px; }

.nav_lib_con_dl > dt { height: auto; padding-bottom: 2px; font-size: 13px;  line-height: 26px; font-weight: 700; }
.nav_lib_con_dl > dt > a { padding-bottom: 4px; }
/*.nav_pro_con_dl > dt > a[href='/virtual-screening.html'] { line-height: 23px; }*/
.nav_lib_con_dl > dt > a > span { margin-left: 10px; color: #ee3134 }
.nav_lib_con_dl > dd > a > .icon-angle-right { margin-left: 10px; color: #ee3134 }
.nav_lib_con_dl a[href]:hover { color: #F60; }
.nav_lib_con_dl > dd { height: auto; line-height: 23px; }

.nav_lib_line { width: 100%; padding: 5px 0 0; border-top: 1px dashed #f3f2f2;}
.nav_lib_solid_line { width: 100%; border-bottom: 1px solid #f3f2f2;}
.nav_lib_pad_5 { padding-bottom: 5px;}


/* ====================================================
    Container
==================================================== */
#Container { width: 100%; min-width: 1020px; margin: 0 auto; background: #FFF;  }
#Container:after { display: table; content: ""; clear: both }

/* bread */
#bread { width: 1000px; margin: 16px auto 0 auto;}
#bread ol {  height: 20px; font-size: 12px;}
#bread ol li { z-index: 0; float: left; padding-left: 30px; color: #333; background: url("../images/web/icon.png") no-repeat -2px -264px;}
#bread ol li#bread_home { padding-left: 0; margin-right: -1px; background: none;}
#bread_home span { display: block; width: 17px; height: 20px; padding: 0; background: url("../images/web/icon.png") no-repeat -5px -228px;}
#bread ol li a { line-height: 20px; font-weight: bold; color: #6a4b92;}
#bread ol li a:hover { color: #F60;}
#bread ol li strong { font-weight: 400; color: #333;}
#bread ol li div {  display: none; position: absolute;  z-index: 1;  margin: -5px 0 0 -10px;}
#bread ol li dl { padding: 3px 10px; margin-top: 10px; border-bottom: 2px solid #8972ac; border-top: 1px solid #8972ac; background-color: #fdfbff; }
#bread ol li dl:hover { cursor: pointer;}
#bread ol li dl dd { display: block; float: none;  overflow: hidden;  height: 28px; border-top: 1px solid #d7d4d5; margin: 0; line-height: 28px; background: none;  }
#bread ol li dl dd:first-child { border-top: 0;}
#bread ol li dl dd a { display: block; margin: 0; padding: 0; font-weight: 400; line-height: 28px; color: #331515; text-decoration: none; }
#bread ol li dl dd a:hover { color: #ff6808;}

.bread_arrow { display: inline-block; width: 14px;  height: 14px; margin-right: -2px; background: url("../images/web/icon.png") no-repeat -85px -223px;}
.bread_arrow:hover { cursor: pointer;}

/* main */
#main { margin: 0 auto; width: 1000px; padding-left: 10px; padding-right: 10px;}


/*** layout: Footer ***/
#Footer { width: 100%;min-width: 1020px; padding-bottom: 1px;  background-color: #8972ac;}

/* modules: Contact Way */
.ftr_contactway { width: 100%; background-color: #FFF; padding: 76px 0 2px 0}
.ftr-contactway { width: 1000px; margin: 0 auto; overflow: hidden; position: relative }
.ftr_contactway-ul { display: table; position: absolute; left: 0; bottom: 13px }
.ftr_contactway-li { display:table-cell; float: left; height: 20px; color: #333; line-height:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
.ftr_tel_icon { padding:2px 10px 0 0;}
.ftr_email_icon    { padding: 1px 7px 0 0 }
.ftr_location_icon { padding: 0 7px 0 0 }
#webEmail { width: 240px }
#webTel   { width: 158px }
.a_333 { color: #333}
.a_333:hover { color: #F60 }
.ftr-meng-cece img { width: 268px }

/* modules: ftr_nav */
#ftr_nav { width: 1000px; margin: 26px auto 20px auto; }
#ftr_nav dl dt { padding-bottom: 6px; font-size: 14px; font-weight: 400; line-height: 18px; color: #FFF; }
#ftr_nav dl dd { padding: 2px 0; font-size: 12px;}
#ftr_nav dd a  { line-height: 18px; color: #FFF;}
#ftr_nav dl dd a:hover { color: #FFF; text-decoration: underline;}
#ftr_nav_mce { float: left; width: 236px;}
#ftr_nav_cst { float: left; width: 260px;}
#ftr_nav_res { float: left; width: 220px;}
#ftr_nav_let { float: right; width: 266px; height: 172px;}
#ftr_letter table th, #ftr_letter table td { vertical-align: center; padding: 2px 0 7px 0; color: #FFF;}
#ftr_letter table th { width: 50px;  font-weight: normal; line-height: 26px; font-size: 12px;}
#ftr_letter table th span { color: #FFF;}
#ftr_letter table td#ftr_letter_notice { visibility: hidden; padding: 0; margin-top: -6px; font-weight: 400; line-height: 16px;}
.txt_letter { width: 204px; height: 26px; padding: 0 7px; font-weight: 400; border: 1px solid #f0eeee;}
.btn_letter { width: 70px; padding: 7px 0 7px 0; font-weight: 700; line-height: 14px; color: #FFF; background: #ff7e00;}
.btn_letter:hover { cursor: pointer;}
#ftr_letter_succ  { overflow: hidden; width: 236px;  padding: 10px; margin: 4px 0 20px 0; border: 1px solid #FFF; background: url(../images/web/ftr_letter_succ_icon.png) no-repeat left center;  }

#ftr_letter_succ p {padding-left: 50px; line-height: 18px; color: #FFF;}

/* modules: ftr_info */
#ftr_info { width: 1000px; margin: 0 auto 12px auto; overflow: hidden; font-size: 12px;}
#ftr_info_lft { width: 600px; float: left;}
#ftr_info_lft th, #ftr_info_lft td {  font-size: 12px; color: #FFF; border-top: 1px solid #FFF; font-weight: normal; padding: 5px 0;}
#ftr_info_lft tr:first-child th, #ftr_info_lft tr:first-child td { border-top: 0;}
#ftr_info_lft td { text-align: right;}
#ftr_info_lft td a { color: #FFF;}
#ftr_info_lft td a:hover { text-decoration: underline;}
#ftr_info_lft td span { display: inline-block; width: 1px; height: 10px; background-color: #CCC; margin: 5px 20px 0 20px;}
#ftr_info_rgt { float: right;margin-top: 16px;}
#ftr_info_rgt div { text-align: right; color: #FFF; margin-right: 119px; font-size: 12px; line-height: 18px;}
#ftr_info_rgt img { position: absolute; margin: -98px 0 0 123px;}
#ftr_icon_tw { background-position: 0 -40px;}
#ftr_icon_fb {background-position: -40px -40px;}
#ftr_icon_in { background-position: -80px -40px;}

/* modules: footer google code */
iframe[name="google_conversion_frame"] { visibility: hidden; position: absolute; height: 0; clip: rect(0, 0, 0, 0) }


/*** layout: Others ***/
/* modules: Left Contact US*/
#lft_ctus { display: block; position: absolute; left: 0; z-index: 13; width: 28px; height: 100px; }
#lft_ctus img { width: 28px; height: 100px;}




/* ====================================================
    All Title
==================================================== */
.main_title { margin-top: 30px;}
.main_title h1 { line-height: 30px; color: #000; font-size: 26px;}
.sub_title { width: 100%; border-bottom: 2px solid #ebe4f6; margin-top: 35px;}
.sub_title span { width: 12px; height: 2px; background-color: #8972ac; display: block;}
.sub_title h2 { line-height: 18px; color: #6a4b92; padding: 10px 0 10px 0; font-size: 14px;}

/* ====================================================
                     ICON
==================================================== */
/*!*Distributor Country - Header*!*/
/*.icon_country { display:block; width:32px; height:32px; margin:0 auto; background-image: url("/new/images/web/icon_country_list.png");  background-repeat: no-repeat;}*/

/*.icon_country_101 { background-position: 0 0;}*/
/*.icon_country_102 { background-position: -32px 0;}*/
/*.icon_country_103 { background-position: -64px 0;}*/
/*.icon_country_104 { background-position: -96px 0;}*/
/*.icon_country_105 { background-position: -128px 0;}*/
/*.icon_country_106 { background-position: -160px 0;}*/
/*.icon_country_107 { background-position: -192px 0;}*/
/*.icon_country_108 { background-position: -224px 0;}*/
/*.icon_country_109 {background-position: -256px 0;}*/
/*.icon_country_110 {background-position: -288px 0;}*/

/*.icon_country_201 {background-position: 0 -32px;}*/
/*.icon_country_202 {background-position: -32px -32px;}*/
/*.icon_country_203 {background-position: -64px -32px;}*/
/*.icon_country_204 {background-position: -96px -32px;}*/
/*.icon_country_205 {background-position: -128px -32px;}*/
/*.icon_country_206 {background-position: -160px -32px;}*/
/*.icon_country_207 {background-position: -192px -32px;}*/
/*.icon_country_208 {background-position: -224px -32px;}*/
/*.icon_country_209 {background-position: -256px -32px;}*/
/*.icon_country_210 {background-position: -288px -32px;}*/

/*.icon_country_301 {background-position: 0 -64px;}*/
/*.icon_country_302 {background-position: -32px -64px;}*/
/*.icon_country_303 {background-position: -64px -64px;}*/
/*.icon_country_304 {background-position: -96px -64px;}*/
/*.icon_country_305 {background-position: -128px -64px;}*/
/*.icon_country_306 {background-position: -160px -64px;}*/
/*.icon_country_307 {background-position: -192px -64px;}*/
/*.icon_country_308 {background-position: -224px -64px;}*/
/*.icon_country_309 {background-position: -256px -64px;}*/
/*.icon_country_310 {background-position: -288px -64px;}*/

/*.icon_country_401 {background-position: 0 -96px;}*/
/*.icon_country_402 {background-position: -32px -96px;}*/
/*.icon_country_403 {background-position: -64px -96px;}*/
/*.icon_country_404 {background-position: -96px -96px;}*/
/*.icon_country_405 {background-position: -128px -96px;}*/
/*.icon_country_406 {background-position: -160px -96px;}*/
/*.icon_country_407 {background-position: -192px -96px;}*/
/*.icon_country_408 {background-position: -224px -96px;}*/
/*.icon_country_409 {background-position: -256px -96px;}*/
/*.icon_country_410 {background-position: -288px -96px;}*/

.pro-info-remark {
    color:#7A7A7A;
}
.pro-info-remark span {
    color: #ee3134;
    margin-right: 11px;
}
#col-lib-container { position: relative; height: 94px; vertical-align: top; padding-left: 5px; text-align: left; } /*94*/
#col-lib-container .container-field-thumb {  position: absolute; right: 109px; top: 0;}

.icon_country { background-image: url("//file.medchemexpress.cn/new/images/web/i-country-sprite-20201030.png"); }

.alert_mask{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102,102,102,0.6);

}
.alert-box{
    padding: 10px 10px 0px 20px;
    background-color: #ffffff;
    width: 270px;
    height: 100px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.alert-box p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
}
.alert-box img{
    float: right; width: 15px;height: 15px;
}

.cookieBox{
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
    z-index: 1001;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 18px rgba(0 ,0 ,0 , 0.2);
}
.cookieBox > div{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.cookieBox > div > .tit-intro{
    font-size: 20px;
    font-weight: bold;
}
.cookieBox > div > .icon_close{
    float: right;
    margin-right: -35px;
    font-size: 14px;
}
.cookieBox > div > p{
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.5;
}
.cookieBox > div a{
    text-decoration: underline;
    color: #6a4b92;
    font-weight: 600;
}
.cookieBox > div > input{
    background-color: #8972ac;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    width: 95px;
    float: right;
    margin: 10px 0 0 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
}

@media screen and (max-width: 1100px){
    .cookieBox > div > .icon_close{
        margin-right: 0 !important;
    }
}
.list-name-cn{
}

#list-name-cn a{
    color: #331515 !important;
    text-decoration: none !important;
    border-bottom: 0px !important;
}
.search-params{
    position: absolute;
    margin-top: 31px;
    left: 0;
    background: #fff;
    width: 400px;
    max-height: 130px;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #9f9f9f;
    border-radius: 0 0 3px 3px;
    z-index: 999999;
}
.search-params span{
    color: #331515;
    line-height: 26px;
    display: block;
    border-bottom: 1px #ccc solid;
    margin-bottom: 3px;
    font-weight: bold;
}
.search-params a{
    color: inherit;
    /*margin-right: 8px;*/
    display: block;
    line-height: 22px;
    padding: 0;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.faq-target{
    float: right;
    padding-top: 14px;
    padding-bottom: 1px;
    border-bottom: 1px solid #ee3134;
    font-size: 14px;
    color: #6a4b92;
    font-weight: bold;
}
.part-line{
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 13px 0 16px;
    background-color: #8f77b5;
}
#mceSearchParams a.suggest-option-selected{
    background-color: #f9f7fb;
}
/*#mceSearchParams a:hover{*/
/*    background-color: #f9f7fb;*/
/*}*/

/* index dialog box */

.is-fixed {
    position: fixed;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mt12 {
    margin-top: 12px;
}

.dialog-wrapper {
    position: fixed;
    right: 24px;
    bottom: 60px;
    width: 100vw;
    height: auto;
    max-width: 400px;
    z-index: 1200;
}

@media (orientation: portrait) {
    .dialog-wrapper {
        bottom: 650px;
    }
}

.dialog-wrapper *{
    box-sizing: border-box;
}

.btn-popup,
.btn-pop-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #8872AC;
    cursor: pointer;
    box-shadow: 0 3px 34px -1px rgba(46, 10, 74, 0.12), 0 2px 13px -1px rgba(40, 13, 62, 0.12);
}

.tips-box {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 8px;
    padding-left: 14px;
    padding-bottom: 9px;
    align-items: center;
    width: 254px;
    height: 70px;
    background: url("/new/images/web/prompt-box.png") no-repeat;
    background-size: contain;
    filter: drop-shadow(0 10px 32px rgba(24, 39, 75, 0.10));
    font-size: 14px;
}

.tips-box {
    display: flex;
}

.btn-close-prompt {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: transparent;
}

@media (orientation: portrait) {
    .tips-box {
        display: none;
    }
}

.profile-photo {
    width: 42px;
    height: 46px;
    margin-right: 9px;
    background-color: transparent;
}

.popup-box {
    position: absolute;
    top: -20px;
    right: 0;
}

.message-quantity {
    position: absolute;
    bottom: 44px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #E34D4D;
    border-radius: 50%;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .4;
}

.modal-backdrop.ph {
    display: block;
}

@media screen and (min-width: 768px){
    .modal-backdrop.ph {
        display: none;
    }
}

.dialog-box {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(235, 228, 246, 0.6);
    box-shadow: 0 10px 32px 0 rgba(139, 121, 165, 0.1), 0 6px 14px 0 rgba(154, 138, 180, 0.1);
    border-radius: 0;
}

.dialog-box.show {
    display: block;
}

.card {
    padding: 22px 14px 16px 16px;
}

@media screen and (min-width: 768px){
    .dialog-box {
        width: 400px;
        height: 585px;
        background: url("/new/images/web/pc_special-shaped-box.png") no-repeat;
        background-size: contain;
        bottom: 100%;
        transform: translateY(42px);
        filter: drop-shadow(0px 10px 32px rgba(139, 121, 165, 0.10)) drop-shadow(0px 6px 14px rgba(154, 138, 180, 0.10));
        border: none;
        box-shadow: none;
        border-radius: 16px;
    }

    .card {
        padding-top: 11px;
    }
}

.card-header {
    position: relative;
    display: flex;
    padding-bottom: 11px;
    border-bottom: 1px solid #EEEAF6;
}

.card-header > img {
    width: 120px;
    height: 42px;
}

.btn-close {
    width: 30px;
    height: 30px;
    background-color: rgba(127, 127, 127, 0.2) ;
    margin-left: auto;
    border-radius: 50%;
    cursor: pointer;
}

.btn-close .pc {
    display: none;
}

.dialog-wrapper .pc-right-bg {
    display: none;
    z-index: -1;
}

@media screen and (min-width: 768px){
    .btn-close {
        position: absolute;
        right: -14px;
        top: -9px;
        width: 40px;
        height: 40px;
        background-color: transparent;
    }

    .btn-close .ph {
        display: none;
    }

    .btn-close .pc {
        display: block;
    }

    .dialog-wrapper .pc-right-bg {
        display: none;
        position: absolute;
        top: -590px;
        right: -24px;
        width: 230px;
        height: 130px;
    }

    .dialog-box.show + .pc-right-bg {
        display: block;
    }
}

.dialog-tips {
    padding-top: 12px;
    padding-bottom: 15px;
    color: rgba(0, 0, 0, 0.90);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.is-highlight {
    color: #E57524;
}

.card-body {
    position: relative;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 592px;
    overscroll-behavior: contain;
    scroll-behavior:smooth;
}

.card-body::-webkit-scrollbar {
    display: none;
}

.demo::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

@media screen and (min-width: 768px){
    .card-body {
        max-height: 457px;
    }

    .highlight.pc {
        color: inherit;
    }

    .highlight.pc b {
        color: #E57524;
        font-weight: bold;
    }
}

.region-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.region-item {
    flex: 1 0 calc(33% - 5px);
    max-width: calc(33% - 5px);
    max-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background-color: #D1EEF0;
    white-space: nowrap;
    cursor: pointer;
}

.region-item a {
    display: inline-block;
}

li.region-item:nth-child(3n+3) {
    margin-right: 0;
}

li.region-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.region-item.active {
    background-color: #16ABB7;
}

.region-item.active a {
    color: #ffffff;
}

.region-container {
    padding-right: 5px;
}

.all-region {
    margin-top: 16px;
}

.region-sort-container:not(:first-child) {
    margin-top: 12px;
}

.region-navigation {
    line-height: 16px;
    right: 3px;
    margin-top: 32px;
    text-align: center;
}

.choose-item,
.choose-hot-region {
    display: block;
    cursor: pointer;
}

.choose-item.active,
.choose-hot-region.active {
    color: #16ABB7 !important;
    background-color: transparent;
    font-weight: normal;
}

.btn-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border-radius: 8px;
    background-color: #8872AC;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    pointer-events: auto;
}

.dialog-card-body {
    max-height: 519px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* detail left pop window */

.btn-pop-thumbnail {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 50;
}

.btn-pop-thumbnail .icon-window {
    width: 28px;
    height: 28px;
}

.btn-zoom-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: default;
}

.pro_login {
    position: relative;
}


