<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "home.css";
@import "profile.css";
@import "product.css";
@import "message.css";
@import "dashboard.css";
@import "chatFix.css";
@import "ipadcss.css";
@import "datastatistics.css";
@import "order.css";
@import "pagebtn.css";
@import "withdraw.css";
.container {
    width: 1200px;
}
.header-top {
    background-color: #f5f5f5;
    color: #828282;
    font-size: 12px;
    min-height: 36px;
}
.header-top ul.top-link {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
}
.header-top ul.top-link &gt; li {
    position: relative;
    list-style: outside none none;
    margin-left: 20px;
    padding-right: 0;
    font-size: 12px;
    line-height: 35px;
}
.header-top ul.top-link &gt; li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.header-top ul.top-link &gt; li &gt; a {
    font-size: 12px;
    padding-left: 3px;
}
.dropdown-menu {
    font-size: inherit;
}
.dropdown-menu &gt; li &gt; a {
    padding: 5px 0;
    line-height: 22px;
    color: #555;
}
.dropdown-menu &gt; li &gt; a:hover {
    color: #e33333;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    background: transparent;
}
.header-top .dropdown-menu {
    display: block;
    transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 20px;
    margin: 0;
    min-width: 120px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    right: 0;
    left: auto;
    border-radius: 0;
}
.header-top .account.open .dropdown-menu, .header-top .account:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.header-top ul.top-link &gt; li.account .dropdown-menu {
    left: 0;
    right: auto;
}
.header-top .header-top .dropdown-menu li {
    line-height: 22px;
}
.dropdown-menu &gt; li &gt; a {
    padding: 5px 0;
    line-height: 22px;
    color: #555;
}
.header-bottom {
    background-color: #c51b35;
    height: 60px;
}
.header-bottom .logo {
    height: 40px;
    width: auto;
    margin-top: 10px;
    max-width: none;
}
.header-bottom ul &gt; li &gt; a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.header-bottom ul &gt; li &gt; a:hover {
    color: #fff;
}
.header-bottom .navbar-form {
    margin-top: 14px;
}
.header-bottom .navbar-form .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
.header-bottom .navbar-form .btn {
    height: 33px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #222;
	padding: 0 20px;
	border: none;
	margin-top: 1px;
}
.main {
    margin-top: 30px;
    margin-bottom: 80px;
}
.main-left {
    text-align: right;
}
.main-left .main-title {
    font-size: 16px;
    font-weight: bold;
    color: #c51b35;
    margin-top: 0;
    margin-bottom: 0;
}
.main-left .main-aside-menu {
    margin-top: 15px;
}
.main-left .main-aside-menu &gt; li &gt; a {
    display: block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.main-left .main-aside-menu &gt; li.active &gt; a, .main-left .main-aside-menu &gt; li &gt; a:hover {
    color: #222;
    font-weight: bold;
}
.main-right {
    border: 1px solid #EAEAEA;
    box-shadow: 0 2px 4px 0 #EFF1FA;
    border-radius: 2px;
    padding: 10px 20px 20px;
    /*min-height: 300px;*/
    min-height: 502px;
}
.footer {
    background-color: #222;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
}
.back-to-top {
    cursor: pointer;
    background-color: #777;
    width: 45px;
    bottom: 20px;
    right: 10px;
    min-height: 42px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.back-to-top i {
    font-size: 36px;
    margin: 1px 0 0 0;
    color: #fff;
    display: inline-block;
}
.back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.jump-tips-box {
    text-align: center;
    padding: 20px 0;
    border: 1px dashed #c5c7c7;
}
.html-content p {
    text-indent: 2rem;
}
.custom-form .form-control, #form-product .form-control {
    height: auto;
    padding: 3px 5px;
    border-radius: 0;
}
.custom-form table &gt; tbody &gt; tr &gt; td, #form-product table &gt; tbody &gt; tr &gt; td {
    padding: 5px 0;
}
.custom-form table &gt; tbody &gt; tr &gt; .td-label {
    padding-top: 8px;
}
.select-category-list {
    height: 470px;
    list-style: none;
    border: 1px solid #ccc;
    overflow-y: scroll;
    padding: 5px;
}
.select-category-list &gt; .select-category-item {
    cursor: pointer;
    display: block;
    padding: 0 5px;
}
.select-category-list &gt; .select-category-item:hover, .select-category-list &gt; .select-category-item.active {
    background-color: #e6ecf2;
}
.block-keyword-item &gt; .input-keywords {
    width: 30%;
    margin-bottom: 5px;
    display: inline-block;
}
.pic-list {
    margin: 0;
}
.pic-list &gt; li {
    display: inline-block;
    margin-bottom: 10px;
    border: 1px dashed #dadada;
    padding: 5px;
}
.td-label {
    width: 120px;
    color: #666;
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
}

.LSY-TD-LEFT{
    padding:2px 10px;
    text-align: left;
}
.LSY-TD-SPAN{
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    display:block;
}</pre></body></html>