@font-face {
    /*font-family: nokia;*/
    src: url('/assets/fonts/UTM_Nokia.ttf');
}

@font-face {
    font-family: nokias;
    src: url('/assets/fonts/UTM_Nokia_Standard.ttf');
}

html {
    font-size: 1rem;
}

body {
    font-size: 1rem;
}

.h1 {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.content h2 {
    font-size: 1.2rem;
}

.content h3 {
    font-size: 1rem;
}

.content table th,
.content table td {
    padding: 2px 5px;
}

.mauto {
    margin: 0 auto;
}

img.lazy {
    display: block;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pagination>li>a,
.pagination>li>span {
    color: #571cea;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #571cea;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #571cea;
    border-color: #571cea;
}


/*********************************************/

.mt0 {
    margin-top: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.m0 {
    margin: 0;
}


/**/

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.m5 {
    margin: 5px;
}


/**/

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.m10 {
    margin: 10px;
}


/**/

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.m15 {
    margin: 15px;
}


/**/

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.m20 {
    margin: 20px;
}


/**/

.mt25 {
    margin-top: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml25 {
    margin-left: 25px;
}

.m25 {
    margin: 25px;
}


/**/

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.m30 {
    margin: 30px;
}


/**/

.pt0 {
    padding-top: 0;
}

.pr0 {
    padding-right: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl0 {
    padding-left: 0;
}

.p0 {
    padding: 0;
}


/**/

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}


/**/

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.p10 {
    padding: 10px;
}


/**/

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.p15 {
    padding: 15px;
}


/**/

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.p20 {
    padding: 20px;
}


/**/

.pt25 {
    padding-top: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl25 {
    padding-left: 25px;
}

.p25 {
    padding: 25px;
}


/**/

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl30 {
    padding-left: 30px;
}

.p30 {
    padding: 30px;
}


/*********************************************/

.header_top {
    background: #571cea;
}

.menu_top {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_top li {
    display: inline-block;
}

.menu_top li a.active {
    background: #ccc;
    color: #571cea;
}

.menu_top li a {
    display: inline-block;
    padding: 7.5px 10px;
    /*font-family: nokia;*/
    color: white;
}

.menu_top li a:not(.home) {
    font-size: .75rem;
}

.menu_top li a:hover {
    text-decoration: unset;
}


/**/

.cart {
    cursor: pointer;
}

.user_cart {
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;
    float: right;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 38px;
}

.user_cart li {
    display: inline-block;
}

.user_cart a {
    display: inline-block;
    padding: 7.5px 10px;
    color: white;
    /*font-family: nokia;*/
    font-size: .75rem;
}

.user_cart a:hover {
    text-decoration: unset;
}

.user_cart span {
    /*font-family: nokia;*/
    font-size: .75rem;
}


/***/

.header_box {
    background: #d7d7d7;
}

.header_logo {
    display: block;
    width: 220px;
    height: 100px;
    padding: 10px 0;
    float: left;
}

.header_logo img {
    height: 80px;
    object-fit: scale-down;
}

.header_service {
    display: block;
    width: calc( 100% - 500px);
    height: 100px;
    float: left;
}

.header_service a {
    display: block;
    width: 33.33333333%;
    height: 100px;
    padding: 28px 50px;
    float: left;
}

.service_img {
    display: block;
    width: 44px;
    height: 44px;
    float: left;
}

.service_img img {
    width: 44px;
    height: 44px;
    object-fit: scale-down;
}

.service_info {
    display: block;
    width: calc(100% - 60px);
    height: 44px;
    float: left;
}

.service_title {
    display: block;
    padding-left: 15px;
    font-weight: bold;
    color: #4a0ae6;
    /*font-family: nokia;*/
}

.service_des {
    display: block;
    padding-left: 15px;
    color: #4a0ae6;
    /*font-family: nokia;*/
}

.header_fanpage {
    display: block;
    width: 280px;
    height: 100px;
    padding: 10px 0;
    float: left;
}


/***/

.header_nav {
    width: 100%;
    background: #d7d7d7;
    border-top: 7px solid #264a5f;
}

.header_category {
    display: block;
    width: 220px;
    height: 45px;
    background: #571cea;
    float: left;
}

.header_category_title {
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

.header_category_title .fa {
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: right;
}

.header_category_nav {
    position: relative;
    background: #571cea;
    display: none;
    z-index: 99;
}

.homepage .header_category_nav {
    display: block;
}

.header_category:hover .header_category_nav {
    display: block;
}

.category_nav_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category_nav_li {
    height: 35px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0f0f0;
}

.category_nav_li>a {
    color: white;
}

.category_nav_li>a:hover {
    text-decoration: unset;
}

.category_nav_li>.menu_img {
    display: block;
    width: 34px;
    height: 34px;
    float: left;
}

.category_nav_li>.menu_img img {
    margin: 0 auto;
    width: 17px;
    height: 34px;
    object-fit: scale-down;
}

.category_nav_li>a {
    display: block;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: .75rem;
}

.category_nav_li:hover .sub_menu {
    display: block;
}

.category_nav_li .sub_menu {
    position: absolute;
    display: none;
    width: calc(1500px - 250px);
    min-height: 567px;
    top: 0;
    left: 220px;
    background: white;
    border: 1px solid #f0f0f0;
    border-top: unset;
}

.sub_menu_ul {
    margin: 0;
    padding: 15px;
    list-style: none;
    background: white;
}

.sub_menu_li_strong {
    display: block;
    width: 50%;
    float: left;
}

.sub_menu_li_strong>a {
    display: block;
    width: calc(100% - 10px);
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sub_menu_ul2 {
    margin: 0;
    padding: 0;
}

.sub_menu_li {
    padding: 0;
}

.sub_menu_li a {
    display: block;
    padding: 5px 10px;
    color: #333;
}

.sub_menu_li a:hover {
    color: #333;
}

.sub_menu_li_all {
    display: inline-block;
}


/**/

.header_search {
    position: relative;
    display: block;
    width: calc(100% - 700px);
    height: 45px;
    float: left;
    z-index: 99;
}

.header_search_box .input_search {
    width: 380px;
    height: 34px;
    margin: 5.5px 0 5.5px 110px;
    padding: 0 15px;
    border: 1px solid #571cea;
}

.header_search_box .btn_search {
    width: 45px;
    height: 34px;
    margin-left: -5px;
    color: white;
    font-size: 14px;
    background: #571cea;
    border: 1px solid #571cea;
}


/**/

.header_hotline {
    display: flex;
    width: 480px;
    height: 45px;
    justify-content: right;
}

.header_hotline_icon {
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    float: left;
}

.header_hotline_icon img {
    width: 45px;
    height: 45px;
    object-fit: scale-down;
}

.header_hotline_item {
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    /*font-family: nokia;*/
    font-size: 1.8rem;
    color: #4a0ae6;
    float: left;
}

.header_hotline_item:hover {
    color: #4a0ae6;
    text-decoration: unset;
}

.header_hotline_span {
    display: block;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /*font-family: nokia;*/
    font-size: 1rem;
    color: #4a0ae6;
    float: left;
}


/**/

.slide_null {
    display: block;
    width: 220px;
    min-height: 1px;
    float: left;
}

.slide_home {
    display: block;
    width: calc(100% - 530px);
    min-height: 1px;
    padding: 10px 10px 0 10px;
    float: left;
}

#sync1 .item {
    background: #571cea;
    margin: 5px 5px 7px 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #d7d7d7;
    padding: 10px 0;
    margin: 5px;
    color: #292929;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-family: nokias;
}

#sync2 .current .item {
    background: #571cea;
    color: white;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #571cea;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    display: none;
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    opacity: 0.5;
}

#sync1.owl-theme .item:hover .owl-next,
#sync1.owl-theme .item:hover .owl-prev {
    display: block;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.slide_home_item_text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/**/

.slide_video {
    display: block;
    width: 310px;
    min-height: 1px;
    float: left;
}

.video_item {
    display: block;
    margin-top: 15px;
}

.video_item img {
    border: 1px solid #f0f0f0;
}


/***/

.section_product_tab_head .nav-tabs {
    background: #f0f0f0;
    border-bottom: solid 1px #571cea;
}

.section_product_tab_head .nav-tabs li a {
    text-transform: uppercase;
    color: #333;
    font-family: nokias;
}

.section_product_tab_head .nav-tabs .tab_view_all {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 45px;
    color: #333;
    float: right;
}

.section_product_tab_head .nav-tabs>li.active>a,
.section_product_tab_head .nav-tabs>li.active>a:focus,
.section_product_tab_head .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #571cea;
    border: 1px solid #571cea;
}

.section_product_tab_head .nav>li>a:focus,
.section_product_tab_head .nav>li>a:hover {
    background-color: #571cea;
    color: white;
    border-color: #571cea #571cea #571cea;
}


/**/

.product_item {
    position: relative;
    display: block;
    border: 1px solid #dadada;
    z-index: 1;
}

.product_item:hover {
    text-decoration: unset;
}

.product_item_new {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    background: #571cea;
}

.product_item_sale {
    position: absolute;
    display: inline-block;
    width: 53px;
    height: 53px;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    background: url('/assets/images/icon_discount.png') no-repeat center;
}

.product_item_name {
    margin-top: 5px;
    padding: 0 10px;
    color: #333;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_item_price_box {
    width: calc(100% - 45px);
    height: 45px;
    padding: 0 10px 0 10px;
    float: left;
}

.product_item_price {
    display: block;
    font-weight: bold;
    color: #571cea;
}

.product_item_add_cart {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: white;
    background: #571cea;
    text-align: center;
    float: right;
}

.product_item_price_sale {
    display: block;
    text-decoration: line-through;
    color: #dadada;
    min-height: 22.84px;
}


/**/

.product_brand_item {
    border: 1px solid #dadada;
}

.product_brand_item img {
    width: 100%;
    height: 80px;
    object-fit: scale-down;
}


/**/

.article_head {
    border-bottom: 1px solid #dadada;
}

.article_head .tab_view_all {
    display: block;
    color: #333;
    float: right;
}

.article_head .tab_view_all:hover {
    text-decoration: none;
}

.article_small_img {
    float: left;
}

.article_small_img img {
    border: 1px solid #dadada;
    border-radius: 10px;
}

.article_small_info {
    padding-left: 30px;
    float: left;
}

.article_small_info a strong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article_small_info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article_new_img img {
    border: 1px solid #dadada;
    border-radius: 10px;
}

.article_new_name {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/*********************************************/

footer {
    margin-top: 30px;
    border-top: 1px solid #dadada;
    background: #f0f0f0;
}

.footer_title {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* nav-fix */

.nav-fix {
    position: fixed;
    width: 100%;
    top: 0px;
    transition: transform .5s ease-in-out, transform .5s ease-in-out, background .5s ease-in-out;
    -moz-transition: height .5s ease-in-out, -moz-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out, -webkit-transform .5s ease-in-out, background .5s ease-in-out;
    -o-transition: height .5s ease-in-out, -o-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: 9999;
}

.homepage .nav-fix .header_category_nav {
    display: none;
}

.homepage .nav-fix .header_category:hover .header_category_nav {
    display: block;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}