/* 问题列表 */
.common_problem {clear: both;overflow: hidden;}
.common_problem h3.common_subtitle{font-size: 24px;margin: 0 0 30px;}
.common_problem .pro-box{box-sizing: border-box;}
.common_problem .pro-box .pro-list{font-size: 16px;position: relative;padding: 16px;cursor: pointer;color: #000;font-weight: bold;}
.common_problem .pro-box .pro-list h3{margin: 0;font-size: 16px;color: #000;font-weight: bold;padding: 0;}
.common_problem .pro-box .pro-list:nth-child(2n+1){background: #f1f1f1;}
.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: #f1f1f1;}
.common_problem .pro-box .pro-list .pro-item{margin-top: 6px;}
.common_problem .pro-box .pro-con{font-size: 14px;font-weight: normal;color: #333333;}
.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;}
.common_problem .id_content h2{margin-bottom: 30px;}
#single .common_problem .medium-title{margin-top: 20px;}
#single .common_problem{background: transparent;}
.common_problem .pro-box .pro-list .pro-item .font_red{color: #0066cc;}

.common_problem #faq_ul{padding-left: 20px;box-sizing: border-box;padding-bottom: 10px;}
.common_problem #faq_ul li{font-size: 14px;color: #333333;}
.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: 100%;text-align: center;}
.minister .mist_box span{font-size: 16px;color: #000000;margin-right: 20px;font-weight: bold;}
.minister .mist_box a{font-size: 14px;color: #fff;display: inline-block;height: 45px;line-height: 45px;background-color: #ff3500;padding: 0 20px;border-radius: 100px;font-weight: bold;}
.minister .mist_box a i{font-size: 14px;}

@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 h3{font-size: 14px;}
    .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: 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;}
    .common_problem .id_content h2{margin-bottom: 20px;}
    
    #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: 100%;margin: 0;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: 35px;line-height: 35px;padding: 0 15px;margin-top: 10px;}
    
    .common_problem h2 {font-size: 18px !important;}
    .common_problem h3 {padding: 0;font-weight: bold;font-size: 14px !important;}

    .common_problem h3.common_subtitle{font-size: 18px;margin: 0 0 20px;}

}

/* 问题列表样式二 */
.common_problem2 {background: #f1f1f1;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 #f1f1f1;position: absolute;bottom: -7px;right: -3px;}