.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;   
}
}