@media (min-width: 1080px) {
  body,
  html {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  body,
  html {
    font-size: 14px;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
}
.banner {
  width: 100%;
  height: 280px;
  background: url(/static/index/images/helpcenter/banner.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .banner {
    height: 230px;
  }
}
.banner .title {
  color: white;
  font-size: 2.625rem;
  text-align: center;
  margin-bottom: 36px;
}
.banner .in {
  display: flex;
  justify-content: center;
}
.banner .in .inp {
  width: 680px;
  height: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .banner .in .inp {
    width: 80%;
    height: 44px;
  }
}
.banner .in .inp input {
  margin: auto;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}
.banner .in .inp input::-webkit-input-placeholder {
  color: #c8c8c8;
}
.banner .in .inp input::-moz-placeholder {
  color: #c8c8c8;
}
.banner .in .inp input::-ms-input-placeholder {
  color: #c8c8c8;
}
@media (max-width: 767px) {
  .banner .in .inp input {
    height: 44px;
    margin-top: -11px;
  }
}
.banner .in .inp .icon {
  width: 60px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .in .inp .icon {
    top: -8px;
    width: 50px;
    height: 40px;
  }
}
.banner .in .inp .icon img {
  width: 60%;
  height: 60%;
}
.main {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
  width: 1080px;
  margin: auto;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .main {
    width: 95%;
    flex-direction: column;
  }
}
.main .left {
  flex: 0 0 24%;
}
@media (max-width: 767px) {
  .main .left {
    flex: 0 0 80%;
  }
}
.main .left ul {
  padding-left: 1.25rem;
  border-left: 1px solid #1D8E56;
}
.main .left ul li {
  margin-top: 16px;
  list-style: none;
  position: relative;
}
.main .left ul li .items {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .main .left ul li .items {
    display: none;
  }
}
.main .left ul li .items.show {
  display: block;
}
.main .left ul li .pulldown {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  width: 10px;
  height: 10px;
  background-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 5px;
}
@media (min-width: 767px) {
  .main .left ul li .pulldown {
    display: none;
  }
}
.main .left ul li .hidden {
  display: none;
}
@media (max-width: 767px) {
  .main .left ul li .hidden {
    display: block;
  }
}
.main .left ul li .title {
  display: block;
  font-size: 17px;
  padding-bottom: 10px;
  margin-top: 30px;
  position: relative;
  width: 90%;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .main .left ul li .title {
    width: 90%;
  }
}
.main .left ul li .title.curtab {
  color: #06b471;
}
.main .left ul li a.title:hover {
  text-decoration: none;
  color: #1D8E56;
}
.main .left ul li .item {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  color: #666;
}
.main .left ul li .item:nth-of-type(1) {
  margin-top: 22px;
}
.main .left ul li .item:hover {
  color: #1D8E56;
  text-decoration: none;
}
.main .left ul li .item.curtab {
  color: #06b471;
}
.main .left ul li:nth-child(1) .title {
  border-bottom: 1px solid #d7d7d7;
}
.main .left ul li:nth-child(2) .title {
  border-bottom: 1px solid #d7d7d7;
}
.main .left ul li:nth-child(3) .title {
  border-bottom: 1px solid #d7d7d7;
}
.main .left ul li:nth-child(4) .title {
  padding-bottom: 25px;
}
.main .right {
  flex: 0 0 65%;
}
.main .right .hidden {
  display: none;
}
.main .right .content {
  width: 100%;
}
.main .right .content .title {
  font-size: 14px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
  color: #666;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
  .main .right .content .title {
    margin-top: 20px;
  }
}
.main .right .content a.title:hover {
  text-decoration: none;
  color: #06b471;
}
.main .right .content .name {
  font-size: 1.75rem;
  color: #333;
  margin-top: 1.9rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .main .right .content .name {
    text-align: center;
  }
}
.main .right .content .disc {
  font-size: 16px;
  color: #666;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .main .right .content .disc {
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 30px;
  }
}
.main .right .content .word1 {
  margin-bottom: 0;
  font-size: 16px;
}
.main .right .content .item {
  padding: 1.25rem 0 10px 0;
}
.main .right .content .item .itemname {
  font-size: 20px;
}
@media (max-width: 767px) {
  .main .right .content .item .itemname {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
}
.main .right .content .item .itemdisc {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main .right .content .item .itemdisc {
    text-align: center;
    width: 95%;
    margin: auto;
    color: #7d7d7d;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
.main .right .content .item img {
  display: block;
  width: 30rem;
  height: 18.75rem;
}
@media (max-width: 767px) {
  .main .right .content .item img {
    margin: auto;
  }
}
.main .right .content .item .cont {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .main .right .content .item .cont {
    flex-direction: column;
  }
}
.main .right .content .item .cont .contitem {
  border: 1px solid #d7d7d7;
  flex: 0 0 45%;
  padding: 1.875rem 1.25rem;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 10.625rem;
}
@media (max-width: 767px) {
  .main .right .content .item .cont .contitem {
    height: unset;
    flex: 0 0 90%;
  }
}
.main .right .content .item .cont .contitem .itemtop {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .main .right .content .item .cont .contitem .itemtop {
    width: 90%;
  }
}
.main .right .content .item .cont .contitem .itembot {
  margin-top: -16px;
  display: none;
}
.main .right .content .item .cont .contitem .itembot .disc {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: #666;
}
.main .right .content .item .cont .contitem .disc {
  width: 100%;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: #666;
}
@media (max-width: 767px) {
  .main .right .content .item .cont .contitem .disc {
    text-align: left;
  }
}
.main .right .content .item .cont .contitem .disc:hover {
  color: #1D8E56;
  text-decoration: none;
}
.main .right .content .item .cont .contitem .icon {
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .main .right .content .item .cont .contitem .icon {
    flex: 0 0 10%;
  }
}
.main .right .content .item .cont .contitem .icon img {
  width: 30px;
  height: 30px;
}
.main .right .content .item .cont .contitem .word {
  flex: 0 0 70%;
  flex-direction: column;
}
@media (max-width: 767px) {
  .main .right .content .item .cont .contitem .word {
    flex: 0 0 80%;
    padding-left: 10px;
  }
}
.main .right .content .item .cont .contitem .word .name1 {
  font-size: 20px;
  font-weight: 800;
  margin-top: -5px;
}
.main .right .content .item .cont .contitem .word .disc {
  font-size: 16px;
}
.main .right .content .item .cont .colum {
  flex-direction: column;
}
.main .right .content .tuijain {
  font-size: 1.7rem;
  width: 100%;
  line-height: 4rem;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 3.75rem;
}
.main .right .content .tuijianitem {
  font-size: 16px;
  line-height: 2.25rem;
  display: block;
  position: relative;
  text-indent: 20px;
  color: #666;
}
.main .right .content .tuijianitem::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #06b471;
  border-radius: 50%;
  left: 0px;
  top: 15px;
}
.main .right .content .tuijianitem:hover {
  color: #06b471;
  text-decoration: none;
}
.main .right .content .title2 {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.main .right .content .title2 span {
  color: #999;
  margin-left: 5px;
}
.main .right .content .title2 img {
  max-width: 100%;
  width: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.main .right .content .title2 a {
  margin-left: 5px;
  margin-right: 5px;
  color: #999;
}
.main .right .content .title2 a:hover {
  text-decoration: none;
  color: #06b471;
}
.main .right .content .help-article > h1 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}
.main .right .content .help-article > .article-info {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}
.main .right .content .help-article > .article-info > .info-time {
  margin-right: 14px;
}
.main .right .content .help-article > .newline {
  text-indent: 2em;
}
.main .right .content .help-article > p {
  margin-top: 6px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.main .right .content .help-article a {
  color: #000;
  text-decoration: none;
}
.main .right .content .help-article a:hover {
  color: #1d8e56;
}
.main .right .content .help-article > .small-title {
  font-size: 12px;
  margin-top: 24px;
}
.main .right .content .help-article > img {
  max-width: 100%;
}
.main .right .content .help-article > .recommand {
  border-top: 1px dashed #e5e5e5;
}
.main .right .content .help-article > .recommand > .rmd-title {
  margin-top: 24px;
  font-size: 1.7rem;
  width: 100%;
  line-height: 4rem;
}
.main .right .content .help-article > .recommand > ul > li {
  list-style: none;
}
.main .right .content .help-article > .recommand > ul > li::before {
  float: left;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/help/rmd.svg) center no-repeat;
  position: relative;
  top: 5px;
}
.main .right .content .help-article > .recommand > ul > li > a {
  color: #000;
  font-size: 12px;
  /* text-decoration: none; */
  /* padding-left: 6px; */
  font-size: 16px;
  /* line-height: 1.7; */
  display: block;
  position: relative;
  text-indent: 15px;
  color: #666;
}
.main .right .content .help-article > .recommand > ul > li > a:hover {
  color: #1d8e56;
}
.main .right .content .content2 {
  padding-top: 1.25rem;
}
.main .right .content .content2 .nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 60px;
}
.main .right .content .content2 .nav .tab {
  width: 22%;
  height: 60px;
  float: left;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}
@media (max-width: 767px) {
  .main .right .content .content2 .nav .tab {
    width: 40%;
    font-size: 16px;
  }
}
.main .right .content .content2 .nav .tab:nth-of-type(2) {
  width: 60%;
}
.main .right .content .content2 .nav .tab:hover {
  color: #06b471;
}
.main .right .content .content2 .nav .curtab {
  color: #06b471;
}
.main .right .content .content2 .con .item {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  margin-top: 10px;
  position: relative;
  text-indent: 16px;
  padding: unset;
  font-size: 16px;
}
.main .right .content .content2 .con .item .sp1 {
  float: left;
}
.main .right .content .content2 .con .item .sp2 {
  float: right;
  color: #666;
}
.main .right .content .content2 .con .item::before {
  content: '';
  width: 5px;
  height: 20px;
  background-color: #06b471;
  position: absolute;
  left: 0px;
  top: 15px;
}
.main .right .content .content2 .con .item:hover {
  background-color: #fafafa;
  color: #06b471;
}
.main .right .content .content2 .con .item:hover span {
  color: #06b471;
}
@media (max-width: 700px) {
  .main .right .content .content2 .con .item {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .main .right .content .content2 .con .item::before {
    top: 8px;
  }
  .main .right .content .content2 .con .item .sp2 {
    display: none;
  }
  .main .right .content .content2 .con .item .sp1 {
    float: unset;
  }
}
.main .right .content .name2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 3.125rem;
  margin-bottom: 16px;
}
.main .right .content .time {
  font-size: 16px;
  text-align: center;
  color: #999;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .main .right .content .time {
    font-size: 14px;
  }
}
.main .right .content .word {
  margin-bottom: 20px;
  font-size: 16px;
}
.main .right .content .item2 {
  padding: 10px 0px;
}
.main .right .content .item2 .disc {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main .right .content .item2 .disc {
    text-align: left;
    width: 100%;
  }
}
.main .right .content .item2 img {
  width: 480px;
  height: 280px;
}
@media (max-width: 767px) {
  .main .right .content .item2 img {
    width: 95%;
  }
}
.main .right .content .next {
  width: 100%;
  height: 80px;
  line-height: 50px;
  border-top: 1px solid #c8c8c8;
  margin-top: 20px;
}
.main .right .content .next .prev {
  float: left;
  height: 80px;
}
@media (max-width: 767px) {
  .main .right .content .next .prev {
    height: 40px;
  }
}
.main .right .content .next .prev a:hover {
  text-decoration: none;
}
.main .right .content .next .prev a:hover .pre2 {
  color: #1D8E56;
}
.main .right .content .next .prev .pre1 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .main .right .content .next .prev .pre1 {
    font-size: 16px;
  }
}
.main .right .content .next .prev .pre2 {
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .main .right .content .next .prev .pre2 {
    font-size: 16px;
  }
}
.main .right .content .next .nex {
  float: right;
  height: 80px;
}
@media (max-width: 767px) {
  .main .right .content .next .nex {
    float: left;
    height: 40px;
  }
}
.main .right .content .next .nex a:hover {
  text-decoration: none;
}
.main .right .content .next .nex a:hover .nex2 {
  color: #1D8E56;
}
.main .right .content .next .nex .nex1 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .main .right .content .next .nex .nex1 {
    font-size: 16px;
  }
}
.main .right .content .next .nex .nex2 {
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .main .right .content .next .nex .nex2 {
    font-size: 16px;
  }
}
.other {
  width: 100%;
  height: 150px;
  background-color: #06b471;
  padding-top: 3.125rem;
}
.other .content {
  width: 1080px;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .other .content {
    width: 100%;
    flex-direction: column;
  }
}
.other .content .disc {
  flex: 0 0 40%;
}
@media (max-width: 700px) {
  .other .content .disc {
    flex: 0 0 80%;
  }
}
.other .content .disc p {
  font-size: 2rem;
  color: white;
  text-align: right;
}
@media (max-width: 700px) {
  .other .content .disc p {
    text-align: center;
  }
}
.other .content .res {
  flex: 0 0 50%;
}
@media (max-width: 700px) {
  .other .content .res {
    flex: 0 0 80%;
  }
}
.other .content .res .shiping {
  display: block;
  position: relative;
  width: 220px;
  height: 50px;
  background-color: white;
  padding-left: 32px;
  line-height: 50px;
}
.other .content .res .shiping:hover {
  opacity: 0.8;
}
.other .content .res .shiping:hover i {
  transform: translateX(10px);
  transition: transform 1s;
}
.other .content .res .shiping:hover a {
  text-decoration: none;
}
.other .content .res .shiping i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 38px;
  top: 18px;
  background: url(/static/index/images/helpcenter/jiantou.svg) no-repeat;
}
@media (max-width: 700px) {
  .other .content .res .shiping i {
    top: 13px;
  }
}
@media (max-width: 700px) {
  .other .content .res .shiping {
    margin: auto;
    display: block;
    position: relative;
    width: 190px;
    height: 40px;
    background-color: white;
    padding-left: 36px;
    line-height: 43px;
  }
}
.other .content .res .shiping a {
  font-size: 1.25rem;
  color: #06b471;
}
