body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, option, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

* {
    outline: 0 none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul li {
    list-style: none;
}

a {
    color: black;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei",Helvetica, Arial, sans-serif,"Source Han Serif";
    font-size: 14px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper_main {
    width: 100%;
    margin: 0 auto;
}


.home_campaign {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: url('../images/bannerindex.png') center center no-repeat;
    background-size: cover;
}

.mob_home_campaign {
    display: none;
}

/* header */
.header_box {
    width: 100%;
    height: auto;
    z-index: 99;
}

.header {
    max-width: 1230px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px 15px;
    box-sizing: border-box;
    position: relative;
}

.header_conter {
    width: 100%;
    min-height: 80px;
    height: auto;
    position: relative;
    padding-left: 200px;
    padding-right: 400px;
    box-sizing: border-box;
}

.header_conter .logo_box {
    width: 200px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.header_conter .logo_box a {
    display: block;
    width: auto;
    height: auto;
}

.header_conter .logo_box img {
    display: block;
    width: auto;
    height: 80px;
}

.header_conter .logo_box h1 {
    font-size: 24px;
    font-weight: 400;
    width: 200px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
}

.header_link {
    width: 420px;
    height: 80px;
    position: absolute;
    top: 0;
    right: -40px;
    padding: 18px 0;
    box-sizing: border-box;
    text-align: right;
}

.header_conter .header_link a {
    display: inline-block;
    width: 90px;
    height: auto;
    font-size: 14px;
    color: #1b88dd;
    line-height: 30px;
    text-align: center;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #1b88dd;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
}

.header_conter .header_link a.link_register {
    background: #1b88dd;
    color: #fff;
}

.header_conter .header_link a.link_ruzhu {
    border: 1px solid rgb(255, 87, 34);
    background: rgb(255, 87, 34);
    color: #fff;
}


.header_conter .header_link a:hover {
    background: #1874bc;
    color: #fff;
    border: 1px solid #1874bc;
}

.header_nav {
    width: 100%;
    height: 60px;
    background: #1874bc;
}

.header_nav_list {
    width: 100%;
    height: auto;
}

.header_nav_list ul li {
    float: left;
    width: auto;
    height: auto;
    margin-right: 1px;
}

.header_nav_list ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.header_nav_list ul li a:hover {
    background: #1b88dd;
}

.header_nav_list ul li a.active {
    background: #1b88dd;
}

.header_search_box {
    width: 100%;
    height: auto;
    padding-top: 18px;
    box-sizing: border-box;
}

.header_search_box .search_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
}

.header_search_box .search_box .input_text {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #fff;
    padding: 6px 20px;
    padding-right: 50px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.header_search_box .search_box .input_btn {
    display: block;
    width: 100px;
    height: 44px;
    background-color: #1b88dd;
    padding: 7px 10px;
    box-sizing: border-box;
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.header_search_box .search_box .input_btn:hover {
    background-color: #1874bc;
}

.header_search_box .antistop {
    width: 100%;
    min-height: 24px;
    height: auto;
    margin-top: 6px;
    position: relative;
    padding-left: 65px;
    box-sizing: border-box;
}

.header_search_box .antistop .title {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.header_search_box .antistop_list {
    width: 100%;
    height: auto;
}

.header_search_box .antistop_list ul li {
    float: left;
    width: auto;
    height: auto;
    margin-right: 20px;
}

.header_search_box .antistop_list ul li a {
    display: block;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.header_search_box .antistop_list ul li a:hover {
    color: #1874bc;
}


.member_center_header_box {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    position: relative;
}

.member_center_header_box .header {
    padding: 15px 0;
}

.member_center_header_nav {
    width: 100%;
    height: auto;
}

.member_center_header_nav ul li {
    float: left;
    width: auto;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    margin: 0 10px;
}

.member_center_header_nav ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.member_center_header_nav ul li a:hover {
    color: #1b88dd;
}

.header_user_avatar_box {
    width: auto;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
    box-sizing: border-box;
}

.header_user_avatar_box p {
    float: left;
    width: 150px;
    height: 60px;
    text-align: right;
    padding: 15px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header_user_avatar_box .user_avatar {
    float: left;
    width: 56px;
    height: 56px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #1b88dd;
    padding: 2px;
    box-sizing: border-box;
}

.header_user_avatar_box .user_avatar .pic_box {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}


/*banner*/
.section_banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.home_banner_container {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.home_banner_container .home_banner_slider .item {
    float: left;
    position: relative;
    height: 400px;
}

.home_banner_container .home_banner_slider .item img {
    display: block;
    width: 100%;
    height: 400px;
}


/* home_content */
.home_content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.section_container_con {
    max-width: 1230px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.index_content {
    background-color: #f8f8f8;
}

/* index_page */
.index_page {
    width: 100%;
    height: auto;
    position: relative;
    top: -50px;
    z-index: 9;
    padding-bottom: 50px;
    box-sizing: border-box;
}

/* home_section1 */
.home_section1 {
    width: 100%;
    height: auto;
}

.home_section1_container {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.038);
}

.home_section1_list {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.home_section1_list ul li {
    float: left;
    width: 33.333333%;
    height: auto;
    margin: 15px 0;
    padding-left: 25px;
    padding-right: 10px;
    box-sizing: border-box;
}

.home_section1_list ul li .title_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}

.home_section1_list ul li .title_box .icon_box {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.home_section1_list ul li .title_box .icon_box img {
    display: block;
    width: 30px;
    height: 30px;
}

.home_section1_list ul li .title_box h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
}

.home_section1_list ul li .text_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    margin-top: 10px;
}

.home_section1_list ul li .text_box a {
    float: left;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    margin: 4px 0;
    margin-right: 8px;
    border-radius: 40px;
}

.home_section1_list ul li .text_box a:hover {
    background: #1874bc;
    color: #fff;
}

/* home_section2 */
.home_section2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.home_section2_container {
    width: 100%;
    height: auto;
    padding-right: 400px;
    box-sizing: border-box;
    position: relative;
}

.home_section2_conter {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px;
    padding-top: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.038);
}

.home_section2_conter .title_box {
    width: 100%;
    height: 30px;
    position: relative;
    padding-left: 60px;
    padding-right: 100px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.home_section2_conter .title_box h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.home_section2_conter .title_box .text_box {
    width: 100%;
    height: 30px;
}

.home_section2_conter .title_box .text_box a {
    float: left;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
    padding: 5px 17px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 30px;
    margin-right: 8px;
}

.home_section2_conter .title_box .text_box a:hover {
    background: #1874bc;
    color: #fff;
}

.home_section2_conter .title_box .text_box a.active {
    background: #1874bc;
    color: #fff;
}

.home_section2_conter .title_box .more_link {
    font-size: 14px;
    color: #1b88dd;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.home_section2_conter .title_box .more_link:hover {
    text-decoration: underline;
    color: #1874bc;
}

.home_section2_conter_list {
    width: 100%;
    height: auto;
}

.home_section2_conter_list ul {
    margin: 0 -1.5%;
}

.home_section2_conter_list ul li {
    float: left;
    width: 47%;
    height: 150px;
    margin: 20px 1.5%;
    position: relative;
    padding-left: 110px;
    box-sizing: border-box;
}

.home_section2_conter_list ul li a {
    display: block;
}

.home_section2_conter_list ul li .pic_box {
    width: 110px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
}

.home_section2_conter_list ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.home_section2_conter_list ul li .text_box {
    width: 100%;
    height: auto;
    padding-left: 15px;
    box-sizing: border-box;
}

.home_section2_conter_list ul li .text_box h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_section2_conter_list ul li .text_box .price {
    font-size: 14px;
    color: #f59e07;
    line-height: 24px;
    margin-top: 5px;
}

.home_section2_conter_list ul li .text_box .article {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}

.home_section2_conter_list ul li .label_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.home_section2_conter_list ul li .label_box span {
    float: left;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
    padding: 2px 12px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 30px;
    margin-right: 8px;
}

.home_section2_conter_list ul li .label_box .label_1 {
    color: #f59e07;
    background: rgba(245, 158, 7, 0.12);
}

.home_section2_conter_list ul li .label_box .label_2 {
    color: #1b88dd;
    background: rgba(27, 136, 221, 0.12);
}

.home_section2_conter_list ul li:hover .text_box h3 {
    color: #1874bc;
}


.home_section2_sidebar {
    width: 370px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.038);
}

.home_section2_sidebar .title_box {
    width: 100%;
    height: 30px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.home_section2_sidebar .title_box h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.home_section2_sidebar .pic_box {
    width: 100%;
    height: auto;
}

.home_section2_sidebar .pic_box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.home_section2_sidebar_list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.home_section2_sidebar_list ul li {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.home_section2_sidebar_list ul li a {
    display: block;
    padding-right: 70px;
    box-sizing: border-box;
    position: relative;
}

.home_section2_sidebar_list ul li p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_section2_sidebar_list ul li p span {
    display: inline-block;
    width: 25px;
    color: #e43d00;
}

.home_section2_sidebar_list ul li .text:hover {
    color: #1874bc;
}

.home_section2_sidebar_list ul li .number_of_viewers {
    width: 70px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 13px;
    color: #bebebe;
    line-height: 24px;
}

.home_section2_sidebar_list ul li .number_of_viewers i {
    float: right;
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url('../images/number_of_viewers_icon.png') no-repeat center center;
    vertical-align: bottom;
    margin-left: 5px;
}


.home_section3_container .title_box .text_box a.active {
    background: #f59e07;
}

.home_section3_conter_list {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.home_section3_conter_list ul {
    margin: 0 -1.5%;
}

.home_section3_conter_list ul li {
    float: left;
    width: 17%;
    height: 210px;
    margin: 20px 1.5%;
    margin-bottom: 0px;
}

.home_section3_conter_list ul li a {
    display: block;
}

.home_section3_conter_list ul li .pic_box {
    width: 130px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
}

.home_section3_conter_list ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.home_section3_conter_list ul li .text_box {
    width: 100%;
    height: 60px;
    padding: 10px 5px;
    box-sizing: border-box;
}

.home_section3_conter_list ul li .text_box h3 {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
}

.home_section3_sidebar_list ul li .word_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.home_section3_sidebar_list ul li .word_icon i {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/word_icon.png) no-repeat center center;
    vertical-align: bottom;
}

.home_section3_sidebar_list ul li .pdf_icon i {
    background: url(../images/pdf_icon.png) no-repeat center center;
}

.home_section3_conter_list ul li:hover .text_box h3 {
    color: #1874bc;
}

/* advertisement_box */
.advertisement_box {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.advertisement_box .pic_box {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.038);
}

.advertisement_box .pic_box img {
    display: block;
    width: 100%;
    height: auto;
}


/* guess_like_box */
.guess_like_box {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.guess_like_container {
    width: 100%;
    height: auto;
}

.guess_like_conter {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px;
    padding-top: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.038);
}

.guess_like_conter .title_box {
    width: 100%;
    height: 30px;
    position: relative;
    padding-left: 60px;
    padding-right: 100px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.guess_like_conter .title_box h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.guess_like_list {
    width: 100%;
    height: auto;
    padding: 20px 60px;
    padding-bottom: 10px;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
}

.guess_like_list ul li {
    float: left;
    width: 130px;
    height: 210px;
}

.guess_like_list ul li .pic_box {
    width: 130px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
}

.guess_like_list ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.guess_like_list ul li .text_box {
    width: 100%;
    height: 60px;
    padding: 10px 5px;
    box-sizing: border-box;
}

.guess_like_list ul li .text_box h3 {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
}

.guess_like_list .swiper_next {
    width: 35px;
    height: 200px;
    background: #f59e07 url('../images/swiper_next_icon.png') no-repeat center center;
    background-size: 24px;
    position: absolute;
    top: 20px;
    right: 0;
    border-radius: 6px;
    cursor: pointer;
}

.guess_like_list .swiper_next:hover {
    background: #db8d07 url('../images/swiper_next_icon.png') no-repeat center center;
}

.guess_like_list ul li:hover .text_box h3 {
    color: #1874bc;
}
















/* footer */
.footer {
    width: 100%;
    height: auto;
}

.footer_top {
    width: 100%;
    height: auto;
    padding: 35px 0;
    box-sizing: border-box;
    border-top: 1px solid #ededed;
}

.footer_top_box {
    width: 100%;
    height: auto;
}

.footer_top_box .footer_left {
    float: left;
    width: 55%;
    height: auto;
    padding-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.footer_top_box .footer_left .numbers_box {
    float: left;
    width: auto;
    height: auto;
    padding-right: 50px;
    box-sizing: border-box;
}

.footer_top_box .footer_left .numbers_box h3 {
    font-size: 22px;
    color: #1b88dd;
    line-height: 22px;
    font-weight: 500;
}

.footer_top_box .footer_left .numbers_box p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 5px;
}

.footer_top_box .footer_left .numbers_box .numbers {
    font-size: 36px;
    color: #1b88dd;
    line-height: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer_top_box .footer_left .code_box {
    float: right;
    width: auto;
    height: auto;
}

.footer_top_box .footer_left .code_box .pic_box {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 30px;
}

.footer_top_box .footer_left .code_box .pic_box img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.footer_top_box .footer_left .code_box .pic_box p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}

.footer_top_box .footer_right {
    float: right;
    width: 40%;
    height: auto;
    padding-top: 40px;
    box-sizing: border-box;
}

.footer_top_box .footer_right ul {
    float: right;
    width: 100%;
    height: auto;
}

.footer_top_box .footer_right ul li {
    float: left;
    width: 20%;
    height: auto;
}

.footer_top_box .footer_right ul li .li_con {
    width: 90px;
    height: auto;
    float: right;
}

.footer_top_box .footer_right ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

.footer_top_box .footer_right ul li p a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_top_box .footer_right ul li a:hover {
    color: #1b88dd;
}

.footer_bottom {
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    background: #2e3136;
}

.footer_bottom p {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #7a8089;
    line-height: 30px;
    text-align: center;
}

.footer_bottom p a {
    display: inline-block;
    color: #7a8089;
}

.footer_bottom p a:hover {
    color: #1b88dd;
}




.social-share {
    text-align: center !important;
}

.social-share .social-share-icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    line-height: 50px !important;
    margin: 2px 12px !important;
}

.social-share .help {
    display: none !important;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 120px !important;
    margin: 18px auto !important;
}

.social-share .icon-wechat .wechat-qrcode {
    width: 170px !important;
    height: 160px !important;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 60px !important;
    left: -60px !important;
}






.home_section_list_container {
    width: 100%;
    height: auto;
}

.home_section_list_container_item {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.home_section_list_container_item .title_box {
    width: 100%;
    height: auto;
    padding: 15px 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #db8d07;
    box-sizing: border-box;
    position: relative;
}

.home_section_list_container_item .title_box h3 {
    font-size: 20px;
    color: #db8d07;
    line-height: 40px;
    font-weight: normal;
}

.home_section_list_container_item .title_box h3 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #db8d07;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 5px;
}

.home_section_list_container_item .title_box .books_more {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 15px;
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 30px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 40px;
}

.home_section_list_container_item .title_box .books_more:hover {
    background: #db8d07;
    color: #fff;
}

.home_books_list_container {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    position: relative;
}

.home_books_list {
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.home_books_list ul li {
    float: left;
    width: 230px;
    height: 260px;
    margin-top: 20px;
}

.home_books_list ul li a {
    display: block;
}

.home_books_list ul li .pic_box {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
}

.home_books_list ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.home_books_list ul li .text_box {
    width: 100%;
    height: 70px;
    padding: 0px 20px;
    padding-top: 15px;
    box-sizing: border-box;
}

.home_books_list ul li .text_box h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.home_books_list ul li .text_box .price {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #f02b2b;
    line-height: 26px;
}

.home_books_list ul li:hover .text_box h3 {
    color: #f02b2b;
}

.home_books_list .swiper_prev {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -100px;
    margin-top: -25px;
    background: #e5e5e5 url('../images/swiper_prev_icon.png') no-repeat center center;
    cursor: pointer;
    border-radius: 50%;
}

.home_books_list .swiper_next {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -100px;
    margin-top: -25px;
    background: #e5e5e5 url('../images/swiper_next_icon.png') no-repeat center center;
    cursor: pointer;
    border-radius: 50%;
}

.home_books_list .swiper_prev:hover {
    background: #db8d07 url('../images/swiper_prev_icon.png') no-repeat center center;
}

.home_books_list .swiper_next:hover {
    background: #db8d07 url('../images/swiper_next_icon.png') no-repeat center center;
}


/* home_like_box */
.home_like_box {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.home_like_box .section_title_box {
    width: 100%;
    height: auto;
    padding: 15px 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #db8d07;
    box-sizing: border-box;
    position: relative;
}

.home_like_box .section_title_box h3 {
    font-size: 20px;
    color: #db8d07;
    line-height: 40px;
    font-weight: normal;
}

.home_like_box .section_title_box h3 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #db8d07;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 5px;
}

.home_like_box .section_title_box .books_more {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 15px;
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 30px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 40px;
}

.home_like_box .section_title_box .books_more:hover {
    background: #db8d07;
    color: #fff;
}

.home_like_list_container {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    position: relative;
}

.home_like_list_container_item {
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.home_like_list_container_item .title_box {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f7f7f7;
    border-radius: 10px;
}

.home_like_list_container_item .title_box h3 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 600;
}

.home_like_books_list {
    width: 100%;
    height: auto;
    padding: 25px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

.home_like_books_list ul li {
    float: left;
    width: 190px;
    height: 210px;
}

.home_like_books_list ul li a {
    display: block;
}

.home_like_books_list ul li .pic_box {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
}

.home_like_books_list ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.home_like_books_list ul li .text_box {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    padding-top: 15px;
    box-sizing: border-box;
}

.home_like_books_list ul li .text_box h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.home_like_books_list ul li:hover .text_box h3 {
    color: #f02b2b;
}

.home_like_books_list .swiper_prev {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -120px;
    margin-top: -25px;
    background: #e5e5e5 url('../images/swiper_prev_icon.png') no-repeat center center;
    cursor: pointer;
    border-radius: 50%;
}

.home_like_books_list .swiper_next {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -120px;
    margin-top: -25px;
    background: #e5e5e5 url('../images/swiper_next_icon.png') no-repeat center center;
    cursor: pointer;
    border-radius: 50%;
}

.home_like_books_list .swiper_prev:hover {
    background: #db8d07 url('../images/swiper_prev_icon.png') no-repeat center center;
}

.home_like_books_list .swiper_next:hover {
    background: #db8d07 url('../images/swiper_next_icon.png') no-repeat center center;
}
