﻿body {
    font-size: 12px;
    font-family: 'Microsoft YaHei UI';
    background-color: white;
    padding: 0px;
    margin: 0px;
}

input {
    border: 1px solid #b9b9b9;
    padding: 2px;
    font-family: Arial 'Microsoft YaHei UI';
}

.icon-button {
    text-align: center;
    line-height: 23px;
    height: 23px;
    border-radius: 2px;
    border: 1px solid #9fb5bb;
    background-color: #e0e3e4;
    color: #192433;
    margin: 0px;
}

    .icon-button:hover {
        line-height: 20px;
    }

    .icon-button:active {
        background-color: white;
    }

    .icon-button i {
        font-size: 14px;
    }

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

.button {
    white-space: nowrap;
    text-overflow: clip;
}

.PageContent {
    width: 1200px;
    margin: auto;
}

.TopMenu {
    padding-left: 0px;
    padding-top: 20px;
    font-size: 18px;
}

    .TopMenu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .TopMenu ul li {
            padding: 0px;
            margin-left: 60px;
            list-style: none;
            float: right;
        }

            .TopMenu ul li a {
                display: block;
                padding-top: 7px;
                padding-bottom: 5px;
                height: 50px;
                margin-right: 0px;
                margin-left: 0px;
                text-decoration: none;
            }

                .TopMenu ul li a:hover {
                    padding-bottom: 5px;
                    border-bottom: 2px solid red;
                    border-radius: 0px;
                    color: red;
                }

.TopMenuAct {
    color: red;
    padding-bottom: 5px;
    border-bottom: 2px solid red;
    border-radius: 0px;
}

/*分页组件  */

.MyPageFoot {
    padding: 5px;
    padding-bottom: 10px;
    width: auto;
    float: left;
    padding-right: 10px;
}

.MyPage {
    width: 100%;
}

    .MyPage td {
        white-space: nowrap;
    }

    .MyPage button {
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 2px;
        border: 1px solid #a3a3a3;
        background-color: white;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .MyPage .DisabledBut {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .MyPage .LoopBut {
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 2px;
        border: 1px solid #a3a3a3;
    }

    .MyPage .LoopButAct {
        background-color: #2d3c51;
        border: 1px solid #364760;
        border-radius: 2px;
        color: white;
        text-align: center;
        margin-right: 3px;
    }
/*分页组件  */

.MatSn_Font {
    font-family: Consolas;
    white-space: pre;
    font-weight: bold;
}

/*用户登录*/

.Login {
    width: 100%;
    margin: 0px 38px 30px 38px;
}

    .Login .LoginInput {
        padding: 15px 0px;
    }

        .Login .LoginInput div i {
            background-color: #e8e8e8;
            border: 1px solid #e8e8e8;
            color: white;
            float: left;
            width: 40px;
            height: 40px;
        }

        .Login .LoginInput div input {
            float: left;
            display: block;
            overflow: hidden;
            line-height: 40px;
            height: 40px;
            width: 250px;
            font-size: 16px;
            border: 1px solid #e8e8e8;
            text-indent: 7px;
        }

    .Login .LoginSubmit {
        padding-top: 10px;
    }

        .Login .LoginSubmit label {
            cursor: pointer;
            font-size: 15px;
            padding-bottom: 10px;
        }

        .Login .LoginSubmit input {
            cursor: pointer;
            margin-right: 5px;
        }

        .Login .LoginSubmit button {
            display: block;
            overflow: hidden;
            line-height: 40px;
            height: 40px;
            width: 290px;
            font-size: 20px;
            border: 0px;
            border-radius: 2px;
            background-color: red;
            color: white;
            text-align: center;
            cursor: pointer;
            padding-left: 0px;
            padding-right: 0px;
        }
/*用户登录*/
/*页眉*/
.Header a {
    color: black;
    text-decoration: none;
    padding-right: 10px;
}

.Header span {
    color: black;
    padding-right: 10px;
}

.Header a:hover {
    color: red;
    text-decoration: none;
}

.MyMember {
    cursor: pointer;
}

    .MyMember:hover {
        background-color: white;
        border: 1px solid #F5F5F5;
        border-bottom: 0px;
        border-top: 0px;
    }

.MyMemberAct {
    background-color: white;
    border: 1px solid #F5F5F5;
    border-bottom: 0px;
    border-top: 0px;
}

.MyMemberCenter {
    display: none;
    border: 1px solid #F5F5F5;
    border-top: 0px;
    z-index: 999;
    width:70px;
    position: absolute;
    background-color: white;
    padding-bottom: 5px;
    padding-top:5px;
}

    .MyMemberCenter ul li {
        padding: 5px;
    }

        .MyMemberCenter ul li a {
            font-size: 10px;
            color: black;
            text-decoration: none;
        }

            .MyMemberCenter ul li a:hover {
                color: red;
            }
/*页眉*/

/*加入购物车*/
.QtyInput {
    margin: 0px 5px;
    text-align: center;
}
    .QtyInput ul li {
        float: left;
    }

    .QtyInput button {
        font-size: 16px;
        height: 30px;
        width: 30px;
        text-align: center;
        background-color: #dddbdb;
        border: 1px solid #D6D6D6;
    }

    .QtyInput input {
        height: 30px;
        width: 80px;
        border: 1px solid #D6D6D6;
        border-left: 0px;
        border-right: 0px;
        text-align: center;
        font-size: 15px;
    }
/*加入购物车*/
/*购物车*/
.MyShopCart a {
    display: block;
    height: 40px;
    border: 1px solid #D8D8D8;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #464646;
    width: 150px;
    float: right;
    margin-left: 100px;
    text-decoration: none;
}

.ShopCartCount {
    font-family: Arial;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    font-size: 10px;
    margin-left: 3px;
}

.CountBackgroundColor {
    background-color: #D3191A;
    color: white;
}

.ShowShopCart {
    border: 1px solid #D8D8D8;
    width: 450px;
    position: absolute;
    display: none;
    z-index: 999;
    margin-top: 2px;
    background-color: white;
}
/*购物车*/
/*我的虹恩*/
.MemberCenter {
    margin: 10px 0px 20px 0px;
    width:100%;
}

    .MemberCenter .MemberMenu {
        width: 15%;
        vertical-align: top;
    }

        .MemberCenter .MemberMenu div {
            font-size: 16px;
            min-height: 500px;
            border: 1px solid #dddbdb;
            text-align: center;
            padding:20px 0px;
        }
            .MemberCenter .MemberMenu div p {
                font-size: 18px;
                border-bottom: 1px solid #dddbdb;
                padding-bottom:20px;
            }
            .MemberCenter .MemberMenu div ul li a {
                line-height: 35px;
                cursor: pointer;
                text-decoration: none;
                color: black;
            }

                .MemberCenter .MemberMenu div ul li a:hover {
                    color: red;
                }

    .MemberCenter .MemberContent {
        width: 85%;
        padding-left: 25px;
    }

.MemberInfo table {
    width: 700px;
}

    .MemberInfo table th {
        width: 100px;
        font-size: 16px;
        padding: 5px;
        border: 1px solid #EFEEEE;
    }

    .MemberInfo table td {
        font-size: 16px;
        padding: 5px;
        text-align: left;
        border: 1px solid #EFEEEE;
    }

.MemberContent_Search td {
    float: left;
}

    .MemberContent_Search td input {
        width: 300px;
        height: 30px;
        border: 1px solid #227ac0;
        text-indent: 5px;
    }

    .MemberContent_Search td button {
        height: 30px;
        width: 50px;
        background-color: #227ac0;
        border: 0px;
        color: white;
    }

.User_Management_Btn {
    background-color: #EFEEEE;
    margin-bottom: 20px;
}

    .User_Management_Btn ul {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

        .User_Management_Btn ul li {
            float: left;
            padding: 0px 5px;
            cursor: pointer;
        }

            .User_Management_Btn ul li:hover {
                color: #227ac0;
            }
/*我的虹恩*/

.TopMenuNavSub_Sim {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 27px;
    border-bottom: 1px solid #aaccde;
    border-top: 0px solid #aaccde;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .TopMenuNavSub_Sim li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
    }

        .TopMenuNavSub_Sim li a {
            display: block;
            padding-top: 4px;
            padding-bottom: 6px;
            padding-left: 25px;
            padding-right: 25px;
            height: 26px;
            margin-right: 0px;
            margin-left: 0px;
            text-decoration: none;
            border: 1px solid #aaccde;
            border-bottom: 0px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            margin-left: 4px;
            background-color: #e8f8ff;
            background-repeat: repeat-x;
        }

            .TopMenuNavSub_Sim li a:hover {
                border-radius: 0px;
                background-image: none;
                background-color: white;
            }

    .TopMenuNavSub_Sim .TopMenuNavSub_Sim-act {
        font-weight: bold;
        border-bottom: 0px;
        border-radius: 0px;
        background-color: white;
        background-image: none;
    }