@charset "utf-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body{margin:0;padding:0;font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;;font-size:14px;line-height:24px;background:#f5f5f5;}

ul,li,form{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:14px;}
img{border:0;}
p{margin:0;padding:0;}
.clear{clear:both;}
i.iconfont{width:16px;font-size:16px;}
video {
    object-fit: contain;
}



a{color:#755c48;text-decoration:none;}
a:hover{color:#F00;text-decoration:none;}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
*html .clearfix{height:1%;}
*+html .clearfix{ height:1%;}
input{outline:none}


.header{position: relative;
    z-index: 13;
    width: 100%;
    border-bottom: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 0 5px #d2d2d2;
}
.header .logo{width:170px;height:50px;display: inline-block;padding:15px 0;}
.header .logo h1{width:170px;height:50px;}
.header .logo img{height:50px;display: inline-block;}

.header .nav{margin-left:50px;min-width:170px;font-size:0;}
.header .nav li{display: inline-block;vertical-align: top;height:80px;line-height:80px;position:relative;}
.header .nav li a{display: block;padding:0 25px;font-size:16px;color:#000;}
.header .nav li ul{display:none;position: absolute;top:70px;width:100px;left:-15px;background:#fff;padding:5px;box-shadow: 0 0 5px #d2d2d2;}
.header .nav li li{line-height:40px;height:40px;text-align: center;width:100%;float:left;}
.header .nav li li a{padding:0;margin:0;display: block;line-height:40px;border-radius:5px;font-size:14px;}
.header .nav li li a:hover{background:#EB4E2E;color:#fff;}
.header .nav li:hover ul{display: block}
.menu_block{width:100%;height:50px;background:#EB4E2E;}
.menu{font-size:0;}
.menu li{color:#fff;display: inline-block;vertical-align: middle;line-height:50px;}
.menu li a{color:#fff;font-size:16px;line-height:50px;display: block;padding:0 18px;}
.menu li.active{background:#de210d;}
.menu li:hover{background:#d10e04;}

.header .login{cursor: pointer;color:#000;line-height:80px;text-align: center;width:220px;}
.header .login .regist {
    float: right;
    margin-top: 22px;
    margin-left: 15px;
    width: 80px;
    height: 35px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.header .login .regist-lg {
    float: right;
    margin-top: 22px;
    width: 80px;
    height: 35px;
    border: 1px solid #EB4E2E;
    border-radius: 4px;
    color: #EB4E2E;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.header .login span:hover{background:#EB4E2E;color:#fff;border: 1px solid #EB4E2E;}

.header_nav{margin-left:50px;}
.header_nav li{display: inline-block;vertical-align: top;height:40px;line-height:40px;}
.header_nav li a{display: block;padding:0 10px;font-size:16px;color:#fff;}

.header_login_user{color:#fff;position: relative;cursor: pointer;line-height:80px;}
.header_login_user .login_user_nav{background:#fff;position:absolute;top:60px;right:-10px;width:150px;border-radius: 3px;display: none;}
.header_login_user .login_user_nav li{height: 42px;
    line-height: 42px;
    margin-bottom: 3px;
    cursor: pointer;
    text-align: left;
    position: relative;
    padding:0 10px;
}
.header_login_user:hover .login_user_nav{display:block}
.header_login_user .login_user_nav li:hover{background:#ff9100;color:#fff;}
.header_login_user .login_user_nav li:hover a{color:#fff;}
.header_login_user .login_user_nav li a{display: block}
.header_login_user .login_user_nav li i{padding:0 10px;}
.header_login_user .header_user_avatar{width:40px;height:40px;display: inline-block;vertical-align: middle;border-radius: 50%}


/*****首页资讯******/
.index_top_news{width:400px;}
.tabs_title{width:100%;height:40px;line-height:40px;}
.tabs_title h2{font-size:20px;font-weight: 700;}
.top_news_list{}
.top_news_list li{line-height:30px;height:30px;}
.top_news_list li a{float:left;font-size:16px;}
.top_news_list li span{float:right;color:#666;}



.search_block{
    width: 100%;
    height: 145px;
    background: #fff;
    text-align: center;
}
.search {
    position:relative;
    display: inline-block;
    margin: 30px auto 0;
    padding: 0 50px;
    height: 60px;
    border-radius: 3px;
    text-align: center;
}
.search .search_box {
    position:relative;
    margin:0 auto;
    width: 100%;
    height: 56px;
    border: 2px solid #EB4E2E;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
}
.search_box .searchtype {
    float: left;
    display: block;
    min-width:85px;
    padding-left: 17px;
    height: 58px;
    color: #626262;
    font-size: 15px;
    line-height: 58px;
    cursor: pointer;
}
.search_box .searchtype span {
    display: inline-block;
}
.search_box .searchtype em {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    width: 10px;
    height: 15px;
    background: url(../images/iconbg.png) -181px -645px no-repeat;
}
.search_box .searchtype i {
    margin-top: 0;
    vertical-align: -5px;
}
.search_box .searchtype i {
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
    width: 1px;
    height: 19px;
    background: #c1c1c1;
    vertical-align: -4px;
}
.search .search_box .search_txt {
    margin-top: 2px;
    width: 600px;
    height: 52px;
    outline: 0;
    border: 0 solid;
    text-indent: 20px;
    font-size: 14px;
    line-height: 54px;
}
.search .search_box .hot {
    position: absolute;
    top: 60px;
    left: 0;
    padding-left: 5px;
    width: 1000px;
    height: 50px;
    text-align: left;
    font-size: 14px;
    line-height: 45px;
}
.search_box .hot a, .search_box .hot span {
    margin-right: 18px;
    color: #999;
}

.search_box ul {
    position: absolute;
    top: 55px;
    left: 1px;
    z-index: 3333;
    display: none;
    width: 112px;
    background: #fff;
    box-shadow: 0 0 3px #dcd9d9;
    -o-box-shadow: 0 0 3px #dcd9d9;
    behavior: url(ie-css3.htc);
}
.search_box ul li a {
    display: block;
    padding-left: 20px;
    height: 35px;
    color: #818181;
    text-align: left;
    font-size: 13px;
    line-height: 35px;
    cursor: pointer;
}
.search_box ul li a:hover {
    background: #EB4E2E;
    color: #fff;
}


.search .search_btn {
    position:absolute;top:0;right:-5px;
    width: 103px;
    height: 60px;
    line-height:60px;color:#fff;
    font-size:16px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    background:#EB4E2E;
    cursor: pointer;
}

.header_fixed{position:fixed;top:0;z-index:2222;}
.header_fixed .search{height:48px;width:600px;margin:20px 0;}
.header_fixed .search_box{height:42px;}
.header_fixed .searchtype{line-height:32px;min-width:85px;}
.header_fixed .search_box .searchtype span{line-height:42px;font-size:14px;}
.header_fixed .search_box .searchtype i{line-height:42px;margin-top: 0px;}
.header_fixed .search_box .search_txt{line-height:42px;height: 42px;margin-top:0;width:350px;}
.header_fixed .search_btn{width: 103px;line-height:46px;height: 46px;top:-2px;}
.header_fixed .login{width: 220px;}
.header_fixed .search_box ul { top: 40px;}
.header_blank{width:100%;height:140px;}



/*****头部BANNER*******/
.index_banner{width: 860px;height: 400px;}


.swiper-container { width: 100%;height: 100%;}
.swiper-slide {border-radius:5px;text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-pagination-bullet{display: inline-block;width: 6px;height: 6px;opacity: 1;border-radius: 10px;background: white;margin: 0 3px;cursor: pointer;transition: width 0.3s ease-in-out;}
.swiper-pagination-bullet-active{background: #fdd000;width: 12px;}
.swiper-button-prev{background:rgba(0,0,0,.5);color:#fff;padding:10px;}
.swiper-container .btn_ico{position: absolute;width: 36px;height: 60px;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;opacity: 0.50;z-index:20000;top: 50%;margin-top: -35px;}
.swiper-container .prev_ico{left: 30px;background: rgba(0, 0, 0, 0.1) url(../images/banner_ic_left.png) no-repeat center center;background-size: 11px 20px;}
.swiper-container .next_ico{right: 30px;background: rgba(0, 0, 0, 0.1) url(../images/banner_ic_right.png) no-repeat center center;background-size: 11px 20px;}
.swiper-container:hover .prev_ico{background: rgba(0, 0, 0, 0.8) url(../images/banner_ic_left.png) no-repeat center center;background-size: 11px 20px;}
.swiper-container:hover .next_ico{background: rgba(0, 0, 0, 0.8) url(../images/banner_ic_right.png) no-repeat center center;background-size: 11px 20px;}



/*******主体*******/
.doc_list{width:100%;}
.doc_list ul{margin-left:-20px;width:1350px;}
.doc_list li{width:294px;margin:0 0 20px 20px;float: left;background: #fff;padding:8px;border-radius:5px;border:1px solid #eee;}
.doc_list li .item_img{width:100%;position: relative;background:#eee}
.doc_list li .item_img img{max-width:100%;height:165px;display: block;margin:0 auto;}
.doc_list li .item_img span{position:absolute;z-index:10;background:rgba(235,78,46,.9);color:#fff;padding:0 10px;height:30px;line-height:30px;}
.doc_list li .item_title{font-size:14px;padding:5px 0;height:30px;line-height:30px;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.doc_list li .item_info{}
.doc_list li .item_info_price{color:#eb4e2f;font-size:18px;}
.doc_list li .item_info_views{color:#999;}


.doc_new_list{width:100%;}
.doc_new_list ul{margin-left:-15px;}
.doc_new_list li{width:184px;margin:0 0 10px 15px;float: left;background: #fff;padding:8px;border-radius:5px;border:1px solid #eee;}
.doc_new_list li .item_img{width:100%;}
.doc_new_list li .item_img img{width:100%;height:105px;display: block}
.doc_new_list li .item_title{font-size:14px;padding:5px 0;height:30px;line-height:30px;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.doc_new_list li .item_info{}
.doc_new_list li .item_info_price{color:#eb4e2f;font-size:18px;}
.doc_new_list li .item_info_views{color:#999;}

.free_block{width:445px;}

.doc_free_list{width:100%;}
.doc_free_list ul{margin-left:-15px;}
.doc_free_list li{width:184px;margin:0 0 10px 15px;float: left;background: #fff;padding:8px;border-radius:5px;border:1px solid #eee;}
.doc_free_list li .item_img{width:100%;position: relative}
.doc_free_list li .item_img img{width:100%;height:105px;display: block}
.doc_free_list li .item_img span{position:absolute;z-index:10;background:rgba(235,78,46,.9);color:#fff;padding:0 10px;height:30px;line-height:30px;}
.doc_free_list li .item_title{font-size:14px;padding:5px 0;height:30px;line-height:30px;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.doc_free_list li .item_info{}
.doc_free_list li .item_info_price{color:#eb4e2f;font-size:18px;}
.doc_free_list li .item_info_views{color:#999;}


/********video_list********/
.video_list{width:100%;}
.video_list ul{margin-left:-20px;width:1350px;}
.video_list li{width:300px;margin:0 0 20px 20px;float: left;background: #fff;height:200px;padding:5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius: 5px;}
.video_list li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.video_list li .item_img{width:100%;position: relative;background:#eee;height:168px;overflow: hidden;border-radius: 5px;}
.video_list li .item_img img{width:100%;display: block;margin:0 auto;transition: transform 0.3s;border-radius: 5px;}
.video_list li .item_img img:hover{transform: scale(1.1);}
.video_list li .item_img span{position:absolute;z-index:10;background:rgba(235,78,46,.9);color:#fff;padding:0 10px;height:30px;line-height:30px;}
.video_list li .item_title{font-size:14px;padding:5px 0;height:30px;line-height:30px;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.video_list li .item_info{}
.video_list li .item_info_price{color:#eb4e2f;font-size:18px;}
.video_list li .item_info_views{color:#999;}


.video_block{background:#fff;padding:20px;}
.video_main h1{font-size:24px;font-weight: 700;line-height:40px;margin-bottom:20px;}
.video_side{width:320px;}
.video_side li{padding:10px;border:2px solid #fff;font-size:0;background:#fafafa;height:85px;}
.video_side li:hover{padding:10px;cursor: pointer;}
.video_side li .video_thumb{width:150px;display: inline-block}
.video_side li .video_thumb img{width:150px;height:85px;display:block}
.video_side li .video_title{width:140px;display: inline-block;vertical-align: top;padding-left:5px;font-size:18px;}
.video_side li.active{border:2px solid #ff5722;color:#ff5722;background:#fff6f3;}
.video_side li a{display: block}

.video_category{background:#fff;padding:20px;margin-bottom:20px;}
.video_category a{padding:0 10px;margin:5px;font-size:16px;display: inline-block;line-height:30px;height:30px;}
.video_category a.active{font-weight: 700;color:#fff;background:#ff5722;border-radius: 3px;}


/********footer*********/
.footer{background:#fff;padding:20px 0;}
.footer_info{height: 168px;border-bottom: 1px solid #e6e6e6;}
.footer_info_col{width: 10.5%;float: left;}
.footer_info_logoinfo{width:200px;margin-right:100px;}
.footer_logo{width:200px;}
.footer_logo img{width:200px;display: block}
.footer_logo_mess{color:#999;display: block;letter-spacing: 5px;text-align: center}
.footer_info_col dt{height: 18px;
    font-size: 13px;
    font-weight: 550;

    color: #595959;
    line-height: 18px;
    margin-bottom: 13px;}
.footer_info_col dd{position: relative;
    height: 16px;
    font-size: 11px;
    margin-top: 10px;
    margin-left:0;
    font-weight: 400;
    color: #848484;
    line-height: 16px;}
.footer_qr_img{width:80px;height:80px;}
.footer__license{text-align: center;margin-top:20px;font-size:12px;color:#666;}


/*********弹出登录框**********/
.mask{background:rgba(0,0,0,.7);position:fixed;top:0;bottom:0;width:100%;z-index:11111;display: none}
.pop_quick_login{background:#fff;width:600px;height:560px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;-webkit-box-shadow: 0 0 49px 0 rgb(95 95 95 / 49%);
    box-shadow: 0 0 49px 0 rgb(95 95 95 / 49%);border-radius: 6px;padding:30px 0 0;}
.pop_close_btn{position:absolute;top:20px;right:20px;cursor: pointer}
.pop_close_btn .iconfont{font-size:24px;}
.pop_back_btn{position:absolute;top:20px;left:10px;cursor: pointer}
.pop_back_btn .iconfont{font-size:36px;}
.pop_login_logo{width: 207px;height: 54px;background:url("../images/pop_login_logo.png")  50% no-repeat;background-size: cover;margin: 0 auto;}
.wexin_qrcode{width:240px;margin:0 auto;padding:30px 0;text-align: center;}
.pop_login_tips{width:100%;text-align: center;line-height:30px;padding:20px 0;color:#666;}
.pop_login_types{text-align: center;padding:30px 0;}
.pop_login_types a{display: inline-block;vertical-align: top}
.pop_login_types a.types_qq{padding:0 100px;}
.pop_login_types a p{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 98px;
    height: 98px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;}
.pop_login_types a.types_weixin p{background: #24bf37;}
.pop_login_types a.types_weixin:hover p{background: #4fcb5e;}
.pop_login_types a.types_qq p{background:#1296db;}
.pop_login_types a.types_qq:hover p{background:#40aae1;}
.pop_login_types a.types_mobile p{background:#ff9100;}
.pop_login_types a.types_mobile:hover p{background:#fea531;}
.pop_login_types a i{width:48px;}
.pop_login_types a i.iconfont{font-size:48px;color:#fff;}
.pop_login_types a p{margin-bottom:10px;}
.pop_login_types a:hover{color:#333;}
.pop_login_link{color:#aaa;text-align: center;font-size:12px;}
.pop_login_link a{color:#aaa;}

.pop_mobile_login{background:#fff;width:600px;height:560px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;-webkit-box-shadow: 0 0 49px 0 rgb(95 95 95 / 49%);
    box-shadow: 0 0 49px 0 rgb(95 95 95 / 49%);border-radius: 6px;padding:30px 0 0;}
.mobile_login_title{text-align: center;font-size:22px;line-height:32px;padding:20px 0;}
.mobile_login_list{width:450px;margin:0 auto;}
.mobile_login_item{margin-bottom:20px;position:relative}
.mobile_login_item .iconfont{font-size:24px;color:#999;line-height:28px;}
.mobile_login_border{border:1px solid #ddd;border-radius:5px;padding:10px;}
.mobile_login_item .item_txt{display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    background-color: inherit;border:0;float:right}
.mobile_login_item .err{position: absolute;
    display: block;
    top: 13px;
    right: 16px;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #ff3537;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;}
.safecode_item{width: calc(100% - 170px);}
.safecode_btn{    display: block;cursor: pointer;
    height: 50px;
    width: 130px;
    font-size: 14px;
    color: #fff;
    background: #ff9100;
    border-radius: 5px;border:none;}
.safecode_btn_disable{background:#d2d2d2;color:#fff;}
.mobile_login_btn{display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #ff9100;
    border-radius: 5px;border:none;cursor: pointer;}
.mobile_login_btn[disabled] {
    background: #bfbfbf;
    cursor: default;
}

.mobile_login_other{margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.mobile_login_other i{-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background: #f0f0f0;}
.mobile_login_other span{margin: 0 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #000;}

.other_login_types{text-align: center;padding:0 0 20px 0;}
.other_login_types a{display: inline-block;vertical-align: top;}
.other_login_types a.types_qq{padding:0 30px;}
.other_login_types a p{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.other_login_types a.types_weixin p{background: #24bf37;}
.other_login_types a.types_weixin:hover p{background: #4fcb5e;}
.other_login_types a.types_qq p{background:#1296db;}
.other_login_types a.types_qq:hover p{background:#40aae1;}
.other_login_types a.types_mobile p{background:#ff9100;}
.other_login_types a.types_mobile:hover p{background:#fea531;}
.other_login_types a i{width:24px;}
.other_login_types a i.iconfont{font-size:24px;color:#fff;}
.other_login_types a p{margin-bottom:10px;}
.other_login_types a:hover{color:#333;}
.mobile_login_footer{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    background: #fafafa;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    font-size:12px;color:#666;
}


/*********弹出购买框**********/
.mask_buy{background:rgba(0,0,0,.7);position:fixed;top:0;bottom:0;width:100%;z-index:11111;display: none;}
.pop_quick_buy{background: rgba(255,255,255,1);width:650px;height:450px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;-webkit-box-shadow: 0 0 49px 0 rgb(95 95 95 / 49%);
    box-shadow: 0 0 49px 0 rgb(95 95 95 / 49%);border-radius: 6px;display: none;}
.quick_buy_title{background:#fff;height:40px;line-height:40px;border-top-left-radius:6px;border-top-right-radius: 6px;border-bottom:1px solid #eee;}
.quick_buy_title .title_name{padding:0 10px;color:#333;}
.quick_buy_title .title_name .iconfont{font-size:20px;color:#fa3716;vertical-align:middle;line-height:40px;padding:0 5px;}
.quick_buy_title .close_btn{cursor: pointer;padding-right:15px;}
.quick_buy_title .close_btn .iconfont{font-size:20px;}
.pop_quick_buy .quick_block{padding:0 100px;}
.pop_quick_buy .quick_block h3{font-size:18px;line-height:24px;padding-bottom:10px;}
.pop_quick_buy .quick_block p{color:#666;}
.pop_quick_buy .quick_block p span{color:#333;}
.pop_quick_buy .quick_block .payamount{color:#fe3b01;}
.pop_quick_buy .quick_block .payamount i{font-size:24px;font-style: normal}

.quickpay_type_list{text-align: center;padding:10px 0;}
.quickpay_type_list .type_item{width:144px;display: inline-block;vertical-align: top;margin-right:100px;}
.quickpay_type_list .type_item:last-child{margin:0;}
.quickpay_type_list .type_item .type_item_img{width:120px;height:120px;}
.quickpay_type_list .type_item .type_item_img img{width:120px;height:120px;display: inline-block;}
.type_item_name{padding-top:10px;line-height:30px;font-size:16px;}
.type_item_name .icon-weixinzhifu{color:#00c901;font-size: 30px;vertical-align: middle;}
.wepay_box{border:1px solid #00c901;padding:10px;border-radius: 5px;}
.alipay_box{border:1px solid #00a0e9;padding:10px;border-radius: 5px;}
.alipay_btn{
    width:100%;
    padding:0;
    display: block;
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #00a0e9;
    cursor: pointer;
    border-radius: 4px;}




/*******block*******/
.block{width:1300px;margin:0 auto}
.block .block_title{width:100%;margin-bottom:20px;}
.block .block_title h2{font-size: 24px;
    display: inline-block;
    font-weight: 700;}
.block .block_title a{color:#999;}

.flex_block{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.flex_main{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;display: inline-block;}
.cursor{cursor: pointer}

/******首页专题列表******/
.zt_list{width:100%;}
.zt_list .zt_item{margin-right:15px;}
.zt_list .zt_item:last-child{margin:0;}
.zt_list .zt_item img{width:100%;display: block;border-radius:5px;}

.sitepath{padding:20px 0;}

/******详情******/
.doc_left{background:#fff;width:750px;float:left;}
.doc_block{padding:50px;background: #fff;}
.doc_right{width:420px;float:right;}
.doc_title{margin-top:-30px;}
.doc_title i{font-size:24px;vertical-align: top;margin-top:10px;}
.doc_title h1{width: 550px;
    height: 42px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    margin-bottom: 20px;
    font-weight: 400;}

.doc_title .collection_btn{width:120px;text-align: center;height:40px;line-height: 40px;float:right;border-radius:3px;cursor: pointer;float:right;}
.doc_title .uncollection{
    background: #faad14;
    -webkit-box-shadow: 0 2px 5px 0 rgb(250 173 20 / 30%);
    box-shadow: 0 2px 5px 0 rgb(250 173 20 / 30%);
    color: #fff;
}
.doc_title .uncollection:hover{background-image:-webkit-gradient(linear,right top,left top,from(#ffcf3b),to(#f9a20b));background-image:linear-gradient(-90deg,#ffcf3b,#f9a20b);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr="#ffcf3b",endColorstr="#f9a20b",gradientType="1")}
.doc_title .collectioned{border:1px solid #faad14;color:#faad14;background:#fff;box-shadow:none;}
.doc_title .collection_btn i{vertical-align: middle;font-size:20px;}

.doc_video{width:900px;height:500px;position:relative;}
.doc_video img{width:100%;}
.doc_video .tips{background:rgba(0,0,0,.7);color:#fff;position:absolute;top:0;width:100%;z-index:100;height:500px;font-size:18px;text-align: center}
.doc_video .tips p{background:rgba(0,0,0,.6);color:rgba(255,255,255,.7);margin-top:200px;padding:20px;display: inline-block}
.doc_video .doc_video_btns{width:100%;position:absolute;top:300px;left:0;z-index:200;text-align: center;font-size:0;}

.doc_video .doc_video_btns .video_vip_downbtn{width: 100%;
    height: 42px;
    line-height:42px;
    cursor: pointer;
    text-align: center;
    color:#fff;
    background:-webkit-gradient(linear,left top,right top,from(#f55e2f),to(#fa3716));
    background: linear-gradient(90deg,#f55e2f,#fa3716);
    -webkit-box-shadow: 0 4px 10px 0 rgb(203 13 13 / 20%);
    box-shadow: 0 4px 10px 0 rgb(203 13 13 / 20%);
    border-radius: 3px;
}
.doc_video .doc_video_btns .video_vip_downbtn:hover{
    background: -webkit-gradient(linear,left top,right top,from(#f55e2f),to(#f57b2f));

}
.doc_video .doc_video_btns .video_buy_downbtn{
    height: 42px;
    line-height:42px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #eb4e2f;
    text-align: center;
    background: #fff;
    border: 1px solid #eb4e2f;
    cursor: pointer;
    border-radius: 3px;
}
.doc_video .doc_video_btns .video_buy_downbtn:hover{background:#fff6f3}
.doc_video .doc_video_btns .video_btn{display: inline-block;width:200px;font-size:18px;vertical-align: middle;margin:0 10px;}

.doc_content{width:100%;}
.doc_content img{max-width:100%;}

.doc_right .doc_price{font-size:22px;margin:-20px 0 30px;}
.doc_right .doc_price span{color:#eb4e2f}
.doc_right .doc_price span i{font-weight: 700;color: #eb5350;line-height: 30px;font-style: normal;font-size:40px;}
.doc_right .doc_vip_tips{font-size:12px;color:#666;line-height:12px;height:12px;color:#f30}


.friend_tips{}
.friend_tips .about_edit{border-bottom:1px dashed #dfded1;padding:20px;background:#efe8dd}
.friend_tips .about_edit p{font-size:14px;color:#363636}
.friend_tips .about_kefu{padding:20px;background:#f2f1e3;text-align: center}
.friend_tips .about_kefu p{font-size:14px;}
.friend_tips .about_kefu a{font-weight: 700;color:#363636}

.doc_vip_downbtn{    width: 100%;
    height: 42px;
    line-height:42px;
    cursor: pointer;
    text-align: center;
    color:#fff;
    background: -webkit-gradient(linear,left top,right top,from(#f55e2f),to(#fa3716));
    background: linear-gradient(90deg,#f55e2f,#fa3716);
    -webkit-box-shadow: 0 4px 10px 0 rgb(203 13 13 / 20%);
    box-shadow: 0 4px 10px 0 rgb(203 13 13 / 20%);
    border-radius: 3px;
    margin-top: 15px;
}
.doc_vip_downbtn:hover{
    background: -webkit-gradient(linear,left top,right top,from(#f55e2f),to(#f57b2f));

}
.doc_buy_downbtn{
    height: 42px;
    line-height:42px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #eb4e2f;
    text-align: center;
    background: #fff;
    border: 1px solid #eb4e2f;
    cursor: pointer;
    border-radius: 3px;
}

.doc_attr_block{width:100%;border-top:1px solid #eee;padding:20px 0;font-size:12px;}
.doc_attr_block .doc_attr_item{width:49%;display:inline-block;color:#666;}

.guess_title{font-size:16px;font-weight: normal;line-height:40px;font-weight: 700}
.guess_list{width:100%;}
.guess_list li{width:160px;margin:5px;float: left;background: #fff;padding:8px;border-radius:5px;border:1px solid #eee;}
.guess_list li .item_img{width:100%;}
.guess_list li .item_img img{width:100%;height:90px;display: block}
.guess_list li .item_title{font-size:12px;padding:5px 0;height:40px;line-height:20px;}
.guess_list li .item_info{}
.guess_list li .item_info_price{color:#eb4e2f;font-size:18px;}
.guess_list li .item_info_views{color:#999;}

.question_list{width:100%;}
.question_list li{height:30px;line-height:30px;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}

.article_list{width:100%;min-height:300px;}
.article_list li{height:30px;line-height:30px;overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;font-size:16px;}
.article_list li span{float:right;font-size:12px;color:#666;}


/******文章页********/
.view_left{width:300px;}
.view_left_block{background:#fff;padding:20px;}
.view_left_block h2{font-size:18px;font-weight: 700;line-height:40px;margin-bottom:10px;}
.article_cat_list{}
.article_cat_list li{width:100%;border-bottom:1px solid #eee;font-size:18px;line-height:40px;}
.article_cat_list li a{display: block}

.view_right{padding:20px;background:#fff;margin-left:30px;}
.view_right_title{border-bottom:1px solid #eee;margin-bottom:20px;}
.view_right_title h2{font-size:24px;line-height:40px;}
.article_title{text-align: center;border-bottom:1px solid #eee;}
.article_title h3{font-size:18px;font-weight: 700;line-height:40px;}
.article_title .article_mess{line-height:24px;color:#666;font-size:12px;padding-bottom:10px;}
.article_title .article_mess span{padding:0 10px;}
.article_main{min-height:300px;padding:20px 0;}
.article_main img{max-width: 100%;}



.pagenav {
    padding:10px 0;
    font-size:14px;
    text-align:center;
}
.pagenav li {
    display: inline-block;

    text-align: center;
    border: 1px solid #ddd;
    margin-left: 6px;
    background: #fff;
    cursor: pointer;
}
.pagenav li:hover {
    color:#e61952;
    border-color:#eb4e2f;
    text-decoration:none
}
.pagenav li.active {
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
    background: #eb4e2f;
    border: 1px solid #eb4e2f;
    color: #fff;
}
.pagenav li a{display: block;padding: 6px 12px;}
.pagenav li span{display: block;padding: 6px 12px;}
.pagenav span.step {
    color:#999;
    margin:0 5px
}



/****其它*****/
.m_t_30{margin-top:30px;}
.m_b_30{margin-bottom:30px;}
.m_t_20{margin-top:20px;}
.m_b_20{margin-bottom:20px;}
.m_b_15{margin-bottom:15px;}
.m_b_10{margin-bottom:10px;}
.p_tb_20{padding-top:20px;padding-bottom:20px;}
.p_10{padding:10px;}
.p_20{padding:20px;}
.p_30{padding:30px;}
.p_b_10{padding-bottom:10px;}

.logo_bar{padding:100%;padding:20px 0;}
.bg_white{background:#fff;}
.bg_gray{background:#f7f7f7;}

.fl{float:left}
.fr{float:right;}

/****滑块验证*****/
.outBox {
    width: 450px;
    height: 40px;
    background: #eee;
    box-sizing: border-box;
    position: relative;
}

.outBox p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    user-select: none;
}

.slider {
    width: 40px;
    height: 40px;
    background-color: #ff9100;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: -1px;
    user-select: none;
    color:#fff;
}

.slider_back {
    height: 40px;
    width: 0;
    background-color: #ffc684;
    position: absolute;
    top: -1px;
}


.member_header{
    background: #fff;margin-bottom:20px;
}
.top_line{background:#ebebeb;}
.top_line p{color:#666;}

.mh_top{font-size:12px;line-height:30px;height:30px;color:#666;width:100%;}
.mh_top a{color:#666;}
.mh_logo{width:100px;padding:20px 0;margin-right:100px;}
.mh_logo img{width:100px;}
.mh_nav{font-size:16px;height:50px;padding:10px 0 0;}
.mh_nav li{display: inline-block;vertical-align: middle;line-height:50px;}

.mm_left{width:240px;float:left;}
.mm_right{width:1000px;background:#fff;padding:20px;margin-left:20px;float:right;}

.member_info{padding:20px;text-align: center;background:#fff;}
.member_info_avatar{width:80px;height:80px;position: relative;margin:0 auto;}
.member_info_avatar img{width:80px;height:80px;border-radius: 50%;display: inline-block;position: relative;}
.member_info_avatar span{text-align: center;background:#eee;font-size:12px;position:absolute;bottom:0;z-index:2;width:100%;border-radius:9px;height:18px;line-height:18px;color:#666;}
.mm_nav{padding:20px;background:#fff;}
.mm_nav li{height:40px;line-height:40px;border-bottom:1px solid #eee;}
.mm_nav li a{display: block;}

.mm_right_title{height:50px;line-height:50px;border-bottom:1px solid #eee;}
.mm_right_title h2{font-size:16px;font-weight: normal;}
.mm_right_content{min-height:500px;}


/**********扣图**********/
.file-dropzone {
    background: rgba(102,74,0,.8);
    bottom: 0;
    color: #fff;
    left: 0;
    padding-top: 45vh;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 6000;
}