.banner1 .pro,
.inner {
    position: relative
}

.banner1 .a,
.banner1 .a img,
.popup {
    transition: all .5s
}

.submenu .m03 {
    color: #fff
}

.submenu .m03 path {
    fill: #fff
}

.banner1 {
    background: url(../img/bg-ingredient.png) right top;
    height: 494px
}

.banner1 .pro {
    width: 574px;
    margin: auto;
    position: relative;
    height: 494px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner1 .pro img {
    width: auto;
    height: auto
}

.banner1 .a {
    position: absolute;
    cursor: pointer;
    border-radius: 1000px
}

.banner1 .a img {
    width: 100%;
    height: auto;
    animation: move1 1s infinite alternate linear
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes move1 {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.banner1 .a:hover {
    transform: scale(1.05)
}

.pro_wrap {
    padding-top: 0;
    position: relative;
    height: 494px;
    display: flex;
    align-items: center;
}

.i01 .points,
.popup,
.popup .close {
    position: absolute
}

.pro_wrap .l,
.pro_wrap .r {
    float: left;
    width: 50%;
}

.pro_wrap .l {
    padding-left: 100px;
    margin-top: -43px;
}

.pro_wrap .border_t {
    font-size: 42px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #000;
    margin: 0 5px 40px;
    transform: skewX(-10deg);
    letter-spacing: 5px
}

.pro_wrap .t {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 10px
}

.pro_wrap .sub_t {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 40px
}

.banner1 .links_wrap {
    position: absolute;
    top: 320px;
    left: 350px
}

.banner1 .links_wrap .btn_now {
    max-width: 200px
}

.i01 {
    top: 4%;
    left: 0;
    width: 175px
}

.i01 .points {
    background: url(../img/icon-points.png);
    background-size: 100% 100%;
    width: 37px;
    height: 42px;
    right: 39px;
    bottom: -3px
}

.i02 {
    top: 15%;
    right: 0;
    width: 156px;
}

.i02 .points {
    background: url(../img/icon-points.png);
    background-size: 100% 100%;
    width: 37px;
    height: 42px;
    right: 14px;
    bottom: -3px;
    position: absolute
}

.i03 {
    top: 50%;
    left: 8%;
    width: 155px
}

.i03 .points {
    background: url(../img/icon-points.png);
    background-size: 100% 100%;
    width: 37px;
    height: 42px;
    right: 14px;
    bottom: -3px;
    position: absolute
}

.i04 {
    bottom: 5%;
    right: 7%;
    width: 145px
}

.i04 .points {
    background: url(../img/icon-points.png);
    background-size: 100% 100%;
    width: 37px;
    height: 42px;
    right: 14px;
    bottom: -3px;
    position: absolute
}

.popup {
    right: -2%;
    top: 13%;
    opacity: 0;
    visibility: hidden;
    width: 594px;
    height: 594px;
    background-position: center
}

.popup.show {
    opacity: 1;
    visibility: visible
}

.popup .close {
    right: 14%;
    top: 19%;
    cursor: pointer
}

.popup .in {
    width: 480px;
    margin: auto;
    padding-top: 125px
}

.popup .name {
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    max-width: 185px;
    margin: 0 auto 10px;
    display: block
}

.popup .en,
.popup .sub {
    margin-bottom: 10px;
    text-align: center
}

.m1 .name {
    color: #2ca3dd
}

.m2 .name {
    color: #008220;
    margin-top: 20px
}

.m3 .name {
    color: #e73553;
    margin-top: 20px
}

.m4 .name {
    color: #cc6000
}

.popup .en {
    font-size: 30px;
    display: block
}

.m1 .en {
    color: #2ca3dd
}

.m2 .en {
    color: #008220
}

.m3 .en {
    color: #e73553
}

.m4 .en {
    color: #cc6000
}

.popup .sub {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2
}

.popup .desc {
    font-size: 18px;
    line-height: 1.5;
    max-width: 325px;
    margin: auto;
    text-align: center
}

.popup .hl {
    color: #e70004
}

.popup_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.popup_mask.show {
    display: inherit
}

@media screen and (max-width: 767px) {
    .main {
        background: url(../img/bg-ingredient.png) 80% 0;
        background-size: auto 100%
    }

    .banner1 {
        background: 0 0;
        height: auto
    }

    .pro_wrap {
        padding: 0;
        margin: 0 -15px;
        display: block;
        height: auto;
    }

    .pro_wrap .l,
    .pro_wrap .r {
        float: none;
        width: auto
    }

    .pro_wrap .l {
        padding: 0;
        text-align: center;
        margin: 0;
    }

    .pro_wrap .border_t {
        margin: 0 10px 2vw;
        font-size: 7vw;
        letter-spacing: 3px
    }

    .pro_wrap .t {
        font-size: 6vw
    }

    .pro_wrap .sub_t {
        font-size: 3vw
    }

    .banner1 .pro {
        width: auto;
        margin: 21vw auto 5vw;
        height: auto;
    }

    .i01 {
        width: 36vw;
        left: 5%;
        top: -17%;
    }

    .i01 .points {
        width: 7vw;
        height: 8vw;
        right: 3vw;
        bottom: 0vw;
    }

    .i02 {
        width: 32vw;
        top: -1%;
        right: 4%;
    }

    .i03 {
        width: 33vw;
        left: 9%;
        top: inherit;
        bottom: 10%;
    }

    .i04 {
        width: 31vw;
        right: 9%;
        bottom: -1%;
    }

    .banner1 .links_wrap {
        position: static;
        text-align: center
    }

    .popup {
        border-radius: 25px;
        width: 92%;
        height: auto;
        background: #fafdff !important;
        right: initial;
        top: inherit;
        bottom: 4%;
        position: fixed
    }

    .popup .close {
        right: 10px;
        top: 10px
    }

    .m1 {
        box-shadow: inset 0 0 20px #2c6eab, inset 0 0 20px #2c6eab, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff
    }

    .m2 {
        box-shadow: inset 0 0 20px #21bd37, inset 0 0 20px #21bd37, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff
    }

    .m3 {
        box-shadow: inset 0 0 20px #da2134, inset 0 0 20px #da2134, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff
    }

    .m4 {
        box-shadow: inset 0 0 20px #fd7c00, inset 0 0 20px #fd7c00, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff
    }

    .popup .in {
        padding-top: 20px;
        width: auto
    }

    .popup .pic {
        text-align: center;
        width: 40%;
        display: block;
        margin: 0 auto 10px
    }

    .popup .en,
    .popup .name {
        display: none
    }

    .popup .desc {
        text-align: left;
        margin: 0 20px 50px;
        max-width: inherit
    }
}