/* ============================================================
   web-base  —  全站基礎 base   〔積木說明〕
   CSS reset、共用工具 class(.clear/.left/.right…)、基本標籤(h1~h6/a/ul…)樣式
   （由 all.css 拆分；純樣式區塊，改這裡不影響其他積木）
   ============================================================ */

html,
body {
    overflow: hidden !important;
    overflow-y: auto !important;
}

body {
    margin: 0px auto;
    padding: 0;
    overflow-x: hidden;
    color: #333333;
    font-size: 12px;
    font-family: "微軟正黑體";
}

div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 16px;
}

li {
    list-style: none;
    vertical-align: bottom;
}

img {
    Vertical-aliagn: top;
    border: 0;
}

ol,
ul {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dis {
    display: none;
}

.block {
    display: block;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: #ccc 1px solid;
    float: left;
    margin: 5px 0 5px 0;
}

.dotted {
    width: 100%;
    height: 1px;
    border-bottom: #999 1px dashed;
    float: left;
    margin: 5px 0 5px 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* Hides from IE-mac \*/
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */
* html .clearfix {
    height: 1%;
    zoom: 1;
}

.clearfix {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

h3 {
    font-size: 14px;
}

h2 {
    font-size: 16px;
}

h1 {
    font-size: 18px;
}

b {
    font-weight: 700;
}

em {
    font-style: normal;
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
}

.heads {
    position: fixed;
    left: 0;
    top: 0;
    background: #1a1a1a;
    width: 100%;
    z-index: 1001;
}

.heads-logo {
    display: inline-block;
    margin: 13px 0px 0px 40px;
}

.heads-logo img {
    height: 68px;
    vertical-align: middle;
}

.heads-icon a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 37px;
}

.heads-icon img {
    height: 34px;
    vertical-align: middle;
}

.heads-menu li {
    float: left;
}

.heads-menu li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
}

.heads-menu li a p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.heads-menu {
    padding-left: 270px;
    padding-right: 280px;
}

.heads-menu .english {
    font-size: 12px;
}

body {
    font-family: "微軟正黑體" !important;
}

.heads-menu .chinese {
    border-right: 2px solid #918c8a;
    padding: 0px 38px;
}

.heads-menu li:last-child .chinese {
    border: none;
}

.heads-phone {
    display: none;
    text-align: center;
    position: relative;
}

.heads-phone-logo {
    display: inline-block;
    padding: 10px 0px;
}

.heads-phone-logo img {
    height: 36px;
    vertical-align: middle;
}

.heads-menu-button {
    display: block;
    background: url(/assets/images/menu-arrow-down.svg) no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 10px;
    top: 15.5px;
    z-index: 10;
    background-size: 100% 100%;
}

.heads-menu-buttons {
    background: url(/assets/images/menu-arrow-up.svg) no-repeat;
    background-size: 100% 100%;
}

.heads-phone-icon {
    position: absolute;
    right: 10px;
    top: 8px;
}

.heads-phone-icon a {
    display: inline-block;
    margin-left: 0px;
    font-size: 12px;
    color: #fff;
}

.heads-phone-icon img {
    height: 24px;
    vertical-align: middle;
}

.heads-phone-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50px;
    background: #1a1a1a;
    display: none;
    z-index: 1001;
}

.heads-phone-hide {
    max-height: 400px;
    overflow-y: auto;
}

.heads-phone-title {
    padding: 12px 10px;
    border-bottom: 1px solid #807475;
}

.heads-phone-title span {
    font-size: 15px;
    color: #fff !important;
    display: block;
    font-weight: bold;
}

.heads-phone-titles span {
    background: url(/assets/images/headsup.png) no-repeat right center;
}

.heads-phone-menus a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0px 10px;
}

.heads-phone-menus {
    background: #4a4a4a;
    border-bottom: 1px solid #807475;
    padding: 10px 0px;
    display: none;
}

.heads-phone-trace {
    background: none !important;
}

.heads-phone-traces {
    text-align: center;
    padding: 10px 0px;
}

.heads-phone-traces a {
    display: block;
    width: 20%;
    float: left;
}

.heads-phone-traces img {
    height: 32px;
    vertical-align: middle;
}

.mains {
    margin-top: 100px;
}

.mains.top-socialite-notify {
    margin-top: 128px;
}

.main-container {
    margin: 30px auto;
}

i {
    font-style: normal;
}

.right-fixs {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
}

.right-fixs a {
    display: inline-block;
    width: 72px;
    height: 72px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    background-color: #9f353a;
    border-radius: 5px;
}

.right-fixs a img {
    vertical-align: middle;
}

.nav-cart {
    margin-top: 38px;
}

