@charset "UTF-8";
/*全域設定*/
.arwf-loading body {
  opacity: 0;
  visibility: hidden;
}

.arwf-active body { 
  opacity: 1;
  visibility: visible;
}

.arwf-inactive body {
  opacity: 1;
  visibility: visible;
}

body {
  /* margin-top:160px;*/
  margin-bottom: 205px;
}

@media (min-width: 576px) {
  body {
    margin-bottom: 190px;
  }
}

@media (min-width: 768px) {
  body {
    margin-bottom: 190px;
  }
}

@media (min-width: 992px) {
  body {
    margin-bottom: 144px;
  }
}

@media (min-width: 1300px) {
  body {
    margin-bottom: 144px;
  }
}

body.NotRefresh {
  display: block;
}

@media (min-width: 576px) {
  .container {
    max-width: 516px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 646px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 870px !important;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1274px !important;
  }
}

body, div, p, span {
  font-family: "AR UDJingXiHeiU30 MD";
  color: #3e3a39;
}

html {
  position: relative;
  min-height: 100%;
}

input[type=text] {
  font-family: '微軟正黑體';
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  cursor: pointer;
}

label input[type=radio] {
  margin-right: 6.4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-clip: content-box;
  padding: 2px;
  top: 2px;
  font-size: 16px;
  color: #808080;
}

label input[type=radio]:checked, label input[type=checkbox]:checked {
  background-color: #3e3a39;
}

label input[type=checkbox] {
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #FFF;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  top: 2px;
  color: #808080;
}

select {
  border: 0px;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  outline: none;
}

#select_dropdown_button {
  z-index: -1;
  font-size: 10px;
  color: #9e9f9f;
  border-radius: 6px;
  margin-left: -31px;
  width: 31px;
  border-color: #9e9f9f;
  border-style: solid;
  border: 1px solid #9e9f9f;
  padding: 1px 8px;
}

#sampleText_dropdown_button {
  font-size: 10px;
  color: #9e9f9f;
  border-radius: 6px;
  margin-left: -4px;
  width: 30px;
  height: 30px;
  border-color: #9e9f9f;
  border-style: solid;
  border: 1px solid #9e9f9f;
}

.ordering {
  padding: 1px 0 !important;
  padding-right: 16px !important;
  display: block;
  background: 0 0;
  color: #808080;
  border: 1px solid #9e9f9f;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  margin-top: 0px !important;
}

.input-text {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #80808073;
  outline: none;
  padding-bottom: 6px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media (min-width: 768px) {
  main {
    min-height: 565px;
  }
}

/*購物車*/
#page_account_cart {
  margin-top: 160px;
  margin-bottom: 50px;
  /* or, for legacy browsers */
}

#page_account_cart #main-row {
  min-height: calc(100vh - 305px);
}

#page_account_cart .input_style {
  font-family: "AR UDJingXiHeiU30 BD" !important;
}

#page_account_cart .cart-list h3 {
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #808080;
}

#page_account_cart .cart-list .remove {
  margin: 0;
}

#page_account_cart .cart-list .remove div {
  padding: 10px 0  !important;
  text-align: right;
}

#page_account_cart .cart-list .remove div.info {
  text-align: left !important;
}

#page_account_cart .cart-list .remove div a {
  font-size: 16px;
  text-decoration: underline;
  color: #808080;
  padding-bottom: 1px;
}

#page_account_cart .cart-list .item-title {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-size: 14px;
  margin: 0;
  color: #808080;
}

#page_account_cart .cart-list .item-title div {
  padding: 15px 0;
}

#page_account_cart .cart-list .item-title .col-4 {
  padding: 10px 0  !important;
}

#page_account_cart .cart-list .item {
  border: 1px solid #808080;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (min-width: 992px) {
  #page_account_cart .cart-list .item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  #page_account_cart .cart-list .item {
    border: 0px;
    border-bottom: 1px solid #808080;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#page_account_cart .cart-list .item p {
  margin-bottom: 0;
}

#page_account_cart .cart-list .item .title {
  font-size: 14px;
  color: #808080;
}

#page_account_cart .cart-list .item div {
  margin: 10px 0;
}

@media (min-width: 1200px) {
  #page_account_cart .cart-list .item div {
    padding: 15px 0;
  }
}

#page_account_cart .cart-list .item .border-top {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #808080 !important;
}

#page_account_cart .cart-list .item img {
  width: 100%;
}

#page_account_cart .cart-list .item .uni-price, #page_account_cart .cart-list .item .price {
  color: #00a6ce;
  font-size: 21px;
}

#page_account_cart .cart-list .item .form-control {
  color: #3e3a39 !important;
  width: auto !important;
  border-radius: 0px !important;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_account_cart .cart-list .delete img {
  max-width: 33px;
  width: 100%;
}

#page_account_cart .summary {
  /*  padding:0 3.5px !important;*/
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  #page_account_cart .summary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#page_account_cart .summary .row {
  margin: 0 !important;
  padding: 35px  0;
  background-color: #ece7e7;
}

#page_account_cart .summary h3 {
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #808080;
  margin-left: 9px;
}

#page_account_cart .summary .content {
  margin: 9px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 30px;
}

#page_account_cart .summary .content p {
  font-size: 21px;
}

#page_account_cart .summary .content p label {
  float: right;
}

#page_account_cart .summary .footer {
  margin: 9px;
  padding-left: 30px;
  padding-right: 30px;
}

#page_account_cart .summary .footer p {
  font-size: 21px;
}

#page_account_cart .summary .footer p label {
  float: right;
}

#page_account_cart .summary .footer .black-btn {
  background-color: #3e3a39;
  color: #FFF;
  width: 100%;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  cursor: pointer;
}

#page_account_cart .add-pruchase-list h3 {
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #808080;
}

#page_account_cart .add-pruchase-list .remove {
  margin: 0;
}

#page_account_cart .add-pruchase-list .remove div {
  padding: 10px 0  !important;
  text-align: right;
}

#page_account_cart .add-pruchase-list .remove div a {
  font-size: 16px;
  text-decoration: underline;
  color: #808080;
  padding-bottom: 1px;
}

#page_account_cart .add-pruchase-list .item-title {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-size: 14px;
  margin: 0;
  color: #808080;
}

#page_account_cart .add-pruchase-list .item-title div {
  padding: 15px 0;
}

#page_account_cart .add-pruchase-list .item-title .col-4 {
  padding: 10px 0  !important;
}

#page_account_cart .add-pruchase-list .item {
  border: 1px solid #808080;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (min-width: 992px) {
  #page_account_cart .add-pruchase-list .item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1300px) {
  #page_account_cart .add-pruchase-list .item {
    border: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#page_account_cart .add-pruchase-list .item p {
  margin-bottom: 0;
}

#page_account_cart .add-pruchase-list .item .title {
  margin: 15px 0 0 0;
  padding: 10px 0 0 15px;
}

@media (min-width: 1300px) {
  #page_account_cart .add-pruchase-list .item .title {
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
  }
}

#page_account_cart .add-pruchase-list .item .info {
  margin: 15px 0 15px 0;
  padding: 0 0 10px 15px;
}

@media (min-width: 1300px) {
  #page_account_cart .add-pruchase-list .item .info {
    margin: 15px 0 15px 0;
    padding: 0 0 10px 0;
  }
}

#page_account_cart .add-pruchase-list .item button {
  border: none;
  background: none;
  cursor: pointer;
}

#page_account_cart .add-pruchase-list .item img {
  width: 100%;
}

#page_account_cart .add-pruchase-list .item .uni-price, #page_account_cart .add-pruchase-list .item .price {
  color: #00a6ce;
  font-size: 21px;
}

#page_account_cart .add-pruchase-list .item .form-control {
  color: #3e3a39 !important;
  width: auto !important;
  border-radius: 0px !important;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_account_cart .add-pruchase-list .item .block {
  border-bottom: 1px solid #808080;
}

#page_account_cart select {
  background-color: white;
  font-size: 21px !important;
  text-align-last: center;
  cursor: pointer;
}

#page_account_cart select option {
  font-size: 16px !important;
  color: #3e3a39;
  text-align: center;
  text-align-last: center;
}

#page_account_cart .tip_button {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999999;
  font-size: 0.48em;
  padding: 0;
  cursor: pointer;
  background-color: #666666;
  color: white;
  position: relative;
  text-align: center;
  top: 5px;
}

#page_account_cart .tip_desc {
  visibility: hidden;
  position: absolute;
  width: 260px;
  background-color: white;
  bottom: 15px;
  left: 0px;
  border-radius: 6px;
  z-index: 999;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

#page_account_cart .tip_desc ul {
  text-align: left;
  padding-left: 6px;
  list-style-type: none;
  line-height: 1.6;
}

#page_account_cart .tip_desc ul li {
  font-size: 14px;
}

#page_account_cart .tip_desc ul li span {
  font-family: "AR UDJingXiHeiPB5 BD";
}

#page_account_cart .tip_desc ul li a {
  color: #00a6ce;
}

#page_account_cart .tip_button:hover .tip_desc {
  visibility: visible;
}

#page_account_cart .input-coupons {
  margin-top: 1rem !important;
  background-color: white;
  width: 100%;
  padding: 2px 4px !important;
  font-size: 16px;
}

#page_account_cart .coupon_msg {
  font-size: 14px;
  color: red;
  display: none;
}

#page_account_cart ::-webkit-input-placeholder {
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart :-ms-input-placeholder {
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart ::-ms-input-placeholder {
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart ::placeholder {
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart ::-webkit-input-placeholder {
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart :-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart ::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  font-size: 12px;
  text-align: center;
}

#page_account_cart :-ms-input-placeholder {
  color: #808080;
  font-size: 12px;
  text-align: center;
}

/*購物步驟*/
#step-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

#step-list div {
  text-align: center;
  text-align: -webkit-center !important;
}

#step-list div .step {
  text-align: center;
  padding: 10px 0 !important;
  background-color: aliceblue;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #808080;
}

#step-list div .on {
  background-color: #00a6ce;
  color: white !important;
}

#step-list div img {
  width: 100%;
  max-width: 56px;
}

#step-list .line {
  border: 0.5px solid #00a6ce;
  position: relative;
  top: 20px;
}

@media (min-width: 576px) {
  #step-list .line {
    top: 25px;
  }
}

#step-list h3 {
  margin-top: 25px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #808080;
}

/*發票與選擇付款*/
#page_account_invoice {
  margin-top: 160px;
  margin-bottom: 50px;
}

#page_account_invoice .row {
  margin-top: 50px;
  margin-bottom: 50px;
}

#page_account_invoice h3 {
  font-size: 28px;
  color: #808080;
}

#page_account_invoice h4 {
  font-size: 14px;
  color: #00a6ce;
  line-height: 20px;
}

#page_account_invoice h5 {
  color: #808080;
}

#page_account_invoice .input-label {
  font-size: 14px;
  color: #808080;
}

#page_account_invoice em {
  font-style: inherit;
  color: red;
}

#page_account_invoice .border-bottom {
  border-color: #808080 !important;
}

#page_account_invoice .item {
  display: none;
}

#page_account_invoice .black-btn {
  background-color: #3e3a39;
  color: #FFF;
  width: 100%;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  cursor: pointer;
}

@media (min-width: 1300px) {
  #page_account_invoice label {
    font-size: 14px !important;
  }
}

@media (min-width: 1300px) {
  #page_account_invoice .input-type-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}

@media (min-width: 1300px) {
  #page_account_invoice .input-type-2-margin {
    margin-left: 350px;
  }
}

@media (min-width: 1300px) {
  #page_account_invoice .input-type-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 476px;
            flex: 0 0 476px;
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  #page_account_invoice .input-type-3-margin {
    margin-left: 775px;
  }
}

@media (min-width: 1300px) {
  #page_account_invoice .input-type-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  #page_account_invoice .license-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 100%;
  }
}

#page_account_invoice select {
  width: 100%;
}

#page_account_invoice #creditcart-img {
  width: 50%;
  max-width: 211px;
  position: relative;
  top: -8px;
}

@media (min-width: 1300px) {
  #page_account_invoice #creditcart-img {
    top: -5px;
  }
}

#page_account_invoice #store-img {
  width: 50%;
  max-width: 156px;
  position: relative;
  top: -8px;
}

@media (min-width: 1300px) {
  #page_account_invoice #store-img {
    top: -5px;
  }
}

#page_account_invoice #unionpay-img {
  width: 40%;
  max-width: 55px;
  position: relative;
  top: -8px;
}

#page_account_invoice #alipay-img {
  width: 40%;
  max-width: 36px;
  position: relative;
  top: -8px;
}

/*結帳完成頁*/
#page_account_payment_result {
  margin-top: 160px;
}

#page_account_payment_result #main-row {
  min-height: calc(100vh - 305px);
}

#page_account_payment_result div {
  text-align: center;
}

#page_account_payment_result img {
  width: 100%;
  max-width: 204px;
}

#page_account_payment_result h2 {
  font-size: 30px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #29abe2;
}

#page_account_payment_result h3 {
  font-size: 24px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #b3b3b3;
}

#page_account_payment_result p {
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #3e3a39;
}

#page_account_payment_result a {
  font-size: 18px;
  font-family: "AR UDJingXiHeiU30 DB";
  color: #00a6ce;
  text-decoration: underline;
}

/*活動頁*/
#page_activiy {
  margin-top: 120px !important;
}

@media (min-width: 768px) {
  #page_activiy {
    margin-top: 120px !important;
  }
}

#page_activiy .activityd {
  margin-bottom: 40px;
}

#page_activiy .head-other a {
  font-size: 28px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_activiy .head-title a,
#page_activiy .head-title {
  font-size: 28px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_activiy #activity-pagination .page {
  display: none;
}

#page_activiy #activity-pagination {
  display: none;
}

#page_activiy .AR-inner {
  display: block;
  padding-top: 250px;
  margin-top: -250px;
}

#page_activiy .activity {
  margin: 0 0 30px;
  position: relative;
}

#page_activiy .activity-grid .activity-title {
  font-size: 24px;
  padding: 0;
  text-align: left;
  color: #3e3a39;
}

#page_activiy .sus-title {
  font-size: 18px;
  margin-top: 8px;
  text-align: left;
  color: #3e3a39;
}

#page_activiy .activity-title {
  position: relative;
  text-align: center;
  padding: 0 5px;
}

#page_activiy .activity-content {
  line-height: 31px;
  padding-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 84px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_activiy .activity-utils {
  font-size: 16px;
  color: #00a6ce;
  font-family: "AR UDJingXiHeiU30 BD";
  text-align: right;
}

#page_activiy .activity-date {
  font-size: 18px;
  color: #808080;
}

#page_activiy .activity-meta {
  height: 70px;
  margin-bottom: 20px;
}

#page_activiy .activity-featured {
  margin-bottom: 5px;
}

#page_activiy article {
  display: block;
}

#page_activiy .activity-content-id {
  line-height: 31px;
  padding-top: 15px;
  font-size: 16px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_activiy .activity-meta-id {
  margin-top: 70px;
  margin-bottom: 20px;
}

#page_activiy .id-midsus {
  padding: 0 12px 0 12px;
  border-right: solid 2px #ebebeb;
  border-left: solid 2px #ebebeb;
}

#page_activiy .id-rightsus {
  padding: 0 8px 0 12px;
}

#page_activiy .id-leftsus {
  padding: 0 12px 0 8px;
}

#page_activiy .activity-sus-id {
  line-height: 29px;
  padding-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 150px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_activiy .borderb-id {
  margin-top: 80px;
  margin-bottom: 100px;
  border-bottom: solid 2px #ebebeb;
}

#page_activiy #sidebar {
  border: solid 2px #ebebeb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#page_activiy .widget {
  padding-top: 20px;
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page_activiy .borderb {
  border-bottom: solid 2px #ebebeb;
}

#page_activiy .widget-title {
  text-align: center;
  font-size: 21px;
  position: relative;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #3e3a39;
}

#page_activiy img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

#page_activiy .picwidget {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

#page_activiy .pagination > li > a {
  padding: 12px 22px;
}

#page_activiy .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#page_activiy .row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

#page_activiy .row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#page_activiy .container-fluid {
  width: 100%;
}

#page_activiy .page {
  display: none;
}

#page_activiy li.page {
  display: inline;
}

#page_activiy .page-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_activiy .activity-xl-2 .activity-title {
  font-size: 21px !important;
}

#page_activiy .pagination-lg .page-link {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
}

#page_activiy .widget {
  padding: 25px 32px;
}

#page_activiy .more_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 59px;
}

@media (min-width: 576px) {
  #page_activiy .side-img {
    max-width: 256px;
    height: auto;
  }
  #page_activiy .widget {
    padding: 25px 32px;
  }
  #page_activiy .widget {
    padding: 19px 32px 0px 32px;
  }
  #page_activiy .widget-title {
    margin-bottom: 20px;
  }
  #page_activiy .borderb {
    padding-top: 8px;
  }
  #page_activiy #sidebar {
    margin-top: 35px;
    padding: 24px 0px 60px 0px;
    margin-bottom: 90px;
  }
  #page_activiy .more_img {
    height: 90px;
  }
}

@media (min-width: 768px) {
  #page_activiy #activity-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page_activiy .side-img {
    max-width: 420px;
    height: auto;
  }
  #page_activiy .widget {
    padding: 39px 113px 0px 113px;
  }
  #page_activiy .widget-title {
    font-size: 21px;
    margin-bottom: 40px;
  }
  #page_activiy .borderb {
    padding-top: 28px;
    margin-left: -32px;
    margin-right: -32px;
  }
  #page_activiy #sidebar {
    padding: 16px 0px 60px 0px;
    margin-bottom: 100px;
  }
  #page_activiy .pagination-lg .page-link {
    padding: 1.5rem 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  #page_activiy .activity-utils {
    font-size: 18px;
  }
  #page_activiy .more_img {
    height: 120px;
  }
}

@media (min-width: 992px) {
  #page_activiy .page_border {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 80px;
    border: 0.5px solid #ccc !important;
  }
  #page_activiy .activity-xl-1 {
    -ms-flex: 0 0 870px;
    -webkit-box-flex: 0;
            flex: 0 0 870px;
    max-width: 870px;
  }
  #page_activiy .activity-xl-2 {
    -ms-flex: 0 0 419px;
    -webkit-box-flex: 0;
            flex: 0 0 419px;
    max-width: 419px;
  }
  #page_activiy .side-img {
    max-width: 420px;
    height: auto;
  }
  #page_activiy .widget {
    padding: 39px 153px 0px 153px;
  }
  #page_activiy .widget-title {
    font-size: 21px;
    margin-bottom: 40px;
  }
  #page_activiy .borderb {
    padding-top: 38px;
    margin-left: -96px;
    margin-right: -96px;
  }
  #page_activiy #sidebar {
    padding: 16px 0px 60px 0px;
    margin-bottom: 100px;
  }
  #page_activiy .more_img {
    height: 153px;
  }
}

@media (min-width: 1300px) {
  #page_activiy .activity-xl-1 {
    -ms-flex: 0 0 876px;
    -webkit-box-flex: 0;
            flex: 0 0 876px;
    max-width: 876px;
  }
  #page_activiy .side-img {
    max-width: 240px;
    height: auto;
  }
  #page_activiy .activity-xl-2 {
    -ms-flex: 0 0 422px;
    -webkit-box-flex: 0;
            flex: 0 0 422px;
    max-width: 422px;
  }
  #page_activiy .activity-slider {
    -ms-flex: 0 0 364px;
    -webkit-box-flex: 0;
            flex: 0 0 364px;
    max-width: 364px;
  }
  #page_activiy .widget {
    padding: 33px 64px 0px 64px;
  }
  #page_activiy .widget-title {
    margin-bottom: 23px;
    font-size: 18px;
  }
  #page_activiy #sidebar {
    padding: 12px 0px 28px 0px;
    margin: 0;
  }
  #page_activiy .borderb {
    padding-top: 28px;
    margin-left: -32px;
    margin-right: -32px;
  }
  #page_activiy .more_img {
    height: 180px;
  }
}

#page_activiy .effect .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

#page_activiy .effect a.info {
  display: block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

#page_activiy .effect:hover a.info {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

#page_activiy .effect:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#page_activiy #infoa {
  height: calc(100% - 120px) !important;
}

#page_activiy .imgBox {
  display: block;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
}

#page_activiy .imgBox img {
  z-index: 5;
  display: block;
  -webkit-transition: 1.1s ease-in-out;
  transition: 1.1s ease-in-out;
}

#page_activiy .imgBox img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#page_activiy .indexpadding {
  padding: 36px 16px;
}

#page_activiy .indexbar {
  padding: 25px 16px !important;
}

@media (min-width: 576px) {
  #page_activiy .indexpadding {
    padding: 36px 30px;
  }
  #page_activiy .indexbar {
    padding: 25px 30px !important;
  }
}

@media (min-width: 768px) {
  #page_activiy .indexpadding {
    padding: 36px 52px;
  }
  #page_activiy .indexbar {
    padding: 25px 52px !important;
  }
}

@media (min-width: 1300px) {
  #page_activiy .indexpadding {
    padding: 36px 60px;
  }
  #page_activiy .indexbar {
    padding: 25px 60px !important;
  }
}

/*Header頁*/
#new_header.open .menu {
  display: block;
}

#new_header.about .menu-list#about,
#new_header.plan .menu-list#plan,
#new_header.qa .menu-list#qa,
#new_header.member .menu-list#member,
#new_header.search .menu-list#search {
  display: block;
}

@media (min-width: 992px) {
  #new_header .navbar {
    padding-left: 60px;
    padding-right: 60px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  #new_header .navbar-collapse {
    height: 80px;
  }
}

#new_header .navbar-brand {
  padding-right: 2rem;
}

@media (min-width: 576px) {
  #new_header .navbar-brand {
    padding-right: 43px;
  }
}

@media (min-width: 768px) {
  #new_header .navbar-brand {
    padding-right: 83px;
  }
}

@media (min-width: 992px) {
  #new_header .navbar-brand {
    padding-right: 55px;
  }
}

@media (min-width: 1300px) {
  #new_header .navbar-brand {
    padding-right: 96px;
  }
}

#new_header nav .title h1 {
  font-size: 26.4px !important;
  letter-spacing: -2px;
  margin-bottom: 0px !important;
  color: #FFFFFF !important;
  font-family: "AR New Hebe Sans Extrabold";
}

#new_header nav .title p {
  font-size: 15.2px !important;
  margin-bottom: 0px !important;
  color: #FFFFFF !important;
  font-family: "AR UDJingXiHeiU30 EB";
  line-height: 12px !important;
}

#new_header .bg-color {
  background-color: #2c2831;
}

#new_header .navbar-toggler {
  color: #707070;
  background-color: #FFFFFF;
  font-size: 25px;
  padding: .45rem .65rem;
  border: 0.5px solid transparent;
  border-radius: 3.6rem;
}

#new_header .navbar-nav {
  height: 100%;
}

#new_header .nav-item {
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  #new_header .nav-item {
    padding: 0px;
    border-bottom: 0px;
    height: 100%;
    line-height: 80px;
  }
}

#new_header .nav-item a {
  color: #FFF;
  font-family: "AR UDJingXiHeiU30 BD" !important;
  padding-top: 0;
  padding-bottom: 0;
}

#new_header .nav-item a:hover {
  color: #00abcf;
}

#new_header .nav-link {
  padding: 0;
}

@media (min-width: 992px) {
  #new_header .nav-link {
    padding: 0 8px;
  }
}

@media (min-width: 1300px) {
  #new_header .nav-link {
    padding: 0 1rem;
  }
}

#new_header a, #new_header a:hover {
  text-decoration: none;
}

#new_header .header_buttons {
  height: 100%;
  padding-top: 22px;
}

#new_header .header_button {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  margin: 0 4px;
  text-align: center;
  position: relative;
  opacity: .99;
  border-radius: 3.6rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

#new_header .header_button .fa {
  color: black;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 37px;
}

#new_header .header_select p {
  margin-bottom: 5px !important;
}

#new_header .header_select .select-webfont {
  padding: 5px 10px;
  border-radius: 10px;
  color: #00abcf;
  border-color: #00abcf;
  font-size: 14px;
}

#new_header .header_select .select-webfont option {
  height: 30px;
}

#new_header .header_button.triangle-after {
  position: relative;
}

#new_header .header_button.triangle-after:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 85%;
  left: 25%;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 15px #FFFFFF;
}

#new_header .triangle-after {
  position: relative;
}

#new_header .triangle-after:after {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 70%;
  left: 40%;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 15px #FFFFFF;
}

@media (min-width: 992px) {
  #new_header .triangle-after:after {
    display: block;
  }
}

#new_header .menu {
  width: 100%;
  background-color: white;
  padding: 0 60px;
}

#new_header .menu-list {
  display: none;
}

#new_header .menu-list ul {
  list-style: none;
  table-layout: fixed;
  width: 100%;
  height: auto;
}

#new_header .menu-list ul li {
  padding-right: 45px;
  position: relative;
  display: table-cell;
}

#new_header .menu-list ul li p {
  margin-bottom: 0.5rem !important;
}

#new_header .menu-list ul li .menu-title {
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 16px;
}

#new_header .menu-list ul li .menu-content {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
}

#new_header .menu-list ul li a {
  font-family: "AR UDJingXiHeiU30 EB";
  color: #666666;
}

#new_header .menu-list ul li a:hover {
  color: #b3b3b3;
}

#new_header ul {
  padding: 0;
}

#new_header #about {
  margin-left: 203px;
  height: 50px;
  line-height: 50px;
}

@media (min-width: 1300px) {
  #new_header #about {
    margin-left: 252px;
  }
}

#new_header #plan {
  padding-top: 15px;
  margin-left: 305px;
}

@media (min-width: 1300px) {
  #new_header #plan {
    margin-left: 380px;
  }
}

#new_header #plan li {
  padding-right: 45px !important;
}

#new_header #qa {
  margin-left: 305px;
  height: 50px;
  line-height: 50px;
}

@media (min-width: 1300px) {
  #new_header #qa {
    margin-left: 400px;
  }
}

#new_header #member {
  padding-top: 15px;
}

#new_header #member ul {
  height: 76px;
}

#new_header #member li {
  padding-right: 45px !important;
  float: right;
}

#new_header #search {
  margin-left: 0px;
}

@media (min-width: 1300px) {
  #new_header #search {
    margin-left: 250px;
  }
}

#new_header #search input {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 15px;
  padding-left: 30px;
}

#new_header #search .search {
  padding: 0;
}

#new_header #search i {
  position: absolute;
  top: 10px;
  left: 10px;
}

#new_header #search .promo-link {
  font-size: 14px;
  border: 1px solid #00abcf;
  color: #00abcf;
  border-radius: 15px;
  padding: 2px 12px;
  font-family: "AR UDJingXiHeiU30 MD";
  margin: 0 5px;
}

#new_header #search .promo-link:hover {
  background-color: #00abcf;
  color: #FFF;
}

#new_header #search ul {
  text-align: center;
}

@media (min-width: 1300px) {
  #new_header #search ul {
    text-align: left;
  }
}

#new_header #search li {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
}

#new_header a.dropdown-item {
  color: #000;
  margin: 20px 0;
}

#new_header .state-hidden {
  display: none !important;
}

#new_header #lblCartCount {
  font-size: 11px;
  background: #ff0000;
  color: #fff;
  padding: 1px 4px;
  vertical-align: top;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: -3px;
  right: -3px;
  border-radius: 36px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 10px;
}

#new_header .moveon {
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

#new_header .leave {
  -webkit-animation: fadeOutFromNone 0.5s ease-out;
  animation: fadeOutFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutFromNone {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutFromNone {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#page_header .navbar {
  padding: 25px 16px !important;
}

#page_header #iFCnavbars {
  position: relative;
}

#page_header .fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#page_header .title {
  padding-right: 2rem;
}

#page_header a:hover {
  text-decoration: none;
  color: #00abcf;
}

#page_header a {
  color: #000;
}

#page_header nav .title h1 {
  font-size: 26.4px !important;
  letter-spacing: -2px;
  margin-bottom: 0px !important;
  font-family: "AR New Hebe Sans Extrabold";
}

#page_header nav .title p {
  font-size: 15.2px !important;
  margin-bottom: 0px !important;
  color: #FFFFFF !important;
  font-family: "AR UDJingXiHeiU30 EB";
  line-height: 12px !important;
}

#page_header .dropdown-menu {
  min-width: 0 !important;
  left: -90px !important;
  -webkit-box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.21);
  border: none !important;
}

#page_header .sitem {
  color: black;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_header .sitem:active {
  color: #fff;
}

#page_header .dropdown-item:active {
  background-color: #00a2c0 !important;
  border-radius: 7px;
}

#page_header .dropdown-item:active .sitem {
  color: #fff;
}

#page_header .navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.52);
  background-color: #FFFFFF;
  border-radius: 3.6rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.63);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.63);
}

#page_header .navbar-toggler {
  font-size: 25px;
  padding: .45rem .65rem;
  background-color: transparent;
  border: 0.5px solid transparent;
  border-radius: 3.6rem;
}

#page_header #ifc3 {
  width: 100%;
}

#page_header .navbar-dark .navbar-nav .h-link {
  color: #FFFFFF;
  padding-bottom: 0px !important;
}

#page_header .navbar-dark .navbar-nav .h-link {
  color: #FFFFFF !important;
  text-decoration: none;
}

#page_header .navbar-dark .navbar-nav .h-link:hover {
  color: #00abcf !important;
  text-decoration: none;
}

#page_header .navbar-dark .navbar-nav .active > .h-link,
#page_header .navbar-dark .navbar-nav .h-link.active {
  color: #000;
}

#page_header .nav-item {
  display: block;
  padding: 0.5rem 1rem;
}

#page_header .header_buttons {
  display: none;
}

#page_header .state-hidden {
  display: none !important;
}

#page_header .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

#page_header .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

#page_header .badge {
  padding-left: 9px;
  padding-right: 9px;
}

#page_header .label-warning[href],
#page_header .badge-warning[href] {
  background-color: #c67605;
}

#page_header #lblCartCount {
  font-size: 11px;
  background: #ff0000;
  color: #fff;
  padding: 1px 5px;
  vertical-align: top;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 35px;
  right: 40px;
  border-radius: 36px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

#page_header nav .title h1 {
  color: #FFFFFF;
}

@media (min-width: 250px) {
  #page_header .navbar {
    padding: 5px 16px !important;
  }
  #page_header .title {
    padding-right: 43px;
  }
}

@media (min-width: 576px) {
  #page_header .navbar {
    padding: 23px 30px !important;
  }
}

@media (min-width: 768px) {
  #page_header .navbar {
    padding: 5px 60px !important;
  }
  #page_header nav .title h1 {
    font-size: 31.5px !important;
  }
  #page_header nav .title p {
    font-size: 18px !important;
  }
  #page_header .title {
    padding-right: 83px;
  }
}

@media (max-width: 991px) {
  #page_header #iFCnavbars {
    max-height: 80vh;
    height: auto;
    min-height: 60vh;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
  #page_header #iFCnavbars::-webkit-scrollbar {
    width: 0 !important;
  }
  #page_header .navbar-dark .navbar-nav .h-link {
    padding: 0px 52px;
    color: black;
    padding-bottom: 0px !important;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #page_header .navbar-nav {
    border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  #page_header .bg-color {
    background-color: #2c2831;
  }
  #page_header .tri {
    position: relative;
  }
  #page_header .colled {
    padding: 24px 0 0 0;
    margin: 2px -52px;
  }
  #page_header .sm_a_set {
    display: inline-block;
    width: 92vw;
  }
  #page_header .nav-item {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  #page_header .nav-item a {
    font-size: 16px;
    font-family: "AR UDJingXiHeiU30 BD";
  }
  #page_header .sub-menu {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  #page_header .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: white white white black;
    position: relative;
  }
  #page_header .tar {
    margin-top: 10px;
    width: 0;
    height: 0;
    left: 83vw;
    position: relative;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: black transparent transparent transparent;
  }
  #page_header .dropbar {
    color: black;
    width: 100%;
    margin: 0 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #page_header .dropbar #drop-nav ul,
  #page_header .dropbar #drop-nav ul ul {
    margin: -2px 0 0;
    padding: 0;
    list-style-type: none;
  }
  #page_header .dropbar #drop-nav ul li.active ul {
    display: block;
  }
  #page_header .dropbar #drop-nav ul li a {
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 18px 0 18px 0px;
    font-size: 16px;
    font-family: "AR UDJingXiHeiU30 BD";
    outline: 0;
    -webkit-transition: all 50ms ease-in;
    transition: all 50ms ease-in;
  }
  #page_header .dropbar #drop-nav ul li a span {
    display: inline-block;
  }
  #page_header .dropbar #drop-nav ul ul {
    display: none;
  }
  #page_header .dropbar #drop-nav ul ul li {
    background: transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
  }
  #page_header .dropbar #drop-nav ul ul li a {
    font-size: 16px;
    font-family: "AR UDJingXiHeiU30 BD";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
  }
}

@media (max-width: 786px) {
  #page_header .tar {
    left: 77vw;
  }
}

@media (max-width: 576px) {
  #page_header .sm_a_set {
    width: 98vw;
  }
}

@media (min-width: 992px) {
  #page_header {
    /*
        .header_button:before {
            content: '';
            background-color: #000;
            width: 120%;
            height: 120%;
            position: absolute;
            top: 90%;
            left: -110%;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
            transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
        }
        */
    /*        
        .header_button:focus:before,
        
        .header_button:hover:before {
            top: -12%;
            left: -12%;
        }
        .header_button:focus .fa,
        .header_button:hover .fa {
            color: #fff;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        */
  }
  #page_header .navbar-dark .navbar-toggler {
    margin-top: 1rem;
  }
  #page_header #iFCnavbars {
    /*bottom: 10px;*/
  }
  #page_header #navbarsiFontCloud {
    overflow-y: hidden;
  }
  #page_header .dropbar,
  #page_header .dis992 {
    display: none;
  }
  #page_header .scrolled {
    -webkit-transition: border-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, background-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: border-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, background-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: border-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, background-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: border-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, background-color 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    border-bottom: 1px solid #efefef !important;
    background-color: white !important;
  }
  #page_header .navbar-nav .nav-item {
    padding-top: 2.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-family: "AR UDJingXiHeiU30 BD" !important;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #page_header .bg-color {
    /*background-color: rgba(255, 255, 255, 0);*/
    background-color: #2c2831;
    /*border-bottom: 1px solid rgba(239, 239, 239, 0);*/
  }
  #page_header .nav-item {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  #page_header nav .title h1 {
    color: #FFFFFF;
    letter-spacing: -1.57px !important;
    font-size: 28px !important;
  }
  #page_header nav .title p {
    font-size: 13.9px !important;
  }
  #page_header .navbar {
    padding: 0px 60px !important;
  }
  #page_header .title {
    padding-right: 55px;
  }
  #page_header .header_buttons {
    float: left;
    /*padding-top: 2rem;*/
    margin-right: 10px;
    display: block;
  }
  #page_header .header_button {
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    margin: 0 4px;
    text-align: center;
    position: relative;
    /*overflow: hidden;*/
    opacity: .99;
    border-radius: 3.6rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  }
  #page_header .header_button .fa {
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  }
  #page_header .header_button.Vuser:before {
    background-color: #3B5998;
  }
  #page_header .header_button.Vuser .fa {
    color: black;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
  #page_header .header_button.Vsearch:before {
    background-color: #3CF;
  }
  #page_header .header_button.Vsearch .fa {
    color: black;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
  #page_header .header_button.Vcart:before {
    background-color: #DC4A38;
  }
  #page_header .header_button.Vcart .fa {
    color: black;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
  #page_header .header_button .fa:hover {
    color: #0eb7da;
    /*
                border:2px solid #0eb7da;   
                transition: border-top-color 0.5s linear, border-right-color 0.5s linear 0.20s, border-bottom-color 0.5s linear 0.20s;
                */
  }
}

@media (min-width: 1200px) {
  #page_header nav .title h1 {
    font-size: 28px !important;
  }
  #page_header nav .title p {
    font-size: 13.9px !important;
  }
  #page_header .navbar {
    padding: 0px 60px !important;
  }
  #page_header .title {
    padding-right: 96px;
  }
  #page_header .taiwan-excellence {
    display: block !important;
  }
  #page_header .taiwan-excellence img {
    max-width: 120px;
    content: url("../images/taiwan-excellence_2x.png");
  }
}

@media (min-width: 1300px) {
  #page_header .taiwan-excellence {
    display: block !important;
  }
  #page_header .taiwan-excellence img {
    max-width: 120px;
    content: url("../images/taiwan-excellence_1x.png");
  }
}

#page_header .collapse {
  height: 80px;
}

#page_header .navbar-nav {
  height: 100%;
}

#page_header .navbar-nav li {
  height: 100%;
  padding-bottom: 0;
  line-height: 80px;
}

#page_header .menu {
  width: 100%;
  background-color: white;
  padding: 0 60px;
}

#page_header .menu-list {
  display: none;
}

#page_header .menu-list ul {
  list-style: none;
  table-layout: fixed;
  width: 100%;
  height: auto;
}

#page_header .menu-list ul li {
  padding-right: 45px;
  position: relative;
  display: table-cell;
}

#page_header .menu-list ul li p {
  margin-bottom: 0.5rem !important;
}

#page_header .menu-list ul li .menu-title {
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 16px;
}

#page_header .menu-list ul li .menu-content {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
}

#page_header .menu-list ul li a {
  font-family: "AR UDJingXiHeiU30 EB";
  color: #666666;
}

#page_header .menu-list ul li a:hover {
  color: #b3b3b3;
}

#page_header .nav-item {
  padding-top: 0 !important;
}

#page_header #about {
  margin-left: 225px;
  height: 50px;
  line-height: 50px;
}

#page_header #plan {
  padding-top: 15px;
  margin-left: 300px;
}

#page_header #plan li {
  padding-right: 45px !important;
}

#page_header #qa {
  margin-left: 325px;
  height: 50px;
  line-height: 50px;
}

#page_header #member {
  padding-top: 15px;
  margin-left: 1250px;
}

#page_header #member li {
  padding-right: 45px !important;
}

#page_header .header_button.triangle-after {
  position: relative;
}

#page_header .header_button.triangle-after:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 80%;
  left: 25%;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 15px #FFFFFF;
}

#page_header .triangle-after {
  position: relative;
}

#page_header .triangle-after:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 70%;
  left: 40%;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 15px #FFFFFF;
}

#page_header .header_select p {
  margin-bottom: 5px !important;
}

#page_header .header_select .select-webfont {
  padding: 5px 10px;
  border-radius: 10px;
  color: #00abcf;
  border-color: #00abcf;
  font-size: 14px;
}

#page_header .header_select .select-webfont option {
  height: 30px;
}

#page_header .select-xl {
  display: none;
}

@media (min-width: 1300px) {
  #page_header .select-xl {
    display: block;
  }
}

/*登入*/


#page_login {
  margin-top: 70px;
}

@media (min-width: 992px) {
	#page_login {
	margin-top: 80px;
	}
}

#page_login #login .row, #page_login #register .row, #page_login #join .row {
  min-width: 492px;
}

@media (max-width: 575px) {
  #page_login #login .row, #page_login #register .row, #page_login #join .row  {
    min-width: 335px;
  }
}

@media (max-width: 370px) {
  #page_login #login .row, #page_login #register .row, #page_login #join .row  {
    min-width: 305px;
  }
}

#page_login #login .row form, #page_login #register .row form, #page_login #join .row form {
  width: 100%;
}

#page_login .img-area {
  margin-left: 40px;
}

#page_login #main-row {
  min-height: calc(100vh - 350px);
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  #page_login #main-row {
    min-height: calc(100vh - 326px);
  }
}

@media (min-width: 1200px) {
  #page_login #main-row {
    min-height: calc(100vh - 226px);
  }
}

#page_login img:not(#refreshImg) {
  height: calc(100vh - 305px);
}

#page_login img#refreshImg {
  min-width: 85%;
}

#page_login .input-label {
  font-size: 14px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_login h3 {
  font-size: 24px;
  color: #3e3a39;
}

#page_login a {
  font-size: 14px;
  color: #00a6ce;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_login .change-mode {
  font-size: 18px;
  color: #00a6ce;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_login .gender p, #page_login .gender label {
  font-size: 17px !important;
  color: #808080;
}

#page_login .agree p, #page_login .agree label, #page_login .code p, #page_login .code label {
  color: #808080;
  font-size: 14px !important;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_login .blue-btn {
  background-color: #0071bc;
  color: #FFF;
  width: 100%;
  height: 47px;
  width: 156px;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 18px;
  cursor: pointer;
}

#page_login #refreshImg {
  width: 100%;
}

@media (min-width: 1200px) {
  #page_login label {
    font-size: 14px !important;
  }
}
#page_login .member-item  {
	cursor:pointer;
	border-bottom:1px solid #00a6ce;
	padding-bottom:20px;
	padding-top:20px;
	
}

#page_login .member-item  p{
	font-size:24px;
	font-family:'AR UDJingXiHeiU30 BD' !important;
}

#page_login .member-item  span{
	font-family:'AR UDJingXiHeiU30 DB' !important;
	color:#808080;
}

#page_login  #register select {
	width:100%;
	border-bottom:1px solid #80808073;
}


/*網站地圖*/
#page_sitemap {
  margin-top: 120px;
}

#page_sitemap #main-row {
  min-height: calc(100vh - 450px);
}

@media (min-width: 992px) {
  #page_sitemap #main-row {
    min-height: calc(100vh - 406px);
  }
}

@media (min-width: 1300px) {
  #page_sitemap #main-row {
    height: calc(100vh - 266px);
    margin-left: -24px !important;
  }
}

#page_sitemap h3 {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 28px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  #page_sitemap h3 {
    margin-bottom: 77px;
  }
}

#page_sitemap h4 {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 24px;
  color: #0071bc;
}

#page_sitemap a {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  color: #3e3a39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #page_sitemap .list {
    padding-left: 10px !important;
  }
}

@media (min-width: 992px) {
  #page_sitemap .list {
    padding-left: 172px !important;
  }
}

@media (min-width: 1300px) {
  #page_sitemap .list {
    padding-left: 0 !important;
  }
}

#page_sitemap .item {
  padding: 46px 0;
}

@media (min-width: 768px) {
  #page_sitemap .item:not(:last-child) {
    border-bottom: 0px;
  }
}

@media (min-width: 576px) {
  #page_sitemap .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  #page_sitemap .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 212px;
            flex: 0 0 212px;
    padding: 0px 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #page_sitemap .item:nth-child(3) {
    margin-bottom: 138px;
  }
}

#page_sitemap .item:nth-child(6) {
  margin-bottom: 92px;
}

@media (min-width: 768px) {
  #page_sitemap .item:nth-child(6) {
    margin-bottom: 138px;
  }
}

#page_sitemap ul {
  list-style: none;
  padding-left: 1em;
  line-height: 20px;
}

#page_sitemap li::before {
  color: #808080;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#page_sitemap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_sitemap li a {
  font-family: "AR UDJingXiHeiU30 MD" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #808080;
}

#page_sitemap .border-b {
  border-bottom: 0.5px solid #e6e6e6;
}

#page_sitemap .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  top: 13px;
  border-width: 3.5px 0 3.5px 5.5px;
  border-color: white white white #666666;
  position: relative;
}

/*footer頁*/
#page_footer {
  display: none;
}

#page_footer .iFontCloud-img {
  margin-left: 0px;
  margin-right: 16px;
  display: none;
}

@media (min-width: 768px) {
  #page_footer .iFontCloud-img {
    margin-left: 14px;
    margin-right: 14px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #page_footer .iFontCloud-img {
    margin-left: 36px;
    margin-right: 52px;
    display: inline-block;
  }
}

@media (min-width: 1300px) {
  #page_footer .iFontCloud-img {
    margin-left: 45px;
    margin-right: 45px;
    display: inline-block;
  }
}

#page_footer .iFontCloud-img img {
  width: 100%;
  max-width: 210px;
  position: relative;
  top: 15px;
}

@media (min-width: 992px) {
  #page_footer .iFontCloud-img img {
    text-outline: 5px;
  }
}

@media (min-width: 1300px) {
  #page_footer .iFontCloud-img img {
    top: -5px;
  }
}

@media (min-width: 767px) {
  #page_footer .iFontCloud-img img {
    top: 0px;
  }
}


#page_footer .copyright p {
  padding-right: 0px;
}

@media (min-width: 1300px) {
  #page_footer .copyright p {
    padding-right: 48px;
  }
}

#page_footer p {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
}

#page_footer.footer {
  position: absolute;
  width: 100%;
  border-top: 1px solid #efefef;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #FFF;
}

@media (min-width: 768px) {
  #page_footer.footer {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  #page_footer.footer {
    padding-top: 40px;
  }
}

@media (min-width: 1300px) {
  #page_footer.footer {
    padding-top: 40px;
  }
}

#page_footer .navbar-nav {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  display: initial;
}

#page_footer .navbar-nav li {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

@media (min-width: 576px) {
  #page_footer .navbar-nav li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

#page_footer a {
  color: #808080;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 15px;
}

#page_footer .rightside {
  padding: 0 16px;
  width: calc(100% - 140px);
  -webkit-width: calc(100% - 140px);
}

@media (min-width: 768px) {
  #page_footer .rightside {
    width: calc(100% - 200px);
    -webkit-width: calc(100% - 200px);
  }
}

@media (min-width: 1300px) {
  #page_footer .rightside {
    width: calc(100% - 305px);
    -webkit-width: calc(100% - 305px);
  }
}

#page_footer .item {
  border-bottom: 1px solid #efefef;
}

#page_footer span {
  color: #808080;
}

/*index頁*/
#page_index #carouselExampleSlidesOnly {
  margin-top: 69px;
}

@media (min-width: 992px) {
  #page_index #carouselExampleSlidesOnly {
    margin-top: 0px !important;
  }
}

#page_index h5 {
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_index .slick-prev:before, #page_index .slick-next:before {
  font-size: 26px;
}

#page_index .slick-prev {
  z-index: 10;
  left: 15px;
}

#page_index .slick-next {
  z-index: 10;
  right: 15px;
}

#page_index .part-1 .slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#page_index .part-2 .slick-prev {
  z-index: 10;
  left: -20px;
}

#page_index .part-2 .slick-next {
  z-index: 10;
  right: -20px;
}

#page_index .part-2 .slick-prev:before, #page_index .part-2 .slick-next:before {
  color: #707070 !important;
}

#page_index .part-2 .slick-prev, #page_index .part-2 .slick-next {
  top: 45% !important;
}

#page_index .part-2 .slick-slide img {
  border-radius: 50%;
  max-width: 225px;
  margin: 0 auto;
}

#page_index .nav-tabs .nav-item {
  border: 0px;
  background-color: white;
  border-bottom: 1px solid #b3b3b3;
  font-size: 20px;
}

#page_index .nav-tabs .nav-item .nav-link {
  display: initial;
  border: 0px;
  background-color: white;
  outline: none;
  color: #b3b3b3;
  cursor: pointer;
}

#page_index .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid;
  color: #23c0dd;
}

#page_index .nav-tabs .nav-item:has(.nav-link.active) {
  border-bottom: 2px solid #23c0dd !important;
}

#page_index .inner {
  margin-top: 80px;
}

#page_index .info {
  padding-left: 15px;
}

@media (min-width: 992px) {
  #page_index .info {
    padding-left: 50px;
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
  #page_index .info {
    padding-left: 50px;
    margin-top: 10%;
  }
}

#page_index .info h3 {
  font-family: "AR UDJingXiHeiU30 BD";
  color: #23c0dd;
}

@media (min-width: 992px) {
  #page_index .info h3 {
    max-width: 870px !important;
    color: black !important;
  }
}

@media (min-width: 1300px) {
  #page_index .info h3 {
    max-width: 1274px !important;
    color: black !important;
  }
}

#page_index .info h4 {
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_index .info p {
  font-size: 1rem;
}

#page_index .info a {
  color: #00B7D7;
  border: 1px solid #00B7D7;
  padding: 5px 10px;
  border-radius: 8px;
}

#page_index .mt-100 {
  margin-top: 150px !important;
}

#page_index .mt-150 {
  margin-top: 150px !important;
}

@media (min-width: 992px) {
  #page_index .mt-200 {
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
  #page_index .mt-200 {
    margin-top: 10%;
  }
}

#page_index #Yong_SVG_XL_shadow, #page_index #Yong_SVG_shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: -1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#page_index .shadow_f {
  -webkit-animation: movieto 2s 1;
          animation: movieto 2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#page_index .shadow_m {
  -webkit-animation: movieto 2s 1;
          animation: movieto 2s 1;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*前方案頁*/
#page_plan {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #3d3a39;
}

#page_plan a {
  color: #00a6ce;
}

@media (min-width: 1300px) {
  #page_plan #services {
    font-size: 28px;
    margin-left: 314px;
  }
}

#page_plan [ng\:cloak],
#page_plan [ng-cloak],
#page_plan [data-ng-cloak],
#page_plan [x-ng-cloak],
#page_plan .ng-cloak,
#page_plan .x-ng-cloak {
  display: none !important;
}

#page_plan .Card-padding {
  padding: 20px 20px 30px 20px;
}

@media (min-width: 768px) {
  #page_plan .Card-padding {
    padding: 44px 0 44px 15px;
  }
}

@media (min-width: 1300px) {
  #page_plan .Card-padding {
    width: 528px;
  }
}

@media (min-width: 1100px) {
  #page_plan .container {
    width: auto;
  }
}

@media (min-width: 1445px) {
  #page_plan .container {
    width: auto;
  }
}

#page_plan .container .header_width {
  width: 100%;
}

@media (max-width: 600px) {
  #page_plan .container .header_width {
    margin: 0;
  }
}

@media (min-width: 576px) {
  #page_plan .container .header_width {
    width: 516px;
  }
}

@media (min-width: 768px) {
  #page_plan .container .header_width {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #page_plan .container .header_width {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  #page_plan .container .header_width {
    width: 96%;
    padding: 0 20px 0 2s0px;
  }
}

@media (min-width: 1445px) {
  #page_plan .container .header_width {
    width: auto;
    padding: 0;
  }
}

#page_plan .catagoryCard {
  margin: 0px auto;
}

#page_plan .catagoryCard a {
  font-family: "AR UDJingXiHeiU30 BD";
}

@media (min-width: 576px) {
  #page_plan .catagoryCard {
    width: 460px;
  }
}

@media (min-width: 768px) {
  #page_plan .catagoryCard {
    width: 580px;
  }
}

@media (min-width: 992px) {
  #page_plan .catagoryCard {
    width: 88vw;
  }
}

@media (min-width: 1300px) {
  #page_plan .catagoryCard {
    width: 100%;
    max-width: 1600px;
  }
}

#page_plan .catagoryCard .blueCard {
  border: 5px solid white;
  background-color: #0071bc;
  color: white !important;
  height: auto;
}

#page_plan .catagoryCard .blueCard .white_font_color {
  color: white;
}

#page_plan .catagoryCard .blueCard .white_font_color a {
  color: white;
}

#page_plan .catagoryCard .blueCard .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent white;
  position: relative;
}

#page_plan .catagoryCard .blueCard .white_border {
  border-bottom: 1px solid white;
}

@media (min-width: 992px) {
  #page_plan .catagoryCard .blueCard {
    border: 2px solid white;
  }
}

@media (min-width: 1300px) {
  #page_plan .catagoryCard .blueCard {
    max-height: 290px;
    max-width: 532px !important;
  }
}

#page_plan .catagoryCard .grayCard {
  border: 5px solid white;
  background-color: #EFEFEF;
  height: auto;
}

@media (min-width: 992px) {
  #page_plan .catagoryCard .grayCard {
    border: 2px solid white;
  }
}

@media (min-width: 1300px) {
  #page_plan .catagoryCard .grayCard {
    max-height: 290px;
    max-width: 532px !important;
  }
}

#page_plan .catagoryCard .grayCard .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #00a6ce;
  position: relative;
}

#page_plan .catagoryCard .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-height: 28px;
  font-size: 15px;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (min-width: 326px) {
  #page_plan .catagoryCard .description {
    max-height: 110px;
  }
}

@media (min-width: 768px) {
  #page_plan .catagoryCard .description {
    height: 111px;
    font-size: 16px;
    line-height: 29px;
    max-height: 111px;
  }
}

@media (min-width: 1300px) {
  #page_plan .catagoryCard .description {
    height: 120px;
    max-height: 120px;
  }
}

#page_plan .catagoryCard .plan_name {
  border-bottom: 1px solid #3d3a39;
  font-size: 21px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

#page_plan .catagoryCard .nextAction {
  text-align: end;
  margin-top: 10px;
}

#page_plan .catagoryCard .nextAction a {
  display: inline-block;
  margin-right: 5px;
  font-size: 14.3px;
}

#page_plan .services {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_plan .services_click {
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_plan .overlay_ {
  position: "absolute";
  width: "100%";
  height: "100%";
  top: 0;
  left: 0;
  z-index: 999;
  background-color: "#ffffff";
  opacity: 0.5;
}

#page_plan .popupBkgr {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#page_plan .popupBkgr .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#page_plan .popupBkgr > div {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 60px #555;
          box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 80%;
  max-height: 90%;
  vertical-align: middle;
  width: 70%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
  overflow-y: scroll;
}

#page_plan .popupBkgr > div > img {
  width: 100%;
}

#page_plan .popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  line-height: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
}

#page_plan .popupCloseButton:hover {
  background-color: #ccc;
}

#page_plan .popupTrigger {
  position: relative;
  border-bottom: 1px solid #00a6ce;
}

@media (min-width: 576px) {
  #page_plan .popupTrigger {
    left: 16px;
  }
}

@media (min-width: 768px) {
  #page_plan .popupTrigger {
    left: 28px;
  }
}

@media (min-width: 992px) {
  #page_plan .popupTrigger {
    left: 16px;
  }
}

@media (min-width: 1600px) {
  #page_plan .popupTrigger {
    left: 90%;
  }
}

@media (max-width: 576px) {
  #page_plan .padding-header {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) {
  #page_plan .padding-header {
    padding-bottom: 38px;
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  #page_plan .padding-header {
    padding-top: 15px;
    padding-bottom: 42px;
  }
}

@media (min-width: 992px) {
  #page_plan .padding-header {
    padding-bottom: 42px;
    padding-top: 20px;
  }
}

@media (min-width: 1600px) {
  #page_plan .padding-header {
    padding-bottom: 38px;
    padding-top: 30px;
  }
}

/*方案頁*/
#page_plan_detail {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #page_plan_detail .col-plan-3 {
    -ms-flex: 0 0 49%;
    -webkit-box-flex: 0;
            flex: 0 0 49%;
    max-width: 49%;
  }
}

@media (min-width: 992px) {
  #page_plan_detail .col-plan-3 {
    -ms-flex: 0 0 34.5%;
    -webkit-box-flex: 0;
            flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (min-width: 1300px) {
  #page_plan_detail .col-plan-3 {
    -ms-flex: 0 0 24.5%;
    -webkit-box-flex: 0;
            flex: 0 0 24.5%;
    max-width: 24.5%;
  }
}

#page_plan_detail .form-control-plan {
  color: #3e3a39 !important;
  border-radius: 0px !important;
  height: 36px;
}

#page_plan_detail .plan_d_title {
  color: #3d3a39;
  font-size: 28px;
}

@media (max-width: 576px) {
  #page_plan_detail .plan_d_title {
    margin-top: -10px;
    font-size: 28px;
    color: #3d3a39;
  }
}

@media (min-width: 992px) {
  #page_plan_detail .plan_d_title {
    font-size: 24px;
  }
}

#page_plan_detail .packages .package_name_title {
  font-size: 24px;
  color: #3e3a39;
}

@media (max-width: 575px) {
  #page_plan_detail .packages .package_name_title {
    font-size: 24px;
  }
}

#page_plan_detail .packages .h88 {
  height: 88px;
}

#page_plan_detail .packages a {
  font-size: 14px;
  color: #0071bc;
}

#page_plan_detail .packages .original_price {
  word-break: break-all;
  font-size: 14px;
  text-decoration: line-through;
}

#page_plan_detail .packages .package_price {
  font-size: 54px;
  font-family: "AR UDJingXiHeiU30 MD";
  color: #0071bc;
}

@media (max-width: 575px) {
  #page_plan_detail .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

@media (min-width: 575px) {
  #page_plan_detail .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

@media (min-width: 992px) {
  #page_plan_detail .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

@media (min-width: 1300px) {
  #page_plan_detail .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

#page_plan_detail .packages .year_p {
  position: relative;
  bottom: 25px;
}

@media (max-width: 576px) {
  #page_plan_detail .packages .year_p {
    top: -6px;
  }
}

#page_plan_detail .packages .content {
  line-height: 22px;
  font-size: 14px;
  color: #3e3a39;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 35px;
  top: 10px;
  height: 110px;
  margin-bottom: 8px;
}

#page_plan_detail .packages #tip_button {
  cursor: pointer;
  position: relative;
  width: 100%;
}

#page_plan_detail .packages #tip_desc {
  display: none;
  visibility: hidden;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  background-color: white;
  bottom: 0px;
  left: 0px;
  border-radius: 6px;
  z-index: 999;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

#page_plan_detail .package-bg {
  background-color: #f3f7fa;
}

#page_plan_detail .packages #tip_button:hover #tip_desc,
#page_plan_detail .packages #tip_button:active #tip_desc {
  visibility: visible;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page_plan_detail .introTitle .title {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 24px;
  color: #808080;
}

@media (max-width: 575px) {
  #page_plan_detail .introTitle .title {
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 575px) {
  #page_plan_detail .introTitle .title.one {
    margin: 26px auto 0px auto;
  }
}

#page_plan_detail .introTitle .catagoryName {
  width: auto;
  font-size: 24px;
  color: #3e3a39;
}

@media (max-width: 575px) {
  #page_plan_detail .introTitle .catagoryName {
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto 32px auto;
  }
}

#page_plan_detail .introTitle a {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
  color: #00a6ce;
}

#page_plan_detail #catagory .catagoryFrame {
  margin: 0 auto;
}

@media (max-width: 991px) {
  #page_plan_detail #catagory .catagoryFrame {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 23px;
  }
}

@media (max-width: 575px) {
  #page_plan_detail #catagory .catagoryFrame {
    max-width: 90%;
  }
}

#page_plan_detail #catagory .frame::-webkit-scrollbar {
  -webkit-appearance: none;
  margin-left: 16px;
}

#page_plan_detail #catagory .frame::-webkit-scrollbar:vertical {
  width: 11px;
}

#page_plan_detail #catagory .frame::-webkit-scrollbar:horizontal {
  height: 11px;
}

#page_plan_detail #catagory .frame::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: #e6e6e6;
}

#page_plan_detail #catagory .catagory {
  font-size: 14px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 575px) {
  #page_plan_detail #catagory .catagory {
    margin: 18px 12px;
    width: 114.8px;
    height: 141.2px;
    padding: 0 0 15px 0;
    border-radius: 20px;
  }
}

@media (min-width: 576px) {
  #page_plan_detail #catagory .catagory {
    margin: 20px 14px;
    width: 144px;
    height: 178.5px;
    padding: 0 0 15px 0;
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  #page_plan_detail #catagory .catagory {
    margin: 20px 14px;
    width: 144px;
    height: 178.5px;
    padding: 0 0 15px 0;
    border-radius: 20px;
  }
}

@media (min-width: 992px) {
  #page_plan_detail #catagory .catagory {
    margin: 25px 25px;
  }
}

@media (max-width: 768px) {
  #page_plan_detail .longWidth {
    width: 1000px;
    overflow-x: scroll;
  }
}

#page_plan_detail #catagoryList {
  margin: 0 auto;
}

#page_plan_detail .highlight {
  color: #0071bc;
}

#page_plan_detail .planSeparatorBorder {
  min-height: 0;
}

@media (min-width: 576px) {
  #page_plan_detail .planSeparatorBorder {
    padding: 0 0 0 18px;
  }
}

@media (min-width: 992px) {
  #page_plan_detail .planSeparatorBorder {
    padding-left: 16px;
    border-left: 0.5px solid #b5b5b6;
  }
}

#page_plan_detail .plan_border2 {
  padding: 0 16px;
}

@media (min-width: 576px) {
  #page_plan_detail .plan_border3 {
    padding: 0 0 0 18px;
  }
}

@media (min-width: 992px) {
  #page_plan_detail .plan_border3 {
    padding-left: 16px;
    border-left: 0.5px solid #b5b5b6;
  }
}

#page_plan_detail .plan_border_bottom {
  border-bottom: 0.5px solid black;
}

#page_plan_detail .plan_border4 {
  min-height: 0;
}

@media (min-width: 576px) {
  #page_plan_detail .plan_border4 {
    padding-left: 18px;
  }
}

@media (min-width: 992px) {
  #page_plan_detail .plan_border4 {
    padding-left: 16px;
  }
}

#page_plan_detail .plan_box:hover {
  -webkit-box-shadow: 0px 8px 25px #9fb7d4;
  box-shadow: 0px 8px 25px #9fb7d4;
  border-color: #f3f7fa;
  z-index: 5;
}

#page_plan_detail .plan_box:hover .intro a, #page_plan_detail .plan_box:hover .intro p, #page_plan_detail .plan_box:hover .intro div, #page_plan_detail .plan_box:hover .intro span {
  background-color: #0067e4;
  color: #fff;
  border-color: #fff;
}

#page_plan_detail .plan_box:hover .intro #tip_desc {
  color: #000;
}

#page_plan_detail [ng\:cloak],
#page_plan_detail [ng-cloak],
#page_plan_detail [data-ng-cloak],
#page_plan_detail [x-ng-cloak],
#page_plan_detail .ng-cloak,
#page_plan_detail .x-ng-cloak {
  display: none !important;
}

#page_plan_detail .icon img {
  max-width: 100%;
}

#page_plan_detail button {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 16px;
  cursor: pointer;
}

#page_plan_detail .quantity {
  font-size: 14px;
  color: #808080;
}

#page_plan_detail input[type=number]::-webkit-inner-spin-button,
#page_plan_detail input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  background: #FFF;
  color: #b5b5b6;
}

#page_plan_detail input[type=number] {
  border: 1px solid #b5b5b6;
}

@media (min-width: 992px) {
  #page_plan_detail input[type=number] {
    width: 81px;
  }
}

#page_plan_detail .whiteButton {
  color: #808080;
  background-color: white;
  border: 1px solid #b5b5b6;
  height: 36px;
  width: 116px;
}

#page_plan_detail .grayButton {
  color: white;
  background-color: #808080;
  border: none;
  height: 36px;
  width: 116px;
}

@media (max-width: 575px) {
  #page_plan_detail .grayButton {
    margin-left: 8px;
  }
}

@media (max-width: 439px) {
  #page_plan_detail .grayButton {
    margin-left: 130px;
  }
}

#page_plan_detail .services {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_plan_detail .services_click {
  font-family: "AR UDJingXiHeiU30 BD";
}

.popupBkgr {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.popupBkgr .frame::-webkit-scrollbar {
  -webkit-appearance: none;
  margin-left: 16px;
}

.popupBkgr .frame::-webkit-scrollbar:vertical {
  width: 11px;
}

.popupBkgr .frame::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: #80808080;
}

.popupBkgr .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popupBkgr > div {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 60px #555;
          box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  width: 602px;
  max-width: 84%;
  max-height: 90%;
  vertical-align: middle;
  position: relative;
  border-radius: 8px;
  padding: 15px 45px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .popupBkgr > div {
    width: 311px;
    padding: 5px 30px;
  }
}

.popupBkgr > div > img {
  width: 100%;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  line-height: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.AUZTable {
  /*
    tr:nth-child(2n+2) {
        background-color: #E9F2FA;
    }
    */
}

.AUZTable table {
  width: 100%;
}

.AUZTable table.special td.pro {
  color: black !important;
}

.AUZTable tr th {
  padding: 10px 10px;
}

.AUZTable tr th:first-child {
  width: 140px;
}

@media (max-width: 575px) {
  .AUZTable tr th:first-child {
    width: 26px;
  }
}

.AUZTable tr th:last-child, .AUZTable tr th:nth-last-child(2), .AUZTable tr th:nth-last-child(3) {
  width: 110px;
}

@media (max-width: 575px) {
  .AUZTable tr th:last-child, .AUZTable tr th:nth-last-child(2), .AUZTable tr th:nth-last-child(3) {
    width: 54px;
  }
}

.AUZTable tr td {
  padding: 10px 10px;
  border: 1px solid #c1c1c1;
}

.AUZTable tr td:first-child {
  width: 40px;
}

@media (max-width: 575px) {
  .AUZTable tr td:first-child {
    width: 26px;
  }
}

.AUZTable th {
  font-size: 16px;
  border: 1px solid white;
  font-family: "AR UDJingXiHeiU30 BD";
  padding: 12px 0 12px 0;
}

@media (max-width: 575px) {
  .AUZTable th {
    font-size: 12px;
  }
}

.AUZTable table.specail tr:first-child {
  color: white;
}

.AUZTable table.specail tr:first-child :first-child {
  background-color: #00a6ce;
}

.AUZTable table.specail tr:first-child :nth-child(2) {
  background-color: #bdd900;
}

.AUZTable table.specail tr:first-child :nth-child(3) {
  background-color: #dca32c;
}

.AUZTable table.specail tr:first-child :last-child {
  background-color: #1a85dc;
}

.AUZTable table:not(.specail) tr:first-child {
  color: white;
}

.AUZTable table:not(.specail) tr:first-child :first-child {
  background-color: #00a6ce;
  border: 1px solid #00a6ce;
}

.AUZTable table:not(.specail) tr:first-child :nth-child(2) {
  background-color: #bdd900;
  border: 1px solid #bdd900;
}

.AUZTable table:not(.specail) tr:first-child :nth-child(3) {
  background-color: #dca32c;
  border: 1px solid #dca32c;
}

.AUZTable table:not(.specail) tr:first-child :last-child {
  background-color: #1a85dc;
  border: 1px solid #1a85dc;
}

.AUZTable td {
  font-size: 14px;
  border: 1px solid white;
  font-family: "AR UDJingXiHeiU30 BD";
  padding: 6px 0 6px 0;
}

@media (max-width: 575px) {
  .AUZTable td {
    font-size: 12px;
  }
}

.AUZTable td.desc {
  text-align: left;
}

.AUZTable td.std {
  color: #bdd900;
}

.AUZTable td.pro {
  color: #dca32c;
}

.AUZTable td.edu {
  color: #1a85dc;
}

.discountTable {
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 991px) {
  .discountTable {
    font-size: 12px;
  }
}

.discountTable tr:nth-child(2n+2) {
  background-color: #E9F2FA;
}

.discountTable th {
  border: 1px solid white;
  font-family: "AR UDJingXiHeiU30 BD";
  padding: 6px 0 6px 0;
}

.discountTable tr:first-child {
  color: white;
  background-color: #4d5466;
}

.discountTable tr:first-child :first-child {
  background-color: #00a6ce;
}

.discountTable tr:first-child th:first-child {
  width: 115px;
}

@media (max-width: 991px) {
  .discountTable tr:first-child th:first-child {
    width: 60px;
  }
}

@media (max-width: 576px) {
  .discountTable tr:first-child th:first-child {
    width: 30px;
  }
}

.discountTable td {
  padding: 12px 0 12px 0;
}

.highlight_std table:not(.special) th:nth-last-child(3) {
  border-left: 3px solid #bdd900 !important;
  border-right: 3px solid #bdd900 !important;
  border-top: 3px solid #bdd900 !important;
}

.highlight_std table.special .std {
  border-top: 3px solid #bdd900 !important;
  border-left: 3px solid #bdd900 !important;
  border-right: 3px solid #bdd900 !important;
  border-bottom: 3px solid #bdd900 !important;
}

.highlight_std table .std {
  border-left: 3px solid #bdd900;
  border-right: 3px solid #bdd900;
  border-bottom: 3px solid #bdd900;
}

.highlight_std table tr:last-child .std {
  border-bottom: 3px solid #bdd900;
}

.highlight_pro table:not(.special) th:nth-last-child(2) {
  border-left: 3px solid #dca32c !important;
  border-right: 3px solid #dca32c !important;
  border-top: 3px solid #dca32c !important;
}

.highlight_pro table.special .pro {
  border-top: 3px solid #dca32c !important;
  border-right: 3px solid #dca32c !important;
  border-bottom: 3px solid #dca32c !important;
  border-left: 3px solid #dca32c !important;
}

.highlight_pro table .pro {
  border-left: 3px solid #dca32c;
  border-right: 3px solid #dca32c;
  border-bottom: 3px solid #dca32c;
}

.highlight_pro table tr:last-child .pro {
  border-bottom: 3px solid #dca32c;
}

.highlight_edu table:not(.special) th:last-child {
  border-left: 3px solid #1a85dc !important;
  border-right: 3px solid #1a85dc !important;
  border-top: 3px solid #1a85dc !important;
}

.highlight_edu table.special .edu {
  border-top: 3px solid #1a85dc !important;
  border-right: 3px solid #1a85dc !important;
  border-bottom: 3px solid #1a85dc !important;
  border-left: 3px solid #1a85dc !important;
}

.highlight_edu table .edu {
  border-left: 3px solid #1a85dc;
  border-right: 3px solid #1a85dc;
  border-bottom: 3px solid #1a85dc;
}

.highlight_edu table tr:last-child .edu {
  border-bottom: 3px solid #1a85dc;
}

.highlight_pro_en th:last-child {
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-top: 3px solid black;
}

.highlight_pro_en td:last-child.pro {
  border-left: 3px solid black;
  border-right: 3px solid black;
}

.highlight_pro_en tr:last-child td:last-child {
  border-bottom: 3px solid black;
}

.highlight_std_en th:nth-last-child(2) {
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-top: 3px solid black;
}

.highlight_std_en td:nth-last-child(2).std {
  border-left: 3px solid black;
  border-right: 3px solid black;
}

.highlight_std_en tr:last-child td:nth-last-child(2) {
  border-bottom: 3px solid black;
}

@media (min-width: 576px) {
  .popupBkgr .content {
    width: auto;
  }
}

@media (min-width: 768px) {
  .popupBkgr .content {
    width: auto;
  }
}

@media (min-width: 992px) {
  .popupBkgr .content {
    width: auto;
  }
}

@media (min-width: 1300px) {
  .popupBkgr .content {
    width: 950px;
  }
}

/*應用新知*/
#page_newknowledge {
  margin-top: 120px !important;
}

#page_newknowledge {
  /*
    article {
        display: block;
    }
    */
}

#page_newknowledge .nav-mb {
  margin-bottom: 100px !important;
}

#page_newknowledge .newkd {
  margin-bottom: 40px;
}

#page_newknowledge .head-other a {
  font-size: 28px;
  color: #808080;
}

#page_newknowledge .head-title a,
#page_newknowledge .head-title {
  font-size: 28px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_newknowledge #newk-pagination .page {
  display: none;
}

#page_newknowledge .AR-inner {
  display: block;
  padding-top: 250px;
  margin-top: -250px;
}

#page_newknowledge .newk {
  margin: 0 0 30px;
  position: relative;
}

#page_newknowledge .newk-grid .newk-title {
  font-size: 24px;
  padding: 0;
  text-align: left;
  color: #3e3a39;
}

@media (max-width: 576px) {
  #page_newknowledge .newk-grid .newk-title {
    font-size: 21px;
  }
}

#page_newknowledge .newk-title {
  position: relative;
  text-align: center;
  padding: 0 5px;
}

#page_newknowledge .newk-content {
  line-height: 31px;
  padding-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 84px;
  color: #808080;
}

#page_newknowledge .newk-utils {
  font-size: 18px;
  color: #00a6ce;
  text-align: right;
}

#page_newknowledge .newk-date {
  font-size: 18px;
  width: 95px;
  overflow: hidden;
  white-space: nowrap;
  color: #808080;
}

#page_newknowledge .newk-meta {
  height: 70px;
  margin-bottom: 20px;
}

#page_newknowledge .newk-meta2 {
  margin-top: 10px;
  margin-bottom: 70px;
}

#page_newknowledge .newk-featured {
  margin-bottom: 5px;
}

#page_newknowledge .newk-content-id {
  line-height: 31px;
  padding-top: 15px;
  font-size: 16px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_newknowledge h3.title {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 21px;
  color: #3e3a39;
}

#page_newknowledge .content {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 16px;
  color: #808080;
  margin-top: 6px;
  line-height: 2;
}

#page_newknowledge aside {
  margin-bottom: 46px;
}

#page_newknowledge .recently a {
  font-size: inherit;
  color: inherit;
  line-height: 1.4;
  display: block;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

#page_newknowledge select option {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 16px;
  color: #808080;
  letter-spacing: 2px;
}

#page_newknowledge select {
  width: 144px;
  font-family: "AR UDJingXiHeiU30 MD";
  letter-spacing: 1px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #808080;
  line-height: inherit;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px !important;
  border-bottom: 1px solid #ced4da;
}

#page_newknowledge select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
}

#page_newknowledge select::-ms-expand {
  display: none;
}

#page_newknowledge select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#page_newknowledge select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#page_newknowledge .pagination > li > a {
  padding: 8px 15px;
}

#page_newknowledge .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#page_newknowledge .row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

#page_newknowledge .row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#page_newknowledge .container-fluid {
  width: 100%;
}

#page_newknowledge .container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  #page_newknowledge .container-md {
    max-width: 516px !important;
  }
}

@media (min-width: 768px) {
  #page_newknowledge .container-md {
    max-width: 646px !important;
  }
}

@media (min-width: 992px) {
  #page_newknowledge .container-md {
    max-width: 100% !important;
  }
}

@media (min-width: 1300px) {
  #page_newknowledge .container-md {
    max-width: 1296px !important;
  }
}

#page_newknowledge .page {
  display: none;
}

#page_newknowledge li.page {
  display: inline;
}

#page_newknowledge .page-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_newknowledge .newk-xl-2 .newk-title {
  font-size: 21px !important;
}

#page_newknowledge .pagination-lg .page-link {
  padding: 1.5rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

#page_newknowledge .widget {
  padding: 25px 32px;
}

#page_newknowledge .activity-grid .activity-title {
  font-size: 24px;
  padding: 0;
  text-align: left;
  color: #3e3a39;
}

#page_newknowledge .activity-title {
  position: relative;
  text-align: center;
  padding: 0 5px;
}

#page_newknowledge .activity-xl-2 .activity-title {
  font-size: 21px !important;
}

#page_newknowledge .more_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 59px;
}

#page_newknowledge .sus-title {
  font-size: 18px;
  margin-top: 8px;
  text-align: left;
  color: #3e3a39;
}

#page_newknowledge .activity-content-id {
  line-height: 31px;
  padding-top: 15px;
  font-size: 16px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_newknowledge .activity-meta-id {
  margin-top: 70px;
  margin-bottom: 20px;
}

#page_newknowledge .id-midsus {
  padding: 0 12px 0 12px;
  border-right: solid 2px #ebebeb;
  border-left: solid 2px #ebebeb;
}

#page_newknowledge .id-rightsus {
  padding: 0 8px 0 12px;
}

#page_newknowledge .id-leftsus {
  padding: 0 12px 0 8px;
}

#page_newknowledge .activity-sus-id {
  line-height: 29px;
  padding-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 150px;
  color: #808080;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_newknowledge .borderb-id {
  margin-top: 80px;
  margin-bottom: 100px;
  border-bottom: solid 2px #ebebeb;
}

#page_newknowledge .news-xl-1 {
  margin-bottom: 51px;
}

#page_newknowledge .news-xl-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 230px;
}

#page_newknowledge .news-xl-1 h2 {
  margin-bottom: 29px;
}

#page_newknowledge .news-xl-1 small {
  margin-bottom: 12px;
}

#page_newknowledge .news-xl-1 span {
  margin-top: 16px;
}

#page_newknowledge .news-xl-2 {
  margin-bottom: 51px;
}

#page_newknowledge .news-xl-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 230px;
}

#page_newknowledge .news-xl-2 h2 {
  margin-bottom: 29px;
}

#page_newknowledge .news-xl-2 small {
  margin-bottom: 12px;
}

#page_newknowledge .news-xl-2 span {
  margin-top: 16px;
}

#page_newknowledge .imgdev {
  text-align: center;
}

#page_newknowledge .imgdev a img {
  max-width: 380px;
}

#page_newknowledge .newknow-content p {
  text-align: justify !important;
}

#page_newknowledge .news-xl-1 {
  display: block !important;
}

@media (min-width: 576px) {
  #page_newknowledge .more_img {
    height: 90px;
  }
  #page_newknowledge .news-xl-1 {
    display: block !important;
  }
}

@media (min-width: 768px) {
  #page_newknowledge .recently a {
    -webkit-margin-before: 11px;
            margin-block-start: 11px;
  }
  #page_newknowledge .center-padding {
    padding-right: 0px;
    padding-left: 32px;
  }
  #page_newknowledge .center-top-padding {
    padding-right: 0px;
    padding-left: 32px !important;
    top: -223px;
  }
  #page_newknowledge .more_img {
    height: 120px;
  }
  #page_newknowledge .news-xl-1 {
    display: block !important;
  }
}

@media (min-width: 992px) {
  #page_newknowledge .newknow-content {
    width: 380px;
  }
  #page_newknowledge .center-padding {
    padding-right: 64px;
    padding-left: 64px;
  }
  #page_newknowledge .newk-xl-1 {
    -ms-flex: 0 0 870px;
    -webkit-box-flex: 0;
            flex: 0 0 870px;
    max-width: 870px;
  }
  #page_newknowledge .newk2-xl-1 {
    -ms-flex: 0 0 830px;
    -webkit-box-flex: 0;
            flex: 0 0 830px;
    max-width: 830px;
  }
  #page_newknowledge .newk-xl-2 {
    -ms-flex: 0 0 419px;
    -webkit-box-flex: 0;
            flex: 0 0 419px;
    max-width: 419px;
  }
  #page_newknowledge .newk2-xl-2 {
    -ms-flex: 0 0 380px;
    -webkit-box-flex: 0;
            flex: 0 0 380px;
    max-width: 380px;
  }
  #page_newknowledge .center-top-padding {
    padding-right: 0px;
    padding-left: 0px !important;
    top: 0;
  }
  #page_newknowledge .more_img {
    height: 153px;
  }
  #page_newknowledge .news-xl-1 {
    display: -webkit-inline-box  !important;
    display: -ms-inline-flexbox  !important;
    display: inline-flex  !important;
    margin-bottom: 51px;
  }
  #page_newknowledge .news-xl-1 img {
    max-width: 830px !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
  #page_newknowledge .news-xl-1 .imgdev {
    /* width: fit-content;*/
    width: 815px;
  }
  #page_newknowledge .news-xl-1 .content-new {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 70px;
    margin-top: 20px;
  }
  #page_newknowledge .news-xl-1 h2 {
    margin-bottom: 29px;
  }
  #page_newknowledge .news-xl-1 .newknow-content {
    height: 115px;
  }
  #page_newknowledge .news-xl-2 {
    -ms-flex: 0 0 380px;
    -webkit-box-flex: 0;
            flex: 0 0 380px;
    max-width: 380px;
    margin-bottom: 51px;
  }
  #page_newknowledge .news-xl-2 img {
    width: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 230px;
  }
  #page_newknowledge .news-xl-2 h2 {
    margin-bottom: 29px;
  }
  #page_newknowledge .news-xl-2 small {
    margin-bottom: 12px;
  }
  #page_newknowledge .news-xl-2 span {
    margin-top: 16px;
  }
  #page_newknowledge .news-xl-3 {
    margin-bottom: 51px;
  }
  #page_newknowledge .news-xl-3 .imgdev {
    text-align: left;
  }
  #page_newknowledge .news-xl-3 img {
    max-width: 380px;
    max-height: 230px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page_newknowledge .news-xl-3 h2 {
    margin-bottom: 29px;
  }
  #page_newknowledge .news-xl-3 small {
    margin-bottom: 12px;
  }
  #page_newknowledge .news-xl-3 span {
    margin-top: 16px;
  }
  #page_newknowledge .news-xl-3 .content-new {
    max-width: 380px;
    margin-bottom: 0px;
  }
  #page_newknowledge .news-xl-3 .newknow-content {
    width: 100%;
  }
}

#page_newknowledge .content-new {
  margin-bottom: 30px;
}

@media (min-width: 1300px) {
  #page_newknowledge .newk-xl-1 {
    -ms-flex: 0 0 876px;
    -webkit-box-flex: 0;
            flex: 0 0 876px;
    max-width: 876px;
  }
  #page_newknowledge .newk2-xl-1 {
    -ms-flex: 0 0 830px;
    -webkit-box-flex: 0;
            flex: 0 0 830px;
    max-width: 830px;
  }
  #page_newknowledge .newk-xl-2 {
    -ms-flex: 0 0 422px;
    -webkit-box-flex: 0;
            flex: 0 0 422px;
    max-width: 422px;
  }
  #page_newknowledge .newk2-xl-2 {
    -ms-flex: 0 0 380px;
    -webkit-box-flex: 0;
            flex: 0 0 380px;
    max-width: 380px;
  }
  #page_newknowledge .new-slider-xl-1 {
    -ms-flex: 0 0 255px;
    -webkit-box-flex: 0;
            flex: 0 0 255px;
    max-width: 255px;
  }
  #page_newknowledge .new-slider-xl-2 {
    -ms-flex: 0 0 380px;
    -webkit-box-flex: 0;
            flex: 0 0 380px;
    max-width: 380px;
  }
  #page_newknowledge .more_img {
    height: 180px;
  }
  #page_newknowledge .news-xl-2 {
    -ms-flex: 0 0 380px;
    -webkit-box-flex: 0;
            flex: 0 0 380px;
    max-width: 380px;
  }
  #page_newknowledge .container {
    max-width: 1296px;
  }
}

#page_newknowledge .type-tag a {
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #000000 !important;
}

#page_newknowledge .type-tag a.unactive {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_newknowledge .small-title {
  width: 72px;
  height: 16px;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #808080 !important;
}

#page_newknowledge .newknow-title {
  /* width: 336px;*/
  min-height: 28px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #3d3a39 !important;
}

#page_newknowledge .newknow-content {
  max-height: 263px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-family: "AR UDJingXiHeiU30 MD";
  color: #808080 !important;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  #page_newknowledge .newknow-content {
    max-height: 263px;
  }
}

@media (min-width: 768px) {
  #page_newknowledge .newknow-content {
    max-height: 263px;
  }
}

@media (min-width: 992px) {
  #page_newknowledge .newknow-content {
    max-height: 263px;
  }
}

@media (min-width: 1300px) {
  #page_newknowledge .newknow-content {
    max-height: 203px;
  }
}

#page_newknowledge .newknow-content p {
  color: #808080 !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
}

#page_newknowledge .newknow-content a {
  text-decoration: none !important;
}

#page_newknowledge .content-tags {
  height: 30px;
  border-radius: 14px;
  border: solid 1px #0071bc;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #0071bc;
}

#page_newknowledge .content-tags a {
  text-decoration: none !important;
}

#page_newknowledge .load-more {
  width: 117px;
  border-radius: 14px;
  background-color: #0071bc;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

#page_newknowledge .alltags {
  height: 30px;
  border-radius: 14px;
  border: solid 1px #808080;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}

#page_newknowledge .eachNews {
  display: none;
}

#page_newknowledge #loadMore {
  cursor: pointer;
}

#page_newknowledge table {
  width: 100%;
}

#page_newknowledge table, #page_newknowledge tr, #page_newknowledge td {
  font-size: 14px;
  border: 1px solid black;
  text-align: center;
}

/*服務與協助*/
#page_servicehelp,
#page_introduce_package {
  /*camil 客服*/
  /*2019 11 01*/
}

#page_servicehelp #AR_sel,
#page_introduce_package #AR_sel {
  font-size: 21px !important;
  text-align: center;
  text-align-last: center;
}

#page_servicehelp #AR_sel option,
#page_introduce_package #AR_sel option {
  font-size: 21px !important;
  text-align: center;
  text-align-last: center;
}

#page_servicehelp #cami_patrol_tool img,
#page_introduce_package #cami_patrol_tool img {
  width: 100%;
}

#page_servicehelp .head-title,
#page_introduce_package .head-title {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_servicehelp .head-title a,
#page_introduce_package .head-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_servicehelp .position_fix,
#page_introduce_package .position_fix {
  padding-right: 0px;
}

#page_servicehelp .sencond-title,
#page_introduce_package .sencond-title {
  font-size: 22px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_servicehelp .sencond-title a,
#page_introduce_package .sencond-title a {
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_servicehelp .sencond-unused,
#page_introduce_package .sencond-unused {
  font-size: 22px;
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_servicehelp .sencond-unused a,
#page_introduce_package .sencond-unused a {
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_servicehelp .contract_title,
#page_introduce_package .contract_title {
  font-size: 24px !important;
}

#page_servicehelp .AR-inner,
#page_introduce_package .AR-inner {
  padding-top: 285px;
  margin-top: -285px;
}

#page_servicehelp #s_h,
#page_introduce_package #s_h {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#page_servicehelp .box,
#page_introduce_package .box {
  text-align: left;
}

#page_servicehelp .box .box_content,
#page_introduce_package .box .box_content {
  display: inline-block;
  height: auto;
  line-height: 30px;
}

#page_servicehelp .box_content p,
#page_introduce_package .box_content p {
  line-height: 2;
  font-size: 16px;
  color: #808080;
  text-align: left;
  margin-bottom: 0;
}

#page_servicehelp .box .box_img,
#page_introduce_package .box .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#page_servicehelp #sp,
#page_introduce_package #sp {
  text-align: left;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 16px;
  color: #808080;
  margin-bottom: 0px;
  line-height: 2;
}

#page_servicehelp .service-t,
#page_introduce_package .service-t {
  text-align: left;
  font-size: 18px !important;
  color: #3e3a39 !important;
  margin-bottom: 0px;
  line-height: 1.5;
}

#page_servicehelp .icon,
#page_introduce_package .icon {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#page_servicehelp .icon_p,
#page_introduce_package .icon_p {
  font-size: 18px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
  padding: 0 0;
}

#page_servicehelp .contract_p,
#page_introduce_package .contract_p {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 14px;
  color: #3e3a39;
  text-align: left !important;
  margin-top: 32px;
  margin-bottom: 5px;
}

#page_servicehelp .contract_input,
#page_introduce_package .contract_input {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 17px;
  color: #3e3a39;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ced4da;
  padding: 0;
  -webkit-transition: all .15s;
  transition: all .15s;
  position: relative;
}

#page_servicehelp select option,
#page_introduce_package select option {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 18px;
  color: #3e3a39;
  letter-spacing: 2px;
}

#page_servicehelp select,
#page_introduce_package select {
  position: relative;
  width: 100%;
  font-family: "AR UDJingXiHeiU30 BD";
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
  color: #3e3a39;
  line-height: inherit;
  border-bottom: 1px solid #ced4da;
}

#page_servicehelp .f_t,
#page_introduce_package .f_t {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-top: 0;
}

#page_servicehelp .form_p,
#page_introduce_package .form_p {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 14px;
  color: #3e3a39;
  text-align: left !important;
  margin-bottom: 7px;
  margin-top: 7px;
  padding-left: 18px;
}

#page_servicehelp .form-control,
#page_introduce_package .form-control {
  height: 327px;
  font-family: "AR UDJingXiHeiU30 MD";
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  z-index: auto;
  position: relative;
  line-height: 24px;
  font-size: 16px;
  background: transparent !important;
}

#page_servicehelp .button_line,
#page_introduce_package .button_line {
  border: 0.5px solid #ced4da;
  border-bottom: 0.5px solid #ced4da;
  margin: 95px 0 75px 0;
}

#page_servicehelp .button_line2,
#page_introduce_package .button_line2 {
  border: 0.5px solid #ced4da;
  border-bottom: 0.5px solid #ced4da;
  margin: 95px 0 75px 0;
}

#page_servicehelp .button_line3,
#page_introduce_package .button_line3 {
  height: 0px;
  border-bottom: 1px solid #ced4da;
  margin: 65px 0 20px 0;
}

#page_servicehelp .tool_title,
#page_introduce_package .tool_title {
  color: #3e3a39;
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 BD";
  margin-bottom: 25px;
}

#page_servicehelp .for_tool,
#page_introduce_package .for_tool {
  padding-bottom: 28px !important;
  margin-bottom: 0px !important;
}

#page_servicehelp .for_content,
#page_introduce_package .for_content {
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  border-bottom: 0.5px solid #808080de;
}

#page_servicehelp .for_f,
#page_introduce_package .for_f {
  padding-top: 20px;
}

#page_servicehelp .tool,
#page_introduce_package .tool {
  top: 0px;
}

#page_servicehelp .tool_buttom_40,
#page_introduce_package .tool_buttom_40 {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background-color: #9b9b9b;
  text-align: center;
}

#page_servicehelp .tool_buttom_40 a,
#page_introduce_package .tool_buttom_40 a {
  color: #000000 !important;
  margin-top: 15px;
  top: 8px;
  position: relative;
  font-family: "AR UDJingXiHeiU30 DB" !important;
}

#page_servicehelp .tool_buttom,
#page_introduce_package .tool_buttom {
  width: 191.9px;
  height: 45px;
  border-radius: 10px;
  background-color: #00a6ce;
  text-align: center;
}

#page_servicehelp .tool_buttom a,
#page_introduce_package .tool_buttom a {
  color: #ffffff !important;
  margin-top: 15px;
  top: 8px;
  position: relative;
  font-family: "AR Dori Sans Demibold" !important;
}

#page_servicehelp .tool_buttom2,
#page_introduce_package .tool_buttom2 {
  width: 191.9px;
  height: 45px;
  border-radius: 10px;
  background-color: #0071bc;
  text-align: center;
}

#page_servicehelp .tool_buttom2 a,
#page_introduce_package .tool_buttom2 a {
  color: #ffffff !important;
  margin-top: 15px;
  top: 8px;
  position: relative;
  font-family: "AR Dori Sans Demibold" !important;
}

#page_servicehelp .tool_a a,
#page_introduce_package .tool_a a {
  color: #00a6ce;
  font-size: 18px;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_servicehelp .tool_a .beta2,
#page_introduce_package .tool_a .beta2 {
  color: #0071bc;
}

#page_servicehelp .beta2 a,
#page_servicehelp .beta2 div,
#page_servicehelp .beta2,
#page_servicehelp .beta2 p,
#page_introduce_package .beta2 a,
#page_introduce_package .beta2 div,
#page_introduce_package .beta2,
#page_introduce_package .beta2 p {
  color: #0071bc !important;
}

#page_servicehelp .betabg,
#page_introduce_package .betabg {
  background-color: #0071bc !important;
}

#page_servicehelp .tool_a div,
#page_introduce_package .tool_a div {
  color: #3e3a39;
  font-size: 18px;
  font-family: "AR UDJingXiHeiU30 MD";
  margin-bottom: 0px;
}

#page_servicehelp .ss,
#page_introduce_package .ss {
  color: #808080;
  font-size: 16px;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_servicehelp .scontent,
#page_introduce_package .scontent {
  color: #3e3a39;
  font-size: 14px;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_servicehelp .triangle,
#page_introduce_package .triangle {
  position: relative;
  left: 76px;
  top: -10px;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #00a7cf transparent transparent transparent;
}

#page_servicehelp .more,
#page_introduce_package .more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  top: 11px;
  font-size: 18px;
  left: 13px;
  color: #00a7cf;
  height: 23px;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_servicehelp .backto,
#page_introduce_package .backto {
  font-family: inherit;
  top: 6px;
  position: relative;
  font-size: 23px;
  color: #00a7cf;
  padding-bottom: 2px;
  border-bottom: 1px solid #00a7cf;
}

#page_servicehelp .intro_content,
#page_introduce_package .intro_content {
  width: calc(100vw - 60px);
}

#page_servicehelp .intro_content .info,
#page_introduce_package .intro_content .info {
  font-family: inherit;
  top: -2px;
  left: 15px;
  position: relative;
  font-size: 14px;
  color: #00a7cf;
  border-bottom: 1px solid #00a7cf;
}

#page_servicehelp .intro_content .title,
#page_introduce_package .intro_content .title {
  font-family: "AR UDJingXiHeiU30 BD";
  color: #3d3a39;
  font-size: 18px;
}

#page_servicehelp .intro_content p,
#page_introduce_package .intro_content p {
  color: #999999;
  line-height: 2;
  margin-bottom: 0px;
}

#page_servicehelp .intro_content div,
#page_introduce_package .intro_content div {
  margin-bottom: 35px;
}

#page_servicehelp .intro_title,
#page_introduce_package .intro_title {
  position: relative;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #3d3a39;
  font-size: 24px;
  margin-top: 50px;
}

#page_servicehelp .container-fluid,
#page_introduce_package .container-fluid {
  width: 100%;
}

#page_servicehelp .container-fluid,
#page_introduce_package .container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

#page_servicehelp .nav_img,
#page_introduce_package .nav_img {
  background-color: #f2f2f2;
  height: 265px;
}

#page_servicehelp .introimg,
#page_introduce_package .introimg {
  position: relative;
  width: 100%;
  margin: auto 0;
}

#page_servicehelp .introimg2,
#page_introduce_package .introimg2 {
  position: relative;
  width: 100%;
  top: -30px;
}

#page_servicehelp .intro_h h1,
#page_introduce_package .intro_h h1 {
  font-family: "AR New Hebe Sans Extrabold";
  font-size: 32px;
  margin-bottom: 2px;
  letter-spacing: -2px;
}

#page_servicehelp .intro_h p,
#page_introduce_package .intro_h p {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 15px;
  color: #808080;
  margin-bottom: 0;
}

#page_servicehelp .confirm,
#page_servicehelp .save,
#page_introduce_package .confirm,
#page_introduce_package .save {
  font-size: 18px;
  color: white;
  height: 48px;
  width: 216px;
  background-color: #0071bc;
  border: none;
}

#page_servicehelp select,
#page_introduce_package select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
}

#page_servicehelp select::-ms-expand,
#page_introduce_package select::-ms-expand {
  display: none;
}

#page_servicehelp select.minimal,
#page_introduce_package select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#page_servicehelp select.minimal:focus,
#page_introduce_package select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#page_servicehelp .sh-mx-auto,
#page_introduce_package .sh-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

#page_servicehelp .sa-md-row,
#page_introduce_package .sa-md-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

#page_servicehelp .for_service,
#page_introduce_package .for_service {
  border-bottom: 0.5px solid #808080de;
}

#page_servicehelp .specialMark,
#page_introduce_package .specialMark {
  font-size: 21px;
  color: red;
  font-family: "AR Brush1 Extrabold Italic";
}

@media (min-width: 576px) {
  #page_servicehelp .toolrow_width,
  #page_introduce_package .toolrow_width {
    width: 300px;
    max-width: 300px !important;
  }
}

@media (min-width: 768px) {
  #page_servicehelp .toolrow_width,
  #page_introduce_package .toolrow_width {
    width: 360px;
    max-width: 360px !important;
  }
}

@media (min-width: 992px) {
  #page_servicehelp .toolrow_width,
  #page_introduce_package .toolrow_width {
    width: 490px;
    max-width: 490px !important;
  }
}

@media (min-width: 290px) {
  #page_servicehelp .scontent,
  #page_introduce_package .scontent {
    width: 280px;
  }
  #page_servicehelp .sencond-title,
  #page_introduce_package .sencond-title {
    font-size: 20px;
  }
  #page_servicehelp .sencond-unused,
  #page_introduce_package .sencond-unused {
    font-size: 20px;
  }
  #page_servicehelp .sencond,
  #page_introduce_package .sencond {
    top: 0px;
  }
  #page_servicehelp .head-title,
  #page_introduce_package .head-title {
    margin-bottom: 2rem;
  }
  #page_servicehelp .title-margin,
  #page_introduce_package .title-margin {
    margin-bottom: 35px;
  }
  #page_servicehelp .box_img img,
  #page_introduce_package .box_img img {
    width: auto;
    height: auto;
  }
  #page_servicehelp .box .box_img,
  #page_introduce_package .box .box_img {
    height: 185px;
  }
  #page_servicehelp .f_t,
  #page_introduce_package .f_t {
    margin-top: 50px !important;
  }
  #page_servicehelp .margin35,
  #page_introduce_package .margin35 {
    margin: 35px 0 35px 0;
  }
  #page_servicehelp .ar-border-left,
  #page_introduce_package .ar-border-left {
    border-left: 0px solid #ced4da;
  }
  #page_servicehelp .tool-margin,
  #page_introduce_package .tool-margin {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 321px) {
  #page_servicehelp .sencond-title,
  #page_introduce_package .sencond-title {
    font-size: 24px;
  }
  #page_servicehelp .sencond-unused,
  #page_introduce_package .sencond-unused {
    font-size: 24px;
  }
  #page_servicehelp .scontent,
  #page_introduce_package .scontent {
    width: 321px;
  }
}

@media (min-width: 576px) {
  #page_servicehelp .for_f,
  #page_introduce_package .for_f {
    border-top: 0;
    padding-top: 0px;
  }
  #page_servicehelp .sencond-title,
  #page_introduce_package .sencond-title {
    font-size: 24px;
  }
  #page_servicehelp .box_img img,
  #page_introduce_package .box_img img {
    width: auto;
    height: auto;
  }
  #page_servicehelp .box .box_img,
  #page_introduce_package .box .box_img {
    height: 190px;
  }
  #page_servicehelp .f_t,
  #page_introduce_package .f_t {
    margin-top: 50px !important;
  }
  #page_servicehelp .intro_content,
  #page_introduce_package .intro_content {
    width: 455px;
  }
  #page_servicehelp .-m24,
  #page_introduce_package .-m24 {
    margin-left: -8px;
  }
  #page_servicehelp .introimg,
  #page_introduce_package .introimg {
    position: relative;
    width: 450px;
    top: 9px;
  }
  #page_servicehelp .introimg2,
  #page_introduce_package .introimg2 {
    position: relative;
    width: 510px;
    top: 5px;
  }
  #page_servicehelp .for_help,
  #page_introduce_package .for_help {
    padding-bottom: 60px !important;
    margin-bottom: 20px !important;
    border-bottom: 0.5px solid #808080de;
  }
  #page_servicehelp .for_tool,
  #page_introduce_package .for_tool {
    padding-bottom: 28px !important;
    margin-bottom: 20px !important;
    border-bottom: 0.5px solid #808080de;
  }
}

@media (min-width: 768px) {
  #page_servicehelp .for_service,
  #page_introduce_package .for_service {
    border-bottom: none;
  }
  #page_servicehelp .sa-md-row,
  #page_introduce_package .sa-md-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  #page_servicehelp .tool_title,
  #page_introduce_package .tool_title {
    padding-left: 0px;
  }
  #page_servicehelp .scontent,
  #page_introduce_package .scontent {
    width: auto;
  }
  #page_servicehelp .sh-mx-auto,
  #page_introduce_package .sh-mx-auto {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  #page_servicehelp .tool_a div,
  #page_introduce_package .tool_a div {
    -ms-flex: 0 0 144px;
    -webkit-box-flex: 0;
            flex: 0 0 144px;
    max-width: 380px;
  }
  #page_servicehelp .tool_a .beta,
  #page_introduce_package .tool_a .beta {
    -ms-flex: 0 0 191px;
    -webkit-box-flex: 0;
            flex: 0 0 191px;
    max-width: 370px;
  }
  #page_servicehelp .introimg,
  #page_introduce_package .introimg {
    position: relative;
    width: 565px;
    top: 20px;
  }
  #page_servicehelp .introimg2,
  #page_introduce_package .introimg2 {
    position: relative;
    width: 640px;
    top: 19px;
  }
  #page_servicehelp .intro_title,
  #page_introduce_package .intro_title {
    top: -13px;
    margin-bottom: 0;
  }
  #page_servicehelp .box_img img,
  #page_introduce_package .box_img img {
    width: auto;
    height: auto;
  }
  #page_servicehelp .sencond,
  #page_introduce_package .sencond {
    top: -42px;
  }
  #page_servicehelp .box .box_img,
  #page_introduce_package .box .box_img {
    height: 190px;
  }
  #page_servicehelp .f_t,
  #page_introduce_package .f_t {
    margin-top: 0px !important;
  }
  #page_servicehelp .ar-border-left,
  #page_introduce_package .ar-border-left {
    border-left: 1px solid #ced4da;
  }
  #page_servicehelp .intro_content,
  #page_introduce_package .intro_content {
    width: 307px;
  }
  #page_servicehelp .-m24,
  #page_introduce_package .-m24 {
    margin-left: -24px !important;
  }
  #page_servicehelp .nav_img,
  #page_introduce_package .nav_img {
    height: 310px;
    margin-top: 0px !important;
  }
  #page_servicehelp .head-title,
  #page_introduce_package .head-title {
    margin-bottom: 3rem;
  }
  #page_servicehelp .button_line,
  #page_introduce_package .button_line {
    margin: 50px 0 40px 0;
  }
  #page_servicehelp .tool_a div.auth,
  #page_introduce_package .tool_a div.auth {
    -ms-flex: 0 0 178px;
    -webkit-box-flex: 0;
            flex: 0 0 178px;
    max-width: 370px;
  }
  #page_servicehelp .pr-xl-35,
  #page_introduce_package .pr-xl-35 {
    border-right: 0.5px solid #808080de;
  }
  #page_servicehelp .intro_p,
  #page_introduce_package .intro_p {
    margin-bottom: 35px;
  }
  #page_servicehelp .for_help,
  #page_introduce_package .for_help {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  #page_servicehelp .tool_a div,
  #page_introduce_package .tool_a div {
    -ms-flex: 0 0 158px;
    -webkit-box-flex: 0;
            flex: 0 0 158px;
    max-width: 380px;
  }
  #page_servicehelp .tool_a_width,
  #page_introduce_package .tool_a_width {
    width: 295px;
  }
  #page_servicehelp .head-title,
  #page_introduce_package .head-title {
    margin-bottom: 3rem;
  }
  #page_servicehelp .sencond-title,
  #page_introduce_package .sencond-title {
    font-size: 24px;
  }
  #page_servicehelp .box_img img,
  #page_introduce_package .box_img img {
    width: auto;
    height: auto;
  }
  #page_servicehelp .box .box_img,
  #page_introduce_package .box .box_img {
    height: 190px;
  }
  #page_servicehelp .icon_p,
  #page_introduce_package .icon_p {
    padding: 0 14px !important;
  }
  #page_servicehelp .f_t,
  #page_introduce_package .f_t {
    margin-top: 0px !important;
  }
  #page_servicehelp .title-margin,
  #page_introduce_package .title-margin {
    margin-bottom: 35px;
  }
  #page_servicehelp .tool,
  #page_introduce_package .tool {
    top: 0px !important;
  }
  #page_servicehelp .intro_content,
  #page_introduce_package .intro_content {
    width: 418px;
  }
  #page_servicehelp .-m24,
  #page_introduce_package .-m24 {
    margin-left: -24px !important;
  }
  #page_servicehelp .sencond,
  #page_introduce_package .sencond {
    top: -87px;
  }
}

@media (min-width: 1300px) {
  #page_servicehelp .tool_a div.auth,
  #page_introduce_package .tool_a div.auth {
    -ms-flex: 0 0 170px;
    -webkit-box-flex: 0;
            flex: 0 0 170px;
    max-width: 370px;
  }
  #page_servicehelp .intro_content,
  #page_introduce_package .intro_content {
    width: 539px;
  }
  #page_servicehelp .pr-xl-35,
  #page_introduce_package .pr-xl-35 {
    padding-right: 35px !important;
    border-right: 0.5px solid #808080de;
  }
  #page_servicehelp .px-25,
  #page_introduce_package .px-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  #page_servicehelp #s_h,
  #page_introduce_package #s_h {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  #page_servicehelp .xl-2,
  #page_introduce_package .xl-2 {
    -ms-flex: 0 0 11.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 11.666667%;
    max-width: 11.666667%;
  }
  #page_servicehelp .xl-4,
  #page_introduce_package .xl-4 {
    -ms-flex: 0 0 360px;
    -webkit-box-flex: 0;
            flex: 0 0 360px;
    max-width: 33.333333%;
  }
  #page_servicehelp .f_t,
  #page_introduce_package .f_t {
    -ms-flex: 0 0 556px;
    -webkit-box-flex: 0;
            flex: 0 0 556px;
    max-width: 556px;
  }
  #page_servicehelp #icon,
  #page_introduce_package #icon {
    -ms-flex: 0 0 120px;
    -webkit-box-flex: 0;
            flex: 0 0 120px;
    max-width: 120px;
  }
  #page_servicehelp .box_img img,
  #page_introduce_package .box_img img {
    width: auto;
    height: auto;
  }
  #page_servicehelp .box .box_img,
  #page_introduce_package .box .box_img {
    height: 200px;
  }
  #page_servicehelp .title-margin,
  #page_introduce_package .title-margin {
    margin-bottom: 53px;
  }
  #page_servicehelp .tool-margin,
  #page_introduce_package .tool-margin {
    margin-bottom: 1rem !important;
  }
  #page_servicehelp .tool,
  #page_introduce_package .tool {
    top: 48px !important;
  }
  #page_servicehelp .margin35,
  #page_introduce_package .margin35 {
    margin: 0px 0 0px 0;
  }
  #page_servicehelp .intro_content,
  #page_introduce_package .intro_content {
    width: 539px;
  }
  #page_servicehelp .-m24,
  #page_introduce_package .-m24 {
    margin-left: -16px !important;
  }
  #page_servicehelp .nav_img,
  #page_introduce_package .nav_img {
    height: 400px;
  }
  #page_servicehelp .introimg,
  #page_introduce_package .introimg {
    position: relative;
    width: 745px;
    top: 20px;
    left: 50px;
  }
  #page_servicehelp .introimg2,
  #page_introduce_package .introimg2 {
    position: relative;
    width: 780px;
    top: 29px;
  }
  #page_servicehelp .intro_h h1,
  #page_introduce_package .intro_h h1 {
    font-size: 42.7px;
  }
  #page_servicehelp .intro_h p,
  #page_introduce_package .intro_h p {
    font-size: 20px;
  }
  #page_servicehelp .button_line3,
  #page_introduce_package .button_line3 {
    margin: 65px 0 20px 0;
  }
}

#page_servicehelp .download_des,
#page_introduce_package .download_des {
  color: #808080;
  line-height: 1.83;
  font-size: 16px;
  text-align: center;
}

#page_servicehelp .download_des .title,
#page_introduce_package .download_des .title {
  font-size: 18px;
  color: #808080;
}

#page_servicehelp .dt_img,
#page_introduce_package .dt_img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 15px 20px 30px auto;
}

@media (min-width: 768px) {
  #page_servicehelp .dt_img,
  #page_introduce_package .dt_img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 767px) {
  #page_servicehelp .win_mac,
  #page_introduce_package .win_mac {
    margin: 0 40px 0 40px;
  }
}

@media (min-width: 768px) {
  #page_servicehelp .win_mac,
  #page_introduce_package .win_mac {
    position: relative;
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  #page_servicehelp .arrow,
  #page_introduce_package .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  #page_servicehelp .sm-flex,
  #page_introduce_package .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*授權管理*/
#page_license.main-row {
  min-height: calc(100vh - 450px);
}

@media (min-width: 992px) {
  #page_license.main-row {
    min-height: calc(100vh - 406px);
  }
}

@media (min-width: 1200px) {
  #page_license.main-row {
    min-height: calc(100vh - 306px);
  }
}

#page_license .AR-inner {
  padding-top: 285px;
  margin-top: -285px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: 100%;
}

@media (max-width: 575px) {
  #page_license .AR-inner {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#page_license .panel-t {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0px;
  line-height: 1.5;
}

#page_license .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20.5px;
  margin-top: 6px;
}

#page_license .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#page_license .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #999b9e;
  -webkit-transition: .4s;
  transition: .4s;
}

#page_license .slider:before {
  position: absolute;
  content: "";
  height: 22.5px;
  width: 22.5px;
  left: 1.5px;
  bottom: -1px;
  background-color: white;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  border-collapse: separate;
  -webkit-transition: .3s;
  transition: .3s;
}

#page_license input:checked + .slider {
  background-color: #0071bc;
}

#page_license input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #002e3a;
          box-shadow: 0 0 1px #002e3a;
}

#page_license input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

#page_license .slider.round {
  border-radius: 16px;
}

#page_license .slider.round:before {
  border-radius: 50%;
}

#page_license .checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page_license .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#page_license .checkmark {
  position: absolute;
  top: 0.48em;
  left: 0;
  height: 22px;
  width: 22px;
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#page_license .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  outline: none;
}

#page_license .checkbox input:focus ~ .checkmark {
  outline: none;
  border-color: #3197ee;
}

#page_license .checkbox input:checked ~ .checkmark {
  background-color: #3197ee;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

#page_license .tip_button {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #999999;
  line-height: 15px;
  top: -2px;
  font-size: 0.48em;
  padding: 0;
  cursor: pointer;
  background-color: #666666;
  color: white;
  position: relative;
  text-align: center;
}

#page_license .tip_desc {
  visibility: hidden;
  position: absolute;
  width: 320px;
  background-color: white;
  bottom: 15px;
  left: 0px;
  border-radius: 6px;
  z-index: 999;
  border: #6666663a 1px solid;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-family: "AR UDJingXiHeiU30 BD";
  text-align: left;
  padding-left: 6px;
  list-style-type: none;
  line-height: 1.6;
}

#page_license .tip_desc span {
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_license .tip_desc a {
  color: #00a6ce;
}

#page_license .tip_button:hover .tip_desc {
  visibility: visible;
}

#page_license .select-w {
  width: -moz-available;
  width: -webkit-fill-available;
  font-family: Microsoft JhengHei;
  width: 100%;
  margin-bottom: 24px;
  font-size: 21px;
  overflow: visible;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.404);
  padding-bottom: 8px;
  outline: 0;
}

#page_license .field-icon {
  float: right;
  top: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

#page_license label.lic-t {
  cursor: default;
  font-size: 14px;
  margin-bottom: 7px;
  color: #808080;
}

#page_license .save {
  font-size: 18px;
  color: white;
  height: 48px;
  width: 216px;
  background-color: #0071bc;
  border: none;
}

#page_license .sencond-unused {
  font-size: 24px;
}

#page_license .sencond-unused a {
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_license .sencond-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_license .intro {
  font-family: "AR UDJingXiHeiU30 BD" !important;
  font-size: 14px;
  color: #0071bc !important;
  line-height: 2;
  cursor: pointer;
}

#page_license .head-title {
  font-size: 24px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_license .head-title2 {
  font-size: 24px;
  color: #999999;
}

#page_license .list-lic {
  margin-top: 44px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b5b5b5;
}

#page_license .list-i {
  font-size: 14px;
  color: #808080;
}

#page_license .list-a {
  /*color: #3d3a39;*/
  padding-bottom: 10px;
}

#page_license .apps-container {
  border: 1px solid #b5b5b5;
  margin: 12px 0px 12px 0px;
  padding: 32px 8px 32px 16px;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(226, 226, 226, 0.9) 0px 0px 0px 0.4px;
          box-shadow: rgba(226, 226, 226, 0.9) 0px 0px 0px 0.4px;
}

#page_license .app {
  width: 154px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 78px;
  padding: 5px 5px;
  margin-right: 8px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-family: "AR UDJingXiHeiU30 MD";
  text-align: center;
  word-break: break-all;
  cursor: move;
}

#page_license .app:focus,
#page_license .app:hover {
  -webkit-animation: shake 1s;
          animation: shake 1s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 290px) {
  #page_license .save {
    margin-bottom: 30px;
  }
  #page_license .save {
    width: 160px;
  }
}

@media (min-width: 576px) {
  #page_license {
    margin-left: -7px;
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  #page_license .app {
    width: 174px;
  }
  #page_license .app {
    width: 174px;
    max-height: 78px;
    padding: 5px 5px;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  #page_license .apps-container {
    padding: 32px 8px 32px 24px;
  }
}

@media (min-width: 1300px) {
  #page_license .apps-container {
    padding: 32px 16px 32px 32px;
  }
}

#page_license .btn-sm {
  padding: 4.937px 6.4px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4rem;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
  background-color: white;
  z-index: 10;
}

#page_license .btn-brand {
  position: relative;
  right: 10px;
  bottom: 10px;
}

#page_license .connected-apps-container a {
  display: inline-block;
}

#page_license .a-close {
  position: absolute;
  display: none;
}

#page_license .remove_button {
  display: none !important;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg);
            transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-2px, 0px) rotate(0deg);
            transform: translate(-2px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
            transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -1px) rotate(-1deg);
            transform: translate(1px, -1px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg);
            transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-2px, 0px) rotate(0deg);
            transform: translate(-2px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
            transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -1px) rotate(-1deg);
            transform: translate(1px, -1px) rotate(-1deg);
  }
}

/*會員專區*/
#page_membersonly {
  /*
    .row{
        width: 100%;
    }
    */
}

#page_membersonly .h-title {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

@media (max-width: 991px) {
  #page_membersonly .mx-h {
    margin: 0 !important;
  }
}

#page_membersonly .head-title {
  font-size: 21px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_membersonly .head-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_membersonly .web-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #00a6ce;
  font-size: 21px;
}

#page_membersonly .sencond-title {
  font-size: 22px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_membersonly .sencond-title a {
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_membersonly .sencond-unused {
  font-size: 22px;
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_membersonly .sencond-unused a {
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_membersonly .AR-inner {
  padding-top: 285px;
  margin-top: -285px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: 100%;
}

@media (max-width: 575px) {
  #page_membersonly .AR-inner {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#page_membersonly #s_h {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#page_membersonly .col-title {
  -ms-flex: 0 0 109px;
  -webkit-box-flex: 0;
          flex: 0 0 109px;
  max-width: 119px;
}

#page_membersonly .panel {
  -webkit-transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  background-color: #fff;
  max-width: 1200px;
  min-height: 72px;
  border: none;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.21);
  padding: 10px 1px 10px 1px;
}

#page_membersonly .panel-t {
  font-size: 14px;
  color: #808080;
  margin-bottom: 2px;
  line-height: 1.5;
}

#page_membersonly .panel-c {
  font-size: 21px;
  color: #3e3a39;
  line-height: 1.2;
}

#page_membersonly .m_button {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

#page_membersonly .panel .minimal {
  position: relative;
  padding: 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.2px 8.75px 0 8.75px;
  border-color: #000000 transparent transparent transparent;
}

#page_membersonly a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

#page_membersonly [aria-expanded=true] > div .panel-t {
  color: white;
}

#page_membersonly [aria-expanded=true] > div .panel-c {
  color: white;
}

#page_membersonly [aria-expanded=true] > div a {
  color: white;
}

#page_membersonly [aria-expanded=true] {
  -webkit-transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  background-color: #0071bc;
}

#page_membersonly [aria-expanded=true].web_set {
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}

#page_membersonly .app_set {
  border: 4.7px solid #0071bc;
  border-radius: 0px 0px 10px 10px;
  padding: 14.9px 5px;
}

#page_membersonly [aria-expanded=true] > div .minimal {
  top: -11px;
  border-width: 0 8.75px 15.2px 8.75px;
  border-color: transparent transparent #ffffff transparent;
}

#page_membersonly .col-card {
  -ms-flex: 0 0 226px;
  -webkit-box-flex: 0;
          flex: 0 0 226px;
  max-width: 226px;
}

#page_membersonly .pricing-divider {
  border-radius: 12px 12px 0px 0px;
  background: #00a2c0;
  padding: 15px 20px;
  position: relative;
}

#page_membersonly .m_text {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}

#page_membersonly .big_text {
  font-size: 20px;
  line-height: 1;
}

#page_membersonly .card-mid-c {
  background: #e6e6e6;
  padding: 15px 20px 1px 20px;
}

#page_membersonly .m_title {
  line-height: 1;
  font-size: 14px;
  color: #808080;
  margin-bottom: 8px;
}

#page_membersonly .b_content {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 15px;
}

#page_membersonly .card-mid-f {
  background: #f2f2f2;
  border-radius: 0px 0px 12px 12px;
  padding: 20px 20px 10px 20px;
}

#page_membersonly .select-card {
  width: 100%;
  font-size: 21px;
  background: transparent;
  margin-bottom: 17px;
  padding-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#page_membersonly .btn-custom {
  background: #0071bc;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  max-width: 120px;
  max-height: 30px;
  border: none;
  padding: 2px 15px;
  margin-bottom: 20px;
}

#page_membersonly .princing-item {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  margin-bottom: 20px;
}

#page_membersonly .princing-item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

#page_membersonly select.sel-card {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=black, endColorstr=black );
}

#page_membersonly select.sel-card:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 5px) calc(1em - 2px), calc(100% - 10px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=black, endColorstr=black );
}

#page_membersonly .col-input {
  max-width: 312px;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

#page_membersonly label.lic-t {
  cursor: default;
  font-size: 14px;
  margin-bottom: 7px;
  color: #808080;
}

#page_membersonly .confirm,
#page_membersonly .save {
  font-size: 18px;
  color: white;
  height: 48px;
  width: 216px;
  background-color: #0071bc;
  border: none;
}

#page_membersonly .web-panel {
  padding: 7px 0px;
  margin-top: 10px;
  padding-top: 7px;
  background-color: #ededed;
  max-width: 1200px;
  min-height: 66px;
  border: none;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
}

#page_membersonly .web-panel form {
  display: inline;
}

#page_membersonly .web-c {
  margin-top: 5px;
  font-size: 16px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 MD";
  line-height: 1.2;
  margin-bottom: 8px;
  overflow: hidden;
}

#page_membersonly .web-c .btn-sm {
  padding: 0px 3.775px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0px 1px 0.5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 1px 0.5px rgba(0, 0, 0, 0.3);
  background-color: #00a6ce;
  z-index: 4;
  color: #fff;
}

#page_membersonly .web-c .btn-brand {
  position: relative;
  right: 0;
  bottom: 3px;
}

#page_membersonly .web-c .add-p {
  position: relative;
  top: -1.5px;
  left: -0.2px;
  color: white;
}

#page_membersonly .web-c .add {
  color: #00a6ce;
}

#page_membersonly .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20.5px;
  margin-top: 6px;
}

#page_membersonly .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#page_membersonly .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #999b9e;
  -webkit-transition: .4s;
  transition: .4s;
}

#page_membersonly .slider:before {
  position: absolute;
  content: "";
  height: 22.5px;
  width: 22.5px;
  left: 1.5px;
  bottom: -1px;
  background-color: white;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  border-collapse: separate;
  -webkit-transition: .3s;
  transition: .3s;
}

#page_membersonly input:checked + .slider {
  background-color: #0071bc;
}

#page_membersonly input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #002e3a;
          box-shadow: 0 0 1px #002e3a;
}

#page_membersonly input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

#page_membersonly .slider.round {
  border-radius: 16px;
}

#page_membersonly .slider.round:before {
  border-radius: 50%;
}

#page_membersonly .btn-setting {
  background-color: #00a2c0;
  padding: 2.8px 0.5rem !important;
  margin-right: 5px;
  border-radius: 7px;
  line-height: 1 !important;
  font-family: "AR UDJingXiHeiU30 MD";
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -moz-available;
  width: -webkit-fill-available;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 4px;
}

#page_membersonly .width_ie {
  width: 100%;
}

#page_membersonly .btn-smX {
  padding: 2.937px 3.4px;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 4rem;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
  background-color: white;
  z-index: 10;
}

#page_membersonly .btn-brandX {
  position: relative;
  left: 0px;
  bottom: 18px;
}

#page_membersonly .a-close {
  position: absolute;
  left: 93%;
  display: inline-block;
}

#page_membersonly .checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page_membersonly .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#page_membersonly .checkmark {
  position: absolute;
  top: 0.48em;
  left: 0;
  height: 22px;
  width: 22px;
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#page_membersonly .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  outline: none;
}

#page_membersonly .checkbox input:focus ~ .checkmark {
  outline: none;
  border-color: #3197ee;
}

#page_membersonly .checkbox input:checked ~ .checkmark {
  background-color: #3197ee;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

#page_membersonly .col-member {
  -ms-flex: 0 0 95%;
  -webkit-box-flex: 0;
          flex: 0 0 95%;
  max-width: 95%;
}

#page_membersonly .field-icon {
  float: right;
  top: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

#page_membersonly select.select-w {
  padding-bottom: 11px !important;
  padding-top: 1px !important;
}

#page_membersonly .select-w {
  width: -moz-available;
  width: -webkit-fill-available;
  font-family: Microsoft JhengHei;
  width: 100%;
  margin-bottom: 24px;
  font-size: 21px;
  overflow: visible;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.404);
  padding-bottom: 8px;
  outline: 0;
}

#page_membersonly select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
}

#page_membersonly select::-ms-expand {
  display: none;
}

#page_membersonly select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#page_membersonly select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#page_membersonly .don {
  width: 59.7px;
  height: 57.5px;
  font-size: 45.7px;
  padding: 6px;
  line-height: 1;
  background-color: #3e3a39;
  color: white;
  border-radius: 12px;
}

#page_membersonly .myfav {
  height: 88px;
  display: -webkit-inline-box;
  display: -ms-flexbox;
  display: -moz-inline-box;
  margin-bottom: 24px;
}

#page_membersonly .myfav .fontname {
  margin-bottom: 1px;
  color: inherit;
}

#page_membersonly .myfav .ftime {
  font-size: 15px;
  padding-bottom: 3px;
  color: inherit;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1px;
}

#page_membersonly .f-close {
  position: absolute;
  left: 26%;
  top: 6px;
  display: inline-block;
}

#page_membersonly .margin_b98 {
  margin-bottom: 8.8px !important;
  padding-bottom: 0px !important;
}

#page_membersonly .padding_b0 {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#page_membersonly input:disabled.select-w,
#page_membersonly textarea:disabled {
  background-color: transparent !important;
}

#page_membersonly .right {
  float: right;
}

#page_membersonly .showfont {
  font-family: "AR New Hebe Sans Extrabold" !important;
  font-size: 48px !important;
  color: #000;
}

#page_membersonly .showbox {
  border-radius: 12px;
  position: relative;
  width: 100%;
  height: 137.1px;
  background-color: #f2f2f2;
  padding: 11.3px 15.8px;
  font-size: 16px;
  color: #666666;
  text-align: left;
}

#page_membersonly .showbox .text {
  width: 201px;
  height: 91px;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_membersonly #set-btn {
  left: 84%;
  top: -12px;
  z-index: 9;
}

#page_membersonly button:disabled,
#page_membersonly button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

#page_membersonly .frem {
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 1px;
  color: #808080;
  width: 171px;
}

#page_membersonly #AR_sel {
  font-size: 21px !important;
  text-align: center;
  text-align-last: center;
}

#page_membersonly #AR_sel option {
  font-size: 21px !important;
  text-align: center;
  text-align-last: center;
}

@media all and (-ms-high-contrast: none) and (min-width: 290px), (-ms-high-contrast: active) and (min-width: 290px) {
  #page_membersonly .btn-brandX {
    bottom: 230px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 400px), (-ms-high-contrast: active) and (min-width: 400px) {
  #page_membersonly .btn-brandX {
    bottom: 178px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 516px), (-ms-high-contrast: active) and (min-width: 516px) {
  #page_membersonly .btn-brandX {
    bottom: 179px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  #page_membersonly .btn-brandX {
    bottom: 230px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  #page_membersonly .btn-brandX {
    bottom: 170pt;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1300px), (-ms-high-contrast: active) and (min-width: 1300px) {
  #page_membersonly .btn-brandX {
    bottom: 70px;
  }
}

@media (min-width: 290px) {
  #page_membersonly .f-close {
    left: 23%;
  }
  #page_membersonly .col-input {
    -ms-flex: 0 0 290px;
    -webkit-box-flex: 0;
            flex: 0 0 290px;
    max-width: 290px;
  }
  #page_membersonly .gap-h {
    height: 50px;
  }
  #page_membersonly .panel-row-fix {
    max-width: 1200px;
    margin-left: 0px;
  }
  #page_membersonly .panel.mr20 {
    width: calc(100% + 26px);
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  #page_membersonly .sencond-title {
    font-size: 20px;
  }
  #page_membersonly .sencond-unused {
    font-size: 20px;
  }
  #page_membersonly .head-title {
    margin-bottom: 1rem;
  }
  #page_membersonly .web-title {
    line-height: 1.1;
    margin-top: 0;
  }
  #page_membersonly .panel-c {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #page_membersonly input.lic,
  #page_membersonly input.form {
    margin-bottom: 30px;
  }
  #page_membersonly .confirm,
  #page_membersonly .save {
    margin-bottom: 30px;
  }
  #page_membersonly .save {
    width: 160px;
  }
  #page_membersonly input.lic,
  #page_membersonly input.form {
    font-size: 21px;
    overflow: visible;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.404);
    width: 280px;
    padding-bottom: 8px;
    outline: 0;
  }
  #page_membersonly .fwidth,
  #page_membersonly .wwidth {
    margin-bottom: 0;
  }
}

@media (min-width: 360px) {
  #page_membersonly .col-input {
    -ms-flex: 0 0 98%;
    -webkit-box-flex: 0;
            flex: 0 0 98%;
    max-width: 98%;
  }
  #page_membersonly .panel-c {
    font-size: 21px;
  }
  #page_membersonly .sencond-title {
    font-size: 24px;
  }
  #page_membersonly input.lic,
  #page_membersonly input.form {
    font-size: 21px;
    width: 100%;
  }
  #page_membersonly .btn-setting {
    max-width: 130px;
  }
}

@media (min-width: 413px) {
  #page_membersonly .web-title {
    line-height: 1.1;
    margin-top: 22px;
  }
  #page_membersonly .showbox {
    width: 299px;
  }
}

@media (min-width: 576px) {
  #page_membersonly .head-title {
    font-size: 24px;
  }
  #page_membersonly .f-close {
    left: 21%;
  }
  #page_membersonly .col-member {
    -ms-flex: 0 0 460px;
    -webkit-box-flex: 0;
            flex: 0 0 460px;
    max-width: 460px;
  }
  #page_membersonly .btn-setting {
    max-width: 88px;
  }
  #page_membersonly .col-input {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #page_membersonly .sencond-title {
    font-size: 24px;
  }
  #page_membersonly .sencond-unused {
    font-size: 24px;
  }
  #page_membersonly input.lic {
    font-size: 21px;
    width: 98%;
  }
  #page_membersonly .btn-brandX {
    left: 6px;
  }
  #page_membersonly .f-close {
    left: 17%;
  }
  #page_membersonly #set-btn {
    left: 92%;
  }
}

@media (min-width: 768px) {
  #page_membersonly .frem {
    margin-left: 8px;
  }
  #page_membersonly .showbox {
    bottom: 31px;
  }
  #page_membersonly .gap-h {
    height: 60px;
  }
  #page_membersonly .btn-setting {
    max-width: 137px;
  }
  #page_membersonly .head-title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  #page_membersonly .btn-smX {
    padding: 4.937px 6.437px !important;
    font-size: 1rem;
  }
  #page_membersonly .f-close {
    left: 23%;
  }
  #page_membersonly .myfav {
    margin-bottom: 64px;
    -ms-flex: 0 0 318px;
    -webkit-box-flex: 0;
            flex: 0 0 318px;
    max-width: 318px;
  }
  #page_membersonly .myfav .ftime {
    font-size: 16px;
  }
  #page_membersonly .frem {
    padding: 20px 10px;
    width: auto;
  }
  #page_membersonly .don {
    width: 88px;
    height: 88px;
    font-size: 55pt;
    padding: 7px 8px;
  }
  #page_membersonly .panel.mr20 {
    width: calc(100%);
  }
  #page_membersonly .btn-setting {
    max-width: 120px;
  }
  #page_membersonly .col-input {
    -ms-flex: 0 0 560px;
    -webkit-box-flex: 0;
            flex: 0 0 560px;
    max-width: 560px;
  }
  #page_membersonly .m-26 {
    margin-left: -26px;
  }
  #page_membersonly .col-input {
    -ms-flex: 0 0 382px;
    -webkit-box-flex: 0;
            flex: 0 0 382px;
    max-width: 382px;
    float: none;
    margin: 0 0 !important;
  }
  #page_membersonly input.lic {
    width: 350px;
  }
  #page_membersonly .web-panel {
    padding: 7px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #page_membersonly textarea:disabled {
    height: 69px;
    line-height: 1;
  }
  #page_membersonly #set-btn {
    left: 95%;
  }
}

@media (min-width: 1300px) {
  #page_membersonly #set-btn {
    left: 96.5%;
  }
  #page_membersonly .f-close {
    left: 2%;
  }
  #page_membersonly .web-panel {
    padding: 0 7px;
    padding-top: 7px;
  }
  #page_membersonly .m-26 {
    margin-left: 0px;
  }
  #page_membersonly .panel.mr20,
  #page_membersonly .web-panel {
    margin-left: 34px !important;
  }
  #page_membersonly .panel-row-fix {
    margin-left: 20px;
  }
  #page_membersonly .panel-c {
    margin-bottom: 0;
  }
  #page_membersonly input.lic {
    width: 280px;
  }
  #page_membersonly .col-input {
    -ms-flex: 0 0 312px;
    -webkit-box-flex: 0;
            flex: 0 0 312px;
    max-width: 312px;
  }
  #page_membersonly .fwidth {
    max-width: 192.219px !important;
    width: 192.219px !important;
    margin-bottom: 0;
  }
  #page_membersonly .wwidth {
    max-width: 216.578px !important;
    margin-bottom: 0;
  }
  #page_membersonly .btn-setting {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0px;
  }
  #page_membersonly .btn-brandX {
    left: 67px;
  }
}

/*網安政策*/
#page_security .head-title {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_security .head-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_security .policy, #page_security .piracy {
  border: 6px solid #1a72b2;
  margin: 35px 0;
  width: calc(100% - 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_security .policy_text, #page_security .pircay_text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

#page_security .service-t {
  text-align: left;
  font-family: "AR UDJingXiHeiU30 BD" !important;
  font-size: 24px !important;
  color: #3e3a39 !important;
  margin-bottom: 0px;
  line-height: 1.5;
  margin-bottom: 7px;
}

#page_security .col-box {
  text-align: left;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: auto;
  margin-bottom: 30px !important;
}

#page_security .col-box .box_content {
  display: inline-block;
  height: auto;
  line-height: 30px;
}

#page_security .box_content p, #page_security li, #page_security .col-box p {
  line-height: 2;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 16px;
  color: #808080;
  text-align: left;
  margin-bottom: 0;
}

#page_security .box_content ul li:before {
  font-family: "AR UDJingXiHeiU30 MD";
  color: #808080;
  font-size: 16px;
  line-height: 2;
}

#page_security .box_content ul {
  padding-left: 16px;
  list-style: decimal;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_security .box_content ol {
  list-style-type: lower-alpha;
  padding-left: 16px;
}

#page_security .box_content ul {
  padding-right: 16px;
}

#page_security .col-box .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 219px;
}

#page_security .col-box .box_img img {
  height: 171px;
  width: 181px;
}

#page_security .m22, #page_security .m44 {
  margin: 0;
}

#page_security .btn-custom {
  background: #0071bc;
  color: #fff;
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 DB";
  border-radius: 0px;
  max-width: 367px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  min-width: 310px;
  height: 50px;
  border: none;
  padding: 2px 15px;
  margin-bottom: 20px;
}

@media (min-width: 290px) {
  #page_security .head-title {
    margin-bottom: 2rem;
  }
  #page_security .policy {
    height: 275px;
  }
  #page_security .piracy {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 20px;
  }
  #page_security .policy_text, #page_security .pircay_text {
    width: 270px;
    padding: 24px 16px;
    font-size: 19px;
  }
}

@media (min-width: 321px) {
  #page_security .policy_text, #page_security .pircay_text {
    width: 280px;
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  #page_security .policy_text {
    width: 432px;
    font-size: 21px;
  }
  #page_security .pircay_text {
    padding: 0px 0;
    width: 380px;
    font-size: 21px;
  }
  #page_security .col-box {
    text-align: left;
    -ms-flex: 0 0 350px;
    -webkit-box-flex: 0;
            flex: 0 0 350px;
    max-width: 350px;
  }
  #page_security .row-se-p {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  #page_security .box_content ul {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  #page_security .head-title {
    margin-bottom: 1rem;
  }
  #page_security .policy {
    height: 214px;
    margin-top: 30px;
    width: 100%;
  }
  #page_security .piracy {
    height: 425px;
    margin-top: 30px;
    width: 100%;
  }
  #page_security .policy_text {
    width: 580px;
  }
  #page_security .pircay_text {
    width: 560px;
  }
  #page_security .col-box {
    text-align: left;
    -ms-flex: 0 0 301px;
    -webkit-box-flex: 0;
            flex: 0 0 301px;
    max-width: 301px;
  }
  #page_security .m22 {
    margin-right: 22px;
  }
  #page_security .row-se-p {
    padding: 0 !important;
  }
  #page_security .mrd-16 {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  #page_security .policy_text {
    width: 710px;
  }
  #page_security .pircay_text {
    width: 588px;
    padding: 0px 0;
  }
  #page_security .policy, #page_security .piracy {
    width: 745px;
  }
  #page_security .col-box {
    text-align: left;
    -ms-flex: 0 0 350px;
    -webkit-box-flex: 0;
            flex: 0 0 350px;
    max-width: 350px;
  }
  #page_security .m44 {
    margin-right: 44px;
  }
  #page_security .row-se-p {
    padding-left: 60px !important;
  }
}

@media (min-width: 1300px) {
  #page_security .policy {
    height: 276px;
    margin-top: 50px;
    width: 100%;
    border: 8px solid #1a72b2;
  }
  #page_security .piracy {
    height: 416px;
    margin-top: 50px;
    width: 100%;
    border: 8px solid #1a72b2;
  }
  #page_security .policy_text {
    width: 780px;
  }
  #page_security .pircay_text {
    width: 988px;
  }
  #page_security .m44 {
    margin-right: 44px;
  }
  #page_security .col-box2 {
    text-align: left;
    -ms-flex: 0 0 544px;
    -webkit-box-flex: 0;
            flex: 0 0 544px;
    max-width: 544px;
  }
  #page_security .row-se-p {
    padding-left: 75px !important;
  }
}

/*教育驗證*/
#page_email_action {
  margin-top: 160px;
}

#page_email_action .row {
  /*min-height:684px;*/
  min-height: calc(100vh - 305px);
}

#page_email_action div {
  text-align: center;
}

#page_email_action img {
  width: 100%;
  max-width: 204px;
}

#page_email_action h2 {
  font-size: 30px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #29abe2;
}

#page_email_action h3 {
  font-size: 24px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #b3b3b3;
}

#page_email_action p {
  font-size: 21px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #3e3a39;
}

#page_email_action a {
  font-size: 18px;
  font-family: "AR UDJingXiHeiU30 DB";
  color: #00a6ce;
  text-decoration: underline;
}

/*關於iFontcloud*/
#page_aboutme .head-title {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_aboutme .main-row {
  min-height: calc(100vh - 450px);
}

@media (min-width: 992px) {
  #page_aboutme .main-row {
    min-height: calc(100vh - 406px);
  }
}

@media (min-width: 1200px) {
  #page_aboutme .main-row {
    min-height: calc(100vh - 306px);
  }
}

#page_aboutme .sencond-title {
  font-size: 24px;
  color: #3e3a39;
}

#page_aboutme .article {
  padding: 0 30px;
}

#page_aboutme .article .content,
#page_aboutme .content p {
  font-size: 18px;
  color: #808080;
  line-height: 38px;
}

@media (min-width: 768px) {
  #page_aboutme .article .content,
  #page_aboutme .content p {
    font-size: 21px;
  }
}

#page_aboutme .box_content p {
  text-align: left;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 18px;
  color: #3d3a39;
  margin-bottom: 0px;
  padding: 8px 3px;
}

#page_aboutme .box_content p a {
  display: block;
  line-height: 20px;
}

#page_aboutme .box_content a {
  color: #3d3a39;
  text-decoration: underline;
}

#page_aboutme .box {
  text-align: left;
}

#page_aboutme .box .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#page_aboutme .box .box_content {
  display: inline-block;
  height: auto;
  line-height: 30px;
}

#page_aboutme .s_h {
  position: relative;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px;
  margin-bottom: 50px;
}

#page_aboutme .store {
  text-align: center !important;
  font-size: 18px !important;
}

@media (min-width: 290px) {
  #page_aboutme .sencond-title {
    font-size: 24px;
  }
  #page_aboutme .box_img img {
    width: 243;
    height: auto;
  }
  #page_aboutme .box .box_img {
    height: auto;
  }
  #page_aboutme .article {
    padding: 0 15px;
  }
}

@media (min-width: 576px) {
  #page_aboutme .sencond-title {
    font-size: 24px;
  }
  #page_aboutme .box_img img {
    width: auto;
    height: 243;
  }
  #page_aboutme .box .box_img {
    height: auto;
  }
  #page_aboutme .article {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  #page_aboutme .box_img img {
    width: auto;
    height: auto;
  }
  #page_aboutme .box .box_img {
    height: auto;
  }
  #page_aboutme .article {
    padding: 0 15px;
  }
  #page_aboutme .m-8 {
    margin-left: -8px;
  }
}

@media (min-width: 992px) {
  #page_aboutme .sencond-title {
    font-size: 24px;
  }
  #page_aboutme .box_img img {
    width: auto;
    height: auto;
  }
  #page_aboutme .sencond {
    top: -52px;
  }
  #page_aboutme .box .box_img {
    height: auto;
  }
  #page_aboutme .article {
    padding: 0 30px;
  }
  #page_aboutme .m-8 {
    margin-left: 0px;
  }
  #page_aboutme .pl-9 {
    padding-left: 9px !important;
  }
}

@media (min-width: 1299px) {
  #page_aboutme .box_img img {
    width: auto;
    height: auto;
  }
  #page_aboutme .box .box_img {
    height: auto;
  }
  #page_aboutme .contract_text {
    padding-right: 20px !important;
  }
  #page_aboutme .pl-9 {
    padding-left: 18px !important;
  }
  #page_aboutme .ml-about {
    margin-left: 144px !important;
  }
}

/*忘記密碼密碼重設*/
#page_resetpassword {
  margin-top: 130px;
}

#page_resetpassword #main-row {
  min-height: calc(100vh - 305px);
}

#page_resetpassword .input-label {
  font-size: 14px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_resetpassword .blue-btn {
  background-color: #00a6ce;
  color: #FFF;
  width: 100%;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  cursor: pointer;
}

/*字型頁*/
#page_font [ng\:cloak],
#page_font [ng-cloak],
#page_font [data-ng-cloak],
#page_font [x-ng-cloak],
#page_font .ng-cloak,
#page_font .x-ng-cloak {
  display: none !important;
}

#page_font a {
  color: #00a6ce;
}

#page_font #backToTop {
  display: inline-block;
  background-color: #00a6ce;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#page_font #backToTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#page_font #backToTop:hover {
  cursor: pointer;
  background-color: #333;
}

#page_font #backToTop:active {
  background-color: #555;
}

#page_font #backToTop.show {
  opacity: 1;
  visibility: visible;
}

#page_font .content_panel {
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

@media (max-width: 991px) {
  #page_font .content_panel {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #page_font .content_panel #searchWord {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #page_font .content_panel {
    min-height: 1200px;
    width: calc(100% - 431px);
    padding-left: 52px;
    padding-right: 32px;
  }
}

@media (min-width: 1300px) {
  #page_font .content_panel {
    width: calc(100% - 431px);
    padding-left: 52px;
    padding-right: 32px;
  }
}

#page_font .content_panel .display div {
  display: inline-block;
}

#page_font .content_panel .display .scollbar_width {
  width: 100%;
}

#page_font .content_panel .display .fontSize_display {
  text-align: center;
}

#page_font .content_panel .display #font_size {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

#page_font .content_panel .display .display_buttons {
  width: 32px;
  height: 32px;
  border: 1px solid white;
  font-size: 18px;
  margin: 0 4px;
  color: white;
}

#page_font .content_panel .dropdownList {
  border: none;
  border-bottom: 1px solid #808080;
  display: block;
  font-size: 16px;
  padding: 4px 0;
  background: 0 0;
  text-align: left;
  color: #808080;
}

#page_font .content_panel .ordering {
  display: block;
  font-size: 16px;
  padding-right: 29px;
  background: 0 0;
  text-align: left;
  color: #808080;
  border: 1px solid #9e9f9f;
  padding-left: 8px !important;
  border-radius: 6px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 35%;
}

@media (max-width: 575px) {
  #page_font .content_panel .ordering {
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
}

@media (min-width: 992px) {
  #page_font .content_panel .ordering {
    width: 37%;
  }
}

@media (min-width: 1450px) {
  #page_font .content_panel .ordering {
    width: 30%;
    padding-left: 12px !important;
  }
}

#page_font .content_panel .sampleText_input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #808080;
  height: 30px;
  padding-left: 12px;
  border: 1px solid #9e9f9f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;
  font-size: 18px;
}

@media (max-width: 575px) {
  #page_font .content_panel .sampleText_input {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #page_font .content_panel .sampleText_input {
    width: 63%;
  }
}

@media (min-width: 1450px) {
  #page_font .content_panel .sampleText_input {
    width: 70%;
  }
}

#page_font .content_panel .sampleText_dropdownPanel {
  border: 1px solid #808080;
  background-color: white;
  border-radius: 6px;
  position: absolute;
  top: 82%;
  width: 65%;
  z-index: 999;
}

@media (max-width: 575px) {
  #page_font .content_panel .sampleText_dropdownPanel {
    width: 100%;
  }
}

#page_font .content_panel .sampleTextArea {
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  cursor: pointer;
}

#page_font .content_panel .sampleTextArea:hover {
  color: #00a6ce;
}

#page_font .content_panel .sampleTextArea a {
  color: inherit;
  border-bottom: 0px;
  text-decoration: none;
}

#page_font .content_panel .sampleTextArea a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

#page_font .content_panel .sampleTextArea::after {
  width: 20%;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

#page_font .content_panel .sampleTextDisplay {
  overflow: hidden;
  white-space: nowrap;
}

#page_font .content_panel input#searchWord {
  font-family: "AR UDJingXiHeiU30 BD";
  border: snow;
  width: 100%;
  height: 27px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.21) 0 0 5px;
          box-shadow: rgba(0, 0, 0, 0.21) 0 0 5px;
  border-radius: 12px 12px 12px 12px;
  padding: 2px 10px;
  font-size: 14px !important;
}

#page_font .content_panel input.searchWord {
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#page_font .content_panel input.searchWord:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#page_font .content_panel .ad_size {
  display: inline-block;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

#page_font .content_panel #t {
  font-size: 12px;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #898989;
}

#page_font .content_panel #T {
  padding-right: 6px;
  font-size: 20px;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #898989;
}

#page_font .content_panel .sticky {
  position: fixed;
  z-index: 1;
  background-color: white;
}

@media (max-width: 568px) {
  #page_font .content_panel .sticky {
    top: 82px;
  }
}

@media (min-width: 568px) {
  #page_font .content_panel .sticky {
    top: 88px;
  }
}

@media (min-width: 768px) {
  #page_font .content_panel .sticky {
    top: 99px;
  }
}

@media (min-width: 992px) {
  #page_font .content_panel .sticky {
    top: 129px;
  }
}

#page_font .content_panel .sticky + .content {
  padding-top: 102px;
}

#page_font .content_panel input[type="range"] {
  -webkit-appearance: none;
  border-radius: 4px;
  width: 100%;
  height: 6px;
  background-image: -webkit-linear-gradient(left, #00a6ce 0%, #00a6ce 50%, #b3b3b3 50%, #b3b3b3 100%);
  -webkit-box-shadow: inset #b3b3b3 0 0 5px;
          box-shadow: inset #b3b3b3 0 0 5px;
  outline: none;
  -webkit-transition: .1s;
  transition: .1s;
}

#page_font .content_panel input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #898989;
  border-radius: 50%;
  -webkit-transition: .1s;
  transition: .1s;
}

#page_font .content_panel input[type="range"]::-webkit-slider-thumb:hover,
#page_font .content_panel input[type="range"]::-webkit-slider-thumb:active {
  width: 22px;
  height: 22px;
}

#page_font .content_panel input[type="range"]::-moz-range-track {
  height: 4px;
  background: #b3b3b3;
  border: none;
}

#page_font .content_panel input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #898989;
  border: none;
  border-radius: 50%;
}

#page_font .content_panel input[type="range"]::-moz-range-thumb:hover,
#page_font .content_panel input[type="range"]:active::-moz-range-thumb {
  width: 20px;
  height: 20px;
}

#page_font .content_panel input[type="range"]::-moz-range-progress {
  height: 6px;
  background: #00a6ce;
}

#page_font .content_panel input[type="range"]::-moz-focus-outer {
  border: none;
}

#page_font .content_panel .display_row .fontlist_item {
  border-top: 1px #66666620 solid;
}

#page_font .content_panel .display_row .fontlist_item .specialMark {
  font-size: 20px;
  color: red;
}

#page_font .content_panel .display_row .row {
  border-bottom: 1px #66666620 solid;
}

#page_font .content_panel ul.sampleText_dropdownPanel_list {
  list-style-type: none;
  list-style-position: inside;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
}

#page_font .content_panel ul.sampleText_dropdownPanel_list li {
  cursor: pointer;
  padding: 6px 0 6px 12px;
}

#page_font .content_panel ul.sampleText_dropdownPanel_list li:hover {
  background-color: #b3b3b3;
}

#page_font .content_panel #sampleText_dropdown_button {
  font-size: 10px;
  color: #9e9f9f;
  border-radius: 6px;
  margin-left: -4px;
  width: 30px;
  height: 30px;
  border-color: #9e9f9f;
  border-style: solid;
  border: 1px solid #9e9f9f;
}

#page_font .content_panel #select_dropdown_button {
  z-index: -1;
  font-size: 10px;
  color: #9e9f9f;
  border-radius: 6px;
  margin-left: -28.66px;
  width: 30px;
  height: 30px;
  border-color: #9e9f9f;
  border-style: solid;
  border: 1px solid #9e9f9f;
  padding: 7px 7px;
}

#page_font .pageButton {
  border: none;
  background: none;
  cursor: pointer;
  color: #cccccc;
}

#page_font .pageButton:disabled {
  color: #808080;
}

#page_font .pageButton_separatorBorder {
  border-right: 1px solid #cccccc;
}

#page_font .filter_panel {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /* min-height: 1000px;*/
  background-color: #f2f2f2;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-width: 992px) {
  #page_font .filter_panel .new_devA {
    overflow: scroll !important;
    height: 77vh;
    width: 360px;
    position: fixed;
    padding-right: 15px !important;
    right: 0px;
    top: 188px;
  }
  #page_font .filter_panel .new_devB {
    overflow: scroll !important;
    height: 82vh;
    width: 370px;
    position: fixed;
    padding-right: 15px !important;
    right: 0px;
  }
}

@media (min-width: 992px) {
  #page_font .filter_panel {
    width: 366px;
  }
  #page_font .filter_panel .new_devB {
    overflow: hidden hidden;
    height: 82vh;
    width: 370px;
    position: fixed;
    padding-right: 25px;
    right: 0px;
  }
  #page_font .filter_panel .new_devB:hover {
    overflow: hidden scroll;
    padding-right: 15px;
  }
  #page_font .filter_panel .new_devB_bottom {
    height: calc(85vh - 138px) !important;
  }
  #page_font .filter_panel .new_devA {
    overflow: hidden hidden;
    height: 77vh;
    width: 360px;
    position: fixed;
    padding-right: 25px;
    right: 0px;
    top: 188px;
  }
  #page_font .filter_panel .new_devA:hover {
    overflow: hidden scroll;
    padding-right: 15px;
  }
  #page_font .filter_panel .new_devA_bottom {
    height: calc(80.5vh - 162px);
  }
}

@media (min-width: 992px) and (max-height: 800px) {
  #page_font .filter_panel .new_devB {
    height: 71vh;
  }
  #page_font .filter_panel .new_devA {
    height: 67vh;
  }
}

@media (min-width: 992px) {
  #page_font .filter_panel ::-webkit-scrollbar {
    width: 10px;
  }
  #page_font .filter_panel ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #page_font .filter_panel ::-webkit-scrollbar-thumb {
    background: #888;
  }
  #page_font .filter_panel ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

@media (min-width: 1200px) {
  #page_font .filter_panel {
    width: 390px !important;
  }
}

#page_font .filter_panel .filter_area {
  font-family: "AR UDJingXiHeiU30 DB";
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  #page_font .filter_panel .filter_area {
    width: 90%;
    padding-top: 16px;
  }
}

@media (min-width: 992px) {
  #page_font .filter_panel .filter_area {
    width: 330px;
    padding-top: 20px;
  }
}

#page_font .filter_panel .filter_area .filter_header {
  font-family: "AR UDJingXiHeiU30 DB";
  padding-left: 18px;
  cursor: pointer;
  color: #3e3a39;
  border-bottom: 1px "#9e9f9f60" solid;
}

@media (min-width: 992px) {
  #page_font .filter_panel .filter_area .filter_header {
    margin-top: 40px;
  }
}

#page_font .filter_panel .filter_area .filter_header span {
  display: inline-block;
  font-size: 12px;
  padding-right: 20px;
}

#page_font .filter_panel .filter_area .filter_headerB {
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-family: "AR UDJingXiHeiU30 DB";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 18px;
  color: #3e3a39;
  border: 1px "#9e9f9f60" solid;
}

@media (min-width: 992px) {
  #page_font .filter_panel .filter_area .filter_headerB {
    margin-top: 40px;
  }
}

#page_font .filter_panel .filter_area .filter_catagoryName {
  font-family: "AR UDJingXiHeiU30 DB";
  font-size: 14px;
  margin: 20px 0 8px 20px;
  color: #3e3a39;
}

#page_font .filter_panel .filter_area .filter_buttons {
  display: inline-block;
}

@media (min-width: 992px) {
  #page_font .filter_panel .filter_area .filter_buttons {
    width: 305px;
  }
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button_area {
  min-width: 120px;
  width: calc(70vw);
}

@media (min-width: 366px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area {
    width: calc(34vw - 5px);
  }
}

@media (min-width: 576px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area {
    width: calc(23vw - 5px);
  }
}

@media (min-width: 768px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area {
    width: calc(17vw - 5px);
  }
}

@media (min-width: 992px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area {
    width: auto;
  }
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button_area .filter_text {
  font-family: "AR UDJingXiHeiU30 DB";
  width: calc(60vw);
  min-width: 90px;
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

@media (min-width: 366px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area .filter_text {
    width: calc(26vw - 5px);
  }
}

@media (min-width: 576px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area .filter_text {
    width: calc(17vw);
  }
}

@media (min-width: 768px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area .filter_text {
    width: calc(13vw - 5px);
  }
}

@media (min-width: 992px) {
  #page_font .filter_panel .filter_area .filter_buttons .filter_button_area .filter_text {
    width: auto;
  }
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button_areaB {
  min-width: 38px;
  width: auto;
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button_areaB .tooltiptext {
  visibility: hidden;
  width: auto;
  font-size: 12px;
  min-width: 100%;
  background-color: #52c3de;
  color: #fff !important;
  text-align: center;
  padding: 2px 5px;
  border-radius: 6px;
  margin-top: 5px;
  /*right: -11px;*/
  font-family: "AR UDJingXiHeiU30 DB";
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button_areaB:hover .tooltiptext {
  visibility: visible;
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button {
  cursor: pointer;
  width: 26px;
  height: 31px;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #f2f2f2;
  cursor: pointer;
}

#page_font .filter_panel .filter_area .filter_buttons .filter_button img {
  width: 100%;
}

#page_font .filter_panel .filter_area .filter_buttons .filter_buttonB {
  cursor: pointer;
  width: 40px;
  height: 42px;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #f2f2f2;
  cursor: pointer;
}

#page_font .filter_panel .filter_area .filter_buttons .filter_buttonB img {
  width: 100%;
}

#page_font .filter_panel .filter_area .filter_buttons button:focus {
  outline: 0;
}

#page_font .filter_panel .filter_area .emotion_button {
  background: transparent;
  color: #666666;
  border: 1px solid #999999;
  border-radius: 20px;
  height: 32px;
  width: 88px;
  cursor: pointer;
}

#page_font .extra_margin-right {
  margin-right: 24px;
}

@media (min-width: 992px) {
  #page_font .extra_margin-right {
    margin-right: 25px;
    padding-right: 10px;
  }
}

#page_font [ng\:cloak] {
  display: none !important;
}

#page_font #bottom_more {
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  color: #00a6ce;
  cursor: pointer;
  background-color: #00a6ce;
  border-radius: 30px;
  color: white;
}

.font_button {
  background-color: #f2f2f2;
  width: 20px;
}

.font_button button {
  text-decoration: none;
  border: none;
  height: 100vh;
  position: fixed;
  top: 0px;
  display: inline-block;
  background-color: #f2f2f2;
}

.spectrum-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: #4b4b4b;
  color: #4b4b4b;
  border-width: 2px;
  border-style: solid;
  border-radius: 16px;
  height: 32px;
  min-width: 72px;
  padding: 0 14px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 0;
}

.spectrum-Button:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: white;
}

.filter_panel.active {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: 0px !important;
}

@media (max-width: 991px) {
  #content.active {
    width: calc(100%);
  }
}

@media (min-width: 992px) {
  #content.active {
    width: calc(100% - 20px);
  }
}

/*字型內容介紹*/
#page_font_intro {
  color: #3d3a39;
}

#page_font_intro .banner {
  background-color: black;
  width: 100 vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
        img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }
*/
}

@media (min-width: 290px) {
  #page_font_intro .banner img {
    width: 185vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

@media (min-width: 555px) {
  #page_font_intro .banner img {
    width: 155vw;
  }
}

@media (min-width: 992px) {
  #page_font_intro .banner img {
    width: 100%;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .banner img {
    width: auto;
  }
}

@media (max-width: 374px) {
  #page_font_intro .container {
    max-width: 94%;
  }
}

@media (min-width: 375px) {
  #page_font_intro .container {
    max-width: 94%;
  }
}

@media (min-width: 768px) {
  #page_font_intro .container {
    max-width: 613px;
  }
}

@media (min-width: 992px) {
  #page_font_intro .container {
    max-width: 868px;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .container {
    max-width: 1274px;
  }
}

#page_font_intro .family_intro {
  border-bottom: 1px solid #9e9f9f60;
}

#page_font_intro .family_intro .family_name_local {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_font_intro .family_intro .family_name_global {
  font-size: 21px;
  color: #4d4d4d;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_font_intro .family_intro .family_intro_header {
  border-bottom: 1px solid #9e9f9f60;
}

#page_font_intro .family_intro .family_intro_header p {
  display: inline-block;
  font-size: 16px;
  color: #808080;
  margin-right: 10px;
}

#page_font_intro .family_intro .family_intro_header a {
  font-size: 14px;
  color: #00a6ce;
}

#page_font_intro .family_intro .family_intro_desc {
  word-wrap: break-word;
  font-size: 14px;
  color: #808080;
}

#page_font_intro .filter_dropdown_button {
  height: 60px;
  background-color: #f2f2f2;
  cursor: pointer;
}

#page_font_intro .filter_dropdown_button p {
  color: #808080;
}

#page_font_intro .filter_dropdown_button p span {
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

#page_font_intro .filter_dropdown_panel {
  border-bottom: 1px solid #9e9f9f60;
  /*.tip_desc::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 4px;
            margin-left: -5px;
            border-width: 10px;
            border-style: solid;
            border-color: black transparent transparent black;
        }*/
}

#page_font_intro .filter_dropdown_panel .filter_item_tag {
  color: white;
  background-color: #666666;
  /*height: 24px;*/
  border-radius: 12px;
  font-size: 14px;
  position: relative;
}

#page_font_intro .filter_dropdown_panel .filter_item_tag .filter_item_tag_cancel {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 1;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

#page_font_intro .filter_dropdown_panel .filter_item {
  color: #666666;
  background-color: white;
  height: 24px;
  border: 1px solid #999999;
  border-radius: 6px;
  font-size: 14px;
  position: relative;
  font-family: "AR UDJingXiHeiU30 MD";
  outline: none;
}

#page_font_intro .filter_dropdown_panel .filter_header {
  display: inline-block;
}

#page_font_intro .filter_dropdown_panel .tip_button {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #999999;
  font-size: 0.48em;
  padding: 0;
  cursor: pointer;
  background-color: #666666;
  color: white;
  position: relative;
  text-align: center;
}

#page_font_intro .filter_dropdown_panel .tip_desc {
  visibility: hidden;
  position: absolute;
  width: 260px;
  background-color: white;
  bottom: 15px;
  left: 0px;
  border-radius: 6px;
  z-index: 999;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

#page_font_intro .filter_dropdown_panel .tip_desc ul {
  text-align: left;
  padding-left: 6px;
  list-style-type: none;
  line-height: 1.6;
}

#page_font_intro .filter_dropdown_panel .tip_desc ul li {
  font-size: 14px;
}

#page_font_intro .filter_dropdown_panel .tip_desc ul li span {
  font-family: "AR UDJingXiHeiPB5 BD";
}

#page_font_intro .filter_dropdown_panel .tip_desc ul li a {
  color: #00a6ce;
}

#page_font_intro .filter_dropdown_panel .format {
  width: 260px;
}

#page_font_intro .filter_dropdown_panel .charset {
  width: 210px;
}

#page_font_intro .filter_dropdown_panel .attr {
  width: 202px;
}

#page_font_intro .filter_dropdown_panel .tip_button:hover .tip_desc {
  visibility: visible;
}

#page_font_intro .filter_adjust_panel {
  border-bottom: 1px solid #9e9f9f60;
}

#page_font_intro .num_of_fonts {
  text-align: center;
}

@media (min-width: 992px) {
  #page_font_intro .num_of_fonts {
    text-align: left;
  }
}

#page_font_intro .fontsize_dragbar {
  display: inline-block;
  width: 90%;
}

@media (min-width: 992px) {
  #page_font_intro .fontsize_dragbar {
    width: 88%;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .fontsize_dragbar {
    width: 91%;
  }
}

#page_font_intro .ad_size {
  display: inline-block;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

#page_font_intro #t {
  font-size: 12px;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #898989;
}

#page_font_intro #T {
  padding-right: 6px;
  font-size: 20px;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #898989;
}

#page_font_intro .sticky {
  position: fixed;
  z-index: 1;
  background-color: white;
  top: 80px;
}

@media (max-width: 568px) {
  #page_font_intro .sticky {
    top: 82px;
  }
}

@media (min-width: 568px) {
  #page_font_intro .sticky {
    top: 88px;
  }
}

@media (min-width: 768px) {
  #page_font_intro .sticky {
    top: 99px;
  }
}

@media (min-width: 992px) {
  #page_font_intro .sticky {
    top: 80px;
  }
}

#page_font_intro .sticky + .content {
  padding-top: 102px;
}

#page_font_intro input[type="range"] {
  -webkit-appearance: none;
  border-radius: 4px;
  width: 100%;
  height: 6px;
  background-image: -webkit-linear-gradient(left, #00a6ce 0%, #00a6ce 50%, #b3b3b3 50%, #b3b3b3 100%);
  -webkit-box-shadow: inset #b3b3b3 0 0 5px;
          box-shadow: inset #b3b3b3 0 0 5px;
  outline: none;
  -webkit-transition: .1s;
  transition: .1s;
}

#page_font_intro input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #898989;
  border-radius: 50%;
  -webkit-transition: .1s;
  transition: .1s;
}

#page_font_intro input[type="range"]::-webkit-slider-thumb:hover,
#page_font_intro input[type="range"]::-webkit-slider-thumb:active {
  width: 22px;
  height: 22px;
}

#page_font_intro input[type="range"]::-moz-range-track {
  height: 4px;
  background: #b3b3b3;
  border: none;
}

#page_font_intro input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #898989;
  border: none;
  border-radius: 50%;
}

#page_font_intro input[type="range"]::-moz-range-thumb:hover,
#page_font_intro input[type="range"]:active::-moz-range-thumb {
  width: 20px;
  height: 20px;
}

#page_font_intro input[type="range"]::-moz-range-progress {
  height: 6px;
  background: #00a6ce;
}

#page_font_intro input[type="range"]::-moz-focus-outer {
  border: none;
}

#page_font_intro .sampleText_dropdownPanel {
  border: 1px solid #808080;
  background-color: white;
  border-radius: 6px;
  position: absolute;
  top: 82%;
  z-index: 999;
  width: 96%;
}

@media (min-width: 992px) {
  #page_font_intro .sampleText_dropdownPanel {
    width: 74%;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .sampleText_dropdownPanel {
    width: 80%;
  }
}

#page_font_intro ul.sampleText_dropdownPanel_list {
  list-style-type: none;
  list-style-position: inside;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
}

#page_font_intro ul.sampleText_dropdownPanel_list li {
  cursor: pointer;
  padding: 6px 0 6px 12px;
}

#page_font_intro ul.sampleText_dropdownPanel_list li:hover {
  background-color: #b3b3b3;
}

#page_font_intro .sampleText_input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 30px;
  padding-left: 12px;
  border: 1px solid #9e9f9f;
  width: 100%;
}

@media (min-width: 992px) {
  #page_font_intro .sampleText_input {
    width: 74%;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .sampleText_input {
    width: 80%;
  }
}

#page_font_intro #sampleText_dropdown_button {
  font-size: 10px;
  color: #9e9f9f;
  border-radius: 6px;
  margin-left: -4px;
  width: 30px;
  height: 30px;
  border-color: #9e9f9f;
  border-style: solid;
  border: 1px solid #9e9f9f;
  z-index: 999;
}

#page_font_intro .dropdownList {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  padding: 4px 0;
  background: 0 0;
  text-align: left;
  color: #666666;
}

#page_font_intro .dropdownList option {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 12px;
  width: 70%;
  color: #666666;
}

#page_font_intro .fontlist_item {
  border-bottom: 1px solid #9e9f9f60;
}

#page_font_intro div.fontlist_item:first-child {
  border-top: 1px solid #9e9f9f60;
}

#page_font_intro .font_name {
  display: inline-block;
  font-size: 14px;
  color: #9e9f9f;
}

#page_font_intro .specialMark {
  font-size: 20px;
  color: red;
}

#page_font_intro .ttc_including_content {
  display: none;
}

#page_font_intro .ttc_including_dropdown {
  display: inline-block;
  margin-left: 30px;
  font-size: 10px;
  color: #9e9f9f;
  cursor: pointer;
}

#page_font_intro .font_action_button {
  margin-left: 15px;
  border: none;
  background: none;
}

#page_font_intro .sampleTextArea {
  overflow: hidden;
  white-space: nowrap;
  font-size: 48px;
}

#page_font_intro .sampleTextArea::after {
  width: 20%;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=rgba(255, 255, 255, 0), endColorstr=rgba(255, 255, 255, 0);
}

#page_font_intro .pageButton {
  border: none;
  background: none;
  cursor: pointer;
  color: #cccccc;
}

#page_font_intro .pageButton:disabled {
  color: #808080;
}

#page_font_intro .pageButton_separatorBorder {
  border-right: 1px solid #cccccc;
}

#page_font_intro .whiteButton {
  color: #808080;
  background-color: white;
  border: 1px solid #808080;
}

#page_font_intro .grayButton {
  color: white;
  background-color: #808080;
  border: none;
}

#page_font_intro .planSeparatorBorder {
  border-right: 1px solid #808080;
}

#page_font_intro .packages a {
  font-size: 14px;
  color: #0071bc;
}

#page_font_intro .packages .original_price {
  word-break: break-all;
  font-size: 14px;
  text-decoration: line-through;
}

@media (max-width: 568px) {
  #page_font_intro .packages .package_price {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 52px;
    color: #0071bc;
  }
}

@media (min-width: 568px) {
  #page_font_intro .packages .package_price {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 52px;
    color: #0071bc;
  }
}

@media (min-width: 992px) {
  #page_font_intro .packages .package_price {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 52px;
    color: #0071bc;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .packages .package_price {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 52px;
    color: #0071bc;
  }
}

@media (max-width: 568px) {
  #page_font_intro .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

@media (min-width: 568px) {
  #page_font_intro .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

@media (min-width: 992px) {
  #page_font_intro .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .packages .package_sign {
    font-family: "AR UDJingXiHeiU30 MD";
    font-size: 14px;
    color: #0071bc;
  }
}

#page_font_intro .popupBkgr {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  font-size: 14px;
}

#page_font_intro .popupBkgr div {
  color: #999999;
}

#page_font_intro .popupBkgr div .standard_price {
  font-size: 21px;
  color: #00a6ce;
}

#page_font_intro .popupBkgr div .linkTo_plan_fontlist {
  color: #0071bc;
  display: inline-block;
  margin-left: 6px;
}

#page_font_intro .popupBkgr .plan_header {
  border-bottom: 1px solid #66666673;
}

#page_font_intro .popupBkgr .plan_items {
  border-bottom: 1px solid #66666673;
}

#page_font_intro .popupBkgr .plan_items input {
  width: 80px;
  height: 37px;
  color: black;
  font-size: 18px;
}

@media (max-width: 768px) {
  #page_font_intro .popupBkgr .plan_items input {
    height: 30px;
  }
}

#page_font_intro .popupBkgr .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#page_font_intro .popupBkgr > div {
  /*
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 84%;
        max-height: 90%;
        vertical-align: middle;
        width: 70%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
        overflow-y: scroll;
        */
}

#page_font_intro .popupBkgr > div > img {
  width: 100%;
}

#page_font_intro .popupCloseButton {
  background-color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  line-height: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
}

#page_font_intro .popupCloseButton:hover {
  background-color: #ccc;
}

#page_font_intro button {
  font-size: 16px;
  cursor: pointer;
}

#page_font_intro .whiteButton {
  color: #808080;
  background-color: white;
  border: 1px solid #808080;
}

#page_font_intro .grayButton {
  color: white;
  background-color: #808080;
  border: none;
}

#page_font_intro [ng\:cloak], #page_font_intro [ng-cloak], #page_font_intro [data-ng-cloak], #page_font_intro [x-ng-cloak], #page_font_intro .ng-cloak, #page_font_intro .x-ng-cloak {
  display: none !important;
}

#page_font_intro .catagoryCard {
  margin: 0px auto;
}

#page_font_intro .catagoryCard a {
  font-family: "AR UDJingXiHeiU30 BD";
}

@media (max-width: 991px) {
  #page_font_intro .catagoryCard {
    width: 92vw;
  }
}

@media (min-width: 992px) {
  #page_font_intro .catagoryCard {
    width: 90vw;
  }
}

@media (min-width: 1300px) {
  #page_font_intro .catagoryCard {
    width: 85vw;
  }
}

/*金流-超商*/
#page_payment_shop {
  margin-top: 160px;
  margin-bottom: 50px;
}

#page_payment_shop #main-row {
  min-height: calc(100vh - 305px);
}

#page_payment_shop .table-title {
  border-bottom: 1px solid #3e3a39;
}

#page_payment_shop .title {
  font-size: 14px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_payment_shop .content {
  font-size: 14px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 MD";
  border-bottom: 1px solid #3e3a39;
}

#page_payment_shop .total {
  color: red;
}

#page_payment_shop .black-btn {
  background-color: #3e3a39;
  color: #FFF;
  width: 100%;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  cursor: pointer;
}

/*方案包含字型清單*/
#page_plan_fontList {
  color: #3d3a39;
}

#page_plan_fontList #searchWord {
  width: 100%;
}

#page_plan_fontList .plan_info {
  display: inline-block;
  font-size: 28px;
}

#page_plan_fontList .plan_info .plan_link {
  color: #808080;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_plan_fontList .plan_info .pointer {
  color: #808080;
  margin-left: 6px;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_plan_fontList .plan_info .plan_name {
  color: #3e3a39;
  margin-left: 6px;
}

#page_plan_fontList .font_family_list .font_family_name {
  color: #3e3a39;
  font-size: 24px;
}

#page_plan_fontList .font_family_list .list_panel .font_sampleText_area {
  width: 60px;
  height: 60px;
  background-color: #3e3a39;
  border-radius: 12px;
}

@media (min-width: 768px) {
  #page_plan_fontList .font_family_list .list_panel .font_sampleText_area {
    width: 92px;
    height: 92px;
  }
}

#page_plan_fontList .font_family_list .list_panel .font_sampleText_area .font_sampleText {
  font-size: 28px;
  color: white;
}

@media (min-width: 768px) {
  #page_plan_fontList .font_family_list .list_panel .font_sampleText_area .font_sampleText {
    font-size: 50px;
  }
}

#page_plan_fontList .font_family_list .list_panel .font_name {
  color: #808080;
  border-bottom: 1px solid #808080;
}

@media (max-width: 374px) {
  #page_plan_fontList .container {
    max-width: 94%;
  }
}

@media (min-width: 375px) {
  #page_plan_fontList .container {
    max-width: 94%;
  }
}

@media (min-width: 768px) {
  #page_plan_fontList .container {
    max-width: 613px;
  }
}

@media (min-width: 992px) {
  #page_plan_fontList .container {
    max-width: 868px;
  }
}

@media (min-width: 1300px) {
  #page_plan_fontList .container {
    max-width: 1274px;
  }
}

#page_plan_fontList input#searchWord {
  font-family: "AR UDJingXiHeiU30 BD";
  border: snow;
  width: 100%;
  height: 27px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.21) 0 0 5px;
          box-shadow: rgba(0, 0, 0, 0.21) 0 0 5px;
  border-radius: 12px 12px 12px 12px;
  padding: 2px 10px;
  font-size: 14px !important;
}

#page_plan_fontList input.searchWord {
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#page_plan_fontList input.searchWord:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#page_plan_fontList [ng\:cloak], #page_plan_fontList [ng-cloak], #page_plan_fontList [data-ng-cloak], #page_plan_fontList [x-ng-cloak], #page_plan_fontList .ng-cloak, #page_plan_fontList .x-ng-cloak {
  display: none !important;
}

#page_plan_fontList input[type=number]::-webkit-inner-spin-button,
#page_plan_fontList input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  background: #FFF;
  color: #b5b5b6;
}

#page_plan_fontList input[type=number] {
  border: 1px solid #b5b5b6;
}

@media (min-width: 992px) {
  #page_plan_fontList input[type=number] {
    max-width: 116px;
  }
}

#page_plan_fontList .whiteButton {
  color: #808080;
  background-color: white;
  border: 1px solid #b5b5b6;
  height: 36px;
  width: 116px;
}

#page_plan_fontList .grayButton {
  color: white;
  background-color: #808080;
  border: none;
  height: 36px;
  width: 116px;
}

@media (max-width: 575px) {
  #page_plan_fontList .grayButton {
    margin-left: 8px;
  }
}

@media (max-width: 439px) {
  #page_plan_fontList .grayButton {
    margin-left: 130px;
  }
}

#page_plan_fontList button {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 16px;
  cursor: pointer;
}

#page_plan_fontList .form-control-plan {
  color: #3e3a39 !important;
  border-radius: 0px !important;
  height: 36px;
}

/*活動領取頁*/
#page_promo .banner {
  /* max-width:1324px;*/
  /*  max-height:356px;*/
  width: 100%;
}

#page_promo h1 {
  /* text-align:center;*/
  margin-bottom: 30px;
}

#page_promo h4 {
  font-size: 14px;
  color: #00a6ce;
  line-height: 20px;
}

#page_promo .input-label {
  font-size: 14px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_promo .submitBtn {
  color: white;
  background-color: #0071bc;
  font-size: 18px;
  width: 50%;
  height: 48px;
  border: none;
  cursor: pointer;
}

#page_promo .pass {
  margin-top: 200px;
}

#page_promo .pass h2 {
  color: #0071bc;
}

#page_promo .error {
  color: red;
}

#page_promo .blue-btn {
  background-color: #0071bc;
  color: #FFF;
  width: 100%;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  cursor: pointer;
}

#page_promo #key-form {
  /*display:none;*/
}

#page_promo #promo-form {
  display: none;
}

#page_promo #license-form {
  display: none;
}

#page_promo .loader {
  display: none;
}

#page_promo #step-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

#page_promo #step-list div {
  text-align: center;
  text-align: -webkit-center !important;
}

#page_promo #step-list div .step {
  text-align: center;
  padding: 10px 0 !important;
  background-color: aliceblue;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #808080;
}

#page_promo #step-list div .on {
  background-color: #00a6ce;
  color: white !important;
}

#page_promo .sticky {
  position: fixed;
  z-index: 1;
  background-color: white;
  top: 80px;
}

@media (max-width: 568px) {
  #page_promo .sticky {
    top: 82px;
  }
}

@media (min-width: 568px) {
  #page_promo .sticky {
    top: 88px;
  }
}

@media (min-width: 768px) {
  #page_promo .sticky {
    top: 99px;
  }
}

@media (min-width: 992px) {
  #page_promo .sticky {
    top: 80px;
  }
}

/*問卷調查頁*/
#questionnaire .head-title {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

#questionnaire .q_title {
  position: relative;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #3d3a39;
  font-size: 24px;
}

#questionnaire a {
  color: #3d3a39;
}

#questionnaire .widget {
  margin-bottom: 0px;
  line-height: 24px;
}

#questionnaire .widget h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.56em;
  color: #000;
  font-weight: 900;
}

#questionnaire .widget ul li {
  margin: 0 0 10px 25px;
  list-style: disc outside;
  padding-bottom: 4px;
  list-style-type: none;
  padding-top: 4px;
}

@media (min-width: 768px) {
  #questionnaire .widget ul li {
    margin-left: 5px;
  }
}

@media (min-width: 992px) {
  #questionnaire .widget ul li {
    margin-left: 25px;
  }
}

@media (min-width: 768px) {
  #questionnaire .widget ul {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  #questionnaire .widget ul {
    padding-left: 40px;
  }
}

#questionnaire .widget .cat-item {
  color: #898989;
  position: relative;
}

#questionnaire .widget .cat-item a {
  font-size: 17px;
  line-height: 34px;
  color: #898989;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  transition: all .15s;
  -webkit-transition: all .15s;
}

#questionnaire .widget .cat-item a:before {
  width: 23px;
  height: 1px;
  background: currentColor;
  left: 0;
  top: 14px;
  content: "";
  position: absolute;
}

@media (min-width: 768px) {
  #questionnaire .ml_30px {
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  #questionnaire .ml_30px {
    margin-left: 0px;
  }
}

#questionnaire .piracy {
  margin-top: 20px;
  width: 100%;
}

#questionnaire .policy_text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #616161;
  font-family: "AR UDJingXiHeiU30 MD";
  line-height: 2;
  font-size: 18px;
}

@media (min-width: 290px) {
  #questionnaire .policy_text {
    width: 100%;
    font-size: 19px;
  }
}

@media (min-width: 321px) {
  #questionnaire .policy_text {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  #questionnaire .policy_text {
    font-size: 21px;
  }
}

@media (min-width: 1300px) {
  #questionnaire .policy_text {
    width: 850px;
  }
}

/*coupon*/
#page_coupon .row {
  width: 100%;
}

#page_coupon .result .title {
  font-size: 14px;
  color: #808080;
}

#page_coupon .result .item {
  border: 1px solid #808080;
  margin-top: 0;
  margin-bottom: 10px;
}

#page_coupon .result .item div {
  margin: 10px 0;
}

#page_coupon .result .item p {
  margin: 0px;
}

#page_coupon .h-title {
  font-size: 28px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 BD";
}

@media (max-width: 991px) {
  #page_coupon .mx-h {
    margin: 0 !important;
  }
}

#page_coupon .head-title {
  font-size: 21px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_coupon .head-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
}

#page_coupon .web-title a {
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #00a6ce;
  font-size: 21px;
}

#page_coupon .sencond-title {
  font-size: 22px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_coupon .sencond-title a {
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

#page_coupon .sencond-unused {
  font-size: 22px;
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_coupon .sencond-unused a {
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_coupon .AR-inner {
  padding-top: 285px;
  margin-top: -285px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: 100%;
}

@media (max-width: 575px) {
  #page_coupon .AR-inner {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#page_coupon #s_h {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#page_coupon .col-title {
  -ms-flex: 0 0 109px;
  -webkit-box-flex: 0;
          flex: 0 0 109px;
  max-width: 119px;
}

#page_coupon .panel {
  -webkit-transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  background-color: #fff;
  max-width: 1200px;
  min-height: 72px;
  border: none;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.21);
  padding: 10px 1px 10px 1px;
}

#page_coupon .panel-t {
  font-size: 14px;
  color: #808080;
  margin-bottom: 2px;
  line-height: 1.5;
}

#page_coupon .panel-c {
  font-size: 21px;
  color: #3e3a39;
  line-height: 1.2;
}

#page_coupon .m_button {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

#page_coupon .panel .minimal {
  position: relative;
  padding: 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.2px 8.75px 0 8.75px;
  border-color: #000000 transparent transparent transparent;
}

#page_coupon a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

#page_coupon [aria-expanded=true] > div .panel-t {
  color: white;
}

#page_coupon [aria-expanded=true] > div .panel-c {
  color: white;
}

#page_coupon [aria-expanded=true] {
  -webkit-transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: background-color 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  background-color: #0071bc;
}

#page_coupon [aria-expanded=true].web_set {
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}

#page_coupon .app_set {
  border: 4.7px solid #0071bc;
  border-radius: 0px 0px 10px 10px;
  padding: 14.9px 5px;
}

#page_coupon [aria-expanded=true] > div .minimal {
  top: -11px;
  border-width: 0 8.75px 15.2px 8.75px;
  border-color: transparent transparent #ffffff transparent;
}

#page_coupon .col-card {
  -ms-flex: 0 0 226px;
  -webkit-box-flex: 0;
          flex: 0 0 226px;
  max-width: 226px;
}

#page_coupon .pricing-divider {
  border-radius: 12px 12px 0px 0px;
  background: #00a2c0;
  padding: 15px 20px;
  position: relative;
}

#page_coupon .m_text {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}

#page_coupon .big_text {
  font-size: 20px;
  line-height: 1;
}

#page_coupon .card-mid-c {
  background: #e6e6e6;
  padding: 15px 20px 1px 20px;
}

#page_coupon .m_title {
  line-height: 1;
  font-size: 14px;
  color: #808080;
  margin-bottom: 8px;
}

#page_coupon .b_content {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 15px;
}

#page_coupon .card-mid-f {
  background: #f2f2f2;
  border-radius: 0px 0px 12px 12px;
  padding: 20px 20px 10px 20px;
}

#page_coupon .select-card {
  width: 100%;
  font-size: 21px;
  background: transparent;
  margin-bottom: 17px;
  padding-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#page_coupon .btn-custom {
  background: #0071bc;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  max-width: 120px;
  max-height: 30px;
  border: none;
  padding: 2px 15px;
  margin-bottom: 20px;
}

#page_coupon .princing-item {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  margin-bottom: 20px;
}

#page_coupon .princing-item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

#page_coupon select.sel-card {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=black, endColorstr=black );
}

#page_coupon select.sel-card:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 5px) calc(1em - 2px), calc(100% - 10px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=black, endColorstr=black );
}

#page_coupon .col-input {
  max-width: 312px;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

#page_coupon label.lic-t {
  cursor: default;
  font-size: 14px;
  margin-bottom: 7px;
  color: #808080;
}

#page_coupon .confirm,
#page_coupon .save {
  font-size: 18px;
  color: white;
  height: 48px;
  width: 216px;
  background-color: #0071bc;
  border: none;
}

#page_coupon .web-panel {
  padding: 7px 0px;
  margin-top: 10px;
  padding-top: 7px;
  background-color: #ededed;
  max-width: 1200px;
  min-height: 66px;
  border: none;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
}

#page_coupon .web-panel form {
  display: inline;
}

#page_coupon .web-c {
  margin-top: 5px;
  font-size: 16px;
  color: #3e3a39;
  font-family: "AR UDJingXiHeiU30 MD";
  line-height: 1.2;
  margin-bottom: 8px;
  overflow: hidden;
}

#page_coupon .web-c .btn-sm {
  padding: 0px 3.775px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0px 1px 0.5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 1px 0.5px rgba(0, 0, 0, 0.3);
  background-color: #00a6ce;
  z-index: 4;
  color: #fff;
}

#page_coupon .web-c .btn-brand {
  position: relative;
  right: 0;
  bottom: 3px;
}

#page_coupon .web-c .add-p {
  position: relative;
  top: -1.5px;
  left: -0.2px;
  color: white;
}

#page_coupon .web-c .add {
  color: #00a6ce;
}

#page_coupon .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20.5px;
  margin-top: 6px;
}

#page_coupon .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#page_coupon .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #999b9e;
  -webkit-transition: .4s;
  transition: .4s;
}

#page_coupon .slider:before {
  position: absolute;
  content: "";
  height: 22.5px;
  width: 22.5px;
  left: 1.5px;
  bottom: -1px;
  background-color: white;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  border-collapse: separate;
  -webkit-transition: .3s;
  transition: .3s;
}

#page_coupon input:checked + .slider {
  background-color: #0071bc;
}

#page_coupon input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #002e3a;
          box-shadow: 0 0 1px #002e3a;
}

#page_coupon input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

#page_coupon .slider.round {
  border-radius: 16px;
}

#page_coupon .slider.round:before {
  border-radius: 50%;
}

#page_coupon .btn-setting {
  background-color: #00a2c0;
  padding: 2.8px 0.5rem !important;
  margin-right: 5px;
  border-radius: 7px;
  line-height: 1 !important;
  font-family: "AR UDJingXiHeiU30 MD";
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -moz-available;
  width: -webkit-fill-available;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 4px;
}

#page_coupon .width_ie {
  width: 100%;
}

#page_coupon .btn-smX {
  padding: 2.937px 3.4px;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 4rem;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
  background-color: white;
  z-index: 10;
}

#page_coupon .btn-brandX {
  position: relative;
  left: 0px;
  bottom: 18px;
}

#page_coupon .a-close {
  position: absolute;
  left: 93%;
  display: inline-block;
}

#page_coupon .checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page_coupon .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#page_coupon .checkmark {
  position: absolute;
  top: 0.48em;
  left: 0;
  height: 22px;
  width: 22px;
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#page_coupon .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  outline: none;
}

#page_coupon .checkbox input:focus ~ .checkmark {
  outline: none;
  border-color: #3197ee;
}

#page_coupon .checkbox input:checked ~ .checkmark {
  background-color: #3197ee;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

#page_coupon .col-member {
  -ms-flex: 0 0 95%;
  -webkit-box-flex: 0;
          flex: 0 0 95%;
  max-width: 95%;
}

#page_coupon .field-icon {
  float: right;
  top: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

#page_coupon select.select-w {
  padding-bottom: 11px !important;
  padding-top: 1px !important;
}

#page_coupon .select-w {
  width: -moz-available;
  width: -webkit-fill-available;
  font-family: Microsoft JhengHei;
  width: 100%;
  margin-bottom: 24px;
  font-size: 21px;
  overflow: visible;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.404);
  padding-bottom: 8px;
  outline: 0;
}

#page_coupon select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
}

#page_coupon select::-ms-expand {
  display: none;
}

#page_coupon select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#page_coupon select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#page_coupon .don {
  width: 59.7px;
  height: 57.5px;
  font-size: 45.7px;
  padding: 6px;
  line-height: 1;
  background-color: #3e3a39;
  color: white;
  border-radius: 12px;
}

#page_coupon .myfav {
  height: 88px;
  display: -webkit-inline-box;
  display: -ms-flexbox;
  display: -moz-inline-box;
  margin-bottom: 24px;
}

#page_coupon .myfav .fontname {
  margin-bottom: 1px;
  color: inherit;
}

#page_coupon .myfav .ftime {
  font-size: 15px;
  padding-bottom: 3px;
  color: inherit;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1px;
}

#page_coupon .f-close {
  position: absolute;
  left: 26%;
  top: 6px;
  display: inline-block;
}

#page_coupon .margin_b98 {
  margin-bottom: 8.8px !important;
  padding-bottom: 0px !important;
}

#page_coupon .padding_b0 {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#page_coupon input:disabled.select-w,
#page_coupon textarea:disabled {
  background-color: transparent !important;
}

#page_coupon .right {
  float: right;
}

#page_coupon .showfont {
  font-family: "AR New Hebe Sans Extrabold" !important;
  font-size: 48px !important;
  color: #000;
}

#page_coupon .showbox {
  border-radius: 12px;
  position: relative;
  width: 100%;
  height: 137.1px;
  background-color: #f2f2f2;
  padding: 11.3px 15.8px;
  font-size: 16px;
  color: #666666;
  text-align: left;
}

#page_coupon .showbox .text {
  width: 201px;
  height: 91px;
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_coupon #set-btn {
  left: 84%;
  top: -12px;
  z-index: 9;
}

#page_coupon button:disabled,
#page_coupon button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

#page_coupon .frem {
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 1px;
  color: #808080;
  width: 171px;
}

#page_coupon #AR_sel {
  font-size: 21px !important;
  text-align: center;
  text-align-last: center;
}

#page_coupon #AR_sel option {
  font-size: 21px !important;
  text-align: center;
  text-align-last: center;
}

@media all and (-ms-high-contrast: none) and (min-width: 290px), (-ms-high-contrast: active) and (min-width: 290px) {
  #page_coupon .btn-brandX {
    bottom: 230px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 400px), (-ms-high-contrast: active) and (min-width: 400px) {
  #page_coupon .btn-brandX {
    bottom: 178px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 516px), (-ms-high-contrast: active) and (min-width: 516px) {
  #page_coupon .btn-brandX {
    bottom: 179px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  #page_coupon .btn-brandX {
    bottom: 230px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  #page_coupon .btn-brandX {
    bottom: 170pt;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1300px), (-ms-high-contrast: active) and (min-width: 1300px) {
  #page_coupon .btn-brandX {
    bottom: 70px;
  }
}

@media (min-width: 290px) {
  #page_coupon .f-close {
    left: 23%;
  }
  #page_coupon .col-input {
    -ms-flex: 0 0 290px;
    -webkit-box-flex: 0;
            flex: 0 0 290px;
    max-width: 290px;
  }
  #page_coupon .gap-h {
    height: 50px;
  }
  #page_coupon .panel-row-fix {
    max-width: 1200px;
    margin-left: 0px;
  }
  #page_coupon .panel.mr20 {
    width: calc(100% + 26px);
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  #page_coupon .sencond-title {
    font-size: 20px;
  }
  #page_coupon .sencond-unused {
    font-size: 20px;
  }
  #page_coupon .head-title {
    margin-bottom: 1rem;
  }
  #page_coupon .web-title {
    line-height: 1.1;
    margin-top: 0;
  }
  #page_coupon .panel-c {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #page_coupon input.lic,
  #page_coupon input.form {
    margin-bottom: 30px;
  }
  #page_coupon .confirm,
  #page_coupon .save {
    margin-bottom: 30px;
  }
  #page_coupon .save {
    width: 160px;
  }
  #page_coupon input.lic,
  #page_coupon input.form {
    font-size: 21px;
    overflow: visible;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.404);
    width: 280px;
    padding-bottom: 8px;
    outline: 0;
  }
  #page_coupon .fwidth,
  #page_coupon .wwidth {
    margin-bottom: 0;
  }
}

@media (min-width: 360px) {
  #page_coupon .col-input {
    -ms-flex: 0 0 98%;
    -webkit-box-flex: 0;
            flex: 0 0 98%;
    max-width: 98%;
  }
  #page_coupon .panel-c {
    font-size: 21px;
  }
  #page_coupon .sencond-title {
    font-size: 24px;
  }
  #page_coupon input.lic,
  #page_coupon input.form {
    font-size: 21px;
    width: 100%;
  }
  #page_coupon .btn-setting {
    max-width: 130px;
  }
}

@media (min-width: 413px) {
  #page_coupon .web-title {
    line-height: 1.1;
    margin-top: 22px;
  }
  #page_coupon .showbox {
    width: 299px;
  }
}

@media (min-width: 576px) {
  #page_coupon .head-title {
    font-size: 24px;
  }
  #page_coupon .f-close {
    left: 21%;
  }
  #page_coupon .col-member {
    -ms-flex: 0 0 460px;
    -webkit-box-flex: 0;
            flex: 0 0 460px;
    max-width: 460px;
  }
  #page_coupon .btn-setting {
    max-width: 88px;
  }
  #page_coupon .col-input {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #page_coupon .sencond-title {
    font-size: 24px;
  }
  #page_coupon .sencond-unused {
    font-size: 24px;
  }
  #page_coupon input.lic {
    font-size: 21px;
    width: 98%;
  }
  #page_coupon .btn-brandX {
    left: 6px;
  }
  #page_coupon .f-close {
    left: 17%;
  }
  #page_coupon #set-btn {
    left: 92%;
  }
}

@media (min-width: 768px) {
  #page_coupon .frem {
    margin-left: 8px;
  }
  #page_coupon .showbox {
    bottom: 31px;
  }
  #page_coupon .gap-h {
    height: 60px;
  }
  #page_coupon .btn-setting {
    max-width: 137px;
  }
  #page_coupon .head-title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  #page_coupon .btn-smX {
    padding: 4.937px 6.437px !important;
    font-size: 1rem;
  }
  #page_coupon .f-close {
    left: 23%;
  }
  #page_coupon .myfav {
    margin-bottom: 64px;
    -ms-flex: 0 0 318px;
    -webkit-box-flex: 0;
            flex: 0 0 318px;
    max-width: 318px;
  }
  #page_coupon .myfav .ftime {
    font-size: 16px;
  }
  #page_coupon .frem {
    padding: 20px 10px;
    width: auto;
  }
  #page_coupon .don {
    width: 88px;
    height: 88px;
    font-size: 55pt;
    padding: 7px 8px;
  }
  #page_coupon .panel.mr20 {
    width: calc(100%);
  }
  #page_coupon .btn-setting {
    max-width: 120px;
  }
  #page_coupon .col-input {
    -ms-flex: 0 0 560px;
    -webkit-box-flex: 0;
            flex: 0 0 560px;
    max-width: 560px;
  }
  #page_coupon .m-26 {
    margin-left: -26px;
  }
  #page_coupon .col-input {
    -ms-flex: 0 0 382px;
    -webkit-box-flex: 0;
            flex: 0 0 382px;
    max-width: 382px;
    float: none;
    margin: 0 0 !important;
  }
  #page_coupon input.lic {
    width: 350px;
  }
  #page_coupon .web-panel {
    padding: 7px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #page_coupon textarea:disabled {
    height: 69px;
    line-height: 1;
  }
  #page_coupon #set-btn {
    left: 95%;
  }
}

@media (min-width: 1300px) {
  #page_coupon #set-btn {
    left: 96.5%;
  }
  #page_coupon .f-close {
    left: 2%;
  }
  #page_coupon .web-panel {
    padding: 0 7px;
    padding-top: 7px;
  }
  #page_coupon .m-26 {
    margin-left: 0px;
  }
  #page_coupon .panel.mr20,
  #page_coupon .web-panel {
    margin-left: 34px !important;
  }
  #page_coupon .panel-row-fix {
    margin-left: 20px;
  }
  #page_coupon .panel-c {
    margin-bottom: 0;
  }
  #page_coupon input.lic {
    width: 280px;
  }
  #page_coupon .col-input {
    -ms-flex: 0 0 312px;
    -webkit-box-flex: 0;
            flex: 0 0 312px;
    max-width: 312px;
  }
  #page_coupon .fwidth {
    max-width: 192.219px !important;
    width: 192.219px !important;
    margin-bottom: 0;
  }
  #page_coupon .wwidth {
    max-width: 216.578px !important;
    margin-bottom: 0;
  }
  #page_coupon .btn-setting {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0px;
  }
  #page_coupon .btn-brandX {
    left: 67px;
  }
}

#variablefont_2019 {
  /*hide the outline behind the border*/
  /**20190821*/
  /*20200503*/
}

#variablefont_2019 p {
  font-size: 16px;
  color: #4d4d4d;
}

#variablefont_2019 .blue-btn {
  background-color: #0071bc;
  color: #FFF;
  width: 100%;
  height: 47px;
  width: 156px;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 18px;
  cursor: pointer;
}

#variablefont_2019 #shortcut-block {
  position: fixed;
  right: 65px;
  bottom: 40px;
  z-index: 1000;
}

#variablefont_2019 .shortcut-btn {
  width: 118px !important;
  height: 40px !important;
  opacity: 0.6 !important;
  background-color: #418df9 !important;
  font-family: "AR UDJingXiHeiU30 BD" !important;
  line-height: 1.44px;
  letter-spacing: 0.8px;
  border-radius: 20px;
  font-size: 16px;
  padding-left: 23px;
  padding-top: 9.5px;
  padding-bottom: 10.5px;
  padding-right: 12px;
}

#variablefont_2019 .shortcut-btn:hover {
  opacity: 1 !important;
}

#variablefont_2019 .vf-info {
  color: #b3b3b3 !important;
}

#variablefont_2019 .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#variablefont_2019 .row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

#variablefont_2019 .row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#variablefont_2019 input[type="range"] {
  -webkit-appearance: none;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a6ce), color-stop(50%, #00a6ce), color-stop(50%, #b3b3b3), to(#b3b3b3));
  background-image: linear-gradient(left, #00a6ce 0%, #00a6ce 50%, #b3b3b3 50%, #b3b3b3 100%);
  outline: none;
  -webkit-transition: .1s;
  transition: .1s;
}

#variablefont_2019 input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  top: -7px;
  background: #898989;
  border-radius: 50%;
  -webkit-transition: .1s;
  transition: .1s;
}

#variablefont_2019 input[type="range"]::-webkit-slider-thumb:hover,
#variablefont_2019 input[type="range"]::-webkit-slider-thumb:active {
  width: 22px;
  top: -9px;
  height: 22px;
}

#variablefont_2019 input[type="range"]::-webkit-slider-runnable-track,
#variablefont_2019 #ad_size {
  width: 80%;
  height: 6px;
  -webkit-appearance: none;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a6ce), color-stop(50%, #00a6ce), color-stop(50%, #b3b3b3), to(#b3b3b3));
  background-image: linear-gradient(left, #00a6ce 0%, #00a6ce 50%, #b3b3b3 50%, #b3b3b3 100%);
  outline: none;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}

#variablefont_2019 input[type="range"]::-moz-range-track {
  height: 4px;
  background: #b3b3b3;
  border: none;
}

#variablefont_2019 input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #898989;
  border: none;
  border-radius: 50%;
}

#variablefont_2019 input[type="range"]::-moz-range-thumb:hover,
#variablefont_2019 input[type="range"]:active::-moz-range-thumb {
  width: 20px;
  height: 20px;
}

#variablefont_2019 input[type="range"]::-moz-range-progress {
  height: 6px;
  background: #00a6ce;
}

#variablefont_2019 input[type="range"]::-moz-focus-outer {
  border: none;
}

#variablefont_2019 input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

#variablefont_2019 input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  position: relative;
  top: 10px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

#variablefont_2019 input[type=range]::-ms-fill-lower {
  background: #00a6ce;
  border-radius: 10px;
}

#variablefont_2019 input[type=range]::-ms-fill-upper {
  background: #b3b3b3;
  border-radius: 10px;
}

#variablefont_2019 input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #666666;
}

#variablefont_2019 input[type=range]:focus::-ms-fill-lower {
  background: #00a6ce;
}

#variablefont_2019 input[type=range]:focus::-ms-fill-upper {
  background: #b3b3b3;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #variablefont_2019 .actual {
    width: 80%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  #variablefont_2019 .ie_input_top {
    position: relative;
    top: 30px;
  }
  #variablefont_2019 .actual {
    width: 76%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1300px), (-ms-high-contrast: active) and (min-width: 1300px) {
  #variablefont_2019 .actual {
    width: 82%;
  }
}

#variablefont_2019 .vf_field {
  width: 200px;
  max-width: 100%;
  position: relative;
  font-size: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#variablefont_2019 .vf_textinput {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.404);
  display: block;
  font-size: 16px;
  margin-left: 30px;
  padding: 4px 0;
  width: 84%;
  background: 0 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.404);
}

#variablefont_2019 .vf_color {
  position: absolute;
  background-color: black;
  width: 25px;
  top: 5px;
  padding: 4px 0;
  height: 26px;
  margin: 0 0 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.363) 0 0 5px;
          box-shadow: rgba(0, 0, 0, 0.363) 0 0 5px;
}

#variablefont_2019 .readmore {
  font-size: 16px !important;
  text-decoration: none !important;
  color: #808080 !important;
}

#variablefont_2019 .item_list {
  font-size: 14px;
  font-family: "AR UDJingXiHeiU30 BD";
  color: #636363 !important;
  margin-right: 2.55vw;
}

#variablefont_2019 #vf-textarea {
  margin-top: 20px;
  border-bottom: 0.5px solid #E6E6E6;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  #variablefont_2019 #vf-textarea {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #variablefont_2019 input[type="range"]::-webkit-slider-runnable-track {
    width: 90%;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 #vf-textarea {
    padding-top: 35px;
    padding-left: 52px;
    padding-right: 52px;
  }
  #variablefont_2019 input[type="range"]::-webkit-slider-runnable-track {
    width: 82%;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 #vf-textarea {
    padding-left: 52px;
    padding-top: 20px;
    padding-right: 5px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #vf-textarea {
    padding-left: 60px;
    margin-top: 0;
  }
}

#variablefont_2019 #font-name {
  position: relative;
  margin-top: 128px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #variablefont_2019 #font-name {
    margin-top: 110px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #font-name {
    margin-top: 128px;
  }
}

#variablefont_2019 #font-name select {
  font-family: "AR UDJingXiHeiU30 BD";
  position: absolute;
  bottom: 0;
  border: snow;
  background-color: #fff;
  width: 90%;
  height: 27px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.21) 0 0 5px;
          box-shadow: rgba(0, 0, 0, 0.21) 0 0 5px;
  border-radius: 12px 12px 12px 12px;
  padding: 2px 10px;
  font-size: 14px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#variablefont_2019 option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  width: auto;
}

#variablefont_2019 select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
}

#variablefont_2019 select::-ms-expand {
  display: none;
}

#variablefont_2019 select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#variablefont_2019 select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 20px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#variablefont_2019 input.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#variablefont_2019 input.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%);
  background-position: calc(100% - 5px) calc(1em - 2px), calc(100% - 10px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#variablefont_2019 #fontsize {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  #variablefont_2019 #fontsize {
    margin-bottom: 15px;
  }
  #variablefont_2019 #fontsize {
    width: 90%;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 #fontsize {
    margin-bottom: 15px;
  }
  #variablefont_2019 #fontsize {
    width: 82%;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 #fontsize {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  #variablefont_2019 #fontsize {
    width: 80%;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #fontsize {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

#variablefont_2019 #fontsize .ad_size {
  display: inline-block;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

#variablefont_2019 #t {
  padding: 0 8px;
  font-size: 15px;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #898989;
}

#variablefont_2019 #T {
  padding: 0 8px;
  font-size: 20px;
  font-family: "AR UDJingXiHeiU30 EB";
  color: #898989;
}

@media (min-width: 576px) {
  #variablefont_2019 #t {
    padding: 0 6px;
  }
  #variablefont_2019 #T {
    padding: 0 6px;
  }
  #variablefont_2019 #fontsize .ad_size {
    top: -10px;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 #fontsize .ad_size {
    top: -10px;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 #t {
    padding: 0 5px;
  }
  #variablefont_2019 #T {
    padding: 0 5px;
  }
  #variablefont_2019 #fontsize .ad_size {
    top: -5px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #t {
    padding: 0 5px;
  }
  #variablefont_2019 #T {
    padding: 0 5px;
  }
  #variablefont_2019 #fontsize .ad_size {
    top: -2px;
  }
}

#variablefont_2019 #heading1 {
  color: #000;
  margin-top: 8vw;
  position: relative;
  overflow: auto;
  height: 38vw;
  margin: 0 !important;
  width: 100% !important;
}

@media (min-width: 290px) {
  #variablefont_2019 #heading1 {
    font-size: 5vw;
    height: 230px;
  }
}

@media (min-width: 576px) {
  #variablefont_2019 #heading1 {
    margin-top: 15px !important;
    padding: 0 !important;
    border: 0px;
    border-radius: 0px;
    font-size: 4vw;
    height: 50vh;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 #heading1 {
    margin-top: 15px !important;
    padding: 0 !important;
    border: 0px;
    border-radius: 0px;
    font-size: 3.5vw;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #heading1 {
    margin-top: 15px !important;
    padding: 0 !important;
    border: 0px;
    border-radius: 0px;
    font-size: 3vw;
    height: 420px;
  }
}

@media (min-width: 1500px) {
  #variablefont_2019 #heading1 {
    height: 470px;
  }
}

#variablefont_2019 ul {
  list-style-type: none;
}

#variablefont_2019 [contenteditable]:focus {
  outline: 0px solid transparent;
}

#variablefont_2019 #fontsetting {
  padding-top: 30px;
  padding-bottom: 15px;
}

#variablefont_2019 #fontsetting P {
  font-family: "AR UDJingXiHeiU30 BD";
  color: #666666;
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

@media (min-width: 290px) {
  #variablefont_2019 #fontsetting P {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) {
  #variablefont_2019 #fontsetting P {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 #fontsetting P {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 #fontsetting P {
    font-size: 14px !important;
  }
  #variablefont_2019 #fontsetting .rm-width {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #fontsetting P {
    font-size: 14px !important;
  }
}

#variablefont_2019 #fontsetting input.axis_input {
  width: 100%;
}

@media (min-width: 1300px) {
  #variablefont_2019 #fontsetting .mt-10 {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 #fontsetting .rm-width {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #variablefont_2019 #fontsetting {
    bottom: 1.25vw;
    position: absolute;
  }
}

@media (min-width: 1500px) {
  #variablefont_2019 #fontsetting {
    bottom: 1.25vw;
    position: absolute;
  }
}

@media (min-width: 1700px) {
  #variablefont_2019 #fontsetting {
    bottom: 0.25vw;
    position: absolute;
  }
}

@-webkit-keyframes movieto {
  from {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(10px, 15px, 0);
            transform: translate3d(10px, 15px, 0);
  }
}

@keyframes movieto {
  from {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(10px, 15px, 0);
            transform: translate3d(10px, 15px, 0);
  }
}

@-webkit-keyframes appearOut {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, -5px);
            transform: translate3d(0, -5px, -5px);
    -webkit-transform: scale3d(0.96, 0.96, 0.96);
            transform: scale3d(0.96, 0.96, 0.96);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes appearOut {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, -5px);
            transform: translate3d(0, -5px, -5px);
    -webkit-transform: scale3d(0.96, 0.96, 0.96);
            transform: scale3d(0.96, 0.96, 0.96);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

#variablefont_2019 #content {
  -webkit-animation-name: appearOut;
          animation-name: appearOut;
  -webkit-animation-duration: .55s;
          animation-duration: .55s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
  opacity: 0;
}

#variablefont_2019 .shadow_f {
  -webkit-animation: movieto 2s 1;
          animation: movieto 2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#variablefont_2019 .shadow_m {
  -webkit-animation: movieto 2s 1;
          animation: movieto 2s 1;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#variablefont_2019 .section1 {
  height: 300px;
}

@media (min-width: 768px) {
  #variablefont_2019 .section1 {
    height: 250px;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 .section1 {
    height: auto;
  }
}

#variablefont_2019 .text_content {
  -webkit-animation-name: appearOut;
          animation-name: appearOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden;
  bottom: 180px;
}

#variablefont_2019 .text_content .title {
  font-size: 51px;
  font-family: "AR UDJingXiHeiE1B5HK UBL";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

#variablefont_2019 .text_content .ar_text {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
}

@media (min-width: 576px) {
  #variablefont_2019 .text_content {
    padding: 0px 15px 0 15px;
    bottom: 250px;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 .text_content {
    padding: 0px 80px 0 40px;
    bottom: 240px;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 .text_content {
    bottom: 0;
    padding: 378px 0 0 45px;
  }
  #variablefont_2019 .text_content .titel {
    font-size: 32px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 .text_content {
    padding: 305px 0 0 300px;
  }
  #variablefont_2019 .text_content .ar_text {
    /*margin-top: 87px;*/
    max-width: 646px;
  }
  #variablefont_2019 .text_content .titel {
    font-size: 51px;
  }
}

#variablefont_2019 .colsvg {
  padding-top: 75px;
  height: 435px;
  overflow: hidden;
  opacity: 0.6;
}

@media (min-width: 576px) {
  #variablefont_2019 .colsvg {
    height: 530px;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 .colsvg {
    height: 650px;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 .colsvg {
    opacity: 1;
    overflow: hidden;
    height: 800px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 .colsvg {
    height: 1000px;
  }
}

#variablefont_2019 .colsvg .svg {
  width: 234.2pt;
  height: 295.2pt;
  z-index: 1;
  position: relative;
  top: 12px;
}

@media (min-width: 576px) {
  #variablefont_2019 .colsvg .svg {
    width: 311.3pt;
    height: 379pt;
    top: 6px;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 .colsvg .svg {
    width: 382.7pt;
    height: 400pt;
    top: 12px;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 .colsvg .svg {
    width: 471pt;
    height: 569pt;
    left: 0px;
    top: 0px;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 .colsvg .svg {
    width: 870px;
    height: 860px;
  }
}

#variablefont_2019 .colsvg #shadow {
  opacity: 0;
  position: relative;
  right: 5px;
  z-index: -1;
  width: 230.2pt;
  height: 260.2pt;
  bottom: 282.6pt;
}

@media (min-width: 576px) {
  #variablefont_2019 .colsvg #shadow {
    width: 301.3pt;
    height: 359pt;
    bottom: 380.6pt;
  }
}

@media (min-width: 768px) {
  #variablefont_2019 .colsvg #shadow {
    width: 382.7pt;
    height: 400pt;
    bottom: 534.6px;
  }
}

@media (min-width: 992px) {
  #variablefont_2019 .colsvg #shadow {
    width: 461pt;
    height: 559pt;
    bottom: 760.6px;
    left: 0;
  }
}

@media (min-width: 1300px) {
  #variablefont_2019 .colsvg #shadow {
    width: 860px;
    height: 850px;
    bottom: 870.6px;
  }
}

#variablefont_2019 .introTitle {
  height: 55px;
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.75;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

#variablefont_2019 .intro {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

#variablefont_2019 .varcontent {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

#variablefont_2019 .vartitle {
  font-family: AR UDJingXiHeiB5HK BD;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#variablefont_2019 .varsection {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 300px;
}

@media (min-width: 576px) {
  #variablefont_2019 .varsection {
    width: 320.1px;
  }
}

#variablefont_2019 .icon {
  position: relative;
  top: -2px;
}

#variablefont_2019 .name-intro p {
  color: #808080;
  font-size: 16px;
}

#variablefont_2019 .name-intro .title {
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 18px;
  color: #333333;
}

#variablefont_2019 .name-intro .title-2 {
  font-family: "AR UDJingXiHeiU30 HV";
  font-size: 18px;
  color: #333333;
}

#variablefont_2019 .name-intro span {
  border-radius: 5px;
  color: #808080;
}

#variablefont_2019 .name-intro span.bold {
  font-family: "AR UDJingXiHeiU30 HV";
}

#variablefont_2019 .name-intro .color-pink {
  color: #f4abad;
}

#variablefont_2019 .name-intro .color-blue {
  color: #59bded;
}

#variablefont_2019 .name-intro .color-green {
  color: #c0dc96;
}

#variablefont_2019 .name-intro .bgcolor-pink {
  background-color: #f4abad;
  color: white;
}

#variablefont_2019 .name-intro .bgcolor-blue {
  background-color: #59bded;
  color: white;
}

#variablefont_2019 .name-intro .bgcolor-green {
  background-color: #c0dc96;
  color: white;
}

#variablefont_2019 .name-intro #axis {
  width: 100%;
  max-width: 528px;
}

#variablefont_2019 .name-intro #jingxihei-axis {
  width: 100%;
  max-width: 508px;
}

@media (min-width: 992px) {
  #variablefont_2019 .name-intro #jingxihei-axis {
    max-width: 892px;
  }
}

/*Variabel Font Demo動態展示*/
#page_header .navbar-dark .navbar-nav .h-link {
  background-color: transparent;
}

#variablefontdemo {
  /*data-index 0-9 依序版面設定*/
}

#variablefontdemo .blue-btn {
  background-color: #0071bc;
  color: #FFF;
  width: 100%;
  height: 47px;
  width: 156px;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 18px;
  cursor: pointer;
}

#variablefontdemo #shortcut-block {
  position: fixed;
  right: 65px;
  bottom: 40px;
  z-index: 1000;
}

#variablefontdemo .shortcut-btn {
  width: 136px !important;
  height: 40px !important;
  opacity: 0.6 !important;
  background-color: #418df9 !important;
  font-family: "AR UDJingXiHeiU30 BD" !important;
  line-height: 1.44px;
  letter-spacing: 0.8px;
  border-radius: 20px;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 9.5px;
  padding-bottom: 10.5px;
  padding-right: 21px;
}

#variablefontdemo .shortcut-btn:hover {
  opacity: 1 !important;
}

#variablefontdemo .show {
  display: block;
}

@media (min-width: 576px) {
  #variablefontdemo .show {
    display: block;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .show {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (33.33vw)[14];
        grid-template-rows: repeat(14, 33.33vw);
  }
}

@media (min-width: 992px) {
  #variablefontdemo .show {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (16.66667vw)[7];
        grid-template-rows: repeat(7, 16.66667vw);
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .show {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (16.66667vw)[7];
        grid-template-rows: repeat(7, 16.66667vw);
  }
}

#variablefontdemo .item {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#variablefontdemo .item div, #variablefontdemo .item span {
  color: black;
}

#variablefontdemo .item[data-index="0"] {
  background-color: #ffb6c3;
  font-size: 12vw;
  height: 300px;
  padding-top: 70px;
  font-variation-settings: 'wght' 500, 'wdth' 80;
}

#variablefontdemo .item[data-index="0"] div {
  font-family: 'arjinxihei' !important;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="0"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="0"] {
    height: auto;
    font-size: 12vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="0"] {
    padding-top: 0px;
    font-size: 6vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="0"] {
    padding-top: 0px;
    font-size: 6vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}

#variablefontdemo .item[data-index="1"] {
  background-color: #e6e6e6;
  font-size: 22vw;
  line-height: 1.1;
  height: 330px;
  padding: 0 35vw;
}

#variablefontdemo .item[data-index="1"] div {
  position: relative;
  top: 5vw;
  width: 100%;
  height: 100%;
  font-family: 'arfangxinshu';
}

#variablefontdemo .item[data-index="1"] div div {
  position: absolute;
  top: 0;
}

#variablefontdemo .item[data-index="1"] div div:nth-child(1) {
  color: #dddddd;
  font-variation-settings: 'wght' 900, 'wdth' 100;
}

#variablefontdemo .item[data-index="1"] div div:nth-child(2) {
  color: #c9caca;
  font-variation-settings: 'wght' 800, 'wdth' 95;
}

#variablefontdemo .item[data-index="1"] div div:nth-child(3) {
  color: #898989;
  font-variation-settings: 'wght' 700, 'wdth' 90;
}

#variablefontdemo .item[data-index="1"] div div:nth-child(4) {
  color: #595757;
  font-variation-settings: 'wght' 600, 'wdth' 85;
}

#variablefontdemo .item[data-index="1"] div div:nth-child(5) {
  color: #231815;
  font-variation-settings: 'wght' 500, 'wdth' 80;
}

@media (max-width: 400px) {
  #variablefontdemo .item[data-index="1"] {
    padding-top: 40px;
  }
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="1"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="1"] {
    height: auto;
    padding: 0 6vw;
    padding-top: 40px;
    font-size: 24vw;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  #variablefontdemo .item[data-index="1"] div {
    top: 0vw;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="1"] {
    padding: 0 4vw;
    font-size: 11.19vw;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  #variablefontdemo .item[data-index="1"] div {
    top: 5vw;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="1"] {
    font-size: 11.19vw;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}

#variablefontdemo .item[data-index="2"] {
  font-size: 12vw;
  height: 300px;
  background-color: #8ca4ff;
  font-family: 'arjinxihei';
  line-height: 1;
}

#variablefontdemo .item[data-index="2"] div {
  padding-top: 30px;
  line-height: 0.95;
}

#variablefontdemo .item[data-index="2"] div p {
  /*transform: rotate(-45deg);*/
}

#variablefontdemo .item[data-index="2"] div p span {
  /*color:#50f0cf;*/
  margin: 0 5px;
  color: black;
  font-family: 'arjinxihei';
  font-variation-settings: 'wght' 500, 'wdth' 90;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="2"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="2"] {
    height: auto;
    font-size: 7vw;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="2"] {
    font-size: 2.7083vw;
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="2"] {
    font-size: 2.7083vw;
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}

#variablefontdemo .item[data-index="3"] {
  font-size: 22vw;
  line-height: 1.2;
  height: 300px;
  padding: 0 35vw;
  background-color: #62d1d1;
}

#variablefontdemo .item[data-index="3"] div {
  top: 1vw;
  font-family: 'arpixelfont';
  font-variation-settings: 'wght' 400, 'RNDO' 1, 'HLLS' -1, 'HLRS' -1;
  position: relative;
  width: 100%;
  height: 100%;
}

#variablefontdemo .item[data-index="3"] div div {
  position: absolute;
}

#variablefontdemo .item[data-index="3"] div div:nth-child(1) {
  color: #479696;
  font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' 0, 'HLRS' -1;
}

@media (max-width: 400px) {
  #variablefontdemo .item[data-index="3"] {
    padding-top: 40px;
  }
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="3"] {
    font-size: 22vw;
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="3"] {
    height: auto;
    padding: 0 30px;
    padding-top: 40px;
    font-size: 22vw;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="3"] {
    padding: 0 50px;
    font-size: 13vw;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  #variablefontdemo .item[data-index="3"] div {
    top: 0.5vw;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="3"] {
    padding-top: 0;
    font-size: 13vw;
    line-height: 1.0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
  #variablefontdemo .item[data-index="3"] div {
    top: 1.5vw;
  }
}

#variablefontdemo .item[data-index="4"] {
  font-size: 22vw;
  height: 400px;
  text-align: start;
  background-color: #ff8cd9;
  line-height: 1.2;
}

#variablefontdemo .item[data-index="4"] div {
  font-family: 'arqiaohei';
  font-variation-settings: 'wght' 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="4"] {
    font-size: 14vw;
    height: 500px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="4"] {
    height: auto;
    font-size: 14vw;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="4"] {
    font-size: 8vw;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="4"] {
    padding-top: 0px;
    font-size: 7.5vw;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/span 2;
  }
}

#variablefontdemo .item[data-index="5"] {
  font-size: 18vw;
  height: 250px;
  background-color: #66c6e2;
  font-family: 'artianniu' !important;
  font-variation-settings: 'wght' 900, 'LESH' -1;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="5"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="5"] {
    height: auto;
    font-size: 18vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="5"] {
    font-size: 7.5vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="5"] {
    font-size: 7.5vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

#variablefontdemo .item[data-index="6"] {
  font-size: 30vw;
  height: 250px;
  color: black;
  font-family: 'arphone' !important;
  font-variation-settings: 'TIME' 0;
  background-color: #c875d9;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="6"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="6"] {
    height: auto;
    font-size: 20vw;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="6"] {
    font-size: 13.02vw;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="6"] {
    font-size: 13.02vw;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

#variablefontdemo .item[data-index="7"] {
  font-size: 30vw;
  height: 250px;
  background-color: #b6c5ff;
  font-family: 'artumbler' !important;
  font-variation-settings: 'TIME' -1;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="7"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="7"] {
    height: auto;
    font-size: 30vw;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="7"] {
    font-size: 13.02vw;
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="7"] {
    font-size: 13.02vw;
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

#variablefontdemo .item[data-index="8"] {
  font-size: 22vw;
  line-height: 1.2;
  height: 300px;
  background-color: #ff931e;
  font-variation-settings: 'CNTR' 16;
}

#variablefontdemo .item[data-index="8"] div {
  line-height: 70px;
}

#variablefontdemo .item[data-index="8"] div span {
  font-size: 8vw;
  font-family: 'arshuyuansong';
}

#variablefontdemo .item[data-index="8"] div span:first-child {
  font-size: 16vw;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="8"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="8"] {
    height: auto;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9/span 2;
  }
  #variablefontdemo .item[data-index="8"] div {
    line-height: 70px;
  }
  #variablefontdemo .item[data-index="8"] div span {
    font-size: 9vw;
  }
  #variablefontdemo .item[data-index="8"] div span:first-child {
    font-size: 18vw;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="8"] {
    font-size: 10vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
  #variablefontdemo .item[data-index="8"] div {
    line-height: 70px;
  }
  #variablefontdemo .item[data-index="8"] div span {
    font-size: 3.33vw;
  }
  #variablefontdemo .item[data-index="8"] div span:first-child {
    font-size: 6.77vw;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="8"] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/span 2;
  }
  #variablefontdemo .item[data-index="8"] div {
    line-height: 70px;
  }
  #variablefontdemo .item[data-index="8"] div span {
    font-size: 3.33vw;
  }
  #variablefontdemo .item[data-index="8"] div span:first-child {
    font-size: 6.77vw;
  }
}

#variablefontdemo .item[data-index="9"] {
  font-size: 22vw;
  height: 250px;
  background-color: #ff406f;
  font-family: 'armochi';
  font-variation-settings: 'wght' 500;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="9"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="9"] {
    height: auto;
    font-size: 20vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="9"] {
    font-size: 9.375vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="9"] {
    font-size: 9.375vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}

#variablefontdemo .item[data-index="10"] {
  font-size: 16vw;
  height: 250px;
  background-color: #b6c5ff;
  font-family: 'arxingshu';
  font-variation-settings: 'wght' 200;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="10"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="10"] {
    height: auto;
    font-size: 14vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="10"] {
    font-size: 5.73vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="10"] {
    font-size: 5.73vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}

#variablefontdemo .item[data-index="11"] {
  font-size: 22vw;
  height: 250px;
  background-color: #ffd500;
  font-family: 'arnagomi';
  font-variation-settings: 'wght' 900;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="11"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="11"] {
    height: auto;
    font-size: 20vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="11"] {
    font-size: 6.25vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="11"] {
    font-size: 6.25vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

#variablefontdemo .item[data-index="12"] {
  font-size: 16vw;
  height: 250px;
  background-color: #21c6d9;
  font-family: 'arqianzibi';
  font-variation-settings: 'wght' 400, 'XCDS' 0, 'YCDS' 0, 'UDSH' 0, 'LRSH' 0;
}

@media (min-width: 576px) {
  #variablefontdemo .item[data-index="12"] {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #variablefontdemo .item[data-index="12"] {
    height: auto;
    font-size: 16vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
}

@media (min-width: 992px) {
  #variablefontdemo .item[data-index="12"] {
    font-size: 5.73vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

@media (min-width: 1300px) {
  #variablefontdemo .item[data-index="12"] {
    font-size: 5.73vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

#variablefontdemo .item {
  /*
        &.go.qiaohei, &.stop:hover.qiaohei {
            animation: arqiaohei-animation 1.5s ease .5s $animation-iteration-count both;
        }
        */
}

#variablefontdemo .item.go.jinxihei div, #variablefontdemo .item.stop:hover.jinxihei div {
  -webkit-animation: arjinxihei-animation 2s ease 0s 6 both;
          animation: arjinxihei-animation 2s ease 0s 6 both;
}

#variablefontdemo .item.go.jinxihei div:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(2) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

#variablefontdemo .item.go.jinxihei div:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(3) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

#variablefontdemo .item.go.jinxihei div:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(4) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

#variablefontdemo .item.go.jinxihei div:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(5) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

#variablefontdemo .item.go.jinxihei div:nth-child(6), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#variablefontdemo .item.go.jinxihei div:nth-child(7), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(7) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

#variablefontdemo .item.go.jinxihei div:nth-child(8), #variablefontdemo .item.stop:hover.jinxihei div:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#variablefontdemo .item.go.fangxinshu div, #variablefontdemo .item.stop:hover.fangxinshu div {
  -webkit-animation: arfangxinshu-animation 6s ease .5s 2 both;
          animation: arfangxinshu-animation 6s ease .5s 2 both;
}

#variablefontdemo .item.go.fangxinshu div div:nth-child(1), #variablefontdemo .item.stop:hover.fangxinshu div div:nth-child(1) {
  color: #dddddd;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#variablefontdemo .item.go.fangxinshu div div:nth-child(2), #variablefontdemo .item.stop:hover.fangxinshu div div:nth-child(2) {
  color: #c9caca;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#variablefontdemo .item.go.fangxinshu div div:nth-child(3), #variablefontdemo .item.stop:hover.fangxinshu div div:nth-child(3) {
  color: #898989;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#variablefontdemo .item.go.fangxinshu div div:nth-child(4), #variablefontdemo .item.stop:hover.fangxinshu div div:nth-child(4) {
  color: #595757;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#variablefontdemo .item.go.fangxinshu div div:nth-child(5), #variablefontdemo .item.stop:hover.fangxinshu div div:nth-child(5) {
  color: #231815;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#variablefontdemo .item.go.shuyuansong, #variablefontdemo .item.stop:hover.shuyuansong {
  -webkit-animation: arshuyuansong-animation 3s ease .5s 4 both;
          animation: arshuyuansong-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.artianniu, #variablefontdemo .item.stop:hover.artianniu {
  -webkit-animation: artianniu-animation 3s ease .5s 4 both;
          animation: artianniu-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.phone, #variablefontdemo .item.stop:hover.phone {
  -webkit-animation: arphone-animation 3s ease .5s 4 both;
          animation: arphone-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.tumbler, #variablefontdemo .item.stop:hover.tumbler {
  -webkit-animation: artumbler-animation 3s ease .5s 4 both;
          animation: artumbler-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.mohuan div div:nth-child(1), #variablefontdemo .item.stop:hover.mohuan div div:nth-child(1) {
  -webkit-animation: arpixelfont-animation 3s ease .5s 4 both;
          animation: arpixelfont-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.qiaohei div, #variablefontdemo .item.stop:hover.qiaohei div {
  -webkit-animation: arqiaohei-animation 3s ease .5s 4 both;
          animation: arqiaohei-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(1) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(1) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 0.5s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 0.5s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(1) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(1) span:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(1) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(1) span:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(1) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(1) span:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(1) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(1) span:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(2) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(2) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 1s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 1s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(2) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(2) span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(2) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(2) span:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(2) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(2) span:nth-child(4) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(2) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(2) span:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(3) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(3) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 1.5s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 1.5s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(3) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(3) span:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(3) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(3) span:nth-child(3) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(3) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(3) span:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(3) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(3) span:nth-child(5) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(4) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(4) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 2s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 2s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(4) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(4) span:nth-child(2) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(4) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(4) span:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(4) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(4) span:nth-child(4) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(4) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(4) span:nth-child(5) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(5) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(5) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 2.5s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 2.5s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(5) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(5) span:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(5) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(5) span:nth-child(3) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(5) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(5) span:nth-child(4) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(5) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(5) span:nth-child(5) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(6) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(6) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 3s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 3s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(6) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(6) span:nth-child(2) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(6) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(6) span:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(6) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(6) span:nth-child(4) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(6) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(6) span:nth-child(5) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(7) span, #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(7) span {
  -webkit-animation: arjinxihei-2-animation 2.5s ease 3.5s 5 both;
          animation: arjinxihei-2-animation 2.5s ease 3.5s 5 both;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(7) span:nth-child(2), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(7) span:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(7) span:nth-child(3), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(7) span:nth-child(3) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(7) span:nth-child(4), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(7) span:nth-child(4) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#variablefontdemo .item.go.jinxihei-2 div p:nth-child(7) span:nth-child(5), #variablefontdemo .item.stop:hover.jinxihei-2 div p:nth-child(7) span:nth-child(5) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

#variablefontdemo .item.go.mochi, #variablefontdemo .item.stop:hover.mochi {
  -webkit-animation: armochi-animation 3s ease .5s 4 both;
          animation: armochi-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.xingshu, #variablefontdemo .item.stop:hover.xingshu {
  -webkit-animation: arxingshu-animation 3s ease .5s 4 both;
          animation: arxingshu-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.nagomi, #variablefontdemo .item.stop:hover.nagomi {
  -webkit-animation: arnagomi-animation 3s ease .5s 4 both;
          animation: arnagomi-animation 3s ease .5s 4 both;
}

#variablefontdemo .item.go.qianzibi, #variablefontdemo .item.stop:hover.qianzibi {
  -webkit-animation: arqianzibi-animation 3s ease .5s 4 both;
          animation: arqianzibi-animation 3s ease .5s 4 both;
}

@-webkit-keyframes arjinxihei-animation {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 100;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
}

@keyframes arjinxihei-animation {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 100;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
}

@-webkit-keyframes arjinxihei-2-animation {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 90;
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 90;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 90;
  }
}

@keyframes arjinxihei-2-animation {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 90;
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 90;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 90;
  }
}

@-webkit-keyframes arfangxinshu-animation {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 100;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
}

@keyframes arfangxinshu-animation {
  0% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
  50% {
    font-variation-settings: 'wght' 900, 'wdth' 100;
  }
  100% {
    font-variation-settings: 'wght' 500, 'wdth' 80;
  }
}

@-webkit-keyframes arshuyuansong-animation {
  0% {
    font-variation-settings: 'CNTR' 16;
  }
  50% {
    font-variation-settings: 'CNTR' 39;
  }
  100% {
    font-variation-settings: 'CNTR' 16;
  }
}

@keyframes arshuyuansong-animation {
  0% {
    font-variation-settings: 'CNTR' 16;
  }
  50% {
    font-variation-settings: 'CNTR' 39;
  }
  100% {
    font-variation-settings: 'CNTR' 16;
  }
}

@-webkit-keyframes artumbler-animation {
  0% {
    font-variation-settings: 'TIME' -1;
  }
  50% {
    font-variation-settings: 'TIME' 1;
  }
  100% {
    font-variation-settings: 'TIME' -1;
  }
}

@keyframes artumbler-animation {
  0% {
    font-variation-settings: 'TIME' -1;
  }
  50% {
    font-variation-settings: 'TIME' 1;
  }
  100% {
    font-variation-settings: 'TIME' -1;
  }
}

@-webkit-keyframes artianniu-animation {
  0% {
    font-variation-settings: 'wght' 900, 'LESH' -1;
  }
  50% {
    font-variation-settings: 'wght' 900, 'LESH' 1;
  }
  100% {
    font-variation-settings: 'wght' 900, 'LESH' -1;
  }
}

@keyframes artianniu-animation {
  0% {
    font-variation-settings: 'wght' 900, 'LESH' -1;
  }
  50% {
    font-variation-settings: 'wght' 900, 'LESH' 1;
  }
  100% {
    font-variation-settings: 'wght' 900, 'LESH' -1;
  }
}

@-webkit-keyframes arqiaohei-animation {
  0% {
    font-variation-settings: 'wght' 100;
  }
  50% {
    font-variation-settings: 'wght' 900;
  }
  100% {
    font-variation-settings: 'wght' 100;
  }
}

@keyframes arqiaohei-animation {
  0% {
    font-variation-settings: 'wght' 100;
  }
  50% {
    font-variation-settings: 'wght' 900;
  }
  100% {
    font-variation-settings: 'wght' 100;
  }
}

@-webkit-keyframes arphone-animation {
  0% {
    font-variation-settings: 'TIME' 0;
  }
  50% {
    font-variation-settings: 'TIME' 1;
  }
  100% {
    font-variation-settings: 'TIME' 0;
  }
}

@keyframes arphone-animation {
  0% {
    font-variation-settings: 'TIME' 0;
  }
  50% {
    font-variation-settings: 'TIME' 1;
  }
  100% {
    font-variation-settings: 'TIME' 0;
  }
}

@-webkit-keyframes armochi-animation {
  0% {
    font-variation-settings: 'wght' 100;
  }
  50% {
    font-variation-settings: 'wght' 900;
  }
  100% {
    font-variation-settings: 'wght' 100;
  }
}

@keyframes armochi-animation {
  0% {
    font-variation-settings: 'wght' 100;
  }
  50% {
    font-variation-settings: 'wght' 900;
  }
  100% {
    font-variation-settings: 'wght' 100;
  }
}

@-webkit-keyframes arxingshu-animation {
  0% {
    font-variation-settings: 'wght' 200;
  }
  50% {
    font-variation-settings: 'wght' 500;
  }
  100% {
    font-variation-settings: 'wght' 200;
  }
}

@keyframes arxingshu-animation {
  0% {
    font-variation-settings: 'wght' 200;
  }
  50% {
    font-variation-settings: 'wght' 500;
  }
  100% {
    font-variation-settings: 'wght' 200;
  }
}

@-webkit-keyframes arnagomi-animation {
  0% {
    font-variation-settings: 'wght' 900;
  }
  50% {
    font-variation-settings: 'wght' 100;
  }
  100% {
    font-variation-settings: 'wght' 900;
  }
}

@keyframes arnagomi-animation {
  0% {
    font-variation-settings: 'wght' 900;
  }
  50% {
    font-variation-settings: 'wght' 100;
  }
  100% {
    font-variation-settings: 'wght' 900;
  }
}

@-webkit-keyframes arqianzibi-animation {
  0% {
    font-variation-settings: 'wght' 400, 'XCDS' 0, 'YCDS' 0, 'UDSH' 0, 'LRSH' 0;
  }
  25% {
    font-variation-settings: 'wght' 500, 'XCDS' -1, 'YCDS' -1, 'UDSH' -1, 'LRSH' -1;
  }
  50% {
    font-variation-settings: 'wght' 900, 'XCDS' 0, 'YCDS' 0, 'UDSH' 1, 'LRSH' 1;
  }
  75% {
    font-variation-settings: 'wght' 500, 'XCDS' -1, 'YCDS' -1, 'UDSH' -1, 'LRSH' -1;
  }
  100% {
    font-variation-settings: "wght" 400, "XCDS" 0, "YCDS" 0, "UDSH" 0, "LRSH" 0;
  }
}

@keyframes arqianzibi-animation {
  0% {
    font-variation-settings: 'wght' 400, 'XCDS' 0, 'YCDS' 0, 'UDSH' 0, 'LRSH' 0;
  }
  25% {
    font-variation-settings: 'wght' 500, 'XCDS' -1, 'YCDS' -1, 'UDSH' -1, 'LRSH' -1;
  }
  50% {
    font-variation-settings: 'wght' 900, 'XCDS' 0, 'YCDS' 0, 'UDSH' 1, 'LRSH' 1;
  }
  75% {
    font-variation-settings: 'wght' 500, 'XCDS' -1, 'YCDS' -1, 'UDSH' -1, 'LRSH' -1;
  }
  100% {
    font-variation-settings: "wght" 400, "XCDS" 0, "YCDS" 0, "UDSH" 0, "LRSH" 0;
  }
}

@-webkit-keyframes arpixelfont-animation {
  0% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' 0, 'HLRS' -1;
  }
  /*l45*/
  40% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' -1, 'HLRS' -1;
  }
  /*90*/
  50% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' -1, 'HLRS' 0;
  }
  /*r45*/
  75% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' -1, 'HLRS' -1;
  }
  /*45*/
  100% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' 0, 'HLRS' -1;
  }
  /*l45*/
}

@keyframes arpixelfont-animation {
  0% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' 0, 'HLRS' -1;
  }
  /*l45*/
  40% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' -1, 'HLRS' -1;
  }
  /*90*/
  50% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' -1, 'HLRS' 0;
  }
  /*r45*/
  75% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' -1, 'HLRS' -1;
  }
  /*45*/
  100% {
    font-variation-settings: 'wght' 400, 'RNDO' 1,'HLRN' 1, 'HLLS' 0, 'HLRS' -1;
  }
  /*l45*/
}

@font-face {
  font-family: 'arjinxihei';
  src: url("../fonts/vfwoff/arudjxhei.woff") format("woff");
}

@font-face {
  font-family: 'arfangxinshu';
  src: url("../fonts/vfwoff/arfangxinshu.woff") format("woff");
}

@font-face {
  font-family: 'arshuyuansong';
  src: url("../fonts/vfwoff/arshuyuansong.woff") format("woff");
}

@font-face {
  font-family: 'artumbler';
  src: url("../fonts/tumbler_VF.ttf") format("truetype");
}

@font-face {
  font-family: 'armoto';
  src: url("../fonts/ARMotorcycle-VF.ttf") format("truetype");
}

@font-face {
  font-family: 'artianniu';
  src: url("../fonts/vfwoff/artianniu.woff") format("woff");
}

@font-face {
  font-family: 'arqiaohei';
  src: url("../fonts/vfwoff/arqiaohei.woff") format("woff");
}

@font-face {
  font-family: 'armochi';
  src: url("../fonts/vfwoff/armochi.woff") format("woff");
}

@font-face {
  font-family: 'arqianzibi';
  src: url("../fonts/vfwoff/arqianzibi.woff") format("woff");
}

@font-face {
  font-family: 'arpixelfont';
  src: url("../fonts/vfwoff/arpixelfont.woff") format("woff");
}

@font-face {
  font-family: 'arphone';
  src: url("../fonts/phone.ttf") format("truetype");
}

@font-face {
  font-family: 'arxingshu';
  src: url("../fonts/vfwoff/arxingshu.woff") format("woff");
}

@font-face {
  font-family: 'arnagomi';
  src: url("../fonts/vfwoff/arnagomi.woff") format("woff");
}

/*晶熙黑經典字型*/
#page_classic {
  margin-top: 120px !important;
}

#page_classic .JXH-MD {
  font-family: AR UDJingXiHeiU30 MD !important;
}

#page_classic .JXH-BD {
  font-family: AR UDJingXiHeiU30 BD !important;
}

#page_classic .JXH-DB {
  font-family: AR UDJingXiHeiU30 DB !important;
}

#page_classic .JXH-EB {
  font-family: AR UDJingXiHeiU30 EB !important;
}

#page_classic .JXH-HV {
  font-family: AR UDJingXiHeiU30 HV !important;
}

#page_classic .JXH-E1-HR {
  font-family: AR UDJingXiHeiE1B5HK HR !important;
}

#page_classic .JXH-E1-LT {
  font-family: AR UDJingXiHeiE1B5HK LT !important;
}

#page_classic .JXH-E1-TH {
  font-family: AR UDJingXiHeiE1B5HK TH !important;
}

#page_classic .JXH-E1-MD {
  font-family: AR UDJingXiHeiE1U30 MD !important;
}

#page_classic .JXH-E1-DB {
  font-family: AR UDJingXiHeiE1U30 DB !important;
}

#page_classic .JXH-E1-BD {
  font-family: AR UDJingXiHeiE1U30 BD !important;
}

#page_classic .JXH-E1-EB {
  font-family: AR UDJingXiHeiE1U30 EB !important;
}

#page_classic .JXH-E1-HV {
  font-family: AR UDJingXiHeiE1U30 HV !important;
}

#page_classic .JXH-E1-EH {
  font-family: AR UDJingXiHeiE1B5HK EH !important;
}

#page_classic .JXH-E1-DBL {
  font-family: AR UDJingXiHeiE1B5HK DBL !important;
}

#page_classic .JXH-E1-BL {
  font-family: AR UDJingXiHeiE1B5HK BL !important;
}

#page_classic .JXH-E1-UBL {
  font-family: AR UDJingXiHeiE1B5HK UBL !important;
}

#page_classic .JXH-E1-C80-MD {
  font-family: AR UDJingXiHeiE1C80B5HK MD !important;
}

#page_classic .JXH-E1-C80-DB {
  font-family: AR UDJingXiHeiE1C80B5HK DB !important;
}

#page_classic .JXH-E1-C80-BD {
  font-family: AR UDJingXiHeiE1C80B5HK BD !important;
}

#page_classic .JXH-E1-C80-EB {
  font-family: AR UDJingXiHeiE1C80B5HK EB !important;
}

#page_classic .JXH-E1-C80-HV {
  font-family: AR UDJingXiHeiE1C80B5HK HV !important;
}

#page_classic .JXH-E1-C90-MD {
  font-family: AR UDJingXiHeiE1C90G30 MD !important;
}

#page_classic .JXH-E1-C90-DB {
  font-family: AR UDJingXiHeiE1C90G30 DB !important;
}

#page_classic .JXH-E1-C90-BD {
  font-family: AR UDJingXiHeiE1C90G30 BD !important;
}

#page_classic .JXH-E1-C90-EB {
  font-family: AR UDJingXiHeiE1C90G30 EB !important;
}

#page_classic .JXH-E1-C90-HV {
  font-family: AR UDJingXiHeiE1C90G30 HV !important;
}

#page_classic .JXH-E1-C95-MD {
  font-family: AR UDJingXiHeiE1C95G30 MD !important;
}

#page_classic .JXH-E1-C95-DB {
  font-family: AR UDJingXiHeiE1C95G30 DB !important;
}

#page_classic .JXH-E1-C95-BD {
  font-family: AR UDJingXiHeiE1C95G30 BD !important;
}

#page_classic .JXH-E1-C95-EB {
  font-family: AR UDJingXiHeiE1C95G30 EB !important;
}

#page_classic .JXH-E1-C95-HV {
  font-family: AR UDJingXiHeiE1C95G30 HV !important;
}

#page_classic .JXH-AKTIV-DB {
  font-family: AR UDJingXiHeiAktivBHK DB !important;
}

#page_classic .JXH-AKTIV-HV {
  font-family: AR UDJingXiHeiAktivBHK HV !important;
}

#page_classic .JXH-PING-EB {
  font-family: AR UDJingXiHeiPingG30 EB !important;
}

#page_classic .JXH-PING-DB {
  font-family: AR UDJingXiHeiPingG30 DB !important;
}

#page_classic .title {
  font-size: 28px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
  display: block;
}

@media (min-width: 768px) {
  #page_classic .title {
    display: inline;
  }
}

#page_classic .head-title a,
#page_classic .head-title {
  font-size: 26px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

@media (min-width: 992px) {
  #page_classic .head-title a,
  #page_classic .head-title {
    font-size: 28px;
  }
}

#page_classic .sub-title {
  font-size: 32px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB";
  word-wrap: break-word;
  letter-spacing: 0px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #page_classic .sub-title {
    font-size: 24px;
  }
}

@media (min-width: 1300px) {
  #page_classic .sub-title {
    font-size: 36px;
  }
}

#page_classic .type-tag a {
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #000000 !important;
  cursor: pointer;
}

#page_classic .type-tag a.unactive {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_classic .type-tag span {
  word-break: keep-all;
  font-family: "AR UDJingXiHeiU30 DB";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

#page_classic .type-tag span.unactive {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_classic .small-title {
  width: 72px;
  height: 16px;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #808080 !important;
}

#page_classic .content-tags {
  height: 30px;
  border-radius: 14px;
  border: solid 1px #0071bc;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #0071bc;
}

#page_classic .content-tags a {
  text-decoration: none !important;
}

#page_classic ul, #page_classic li {
  list-style: none;
}

#page_classic .list-circle-text {
  background-color: #3e3a39;
  color: #FFF;
  border-radius: 100%;
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

#page_classic .list-rectangle-text {
  border: 1px solid #808080;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  text-align: center;
}

@media (min-width: 992px) {
  #page_classic .list-rectangle-text {
    width: 110px;
  }
}

#page_classic .list-text {
  font-size: 28px;
  position: relative;
  top: 5px;
}

#page_classic .note {
  color: #808080;
  font-size: 14px;
}

#page_classic .table-text {
  font-size: 28px;
}

@media (min-width: 768px) {
  #page_classic .table-text {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  #page_classic .table-text {
    font-size: 40px;
  }
}

#page_classic .tabs {
  font-family: AR UDJingXiHeiU30 EB !important;
  color: #808080 !important;
  cursor: pointer;
}

#page_classic .sub-tabs {
  cursor: pointer;
}

#page_classic .sub-tabs p {
  font-family: AR UDJingXiHeiU30 EB !important;
  color: #808080;
  font-size: 18px;
}

@media (min-width: 992px) {
  #page_classic .sub-tabs p {
    font-size: 26px;
  }
}

#page_classic .active {
  color: #3e3a39 !important;
}

#page_classic .active p {
  color: #3e3a39 !important;
}

#page_classic .ce-mix-title {
  font-size: 28px;
  margin-bottom: 0;
}

#page_classic .ce-mix-content {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2;
}

#page_classic .ce-mix-note {
  font-size: 12px;
  color: #808080;
}

#page_classic .note {
  color: #808080;
}

#page_classic .slash {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120px;
  text-indent: 5px;
  background: linear-gradient(-45deg, transparent 49.5%, #808080 49.5%, #808080 50.5%, transparent 50.5%);
}

#page_classic #spec #format .list-rectangle-text {
  width: 100%;
  border: 0px;
}

@media (min-width: 992px) {
  #page_classic #spec #format .list-rectangle-text {
    width: 130px;
    border: 1px solid #808080;
  }
}

#page_classic #spec .sub-title {
  font-size: 20px;
}

@media (min-width: 768px) {
  #page_classic #spec .sub-title {
    font-size: 32px;
  }
}

#page_classic #scope .list-rectangle-text.th {
  word-break: break-all;
}

@media (min-width: 768px) {
  #page_classic #scope .list-rectangle-text.th {
    word-break: normal;
  }
}

#page_classic .onactive span {
  border-color: #0071bc !important;
  color: #0071bc !important;
}

#page_classic .icon {
  /*max-width:30px;*/
}

/*方新書經典字型*/
#page_classic {
  margin-top: 120px !important;
}

#page_classic .JXH-MD {
  font-family: AR UDJingXiHeiU30 MD !important;
}

#page_classic .JXH-BD {
  font-family: AR UDJingXiHeiU30 BD !important;
}

#page_classic .JXH-DB {
  font-family: AR UDJingXiHeiU30 DB !important;
}

#page_classic .JXH-EB {
  font-family: AR UDJingXiHeiU30 EB !important;
}

#page_classic .JXH-HV {
  font-family: AR UDJingXiHeiU30 HV !important;
}

#page_classic .FXS-MD {
  font-family: AR FangXinShuH7B5 MD !important;
}

#page_classic .FXS-BD {
  font-family: AR FangXinShuH7B5 BD !important;
}

#page_classic .FXS-DB {
  font-family: AR FangXinShuH7B5 DB !important;
}

#page_classic .FXS-EB {
  font-family: AR FangXinShuH7B5 EB !important;
}

#page_classic .FXS-HV {
  font-family: AR FangXinShuH7B5 HV !important;
}

#page_classic .FXS-EH {
  font-family: 文鼎方新書H7_EH !important;
}

#page_classic .FXS-DBL {
  font-family: 文鼎方新書H7_DBL !important;
}

#page_classic .FXS-BL {
  font-family: 文鼎方新書H7_BL !important;
}

#page_classic .FXS-UBL {
  font-family: 文鼎方新書H7_UBL !important;
}

#page_classic .FXS-C95-MD {
  font-family: AR FangXinShuH7C95B5 MD !important;
}

#page_classic .FXS-C95-BD {
  font-family: AR FangXinShuH7C95B5 BD !important;
}

#page_classic .FXS-C95-DB {
  font-family: AR FangXinShuH7C95B5 DB !important;
}

#page_classic .FXS-C95-EB {
  font-family: AR FangXinShuH7C95B5 EB !important;
}

#page_classic .FXS-C95-HV {
  font-family: AR FangXinShuH7C95B5 HV !important;
}

#page_classic .FXS-C90-MD {
  font-family: AR FangXinShuH7C90B5 MD !important;
}

#page_classic .FXS-C90-BD {
  font-family: AR FangXinShuH7C90B5 BD !important;
}

#page_classic .FXS-C90-DB {
  font-family: AR FangXinShuH7C90B5 DB !important;
}

#page_classic .FXS-C90-EB {
  font-family: AR FangXinShuH7C90B5 EB !important;
}

#page_classic .FXS-C90-HV {
  font-family: AR FangXinShuH7C90B5 HV !important;
}

#page_classic .FXS-C80-MD {
  font-family: AR FangXinShuH7C80B5 MD !important;
}

#page_classic .FXS-C80-BD {
  font-family: AR FangXinShuH7C80B5 BD !important;
}

#page_classic .FXS-C80-DB {
  font-family: AR FangXinShuH7C80B5 DB !important;
}

#page_classic .FXS-C80-EB {
  font-family: AR FangXinShuH7C80B5 EB !important;
}

#page_classic .FXS-C80-HV {
  font-family: AR FangXinShuH7C80B5 HV !important;
}

#page_classic .color-gray {
  color: #808080;
}

#page_classic .title {
  font-size: 28px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
  display: block;
}

@media (min-width: 768px) {
  #page_classic .title {
    display: inline;
  }
}

#page_classic .head-title a,
#page_classic .head-title {
  font-size: 26px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

@media (min-width: 992px) {
  #page_classic .head-title a,
  #page_classic .head-title {
    font-size: 28px;
  }
}

#page_classic .big-sub-title {
  font-size: 160px;
  color: #3e3a39 !important;
}

@media (min-width: 768px) {
  #page_classic .big-sub-title {
    font-size: 140px;
    position: relative;
    top: -30px;
  }
}

@media (min-width: 992px) {
  #page_classic .big-sub-title {
    font-size: 128px;
    position: relative;
    top: -25px;
  }
}

@media (min-width: 1300px) {
  #page_classic .big-sub-title {
    font-size: 195px;
    position: relative;
    top: -30px;
  }
}

#page_classic .sub-title {
  font-size: 32px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB";
  word-wrap: break-word;
  letter-spacing: 0px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #page_classic .sub-title {
    font-size: 24px;
  }
}

@media (min-width: 1300px) {
  #page_classic .sub-title {
    font-size: 36px;
  }
}

#page_classic .type-tag a {
  font-family: "AR UDJingXiHeiU30 EB";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #000000 !important;
  cursor: pointer;
}

#page_classic .type-tag a.unactive {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_classic .type-tag span {
  word-break: keep-all;
  font-family: "AR UDJingXiHeiU30 DB";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

#page_classic .type-tag span.unactive {
  font-family: "AR UDJingXiHeiU30 MD";
}

#page_classic .small-title {
  width: 72px;
  height: 16px;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #808080 !important;
}

#page_classic .content-tags {
  height: 30px;
  border-radius: 14px;
  border: solid 1px #0071bc;
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #0071bc;
}

#page_classic .content-tags a {
  text-decoration: none !important;
}

#page_classic ul, #page_classic li {
  list-style: none;
}

#page_classic .list-circle-text {
  background-color: #3e3a39;
  color: #FFF;
  border-radius: 100%;
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

#page_classic .list-rectangle-text {
  border: 1px solid #808080;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  text-align: center;
}

@media (min-width: 992px) {
  #page_classic .list-rectangle-text {
    width: 110px;
  }
}

#page_classic .list-text {
  font-size: 28px;
  position: relative;
  top: 5px;
}

#page_classic .note {
  color: #808080;
  font-size: 14px;
}

#page_classic .table-text {
  font-size: 28px;
}

@media (min-width: 768px) {
  #page_classic .table-text {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  #page_classic .table-text {
    font-size: 40px;
  }
}

#page_classic .tabs {
  font-family: AR UDJingXiHeiU30 EB !important;
  color: #808080 !important;
  cursor: pointer;
}

#page_classic .sub-tabs {
  cursor: pointer;
}

#page_classic .sub-tabs p {
  font-family: AR UDJingXiHeiU30 EB !important;
  color: #808080;
  font-size: 18px;
}

@media (min-width: 992px) {
  #page_classic .sub-tabs p {
    font-size: 26px;
  }
}

#page_classic .active {
  color: #3e3a39 !important;
}

#page_classic .active p {
  color: #3e3a39 !important;
}

#page_classic .ce-mix-title {
  font-size: 36px;
  margin-bottom: 0;
}

#page_classic .ce-mix-content {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2;
}

#page_classic .ce-mix-note {
  font-size: 12px;
  color: #808080;
}

#page_classic .note {
  color: #808080;
}

#page_classic .slash {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120px;
  text-indent: 5px;
  background: linear-gradient(-45deg, transparent 49.5%, #808080 49.5%, #808080 50.5%, transparent 50.5%);
}

#page_classic #spec #format .list-rectangle-text {
  width: 100%;
  border: 0px;
}

@media (min-width: 992px) {
  #page_classic #spec #format .list-rectangle-text {
    width: 130px;
    border: 1px solid #808080;
  }
}

#page_classic #spec .sub-title {
  font-size: 20px;
}

@media (min-width: 768px) {
  #page_classic #spec .sub-title {
    font-size: 32px;
  }
}

#page_classic #scope .list-rectangle-text.th {
  word-break: break-all;
}

@media (min-width: 768px) {
  #page_classic #scope .list-rectangle-text.th {
    word-break: normal;
  }
}

#page_classic .onactive span {
  border-color: #0071bc !important;
  color: #0071bc !important;
}

#page_classic .icon {
  /*max-width:30px;*/
}

/*通用*/
.common {
  margin-top: 130px;
}

.common #main-row {
  min-height: calc(100vh - 305px);
}

.common .input-label {
  font-size: 14px;
  color: #3e3a39;
}

.common .blue-btn {
  background-color: #00a6ce;
  color: #FFF;
  width: 100%;
  -webkit-border-radious: 2px;
  -moz-border-radious: 2px;
  border-radius: 2px;
  padding: 10px 0px;
  border: 0px;
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 21px;
  cursor: pointer;
}

.main-row {
  min-height: calc(100vh - 305px);
}

.main-row .sencond-title {
  font-size: 22px;
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

@media (min-width: 576px) {
  .main-row .sencond-title {
    font-size: 24px;
  }
}

.main-row .sencond-title a {
  color: #3e3a39 !important;
  font-family: "AR UDJingXiHeiU30 EB" !important;
}

.main-row .sencond-unused {
  font-size: 22px;
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

@media (min-width: 576px) {
  .main-row .sencond-unused {
    font-size: 24px;
  }
}

.main-row .sencond-unused a {
  color: #999999;
  font-family: "AR UDJingXiHeiU30 MD";
}

/*書苑宋專屬*/
#sysong video {
  width: 100%;
  height: calc(100% - 120px) !important;
}

#sysong button {
  font-family: 'AR SYSongPB5HK Text H46 BD' !important;
}

#sysong .title {
  font-family: 'AR SYSongB5HK Text H32 EB' !important;
  font-size: 34px;
}

#sysong .desc {
  font-family: 'AR SYSongPB5HK Text H46 BD' !important;
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 0px !important;
}

@media (min-width: 992px) {
  #sysong .desc {
    font-size: 22px;
  }
}

#sysong .desc-2 {
  margin-bottom: 20px !important;
}

#sysong .bigshow {
  font-family: 'AR SYSongB5HK Text H32 EB' !important;
  font-size: 10rem !important;
  line-height: 2.5 !important;
}

@media (min-width: 992px) {
  #sysong .bigshow {
    font-size: 16.5rem !important;
  }
}

#sysong .multiple-items div {
  margin: 0px 2px !important;
}

#sysong .side-title {
  margin: 0px;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  left: 5px;
  height: 600px;
}

#sysong .info .row {
  position: relative;
}

#sysong .owen {
  margin-top: 250px !important;
}

#sysong .owen img {
  width: 100%;
}

#sysong .owen .sub-title {
  font-family: 'AR UDJingXiHeiU30 DB' !important;
}

#sysong .fontdesign {
  position: relative;
  min-height: 1000px;
  overflow: hidden;
}

@media (min-width: 992px) {
  #sysong .fontdesign {
    min-height: 1600px;
  }
}

#sysong .fontdesign img {
  width: 100%;
  max-width: 661px;
}

#sysong .fontdesign h1 {
  font-size: 2.5rem;
  font-family: 'AR SYSongB5HK Text H32 EB' !important;
  letter-spacing: -2px;
}

@media (min-width: 992px) {
  #sysong .fontdesign h1 {
    font-size: 6.5rem;
  }
}

#sysong .fontdesign h2 {
  font-size: 1rem;
  font-family: 'AR SYSongB5HK Text H32 EB' !important;
}

@media (min-width: 992px) {
  #sysong .fontdesign h2 {
    font-size: 1.5rem;
  }
}

#sysong .fontdesign .info {
  margin-top: 85px;
}

@media (min-width: 992px) {
  #sysong .fontdesign .info {
    margin-top: 400px;
    padding-left: 100px;
  }
}

#sysong .strokes {
  min-height: 1000px;
  position: relative;
}

@media (min-width: 992px) {
  #sysong .strokes .info {
    margin-top: 200px;
    padding-left: 100px;
  }
}

#sysong .syscard {
  min-height: 888px;
}

@media (min-width: 992px) {
  #sysong .syscard {
    min-height: 1000px;
  }
}

@media (min-width: 992px) {
  #sysong .syscard .info {
    margin-top: 200px;
    padding-left: 100px;
  }
}

#sysong .image-div img {
  width: 80%;
}

@media (min-width: 576px) {
  #sysong .image-div img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #sysong .image-div img {
    width: 100%;
  }
}

#sysong .image-div p {
  font-family: "AR UDJingXiHeiU30 DB";
  font-size: 14px;
}

@media (min-width: 992px) {
  #sysong .image-div p {
    font-size: 16px;
  }
}

#sysong .image-1 {
  position: absolute;
  top: 5%;
  left: 30%;
}

@media (min-width: 992px) {
  #sysong .image-1 {
    top: 80px;
    left: 190px;
  }
}

#sysong .image-1 p {
  position: absolute;
  top: 30px;
  left: 85px;
  min-width: 200px;
}

#sysong .image-2 {
  position: absolute;
  top: 22%;
  right: -15%;
}

@media (min-width: 992px) {
  #sysong .image-2 {
    top: 175px;
    right: -60px;
  }
}

#sysong .image-2 p {
  position: absolute;
  text-align: left;
  margin-top: 5px;
  max-width: 150px;
  left: -5px;
}

#sysong .image-3 {
  position: absolute;
  bottom: -5%;
  right: -3%;
}

@media (min-width: 992px) {
  #sysong .image-3 {
    bottom: 10px;
    right: 40px;
  }
}

#sysong .image-3 p {
  position: absolute;
  top: -35px;
  left: 15px;
  width: 200px;
}

#sysong .image-4 {
  position: absolute;
  bottom: -5%;
  left: -3%;
}

@media (min-width: 992px) {
  #sysong .image-4 {
    bottom: 20px;
    left: 5px;
  }
}

#sysong .image-4 p {
  position: absolute;
  top: -35px;
}

#sysong .image-5 {
  position: absolute;
  top: 33%;
  left: -3%;
}

@media (min-width: 992px) {
  #sysong .image-5 {
    top: 220px;
    left: 0px;
  }
}

#sysong .image-5 p {
  position: absolute;
  width: 169px;
  text-align: left;
  margin-top: 5px;
}

#sysong .image-6 {
  position: absolute;
  left: 8%;
  top: 0;
}

@media (min-width: 992px) {
  #sysong .image-6 {
    top: 0px;
    left: 190px;
  }
}

#sysong .image-6 p {
  position: absolute;
  top: 50px;
  left: 137px;
  width: 113px;
  text-align: left;
}

#sysong .image-7 {
  position: absolute;
  top: 20%;
  right: -10%;
}

@media (min-width: 992px) {
  #sysong .image-7 {
    top: 175px;
    right: -50px;
  }
}

#sysong .image-7 p {
  position: absolute;
  text-align: left;
  margin-top: 25px;
  left: 0px;
  width: 145px;
}

@media (min-width: 992px) {
  #sysong .image-7 p {
    left: 50px;
  }
}

#sysong .image-8 {
  position: absolute;
  bottom: -25%;
  right: 2%;
}

@media (min-width: 992px) {
  #sysong .image-8 {
    bottom: 0px;
    right: -50px;
  }
}

#sysong .image-8 p {
  position: absolute;
  text-align: left;
  left: 83px;
  top: -65px;
  width: 145px;
}

#sysong .image-9 {
  position: absolute;
  bottom: -5%;
  left: 8%;
}

@media (min-width: 992px) {
  #sysong .image-9 {
    bottom: 0px;
    left: 190px;
  }
}

#sysong .image-9 p {
  position: absolute;
  text-align: left;
  width: 125px;
  top: 75px;
  left: 135px;
}

#sysong #moon {
  max-width: 746px;
  position: absolute;
  right: -40%;
  top: -5%;
  width: 80%;
}

@media (min-width: 992px) {
  #sysong #moon {
    right: -220px;
    top: -3%;
  }
}

#sysong #meteorite {
  max-width: 470px;
  position: absolute;
  top: 25%;
  left: -5px;
  width: 35%;
}

@media (min-width: 992px) {
  #sysong #meteorite {
    top: 500px;
  }
}

#sysong #meteorite2 {
  position: absolute;
  bottom: 5%;
  right: 0px;
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 992px) {
  #sysong #meteorite2 {
    width: 100%;
    bottom: -15%;
  }
}

#sysong .ballon {
  -webkit-animation: baloon_1 3s infinite;
  animation: baloon_1 3s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes baloon_1 {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes baloon_1 {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

#sysong select {
  font-family: 'AR SYSongPB5HK Text H46 BD' !important;
  border: 0px !important;
  border-left: 1px solid #808080 !important;
  padding: 10px;
  font-size: 20px;
}

#sysong textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  font-size: 26px;
}

/*guideline*/
#page_guideline h1, #page_guideline h2, #page_guideline h3 {
  font-family: 'AR UDJingXiHeiU30 MD';
  color: #3e3a39 !important;
}

#page_guideline h4 {
  font-family: 'AR UDJingXiHeiU30 DB';
  color: #3e3a39 !important;
}

#page_guideline main {
  margin-bottom: 50px;
}

#page_guideline p, #page_guideline li {
  line-height: 35px;
  color: #808080 !important;
}

#page_guideline table, #page_guideline tr, #page_guideline td {
  font-size: 14px;
  border: 1px solid #808080;
  color: #808080;
}

#page_guideline td {
  padding: 5px 5px;
}

#page_guideline .highlight {
  color: #3e3a39;
  font-family: 'AR UDJingXiHeiU30 BD' !important;
}

#page_guideline #banner {
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-image: url("../images/4dot0/banner.png");
}

#page_guideline #icon {
  position: absolute;
  top: 20%;
  left: 20%;
}

/*index-video*/
#page_index_video #carouselExampleSlidesOnly {
  margin-top: 90px;
}

@media (min-width: 992px) {
  #page_index_video #carouselExampleSlidesOnly {
    margin-top: 0px !important;
  }
}

#page_index_video h5 {
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_index_video .slick-prev:before, #page_index_video .slick-next:before {
  font-size: 26px;
}

#page_index_video .slick-prev {
  z-index: 10;
  left: 15px;
}

#page_index_video .slick-next {
  z-index: 10;
  right: 15px;
}

#page_index_video .part-1 .slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#page_index_video .part-2 .slick-prev:before, #page_index_video .part-2 .slick-next:before {
  color: #707070 !important;
}

#page_index_video .part-2 .slick-prev, #page_index_video .part-2 .slick-next {
  top: 45% !important;
}

#page_index_video .part-2 .slick-slide img {
  border-radius: 50%;
  max-width: 225px;
  margin: 0 auto;
}

#page_index_video .nav-tabs .nav-item {
  border: 0px;
  background-color: white;
  border-bottom: 1px solid #b3b3b3;
  font-size: 20px;
}

#page_index_video .nav-tabs .nav-item .nav-link {
  display: initial;
  border: 0px;
  background-color: white;
  outline: none;
  color: #b3b3b3;
  cursor: pointer;
}

#page_index_video .nav-tabs .nav-item .nav-link.active {
  color: #23c0dd;
}

#page_index_video .nav-tabs .nav-item:has(.nav-link.active) {
  border-bottom: 2px solid #23c0dd !important;
}

#page_index_video .inner {
  margin-top: 80px;
}

#page_index_video .info {
  padding-left: 15px;
}

@media (min-width: 992px) {
  #page_index_video .info {
    padding-left: 50px;
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
  #page_index_video .info {
    padding-left: 50px;
    margin-top: 10%;
  }
}

#page_index_video .info h3 {
  font-family: "AR UDJingXiHeiU30 BD";
  color: #23c0dd;
}

@media (min-width: 992px) {
  #page_index_video .info h3 {
    max-width: 870px !important;
    color: black !important;
  }
}

@media (min-width: 1300px) {
  #page_index_video .info h3 {
    max-width: 1274px !important;
    color: black !important;
  }
}

#page_index_video .info h4 {
  font-family: "AR UDJingXiHeiU30 BD";
}

#page_index_video .info p {
  font-size: 1rem;
}

#page_index_video .info a {
  color: #00B7D7;
  border: 1px solid #00B7D7;
  padding: 5px 10px;
  border-radius: 8px;
}

#page_index_video .mt-100 {
  margin-top: 150px !important;
}

#page_index_video .mt-150 {
  margin-top: 150px !important;
}

@media (min-width: 992px) {
  #page_index_video .mt-200 {
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
  #page_index_video .mt-200 {
    margin-top: 10%;
  }
}

#page_index_video #Yong_SVG_XL_shadow, #page_index_video #Yong_SVG_shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: -1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#page_index_video .shadow_f {
  -webkit-animation: movieto 2s 1;
          animation: movieto 2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#page_index_video .shadow_m {
  -webkit-animation: movieto 2s 1;
          animation: movieto 2s 1;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*Eula頁*/
#page_eula {
  margin-top: 80px;
}

#page_eula img {
  width: 100%;
  max-width: 250px;
}

#page_eula .info {
  margin-top: 50px;
}

@media (min-width: 992px) {
  #page_eula .info {
    margin-top: 150px;
  }
}

#page_eula h2 {
  font-family: "AR UDJingXiHeiU30 BD" !important;
}

#page_eula h3 {
  color: #00abcf;
}

#page_eula h5 {
  font-family: "AR UDJingXiHeiU30 BD" !important;
  color: #3E3A39;
}

#page_eula p {
  color: #808080;
}

#page_eula .contact {
  border: 1px solid #00abcf;
  border-radius: 15px;
  height: auto;
  padding: 15px 10px;
  text-align: center;
}

#page_eula .contact .title {
  font-family: "AR UDJingXiHeiU30 BD" !important;
  /* line-height: 50px;*/
  font-size: 1.25rem;
  /*margin-right:60px;*/
}

#page_eula table {
  width: 100%;
}

#page_eula table .tb_title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 20px;
  background-color: #91c3f3;
  text-align: center;
  color: #FFFFFF;
  font-family: "AR UDJingXiHeiU30 MD" !important;
  font-weight: normal;
  letter-spacing: 2px;
}

#page_eula table td {
  padding: 20px 20px;
  text-align: center;
}

#page_eula table .tb_sub_title {
  text-align: center;
  font-family: "AR UDJingXiHeiU30 BD" !important;
}

#page_eula table .highlight {
  font-family: "AR UDJingXiHeiU30 BD" !important;
}

#page_eula .nav-tabs {
  border-bottom: 0;
}

#page_eula .nav-tabs .nav-item {
  border: 0px;
  background-color: white;
  border-bottom: 1px solid #b3b3b3;
  font-size: 20px;
}

#page_eula .nav-tabs .nav-item .nav-link {
  display: initial;
  border: 0px;
  background-color: white;
  outline: none;
  color: #b3b3b3;
  cursor: pointer;
}

#page_eula .nav-tabs .nav-item .nav-link.active {
  border-bottom:1px solid;
  color: #23c0dd;
}

#page_eula .nav-tabs .nav-item:has(.nav-link.active) {
  border-bottom: 2px solid #23c0dd !important;
}

#page_eula ul {
  list-style-type: none;
}

#page_eula li {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*Manuals頁*/
#page_manualsv4 {
  margin-top: 80px;
}

#page_manualsv4 #content img {
  max-width: 830px;
  height: auto !important;
}

#page_manualsv4 h1 {
  font-family: "AR UDJingXiHeiU30 BD";
  font-size: 2rem;
}

#page_manualsv4 h2 {
  font-family: "AR UDJingXiHeiU30 MD";
  font-size: 1.75rem;
}

#page_manualsv4 h3 {
  font-size: 1.5rem;
}

#page_manualsv4 h5 a {
  color: #3d3a39;
  font-family: "AR UDJingXiHeiU30 DB";
}

#page_manualsv4 html {
  scroll-behavior: smooth;
}

#page_manualsv4 body, #page_manualsv4 p, #page_manualsv4 h5 {
  line-height: 30px;
}

#page_manualsv4 p, #page_manualsv4 ul {
  margin-bottom: 0px;
}

#page_manualsv4 .first-space {
  height: 48px;
}

@media (min-width: 768px) {
  #page_manualsv4 .first-space {
    height: 80px;
  }
}

/*2023 iqt頁*/
#page_2023iqt {
  min-height: 2590px;
}

#page_2023iqt #banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 2590px;
  background-image: url("../images/2023iqt/background.png");
}

#page_2023iqt .block-1 {
  padding-top: 200px;
}

#page_2023iqt .content {
  margin-top: 0px;
}

@media (min-width: 1300px) {
  #page_2023iqt .content {
    margin-top: 150px;
  }
}

#page_2023iqt .content p {
  font-size: 22px;
}

@media (min-width: 1300px) {
  #page_2023iqt .content p {
    font-size: 28px;
  }
}

#page_2023iqt .block-2 {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #page_2023iqt .block-2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1300px) {
  #page_2023iqt .block-2 {
    margin-bottom: 150px;
  }
}

#page_2023iqt .block-3 {
  background-color: white;
}

#page_2023iqt .block-3 img {
  /*min-height:200px;*/
  width: 60%;
}

@media (min-width: 768px) {
  #page_2023iqt .block-3 {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/2023iqt/notebook-8.png");
  }
}

#page_2023iqt .block-3 .label {
  max-width: 684px;
  position: relative;
  top: -25px;
}

@media (min-width: 1300px) {
  #page_2023iqt .block-3 .label {
    top: -100px;
  }
}

#page_2023iqt .block-4 img {
  width: 100%;
}

@media (min-width: 768px) {
  #page_2023iqt .block-4 img {
    position: relative;
  }
}

@media (min-width: 992px) {
  #page_2023iqt .block-4 img {
    width: 100%;
    position: relative;
    top: -150px;
  }
}

@media (min-width: 1300px) {
  #page_2023iqt .block-4 img {
    width: 100%;
    position: relative;
    top: -150px;
    left: 400px;
  }
}

#page_2023iqt .block-4 .content {
  margin-top: 0px;
}

@media (min-width: 1300px) {
  #page_2023iqt .block-4 .content {
    margin-top: 200px;
  }
}

#page_2023iqt .highlight {
  color: white;
  background-color: #23C0DD;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 20px;
}

@media (min-width: 1300px) {
  #page_2023iqt .highlight {
    font-size: 26px;
  }
}

#page_2023iqt .plan {
  border: 1px solid #23C0DD;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1300px) {
  #page_2023iqt .plan {
    margin-bottom: 100px;
  }
}

#page_2023iqt .plan li {
  font-size: 16px;
}

@media (min-width: 1300px) {
  #page_2023iqt .plan li {
    font-size: 16px;
  }
}

#page_2023iqt img {
  width: 100%;
}

#page_2023iqt #macbook {
  max-width: 1172px;
  position: relative;
  top: 0px;
  left: 0px;
}

@media (min-width: 1300px) {
  #page_2023iqt #macbook {
    top: 20px;
    left: 20px;
  }
}

#page_2023iqt #slogan {
  max-width: 667px;
}

#page_2023iqt .btn {
  border: 1px solid #23C0DD;
  border-radius: 5px;
  color: #23C0DD;
}

#page_2023iqt .btny {
  border: 0px;
  background-color: #FFFF6E;
  border-radius: 5px;
  color: #305361 !important;
}
/*# sourceMappingURL=style.css.map */