﻿/*********************************************/
/* ASSET.CSS 主要放置 <main> 內共用之 CSS */
/*********************************************/

/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {


    /*_ 圓角區塊 ____________________________*/
    .box {
        padding: 10px 0;
        /*border-radius: 20px;*/
        height: auto;
        /*margin-bottom:30px;*/
    }
    .box.bg-lightgray {
        padding: 10px 15px;
    }
    /*_ 圓角區塊內間距 _______________________*/
    .outer-box {
        padding: 10px 30px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /* _ BG-Color ____________________________*/
    .bg-gray {
        background: #999999;
    }

    .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: 6em;
        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;
        line-height:30px;
    }

        .product-intro .title-img {
           max-height:80px;
        }

        .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: 0;
        padding: 0;
        height: 20px;
        border-radius: 0;
    }

    .product-intro .btn.btn-t-xs.btn-orange {
        font-size: 16px;
        width: 100%;
        margin-top:20px;
    }

    .product-intro .form-group .btn-orange:hover {
        font-size: 16px;
        width: 100%;
        color: #FFF;
        background-color: #999;
        border-color: #999;
    }

    .btn-deeppink {
        color: #e62f62;
        background-color: #fff;
        border-color: #e62f62;
    }

    .btn-brown {
        color: #beaf9c;
        background-color: #fff;
        border-color: #beaf9c;
    }

    .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: #beaf9c;
        border-color: #beaf9c;
    }


    .product-intro .btns {
        text-align:center;
        margin:20px 0;
    }

    .product-intro .btn {
        font-size: 12px;
        /*margin-top: 6px;*/   
        width: 106px; 
    }

    .product-intro .b1 {
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding: 2px 2px;
        font-size:20px;
    }

        .product-intro .b1:hover {
            /*color: #FFF;*/
            /*background:#FFF;*/
            /*border-color: #E72F62;*/
        }
        .product-intro .b1:hover span {
            /*color: #E72F62;*/
        }

    .product-intro .b2 {
        padding:0;
        height: 40px;
        line-height: 40px;        
    }
        .product-intro .b2:hover {
            /*color: #E72F62;
            border-color: #E72F62;*/
        }
    .product-intro .b3 {
        padding:0;
        height: 40px;
        line-height: 40px;        
    }
        .product-intro .b3:hover {
            /*color: #E72F62;
            border-color: #E72F62;*/
        }
    .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 .btn-version {
        color:#E72F62;
        background:#FFFFFF;
        border:1px #E72F62 solid;
        width:31.0%;
        margin:4px auto;
    }
    .product-intro .version> div > a { margin-right:4px; }
    .product-intro .version> div > a:last-child { margin-right:0;}
    .product-intro .btn-version:hover,
    .product-intro .btn-version.active {
       color:#FFFFFF;
       background:#E72F62;
       border:1px #E72F62 solid;
    }

    /*_ 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;
    }

    .more-info .info-btn .btn-t-lg.mt16 {
       margin-top:16px;
    }
    .more-info .info-btn .btn-t-lg.mt20 {
       margin-top:20px;
    }
    .more-info .info-btn .btn-t-lg.mt36 {
       margin-top:36px;
    }

    .more-info .outer-box {
        padding:0 25px;
    }
    /*_ Business MORE-INFO .end. __________________________________________________________*/

    /* btn-arrow-none */
    .btn-arrow-none {
        position: relative;
        padding: 18px 0;
        border-radius:0;
        border: none;
    }

    /* btn-arrow-right */
    .btn-arrow-right,
    .btn-arrow-right:hover {
        position: relative;
        padding: 18px 0;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
        .btn-arrow-right:after {
            content: "";
            position: absolute;
            top: 0;
            right: -26px;
            width: 26px;
            height: 56px;
            background: url("../images/arrow-right.png") no-repeat;
        }
        .btn-arrow-right:hover:after {
            content: "";
            position: absolute;
            top: 0;
            right: -26px;
            width: 26px;
            height: 56px;
            background: url("../images/arrow-right-ov.png") no-repeat;
        }



    /* btn-arrow-left */
    .btn-arrow-left,
    .btn-arrow-left:hover {
        position: relative;
        padding: 18px 0;
        border-radius: 0; 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
        .btn-arrow-left:after {
            content: "";
            position: absolute;
            top: 0;
            left: -26px;
            width: 26px;
            height: 56px;
            background: url("../images/arrow-left.png") no-repeat;
        }
        .btn-arrow-left:hover:after {
            content: "";
            position: absolute;
            top: 0;
            left: -26px;
            width: 26px;
            height: 56px;
            background: url("../images/arrow-left-ov.png") no-repeat;
        }

        .btn-arrow-left.pd8 {
            padding:8px 0;
        }
        .btn-arrow-right.pd8 {
            padding:8px 0;
        }

        .pd4-xs { padding: 0 4px;}

}

/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {
    /*_ PRODUCT-INTRO .start. _________________________________*/

    .product-intro .intro-text {
        font-size: 13px;
        line-height: 22px;
        min-height:70px;
    }

    .product-intro .btns {
        text-align:right;
        margin:0 0;
    }

     .product-intro .btn {
        font-size: 12px;
        /*margin-top: 6px;*/   
        /*width: 86px;*/ 
    }
        .product-intro .title-img {
           max-height:36px;
        }


    .product-intro .b1 {
        height: 36px;
        width: 36px;
        line-height: 36px;
        padding: 2px 2px;
        font-size:18px;
    }

        .product-intro .b1:hover {
            color: #FFFFFF;
        }

    .product-intro .b2 {
        padding:0;
        height: 36px;
        line-height: 36px;        
    }

    .product-intro .b3 {
        padding:0;
        height: 36px;
        line-height: 36px;        
    }

    .product-intro .label {
        display: inline-block;
        margin: 3px 0 2px 0;
        padding: 0;
        height: 15px;
        border-radius: 0;
    }

    .product-intro .btn-version {
        width:auto;
        padding:5px 5px;
        margin:0;
    }

    /*_ PRODUCT-INTRO .end. ___________________________________*/

    .pd4-xs { padding: 0 15px;}
}

/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {
     /*_ PRODUCT-INTRO .start. _________________________________*/

    .product-intro .intro-text {
        font-size: 15px;
        line-height: 26px;
        min-height:115px;
    }
     .product-intro .btn {
        font-size: 12px;
        /*margin-top: 6px;*/   
        /*width: 106px;*/ 
    }
        .product-intro .title-img {
           max-height:40px;
        }
    .product-intro .b1 {
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding: 2px 2px;
        font-size:20px;
    }

        .product-intro .b1:hover {
            color: #FFFFFF;
        }

    .product-intro .b2 {
        padding:0;
        height: 40px;
        line-height: 40px;        
    }

    .product-intro .b3 {
        padding:0;
        height: 40px;
        line-height: 40px;        
    }

    .product-intro .btn-version {
        width:auto;
        padding:5px 17.5px;        
    }
    /*_ PRODUCT-INTRO .end. ___________________________________*/   
}

/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {
      /*_ PRODUCT-INTRO .start. _________________________________*/

    .product-intro .intro-text {
        font-size: 16px;
        line-height: 28px;
        min-height:155px;
    }
    .product-intro .btn-version {
        width:auto;
        padding:5px 28.5px;        
    }
    /*_ PRODUCT-INTRO .end. ___________________________________*/
}



/*
@media print {

  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

    .bg-deeppink {        background:#e72f62 !important;    }
 
}

    */