@charset "UTF-8";
[class^=mdQuestionList]{margin-top:24px}
[class^=mdQuestionList] [class*=__item] a{color:#0260ea}
[class^=mdQuestionList] [class*=__item] a:hover{opacity:.7}
[class^=mdQuestionList] [class*=__item] .elItem{padding:0 16px;background-color:#fff;border-radius:8px}
[class^=mdQuestionList] [class*=__item] .elItem:nth-child(n+2){margin-top:8px}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox{overflow:hidden;font-size:12px}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox .elToggleText .elLink{display:block;color:#000;font-weight:700;padding:12px 0}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox .elToggleText .elLink:hover{opacity:.7}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox .elToggleText .elLink span{position:relative;display:block;line-height:22px;padding-right:21.354px;line-height:1.4}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox .elToggleText .elLink span::after{position:absolute;content:"";font-family:"icon2.0";speak:none;font-size:22px;line-height:1;width:13.354px;text-indent:-4.27328px;top:50%;margin-top:-11px;right:0;color:#434343}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox .elExpand{height:0;overflow:hidden;opacity:0;transition:.4s ease-out;transition-duration:0s}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox .elExpand .elInner{padding:16px 0;border-top:2px dotted #b7b7b7}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox.elClose .elExpand{opacity:0}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox.elOpen .elToggleText .elLink span::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox.elOpen .elExpand{opacity:1}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox.elShow .elToggleText .elLink span::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
[class^=mdQuestionList] [class*=__item] .elExpandWrap .elExpandBox.elShow .elExpand{height:auto;opacity:1;-webkit-transition:none}