﻿@media print,screen {
    html, body {
        font-family: '微軟正黑體' !important;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

    input {
        padding: 0 5px;
    }

        input[type=button] {
            outline: none;
        }

    textarea {
        padding: 5px;
    }

    a, .pointer {
        cursor: pointer;
    }

    .hiddenscroll::-webkit-scrollbar {
        display: none;
    }

    .color-white {
        color: white !important;
    }

    .color-red {
        color: red !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-left {
        text-align: left !important;
    }

    .text-right {
        text-align: right !important;
    }

    .text_ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        line-height: 1.6em;
        height: 1.7em;
        max-width: 100%;
    }

    .back-transparent {
        background: none;
        background-color: transparent;
    }

    .margin-bottom-no {
        margin-bottom: 0 !important;
    }

    .margin_right_five_px {
        margin-right: 5px;
    }

    .width_hundred {
        width: 100%;
    }

    .height_hundred {
        height: 100%;
    }

    .float_right {
        float: right;
    }

    .float_left {
        float: left;
    }

    .clear {
        zoom: 1;
        clear: both;
    }

    .mwt_mwt_slider_scroll {
        top: 30%;
        right: -110px;
        width: 110px;
        position: fixed;
        z-index: 9999;
    }

    .mwt_slider_content {
        background: #EFE5DC;
        text-align: center;
        padding: 8px;
        font-weight: bolder;
        border: 1px solid #CCBAB0;
    }

    .mwt_fb_tab {
        position: absolute;
        top: 13px;
        left: -35px;
        width: 35px;
        background: #EFE5DC;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 5px 2px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-right: 0;
        border-top-left-radius: 40%;
        border-bottom-left-radius: 40%;
    }

        .mwt_fb_tab img {
            width: 90%;
            background-color: white;
            border-radius: 15px;
            padding: 4px;
            padding-left: 2px;
        }

        .mwt_fb_tab span {
            display: block;
            height: 12px;
            padding: 1px 0;
            line-height: 12px;
            text-transform: uppercase;
            font-size: 12px;
        }

    .verticle_top {
        vertical-align: top !important;
    }

    .verticle_middle {
        vertical-align: middle !important;
    }

    .overflow_auto {
        overflow: auto;
    }
}

a {
    color: unset;
    text-decoration: none;
}

    a:hover, a:focus {
        color: unset;
        text-decoration: none;
    }

.addr_market_show {
    padding: 2px;
    border: 1px solid #AF8D81;
    border-radius: 8px;
    color: #AF8D81;
    margin-right: 10px;
    cursor: default;
}

.pop_window, .pop_window_bg {
    z-index: 100;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop_window_bg {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* first!*/
    filter: alpha(opacity=40); /* second!*/
    background-color: black;
}

@media (max-width: 480px) {
    .mwt_mwt_slider_scroll {
        top: 20%;
    }
}
