.faq-index {
  padding-top: 62px;
}

.faq-index .faq-index-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 294px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  box-sizing: border-box;
}

.faq-index .faq-index-header > h3 {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 24px;
  margin-top: 0;
}

.faq-index .faq-index-header .search-div {
  position: relative;
}

.faq-index .faq-index-header .search-div .search-input {
  width: 548px;
  height: 57px;
  box-shadow: 0 4px 8px 0 #0037b24d;
  border-radius: 29px;
  font-weight: 500;
  font-size: 18px;
  color: #9b9b9b;
  background-size: 30px;
  background-position: 20px 14px;
  padding-left: 65px;
}

.faq-index .faq-index-header .search-div .search-result {
  width: 548px;
  top: 60px;
}

.faq-index .faq-index-container1 {
  padding: 0 0 50px;
  background: #f6f7fa;
}

.faq-index .faq-index-container1 .tab {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  padding-top: 26px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.faq-index .faq-index-container1 .tab .tab-item {
  width: 185px;
  height: 64px;
  background: #ffffff;
  border-radius: 4px;
  padding-left: 27px;
  font-weight: bold;
  font-size: 16px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  margin: 12px 24px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

.faq-index .faq-index-container1 .tab .tab-item:hover {
  border: 1px solid #017ffd;
  color: #017ffd;
}

.faq-index .faq-index-container1 .tab .tab-item img {
  width: 26px;
  height: 26px;
  margin-right: 16px;
}

.faq-index .faq-index-container1 .contaienr1 {
  margin-top: 66px;
}

.faq-index .faq-index-container1 .contaienr1 h4 {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  text-align: center;
  padding: 0 30px;
}

.faq-index .common-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item {
  width: 320px;
  height: 230px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 9px 15px 21px;
  box-sizing: border-box;
  margin: 17px;
}

.faq-index
  .faq-index-container1
  .contaienr1
  .common-container
  .item
  .space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item .top {
  display: flex;
  align-items: center;
  position: relative;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item .top img {
  width: 37px;
  height: 37px;
  margin-right: 4px;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item .top span {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.faq-index
  .faq-index-container1
  .contaienr1
  .common-container
  .item
  .top
  .more {
  display: none;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item ul {
  padding-left: 21px;
  margin: 0;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item ul li {
  font-weight: 500;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 22px;
  margin-top: 15px;
}

.faq-index
  .faq-index-container1
  .contaienr1
  .common-container
  .item
  ul
  li:hover {
  color: #017ffd;
}

.faq-index .faq-index-container1 .contaienr1 .common-container .item .link {
  color: #017ffd;
  text-decoration: none;
  font-size: 16px;
}

.faq-index .faq-index-container2 {
  padding: 50px 0 38px;
}

.faq-index .faq-index-container2 h4 {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  margin-bottom: 21px;
  text-align: center;
}

.faq-index .faq-index-container2 .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-index .faq-index-container2 .container .item {
  width: 280px;
  height: 211px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 #4a90e233;
  margin: 15px 10px;
}

.faq-index .faq-index-container2 .container .item > a {
  display: block;
  width: 280px;
  height: 166px;
  position: relative;
}

.faq-index .faq-index-container2 .container .item .pic .img {
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faq-index .faq-index-container2 .container .item span {
  display: block;
  width: 280px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
}

.faq-index .faq-index-container2 > a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #017ffd;
  font-size: 16px;
  margin-top: 14px;
}

.faq-index .faq-index-container3 {
  width: 100%;
  display: flex;
  padding: 58px 0 89px;
  background: #f6f7fa;
}

.faq-index .faq-index-container3 .container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.faq-index .faq-index-container3 .container h5 {
  font-weight: 500;
  font-size: 21px;
  color: #000000;
  margin-bottom: 27px;
}

.faq-index .faq-index-container3 .container ul li {
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
  margin-top: 12px;
}

.faq-index .faq-index-container3 .container:last-child::before {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: -1px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: 0;
  border: none;
}

.wp {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.f-top {
  overflow: hidden;
  margin-bottom: 33px;
}

.f-top .l {
  width: 56%;
  padding-left: 48px;
  position: relative;
}

/* .f-top .l::after{content:"";display:block;width:1px;height:124px;background-color:#e5e5e5;position:absolute;top:14px;right:0} */

.f-top .r {
  float: none;
  width: auto;
  text-align: right;
  font-size: 14px;
  color: #4a4a4a;
}

.f-dl {
  float: left;
  font-size: 12px;
  width: 134px;
}

.f-dl dt {
  font-size: 17px;
  color: #333;
  margin-bottom: 22px;
}

.f-dl dd {
  margin: 0;
  padding: 0;
}

.f-dl dd a {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #4a4a4a;
  transition: 0.3s;
  margin-bottom: 12px;
}

.f-copy a:hover,
.f-dl dd a:hover {
  color: #017ffd;
}

.f-txt {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.f-txt .t {
  font-size: 21px;
  color: #333;
  margin-bottom: 21px;
  margin-top: -5px;
}

.f-txt p {
  margin-bottom: 12px;
}

.f-qr {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 200px;
  margin-left: 26px;
}

.f-qr img {
  display: block;
  width: 106px;
  margin: 0 auto;
}

.ul-iconsb1 {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 57px;
}

.ul-iconsb1 li {
  float: left;
  width: 20%;
  list-style: none;
}

.ul-iconsb1 .con {
  padding-right: 10px;
  overflow: hidden;
}

.ul-iconsb1 .icn {
  float: left;
  width: 35px;
  margin-right: 15px;
}

.ul-iconsb1 .icn img {
  display: block;
  width: 100%;
}

.ul-iconsb1 .txt {
  overflow: hidden;
  color: #4a4a4a;
}

.ul-iconsb1 .t {
  font-size: 14px;
  color: #333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.5em;
  margin-bottom: 4px;
}

.ul-iconsb1 .p {
  font-size: 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.5em;
}

.f-ships {
  overflow: hidden;
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.f-ships .l {
  width: 10.2%;
  color: #333;
}

.f-ships:hover .oh {
  height: auto;
}

.f-ships .link {
  color: #9b9b9b;
  float: left;
  width: 11%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.f-ships .oh {
  height: 66px;
  min-height: 66px;
}

.f-ships .link:hover {
  color: #333;
}

.oh {
  overflow: hidden;
}

.f-copy {
  text-align: center;
  font-size: 14px;
  color: #4a4a4a;
}

.f-copy p {
  margin-bottom: 10px;
}

.f-copy a {
  color: #4a4a4a;
  transition: 0.3s;
}

.footer-m {
  display: none;
}

.cur,
.cur a {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 20px;
}

.cur {
  margin: 18px 0 10px 9px;
}

.cur a:hover {
  color: #ca1318;
}

.pages {
  text-align: center;
  margin: 21px 0 38px;
}

.pages ul {
  display: inline-block;
}

.pages ul li {
  float: left;
  margin: 0 5px;
}

.pages ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #555;
  border: 1px solid #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.pages ul a:hover,
.pages ul li.on a {
  background-color: #ea3032;
  border: 1px solid #ea3032;
  color: #fff;
}

.pages ul li.next,
.pages ul li.prev {
  font-weight: 700;
  font-family: "宋体";
  font-size: 20px;
  margin: 0 15px;
}

.pages ul li span {
  display: inline-block;
  margin-top: 5px;
  font-weight: 700;
  font-family: Arial;
  color: #dadada;
}

body #header.faq-header {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

body .faq-header ul#nav li a {
  color: #34495e;
}

.faq-index .m-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.faq-index .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.faq-index .m-pop .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  max-height: 90%;
}

.faq-index .m-popvideo {
  position: relative;
  max-height: 90%;
  max-width: 868px;
  margin: 0 auto;
}

.faq-index .m-popvideo video {
  display: block;
  width: 100%;
  max-height: 92vh;
  margin: 0 auto;
}

.faq-index .m-popvideo .close {
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(https://staticgw.fangcloud.com/images/cls.png) center
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

@media screen and (max-width: 960px) {
  .f-form,
  .f-form .wp {
    display: block;
  }

  .f-form .l {
    display: none;
    float: none;
  }

  .f-form .r {
    float: none;
    width: auto;
  }

  .f-form .group {
    display: block;
  }

  .f-form .item {
    margin-right: 0;
    width: auto !important;
    height: auto; /* margin-bottom:12px */
  }

  .bd-online-btn-group {
    display: none;
  }

  .faq-index .faq-index-header > h3 {
    font-size: 27px;
  }
  .faq-index .faq-index-header .search-div {
    width: 100%;
  }
  .faq-index .faq-index-header .search-div #search-form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .faq-index .faq-index-header .search-div .search-input {
    height: 52px;
    width: 90%;
    max-width: 548px;
  }
  .faq-index .faq-index-container1 .tab {
    padding-top: 8px;
  }
  .faq-index .faq-index-container1 .tab .tab-item {
    width: 118px;
    height: 39px;
    padding: 0;
    justify-content: center;
  }
  .faq-index .faq-index-container1 .tab .tab-item img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .faq-index .faq-index-container1 .tab .tab-item {
    font-size: 14px;
  }
  .faq-index .faq-index-container1 .contaienr1 {
    margin-top: 33px;
  }
  .faq-index .faq-index-container1 .contaienr1 h4 {
    margin: 0;
    margin-bottom: 25px;
  }
  .faq-index .faq-index-container1 .contaienr1 .common-container {
    margin-bottom: 80px;
  }
  .faq-index .faq-index-container1 .contaienr1 .common-container:last-child {
    margin-bottom: 0;
  }
  .faq-index .faq-index-container3 {
    flex-direction: column;
  }
  .faq-index .faq-index-container3 {
    padding: 42px 0 51px;
  }
  .faq-index .faq-index-container3 .container {
    width: 100%;
    margin-top: 85px;
    text-align: left;
    align-items: flex-start;
  }
  .faq-index .faq-index-container3 .container:first-child {
    margin-top: 0;
  }
  .faq-index .faq-index-container3 .container h5 {
    margin-bottom: 13px;
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .faq-index .faq-index-container3 .container ul {
    margin: 0;
  }
  .faq-index .faq-index-container3 .container ul li {
    font-size: 16px;
  }
  .faq-index .faq-index-header .search-div .search-result {
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer-m {
    height: 50px;
    display: block;
  }

  .footer-m .box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-m .a {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: #06c05f;
  }

  .footer-m .a img {
    width: 24px;
    margin-right: 10px;
  }

  .footer-m .tel {
    background-color: #017ffd;
  }
  .ask_o_back_top {
    display: none;
  }

  .faq-index .faq-index-container1 .contaienr1 .common-container .item {
    width: 80%;
    margin: 12px;
    height: auto;
    padding: 0;
  }
  .faq-index
    .faq-index-container1
    .contaienr1
    .common-container
    .item
    .space-between {
    display: none;
    padding: 0 13px 20px;
    height: 150px;
    background: #ecf1ff;
  }
  .faq-index
    .faq-index-container1
    .contaienr1
    .common-container
    .item
    .space-between.show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .faq-index .faq-index-container1 .contaienr1 .common-container .item .top {
    padding: 3px 13px;
  }
  .faq-index
    .faq-index-container1
    .contaienr1
    .common-container
    .item
    .top
    span {
    font-size: 18px;
  }
  .faq-index
    .faq-index-container1
    .contaienr1
    .common-container
    .item
    .top
    .more {
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    cursor: pointer;
  }
}

@media screen and (max-width: 900px) {
  .footer {
    text-align: initial;
  }
  body.index #mobile-bar {
    height: 62px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    top: -1px;
  }
  #mobile-bar .menu-button {
    top: 20px;
  }
  #mobile-bar .logo img {
    margin-top: 16px;
  }
  body.index .sidebar.open {
    padding: 60px 0 20px;
  }
  body.index .sidebar.open .main-menu li {
    line-height: 48px;
    border-top: 1px solid #dee0e3;
  }
  body.index .sidebar.open .main-menu li a {
    color: #333;
    font-size: 16px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .wp {
    width: auto;
    padding: 0 15px;
    max-width: none;
  }

  .m-dfbox {
    display: block;
    margin-bottom: -1px;
  }

  .m-dfbox .item {
    margin: 0;
    padding-bottom: 0;
  }

  .m-dfbox .type {
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: 48px;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .m-dfbox .on .dropicon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .m-dfbox .type .dropicon {
    display: block;
  }

  .m-dfbox .v2 {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 40px;
    border-bottom: 1px solid #dee0e3;
  }

  .m-dfbox .Multiple {
    display: none;
  }

  .menuBtn {
    display: block;
  }

  .h-r {
    display: none;
    float: none;
    width: auto;
  }

  .m-header > .h-user {
    position: fixed;
    top: 0;
    right: 12px;
    line-height: 50px;
    display: none;
  }

  .h-user .img {
    background-size: 20px;
  }

  .h-menu {
    display: none;
  }

  .nav .v1 {
    font-size: 16px;
    padding: 0 20px;
    display: block;
  }

  .h-r .link {
    display: block;
    float: none;
    width: auto;
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #dee0e3;
    color: #333;
    padding: 0 20px;
    margin-right: 0;
  }

  .h-r .link.reg {
    background-color: #fff;
    color: #333;
    padding: 0 20px;
  }

  .f-form {
    padding-bottom: 2em;
  }

  .f-form .icn {
    margin-top: 0;
  }

  .ul-numsb1 {
    padding: 12px 0;
  }

  .ul-numsb1 .con {
    font-size: 14px;
    padding: 0 10px;
  }

  .ul-numsb1 .top {
    display: block;
  }

  .f-top .l {
    float: none;
    width: auto;
    padding-left: 0;
  }

  .f-top .r {
    float: none;
    width: auto;
    display: none;
  }

  .f-top .l::after {
    display: none;
  }

  .f-dl {
    float: none;
    width: auto;
  }

  .f-dl dt {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    line-height: 45px;
  }

  .f-dl dt::after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    width: 8px;
    height: 8px;
    transition: all 0.2s;
    transform: rotateZ(-135deg);
    position: absolute;
    top: 20px;
    right: 5px;
  }

  .f-dl.on dt::after {
    transform: rotateZ(45deg);
  }

  .f-dl dd {
    margin-top: 15px;
    overflow: hidden;
    display: none;
  }

  .f-dl dd a {
    float: left;
    width: 33.33%;
    line-height: 30px;
    margin-bottom: 0;
  }

  .f-txt {
    display: none;
  }

  .f-qr {
    display: block;
    width: auto;
    margin-left: 0;
  }

  .f-ships,
  .ul-iconsb1 {
    display: none;
  }

  .footer {
    padding: 1em 0;
  }

  .faq-index .m-popvideo .close {
    width: 30px;
    height: 30px;
    top: -30px;
    right: -10px;
  }
}
