.list-arrow {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-bottom: 4px;
  transition: all 0.5s;
}
.list-arrow-roate {
  transform: rotate(180deg);
}
@media screen and (min-width: 1030px) {
  .bg-orengered {
    background: url("/catalog/view/theme/chinadivision_web/image/resources/help/woocommerce/integrated-plugin-banner.webp") no-repeat center;
  }
  .content-menu {
    display: none;
  }
  .choice {
    margin-top: 50px;
    height: 600px;
    padding-top: 113px;
    box-sizing: border-box;
    background-color: #f8f8f8;
  }
  .choice .choice_item {
    margin: 0 auto;
  }
  .choice .choice_item .choice_title {
    width: 715px;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 0px;
  }
  .choice .choice_item .choice_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 250px;
  }
  .choice .choice_item .choice_box .choice_img {
    margin-right: 15px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(5) {
    margin-right: 0;
  }
  .choice .choice_item .choice_box a {
    width: 226px;
    height: 100px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choice .choice_item .choice_box a img {
    transform: scale(1);
    transition: all 0.6s;
  }
  .choice .choice_item .choice_box a:hover img {
    transform: scale(1.2);
  }
  .LearnMore {
    width: 100%;
    text-align: center;
  }
  .LearnMore a {
    width: 200px;
    height: 40px;
    background: #0066ff;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  .LearnMore a:hover {
    color: #0066ff !important;
    background-color: #fff;
    border: 1px solid #0066ff;
  }
  .q-a-box {
    padding: 80px 0;
    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: 30px;
    font-family: Open Sans;
    font-weight: bold;
    color: #161616;
    margin-bottom: 40px;
  }
  .q-a-box .q-a-content .q-a-item {
    width: 800px;
    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 h3 {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    color: #212b36;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
  }
  .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: 18px;
    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;
  }
}
@media screen and (max-width: 1030px) {
  .bg-orengered {
    background: url("/catalog/view/theme/chinadivision_web/image/resources/help/woocommerce/integrated-plugin-banner.webp") no-repeat center;
    background-size: cover;
  }
  .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;
  }
  .choice {
    padding: 0.96rem 0.32rem 1.1rem;
    background-color: #f8f8f8;
  }
  .choice .choice_item .choice_title {
    font-size: 0.43rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #040000;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.87rem;
  }
  .choice .choice_item .choice_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .choice .choice_item .choice_box .choice_img {
    width: 3.28rem;
    height: 1.44rem;
    line-height: 0.64rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
  }
  .choice .choice_item .choice_box .choice_img img {
    width: 100%;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(9) {
    padding: 0.5rem 0.4rem;
  }
  .LearnMore {
    height: 0.6rem;
    margin-top: 0.64rem;
  }
  .LearnMore a {
    width: 2.44rem;
    height: 0.6rem;
    background: #06f;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 0.28rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #fff;
  }
  .q-a-box {
    display: flex;
    margin-top: 0.9rem;
    margin-bottom: 1rem;
    justify-content: center;
    padding: 0 0.32rem;
  }
  .q-a-box .q-a-content {
    width: 100%;
  }
  .q-a-box .q-a-content .q-a-title {
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    text-align: center;
    margin-bottom: 0.56rem;
  }
  .q-a-box .q-a-content .q-a-item {
    background-color: #fff;
    border: 1px solid #eef0f2;
    margin-bottom: 0.5rem;
  }
  .q-a-box .q-a-content .q-a-item .item-title {
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .q-a-box .q-a-content .q-a-item .item-title h3 {
    font-size: 0.26rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #212B36;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
    line-height: unset;
  }
  .q-a-box .q-a-content .q-a-item .item-title img {
    margin-top: 0.15rem;
    width: 0.28rem;
    height: 0.16rem;
    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;
    box-sizing: border-box;
    padding: 0.3rem 0.18rem 0.3rem 0.3rem;
    font-size: 0.26rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #212B36;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
  }
  .q-a-box .q-a-content .active .item-title img {
    transform: rotate(180deg);
  }
  .q-a-box .q-a-content .active .item-remark {
    display: block!important;
  }
  .q-a-box .q-a-content .active .item-remark::before {
    position: absolute;
    content: "";
    width: 1.02rem;
    height: 0.02rem;
    background-color: #eef0f2;
    top: 0;
    left: 0.3rem;
  }
}
