/**********************************导航************************************/
.logo_cont{
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_cont img{max-width: 150px;}
.header{height: 50px;width: 100%;background-color: #fff;position: relative;border-bottom: 1px solid #d5d5d5;}
.header-box{width: 1200px;height: 50px;margin:0 auto;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.header-left{width: 200px;text-align: center;}
.header-box a:hover{text-decoration: none;}
.header-left li a{display: block;margin: 0 20px;color: #d7d6e1;font-size: 14px;}
.header-left li a:hover{color: #fff;}
.header-nav{display: flex;flex-direction:row;align-items: center;width: 900px;float: left;}
.header-nav li a{margin: 0 30px;color: rgba(255,255,255,.7);font-size: 13px;cursor: pointer;}
.header-nav li a:hover{color: #fff;}
.header-right{display: flex;flex-direction:row;align-items: center;}
.header-right li a{margin: 0 10px;font-size: 13px;cursor: pointer;}
.header-right li a:hover{color: #3B83FD;}
.header-right .rightbox{display: inline-flex}
.header-right .rightbox .iconfont{display: inline-flex;color: #fff;}
.header-user-info{display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;width: 120px;height: 50px;box-sizing: border-box;cursor: pointer;}
.header-user-info:hover{background-color: #f8f8f8;}
.header-user-info-name{display: flex;flex-direction: row;align-items: center;}
.header .header-user-info-detail{
    width: 120px;
    box-sizing: border-box;
    background-color: #fff;
    border:1px solid #eee;
    position: absolute;
    top:50px;
    border-top:none;
    z-index: 9999;
}
.header-user-info a{margin-right: 0 !important}
.header-user-info-menu{text-align: center;padding: 5px;font-size: 13px;color: #666;}
.header-user-info span{margin-top:4px;color: #d7d6e1 !important}
.header-user-info-menu1{text-align: center;color: #999; font-size: 13px;padding: 5px;}
.header-user-info-menu i{font-size: 14px;}
.header-right .header-user-info-detail  a:hover .header-user-info-menu,
.header-right .header-user-info-detail  a:hover .header-user-info-menu1{background:#eee;}
.header-right .header-user-info-detail  a{
    display: inline-block;
    width:100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    margin:0 auto;
}
.icon-vip5 {position: relative;color: #FFB800;font-size: 18px;}
/**********************************左侧菜单************************************/
.ucbox{width: 1200px;margin:0 auto;}
.uleft{width: 202px;min-height: 796px;background-color: #fff;float: left;border-radius: 0 0 4px 4px;box-sizing: border-box;}
.uright{width: 980px;float: right;min-height: 796px;}
.uright-box{width: 100%;background-color: #fff;padding: 20px 30px;box-sizing: border-box;min-height:876px;}
.uc-avatar{
    width: 80px;
    height: 80px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 20px;
}
.uc-avatar img{width: 103%;height: 103%;}
.uc-avatar-box{position: relative;margin:0 auto;width:50%;}
.uc-avatar-box .icon-vip3{position: absolute;right: 15px;bottom: 0px;color:#dab35c;z-index:99}
.uc-name{font-size: 18px;color: #000;text-align: center;margin-top:15px;}
.uc-vip-info{display: flex;flex-direction: row;align-items: center;justify-content: center;font-size: 13px;color: #fff;margin-top:5px;line-height: 20px;}
.iconf-vip{font-size: 14px !important; margin-left: 2px;line-height: 20px;}
.uc-upload-box{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center; margin-bottom: 30px;}
.uc-upload-doc{
    width: 80%;
    line-height: 38px;
    background-color: #f2e6b9;
    text-align: center;
    margin-top:15px;
    font-size: 14px;
    color: #d49e5d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.uc-upload-doc a{ color: #cea866;opacity: 0.8;display: block;width: 100%;}
.uc-upload-doc a:hover{color:#d49e5d;opacity: 1}
.uc-upload-folder{width: 80%;height: 76px;background-color: #fff;border-radius: 0 0 2px 2px;}
.uc-upload-folder div{line-height: 38px;text-align: center;font-size: 13px;color: #333;}
.uc-upload-folder div:hover{background-color: #f9f9f9;}
.icon-scwendan{font-size: 20px !important;}
.uc-left-menu a:hover,.uc-left-menu-unit a:hover,.uc-left-menu-item .uc-child-menu a:hover{text-decoration: none}
.uc-left-menu-unit{line-height: 40px;cursor: pointer;}
.uc-left-menu-unit:hover{background-color: #ECF3FF;}
.uc-left-menu-item{width: 70%;margin-left: 50%;transform: translateX(-50%);font-size: 13px;color: #333;cursor: pointer;}
.icon-arrowRight{font-size: 10px !important;margin-left: 10px;display: inline-block;color:#d9d9d9;}
.uc-left-menu-item span:first-child{margin-right: 4px;}
.uc-left-menu-item .uc-child-menu{display: none}
.uc-left-menu-item .uc-child-menu div{ width: 100%;height: 40px;line-height: 40px;cursor: pointer;}
.uc-left-menu-unit.uc-left-menu-active{color: #3B83FD;}
.uc-left-menu-unit.uc-left-menu-active .uc-child-menu{display: block}
.uc-left-menu-item .uc-child-menu div:hover{background-color: #ECF3FF;}
.uc-left-menu-item .uc-child-menu span{font-size: 13px;color: #333;}
.uc-left-menu-unit.uc-left-menu-active .icon-arrowRight{transform:rotate(90deg);}
.uc-left-menu-item .uc-child-menu a:hover span,
.uc-left-menu-item .uc-child-menu div.uc-child-menu-active span{color: #3B83FD !important;}
.uc-left-menu-unit.uc-left-menu-active .uc-left-menu-item>span{color:#3B83FD;font-weight:bold}
.authorflag{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    margin-top:5px;
    line-height: 20px;
}
.author_lv{font-size: 13px;color: #e5ac51;padding: 2px 10px;border-radius: 500px;border:1px solid #e5ac51;}
.tousercenter{
    width: 80%;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    border-radius: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    cursor: pointer;
}
.tousercenter:hover{border-color:#3B83FD;}
.tostore{
    width: 80%;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    border-radius: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    cursor: pointer;
}
.tostore:hover{border-color:#3B83FD;}
/***********************************用户中心首页*****************************/
.ur-vipad{
    height: 129px;
    background-color: #4e5865;
    background-image: url(../images/vipad.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
}
.ur-floor1{
    height: 129px;
    background-color: #4e5865;
    background-image: url(../images/jfbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
}
.zs-icon{margin: 0 50px 0px 60px;}
.point-box span{font-size: 14px;color: #f2e6b9;}
.point-box span:nth-of-type(2){font-size: 24px;color: #f2e6b9;}
.point-box span:nth-of-type(4){font-size: 12px;color: #b2aa8b;margin-left: 10px;}
.point-gift-box{display: flex;flex-direction: row;align-items: center;margin-top: 10px;}
.point-gift-box span{font-size: 14px;color: #f2e6b9;}
.point-gift{margin-right: 8px;display: flex;flex-direction: row;align-items: center;}
.point-gift, .point-gift span{font-size: 12px !important;color: #b2aa8b !important;}
.point-gift span{margin-right: 4px;}
.icon-wenzhang{margin-top: 4px;}
.point-market-tip{
position: absolute;
    width: 136px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2e6b9;
    font-size: 20px;
    font-weight: bold;
    color: #d19c5b;
    right: 44px;
    top: 40px;
}
.ur-floor2{display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: space-between;margin-top: 20px;}
.ur-floor2-item{width: 200px;height: 105px;display: flex;flex-direction: column;align-items: center;position: relative;cursor: pointer;}
.ur-floor2-itembg1{background-color:#3B83FD;align-items: flex-start;padding-left: 20px;padding-top: 12px;box-sizing: border-box;}
.ur-floor2-itembg2{background-color: #f8f8f8;box-sizing: border-box;padding-top:12px;}
.ur-floor2-font{font-size: 36px;font-family:impact;color: #fff;}
.ur-floor2-itembg1 img{position: absolute;bottom: 0;right: 0;}
.ur-floor2-itembg2 .icon-shangjia, .ur-floor2-itembg2 .icon-vipdiamond-f{font-size:30px;color: #cea866;}
.pointbg{
    background-image: -moz-linear-gradient( -17deg, rgb(252,151,61) 0%, rgb(255,196,144) 100%);
    background-image: -webkit-linear-gradient( -17deg, rgb(252,151,61) 0%, rgb(255,196,144) 100%);
    background-image: -ms-linear-gradient( -17deg, rgb(252,151,61) 0%, rgb(255,196,144) 100%);
}
.pointbg .icon-bonus-line{margin-top: 2px;}
.pointbg .point-name, .pointbg .obtain, .pointbg .urf-lower{color: #fff;}
.ur-floor2-orgvip{padding:10px 20px;}
.ur-floor2-orgvip .agencyheader{width: 100%;display: inline-block;}
.ur-floor2-orgvip h2.agencyname{float: left;width: 75px;color:#fff}
.ur-floor2-orgvip .orgvip-type{float: left;margin-top: 10px;margin-left: 5px;}
.ur-floor2-orgvip{background-image: url("../images/orgbg.png")}
.ur-floor2-orgvip .a-lower{color: #fff;}
.ur-floor2-orgvip .a-lower a{color:#f2e6b9;}
.ur-floor2-orgvip .count{margin-bottom: 10px;}
.ur-floor2-orgvip .count a{color: #fff}
.ur-floor2-orgvip .count a:hover{text-decoration: underline;color: #fff}
.agencyheader{display: flex;flex-direction: row;justify-content: space-around;align-items: center;}
.agencyheader img{width: 48px;height: 48px;border-radius: 50%;overflow: hidden;background-color: #f1f1f1;position: unset !important;}
.agencyheader .right{width: 120px;padding-left: 5px;}
.agencyheader h2{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #000;line-height: 1.5;}
.agencyheader .icon-yxq-msvip { font-size: 12px;-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.agencyheader .viptype-5 {background-image: -webkit-linear-gradient(-90deg, #f3c604, #d79502);}
.agencyheader .viptype-6 {background-image: -webkit-linear-gradient(-90deg, #faf9f5, #9fa0ae);}
.agencyheader .viptype-7 {background-image: -webkit-linear-gradient(-90deg, #f4c190, #804f39);}
.count{margin-top:10px}
.a_lv{color: #d19c5b;}
.urf-lower{font-size: 13px;color: #ebebeb;display: flex;flex-direction: row;align-items: center;z-index: 9999}
.urf-lower a:first-child{margin-right:4px;}
.urf-lower a{color:#f2e6b9}
.urf-lower a:hover{text-decoration: underline}
.floating{font-size: 13px;color: #c2c2c2;margin-left: 3px;}
.icon-icon{font-size: 30px;color: #cea866;line-height: 32px;}
.apply-link{font-size: 18px;color: #232323;margin-top:5px;text-align: center;}
.a-lower{font-size: 13px;color: #999;text-align: center;}
.recharge, .withdraw,.obtain{font-size: 13px;margin-left: 10px;}
.task-box{display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top:40px;}
.task-box-title{font-size: 18px;font-weight: bold;color: #333;margin-right: 5px;}
.task-box-title-s{font-size: 13px;color: #bababa;}
.task-content-box{display: flex;flex-wrap:wrap;flex-direction: row;justify-content: space-between;margin-top: 20px;}
.task-item{width: 48%;display: flex;flex-direction: row;align-items: center;margin-bottom: 15px;justify-content: space-between; border-bottom: 1px solid #f6f6f6;padding-bottom: 10px;}
.task-item-left span:first-child{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color:#eaeaea;
    line-height: 32px;
    font-size: 22px;
    color: #b6b6b6;
    text-align: center;
}
.task-item-left span:last-child{font-size: 14px;color: #666;margin-left: 4px;}
.task-item-right span:first-child{font-size: 14px;color: #f25125;}
.task-item-right span:last-child{
    display: inline-block;
    width: 70px;
    height: 30px !important; 
    background-color: #3B83FD;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    opacity: 0.7;
}
.task-item-right span:last-child:hover{opacity: 1;}
.task-complete-tip{background-color: #f8f8f8 !important;color: #999!important;}
.urf4-tabactive{color: #000 !important;border-bottom: 2px solid #3B83FD;}
.urfloor4-navbox{display: flex;flex-direction: row;align-items: center;margin-top:40px;margin-bottom: 30px;border-bottom: 1px solid #f9f9f9;}
.urfloor4-navbox h2{font-weight: bold;}
.urfloor4-navbox span{
    display: inline-block;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
    color:#999;
    margin-left: 20px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.urf4-tabcontent-active{flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.urf4-tabcontent-item{
    display: inline-block;
    width:170px;
    margin-bottom:30px;
    cursor:pointer;
    box-sizing: border-box;
    padding-bottom: 10px;
    border:1px solid #f1f1f1;
    position: relative;
    margin-right: 14px;
}
.urf4-tabcontent-active .urf4-tabcontent-item:nth-child(5n+5){margin-right: 0;float:right;}
.urf4-tabcontent-item:hover{box-shadow: 0 0 15px rgba(0,7,24,.08);  border:1px solid #f1f1f1;}
.urf4-tabcontent-imgbox{
   position: relative;
   background-color:#f9f9f9;
   width:  100%;
   height: 190px;
   border-radius:4px 4px 0 0;
   display: flex;
   justify-content: center;
   align-items: center;
}
.vip-only{
    position: absolute;
    top:5px;
    left: 5px;
    color: #333;
    height: 20px;
    width:50px;
    border-radius:300px;
    background-color: #e4c1a9;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
}
.type-icon{color: #374599 !important;position: absolute;right: 5px;bottom:5px;}
.urf4-tabcontent-detail{display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 0 10px;box-sizing: border-box;}
.star-color{color: #fdb002 !important;}
.urf4-tabcontent-title{
    width: 170px;
    font-size:16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 20px; 
    margin: 8px 0;
    box-sizing: border-box;
    padding:  0 10px; 
}
.light-font{font-size:12px;color: #999;}
.dis-inb{display: inline-block;}
.urf4-textunit{align-items: center;position: relative;cursor: pointer;padding-top:10px;border-top: 1px solid #f9f9f9;box-sizing: border-box;width:100%}
.urf4-textunit-left{width: 90%;}
.urf4-textunit-type{color: #13227a;}
.urf4-textunit-title{font-size: 16px;color: #333;}
.urf4-textunit-title:hover{color:#3158a6 !important;}
.urf4-textunit-num{color: #ababab;}
.urf4-textunit-des{font-size: 14px;color: #999;height: 40px;overflow: hidden;}
.viponly-tip{font-size: 16px;color: #e4c1a9;font-weight: bolder;position: absolute;right: 0;bottom:20px;}
.urf4-tabcontent-time{text-align: center;font-size: 12px;color: #666;margin-top:5px;border-top:1px solid #f9f9f9;padding-top:5px;}
.urf4-textunit-time{font-size: 12px;color: #666; margin-bottom: 5px;}
/* 面板 */
.layui-tab-title li a:hover,.layui-tab-title li a:active,.layui-tab-title li a:visited{text-decoration: none;}
.layui-tab-title li.layui-this a:active{color: red;}
body .no-ada {min-height: 600px;overflow-y: hidden;}
/* .fly-panel{margin-bottom: 15px;  background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);} */
.layui-tab-item form{margin-top:15px;}
.fly-panel[pad20]{padding: 20px;}
.fly-panel-title{position: relative; height: 50px;font-weight: bold; line-height: 50px; padding: 0 15px; border-bottom: 1px dotted #E9E9E9; color: #333; border-radius: 2px 2px 0 0; font-size: 14px;}
.fly-panel-main{padding: 10px 15px;}
.layui-layer-btn .layui-layer-btn0{border-color: #3B83FD !important;background-color: #3B83FD !important;}
.layui-layer-btn a{padding: 0 50px !important;}
.newline .layui-form-label{float: none;padding:9px 0;text-align: left;}
.select-linkmenu .select-linkmenu-unit{margin-right:15px}
/* 专栏 */
.fly-column{height: 45px; line-height: 50px;}
.fly-column ul li{position: relative; display: inline-block; height: 50px;}
.fly-column ul li a{padding: 0 20px;}
/*文档上传 */
.fly-user-main{position: relative; min-height: 600px;}
/*.fly-user-main>.layui-nav{position: absolute; left: 0; top: 0; z-index: 1000; height: 100%; padding: 10px 0;}*/
.fly-user-main>.layui-nav{float:left; padding: 10px 0;}
.fly-user-main>.layui-nav .layui-icon{position: relative; top: 2px; font-size: 20px; margin-right: 10px;}
.fly-user-main>.fly-panel{width:78%; min-height: 575px; margin: 0 0 10px 15px; float:left;}
.fly-user-main .fly-none{min-height: 0;}
.fly-panel-user[pad20]{padding-top: 5px;}
.fly-marginTop { margin-top: 15px;}
.fly-panel-main img {width: 100%;margin-top: 5px;margin-bottom: 5px;object-fit: cover;}
.fly-zanzhu{display: block; position: relative; height: 60px; line-height: 60px; margin-top: 10px; padding: 0 20px; text-align: center; font-size: 16px; font-weight: 300; background-color: #3B83FD; color: #fff;}
.fly-zanzhu:first-child{margin-top: 0;}
.fly-zanzhu:hover{opacity: 0.9; color: #fff;text-decoration: none}
#doc_cat_box .layui-input-inline{width: 150px;}
.upload-doc-box .layui-form-label{width: 110px;}
.pd110{margin-left: 110px;}
/*我的上传*/
.uright-box .layui-tab{margin:0 0;}
.uright-box .layui-tab-title li a:hover{color: #3B83FD;}
.uright-box .layui-tab-title li.layui-this{font-weight: bold;color:#333}
.uright-box .layui-tab-title li{padding:0px;margin-right:30px;}
.empty{display: flex;flex-direction: column;align-items: center;justify-content: center;margin-top: 100px;}
.empty img{width: 85px;opacity: 0.8;}
.emptytips1{font-size: 14px;font-weight: bold;color: #333;margin-top:10px;}
.emptytips2{font-size: 14px;font-weight: bold;color: #3B83FD;margin-top:10px;}
.emptytips2 a{color: #3B83FD;}
.emptytips2 a:hover{text-decoration: underline}
.uright-box .layui-tab-brief>.layui-tab-more li.layui-this:after, .uright-box .layui-tab-brief>.layui-tab-title .layui-this:after {border: none;border-radius: 0;border-bottom: 2px solid #3B83FD;}
/*账户设置*/
.alipay-box{padding: 15px;box-sizing: border-box;border:1px dashed #d1d1d1;}
.dis-inline{display: inline-block;}
.inline-form-label{font-size: 13px;color: #666;margin-top: 0;}
.req:after{content: '*';color: red;margin-left: 3px;}
.alipay-box .smalltips{font-size: 12px;color: #c1c1c1;margin-top:10px;text-align: right;}
div.required label:after {content: " *";color: red;margin-left: 3px;}
.uright-box .blue-btn{
    display: inline-block;
    padding: 0 18px;
    background-color: #3B83FD;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.uright-box .layui-form-label{width: 110px;}
.bindbox{display: flex;flex-direction: row;}
.bindbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #d9d9d9;
    height: 250px;
    width: 48%;
    padding: 30px;
    position: relative;
}
.bind-qq{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #23a0f0;
    font-size: 32px !important;
    position: absolute;
    top: 60px;
}
.bind-wx{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #46bb36;
    font-size: 36px !important;
    color: #fff;
    position: absolute;
    top: 60px;
}
.bind-sj{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #f21a24;
    font-size: 32px !important;
    position: absolute;
    top: 60px;
}
.bind-btn{
    width: 180px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #c20c0c;
    border: none;
    top: 140px;
    cursor: pointer;
    margin-bottom: 20px;
    position: absolute;
}
.bind-tip {color: #666;top: 200px;position: absolute;}
.bind-btn-done{background-color: #f1f1f1;color: #666;cursor: not-allowed;}
/*我的收货地址*/
.bigblue-btn{
    width: 180px;
    height: 50px;
    line-height:50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3B83FD;
    border:none;
    margin-top:30px;
    cursor: pointer;
}
/*我的推广*/
.fly-list-info2 {width: 100%;background-color: #F8F8F8; padding: 10px;margin-top: 20px; line-height: 30px;font-weight: bold;}
.fly-list-info2 li {color: #666;}
/*我的消息*/
.uright-box-content {width: 100%;background-color: #fff;box-sizing: border-box;min-height: 796px;}
.uright-box-title{width: 100%;display: flex;flex-direction: row;justify-content: space-between;padding-bottom: 10px;border-bottom:1px solid #f1f1f1;padding-top:10px;}
.uright-box-title div:first-child{font-size: 14px;font-weight: bold;color: #333;}
.del-msg-icon1{font-size: 13px !important;margin-right: 0px;}
.del-all-msg{font-size: 13px;color: #c1c1c1 !important;cursor: pointer;}
.msg-item{width: 100%;margin-top:10px;border-bottom: 1px solid #f1f1f1;padding-bottom: 10px;padding: 10px;box-sizing: border-box;position: relative}
.msg-time{width: 100%;display: flex;flex-direction: row;justify-content: space-between;}
.msg-time span:first-child{font-size: 13px;color: #888;}
.msg-item:hover{background-color: #fafafa;}
.del-msg-icon2{font-size: 13px !important;margin-right: 10px;color: #999;cursor: pointer;}
.msg-item-content p{font-size: 14px;margin:5px 0 10px 0;}
.msg-item-content a{color: #2d64b3;cursor: pointer;}
.msg-tools{position: absolute;top:5px;right:5px;}
.not-read{font-weight: bold;}
.msg-item-content-box{color: #333;display: none;}
.nodata-tip{line-height: 100px;height: 100px;color: #666;text-align: center}
/*资产总览*/
.assets-box{display: flex;flex-direction: row;justify-content: space-between;margin-top:20px;margin-bottom: 20px;}
.assets-item{
    background-color: #f2f2f5;
    width: 315px;
    height: 142px;
    box-sizing: border-box;
    padding: 15px;
    background-image: url(../images/assetsbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.assets-item1{
    width: 194px;
    height: 142px;
    background-color: #f2f2f5;
    background-image: url(../images/assets1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.assets-coin-num{font-size: 36px;font-weight: bold;color: #4e5865;margin-top:16px;font-family: impact;}
.assets-btn{
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 84px;
    color: #fff;
    background-color: #4e5865;
    cursor: pointer;
    margin-right: 20px;
}
.assets-btn1{
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 84px;
    color: #4e5865;
    border:1px solid #4e5865;
    box-sizing: border-box;
    cursor: pointer;
}
.assetsbtn1:hover{background-color: #4e5865;color: #fff;}
.assets-btn-box{margin-top:12px;}
.icon-wenxintishi{font-size: 14px !important;margin-left: 5px;color: #4e5865;cursor: pointer;}
.assets-tipbox-detail{
    display:block;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.15);
    text-align: center;
    font-size: 13px;
    position:absolute;
    min-width: 150px;
    top:-50px;
    left: 50%;
    transform: translateX(-50%);
}
.assets-tipbox-detail:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.sjx{display: inline-block;width: 10px;height: 10px;background-color: #fff;transform: rotate(45deg);}
.assets-item-middle{display: block;position: relative;}
.assets-tipbox{display: inline-block;position: relative;width: 16px;height: 16px;}
/*金币充值*/
.moneyBox a {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 15px;
    color: #333;
    padding: 2px 0px;
    line-height: 30px;
    border: 1px solid #69acf1;
    background-color: #cee6ff;
}
.moneyBox a.active {border-color: #e75656;background: #ffd6c9 url(../images/suremoney.png) bottom right no-repeat;}
.pay-item {
    position: relative;
    float: left;
    width: 190px;
    height:60px;
    margin-right: 13px;
    margin-top: 14px;
    line-height:60px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    background: url(../images/zhifu1.png) no-repeat 50px center;
    background-size: 18%;
    padding-left: 90px;
    box-sizing: border-box;
}
.pay-list .Tenpay{background:url(../images/zhifu2.png) no-repeat 50px center;background-size: 18%;}
.pay-list .pay-checked{border-color: #f60;}
.pay-money-title {margin-top: 10px;line-height: 50px;font-size: 18px;color: #888;font-weight: bold;}
.red {color: #f25125!important;}
/*用户认证*/
.layui-elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #3B83FD;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
    font-size: 14px;
}
/*开通文库VIP*/
.vip-type-box{margin:0 auto;}
.vip-banner{
    width: 100%;
    height: 160px;
    background-image: url(../images/vipbg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.vip-banner h1{font-family: PingFangSC-Regular, sans-serif;font-size: 48px;font-weight: bold;color: #f2e6b9;text-align: center;}
.vip-banner div{font-size: 13px;text-align: center;margin-top:15px;color: #b3aa8c;}
.vip-type-list{display: flex;flex-direction: row;justify-content: space-between; margin-top:20px;}
.vip-type{
    width: 266px;
    height: 108px;
    border:2px solid #e5e5e5;
    background-color:#fff;
    display: flex;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.vip-type:hover{border-color: #ea4a4a;}
.vip-type-left{
    height: 100%;
    width: 58px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.month-unit{display: inline-block;width: 20px;}
.vip-type-right{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 228px;}
.vip-type-right .vip-price-box{font-size: 16px;}
.vip-type-right .vip-price{font-size: 30px;font-weight: 600;}
.vip-type-right .vip-price-del{text-decoration:line-through;color: #999;margin-top:5px;font-size: 16px;}
.vip-type-left-border{border-right: 1px solid rgba(255,255,255,.2);}
.vip-rights-item{display: flex;flex-direction: row;align-items: center;width:170px;border-right: 1px solid #eaeaea;margin-right: 20px;}
.vip-rights-box{padding:15px;box-sizing: border-box;border-radius: 4px;background-color: #f8f8f8;margin-top:20px; }
.vip-rights-content{width: 100%;display: flex;flex-direction: row;margin-top:15px;}
.vip-rights-title{font-size: 16px;color: #333;}
.vip-rights-item div:first-child{margin-right:10px;width:32px;height: 32px;border-radius: 50%;text-align: center;line-height: 32px;font-size: 16px !important;background-color: #e4c699;color:#fff;}
.vip-payment{width: 100%;display: flex;flex-direction: row;align-items: center;margin-top:20px;}
.vip-payment-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 161px;
    height: 50px;
    border: 1px solid #D5D5D5;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
}
.vip-payment-item:hover{border-color: #ea4a4a;}
.vip-payment-active{border-color: #ea4a4a;}
.vip-payment-active .licon{display: block;}
.vip-rights-tip p:first-child{color: #333;}
.vip-rights-tip p:last-child{color: #999;}
.vip-rights-icon1{font-size:28px;}
.vip-rights-icon6{color: #cea866;font-size:28px;}
.licon{position: absolute;right: 0;bottom: 0;display: none;}
.payactive .licon{display: block;}
.payactive{border-color: #ea4a4a;}
.vip-tip{
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    border-radius: 0 2px 0 4px;
    position: absolute;
    right: 0;
    top:0;
    background-color: #ea4a4a;
    box-sizing: border-box;
}
.icon-wx-pay{font-size: 18px !important;color: #88bf26;margin-right: 5px;}
.icon-umidd17{font-size: 18px !important;color: #4a90e2;margin-right: 5px;}
.vip-qrcode{width: 136px;height: 136px;background-color: #f1f1f1;margin-right: 20px;}
.scanarea{background-color: #f8f8f8;padding:10px 15px 15px 10px;width: 100%;margin-top:20px;margin-bottom: 30px;}
.vip-qrcodebox{display: flex;flex-direction: row;align-items: center;}
.vip-qrcodebox .scanarea-title1{font-size: 21px;color: #333;margin-bottom: 5px;}
.vip-qrcodebox .scanarea-title2{font-size: 14px;color: #999;margin-left: 10px;}
.vip-qrcodebox .scanarea-title3{margin-bottom: 10px;}
.vip-qrcodebox .scanarea-title4{font-size: 20px;color: #EA4A4A;font-family: impact;}
.vip-qrcodebox .scanarea-title5{font-size: 36px;color: #EA4A4A;margin-right: 10px;font-family: impact;}
.vip-qrcodebox .ifr_cont {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.scanarea .title2 {font-size: 14px;color: #999;margin-left: 25px;line-height: 30px;}
.orgvip-paybox { width: 1260px;margin: 0 auto;background-color: #fff;margin-top: 10px; padding: 20px;}
.orgvip-paybox  .vip-type-list{margin-top: 0;width: 900px}
.orgvip-paybox  .vip-tit{width: 16px;}
.orgvip-paybox  .vip-type-left{width: 54px;}
.orgvip-paybox  .scanarea{width: 1235px;}
.orgvip-paybox  .pay-btn{background:#3B83FD;margin-top: 40px;}
.orgvip-paybox  .first-vippayment{margin-left: 0px;}
/*作者认证*/
.auditbox{width: 100%;background: #fff;}
.auditbox-banner{
    width: 100%;
    height: 522px;
    margin:0 auto;
    background-image: url(../images/auditwriterbg.jpg);
    background-size: 1200px 522px;
    background-color:#122ab9;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.auditbox .rights-block{
    width: 1000px;
    background-color:#f6f6f6;
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
}
.auditbox  .rights-list{display: flex;flex-direction: row;margin-top:15px;width: 90%; margin-left: 50%;transform: translateX(-50%); margin-bottom: 10px;}
.auditbox .rights-list div{width: 20%;display: flex;flex-direction:column;align-items: center;justify-content: center;}
.auditbox .rights-item{font-size: 16px;color: #333;width: 100% !important;}
.auditbox .readmore{text-align: center;margin-top: 15px;font-size: 13px;}
.auditbox .readmore a{color: #e0c18a;cursor: pointer;}
.auditbox .readmore a:hover{color: #eccd98;}
.auditbox .readmore a span{vertical-align: -1px;font-size: 12px;color: #e0c18a;}
.auditbox .icon-tubiao303,.auditbox .icon-045zhuanqulirun,.auditbox .icon-myvip,.auditbox .icon-shenhetongguo{font-size: 36px;color: #e0c18a;}
.auditbox .icon-path-{height: 47.2px;line-height: 47.2px;font-size: 32px;vertical-align: -1px;color: #e0c18a;}
.auditbox .audit-steps{width: 960px;margin:0 auto;border-radius: 0 0 4px 4px;background-color: #fff;padding: 20px;box-sizing: border-box;}
.audit-step-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top:30px;
}
.audit-step-list div{display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.audit-step-list .step-num{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #e0c18a;
    font-size: 28px;
    font-weight: bold;
    color: #e0c18a;
}
.audit-step-list .step-num-on {color: #fff;background: #e0c18a;}
.auditbox .audit-step-list .line{width: 180px;height: 3px;background-color: #f6f6f6;margin-top:-20px;}
.auditbox .audit-step-list .line-on{width: 180px;height: 3px;background-color: #e0c18a;margin-top:-20px;}
.auditbox .audit-step-list  .step-num-title{font-size: 14px;color: #666;margin-top:5px;}
.auditbox .audit-step-1{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.auditbox .audit-step-title{font-size: 24px;text-align: center;color: #333;position: relative;margin-top:10px;}
.auditbox .audit-step-title:after{
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom:-15px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e4e4e4;
}
.auditbox .audit-step-title2{margin-bottom: 60px;}
.auditbox .layui-form-item .yzm{width: 290px;float: left;}
.auditbox .layui-form-item .send{
    display: inline-block;
    width: 98px;
    color: #333;
    border:1px solid #e8e8e8;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-left: 5px;
    line-height: 35px;
    float: left;
}
.auditbox .layui-input-inline{width: 400px;}
.auditbox .layui-form-item .textarea{
    width: 400px;
    resize: none;
    border:1px solid #e8e8e8;
    box-sizing: border-box;
    height: 120px;
    padding: 10px 15px;
}
.auditbox .submitbtn{
    width: 250px;
    text-align: center;
    background-color: #3B83FD;
    box-sizing: border-box;
    font-size: 14px;
    color:#fff;
    cursor:pointer;
}
.auditbox .audit-step-result{
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-top:80px;
    padding-bottom: 60px;
}
.auditbox .audit-step-result img{width: 220px;}
.auditbox .audit-step-result h1{margin-top: 30px;}
.auditbox .audit-step-result p{ margin-top: 10px;color: #999;}
.auditbox .audit-step-result p a{color: blue; cursor: pointer;}
/*机构认证*/
.auditorgbox {width: 100%;position: relative;}
.auditorgbox-bg {width: 100%;}
.auditorgbox .rightslist {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    height: 168px;
    background-color: #fcfcfc;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.auditorgbox .rightslist li {width: 260px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.auditorgbox .rightslist li div:first-child {
    color: #fff;
    height: 66px;
    width: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 28px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(3deg, rgb(17, 215, 165) 0%, rgb(16, 223, 144) 100%);
    background-image: -webkit-linear-gradient(3deg, rgb(17, 215, 165) 0%, rgb(16, 223, 144) 100%);
    background-image: -ms-linear-gradient(3deg, rgb(17, 215, 165) 0%, rgb(16, 223, 144) 100%);
    box-shadow: 0px 0px 13px 0px rgba(23, 215, 166, 0.39);
}
.auditorgbox .rightslist li div:last-child {font-size: 16px;color: #333;margin-top: 10px;}
.auditorgcontent {
    background-color: #fff;
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid #f1f1f1;
    border-top: none;
}
.auditorgcontent .steplist {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 30px;
}
.auditorgcontent .steplist li {
    height: 40px;
    line-height: 40px;
    width: 32%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}
.auditorgcontent .steplist li:first-child {z-index: 3;}
.auditorgcontent .steplist li:nth-of-type(2) {z-index: 2;margin-left: 15px;}
.auditorgcontent .steplist li:last-child {z-index: 1;margin-left: 15px;}
.auditorgcontent .stepon {background-color: #e0c18a;color: #33333b;}
.auditorgcontent .stepoff {background-color: #f2f3f8;color: #999;}
.auditorgcontent .stepoff .arrowright {background-color: #fff;}
.auditorgcontent .arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: -12px;
    top: 5px;
}
.auditorgcontent .arrowright {
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: absolute;
    left: -12px;
    top: 5px;
}
.auditorgcontent .splittit {margin-top: 60px;position: relative;margin-bottom: 30px}
.auditorgcontent .splittit::before {content: '';width: 4px;height: 24px;background-color: #00ac7c;position: absolute;left: 0;}
.auditorgcontent .splittit span:first-child {color: #333;font-size: 20px;margin-left: 35px;}
.auditorgcontent .splittit span:last-child {font-size: 12px;color: #999;margin-left: 5px;}
.auditorgcontent .right-splittit {display: inline-block;width: 190px;text-align: right;}
.auditorgcontent .audit-step-result{width: 100%;display: flex;flex-direction:column;justify-content: center;align-items: center;margin-top:80px;padding-bottom: 60px;}
.auditorgcontent .audit-step-result img{width: 220px;}
.auditorgcontent .audit-step-result h1{margin-top: 30px;}
.auditorgcontent .audit-step-result p{ margin-top: 10px;color: #999;}
.auditorgcontent .audit-step-result p a{color: blue; cursor: pointer; }
.auditorgcontent .form-block{width: 780px;}
.auditorgcontent .form-block .fix-img{margin-left:0;display: inline-block}
.auditorgcontent .form-block .layui-input-inline{width: 400px;}
.auditorgcontent .tips1 {display: inline-block;float:right;margin-left: 30px;}
.auditorgcontent .tips1 li {line-height: 30px;color: #999;}
.auditorgcontent .tips1 li:last-child {color: #666;}
.auditorgcontent .layui-word-aux,.auditorgcontent .layui-input-block{margin-left: 190px}
.auditorgbox .icon-weixingongzhonghao1{font-size: 32px !important;}
.auditorgcontent .layui-form-item .yzm{width: 290px;float: left;}
.auditorgcontent .layui-form-item .send{
    display: inline-block;
    width: 98px;
    color: #333;
    border:1px solid #e8e8e8;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-left: 5px;
    line-height: 35px;
    float: left;
}
/*机构VIP特权*/
.orgviprights .orgrightsbg{width: 100%;}
.orgviprights .recrights {
    width: 1300px;
    height: 200px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 60px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}
.orgviprights .recrights li {text-align: center;}
.orgviprights .recrights li div:first-child {color: #d6b36e;font-size: 36px;}
.orgviprights .recrights li div:nth-of-type(2) {color: #000;font-size: 18px;margin-top: 10px;}
.orgviprights .recrights li div:last-child {color: #999;font-size: 12px;margin-top: 5px;}
.orgviprights .recrights li div.icon-weixingongzhonghao1:first-child{font-size: 42px}
.orgviprights .recrights li div.wxtit {margin-top: 2px !important;}
.orgviprights .rightsbox { width: 1300px;margin: 0 auto;background-color: #fff;border-radius: 4px;margin-top: 44px; padding-bottom: 20px;margin-bottom:80px;}
.orgviprights .rightsbox .rightsbox-tit {width: 300px;margin-left: 50%;transform: translateX(-50%);margin-top: -14px;}
.orgviprights .rightsbox ul { width: 1240px;margin: 0 auto;margin-top: 20px;}
.orgviprights .rightsbox ul li {
    border: 1px solid #5c5c5c;
    height: 45px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.orgviprights .rightsbox ul li:first-child {background-color: #333;width: 100%;height: 140px !important;border: none !important;}
.orgviprights .rightsbox ul li:first-child .price {font-size: 14px;color: #887866;margin-top: 5px;}
.orgviprights .rightsbox ul li:first-child button {
    width: 155px;
    height: 44px;
    line-height: 44px;
    background-color: #e9cfa5;
    color: #414141;
    border-radius: 500px;
    text-align-last: center;
    font-size: 14px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
}
.orgviprights .rightsbox ul li:first-child button:hover{color: #717171;}
.orgviprights .rightsbox ul li .rightsitem-tit {font-size: 18px;color: #d9bfa1;}
.orgviprights .rightsbox ul li .item {
    width: 248px;
    border-right: 1px solid #5c5c5c;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.orgviprights .rightsbox ul li .item:last-child {border-right: none;}
.orgviprights .rightsbox .icon-yxq-msvip { font-size: 12px;-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.orgviprights .rightsbox .viptype-5 {background-image: -webkit-linear-gradient(-90deg, #f3c604, #d79502);}
.orgviprights .rightsbox .viptype-6 {background-image: -webkit-linear-gradient(-90deg, #faf9f5, #9fa0ae);}
.orgviprights .rightsbox .viptype-7 {background-image: -webkit-linear-gradient(-90deg, #f4c190, #804f39);}
.orgviprights .read-more{line-height: 100px;height: 100px; margin-left: 50%;transform: translateX(-50%);text-align: center;color: #333;display: inline-block;}
.orgviprights .read-more .iconfont{font-size: 8px;}
.orgviprights .floatad {position: fixed; bottom: 0;z-index: 999;background-color: #333;width: 100%;height: 60px;}
.orgviprights .floatad .container {width: 1300px;margin: 0 auto;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.orgviprights .floatad .container .left {line-height: 60px;color: #d9bfa1;}
.orgviprights .floatad .container .left span:first-child {font-size: 24px;}
.orgviprights .floatad .container .left span:nth-of-type(2) {font-size: 24px;}
.orgviprights .floatad .container .left span:last-child {font-size: 12px; margin-left: 5px;}
.orgviprights .floatad .container .right {
    font-size: 20px;
    background-color: #d9bfa1;
    color: #414141;
    width: 222px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.orgviprights .floatad .container .right:hover {color: #717171;}
/*我的专栏*/
.uright-box .articlelist li {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.uright-box .articlelist .item-left{width: 100%;}
.uright-box .articlelist .item-left .tit {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-weight: 550;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uright-box .articlelist .item-left .tit:hover {text-decoration: underline;}
.uright-box .articlelist .item-left .int {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uright-box .articlelist .item-left .item-msg {display: flex;flex-direction: row;align-items: center;position: relative;}
.uright-box .articlelist .item-left .item-msg .author span:first-child {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #f4621f;
    padding: 0 5px;
    border: 1px solid #f4621f;
    text-align: center;
    box-sizing: border-box;
}
.uright-box .articlelist .item-left .item-msg .author span:last-child {color: #b4b4b4;}
.uright-box .articlelist .item-left .item-msg .author span:last-child:hover {color: #13227a;}
.uright-box .articlelist .item-left .item-msg .fontcolor {color: #d4d4d4;margin-left: 20px;}
.uright-box .articlelist .item-left .item-msg .fontcolor:hover {color: #666;}
.uright-box .articlelist .item-left .item-msg .fabulous span:first-child {font-size: 13px;}
.uright-box .articlelist .btn-com-attr {
    padding: 0 6px;
    font-size: 12px;
    color: #999;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    position: absolute;
    cursor: pointer;
}
.uright-box .articlelist .btn-com-attr:hover {border: 1px solid #4b4b4b;color: #4b4b4b;}
.uright-box .articlelist .edit {right: 50px;}
.uright-box .articlelist .delete {right: 0;}
.uright-box .articlelist .item-msg time { color: #d4d4d4;}
.pubarticle-block{box-sizing: border-box;min-height: 500px;background: #fff;padding-top: 40px !important;}
.pubarticle-block .inputtit{
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #333;
    width: 100%;
}
.pubarticle-block .layui-input-block{margin-left: 0;}
.pubarticle-block .layui-btn{padding: 0 80px;}
/*我的商品*/
.goodslist .item {
    display: inline-block;
    width: 30%;
    margin-right: 39.5px;
    margin-bottom: 20px;
    position: relative;
    padding: 8px 8px 10px 8px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.goodslist .item:hover {border: 1px solid #f1f1f1;}
.goodslist .item:nth-child(3n+3) {margin-right: 0;}
.goodslist .item a img {width: 100%;height: 130px;background-color: #f7f7f7;}
.goodslist .item .title {
    width: 250px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 40px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goodslist .item .info {height: 18px;line-height: 18px;}
.goodslist .item .info span {height: 18px;font-size: 12px;color: #999;}
.goodslist .item .info a {font-size: 12px;color: #999;position: relative;margin-left: 20px;}
.goodslist .item .info a:hover {color: #13227a;}
.goodslist .item .info a:before {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #f6f6f6;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
}
.goodslist .item .bottom-line {position: relative;}
.goodslist .item .bottom-line button {
    position: absolute;
    right: 0;
    padding: 0 6px;
    background-color: #f8f8f8;
    color: rgb(167, 167, 167);
    font-weight: bolder;
    font-size: 12px;
    cursor: pointer;
    border: none;
}
.goodslist .item .bottom-line button:hover {color: rgb(92, 92, 92);}
.goodslist .item .bottom-line .price {font-size: 14px;color: #f4621f;margin-right: 10px;}
.goodslist .item .bottom-line {height: 24px;line-height: 24px;}
.goodslist .item .bottom-line .views {color: #999;font-size: 10px;}
.goodslist .operationbox {
    position: absolute;
    bottom: -85px;
    right: 0px;
    width: 68px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1.204px 1.597px 9px 0px rgba(158, 158, 158, 0.32);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
}
.goodslist .operation {position: relative;}
.goodslist .operation li {text-align: center;color: #999;line-height: 24px;border-bottom: 1px solid #f9f9f9;margin-bottom: 5px;}
.goodslist .operation li:hover {color: rgb(52, 12, 145);}
.goodslist .operationbox .arrow {
    position: absolute;
    top: -14px;
    right: 5px;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    s: 0 !important;
}
/*我的订单*/
.onli{display: inline-block;}
.myorderitem{display:block;border: 1px solid #f1f1f1;margin-bottom: 20px;box-sizing: border-box;}
.myorderitem.recharge{display: flex !important;flex-direction: row;justify-content:space-between;}
.myorderitem.recharge .lft{display: flex;flex-direction: row;align-items:center;}
.myorderitem.recharge .tit{font-size:16px;color:#000;}
.myorderitem.recharge .time1{font-size:13px;color:#999;margin-left:10px;}
.myorderitem.recharge .price1{color:#ff0000;font-size:16px }
.myorderitem .topinfo{width: 100%; padding:5px 20px; background-color: #f5f5f5;box-sizing: border-box;
 overflow: hidden;
}
.myorderitem .topinfo .left{display: flex;flex-direction: row;align-items: center;  }
.myorderitem .topinfo .left>img{
    width: 18px;
    height: 18px;
    margin-right:5px;
    border-radius: 50%;
    overflow: hidden;
    background-color:#f1f1f1;
}
.myorderitem .topinfo .icon-qq21{
    font-size: 16px;
    color: #bbbbff;
    margin-top: 1px;
}
.myorderitem .topinfo .left .name{font-size:13px;color:#333;}
.myorderitem .topinfo .ordertime{
    color: #aaa;
    margin-right: 30px;
}
.myorderitem .topinfo .oredersnum{
    color: #333;
    margin-right: 30px;
}
.myorderitem .topinfo .snum{
    color: #aaa;
}
.myorderitem .topinfo  .status{color:#999;float: right;margin-top: 5px;}
.myorderitem .bottominfo{display: flex;flex-direction: row;justify-content: space-between;}
.myorderitem .bottominfo .it1{
    width: 55%;
}
.myorderitem .bottominfo .it2{
    width: 15%;
    border-right: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.myorderitem .bottominfo .it3{
    width: 15%;
    border-right: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.myorderitem .bottominfo .it3>p{
    color: #aaa;
}
.myorderitem .bottominfo .it3 .gd_price{
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.myorderitem .bottominfo .it4{
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.myorderitem .bottominfo .it4 .status{
    margin-bottom: 10px;
    color: #aaa;
}
.myorderitem .bottominfo .it1{
    border-right: 1px solid #f1f1f1;
}
.myorderitem .bottominfo .it1 .cont:not(:last-child){
    border-bottom: 1px solid #f1f1f1;
}
.myorderitem .bottominfo .it1 .cont{
    display: flex;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.myorderitem .bottominfo .it1 .lst{
    position: absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}
.myorderitem .bottominfo .it1 .cont .left{
    margin-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:60px;
    height:60px;
    overflow: hidden;
    border-radius:8px;
    background-color:#f1f1f1;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.myorderitem .bottominfo .it1 .cont .left>img{height:60px;background-color:#f1f1f1;}
.myorderitem .bottominfo .it1 .cont .right .tit{font-size:13px;color:#000;margin-bottom:10px;
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myorderitem .bottominfo .it1 .cont .right .price{color:#ff0000;font-size:17px}
.myorderitem .bottominfo .it1 .cont .right .num{font-size:13px;color:#999}
/*发布文章*/
.reminder h3{margin:30px 0 15px 0;font-size: 14px;}
.reminder ol{list-style-type:decimal !important;}
.reminder ol li{ list-style:decimal !important;  list-style-position:inside; margin-left: 15px;line-height: 24px;color: #999;}
.reminder ol li a{color: #3B83FD;}
/*发布广告*/
.uploadadbox{margin-top:20px;}
.uploadadbox .navlist{display: flex;flex-direction: row;align-items: center;justify-content: center;margin-bottom: 30px;width: 100%; margin-left: 0;}
.uploadadbox .navlist li {height: 40px;line-height: 40px;width: 32%;padding-left: 50px;box-sizing: border-box;position: relative;font-size: 14px;}
.uploadadbox .navlist li:first-child {z-index:4;}
.uploadadbox .navlist li:nth-of-type(2) {z-index:3;margin-left: 15px;}
.uploadadbox .navlist li:nth-of-type(3) {z-index: 2;margin-left: 15px;}
.uploadadbox .navlist li:last-child {z-index: 1;margin-left: 15px;}
.uploadadbox .navitem, .uploadadbox .navitem .arrow {background-color: #f2f3f8;color: #999;}
.uploadadbox .navon, .uploadadbox .navon .arrow {background-color: #f05a14;color: #fff;}
.uploadadbox .navlist li .arrow {
    display: inline-block;
    width: 29px;
    height: 29px;
    transform: rotate(
        45deg
    );
    position: absolute;
    right: -15px;
    top: 5px;
}
.uploadadbox .navlist li .arrowright {display: inline-block;width: 30px;height: 30px;transform: rotate(45deg);position: absolute;left: -12px;top: 5px;}
.uploadadbox .contentunit{padding: 10px 10px 30px 50px;background-color: #f9f9f9;min-height: 500px;}
.uploadadbox .contentunit .labeltit {font-size: 16px;color: #333;width: 100%;}
.uploadadbox .contentunit .postips {font-size: 12px;color: #bebebe;margin-left: 5px;}
.uploadadbox .layui-form-label {float: none;display: block;padding: 9px 0;width: 80px;font-weight: 400;line-height: 20px;text-align: left;color: #666 !important;}
.uploadadbox div.required label:before {content: " *";color: red;margin-right: 3px;}
.uploadadbox div.required label:after {content: "";}
.uploadadbox .layui-input-inline {width: 450px;}
.uploadadbox .layui-input-block {margin-left: 0 !important;}
.uploadadbox .ad-time-list{display: flex;flex-direction: row;align-items: center;}
.uploadadbox .ad-time-list li{padding:8px 30px;border: 1px solid #cfcfcf;margin-right: 20px;position: relative;overflow: hidden;cursor: pointer;}
.uploadadbox .ad-time-list li:hover { border-color: #f05a14;color: #f05a14;}
.uploadadbox .ad-time-list  .on-flag{position: absolute;background-color: #f05a14;color: #fff;right: -13px;bottom: -13px; width: 25px;height: 25px;transform: rotate(45deg);}
.uploadadbox .ad-time-list  .on{border-color: #f05a14 !important;color: #f05a14;}
.uploadadbox .ad-time-list  .on .on-flag{display: block;}
.uploadadbox .ad-time-list  .on-flag .icon-confirm-line{display: block;font-size: 10px;transform: rotate(-45deg);margin-top: -2px;margin-left: -4px;line-height: normal;}
.uploadadbox .pay-money-info {margin-top: 10px;line-height: 50px;font-size: 18px;color: #888;font-weight: bold;}
.uploadadbox .storeinfo{
    margin-top: 20px;
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.uploadadbox .adinfo{
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    padding-top: 0;
}
.uploadadbox .storeinfo .logo{width: 80px;height: 80px;border-radius: 50%;overflow: hidden;margin-right: 10px; border: 1px solid #f1f1f1;}
.uploadadbox .storeinfo h1.orgtit{font-size: 24px;}
.uploadadbox .storeinfo .iconfont{font-size: 28px;color: #f05a14;margin-right: 3px;}
.uploadadbox .storeinfo>span{font-size: 13px;}
.uploadadbox .storeinfo .info{margin-top: 10px;color: #666;}
.uploadadbox .storeinfo .info span{margin-right:15px;}
.uploadadbox .storeinfo .editorginfo
{
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 13px;
    color: #142e73;
    cursor: pointer;
    line-height: 28px;
    height: 28px;
    display: inline-flex;
}
.uploadadbox .storeinfo .editorginfo:hover, .uploadadbox .storeinfo .editorginfo:active{text-decoration: none}
.uploadadbox .storeinfo  .editorginfo1{font-size: 13px;color: #142e73;cursor: pointer;}

.ucbox .fly-marginTop .layui-col-space15 .content{background-color:#fff;padding:0;box-sizing:border-box;margin-right: 10px;}
.ucbox .fly-marginTop .layui-col-space15 .layui-col-md3 {background-color:#fff;width: 24%;}
.ucbox{margin-bottom: 30px;}

.layui-card{
   box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%);
}
/* upright */
.rulecolor{color: #3B83FD;}
.rule_tips{color: #999;}

/* 会员服务 */
.memberservices h2{font-size:14px;font-weight:bold;margin-bottom:15px;color:#000}
.memberservices .ms_cont{
 display:flex;
 flex-direction:row;
 justify-content:space-between;
}
.memberservices .ms_cont a:hover{text-decoration: none}
.memberservices .ms_cont li{
 border:1px solid #f1f1f1;
 width:48%;
 box-sizing:border-box;
 padding:40px 20px;
 display:flex;
 flex-direction:column;
 align-items:center;
 justify-content:center;
}
.memberservices .ico_cont{
width: 86px;
height: 86px;
vertical-align: middle;
display:flex;
align-items:center;
justify-content:center;
background-color:#2ba245;
overflow: hidden;
border-radius:50%;
margin-bottom:20px;
}
.memberservices .ico_cont .icon-dianpu{
 font-size:36px;
 color:#fff
}
.memberservices .ico_cont .icon-chuangzuo11{
 font-size:39px;
 color:#fff;
 margin-top:3px;
}
.icon_cont_blue{
 background-color:#2782d7 !important
}
.memberservices .tit{
 font-size:14px;
 color:#000;
 margin-bottom:10px;
 text-align:center
}
.memberservices .intr{
color:#9a9a9a;
text-align:center;
width:80%;
}
.memberservices a{
width: 164px;
height: 40px;
line-height: 40px;
border:none;
border-radius: 5px;
text-align: center;
font-size: 14px;
color: #fff;
background: #3B83FD;
margin-top:20px;
cursor: pointer;
}
/* 实名认证 */
.auditoptions>ul{
display:flex;
flex-direction:row;
justify-content:space-between;
}
.auditoptions>ul>li{
padding:40px 20px;
border:1px solid #f1f1f1;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
width:48%;
box-sizing:border-box;
}
.auditoptions .icon-gerenrenzheng{
color:#3B83FD;
font-size:48px;
display:block;
width:60px;
height:60px;
text-align:center;
}
.auditoptions .icon-qiyerenzheng{
color:#3B83FD;
font-size:52px;
display:block;
width:60px;
height:60px;
text-align:center;
}
.auditoptions h1{
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 color:#000;
 margin-top:25px;
}
.auditoptions .intr{
 width:80%;
 text-align: center;
 color: #999;
 margin:20px 0;
}
.auditoptions dl{
 height: 180px;
}
.auditoptions dt{
 margin-bottom:10px;
}
.auditoptions dd{
 height: 28px;
 line-height: 28px;
 font-size: 14px;
 color: #666;
}
.auditoptions a{
 display: inline-block;
 width: 164px;
 height: 40px;
 line-height: 40px;
 border-radius: 5px;
 text-align: center;
 font-size: 14px;
 color: #fff;
 background: #3B83FD;
 margin:30px 0;
}
.auditoptions .privilege {
 width:80%;
 height:60px;
}
.auditoptions .privilege li{
 float: left;
 width: 120px;
 height: 30px;
 line-height: 30px;
 margin: 0 0 0 28px;
}
.auditoptions .privilege li .iconfont{
 display: inline-block;
 color: #3B83FD;
}
.auditoptions  .title{
 width:100%;
 height: 55px;
 line-height: 55px;
 text-align: center;
 font-size: 16px;
 color: #000;
 border-top:1px solid #f1f1f1
}
/*管理中心首页*/
.switch_homepage{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}
.switch_homepage  .switch{
    width:49%;
    display:flex;
    flex-direction:row;
    padding:10px;
    background: #FBFBFB;
    border: 1px solid #EEE;
    align-items:center;
    justify-content:space-between;
    height:60px;
}
.switch_homepage  .switch .uc_href{
    position: relative;
    margin-top:3px;
    /*overflow: hidden;
    width: 260px;*/
}
.switch_homepage  .switch .uc_href a{
    display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#999
}
.switch_homepage  .switch .uc_href input{
    position: absolute;
    height:0px;
    opacity:0;
    top:-20px;
}
.switch_homepage  .switch .uc_href button{
    position: absolute;
    right: 0px;
    width: 36px;
    font-size: 12px;
    color: #666;
    border: 1px solid #aaa;
    border-radius: 4px;
    opacity: .6;
}
.switch_homepage .openvip_cont{
    width: 49%;
    padding: 10px 20px;
    background: #eeddb6;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.switch_homepage  .openvip_cont>p{
    font-family: PingFangSC-Regular;
    letter-spacing: .2px;
    color:#666
}
.switch_homepage  .openvip_cont>p b{
    font-weight:bold;
    font-size:14px;
    color:#000;
    margin-right:10px;
}
.switch_homepage  .openvip_cont>p span{
    color:#dc4c2b
}
.switch_homepage  .openvip_cont a{
    font-family: PingFangSC-Semibold;
    color: #d8b879;
    letter-spacing: 0;
    cursor: pointer;
    font-size: 12px;
    background: #333;
    border-radius: 2px;
    display: inline-block;
    width: 90px;
    height: 29px;
    line-height: 29px;
    text-decoration: none;
    text-align: center;
}
.switch_homepage .switch b{
    font-size:14px;
    display:inline-block;
    color:#000;
    margin-right:10px;
}
.switch_homepage .switch p{
    color:#999;
    position: relative;
}
.switch_homepage .switch  .left{
    position: relative;
}
.switch_homepage .switch a{
    cursor: pointer;
}
.switch_homepage .switch a:hover{
    background-color:#3B83FD;
    color:#fff;
    opacity: .95;
}
.switch_homepage .closeit{
    font-size: 12px;
    background: #3B83FD;
    border-radius: 2px;
    display: inline-block;
    width: 90px;
    height: 29px;
    line-height: 29px;
    text-decoration: none;
    text-align: center;
    margin-left: 25px;
    color:#fff;
}
/*我的文档*/
.mydoc_tab_cont{position: relative;}
.mydoc_tab{
    display:flex;
    flex-direction:row;
    margin: 0 0 10px;
    height: 46px;
    overflow: hidden;
    border-bottom: 1px solid #ECECEC;
}
.mydoc_tab li{padding: 0 30px 0 0;}
.mydoc_tab li a{
    position: relative;
    display: block;
    height: 46px;
    text-align: center;
    font-size:16px;
}
.mydoc_tab li a strong{
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #000;
}
.mydoc_tab li a em{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    width: 20px;
    height: 2px;
}
.mydoc_tab li a:hover strong, .mydoc_tab li a.active strong{color: #3B83FD;}
.mydoc_tab li a:hover em, .mydoc_tab li a.active em {background-color: #3B83FD;}
.mydoc_search{position: absolute;right:0;top:0;overflow: hidden;}
.mydoc_search input{
    display: block;
    float: left;
    width: 245px;
    height: 30px;
    line-height: 28px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 0 6px;
    font-size: 12px;
}
.mydoc_search button{
    display: block;
    float: left;
    width: 36px;
    height: 32px;
    line-height: 30px;
    background-color: #3B83FD;
    border: 1px solid #3B83FD;
    border-radius: 0 3px 3px 0;
    margin: 0 8px 0 0;
}
.mydoc_search button i{color:#fff;}
.mydoc_filter .mydoc_f_item{
    position: relative;
    min-height: 20px;
    height: auto;
    overflow: hidden;
    padding: 10px 80px 10px 0;
    border-bottom: 1px solid #ECECEC;
}
.mydoc_f_item dt{
    float: left;
    width: 60px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.mydoc_f_item dd{overflow: hidden;}
.mydoc_f_item dd a{
    line-height: 24px;
    font-size: 12px;
    color: #999;
    padding: 0 20px;
}
.mydoc_f_item dd a:hover, .mydoc_f_item dd a.active{font-weight: bold;color: #3B83FD;}
.mydoc_operate{display: flex;flex-direction: row;align-items: center;margin-bottom: 20px;}
.mydoc_operate label{display: flex;flex-direction: row;align-items: center;}
.mydoc_operate label span{margin-left:5px;}
.mydoc_operate button{
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    border: 1px solid #B5B5B5;
    color: #B5B5B5;
    border-radius: 3px;
    margin: 0 15px;
    background: transparent;
    cursor: pointer;
}
.mydoc_operate button:hover,.mydoc_operate button.active{color:#3B83FD;border-color:#3B83FD;}

.mydoc_operate button .icon-mbxiugai, .mydoc_operate button .icon-mb_shenhe{font-size:13px !important;}
.mydoc_doc_list .system_error{color:red;}
.mydoc_doc_list .pending_coin{width:20% !important;}
.mydoc_doc_list .resize tbody .col-operate a{color:#3B83FD;padding:0 5px;}
.mydoc_doc_list .resize tr td{
    padding: 12px 6px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px dashed #ddd;
    text-align:center;
}
.mydoc_doc_list .resize thead .col-time{width:20%;}
.mydoc_doc_list .resize thead .col-pagenumber{width:8%;}
.mydoc_doc_list .resize thead .col-coin{width:5%;}
.mydoc_doc_list .resize thead .col-operate{width:15%;}
.mydoc_doc_list .resize thead .col-title {width: 40%;}
.mydoc_doc_list .resize thead .col-format {width: 28px;}
.mydoc_doc_list .resize thead .col-checkbox {width: 28px;}
.mydoc_doc_list .resize thead th{text-align: left;padding: 0 0 0 6px;font-size: 12px;font-weight: 400;color: #999;text-align:center;}
.mydoc_doc_list .resize{width: 100%;border-collapse: collapse;border-spacing: 0;}
.mydoc_doc_list .resize thead{height: 30px;line-height: 30px;background-color: #F4F9FF;}
.mydoc_doc_list .resize tbody .col-format .icon-wenjianjia1{color: #FFE99F !important;}
.mydoc_doc_list{
    border-top:10px solid #f9f9f9;
    padding-top:20px;
    min-height: 320px;
}