@charset "utf-8";
/*换算单位:1rem=12px*/
#header {
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#header .logo {
    width: 29%;
}

#header .search {
    width: 68%;
    height: 29px;
    line-height: 29px;
    background: url(../andriod/top_inform_bg.png) no-repeat center;
    background-size: 100% 100%;
}

#header .logo img {
    height: 26px;
    max-width: inherit;
    vertical-align: middle;
}

.hdimg img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.wrapper {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 54px;
    padding-bottom: 54px;
}

#content_slider {
    width: 100%;
    height: 144px;
    border: 2px solid #ff8651;
    border-radius: 12px;
    box-shadow: 0 2px 9px #ffb7a9;
    margin-left: -2px;
}

.swipslider {
    margin: 0 auto;
}
#content_slider .wanted {
    padding: 25px;
}

#content_slider .wanted:after {
    display: table;
    content: "";
    clear: both;
}

.banner_slider .banner_imgbox {
    width: 100%;
}

.banner_slider .banner_img {
    height: 100%;
    width: 100%;
}
#content_slider .sw-bullet li {
    width: 10px;
    height: 10px;
}
#content_slider .sw-bullet li:not(:last-child) {
    margin-right: 10px;
}
#content_slider .sw-prev {
    left: 1.5%;
    display: none;
}
#content_slider .sw-next {
    right: 1.5%;
    display: none;
}
/*新闻滚动公告*/
.huadong {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.huadong .huabox {
    margin: 0 auto;
    width: 92%;
}
.huadong .huabox:after {
    display: block;
    clear: both;
    content: "";
}
.huadong .hdimg {
    float: left;
}
.huadong h5 {
    font-size: 12px;
    float: left;
    color: #ff6b2a;
}

.huadong .gg_more {
    float: left;
}

.huadong .gg_more a {
    font-size: 0.8rem;
    text-decoration: none;
}
.huadong .notice_active {
    float: left;
    width: 92%;
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
}

.huadong .notice_active li {
    width: 100%;
    list-style-type: none;
    overflow: hidden;
}

/*.huadong .notice_active li.notice_active_ch {}*/

.huadong .notice_active li.notice_active_ch span {
    color: #2d0e00;
    font-size: 12px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 6px;
}

.huadong .gg_more .news_ck {
    float: left;
    margin: 0 1rem 0 1rem;
    color: #888;
    width: 5rem;
    height: 2rem;
    line-height: 2rem;
    display: block;
    border: 1px solid #656972;
    text-align: center;
    border-radius: 0.7rem;
    font-size: 0.8rem;
    margin-top: 1rem;
}

.huadong .gg_more .news_more {
}

.huadong .notice_active li.notice_active_ch em {
    text-align: right;
    float: right;
    color: #888;
    font-size: 0.8rem;
    font-style: normal;
}

/* 彩种推荐 */
.recommend_wrap {
    width: 100%;
    height: auto;
    margin-top: 10px;
    background: #fff7f2;
    border: 2px solid #ffa67f;
    border-radius: 12px;
    margin-left: -2px;
    background: #fff;
    position: relative;
}
.recommend_wrap .recommend_tit {
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 12px;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, #ff844e, #ed4800);
    border: 1px solid #df4400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.recommend_wrap .recommend_tit h2 {
    flex-shrink: 1;
    font-size: 16px;
    color: #fff;
}

.recommend_wrap.series_item .nav-left,
.recommend_wrap.series_item .nav-right {
    color: white;
    position: absolute;
    width: 24px;
    text-align: center;
    font-weight: bold;
    top: 1px;
    background: linear-gradient(180deg, #ff844e, #ed4800);
    padding: 7px 0px;
}
.recommend_wrap.series_item .nav-left {
    left: 0;
    border-top-left-radius: 12px;
}
.recommend_wrap.series_item .nav-right {
    right: 0;
    border-top-right-radius: 12px;
}

.recommend_tit a {
    flex-shrink: 1;
    font-size: 14px;
    color: #fff;
}
.recommend_tit a span {
    vertical-align: middle;
}
.recommend_wrap .recommend_tit a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../andriod/btn_more_icon.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
}

.recommend_wrap .recommend_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 16px;
}
.recommend_wrap .recommend_list li {
    flex-shrink: 1;
    width: 25%;
    margin-top: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.recommend_wrap .recommend_list li span {
    display: block;
    flex-shrink: 1;
    font-size: 14px;
    color: #333;
    margin-top: -6px;
    /* height: 20px; */
}

.recommend_wrap .recommend_list li img {
    flex-shrink: 1;
    width: 69px;
    height: auto;
    margin-bottom: 8px;
}
/*更多彩种*/
.list_cz {
    width: 100%;
    height: 100%;
    background: #fff7f2;
}
.list_cz ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_cz li {
    flex: 33%;
    width: 33%;
    padding: 14px 0;
    text-align: center;
    border-right: 1px solid #d9bba9;
    border-bottom: 1px solid #d9bba9;
}
.list_cz li:nth-child(3n) {
    border-right: 0;
}
.list_cz li a {
    display: block;
}
.list_cz li img {
    width: 80px;
    height: auto;
}
.list_cz li span {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin-top: -6px;
}
/*0902*/
#header {
    height: 48px;
    line-height: 48px;
}
.series_item {
}
.series_item .layui-tab {
    margin: 0;
}
.series_item .layui-tab .layui-tab-content {
    padding: 0;
}
.series_item .recommend_tit {
    padding: 0 24px;
    overflow: hidden;
    border-bottom: 0;
    scroll-behavior: smooth;
}
span.layui-unselect.layui-tab-bar {
    display: none;
}
.recommend_tit li:after {
    display: none;
}
.recommend_tit li {
    color: #fff;
    font-size: 15px;
    padding: 0 4px;
    min-width: auto;
    width: 25%;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    flex-shrink: 0;
}
.recommend_tit li.layui-this {
    background: #fff;
    color: #ff6c2b;
    font-weight: bold;
}
.recommend_wrap .recommend_list {
    padding-bottom: 12px;
}
.recommend_wrap .recommend_list li {
    margin-top: 11px;
}
.recommend_wrap .recommend_list li span {
    margin-top: -12px;
    font-size: 13px;
}
/*推荐彩种更多*/
.list_cz li {
    width: 25%;
    flex: inherit;
    border: 0;
    position: relative;
    padding: 10px 0;
}
.list_cz li a {
    display: block;
}
.list_cz li:before,
.list_cz li:after {
    display: block;
    content: "";
    background: #d9bba9;
    position: absolute;
}
.list_cz li:before {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}
.list_cz li:after {
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.list_cz li:nth-child(4n):before {
    display: none;
}
.list_cz li span {
    font-size: 13px;
    margin-top: -12px;
}

/*0910*/
.list_bob {
    width: 100%;
    /*height: 170px;*/
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.list_bob:after {
    display: block;
    clear: both;
    content: "";
}
.list_bob .list_boc {
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 375px) and (height: 667px) {
    .list_cz li span {
        margin-top: -12px;
    }
    .recommend_wrap .recommend_list {
        padding-bottom: 10px;
    }
    .recommend_wrap .recommend_list li {
        margin-top: 10px;
    }
    .recommend_wrap .recommend_list li span {
        font-size: 13px;
        margin-top: -9px;
    }
}
@media screen and (max-width: 360px) {
    .list_cz li {
        padding: 10px 0;
    }
    .recommend_wrap .recommend_list {
        padding-bottom: 10px;
    }
    .recommend_wrap .recommend_list li {
        margin-top: 10px;
    }
    .recommend_wrap .recommend_list li img {
        width: 62px;
    }
    .recommend_wrap .recommend_list li span {
        font-size: 12px;
        margin-top: -10px;
    }
}
