<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

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

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

ul, ol, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
}

input, img {
    vertical-align: middle;
}

body {
    background: #fff;
    color: #666;
    font-size: 14px;
    font-family: arial;
}

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

html, body {
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    font-family: Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.noscroll {
    position: absolute;
    width: 100%;
    height: 100%;
   /*  overflow: hidden; */
}

.app-dom {
    width: 100%;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}
/*@font-face {*/
/*font-family: 'iconfont';*/
/*src: url('//at.alicdn.com/t/font_1436009778_9049127.eot'); /!* IE9*!/*/
/*src: url('//at.alicdn.com/t/font_1436009778_9049127.eot?#iefix') format('embedded-opentype'), /!* IE6-IE8 *!/ url('//at.alicdn.com/t/font_1436009778_9049127.woff') format('woff'), /!* chrome、firefox *!/ url('//at.alicdn.com/t/font_1436009778_9049127.ttf') format('truetype'), /!* chrome、firefox、opera、Safari, Android, iOS 4.2+*!/ url('//at.alicdn.com/t/font_1436009778_9049127.svg#iconfont') format('svg'); /!* iOS 4.1- *!/*/
/*}*/

/*.iconfont {*/
/*font-family: "iconfont" !important;*/
/*font-size: 32px;*/
/*font-style: normal;*/
/*-webkit-font-smoothing: antialiased;*/
/*-webkit-text-stroke-width: 0.2px;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*}*/

body {
    font: 12px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
    /* overflow: hidden; */
    position: relative;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0px;
    z-index: 999;
}

.nav {
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}


.logo {
    float: left;
    background-image: url(../images/logo.png);
    display: block;
    width:113px;
    height: 29px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:113px;
}

.entry {
    float: right;
    color: #fff;
}

.entry .state {
    color: #bfbfbf;
}

.entry a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
}

.entry a:hover {
    color: #00bbee;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;;
}

.wrap {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slogan {
    width: 600px;
    height: 200px;
    background: url(../images/center.png) no-repeat 0 0;
    display: inline-block;
    background-size: 600px;
}

.mid {
    width: 100%;
}

.main-entry {
    width: 500px;
    height: 50px;
    margin: 15px auto 0;
}

.main-entry a {
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    width: 230px;
    color: #ffffff;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}

.main-entry a .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-left: 18px;
}

.main-entry a .title i {
    position: absolute;
    left: 20px;
    top: 14px;
    background: url(../images/icon3.png) no-repeat 0 0;
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.main-entry a .title .seller {
    background-image: url(../images/icon2.png);
}

.main-entry a .title .developer {
    background-image: url(../images/icon3.png);
}

.main-entry s {
    background-color: #00a3ee;
    opacity: .9;
    display: block;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.main-entry a:hover s {
    background-color: #00aaee;
    opacity: 1;
}

a.personal-login,
a.seller-login
{
    margin-left: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a.seller-login .seller-entry {
    display: none;
    z-index: 2;
    position: relative;
    height: 50px;
}
a.seller-login .inerval-line {
    display: none;
    width: 150px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    height: 0;
    z-index: 2;
}
a.seller-login:hover{
    height: 100px;
    margin-top: -25px;
}
a.seller-login:hover .title{
    display: none;
}
a.seller-login:hover .seller-entry,
a.seller-login:hover .inerval-line
{
    display: block;
}


.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
    background-color: white;
    z-index: 99;
}

.nav-links {
    width: 99%;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.footer ul {
    padding-left: 5px;
}

.footer li {
    display: inline-block;
    margin: 2px;
}

.footer li a {
    color: #666;
}

.ownership {
    text-align: center;
    height: 20px;
    line-height: 25px;
}

.nav-icons {
    width: 250px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.nav-icons a {
    width: 20px;
    display: block;
    float: left;
    margin-right: 5px;
    height: 28px;
    background: url(https://img.alicdn.com/tps/TB1.cMTIpXXXXbLXVXXXXXXXXXX.png) no-repeat 0 0;
}

a.pic1 {
    background-position: 0px -5px;
    width: 18px;
}

a.pic1:hover {
    background-position: 1px -28px;
    width: 18px;
}

a.pic2 {
    background-position: -33px -5px;
    width: 40px;
}

a.pic2:hover {
    background-position: -32px -28px;
    width: 40px;
}

a.pic3 {
    background-position: -74px -5px;
    width: 33px;
}

a.pic3:hover {
    background-position: -73px -28px;
    width: 33px;
}

a.pic4 {
    background-position: -115px -5px;
    width: 18px;
}

a.pic4:hover {
    background-position: -114px -28px;
    width: 18px;
}

a.pic5 {
    background-position: -135px -5px;
    width: 31px;
}

a.pic5:hover {
    background-position: -134px -28px;
    width: 31px;
}


a.pic7 {
    background-position: -200px -5px;
    width: 20px;
}

a.pic7:hover {
    background-position: -200px -26px;
    width: 20px;
}


#ServerNum,#ServerNum p {
    line-height: 10px;
    text-align: center;
    color: white;
    height: 10px;
}


/*slide*/
.front, .items, .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back {
    bottom: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.items {
    overflow: visible;
}

.item {
    background: #fff none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}</pre></body></html>