.faqs-search{
    width: 100%;
    position: relative;
}
.faqs-search>img{
    width: 100%;
}
.faqs-search .faqs-search-div{
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.faqs-search .faqs-search-div p:first-child{
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 3px;
}
.faqs-search .faqs-search-div p:first-child input{
    width: 465px;
    text-indent: 10px;
    border: none;
    height: 45px;
    outline: none;
    border-radius: 3px;
}
.faqs-search .faqs-search-div p:first-child span img{
    width: 25px;
    cursor: pointer;
}
.faqs-search .faqs-search-div p:nth-child(2){
    margin-top: 10px;
    text-align: center;
}
.faqs-search .faqs-search-div p:nth-child(2) span{
    display: inline-block;
    margin: 0 5px;
}
.faqs-search .faqs-search-div p:nth-child(2) span img{
    width: 36px;
}
.faqs-div1{
    width: 1000px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.faqs-div1 a{
    display: block;
    width: 25%;
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
    top: 0;
    transition: all 500ms;
}
.faqs-div1 a:hover{
    box-shadow: 0px 0px 18px 6px #ccc;
    top: -8px;
    z-index: 1;
}

.faqs-div2{
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #f1f2f3;
    
}

.faqs-div2-question{
    width: 1000px;
    margin: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.faqs-div2-question a{
    display: inline-block;
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: all 500ms;
}
.faqs-div2-question a:nth-child(2n+1){
    margin-left: 0;
}
.faqs-div2-question a:hover{
    box-shadow: 0 3px 10px  #666;
}
.faqs-div2-question a img{
    width: 45px;
    margin: -3px 10px 0 20px;
}

.faqs1-div{
    width: 1000px;
    margin: auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.faqs1-div img{
    margin-right: 10px;
    margin-top: -3px;
}

.faqs2-form{
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.faqs2-div{
    width: 1000px;
    height: 400px;
    margin: auto;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #fff;
    padding:20px;
    border: 1px solid #ccc;
    
}

.faqs2-div .faqs2-right{
    text-align: right;
    color: #666;
}
.faqs2-div .faqs2-p{
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #666;
}
.faqs2-div .faqs2-p img{
    width: 23px;
    margin-right: 10px;
}
.faqs2-div .faqs2-title{
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.faqs2-div2{
    width: 100%;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 30px;
    position: relative;
    transform: translateY(-150px);
}

.faqs2-div2::after{
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    background-color: #f1f2f3;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: -1;
}
.faqs2-cont{
    margin-top: 20px;
    line-height: 26px;
}
.faqs2-ul{
    margin-top: 15px;
}
.faqs2-ul li{
    text-indent: 20px;
    line-height: 30px;
    position: relative;
}
.faqs2-ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 13px;
}
.faqs2-ul li a{
    color: #4ebeff;
}