<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f5f5f5;
}

a {
    color: #333;
}

    a:hover {
        color: #076bba;
    }

.kj-uc-header {
    min-height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #efefef;
    color: #666;
}

    .kj-uc-header a {
        color: #666;
        padding: 0 10px;
    }

.kj-uc-topnav {
    min-height: 80px;
    background-color: rgb(118, 200, 230);
    
    margin-bottom: 10px;
}

.kj-uc-usercenter-title {
    color: #ffffff;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
}

.kj-uc-logo a {
    float: left;
    height: 70px;
    padding: 5px;
}

.kj-uc-logo h1 {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 80px;
    line-height: 80px;
}

.kj-uc-topnav .navbar-nav &gt; li &gt; a {
    color: #fff;
}

.kj-uc-topnav .nav &gt; li &gt; a:hover, .kj-uc-topnav .nav &gt; li &gt; a:focus,
.kj-uc-topnav .nav &gt; li &gt; a:active, .kj-uc-topnav .nav .open &gt; a, .kj-uc-topnav .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: rgb(174, 215, 230);
}

.kj-uc-topnav .form-control {
    border-width: 0px;
}

.kj-uc-topnav .kj-uc-topnavbtn {
    border-color: #fff;
    background-color: #0C5A98;
    color: #fff;
}

.kj-uc-topnav .navbar-nav .kj-uc-shopcart-numview {
    border-color: #fff;
    background-color: #efefef;
}

.kj-uc-topnav-center .dropdown-menu {
    font-size: 12px;
}

.kj-uc-left-menu, .kj-uc-left-menu li, .kj-uc-left-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .kj-uc-left-menu &gt; li {
        margin-bottom: 20px;
    }

        .kj-uc-left-menu &gt; li &gt; a {
            font-weight: bold;
            color: #333;
        }

        .kj-uc-left-menu &gt; li li {
            line-height: 24px;
        }

            .kj-uc-left-menu &gt; li li a {
                color: #666;
                font-size: 12px;
            }

.kj-uc-verifyitem-media {
    background-color: #f8f8f8;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .kj-uc-verifyitem-media h4 {
        font-size: 16px;
    }

    .kj-uc-verifyitem-media p {
        color: #999;
    }

    .kj-uc-verifyitem-media .btn {
        float: right;
    }

.kj-uc-verifyitem-head {
    background-color: #0C5A98;
    color: #ffffff;
    text-align: center;
    border-radius: 64px;
    line-height: 64px;
}

    .kj-uc-verifyitem-head i {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
    }

.kj-uc-def-headbox {
    background-color: #fff;
    padding: 30px;
    height: 150px;
    border-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px dashed #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .kj-uc-def-headbox h4 {
        font-size: 14px;
        font-weight: bold;
    }

    .kj-uc-def-headbox .media-body {
        line-height: 24px;
    }

.kj-uc-def-odbox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .kj-uc-def-odbox a {
        float: left;
        width: 33%;
        text-align: center;
        color: #666;
        padding-top: 25px;
        padding-bottom: 25px;
        text-decoration: none;
        font-size: 12px;
    }

        .kj-uc-def-odbox a i {
            color: #0C5A98;
            display: block;
            text-align: center;
        }

.kj-uc-def-userinfo {
    background-color: #fff;
    line-height: 24px;
    padding: 30px;
    height: 150px;
    border-radius: 10px;
    border-left: 1px dashed #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.kj-uc-body {
    font-size: 12px;
}

.kj-uc-panel .panel-heading {
    font-size: 16px;
    font-weight: bold;
}

    .kj-uc-panel .panel-heading .kj-uc-panel-head-ctrl {
        float: right;
        font-size: 12px;
        color: #333;
        font-weight: normal;
    }

.kj-uc-rightcontent-whitebg {
    background-color: #fff;
    min-height: 350px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding-top: 15px;
    padding-left:5px;
    padding-right:5px;
}

.btn-kj-uc-btn {
    background-color: #0C5A98;
    color: #fff;
    border-color: #0C5A98;
}

    .btn-kj-uc-btn:hover, .btn-kj-uc-btn:focus {
        color: #fff;
        background-color: #ff6a00;
    }

.forminfo {
    padding-top: 20px;
    display: none;
}

    .forminfo .formcolumn-item {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0px;
    }

        .forminfo .formcolumn-item .formcolumn-item-tit {
            text-align: right;
            width: 100px;
            float: left;
            line-height: 35px;
        }

        .forminfo .formcolumn-item .formcolumn-item-ct {
            margin-left: 110px;
        }

            .forminfo .formcolumn-item .formcolumn-item-ct .formcom-ipt {
                text-indent: 8px;
                height: 35px;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                width: 95%;
                max-width: 350px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            }

            .forminfo .formcolumn-item .formcolumn-item-ct select {
                height: 35px;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                margin-right: 8px;
                margin-left: 0px;
                margin-bottom: 8px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            }



.userchgpwd_from {
    padding-top: 20px;
}

    .userchgpwd_from .formcolumn-item {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0px;
    }

        .userchgpwd_from .formcolumn-item .formcolumn-item-tit {
            text-align: right;
            width: 70px;
            float: left;
            line-height: 35px;
        }

        .userchgpwd_from .formcolumn-item .formcolumn-item-ct {
            margin-left: 90px;
        }

            .userchgpwd_from .formcolumn-item .formcolumn-item-ct .formcom-ipt {
                text-indent: 8px;
                height: 35px;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                width: 95%;
                max-width: 350px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            }

            .userchgpwd_from .formcolumn-item .formcolumn-item-ct select {
                height: 35px;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                margin-right: 8px;
                margin-left: 0px;
                margin-bottom: 8px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            }

.kj-main-article-title {
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.kj-uc-orderlist-box {
    padding: 10px;
}

.kj-orderlist-item h4 {
    margin: 0px;
    padding: 8px 0px 8px 0px;
    font-size: 14px;
}

.kj-orderlist-item .kj-shopcart-item-purityspac {
    padding-top: 8px;
    padding-bottom: 8px;
}

.kj-shopcart-item-purityspac {
    color: #999999;
}

.kj-orderlist-item .kj-ordertotalbox {
    line-height: 40px;
    font-size: 16px;
}

.kj-orderlist-item .kj-price {
    color: red;
}

.kj-ordertrack-ul {
    border-left: 1px solid #ccc;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .kj-ordertrack-ul li {
        position: relative;
        padding-left: 20px;
        list-style: none;
    }

    .kj-ordertrack-ul .kj-ordertrack-cont {
        padding: 8px;
        border: 1px solid #dddddd;
        margin: 5px;
        border-left: 5px solid #ddd;
    }

        .kj-ordertrack-ul .kj-ordertrack-cont .kj-ordertrack-date {
            float: right;
            color: #ccc;
        }

    .kj-ordertrack-ul li:before {
        content: "◉──";
        color: #ccc;
        position: absolute;
        left: -7px;
        top: 10px;
    }

    .kj-ordertrack-ul li.active .kj-ordertrack-cont {
        border-color: #ff6600;
    }

    .kj-ordertrack-ul li.active, .kj-ordertrack-ul li.active:before {
        color: #ff6600;
    }

.kj-order-proccess-bar {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}

    .kj-order-proccess-bar li {
        list-style: none;
        display: inline-grid;
        width: 32%;
        text-align: center;
        border-bottom: 3px solid #dddddd;
        margin-left: -4px;
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px;
        color: #cccccc;
    }

        .kj-order-proccess-bar li i {
            display: block;
        }

        .kj-order-proccess-bar li:after {
            content: "◉";
            position: absolute;
            font-size: 20px;
            bottom: -16px;
            left: 0px;
            width: 100%;
            text-align: center;
        }

        .kj-order-proccess-bar li.active {
            color: green;
            border-bottom-color: green;
        }

.kj-message-headlogo {
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #0C5A98;
    border-radius: 48px;
}

.kj-uc-msgitem-title {
    font-size: 14px;
}

.kj-message-time {
    color: #999;
}

.kj-msgitem-media {
    padding-left: 10px;
    padding-right: 10px;
}

.kj-uc-def-orderbox {
    padding: 0px;
}

    .kj-uc-def-orderbox .panel-heading {
        font-size: 12px;
        font-weight: normal;
    }

    .kj-uc-def-orderbox .kj-orderlist-item .kj-ordertotalbox {
        font-size: 14px;
    }

.kj-phonefooter .navbar-default {
    border-width: 0px;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.kj-phonefooter .nav-tabs a i {
    color: #777777;
}

.kj-phonefooter .nav-tabs {
    text-align: center;
    padding: 5px;
}

    .kj-phonefooter .nav-tabs a {
        color: #999999;
        text-align: center;
    }

.kj_userinfo_list .userinfo_default i {
    width: 18px;
}


.kj_userinfo_list i {
    margin-right: 3px;
}

.kj_userinfo_list .userinfo_default input {
    opacity: 0;
    display: none;
}

.kj_userinfo_list .userinfo_btngroup a {
    display: inline-block;
    color: #555;
    margin-right: 10px;
}

.kj_userinfo_list {
    box-sizing: content-box;
    color: #555;
    line-height: 32px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .kj_userinfo_list span.hidden-xs, .text-align_justify {
        display: inline-block;
        width: 70px;
        text-align-last: justify;
        -moz-text-align-last: justify;
        -webkit-text-align-last: justify;
    }

.datetimepicker {
    min-width: initial;
}
/*add*/
.kj-user-nav {
    background-color:#fff;
}
.kj-uc-left-menu &gt; li {
    margin-top: 10px;
    padding-bottom:20px;
    border-bottom: 1px solid rgb(239,239,239);
}
.kj-uc-left-menu &gt; li &gt; a {
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;    
}
.kj-uc-left-menu ul {
    margin-top:10px;
}
.kj-uc-left-menu &gt; li li a {
    font-size: 14px;
}
@media (min-width: 992px) {
    .kj-uc-topnav-right {
        padding-top: 25px;
    }

    .kc-uc-ordersearch-itemdiv {
        padding-right: 0px;
    }

        .kc-uc-ordersearch-itemdiv:last-child {
            padding-right: 15px;
        }
}

@media (max-width: 991px) and (min-width:768px) {
    .kj-uc-topnav-right {
        padding-bottom: 10px;
    }

    .kj-uc-topnav-center .navbar-nav {
        float: right;
    }

    .kj-uc-def-odbox {
        padding: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .kj-uc-def-userinfo {
        padding: 20px;
    }

    .kj-uc-def-odbox a {
        padding: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .kj-uc-def-headbox h4 {
        font-size:12px;
    }
    .kj-uc-def-headbox .media-body {
        max-width:180px !important;
    }   
}

@media (max-width: 767px) {
    .row {
        margin-left:0;
        margin-right:0;
    }
    .kj-navbar-phone-top .navbar-brand {
        padding: 6px 15px;
    }
    #ordersearch-formbox {
        position: fixed;
        top: 50px;
        right: 0px;
        left: 0px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        z-index: 999;
    }
    .kj-uc-body {
        padding:0 5px;
    }
    .kj-uc-left-menu i {
        color: #0C5A98;
        margin-bottom: 3px;
        font-size: 1.8em;
    }

    .kj-uc-phone-header-info {
        line-height: 27px;
        padding-left: 0px;
        position: absolute;
        left: 100px;
        top: 10px;
    }

    .kj-uc-phone-header-ctrl {
        position: absolute;
        right: 5px;
        top: 15px;
        color: #fff;
        z-index: 99999;
    }

        .kj-uc-phone-header-ctrl a {
            color: #fff;
        }

    .kj_userinfo_list {
        padding-bottom: 0px;
        box-shadow: none;
    }

    .kj-accountaddress-panelbody {
        padding: 0px;
    }

    #user_rightcont .kj-address-searchbox {
        border-width: 0px 0px 1px 0px;
        border-radius: 0px;
    }

    .kj-orderlist-item .table {
        display: none;
    }

    .kj-orderlist-item .panel-heading {
        border-bottom-width: 0px;
    }

    .kj-uc-orderlist-box {
        padding: 0px;
    }

    .kj-uc-rightcontent-whitebg {
        padding: 0;
        border-radius: 0px;
    }

    .kj-orderlist-item {
        border-radius: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    body {
        padding-top: 100px;
    }

    .kj-uc-phone-header {
        background-color: #0C5A98;
        color: #ffffff;
        padding: 10px;
        min-height: 100px;
        overflow: hidden;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
    }
        .kj-uc-phone-header::after {
            content: "";
            position: absolute;
            display: block;
            bottom: 0px;
            right: 0px;
            width: 100px;
            height: 100px;
            border-bottom: 200px solid rgba(255,255,255,.2);
            border-left: 200px solid transparent;
        }

    .kj-uc-left-menu &gt; li {
        background-color: #ffffff;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

        .kj-uc-left-menu &gt; li &gt; a {
            padding-left: 10px;
            border-bottom: 1px solid #efefef;
            display: block;
            font-size: 14px;
        }

        .kj-uc-left-menu &gt; li &gt; ul &gt; li {
            display: inline-block;
            width: 24%;
            text-align: center;
        }

            .kj-uc-left-menu &gt; li &gt; ul &gt; li &gt; a {
                padding-top: 15px;
                padding-bottom: 10px;
                display: block;
            }

                .kj-uc-left-menu &gt; li &gt; ul &gt; li &gt; a:hover {
                    text-decoration: none;
                }

    .kj-user-nav {
        padding: 0px;
    }

    .kj_userinfo_list {
        line-height: 23px;
        border-top: 10px solid #f4f4f4;
        margin-bottom: 0px;
        border-radius: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

        .kj_userinfo_list .userinfo_btngroup, .kj_userinfo_list .userinfo_default {
            border-top: 1px solid #ddd;
            padding-top: 12px;
            margin-top: 12px;
        }    
}

@media (max-width: 992px) {
    .kj-shopcart-item-purityspac {
        /*line-height: 35px;*/
    }

    .kc-uc-ordersearch-itemdiv {
        margin-bottom: 10px;
    }
}

@media (max-width: 360px) {
    body {
        font-size: 12px;
    }
}

@media (min-width:768px) {

    .kj-uc-shopcart-numview sup {
        background-color: red;
        color: #fff;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 10px;
        line-height: 20px;
        position: absolute;
        top: -1px;
        right: -1px;
    }

    .kj-uc-shopcart-numview {
        position: relative;
    }

    .kj_userinfo_list {
        position: relative;
        min-height: 70px;
    }

    .userinfo_default, .userinfo_btngroup {
        position: absolute;
        right: 0;
        width: 190px;
    }

    .userinfo_default {
        top: 10px;
    }

    .userinfo_btngroup {
        top: 50px;
    }

    .kj_userinfo_list .userinfo_btngroup a {
    }
}
</pre></body></html>