﻿body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.loading {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    background-color: white;
}

#loading1 {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,0.1);
}

.loading .div_logo {
    position: fixed;
    top: 100px;
    width: 200px;
    height: 100px;
    left: 20%;
    background-color: white;
}

    .loading .div_logo img {
        width: 100%;
        height: 100%;
    }

.loading .load {
    margin-top: -30px;
    margin-left: -25px;
    width: 160px;
    height: 56px;
    position: fixed;
    top: 45%;
    left: 28%;
    line-height: 56px;
    color: black;
    padding-left: 60px;
    font-size: 16px;
    font-weight: bold;
    -moz-border-radius: 20px;
    background: white url(/img/loading.gif) no-repeat 10px 50%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    color:
}

#loading1 .load {
    margin-top: -30px;
    width: 200px;
    height: 56px;
    position: fixed;
    top: 45%;
    left: 28%;
    line-height: 56px;
    color: black;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    background: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.tab {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .tab .taboption {
        width: 100%;
        height: 35px;
        background-color: white;
        margin-top: 2px;
    }

        .tab .taboption .tab_selected {
            border-bottom: 1px solid red;
            text-align: center;
            font-size: 16px;
            height: 35px;
            line-height: 35px;
            cursor: pointer;
            background-color: white;
            top: 0px;
        }

        .tab .taboption .tab_unselected {
            border-bottom: 0;
            text-align: center;
            font-size: 16px;
            height: 35px;
            line-height: 35px;
            cursor: pointer;
            background-color: white;
        }

    .tab .tabcontent {
        position: relative;
        width: 100%;
        height: 100%;
    }

.title {
    position: relative;
    height: 35px;
    width: 100%;
    line-height: 35px;
    font-size: 18px;
    background-color: #126347;
    color: white;
}

    .title #title_return {
        position: absolute;
        float: left;
        width: 20%;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        height: 35px;
        line-height: 35px;
    }

        .title #title_return div {
            position: absolute;
            float: left;
            line-height: 35px;
            left: 35px;
        }

    .title img {
        position: absolute;
        float: left;
        height: 30px;
        width: 30px;
        top: 2px;
        left: 3px;
    }

    .title #title_value {
        text-align: center;
        width: 100%;
    }

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0,auto;
}

.div_sliderimg {
    height: 100%;
    width: 100%;
}

.slider > .sliderimg > .slider_row {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
}

    .slider > .sliderimg > .slider_row > .slider_img {
        width: 100%;
        height: 100%;
    }

.slider > .slider_button {
    position:absolute;
    width: 100%;
    height: 30px;
    background-color: gray;
    bottom: 0px;
    line-height: 30px;
    margin: 0,auto;
    background: rgba(255,255,255,0.6);
    text-align: center;
}

    .slider > .slider_button > .slider_button_row {
        position: relative;
        display: inline-block;
        width: 8px;
        line-height: 3px;
        height: 3px;
        background-color: gray;
        border-radius: 2px;
        margin: 3px;
        padding: 0;
    }


.slider1 {
    position: relative;
    width: 100%;
    height: 180px;
    text-align: center;
    margin: 0,auto;
}

    .slider1 .sliderimg {
        height: 100%;
        width: 100%;
    }

.div_sliderimg {
    height: 100%;
    width: 100%;
}

.slider1 > .sliderimg > .slider_row {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
}

.slider1 img {
    width: 100%;
    height: 100%;
}

.slider_number {
    position: absolute;
    height: 20px;
    line-height: 20px;
    bottom: 0;
    z-index: 1;
    right: 0px;
    width: 50px;
    border-radius: 10px;
    background-color: gray;
    color: gainsboro;
    font-size: 10px;
}

.grid .datarow {
    position: relative;
    margin-bottom: 1px;
    background-color: rgb(250,250,250);
}

.number {
    position: absolute;
    height: 30px;
    width: 250px;
    border-radius: 5px;
    color: white;
}

    .number #div_label {
        position: absolute;
        float: left;
        height: 30px;
        line-height: 30px;
        width: 30%;
        left: 0;
        font-size: 14px;
        color: black;
    }

    .number #div_imgminus {
        position: absolute;
        float: left;
        height: 100%;
        width: 15%;
        left: 30%;
        font-size: 20px;
        font-weight: bold;
        background-color: gainsboro;
        text-align: center;
        border-radius: 5px;
    }

        .number #div_imgminus img {
            width: 25px;
            height: 25px;
        }

    .number #div_numbertext {
        position: absolute;
        float: left;
        width: 40%;
        left: 45%;
        height: 30px;
        line-height: 30px;
    }

        .number #div_numbertext .numbertext {
            top: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            display: inline-block;
            color: black;
            background-color: rgb(250,250,250);
            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            /*border:solid 1px gainsboro;*/
            border: 0;
            font-size: 16px;
            font-weight: bold;
            /*border:0;*/
        }

    .number #div_imgadd {
        position: absolute;
        float: left;
        height: 100%;
        width: 15%;
        left: 85%;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        background-color: gainsboro;
        border-radius: 5px;
    }

        .number #div_imgadd img {
            left: 0;
            width: 25px;
            height: 25px;
            border-radius: 5px;
        }


.popup {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
    left: 0;
    background-color: rgba(100,100,100,0.2);
}

    .popup .popuppage {
        position: absolute;
        width: 100%;
        height: 160px;
        bottom: 0px;
    }

        .popup .popuppage #ROW_MESSAGE {
            position: relative;
            height: 40px;
            background-color: white;
            left: 2%;
            width: 96%;
            text-align: center;
            color: gray;
            font-size: 12px;
            line-height: 40px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-topright: 8px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom: solid 1px rgb(240,240,240);
        }

        .popup .popuppage #ROW_CONFIRM {
            position: relative;
            height: 50px;
            background-color: white;
            left: 2%;
            width: 96%;
            text-align: center;
            color: gray;
            font-size: 12px;
            line-height: 50px;
            -moz-border-radius-bottomleft: 8px;
            -moz-border-radius-bottomright: 8px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

            .popup .popuppage #ROW_CONFIRM input[type=button] {
                position: relative;
                width: 100%;
                height: 50px;
                background-color: white;
                text-align: center;
                color: gray;
                font-size: 12px;
                line-height: 50px;
                -moz-border-radius-bottomleft: 8px;
                -moz-border-radius-bottomright: 8px;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
                border: 0;
                font-size: 18px;
                color: red;
                -webkit-appearance: none;
            }

        .popup .popuppage #ROW_CANCEL {
            position: relative;
            height: 50px;
            background-color: white;
            left: 2%;
            width: 96%;
            text-align: center;
            color: gray;
            font-size: 12px;
            line-height: 50px;
            border-radius: 8px;
            margin-top: 8px;
        }

            .popup .popuppage #ROW_CANCEL input[type=button] {
                position: relative;
                width: 100%;
                height: 50px;
                background-color: white;
                text-align: center;
                color: gray;
                font-size: 12px;
                line-height: 50px;
                border-radius: 8px;
                border: 0;
                font-size: 18px;
                color: blue;
                font-weight: bold;
                -webkit-appearance: none;
            }
