/*﻿@charset "UTF-8";*/
/* CSS Document */

body {
    font-family: 微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif !important;
    color: #51463d;
    overflow-x: hidden;
    width: auto;
    background: #f2f2f2 !important;
}
#demo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
::selection {
    background: #fff8a6;
}
/* structure --------------------------------------------- */
.container {
    width: 100% !important;
    padding: 100px 0px 0 !important;

}



/* breadcrumb ---------網站導覽------------------------------------ */
.breadcrumb {
    display: block;
    width: 100%;
     /*槌說 翔宇想要改寬一點 仿照yahoo (1240px)*/
    /*max-width: 984px;*/
    max-width:1240px;
    padding: 0 20px !important;
    margin: 10px auto 0 !important;
    font-size: 14px;
    line-height: 14px;
    background: none !important;
}
.breadcrumb i {
    font-size: 16px;
    line-height: 16px;
}
.breadcrumb .btn-breadcrumb .btn:not(:last-child):after { /** the arrow part (1) white bg **/
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.breadcrumb .btn-breadcrumb .btn:not(:last-child):before { /** the arrow part (2) gray line **/
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px; /** this makes gray line's width **/
    left: 100%;
    z-index: 3;
}
/** breadcrumb (The Spacing) **/
.breadcrumb .btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
    color: #999;
}
.breadcrumb .btn-breadcrumb .btn:hover {
    color: #000;
    background: #fff;
}
.breadcrumb .btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}
.breadcrumb .btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
    z-index: 1; /** add this to previent a display problem **/
    background: #ffffe0;
    color: #000;
    cursor: default;
}
/** breadcrumb (Default button) **/
.breadcrumb .btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.breadcrumb .btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.breadcrumb .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #fff; /** the arrow part (1) white bg **/
}
.breadcrumb .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad; /** the arrow part (2) gray line **/
}

/*---------------首頁 ---------------------------*/
.index {

    /*槌說 翔宇想要改寬一點 仿照yahoo (1240px)*/
    /*max-width:1090px;*/
    /*width:75%;*/
    max-width:1240px;
    margin: 0 auto;

}
.index_left {
    float: left;
    width: 20%;
    margin: 0;


}
.index_right {
    float: right;
    width: 78%;
    margin: 0 1%;
}
.index-info{
    display:none;

}
.login_fixbottom{
    display:none;
}
/*--登入--*/
.login {
    position: absolute;
    top: 0px;
    left: 850px;
    clear: both;
    float: right;
    font-size: 10px;
    width: 200px;
    color: #000;
    padding: 2px;
    margin-top: 0px;
    letter-spacing: 2px;
    z-index: 999999;
}
.login i{

    color: #0679ae;

}

/*--- 首頁 大功能按鈕 block---*/
.block{
    display:block;
    width:100%;
    height:75px;
    border-radius: 8px;
    margin-bottom: 5%;
    color:#fff;
    -moz-box-shadow:0px 0px 3px 2px rgba(50%,50%,50%,0.5);
    -webkit-box-shadow:0px 0px 3px 2px rgba(50%,50%,50%,0.5);
    box-shadow:0px 0px 3px 2px rgba(50%,50%,50%,0.5);

}


.title_box{
    width:100%;
    margin:0 auto;
}
.title_box_left{
    float: left;
    padding-left:15%;
    line-height:70px;
    height:20px;
    margin-top: 8px;
    width:20%;

}

.title_box_right{
    float:right;

    margin-top: 5px;
    width:65%;
}
.title_box_left h1:hover{
    -moz-transform:translateX(3px);
    -webkit-transform:translateX(3px);
    -o-transform:translateX(3px);
    -ms-transform:translateX(3px);
    transform:translateX(3px);
    transition-duration: .3s;
}
.block  h1{
    animation-duration: 1s;
    animation-name: slidein;
}
.block i{
    animation-duration: 1s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
        margin-left:100%;
        width: 300%;
    }

    to {
        margin-left:0%;
        width: 100%;
    }
}







/*--- 首頁 庫存卡搜尋 reserve_card_search---*/
.reserve_card_search{

    background-color:#00a6f2;

}
/*--- 首頁 退佣查詢 return_commission_search---*/
.return_commission_search{

    background-color:#0298e2;

}
/*--- 首頁 申裝狀態查詢 y_status_search---*/
.apply_status_search{

    background-color:#097fba;

}

/*--- 首頁 退佣表 return_commission_table---*/
.return_commission_table{

    background-color:#0586c6;

}

/*--- 首頁 手機報價 mobile_quote---*/
.mobile_quote{

    background-color:#028fd6;

}

/*--- 首頁 申裝書下載 application_down---*/
.application_down {
    background-color: white;
    -moz-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    -webkit-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    border-radius: 5px;
    margin-bottom: 5%;
}
.application_down_title {
    display: block;
    width: 100%;
    padding-left: 15%;
    margin: 0 auto;
    height:75px;
    color:white;
    background-color:#0876ad;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    -moz-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    -webkit-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
}
.application_down_menu {
    clear: both;
    display: block;
    width: 70%;
    height: 250px;
    margin: 0 auto;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.application_down_title >.title_box >.title_box_right,.announce_title_box >.title_box_right{
    color:white;
}





/*---首頁 最新公告 announce---*/
.announce_title_box_right{
    float:right;

    margin-top:10px;
    width:87%;
}
.announce_title_box_left{
    float:left;
    margin-left:5%;
    margin-top: 22px;
    width:5%;
}
.announce {
    background-color: white;
    height: auto;
    margin: 0;
    -moz-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    -webkit-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.3);
    border-radius: 5px;
}
.announce_title {
    display: block;
    width: 100%;
    margin: 0%;
    height:75px;
    float: left;
    background-color: #0876ad;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.announce_title_box {
    float: right;
    width: 100%;
    margin-left: 0px;
    padding:0%;
    padding-left: 0px;
    color:white;

}

.title_box h2 {
    display: none;
}
.announce_list {
    display: block;
    width: 96%;
    max-width: 984px;
    height: auto;
    min-height: 804px;/*最新公告 定高1*/
    margin: 0% 2% 0 2%;
}
.news_article_title {
    margin: 10px 1.5% 0;
    padding-bottom: 10px;
    display: inline-block;
    width: 97%;
}
.news_article {
    margin: 10px 1.5% 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    display: inline-block;
    width: 97%;
}
/*----table : search_card.html/application_status.html/search_return.html-----------------------*/
.even{
    background-color: #f1f1f1;
    /*border-bottom: 1px solid #c4c4c4;*/

}
.odd{
    background-color: #ffffff;
    /*border-bottom: 1px solid #c4c4c4;*/
}
.main_even{
    background-color: #CCCCCC;
    /*border-bottom: 1px solid #c4c4c4;*/

}
.main_odd{
    background-color: #626262;
    /*border-bottom: 1px solid #c4c4c4;*/
}

.table1 {
    border-collapse: collapse;
    width:95%;
    margin: 0px auto;


}
.table1 col-md-6,.table col-sm-6{
    padding:0px !important;
    margin:0px !important;

}
thead tr{
    border:1px #777 solid;
}
thead, th, td {
    font-size: 12px;
    line-height: 26px;
    padding: 5px;
    letter-spacing: 2px;

}
thead, th{
    background-color: #badbfc;
}
thead tr:hover{
    background-color:  #fffce8;

    color: #000000;
}
.table1 span{
    font-weight: bold;
    border-bottom: 1px solid #000;
}
/*---內頁-申裝狀態查詢----*/
.application_status_submenu h1{
    background-color: #36ace2;
    color:#fff;
    padding:5%;
    margin: 0px;
    font-size: 20px;
    border-bottom:1px solid #efefef;

}
.application_status_table{
    margin:20px;

}




/*---內頁-申裝書下載----*/

.application_down_submenu_info h4{
    display:none;
}
.application_down_submenu h1{
    background-color: #36ace2;
    color:#fff;
    padding:5%;
    margin: 0px;
    font-size: 20px;
    border-bottom:1px solid #efefef;

}


.bg_e0e0e0
{
    background-color: #e0e0e0;
}
.application_down_submenu ui{
    background-color: #fff;
}
#accordion ul li:hover{
    background-color: #efefef;
}


.application_down_submenu a{
    font-size:18px;
    line-height:28px;
    padding-left:15px;
}
.application_down_submenu{
    background-color:#fff;
}




.application_down_subtitle{
    font-size:22px;
    margin:15px 0px 5px 5px;

}

.application_down_list_left {
    width: 27%;
    margin-right: 1%;
    float: left;
}
.application_down_list_left h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.application_down_list_left p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    margin: 0;
}



.news_article em, .news_inner_article em { /* -------首頁 最新消息列表 內容 發佈類別：公告 / 活動 / 其他---------- */
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 1px 3px;
    margin: 0 0 5px;
    font-style: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.news_article span, .news_inner_article span { /* -------首頁 最新消息列表 內容 日期---------- */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 5px 0 0;
    color: #aaa;
    display: inline-block;
    float: right;
}
.bg_green { /*公告*/
    background: #72be44;
    border-radius: 3px 4px;
    margin: 0 3px;
}
.bg_orange { /*文章置頂*/
    background: #ff7d00;
    border-radius: 3px 4px;
}
.bg_blue { /*活動*/
    background: #54a0e5;
    border-radius: 3px 4px;
}
.bg_coffe { /*其他*/
    background: #ffd500;
    border-radius: 3px 4px;
}
.look_more { /*首頁 最新公告 更多資訊*/
    width: 20%;
    margin: 0;
    margin: 0% auto 5px 45%;
}
.look_more span {
    font-size: 10px;
    line-height: 16px;
    padding: 5px 15px;
}
/*--附加檔案下載--*/
.attachment_download{
    width:96%;
    margin:2%;
    margin-top:20%;
    padding:2%;
    border:1px dotted #666;
    border-radius:5px;
}
.attachment_list{
    width:96%;
    background-color:#FFC;
    margin:2%;
    padding:2%;
}
.attachment_list span{
    color:#F93;
}
/*--------------申裝狀態查詢 : search_application_status.html------------------*/
.message_but{
    float:right;
    text-align: center;
    width:50%;
    background-color: #00a6f2 !important;
    color:#ffffff;
    margin-top: 10px;
}
.message_but:hover{
    float:right;
    text-align: center;
    width:50%;
    background-color: #00a6f2 !important;
    color:#000 !important;

}
.margin_down{
    margin-bottom: 30px;
}

/*--------------手機報價/退佣報價/全省門市/申裝流程-------------*/
.show_user_upload,.somingsoon{
    background-color:#fff;
    width:100%;
     /*槌說 翔宇想要改寬一點 仿照yahoo (1240px)*/
   /* max-width:970px;*/
   max-width:1240px;
    height:auto;
    overflow: hidden;
}
.show_user_upload img{

    width:100%;
    height:auto;
    overflow: auto;
}
.somingsoon img{
    width:40%;
    height:auto;
    margin-left:30%;
}
/*---內頁 手機報價 檔案上傳(不同於檔案上傳margin-top:0px;)-----*/
.mobile_quote_attachment_download
{
    width:96%;
    margin:2%;
    padding:2%;
    border:1px dotted #666;
    border-radius:5px;
}


/* contact_form ---------------聯繫我們------------------------------ */
.contact_form {
    display: table;
    width: 100%;  
    /*槌說 翔宇想要改寬一點 仿照yahoo (1240px)*/
   /* max-width:984px;*/
   max-width:1240px;
    padding: 0 20px;
    margin: 20px auto 30px;
    font-size: 16px;
    line-height: 22px;
}
.contact_form h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.contact_form p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}
.contact_form ul {
    padding: 0 0 10px;
    float: left;
    width: 46%;
    margin: 0 2%;
}
.contact_form ul li, .contact_form ol li {
    margin-bottom: 15px;
}
.contact_form ul li {
    position: relative;
}
.contact_form span {
    position: absolute;
    right: 2px;
    top: 27px;
}
.contact_form ul li a img {
    height: 30px;
    border: 1px solid #999;
}
.contact_form input {
    width: 100%;
    display: block;
    clear: both;
    padding: 7px 5px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact_form input:focus, .contact_form ol li textarea:focus {
    background-color: #ffffe0;
}
.contact_form ul li:last-child {
    margin-bottom: 0px;
}
.contact_form ul li b, .contact_form ol li b {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 3px;
}
.contact_form ul li b em, .contact_form ol li b em {
    font-style: normal;
    margin-right: 2px;
    color: #f00;
}
.contact_form ul li small, .contact_form ol li small {
    font-size: 14px;
    line-height: 14px;
    margin-left: 3px;
    background: #f00;
    color: #fff;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact_form ol {
    padding: 0 0 10px;
    float: right;
    width: 46%;
    margin: 0 2%;
}
.contact_form ol li textarea {
    width: 100%;
    height: 254px;
    display: block;
    clear: both;
    resize: none;
    padding: 7px 5px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999;
    overflow-y: scroll;
    -ms-overflow-style: none; /* 隱藏IE的scroll bar */
    vertical-align: text-top;
}
.contact_form ol li textarea::-webkit-scrollbar {
    width: 0 !important;
}
/* 隱藏chrome的scroll bar */

.text_red {
    color: #f00 !important;
}
.animated_1 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* contact_form_btn -------聯繫我們 送出資訊-------------------------------------- */
.contact_form_btn {
    display: block;
    clear: both;
    margin: 0;
}
.contact_form_btn p {
    font-size: 16px;
    line-height: 22px;
    color: #f00;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
}
.contact_form_btn a {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    width: 50%;
    border: 2px solid #36ace2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact_form_btn a:hover {
    background: #36ace2;
    color: #fff;
}

/* question_list ----------連繫我們 > 常見問題----------------------------------- */
.question_list {
    display: table;
    width: 100%;
     /*槌說 翔宇想要改寬一點 仿照yahoo (1240px)*/
   /* max-width:984px;*/
   max-width:1240px;
    padding: 0 20px;
    margin: 20px auto 30px;
    font-size: 16px;
    line-height: 22px;
}
.question_list h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.question_list p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}
.question_list ul {
    padding: 10px;
    background: #fff;
    float: right;
    width: 96%;
    margin: 0 2% 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.question_list ul:last-child {
    margin-bottom: 0px !important;
}
.question_list ul li {
    padding: 0;
    margin: 0 0 5px 0;
}
.question_list ul li p {
    color: #2e3192;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 27px;
    text-indent: -25px;
}
.question_list ul li p i {
    margin-right: 3px;
    width: 22px;
    display: inline-block;
    text-align: right;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.question_list ul li span {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0 0 0 27px;
    display: block;
}

/* news_list -----------------最新消息列表-------內容--------------------- */
.news_list {

    display: table;
    width: 100%;
    /*max-width: 984px;*/
    /*槌說 翔宇想要改寬一點 仿照yahoo (1240px)*/
    max-width: 1240px;
    padding: 0 20px;
    margin: 20px auto 30px;
    font-size: 16px;
    line-height: 22px;
}
.news_list_left {
    width: 27%;
    margin-right: 1%;
    float: left;
}
.news_list_left h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.news_list_left p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    margin: 0;
}
.news_list_right {
    width: 71%;
    margin-left: 1%;
    float: right;
    background: #fff;
    position: relative;
    min-height: 420px;
}
.news_list_right:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 100%;
    width: 100px;
    z-index: -1;
   /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
}
/*新增加 -- 網頁字體大小定義-all1--*/

.announce_title_box h1{
    font-size: 20px;
    font-weight: bold;
}
.title_box_left h1{
    font-size: 20px;
    font-weight: bold;
}
.title_box_left h2{
    font-size: 10px;
    font-weight: bold;
}
.title_box h1{
    font-size: 20px;
    font-weight: bold;
}
.news_article h3 a:hover, .news_inner_article h3 a:hover {
    color: #29abe2;
}
.application_down_menu ul li h3 {
    margin: 0 0 5px 0;
    padding: 0;
}
.application_down_menu ul li h3 a {
    font-size: 16px;
    line-height: 22px;
    color: #0071bc;
    display: table;
    clear: both;
}
.application_down_menu ul li h3 a:hover, .application_template_menu ul li h3 a:hover {
    color: #29abe2;
}
.news_article h3, .news_inner_article h3 {
    margin: 0 0 5px 0;
    padding: 0;
}
.news_article h3 a, .news_inner_article h3 a {
    font-size: 16px;
    line-height: 22px;
    color: #0071bc;
    display: table;
    clear: both;
}
.news_article h3 a:hover, .news_inner_article h3 a:hover {
    color: #29abe2;
}


/*新增加--網頁字體大小定義-all1--*/



/*rwd table : 搜尋專區 查詢表單 --------------------------------------*/

.rwd-table {
    margin: 3em 1em;
    min-width: 300px;
    width:90%;

}
.rwd-table tr {
    border:1px solid #777;
}

.rwd-table th {
    display: none;
    margin: 0em 1em;
    border-right: 1px #777 solid;
}

.rwd-table td {
    display: block;
    border-right: 1px #777 solid;

}
.rwd-table td:first-child {

    margin: 0em 1em;
    margin-top: 1em;
}
.rwd-table td:last-child {
    padding-bottom: 0em;
    margin: 0em 1em;
    margin-bottom: 1em;
    border-right: 0px;

}
.rwd-table td:before {
    content: attr(data-th) "";
    font-weight: bold;
    width: 7em;
    padding: 0em 1em;
    display: inline-block;
}
@media (min-width: 769px) {
    .rwd-table {
        margin: 3em 1em;
        min-width: 300px;
        /*槌: 翔宇說要改寬一點 width:100%;*/
        /*修正爆格 width:97%*/
        width:97%;


    }
    .rwd-table td:before {
        display: none;
    }
}
.rwd-table th,
.rwd-table td {
    text-align: left;
    border:none;
}
@media (min-width: 769px) {
    .rwd-table {
        margin: 3em 1em;
        min-width: 300px;
        /*槌: 翔宇說要改寬一點 width:100%;*/
        /*修正爆格 width:97%*/
        width:97%;


    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
        border-right: 1px #777 solid;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 1em;
        border:1px #777 solid;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 1em;
        border:1px #777 solid;
    }
}





.rwd-table {

    border-radius: .4em;
}
.rwd-table tr:last-child {
    border:1px #777 solid;
}

.rwd-table th,
.rwd-table td {
    margin: .5em 1em;
}
@media (min-width: 769px) {
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}
.rwd-table th,
.rwd-table td:before {
    color: #000;  
    background-color: #badbfc;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* this target IE10+ */
    .news_list_right:after {
        background: none;
    }
}
/* news_article --------------------------------------------- */
.news_article_wrap {
    min-height: 364px;
}
.news_article { /* -------最新消息列表---------- */
    margin: 10px 1.5% 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    display: inline-block;
    width: 97%;
}
.news_inner_article { /* -------最新消息內容---------- */
    margin: 10px 1.5% 0;
    padding-bottom: 10px;
    display: inline-block;
    width: 97%;
}
.news_article em, .news_inner_article em { /* -------最新消息列表 內容 發佈類別：公告 / 活動 / 其他---------- */
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 1px 3px;

    margin: 0 0 5px;
    font-style: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.news_article span, .news_inner_article span { /* -------最新消息列表 內容 日期---------- */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 5px 0 0;
    color: #aaa;
    display: inline-block;
    float: right;
}
.news_article h4, .news_inner_article h4 {
    margin: 0 0 5px 0;
    padding: 0;
}
.news_article h4 a, .news_inner_article h4 a {
    font-size: 20px;
    line-height: 20px;
    color: #0071bc;
    display: table;
    clear: both;
}
.news_article h4 a:hover, .news_inner_article h4 a:hover {
    color: #29abe2;
}
/*新增加 -- 網頁字體大小定義--all2--*/

.announce_title_box h1{
    font-size: 20px;
    font-weight: bold;
}
.title_box_left h1{
    font-size: 20px;
    font-weight: bold;
}
.title_box_left h2{
    display:none;
}
.news_article h3 a:hover, .news_inner_article h3 a:hover {
    color: #29abe2;
}

/*新增加--網頁字體大小定義--all2--*/







.news_article p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #666;
}
.news_inner_article p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #666;
}
.news_inner_article p:last-child {
    margin-bottom: 0px !important;
}
.news_article_btn {
    float: right;
}
.news_article_btn a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: block;
    text-align: center;
    padding: 5px 30px;
    margin: 5px auto;
    border: 2px solid #36ace2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news_article_btn a:hover {
    background: #36ace2;
    color: #fff;
}
/* -------最新消息列表 內容 發佈類別的顏色控制(公告 / 活動 / 其他)---------- */
.bg_green { /*公告*/
    background: #36ace2;
    border-radius: 3px 4px;
    margin: 0 3px;
}
.bg_orange { /*文章置頂*/
    background: #ff7d00;
    border-radius: 3px 4px;
}
.bg_blue { /*活動*/
    background: #54a0e5;
    border-radius: 3px 4px;
}
.bg_coffe { /*其他*/
    background: #ffd500;
    border-radius: 3px 4px;
}
/* pages --------------最新消息 翻頁------------------------------- */
.pages {
    padding: 10px 0 5px;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.pages ul {
    float: right;
    margin: 0;
}
.pages ul li {
    float: left;
    padding-right: 5px;
}
.pages ul li:last-child {
    padding-right: 10px !important;
}
.pages ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: block;
    text-align: center;
    padding: 0px 7px;
    margin: 5px auto;
    border: 2px solid #CCC;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pages ul li a:hover {
    background: #36ace2;
    border: 2px solid #36ace2;
    color: #fff;
}
.pages_active {
    background: #36ace2;
    border: 2px solid #36ace2 !important;
    color: #fff !important;
}
.font_size_22 {
    font-size: 22px !important;
    line-height: 22px !important;
    padding: 0px 7.5px !important;
}
.preload_pages{
    display:none;
}
/*-----------------------手機版 角色判斷  character_show  (狀態：隱藏)--------------------------------*/
.character_show{
    display:none;
}


/* footer_tree -----------網頁 頁尾的公司介紹 (每一頁皆用到)--1-------------------------------- */
.footer_tree {
    background: #000;
    width: 100%;
}
.footer_tree_box{
    width:40%;
    margin:0 auto;
    color:#fff;
    line-height:20px;
    letter-spacing:3px;
    padding:4% 0px;
}
/* footer -----------------------大禾資訊---------------------- */
.footer {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 10px;
}
/* footer_box ----------------------大禾資訊----------------------- */
.footer_box {
    display: table;
    width: 100%;
    max-width: 984px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
}
.footer_left {
    float: left;
    display: inline-block;
    width:100%;
    text-align:center;
    margin: 0;
}
.footer_left p {
    margin: 0;
}
.footer_left a {
    color: #000;
    padding: 0px 5px;
    margin-top: 6px;
    border: 1px solid #efefef;
    display: inline-block;
}
.footer_left a:hover, .footer_left a:active, .footer_left a:visited {
    color: #000;
}
.footer_right {
    float: right;
    display: inline-block;
    margin: 0;
}
.footer_right p {
    margin-bottom: 5px;
    float: right;
    clear: both;
}
/* login_form ---------------員工專區 ----------------------------- */
.login_form_wrap {
    display: table;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.login_form {
    display: table;
    background: #fff;
    width: 100%;
    max-width: 500px;
    padding: 20px 10px;
    margin: 20px auto;
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
}
.login_form h2 {
    padding: 10px 0;
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: #54a0e5;
    font-weight: normal;
    -webkit-box-shadow: 0 10px 12px -8px black;
    -moz-box-shadow: 0 10px 12px -8px black;
    box-shadow: 0 10px 12px -8px black;
}
.login_form p {
    margin-bottom: 5px;
}
.login_form p small {
    color: #fff;
    background: #f00;
    padding: 1px 3px;
    margin-left: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_form input {
    width: 100%;
    display: block;
    clear: both;
    padding: 7px 5px;
    margin: 0 0 10px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_form input:focus {
    background-color: #ffffe0;
}
.login_form a.captcha img {
    vertical-align: middle;
    width: 131px;
    border: 3px solid #bbb;
    padding: 2px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_form a.captcha:hover img {
    border: 3px solid #999;
}
.login_form a.captcha span {
    margin-left: 5px;
    color: #777;
    border-bottom: 1px solid #777;
}
.login_form a.captcha:hover span {
    color: #000;
    border-bottom: 1px solid #000;
}
.login_form big {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.login_form big em {
    font-style: normal;
    color: #f00;
}
/* login_form_btn -----------------員工專區 登入按鈕--------------- */
.login_form_btn {
    display: block;
    clear: both;
    margin: 0;
}
.login_form_btn a {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    background: #e9f5e1;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 10px auto 0;
    width: 100%;
    border: 2px solid #36ace2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.login_form_btn a:hover {
    background: #36ace2;
    color: #000;
}
/* change_password_btn --------------------------------------------- */
.change_password_btn {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
}
.change_password_btn a {
    font-size: 16px;
    line-height: 18px;
    color: #777;
    border-bottom: 1px solid #777;
    display: inline-block;
    padding: 0;
    margin: 20px auto 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.change_password_btn a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
/* change_password_box --------------------------------------------- */
.change_password_box {
    width: 50%;
    min-width: 238px;
    display: block;
    padding: 10px;
    margin: 5px auto 10px;
    background: #f5fbfe;
    border: 2px solid #b2e2f5;
    position: relative;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.change_password_box:before {
    position: absolute;
    content: '';
    border-style: solid;
    left: calc(50% - 10px);
    top: -10px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #b2e2f5 transparent;
}
.change_password_box p {
    text-align: left;
}
.change_password_box a {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    background: #e9f5e1;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 10px auto 0;
    width: 100%;
    border: 2px solid #36ace2 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.change_password_box a:hover {
    background: #36ace2;
    color: #000;
}

@media screen and (max-width:1024px) {
    .client_list ul li { /*---------------客戶列表-------------------*/
        width: 24%;
        margin: 0 .5% 10px;
        padding: 0;
    }
    .news_list_right:after {
        width: 0px;
    }
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
    /*--------------------------內頁-----------------------------*/
    .container {
        padding: 100px 0px 0 !important;
    }


    /*--------------------------首頁-----------------------------*/
    .index {

        width: 98%;
        margin: 0 auto;
    }

    .index_left {
        float: left;
        width: 28%;
        margin: 0;


    }
    .index_right {
        float: right;
        width: 69%;
        margin: 0 1%;
    }
    .index-info{
        display:none;

    }
    /*---------------------------首頁 登入提醒---------------------*/
    .login {

        left: 550px;
    }
    .login_fixbottom{
        display:none;
    }




    /*內頁701-1000 申裝流程 門市資訊 使用者自行上傳圖檔*/
    .show_user_upload{
        background-color:#fff;
        width:100%;
        max-width:970px;
        height:auto;
    }
    .show_user_upload img{
        max-width:865px;
        width:100%;
        max-height:350px;
        overflow: auto;
    }
    /*--申裝書下載--*/
    .application_down_submenu a{
        font-size:14px;
        line-height:28px;
        padding-left:10px;
    }




}
@media screen and(max-width:769px){
    .application_down_submenu_info h4{
        display:block;
    }
}

@media screen and (max-width:700px) {
    /*---------------每個網頁的內容框-------------------*/
    .container {
        padding: 60px 0px 0 !important;
    }
    .index-info{
        display:block;
        margin:15% 5%;
    }
    .index-info h1{
        line-height: 56px;
    }
    /*---選單上登入角色提示--*/
    .login{
        display: none;
    }


    /*-----首頁 -----*/

    .index {
        top: 12px;
        position: relative;
        width: 100%;
        height:auto;
    }
    .index_left {
        bottom: 0px;
        width: 100%;
        margin: 0;
        height:auto;
    }
    .index_right {
        top: 0px;
        width: 100%;
        margin: 0;
    }

    /*----首頁 未登入 置底 登入提示---------------*/
    .login_fixbottom
    {
        display:block;
        position:fixed;
        bottom:0px;
        height:auto;
        width:100%;
        padding:4%;
        text-align: center;
        background-color:#000000;
        color:#fff;
    }

    /*-----首頁 block -庫存卡查詢、退佣查詢、申裝狀態查詢、退佣表、手機報價 -----*/
    .block{
        margin: 0px;
        border-radius: 0px;
        border-bottom: 1px solid #ccc;


        -moz-box-shadow:0px 0px 3px 2px rgba(50%,50%,50%,0);
        -webkit-box-shadow:0px 0px 3px 2px rgba(50%,50%,50%,0);
        box-shadow:0px 0px 3px 2px rgba(50%,50%,50%,0);

    }

    /*---首頁 最新公告---------------*/

    .announce_title_box_right{
        float:right;

        margin-top:10px;
        width:65%;
    }
    .announce_title_box_left{
        float:left;
        margin-left:15%;
        margin-top: 26px;
        width:20%;
    } 


    .announce {

        -moz-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.0);
        -webkit-box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.0);
        box-shadow:0px 0px 3px 2px rgba(70%,70%,70%,0.0);



    }
    .announce_title{
        height:75px;
        border-bottom: 1px solid #ccc;
    }
    .announce_list{
        display:none;
    }
    .announce  h1{
        animation-duration: 1s;
        animation-name: slidein;
    }
    .announce  i{
        animation-duration: 1s;
        animation-name: slidein;
    }




    /*---首頁 申裝書下載---------------*/


    .application_down{
        margin: 0px;
        border-radius: 0px;
    }
    .application_down_title{
        height:75px;
        margin:0px;
        width:100%;
        padding-left: 0%;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

        border-bottom: 1px solid #ccc;

    }
    .application_down_menu{
        display:none;
    }
    .application_down h1{
        animation-duration: 1s;
        animation-name: slidein;

    }
    .application_down  i{
        animation-duration: 1s;
        animation-name: slidein;
    }

    @keyframes slidein {
        from {
            margin-left:100%;
            width: 300%;
        }

        to {
            margin-left:0%;
            width: 100%;
        }
    }

    /*---最新公告、申裝書下載 箭頭---*/
    .application_down_title >.title_box >.title_box_right,.announce_title_box >.title_box_right{
        color:white;
    }

    /*---內頁  申裝書下載-2-- */

    .application_down_list_left {

        clear: both;
        float: none;
        display:block;
        width:100%;


    }

    .application_down_submenu_info{

        padding:5%;
    }
    .application_down_submenu_info h4{
        display:block;
    }
    .application_down_submenu{
        position: absolute;
        left:10px;
        top:150px;
        height:500px;
        max-width: 250px;
        overflow: hidden;

        display:block;
        width:100%;
        z-index: 1;
    }
    .application_status_submenu{
        position: absolute;
        left:10px;
        top:150px;
        height:350px;
        max-width: 250px;
        overflow: hidden;
        background-color:#00a6f2;
        display:block;
        width:100%;
        z-index: 1;
        color:white;
    }



    /*內頁700 申裝流程 門市資訊 使用者自行上傳圖檔*/
    .show_user_upload,.comingsoon{
        background-color:#fff;
        width:100%;
        max-width:970px;
        height:auto;

        overflow: auto;
    }
    .show_user_upload img{
        max-width:865px;
        width:100%;
        max-height:350px;
        overflow: auto;
    }
    .somingsoon img{
        width:100%;
        margin:0px;
        height:auto;
    }

    /*-----viewwidth<700時，內頁左右方的block 滿版(90%)呈現-----------------*/
    .contact_form ul, .contact_form ol, .location_list .tw_map, .location_list ul, .intro_left, .intro_right, .fleet_left, .fleet_right, .flow_chart_left, .flow_chart_right {
        float: none;
        width: 90%;
        margin: 0 5%;
    }
    /*-----viewwidth<700時，內頁左右方的block 圖片-----------------*/
    .intro_right img, .intro_left img, .fleet_left img, .flow_chart_right img {
        margin-top: 0;
    }
    /*-----viewwidth<700時，內頁左右方的block 字-----------------*/
    .intro_right h4, .intro_left h4, .fleet_right h4, .flow_chart_left h4 {
        margin: 10px 0;
    }

    /*-----------------------手機版 角色判斷  character_show(狀態：顯示)--------------------------------------*/
    .character_show{
        display:block;
        width:100%;
        background-color:#fff;
        color:#000;
        font-size:20px;
        text-align:center;
        margin:0; 
        padding:10% 0;
    }

    /* footer_tree -----------網頁 頁尾的公司介紹 (每一頁皆用到)---------------------------------- */
    .footer_tree{
        background: #000;
        width: 100%;
    }
    .footer_tree_box{
        width:80%;
        margin:0 auto;
        color:#fff;
        line-height:20px;
        letter-spacing:3px;
        padding:4% 0px;
    }
    .info {
        width: 100%;
        max-width: inherit;
        padding: 0;
        margin: 0 auto;
    }
    .news {
        width: 100%;
        padding: 0;
        float: left;
        margin: 20px 0 40px;
    }
    .news_box h4 {
        width: 96%;
        margin: 0 2% 10px;
    }
    .news_box p {
        width: 96%;
        margin: 0 2%;
    }
    .contact {
        width: 100%;
        padding: 0;
        float: left;
        margin: 0 0 20px;
    }
    .contact_box h3, .news_box h3 {
        margin: 0 10px 10px;
    }
    .contact_box_left {
        width: 50%;
        padding: 0 10px 0 20px;
    }
    .contact_box_right {
        width: 50%;
        padding: 0 20px 0 10px;
    }

    /*------------------最新消息列表 ------------------------*/
    .news_list_left {
        display:none; /*手機版 最新消息列表隱藏*/
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .news_list_right {
        width: 100%;
        margin-left: 0;
        float: none;
        background: #fff;
        position: relative;
    }
    /*------------------最新消息列表 / 內容  ------------------------*/
    .news_article, .news_inner_article {
        margin: 10px 2.5% 0;
        padding-bottom: 10px;
        display: inline-block;
        width: 95%;
    }
    /*------------------最新消息列表 翻頁 ------------------------*/
    .pages ul {
        display:none;  /*桌機版隱藏*/
        float: right;
        margin: 0 2.5% 0;
    }
    .pages ul li:last-child {
        padding-right: 0px !important;
    }

    .preload_pages{ /*手機版 最新公告列表 預載畫面*/
        display:block;
        width:100%;
        text-align:center;

    }
    /*------------------大禾 footer ------------------------*/
    .footer_left {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    .footer_right {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .footer_right p {
        float: none;
    }
    .footer_right p:last-child {
        margin-bottom: 0px;
    }
    /*-----------700px新增加-- 網頁字體大小定義-- */

    .title_box h1, .application_down h1, .announce h1{ /* 首頁 block 大標題 */
        font-size: 24px;
        font-weight: bold;
    }
    .title_box h2 { /* 首頁 block 次標題 */
        font-size: 14px;
        font-weight: bold;
    }
    /*----------700px新增加--網頁字體大小定義--*/

    /*------700px手機版 網頁導覽隱藏 breadcrumb------*/
    .breadcrumb{
        display:none;
    }

}
@media screen and (max-width:480px) {
    /*-----------網頁導覽----------------*/
    .breadcrumb .btn-breadcrumb .btn {
        padding: 6px 3px 6px 15px;
    }
    .breadcrumb .btn-breadcrumb .btn:first-child {
        padding: 6px 3px 6px 10px;
    }
    .breadcrumb .btn-breadcrumb .btn:last-child {
        padding: 6px 9px 6px 15px;
    }
    /*------480px手機版 網頁導覽隱藏 breadcrumb------*/
    .breadcrumb{
        display:none;
    }
	
	
}
