/*网站导航页VIP购买按钮CSS*/
.fuid-vip-link {
    text-align: center;
}
.fuid-vip-link img {
    width: 24px;
    display: initial;
}
.fuid-vip-link a {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    color: #A16629;
    border-radius: 30px;
    background: linear-gradient(151deg,#FEEDC2 0%, #fef1d2 100%);
    transition: all .5s cubic-bezier(.215,.61,.355,1),
    transform .5s cubic-bezier(.215,.61,.355,1),
    -webkit-box-shadow .5s cubic-bezier(.215,.61,.355,1),
    -webkit-transform .5s cubic-bezier(.215,.61,.355,1)
}
.fuid-vip-link a:hover{
	box-shadow: 0 6px 18px -6px rgb(255 199 115 / 38%);
}
@media(max-width:746px){
    .fuid-vip-link{
        display: none;
    }
}
/*列表页角标*/
.tipss {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 60px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
}
.tipss i {
    font-size: 0.1rem;
    font-weight: 600;
    margin-right: 5px;
}
.tipss_down{
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    margin-right: 0px;
    float: right;
    z-index: 1;
    font-size: 12px;
    padding: .25em .8em;
    color: #fff;
    line-height: 1.2;
}
.yellow{
    background-color: #f9c851;
}
.success{
    background-color: #10c469;
}
.orange{
    background-color: #ff416c;
}
/*问答分类*/
.nav-link {
    display: block;
    padding: 1rem;
}
.document-cat-item {
	display:flex;
	flex-flow:column;
	position:relative;
	width:20%;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
	border-right: 1px solid #f0f4f5;
}
.document-cat-item:last-child {
    border-right: none;
}
.document-cat-item:hover {
	background-color:#f9f9f9;
    border-radius: 12px;
}
.document-cat-item.on{
  background-color: #f9f9f9;
    border-radius: 12px;
}
.document-cat-item.on h2{
  color: #ff416c;
  background-color: #f9f9f9;
    border-radius: 12px;
}
.document-cat-item.on p{
  color: #ff416c;
}
.document-cat-box {
	display:flex;
	margin:20px 0;
	flex-flow:wrap;
	flex: 1;
    background: #fff;
    height: 100%;
    border-radius: 12px;
}
.document-cat-box img {
	width:50px;
	height:50px
}
.document-cat-item h2 {
	font-size:20px;
	font-weight:700;
	margin:10px 0
}
.document-cat-item-info {
	font-weight:200
}
.document-cat-item span {
	font-size:16px
}
.document-content h2 {
	text-align:center;
	margin-top:40px;
	font-size:24px
}
.home-atchive-title {
	margin-bottom:30px
}
.document-row {
	display:flex;
	justify-content:space-between;
	align-items:flex-end
}
.document-cat-top {
	margin-bottom:30px
}
.document-row+.document-row {
	border-top:1px solid #f3f3f3
}
.document-row a {
	display:block
}
.document-row-right {
	width:110px;
	text-align:right
}
.document-row h3 {
	font-size:17px;
	margin-top:5px;
	font-weight:700
}
.document-row a:hover {
	text-decoration:underline
}
.document-cat-rot {
	color:#aaaeb3
}
.document-row-left {
	width:100%
}
.document-content .button {
	background-color:#ececec
}
.b2-document-content h1 {
	font-size:30px
}
.document-single-top {
	font-size:13px;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.b2-radius {
    border-radius: 50%;
}
.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.box, .side-fixed {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(98 124 153/10%);
    position: relative;
}
.document-single-top span {
	margin:0 5px
}
.question_cat_text{
    padding: 8px 0 ;
}
.doc_title{
    width: 70%;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:50px ;
    padding-bottom: 100px;
    
}

.askinput {
    margin: 0 auto 10px;
}
.askinput input {
    border: 2px solid #ff416c;
    border-right: 0;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    height: 56px; 
    line-height: 56px;
    overflow: hidden;
    padding: 10px 15px;
    width: 70%;
}
.js-ask2 {
    background: linear-gradient(to right,#ff416c, #ff4b2b);
}
.line:after, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.askinput a {
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    vertical-align: -3px;
    width: 14%;
    border-radius: 5px;
}
.askinput button {
    cursor: pointer;
    border: none;
    background: linear-gradient(to right,#ff416c, #ff4b2b);
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    vertical-align: -1px;
    width: 14%;
    border-radius: 0px;
    padding: 0px 0px;
}


@media (max-width:768px){
    .askinput input {
    width: 100%;
}
.askinput button {
    width: 30%;
    margin-left: -30%;
}
.askinput a {
    margin-top: 10px;
    margin-left:unset ;
     float: unset; 
    width: 100%;
}

.document-cat-box{
    flex-flow: unset;
    white-space: nowrap;
    overflow-x: auto;
}
.document-cat-item{
 width: unset;   
}
}
.work-infoz{margin-bottom:1pc;padding:0;width:340px;background:#fff}
.getcompay{display:inline-block;margin:5px 80px 15px 80px;width:380px;height:40px;border-radius:45px;background:#f0d58b;color:#6a4b1e;line-height:40px;text-align:center;}
.getcompay:hover{background:#e8c464;color:#6a4b1e}
.work-infoz ul{display:inline-block}
.work-infoz li{display:inline-block;width:340px;height:33px;color:#838383;font-size:13px;line-height:33px}
.work-infoz .chose{margin-bottom:8px;padding-bottom:13px;height:33px;border-bottom:1px solid #eceff1;line-height:33px}
.work-infoz li .course{float:right;margin-top:4px;margin-right:5px;width:70px;height:22px;border:1px solid #f2a20c;border-radius:4px;color:#f2a20c;font-size:12px;line-height:22px}
.work-infoz li .course:hover{background:#f2a20c;color:#fff}
.work-infoz li .m-l2{float:left;display:inline-block;margin-right:10px;color:#000}
.work-infoz li .m-r2{float:right;display:inline-block;color:#838383;font-size:13px}
.work-infoz li .m-bo{padding:0 8px;height:25px;border:1px solid #e6e6e6;border-radius:4px;color:#8a8a8a;line-height:25px;cursor:pointer}
.work-infoz li .m-bo:hover{border:1px solid #79afe4;color:#076fd8}
.work-infoz li .m-r2 img{margin-right:-7px}
.work-infoz li .m-r2 i{display:inline-block;margin-right:4px;width:19px;height:19px;background:url(../images/newuser.png) -83px -107px no-repeat;vertical-align:-4px}
.work-infoz li .m-r2 em{position:relative;display:inline-block;width:1pc;height:1pc;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;background:#c4c4c4;color:#fff;vertical-align:0;line-height:1pc;padding-left: 7px;}
.work-infoz li .m-r2 em .say{position:absolute;top:-340px;text-align:center;left:-395px;display:none;padding:17px 19px 2pc 28px;width:416px;height:auto;border:1px solid #dfdfdf;background:#fff;color:#af9178;cursor:pointer;z-index:999}
.work-infoz li .m-r2 em:hover .say{display:block}
.work-infoz li .m-r2 em .say .s-tt{height:50px;font-size:18px;line-height:50px}
.work-infoz li .m-r2 em .say p{text-align:left;text-indent:2em;font-size:9pt;line-height:20px}
.dzweb{display:inline-block;text-align:center;margin-top:10px;width:340px;height:44px;border-radius:4px;font-size:15px;line-height:44px;cursor:pointer}
.dzweb em,.dzweb i{display:inline-block;height:40px;vertical-align:-11px}
.dzweb em{width:30px;background:url(../images/dz.png) -5px -243px no-repeat}
.dzweb i{width:49px;background:url(../images/dz.png) -10px -11px no-repeat}
.dz-ppt{border:1px solid #df9a8b;color:#d24625}
.dz-ppt:hover{background:#d24625;color:#fff}
.dz-ppt:hover i{background:url(../images/dz.png) -10px -46px no-repeat}
.adpdf {
    display: inline-block;
    width: 100%;
    height: 46px;
    margin: 20px 0;
}