<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    /*font-size: 16px;*/
}
* {
    font-family: open sans, sans-serif;

}
.image{
    width: 100%;
}
.fixed-body{
    overflow: hidden;
    position: fixed;
}
.header {
    margin-top: 10px;
}

.header .logo  {
    width: 70px;
}

.header .nav &gt; li a {
    color: black;
    transition: color 0.4s ease 0.2s;
    font-size: clamp(10px, 0.5rem + 0.7vw, 20px);
    line-height: 80px;
    font-weight: 700;
    padding-bottom: 0;
}

.nav &gt; li a:hover, .nav &gt; .active &gt; a {
    color: #20BCFF !important;
    transition: color 0.4s ease 0s;
    /*font-size: 24px;*/
    background-color: white !important;
    background-image: none !important;
}

.input-group-addon {
    border-right: 0px;
    background-color: white;

}

.search_input {
    position: relative;
}

.search_input i.fa-search {
    position: absolute;
    left: 10px;
    top: 16px;
    font-size: 1rem;
}

.search_input i.fa-times {
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 8px;
    color: rgb(99, 99, 99);
    font-size: 1rem;
}

.search_input input {
    height: 50px;
    padding: 0 30px;
    border-radius: 6px;
    line-height: 18px;
    font-size: 13px;
}

.search input:focus {
    outline: none;
    border-color: rgba(61, 155, 233, 1);
    box-shadow: none;
}

.account,.account a {
    text-align: center;
    font-size: 16px;
    color: rgb(255, 80, 32);
    height: 40px;
    line-height: 40px;
}

.account .icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.account .icon i {
    font-size: 26px;
    line-height: 40px;
}

.account .login_in {
    vertical-align: middle;
}

.body {
    margin-top: 20px;
}

#phone-navbar{
    width: 100%;
    /*background-color: black;*/
    /*color: white;*/
    /*position: absolute;*/
    /*z-index: 999;*/
    /*top: 0;*/
    /*left: 0;height: 100%;*/
}
#phone-navbar .account{
    padding: 0;
}
#phone-navbar .search{
    padding: 0;
}
.phone-category{
    display: block;
    text-align: center;
    font-size: 18px;
}
.content{
    min-height: 600px;
    display: block;
    margin-top: 10px;
}
.full-with {
}
.container {
    width: 100vw;
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    overflow: hidden;
    height: 100vh;
    overflow-y: auto;
}
.content_body{
    padding: 0 3vw;
}
.pictures {
    /*min-width: 980px;*/
    /*height: 648px;*/
    /*padding: 0;*/
    /*margin: 0;*/
}

.pictures img {
    width: 100%;
}

.category_desc{
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.content_box {
    margin-top: 10px;
}

.content_box .title {
    font-size: 24px;
    line-height: 24px;
    font-size: 16px;
}
.content_box .products a{
    text-decoration: none;
    color: #000;
}

hr {
    margin-top: 0;
    margin-bottom: 5px;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.content_box .description {

}

.content_box .description p {
    font-weight: 400;
    font-size: 16px;
    min-height: 25px;
}

.products img {
    width: 100%;
}

.products .title {
    font-size: 14px;
}

.products_content .configs {
    font-size: 16px;
    line-height: 26px;
}

.content_box {
    margin-bottom: 40px;
}



.footer {
    margin: 30px 0;
}

.footer hr {
    margin-top: 0;
    margin-bottom: 5px;
    border-top: 2px solid rgba(212, 212, 212, 1);
}

.footer .row {
    margin-top: 15px;
}

.footer .footer_logo, .footer .link {

}


.footer .footer_logo img {
    width: 55px;
}

.footer .nav &gt; li a {
    color: #A0A09F;
    transition: color 0.4s ease 0s;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 0;
}

.footer ul li a {
    padding-left: 0;
}

.footer .word_area {
    text-align: center;
}

.footer .word {
    width: 299px;
    color: #A0A09F;
    font-size: 10px;
    font-family: open sans, sans-serif;
}

.login_register{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgb(255, 255, 255);
}

.login_in {

}
.login_in .form-group{
    margin-top: 20px;
}
.login_in .input, .login_in .input:focus {
    outline: none;
    border-bottom: black 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 42px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius:0;
    box-shadow: none;
}
.login_in .select{
    outline: none;
    border: black 1px solid;
    height: 42px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius:0;
    box-shadow: none;
}

.login_in .checkbox,.login_in .checkbox:focus {
    margin-top: 0;
    height: 45px;
    float: left;
    outline: none;
}

.login_in button {
    height: 42px;
    margin-top: 20px;
    background: black;
    color: white;
    font-size: 16px;
}


.remind_error {
    background: #ffd7d7 none repeat scroll 0% 0%;
    border: 1px solid #c3325f;
    color: #222;
    line-height: 25px;
    margin: 20px 0;
    padding: 0 10px;
    text-align: center; }

.remind_success {
    background: #7ee2a8 none repeat scroll 0% 0%;
    border: 1px solid #429163;
    color: #222;
    line-height: 25px;
    margin: 20px 0;
    padding: 0 10px;
    text-align: center; }

#imageContainer {
    position: relative;
    max-width: 720px; /* è®¾ç½®å›¾ç‰‡å®¹å™¨å®½åº¦ */
    min-width: 120px; /* è®¾ç½®å›¾ç‰‡å®¹å™¨å®½åº¦ */
    height: 100%; /* è®¾ç½®å›¾ç‰‡å®¹å™¨å®½åº¦ */
    overflow: hidden; /* éšè—æº¢å‡ºéƒ¨åˆ†çš„å›¾ç‰‡ */
    margin: 0 auto;
}

#imageContainer img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    display: none; /* éšè—æ‰€æœ‰å›¾ç‰‡ */
    width: 100%;
    height: 100%;
}

#imageContainer img:first-child {
    display: block; /* é»˜è®¤æ˜¾ç¤ºç¬¬ä¸€å¼&nbsp;å›¾ç‰‡ */
}
</pre></body></html>