*, *:after, *:before {
    box-sizing: border-box
}

@font-face {
    font-family: "NotoSans";
    src: url('./fonts/NotoSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('./fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: 'MiSans';
    src: url('../../fonts/MiSans-Medium.ttf');
}

body {
    /*    font-family: "Montserrat", Arial, sans-serif;*/
    /*font-family: "Montserrat", Arial, sans-serif;*/
    font-family: 'MiSans', Arial, sans-serif;
    /*    color: #919191;*/
    /* background-color: #f3f4f7; */
    /* background-image: url(../img/cancel/bais_001.jpg);
	background-repeat: no-repeat; */
    /* min-width: 720px; */
}

body, img, ul, ol, li, dl, dt, dd, form, p, div, span, a, em, i, b, input, button, h1, h2, h3, h4, h5, h6, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: 0;
    text-decoration: none;
}

.bais_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    /* min-width: 1266px; */
    height: 94px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 0.3s;
    /*    box-shadow: 0px 0 150px -10px #000;*/
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #23b7b6;
    background-color: #fff;
    min-width: 1400px;
    overflow: visible;
}

.max_width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.mainOll {
    margin-top: 94px;
    padding-bottom: 94px;
    min-width: 1400px;
    overflow: visible;
}

.mainOlls {
    margin-top: 94px;
    min-width: 1400px;
    overflow: visible;
}

.headerNav {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bannerImg {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.bannerImgs{
    width: 100%;
}
.bannerImgs img {
    width: 100%;
    height: 100%;
    /*    height: 4.5rem;*/
    object-fit: cover;
}

.banerTitle {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    font-size: 55px;
    font-weight: bolder;
    color: white;
}

.banerTitles {
    top: 60%;
}

    .banerTitles span {
        position: absolute;
        left: 60%;
        font-size: 41px;
    }

.headerNavLogo {
    height: 100%;
    /*    width:10%;*/
}

    .headerNavLogo a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

.bais_nav {
    width: 47%;
    height: 100%;
    display: flex;
    align-items: center;
}

    .bais_nav ul {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        color: #7e7e7e;
        font-size: 16px;
        font-weight: bold;
    }

        .bais_nav ul li {
            height: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

        .bais_nav ul .avtive a {
            margin-top: 6px;
            border-bottom: 3px solid #23b7b6;
            color: #23b7b6;
        }

        .bais_nav ul li :hover {
            color: #23b7b6;
        }

        .bais_nav ul li a {
            cursor: pointer;
            padding: 11px 0;
        }

.bais_mes {
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
}

    .bais_mes ul {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

        .bais_mes ul li {
            /*            width: 25%;*/
            height: 100%;
            color: #acacac;
            font-size: 14px;
            display: flex;
            /* font-weight: bold; */
            align-items: center;
            justify-content: center;
            cursor: pointer;
            position: relative;
        }

            .bais_mes ul li .register {
                width: 100%;
                display: flex
            }

                .bais_mes ul li .register a {
                    /*                    width: 50%;*/
                    display: block;
                    text-align: center;
                    color: #acacac;
                }

                .bais_mes ul li .register :nth-child(2) {
                    border-left: 1px solid #acacac;
                    padding-left: 10px;
                }

                .bais_mes ul li .register :nth-child(1) {
                    padding-right: 10px;
                }

.shpingcar {
    height: 56%;
    width: 100%;
    background-color: #23b7b6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position:relative;

}
.shoppCarnNum {
    position: absolute;
    top: -13px; 
    right: -13px;
    width: 30px;
    height: 30px;
    background-color: #d44444;
    border-radius: 50px;
   display:flex;
   align-items:center;
   justify-content:center;
   z-index:99;
}
.shoppCarnNumbefore {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    top: -18px;
    right: -18px;
}
    .shpingcar span {
        color: white;
        margin-left: 10px;
    }
.shpingcar .shoppCarnNum span{
    margin:0;
}
.erweima {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .erweima:hover .erweimaBox {
        visibility: visible;
    }

    .erweima div {
        display: flex;
        justify-content: center;
    }

.bais_messpan {
    position: relative;
}

.bais_mesImg {
    margin-left: 8px;
    margin-top: 3px;
}
/*    .bais_messpan::after {
        content: '';
        position: absolute;
        background-image: url(../images/xiangxia.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 9px;
        height: 7px;
        top: 36%;
        right: -13px
    }*/
.erweimaBox {
    position: absolute;
    padding: 20px;
    background-image: url(../images/biejin.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    font-size: 12px;
    top: 10px;
    color: #6b6b6b;
    font-weight: bold;
    flex-direction: column;
    /*    left: -134px;*/
    right: 0px;
    width: 219px;
    height: 233px;
    visibility: hidden;
    transition: all 0.3s;
    margin-top: 40px;
    height: 320px;
    width: 280px;
    background: white;
}

    .erweimaBox span {
        margin-top: 10px;
        text-align: center;
    }

    .erweimaBox img {
        /*        position: relative;
        height: 100%;
        object-fit: cover;*/
        position: relative;
        width: 250px;
        height: 250px;
        object-fit: cover;
    }
/*  .erweimaBox img:before {
            content: '';
            width: 20px;
            height: 20px;
            z-index: 1020;
            position: absolute;
            background-image: url(../images/shangName5.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }*/
/*   .erweimaBox:before {
        content: '';
        width: 20px;
        height: 20px;
        z-index: 1020;
        position: absolute;
        background-image: url(../images/toUp.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: -20px;
        left: 75%;
    }*/
.mendoBOx {
    margin-top: 200px;
    width: 500px;
    height: 500px;
    background-image: url(../images/biejin.png);
    background-repeat: no-repeat;
}
/*µ×²¿µÄÑùÊ½*/
.footerOll {
    width: 100%;
    height: 100%;
    background-color: #23b7b6;
    padding: 50px 0;
    min-width: 1400px;
    overflow: visible;
}

.footerBox {
    width: 100%;
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
}

.footerBoxOne {
    width: 30%;
    padding-left: 50px;
    border-right: 1px solid #4fc5c5;
    display: flex;
}

.footerBoxTow {
    width: 70%;
    margin-left: .3rem;
}

.footerUlOll {
    display: flex;
}

.fonterluOll {
    width: 16.6%;
    display: flex;
    flex-direction: column;
}

    .fonterluOll span {
        color: white;
        font-size: 16px;
    }

.footerUl {
    margin-top: 30px;
}

    .footerUl li {
        padding-bottom: 20px;
    }

        .footerUl li a:hover {
            color: #fff
        }

        .footerUl li a {
            font-size: 14px;
            color: #81d7d7;
        }

.footerBoxOneCode ul
figure {
    text-align: center;
}

figure img {
    max-width: 80px;
}

figure figcaption {
    color: #a8ecec;
    font-size: 14px;
}

.footerBoxOnetitle {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-evenly;
}

    .footerBoxOnetitle p {
        display: flex;
        flex-direction: column;
    }

.footertext {
    font-size: 16px;
    color: #c6efef;
    margin-bottom: 20px;
}

.footertiem {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.avtiveShow {
    position: absolute;
    width: 160px;
    top: 90px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    box-shadow: #f1f1f1 0px 0px 10px;
    background-color: white;
    border-radius: 5px;
    padding: 0 20px;
    left: 0;
}

.bais_nav .avtiveShow:hover {
    color: #7e7e7e;
}

.avtiveShow dd {
    padding: 10px 0;
    cursor: pointer;
}

    .avtiveShow dd:hover {
        color: #23b7b6
    }

.GlobalLoginWindowInp {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 20px;
}

.newInp {
    width: 70%;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.GlobalLoginWindowLiBtn {
    width: 30%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1fa4a3;
    border: 1px solid #e0e0e0;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    background-color: rgb(232, 240, 254);
    cursor: pointer;
}

.GlobalLoginWindowInp::-webkit-input-placeholder {
    font-size: 16px;
    color: #afa6bc;
}

.GlobalLoginWindowBtn {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #1fa4a3;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

#GlobalLoginWindow ul li .active {
    background-color: #42df9f;
}

.GlobalLoginWindowLi {
    display: flex;
    align-items: flex-end;
}

.footerQRBox1 {
    position: relative;
}

.footerQRBox2 {
    position: relative;
}

.footerQRBox1:hover .footerQRCode1 {
    visibility: visible;
}

.footerQRBox2:hover .footerQRCode2 {
    visibility: visible;
}

.footerQRCode1 {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: -50px;
    left: 0px;
    height: 300px;
    width: 300px;
    transition: all 0.3s;
}

.footerQRCode2 {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: -150px;
    left: 0px;
    height: 300px;
    width: 300px;
    transition: all 0.3s;
}
