/*頁面CSS移到這邊*/

/*=== 驗證碼用 ===*/
.captcha_area{display:block; margin-top:5px;}
.captcha_area > .captcha_group{display:inline-block; float:right}
.captcha_area > .captcha_group >div{float:left;}
.captcha_area > .captcha_group img{float:left;}
.captcha_play_button{display:inline-block; border:1px solid #ccc; height:32px; width:32px; background:#FFF; padding:1px 0px 0px 7px; }
#btn_captcha_repeat{display:inline-block; border:1px solid #ccc; height:32px; width:32px; background:#FFF; cursor:pointer;}
/*=== /驗證碼用 ===*/


/*=== 下載專區 ===*/
.download-container .download-item-wrap:nth-of-type(odd) {
            /* background: #fcf8f8; */
        }

        .download-container .download-item-wrap:nth-of-type(1) {
            border-top: 2px solid #ccc;

        }

        .download-item {
            border-bottom: 2px solid #ccc;
        }

        .download-container .download-item-wrap:nth-of-type(1) .download-item:before {
            content: "";
            position: absolute;
            top: -2px;
            left: 0;
            width: 105px;
            height: 2px;
            background-color: #ae210a;
            z-index: 10;
        }

        /* .download-item:before{
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width: 105px;
            height: 2px;
            background-color: #ae210a;
        } */
        .download-item:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 105px;
            height: 2px;
            background-color: #ae210a;
            z-index: 10;
        }
        .cata-wrap{
            min-width: 120px;
            margin-left: 20px;
        }
        .cata {
            border-radius: 5px;
            padding: 3px 10px;
            background: #ae210a;
            color: #fff;
            display: inline;
            font-size: 0.8em;
            line-height: 2.2;
        }

        @media (max-width:1200px) {

            .download-container .download-item-wrap:nth-of-type(1) .download-item:before,
            .download-item:after {
                width: 150px;
            }
        }

        @media (max-width:991px) {
            .cata {
                line-height: 2;
                margin: 5px 0px 5px 10px;
                min-width: none;
                padding: 0px 8px ;
            }
            .cata-wrap{
                margin-left: 5px;
            }
            .download-item p {
                font-size: 0.9em;
                line-height: 1.5;
                margin-top: 10px;
            }

            .download-container .download-item-wrap:nth-of-type(1) .download-item:before,
            .download-item:after {
                width: 170px;
            }
        }

        @media (max-width:767px) {

            .download-container .download-item-wrap:nth-of-type(1) .download-item:before,
            .download-item:after {
                width: 105px;
            }
        }

        @media (max-width:567px) {

            .download-container .download-item-wrap:nth-of-type(1) .download-item:before,
            .download-item:after {
                width: 85px;
            }
        }
/*=== /下載專區 ===*/