/*网站导航页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;   
}
}
/*广告css*/
.zgws_imgad{background:#fff0;overflow:hidden;clear:both;border-radius:6px;}
.zgws_imgad a{margin:5px 0 0;display:block;border-radius:3px;}
.zgws_imgad img{max-width:100%;border-radius:8px;}
.zgws_imgad li{float:left;width:50%;list-style:none;}
.zgws_imgad li a:nth-child(1) {margin-right:4px;}
@media(max-width:999px) {
.zgws_imgad{margin: 0 0 10px 0;}
.zgws_imgad li{width:100%;}
}
.zgws_txtad_big{line-height:60px;height:60px;color:#fff;text-align:center;font-size:24px}
.zgws_txtad{width:100%;overflow:hidden;display:block;margin-top:-1px}
.zgws_txtad a{width:calc((100% - 20px)/ 4);float:left;border-radius:2px;line-height:35.35px;height:35.35px;text-align:center;font-size:14px;color:#fff;display:inline-block;background-color:#ff999f;transition-duration:.3s}
.zgws_txtad a:nth-child(1) { background-color: #dc3545;margin:5px 5px 0 0;}
.zgws_txtad a:nth-child(2) { background-color: #007bff;margin:5px 5px 0 0;}
.zgws_txtad a:nth-child(3) { background-color: #28a745;margin:5px 5px 0 0;}
.zgws_txtad a:nth-child(4) { background-color: #ffc107;margin:5px 0 0 0;}
.zgws_txtad a:nth-child(5) { background-color: #28a745;margin:5px 5px 0 0;}
.zgws_txtad a:nth-child(6) { background-color: #ffc107;margin:5px 5px 0 0;}
.zgws_txtad a:nth-child(7) { background-color: #dc3545;margin:5px 5px 0 0;}
.zgws_txtad a:nth-child(8) { background-color: #007bff;margin:5px 0 0 0;}
.zgws_txtad a:hover { background:#FF2805; color:#FFF; }
@media screen and (max-width: 1000px) {
.zgws_txtad a{width:calc((100% - 10px)/ 2);float:left;border-radius:2px;line-height:35.35px;height:35.35px;text-align:center;font-size:14px;color:#fff;display:inline-block;background-color:#ff999f;margin:2.5px;transition-duration:.3s}
}
@media screen and (min-width: 1000px) {
.zgws_txtad a {
    width: calc((100% - 20px) / 4);}
}
.index-ad{margin-bottom:0px;overflow:hidden;width:100%}
.index-ad li{position:relative;float:left;overflow:hidden;margin:0 5px 0px 0;width:49.8%;height:70px;border-radius:5px;list-style-type:none}
.index-ad li:nth-child(2n){float:right;margin-right:0}
.index-ad li img{width:100%;height:100%;object-fit:fill}
.index-ad li:before{position:absolute;right:0;bottom:0;width:35px;height:20px;border-radius:5px 0 0;background:rgba(0,122,245,.2);color:#fff;content:" AD";text-align:center;font-size:12px;line-height:20px}
.img-info{position:absolute;right:5px;top:5px;padding:0;text-align:right;color:#fff}
.img-info i{position:relative;display:inline-block;color:rgba(251,251,251,.55);font-size:18px;line-height:19px;text-align:center;z-index:9;font-style:inherit;animation:fade 1s infinite;-webkit-animation:fade 1s infinite}
.img-info .info{position:absolute;bottom:1px;right:1px;width:0;padding:5px 0 5px;overflow:hidden;background:#ed1c24;border-radius:10px;line-height:10px;text-align:center;font-size:10px;color:#fff;white-space:nowrap}
.img-info .info a{color:#fff}
@media screen and (max-width: 768px){
.index-ad li {margin: .5rem 0 0;width: 100%;height: 50px }
.index-ad {margin: 0}
}