@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/scx2czm.css");
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto sans-serif TC", Arial;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body.fixed {
  overflow: hidden;
}

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

/* 去除常见标签默认的 margin 和 padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #656565;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: middle;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

i[class*="icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

i[class*="icon-"].icon-arrow-up {
  width: 23px;
  height: 11px;
  background-image: url(../images/icon-dropdown.png);
  top: 2px;
}

select {
  width: 85%;
    height: 84px;
    display: inline-block;
    padding: 0 92px 4px 22px;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 44px;
    letter-spacing: normal;
    text-align: left;
    color: #006bc8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 2px #b5b5b5;
    background: url(../images/icon-dropdown.png) no-repeat -webkit-calc(100% - 26px) 15px;
    background: url(../images/icon-dropdown.png) no-repeat -moz-calc(100% - 26px) 15px;
    background: url(../images/icon-dropdown.png) no-repeat calc(100% - 26px) 15px;
    background-color: #fff;
    -moz-background-size: 48px;
    -o-background-size: 48px;
    background-size: 48px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
}

select option {
  font-family: "Noto Sans TC";
  font-size: 16px;
  padding: 5px;
  background-color: #fff;
}

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

select:disabled {
  color: #878787;
  display: none;
}

select:invalid {
  color: #878787;
}

input {
  width: 100%;
  height: 84px;
  display: inline-block;
  padding: 0 22px 4px;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #b5b5b5;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}



.dej_wrapper {
  -moz-background-size: 828px;
  -o-background-size: 828px;
  -webkit-background-size: 828px;
  background-size: 828px;
  background-color: #fff;
}

.dej_wrapper section {
  position: relative;
  width: 828px;
  margin: 0 auto;
  background-color: #bcddff;
}

header {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
footer {
  background-color: #000;
  width: 828px;
  margin: 0 auto;
  padding: 40px 20px 30px;
}
footer p {
  color: #fffc00;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.fixed {
  overflow: hidden;
}
button {
  display: block;
  width: 712px;
  height: 88px;
  background-color: #00a8ff;
  border: none;
  border-radius: 44px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.notice {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 50px;
}
.notice span {
  font-size: 2.1rem;
}
#btn-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 85px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.24);
    position: fixed;
    bottom: 233px;
    left: -webkit-calc(50% + 309px);
    left: -moz-calc(50% + 309px);
    left: calc(50% + 309px);
    z-index: 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
i[class*=icon-].icon-arrow-top {
    width: 48px;
    height: 34px;
    background-image: url(../images/icon-arrow-top.png);
    top: -4px;
}


.page_body {
  padding-top: 80px;
  padding-bottom: 40px;
}
.page_body h2 {
  font-size: 4rem;
  color: #3b89c9;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.page_body h4 {
  font-size: 3.3rem;
  margin: 30px auto 25px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.index_body {
  min-height: calc(100vh - 380px);
}
.index_main {
  width: 100%;
  margin: 0 auto 60px;
}
.index_main h2 {
  color: #306edd;
  font-size: 5.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.index_main p {
  line-height: 3.5rem;
}
.index_main img {
  width: 100%;
}
.index_container {
  width: 770px;
  margin: 0 auto 40px;
  padding: 30px 20px 0;
  background-color: #fff;
  border: 6px solid #4b92dd;
  border-radius: 30px;
  text-align: center;
}
.index_container h1 {
  color: #306edd;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.index_container h3 {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 60px;
}

.sales_container {
  width: 750px;
  margin: 0 auto 40px;
  padding: 30px 10px 0;
  background-color: #fff;
  border: 5px solid #d9d9d9;
  border-radius: 25px;
  position: relative;
}
.sales_container h5 {
  font-size: 3rem;
  margin: 30px auto 40px;
  text-align: center;
  font-weight: bold;
}
.sales_container h6 {
  font-size: 3rem;
  margin: 30px 23px 40px;
  font-weight: 700;
}
.sales_gray {
  background-color: #f3f3f3;
  width: 706px;
  margin: 0 auto 50px;
  padding: 25px 30px;
}
.sales_gray .line {
  border-top: 5px dotted #5d5d5d;
  width: 100%;
  margin: 25px 0;
}
.sales_gray p {
  color: #606060;
  margin: 0 25px 0 0;
  font-size: 2rem;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.sales_gray p span {
  color: #fa8c02;
  font-size: 1.8rem;
}
.icon_notice {
  vertical-align: top;
  cursor: pointer;
}
.sales_gray .black_word {
  color: #000;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
}
.sales_gray .red_word {
  color: #f00;
  font-size: 2rem;
  margin-top: -8px;
}
.sales_gray .pink_word {
  color: #e56264;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 5px;
}
.sales_gray .pink_dollar {
  color: #e56264;
  font-size: 2rem;
  display: inline-block;
  margin-right: 5px;
}
.sales_gray .pink_money {
  color: #e56264;
  font-size: 5rem;
  margin: 30px 0 50px;
  display: inline-block;
}
.sales_gray .pink_notice {
  color: #e56264;
  font-size: 1.6rem;
  line-height: 40px;
}
.sales_gray .pink_notice.p_gray {
  color: #606060;
  font-weight: bold;
}
.gray_notice {
  color: #606060;
  font-size: 1.8rem;
  margin: 0 25px 30px;
  font-weight: bold;
}
.gray_notice.p_pink {
  color: #e56264;
  font-size: 1.8rem;
  margin: 0 25px 30px;
}
.gray_notice.p_pink b {
  color: #606060;
  font-weight: bold;
}
.sales_gray .pink_notice span, .gray_notice span {
  color: #f00;
  font-size: 2.4rem;
  font-weight: bold;
}
.sales_gray .pink_notice b {
  color: #f00;
  font-weight: bold;
}
.sales_gray .pink_notice a {
  color: #e56264;
  text-decoration: underline;
}
.sales_gray .a_icon {
  float: right;
  margin-top: 20px;
}

.doughnut_chart {
  width: 550px;
  height: 550px;
  margin: 0 auto;
}
.doughnut_hole {
  position: absolute;
  top: 325px;
  left: 40%;
  margin-left: -145px;
  text-align: center;
  width: 430px;
}
.doughnut_title {
  font-size: 2.2rem;
  font-weight: bold;
}
.doughnut_price {
  color: #e56264;
  font-size: 3.5rem;
}
.sales_gray .blue_ball {
  width: 35px;
  height: 35px;
  background-color: #006fbe;
  border-radius: 50%;
  display: inline-block;
  vertical-align: center;
}
.sales_gray .green_ball {
  width: 35px;
  height: 35px;
  background-color: #34c5c0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: center;
}
.sales_gray .orange_ball {
  width: 35px;
  height: 35px;
  background-color: #ee8131;
  border-radius: 50%;
  display: inline-block;
  vertical-align: center;
}
.sales_gray .product_type {
  margin-left: 10px;
  font-weight: 600;
  vertical-align: super;
}
.sales_gray .product_price {
  float: right;
  color: #006bc8;
  vertical-align: super;
}
.sales_gray .product_name {
  margin-left: 50px;
  display: inline-block;
  max-width: 420px;
  word-break: break-all;
}
.sales_gray .product_name2 {
  margin-left: 50px;
  display: inline-block;
  max-width: 315px;
  word-break: break-all;
}
.sales_gray .product_edit {
  display: inline-block;
  float: right;
  background-color: #aaaaaa;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  margin-right: 25px;
}
.sales_gray .product_total {
  float: right;
  display: inline-block;
}
.ntw {
  text-align: right;
  font-size: 2rem;
  margin: 0 15px 5px;
  font-weight: bold;
}

.spread_container {
  font-size: 2rem;
  margin: 0 25px 40px;
}
.spread_title {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}
.spread_chart {
  display: inline-block;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.spread_blue {
  background-color: #bcddff;
  margin: 20px auto 0;
  padding: 25px 30px;
}
.spread_money {
  display: inline-block;
  font-weight: bold;
}
.spread_price {
  display: inline-block;
  float: right;
  font-weight: bold;
  margin-right: 25px;
}


.swiper {
  margin: 0 40px;
}
.product {
  margin: 0 0 0 10px;
  max-height: 500px;
  display: inline;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200;
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal_dialog {
  width: 700px !important;
  max-width: 700px !important;
  border: solid 5px #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 150px auto 0 !important;
  position: relative;
  pointer-events: none;
}
.modal_content {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  outline: 0;
}
.modal_header {
  border: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal_title {
  margin-bottom: 0;
  line-height: 1.5;
}
.btn_close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  background: none;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 1;
  cursor: pointer;
}
.icon_close {
    padding-bottom: 61px;
    padding-right: 78px;
    background-image: url(../images/icon-close.png);
    top: 1px;
}
.modal_body {
  padding: 16px 48px 60px;
  position: relative;
  flex: 1 1 auto;
}
.modal_body > h3 {
    font-size: 3rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.modal_body > p {
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #080808;
    margin-bottom: 0;
}
.modal_body > table {
    width: 100%;
    margin: 15px auto 36px;
}
.modal_body > table th, .modal_body > table td {
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
  background-color: #dfeefd;
  vertical-align: middle;
  text-align: left;
  border-bottom: 2px solid #fff;
  padding: 5px 20px;
  border-right: 2px solid #fff;
}
.modal_body > table th {
  color: #fff;
  background-color: #00a8ff;
}