.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: 0;
  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;
}
.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 .after-sales {
  margin: 99px 0;
  width: 500px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 34px;
}
.section .wrap .after-sales input {
  width: inherit;
  height: 100%;
  font-size: 13px;
  font-family: X-ZhongHei;
  font-weight: normal;
  border: none;
  background: transparent;
}
.section .wrap .after-sales input::placeholder {
  color: rgba(32, 32, 32, 0.7);
}
.section .wrap .after-sales .click {
  cursor: pointer;
}
.section .wrap .content .cut {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(191, 191, 191, 0.2);
  margin: 0 0 22px 0;
}
.section .wrap .content .cut a {
  font-size: 15px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  opacity: 0.8;
  transition: 1s;
  position: relative;
  padding: 0 0 22px 0;
}
.section .wrap .content .cut a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #ec6716;
  transition: 0.4s;
}
.section .wrap .content .cut a:not(:last-child) {
  margin: 0 57px 0 0;
}
.section .wrap .content .cut a.on,
.section .wrap .content .cut a:hover {
  opacity: 1;
}
.section .wrap .content .cut a.on:after,
.section .wrap .content .cut a:hover:after {
  width: 100%;
  left: 0;
}
.section .wrap .content .result {
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
  opacity: 0.8;
  margin: 0 0 50px 0;
}
.section .wrap .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section .wrap .content .flex a {
  width: 47%;
  height: 84px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: rgba(32, 32, 32, 0.8);
  border-bottom: 1px solid rgba(191, 191, 191, 0.28);
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.section .wrap .content .flex a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  height: 1px;
  background: #ec6716;
  transition: 1.3s;
}
.section .wrap .content .flex a:hover {
  color: #ec6716;
}
.section .wrap .content .flex a:hover:after {
  transform: translateX(0);
}
.section .wrap .content .video {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 24px;
}
.section .wrap .content .video .item {
  width: 100%;
}
.section .wrap .content .video .item .picture {
  width: 100%;
  min-height: 268px;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  cursor: pointer;
}
.section .wrap .content .video .item .picture img:not(.play img) {
  width: 100%;
  height: 100%;
  min-height: 268px;
  transition: 3s;
}
.section .wrap .content .video .item .picture .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section .wrap .content .video .item .text {
  margin: 22px 0 0 0;
  font-size: 16px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #2A2A2A;
  transition: 0.6s;
}
.section .wrap .content .video .item:hover img:not(.play img) {
  transform: scale(1.1);
}
.section .wrap .content .video .item:hover .text {
  color: #ec6716;
}
.section .wrap .content .common_pagination {
  margin: 91px 0 0 0;
}
/*# sourceMappingURL=issue.css.map */

@media screen and (max-width: 1850px) {
    .section .wrap {
        padding: 25px 200px 0 200px;
    }
}
@media screen and (max-width: 1728px) {
    .section .wrap {
        padding: 25px 100px 0 100px;
    }
}
@media screen and (max-width: 1510px) {
    .section .wrap {
        padding: 25px 5% 0 5%;
    }
    .section .wrap .content .video .item .picture,.section .wrap .content .video .item .picture img:not(.play img){
        min-height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .section .wrap{
        margin: 139px auto 8px;
    }
    .section .wrap .after-sales{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section .wrap .bread{
        margin: 0 0 30px 0;
    }
    .section .wrap .content .cut a:not(:last-child) {
        margin: 0 42px 0 0;
    }
    .section .wrap .content .cut a{
        padding: 0 0 15px 0;
    }
    .section .wrap .content .flex{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .section .wrap .content .flex a{
        width: 100%;
        height: 62px;
        font-size: 13px;
    }
    .section .wrap .content .result{
        margin: 0 0 30px 0;
    }
    .section .wrap .content .common_pagination {
        margin: 47px 0 0 0;
    }
    .common_pagination a:not(:first-child,:last-child){
        font-size: 14px;
    }
    .section .wrap .content .video{
        grid-template-columns: repeat(2,1fr);
    }
    .section .wrap .content .video .item .text{
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .section .wrap{
        margin: 92px auto 8px;
    }
    .section .wrap .content .video{
        grid-template-columns: repeat(1,1fr);
    }
}