/* Faq CSS */
/* _setting CSS */
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .archive .cont_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .archive .section {
    padding-top: 56px;
    margin-top: -56px;
  }
  .archive .section .block {
    padding-top: 56px;
    margin-top: -56px;
    margin-bottom: 20.51282vw;
  }
  .archive .section .b_title {
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.2;
    color: #ec002d;
    padding: 2.5641vw 3.58974vw 4.35897vw 3.84615vw;
    border-left: 1.53846vw solid #ec002d;
    border-bottom: 0.25641vw solid #ec002d;
  }
  .archive .section .p_cats {
    margin-bottom: 12.82051vw;
  }
  .archive .section .p_cats.show .list {
    max-height: 256.41026vw;
  }
  .archive .section .p_cats .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5641vw;
    min-height: 28.20513vw;
    max-height: 28.20513vw;
    overflow: hidden;
    -webkit-transition: max-height linear 500ms;
    -o-transition: max-height linear 500ms;
    transition: max-height linear 500ms;
  }
  .archive .section .p_cats .item a {
    position: relative;
    display: block;
    background-color: #eee;
    font-size: 3.58974vw;
    line-height: 1.2;
    padding: 3.84615vw 10.76923vw 3.84615vw 5.12821vw;
  }
  .archive .section .p_cats .item a::before {
    position: absolute;
    top: 5.64103vw;
    right: 4.10256vw;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 1.53846vw solid transparent;
    border-right: 1.53846vw solid transparent;
    border-top: 1.53846vw solid #000;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .section .p_cats .item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #999;
  }
  .archive .section .p_cats .item a:hover::before {
    border-top: 1.53846vw solid #fff;
  }
  .archive .section .p_cats .p_cats_show {
    padding: 5.12821vw 0;
    text-align: center;
  }
  .archive .section .p_cats .p_cats_show .show_btn,
  .archive .section .p_cats .p_cats_show .hide_btn {
    text-align: center;
  }
  .archive .section .p_cats .p_cats_show .show_btn:hover,
  .archive .section .p_cats .p_cats_show .hide_btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .archive .section .p_cats .p_cats_show .inner {
    position: relative;
    display: inline-block;
    font-size: 4.10256vw;
    font-weight: bold;
    color: #ec002d;
    padding-left: 7.69231vw;
  }
  .archive .section .p_cats .p_cats_show .show_btn .inner::before, .archive .section .p_cats .p_cats_show .show_btn .inner::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec002d;
  }
  .archive .section .p_cats .p_cats_show .show_btn .inner::before {
    width: 3.58974vw;
    height: 0.51282vw;
    top: 2.82051vw;
    left: 2.05128vw;
  }
  .archive .section .p_cats .p_cats_show .show_btn .inner::after {
    width: 0.51282vw;
    height: 3.58974vw;
    top: 1.28205vw;
    left: 3.58974vw;
  }
  .archive .section .p_cats .p_cats_show .hide_btn {
    display: none;
  }
  .archive .section .p_cats .p_cats_show .hide_btn .inner::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec002d;
    width: 3.58974vw;
    height: 0.51282vw;
    top: 2.82051vw;
    left: 2.05128vw;
  }
  .archive .faq {
    margin-bottom: 30.76923vw;
  }
  .archive .faq .title {
    font-size: 12.82051vw;
    color: #ec002d;
    margin-bottom: 7.69231vw;
  }
  .archive .faq .qa {
    padding: 7.69231vw 0;
    border-bottom: 0.25641vw solid #d9d9d9;
  }
  .archive .faq .qa.show .q:after {
    display: none;
  }
  .archive .faq .qa .q {
    position: relative;
    padding-right: 10.25641vw;
  }
  .archive .faq .qa .q:hover {
    cursor: pointer;
  }
  .archive .faq .qa .q::before, .archive .faq .qa .q::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec002d;
  }
  .archive .faq .qa .q::before {
    width: 5.12821vw;
    height: 0.51282vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3.58974vw;
  }
  .archive .faq .qa .q::after {
    width: 0.51282vw;
    height: 5.12821vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 6.15385vw;
  }
  .archive .faq .qa .q_title {
    font-size: 4.10256vw;
    font-weight: 700;
    line-height: 1.77778;
  }
  .archive .faq .qa .a {
    display: none;
    font-size: 3.58974vw;
    line-height: 1.77778;
    padding-top: 5.12821vw;
    overflow: hidden;
  }
  .archive .faq .qa .a a {
    display: inline-block;
    margin: 3px 0 0;
    color: #ec002d;
    border-bottom: 1px solid #ec002d;
  }
  .archive .faq .qa .a .float_left {
    float: left;
    width: 100%;
  }
  .archive .faq .qa .a .float_left img {
    width: 100%;
    height: auto;
  }
  .archive .faq .qa .a .float_right {
    float: right;
    width: 100%;
  }
  .archive .tips .title {
    font-size: 10.25641vw;
    font-weight: bold;
    color: #ec002d;
    margin-bottom: 5.12821vw;
  }
  .archive .tips .block .list {
    margin-top: 6.41026vw;
  }
  .archive .tips .block .item {
    width: 100%;
    border: 0.25641vw solid #e5e5e5;
    -webkit-box-shadow: 3px 3px 10px 0px #0000000D;
            box-shadow: 3px 3px 10px 0px #0000000D;
    margin-bottom: 5.12821vw;
  }
  .archive .tips .block .item a {
    display: block;
  }
  .archive .tips .block .item a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .archive .tips .block .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .archive .tips .block .image {
    width: 38.46154vw;
    height: 38.46154vw;
    margin-right: 2.5641vw;
  }
  .archive .tips .block .image img {
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
  }
  .archive .tips .block .info {
    width: 46.15385vw;
    padding: 6.66667vw 5.12821vw 6.66667vw 0;
  }
  .archive .tips .block .info .name {
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3.33333vw;
  }
  .archive .tips .block .info .desc {
    font-size: 3.58974vw;
    line-height: 1.57143;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .archive .aside .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive .aside .item {
    width: 42.30769vw;
    border: 0.25641vw solid #ec002d;
  }
  .archive .aside .item a {
    position: relative;
    display: block;
    padding: 4.61538vw 5.12821vw;
    font-size: 4.10256vw;
    font-weight: bold;
    color: #ec002d;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .aside .item a::after {
    position: absolute;
    top: 5.12821vw;
    right: 5.12821vw;
    content: '';
    display: block;
    width: 2.5641vw;
    height: 2.5641vw;
    border-bottom: 0.51282vw solid #ec002d;
    border-right: 0.51282vw solid #ec002d;
    -webkit-transform: rotate(45deg) translate(1px, -1px);
        -ms-transform: rotate(45deg) translate(1px, -1px);
            transform: rotate(45deg) translate(1px, -1px);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .aside .item a:hover {
    background-color: #ec002d;
    color: #fff;
  }
  .archive .aside .item a:hover::after {
    border-bottom: 0.51282vw solid #fff;
    border-right: 0.51282vw solid #fff;
    -webkit-transform: rotate(45deg) translate(6px, 4px);
        -ms-transform: rotate(45deg) translate(6px, 4px);
            transform: rotate(45deg) translate(6px, 4px);
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  .archive {
    margin-top: 90px;
    margin-bottom: 300px;
  }
  .archive .main {
    margin-top: 0;
    margin-bottom: 0;
    width: 850px;
  }
  .archive .cont_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .archive .section {
    padding-top: 100px;
    margin-top: -100px;
  }
  .archive .section .block {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 90px;
  }
  .archive .section .b_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #ec002d;
    padding: 0 10px 10px 15px;
    border-left: 6px solid #ec002d;
    border-bottom: 1px solid #ec002d;
  }
  .archive .section .p_cats {
    margin-bottom: 60px;
  }
  .archive .section .p_cats.show .list {
    max-height: 300px;
  }
  .archive .section .p_cats .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    min-height: 86px;
    max-height: 86px;
    overflow: hidden;
    -webkit-transition: max-height linear 500ms;
    -o-transition: max-height linear 500ms;
    transition: max-height linear 500ms;
  }
  .archive .section .p_cats .item a {
    position: relative;
    display: block;
    background-color: #eee;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 10px 42px 10px 15px;
  }
  .archive .section .p_cats .item a::before {
    position: absolute;
    top: 17px;
    right: 16px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .section .p_cats .item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #999;
  }
  .archive .section .p_cats .item a:hover::before {
    border-top: 6px solid #fff;
  }
  .archive .section .p_cats .p_cats_show {
    padding: 30px 0;
    text-align: center;
  }
  .archive .section .p_cats .p_cats_show .show_btn,
  .archive .section .p_cats .p_cats_show .hide_btn {
    text-align: center;
  }
  .archive .section .p_cats .p_cats_show .show_btn:hover,
  .archive .section .p_cats .p_cats_show .hide_btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .archive .section .p_cats .p_cats_show .inner {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ec002d;
    padding-left: 30px;
  }
  .archive .section .p_cats .p_cats_show .show_btn .inner::before, .archive .section .p_cats .p_cats_show .show_btn .inner::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec002d;
  }
  .archive .section .p_cats .p_cats_show .show_btn .inner::before {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 8px;
  }
  .archive .section .p_cats .p_cats_show .show_btn .inner::after {
    width: 2px;
    height: 14px;
    top: 5px;
    left: 14px;
  }
  .archive .section .p_cats .p_cats_show .hide_btn {
    display: none;
  }
  .archive .section .p_cats .p_cats_show .hide_btn .inner::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec002d;
    width: 14px;
    height: 2px;
    top: 11px;
    left: 8px;
  }
  .archive .faq .title {
    font-size: 8rem;
    color: #ec002d;
    margin-bottom: 50px;
  }
  .archive .faq .qa {
    padding: 35px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .archive .faq .qa.show .q:after {
    display: none;
  }
  .archive .faq .qa .q {
    position: relative;
    padding-right: 90px;
  }
  .archive .faq .qa .q:hover {
    cursor: pointer;
  }
  .archive .faq .qa .q::before, .archive .faq .qa .q::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec002d;
  }
  .archive .faq .qa .q::before {
    width: 20px;
    height: 2px;
    top: 20px;
    right: 20px;
  }
  .archive .faq .qa .q::after {
    width: 2px;
    height: 20px;
    top: 11px;
    right: 29px;
  }
  .archive .faq .qa .q_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.77778;
  }
  .archive .faq .qa .a {
    display: none;
    font-size: 1.6rem;
    line-height: 1.77778;
    padding-top: 20px;
    overflow: hidden;
  }
  .archive .faq .qa .a a {
    display: inline-block;
    margin: 3px 0 0;
    color: #ec002d;
    border-bottom: 1px solid #ec002d;
  }
  .archive .faq .qa .a a:hover {
    opacity: 0.6;
    text-decoration: none;
    border-bottom: 1px solid rgba(236, 0, 45, 0.6);
  }
  .archive .faq .qa .a .float_left {
    float: left;
    width: 300px;
  }
  .archive .faq .qa .a .float_left img {
    width: 100%;
    height: auto;
  }
  .archive .faq .qa .a .float_right {
    float: right;
    width: 520px;
  }
  .archive .tips .title {
    font-size: 6rem;
    font-weight: bold;
    color: #ec002d;
    margin-bottom: 50px;
  }
  .archive .tips .block .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  .archive .tips .block .item {
    width: 415px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 2px 2px 5px 0px #0000000D;
            box-shadow: 2px 2px 5px 0px #0000000D;
  }
  .archive .tips .block .item a {
    display: block;
  }
  .archive .tips .block .item a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .archive .tips .block .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .archive .tips .block .image {
    width: 150px;
    height: 150px;
    margin-right: 10px;
  }
  .archive .tips .block .image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
  }
  .archive .tips .block .info {
    width: 230px;
    padding: 25px 25px 25px 0;
  }
  .archive .tips .block .info .name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .archive .tips .block .info .desc {
    font-size: 1.4rem;
    line-height: 1.57143;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .archive .aside {
    width: 250px;
    height: 300px;
    position: sticky;
    top: 110px;
    left: 0;
  }
  .archive .aside .aside_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .archive .aside .item {
    width: 100%;
    border: 1px solid #ec002d;
    margin-bottom: 20px;
  }
  .archive .aside .item a {
    position: relative;
    display: block;
    padding: 23px 39px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ec002d;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .aside .item a::after {
    position: absolute;
    top: 26px;
    right: 20px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ec002d;
    border-right: 2px solid #ec002d;
    -webkit-transform: rotate(45deg) translate(1px, -1px);
        -ms-transform: rotate(45deg) translate(1px, -1px);
            transform: rotate(45deg) translate(1px, -1px);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .aside .item a:hover {
    background-color: #ec002d;
    color: #fff;
    text-decoration: none;
  }
  .archive .aside .item a:hover::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(6px, 4px);
        -ms-transform: rotate(45deg) translate(6px, 4px);
            transform: rotate(45deg) translate(6px, 4px);
  }
}
