/* 问题列表 */
.common_problem {clear: both;overflow: hidden;padding: 10px 0 0;}
.common_problem .pro-box{box-sizing: border-box;}
.common_problem .pro-box .pro-list{font-size: 16px;position: relative;padding: 16px;cursor: pointer;}

.common_problem .pro-box .pro-list:nth-child(2n+1){background: #F0F1F2;}
.common_problem .pro-box .pro-list i{display: inline-block; width: 0px;height: 0px; border: 5px solid #000;transform: rotate(135deg);margin: 0 0 6px 5px;transition: all .5s;position: relative;top: 4px;left: 7px;}
.common_problem .pro-box .pro-list i::before{display: inline-block; content: ""; width: 0px;height: 0px; border: 5px solid #fff;position: absolute;bottom: -7px;right: -3px;}
.common_problem .pro-box .pro-list:nth-child(2n+1) i::before{border-color: #F0F1F2;}
.common_problem .pro-box .pro-list .pro-item{margin-top: 6px;}
.common_problem .pro-box .pro-con{font-size: 14px;font-weight: normal;color: #6d6e70;}
.common_problem .pro-box .pro-con span{display: block;margin-bottom: 5px;}
.common_problem .pro-box .pro-con span .no_margin{display: block;margin-bottom: 0;}
.common_problem .pro-box .pro-list .pro-ul li{font-weight: normal;font-size: 14px;}
.common_problem .pro-box .pro-list .pro-ul li::before{content: "";width: 6px;height: 6px;border-radius: 50%;display: inline-block;background: #000;margin-right: 5px;}
.common_problem .pro-box .pro-a{font-size: 14px;display: block;text-align: right;margin-top: 20px;}
.common_problem .pro-box .pro-list .pro-short{float: right;}
.common_problem .id_content{border-bottom: 0;}
#single .common_problem .medium-title{margin-top: 20px;}
#single .common_problem{background: transparent;}

.common_problem #faq_ul{padding-left: 20px;box-sizing: border-box;padding-bottom: 10px;}
.common_problem #faq_ul li{font-size: 14px;color: #6d6e70;}
.common_problem #faq_ul li::before{width: 6px;height: 6px;background-color: #333;content: "";display: inline-block;border-radius: 50%;margin-right: 10px;line-height: 6px;}

/* 需要帮助吗Need help?... */
.minister{padding: 40px 0px;background-color: #fff;clear: both;overflow: hidden;}
.minister .mist_box{margin: 0 auto;width: fit-content;}
.minister .mist_box span{font-size: 18px;color: #6d6e70;margin-right: 16px;}
.minister .mist_box a{font-size: 18px;color: #fff;display: inline-block;height: 48px;line-height: 48px;background-color: #b40026;padding: 0 18px;border-radius: 5px;}


@media screen and (max-width: 768px){
    .common_problem .medium-title{margin: 10px 0;}
    .common_problem .pro-box{width: 100%;margin: 0;}
    .common_problem .pro-box .pro-list{font-size: 14px;padding: 10px;}
    .common_problem .pro-box .pro-list i{border: 3px solid #000;margin: 0 0 3px 5px;position: static;}
    .common_problem .pro-box .pro-list i::before{border: 3px solid #fff;bottom: -4px;right: -2px;}
    .common_problem .pro-box .pro-con{font-size: 12px;}
    .common_problem .pro-box .pro-a{font-size: 12px;margin-top: 12px;padding: 0 20px;}
	.common_problem .pro-box .pro-list .pro-short{float: none;}
    .common_problem {padding: 10px 10px 0;}
    .common_problem .pro-box .pro-list .pro-ul li{font-size: 12px;}
    .common_problem .window-width{padding: 0;}
	.common_problem #faq_ul li{font-size: 12px;}
    
    #single .common_problem .window-width{padding-bottom: 0px;border-radius: 0;}
    #single .common_problem{background: #fff;}
    #single .common_problem .medium-title{margin-top: 0px;}
    
    .minister{padding: 20px 0;}
    .minister .mist_box{width: 96%;margin: 0 auto;text-align: center;}
    .minister .mist_box span{font-size: 14px; margin-right: 0;width: 100%;display: block;text-align: center;}
    .minister .mist_box a{font-size: 12px;height: 30px;line-height: 30px;padding: 0 10px;margin-top: 10px;}
    
    .common_problem h2 {font-size: 20px !important;}
    .common_problem h3 {padding: 0;font-weight: bold;font-size: 14px !important;}
    
}

/* 问题列表样式二 */
.common_problem2 {background: #F0F1F2;padding: 10px 0 20px 0;}
.common_problem2 .pro-box .pro-list:nth-child(2n+1){background: #FFFFFF;}
.common_problem2 .pro-box .pro-list:nth-child(2n+1) i::before{border-color: #FFFFFF;}
.common_problem2 .pro-box .pro-list i::before{display: inline-block; content: ""; width: 0px;height: 0px; border: 5px solid #F0F1F2;position: absolute;bottom: -7px;right: -3px;}
