body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei",  "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.35px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.wrapper {
    overflow: hidden;
}
.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
    box-sizing: border-box;
}
.container:after,
.editor:after,
.clearfix:after,
.list-h:after,
.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.list-inline > li,
.list-inline .item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.list-inline > li a,
.list-inline .item a {
    display: inline-block;
    position: relative;
}
.list-h > li,
.list-h .item {
    float: left;
    box-sizing: border-box;
}
.list-h > li a,
.list-h .item a {
    display: block;
    position: relative;
}
.pic {
    text-align: center;
}
.pic.full img {
    width: 100%;
}
.col {
    box-sizing: border-box;
}
button:focus,
input:focus {
    outline: none;
}