html,
body {
  width: 100%;
  background: #f3f8fb;
}
.header_content {
  width: 1200px;
}
.faqContanier {
}
.all_faq_cont {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 100px;
}
.cont_title {
  font-size: 34px;
  font-weight: bold;
  padding-left: 40px;
  text-align: left;
}
.video_img {
  position: absolute;
  right: 80px;
  top: 50px;
}
.f_banner_cont {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  background: url(../img/faq/faq_banner_bg.html) no-repeat center;
  background-size: cover;
  height: 388px;
}
.f_banner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  color: #163561;
  font-size: 46px;
  font-weight: bold;
  padding-top: 104px;
}
.f_banner p {
  text-align: center;
  width: 580px;
}
.f_banner p.help_text {
  position: relative;
  padding-top: 60px;
  width: 620px;
  z-index: 0;
}
.help_text span {
  position: absolute;
  display: inline-block;
  width: 118px;
  height: 22px;
  background-color: #92eeaa;
  border-radius: 10px;
  opacity: 0.5;
  z-index: -1;
  top: 110px;
  left: 336px;
}
.ac_top {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.ac_t_detail {
  cursor: pointer;
}
.ac_t_detail p {
  color: #2f3948;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.ac_t_detail {
  width: 260px;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 0px 4px 25px 0px #f0f0f5;
  border-radius: 16px;
  margin-right: 110px;
}
.ac_top .ac_t_detail:last-child {
  margin-right: 0;
}
.ac_t_detail p img {
  margin: 0 auto;
  display: inline-block;
  margin-top: 20px;
}
.ac_t_detail p.td_title {
  font-size: 20px;
  color: #2f3948;
  font-weight: bold;
  margin-top: 14px;
}
.everyContent {
  display: block;
  width: 1200px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 95px;
}
.lastweight {
  padding-bottom: 70px;
}
.lastweight .wrightContent {
  font-size: 16px;
  line-height: 302x;
  margin-top: 14px;
}
.last_title {
  font-size: 44px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.learnMore {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 4px 25px 0px #f0f0f5;
  border-radius: 8px;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.learnMore.active .learContent {
  display: block;
}
.learnMore.active .imgBg {
  background: url(http://static.cherryproxy.com/img/faq/darraw2.webp) no-repeat;
  background-size: cover;
}
.showTitle {
  padding: 24px 30px;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.cicle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.showTitle li {
  display: inline-block;
  margin-left: 22px;
}
.imgBg {
  background: url(http://static.cherryproxy.com/img/faq/darraw1.webp) no-repeat;
  background-size: cover;
  width: 18px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.learContent {
  font-size: 14px;
  line-height: 30px;
  width: 91%;
  text-align: left;
  padding: 20px 0 10px;
  margin: 0 auto;
  border-top: 1px solid #e6e6e8;
  display: none;
}
.getVPV {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ec5b68;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  margin-left: 45px;
}

@keyframes example {
  to {
    height: 200px;
    border-left: 4px solid #4887ff;
    color: #191919;
  }
}

@keyframes exampleend {
  from {
    color: #191919;
    height: 200px;
    border-left: 4px solid #4887ff;
  }
  to {
    color: rgba(25, 25, 25, 0.1);
    height: 33px;
    border-left: 4px solid rgba(72, 135, 255, 0.2);
  }
}
.everyContent {
  margin-top: 70px;
}
.an_title {
  font-size: 22px;
  color: #465469;
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.at_text_1 {
  font-size: 42px;
  color: #465469;
  position: absolute;
  left: 0;
  top: -24px;
  font-weight: bold;
}
.an_title p {
  margin-right: 34px;
  position: relative;
  cursor: pointer;
}
.p_problem {
  width: 900px;
  display: flex;
}
.p_problem p span {
  display: none;
}
.p_problem p.active {
  color: #0d86ff;
}
.p_problem p:hover {
  color: #0d86ff;
}
.p_problem p.active span {
  width: 100%;
  position: absolute;
  height: 8px;
  background-color: #c6d6f5;
  border-radius: 4px;
  display: block;
  top: 25px;
  opacity: 0.6;
}
.an_title p.at_text_4 {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.an_title p.at_text_4:hover {
  color: #0d86ff;
}
.video_cont {
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
}
.vcont_detail {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.vd_left {
  width: 1200px;
  color: #465469;
}
.vd_title {
  font-size: 42px;
  font-weight: bold;
  padding-top: 68px;
}
.vd_text_2 {
  font-size: 14px;
}
.c_paging {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page {
  width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}
.c_paging li {
  width: 46px;
  height: 34px;
  float: left;
  text-align: center;
  line-height: 34px;
}
.c_paging li.on {
  background-color: #d9ecee;
  border-radius: 17px;
  color: #4ca7a8;
}
.c_paging li.on a {
  color: #4ca7a8;
  font-weight: bold;
}
.c_paging li a {
  font-size: 14px;
  color: #262626;
}
.c_paging li a.arraw_left {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/help/ic_left.png) no-repeat center;
  background-position: 0 0;
  position: relative;
  top: 5px;
}
.c_paging li a.arraw_left:hover {
  background-position: 0 -20px;
}
.c_paging li a.arraw_right {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/help/ic_right.png) no-repeat center;
  background-position: 0 0;
  position: relative;
  top: 5px;
}
.c_paging li a.arraw_right:hover {
  background-position: 0 -20px;
}
.vl_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 20px;
  width: 100%;
  max-width: 1200px;
  margin-top: 55px;
  overflow: hidden;
}
.vl_cont_detail {
  width: 100%;
  height: 244px;
  background: #fff;
  cursor: pointer;
}

.vl_cont_detail img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.vl_cont .vl_cont_detail:nth-child(4n) {
  margin-right: 0;
}

.vl_cont_detail p {
  box-sizing: border-box;
  padding: 0 20px;
}
.vl_cont_detail p:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
  word-wrap: break-word;
  text-align: left;
}
.vl_cont_detail p:nth-child(3) {
  font-size: 12px;
  color: #8392a2;
}
.vl_container {
  display: flex;
}
.scrollNews {
  width: 380px;
  height: 543px;
  background-color: #f7f7fa;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 172px;
  overflow-y: scroll;
}
.scrollNews ul li {
  font-size: 14px;
  color: #465469;
  text-align: left;
  display: flex;
  padding-top: 15px;
  height: 75px;
  padding-left: 15px;
}
.scrollNews ul li:nth-child(even) {
  background-color: #f0f0f5;
}
.scrollNews ul li:nth-child(odd) {
  background-color: #f7f7fa;
}
.scrollNews ul li img {
  display: inline-block;
  margin-right: 8px;
  width: 80px;
  height: 60px;
}
.scrollNews ul li span {
  font-size: 14px;
  color: #465469;
  display: inline-block;
  font-weight: bold;
}
.go_all_video a {
  width: 190px;
  display: block;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 22px;
  font-size: 16px;
  color: #0d86ff;
  font-weight: bold;
  border: solid 2px #0d86ff;
  color: #0d86ff;
  margin: 0 auto;
}
.go_all_video a:hover {
  color: #fff;
  background: #0d86ff;
}
.playerpop {
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  z-index: 98999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.playerpop #player {
  width: 2;
  position: relative;
}

.close {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.header .header_main .login a:nth-child(1) {
  color: #3d6eec;
}
.header .header_main .login a:nth-child(1):hover {
  color: #ffffff;
}
.cont_left {
  padding-top: 207px;
}
.help_cont {
  max-width: 100%;
  width: 1530px;
}
.help_nav .f_tit {
  display: block;
  margin-bottom: 18px;
  padding-right: 15px;
  line-height: 20px;
}
.help_nav .f_tit:last-child {
  margin-bottom: 0;
}
.help_nav .f_tit:hover {
  color: #3d6eec;
}
.help_cont .left_nav .help_nav {
  text-align: left;
}
.help_cont .left_nav .help_nav a.active {
  color: #3d6eec;
}
.vl_cont_container .vl_cont {
  display: none;
}
.vl_cont_container .vl_cont:first-child {
  display: grid;
}

@media screen and (max-width: 1528px) {
  .cont_left {
    display: none;
  }
}

@media screen and (max-width: 1238px) {
  .vl_cont {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 980px) {
  .vl_cont {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 635px) {
  .vl_cont {
    grid-template-columns: repeat(1, 1fr);
  }
}
