.download {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

   
}

.download .down {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    width: 60%;

    align-items: center;
    justify-content: space-between;
    height: 50PX;
    width: 100%;
    border-bottom: 1px solid #8d8d8d;


}

.down p {
    margin: 20px 100px 20px 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
}
.down button {
    background-color: #4262f3;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    cursor: pointer;
}

.down a {
    color: #e41818;
    text-decoration: none;

}
.remotesupport {
    
    max-width: 1400px;
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.remotesupport img {
    margin: 18px 0;
   
    max-width: 100%;
    height: auto;
}
.remotesupport p {
    
    font-size: 18px;
    font-family: Microsoft YaHei;
    margin: 5px 0;
}
.zh{
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: row;

}
.faq{
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 50px 0;
   
    width: 100%;
}
.faq h2{
    font-size: 30px;
    font-family: Microsoft YaHei;
    margin: 100px 0;
}
.faq p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    margin: 20px 0;
}
.faq .faqimg{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
   
   
    z-index: -1;
}