@charset "UTF-8";
html,
body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

img {
    border: none;
}

a {
    color: #885d0d;
    text-decoration: none;
}

a:hover {
    color: #C00;
    text-decoration: none;
}

tr,
td {
    padding: 5px;
}

.clear {
    clear: both;
}

/*----------字體樣式----------*/

.w-16-666 {
    font-size: 16px;
    color: #666;
}

.w-red-b {
    color: #F06;
    font-weight: bold;
}

.w-red-13 {
    color: #F06;
    font-size: 13px;
}

/*----------首頁----------*/

/*header*/

header {
    background-color: rgba(255, 255, 255, 0.7);
    height: 120px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: top 1s;
    z-index: 1000;
    border-bottom: #eee solid 1px;
}

.gizle {
    top: -120px;
}

.sabit {
    top: 0;
    z-index: 9999;
}

.header-area {
    width: 1000px;
    margin: auto;
    position: relative;
}

.logo {
    padding-top: 15px;
    width: 180px;
    float: left;
    position: relative;
}

.logo img {
    width: 100%;
    height: auto;
}

.header-right {
    width: 760px;
    float: right;
    position: relative;
}

/*搜尋*/

.search-area {
    width: 150px;
    height: 15px;
    padding: 0px 5px 8px 8px;
    position: relative;
    border-radius: 30px;
    background-color: #FFF;
    float: right;
    margin-top: 20px;
    border: #f5f5f5 solid 1px;
}

.search-area span {
    position: absolute;
    right: 15px;
    display: block;
    top: 2px;
    color: #666;
}

.search-area .search-box {
    border: none;
    outline: none;
    width: 70%;
}

.search-area .search-send {
    background: none;
    border: none;
    text-indent: -5000px;
    font-size: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 8px;
    outline: none;
}

/*content*/

.main-content {
    width: 1000px;
    margin: auto;
}

/*footer*/

footer {
    position: relative;
	background-color: #333;
	color: #FFF;
	padding: 20px 0 0 0;
}

.shop-logo {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
    float: left;
    border-right: #666 solid 1px;
    min-height: 200px;

}

.shop-logo ul {
    text-align: center;
}

.shop-logo ul li {
    display: block;
    text-align: center;
}

.shop-logo ul li a {
    opacity: 0.8;
    transition: linear 0.3s;
}

.shop-logo ul li a:hover {
    opacity: 1;
}

.footer-mid {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding:0 20px;
    float: right;
    border-right: #666 solid 1px;
    text-align: center;
    min-height: 200px;
     margin-bottom: 20px;
}
.footer-mid p{
    padding: 5px 0;
}
.footer-mid a{
    color: #fff;
    transition: linear 0.3s;
}
.footer-mid a:hover{
    color: #C90;
}
/*.footer-logo {
    float: left;
    display: block;
    width: 200px;
    position: relative;
    padding-top: 12px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.app-area {
    width: 180px;
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}

.app-pic {
    width: 66px;
    float: left;
    position: relative;
    padding-top: 5px;
}

ul.download-app {
    width: 100px;
    float: right;
    display: block;
    list-style: none;
    position: relative;
    padding-top: 5px;
}

ul.download-app li {}

ul.download-app li a {
    opacity: 0.6;
    transition: linear 0.3s;
}

ul.download-app li a:hover {
    opacity: 1;
}*/

.qrcode {
    float: right;
	display: block;
    width: 25%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 20px 20px 20px;
    text-align: center;
}
.qrcode img{

	display: inline-block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.copyright {
	text-align: center;
	font-size: 13px;
	color: #CCC;
	padding: 15px 0;
    color: #000;
    background-color: #fff;
}
.copyright a {
	color: #000;
	text-decoration: underline;
    transition: linear 0.3s;
}
.copyright a:hover {
	color: #C90;
	text-decoration: underline;

}

/*gotop*/

.back-to-top {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background-color: #C90;
    font-size: 12px;
    display: none;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 101;
    border-radius: 50%;
    line-height: 30px;
    transition: linear 0.3s;
}

.back-to-top:hover {
    color: #fff;
    background-color: #F06;
}

/*暢銷產品*/

.top-seller-content {
    width: 1000px;
    margin: auto;
    padding: 40px 0px;
}

.top-seller-content h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    border-bottom: #CCC solid 1px;
    padding-bottom: 10px;
    text-align: center;
}

.top-seller-content p {
    font-size: 12px;
    text-align: center;
    color: #999;
}

.top-seller {
    padding-top: 50px;
    position: relative;
}

ul.seller-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.seller-slider li {}

ul.seller-slider li:hover h2 a {
    color: #F06;
}

ul.seller-slider li:hover .seller-pic a img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.seller-rank {
    font-size: 30px;
    text-align: center;
    width: 40px;
    margin: auto;
    line-height: 50px;
    border-bottom: #CCC solid 1px;
    font-family: "Arial";
    margin-bottom: 20px;
}

.seller-pic {
    position: relative;
    padding: 0px 25px;
    height: 200px;
    overflow: hidden;
    line-height: 200px;
    text-align: center;
}

.seller-pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul.seller-slider li h2 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.seller-slider li h2 a {
    color: #000;
}

ul.seller-slider li h2 a:hover {
    color: #F06;
}

.seller-price {
    text-align: center;
    background-color: #999;
    font-size: 13px;
    color: #FFF;
    padding: 0px 10px;
    border-radius: 3px;
    width: 110px;
    margin: 0 0 0 auto;
    font-weight: normal;
}

/*博士與台灣製造*/

.dr-taiwan {
    background: url(../images/index/city_bg.png) right bottom no-repeat #f5f5f5;
    padding-top: 30px;
    width: 1000px;
    max-width: 96%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.dr-luo {
    width: 340px;
    float: left;
    border-right: #CCC solid 1px;
    background: url(../images/index/dr_luo.png) left bottom no-repeat;
    min-height: 200px;
    padding: 30px 20px 80px 250px;
    position: relative;
}

.dr-luo h2 {
    font-family: "標楷體", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    font-size: 26px;
    color: #cdac43;
    line-height: 30px;
    padding-bottom: 10px;
}

.dr-luo p {
    color: #333;
}

.made-in-taiwan {
    width: 370px;
    float: right;
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.made-in-taiwan ul {
    margin: 0;
    padding: 0;
}

.made-in-taiwan ul li {
    padding-bottom: 5px;
    position: relative;
}

.made-in-taiwan ul li img {
    max-width: 100%;
    height: auto;
}
.line-friend{
    position: relative;
    width: 1000px;
    margin: 20px auto;
    max-width: 96%;

    border-radius: 10px;
    overflow: hidden;
}
.line-friend img{
    display: block;
    width: 100%;
    height: auto;
}
/*----------內頁共同----------*/

.inside-banner {
    position: relative;
    height: 350px;
    margin: auto;
}

.inside-banner-content {
    width: 1000px;
    margin: auto;
    position: relative;
}

.inside-banner .inside-banner-content h2 {
    padding-top: 230px;
    font-size: 30px;
    font-weight: normal;
    text-align: right;
}

.inside-banner.about {
    background: url(../images/inside/inside_banner_about.jpg) top center no-repeat;
}

.inside-banner.press {
    background: url(../images/inside/inside_banner_press.jpg) top center no-repeat;
}

.inside-banner.buy {
    background: url(../images/inside/inside_banner_buy.jpg) top center no-repeat;
}

.inside-banner.contactus {
    background: url(../images/inside/inside_banner_contact.jpg) top center no-repeat;
}

.inside-banner.search {
    background: url(../images/inside/inside_banner_search.jpg) top center no-repeat;
}

.inside-banner.product {
    background: url(../images/inside/inside_banner_product.jpg) top center no-repeat;
}

.inside-banner.product .inside-banner-content h2 {
    font-family: "標楷體", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    color: #cdac43;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    width: 50%;
    top: 180px;
    left: 50%;
    text-align: left;
    padding: 0;
}

.inside-banner.product .inside-banner-content p {
    position: absolute;
    width: 50%;
    top: 220px;
    left: 50%;
    text-align: left;
    padding: 0;
}

.inside-banner.product .inside-banner-content figure {
    position: absolute;
    top: 130px;
    left: -30px;
    width: 600px;
    height: 220px;
    background: url(../images/index/dr_luo.png) no-repeat bottom center;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

/*次選單*/

nav.sub {
    background-color: #fff;
    padding: 15px 0px;
    margin: auto;
    position: relative;
    border-bottom: #ddd solid 1px;
}

.sub ul.sub-menu {
    display: block;
    list-style: none;
    width: 1000px;
    margin: auto;
}

.sub ul.sub-menu li {}

.sub ul.sub-menu li a {
    color: #000;
    display: block;
    float: left;
    padding: 5px 15px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    list-style: none;
    margin-right: 2px;
    transition: linear 0.3s;
}

.sub ul.sub-menu li a:hover,
.sub ul.sub-menu li a.active {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
}

/*麵包屑*/

.brcome {
    padding: 10px 0px;
    color: #999;
    text-align: right;
}

.brcome a {
    color: #666;
}

.brcome a:hover {
    color: #A67E00;
    /*color: #F06;*/
}

.brcome span.here {
    color: #A67E00;
    /*color: #F06;*/
    font-weight: bold;
}

.inside-title {
    padding: 20px 0px 10px 0px;
    /*border-bottom:#CCC solid 1px;*/
}

.inside-title h2 {
    font-size: 24px;
    letter-spacing: 1px;
}

.inside-title time {
    font-size: 14px;
    color: #C90;
    padding-top: 5px;
    display: block;
}

.inside-main {
    width: 1000px;
    margin: auto;
    position: relative;
    padding: 0px 0px 40px 0px;
}

.inside-content {
    padding-top: 20px;
    position: relative;
}

.inside-content h2 {
    font-size: 16px;
}

.inside-content p {
    padding: 5px 0px;
}

/*詳細頁回列表按鈕*/

.detail-btn {
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.detail-btn a {
    display: inline-block;
    padding: 5px 10px;
    border: #C90 solid 1px;
    border-radius: 3px;
    color: #C90;
    font-size: 13px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.detail-btn a:hover {
    border: #000 solid 1px;
    color: #fff;
    background-color: #000;
}

/*----------about----------*/

/*品牌優勢*/

.advantage-list {
    padding: 20px 0px;
    border-bottom: #CCC dotted 1px;
}

.advantage-number {
    width: 40px;
    float: left;
    line-height: 40px;
    background-color: #cca941;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.advantage-info {
    width: 940px;
    float: right;
}

.advantage-info h2 {
    font-size: 18px;
    color: #cca941;
    padding-bottom: 5px;
}

/*得獎與肯定*/

ul.award-list {
    width: 40%;
    float: left;
    padding-bottom: 30px;
}

ul.award-list li {
    padding-bottom: 10px;
}

ul.award-list span {
    color: #F06;
    padding-right: 5px;
    font-size: 13px;
}

.award-pic {
    width: 58%;
    float: right;
    position: relative;
}

.award-pic img {
    width: 100%;
    height: auto;
}

/*----------product----------*/

ul.product-list {
    margin: 0;
    padding: 20px 0px 0px 0px;
    list-style: none;
}

ul.product-list li {
    display: inline-block;
    width: 230px;
    position: relative;
    text-align: center;
    padding: 15px 8px;
    margin: 0;
}

ul.product-list li:hover h2 a {
    color: #F06;
}

ul.product-list li:hover .seller-pic a img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

ul.product-list p {
    color: #A67E00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.product-list li h2 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.product-list li h2 a {
    color: #000;
}

ul.product-list li h2 a:hover {
    color: #F06;
}

ul.product-list li .seller-pic {
    padding: 0;
    height: 240px;
    overflow: hidden;
    line-height: 240px;
}

ul.product-list li .seller-pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/*----------press----------*/

#news {
    position: relative;
    /*min-height: 330px;*/
}

.news-list {
    /*float: left;*/
    /*width: 220px;*/
    height: auto;
    background-color: #FFF;
    margin: 20px 10px 0px 10px;
    position: relative;
    display: block;
    border: #CCC solid 1px;
}

.news-list:hover .news-name a {
    color: #F06;
}

.news-list:hover .news-pic a img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.news-pic {
    position: relative;
    outline: none;
}

.news-pic a {
    outline: none;
}

.news-pic a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.news-pic img {
    width: 100%;
    height: auto;
    display: block;
    transition: linear 0.3s;
}

.news-name {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

.news-name a {
    color: #000;
}

.news-name a:hover {
    color: #F06;
}

.news-date {
    color: #666;
    font-size: 13px;
    padding: 0px 5px;
}

/*----------銷售據點----------*/

.buy-logo {
    position: relative;
    padding: 20px;
    border: #CCC solid 1px;
    border-radius: 5px;
}

.buy-logo h2 {
    text-align: center;
    font-size: 16px;
}

ul.buy-logo-list {
    padding: 0px;
    margin: 0;
    text-align: center;
    position: relative;
}

ul.buy-logo-list li {
    display: inline-block;
    padding: 5px;
    position: relative;
}

ul.buy-logo-list li img {
    width: 100%;
    height: auto;
    transition: linear 0.3s;
}

ul.buy-logo-list li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*----------聯絡我們----------*/

.contact-form {
    padding-top: 20px;
}

.contact-form form {
    width: 600px;
    margin: 0 auto;
}

.contact-form .mark {
    color: #F06;
    min-width: 10px;
}

.contact-form form ul li span {
    display: inline-block;
    min-width: 80px;
    vertical-align: top;
}

.contact-form form ul li img {
    max-height: 30px;
    vertical-align: middle;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 0px solid #ccc;
    background-color: #EAEAEA;
    width: 400px;
    padding: 5px;
    margin: 5px 0px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.contact-form select {
    width: 150px;
}

li.code span {
    padding-top: 12px;
}

li.code span.mark {
    padding: 0;
}

li.code a {
    color: #AAA;
    display: inline-block;
    padding: 5px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

li.code input {
    max-width: 100px;
}

/*Button*/

.btnArea {
    width: 100%;
    border-top: 1px dotted #eaeaea;
    margin: 20px 0;
    padding-top: 20px;
    text-align: center;
}

.btnArea input {
    opacity: 0.7;
    transition: linear 0.3s;
}

.btnArea input:hover {
    opacity: 1;
    cursor: pointer;
}

.btnArea input[type="reset"] {
    width: auto;
    background-color: #ccc;
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
}

.btnArea input[type="submit"],
.btnArea input[type="button"] {
    width: auto;
    background-color: #F06;
    padding: 10px 70px;
    color: #FFF;
    display: inline-block;
    margin-left: 50px;
}

/*ie8更新瀏覽器*/

.ie8-content {
    width: 90%;
    position: relative;
    margin: auto;
    text-align: center;
}

.ie8-content a.explore img {
    width: 80px;
    height: auto;
    margin: 5px;
}

/*---------------------------------------------------
|-> Evy Add 2019.10.03
---------------------------------------------------*/
ul.award-list:nth-child(2){
    position: relative;
    top: -8px;
    width: 35%;
    margin-left: 10%;
}
.brandLogo{
    clear: both;
    float: none;
    margin-bottom: 10px;
}
.brandLogo h2{
    position: relative;
    top: 8px;
}
.brandLogo::after{
    content: ' ';
    display: block;
    width: 100%;
    clear: both;
    float: none;
}
.inside-content .brandLogo img{
    float: left;
    width: 60px;
    margin-right: 10px;
}
@media only screen and (max-width: 767px){
    ul.award-list:nth-child(2){
            top: 0;
            width: auto;
            margin-left: 0;
        }
}