﻿@charset "utf-8";

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

img {
    outline-width: 0px;
    vertical-align: top;
}

.clear {
    clear: both
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p {
    margin-bottom: 1.1em;
    margin-top: 0;
}

#main p.lastNode {
    margin-bottom: 0;
}

a:link img, a:visited img {
    border: none;
}

div.clearFloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0px;
}

li.clearFloat {
    clear: both;
}

ul.symbolList {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.AbsWrap {
    position: relative;
    width: 100%;
}

.rowWrap {
    width: 100%;
}

#main {
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
    width: 1200px;
    position: relative;
}

/*banner*/
.banner_img {
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    height: 500px;
    background: url(../images/group_pot_list/banner01.jpg) no-repeat top center;
}

.banner_img_t3 {
    background: url(../images/group_pot_list/banner01-t3.jpg) no-repeat top center;
}

/*何为净钢*/
.btn_buy_f {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

    .btn_buy_f .btn_bottom_txt {
        float: right;
        width: 56%;
        text-align: left;
        padding: 20px 2%;
    }

        .btn_buy_f .btn_bottom_txt h3 {
            font-weight: bold;
            font-size: 28px;
            line-height: 30px;
            margin-bottom: 25px;
            color: #000;
        }

        .btn_buy_f .btn_bottom_txt b {
            display: inline-block;
            border-left: 4px solid #ba1f00;
            padding-left: 8px;
            font-size: 17px;
            color: #404040;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .btn_buy_f .btn_bottom_txt p {
            color: #838383;
            font-size: 15px;
            line-height: 28px;
            margin-bottom: 15px;
        }

/*30年做一口锅*/
.btn_buy_r {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

    .btn_buy_r .btn_bottom_txt {
        float: left;
        width: 48%;
        text-align: left;
        padding: 20px 0 20px 2%;
    }

        .btn_buy_r .btn_bottom_txt h3 {
            font-weight: bold;
            font-size: 28px;
            line-height: 30px;
            margin-bottom: 25px;
            color: #000;
        }

        .btn_buy_r .btn_bottom_txt b {
            display: inline-block;
            border-left: 4px solid #ba1f00;
            padding-left: 8px;
            font-size: 17px;
            color: #404040;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .btn_buy_r .btn_bottom_txt p {
            color: #838383;
            font-size: 15px;
            line-height: 28px;
            margin-bottom: 15px;
        }

.btn_buy_question {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 45px;
}

    .btn_buy_question h3 {
        font-size: 29px;
        font-weight: bold;
        color: #000;
        line-height: 30px;
    }

    .btn_buy_question ul {
        padding: 30px 35px;
    }

        .btn_buy_question ul li {
            text-align: left;
            margin-left: 0;
            margin-bottom: 12px;
            line-height: 32px;
        }

            .btn_buy_question ul li p {
                position: relative;
                padding-left: 38px;
                color: #666;
                font-size: 15px;
            }

                .btn_buy_question ul li p.title {
                    color: #333;
                }

            .btn_buy_question ul li b {
                position: absolute;
                left: 0;
                font-weight: normal;
                *top: -6px;
            }

                .btn_buy_question ul li b.c_red {
                    color: #ba2101;
                }

                .btn_buy_question ul li b.c_blue {
                    color: #0080eb;
                }

.btn_buy_f .btn_buy_small {
    display: inline-block;
    width: 44%;
    background-color: #f2f2f2;
    padding: 20px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .btn_buy_f .btn_buy_small .btn_small_img {
        float: left;
        width: 50%;
    }

        .btn_buy_f .btn_buy_small .btn_small_img img {
            max-width: 100%;
        }

    .btn_buy_f .btn_buy_small .btn_small_txt {
        float: right;
        height: 125px;
        margin-top: 10px;
        padding: 15px 40px;
        border-radius: 5px;
        background-color: white;
        text-align: left;
    }

        .btn_buy_f .btn_buy_small .btn_small_txt p {
            line-height: 30px;
            font-size: 15px;
        }

.btn_buy {
    background: #443330;
    font-size: 18px;
    line-height: 30px;
    width: 110px;
    padding-left: 10px;
    position: absolute;
    color: #FFF;
    right: 246px;
    cursor: pointer
}

    .btn_buy:hover {
        background: #e04847
    }

.pot_img {
    padding: 20px;
    margin-top: 25px;
}

    .pot_img img {
        max-width: 100%;
    }

#back-to-top.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 64px;
    right: 40px;
    z-index: 9999;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: #F2F2F0;
    color: #444;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    font-size: 18px;
    color: #443330;
    font-weight: bold
}

.body_hidden {
    overflow: hidden
}

.pot_bg {
    background: #333;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: fixed;
    width: 100%;
    height: 5000px;
    left: 0;
    top: 0;
    z-index: 400;
}

#zwindow_login_panel_header {
    position: fixed;
}

.buy_pot {
    width: 450px;
    padding-bottom: 20px;
    height: 380px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -170px;
    margin-left: -225px;
    background: #fff;
    z-index: 401;
    overflow: hidden;
    box-shadow: 0 0 10px #000;
    text-align: center
}

.buy_pot_r {
    width: 450px;
    height: 420px;
}

.buy_pot h3 {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #999;
    font-weight: normal;
    font-size: 20px;
    text-align: left
}

    .buy_pot h3 i {
        float: right;
        margin: 10px 10px 0 0;
        cursor: pointer
    }

    .buy_pot h3 strong {
        font-weight: normal;
    }

.buy_pot ul {
    padding: 5px 15px;
    float: left;
    width: 60%
}

    .buy_pot ul.buy_pot_title {
        float: left;
        width: 20%;
        text-align: right
    }

    .buy_pot ul li {
        line-height: 33px;
        margin: 15px auto
    }

        .buy_pot ul li.unit_price {
            text-align: right;
            font-size: 15px;
            color: #e04847;
            font-weight: bold;
        }

        .buy_pot ul li input {
            width: 100%;
            height: 33px;
            line-height: 33px;
        }

            .buy_pot ul li input:focus {
            }

        .buy_pot ul li .price_tips {
            border-top: 1px solid #eee;
            margin-top: 10px;
            padding-bottom: 15px;
            text-align: right;
        }

.buy_pot p {
    line-height: 24px;
    text-align: left;
    padding: 0 15px;
    clear: both
}

    .buy_pot p font {
        color: #eb544b
    }

    .buy_pot p.checkout_info_p {
        padding: 50px 15px;
        font-size: 15px;
    }

    .buy_pot p span {
        float: right
    }

.buy_pot button {
    width: 165px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    margin: 15px 15px 0 15px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer
}

.buy_pot .btn_check, .buy_pot .btn_online_buy {
    background-color: #e04847;
    color: #fff
}

.buy_pot .btn_close {
    background-color: #f2f2f0;
}

.bottom_xf {
    height: 60px;
}

.bottom_xf_fixed {
    width: 100%;
    background: #443330;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0
}

.bottom_xf_xd {
    bottom: 0px;
    right: 230px;
    border: 2px solid #443330;
    height: 56px;
    line-height: 56px;
    width: 180px;
    z-index: 300;
    cursor: pointer;
    background: #fff;
    color: #443330;
    position: fixed;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

    .bottom_xf_xd:hover {
        background: #e04847;
        color: #fff
    }

.bottom_xf_xd2 {
    bottom: 0px;
    right: 40px;
    border: 2px solid #443330;
    height: 56px;
    line-height: 56px;
    width: 180px;
    z-index: 300;
    cursor: pointer;
    background: #fff;
    color: #443330;
    position: fixed;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

    .bottom_xf_xd2:hover {
        background: #e04847;
        color: #fff
    }

.buy_po_item {
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
}

    .buy_po_item span.spot_title {
        display: inline-block;
        width: 80px;
        text-align: right;
        font-size: 14px;
    }

    .buy_po_item span.spot_input {
        display: inline-block;
        width: 260px;
        text-align: left;
        padding-left: 20px;
        padding-right: 30px;
    }

        .buy_po_item span.spot_input input.txt_large {
            height: 30px;
            width: 250px;
            padding-left: 10px;
        }

    .buy_po_item span.unit_price {
        text-align: right;
        font-size: 15px;
        color: #e04847;
        font-weight: bold;
    }

    .buy_po_item .price_tips {
        border-top: 1px solid #eee;
        text-align: right;
        padding-right: 60px;
        color: #666;
    }

.buy_pot .buy_po_item .price_tips span {
    float: none;
    line-height: 30px;
    font-size: 13px;
    padding: 0 3px;
    color: #333;
}

    .buy_pot .buy_po_item .price_tips span.price_total {
        color: #e04847;
        font-size: 15px;
        font-weight: bold;
    }

.buy_po_tips {
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 5px;
}

    .buy_po_tips .total_price {
        color: #e04847;
        font-weight: bold;
    }

    .buy_po_tips span.wx_tips {
        font-size: 12px;
        color: #666;
        padding-left: 5px;
    }

.erweima_img img {
    width: 200px;
    height: 200px;
}

.pay_wx_sm {
    padding: 5px 0;
    width: 130px;
    margin: 0 auto;
    padding-left: 50px;
    background-image: url(/web/img/wx-sao-img.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: #ff7674;
}

    .pay_wx_sm p {
        color: #fff;
    }

.succ_moudle_tips {
    padding-left: 60px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    background: url(/web/img/v2/bg_payment_success_77_86.png) no-repeat 25px center;
    background-size: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.buy_po_tips1 {
    font-size: 15px;
    margin-top: 15px;
    text-align: left;
    padding-left: 25px;
}

.kefu_hot {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 25px;
}

    .kefu_hot p {
        color: #f28f16;
        padding-left: 25px;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
    }

.main {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    height: 50px;
    line-height: 50px;
}

.current_location li {
    height: 40px;
    line-height: 40px;
}

.current_location {
    height: 40px;
    line-height: 40px;
}

.myxyh_h5_menu {
    height: 40px;
    line-height: 40px;
}

.product_image img {
    width: 350px;
    height: 350px;
}

.product_image, .product_action {
    float: left;
}

.product_panel {
    height: 370px;
    border: 1px solid #ccc;
    padding: 10px;
}

.product_action {
    width: 800px;
    box-sizing: border-box;
    padding-left: 40px;
    text-align: left;
    height: 350px;
    line-height: 50px;
    font-size: 16px;
}

p.product_name {
    font-weight: 600;
    text-align: left;
    width: 500px;
    line-height: 20px;
}

.product_price_group {
    font-size: 16px;
    font-weight: 600;
}

.product_price {
    color: #ec5400;
    font-size: 27px;
}

.product_pre, .product_area {
    color: #949494;
    width: 85px;
    display: inline-block;
}

.product_area {
}

.product_kind_group ul {
    display: inline-block;
}

.product_kind_group .product_kind {
    display: inline-block;
    width: 80px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 31px;
    color: #949494;
    cursor: pointer;
    box-sizing: border-box;
}

    .product_kind_group .product_kind.select {
        background: #2a80b9;
        color: #fff;
    }

    .product_kind_group .product_kind:hover {
        opacity: 0.9;
        border: 1px solid #186496;
    }

.product_number_minu, .product_number_input, .product_number_plus {
    display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    cursor: pointer;
}

.product_number {
    display: inline-block;
    font-size: 0;
    margin: 10px 0;
}

input.product_number_input {
    width: 60px;
    vertical-align: top;
    border-left: none;
    border-right: none;
    margin-top: 8px;
    outline: none;
}

.product_number span {
    /* display: inline-block; */
    font-size: 18px;
    margin-left: 15px;
}

.product_number_minu, .product_number_plus {
    background: #ededed;
}

    .product_number_minu:hover, .product_number_plus:hover {
        opacity: 0.9;
        border: 1px solid #989292;
    }

input.product_number_input:hover {
    border: 1px solid #989292;
}

.product_pay_btn {
    background: #ffeded;
    border: 1px solid red;
    width: 160px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
    margin-top: 20px;
    color: red;
    text-decoration: none;
}

    .product_pay_btn:hover {
        text-decoration: none;
        background: #f3cfcf;
    }

.product_price_group .product_pre {
    color: #000;
}

.product_info {
    float: left;
    min-height: 500px;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.container {
    min-height: 900px;
}

li.product_desc, .product_detail {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    float: left;
}

li.product_desc {
    border-right: 1px solid #ccc;
}

.product_info_title .on {
    border-top: 3px solid #2a80b9;
}

.product_info_title {
    border-bottom: 1px solid #ccc;
    height: 50px;
}
