.faqs-nav ul {
  list-style: none;
}
.content-menu {
  display: none;
}
.list-arrow {
  display: inline-block;
  width: 12px;
  height: 7px;
  transition: all 0.5s;
}
.list-arrow-roate {
  transform: rotate(180deg);
}
.left-nav-bar {
  background: #FFFFFF;
  box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
  border-radius: 4px;
}
.faqs-nav .left-nav-bar li a {
  font-size: 16px;
  color: #2C2D2E;
  line-height: 16px;
}
.faqs-nav a {
  padding: 12px 0;
}
.faqs-nav > ul > .active,
.faqs-nav > ul > .active > a {
  color: #004097;
}
.faqs-nav .left-nav-bar li:hover > a {
  color: #004097;
  text-decoration: none;
}
.active-bor {
  width: 6px;
  height: 20px;
  background: #004097;
  left: 0;
  top: 25%;
}
.faqs-nav .left-nav-bar .subnav a {
  color: #6B6B6B;
}
.faqs-nav .left-nav-bar .subnav .active {
  color: #3B75C5;
}
.faqs-nav .left-nav-bar .subnav a:hover {
  color: #3B75C5;
  text-decoration: none;
}
.bg-orengered {
  background: url(/catalog/view/theme/chinadivision_web/image/resources/help/fba/answers-to-popular-questions.webp) no-repeat center;
  background-size: cover;
  margin-top: 51px;
  height: 400px;
  padding-top: 5%;
}
.bg-orengered h1 {
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.bg-orengered p {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.bg-orengered .started-now {
  border-radius: 100px;
  color: #054A9C;
  padding: 10px 35px;
  font-size: 16px;
}
.bg-orengered .started-now:hover {
  background: #B9D5E6 !important;
}
.main-resources {
  padding: 100px 0;
}
.q-a-box {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.q-a-box .q-a-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.q-a-box .q-a-content .q-a-title {
  font-size: 28px;
  font-family: Open Sans;
  font-weight: bold;
  color: #161616;
  margin-bottom: 40px;
}
.q-a-box .q-a-content .q-a-item {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eef0f2;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.q-a-box .q-a-content .q-a-item .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 22px 35px;
}
.q-a-box .q-a-content .q-a-item .item-title span {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 600;
  color: #212b36;
  word-wrap: break-word;
  word-break: break-word;
}
.q-a-box .q-a-content .q-a-item .item-title img {
  width: 20px;
  height: 12px;
  transform: rotate(0deg);
  transition-property: width, height, transform;
  transition-duration: 0.1s;
}
.q-a-box .q-a-content .q-a-item .item-remark {
  display: none;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #212b36;
  box-sizing: border-box;
  padding: 30px 35px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.q-a-box .q-a-content .q-a-item .item-remark::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 1px;
  background-color: #eef0f2;
  left: 35px;
  top: 0;
}
.q-a-box .q-a-content .active .item-title img {
  transform: rotate(180deg);
}
.q-a-box .q-a-content .active .item-remark {
  display: block;
}
.min-content {
  width: 100%;
  min-width: 100%;
}
.resources {
  padding: 0 120px;
}
.resources-content {
  background: #FFFFFF;
  box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
  border-radius: 4px;
  padding: 30px;
}
.content-list {
  padding: 15px 0;
  border-bottom: 1px dashed #EEEEEE;
}
.content-title {
  font-size: 20px;
  color: #2C2D2E;
  line-height: 20px;
  margin-bottom: 20px;
}
.content-title .point {
  width: 8px;
  height: 8px;
  background: #FF812F;
  margin-right: 15px;
}
.content-text {
  font-size: 16px;
  color: #2C2D2E;
  letter-spacing: 0;
  line-height: 16px;
}
.content-subtext {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 19px;
  color: #6B6B6B;
  background: #F1F7FF;
  border-radius: 5.19px;
}
.glossary {
  padding: 30px 0;
}
.glossary-title span {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 5px 20px;
  background: #FB9E61;
  border-radius: 100px;
}
.started-now {
  margin-top: 30px;
}
.glossary .card-title {
  font-size: 16px;
  color: #2C2D2E;
  letter-spacing: 0;
  line-height: 18px;
  margin: 20px 0 10px;
}
.glossary .card-text {
  font-size: 14px;
  color: #6B6B6B;
  letter-spacing: 0;
  line-height: 18px;
}
@media screen and (min-width: 1030px) {
  .countres-box {
    padding: 100px 0;
    background-color: #f8f8f8;
  }
  .countres-box .container .choice_box_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
  }
  .countres-box .container .choice_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 220px;
  }
  .countres-box .container .choice_box .choice_img {
    margin-right: 15px;
  }
  .countres-box .container .choice_box a {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #Fff;
    border-radius: 10px;
  }
  .countres-box .container .choice_box p {
    font-size: 16px;
    color: #212529;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .added-box {
    padding: 100px 0;
    background-color: #fff;
  }
  .added-box .container {
    width: 1200px;
  }
  .added-box .container .box-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
  }
  .added-box .container .container-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .added-box .container .container-box .box-item {
    border-bottom: 1px solid #d8d8d8;
  }
  .added-box .container .container-box .box-item .item-header {
    display: flex;
    align-items: center;
  }
  .added-box .container .container-box .box-item .item-header .header-left {
    width: 50px;
  }
  .added-box .container .container-box .box-item .item-header .header-left img {
    width: 30px;
  }
  .added-box .container .container-box .box-item .item-header .header-right {
    font-size: 16px;
  }
  .added-box .container .container-box .box-item .item-remark {
    font-size: 14px;
    color: #ccc;
  }
  .commitments-minimum {
    background: #004097;
    padding: 68px 0;
  }
  .commitments-minimum .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .commitments-minimum .container .bg-none {
    background: none !important;
  }
  .commitments-minimum .container .card-title {
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 30px;
  }
  .commitments-minimum .container .card-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 20px;
  }
  .commitments-minimum .container .started-now {
    font-size: 16px;
    line-height: 22px;
    color: #004097;
    border-color: #004097 !important;
    border-radius: 100px;
    padding: 14px 57px;
    background: #fff;
  }
  .commitments-minimum .container .started-now:hover {
    background: #B9D5E6 !important;
  }
  .makes_text_box {
    width: 520px;
  }
  .makes_text_box:nth-child(1) {
    padding-right: 50px;
  }
  .makes_text_box:nth-child(2) {
    padding-left: 50px;
  }
  .makes {
    padding-bottom: 50px;
  }
  .makes .makes_title_h3 {
    width: 100% !important;
    display: block;
    font-family: Open Sans;
    margin: 20px 0 !important;
  }
  .makes .makes_title_text {
    width: 100%  !important;
    margin: 20px 0 !important;
    font-size: 14px;
    font-family: Open Sans;
    color: #737373;
  }
  .makes .makes_item {
    width: 1040px;
    margin: 0 auto;
    padding-top: 81px;
    box-sizing: border-box;
  }
  .makes .makes_item .makes_title {
    width: 100%;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 60px;
  }
  .makes .makes_item .makes_text {
    display: flex;
    flex-wrap: wrap;
  }
  .makes .makes_item .makes_text .makes_text_item {
    width: 520px;
    height: 100px;
    display: flex;
  }
  .makes .makes_item .makes_text .makes_text_item .makes_img {
    margin-right: 17px;
  }
  .makes .makes_item .makes_text .makes_text_item img {
    min-height: 70px;
    width: 76px !important;
  }
  .makes .makes_item .makes_text .makes_text_item .males_quality {
    width: 487px;
  }
  .makes .makes_item .makes_text .makes_text_item .males_quality .males_quality_title {
    height: 30px;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #161616;
    line-height: 20px;
  }
  .makes .makes_item .makes_text .makes_text_item .males_quality .males_quality_text {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 20px;
    color: #737373;
  }
  .request-quote-out {
    width: 1200px ;
    margin: 0 auto;
    text-align: center;
  }
  .request-quote-out .request-quote {
    width: 180px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    color: #f6f6f6;
    text-decoration: none;
    line-height: 48px;
    height: 100%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    border: 1px solid #003d98;
    background: #003d98;
    margin: 50px auto;
  }
  .request-quote-out .request-quote:hover {
    background-color: #fff;
    color: #003d98 !important;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #003d98;
  }
  .card-box {
    width: 1200px !important;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
  }
  .card-box .card-box-item {
    flex: 1;
    text-align: center;
  }
  .card-box .card-box-item img {
    width: 80px;
  }
  .card-box .card-box-item .add {
    margin-top: -20px;
  }
  .card-box .card-box-item p {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 32px;
  }
  .card-box .card-box-item p span {
    color: #F4520A;
    display: inline-block !important;
    font-size: 20px;
    vertical-align: super;
    position: relative;
    top: 4px;
    left: 2px;
  }
  .card-box .card-box-item span {
    text-align: center;
    display: block;
    margin-top: 12px;
    color: #333;
    font-size: 16px;
  }
}
@media screen and (max-width: 1030px) {
  .bg-orengered {
    height: 6.5rem !important;
    padding-top: 15%!important;
    background-position: 0% 100%;
  }
  .bg-orengered .container h1 {
    font-size: 0.4rem;
  }
  .bg-orengered .container p {
    font-size: 0.28rem;
    margin-bottom: 0;
  }
  .bg-orengered .container .banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg-orengered .container .banner-btn .started-now {
    font-size: 0.24rem;
    width: 3rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-resources .resources {
    padding: 0 0.3rem;
  }
  .main-resources .resources .row {
    width: 100%!important;
  }
  .main-resources .resources .row .col-md-3 {
    width: 1px!important;
    max-width: 1px!important;
  }
  .main-resources .resources .row .col-md-9 {
    flex: 0 0 100%!important;
    width: calc(100% - 1px) !important;
    max-width: 100%!important;
  }
  .countres-box {
    padding: 1rem 0;
    background-color: #f8f8f8;
  }
  .countres-box .container .choice_box_title {
    font-size: 0.4rem;
    text-align: center;
    font-weight: bold;
  }
  .countres-box .container .choice_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .countres-box .container .choice_box .choice_img {
    width: 3rem;
    height: 1.44rem;
    line-height: 0.64rem;
    background: #fff;
    border-radius: 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .countres-box .container .choice_box p {
    font-size: 0.28rem;
    color: #212529;
    margin-bottom: 0;
    margin-left: 0.1rem;
  }
  .countres-box .container .choice_box img {
    margin-right: 5px;
  }
  .added-box {
    padding: 1rem 0;
    background-color: #fff;
  }
  .added-box .container {
    width: 100%;
  }
  .added-box .container .box-title {
    text-align: center;
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .added-box .container .container-box {
    display: block;
  }
  .added-box .container .container-box .box-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .added-box .container .container-box .box-item .item-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .added-box .container .container-box .box-item .item-header .header-left {
    display: flex;
    align-items: center;
    width: 50px;
  }
  .added-box .container .container-box .box-item .item-header .header-left img {
    width: 30px;
    height: 20px;
  }
  .added-box .container .container-box .box-item .item-header .header-right {
    font-size: 0.3rem;
    margin-bottom: 0;
  }
  .added-box .container .container-box .box-item .item-remark {
    font-size: 0.28rem;
    color: #ccc;
    margin-bottom: 0;
  }
  .commitments-minimum {
    display: none;
  }
  .request-quote-out {
    width: 100% ;
    margin: 0 auto;
    text-align: center;
  }
  .request-quote-out .request-quote {
    width: 180px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    color: #f6f6f6;
    text-decoration: none;
    line-height: 48px;
    height: 100%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    border: 1px solid #003d98;
    background: #003d98;
    margin: 50px auto;
  }
  .request-quote-out .request-quote:hover {
    background-color: #fff;
    color: #003d98 !important;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #003d98;
  }
  .q-a-title {
    font-size: 0.34rem !important;
    text-align: center;
  }
  .q-a-box {
    width: 100% !important;
    margin-top: 10px;
  }
  .q-a-box .min-content {
    width: 100% !important;
    min-width: 100% !important;
  }
  .q-a-box .phone-q-a-title {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    text-align: center;
    margin-bottom: 0.56rem;
  }
  .q-a-box .q-a-item {
    font-size: 18px !important;
    background-color: #fff;
    margin-bottom: 0.5rem;
    width: 100% !important;
  }
  .q-a-box .q-a-item .item-title {
    box-sizing: border-box;
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .q-a-box .q-a-item .item-title h3 {
    font-size: 0.26rem !important;
    font-family: Open Sans;
    font-weight: 600;
    color: #212B36;
  }
  .q-a-box .q-a-item .item-title img {
    width: 0.28rem;
    height: 0.16rem;
    transform: rotate(0deg);
    transition-property: width, height, transform;
    transition-duration: 0.1s;
  }
  .q-a-box .q-a-item .item-remark {
    display: none;
    box-sizing: border-box;
    padding: 0.3rem 0.18rem 0.3rem 0.3rem;
    font-size: 0.26rem !important;
    font-family: Open Sans;
    font-weight: 400;
    color: #212B36;
    position: relative;
  }
  .q-a-box .q-a-item .item-remark::before {
    position: absolute;
    content: "";
    width: 1.02rem;
    height: 0.02rem;
    background-color: #eef0f2;
    top: 0;
    left: 0.3rem;
  }
  .q-a-box .active .item-title img {
    transform: rotate(180deg);
  }
  .q-a-box .active .item-remark {
    display: block!important;
  }
  .makes {
    padding: 0.76rem 0.46rem 1.02rem;
    width: 100%;
    box-sizing: border-box;
  }
  .makes .makes_text_box {
    margin-top: 50px;
  }
  .makes .makes_item .makes_title {
    font-size: 0.34rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.68rem;
  }
  .makes .makes_item .makes_title_h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  .makes .makes_item .makes_text .makes_text_item {
    text-align: center;
    margin-top: 0.8rem;
  }
  .makes .makes_item .makes_text .makes_text_item img {
    width: 1.9rem;
    height: auto;
    aspect-ratio: 1/1;
  }
  .makes .makes_item .makes_text .makes_text_item .males_quality_title {
    font-size: 0.3rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #161616;
    line-height: 0.57rem;
    margin-bottom: 0.21rem;
  }
  .makes .makes_item .makes_text .makes_text_item .males_quality_text {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #161616;
    line-height: 0.3rem;
  }
  .card-box {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .card-box .card-box-item {
    width: 3.28rem;
    margin-bottom: 0.29rem;
  }
  .card-box .card-box-item p {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 26px;
  }
  .card-box .card-box-item p span {
    color: #F4520A;
    display: inline-block !important;
    font-size: 20px;
    vertical-align: super;
    position: relative;
    top: 4px;
    left: 2px;
  }
  .card-box .card-box-item span {
    text-align: center;
    display: block;
    color: #4f4f4f;
    font-size: 14px;
  }
  .card-box .card-box-item img {
    width: 2rem;
    margin: 0 auto;
    display: block;
  }
  .commitments-minimum .card-body {
    padding: 0!important;
  }
  .content-menu {
    position: fixed;
    background: #fff;
    top: 50%;
    width: 0.6rem;
    height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 5px 25px #0000000a, 0 3.2px 12px #00000014;
    z-index: 10001;
  }
  .content-menu .content-menu-item {
    width: 0.43rem;
    height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-menu .content-menu-item img {
    width: 100%;
  }
  .faqs-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    justify-content: center;
    align-items: center;
  }
  .faqs-nav .mask-nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
  }
  .faqs-nav .left-nav-bar {
    z-index: 10003;
    width: calc(100% - 2rem);
    margin-top: 1.5rem;
  }
  .faqs-nav .left-nav-bar li {
    display: flex;
    flex-direction: column;
  }
  .bg-orengered {
    padding-top: 20%;
  }
  .bg-orengered h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .resources {
    padding: 0px;
  }
  .main-resources {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bg-orengered {
    height: 500px;
    padding-top: 20%;
  }
  .resources {
    padding: 0 20px;
  }
  .main-resources {
    padding: 50px 0;
  }
}
