﻿body {
    background: #F5F5F5;
    font-size: 100%;
    /*max-width: 560px;*/
    margin: 0 auto;
    min-width: 320px;
    padding-bottom: 80px;
    font-family: 'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
}

html, body, .navbar {
    background-color: #FFF;
}

.concern-cart {
    background-color: rgba(0,0,0,.8);
}

.concern-cart, .action-list {
    float: left;
}

.four-column .concern-cart {
    width: 42%;
}

.four-column .action-list {
    width: 100%;
}

.action-list input:focus {
    background-color: #02336E;
}

.cart-concern-btm-fixed {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    height: 50px;
}


.action-list a, .action-list input {
    color: #fff;
    font-size: 15px;
}



a:-webkit-any-link {
    cursor: pointer;
}


.concern-cart a, .action-list a, .action-list input {
    border: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 10px auto;
}


.hotline {
    background-color: rgba(214, 214, 216, 0.45);
    top: 50px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

    .hotline span {
        font-size: small;
        margin-top: 5px;
    }

.productInfo {
    width: 100%;
    border-radius: 5px 5px;
    background: #fff;
    text-align: center;
    /*margin :10px 10px 10px 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.productinfo_salenum, .productinfo_storenum {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#product-desc {
    /*max-width: 560px;*/
    margin: 0 auto;
    min-width: 320px;
}

    #product-desc dl {
        margin: 10px 0;
        display: inherit;
    }

#product-description {
    margin: 0 5% 30px 5%;
    padding-top: 40px;
    border-top: 2px solid black;
}

    #product-description p {
        line-height: normal;
    }

.brand_box {
    text-align: center;
    margin-bottom: 10px;
    font-family: Garamond;
    font-size: xx-large;
}

    .brand_box a:hover {
        font-weight: bolder;
        color: #999999;
        text-decoration: none;
    }

.product_box, .price_box {
    text-align: center;
    margin-top: 10px auto;
}

    .price_box #price_currency {
        color: rgb(214,64,14);
    }

.product_box {
    font-size: medium;
    font-family: Frutiger;
    text-align: left;
}

    .product_box h1 {
        font-size: x-large;
        line-height: inherit;
    }


.price_box {
    font-size: xx-large;
    font-family: monospace;
    font-weight: bold;
}

dl {
    zoom: 1;
    overflow: hidden;
}

dt {
    text-align: center;
    padding-left: 20%;
}

dt, .sys_product_spec li {
    float: left;
    list-style: none;
    height: 30px;
    line-height: 30px;
}

.sys_product_spec li {
    margin-left: 5%;
}

    dt a, .sys_product_spec li a {
        display: block;
        text-align: center;
        border: solid 1px #666;
        min-width: 40px;
        height: 25px;
        line-height: 25px;
        padding: 0px 5px 0px 5px;
    }

        .sys_product_spec li a.disabled {
            color: #aaa;
            border: dotted 2px #aaa;
            cursor: default;
        }

        .sys_product_spec li a.selected {
            border: solid 3px red;
            height: 25px;
            width: 46px;
            line-height: 25px;
            font-weight: bolder;
        }



/*ul input{display:none}*/

/*.num_box{ text-align:center; display:block;}*/
.num_box a {
    width: 20px;
    text-align: center;
    cursor: pointer;
}

    .num_box a:hover {
        background: #f0f0f0;
    }

    .num_box a:active {
        background: #E3E3E3;
    }

.num, .num_box a {
    height: 20px;
    line-height: 20px;
    border-color: #ccc;
    border-style: solid;
    color: #333;
}

.num {
    border-width: 1px; /*text-align:left;*/
    text-indent: 5px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    width: 100px;
}

.num_more {
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
}

.num_less {
    border-width: 1px 1px 1px 0;
    border-radius: 0 3px 3px 0;
}

/*
        .BC_FE4E8E {
            background-color: #FE4E8E;
        }*/

.BC_F15353 {
    background-color: #F15353;
}

.BC_D5D5D5 {
    background-color: #D5D5D5;
}


.BC_02336E {
    background-color: #02336E;
}

.buybtndiv {
    width: 40%;
    border-radius: 4px 4px;
    text-align: center;
    color: #fff;
    background-color: #FE4E8E;
    margin-left: 4%;
    margin-right: 4%;
    font-family: 微软雅黑;
    margin-top: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 6px 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
}



.att-text input[type='number'] {
    width: 75px;
    height: 20px;
}

.sys_product_saleprice {
    font-size: 46px;
    color: #FE4E8E;
}

@media only screen and (max-width: 810px) {
    .itemDetail img {
        max-width: 100%;
    }

    .product_box, .price_box {
        margin: 0 15px;
    }

        .product_box > h1, .price_box {
            text-align: center !important;
            padding-bottom: 5vh !important;
        }

    .product_desc, .sys_product_spec {
        margin: 0 50px;
    }

    .order-button {
        width: 65%;
    }
}

@media only screen and (min-width: 810px) {
    .itemDetail img {
        max-width: 80%;
    }
}

@media only screen and (min-height: 720px) {
    .itemDetail img {
        max-height: 720px;
    }

    .product_box {
        text-align: center;
        margin-top: 10px;
    }
}

.mainImg img {
    max-width: 100%;
}

.att1Style {
    width: auto;
    padding: 0px 5px 0px 5px;
    /*margin:5px 0px 0px 0px;*/
}



.close {
    z-index: 123456789;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 50px;
    right: 0;
    text-align: center;
    line-height: 50px;
}

.cannotchoose {
    border: 1px dashed #D6D6D8;
    color: #f0f0f0;
    cursor: not-allowed;
}

.productinfo_parameter label {
    cursor: pointer;
}

.AirConTable tr:nth-child(even) {
    background-color: #dddddd;
}

table.freeze {
    position: relative;
    max-width: 900px;
    /*background-color: #aaa;*/
    overflow: hidden;
    border-collapse: collapse;
}


/*thead*/
thead.freeze {
    position: relative;
    display: block; /*seperates the header from the body allowing it to be positioned*/
    width: 900px;
    overflow: visible;
}

    thead.freeze th {
        /*background-color: #99a;*/
        min-width: 120px;
        height: 32px;
        border: 1px solid #222;
    }

        thead.freeze th:nth-child(1) { /*first cell in the header*/
            position: relative;
            display: block; /*seperates the first cell in the header from the header*/
            background-color: #88b;
        }


/*tbody*/
tbody.freeze {
    position: relative;
    display: block; /*seperates the tbody from the header*/
    width: 900px;
    height: 500px;
    overflow: scroll;
}

    tbody.freeze td {
        /*background-color: #bbc;*/
        min-width: 120px;
        border: 1px solid #222;
    }

    tbody.freeze tr td:nth-child(1) { /*the first cell in each tr*/
        position: relative;
        display: block; /*seperates the first column from the tbody*/
        height: 100;
        background-color: #99a;
    }

#returnIcon {
    height: 36px;
    width: 36px;
    background: url(/icons/iconfont-return.svg) no-repeat;
    background-size: 36px 36px;
    position: fixed;
    display: block;
    z-index: 100;
}





.sys_product_spec table tr, .sys_product_spec table td {
    padding: 0px;
    margin: 0px;
}

.sys_product_spec table label {
    width: 100%;
    border: solid 1px #666;
    margin: 0px;
    display: block;
    padding: 3px 5px 3px 5px;
    color: gray;
    font-weight: 100;
}

.sys_product_spec table td span.selected label {
    color: #e72669;
    font-weight: 700;
    opacity: 1;
}


.sys_product_spec table td span.aspNetDisabled label {
    color: #D5D5D5;
    opacity: 1;
    border: 1px dotted #d6d6d8;
}

.sys_product_spec table td input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.sys_product_spec table tr {
    float: left;
    margin: 2px 7px 2px 7px !important;
}

.Product_Information_Breadcrumb {
    padding: 20px 0px;
    display: flex;
}

    .Product_Information_Breadcrumb ul li {
        float: left;
        font-size: medium;
    }

    .Product_Information_Breadcrumb a:link, .Product_Information_Breadcrumb a:visited {
        text-decoration: none;
        color: #000000;
        font-size: medium;
    }

    .Product_Information_Breadcrumb a:hover {
        color: #000000;
        font-weight: bold;
    }

/* For gallery part */
#multiimage-gallery {
    width: 100%
    /*height: 50%*/
}

.mainImg img {
    max-height: 100%
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

.column {
    padding: 20px 0 0 0
}

    .column:after {
        content: "";
        display: table;
        clear: both;
    }

/* Two rows side by side */
.row {
    float: left;
    width: 50%
}

    .row img {
        max-width: 50%
    }

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
        border: 3px solid #FFC600;
    }
