:root {
    /*头部尾部颜色*/
    --main-top-bg: linear-gradient(to bottom, #000000, #010b37);
    /*头部字体颜色*/
    --main-top-color: #fff;

    /*发布按钮颜色*/
    --main-fb-bg: #f7941f;

    /*导航栏背景色*/
    --main-header-bg: linear-gradient(to bottom, #010b37, #0b1538);
    /*导航栏字体颜色*/
    --main-header-color: #fff;
    --main-header-select-color: #f7941f;
    /*背景颜色*/
    --main-body-bg: linear-gradient(to bottom, #2f4ccc, #000000);

    /*尾部颜色*/
    --main-foot-bg: #000;
    --main-foot-color: #a3a3a3;
    --main-foot-title-color: #fff;
}

/*头部*/
.bartop {
    background: var(--main-top-bg)!important;
    height: 70px!important;
}

/*logo*/
.barleft img {
    border-radius: 10px;
    margin: 10px 0;
}

.barright {
    margin-top: 10px;
}
.bartop {
    border: 0;
}
.rtj1009_yiban {
    padding: 0;
}
/*导航栏*/
#hd .wp {
    background: var(--main-header-bg)!important;
}
#wst-nav-items a {
    color: var(--main-header-color)!important;
}
#wst-nav-items a:hover {
    color: var(--main-header-select-color)!important;
}
/*发布按钮*/
.ren_list_flft a {
    border-radius: 10px!important;
    background: var(--main-fb-bg)!important;
}

/*首页背景*/
.index-context {
    background: var(--main-body-bg)!important;
}
.index-context .floor-bg1 {
    background-color: transparent;
}

/*推荐/分类标题*/
.tj_title, .cat_title {
    color: #fff;
}

/*首页列表*/
.floor-onec .product-box {
    width: 32.1%!important;
    border-radius: 10px;
    border: 2px solid #f8742b!important;
}
.mynew>.product-box {
    width: 226px!important;
}

/*推荐*/
.lazy {
    border-radius: 10px;
    overflow: hidden;
}

/*分类*/
.floor-onec .product-box .p_img {
    width: 150px!important;
    height: 150px!important;
    border-radius: 10px;
    overflow: hidden;
}

.floor-onec .product-box .p_img img {
    width: 150px!important;
    height: 150px!important;
}

.xq_but {
    background-color: #8d6ae3!important;
    border-radius: 20px!important;
}

/*尾部*/
.page-bottom {
    background: var(--main-foot-bg)!important;
    color: var(--main-foot-color)!important;
}

/*尾部表头颜色*/
.footer-about dl dt {
    color: var(--main-foot-title-color)!important;
}

/*尾部图片*/
.footer-social img {
    border-radius: 10px;
}
/*登录/注册页面*/

/*背景色*/
