/*base*/
body {
    font-family: arial;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    padding-top: 114px;
}
button,
button:focus {
    outline: none;
    border: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input:focus {
    outline: none
}

a {
    color: #000;
}

a:hover {
    color: #2ebac0;
    text-decoration: none !important;
    
}

.fs_12 {
    font-size: 12px
}
.fs_13 {
    font-size: 13px
}
.fs_14 {
    font-size: 14px
}
.fs_15 {
    font-size: 15px
}
.fs_16 {
    font-size: 16px
}

.fs_18 {
    font-size: 18px
}

.fs_20 {
    font-size: 20px
}

.fs_22 {
    font-size: 22px
}

.fs_24 {
    font-size: 24px
}

.fs_28 {
    font-size: 28px
}

.fs_30 {
    font-size: 30px
}
.fs_32 {
    font-size: 32px
}

.fs_34 {
    font-size: 30px
}

.fs_36 {
    font-size: 36px
}
.fs_40 {
    font-size: 40px
}
.fs_44 {
    font-size: 44px
}
.fs_46 {
    font-size: 46px
}
.fs_48 {
    font-size: 48px
}
/* sup{
    font-size: 13px;
    top: -0.3em;
} */
/* sub{

} */

.text_indent_1 {
    text-indent: 1em
}

.bg_grey1{
    background: #f7f8fa;
}

.text_green1 {
    color: #97bdbf;
}

.text_yellow1 {
    color: #b29884;
}
main{
    min-height: calc(100vh - 438px);
}
.page-footer{
    background-color: #333333;
    color: #eee;
}
.bg_footer {
    /* background: url(https://pri-cella.oss-ap-southeast-1.aliyuncs.com/images/footer_bg.jpg) no-repeat;
    background-size: cover; */
    
}
.page-footer a{
    color: #eee;
}
.page-footer a:hover{
    color: #2ebac0;
}
.text-warning{
    color: #f5a101 !important;
}
.list_circle {
    text-indent: -15px;
    margin-left: 38px
}

.cursor_pointer {
    cursor: pointer;
}

.text_indent_n2 {
    text-indent: -0.5rem;
}

#keywords_top {
    background: #fff;
    text-indent: 1em;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    height: 100%;
}

#search_btn_citation {
    background: url("https://pri-cella.oss-ap-southeast-1.aliyuncs.com/images/index/search-new.png") no-repeat center center #31afb4;
    width: 78px;
    border-radius: 0 5px 5px 0;
    background-size: 25px auto;
}
#search_btn_top{
    /* margin: 5px; */
}
#scroll_fixed_bar.fixed-top {
    box-shadow: 2px 2px 5px #eee
}

.navcon_top .navbar-light .navbar-nav .nav-link {
    color: #333;
}



.navcon_top .dropdown-item {
    /* height: 30px; */
    display: flex;
    align-items: center;
    white-space: normal;
}

.navcon_top .dropdown-item:hover {
    text-decoration: underline;
    background: none;
    color: #2ebac0;
}
.btn-border{
    border: 1px solid #dee2e6;
}
.btn-border:hover{
    border: 1px solid #2ebac0;
}
.form-group {
    position: relative;
}

.form-group.need:after {
    content: "*";
    position: absolute;
    right: -11px;
    top: 47px;
    color: red;
}

.form-group .tip {
    position: absolute;
    top: 100%;
    left: 15px;
    margin-top: 0
}

.select_dropdown {
    left: 0;
    top: 100%;
    z-index: 1;
}

.select_dropdown li:hover {
    background: #f8fbff;
}

/*bootstrap*/
.breadcrumb {
    background-color: #fff;
    padding-bottom: 4px;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    /* color: #999; */
}
.breadcrumb-item.active, .breadcrumb-item a{
    color: #000;
}
.breadcrumb a{
    color: #2ebac0;
    /* font-size: 14px; */
}
.dropdown-item.active,
.dropdown-item:active {
    background: none;
    /* background-color: #2ebac0; */
    color: #2ebac0;
}

.rounded-lg {
    border-radius: .5rem !important
}

.page-item.active .page-link {
    background-color: #2ebac0;
    border-color: #2ebac0;
    color: #fff !important;
}

.form-control {
    font-size: 15px
}

/*header*/
.top_wrapper {
    border-bottom: 1px solid #e5e5e5;
}

.brands_top li.ylrt {
    max-width: 190px
}

.brands_top li.pricella {
    max-width: 160px;
    position: relative;
    bottom: -1px
}

/*.brands_top li.daian{max-width: 120px}*/
.top_wrapper .quick_con .dropdown-menu {
    max-width: 80px
}

.cart_span {
    padding-bottom: 2px
}

/*footer*/
/* footer dl dt.safe:after {
    content: "";
    position: absolute;
    left: 80px;
    top: -13px;
    display: block;
    background: url(https://pri-cella.oss-ap-southeast-1.aliyuncs.com/images/safe_icon.png) no-repeat;
    width: 51px;
    height: 48px
} */

footer dl dd {
    margin-bottom: 0.25rem;
    font-size: 13px;
}

footer dl dd a {
    position: relative;
    /* padding-left: 15px */
    font-size: 14px;
    color: #666;
}

footer dl dd span {
    position: absolute;
    left: 0;
    top: -8px;
}

footer dl dd a:hover span {
    color: #2ebac0 !important;
}
#subscribe_form input{
    height: 40px;
    
}
.email_text{
    border-radius: 5px 0 0 5px;
    background: #fff;
    border: 0 none;
    /* color: #c4f4f6; */
    /* width: 220px !important; */
}
.email_icon{
    background: url(https://pri-cella.oss-ap-southeast-1.aliyuncs.com/images/email_icon.png) no-repeat center center #fff;
    padding: 0 20px;
    border: 0 none;
    border-radius: 0 5px 5px 0;
}


.sociallist a {
    width: 2.5rem;
    height: 2.5rem;
    background: url(https://pri-cella.oss-ap-southeast-1.aliyuncs.com/images/social.png) no-repeat;
}

.sociallist a.facebook {
    background-position: -48px 0
}

.sociallist a.linkedin {
    background-position: -96px 0
}

.sociallist a.twitter {
    background-position: -148px 0
}

.sociallist a.pinterest {
    background-position: -200px 0
}

.sociallist a.instagram {
    background-position: -250px 0
}

.dropdown-toggle::after{
    display: none;
}
.head_con{
    z-index: 21;
    top: 0;
}
.table{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table th{
    background-color: #eee;
    color: #333333;
}
.table th, .table td{
    border-right: 1px solid #ddd;
    vertical-align: middle;
}
.error{
    color: #ff0000;
    margin-bottom: 0;
}
input.error, select.error{
    border: 1px solid #ff0000;
    color: #333;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0;
}
.signin{
    width: 240px;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%);
    right: -90px;
    top: 35px;
    display: none;
}
.search_select{
    width: 120px;
    background-color: #dee2e6;
    border: 0 none;
}
.search_se_list{
    top: 45px;
    display: none;
}
.search_se_list li{
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.search_se_list li:hover{
    background-color: #f4f4f4;
}
.search_se_list li.active{
    background-color: #2ebac0;
    color: #fff;
}
.user-list a:hover{
    text-decoration: none;
}
/* toast */
.toast{
    border: 0 none;
    border-radius: 10px;
    width: 400px;
    background: #fff;
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
}
.toast-content{
    top: 50%;
    left: 50%;
    width: 400px;
    text-align: center;
    margin-left: -150px;
}
.toast-danger{
    background-color: #f9f2f4;
    color: #c7254e;
    border: 1px solid #fcc0d1;
}
.loading-bg{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2000;
}
.loading{
    left: 50%;
    top: 50%;
    margin-left: -100px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
}
.hidden{
    display: none;
}
.yellow{
    color: #f5a101;
}
.modal-footer{
    justify-content: center;
}
.btn-primary.disabled, .btn-primary:disabled{
    color: #000;
    background-color: #e3e3e3;
}
.service-error{
    color: #ff0000;
}
.cursor-pointer{
    cursor: pointer;
}
.back_top{
    position: fixed; 
    right: 100px; 
    bottom: 100px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border:1px solid #2ebac0;
    border-radius: 150px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.back_top i{
    color: #31afb4;
    display: inline-block;
    margin-top: -3px;
}
.back_top:hover{
    background-color: #2ebac0;
}
.back_top:hover i{
    color: #fff;
}
.compare_wrapper{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 .55rem rgba(0,0,0,.25);
    z-index: 25;
    display: none;
}
.empty{
    cursor: pointer;
}
.form-control.is-valid, .was-validated .form-control:valid{
    background: #fff;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background: #fff;
}
.success_subscribe_email_service, .position-email{
    position: absolute;
    top: 100%;
    left: 15px;
    margin-top: 0;
}
.car-number {
    background-color: #ff0000;
    top: -3px;
    right: -6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: none;
    text-align: center;
    font-size: 12px;
}
.search-clear{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    visibility: hidden;
}

form label.error{
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1247px !important;
    }
    .head_con .nav-item{
        margin: 0 15px;
    }
}
@media (max-width: 1000px) {
    .head_con .nav-item{
        margin:0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1247px !important;
    }
    .logo-content{
        max-width: 150px;
    }
    .navcon_top .navbar-nav li>a {
        border-bottom: 3px solid #fff
    }

    .navcon_top .navbar-nav li:hover>a {
        border-bottom: 3px solid #2ebac0
    }

    .scroll_fixed_bar_wrap {
        min-height: 167px
    }

    #navbar_top .dropdown-menu {
        position: absolute;
        left: 0;
        top: 55px;
        margin-top: 0;
        padding-top: 0;
        min-width: 200px;
        border: 0 none;
        box-shadow: 0 0 5px #ddd;
        border-radius: 0;
    }

    .levelconrgt {
        /* position: absolute;
        left: 100%;
        top: 0;
        background-color: #fff;
        min-height: 100%;
        box-shadow: 3px 3px 5px #ddd; */
        /* min-height: 380px */
    }
    /* .dropdown-item_con177{
        border-right: 1px solid #eee;
    } */
    .line{
        position: absolute;
        left: 50%;
        bottom: 8px;
        height: 3px;
        width: 30px;
        background-color: #2ebac0;
        margin-left: -15px;
        display: none;
    }
    .nav-item:hover .line{
        display: block;
    }
    .navcon_top .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block
    }
    /* .dropdown-item_con_hover1:hover .levelcon2,
    .dropdown-item_con_hover2:hover .levelcon3 {
        display: block !important
    } */
    .product-special{
        display: flex; 
        flex-flow: column wrap; 
        height: 400px;
    }
    .product_dropdown{
        width: calc(50% - 5px);
    }
    .product-width{
        width: 870px;
    }
    .fontweightbold{
        font-weight: bold;
    }
    .jiantou-menu{
        display: none;
    }
    .dropdown-item{
        padding-top: 3px;padding-bottom: 3px;
    }
}

@media (max-width: 991px) {
    .fs_mobile_12 {
        font-size: 12px
    }
    .fs_mobile_13 {
        font-size: 13px
    }
    .fs_mobile_14 {
        font-size: 14px
    }
    .fs_mobile_15 {
        font-size: 15px
    }
    .fs_mobile_16 {
        font-size: 16px
    }
    
    .fs_mobile_18 {
        font-size: 18px
    }
    
    .fs_mobile_20 {
        font-size: 20px
    }
    
    .fs_mobile_22 {
        font-size: 22px
    }
    
    .fs_mobile_24 {
        font-size: 24px
    }
    
    .fs_mobile_28 {
        font-size: 28px
    }
    
    .fs_mobile_30 {
        font-size: 30px
    }
    .fs_mobile_32 {
        font-size: 32px
    }
    
    .logo-content{
        max-width: 110px;
    }
    .page-link{
        padding: .3rem .45rem;
        font-size: 14px;
    }
    .brands_top li {
        border-right: none !important;
    }

    .pricella{
        background: none !important;
    }

    .brands_top li.pricella img,
    .pricella_logo {
        max-width: 145px
    }
    #navbar_top_bg{
        background: rgba(0,0,0,.25);
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
    }
    #navbar_top {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
    }

    .navcon_top .dropdown-menu {
        border: none;
    }
    #navbar_top .navbar-nav{
        background-color: #fff;
        width: 80%;
        height: 100%;
        float: right;
        overflow-x: scroll;
        position: relative;
        z-index: 13;
    }
    
    .navcon_top .dropdown-item {
        display: inline-block;
        width: auto;
        height: auto;
        font-size: 15px;
    }
    
    .dropdown-toggle::after {
        display: none
    }

    .dropdown .arrow {
        position: relative;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
    }

    .dropdown .arrow:after{
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "+";
        position: absolute;
        right: 15px;
        top: 16px;
        font-size: 26px;
        margin-top: 0;
        color: #2ebac0;
    }
    .nav-item.show .arrow:after{
        content: "-";
        font-size: 39px;
        top: 3px;
    }
    .jiantou-menu {
        position: absolute;
        right: 12px;
        top: 11px;
        font-size: 22px;
        color: #2ebac0;
    }
    .dropdown-menu.show {
        display: block;
    }
    .navcon_top .navbar-light .navbar-nav .nav-link{
        font-weight: bold;
        color: #2ebac0;
    }
    .levelcon1{
        background-color: #f8fdff;
    }
    .levelconrgt{
        display: none;
        background-color: #fff;
    }
    .dropdown-item_con_hover1.active .levelconrgt{
        display: block;
    }
    .dropdown-item_con_hover1{
        border-bottom: 1px solid #eee;
    }
    .dropdown-item_con_hover2{
        border-top: 1px solid #eee;
    }
    .dropdown-item_con_hover1 .icon-zuoyoujiantou{
        display: inline-block;
    }
    .dropdown-item_con_hover1 .icon-angledown{
        display: none;
    }
    .dropdown-item_con_hover1.active .icon-zuoyoujiantou{
        display: none;
    }
    .dropdown-item_con_hover1.active .icon-angledown{
        display: inline-block;
    }
    .dropdown-item{
        padding-top: 8px;padding-bottom: 8px;
    }
}