﻿/*********************************************/
/* ASSET.CSS 主要放置 <main> 內共用之 CSS */
/*********************************************/

/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {


    /*_ 圓角區塊 ____________________________*/
    .box {
        padding: 10px 15px;
        /*border-radius: 20px;*/
        height: auto;
        margin-bottom:30px;
    }

    /*_ 圓角區塊內間距 _______________________*/
    .outer-box {
        padding: 10px 30px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /* _ BG-Color ____________________________*/
    .bg-gray {
        background: #686868;
    }

    .bg-orange {
        background: #ed6917;
    }

    .bg-red {
        background: #ea4d3c;
    }

    .bg-blue {
        background: #2C72B8;
    }

    .bg-skyblue {
        background: #02A0E9;
    }

    .bg-purple {
        background: #88529E;
    }

    .bg-lightgray {
        background: #e4e4e4;
    }

    .bg-deeppink {
        background: #E72F62;
    }

    .bg-green {
        background: #0CA85E;
    }

    .bg-seagreen {
        background: #45BCB6;
    }

    .bg-yellowgreen {
        background: #8EC43B;
    }

    .bg-yellow {
        background: #FABF02;
    }

    .bg-white {
        background-color: #FFFFFF;
    }

    .bg-brown {
        background-color: #beaf9c;
    }
    

    /*-- 文字顏色 Text Color --*/
    .tc-black {
        color: #000000;
    }

    .tc-white {
        color: #ffffff;
    }

    .tc-gray {
        color: #686868;
    }

    .tc-lightgray {
        color: #e4e4e4;
    }

    .tc-deeppink {
        color: #E72F62;
    }

    .tc-red {
        color: #ea4d3c;
    }

    .tc-orange {
        color: #ed6917;
    }

    .tc-purple {
        color: #88529E;
    }

    .tc-blue {
        color: #2C72B8;
    }

    .tc-blue {
        color: #02A0E9;
    }

    .tc-green {
        color: #0CA85E;
    }

    .tc-seagreen {
        color: #45BCB6;
    }

    .tc-yellowgreen {
        color: #8EC43B;
    }

    .tc-yellow {
        color: #FABF02;
    }

    .tc-white {
        color: #ffffff;
    }

    .tc-bright-yellow {
        color: #fabf02;
    }

    .tc-grass-green {
        color: #8ec33c;
    }

    .tc-brown {
        color: #beaf9c;
    }

    /*-- 漸層背景 --*/
    .bg-gradient-deeppink {
        background-image: linear-gradient( to bottom right, #f397b1 0%, #e72f62 100%);
    }

    .bg-gradient-red {
        background-image: linear-gradient( to bottom right, #f5a69e 0%, #ea4d3c 100%);
    }

    .bg-gradient-orange {
        background-image: linear-gradient( to bottom right, #f6b48b 0%, #ed6917 100%);
    }

    .bg-gradient-purple {
        background-image: linear-gradient( to bottom right, #c4a9cf 0%, #88529e 100%);
    }

    .bg-gradient-gray {
        background-image: linear-gradient( to bottom right, #cfcfcf 0%, #686868 100%);
    }


    /*-- 表單 --*/
    .form-horizontal .checkbox-inline {
        margin-left: 0;
        margin-right: 10px;
    }

    .form-horizontal .radio-inline {
        margin-left: 0;
        margin-right: 10px;
    }


    /*-- 後台上搞系統使用樣式 .star. --*/
    .item_text td p {
        background: url(../images/netshop/icon_squarearrow.gif) no-repeat left 5px;
        padding: 0 0 0 15px;
        font-size: 13px;
        line-height: 20px;
    }

    .item_text td p.attention {
        background: url(../images/netshop/icon_squarearrow.gif) no-repeat left 5px;
        padding: 0 0 0 15px;
        color: #FF0000;
        font-weight: bold;
        font-size: 13px;
        line-height: 20px;
    }

    /*.item_text td p:before,
    .x_item_text td p:before{
      content: "●";
      margin-left: -12px;
      font-size: 12px;
    }*/
    /*-- 後台上搞系統使用樣式 .end. --*/


    /*_ PRODUCT-INTRO .start. _________________________________*/
    .product-intro {
        margin-bottom:15px;
    }
    .product-intro .intro-font {
        font-size: 8em;
        margin: 15px auto;
        width: 180px;
    }

    .product-intro .intro-img {
        padding: 0 0 15px 0;        
    }

    .product-intro .intro-img-btm {
        padding: 20px;
    }

    .product-intro .intro-box {
        display:block;
        padding:10px 0px;
        margin-bottom:0px;
        margin-top:10px;
    }

    .product-intro .label-box {
        margin-top: 0px;
    }

    .product-intro .intro-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .product-intro .intro-title span {
            font-size: 14px;
        }

    .product-intro .intro-text {
        font-size: 16px;
        line-height: 24px;
        min-height:0;
        color:#959595;
    }

    .product-intro .label {
        display: inline-block;
        margin: 0px 0px 2px 0px;
        height: 26px;
        border-radius: 15px;
    }

    .product-intro .btn.btn-t-xs.btn-orange {
        font-size: 16px;
        width: 100%;
    }

    .product-intro .form-group .btn-orange:hover {
        font-size: 16px;
        width: 100%;
        color: #ed6917;
        background-color: #fff;
        border-color: #ed6917;
    }

    .btn-deeppink {
        color: #e62f62;
        background-color: #fff;
        border-color: #e62f62;
    }

    .btn-orange {
        color: #ed6917;
        background-color: #fff;
        border-color: #ed6917;
    }

    .btn-red {
        color: #ea4d3c;
        background-color: #fff;
        border-color: #ea4d3c;
    }

    .btn-t-xs.btn-orange {
        color: #fff;
        background-color: #ed6917;
        border-color: #ed6917;
    }

    .product-intro .btn {
        font-size: 12px;
        margin-top: 6px;   
        width: 106px; 
    }

    .product-intro .b1 {
        height: 30px;
        line-height: 26px;
        padding: 2px 3px;
        margin-top: 12px;
    }

        .product-intro .b1:hover {
            color: #FFF;
        }

    .product-intro .b2 {
        height: 30px;
        line-height: 22px;
        margin-top: 12px;
    }

    .product-intro .b3 {
        height: 30px;
        line-height: 22px;
        margin-top: 12px;
    }

    .product-intro .t18 {
        font-size: 18px;
        font-weight: bold;
    }

    .product-intro .t16 {
        font-size: 16px;
    }

    .product-intro .t14 {
        font-size: 14px;
    }

    .product-intro .t12 {
        font-size: 12px;
    }

    .product-intro .input-sm {
        height: 20px;
        padding: 0px;
        line-height: 24px;
    }

    .product-intro .form-group {
        margin-bottom: 0;
    }

    .product-intro .mt-10 {
        margin-top: 10px;
    }
    /*_ PRODUCT-INTRO .end. ___________________________________*/

    /*_ Business MORE-INFO .start. ___________________________________*/
    .more-info a {
        font-size: 14px;
    }

    .more-info .btn-default {
        margin:0 0 10px 0;
        border-radius:0;
        border-color:rgba(0,0,0,0);
    }

    .more-info .info-btn .btn-t-lg.mt16 {
       margin-top:16px;
    }

    .more-info .info-btn .btn-t-lg.mt36 {
       margin-top:36px;
    }

    .more-info .outer-box {
        padding:0 25px;
    }
    /*_ Business MORE-INFO .end. __________________________________________________________*/
}

/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {
    /*_ PRODUCT-INTRO .start. _________________________________*/

    .product-intro .intro-text {
        font-size: 13px;
        line-height: 16px;
        min-height:70px;
    }

    /*_ PRODUCT-INTRO .end. ___________________________________*/
}

/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {
     /*_ PRODUCT-INTRO .start. _________________________________*/

    .product-intro .intro-text {
        font-size: 15px;
        line-height: 24px;
        min-height:115px;
    }

    /*_ PRODUCT-INTRO .end. ___________________________________*/   
}

/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {
      /*_ PRODUCT-INTRO .start. _________________________________*/

    .product-intro .intro-text {
        font-size: 16px;
        line-height: 24px;
        min-height:155px;
    }

    /*_ PRODUCT-INTRO .end. ___________________________________*/
}
