
/* 服务-faqs */
.md19775.md-faqs{width: 100%;padding: .5rem 0 1.2rem;}
.md19775.md-faqs img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19775.md-faqs .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19775.md-faqs input::-webkit-input-placeholder{color: #222;}
.md19775.md-faqs input:-moz-placeholder{color: #222;}
.md19775.md-faqs input::-moz-placeholder{color: #222;}
.md19775.md-faqs input:-ms-input-placeholder{color: #222;}
.md19775.md-faqs .o-top{width: 100%;text-align: center;padding-bottom: .5rem;}
.md19775.md-faqs .o-titles{font-family: 'Poppins-SemiBold';width: 100%;margin-bottom: .45rem;color: #333333;line-height: 1.2;}
.md19775.md-faqs .o-search{width: 6.2rem;max-width: 100%;margin: 0 auto;display: flex;align-items: center;padding: .05rem;background-color: #eff8ff;border-radius: .3rem;}
.md19775.md-faqs .o-inputbox{flex: 1;}
.md19775.md-faqs .o-input{display: block;border: none;background-color: transparent; width: 100%;padding: 0 .15rem 0 .4rem;height: .5rem;color: #333;}
.md19775.md-faqs .o-submit{font-family: 'Poppins-Medium';display: block;border: none;cursor: pointer;min-width: 10em;color: #ffffff;padding: 0 .15rem;text-align: center;height: .5rem;line-height: .5rem;border-radius: .25rem;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19775.md-faqs .o-results{font-family: 'Poppins-Medium';display: inline-block;margin-bottom: .3rem;line-height: 1.4; color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active)  100%);-webkit-background-clip:text; background-clip: text;-webkit-text-fill-color: transparent; text-fill-color: transparent;}
.md19775.md-faqs .o-bottom{width: 100%;}
.md19775.md-faqs .o-item{transition: all  .3s; display: block;width: 100%;margin-bottom: .2rem;padding: 0 .6rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.md19775.md-faqs .o-buttom{display: flex;align-items: center;cursor: pointer;width: 100%;padding: .4rem 0;position: relative;}
.md19775.md-faqs .o-buttom:after{opacity: .5;content: '';position: absolute;top: 0;right: 0;width: .16rem;height: 100%;background-image: url('../images/a43.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md19775.md-faqs .o-letter{font-family: 'Poppins-Medium';min-width: 1.66em;line-height: 1.66em;text-align: center; color: #222;background-color: #eff8ff;}
.md19775.md-faqs .o-name{font-family: 'Poppins-Medium';flex: 1;padding:0 .3rem;color: #333333;line-height: 1.4;}
.md19775.md-faqs .o-sub{display: none;width: 100%;padding-top: .35rem;padding-bottom: .6rem;border-top: 1px solid #ffffff;}
.md19775.md-faqs .o-box{display: flex;align-items: flex-start;width: 100%;}
.md19775.md-faqs .o-letter2{font-family: 'Poppins-Medium';min-width: 1.66em;line-height: 1.66em;text-align: center;color: #ffffff;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19775.md-faqs .o-rt{flex: 1;padding-left: .3rem;min-height: 1.66em;display: flex;align-items: center;}
.md19775.md-faqs .o-textbox{font-family: 'Poppins-Medium';width: 100%;color: #222;line-height: 1.5;}
.md19775.md-faqs .o-textbox *{line-height: inherit;}
.md19775.md-faqs .o-item.show{padding: .2rem .6rem;border-bottom: none; background-color: #eff8ff;border-radius: .2rem;}
.md19775.md-faqs .o-item.show .o-buttom:after{background-image: url('../images/a43-b.png');}
.md19775.md-faqs .o-item.show  .o-letter{color: #fff; background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}

@media (max-width: 750px) {
    .md19775.md-faqs .o-item{padding: 0 .3rem;}
    .md19775.md-faqs .o-item.show{padding: .2rem .3rem;}
}
