﻿#Cusmask {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}
#Cusboxes .window {
    background-color: #fff;
    border: 3px solid black;
    display: none;
    height: 180px;
    overflow: inherit;
    padding: 0;
    position: absolute;
    width: 325px;
    z-index: 9999;
}
#Cusboxes .Cusclose {
    border: 1px solid silver;
    color: Silver;
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}
#Cusboxes .dialog {
    background-color: #fff;
    height: 180px;
    width: 325px;
}
#Cusboxes #Cusdialog {
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#Cusboxes #dialog_title {
    padding: 40px 5px 0;
    text-align: center;
    width: 315px;
}
#Cusboxes #dialog_body {
    background-color: White;
    color: Black;
    height: 100px;
    line-height: 30px;
    padding: 0 5px 5px;
    text-align: center;
    width: 315px;
}
#Cusboxes #Cusdialog_body > iframe {
    border: 1px solid #000;
}

/* tag標籤 */
.tag{
    clear: both;
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
}
.tag ul{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    height: auto;
    overflow: auto;
    transition: .5s ;
}

@media screen and (max-width: 767px) {
    .tag ul::before{
        color: #333;
        position: absolute;
        right: -5px;
        width: 20px;
        content: " \f107";
        font: normal normal normal 14px/1 FontAwesome;
        padding: 5px;
        cursor: pointer;
        transition: all .5s;
    }
    .tag ul{
        padding: 10px 20px 10px 0;
        height: 48px;
        overflow: hidden;
    }
    .tag ul.in{
        height: auto;
        overflow: auto;
    }
}
.tag ul li{
    list-style: none;
    margin: 8px 6px 8px 0;
}
.tag ul li a{
    padding: 6px 12px;
    border-radius: 50px;
    color: #333;
    transition: .5s;
    background-color: #fff;
    border: 1px solid #666;
}
.tag ul li a:hover{
    background-color: #eee;
    border: 1px solid #aaa;
}
.tag ul li a::before{
    content:"# ";
    color: #333;
}
.tag p{
    margin: 0;
    letter-spacing: 2px;
}
/* end-tag標籤 */


.form-control[readonly] {
    background-color: #fff;
}

img.pro_pc {
    display: block;
}

.pro_mob {
    display: none;
}

@media screen and (max-width: 991px) {
    img.pro_pc {
        display: none;
    }

    .pro_mob {
        display: block;
    }

    .mob_flexslider ul {
        overflow: hidden;
        display: flex;
        align-items: center;
    }

        .mob_flexslider ul img {
            width: 100%
        }

    .mob_flexslider .flex-control-nav > li > a {
        width: 8px;
        height: 8px;
    }
}    