.section .wrap {
  padding: 25px 256px 0 261px;
  margin: 126px auto 8px;
  position: relative;
}
.section .wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
  width: calc(100% - 517px);
  height: 1px;
  background: rgba(191, 191, 191, 0.2);
}
.section .wrap .bread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 45px 0;
}
.section .wrap .bread .flex {
  display: flex;
}
.section .wrap .bread .flex a {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  transition: 0.6s;
}
.section .wrap .bread .flex a:hover {
  color: #EC6716;
}
.section .wrap .bread .quiz {
  width: 119px;
  height: 38px;
  background: #EC6716;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #FFFFFF;
  transition: 0.6s;
  border: 1px solid transparent;
}
.section .wrap .bread .quiz:hover {
  background: transparent;
  border: 1px solid #EC6716;
  color: #EC6716;
}
.section .wrap .title .text {
  text-align: center;
}
.section .wrap .title .text p {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #2A2A2A;
}
.section .wrap .title .text span {
  font-size: 40px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #2A2A2A;
  display: block;
  margin: 19px 0 0 0;
}
.section .wrap .title .help_search {
  width: 500px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 22px;
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 34px;
}
.section .wrap .title .help_search input {
  width: inherit;
  height: 100%;
  font-size: 13px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  border: none;
  background: transparent;
}
.section .wrap .title .help_search input::placeholder {
  color: rgba(32, 32, 32, 0.7);
}
.section .wrap .title .help_search .click {
  cursor: pointer;
}
.section .wrap .content {
  width: 890px;
  max-width: 100%;
  margin: 80px auto 0;
}
.section .wrap .content .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section .wrap .content .swiper {
  width: 1050px;
  margin: auto;
  transform: scale(0.85);
}
.section .wrap .content .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .content .swiper .swiper-slide .item {
  width: 211px;
  height: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.section .wrap .content .swiper .swiper-slide .item:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.section .wrap .content .swiper .swiper-slide .item .img {
  width: 120px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
  transition: 1s;
}
.section .wrap .content .swiper .swiper-slide .item .img img{
    width: 100%;
}
.section .wrap .content .swiper .swiper-slide .item .text {
  font-size: 16px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #121212;
  transition: 0.6s;
}
.section .wrap .content .swiper .swiper-slide .item:hover .text,.section .wrap .content .swiper .swiper-slide .item.on .text {
  color: #ec6816;
}
.section .wrap .content .swiper .swiper-slide .item:hover .img,.section .wrap .content .swiper .swiper-slide .item.on .img {
  transform: translateY(-10px);
}

.section .wrap .content .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .wrap .content .button img {
  cursor: pointer;
}
.section .wrap .content .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 51px auto 0;
}
.section .wrap .content .swiper-pagination span {
  background: #BFBFBF;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 12px 0 0;
  transition: 0.7s;
}
.section .wrap .content .swiper-pagination span:last-child {
  margin: 0 !important;
}
.section .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ec6816;
  opacity: 1;
}
.section .wrap .matter {
  width: 896px;
  margin: 35px auto 0;
  max-width: 100%;
}
.section .wrap .matter .item {
  border-bottom: 1px solid rgba(191, 191, 191, 0.28);
  display: block;
  position: relative;
  overflow: hidden;
}
.section .wrap .matter .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ec6816;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: 1.3s;
}
.section .wrap .matter .item .show {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.section .wrap .matter .item .show p {
  font-size: 16px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  transition: 0.6s;
}
.section .wrap .matter .item .show .iconfont {
  color: #525252;
  font-weight: bold;
  font-size: 12px;
  transition: 0.6s;
}
.section .wrap .matter .item:hover:after {
  transform: translateX(0);
}
.section .wrap .matter .item:hover .show p {
  color: #ec6816;
}
.section .wrap .matter .item:hover .show .iconfont {
  color: #ec6816;
}
.section .wrap .matter .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 44px auto 0;
}
.section .wrap .matter .more p {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  margin: 0 11px 0 0;
  transition: 0.6s;
}
.section .wrap .matter .more .iconfont {
  color: #525252;
  font-weight: bold;
  font-size: 12px;
  transform: rotate(90deg);
  transition: 0.6s;
}
.section .wrap .matter .more:hover .iconfont {
  color: #ec6816;
}
.section .wrap .matter .more:hover p {
  color: #ec6816;
}
.section .wrap .page {
  display: flex;
  margin: 86px 0 0 0;
}
.section .wrap .page .the_left {
  width: 1023px;
  margin: 0 82px 0 0;
}
.section .wrap .page .the_left span {
  font-size: 26px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #202020;
  display: block;
  margin: 0 0 68px 0;
}
.section .wrap .page .the_left p {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: 200;
  color: #202020;
  line-height: 29px;
}
.section .wrap .page .other {
  padding: 0 0 0 61px;
  position: relative;
}
.section .wrap .page .other:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #bfbfbf;
  width: 1px;
  height: 300px;
  opacity: 0.28;
}
.section .wrap .page .other .headline {
  font-size: 18px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  margin: 0 0 37px 0;
}
.section .wrap .page .other .more {
  display: flex;
  align-items: center;
}
.section .wrap .page .other .more p {
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #EC6716;
  margin: 0 9PX 0 0;
}
.section .wrap .page .other .more .iconfont {
  color: #ec6716;
  font-size: 12px;
  font-weight: bold;
}
.section2 .wrap {
  width: 1300px;
  margin: 100px auto 33px;
  padding: 0 0 21px 0;
  border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}
.section2 .wrap .title {
  font-size: 26px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #2A2A2A;
  text-align: center;
  margin: 0 0 49px 0;
}
.section2 .wrap .content {
  padding: 0 74px 0 57px;
}
.section2 .wrap .content .matter {
    display: flex;
    flex-wrap: wrap;
}
.section2 .wrap .content .matter .item {
  width: 383px;
    margin: 0 10px 10px 0;
}
.section2 .wrap .content .matter .item:nth-child(3n) {
  margin: 0 0 10px 0;
}
.section2 .wrap .content .matter .item .img {
  width: 100%;
  height: 215px;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
}
.section2 .wrap .content .matter .item .img img:not(.play img) {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section2 .wrap .content .matter .item .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.section2 .wrap .content .matter .item .text {
  margin: 22px 0 0 0;
}
.section2 .wrap .content .matter .item .text p {
  font-size: 16px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #2A2A2A;
  transition: 0.6s;
}
.section2 .wrap .content .matter .item:hover .img img:not(.play img) {
  transform: scale(1.1);
}
.section2 .wrap .content .matter .item:hover .text p {
  color: #ec6816;
}
.section2 .wrap .content .more {
  width: 100%;
    justify-content: center;
  margin: 66px auto 0;
  display: flex;
  align-items: center;
}
.section2 .wrap .content .more p {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  margin: 0 11px 0 0;
  transition: 0.6s;
}
.section2 .wrap .content .more .iconfont {
  color: #525252;
  font-weight: bold;
  font-size: 12px;
  transform: rotate(90deg);
  transition: 0.6s;
}
.section2 .wrap .content .more:hover .iconfont {
  color: #ec6816;
}
.section2 .wrap .content .more:hover p {
  color: #ec6816;
}
/*# sourceMappingURL=help.css.map */
@media screen and (max-width: 1850px) {
    .section .wrap{
        padding: 25px 200px 0 200px;
    }
    .section .wrap:after{
        width: calc(100% - 400px);
    }
    .section2 .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1728px) {
    .section .wrap{
        padding: 25px 100px 0 100px;
    }
    .section .wrap:after{
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1510px) {
    .section .wrap{
        padding: 25px 5% 0 5%;
    }
    .section .wrap:after{
        width: 90%;
    }
    .section2 .wrap .content .matter .item{
        width: 32.5%;
    }
    .section2 .wrap .content .matter .item .img{
        height: auto;
    }
    .section2 .wrap .content{
        padding: 0;
    }
    .section .wrap .page .the_left{
        width: 74%;
    }
}
@media screen and (max-width: 1045px) {

    .section2 .wrap .content .matter .item{
        width: 32%;
    }

}

@media screen and (max-width: 1023px) {
    .section .wrap{
        margin: 136px auto 8px;
    }
    .section .wrap .bread .flex a{
        font-size: 12px;
    }
    .section .wrap .bread .quiz {
        width: 102px;
        height: 34px;
        font-size: 12px;
    }
    .help_page  .section .wrap .bread .quiz{
        margin: 16px 0 0 0;
    }

    .section .wrap:after{
        display: none;
    }
    .section .wrap .title .text p{
        font-size: 13px;
    }
    .section .wrap .title .text span{
        font-size: 28px;
    }
    .section .wrap .title .help_search{
        width: 100%;
        margin: 24px auto 0;
    }
    .section .wrap .content .swiper .swiper-slide .item:not(:last-child){
        border: none;
    }
    .section .wrap .content .swiper .swiper-slide .item{
        width: 100%;
        height: auto;
    }
    .section .wrap .content .swiper .swiper-slide .item .text{
        font-size: 12px;
    }
    .section .wrap .content .button{
        display: none;
    }
    .section .wrap .content .swiper{
        transform: scale(1);
    }
    .section .wrap .content .swiper .swiper-slide .item .img{
        width: 37px;
        height: 37px;
        margin: 0 auto 12px;
        transform: none!important;
    }
    .section .wrap .content {
        margin: 39px auto 0;
    }
    .section .wrap .matter .item .show p{
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        width: 80%;
        text-overflow: ellipsis;
    }
    .section .wrap .matter{
        margin: 20px auto 0;
    }
    .section .wrap .content .swiper-pagination{
        display: none;
    }
    .section .wrap .matter .item .show{
        height: 62px;
    }
    .section .wrap .content .swiper .swiper-slide{
        display: grid;
        grid-template-columns: repeat(5,1fr);
    }
    .section .wrap .matter .more{
        margin: 25px auto 0;
    }
    .section2 .wrap{
        margin: 58px auto 33px;
    }
    .section2 .wrap .content .matter{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 27px 0;
    }
    .section2 .wrap .content .matter .item {
        width: 100%;
    }
    .section2 .wrap .content .matter .item .text p{
        font-size: 14px;
    }
    .section2 .wrap .content .matter .item{
        margin: 0!important;
    }
    .section2 .wrap .title{
        font-size: 24px;
        margin: 0 0 30px 0;
    }
    .section .wrap .bread{
        flex-wrap: wrap;
    }
    .section .wrap .page{
        flex-direction: column;
        margin: 0;
    }
    .section .wrap .page .the_left {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section .wrap .page .the_left span{
        font-size: 22px;
        margin: 0 0 22px 0;
    }
    .section .wrap .page .the_left p{
        font-size: 13px;
        line-height: 32px;
    }

    .section .wrap .page .other{
        padding: 0;
    }
    .section .wrap .page .other:after{
        display: none;
    }
    .section .wrap .page .other .headline{
        margin: 0 0 20px 0;
    }

}


@media screen and (max-width: 500px) {
    .section .wrap{
        margin: 92px auto 8px;
    }
}