﻿

body {
    margin: -12px 0 0 -7px;
    padding: 0;
}

#main {
    padding-top: 12.5px;
    width: 100%;
    height: auto;
}

/*标题*/

#header {
    background-image: url("../Content/img/headLogoBack.png");
    /*background-image:url("/Images/Homepage/1.png");*/
    height: 88px;
   min-width: 1350px;
}

#logo {
    background-image: url("../Content/img/headLogo.png");
    background-repeat: no-repeat;
    height: 88px;
    width: 1250px;
}

.menu_list {
    margin-top: 34px;
    margin-left: 1px;
    float: right;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

    .menu_list a {
        text-decoration: none;
        color: #f5f5f5;
    }


        .menu_list a:hover {
            color: #f5f5f5;
        }

/*主体*/

#bodier {
    width: 1350px;
    min-height: 870px;
    margin: auto;
    overflow: hidden;
    zoom: 1;
    padding: 0 0 0 40px;
}

#bodier_l {
    float: left;
    width: 280px;
    min-height: 500px;
    margin-top: 20px;
}

#bodier_r {
    padding-left: 0px;
    float: left;
    min-height: 860px;
    width: 990px;
}

#Home_tit {
    width: 500px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: red;
    margin: 25px 0 10px 60px;
    /*background:red;*/
}

.Home_txt {
    width: 600px;
    height: 30px;
    border-bottom: 1px solid grey;
    margin-left: 110px;
    font-size: 14px;
    line-height: 35px;
}

.Home_txt_name {
    padding-left: 10px;
    float: left;
    width: 390px;
    height: 30px;
}

.Home_txt_price {
    float: right;
    width: 210px;
    height: 30px;
}

/*尾部*/

#footer {
    background: #191919;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: white;
    min-width: 1350px;
}









/*             */
/*快速筛选*/
/*             */


#Choose_tit {
    width: 900px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    color: red;
    margin: 20px 0 10px -10px;
}

.cloos_good_div {
    margin-right: 20px;
    width: 202px;
    height: 300px;
    margin-top: 22px;
    float: left;
    border: 1px solid #ededed;
    transition: border-color .2s;
}

.Choose_good {
    width: 200px;
    height: 200px;
    position: relative;
    /*background: grey;*/
}

.choose_good_tit {
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
    line-height: 23px;
    height: 20px;
    font-family: verdana,arial;
}

.choose_good_pic {
    margin: 10px 0 0 25px;
    width: 100px;
    height: 170px;
}


/*             */
/*商品详情*/
/*             */

#Detail_pic {
    float: left;
    margin: 30px 0 0 0;
    width: 300px;
    height: 300px;
    border-radius: 5px;
}

#Detail_txt {
    float: left;
    margin: 30px 0 0 20px;
    width: 400px;
    height: 350px;
    /*border:2px solid grey;*/
    border-radius: 5px;
}

    #Detail_txt ul {
        margin: 0 0 0 -40px;
        list-style: none;
        font-size: 15px;
        font-family: "Microsoft YaHei";
    }

        #Detail_txt ul li {
            margin-bottom: 8px;
            width: 200px;
            height: 20px;
        }

            #Detail_txt ul li input {
                font-weight: bold;
                width: 200px;
                height: 30px;
                border: 1px solid grey;
                border-radius: 5px;
                outline: none;
                background: #bbbbbb;
            }

.Detail_txt_t {
    float: right;
    width: 400px;
    height: 20px;
}


/*       */
/*登陆*/
/*       */


#Login_box {
    width: 500px;
    height: 300px;
    margin: 100px auto 0 auto;
    /*border: 2px solid grey;*/
    border-radius: 5px;
    background: url("img/loginImg.png");
    background-size: 100% 100%;
}

#Login_box_box {
    /*background: #dad9de;*/
    width: 480px;
    height: 250px;
    margin: 10px auto 0 auto;
    /*border: 1px solid grey;*/
    border-radius: 5px;
}

#Login_box_box_l {
    float: left;
    width: 260px;
    height: 170px;
    /*background:Red;*/
    padding: 80px 40px 0 55px;
}

.Login_box_box_t {
    height: 30px;
    width: 260px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: grey;
    /*background:red;*/
}

.inp {
    float: right;
    width: 190px;
    height: 20px;
    border-radius: 8px;
    padding: 0 10px;
    outline: none;
    line-height: 12px;
}

#Login_box_box_r {
    float: left;
    width: 140px;
    height: 250px;
    margin-left: 5px;
    /*background:blue;*/
}

    #Login_box_box_r input {
        /*font-size: 13px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        color: grey;*/
        /*border: 3px double grey;
        border-radius: 5px;
        outline: none;*/
        width: 69px;
        height: 70px;
        margin: 99px 0 0 83px;
        filter: alpha(opacity=30);
        opacity: -0.7;
        /*background: url("img/loginButton.png");
        background-size: 100% 100%;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;*/
    }



/*          */
/*购物车*/
/*          */

#cart_box {
    width: 1200px;
    height: auto;
}

#cart_box_menu {
    width: 1200px;
    height: 40px;
    background: #747474;
    margin-bottom: 5px;
}

.cart_menu_li {
    float: left;
    width: 150px;
    height: 28px;
    margin-top: 6px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 28px;
    font-family: "Microsoft YaHei";
    text-align: center;
    border-left: 1px solid white;
}

#cart_box_txt {
    width: 1200px;
    min-height: 640px;
    height: auto;
    overflow: hidden;
}

    #cart_box_txt ul {
        list-style: none;
        width: 1220px;
        /*height: 80px;*/
        margin: 0 0 0 -30px;
    }

        #cart_box_txt ul li {
            float: left;
            margin-left: 1px;
            width: 155px;
            background: white;
            padding: 5px 0 0 0;
            font-size: 13px;
            font-weight: bold;
            font-family: "Microsoft YaHei";
            text-align: center;
        }

            #cart_box_txt ul li img {
                float: left;
                margin: 0 0 0 10px;
                height: 50px;
            }

            #cart_box_txt ul li div {
                float: left;
                margin: 0 0 0 20px;
                width: 480px;
                text-align: left;
            }

    #cart_box_txt hr {
        border: 1px solid #e6e6e6;
        border-top: 0;
    }

.cart_num_btn {
    margin: 0;
    margin-left: -3px;
    width: 23px;
    height: 23px;
    background: #747474;
    color: white;
    border: 0;
}

#cart_num_txt {
    margin: 0 0 0 35px;
    width: 50px;
    /*height:15px;*/
    text-align: center;
}

#cart_box_money {
    width: 1200px;
    height: 70px;
    background: #c1bdbe;
    margin-bottom: 50px;
    position: fixed;
    /* top: 706px; */
    z-index: 10;
    bottom: -10px;
}

#cart_money_btn {
    float: right;
    width: 160px;
    height: 70px;
    background: red;
    font-size: 23px;
    color: white;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    text-align: center;
    line-height: 70px;
}

#cart_money_txt {
    float: right;
    width: auto;
    height: 70px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 70px;
    margin-right: 30px;
}

    #cart_money_txt span {
        font-size: 18px;
        font-weight: bold;
        color: red;
    }



/*             */
/*我的订单*/
/*             */




.Order_line {
    float: left;
    margin-left: 1px;
    width: 155px;
    height: auto;
    background: white;
    padding: 5px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    text-align: center;
    background: Red;
    margin-right: 1px;
}

    .Order_line img {
        margin-left: 10px;
        float: left;
        width: 50px;
        height: 75px;
    }

    .Order_line div {
        float: left;
        margin: 0 0 0 20px;
        width: 480px;
        height: 85px;
        text-align: left;
    }
