﻿/*跳到主要內容區塊 start*/
a.sr-only { background: #fff; color: #000; float: left; z-index: 9; }
.sr-only { position: absolute; padding: 0; margin: -0.063rem; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; width: 0.063rem; height: 0.063rem; }
.sr-only-focusable:active, .sr-only-focusable:focus { width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
/*跳到主要內容區塊 end*/
/*轉寄 start*/
.popup-con { position: fixed; left: 0; top: 0; display: none; width: 100%; height: 100%; background: #00000096; box-sizing: border-box; z-index: 103; }
.popup-con .close { position: absolute; right: -19px; top: -19px; display: block; width: 37px; height: 37px; background: url(../images/close.png) center center no-repeat; border-radius: 50%; text-indent: -9999px; cursor: pointer; transition: all .3s; -webkit-transition: all .3s; z-index: 1; top: 20px; right: 30px; }

.popup-con .wrap { width: 470px; height: 80%; margin-left: -225px; left: 50%; position: absolute; top: 10%; padding: 10px; box-sizing: border-box; }
.popup-con .send_wrap { background: #fff; padding: 20px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-sizing: border-box; }
.popup-con h1, #send .ftitle { font-size: 1.25em; margin: 0 0 20px 0; font-weight: bold; color: #bea55f; }
.popup-con dl { width: 100%; margin: 0 0 15px 0; overflow: hidden; }
.popup-con dl dt { font-size: 1em; color: #333; margin: 0 0 5px 0 }
.popup-con dl dt span { color: #C30; }
.popup-con dl dd { }
.popup-con dl dd input, textarea { width: 100%; height: 34px; padding: 5px 10px; background: #FFF; border: 1px solid #CCC; font-size: 0.9em; color: #666; box-sizing: border-box; }
.popup-con .btn { padding: 10px 0; text-align: center; }
.popup-con .btn button { display: inline-block; cursor: pointer; font-size: 1em; transition: all.3s; -webkit-transition: all .3s; }
.popup-con .btn button[type="submit"] { display: inline-block; width: 115px; height: 32px; margin-right: 10px; background: #069950; border: none; color: #FFF; }
.popup-con .btn button[type="reset"] { display: inline-block; width: 115px; height: 32px; margin-right: 10px; background: #3f464e; border: none; color: #FFF; }
.popup-con .btn button:hover { opacity: .8; filter: 'alpha(opacity=80)'; *filter: alpha(opacity=80); }
/*轉寄 end*/
