﻿.Head_Top_Layout {
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
    position: absolute;
    min-width: 1200px;
}

    .Head_Top_Layout table {
        width: 100%;
        white-space: nowrap;
        word-break: keep-all;
    }

        .Head_Top_Layout table tr td {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 20px;
            padding-right: 20px;
            width: 10px;
        }

.Head_Top_Layout_Menu {
    width: 100%;
    border-top: 1px solid rgb(130, 130, 130, 0.70);
    color: white;
    font-size: 16px;
}

    .Head_Top_Layout_Menu tr td {
        padding:0px!important;
    }

        .Head_Top_Layout_Menu tr td a {
            color: white;
            display: block;
            padding:12px;
            padding-left:35px;
            padding-right:35px;
            white-space: nowrap;
            word-break: keep-all;
        }

            .Head_Top_Layout_Menu tr td a:hover {
                background-color: rgba(178,34,34,0.7);
                text-decoration: none;
            }


.Page_Content_BG {
    background-image: url("/Images/BG_01.jpg");
    background-repeat:no-repeat;
    background-position-x:center;
    position: absolute;
    z-index: -10;
    top: 0px;
    left: 0px;
    background-color: blue;
    height: 400px;
    width: 100%;
    min-width:1200px;
}

.Page_Content_BG_Height {
    width: 100%;
    height: 160px;
}
.Page_Content_BG_Bread {
    font-size: 14px;
    text-align: right;
}

.Page_Content_BG_Bread table{
    width:100%;
    font-size:14px;
}

    .Page_Content_BG_Bread table tr td{
        white-space:normal;
        word-break:keep-all;
        width:10px;
        padding-left:10px;
        padding-bottom:8px;
    }

    .Page_Content_BG_Bread  i{
        color:white;
    }

        .Page_Content_BG_Bread  a {
            color: white;
        }

.Page_Content_Item {
    width: 100%;
    background-color: white;
    z-index: 100;
    border-radius: 6px;
    padding: 35px;
}



.Head_Search table {
    width: 100px;
}

    .Head_Search table td {
        padding: 0px;
    }

.Head_Search input {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #004ea2;
    font-size: 14px;
    width: 600px;
}

.Head_Search select {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #004ea2;
    font-size: 14px;
    width: 120px;
}

.Head_Search button {
    height: 40px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #004ea2;
    background-color: #004ea2;
    color: white;
    width: 100px;
    font-size: 18px;
}

.Cart_BTN {
    display: block;
    height: 40px;
    line-height: 38px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #004ea2;
    background-color: white;
    color: #343434;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    text-decoration: none;
}

    .Cart_BTN:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .Cart_BTN .Cart_Count {
        background-color: #004ea2;
        color: white;
        font-size: 12px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 5px;
    }

.GoodsQty input {
    width: 60px;
    height: 25px;
    text-align: center;
    margin: 0px -3px;
    border: 1px solid #D6D6D6;
    border-left: 0px;
    border-right: 0px;
}

.GoodsQty button {
    height: 25px;
    width: 25px;
    margin-top: 2px;
    background-color: transparent;
    border: 1px solid #D6D6D6;
}



.Body_Content_Head_Nav {
    width: 100%;
}

.Head_Nav {
    width: 100%;
    word-break: keep-all;
    white-space: normal;
/*    border-bottom: 1px solid #CC3333;*/
}

    .Head_Nav td {
        width: 10px;
        height: 40px;
        padding: 0px;
        margin: 0px;
    }

    .Head_Nav .Catalog_Title {
        width: 200px;
        padding-left: 30px;
        background-color: #004ea2;
        color: white;
        font-size: 16px;
        overflow: hidden;
    }



    .Head_Nav a {
        display: block;
        width: 120px;
        text-align: center;
        font-size: 16px;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        color: black;
    }

        .Head_Nav a:hover {
            text-decoration: none;
            font-weight: bold;  
        }

.Home_Head {
    width: 100%;
    height: 450px;
    overflow: hidden;
    word-break: keep-all;
    white-space: normal;
    width: 1300px;
    height: 450px;
    margin: auto;
    position: relative;
    z-index: 2;
}

    .Home_Head table {
        width: 100%;
    }

    .Home_Head tr td {
        overflow: hidden;
        vertical-align: top;
        padding: 0px;
    }

.Home_Head_Cat {
    width: 200px;
    background-color: white;
    overflow: hidden;
}

    .Home_Head_Cat td {
        height: 450px;
        word-break: normal;
        word-break: keep-all;
    }


.Home_Head_Adv {
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    z-index: 2;
}

.Home_Head_Info {
    width: 200px;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.95);
    border: solid #E6E6E6 1px;
    box-sizing: border-box;
    border-bottom: solid #E6E6E6 2px;
}


.Home_Head_Log {
    width: 200px;
    height: 450px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 188px;
    margin-left: 960px;
}


.WOW_Cat_Group {
    width: 100%;
    font-size: 12px;
}

    .WOW_Cat_Group ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .WOW_Cat_Group ul li {
            width: 100%;
            padding: 5px 0;
        }

            .WOW_Cat_Group ul li div {
                display: inline-block;
                height: 28px;
                width: 28px;
                margin: 0 10px 0 25px;
            }

                .WOW_Cat_Group ul li div img {
                    height: 85%;
                    width: 85%;
                }

            .WOW_Cat_Group ul li a {
                color: black;
                font-size: 16px;
                text-decoration: none;
                vertical-align: middle;
            }

            .WOW_Cat_Group ul li:hover {
                background-color: #D38B62;
            }

                .WOW_Cat_Group ul li:hover a {
                    color: white;
                }

        .WOW_Cat_Group_Box {
            font-size: 14px;
            width: 800px;
            padding: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            height: 440px;
            overflow-y: scroll;
            background-color: white;
            margin-left: 213.33px;
            margin-top: 10px;
            position: absolute;
            display: none;
            z-index: 100;
            border: 1px solid #e6e6e6;
            border-left: 0px;
            border-top: 0px;
}

    .WOW_Cat_Group_Box table tr td .List_3rd {
        color: black;
        display: block;
        float: left;
        height: 25px;
        width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 10px;
    }


.Member_Context {
    width: 100%;
}

.Member_Menu {
    width: 200px;
    background-color: #dbeef4;
    vertical-align: top;
    min-height: 500px;
    height: 500px;
}

    .Member_Menu ul {
        width: 100%;
        text-align: center;
    }

        .Member_Menu ul li a {
            width: 100%;
            display: block;
            padding: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .Member_Menu ul li .active {
            color: #ef1515;
        }

        .Member_Menu ul li a:hover {
            color: white;
            background-color: dodgerblue;
            text-decoration: none;
        }

.Guide_Menu_Action {
    color: red;
    text-decoration: none;
}

.table_scroll {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

    .table_scroll tbody {
        display: block;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .table_scroll thead:after {
        content: "";
        position: absolute;
        right: -18px;
        top: 0px;
        width: 18px;
        padding: 10px 10px 20px 0;
        border-top: 1px solid #dee2e6;
        border-bottom: 3px solid #dee2e6;
        border-left: none;
        border-right: 1px solid #ededed;
        background: #f8f9fb;
    }

    .table_scroll thead, .table_scroll tbody tr {
        position: relative;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .table_scroll thead {
        width: calc( 100% - 17px );
    }

    .table_scroll tbody {
        background: white;
    }

.Count_CSS
{
    font-weight:bold;
    color:red;
    font-size:14px;
}