﻿*{
    padding: 0px;
    margin: 0px;
}
.navigator_width {
    width: 1000px;
}
a:link { text-decoration: none; color:#606060; }
a:visited { text-decoration: none; color:#606060; }
a:hover { text-decoration: none; color:#f83333; }
a:active { text-decoration: none; color:#606060; }


.warning:link {
    color: #f83333;
    text-decoration: none;
}

.warning:visited {
    color: #f83333;
    text-decoration: none;
}

.warning:hover {
    color: #f83333;
    text-decoration: none;
}

.warning:active {
    color: #f83333;
    text-decoration: none;
}


.del {
    text-decoration: line-through;
}
.price-new {
    font-size: 16px;
    color: #fb4848;
    font-weight: bold;
}
.price-old {
    font-size: 14px;
    color: #909090;
    text-decoration: line-through;
    margin-left: 10px;
}



.stock-div {
    text-align:left;
    font-size:13px;
    line-height:24px;
}
.stock-span {
    margin-left: 40px;
}
.stock-tips {
    color: #a0a0a0;
}

.stock-qty {
    font-size: 15px;
    font-weight: bold;
}



 

.bgc-main {
    background-color: #11AAAA;
    color: #FFFFFF;
}
.bgc-vice {
    background-color: #00FFFF; 
}
.c-warn {
    color:#f83333;
}
.c-tips {
    color: #909090;
    font-size:14px;
}




.bodi1 {
}
.bodi2 {  
    background-color: #F0F0F0;
}




.app-logo {
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.app-name {
    color: #009999;
    font-size: 32px;
}


.app-logo2 {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.app-name2 {
    color: #009999;
    font-size: 24px;
}



/*首页banner*/
.banner1 {
    width: 100%;
    height: 100px;
    line-height:90px;
    border-bottom: solid 1px #C0C0C0;
}
.banner1-main {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    text-align: left; 
    clear:both;
}
.banner1-left {
    float: left;
    width: 240px;
    margin-left: 30px;
    font-size: 40px;
    color: darkcyan;
}
.banner1-right {
    float: left;
    width: 720px;
} 
.banner1text {
    width: 400px;
    height: 36px;
    border: solid 2px darkcyan;
}
.banner1button {
    width: 100px;
    height: 40px;
    background-color: #FFFFFF;
    border: solid 2px darkcyan;
}
.banner1category {
    font-size: 18px;
    color: darkcyan;
    margin-left: 20px;
    text-decoration: none;
}




/*会员中心banner*/
.banner2 {
    width: 100%;
    height: 80px;
    border-bottom: solid 1px #C0C0C0;
    background-color: #FFFFFF;
}
.banner2-main {
    box-sizing: border-box;
    width: 1000px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: left;
}
.banner2-left {
    float: left;
    height: 80px;
    font-size: 30px; 
}
.banner2-right { 
    float: right;
    width: 640px;
    height: 80px;
}

.banner2title {
    font-size: 26px;
}








.maincontent {
    box-sizing: border-box;
    width: 1000px;
    min-height:800px;
    margin: 0 auto;
    text-align: left;
}
.nodata {
    text-align: center;
    margin-top: 120px;
    font-size: 16px;
}



.footer {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px; 
    text-align: center;
    border-top: solid 1px #C0C0C0;
}
.footer-copyright { 
    padding-bottom:40px;
}