body {
    padding: 0;
    margin: 0;
    background-color: #fff ;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
    overflow-x: hidden;
}
/*测试1*/
a {
    text-decoration: none;
    cursor: pointer;
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

a:-webkit-any-link {
    color: inherit;
}
input::-webkit-input-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

.show {
    display: block !important;
}

.top-line-panel {
    z-index: 99999;
    position: fixed;
    height: 38px;
    line-height: 38px;
    width: 100%;
    background-color: #0767c5;
    padding: 0 20px;
}

.top-line-panel .top-nav {
    color: #fff;
    height: 100%;
}

.top-line-panel .top-nav .top-choose {
    display: flex;
    margin-left: auto;
    margin-right: 40px;
}

.top-line-panel .top-nav .top-choose a {
    margin-left: 10px;
}
.top-line-panel .top-nav .top-choose a:hover{
    color: #d2e8ff;
}

.top-line-panel .top-nav .top-choose .shopping-cartshopping-cart {
    padding: 0 25px;
    display: flex;
    background-color: #1880e5;
    margin-left: 40px;
}

.top-line-panel .top-nav .top-choose .shopping-cart i {
    font-size: 18px;
    display: block;
    margin-top: 1px;
    margin-right: 12px;
}

.top-line-panel .top-nav .top-choose .choose-language {
    padding-left: 20px;
    display: flex;
}

.top-line-panel .top-nav .top-choose .choose-language i {

}

.top-panel {
    z-index: 99999;
    position: fixed;
    width: 100%;
    /*修改导航背景色*/
    background-color: transparent;
    /*鼠标移入增加过度*/
    transition: all .5s;
}
/*鼠标移入变白*/
.top-panel:hover{
    background-color: #fff;
}
/*鼠标移入导航字体变黑*/
.top-panel:hover .top-nav .top-menu ul li{
    color: #333 !important;

}
.top-panel:hover .top-nav .top-right .language{
    color: #333 !important;

}
.top-panel:hover .top-nav .top-right a img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) hue-rotate(0deg) contrast(200%) !important;
}
.top-panel:hover .top-panel .menu-btn i {

    color: #000;
}
/*鼠标滚动增加背景色*/
.ac{
    background-color: #fff;
    transition: all .5s;
}


.top-panel-white {
    background-color: #fff;
    /*border-bottom: 1px solid #d9d9d9;*/
    top: 38px;
}

.top-panel-white .top-menu a:-webkit-any-link {
    color: #333;
}

.top-panel-white .order-btn {
    background: linear-gradient(to right, #1a7bd9, #479bed);
    width: 88px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 2px;
    margin-left: 0;
    color: #fff;
    border-radius: 30px;
}

.top-panel-white .search-input {
    margin-top: 32px;
    margin-left: 30px;
    border: 1px solid #c1c0c9;
    text-indent: 20px;
    width: 179px;
    height: 31px;
    color: #333;
    border-radius: 30px 0 0 30px;
}

.top-panel-white .search-btn {
    border-radius: 0 30px 30px 0;
    margin-left: 0 !important;
    height: 33px;
    width: 54px;
    background: linear-gradient(to right, #1d7ddb, #469aed);
    text-align: center;
    line-height: 33px;
    color: #fff;
}

.top-panel-white .search-btn i {
    font-size: 20px;
}

.top-panel-white .search-input::-webkit-input-placeholder {
    color: #bbb;
}

.top-panel-white .search-input:-ms-input-placeholder {
    color: #bbb;
}

.top-panel-white .search-input::-moz-placeholder {
    color: #bbb;
}

.top-panel-white .search-input:-moz-placeholder {
    color: #bbb;
}


.top-nav {
    max-width: 1480px;
    height: 96px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-panel .menu-btn {
    display: none;
}

.top-nav .top-menu {
    display: flex;
    position: relative;
    justify-content: space-between;

}

.top-nav .top-menu .menu-close {
    display: none;
    font-size: 30px;
    color: #1a7bd9;
    margin-top: 20px;
    margin-left: 30px;
}

.top-nav .top-menu ul {
    float: right;
    align-self: center;
    list-style-type: none;
}

.top-nav .top-menu ul li {
    float: left;
    color: #fefefe;
    position: relative;
    margin-right: 34px;
    font-weight: 700;
    line-height: 14px;
    font-size: 16px;
    /*增加字体过度*/
    transition: all .5s;
}
.top-nav .top-menu ul li:last-child {
    margin-right: 0;
}
.top-nav .top-menu ul li a:hover{
    color: #1a7bd9;
    font-weight: 700;
}
.top-nav .logo {
    padding-top: 18px;
    margin-left: 20px;
}

.top-nav .logo img {
    width: 97px;
}

.top-nav .top-right {
    display: flex;
    height: 100%;
    margin-right: 20px;
    flex-wrap: wrap;
}

.top-nav .top-right a {
    align-self: center;
    cursor: pointer;
    margin-left: 42px;
}

.top-nav .top-right a img{
    transition: all 0.6s;
}
.top-nav .top-right a img:hover{
    -webkit-transform:translate(0px,-2px);
    -moz-transform:translate(0px,-2px);
}

.top-nav .top-right .language {
    align-self: center;
    font-size: 16px;
    color: #fefefe;
    cursor: pointer;
    margin-left: 42px;
    transition: all .5s;
}

.top-nav .top-close-btn {
    display: none;
}

.top-menu-child-panel {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.top-menu-child-nav {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.top-menu-child-nav ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin: 14px 0;
}

.top-menu-child-nav ul li {
    line-height: 23px;
    font-size: 13px;
    padding: 4px 0;
}

.top-menu-child-nav ul li a {
    color: #181818;
}

.top-menu-child-nav ul li a:hover {
    color: #2a67c5;
    font-weight: 600;
}

.top-menu-child-nav ul li:first-child {
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
}

.top-menu-child-nav ul li:first-child a {
    color: #245ba6;
}

.main {
    /*取消内间距*/
    padding-top: 0;
    background: #f5f7fa;
}

.main-white {
    padding-top: 135px;
}


.my-bullet {
    display: inline-block;
    background-color: #9ca5ae;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin-bottom: 40px;
    margin-left: 16px;
    border-radius: 20px;
}

.my-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin-bottom: 37px;
}

.footer-dev{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-panner {
    width: 100%;
    background-color: rgb(33 33 33 / 0%);
}

.footer-nav {
    max-width: 1480px;
    margin: 0px auto;
}

.footer-nav .footer-1 {
    display: flex;
    padding-top: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    order: 2;
}

.footer-nav .footer-1 .logo {
    width: 97px;
    margin-left: 20px;
}

.footer-nav .footer-1 .statement {
    margin-top: 40px;
    margin-left: 54px;
    font-size: 12px;
    color: #fff;
}

.footer-nav .footer-1 .share {
    margin-left: auto;
    padding-top: 10px;
    /*隐藏微信二维码*/
    display: none;
}

.footer-nav .footer-1 .share li {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #494949;
    border-radius: 5px;
    text-align: center;

}

.footer-nav .footer-1 .share li img {
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.footer-nav .footer-1 .share a:nth-child(1) li:hover img{
    content: url('/frontEnd/static/images/wx.png');
}
.footer-nav .footer-1 .share a:nth-child(2) li:hover img{
    content: url('/frontEnd/static/images/wb.png');
}
.footer-nav .footer-1 .share a:nth-child(3) li:hover img{
    content: url('/frontEnd/static/images/f.png');
}
.footer-nav .footer-1 .share a:nth-child(4) li:hover img{
    content: url('/frontEnd/static/images/t.png');
}
.footer-nav .footer-1 .share a:nth-child(1) li:hover{
    background-color: #fff;
}
.footer-nav .footer-1 .share a:nth-child(2) li:hover{
    background-color: #fff;
}
.footer-nav .footer-1 .share a:nth-child(3) li:hover{
    background-color: #fff;
}
.footer-nav .footer-1 .share a:nth-child(4) li:hover{
    background-color: #fff;
}

.footer-nav .footer-1 .share a {
    margin-right: 8px;
}

.footer-nav .footer-1 .share a:last-child {
    margin-right: 20px;
}

.footer-nav .footer-2 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 72px;
}

.footer-2 .mobile-address {
    margin-left: 20px;
}

.footer-2 .mobile-address p {
    color: #fff;
    line-height: 16px;
    margin: 20px 0;
}

.footer-2 .mobile-address .phone {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
}

.footer-2 .foot-menu {
    margin-right: 20px;
    margin-left: auto;
    display: flex;
}

.footer-2 .foot-menu ul {
    float: right;
    list-style-type: none;
    margin: 14px 0;
    padding-left: 40px;
}

.footer-2 .foot-menu ul a {
    color: #fff;
}

.footer-2 .foot-menu ul a:hover{
    color: #399af8;
}
.footer-2 .foot-menu ul li {
    line-height: 30px;
}

.footer-2 .foot-menu ul li:first-child a {
    color: #fff;
}
.footer-2 .foot-menu ul li:first-child a:hover{
    color: #399af8;
}

.footer-2 .foot-menu ul li:first-child {
    font-size: 16px;
    line-height: 60px;
}

.footer-bottom-panner {
    width: 100%;
    background-color: #0767c5;
    height: 80px;
}

.footer-bottom-nav {
    max-width: 1480px;
    margin: 0px auto;
    display: flex;
    height: 80px;
}

.footer-bottom-nav .beian {
    line-height: 80px;
    color: #fff;
    text-indent: 12px;
}

.footer-bottom-nav ul {
    list-style-type: none;
    align-self: center;
    margin-left: auto;
}

.footer-bottom-nav ul li {
    display: inline-block;
    border-right: 1px solid #73777a;
    padding: 0 16px;
}

.footer-bottom-nav ul li:last-child {
    border-right: 0px;
    padding: 0 20px;
}

.footer-bottom-nav ul li a {
    color: #fff;
}
.footer-bottom-nav ul li a:hover{
    color: #1a7bd9;
}

.footer-2 .foot-menu ul li .foot-menu-open {
    display: none;
}

.header-open {
    display: none;
}

.screen-button {
    position: fixed;
    top: 45vh;
    right: 40px;
    z-index: 10000;
}

.screen-button ul{

    width: 100%;

    overflow: hidden;
}

.screen-button ul li{

    text-align: center;
    color: #999999;
    cursor: pointer;
    background: #fff;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.screen-button ul li:hover{
    color: #fff;
    background-color: #2a67c5;
}


.screen-button ul li span{
    font-size: 12px;
}
.screen-button ul:last-child{

}

.screen-button ul li i{
    font-size: 26px;
    flex: 0 0 100%;
}

.mobile-search{
    display: none;
}

.mobile-cart{
    display: none;
}

@media (max-width: 1324px) {
    .top-panel-white .search-input{
        display: none;
    }
    .top-nav .top-right a{
        /*display: none;*/
    }
}

@media (max-width: 1024px) {

    .my-bullet {
        display: inline-block;
        background-color: #9ca5ae;
        opacity: 1;
        width: 6px;
        height: 6px;
        margin-bottom: 20px;
        margin-left: 16px;
        border-radius: 20px;
    }

    .my-bullet-active {
        background-color: #fff;
        opacity: 1;
        width: 10px;
        height: 10px;
        margin-bottom: 19px;
    }

    .main {
        padding-top: 75px;
    }

    .top-nav {
        height: 75px;
        position: relative;
    }

    .top-nav-white{
        height: 110px;
    }

    .top-nav .top-menu {
        display: none;
        height: 100%;
    }

    .top-nav .top-menu .menu-close {
        display: block;
    }

    .top-nav .top-menu ul li {
        color: #333;
        float: none;
        font-size: 18px;
        line-height: 70px;
        text-indent: 30px;
        border-bottom: 1px solid #ddd;
        margin-right: 0;
        position: relative;
    }

    .top-nav .top-menu ul {
        float: none;
    }

    .top-nav .logo img {
        width: 50px;
    }

    .top-nav .top-right {
        margin-left: auto;
    }

    .top-nav .top-right a {
        margin-left: 20px;
        display: block;
        font-size: 12px;
    }
    .top-panel-white .order-btn{
        width: 65px;

    }
    .top-nav .top-right .language {
        margin-left: 20px;
    }

    .top-panel .menu-btn {
        display: block;
    }

    .top-panel .menu-btn i {
        display: block;
        font-size: 26px;
        margin-left: 20px;
        margin-top: 20px;
        transition: all .5s;
    }


    .top-nav .top-close-btn {
        display: none;
        position: absolute;
        left: 14px;
    }

    .top-nav .top-close-btn img {
        margin-top: 20px;
        width: 26px;
    }


    .footer-nav .footer-1 .share {
        padding-inline-start: 20px;
        margin-left: auto;
    }

    .footer-nav .footer-1 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 40px;
        flex: 0 0 100%;
        align-items: center;
    }

    .footer-nav .footer-1 .statement {
        width: 50vw;
        margin-top: 10px;
    }

    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        max-width: 90%;
        overflow: hidden;

    }

    .footer-nav .footer-2 {
        flex-wrap: wrap;
        padding-bottom: 0px;
        flex: 0 0 100%;
    }

    .footer-2 .mobile-address {
        width: 90%;
        order: 2;
    }

    .footer-2 .mobile-address .phone {
        margin-block-start: 15px;
        margin-block-end: 3px;
    }

    .footer-2 .foot-menu {
        flex-wrap: wrap;
        margin: 0;
        flex: 1;
    }

    .footer-2 .foot-menu ul {
        width: 100%;
        padding-inline-start: 0px;
        margin-block-start: 0;
        margin-block-end: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .footer-2 .foot-menu ul li {
        display: none;
        position: relative;
        text-indent: 20px;
        border-bottom: 1px solid #5b5b5b;
        line-height: 60px;
    }

    .footer-2 .foot-menu ul li .foot-menu-open {
        position: absolute;
        display: block;
        color: #fff;
        top: 0;
        right: 20px;
    }


    .footer-2 .foot-menu ul li:first-child {
        display: block;
        text-indent: 0;
        border-bottom: 0;
    }

    .footer-bottom-panner {
        height: auto;
        padding-bottom: 20px;
    }

    .footer-bottom-nav {
        flex-wrap: wrap;
        max-width: 90%;
    }

    .footer-bottom-nav .beian {
        margin-top: 15px;
        line-height: 30px;
        text-align: left;
        text-indent: 0;
    }

    .footer-bottom-nav ul {
        padding-inline-start: 0px;
        margin-block-start: 0;
        margin-block-end: 0;
        margin: 0px auto;
    }

    .footer-bottom-nav ul li:last-child {
        padding: 0 7px;
    }

    .footer-bottom-nav ul li {
        padding: 0 7px;
    }

    .header-open {
        display: block;
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .second-menu li {
        text-indent: 70px !important;
        display: none;
    }

    .second-menu li :last-child {
        border-bottom: 0 !important;
    }

    .second-menu li:first-child {
        text-indent: 50px !important;
        display: block;
    }

    .screen-button {
        position: fixed;
        top: 50vh;
        right: 10px;
    }

    .top-line-panel .top-nav .top-choose .shopping-cart{
        display: none;
    }

    .top-panel-white .search-input{
        position: absolute;
        width: calc(100% - 50px - 54px);
        left: 0;
        bottom: 14px;
        display: block;
    }

    .top-panel-white .search-btn{
        position: absolute;
        right: 21px;
        bottom: 14px;
    }

    .mobile-cart{
        display: block;
    }

    .top-nav .top-right{
        height: 75px;
    }


    .main-white {
        padding-top: 150px;
    }

    .footer-bottom-nav{
        height: auto;
    }

}

[v-cloak] {
    display: none !important;
}
.el-message {
    z-index: 999999 !important;
    padding: 20px 40px !important;
}
.el-message__content {
    font-size: 16px !important;
}
.el-message__icon {
    font-size: 18px !important;
}


@media screen and (max-width: 768px){
    .footer-nav .footer-1 .logo{
        margin-left: 0;

    }
    .footer-nav .footer-1 .statement{
        width: 100%;
        margin-left: 0;

    }
    .footer-bottom-nav ul{
        margin-top: 15px;
    }
    .footer-bottom-nav ul li{
        padding: 0;
    }
}
