html {
    height: 100%;
    overflow-y: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial,sans-serif;
    height: 100%;
/*    overflow-y: scroll;*/
    font-family: "Microsoft YaHei";
}

input[type="text"], input[type="password"], textarea, select {
    outline: none;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header {
    width: 100%;
    height: 120px;
    position: relative;
    left: 0;
    top: 0;
    color: #f5f5f7;
}
.contain_top {
    width: 100%;
    height: 60px;
    position: relative;
    left: 0;
    top: 0;
    color: #000000;
    font-size: 14px;
}
.text-content1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 60px;
    font-size: 14px;
}
.text-content2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 58px;
    font-size: 14px;
    display: none;
}
.text-content3 {
    display: none;
}
.outer {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.wrapper {
    min-width: 1280px;
    width: 100%;
    height: 1080px;
    background: url(/Images/img_pc-product.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    top: 0;
    font-family: "Microsoft YaHei";
}

.logo {
    width: 156px;
    height: 150px;
    display: inline-block;
    margin-top: 6px;
    position: relative;
    z-index: 100;
/*    border: #00ffff 1px solid;*/
}

.head-bar {
    color: #f5f5f7;
    position: relative;
    font-size: 20px;
    float: left;
    left: 50%;
    transform: translateX(-50%);
/*    border: #00ff00 1px solid;*/
}

.home {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.text-bar {
    font-weight: bold;
    line-height: 120px;
    position: relative;
    margin-left: 52px;
    top: -90px;
    cursor: pointer;
}


.cart {
    position: relative;
    width: 34px;
    height: 34px;
    top: -90px;
    margin-left: 90px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.module {
    *zoom: 1;
}

.contain {
    width: 100%;
    height: 900px;
    position: absolute;
    left: 0;
    top: 180px;
}

.service {
    position: fixed;
    width: 81px;
    height: 55px;
    right: 15px;
    bottom: 20px;
    cursor: pointer;
    float: right;
}
.service_close {
    position: relative;
    float: right;
    right: 24px;
    top: 10px;
    cursor: pointer;
}
.service_hint {
    position: fixed;
    width: 228px;
    height: 78px;
    right: 80px;
    bottom: 20px;
    float: right;
    background: url(/Images/img_service-chat.png) no-repeat center;
    text-align: center;
    font-size: 14px;
    color: #676767;
}
.hide {
    display: none;
}
.hint1 {
    font-size: 14px;
    position: relative;
    top: 17px;
}
.hint2 {
    font-size: 14px;
    position: relative;
    top: 13px;
    left: -5px;
}

.safe_code_block {
    width: 460px;
    position: relative;
    top: 40px;
    margin: 0 auto;
}
.safe_code_input {
    position: relative;
    border: #ffffff 1px solid;
    height: 38px;
    font-size: 20px;
    left: 21px;
    width: 380px;
}

.safe_code {
    width: 100%;
    height: 45px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    background-color: #ffffff;
}

.btn-search-submit {
    position: relative;
    top: 14px;
    left: -7px;
    cursor: pointer;
}

.search_ico {
    position: relative;
    top: 10px;
    float: right;
    right: 20px;
}

.brand {
    font-size: 18px;
    color: #ff3c00;
    text-align: center;
    position: relative;
    top: 58px;
}
.bottle {
    width: 438px;
    position: relative;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
}
.lots {
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    top: 100px;
}

.lot3 {
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #707070;
    top: 112px;
}
.lot4 {
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #3183ff;
    top: 152px;
    cursor: pointer;
}
.textB {
    margin-left: 60px;
}
.textB:hover, .textL:hover {
        text-decoration: underline;
}


@media only screen and (max-device-width: 815px) {
    body { overflow-y: scroll; }
    .wrapper {
        width: 100%;
        background: url(/Images/img_h5-product.jpg) no-repeat center;
        background-size: cover;
        min-width: unset;
    }
    .wrapper2 { background-color: #262626; }
    .btn_mobile {
        position: relative;
        top: 210px;
        left: 50%;
        transform: translateX(-50%);
    }

    .btn_pc {
        position: relative;
        top: 246px;
        left: 50%;
        transform: translateX(-50%);
    }
    .contain { top: 195px; }
    .logo {
        width: 119px;
        height: 114px;
        display: block;
        left: -8px;
        margin: 0 auto;
        margin-top: 6px;
        z-index: 100;
        background: url(/Images/img_logo-h5.png) no-repeat center;
    }
    .text-bar { display: none; }

    .head-bar { width: 100%; }
    .cart {
        float: right;
        right: 32px;
        top: -78px;
    }
    .text-content1 { display: none; }
    .text-content2 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .text-content3 {
        display: block;
        width: 100%;
        text-align: center;
        top: 5px;
        position: relative;
    }
    .text-barR { display: none; }
    .textB:hover, .textL:hover {
        text-decoration: underline;
    }
    .service {
        position: fixed;
        bottom: 20px;
        right: 5%;
        cursor: pointer;
        float: right;
    }
    .service_hint {
        position: fixed;
        right: 22%;
        bottom: 20px;
        cursor: pointer;
        float: right;
    }
    .safe_code_block {
        top: 38px;
        width: 85.5%
    }
    .safe_code_input {
        width: 250px;
        top: -1px;
    }
    .search_ico { left: -15px; }
    .brand { font-size: 14px; }
    .bottle {
        top: 70px;
        width: 90%;
    }
    .lots {
        font-size: 20px;
        top: 80px;
        position: relative;
    }
    .lot3 {
        font-size: 12px;
        top: 80px;
        position: relative;
    }
    .lot4 {
        font-size: 16px;
        top: 102px;
    }
    .menu_open {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 45px;
        left: 26px;
        background: url(/Images/ico_menu.png) no-repeat center;
    }
    .menu_close {
        width: 30px;
        height: 30px;
        position: relative;
        float: left;
        left: 20px;
        background: url(/Images/ico_menu-close.png) no-repeat center;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
    }
    .menu {
        width: 100%;
        height: 1080px;
        background-color: #000000;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
        font-family: "Microsoft YaHei";
        font-size: 16px;
        color: #f5f5f7;
        font-weight: bold;
    }
    .hide { display: none; }
    .menu_head {
        width: 100%;
        height: 120px;
        background-color: #000000;
        position: relative;
        border-bottom: 1px solid #424242;
    }
    .menu_home {
        width: 80%;
        height: 70px;
        position: relative;
        border-bottom: 1px solid #424242;
        cursor: pointer;
        margin: 0 auto;
    }
    .text-H5 {
        position: relative;
        line-height: 70px;
        color: #f5f5f7;
        font-size: 20px;
        font-weight: 100;
    }
}

@media only screen and (min-device-width: 815px) {
    .text-H5 {
        display: none;
    }
}

@media only screen and (max-device-width: 320px) {
    .safe_code_block {
        width: 80%;
    }

    .btn-search-submit {
        width: 109%;
    }

    .search_ico {
        left: -18px;
        top: 9px;
    }

    .search_text {
        left: 105px;
        top: -27px;
    }
    .safe_code_input {
        width: 180px;
    }
}