.support {
    width: 100%;
    margin-bottom: 0.3rem;
}

.support .supportBanner {
    width: 100%;
    height: 4.5rem;
    background: url('../img/banner/banner.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 1.71rem;
    padding-left: 2.6rem;
    box-sizing: border-box;
}

.support .supportBanner .bannerTitle {
    margin-bottom: 0.35rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.44rem;
    color: #111111;
}

.support .supportBanner .bannerTitle2 {
    width: 6.79rem;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #444444;
    line-height: 0.3rem;
}

.supportNav {
    display: flex;
    width: 100%;
    height: 0.94rem;
    background: #ECEEF0;
    padding-left: 2.6rem;
    box-sizing: border-box;
}

.supportNav .supNavItem {
    display: flex;
    align-items: center;
    width: 2.1rem;
    height: 100%;
    font-family: Arial, Arial;
    font-size: 0.24rem;
    color: #111111;
    transition: all 0.3s ease-in-out;
}

.supportNav .supNavItem div {
    width: 100%;
    height: 0.56rem;
    border-right: 0.01rem dashed #D3D3D3;
    text-align: center;
    line-height: 0.56rem;
    box-sizing: border-box;
}

.supportNav .supNavItem.active {
    background: #9E0125;
    color: #fff;
}

.supportNav .supNavItem:hover {
    background: #9E0125;
    color: #fff;
}

.supportNav .supNavItem.active div {
    border-right: 0.01rem dashed #9E0125 !important;
}

.supportNav .search {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 1.5rem;
}

.supportNav .search input {
    display: block;
    width: 6rem;
    height: 0.36rem;
    background: #FFFFFF;
    border-radius: 0.18rem;
    border: 0.01rem solid #D6D6D6;
    padding-left: 0.36rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.14rem;
    color: #999999;
}

.supportNav .search a {
    position: absolute;
    left: 0.12rem;
    display: block;
    width: 0.16rem;
    height: 0.16rem;
}

.supportNav .search a img{
    display: block;
    width: 100%;
    height: 100%;
}

.tab-content {
    max-width: 14rem;
    margin: 0 auto;
}

.tab-support_1 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.54rem;
    color: #111111;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 0.68rem;
    padding-bottom: 0.84rem;
    display: flex;
    justify-content: center;
}

.tab-support_2 {
    display: flex;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 0.23rem;
}

.tab-support_3 {
    display: flex;
    /*width: 14rem;*/
}

.tab-support_3 input {
    display: block;
    /*width: 12.84rem;*/
    flex: 1;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #DBDBDB;
    padding: 0 0.33rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #999999;
}

.tab-support_3 a {
    display: block;
    width: 1.16rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.16rem;
    color: #9E0125;
    line-height: 0.56rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.tab-support_3 a:hover{
    background: #9E0125;
    color: #fff;
}

.selector {
    display: flex;
    justify-content: space-between;
    width: 14rem;
    margin: 0.42rem auto 0;
}

.selector .selectorItem {
    /*margin-right: 0.48rem;*/
}

.selector .selectorItem:last-child {
    margin-right: 0
}

.selector .selectorItem .selectorTit {
    margin-bottom: 0.17rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}

.selectorItem .select .selectBor {
    display: block;
    width: 4.35rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #DBDBDB;
    background: url('../img/banner/select.png') no-repeat right;
    background-position-x: 3.98rem;
    background-size: 0.14rem 0.14rem;
    box-sizing: border-box;
    padding-left: 0.24rem;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    line-height: 0.56rem;
    color: #333333;
    cursor: pointer;
}

.selectorItem .select .selectBot {
    min-height: 1rem;
    display: none;
    position: absolute;
    z-index: 999;
    width: 2.4rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    padding: 0.2rem 0.21rem 0.2rem 0.28rem;
    box-sizing: border-box;
    margin-top: 0.09rem;
}

.selectBot a {
    display: block;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.2rem;
    cursor: pointer;
     /*transition: all 0.3s ease-in-out; */
}

.selectBot a:last-child {
    margin-bottom: 0;
}

.selectBot a:hover {
    color: #9E0125;
    background: url('../img/banner/yes.png') no-repeat right center;
    background-size: 0.16rem 0.16rem;
}

.content-nav {
    width: 14rem;
    height: 0.48rem;
    background: #f6f4f5;
    margin: 0 auto;
    margin-top: 0.63rem;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 0.36rem; */
}

.nav_1 {
    width: 2.35rem;
    height: 0.48rem;
    background: #F6F4F5;
    border: 0.01rem solid #E1DFE0;
    transition: all 0.3s ease-in-out;
    display: block;
    font-family: Arial, Arial;
    line-height: 0.48rem;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
    flex: 1;
}

.nav_1:hover {
    background: #9E0125;
    border: 0.01rem solid #9E0125;
    color: #fff;
}

.nav_1.active {
    background: #9E0125;
    border: 0.01rem solid #9E0125;
    color: #fff;
}


.content-list {
    width: 14rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 0.36rem auto 0;
    flex-wrap: wrap;
    row-gap: 0.2rem;
}

.content-list .content-list_1 {
    width: 3.38rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #D5D5D5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.16rem;
}

.content-list .content-list_1:nth-child(4n) {
    margin-right: 0;
}

.content-list-img {
    padding-top: 0.23rem;
    width: 2.69rem;
    height: 2.69rem;
}

.content-list-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.content-list_1 .content-listTex {
    padding-top: 0.31rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #1A1A1A;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 0.41rem;
}

/* 页码 */
.page {
    width: fit-content;
    margin: 0 auto 1rem;
    padding-top: 0.55rem;
    display: flex;
    align-items: center;
}

.page .list {
    display: flex;
    align-items: center;
    color: rgba(154, 154, 154, 1);
}

.page .list .item {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.06rem;
    margin-right: 0.06rem;
    border: 0.01rem solid rgba(230, 230, 230, 1);
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.16rem;
    color: rgba(154, 154, 154, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.02rem;
}

.page .list .item:hover {
    background: #9E0125;
    color: #fff;
    border: 0.01rem solid #9E0125;
}

.page .list .active {
    background: #9E0125;
    color: #fff;
    border: 0.01rem solid #9E0125;
}

.page .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.06rem;
    margin-right: 0.06rem;
    border: 0.01rem solid rgba(230, 230, 230, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.02rem;
    background: #F4F4F4 !important;
}

.page .btn img {
    height: 0.11rem;
    object-fit: contain;
}

.page .prev::after {
    content: '<';
}

.page .next::after {
    content: '>';
}

.page .prev::after,
.page .next::after {
    position: absolute;
    font-size: 0.16rem;
    font-family: '宋体';
    color: #999999;
    font-weight: bold;
}

.page .prev,
.page .next {
    border: none;
    background: transparent;
}

.page .btn:hover {
    background: var(--c);
}

.page .disable {
    opacity: 0.5;
}

.page .btn:hover img {
    filter: brightness(0) invert(1);
}

.page .total {
    margin-right: 0.23rem;
    font-size: 0.14rem;
    color: #333333;
}

.page .to_page {
    font-size: 0.14rem;
    color: rgba(154, 154, 154, 1);
    margin-left: 0.21rem;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei,
        Microsoft YaHei;
    font-size: 0.16rem;
    color: #999999;
    /* line-height: 0.24rem; */
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.page .to_page input {
    width: 0.82rem;
    height: 0.4rem;
    margin: 0 0.05rem;
    padding: 0 0.1rem;
    padding-left: 0.12rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(230, 230, 230, 1);
    outline: none;
    font-size: 0.16rem;
    color: #999999;
    background: #fff;
    box-sizing: border-box;
}

.to_input {
    position: relative;
}

.page .to_page .icon {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    background-image: url(../../img/wzt/fold.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;

}

.page .list .bor {
    border: 0;
}

.page_btn {
    /* width: 0.72rem; */
    height: 0.32rem;
    padding: 0.07rem 0.22rem 0.06rem;
    background: #630C88;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    box-sizing: border-box;
    margin-left: 0.2rem;
}

.page_btn {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.Video-content {
    max-width: 14rem;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 0.48rem 0.25rem;
}

.Video-content-img {
    display: block;
    width: 4.5rem;
    height: 2.8rem;
    background: url('../img/footer/1.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border-radius: 0.15rem;
    overflow: hidden;
}


.Video-content-img .videoModal {
    position: relative;
    display: flex;
    width: 4.5rem;
    height: 2.8rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Video-content-img .videoModal video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Video-content-img .videoModal .videoMadalImg {
    display: flex;
    align-items: end;
    gap: 0.11rem;
    padding: 0 0.18rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: calc(100% - 0.36rem);
    height: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
}

.Video-content-img img {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: cover;
    margin-bottom: 0.18rem;
    /*margin: 0 auto;*/
}

.Video-content-img .videoTex {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
     margin-bottom: 0.18rem;
    /*padding-top: 0.27rem;*/
}


/* 模态框 */

.thumbnail {
    cursor: pointer;
    transition: transform 0.2s;
}

/* The Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1.07rem 2.19rem 1.07rem 2.19rem;

}

.modal-content {
    margin: auto;
    display: block;
}


.modal-img {
    width: 14.82rem;
    height: 8.55rem;
    object-fit: cover;
    padding-bottom: 1.09rem;
}

.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 1.09rem;
}

.close {
    position: absolute;
    right: 0.6rem;
    top: 0.4rem;
    color: #fff;
    font-size: 0.4rem;
    font-weight: bold;
    transition: 0.3s;
    width: 0.26rem;
    height: 0.26rem;
}





.faq {
    width: 100%;
}

.faq .faqTit {
    margin: 0.68rem 0 0.9rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.54rem;
    color: #111111;
    text-align: center;
}

.faq .faqCon {
    width: 14rem;
    margin: 0 auto;
}
.faqItem .faqItemTop:last-child{
    border: 0 !important;
}
.faq .faqCon .faqItem {
    width: 100%;
    padding-top: 0.24rem;
    padding-left: 0.06rem;
    padding-bottom: 0.26rem;
    /*border-bottom: 0.01rem solid #EAEAEA;*/
    box-sizing: border-box;
}

.faqItem .faqItemTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #111111;
    padding-top: 0.24rem;
    padding-bottom: 0.26rem;
}

.faqItem .faqItemTop .topLeft {
    display: flex;
    align-items: center;
    width: 13.5rem;
}

.topLeft .topLeftImg {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.15rem;
}


.faqItem .faqItemTop .topRight {
    display: block;
    width: 0.15rem;
    height: 0.15rem;
}

.faqCon .faqItem .faqItemBot {
    width: 100%;
    padding-left: 0.38rem;
    /*padding-top: 0.14rem;*/
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    padding-bottom: 0.21rem;
}












.botTbody {
    width: 100%;
    box-sizing: border-box;
}

.botTbody .botTr {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    border-bottom: 0.02rem solid #E8E8E8;
}

.botTr .TbodyName {
    display: flex;
    align-items: center;
    padding-left: 0.16rem;
    box-sizing: border-box;
    width: 7.8rem;
    height: 100%;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #1A1A1A;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyName img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.24rem;
}

.botTr .TbodyTime {
    display: flex;
    width: 3.46rem;
    align-items: center;
    height: 100%;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #1A1A1A;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyBtn {
    display: flex;
    justify-content: flex-end;
    width: 2.74rem;
    padding-right: 0.21rem;
    box-sizing: border-box;
}

.botTr .TbodyBtn .btn1 {
    width: 0.88rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #A8D2F5;
    box-sizing: border-box;
    margin-right: 0.21rem;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #73AEDE;
    line-height: 0.32rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyBtn .btn1:hover {
    background: #A8D2F5;
    color: #FFFFFF;
}

.botTr .TbodyBtn .btn2 {
    width: 0.88rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #9E0125;
    line-height: 0.32rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyBtn .btn2:hover {
    background: #9E0125;
    color: #FFFFFF;
}




@media only screen and (max-width: 768px) {

.contactBanner{
    height: 3.5rem !important;
    padding-top: 1.51rem !important;
    padding-left: 0 !important;
}
.contactBanner .contactBaTit{
    text-align: center;
}
.supportNav {
  padding-left: 0;
}
.supportNav .supNavItem {
  font-size: 0.28rem;
  width: 30%;
}
.tab-content {
  margin: 0 auto;
  width: 95%;
}
.tab-support_1 {
  padding-top: 0.6rem;
  padding-bottom: 0.44rem;
}
.tab-support_2 {

  font-size: 0.24rem;
  line-height: 0.5rem;
}
.tab-support_3 {

  width: 100%;
}
.tab-support_3 input {
    width: 60%;
  font-size: 0.24rem;
}
.tab-support_3 a {

  font-size: 0.24rem;
  width: 20%;
}
.selector {
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden;
}
.selector .selectorItem {
  width: 48%;
  float: left;
  margin-right: 3%;
  margin-bottom: .3rem;
}
.selector .selectorItem:nth-child(2n){
    margin-right: 0;
}

.selector .selectorItem .selectorTit {

  font-size: 0.24rem;
}
.selectorItem .select .selectBor {
  width: 100%;
  font-size: 0.24rem;
}
.heading {
  height: auto;
}
.right_p1 {

  font-size: 0.22rem;
}
.row_p1 {
  font-size: 0.22rem;
  line-height: .3rem;
}
.right_p2 {
  font-size: 0.18rem;

}
.Video-content-img{
    width:48%;
}
.Video-content-img .videoModal{
    width: 100%;
}
.page .list .item{
    font-size: 0.22rem;
}
.page .to_page{
    font-size: 0.22rem;
}
.faq .faqTit{
    margin-bottom: 0;
}
.faq {
  width: 95%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.faq .faqCon {
  margin: 0 auto;
  width: 100%;
}
.faq .faqCon .faqItem {
  width: 100%;
  padding-left: 0;
}
.faqItem .faqItemTop{
    align-items: normal;
  justify-content: normal;
}
.faqItem .faqItemTop .topLeft{
    width: 95%;
  margin-right: 1%;
}
.topLeft .topLeftImg{
    margin-top: .1rem;
}
.line1 {
  font-size: 0.26rem;
  line-height: .3rem;
  white-space: normal;
}
.faqCon .faqItem .faqItemBot{
    font-size: .242rem;
    line-height: .3rem;
}

    
}


/* .FAQ-content_1 {
    max-width: 14rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 0.24rem;
    padding-bottom: 0.21rem;
    border-bottom: 0.01rem solid #EAEAEA;
    position: relative;
}

.FAQ-content-img_1 {
    display: flex;
}

.FAQ-content-imgs_1 {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/FAQ/FAQ.png) no-repeat;
    background-size: 100% 100%;
}

.FAQ-what_1 {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #111111;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.16rem;
}

.FAQ-content-img_2 {
    position: absolute;
    right: 0;
    width: 0.15rem;
    height: 0.15rem;
    background: url(../img/FAQ/FAQ\ \(3\).png) no-repeat;
    background-size: 100% 100%;
}

.FAQ-list {
    display: none;
    width: 13.16rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.33rem;
    padding-top: 0.14rem;
}


.FAQ-content_1.active .FAQ-content-imgs_1 {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/FAQ/FAQ\ \(2\).png) no-repeat;
    background-size: 100% 100%;
}

.FAQ-content_1.active .FAQ-what_1 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #9E0125;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.FAQ-content_1.active .FAQ-content-img_2 {
    width: 0.15rem;
    height: 0.15rem;
    background: url(../img/FAQ/FAQ\ \(4\).png) no-repeat;
    background-size: 100% 100%;
}

.FAQ-content_1.active .FAQ-list {
    display: block;
} */