.btn, .ibtn {/* Structure */
    display: inline-block;zoom:1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Firefox: Get rid of the inner focus border */
.btn::-moz-focus-inner,
.ibtn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn:focus, .ibtn:focus {
    outline: none;
}

.ibtn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0 !important;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}
.ibtn:hover {
    background-position: 0 100%;
}

.share .btn {
    width:  30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.share .btn:hover {
    background: #C78B67;
}
.ibtn.fb-fans-page {
    background: url(../images/fb_page.png);
    width: 147px;
    height: 48px;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    color: #fff;
    background: #D6B19E;
    border: 1px solid #fff;
    outline: 1px solid #DDC0B0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    float: left;
}
.btn.back:hover {
    background: #BC8161;
    outline-color: #BC8161;
}

.btn.normal {
	background-color: #4D4D4D;
	color: #FFF;
	font-size: 18px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
}
.btn.normal:hover {
    color: #fff;
    -webkit-box-shadow:inset 0 2px 6px 0 rgba(0,0,0,0.25);
            box-shadow:inset 0 2px 6px 0 rgba(0,0,0,0.25);
}
.btn.arrowL,
.btn.arrowR {
    line-height: 40px;
    color: #000;
    font-size: 15px;
}
.btn.arrowL:hover,
.btn.arrowR:hover {
    color: #777;
}
.btn.arrowL {
    background: url(../images/arrowL.png) no-repeat 0 0;
    padding: 0 10px 0 45px;
}
.btn.arrowR {
    background: url(../images/arrowR.png) no-repeat 100% 0;
    padding: 0 45px 0 10px;
}
.btn.arrownormal{
    padding: 6px 10px 6px 94px;
    color: #FFFFFF;
    font-family: '微軟正黑體';
    font-size: 16px;
    position: relative;
    background:#666661 url(../images/arrow-b.png)10px center no-repeat;
    margin-bottom: 20px;
}
.btn.arrownormal:hover{
    background:#F57639 url(../images/arrow-b.png)10px center no-repeat;
}
.btn.arrowL:hover {
    background-position: 0 100%;
}
.btn.arrowR:hover {
    background-position: 100% 100%;
}

.btn.home{
    padding:7px 60px;
    color: #777777;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
}
.btn.home:hover{
    background: #666661;
    color: #FFF;
}
.btn.back-list{
    border: 1px solid #DDDDDD;
    padding: 5px 18px 5px 45px;
    font-family: '微軟正黑體';
    color: #999999;
    font-size: 16px;
    position: relative;
}
.btn.back-list:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 13px;
    left: 15px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/arrow-left.png)left center no-repeat;
}
.btn.back-list:hover{
    background: #666661;
    color: #FFFFFF;
}
.btn.back-list:hover:before{
    background: url(../images/arrow-left.png)right center no-repeat;
}
.share li .ibtn {
    background-image: url(../images/header_share.png);
    width:  30px;
    height: 30px;
    margin: 0 5px;
}
.share .ibtn.facebook { background-position:     0 0; }
.share .ibtn.google { background-position: -30px 0; }
.share .ibtn.twitter { background-position: -60px 0; }
.share .ibtn.facebook:hover { background-position:     0 100%; }
.share .ibtn.google:hover { background-position: -30px 100%; }
.share .ibtn.twitter:hover { background-position: -60px 100%; }

.has-border.btn-box{
    padding: 32px 0px;
    border-top: 1px solid #DDDDDD;
    max-width: 525px;
    margin: 0 auto;
}
.searchbox{margin:0 0 15px 0;padding:0;position:relative;display:block}
.searchbox .form-control{display:block;width:100%;margin:0;padding-right:45px}
.btn-search{background:url(https://www.okweb.asia/3007/svg/zoom.svg) no-repeat 0 0;background-size:cover;width:25px;height:25px;position:absolute;cursor:pointer;top:5px;right:5px;display:inline-block;border:0}
.btn-search:hover{animation-name:gosearch;animation-duration:.3s}
.inlinelist{text-align:center; margin-bottom:10px;}
.inlinelist li{display:inline-block;position:relative;padding:.3em .5em .3em .7em}
.inlinelist li:before{content:' ';height:.8em;width:1px;position:absolute;top:1em;left:0}
.inlinelist li:first-child:before{display:none}
.inlinelist li:first-child{padding:.3em .5em}
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}