.w-width-1200 {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    min-width: 320px;
}

.w-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    align-items: center;
    -webkit-align-items: center;
}

.w-content-top {
    width: 100%;
    height: 55px;
    justify-content: space-between;
    margin-top: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top {
        padding: 0 20px;
    }
}

.w-content-top-select {
    border: 0;
    font-size: 16px;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .w-content-top-select {
        /*display: none;*/
    }
}

.w-content-top-icon {
    cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-icon {
        margin-right: 10px;
    }

    .w-content-top-left {
        display: none;
        overflow: scroll;
        height: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left {
        display: none;
    }
}

.w-content-top-right {
    display: none;
    /*width: 186px;*/
    height: 80%;
    border: 2px solid #CCD2D8;
    border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-right {
        margin-left: 10px;
        height: 60%;
        border: 1px solid #CCD2D8;
        border-radius: 3px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-right {
        /*width: 156px; */
    }
}

.w-content-top-right input {
    flex: 1;
    height: 100%;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-right input {
        width: 100%;
    }
}

.w-content-top-right button {
    margin-right: 20px;
    font-size: 16px;
    color: #343434;
    font-weight: 100;
    cursor: pointer;
}

.w-content-top-right button img {
    margin-right: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-right button {
        margin: 0;
        font-size: 0.21rem;
        margin-right: 0.13rem;
    }

    .w-content-top-right button img {
        width: 0.3rem;
        margin-right: 0.06rem;
    }
}

.w-content-box {
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box {
        margin-top: 40px;
    }
}

.w-content-box-top {
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-top {
        flex-direction: column;
        padding-left: 20px;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-top {
        flex-direction: column;
        padding: 0 30px;
    }
}

.w-content-box-top-left {
    max-width: 782px;
    width: 100%;
    min-width: 500px;
    margin-right: 64px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-top-left {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-top-left {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
}

.w-content-box-top-left-title {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-top-left-title {
        padding: 0 0.53rem 0 0;
    }
}

.w-content-box-top-left .w-swiper-wrapper {
    position: relative;
    width: 100%;
    min-height: 376px;
    height: auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-top-left .w-swiper-wrapper {
        height: 6.3rem;
    }
}

.w-content-box-top-left .w-swiper-wrapper .w-swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    position: absolute;
    display: none;
}

.w-content-box-top-left .w-swiper-wrapper .w-swiper-slide.active {
    display: block;
}

.w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .content {
    height: 396px;
    width: 100%;
    /* background: #127A5E;*/
}

.w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .content .img {
    width: 100%;
}

.w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide {
        border-radius: 0.37rem;
        display: block;
        position: relative;
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .content {
        height: 200px;
        width: 100%;
        /*background: #127A5E;*/
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads {
        display: block;
        text-align: left;
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads p {
        font-size: 14px;
        color: #929293;
        margin: 0.6rem 0 0.13rem;
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads h4 {
        font-size: 16px;
        color: #000;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide {
        position: relative;
        display: block;
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .content {
        height: 396px;
        width: 100%;
        /*background: #127A5E;*/
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads {
        display: block;
        text-align: left;
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads p {
        font-size: 12px;
        color: #929293;
        margin: 25px 0 15px;
    }

    .w-content-box-top-left .w-swiper-wrapper .w-swiper-slide .ipads h4 {
        font-size: 22px;
        color: #000;
        /*margin-bottom: 80px;*/
    }
}

.w-content-box-top-right {
    flex: 1;
    margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-top-right {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-top-right {
        padding: 0 0.53rem;
        display: none;
    }
}

.w-content-box-top-right-list-item {
    margin-bottom: 25px;
    cursor: pointer;
}

.w-content-box-top-right-list-item:last-child {
    margin-bottom: 0;
}

.w-content-box-top-right-list-item p {
    font-size: 14px;
    color: #DADADA;
    transition: all .3s;
}

.w-content-box-top-right-list-item h4 {
    font-size: 20px;
    color: #929294;
    max-height: 95px;
    height: auto;
    border-bottom: 2px solid transparent;
    transition: all .3s;
    padding-bottom: 5px;
    position: relative;
}

.w-content-box-top-right-list-item h4::after {
    content: "";
    width: 0%;
    height: 1.5px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .3s;
}

.w-content-box-top-right-list-item.active p {
    color: #929294;
    transition: all .3s;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-top-right-list-item.active p {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}

.w-content-box-top-right-list-item.active h4 {
    color: #000;
    position: relative;
    transition: all .3s;
}

.w-content-box-top-right-list-item.active h4::after {
    width: 100%;
    background: #000;
    transition: width .3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-in {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-in {
        padding: 0 30px;
    }
}

.w-content-box-in h3 {
    font-size: 18px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-in h3 {
        margin-top: 0px;
        margin-bottom: 0.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-in h3 {
        margin-bottom: 0;
    }
}

.w-content-box-in-list {
    flex-wrap: wrap;
}

.w-content-box-in-list-item {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    height: 314px;
    background: #F8F9FA;
    border-radius: 15px;
    padding: 20px 25px;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .w-content-box-in-list-item {
        margin-bottom: 60px;
    }

    .w-content-box-in-list-item:nth-child(3n + 0) {
        margin-right: 0;
    }

    .w-content-box-in-list-item:hover {
        box-shadow: 0 0 10px #999;
        transition: all .3s;
    }

    .w-content-box-in-list-item:hover img {
        position: relative;
        left: 5px;
        transition: all 0.3s;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-in-list-item {
        width: calc(100% / 2 - 15px);
        margin-bottom: 37px;
        min-height: 314px;
        height: auto;
    }

    .w-content-box-in-list-item:nth-child(2n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-in-list-item {
        /*height: 8.78rem;*/
        margin-right: 0;
        width: 100%;
        margin-bottom: 1.22rem;
        padding: 0.93rem 0.6rem;
    }
}

.w-content-box-in-list-item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 84px;
    height: 84px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-in-list-item h4 {
        /*font-size: 0.53rem;*/
    }
}

.w-content-box-in-list-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-box-orient: vertical;*/
    max-height: 130px;
    height: 130px;
    font-size: 16px;
    line-height: 22px;
    color: #565656;
    font-weight: 100;
    margin: 20px 0 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-in-list-item p {
        /*font-size: 0.4rem;
        margin: 0.5rem 0 .7rem;*/
    }
}

.w-content-box-in-list-item button {
    color: #4AA6FF;
    font-size: 16px;
    font-weight: 500;
}

.w-content-box-in-list-item button img {
    margin-left: 9px;
    width: 13px;
    position: relative;
    left: 0;
    transition: all 0.3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-in-list-item button {
        /*font-size: 0.4rem;*/
    }

    .w-content-box-in-list-item button img {
        /*width: 0.32rem;*/
    }
}

.w-content-box-pagination {
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-box-pagination {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-box-pagination {
        position: relative;
        justify-content: center;
        padding-bottom: 60px;
        margin-bottom: 40px;
    }

    .w-content-box-pagination .button-btn {
        position: absolute;
        bottom: 0;
        /*font-size: 0.38rem;*/
    }

    .w-content-box-pagination .button-btn:nth-child(1) {
        left: 20px;
    }

    .w-content-box-pagination .button-btn:nth-child(3) {
        right: 20px;
    }
}

.w-content-box-pagination-up {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.w-content-box-pagination-up span {
    margin-left: 5px;
}

.w-content-box-pagination-page a {
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
}

.w-content-box-pagination-page a.active {
    background: #F8F9FA;
    color: #000000;
    border: 2px solid #CCD2D8;
    border-radius: 3px;
}

.w-content-box-pagination-next {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.w-content-box-pagination-next span {
    margin-right: 5px;
}

.w-content-top-left-item {
    margin-right: 30px;
    height: 55px;
    padding-top: 10px;
    line-height: 45px;
    cursor: pointer;
    max-width: 145px;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-left-item {
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item {
        margin-right: 15px;
        line-height: 35px;
    }

    .w-content-top-left-item:nth-last-child(2), .w-content-top-left-item:nth-last-child(3) {
        /* display: none;*/
    }

    .w-content-top-left-item:last-child {
        margin-right: 0;
    }
}

.w-content-top-left-item-mask {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    left: 0;
    top: 55px;

    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.1);
}

.w-content-top-left-item-mask a {
    min-width: 120px;
    font-weight: 400 !important;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.w-content-top-left-item-mask a:hover {
    background-color: #00AEE2;
    color: #fff;
}

.w-content-top-left-item-mask a.active {
    background-color: #00AEE2;
    color: #fff;
}

/*.w-content-top-left-item-mask a:nth-last-child(1), .w-content-top-left-item-mask a:nth-last-child(2) {
  display: none; }*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item-mask a:nth-last-child(1), .w-content-top-left-item-mask a:nth-last-child(2) {
        display: inline-block;
    }
}

.w-content-top-left-item a {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #000;
    white-space: nowrap;
}

.w-content-top-left-item a img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item a {
        font-size: 14px;
    }
}

.w-content-top-left-item select {
    font-size: 16px;
    border: 0px;
}



.w-content-top-left-item.active {
    width: 100%;
    border-bottom: 2px solid #343434;
}

.w-content-top-left-item.active a {
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-left-item.active {
        border: 0;
    }
}

.w-content-top-left-item:hover {
    border-bottom: 2px solid #343434;
    transition: all .1s;
}

.img_branner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-content-top-close {
    /*position: absolute;*/
    right: 12px;
    font-size: 38px;
    color: #888;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.w-content-top-close:hover {
    color: #000;
}

.mobile-menu-selected {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .mobile-menu-selected {
    display: block;
}
}

.mobile-menu-dropdown {
  width: 30%;
    min-width: 200px;
    height: 35px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item select {
        font-size: 14px;
    }
    .mobile-menu-dropdown {
        min-width: 300px;
    }
}

.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
}

[v-cloak] {
  display: none !important;
}
.dropdown-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  padding: 10px 0;
}

.mobile-menu-dropdown span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
}


.menu-content .cat {
  padding: 12px 16px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}



.menu-content .sub {
  padding: 10px 32px;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #f9f9f9;
}

.menu-content .cat:hover,
.menu-content .sub:hover {
  background: #f5f5f5;
}


.menu-content .cat.active {
  background: #007bff;
  color: #fff;
  font-weight: 600;
}


.menu-content .sub.active {
  color: #007bff;
  font-weight: 600;
  background: #eef4ff;
}

