html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: "Microsoft JhengHei" !important;
    overflow-x: hidden;
    line-height: 150%
}

body a {
    text-decoration: none !important
}

body a:hover {
    text-decoration: none !important
}

.login_section {
    background-image: url("../img/background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh
}

.login_section .login {
    display: table;
    position: relative;
    left: 50%;
    top: 50%;
    padding: 30px 60px;
    transform: translate(-50%, -50%)
}

.login_section .login .login_in .title {
    color: #fff
}

.login_section .login .login_in .title span:nth-child(1) {
    font-size: 48px
}

.login_section .login .login_in .title span:nth-child(2) {
    font-size: 30px
}

.login_section .login .login_in .sub_title {
    font-size: 20px;
    text-align: center;
    color: #fff
}

.login_section .login .login_in .orders {
    margin: 15px 0;
    width: 100%
}

.login_section .login .login_in .orders input {
    padding: 10px 5px 10px 60px;
    width: 100%
}

.login_section .login .login_in .orders input.account {
    background-image: url("../img/account.png");
    background-position: 10px center;
    background-repeat: no-repeat
}

.login_section .login .login_in .orders input.password {
    background-image: url("../img/password.png");
    background-position: 12px center;
    background-repeat: no-repeat
}

.login_section .login .login_in .btn_frame {
    margin: 15px 0
}

.login_section .login .login_in .btn_frame .btns {
    width: 45%
}

.login_section .login .login_in .btn_frame .btns:nth-child(1) {
    float: left
}

.login_section .login .login_in .btn_frame .btns:nth-child(2) {
    float: right
}

.login_section .login .login_in .btn_frame .btns input[type='button'],
.login_section .login .login_in .btn_frame .btns input[type='submit'] {
    width: 100%;
    font-size: 16px;
    padding: 7px 15px 7px 20px;
    background-image: url("../img/login2.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    transition: .5s ease all
}

.login_section .login .login_in .btn_frame .btns input[type='button']:hover,
.login_section .login .login_in .btn_frame .btns input[type='submit']:hover {
    background-image: url("../img/login.png")
}

.login_section .login .login_in .btn_frame .btns .forget {
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 7px 15px 7px 20px;
    background-image: url("../img/forget2.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    transition: .5s ease all
}

.login_section .login .login_in .btn_frame .btns .forget:hover {
    background-image: url("../img/forget.png")
}

.login_section .login .login_in .btn_frame:after {
    clear: both;
    display: block;
    content: ''
}

.forgets {
    display: table;
    position: absolute;
    left: 50%;
    width: 450px;
    height: 400px;
    top: 50%;
    padding: 110PX 60px;
    z-index: 5;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9)
}

.forgets .title {
    color: #2e2e2e;
    font-size: 24px;
    margin: 10px;
    text-align: center
}

.forgets input {
    padding: 8px 10px;
    width: 100%
}

.forgets .btns {
    margin: 10px 0
}

.forgets .btns input[type='button'],
.forgets .btns input[type='submit'] {
    width: 100%;
    font-size: 16px;
    padding: 7px 15px 7px 20px;
    transition: .5s ease all
}

.forgets .cross_btn {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: .5s ease all
}

.forgets .cross_btn:hover {
    background-color: #23b3b9
}

.forgets .cross_btn:hover .line {
    background: #fff
}

.forgets .cross_btn:hover .line2 {
    background: #fff
}

.forgets .cross_btn .line {
    width: 15px;
    position: absolute;
    height: 1px;
    background: #2e2e2e;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
    transition: .5s ease all
}

.forgets .cross_btn .line2 {
    width: 15px;
    position: absolute;
    height: 1px;
    transition: .5s ease all;
    background: #2e2e2e;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%
}

.page_section {
    background-image: url("../img/background2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh
}

.page_section .top {
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    height: 66px;
    background: #7fd3a2;
    background: -moz-linear-gradient(left, #7fd3a2 0, #1cb1bb 100%);
    background: -webkit-linear-gradient(left, #7fd3a2 0, #1cb1bb 100%);
    background: linear-gradient(to right, #7fd3a2 0, #1cb1bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd3a2', endColorstr='#1cb1bb', GradientType=1);
    width: 100%
}

.page_section .top .title {
    color: #fff;
    float: left;
    padding: 10px 20px;
    cursor: pointer;
}

.page_section .top .title a {
    color: #fff;
    text-decoration: none !important
}

.page_section .top .title span:nth-child(1) {
    font-size: 30px
}

.page_section .top .title span:nth-child(2) {
    font-size: 24px
}

.page_section .top .menus {
    float: right;
    padding: 15px 20px
}

.page_section .top .menus .list {
    display: inline-block;
    padding: 7px 15px 7px 45px;
    margin: 0 10px;
    border-radius: 15px;
    background-repeat: no-repeat;
    transition: .5s ease all;
    background-position: 10px center
}

.page_section .top .menus .list:nth-child(1) {
    background-image: url("../img/icon1.png")
}

.page_section .top .menus .list:nth-child(1):hover {
    background-image: url("../img/icon1a.png")
}

.page_section .top .menus .list:nth-child(2) {
    background-image: url("../img/icon2.png")
}

.page_section .top .menus .list:nth-child(2):hover {
    background-image: url("../img/icon2a.png")
}

.page_section .top .menus .list:nth-child(3) {
    background-image: url("../img/icon3.png")
}

.page_section .top .menus .list:nth-child(3):hover {
    background-image: url("../img/icon3a.png")
}

.page_section .top .menus .list.active:nth-child(1) {
    background-image: url("../img/icon1a.png")
}

.page_section .top .menus .list.active:nth-child(2) {
    background-image: url("../img/icon2a.png")
}

.page_section .top .menus .list.active:nth-child(3) {
    background-image: url("../img/icon3a.png")
}

.page_section .top:after {
    clear: both;
    display: block;
    content: ''
}

.page_section .pages {
    width: 1000px;
    display: table;
    margin: 66px auto 10px;
    padding: 30px 0
}

.page_section .pages .searchBar {
    background-color: #55c4bb;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 20px;
    border: 1px solid #fff;
    width: 868px;
    display: inline-block;
    vertical-align: middle
}

.page_section .pages .searchBar .inline {
    display: inline-block;
    margin: 5px 10px
}

.page_section .pages .searchBar .inline label {
    color: #fff;
    font-size: 16px
}

.page_section .pages .searchBar .inline input[type='text'] {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #36b9b4;
    padding: 3px 8px;
    width: 150px
}

.page_section .pages .searchBar .inline select {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #36b9b4;
    padding: 3px 30px 3px 5px;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url("../img/select_arrow.png");
    background-position: calc(100% - 10px) center
}

.page_section .pages input.submits {
    background-color: #ff7c50;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 130px;
    padding: 23.5px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 81px;
    color: #fff;
    background-image: url("../img/search_icon.png");
    background-repeat: no-repeat;
    background-position: calc(50%) 7px;
    font-size: 16px;
    line-height: 40px;
    transition: .5s ease all;
    margin-left: -3px
}

.page_section .pages input.submits2 {
    background-color: #ff7c50;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 130px;
    padding: 23.5px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 120px;
    color: #fff;
    background-image: url("../img/search_icon.png");
    background-repeat: no-repeat;
    background-position: calc(50%) 7px;
    font-size: 16px;
    line-height: 40px;
    transition: .5s ease all;
    margin-left: -3px
}

.page_section .pages input.submits:hover {
    background-color: #23b3b9
}

.page_section .pages input.submits2:hover {
    background-color: #23b3b9
}

.page_section .pages input.submits.bigs {
    height: 120px;
    background-position: calc(50%) 27px;
    line-height: 90px
}

.page_section .titles {
    width: 100%;
    padding: 0 20px;
    margin: 10px 0
}

.page_section .titles .prints {
    padding: 5px 20px;
    margin: 5px 10px
}

.page_section .titles .left {
    float: left
}

.page_section .titles div {
    color: #fff;
    font-size: 24px
}

.page_section .titles span {
    color: #fff;
    font-size: 30px;
    float: left
}

.page_section .titles .red {
    color: #f40000;
    font-size: 18px;
    line-height: 2.4em;
    margin-left: 10px
}

.page_section .titles .btns {
    float: right;
    padding: 5px 20px 5px 50px;
    margin: 5px 0;
    border-radius: 15px;
    background-image: url("../img/add.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    font-size: 16px
}

.page_section .titles .btns2 {
    float: right
}

.page_section .titles .btns2 input {
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 16px
}

.page_section .titles:after {
    clear: both;
    display: block;
    content: ''
}

.page_section .tables {
    width: 960px;
    display: table;
    margin: 0 auto;
    border: 1px solid #fff
}

.page_section .tables .th {
    background-color: #23b3b9;
    color: #fff;
    text-align: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff
}

.page_section .tables .th .ths {
    display: inline-block;
    font-size: 18px;
    padding: 10px 0
}

.page_section .tables .th .ths:nth-child(1) {
    width: 340px
}

.page_section .tables .th .ths:nth-child(2) {
    width: 200px
}

.page_section .tables .th .ths:nth-child(3) {
    width: 200px
}

.page_section .tables .th .ths:nth-child(4) {
    width: 200px
}

.page_section .tables .td:nth-child(odd) {
    background-color: #cdeee5
}

.page_section .tables .td:nth-child(even) {
    background-color: #79d4d0
}

.page_section .tables .td .tds {
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.page_section .tables .td .tds:nth-child(1) {
    width: 340px;
    padding: 10px 20px;
    color: #06595c
}

.page_section .tables .td .tds:nth-child(2) {
    width: 200px
}

.page_section .tables .td .tds:nth-child(2) .btns {
    background-image: url("../img/td1.png");
    background-repeat: no-repeat;
    background-position: 10px center
}

.page_section .tables .td .tds:nth-child(2) .btns:hover {
    background-image: url("../img/td1a.png")
}

.page_section .tables .td .tds:nth-child(3) {
    width: 200px
}

.page_section .tables .td .tds:nth-child(3) .btns {
    background-image: url("../img/td2.png");
    background-repeat: no-repeat;
    background-position: 7px center
}

.page_section .tables .td .tds:nth-child(3) .btns:hover {
    background-image: url("../img/td2a.png")
}

.page_section .tables .td .tds:nth-child(4) {
    width: 200px
}

.page_section .tables .td .tds:nth-child(4) .btns {
    background-image: url("../img/td3.png");
    background-repeat: no-repeat;
    background-position: 10px center
}

.page_section .tables .td .tds:nth-child(4) .btns:hover {
    background-image: url("../img/td3a.png")
}

.page_section .tables .td .tds .btns {
    display: table;
    margin: 0 auto;
    padding: 5px 10px 5px 36px;
    border-radius: 20px
}

.page_section .tables2 {
    width: 960px;
    display: table;
    margin: 0 auto;
    border: 1px solid #fff
}

.page_section .tables2 .th {
    background-color: #23b3b9;
    color: #fff;
    text-align: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff
}

.page_section .tables2 .th .ths {
    display: inline-block;
    font-size: 18px;
    padding: 10px 0
}

.page_section .tables2 .th .ths:nth-child(1) {
    width: 140px
}

.page_section .tables2 .th .ths:nth-child(2) {
    width: 155px
}

.page_section .tables2 .th .ths:nth-child(3) {
    width: 155px
}

.page_section .tables2 .th .ths:nth-child(4) {
    width: 155px
}

.page_section .tables2 .th .ths:nth-child(5) {
    width: 100px
}

.page_section .tables2 .th .ths:nth-child(6) {
    width: 100px
}

.page_section .tables2 .th .ths:nth-child(7) {
    width: 100px
}

.page_section .tables2 .td:nth-child(odd) {
    background-color: #cdeee5
}

.page_section .tables2 .td:nth-child(even) {
    background-color: #79d4d0
}

.page_section .tables2 .td .tds {
    color: #06595c;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center
}

.page_section .tables2 .td .tds:nth-child(1) {
    width: 155px
}

.page_section .tables2 .td .tds:nth-child(2) {
    width: 155px
}

.page_section .tables2 .td .tds:nth-child(3) {
    width: 155px
}

.page_section .tables2 .td .tds:nth-child(4) {
    width: 155px
}

.page_section .tables2 .td .tds:nth-child(5) {
    width: 100px
}

.page_section .tables2 .td .tds:nth-child(6) {
    width: 100px
}

.page_section .tables2 .td .tds:nth-child(7) {
    width: 100px
}

.page_section .tables2 .td .tds .btns {
    display: table;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 20px
}

.page_section .tables2 .td.error .tds {
    color: #c40000
}

.page_section .error {
    color: #fff;
    padding: 0 20px;
    margin: 20px 0 0;
    font-size: 30px
}

.page_section .tables2_1 {
    width: 960px;
    display: table;
    margin: 20px auto;
    border: 1px solid #fff
}

.page_section .tables2_1 .th {
    background-color: #23b3b9;
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff
}

.page_section .tables2_1 .th .ths {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    padding: 10px 0
}

.page_section .tables2_1 .th .ths:nth-child(1) {
    width: 230px
}

.page_section .tables2_1 .th .ths:nth-child(2) {
    width: 230px
}

.page_section .tables2_1 .th .ths:nth-child(3) {
    width: 230px
}

.page_section .tables2_1 .th .ths:nth-child(4) {
    width: 230px
}

.page_section .tables2_1 .td:nth-child(odd) {
    background-color: #cdeee5
}

.page_section .tables2_1 .td:nth-child(even) {
    background-color: #79d4d0
}

.page_section .tables2_1 .td .tds {
    color: #06595c;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center
}

.page_section .tables2_1 .td .tds:nth-child(1) {
    width: 230px
}

.page_section .tables2_1 .td .tds:nth-child(2) {
    width: 230px
}

.page_section .tables2_1 .td .tds:nth-child(3) {
    width: 230px
}

.page_section .tables2_1 .td .tds:nth-child(4) {
    width: 230px
}

.page_section .tables2_1 .td .tds .btns {
    display: table;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 20px
}

.page_section .tables2_1 .td.error .tds {
    color: #c40000
}

.page_section .tables3 {
    width: 1000px;
    overflow: auto;
    padding: 10px 0
}

.page_section .tables3 table {
    width: 2500px
}

.page_section .tables3 table th {
    background-color: #23b3b9;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 10px
}

.page_section .tables3 table td {
    color: #06595c;
    padding: 10px;
    margin: 0 10px;
    text-align: center
}

.page_section .tables3 table tr:nth-child(odd) {
    background-color: #cdeee5
}

.page_section .tables3 table tr:nth-child(even) {
    background-color: #79d4d0
}

.page_section .tables4 {
    width: 1000px;
    overflow: auto;
    padding: 10px 0
}

.page_section .tables4 table {
    width: 3500px
}

.page_section .tables4 table th {
    background-color: #23b3b9;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 10px
}

.page_section .tables4 table td {
    color: #06595c;
    padding: 10px;
    margin: 0 10px;
    text-align: center
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(1) {
    width: 110px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(2) {
    width: 140px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(3) {
    width: 105px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(4) {
    width: 105px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(5) {
    width: 250px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(6) {
    width: 90px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(7) {
    width: 90px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(8) {
    width: 90px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(9) {
    width: 110px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(10) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(11) {
    width: 110px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(12) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(13) {
    width: 110px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(14) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(15) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(16) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(17) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(18) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(19) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(20) {
    width: 130px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(21) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(22) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(23) {
    width: 130px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(24) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(25) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(26) {
    width: 120px
}

.page_section .tables4 table tr:nth-child(1) th:nth-child(27) {
    width: 250px
}

.page_section .tables4 table tr:nth-child(odd) {
    background-color: #cdeee5
}

.page_section .tables4 table tr:nth-child(even) {
    background-color: #79d4d0
}

.page_section .tables4 .th {
    width: 2700px;
    background-color: #23b3b9;
    color: #fff;
    text-align: center;
    overflow: auto;
    text-align: left
}

.page_section .tables4 .th .ths {
    padding: 10px 0;
    margin: 0 10px;
    display: inline-block
}

.page_section .tables4 .td:nth-child(odd) {
    background-color: #cdeee5
}

.page_section .tables4 .td:nth-child(even) {
    background-color: #79d4d0
}

.page_section .tables4 .td .tds {
    color: #06595c;
    padding: 10px 0;
    margin: 0 10px;
    display: inline-block
}

.page_section .inner .sets {
    padding: 20px
}

.page_section .inner .sets .order {
    margin: 10px 0
}

.page_section .inner .sets .order.set_radio {
    display: table;
    margin: 10px auto
}

.page_section .inner .sets .order .answer {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    width: calc(100% - 180px)
}

.page_section .inner .sets .order .answer .imgs {
    max-width: 23%;
    display: inline-block
}

.page_section .inner .sets .order .answer .imgs img {
    width: 100%
}

.page_section .inner .sets .order .radios {
    display: inline-block;
    margin: 0 10px
}

.page_section .inner .sets .order .radios input[type='radio'] {
    display: none
}

.page_section .inner .sets .order .radios input[type='radio']:checked+label:before {
    content: '\2713';
    background-color: #23b3b9
}

.page_section .inner .sets .order .radios label {
    position: relative;
    padding-left: 30px;
    text-align: left;
    width: auto
}

.page_section .inner .sets .order .radios label:before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.page_section .inner .sets .order .checks {
    display: inline-block;
    margin: 10px
}

.page_section .inner .sets .order .checks input[type='checkbox'] {
    display: none
}

.page_section .inner .sets .order .checks input[type='checkbox']:checked+label:before {
    content: '\2713';
    background-color: #23b3b9
}

.page_section .inner .sets .order .checks label {
    position: relative;
    padding-left: 30px;
    text-align: left;
    width: auto
}

.page_section .inner .sets .order .checks label:before {
    content: '';
    display: block;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.page_section .inner .sets .order label {
    font-size: 16px;
    color: #fff;
    width: 150px;
    text-align: right;
    margin-right: 10px;
    vertical-align: middle;
    position: relative
}

.page_section .inner .sets .order label.require:before {
    content: '*';
    color: #f40000;
    margin: 0 5px
}

.page_section .inner .sets .order label.tops {
    margin-top: 10px;
    vertical-align: top
}

.page_section .inner .sets .order input[type='text'] {
    padding: 5px 10px;
    width: 700px
}

.page_section .inner .sets .order input[type='text'].address {
    width: auto;
    min-width: 150px
}

.page_section .inner .sets .order input[type='number'] {
    padding: 5px 10px;
    width: 700px
}

.page_section .inner .sets .order select {
    padding: 5px 10px;
    width: 700px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url("../img/select_arrow.png");
    background-position: calc(100% - 10px) center
}

.page_section .inner .sets .order select[name='county'] {
    width: 100px;
    background-color: #dff7ee;
    border: 1px solid #36b9b4;
    border-radius: 5px;
    color: #2e2e2e;
    padding: 5px 25px 5px 10px;
    font-family: "Microsoft JhengHei" !important
}

.page_section .inner .sets .order select[name='county']:focus {
    outline: 0
}

.page_section .inner .sets .order select[name='district'] {
    width: 100px;
    background-color: #dff7ee;
    border: 1px solid #36b9b4;
    border-radius: 5px;
    color: #2e2e2e;
    padding: 5px 25px 5px 10px;
    font-family: "Microsoft JhengHei" !important
}

.page_section .inner .sets .order select[name='district']:focus {
    outline: 0
}

.page_section .inner .sets .order #twzipcode {
    display: inline-block
}

.page_section .inner .sets .order input[name='zipcode'] {
    width: 100px;
    background-color: #dff7ee;
    border: 1px solid #36b9b4;
    border-radius: 5px;
    color: #2e2e2e;
    padding: 5px 10px;
    font-family: "Microsoft JhengHei" !important
}

.page_section .inner .sets .order input[type='text'].address {
    width: 395px
}

.page_section .inner .sets .order textarea {
    vertical-align: middle;
    padding: 5px 10px;
    width: 700px
}

.page_section .inner .sets .order .files {
    vertical-align: middle;
    display: inline-block
}

.page_section .inner .sets .order .files input[type='file'] {
    margin: 10px 0
}

.submit_btn {
    display: table;
    margin: 20px auto 10px
}

.submit_btn input {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 10px
}

.taiwan {
    position: relative
}

.taiwan .map img {
    display: table;
    margin: 0 auto
}

.taiwan .place {
    border-radius: 5px;
    width: 50px;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    text-align: center;
}

.taiwan .place span {
    font-size: 16px
}

.taiwan .place.Keelung {
    left: 633px;
    top: 7px;
}

.taiwan .place.NewTaipei {
    left: 473px;
    top: 44px;
}

.taiwan .place.Taipei {
    left: 335px;
    top: 10px;
}

.taiwan .place.Taoyuan {
    left: 290px;
    top: 62px;
}

.taiwan .place.Hsinchu {
    left: 213px;
    top: 167px;
}

.taiwan .place.HsinchuCity {
    left: 188px;
    top: 117px;
}

.taiwan .place.Miaoli {
    left: 256px;
    top: 217px;
}

.taiwan .place.Taichung {
    left: 203px;
    top: 264px;
}

.taiwan .place.Changhua {
    left: 185px;
    top: 312px
}

.taiwan .place.Nantou {
    left: 117px;
    top: 407px;
}

.taiwan .place.Yunlin {
    left: 144px;
    top: 359px;
}

.taiwan .place.Chiayi {
    left: 141px;
    top: 456px
}

.taiwan .place.ChiayiCity {
    left: 163px;
    top: 508px;
}

.taiwan .place.Tainan {
    left: 225px;
    top: 564px;
}

.taiwan .place.Kaohsiung {
    left: 284px;
    top: 617px;
}

.taiwan .place.Pingtung {
    left: 510px;
    top: 628px;
}

.taiwan .place.Taitung {
    left: 523px;
    top: 512px;
}

.taiwan .place.Hualien {
    left: 581px;
    top: 319px;
}

.taiwan .place.Yilan {
    left: 618px;
    top: 196px;
}

.taiwan .place.Lianjiang {
    left: 905px;
    top: 32px
}

.taiwan .place.Jinmen {
    left: 905px;
    top: 137px
}

.taiwan .place.Wuhu {
    left: 905px;
    top: 242px
}

.taiwan .place.Lanyu {
    left: 925px;
    top: 347px
}

.taiwan .place.Ludao {
    left: 925px;
    top: 452px
}

.taiwan .place.Ryukyu {
    left: 925px;
    top: 559px
}

.taiwan2 .half {
    display: inline-block;
    width: 330px;
    vertical-align: top
}

.taiwan2 .island {
    padding: 10px;
    margin: 10px 15px
}

.taiwan2 .island .imgs {
    border: 1px solid #fbd8ae;
    background: rgba(255, 255, 255, 0.7);
    width: 200px;
    display: table;
    margin: 0 auto
}

.taiwan2 .island .imgs img {
    width: 100%
}

.taiwan2 .island .texts {
    border-radius: 5px;
    width: 130px;
    padding: 5px 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    display: table;
    margin: 10px auto
}

.taiwan2 .island .texts span:nth-child(1) {
    width: 60px;
    display: inline-block
}

.taiwan2 .island .texts span:nth-child(2) {
    width: 40px;
    text-align: right;
    display: inline-block
}

.page_section .inner .sets .order .photos {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: middle
}

.page_section .inner .sets .order .photos .imgs {
    max-width: 23%;
    display: inline-block;
    vertical-align: middle
}

.page_section .inner .sets .order .photos .imgs img {
    width: 100%
}

.page_section .inner .sets .order .photos .imgs .deletes {
    display: table;
    margin: 10px auto
}

.page_section .inner .sets .order .photos .imgs .deletes input {
    color: #666;
    cursor: pointer;
    background-color: #e2e2e2;
    border: 0;
    padding: 3px 20px;
    border-radius: 10px;
    transition: .5s ease all
}

.page_section .inner .sets .order .photos .imgs .deletes input:hover {
    background-color: #666;
    color: #e2e2e2
}

.rights {
    display: inline-block;
    width: 700px;
    vertical-align: middle
}

.window-style {
    background-image: url("../img/window_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.window-style2 {
    background-image: url("../img/window_bg2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid #fff
}

.input-style {
    background-color: #dff7ee;
    border: 1px solid #36b9b4;
    border-radius: 5px;
    color: #2e2e2e;
    font-family: "Microsoft JhengHei" !important
}

.input-style:focus {
    outline: 0
}

.btn-style {
    background-color: #fff;
    color: #23b3b9;
    border: 1px solid #36b9b4;
    cursor: pointer;
    transition: .5s ease all;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5)
}

.btn-style:hover,
.btn-style.active {
    background-color: #23b3b9;
    color: #fff;
    border: 1px solid #fff
}

.btn-style:hover a,
.btn-style.active a {
    color: #fff;
    text-decoration: none
}

.btn-style:focus a {
    text-decoration: none
}

.btn-style a {
    color: #23b3b9;
    text-decoration: none
}

.btn-style2 {
    background-color: #ff7c50;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    transition: .5s ease all;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5)
}

.btn-style2:hover,
.btn-style2.active {
    background-color: #23b3b9;
    color: #fff;
    border: 1px solid #fff
}

.btn-style2:hover a,
.btn-style2.active a {
    color: #fff;
    text-decoration: none
}

.btn-style2:focus a {
    text-decoration: none
}

.btn-style2 a {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:999px) {
    body {
        width: 1000px
    }
}