.faq_title_box{
    display: flex;
    width: 100%;
    background: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 1% 1%;
}
.faq_tit{
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.faq_tit_left{
    position: relative;
    color: #6fbe53;
    width: 50%;
    font-size: 18px;
}
.faq_tit_left:nth-child(2)>div{
    float: right;
    width: 40%;
}
.faq_tit_left:nth-child(1){
    padding: 10px 0;
}
.search_box{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.search_icon{
    cursor: pointer;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cccccc;
    text-align: center;
    padding: 5px;
    border-radius: 5px 0 0 5px;
}
.search_icon>span{
    width: 100%;
    padding: 5px;
    display: inline-block;
}
.search_box>input{
    color: #cccccc;
    width: 85%;
    text-indent: 10px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
    outline: none;
}
input::-webkit-input-placeholder {
    text-indent: 10px;
    font-size: 14px;
    /* WebKit browsers */
    color: #cccccc;
}
input::placeholder{
    text-indent: 10px;
    font-size: 14px;
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}
input:-moz-placeholder {
    text-indent: 10px;
    font-size: 14px;
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

input::-moz-placeholder {
    text-indent: 10px;
    font-size: 14px;
    /* Mozilla Firefox 19+ */
    color: #cccccc;
}

input::-ms-input-placeholder {
    text-indent: 10px;
    font-size: 14px;
    /* Internet Explorer 10+ */
    color: #cccccc;
}
.main>.Section{
    padding:0 1% 2%;
}
.Section{
    padding-bottom: 2%;
    display: flex;
    width: 100%;
    background: #fff;
}
.HorizontalInnerLinks{
    display: flex;
    width: 100%;
    background: #fff;
}
.ClearFix{
    display: flex;
    width: 100%;
    background: #fff;
    flex-wrap: wrap;
}
.ClearFix>li{
    padding: 5px 0;
    margin-right: 2%;
}
.ClearFix>li>a{
    font-size: 18px;
    color: #34374d;
}
.ClearFix>li>a>span{
    margin-left: 10px;
}
.result{
    width: 100%;
    background: #f7f7f7;
    padding: 5%;
    border-radius: 20px 20px 0 0;
}
#datas .Section{
    background: #fff;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 10px;
}
.module_tit{
    color: #fff;
    margin: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: relative;
    background: #6fbe53;
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 2%;
}
#msg>a{
    color: #4f5265;
}
ul.q_list{

    color: #fff;
    width: 100%;
}
ul.q_list{
    list-style: square;
}
.q_title{
    
    width: 100%;
    position: relative;
    padding: 15px 20px;
    background: #fff;
    font-size: 18px;
    color: #4f5265;
}
.q_title>span{
    position: absolute;
    right: 2%;
    top: 15px;
    cursor: pointer;
}
.a_con{
    margin: 0 20px;
    padding: 20px 10px;
    font-size: 18px;
    color:#4f5265;
    line-height: 30px;
}
#non_tip, .result_con {
    box-sizing: border-box;
    padding: 5px 10px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 12px;
    color: #000;
}
a.result_con:visited {
    text-decoration: underline;
    color: #6fbe53;
}
a.result_con:hover {
    text-decoration: none;
    color: #6fbe53;
}
li.q_box{
    list-style: square;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #cacbd0;
}
.faq_mian_box{
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: #f7f7f7;
    padding: 5%;
}
.faq_module{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.faq_module>div{
    border-radius: 10px;
    width: 100%;
    padding-bottom: 3%;
    margin-bottom: 20px;
    background: #fff;
}

.module_content{
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #cacbd0;
}
.module_content>div{
    width: 100%;
}
.content_tit{
    position: relative;
    padding: 15px 20px;
    background: #fff;
    font-size: 18px;
    color: #4f5265;
}
.content_tit>span{
    position: absolute;
    right: 2%;
    top: 15px;
    cursor: pointer;
}
.content_text{
    margin: 0 20px;
    padding: 20px 10px;
    font-size: 18px;
    color:#4f5265;
    line-height: 30px;
}
.triangle {
    position: absolute;
    left: 5%;
    bottom: -30px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    z-index: 1;
    border-color: #6fbe53 transparent transparent transparent;
}
.result_wrap{
    display: none;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    width: 266px;
    position: absolute;
    right: 1%;
    top: 65px;
    background-color: #efefef;
    box-sizing: border-box;
}
@media (max-width:1400px) {
    .faq_title_box{
        padding:3% 4%;
    }
    .main>.Section{
        padding: 0 4% 2%;
    }
    .result_wrap{
        right: 4%;
    }

    .prod_robot_box>a>img {
        margin-left: 33%;
    }
}
@media (max-width:1100px) {
    .faq_tit_left:nth-child(2)>div{
        width: 80%;
    }
    .prod_robot_box>a>img{
        margin-left: 31%;
    }
}
@media (max-width:996px) {
    .prod_robot_box>a>img{
        margin-left: 29%;
    }
}
@media (max-width:850px) {
    .prod_robot_box>a>img{
        margin-left: 27%;
    }
}
@media (max-width:820px) {
    .prod_robot_box>a>img{
        margin-left: 25%;
    }
}
@media (max-width:768px) {
    .prod_robot_box>a>img{
        margin-left: 23%;
    }
    .faq_tit_left {
        width: 100%;
    }
    .faq_tit_left:nth-child(2)>div{
        width: 100%;
    }

    .search_box {
        height: 40px;
    }
    .ClearFix>li>a{
        font-size: 14px;
    }
    .module_tit{
        font-size: 14px;
    }
    .q_title{
        font-size: 14px;
    }
    .a_con{
        font-size: 14px;
    }
    .result_wrap{
        width: 100%;
        position: static;
    }
    .search_icon{
        padding: 10px 5px;
    }
}
@media (max-width: 690px){
    .prod_robot_box>a>img {
        margin-left: 20%;
    }
}
@media (max-width:665px) {
    .prod_robot_box>a>img{
        margin-left: 18%;
    }
}
@media (max-width:625px) {
    .prod_robot_box>a>img{
        margin-left: 15%;
    }
}
@media (max-width:555px) {
    .prod_robot_box>a>img{
        margin-left: 12%;
    }
}
@media (max-width:510px) {
    .prod_robot_box>a>img{
        margin-left: 7%;
    }
}
@media (max-width:475px) {
    .Section{
        padding-bottom: 5%;
    }
    .triangle{
        border-width: 10px;
        bottom: -19px;
        left: 10%;
    }
    li.q_box{
        padding: 0;
    }
    .a_con{
        padding: 5px 0;
        line-height: 25px;
    }
    .q_title{
        padding: 10px 25px;
    }
    .q_title>span{
        top: 10px;
    }
    .prod_robot_box>a>img{
        margin-left: 23%;
    }
}
@media (max-width:375px) {

}