@charset "utf-8";
body {
    margin: 0px;
    color: #333;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 0.8em;
    line-height: 1.8em;
}

img {
    border: none;
}

table {
    border-collapse: separate;
    /*border-spacing: 5px;*/
    *border-collapse: expression('separate', cellSpacing='0');
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

table tr td {
    padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

select {
    border: 1px solid #dcdcdc;
    padding: 3px 5px;
    color: #666;
}

input {
    border: 1px solid #dcdcdc;
    padding: 3px 5px;
    color: #666;
}

textarea {
    border: 1px solid #dcdcdc;
    padding: 8px 5px;
    color: #666;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    border: none;
    background: #ddd !important;
}

::-webkit-scrollbar-track-piece {
    border: none;
    position: absolute;
    padding: 0;
    box-shadow: none;
    background-color: #ddd;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #999;
    border-radius: 0px;
    border: none;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #999;
    border-radius: 0px;
    border: none;
}


/*每頁統一設定*/

.rel {
    position: relative;
}

.container02 {
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    margin: 0 auto;
    max-width: 1250px;
    min-width: 980px;
    width: auto !important;
    width: 980px;
}

.container03 {
    float: left;
    width: 100%;
    padding: 25px;
}

.font_big {
    font-size: 150%;
}

.font_small {
    font-size: 80%;
}

.font_pink {
    color: #DD452F;
}

.addtop10 {
    margin-top: 10px !important;
}

.addleft10 {
    margin-left: 10px !important;
    color: #AF8265;
}

ul.addleft10 li a.link {
    color: #626262;
    font-weight: bold;
    text-decoration: none !important;
}

.addtop25 {
    margin-top: 25px;
}

.addleft45 {
    margin-left: 45px !important;
}

.addtop50 {
    margin-top: 50px;
}

.addbottom25 {
    margin-bottom: 25px;
}


/*上方*/

header {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 120px;
    background: url(../images/header_bg_retina.jpg) repeat-x;
    background-size: 4px 120px;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

#logo {
    float: left;
    margin: 10px 0px 0px 0px;
}


/*第一層*/

#menu {
    float: left;
    height: 50px;
    margin: 10px 0px 0px 20px;
}

ul.navigation li {
    float: left;
    position: relative;
    list-style-type: none;
    color: #AF8265;
    cursor: pointer;
}

ul.navigation li a {
    display: block;
    color: #AF8265;
}

ul.navigation .link {
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 1.1em;
    background: url(../images/nav_spac_line.png) right no-repeat;
}

ul.navigation .link:hover {
    background: linear-gradient(to bottom, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
}

.arrowdown {
    background: url(../images/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 20px 0 0;
}

ul.navigation ul.downlink00 {
    border: 2px solid #AF8265;
    width: 165px !important;
    background-color: #FFF !important;
}

ul.navigation li.downlink01 {
    width: 164px;
    margin: -1px -1px;
}

ul.navigation li .downlink01:hover {
    background: #AF8265;
}

ul.navigation li.downlink01>a {
    color: #AF8265;
    /* font-weight: bold; */
}

ul.navigation li .downlink01:hover>a {
    color: #f7f2ef;
}

ul.navigation li.downlink02 {
    background-color: #f7f2ef;
    width: 100%;
}

ul.navigation>li>a {}

ul.navigation>li>a:hover {
    color: #fff;
    background: #999;
}


/* 特定在第一層 > 第二層之後下拉部分之樣式 */

ul.navigation li ul {
    display: none;
    float: left;
    position: absolute;
    left: 0;
    margin: 0;
}


/* 當第一層選單被觸發時，指定第二層顯示 li:hover > ul 有一個 > 的用意是只要讓下一層顯示出來就好，不要讓再後面一層也一起顯示。*/

ul.navigation li:hover ul {
    display: block;
}


/* 特定在第二層或之後下拉部分 li 之樣式 */

ul.navigation ul li {
    color: #333;
    padding: 5px 0;
}

ul.navigation ul li:hover {
    background-color: rgba(175, 130, 101, 0.2);
}

ul.navigation ul li a {
    padding: 0 12px;
    width: 100%;
}


/* 特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式 */

ul.navigation>.bg {}


/*服務次選單開始*/

ul.navigation .sub_menu_surgery {
    z-index: 600;
    /* background-color: #AF8265; */
    border: 2px solid #AF8265;
    width: auto;
    position: static !important;
    width: 800px;
    margin-left: -350px;
    height: 480px;
}

ul.navigation #a11surgery {
    background: #fff;
}

ul.navigation .subtitle {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #AF8265;
    font-weight: bold;
    padding: 0 0 0 10px;
}

ul.navigation .subtitle:hover {
    background: #AF8265;
    color: #fff;
}

ul.navigation .subtitle:hover::after {
    content: ' 〉';
}

ul.navigation .sub_submenu {
    float: left;
    z-index: 600;
    padding-bottom: 30px;
    width: 140px !important;
    text-align: left;
}

ul.navigation .sub_submenu ul {
    list-style-type: none;
    padding-top: 10px;
    position: static !important;
}

ul.navigation .sub_submenu li {
    width: 140px;
    color: #747474;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    border-right: none !important;
}

.sub_submenu li a {
    color: black !important;
}

.sub_submenu li a:hover {}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #AF8265;
}

.nav-pills .nav-link.active::after {
    content: ' 〉';
}

.nav-pills .nav-link {
    border-radius: 0;
}

.sub_menu_surgery .col-3::-webkit-scrollbar,
.sub_menu_surgery .col-9::-webkit-scrollbar {
    width: 6px !important;
    height: 6px;
    background-color: transparent;
}


/*捲軸本體顏色*/

.sub_menu_surgery .col-3::-webkit-scrollbar-thumb,
.sub_menu_surgery .col-9::-webkit-scrollbar-thumb {
    background-color: rgba(175, 130, 101, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.sub_menu_surgery .col-3::-webkit-scrollbar-track-piece,
.sub_menu_surgery .col-9::-webkit-scrollbar-track-piece {
    background-color: rgba(175, 130, 101, 0.4);
}

#service-nav-left {
    overflow: auto;
    /* border-right: solid 2px #AF8265; */
    background-color: rgba(175, 130, 101, 0.2);
}

#service-nav-right {
    overflow: auto;
    background-color: rgb(255 245 239 / 50%);
}

#service-nav-right ul {
    /*display: flex;
    flex-wrap: wrap;*/
    /*overflow: auto;*/
    display: flex;
    flex-direction: column;
}

#service-nav-right ul li a {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    font-size: 14px;
    display: flex;
}

#service-nav-right ul li .service_item_symbol {
    font-size: 18px;
}


/*次選單 結束*/


/*上方關鍵字*/

#keywords_list {
    float: left;
    width: 800px;
    height: 20px;
    margin-top: 27px;
}

#keywords_list ul {
    height: 20px;
    list-style: none;
}

#keywords_list ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #434343;
    margin-right: 10px;
    color: #AF8265;
}

#keywords_list ul li a {
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(221, 69, 47, 80%);
    font-weight: bold;
}

#keywords_list ul li a:hover {
    text-decoration: underline;
}


/*上方搜尋*/

#search_box {
    float: right;
    height: 32px;
    margin: 15px 133px 0px 0px;
}

#search_box p {
    float: left;
    font-size: 15px;
    line-height: 32px;
}

#search_box input {
    float: left;
    width: 195px;
    height: 30px;
    border: #dddddd 1px solid;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b5b5b5;
    background: #FFF;
}


/* 搜尋點擊樣是修改 */

#search_box input:focus,
#search_box input:focus::placeholder {
    color: #FFF;
    background-color: #AF8265;
}

#search_box input[type="text"]:focus,
#search_box input[type="text"]:focus::placeholder {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /* outline: none !important; */
}


/* 瀏覽器自動填入樣式修改 */

#search_box input:-webkit-autofill,
#search_box input:-webkit-autofill:hover,
#search_box input:-webkit-autofill:focus,
#search_box input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #AF8265 inset !important;
    -webkit-text-fill-color: white !important;
    caret-color: white;
}


/*左側選單*/

#service_wrap {
    float: left;
    width: 125px;
    margin: 120px 0 0 0;
    -webkit-box-shadow: 3px 3px 3px -3px #CACACA, 3px 3px 3px -3px #CACACA, -3px 3px 3px -3px #CACACA;
    -moz-box-shadow: 3px 3px 3px -3px #CACACA, 3px 3px 3px -3px #CACACA, -3px 3px 3px -3px #CACACA;
    box-shadow: 3px 3px 3px -3px #CACACA, 3px 3px 3px -3px #CACACA, -3px 3px 3px -3px #CACACA;
    background: url(../images/service_bar_title.jpg) top no-repeat;
    z-index: 1000;
}

.left_function_btn {
    float: left;
    width: 125px;
    margin-top: 33px;
}

.left_function_btn ul {
    list-style: none;
}

.left_function_btn ul li {
    float: left;
    width: 100%;
    position: relative;
}

.left_function_btn ul li .submenu::before {
    background: rgba(175, 130, 101, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
}

.left_function_btn ul li .submenu {
    display: none;
    position: absolute;
    top: 0px;
    left: 125px;
    max-width: 900px;
    background: #FFF;
    white-space: nowrap;
    z-index: 10;
}

.left_function_btn ul li:hover>.submenu {
    display: block;
}

.left_function_btn ul li .submenu ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    white-space: nowrap;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.left_function_btn ul li .submenu a:hover {
    background: #AF8265;
}

.left_function_btn ul li a.cus_btn {
    display: block;
    position: relative;
    width: 125px;
    height: 70px;
    overflow: hidden;
}

.left_function_btn ul li a.cus_btn img {
    position: absolute;
    width: 125px;
    height: 141px;
    top: 0px;
}

.left_function_btn ul li a.cus_btn:hover>img {
    top: -71px;
}


/*右側主內容*/

main {
    float: left;
    width: 990px;
    margin: 120px 0 0 0;
}


/*首頁輪播大圖*/

.main_ad {
    position: relative;
    width: 990px;
    height: 520px;
    z-index: 1;
}

.flip_img {}

.flip_img ul {
    list-style-type: none;
}

.flip_img a {
    position: absolute;
    top: 0;
    left: 0;
}

.flip_img a.on {
    display: block;
}

.flip_btn {
    position: absolute;
    z-index: 2;
    width: 860px;
    height: 60px;
    overflow: hidden;
    bottom: 18px;
    left: 67px;
    letter-spacing: 0em;
}

.flip_btn ul {
    list-style-type: none;
    /*width: 855px;*/
    height: 60px;
}

.flip_btn ul li {
    float: left;
    width: 140px;
    height: 60px;
    margin-right: 3px;
    background: url(../images/opacity_50_black.png) repeat;
    /* background: rgba(175, 130, 101, 0.6); */
}

.flip_btn ul li:last-child {
    margin-right: 0px;
}

.flip_btn ul li:first-child {
    margin-left: -3px \9;
}

.flip_btn ul li a {
    display: block;
    width: 140px;
    height: 60px;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

.flip_btn ul li:hover,
.flip_btn ul li.current {
    background: #AF8265;
}


/*浮動廣告*/

#abgne_float_ad {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100px;
}

.float_ad {
    margin-bottom: 10px;
}


/*首頁標題及MORE設定*/

.box_title {
    height: 26px;
    margin: 10px 0 10px 0;
    position: relative;
}

.box_title .retina {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 7px;
}

.box_title span {
    float: left;
    line-height: 26px;
    display: block;
    font-size: 17px;
    color: #626262;
    font-weight: bold;
}

.box_more_btn {
    display: block;
    position: absolute;
    font-size: 18px;
    color: #AF8265;
    right: 0px;
    top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 17px;
    /* background: url(../images/more_icon.png) right no-repeat; */
}

.box_more_btn:hover {
    text-decoration: none;
    color: #AF8265;
}


/*首頁案例輪播*/

.owl-carousel {
    width: 978px !important;
    margin: 0 0 0 12px;
    /* height: 260px; */
    background: #FFF;
    border: #e2e2e2 1px solid;
}

#carousel_article .owl-item {
    width: 235px;
    /* height: 250px; */
}

.owl-carousel .owl-item a img {
    max-width: 100%;
    width: 235px;
    /* height: 153px; */
    margin-top: 17px;
    border-radius: 20px 5px;
}

.owl-carousel .owl-item h3 a {
    width: 230px;
    font-size: 14px;
    color: rgba(221, 69, 47, 80%);
    /* display: block; */
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*首頁案例輪播小於5個文章*/

.without-owl-carousel {
    width: 978px !important;
    margin: 0 0 0 12px;
    /* height: 260px; */
    background: #FFF;
    border: #e2e2e2 1px solid;
    display: flex;
}

#without_carousel_article .owl-item {
    width: 235px;
    /* height: 250px; */
    margin-right: 10px;
}

.without-owl-carousel .owl-item a img {
    max-width: 100%;
    width: 235px;
    /* height: 153px; */
    margin-top: 17px;
    border-radius: 20px 5px;
}

.without-owl-carousel .owl-item h3 a {
    width: 230px;
    font-size: 14px;
    color: rgba(221, 69, 47, 80%);
    /* display: block; */
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*醫生介紹頁案例輪播*/

#carousel_case {
    width: 978px !important;
    margin: 0 0 0 12px;
    padding: 0.5rem 1rem;
    height: 100px;
    background: #F4F4F4;
    border-radius: 5px;
    border: #e2e2e2 1px solid;
    display: flex;
}

#carousel_case .owl-stage {
    height: 100%;
}

#carousel_case .owl-item {
    height: 100%;
    min-width: 148px;
}

#carousel_case .total {
    background: #FFFFFF;
    border-radius: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
}

#carousel_case .case-border {
    background: #FFFFFF;
    border-radius: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
    min-width: 148px;
}

#carousel_case .case-border:hover {
    border: 1px solid #AC8065;
}


/*醫生介紹頁案例少於5個不輪播*/

.without-carousel {
    width: 978px !important;
    margin: 0 0 0 12px;
    padding: 0.5rem 1rem;
    height: 100px;
    background: #F4F4F4;
    border-radius: 5px;
    border: #e2e2e2 1px solid;
    display: flex;
}

.without-carousel .owl-stage {
    height: 100%;
}

.without-carousel .owl-item {
    height: 100%;
    min-width: 148px;
    margin-right: 10px;
}

.without-carousel .total {
    background: #FFFFFF;
    border-radius: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
}

.without-carousel .case-border {
    background: #FFFFFF;
    border-radius: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
    min-width: 148px;
}

.without-carousel .case-border:hover {
    border: 1px solid #AC8065;
}


/*首頁分院輪播*/

.owl-carousel2 {
    float: left;
    width: 790px;
    height: 156px;
    position: relative;
    border: #e2e2e2 1px solid;
    background: #f3f3f3;
    overflow: hidden;
}

.owl-carousel2 .owl-item_wrap {
    margin-top: 14px;
}

.owl-carousel2 .owl-item {
    float: left;
    position: relative;
    width: 167px;
}

.owl-carousel2 .owl-item p {
    position: absolute;
    width: 167px;
    height: 26px;
    bottom: -10px;
    color: #FFF;
    background: url(../images/opacity_50_black.png) repeat;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.owl-carousel2 .owl-item img {
    max-width: 100%;
    display: block;
}


/*輪播左右按鍵*/

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    cursor: pointer;
}

.owl-nav {
    display: block !important;
}

.owl-nav .owl-prev {
    width: 30px;
    height: 50px;
    background-image: url(/images/prev-horizontal.png);
    background-repeat: no-repeat;
    background-position: -62px;
    left: -10px;
}

.owl-nav .owl-next {
    width: 30px;
    height: 50px;
    background-image: url(/images/next-horizontal.png);
    background-repeat: no-repeat;
    background-position: -68px;
    right: -10px;
}

.case_box_contain {
    width: 978px;
    margin: 0 0 0 12px;
    height: 260px;
    background: #FFF;
    border: #e2e2e2 1px solid;
}

.case_box_contain .show_case {
    float: left;
    width: 229px;
    height: 250px;
    margin: 17px 5px 0 5px;
}

.case_box_contain .show_case_img {
    height: 153px;
    margin-bottom: 5px;
    overflow: hidden;
}

.case_box_contain .show_case h3 {
    width: 218px;
    font-size: 14px;
    color: #ee5567;
}

.case_box_contain .show_case h3 a {
    color: #ee5567;
}

.case_box_contain .show_case:hover>span {
    text-decoration: underline;
}

.doctor_case_box_contain .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-image: url(/images/carousel_nav_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -25px;
}

.doctor_case_box_contain .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-image: url(/images/carousel_nav_next.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -26px;
}

#indexcaseleft {
    position: absolute;
    top: 90px;
    left: 0;
}

#indexcaseright {
    position: absolute;
    top: 90px;
    right: 0;
}

.doctor_clinic {
    float: left;
    width: 100%;
}


/*首頁消息*/

.news_box {
    float: left;
    width: 532px;
    position: relative;
    margin: 23px 0px 0px 10px;
}

.news_box_contain {
    float: left;
    width: 530px;
    height: 160px;
    background: #f3f3f3;
    border: #e2e2e2 1px solid;
    overflow: hidden;
}

.news_box_contain img {
    float: left;
    width: 190px;
    height: 140px;
    margin: 10px;
}

.news_box_contain li {
    list-style-type: none;
}

.news_box_contain li a {
    float: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #626262;
    margin-top: 8px;
    letter-spacing: 0em;
}

.news_box_contain li a .date {
    font-weight: normal;
    color: #AF8265;
    padding-right: 5px;
}

.news_box_contain li a:hover {
    color: #AF8265;
}


/*首頁熱門問題*/

.hot_q {
    float: left;
    width: 436px;
    height: 195px;
    margin: 34px 0px 0px 10px;
    border: #e2e2e2 1px solid;
    background: #f3f3f3;
}

.hot_q .title {
    float: left;
    width: 58px;
    height: 195px;
    border-right: #e2e2e2 1px solid;
}

.hot_q .title .retina {
    float: left;
    width: 26px;
    height: 26px;
    margin: 10px 0px 10px 15px;
}

.hot_q .title span {
    float: left;
    width: 40px;
    background: url(../images/title_ver_line.png) top no-repeat;
    display: block;
    font-size: 17px;
    line-height: 18px;
    color: #8a8a8a;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 0px 9px;
    padding: 10px 0px 0px 11px;
}

.hot_q .question {
    float: left;
    width: 345px;
    height: 37px;
    line-height: 37px;
    background: #F00;
    margin-left: 15px;
    font-size: 14px;
    color: #626262;
    background: url(../images/light_icon_retina.png) left no-repeat;
    background: url(../images/light_icon.png) left no-repeat \9;
    background-size: 16px 23px;
    border-bottom: #dedede 1px dashed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
}

.hot_q .question:hover {
    color: #AF8265;
}

.hot_q .see_all {
    float: left;
    width: 165px;
    height: 30px;
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    line-height: 30px;
    background: #AF8265;
    margin: 10px 0px 0px 100px;
}

.hot_q .see_all:hover {
    text-decoration: none;
}


/*首頁案例part2*/

#indexcase {
    width: 958px;
    margin: 35px 0 0 12px;
    padding: 10px;
    background: #FFF;
    border: #e2e2e2 1px solid;
}

#bigimg {
    float: left;
    width: 380px;
    height: 310px;
    overflow: hidden;
}

#smallimg {
    float: left;
    width: 545px;
    margin: 0 0 0 10px;
}

#smallimgtxt {
    margin: 0 0 10px 0;
}

#smallimgtxt h4 {
    font-size: 20px;
    line-height: 30px;
}

#smallimgtxt h4 a {
    color: rgba(221, 69, 47, 80%);
}

#smallimgtxt p {
    overflow: hidden;
    margin-top: 10px;
}

.smallimg {
    float: left;
    width: 170px;
    height: 150px;
    overflow: hidden;
    margin: 0 5px 0 5px;
}


/*首頁分院介紹*/

.locations_box {
    float: left;
    width: 790px;
    position: relative;
    margin: 23px 0px 25px 10px;
}

.locations_box_contain {
    float: left;
    width: 790px;
    height: 156px;
    position: relative;
    border: #e2e2e2 1px solid;
    background: #f3f3f3;
}

.locations_box_contain .bx-wrapper {
    width: 690px;
    padding: 0 35px;
}

.loc_slid_box {
    float: left;
    width: 100%;
    height: 132px;
    margin: 12px 0px 0px 0px;
}

.loc_slide_name {
    position: absolute;
    width: 167px;
    height: 26px;
    bottom: -10px;
    color: #FFF;
    background: url(../images/opacity_50_black.png) repeat;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}


/*首頁app介紹*/

.promo_box {
    float: left;
    width: 180px;
    height: 209px;
    margin: 18px 0px 0px 10px;
    position: relative;
}

.sub_nav {
    position: absolute;
    z-index: 0;
    width: 178px;
    height: 209px;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    background: #AF8265;
    /* background: -webkit-gradient(linear, 0 0, 0 bottom, from(#86D4DA), to(#42bfc8));
    background: -webkit-linear-gradient(#86D4DA, #42bfc8);
    background: -moz-linear-gradient(#86D4DA, #42bfc8);
    background: -ms-linear-gradient(#86D4DA, #42bfc8);
    background: -o-linear-gradient(#86D4DA, #42bfc8);
    background: linear-gradient(#86D4DA, #42bfc8);
    -pie-background: linear-gradient(#86D4DA, #42bfc8); */
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    right: 0px;
    behavior: url(css/pie/PIE.htc);
}

.sub_nav ul {
    list-style-type: none;
    width: 100%;
}

.sub_nav ul li {
    float: left;
    width: 162px;
    height: 38px;
    background: url(../images/qa_space_line.png) bottom no-repeat;
    margin: 3px 0px 0px 8px;
}

.sub_nav ul li:last-child {
    background: none;
}

.sub_nav ul li a {
    display: block;
    width: 162px;
    height: 38px;
}

.sub_nav ul li a .retina {
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 6px;
    margin-right: 8px;
}

.sub_nav ul li a span {
    float: left;
    display: block;
    line-height: 38px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

.sub_nav ul li a:hover>span {
    text-decoration: underline;
}

.dl_app_box {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    float: left;
    width: 305px;
    height: 200px;
    border: #e2e2e2 1px solid;
    background: #FFF;
}

.dl_app_box .title {
    float: left;
    width: 100%;
    height: 47px;
    background: #f3f3f3;
}

.dl_app_box .title .retina {
    float: left;
    width: 47px;
    height: 47px;
    margin-right: 10px;
}

.dl_app_box .title span {
    float: left;
    display: block;
    font-size: 19px;
    color: #a3a3a3;
    line-height: 47px;
}

.dl_app_box p {
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #535353;
    margin-top: 15px;
}

.dl_app_box .ios_btn {
    float: left;
    width: 135px;
    height: 46px;
    margin: 15px 0px 0px 10px;
}

.dl_app_box .ios_btn img {
    width: 135px;
    height: 46px;
}

.dl_app_box .android_btn {
    float: left;
    width: 135px;
    height: 46px;
    margin: 15px 0px 0px 5px;
}

.dl_app_box .android_btn img {
    width: 135px;
    height: 46px;
}


/*麵包屑*/

#sitemap_menu {
    margin: 10px 0 0 10px;
    font-size: 0.8em;
}

#sitemap_menu ul {
    text-align: left;
}

#sitemap_menu li {
    list-style: none;
    display: inline-block;
    color: #999;
    padding: 10px 5px 0 0;
}

#sitemap_menu li a {
    color: #000;
}

#sitemap_menu li.last:after {
    content: "  ";
    color: #ccc;
}


/*搜尋結果*/

#search {
    float: left;
    margin: 25px 0 0 25px;
}

h4.searchtitle {
    font-size: 20px;
    border-bottom: 1px solid #AF8265;
    margin: 15px 0 5px 0;
}

ul.search {
    margin: 0 0 0 10px;
}

ul.search li {
    font-size: 120%;
    padding: 0 0 3px 0;
    list-style-type: none;
}

ul.search li::before {
    content: " . ";
}

ul.search li a {
    color: #333;
}

ul.search li a:hover {
    color: #AF8265;
}


/*最新消息*/

.chapter_title {
    float: left;
    line-height: 29px;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 10px;
    color: #626262;
    font-weight: bold;
    width: 971px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    white-space: nowrap;
}

.chapter_title .retina {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.chapter_title .msg_nav {
    float: left;
    margin-left: 65px;
    margin-top: 4px;
}

.chapter_title .msg_search_wrap {
    float: right;
    height: 29px;
    width: 285px;
}

.chapter_title .msg_search_wrap .msg_search_box {
    float: left;
    width: 223px;
    height: 29px;
    background: #FFF;
    border: #dddddd 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    color: #b5b5b5;
}

.chapter_title .msg_search_wrap .msg_search_btn {
    float: left;
    border: none;
    width: 52px;
    height: 29px;
    font-size: 15px;
    color: #ffffff;
    background: #3582d8;
    margin-left: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.chapter_title .msg_search_wrap .msg_search_btn:hover {
    background: #2d70bb;
}

.chapter_title .back_btn {
    float: left;
    padding-left: 3px;
    padding-right: 8px;
    font-size: 15px;
    color: #959595;
    background: #FFF;
    line-height: 29px;
    height: 29px;
    border: #b5b5b5 1px solid;
    margin-left: 15px;
}

.chapter_title .back_btn:hover {
    color: #717171;
    border: #333 1px solid;
}

.chapter_title .border {
    width: 80%;
    height: 1px;
    display: block;
}

.doctor_chapter_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 0;
}

.doctor_chapter_title .retina {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.doctor_chapter_title .title {
    margin-right: 2rem;
}

.doctor_chapter_title .border {
    flex-grow: 1;
    height: 1px;
    display: block;
}

.info_list {
    float: left;
    width: 333px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.info_list ul.list {
    float: left;
    width: 332px;
    list-style-type: none;
    border-left: #dedede 1px solid;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
}

.info_list ul.list li {
    float: left;
    width: 332px;
    border-top: #dedede 1px solid;
    cursor: pointer;
}

.info_list ul.list li:first-child {
    border-top: none;
}

.info_list li a {
    display: block;
    width: 20px;
}

.info_list ul.list li:hover,
.info_list ul.list li.current {
    background: #AF8265;
}

.info_list ul.list li:hover p,
.info_list ul.list li.current p {
    color: #FFF !important;
}

.info_list .date {
    float: left;
    width: 278px;
    font-size: 15px;
    color: #AF8265;
    font-weight: bold;
    margin: 20px 0px 0px 28px;
}

.info_list .title {
    float: left;
    width: 278px;
    font-size: 15px;
    color: #626262;
    margin: 4px 0px 20px 28px;
}

.info_list .list_nav {
    float: left;
    width: 333px;
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
}

.info_list .list_nav li {
    display: inline-block;
    margin-left: 3px;
}

.info_list .list_nav li:first-child {
    margin-left: 0px;
}

.info_list .list_nav li a {
    display: block;
    line-height: 22px;
    color: #626262;
    font-size: 13px;
    letter-spacing: 0em;
}

.info_list .list_nav li a:hover,
.list_nav li a.current {
    color: #AF8265;
}

.info_list ul.list_nav li a.prev {
    text-align: center;
    height: 20px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #AF8265 !important;
    font-weight: bold;
    border: #AF8265 1px solid;
}

.info_list ul.list_nav li a.prev:hover {
    color: #626262 !important;
    border: #626262 1px solid;
}

.info_list ul.list_nav li a.next {
    text-align: center;
    height: 20px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4989cd !important;
    font-weight: bold;
    border: #61a0e2 1px solid;
}

.info_list ul.list_nav li a.next:hover {
    color: #626262 !important;
    border: #626262 1px solid;
}

.info_conetnt {
    float: left;
    width: 550px;
    min-height: 700px;
    margin-top: 10px;
    margin-bottom: 30px;
    border: #dedede 1px solid;
    background: #f3f3f3;
    font-size: 120%;
}

.info_conetnt .inner {
    float: left;
    width: 580px;
    padding: 35px;
}

.info_conetnt .inner .title {
    float: left;
    width: 100%;
    color: #AF8265;
    font-weight: bold;
}

.info_conetnt .inner .title .date {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-right: 5px;
}

.info_conetnt .inner .title h2 {
    display: inline-block;
    font-size: 18px;
    color: #DD452F;
}

.info_conetnt .inner .editor {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.info_conetnt .inner .editor img {
    max-width: 100%;
}

.doctor_banner {
    width: 100%;
    margin: 0.5rem 0 1rem 15px;
    border: 1px solid #AC8065;
    border-radius: 5px;
}

.info_conetnt2 {
    display: flex;
    flex-direction: column;
    width: 971px;
    min-height: 700px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
    background: #FFFFFF;
}

.info_conetnt2 .inner {
    float: left;
    width: 100%;
    margin: 17px;
}

.info_list2 {
    float: left;
    width: 213px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.info_list2 ul.list {
    float: left;
    width: 212px;
    list-style-type: none;
    border-left: #dedede 1px solid;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
}

.info_list2 ul.list li {
    float: left;
    width: 212px;
    height: 79px;
    border-top: #dedede 1px solid;
}

.info_list2 ul.list li:first-child {
    border-top: none;
}

.info_list2 ul.list li a {
    display: block;
    width: 212px;
    height: 79px;
}

.info_list2 ul.list li:hover,
.info_list2 ul.list li.current {
    background: #79ace2;
}

.info_list2 ul.list li:hover p,
.info_list2 ul.list li.current p {
    color: #FFF !important;
}

.info_list2 ul.list li a .date {
    float: left;
    width: 188px;
    font-size: 15px;
    color: #20acd5;
    font-weight: bold;
    margin: 20px 0px 0px 28px;
}

.info_list2 ul.list li a .title {
    float: left;
    width: 188px;
    font-size: 15px;
    color: #626262;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 4px 0px 0px 28px;
}

.info_list2 ul.list_nav {
    float: left;
    width: 213px;
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
}

.info_list2 ul.list_nav li {
    display: inline-block;
    margin-left: 5px;
}

.info_list2 ul.list_nav li:first-child {
    margin-left: 0px;
}

.info_list2 ul.list_nav li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
}

.info_list2 ul.list_nav li a:hover,
.info_list2 ul.list_nav li a.current {
    color: #4989cd;
}

.info_list2 ul.list_nav li a.prev {
    width: 60px;
    text-align: center;
    height: 20px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4989cd !important;
    font-weight: bold;
    border: #61a0e2 1px solid;
}

.info_list2 ul.list_nav li a.prev:hover {
    color: #626262 !important;
    border: #626262 1px solid;
}

.info_list2 ul.list_nav li a.next {
    width: 60px;
    text-align: center;
    height: 20px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4989cd !important;
    font-weight: bold;
    border: #61a0e2 1px solid;
}

.info_list2 ul.list_nav li a.next:hover {
    color: #626262 !important;
    border: #626262 1px solid;
}


/*尾部*/

footer {
    float: left;
    width: 100%;
    background: #eaeaea;
    margin-bottom: 60px;
}

.award_wrap .award {
    width: 86px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 12px;
}

.award_wrap .award img {
    width: 100%;
}

#footernote {
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: center;
    background-color: #ddd;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 3;
}

.chain_list {
    float: left;
    width: 264px;
    margin: 26px 0px 30px 135px;
}

.footer_title {
    float: left;
    width: 264px;
    font-size: 16px;
    color: #626262;
    font-weight: bold;
    padding-bottom: 8px;
    background: url(../images/footer_space_line_hor.png) bottom no-repeat;
}

.footer_title span {
    padding-right: 5px;
}

.footer_title.award_title {
    color: #a25505;
    background: url(../images/footer_space_line_hor2.png) bottom no-repeat;
}

.chain_list .sub_title {
    float: left;
    width: 264px;
    font-size: 13px;
    color: #535353;
    margin-top: 10px;
    font-weight: bold;
}

.chain_list ul {
    float: left;
    width: 254px;
    margin-left: 10px;
    margin-top: 5px;
}

.chain_list ul li {
    float: left;
    width: 254px;
    font-size: 13px;
    color: #535353;
    margin-top: 5px;
    letter-spacing: 1px;
}

.chain_list ul li.splite {
    float: left;
    width: 127px !important;
    font-size: 13px;
    color: #535353;
    margin-top: 5px;
    letter-spacing: 1px;
    list-style-type: none;
}

.chain_list ul li.splite::before {
    content: ".";
}

.chain_list ul li.splite a {
    color: #535353;
}

.contact_list,
.award_list {
    float: left;
    width: 307px;
    margin: 26px 0px 30px 55px;
}

.contact_list ul {
    float: left;
    width: 307px;
    list-style-type: none;
    margin-top: 10px;
}

.contact_list ul li {
    float: left;
    width: 307px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #535353;
    line-height: 17px;
}

.contact_list ul li .retina {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.contact_list ul li span {
    display: block;
    float: left;
    font-size: 13px;
    color: #535353;
    line-height: 17px;
}

.contact_list ul li a {
    font-size: 13px;
    color: #535353;
    line-height: 17px;
}

.more_chain_store {
    float: left;
    margin-top: 10px;
    height: 15px;
}

.more_chain_store .retina {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 2px;
}

.more_chain_store a {
    float: left;
    font-size: 13px;
    color: #AF8265;
    line-height: 15px;
}


/*google搜尋*/

.googlesearch {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.gsc-search-box input {
    padding: 3px 15px;
}

.gsc-search-button {
    background: #cecece;
}

.googlesearch table tr td {
    padding: 0 !important;
}

.fixed_btn {
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 120px;
    display: flex;
    flex-direction: column;
}


/*社群分享*/

.social_share {
    float: left;
    width: 300px;
    margin: 26px 0px 10px 55px;
}

.social_share li {
    float: left;
    width: 40px;
    margin: 12px 6px 0px 0px;
    list-style-type: none;
}

.social_share li img {
    width: 40px;
    height: 40px;
}

.refer_link {
    float: left;
    width: 300px;
    margin: 26px 0px 0px 0px;
    margin-top: 60px;
}

.refer_link ul {
    float: left;
    width: 300px;
}

.refer_link ul li {
    float: left;
    width: 140px;
    font-size: 13px;
    color: #434343;
    list-style-type: disc;
    list-style-position: inside;
}

.refer_link ul li a {
    font-size: 13px;
    color: #434343;
}

.refer_link ul li a:hover {
    text-decoration: underline;
}


/*分院介紹*/

.addleft130 {
    margin-left: 123px;
}

.branch_list {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 15px;
    border-bottom: #F3F3F3 1px solid;
}

.branch_list ul {
    float: left;
    width: 975px;
    margin-bottom: 10px;
}

.branch_list ul li {
    float: left;
    list-style-type: disc;
    list-style-position: inside;
    margin-right: 10px;
}

.branch_list ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    padding-left: 10px;
    padding-right: 10px;
}

.branch_list ul li a:hover,
.branch_list ul li a.current {
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZmZjJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmUxZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(46%, #fff2f4), color-stop(100%, #ffe1e6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe1e6', GradientType=0);
    /* IE6-8 */
}

.branch_info {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#branchleft {
    float: left;
    width: 600px;
}

.branch_img {
    /*float: left;
    width: 600px;*/
    /*height: 400px;*/
}

.branch_img ul {
    text-align: left;
    width: 600px;
    height: 400px;
}

.branch_img ul li {
    display: none;
    width: 600px;
    height: 400px;
    position: absolute;
}

.branch_img ul li.on {
    display: block;
}

.branch_img ul li img {
    width: 600px;
    height: 400px;
}

#imgsmall {
    position: absolute;
    top: 400px;
    left: 0;
}

#imgsmall li {
    float: left;
    background: #000;
    width: 88px;
    height: 55px;
    z-index: 10000;
}

.branch_thumbs_wrap {
    /*float: left;
    width: 600px;*/
    height: 55px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.branch_thumbs {
    /*float: left;
    width: 600px;*/
    height: 55px;
}

.branch_thumbs ul {
    height: 55px;
    width: 600px;
}

.branch_thumbs ul li {
    width: 83px;
    height: 55px;
    cursor: pointer;
    float: left;
    list-style-type: none;
}

.branch_thumbs ul li img {
    width: 83px;
    height: 55px;
}


/*分院右側資訊*/

#branchright {
    float: right;
    width: 374px;
}

.sub_chapter_title {
    font-size: 17px;
    color: #626262;
    line-height: 29px;
    font-weight: bold;
    margin-left: 25px;
}

.sub_chapter_title .retina {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.branch_contact {
    margin-left: 31px;
    font-size: 14px;
    color: #535353;
    line-height: 1.4;
    margin-top: 15px;
}

.branch_contact address {
    color: #03C;
}

.branch_contact span address a {
    color: #AF8265;
}

.branch_contact p {
    padding-bottom: 5px;
}

.branch_contact .red {
    color: #ee5357;
}

.reservationbtn {
    margin-left: 31px;
    margin-top: 15px;
}

.reservationbtn .reservation_btn {
    float: left;
    width: 160px;
    height: 55px;
    background: rgba(221, 69, 47, 80%);
    margin-right: 10px;
    text-align: center;
}

.reservationbtn .reservation_btn:hover {
    background: #DD452F;
}

.reservationbtn .reservation_btn img {
    width: 112px;
    height: 27px;
    margin-top: 14px;
}

.reservationbtn .doctor_btn {
    float: left;
    width: 160px;
    height: 55px;
    background: rgba(175, 130, 101, 0.5);
    text-align: center;
}

.reservationbtn .doctor_btn img {
    width: 112px;
    height: 27px;
    margin-top: 14px;
}

.reservationbtn .doctor_btn:hover {
    background: rgba(175, 130, 101, 0.8);
}

.call_rev {
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 31px;
    color: #393939;
    border: #ededed 6px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 330px;
}

.call_rev .number {
    display: block;
    font-size: 21px;
    color: rgba(221, 69, 47, 80%);
    font-weight: bold;
}

.branch_traffic {
    float: left;
    width: 975px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.branch_map {
    float: left;
    width: 975px;
    height: 360px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}


/**門診時間**/

.doctor_submit {
    float: left;
    width: 60px;
    height: 29px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    background: #3582d8;
}

.doctor_submit:hover {
    background: #2a69ae;
}

.doctor_consult {
    float: right;
    width: 130px;
    height: 42px;
    line-height: 42px;
    background: #f37797;
    margin-top: -6px;
}

.doctor_consult img {
    float: left;
    width: 90px;
    height: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.doctor_consult:hover {
    background: #d86a86;
}

.reservation_consult {
    float: right;
    width: 130px;
    height: 42px;
    line-height: 42px;
    background: #3582d8;
    margin-top: -6px;
    margin-left: 10px;
}

.reservation_consult img {
    float: left;
    width: 90px;
    height: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.reservation_consult:hover {
    background: #2a67ab;
}

.reservation_table_wrap {
    float: left;
    width: 975px;
    margin-top: 30px;
    margin-left: 15px;
}

.reservation_editor {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}


/*醫師門診表*/

.doctor_table {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    background: #FFF;
}

.doctor_table th {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    line-height: 1.4;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    background: #faa7b0;
}

.doctor_table th:first-child {
    border-left: none;
}

.doctor_table th .en {
    font-size: 14px;
    color: #666;
}

.doctor_table th .cn {
    font-size: 14px;
    color: #333;
}

.doctor_table td.time {
    width: 132px;
    font-size: 14px;
    color: #626262;
    background: #ffeef0;
    border-bottom: 1px solid #FFF;
}

.doctor_table td.time .red {
    font-size: 14px;
}

.doctor_table td .blue_store {
    display: inline-block;
    width: 80px;
    background: #abe5e9;
    color: #5d5d5d;
    padding-top: 15px;
    padding-bottom: 15px;
}


/*醫師介紹*/

.unit_box_column {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.unit_box {
    display: inline-block;
    width: 310px;
    height: 285px;
    border: #e2e2e2 1px solid;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(231, 231, 231, 1);
    box-shadow: 4px 4px 0px 0px rgba(231, 231, 231, 1);
    behavior: url(css/pie/PIE.htc);
    margin-right: 8px;
    margin-bottom: 8px;
}

.unit_box img {
    float: left;
    width: 300px;
    height: 200px;
    margin: 5px;
}

.unit_box .title {
    float: left;
    width: 300px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.unit_box .title .date {
    color: #ee5357;
    line-height: 16px;
}

.unit_box .title h2 {
    line-height: 16px;
    color: #ee5357;
}

.unit_box .des {
    float: left;
    width: 300px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #626262;
}

.unit_box_more {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 37px;
    margin-top: 25px;
}

.unit_box_more a {
    display: inline-block;
    width: 160px;
    font-size: 14px;
    color: #626262;
    text-align: center;
    border: #e3e3e3 1px solid;
    line-height: 37px;
    background: #f7f7f7;
}

.unit_box_more a:hover {
    background: #ebebeb;
}


/*醫師列表頁*/

.doctor_list {
    float: left;
    width: 185px;
    height: 302px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.doctor_list a {
    color: #ee5357;
}

.doctor_list .doctor_thumbs {
    float: left;
    width: 185px;
    height: 235px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.doctor_list .doctor_thumbs img {
    width: 185px;
    height: 235px;
}

.doctor_list .doctor_des {
    float: left;
    width: 185px;
    text-align: center;
    margin-top: 10px;
}

.doctor_list .doctor_des a {
    font-size: 14px;
    line-height: 1.4;
    color: #ee5357;
    font-weight: normal;
}

.doctor_list .doctor_des a:hover {
    text-decoration: underline;
}

.doctor_list p {
    margin: 0;
    text-align: center;
    color: #ee5357;
}


/*醫師內頁*/

.doctor_profile {
    float: left;
    width: 100%;
}

.doctor_head {
    float: left;
    width: 285px;
    height: 374px;
    margin-right: 15px;
}

.doctor_resume {
    float: left;
    width: 650px;
    line-height: 1.6;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor_resume .title {
    width: 100%;
    font-size: 24px;
    color: #4D4D4D;
    margin-bottom: 10px;
    font-weight: bold;
}

.doctor_resume .title .name {
    font-size: 48px;
    color: #4D4D4D;
    margin-bottom: 10px;
    font-weight: bold;
}

.doctor_skill {
    width: 100%;
    margin-bottom: 2rem;
}

.doctor_skill .skill_title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.doctor_skill .skill_title .retina {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.skill_content .skill_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.skill_list li {
    font-size: 16px;
    color: #AC8065;
    padding: 0.2rem 0.6rem;
    border: 1px solid #AC8065;
    border-radius: 5px;
    margin: 8px 0 0 8px;
}

.doctor_info_tab {
    width: 100%;
    background: #FAFAFA;
    border-radius: 50px 10px;
    padding: 1rem;
    min-height: 350px;
    margin-bottom: 2rem;
}

.doctor_info_tab .tabs {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
}

.doctor_info_tab .tabs .active {
    color: #AC8065;
    border-bottom: 1px solid #AC8065;
    margin-bottom: -1px;
}

.doctor_info_tab .tabs li a {
    font-size: 18px;
    color: #999999;
    padding: 0 1rem;
    cursor: pointer;
}

.doctor_info_tab .tab_container {
    padding: 1rem;
    font-size: 16px;
}

.tab_container .info_content_title {
    font-size: 18px;
    font-weight: 600;
}

.tab_content ul {
    list-style: none;
}

.tab_content ul li:before {
    content: "·";
    font-size: 24px;
    vertical-align: top;
    line-height: 24px;
    margin-right: 10px;
}

.doctor_contact {
    float: left;
    width: 170px;
}

.doctor_contact_btn {
    font-weight: 700;
    font-size: 22px;
    color: #116490;
    background: #FAFAFA;
    border: 1px solid #116490;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 1rem 4rem;
}

.doctor_contact_btn:focus {
    box-shadow: none;
}

.doctor_contact .reservation_btn {
    float: left;
    width: 170px;
    height: 55px;
    background: #AF8265;
    margin-bottom: 4px;
    text-align: center;
}

.doctor_contact .reservation_btn:hover {
    background: #8c6850;
}

.doctor_contact .reservation_btn img {
    width: 112px;
    height: 27px;
    margin-top: 14px;
}

.doctor_contact .doctor_fb_btn {
    float: left;
    width: 170px;
    height: 55px;
    background: #476cac;
    text-align: center;
}

.doctor_contact .doctor_fb_btn img {
    width: 112px;
    height: 27px;
    margin-top: 14px;
}

.doctor_contact .doctor_fb_btn:hover {
    background: #3f5e95;
}

.full_chapter_title {
    float: left;
    width: 100%;
    height: 29px;
    margin-top: 10px;
}

.full_chapter_title .full_case_more_btn {
    display: block;
    float: right;
    font-size: 18px;
    color: #AF8265;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 17px;
    /* background: url(../images/more_icon.png) right no-repeat; */
}

.full_chapter_title .full_case_more_btn:hover {
    text-decoration: none;
}

.full_chapter_title .retina {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.full_chapter_title p {
    float: left;
    font-size: 17px;
    color: #626262;
    line-height: 29px;
    font-weight: bold;
    margin: 0;
}

.full_chapter_title p span {
    font-size: 14px;
    font-weight: normal;
}

.doctor_case_box_contain {
    float: left;
    width: 100%;
    /* height: 253px; */
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.doctor_case_box_contain .show_case {
    float: left;
    width: 218px;
    height: 220px;
    margin-top: 17px;
    margin-left: 13px;
}

.doctor_case_box_contain .show_case img {
    float: left;
    width: 218px;
    margin-bottom: 5px;
}

.doctor_case_box_contain .show_case span {
    float: left;
    display: block;
    width: 218px;
    font-size: 14px;
    color: #ee5567;
}

.doctor_case_box_contain .show_case:hover>span {
    text-decoration: underline;
}

.doctor_table {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    background: #FFF;
}

.doctor_table th {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    line-height: 1.4;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    background: #AF8265;
}

.doctor_table th:first-child {
    border-left: none;
}

.doctor_table th .en {
    font-size: 14px;
    color: #FFF;
}

.doctor_table th .cn {
    font-size: 14px;
    color: #FFF;
}

.doctor_table th.date {
    background: #7a5b46;
}

.doctor_table tr td {
    width: 98px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    line-height: 1.4;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    color: #959595;
}

.doctor_table tr td:first-child {
    border-left: none;
}

.doctor_table td.time {
    width: 132px;
    font-size: 16px;
    color: #AF8265;
    font-weight: bold;
    background: rgba(175, 130, 101, 0.2);
}

.doctor_table td.time p {
    margin: -20px 0;
}

.doctor_table td.time .red {
    font-size: 14px;
}

.doctor_table td .red_store {
    display: inline-block;
    background: rgba(175, 130, 101, 0.2);
}

.doctor_table td .red_store a {
    color: #AF8265;
}

.doctor_table td .red_store a:hover {
    color: #DD452F;
}

.doctor_table td .blue_store1 {
    display: inline-block;
    width: 100%;
    background: rgba(175, 130, 101, 0.2);
    color: #999999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.doctor_table td .blue_store1 a,
.doctor_table td .blue_store0 a {
    color: black;
}

.doctor_table td .blue_store1 a:hover,
.doctor_table td .blue_store0 a:hover {
    color: #DD452F;
}

.doctor_table td .blue_store0 {
    display: inline-block;
    width: 100%;
    background: rgba(175, 130, 101, 0.2);
    color: #999999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.reservation_btn2 {
    float: right;
    width: 150px;
    height: 30px;
    background: #AF8265;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 10px;
    padding: 1px 1px;
}

.reservation_btn2:hover {
    background: #8c6850;
}

.reservation_btn2 img {
    width: 112px;
    height: 27px;
}


/*服務項目*/

.service_editor_wrap {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 20px;
    background: #FFF;
    border: #dcdcdc 1px solid;
}

.service_editor_head {
    float: left;
    width: 975px;
    background: #AF8265;
}

.service_editor_head h1 {
    float: left;
    width: 925px;
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: normal;
}

.service_editor {
    float: left;
    width: 925px;
    margin: 15px 25px 15px 25px;
}

.service_editor .inner {
    /*  float: left;
    */
    width: 100%;
    margin: 0px 0px 20px 0px;
}


/*服務諮詢頁*/

#rand-img {
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

#reload-img {
    float: left;
    margin-top: -5px;
}

.advisory {
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -1px 0px 11px rgba(175, 130, 101, 0.6);
    -webkit-box-shadow: -1px 0px 11px rgba(175, 130, 101, 0.6);
    box-shadow: -1px 0px 11px rgba(175, 130, 101, 0.6);
    border: 1px solid rgba(175, 130, 101, 0.6);
    font-size: 14px;
}

.advisory .form_title {
    background-color: #AF8265;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.advisory .retina_img {
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.tablestyle {
    margin: 25px;
}

.tablestyle tr td input {
    background: #fff;
    border: 1px solid #dfdfdf;
}

.tablestyle tr td select {
    background: #fff;
    border: 1px solid #dfdfdf;
}

.tablestyle tr td textarea {
    background: #fff;
    border: 1px solid #dfdfdf;
}

.advisory_btn {
    margin: 0 auto;
    margin-top: 15px;
    width: 265px;
    height: 47px;
    font-size: 16px;
    color: #FFF !important;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #AF8265 !important;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1YzRjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjlkYTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #55c4cc 0%, #2b9da4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55c4cc), color-stop(100%, #2b9da4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #55c4cc 0%, #2b9da4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #55c4cc 0%, #2b9da4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #55c4cc 0%, #2b9da4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #55c4cc 0%, #2b9da4 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#55c4cc', endColorstr='#2b9da4', GradientType=0);
    /* IE6-8 */
}

.advisory_btn:hover {
    background: #2b9da4;
    /* Old browsers */
}


/*服務頁案例*/

.doctor_case_box_contain_wd {
    float: left;
    width: 925px;
    /* height: 261px; */
    background: #FFF;
    margin: 0px 0px 25px 0px;
}

.doctor_case_box_contain_wd .show_case {
    float: left;
    /*width: 218px;*/
    width: 200px;
    /* height: 285px; */
    margin-top: 17px;
    margin-left: 10px;
}

.doctor_case_box_contain_wd .show_case:first-child {
    margin-left: 0px;
}

.doctor_case_box_contain_wd .show_case div>a {
    display: block;
    overflow: hidden;
    height: 160px;
}

.doctor_case_box_contain_wd .show_case img {
    float: left;
    width: 218px;
    margin-bottom: 5px;
}

.doctor_case_box_contain_wd .show_case h3 {
    float: left;
    font-size: 14px;
}

.doctor_case_box_contain_wd .show_case h3 a {
    color: #AF8265;
}

.doctor_case_box_contain_wd .show_case:hover>h3 {
    text-decoration: none;
}


/*萬人好評*/

.container_wall {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 25px;
}

.wall_mid_content {
    width: 1024px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0px 20px 25px 20px;
    overflow: hidden;
    clear: both;
}

.wall_left_wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 220px;
    /* height: 1000px;  */
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    margin-top: 120px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: #fff;
    /* overflow-y: scroll; */
}

.wall_left_wrap .title {
    width: 100%;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #AF8265;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 13px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.wall_left_wrap .classify_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 12px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    border-bottom: #787777 1px dotted;
}

input.wall_classify:not(old) {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
}

input.wall_classify:not(old)+label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input.wall_classify:not(old)+label>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: #AF8265 2px solid;
    border-radius: 10px;
    background: #FFF;
    vertical-align: bottom;
}

input.wall_classify:not(old):checked+label>span {
    background: #FFF;
}

input.wall_classify:not(old):checked+label>span>span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-radius: 5px;
    background: #AF8265;
}

.wall_classify_list li {
    border-bottom: #787777 1px dotted;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 10px 10px 10px 10px;
    /* background-image: url(../images/butterfly.png); */
    background-repeat: no-repeat;
    background-position: 10px center;
    list-style-type: none;
}

.wall_classify_list li img {
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.wall_classify_list li:last-child {
    border-bottom: none;
}

.wall_classify_list li a {
    display: block;
    width: 100%;
    color: #666;
}

.wall_classify_list li a p span {
    color: #fca7a9;
}

.wall_classify_list li a .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: top;
}

.wall_classify_list li a p {
    display: inline-block;
    width: 156px;
    font-size: 14px;
    color: #333;
}

.wall_classify_list li a p span {
    color: #fca7a9;
}

.wall_classify_list li:hover,
.wall_classify_list .actived {
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    background: rgba(175, 130, 101, 0.2);
    ;
    /* background-image: url(../images/butterfly.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 10px center; */
}

.wall_switch {
    width: 100%;
    padding: 0 0 20px 230px;
    border-bottom: #e9e9e9 1px solid;
    /* padding: 0 0 10px 0; */
}

.chapter_title_wall {
    /* width: 100%; */
    margin: 120px 0 0 230px;
    /* height: 29px; */
    line-height: 29px;
    font-size: 17px;
    color: #626262;
    font-weight: bold;
}

.chapter_title_wall .retina {
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.wall_nav {
    margin: 10px 0 0 0;
}

.wall_nav ul {
    text-align: left;
}

.wall_nav li {
    display: inline-block;
    list-style-type: disc;
    list-style-position: inside;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wall_nav li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    padding-left: 5px;
    padding-right: 5px;
}

.wall_nav li a:hover,
.wall_nav li a.current {
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZmZjJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmUxZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(46%, #fff2f4), color-stop(100%, #ffe1e6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF, rgba(175, 130, 101, 0.3), rgba(175, 130, 101, 0.5));
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe1e6', GradientType=0);
    /* IE6-8 */
}

.wall_pin {
    width: 100%;
    margin: 0 0 0 230px;
}

.wall_suggest_wrap {
    float: left;
    width: 240px;
    margin: 130px 0 25px 0;
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wall_suggest_wrap .title {
    width: 100%;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #AF8265;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 8px 13px 5px 8px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.wall_suggest_list {
    width: 240px;
}

.wall_suggest_list li {
    width: 240px;
    border-bottom: #787777 1px dotted;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 10px;
    list-style-type: none;
}

.wall_suggest_list li:last-child {
    border-bottom: none;
}

.wall_suggest_list li a {
    display: block;
    width: 100%;
    color: #AF8265;
    font-size: 14px;
    line-height: 1.4;
}

.wall_suggest_list li a span {
    display: block;
    font-style: italic;
    color: #999999;
    margin-bottom: 5px;
    font-weight: bold;
}

.wall_suggest_list li:hover {
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    background: #F3F3F3;
}

.wall_post_content_nav {
    /*margin-bottom: 20px;*/
    /*border-bottom: #e9e9e9 1px solid;*/
    padding-bottom: 10px;
}

#wall_container {
    margin-bottom: 20px;
    clear: both;
}

.box {
    width: 244px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px 10px 20px 10px;
    background: #FFF;
    font-size: 11px;
    line-height: 1.4em;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
}

.box a {
    outline: none;
    text-decoration: none;
}

.box a .itemimg {
    width: 224px;
    margin-bottom: 8px;
}

.box a span {
    color: #AF8265;
    font-size: 12px;
    font-weight: bold;
}

.box a span.date {
    color: #AF8265;
}

.box a span.view {
    display: block;
    float: right;
    /* background: url(../images/view_icon.jpg) no-repeat; */
    padding-left: 20px;
}

.box a h3 {
    margin: 8px 0 0;
    font-size: 14px;
    color: #604711;
    line-height: 1.4;
}

.view {
    display: block;
    /* background: url(../images/view_icon.jpg) no-repeat; */
    padding-left: 20px;
    color: #AF8265;
    font-size: 15px;
    font-weight: bold;
}

.more_box {
    clear: both;
    width: 100%;
    height: 105px;
    margin: 0 auto;
    text-align: center;
    color: #61a4a7;
}


/* .more_box #append {
    border: none;
    background: none;
    cursor: pointer;
    width: 146px;
    height: 105px;
    color: #61a4a7;
    font-size: 14px;
    background: url(../images/wall_more_btn.png);
} */

.wall_home_btn {
    /*float: left;*/
    font-size: 16px;
    line-height: 26px;
    padding-left: 26px;
    background: url(../images/home.png) left no-repeat;
    margin: 0px 20px 10px 0;
    color: #313131;
}

.wall_home_btn:hover {
    text-decoration: underline;
}

.wall_category_btn_color {
    background-color: #AF8265;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
}


/*美麗見證內頁*/

.wall_post_content_wrap {
    float: left;
    width: 870px;
    margin: 0 0 0 25px;
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 15px;
}

.post_date {
    position: absolute;
    display: block;
    width: 60px;
    border: 1px solid #AF8265;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.post_date li {
    display: block;
    list-style: none;
    text-align: center;
    color: #AF8265;
}

.post_date li.month {
    font-size: 11px;
    line-height: 13px;
}

.post_date li.day {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.post_date li.year {
    background: #AF8265;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
}

.post_title {
    padding: 0 0 0 65px;
    margin-bottom: 35px;
}

.post_title h1 {
    color: #AF8265;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: bold;
}

.post_classify {
    margin-bottom: 20px;
    padding-top: 15px;
    background: url(../images/subtitle_baseline.png) top repeat-x;
}

.post_classify span {
    color: #2d898d;
    font-weight: bold;
    font-size: 13px;
}

.post_classify span a {
    color: #2d898d;
    font-size: 13px;
}

.post_classify span a:hover {
    text-decoration: underline;
}

.post_article {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 15px;
}

.post_article img {
    max-width: 100%;
}

.post_report {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 15px;
}

.post_report img {
    max-width: 100%; 
    height: auto;
}

.artlcle_bottom_btn {
    width: 100%;
    height: 55px;
    text-align: center;
}

.artlcle_bottom_btn .article_consult_btn {
    display: inline-block;
    width: 280px;
    height: 55px;
    background: url(../images/ask_consult_btn2.png) top no-repeat;
}

.artlcle_bottom_btn .article_consult_btn:hover {
    width: 280px;
    height: 55px;
    background: url(../images/ask_consult_btn2.png) bottom no-repeat;
}


/**海外服務**/

.service_form {
    float: left;
    width: 975px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: #e6e6e6 1px solid;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #f4f4f4;
}

.service_form .title {
    float: left;
    width: 975px;
    height: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 53px;
    padding-left: 15px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background: #AF8265;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.service_table {
    float: left;
    width: 945px;
    margin: 15px;
}

.service_table td {
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
    color: #626262;
    height: 50px;
}

.service_table td .star {
    color: #AF8265;
}

.service_table td .dark {
    color: #1b1b1b;
}

.service_table td .gray {
    color: #959595;
}

.service_table td .textfield {
    width: 259px;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: #e6e6e6 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.service_table td .wd_textfield {
    width: 100%;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: #e6e6e6 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.service_table td .textarea {
    width: 100%;
    height: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: #e6e6e6 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.service_table td.submit_td {
    text-align: center;
}

.service_table td a.link {
    color: #069;
}

.service_table td a.link:hover {
    text-decoration: underline;
}

.service_msg_btn {
    display: block;
    margin-top: 30px !important;
    margin: 0 auto;
    width: 260px;
    height: 46px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #AF8265;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmVjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZWIyYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #AF8265 0%, #AF8265 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AF8265), color-stop(100%, #AF8265));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #AF8265 0%, #AF8265 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #AF8265 0%, #AF8265 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #AF8265 0%, #AF8265 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #AF8265 0%, #AF8265 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#41bec6', endColorstr='#2eb2bb', GradientType=0);
    /* IE6-8 */
}

.service_msg_btn:hover {
    background: #8c6850;
}

.step_wrap {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
}

.step_wrap p {
    font-size: 16px;
    line-height: 1.4;
    color: #959595;
}

.step_wrap p .dark {
    color: #1b1b1b;
}


/*諮詢問答*/

#contact {
    font-size: 15px;
    margin: 40px 0 0 20px;
}


/*滑出式選單 常見問題用*/

#QA {
    float: left;
    margin: 0 0 0 10px;
}

#qaContent {}

#qaContent .qa_title {
    width: 925px;
    height: 50px;
    padding: 0 0 0 50px;
    font-size: 16px;
    color: #AF8265;
    line-height: 50px;
    font-weight: bold;
    background-image: url(../images/faq_retina.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
}

#qaContent .qa_title h4 {
    background: #f3f3f3;
    padding: 12px 0 0 10px;
    font-weight: normal;
    height: 100%;
    font-size: 20px;
}

#qaContent02 .qa_title a:visited {
    color: #666;
}

.expand_btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

#qa_content ul {
    list-style-type: none;
}

.qa_content {
    width: 925px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 10px;
}

.qa_content li a {
    margin-left: 15px;
}

.qa_content li a:hover {
    color: #d03d3d;
}

#qaContent ul.accordionPart li .qa_title_on {
    text-decoration: none;
    cursor: pointer;
}

ul.accordionPart {
    list-style-type: none;
}


/*會員專區*/

.member_box {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: #dcdcdc 1px solid;
}

.member_box .inner {
    float: left;
    width: 935px;
    margin: 20px;
}

.unit_box_column {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.unit_box {
    display: inline-block;
    width: 310px;
    height: 285px;
    border: #e2e2e2 1px solid;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(231, 231, 231, 1);
    box-shadow: 4px 4px 0px 0px rgba(231, 231, 231, 1);
    behavior: url(css/pie/PIE.htc);
    margin-right: 8px;
    margin-bottom: 8px;
}

.unit_box img {
    float: left;
    width: 300px;
    height: 200px;
    margin: 5px;
}

.unit_box .title {
    float: left;
    width: 300px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.unit_box .title .date {
    color: #ee5357;
    line-height: 16px;
}

.unit_box .title h2 {
    line-height: 16px;
    color: #ee5357;
}

.unit_box .des {
    float: left;
    width: 300px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #626262;
}

.unit_box_more {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 37px;
    margin-top: 25px;
}

.unit_box_more a {
    display: inline-block;
    width: 160px;
    font-size: 14px;
    color: #626262;
    text-align: center;
    border: #e3e3e3 1px solid;
    line-height: 37px;
    background: #f7f7f7;
}

.unit_box_more a:hover {
    background: #ebebeb;
}

#reload-img img {
    /*width:22px;*/
    height: 25px;
    margin-left: 10px;
}


/**members**/

#reloadimg img {
    width: 22px;
    height: 25px;
    margin-left: 10px;
}

.member_apps {
    float: left;
    width: 420px;
    height: 725px;
    background: #FFF;
    border: #e0e0e0 1px solid;
}

.member_apps .mem_head {
    float: left;
    width: 420px;
    height: 45px;
    background: #f3f3f3;
}

.member_apps .mem_head .retina {
    float: left;
    width: 45px;
    height: 45px;
}

.member_apps .mem_head h3 {
    float: left;
    font-size: 19px;
    color: #a3a3a3;
    line-height: 45px;
    margin-left: 10px;
    font-weight: normal;
}

.member_apps .ad_txt {
    float: left;
    width: 340px;
    line-height: 1.4;
    font-size: 14px;
    color: #535353;
    margin-left: 40px;
    margin-top: 40px;
}

.member_apps .ad {
    float: left;
    width: 390px;
    margin-left: 15px;
    margin-top: 40px;
}

.member_form {
    float: left;
    width: 478px;
    margin-left: 28px;
}

.user_form {
    float: left;
    width: 478px;
    margin-left: 28px;
    margin-top: 20px;
}

.form_title {
    float: left;
    font-size: 16px;
    color: #7d7d7d;
    width: 100%;
    margin-bottom: 10px;
}

.form_wrap {
    float: left;
    width: 478px;
    height: 52px;
    background: #FFF;
    border: #e0e0e0 1px solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
}

.form_wrap .form_title {
    float: left;
    font-size: 16px;
    color: #a0a0a0;
    width: 90px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.form_wrap .form_field {
    float: left;
    width: 340px;
    height: 40px;
    margin-left: 5px;
    border: none;
    line-height: 40px \9;
    outline: none;
}

.form_wrap .wd_form_field {
    float: left;
    width: 438px;
    height: 35px;
    margin-left: 20px;
    border: none;
    line-height: 50px \9;
    outline: none;
}

.form_wrap .st_form_field {
    float: left;
    height: 35px;
    margin-left: 20px;
    border: none;
    outline: none;
    line-height: 50px \9;
}


/*登入會員*/

.member_box .left {
    float: left;
    margin: 10px 10px 10px 0;
}

.login_form {
    height: 40px;
    border: none;
    border: 1px solid #dcdcdc;
}

.login_btn {
    color: #FFF;
    border: none;
    height: 48px;
    width: 170px;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #f8818d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ODE4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZjNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8818d), color-stop(100%, #f36c78));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8818d 0%, #f36c78 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8818d', endColorstr='#f36c78', GradientType=0);
    /* IE6-8 */
}

.login_btn_wrap .login_btn:hover {
    background: #f36c78;
    /* Old browsers */
}

.fb_login_btn {
    float: left;
}

.fb_login_btn input {
    width: 170px;
    height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
    border: #2c5ab3 1px solid;
    cursor: pointer;
    background: #476cac;
    /* Old browsers */
    text-align: center;
    cursor: pointer;
}

a#get_pass {
    font-size: 14px;
    color: #1696c5;
}

a.various {
    color: #333;
}

.personalInfoLink {
    color:#2A9DA4
}

/*登入會員結束*/

.form_wrap2 {
    float: left;
    width: 480px;
    height: 54px;
    margin-top: 4px;
}

.form_wrap2 .form_title {
    float: left;
    font-size: 16px;
    color: #a0a0a0;
    width: 90px;
    height: 54px;
    line-height: 23px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.form_wrap2 .cacu_wrap {
    float: left;
    width: 119px;
    height: 32px;
    background: url(../images/member_select_bg_retina.png);
    background: url(../images/member_select_bg_ie.png) \9;
    background-size: 119px 32px;
    margin-top: 9px;
}

select::-ms-expand {
    display: none;
}

.form_wrap2 .cacu_wrap .cacu_select {
    background: transparent;
    width: 119px;
    padding: 5px;
    margin-left: 10px;
    font-size: 14px;
    border: none;
    height: 32px;
    -webkit-appearance: none;
    color: #434343;
    outline: none;
}

.form_wrap2 .address_wrap {
    float: left;
    width: 164px;
    height: 32px;
    background: url(../images/address_select_bg_retina.png);
    background: url(../images/address_select_bg_ie.png) \9;
    background-size: 164px 32px;
    margin-top: 9px;
    margin-right: 10px;
}

.form_wrap2 .address_wrap .address_select {
    background: transparent;
    width: 164px;
    padding: 5px;
    margin-left: 10px;
    font-size: 14px;
    border: none;
    height: 32px;
    -webkit-appearance: none;
    color: #434343;
}

.form_wrap2 .lable {
    float: left;
    height: 20px;
    margin: 17px 10px 0px 0px;
}

.form_wrap2 .lable input {
    float: left;
    height: 20px;
    width: 20px;
}

.form_wrap2 .lable p {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #434343;
}

.form_code {
    float: left;
    height: 25px;
    margin-right: 10px;
}

.terms_form {
    float: left;
    width: 935px;
    margin: 20px 0px 0px 0px;
}

.terms_containt {
    float: left;
    width: 935px;
    height: 275px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    border: #e0e0e0 1px solid;
    overflow: scroll \9;
    overflow-y: scroll;
    overflow-x: none;
    padding: 15px;
    font-size: 14px;
    color: #626262;
    line-height: 1.4;
    margin: 5px 0px 0px 0px;
}

.terms_containt_agree {
    float: left;
    width: 935px;
    height: 15px;
    text-align: center;
    margin-top: 10px;
}

.terms_containt_agree input {
    display: inline-block;
}

.terms_containt_agree p {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #313131;
}

.register_btn_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.register_btn {
    margin: 0 auto;
    width: 255px;
    height: 52px;
    font-size: 18px;
    color: #FFF;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #f8818d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ODE4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZjNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8818d), color-stop(100%, #f36c78));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8818d 0%, #f36c78 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8818d', endColorstr='#f36c78', GradientType=0);
    /* IE6-8 */
}

.register_btn_wrap .register_btn:hover {
    background: #f36c78;
    /* Old browsers */
}

.user_btn_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.update_btn {
    display: inline-block;
    margin: 0 auto;
    width: 255px;
    height: 52px;
    font-size: 18px;
    color: #FFF;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #f8818d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ODE4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZjNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8818d), color-stop(100%, #f36c78));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8818d 0%, #f36c78 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8818d 0%, #f36c78 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8818d', endColorstr='#f36c78', GradientType=0);
    /* IE6-8 */
}

.update_btn:hover {
    background: #f36c78;
    /* Old browsers */
}

.pwd_change_btn {
    display: inline-block;
    font-size: 15px;
    color: #4ca6cd;
    text-decoration: underline;
    margin-top: 10px;
}

.sug_wrap {
    float: left;
    width: 390px;
    margin-left: 30px;
    margin-top: 20px;
}

.sug_wrap .case_unit {
    float: left;
    display: block;
    width: 305px;
    background: #FFF;
    border: #dedede 1px solid;
    margin-top: 4px;
}

.sug_wrap .case_unit .case_head {
    float: left;
    width: 305px;
    height: 42px;
}

.sug_wrap .case_unit .case_head .retina {
    float: left;
    width: 26px;
    height: 26px;
    margin: 8px 0px 0px 15px;
}

.sug_wrap .case_unit .case_head p {
    float: left;
    height: 26px;
    font-size: 17px;
    color: #5d5d5d;
    line-height: 26px;
    margin: 8px 0px 0px 10px;
}

.sug_wrap .case_unit .case_thumb {
    float: left;
    width: 305px;
}

.sug_wrap .case_unit .case_des {
    float: left;
    width: 275px;
    font-size: 13px;
    color: #ee5567;
    line-height: 1.4;
    margin: 10px 0px 15px 15px;
}


/*忘記密碼*/

#rest_password {
    width: 380px;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f4f4f4;
    color: #636560;
}

#rest_password_title {
    background: #faa7b1;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 20px;
}

#rest_password_title .left {
    float: left;
    margin: 10px 10px 0 10px;
}

#rest_password .form_field {
    float: left;
    height: 35px;
    margin-left: 5px;
    border: none;
    line-height: 35px \9;
    outline: none;
}


/*線上諮詢問答頁*/

.msg_table {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
    border: #e5e5e5 1px solid;
}

.msg_table th {
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    background: #faa7b0;
    vertical-align: middle;
}

.msg_table td {
    height: 45px;
    font-size: 16px;
    vertical-align: middle;
    border-top: #e5e5e5 1px solid;
}

.msg_table td.topic {
    text-align: left;
}

.msg_table td.topic a {
    display: block;
    width: 670px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #626262;
}

.msg_table td.topic a:hover,
.msg_table td.topic a:hover .cate {
    color: #313131;
    text-decoration: underline;
}

.msg_table td.topic .cate {
    color: #ee5357;
}

.msg_table td.time {
    text-align: center;
    color: #898989;
}

.msg_table td.name {
    text-align: center;
    color: #313131;
}

.msg_table_nav {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 22px;
}

.leave_msg_btn {
    position: absolute;
    top: 0;
    left: 110px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #41bec6;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmVjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZWIyYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41bec6), color-stop(100%, #2eb2bb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #41bec6 0%, #2eb2bb 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#41bec6', endColorstr='#2eb2bb', GradientType=0);
    /* IE6-8 */
}

.leave_msg_btn:hover {
    background: #2eb2bb;
}

.leave_msg_btn a {
    display: block;
    width: 100%;
    color: #fff;
}


/*線上諮詢問答搜尋*/

.msg_search_wrap {
    position: absolute;
    top: 0;
    left: 690px;
}

.msg_search_wrap .msg_search_box {
    width: 223px;
    height: 29px;
    background: #FFF;
    border: #dddddd 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    color: #b5b5b5;
}

.msg_search_wrap .msg_search_btn {
    float: left;
    border: none;
    width: 52px;
    height: 29px;
    font-size: 15px;
    color: #ffffff;
    background: #3582d8;
    margin-left: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.chapter_title .msg_search_wrap .msg_search_btn:hover {
    background: #2d70bb;
}


/*線上諮詢問答內頁*/

.msg_post_table {
    float: left;
    width: 975px;
    margin-left: 15px;
    margin-top: 10px;
    border: #e5e5e5 1px solid;
}

.msg_post_table th {
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    background: #faa7b0;
    vertical-align: middle;
}

.msg_post_table th {
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    background: #faa7b0;
    vertical-align: middle;
}

.msg_post_table th:first-child {
    border-right: #f7bcc2 1px solid;
}

.msg_post_table td.name {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #313131;
    font-weight: bold;
    width: 180px;
}

.msg_post_table td.name {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #313131;
    font-weight: bold;
}

.msg_post_table td .cus_email {
    width: 88px;
    height: 25px;
}

.msg_post_table td .cus_email img {
    width: 88px;
    height: 25px;
}

.msg_post_table td .post_time {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #bfbfbf;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
}

.msg_post_table td .question_wrap {
    width: 744px;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 25px;
}

.msg_post_table td .question_wrap .question_title {
    width: 100%;
    font-size: 15px;
    color: #f77d89;
    font-weight: bold;
    vertical-align: middle;
}

.msg_post_table td .question_wrap .question_title span {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
}

.msg_post_table td .question_wrap .question_containt {
    width: 100%;
    font-size: 15px;
    color: #626262;
    margin-top: 20px;
    line-height: 1.4;
}

.msg_post_table td .question_wrap .reply_containt {
    width: 100%;
    font-size: 15px;
    color: #f77d89;
    margin-top: 20px;
    line-height: 1.4;
}

.msg_post_table td .question_wrap .reply_containt a {
    color: #f77d89;
}

.msg_post_table td .question_wrap .reply_containt a:hover {
    text-decoration: underline;
}

.msg_post_table td .question_wrap .user_ip {
    width: 100%;
    font-size: 15px;
    color: #bfbfbf;
    margin-top: 20px;
}

.msg_post_table td:first-child {
    border-right: #dcdcdc 1px solid;
}


/*分頁數字*/

.msg_nav {
    display: block;
    height: 22px;
    text-align: center;
}

.msg_nav ul {
    list-style-type: none;
    text-align: center;
}

.msg_nav li {
    display: inline-block;
    margin-left: 5px;
}

.msg_nav li:first-child {
    margin-left: 0px;
}

.msg_nav li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
}

.msg_nav li a:hover,
.msg_nav li a.current {
    color: #4989cd;
}

.msg_nav li a.prev {
    width: 60px;
    text-align: center;
    height: 20px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4989cd !important;
    font-weight: bold;
    border: #61a0e2 1px solid;
}

.msg_nav li a.prev:hover {
    color: #626262 !important;
    border: #626262 1px solid;
}

.msg_nav li a.next {
    width: 60px;
    text-align: center;
    height: 20px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4989cd !important;
    font-weight: bold;
    border: #61a0e2 1px solid;
}

.msg_nav li a.next:hover {
    color: #626262 !important;
    border: #626262 1px solid;
}


/*回文章列表*/

.chapter_title .back_btn {
    position: absolute;
    top: -3px;
    left: 100px;
    padding-left: 3px;
    padding-right: 8px;
    font-size: 15px;
    color: #959595;
    background: #FFF;
    line-height: 29px;
    height: 29px;
    border: #b5b5b5 1px solid;
    margin-left: 15px;
}


/*醫師案例*/

.doctor_caseimg {
    height: 153px;
    overflow: hidden;
}

#teamad {
    margin-left: 15px;
    margin-top: 10px;
}


/*服務項目下方表單*/

.advisory_form {
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -1px 0px 11px 3px rgba(175, 130, 101, 0.6);
    -webkit-box-shadow: -1px 0px 11px 3px rgba(175, 130, 101, 0.6);
    box-shadow: -1px 0px 11px 3px rgba(175, 130, 101, 0.6);
    border: 1px solid rgba(175, 130, 101, 0.6);
}

.advisory_form .form_title_one {
    float: left;
    font-size: 17px;
    color: #fff;
    width: 100%;
    background-color: #AF8265;
    line-height: 35px;
    -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;
    padding: 5px;
}

.form_title_one .retina_img {
    height: 30px;
    width: 30px;
    float: left;
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 10px;
}


/*首頁倒數設計*/

.indexnotes {
    color: #cc8d96;
    position: absolute;
    top: 10px;
    left: 5px;
    background: #fff;
}

.indexnotes li {
    list-style-type: none;
    font-size: 0.5em;
}

.indexnotes li img {
    display: inline;
}

.indexnotes .red {
    color: #ee494d;
}


/*20170619新增_類似google表單*/

.container_event {
    width: 1100px;
    margin: 25px auto;
}


/*活動首頁*/

#event01 {
    width: 1100px;
    height: 500px;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

#event01_more a {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(234, 113, 113, 0.50);
    height: 0;
}

#event01:hover>#event01_more a {
    height: 500px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.event02 {
    float: left;
    width: 540px;
    height: 245px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.event02:nth-child(2n) {
    margin-right: 0 !important;
}

.event02_more a {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(234, 113, 113, 0.80);
    height: 0;
}

.event02:hover>.event02_more a {
    height: 245px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.event_status {
    width: 150px;
    margin: 50px auto 25px auto;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
}


/*活動內頁*/

#event {
    margin: 25px auto 0 auto;
    font-size: 1.4em;
    /*width: 800px;*/
    line-height: 25px;
}

h2.eventtitle {
    font-size: 2em;
    margin: 0 0 25px 0;
}


/*留言活動*/

#eventbg {
    position: relative;
}

#eventin {}

#eventin #event_date {
    float: none !important;
    width: auto !important;
    border-bottom: 1px solid #ccc;
}

#eventin h4.title {
    margin: 25px 0 0 0;
}

.contactlist {
    margin-top: 5px;
}

#contactbtn {
    width: 250px;
    margin: 25px auto;
}

#contactbtn input {
    width: 250px;
    color: #fff;
    background: #4bc5bb;
    text-align: center;
}

.ckediter {
    margin: 25px 0;
}

.cacu_wrap {
    float: left;
    margin-right: 3px;
}

.font_red {
    color: #F00;
}

#footer_link {
    width: 100%;
    background: #AF8265;
    margin-top: 35px;
    float: left;
}

#footer_link ul {
    text-align: center;
    padding: 5px;
}

#footer_link li {
    display: inline-block;
    margin: 0 5px;
}

#footer_link li a {
    color: #999;
    text-decoration: none;
}


/*好評推薦分類*/

#casecaterage {
    margin-bottom: 25px;
}

#casecaterage ul {
    list-style-type: none;
    text-align: center;
}

#casecaterage li {
    display: inline-block;
    margin: 0 10px;
}

#casecaterage a {
    display: block;
    color: #000;
    font-size: 1.1em;
    padding: 3px;
}

#casecaterage a.hover {
    border: 1px solid #fff;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

#casecaterage a.actived {
    border: 1px solid #fff;
}


/*好評推薦瀑布流*/

.content_box .box {
    padding: 2%;
    outline: 1px solid #eee;
    font-size: 0.8em;
    line-height: 1.2em;
    background: #fff;
}

.content_box .box {
    width: 100%;
}


/*.box:hover {
outline: 2px solid #AF8265;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}*/

.boximg {
    padding-bottom: 2%;
}

.boxnumber {
    color: #b6b6b6;
    padding: 5%;
    border-bottom: 1px solid #eee;
    font-size: 1.2em;
}

.boxnumber>.date {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #b6b6b6;
}

.boxnumber>.record {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #b6b6b6;
}

.record ul {
    text-align: right;
}

.record li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 0.6em;
    -mox-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.record li.love {
    cursor: pointer;
}

.record li.love:hover {
    -mox-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.box>.name {
    padding: 3% 3% 3% 1%;
    font-size: 1.2em;
    color: #333;
}

.box>.name a {
    color: #333;
}

.boxtxt {
    padding: 1%;
    color: #666;
}

.box>.more {
    position: static;
    margin: 5px;
    font-size: 0.8em;
    text-align: right;
}

.box>.more a {
    color: #959595;
    background: #fff;
}


/*好評推薦more*/

.casemorebtn {
    width: 200px;
    margin: 10px auto;
    cursor: pointer;
}

.casemorebtn a {
    display: block;
    border: 1px solid #fff;
    background: #ccc;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}

.casemorebtn a:hover {
    background: #fff;
    color: #000;
    outline: 1px solid #000;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}


/*好評推薦內頁*/

#case {
    padding: 25px;
}


/*好評推薦瀑布流*/

.content_box {
    width: 30%;
    margin: 1%;
    background: #fff;
    /*box-shadow: 0 0 5px 2px rgba(0,0,0,.05);*/
}

.content_box:hover {
    /*box-shadow: 0 0 5px 2px rgba(0,0,0,.1);*/
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.content_boximg {
    position: relative;
    width: 100%;
}

.content_boxtxt {
    margin-top: 10px;
    padding: 5px;
}

.content_box iframe {
    width: 100%;
}


/*捲軸本體顏色*/

.info_conetnt::-webkit-scrollbar-thumb {
    background-color: rgba(175, 130, 101, 0.8);
}


/*捲軸底色*/

.info_conetnt::-webkit-scrollbar-track-piece {
    background-color: #efe6e0;
}

.main_color {
    color: #AF8265;
}

.cass_main_number_color {
    color: #ee5567;
}

.cass_sub_number_color {
    color: #DD452F;
}

.swiper {
    width: 970px;
    height: 300px;
}


/* 各院資訊 */

.branch-dropdown-list {
    margin: 15px;
    font-size: 16px;
}

.branch-search-btn {
    background: #AF8265;
    color: #fff;
}

.branches .gray {
    color: #999999;
}

.branches .card {
    min-height: 322px;
}

.branches .card-body {
    padding: 1rem !important;
}

.branches .front-cover {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.branches .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    border-radius: 0.25rem!important;
    background-color: #fff!important;
}

.branches .front-cover img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.branches #name {
    font-size: 16px;
}

.branches #name a,
#phone span a {
    color: #AF8265;
}

.branches #address,
#phone {
    font-size: 14px;
}

.branches #phone span {
    border: solid #AF8265 1px;
}

.branches #phone span img {
    margin-bottom: 2px;
}

select:disabled {
    background-color: #c0c0c0 !important; /* 灰色背景 */
    color: #707070; /* 灰色文字 */
    cursor: not-allowed; /* 表示不可使用的游標 */
}

.gtm-track-item {
    :not(a):not(button) {
        pointer-events: none;
    }
}