* {
    margin: 0;
    padding: 0;
}

body {
    background: #eae8eb;
}

.site-nav {
    width: 100%;
    background: #f5f5f5;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

/*   内容居中 */
.site-nav-bd {
    width: 1190px;
    margin: 0 auto;
}

.site-nav-bd ul {
    float: right;
    list-style: none;
}

.site-nav-bd ul li {
    color: #6c6c6c;
    font-size: 12px;
    float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.site-nav-bd ul li img {
    width: 12px;
    margin-right: 5px;
}

.site-nav-bd ul li:hover {
    color: #f40;
}

/*固定宽度居中*/
.top-box {
    width: 1190px;
    margin: 0 auto;
    padding-top: 30px;
}

/*清除浮动*/
.top-box:after {
    content: '';
    display: block;
    clear: both;
}

.logo {
    width: 190px;
    text-align: center;
    float: left;
    color: #ff5000;
    font-size: 34px;
    font-weight: bold;
}

.logo .small {
    font-size: 16px;
}

.search-box {
    width: 630px;
    height: 42px;
    background: #fff;
    border: 1px solid #ff5000;
    margin-left: 258px;
    border-radius: 20px;
    position: relative;
}

.search-in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-in span {
    color: #333;
    height: 42px;
    width: 74px;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    border-right: 1px solid #efefef;
    margin-right: 5px;
}

.search-in input {
    margin-left: 5px;
    border: none;
    background: transparent;
    outline: medium;
}

.search-in .but {
    position: absolute;
    top: 4px;
    right: 6px;
    background-image: linear-gradient(to right, #ff9000 0%, #ff5000 100%);
    width: 73px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-radius: 20px;
}

.nav-box {
    width: 100%;
    height: 50px;
    background: #fff;
    margin-top: 20px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}

.nav-box ul {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    display: flex;
}

.nav-box ul li {
    padding: 0 25px;
    cursor: pointer;
    position: relative;
}

.nav-box ul li.on {
    background: #f40;
    color: #fff;
}

.nav-box ul li:hover {
    color: #ff0000;
    font-weight: bold;
}

.nav-box ul li.on {
    color: #fff;
}

.nav-hide {
    display: none;
    position: absolute;
    top: 45px;
    left: -10px;
    width: 120px;
    background: #fff;
    line-height: 35px;
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}

.nav-hide p:hover {
    color: #f40;
}

.nav-box ul li:hover .nav-hide {
    display: block;
}

.tag a {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}

.tag a.on {
    color: #ff0000;
}

/*居中*/
.main-box {
    padding-top: 6px;
    width: 1190px;
    margin: 10px auto;
    background: #fff;
}

/*清除浮动*/
.main-box:after {
    content: '';
    display: block;
    clear: both;
}

.left {
    width: 230px;
    height: 526px;
    font-size: 14px;
    float: left;

}

.left .tit {
    font-size: 16px;
    color: #ff6200;
    text-align: center;
    line-height: 50px;
}

.left ul {
    padding: 6px 0 3px 18px;
    list-style: none;
    font-size: 14px;
    color: #333;
}

.left ul li {
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 18px;
}

.icon {
    width: 22px;
    margin-right: 10px;
}

.mid {
    width: 520px;
    margin-top: 10px;
    float: left;
}

.mid .ban {
    width: 100%;
    border-radius: 12px;
}

.ad-box {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    height: 201px;
    display: flex;
    background: #f6f6f6;
    border-radius: 12px;
    justify-content: space-around;
}

.ad-box img {
    width: 250px;
}

.right {
    width: 384px;
    float: right;
    height: 508px;
    border-radius: 12px;
    margin-top: 10px;
    background: #f3f3f3;
    margin-right: 18px;
}

.avatar {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    margin: 30px auto 0 auto;
}

.right .name {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.my-nav {
    width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.my-nav-box {
    width: 20%;
    text-align: center;
    font-size: 12px;
}

.my-nav-box .num {
    color: #f40;
    font-weight: 700;
    line-height: 20px;
}

.news {
    list-style: none;
    padding: 20px;
    line-height: 34px;
    font-size: 13px;
    color: #333;
}

.news li {
    display: flex;
    align-items: center;
}

.news span.tip {
    width: 32px;
    height: 18px;
    line-height: 18px;
    background: rgba(255, 174, 174, 0.2);
    text-align: center;
    color: #ff5000;
    margin-right: 5px;
}

.goods {
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.goods-box {
    width: 215px;
    height: 319px;
    border-radius: 12px;
}

.goods img {
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-bottom: 10px;
}

.goods:after {
    center: '';
    display: block;
    clear: both;
}

.goods p {
    line-height: 22px;
    font-size: 16px;
    height: 44px;
    overflow: hidden;
}

.goods p.price {
    color: #f40;
    font-size: 20px;
    line-height: 30px;
}
.foot{
    line-height: 50px;
    text-align: center;
    padding:30px 0;
    color:#999;
    font-size:12px;
}