@font-face {
    font-family: Avenir;
    src: url("../font/ProximaNova-Regular.woff");
    font-weight: normal;
    font-style: normal
}

#header::-webkit-scrollbar {
    display: none
}

body {
    margin: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    float: none
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 !important
}

.breadcrumbBox {
    position: absolute;
    z-index: 1;
    left: 14%;
    bottom: -50px
}

.breadcrumbBox a {
    color: #fff
}

.breadcrumbBox a:hover {
    color: #fff
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header div,
#header dl,
#header dt,
#header dd,
#header ul,
#header ol,
#header li,
#header p,
#header blockquote,
#header pre,
#header hr,
#header figure,
#header table,
#header caption,
#header th,
#header td,
#header form,
#header fieldset,
#header legend,
#header input,
#header button,
#header textarea,
#header menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#header header,
#header footer,
#header section,
#header article,
#header aside,
#header nav,
#header address,
#header figure,
#header figcaption,
#header menu,
#header details {
    display: block
}

#header table {
    border-collapse: collapse;
    border-spacing: 0
}

#header caption,
#header th {
    text-align: left;
    font-weight: normal
}

#header em {
    font-style: normal
}

#header li {
    list-style: none
}

#header a {
    text-decoration: none;
    color: #000
}

#header a,
#header a:hover {
    text-decoration: none
}

#header a,
#header button {
    cursor: pointer
}

#header img {
    border: none;
    vertical-align: top
}

#header input,
#header textarea {
    outline: none
}

#header textarea {
    overflow: auto;
    resize: none
}

#header .h1,
#header .h2,
#header .h3,
#header .h4,
#header .h5,
#header .h6,
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit
}

#header .big-img {
    width: 100%;
    height: auto
}

#header .header-nav {
    width: 100%;
    height: 60px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff
}

#header .header-nav .nav-middle {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header .header-nav .nav-middle .logo-box {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

#header .header-nav .nav-middle li {
    height: 60px;
    font-size: 14px
}

#header .header-nav .nav-middle li .nav-text {
	color:#000;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative
}

#header .header-nav .nav-middle li .nav-text::after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background: #133285
}

#header .header-nav .nav-middle li .nav-text:hover::after {
    width: 100%;
    -webkit-transition: all .36s cubic-bezier(0.4, 0.8, 0.74, 1);
    transition: all .36s cubic-bezier(0.4, 0.8, 0.74, 1)
}

#header .header-nav .nav-middle li .nav-drop-down {
    display: none
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list {
    z-index: 999;
    width: calc(100vw - 17px);
    text-align: center;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-top: 1px solid #bbb
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box.active {
    display: block
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box {
    display: none
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-name {
    font-size: 20px;
    color: #111;
    margin-top: 20px;
    line-height: 1;
    position: relative
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-item {
    margin-left: 25px
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-item:nth-child(1) {
    margin-left: 0
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-item .product-new {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -45px;
    z-index: 15
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-item .product-hot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -45px;
    z-index: 15
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box {
    position: relative;
    width: 220px;
    height: 230px;
    background: #f7f8fa;
    border-radius: 20px
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
    height: 100%;
    padding: 35px 50px;
    position: absolute;
    left: calc(50% - 22px);
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box img:nth-child(1) {
    position: relative;
    z-index: 11;
    left: 50%
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box img:nth-child(2) {
    z-index: 9
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box img:nth-child(3) {
    z-index: 8
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box img:nth-child(4) {
    z-index: 7
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-4 img:nth-child(1) {
    -webkit-transform: translateX(calc(-50% + 45px));
    -ms-transform: translateX(calc(-50% + 45px));
    transform: translateX(calc(-50% + 45px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-4 img:nth-child(2) {
    -webkit-transform: translateX(calc(-50% + 15px));
    -ms-transform: translateX(calc(-50% + 15px));
    transform: translateX(calc(-50% + 15px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-4 img:nth-child(3) {
    -webkit-transform: translateX(calc(-50% - 15px));
    -ms-transform: translateX(calc(-50% - 15px));
    transform: translateX(calc(-50% - 15px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-4 img:nth-child(4) {
    -webkit-transform: translateX(calc(-50% - 45px));
    -ms-transform: translateX(calc(-50% - 45px));
    transform: translateX(calc(-50% - 45px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-3 img:nth-child(1) {
    -webkit-transform: translateX(calc(-50% + 30px));
    -ms-transform: translateX(calc(-50% + 30px));
    transform: translateX(calc(-50% + 30px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-3 img:nth-child(2) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-3 img:nth-child(3) {
    -webkit-transform: translateX(calc(-50% - 30px));
    -ms-transform: translateX(calc(-50% - 30px));
    transform: translateX(calc(-50% - 30px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-2 img:nth-child(1) {
    -webkit-transform: translateX(calc(-50% + 20px));
    -ms-transform: translateX(calc(-50% + 20px));
    transform: translateX(calc(-50% + 20px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-img-box.picture-nums-2 img:nth-child(2) {
    -webkit-transform: translateX(calc(-50% - 20px));
    -ms-transform: translateX(calc(-50% - 20px));
    transform: translateX(calc(-50% - 20px))
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .category-name {
    margin: 0 auto;
    padding-top: 30px
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .category-name .phone-category.active {
    color: #111
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .category-name .phone-category {
    display: inline-block;
    margin: 0 50px;
    color: #888;
    font-size: 18px;
    cursor: pointer
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-more {
    padding: 30px 0
}

#header .header-nav .nav-middle li .nav-drop-down .drop-list .product-more a {
    background: #f4f5f8;
    border-radius: 20px;
    padding: 13px 20px;
    color: #111;
    font-size: 16px;
    cursor: pointer
}

#header .header_main {
    min-width: 1000px;
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: #fff;
    font-family: Avenir
}

#header .header_main .top-banner img {
    width: 100%
}

#header .header_main .top-banner .app-topBanner {
    display: none
}

#header .app-header {
    display: none
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer div,
#footer dl,
#footer dt,
#footer dd,
#footer ul,
#footer ol,
#footer li,
#footer p,
#footer blockquote,
#footer pre,
#footer hr,
#footer figure,
#footer table,
#footer caption,
#footer th,
#footer td,
#footer form,
#footer fieldset,
#footer legend,
#footer input,
#footer button,
#footer textarea,
#footer menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#footer header,
#footer footer,
#footer section,
#footer article,
#footer aside,
#footer nav,
#footer address,
#footer figure,
#footer figcaption,
#footer menu,
#footer details {
    display: block
}

#footer table {
    border-collapse: collapse;
    border-spacing: 0
}

#footer caption,
#footer th {
    text-align: left;
    font-weight: normal
}

#footer em {
    font-style: normal
}

#footer li {
    list-style: none
}

#footer a {
    text-decoration: none;
    color: #000
}

#footer a,
#footer a:hover {
    text-decoration: none
}

#footer a,
#footer button {
    cursor: pointer
}

#footer img {
    border: none;
    vertical-align: top
}

#footer input,
#footer textarea {
    outline: none
}

#footer textarea {
    overflow: auto;
    resize: none
}

#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer .h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit
}

#footer .big-img {
    width: 100%;
    height: auto
}

#footer .foot_pt {
    color: #fff;
    font-size: 16px;
    padding-left: 20%;
    text-align: left;
    padding-top: 30px;
    font-family: Avenir;
}

#footer .footer_main,
#footer .footerBox {
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #242933;
    font-size: 0;
    padding-top: 70px;
    padding-bottom: 70px
}

#footer .nav-content {
    position: fixed;
    left: 0;
    top: -30px;
    z-index: -1;
    width: 100%;
    bottom: 0;
    text-align: left;
    background-color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

#footer .nav-menu-hide {
    z-index: 11 !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important
}

#footer .foot-icon {
    display: inline-block;
    width: 30%;
    height: 237px;
    position: relative
}

#footer .foot-icon ul li {
    margin: 0 10px;
    display: inline-block;
    width: 27px;
    height: 27px
}

#footer .foot-list {
    width: 70%;
    display: inline-block;
}

#footer .foot-list .ul_1 {
    font-size: 0px;
    text-align: left;
    padding-left: 20%
}

#footer .foot-list .ul_1 .li_1 {
    display: inline-block;
    text-align: left;
    width: 33%;
    max-width: 300px;
    vertical-align: top;
    color: #fff
}

#footer .foot-list .ul_1 .li_1 .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px
}

#footer .foot-list .ul_1 .li_1 ul li {
    font-family: Avenir;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    opacity: .8
}

#footer .foot-list .ul_1 .li_1 ul li a {
    color: #e4e4e4
}

#footer .foot-list .ul_1 .li_1 ul li a:hover {
    color: #fff
}

#footer .global {
    position: absolute;
    right: 30%;
    bottom: 35%;
    color: #e4e4e4;
    margin: 0 auto;
    font-size: 14px;
    line-height: 27px;
    height: 27px
}

#footer .global span {
    vertical-align: middle
}

#footer .global svg {
    color: gray;
    vertical-align: middle;
    margin-right: 5px
}

#footer .foot-container {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #242933;
    padding: 38px 0 38px 0
}

#footer .foot-container p {
    line-height: 2;
    padding: 0;
    margin: 0
}

#footer .foot-container .app-plus-icon {
    display: block
}

#footer .foot-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .foot-container ul li {
    position: relative;
    margin: 0 10px
}

#footer .foot-container ul li a {
    color: #fff
}

#footer .foot-container ul li a::before {
    content: "";
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

@media screen and (max-width: 1280px)and (min-width: 768px) {
    .breadcrumbBox {
        left: 3.5%
    }

    #footer .foot_pt {
        color: #fff;
        font-size: 16px;
        padding-left: 5%;
        text-align: left;
        padding-top: 30px;
        font-family: Avenir;
    }
    #footer .foot-list .ul_1 {
        padding-left: 5%;
        line-height: 1
    }

    #header .header_main {
        min-width: inherit
    }

    #header .header-nav {
        min-width: inherit
    }

    #header .header-nav .nav-middle {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #header .header-nav .nav-middle .logo-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #header .header-nav .nav-middle li {
        margin: 0 10px
    }

    #header .header-nav .nav-middle li .nav-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    #header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-item {
        margin-left: 2.5%
    }

    #header .header-nav .nav-middle li .nav-drop-down .drop-list .product-list-box .product-list .product-name {
        font-size: 1.8333333333vw
    }
}

@media screen and (max-width: 1000px) {
    .header_main {
        width: 1000px
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbBox {
        left: 5%
    }

    .breadcrumbBox .breadcrumb-item {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .breadcrumbBox .breadcrumb-item:nth-child(1) {
        width: 50px
    }

    .breadcrumbBox a {
        color: #000
    }

    #header .pc-header {
        display: none
    }

    #header .app-header {
        display: block;
        height: 60px;
        position: relative;
        border-bottom: 1px solid #ddd
    }

    #header .app-header .logo {
        display: inline-block;
        vertical-align: middle;
        left: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #header .app-header .menu ul li:not(.item-box) {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-align: left;
        width: 100%;
        padding: 0 15px;
        font-size: 18px;
        max-width: none;
        position: relative;
        line-height: 50px;
        border-bottom: 1px solid #ddd
    }

    #header .app-header .menu ul li:not(.item-box) .child-title {
        position: relative
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-child {
        display: none;
        position: relative
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-child .active {
        display: block
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-child ul li {
        border: none
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-child .plus-title span {
        color: #888
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-child .plus-title .plus-icon span {
        background-color: #888
    }

    #header .app-header .menu ul li:not(.item-box) .has-child-active {
        display: block
    }

    #header .app-header .menu ul li:not(.item-box) .has-child-active .plus-icon.active span:nth-child(2) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #header .app-header .menu ul li:not(.item-box) .has-child-active .app-nav-content.acitve {
        display: block
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content {
        overflow-y: hidden
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box {
        position: relative;
        top: 8px;
        padding-bottom: 40px
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box .products-btn {
        font-size: 3.90625vw;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: linear-gradient(135deg, #F010C7 0%, #5D6BEF 49%, #0AC3F4 100%);
        border-radius: 30px;
        padding: 10px 30px
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        overflow-x: auto;
        scrollbar-width: none
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul::-webkit-scrollbar {
        display: none
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul::-moz-scrollbar {
        display: none
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul li {
        margin-right: 10vw;
        width: 120px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 4vw
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul li .img-box {
        width: 120px;
        height: 100%;
        text-align: center
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul li .img-box img {
        width: 100%
    }

    #header .app-header .menu ul li:not(.item-box) .app-nav-content .rg-content .content-box ul li .item-title {
        text-align: center;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    #header .header_main {
        min-width: auto;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999
    }

    #header .header_main .top-banner .pc-topBanner {
        display: none
    }

    #header .header_main .top-banner .app-topBanner {
        display: block;
        height: 50px
    }

    #footer .foot-icon ul {
        padding-top: 4vw
    }

    #footer .foot-list .ul_1 .li_1 ul {
        padding: 2vw 0;
        display: none
    }

    #footer .global {
        position: relative;
        right: auto;
        margin-top: 5vw;
        bottom: auto;
        color: gray;
        width: 100%;
        height: 27px
    }

    #footer .footer_main,
    #footer .footerBox {
        background-color: #fff;
        padding-top: 10vw
    }

    #footer .foot-icon ul li {
        width: 35px;
        height: 35px
    }

    #footer .app-plus-icon span {
        display: block;
        position: absolute;
        content: "";
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        width: 12px;
        height: 2px;
        left: 0;
        top: 10px;
        background-color: #000
    }

    #footer .foot_pt {
        width: 90%;
        color: #000;
        font-size: 16px;
        padding-left: 0%;
        text-align: left;
        padding-top: 30px;
        margin: 0 auto;
    }
    #footer .foot-container {
        background-color: #fff;
        color: #000;
        font-size: 12px
    }

    #footer .foot-container ul {
        display: block
    }

    #footer .foot-container ul li {
        display: inline-block;
        margin: 5px
    }

    #footer .foot-container ul li a {
        color: #000;
        font-size: 12px
    }

    #footer .app-plus-icon span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #footer .app-plus-icon.clicked span:nth-child(2) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #footer .app-plus-icon {
        margin-top: 6px;
        width: 12px;
        height: 12px;
        display: block;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0
    }

    #footer .foot-list,
    #footer .foot-icon {
        width: 100%;
        height: auto
    }

    #footer .foot-list .ul_1 {
        padding-left: 0;
        position: relative;
        width: 90%;
        margin: 0 auto
    }

    #footer .foot-list .ul_1 .li_1 {
        width: 100%;
        position: relative;
        color: #000;
        padding: 1vw 0;
        max-width: none
    }

    #footer .foot-list .ul_1 .li_1 ul li {
        padding-top: 15px
    }

    #footer .foot-list .ul_1 .li_1 ul li a {
        color: #000
    }

    .nav-content {
        display: none
    }

    .app-header .menu-icon,
    .app-header .plus-icon {
        width: 20px;
        height: 20px;
        display: block;
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        cursor: pointer
    }

    .app-header .menu-icon span {
        display: block;
        position: absolute;
        content: "";
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        width: 20px;
        height: 2px;
        left: 0;
        background-color: #000
    }

    .app-header .plus-icon {
        width: 20px;
        height: 20px;
        display: block;
        padding: 0;
        position: absolute;
        margin-top: 11px;
        right: 20px;
        cursor: pointer
    }

    .app-header .menu-icon span:nth-child(2) {
        top: 6px
    }

    .app-header .menu-icon.clicked span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px, 4px);
        -ms-transform: rotate(45deg) translate(5px, 4px);
        transform: rotate(45deg) translate(5px, 4px)
    }

    .app-header .plus-icon.clicked span:nth-child(2) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .app-header .menu-icon.clicked span:nth-child(2) {
        -webkit-transform: scale(0.05, 1);
        -ms-transform: scale(0.05, 1);
        transform: scale(0.05, 1)
    }

    .app-header .plus-icon span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .app-header .menu-icon.clicked span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
        transform: rotate(-45deg) translate(4px, -4px)
    }

    .app-header .plus-icon {
        width: 12px;
        height: 12px;
        right: 23px;
        top: 30px;
        margin-top: auto
    }

    .app-header .plus-icon span {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        position: absolute;
        display: block;
        width: 12px;
        height: 2px;
        background-color: #000
    }

    .app-header .menu-icon span:nth-child(3) {
        top: 12px
    }

    .header_main {
        width: 100%;
        min-width: auto
    }

    .app-header .menu {
        top: 60px;
        background-color: #fff;
        overflow-y: auto;
        height: calc(100vh - 60px);
        width: 100%;
        display: none;
        position: relative
    }

    .app-header .menu .app-nav-content {
        display: none
    }

    .app-header .menu.active,
    .app-header .menu .app-nav-content.active {
        display: block
    }
}