@import './menu.css';
@import './footer.css';
#qrcodePopup .close{
  line-height: normal;
  margin: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}
.modal-content{
  padding: 25px !important;
  width: auto !important;
}
.model-content{
  /*width: 95%;*/
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 100vh;
  align-items: center;
  justify-content: center;
  max-width: 1250px !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /*z-index: 10; !* Sit on top *!*/
  /*padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(201, 199, 199); /* Fallback color */
  background-color: rgba(204, 202, 193, 0.5) /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 1200px;
  /*height: 500px;*/
  padding: 25px;
  border-color: transparent !important;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
/* The Close Button */
.close {
  position: absolute;
  top: 25px;
  right: 40px;
 font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--odp-gray-light);
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: var(--odp-cc-track-off);
  text-decoration: none;
  cursor: pointer;
}
#qrcodePopup table tr td{
  border:none;
  padding:0 !important;
}
.text-right{
  text-align: right;
}
.reqStar{
  color: #ff0000;
}
html[lang="zh-Hant"] body {
  font-family: 'Noto Sans TC', sans-serif;
}
html[lang="zh-Hans"] body {
  font-family: 'Noto Sans SC', sans-serif;
}
html[lang="en"] body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main > h1{
  display: none;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
body{
  color: #000;
}
body .container {
  width: 100% !important;
  max-width: 1440px !important;
}
a{
  transition: 0.2s all ease;
  text-underline-offset: 3px;
}
/* 
#termDateDetail:focus{
  border: #0d6efd solid;
} */

/* loading overlay */
.loading {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: inherit;
}
svg.circle-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  fill: rgb(216,239,248);
  transform: translate(-50%,-50%) rotate(-90deg);/*这里选择90度是因为线条偏移的位置在3点钟刻度的位置*/
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-animation: spin 1.5s ease-in-out infinite;
  -moz-animation: spin 1.5s ease-in-out infinite;
  animation: spin 1.5s ease-in-out infinite;
}
circle.loading-bg{
  fill: none;
  stroke: rgb(216,239,248);
  stroke-width:15px;
  z-index: 2;
}
circle.loading{
  fill: none;
  stroke: rgb(169,197,228);
  stroke-width:15px;
  stroke-dasharray:471 471;/*定义圆的线性为虚线，且线长为151 间距为151 151是圆的周长*/
  stroke-dashoffset:410;/*定义偏移量隐藏线条*/
  z-index: 2;
}


/*.loading::after {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 55px);
  background-image: url('../images/logo_ee.svg');
  background-size: 557.025px 103.445px;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-animation: spin 3s ease-in-out infinite;
  -moz-animation: spin 3s ease-in-out infinite;
  animation: spin 3s ease-in-out infinite;
}*/

/*@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}*/
@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%,-50%) rotate(270deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(270deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(270deg);
    transform: translate(-50%,-50%) rotate(270deg);
  }

}

.text-justify{
  text-align: justify;
}
.container {
  padding: 0px 20px 40px;
}

.crumbs-container a:not(:last-child) {
  cursor: pointer
}

.container .crumbs-container a {
  text-decoration: none !important;
}

.container .crumbs-container a:hover {
  color: var(--odp-black2);
}

/* .container .crumbs-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
} */

ul.custom, ul.dot{
  list-style-type: none; margin-block-start: 0; padding-left: 0; margin-bottom: 24px;
}
ul.custom.sitemap, ul.custom.sitemap > li:last-child{
  margin-bottom: 0;
}
ul.custom > li{
  background:url("../images/icon/icon-bulet-blue-arrow-small.svg") no-repeat left top ;
  background-size: 36px;
  padding-left: 59px;
  min-height: 36px;
  line-height: 36px;
  text-align: left;
  overflow: hidden;
}
ul.custom.white > li{
  background:url("../images/icon/icon-bulet-white-arrow-small.svg") no-repeat left top ;
}
ul.custom.white > li > p{
  color: #fff;
}
ul.custom.sitemap > li{
  margin-bottom: 30px;
}
ul.custom.sitemap > li > p{
  color:#2761AD ;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
ul.custom.sitemap > li > p a{
  text-decoration: none !important;
}

ul.custom.sitemap > li > a{
  display: block;
  color: #CC4C02;
  font-size: 24px;
  font-weight: bold;
}
ul.custom.sitemap > li  a:hover, ul.custom.sitemap > li > p a:hover{
  text-decoration: underline !important;
}
ul.custom.sitemap > li > ul.dot > li{
  line-height: 40px !important;
  background-position: left 10px top 18px;
  background-size: 6px;
}
ul.dot > li.indent{
  margin-left: 32px;
}
ul.custom.sitemap > li > ul.dot > li > a{
  color: #000;
  line-height: 29px;
  font-size: 20px;
}
ul.custom > li > ul{
  list-style-type: none; margin-block-start: 0; padding-left: 0;
}
ul.custom > li > ul > li, ul.dot > li{
  background:url("../images/icon/bullet-dot.svg") no-repeat left 5px top 11px ;
  padding-left: 40px;
  min-height: 29px;
  line-height: 29px;
  text-align: justify;
}
ul.dot.point > li{
  padding-left: 30px;
  background-position: left 5px top 7px ;
  background-repeat: no-repeat;
  background-size: 16px;
}
ul.dot.point > li:first-child{
  background-image:url("../images/icon/bullet-point-one.svg")  ;
}
ul.dot.point > li:nth-child(2){
  background-image:url("../images/icon/bullet-point-two.svg") ;
}
ul.dot.last{
  margin-bottom: 0;
}
ul.custom  li  p{
  margin-bottom: 24px;
}
ul.custom > li:last-child > p:last-child{
  margin-bottom: 0;
}
ul.custom.last{
  margin-bottom: 80px;
}
.red{
  color:#D73619 !important;
}
.red2{
  color: #DA0707 !important;
}
span.red,  span.purple, span.blue, span.green, span.red2{
  /*font-weight: bold;*/
}
.blue{
  color: var(--odp-content-blue);
}
.orange{
  color: var(--odp-content-orange) !important;
}
.purple{
  color: var(--odp-content-purple)!important;
}
.green{
  color: var(--odp-content-green)!important;
}
.green-bg{
  background-color: #007758 !important;
}
.img img{
  max-width: 100%;
  margin: 0 auto;
}
.img img.desktop{
  display: block;
}
.img img.mobile{
  display: none;
}
.img.graph{
  margin-bottom: 80px;
  overflow: hidden;
}

.title-orange{
  color: #EB550A;
}
u{
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.subtitle{
  font-size: 24px;
  line-height:35px;
  color: #D73619;
  font-weight: bold;
  margin-bottom: 40px;
}

.subtitle-h3{
  font-size: 24px;
  line-height:38px;
  color: #CC4C02;
  font-weight: normal;
  margin-bottom: 32px;
}

.indent{
  position: relative;
  padding-left: 17px;
  line-height: 30px;
  margin-bottom: 10px;
}
.indent > span.hypen{
  position: absolute;
  left: 0;
}

p.topline{
  margin-bottom: 24px;
}
.mb-big{
  margin-bottom: 128px !important;
}
.mb-middle{
  margin-bottom: 40px !important;
}
.mb-small{
  margin-bottom: 24px !important;
}
.section-title{
  font-size: 24px;
  color: #000;
  margin-bottom: 32px;
  text-align: center;
}
.collapseContent .card{
  padding: 0;
  border-radius: 16px;
  /*box-shadow: 0 8px 30px rgba(0,0,0,0.08);*/
  margin-bottom: 40px;
  border:none;
}
.collapseCon2tent .card table{
  width: 100%;
}
.btn-close-collapse{
  width: auto;
  float: right;
  display: inline;
  background: url("../images/icon/icon-close.svg") no-repeat left center;
  padding-left: 26px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 26px;
  font-weight: bold;
}
#content{
  min-height: 147px;
}
.accordion-button{
  align-items: start;
}

html[lang="en"] ul.custom li p{
  text-align: justify;
}
ul.custom > li:last-child p{
  margin-bottom: 0 !important;
}

.nav-item{
  position: relative;
}
@media screen and (max-width: 992px){
  ul.custom.white > li > p{
    font-size: 16px;
  }
  #header .container{
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 0;
  }
  .float-cal span{
    opacity: 1;
  }
  .mb-extra{
    margin-bottom: 160px;
  }
  #content{
    min-height: 434px;
  }
  ul.custom.sitemap{
    margin-left: 20px;
  }
  ul.custom.sitemap > li{
    background-size: 32px;
    padding-top: 0;
    line-height: 32px;
  }
  ul.custom.sitemap > li > ul.dot > li{
    background-position: left 15px top 18px;
  }
  ul.custom.sitemap > li > a{
    font-size: 20px;
  }
  ul.custom.sitemap > li > p{
    font-size: 18px;
  }
  .btn-close-collapse{
    font-size: 18px;
  }
  .section-title{
    font-size: 20px;
  }
  .mb-big{
    margin-bottom: 56px !important;
  }
  .text-only .mb-middle{
    margin-bottom: 56px !important;
  }
  ul.custom.last{
    margin-bottom: 56px;
  }
  .subtitle {
    font-size: 28px;
    line-height: 40px;
  }
  ul.dot.point > li{
    background-position: left 5px top 5px !important;
  }
  ul.custom, ul.dot{
    margin-bottom: 24px;
  }
  ul.custom > li > ul > li{
    line-height: 26px !important;
  }
  ul.dot > li{
    line-height: 24px;
    min-height: 24px;
    background-position: left 5px top 9px;
    padding-left: 28px;
  }
  ul.custom li p{
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }
  .img.graph{
    margin-bottom: 56px;
  }
  .container{
    padding: 0 32px 40px;
  }
  .mobile-only{
    display: block;
  }
  ul.custom > li{
    background-size: 32px;
    padding-left: 56px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .mb-extra{
    margin-bottom: 56px;
  }
  #content{
    min-height: 260px;
  }
  main.mb-big{
    margin-bottom: 0 !important;
  }
  ul.custom.sitemap{
    margin-left: 0;
  }
  ul.custom.sitemap > li > ul.dot > li{
    background-position: left 18px top 18px;
  }
  ul.custom.sitemap > li > ul.dot > li > a{
    font-size: 16px;
  }
  ul.custom.sitemap > li{
    background-size: 24px;
    line-height: 24px;
  }
  .collapseContent .card{
    padding: 24px 16px;
  }
  .section-title{
    font-size: 18px;
  }
  p.topline{
    margin-bottom: 33px;
  }
  .subtitle {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 29px;
  }
  ul.custom > li , ul.dot > li{
    background-size: 24px;
    padding-left: 40px;
    min-height: 24px;
    line-height: 24px;
    padding-top: 0;
  }
  ul.dot > li{
    background-size: 8px;
  }
  .container{
    padding: 0 25px 40px;
  }
  .container .crumbs-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .container .crumbs-container>div,
  .container .crumbs-container>a {
    white-space: nowrap;
  }

  .container .crumbs-container .icon {
    margin: 0px 6px !important;
  }

  /* .container .crumbs-container a:last-child {
    max-width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  } */
}

a {
  color: #B35E0F;
}
p a{
  text-decoration: underline !important;
}
p a:hover{
  text-decoration: none !important;
}
.container .crumbs-container .icon {
  margin: 0 13px;
}

.container .websiteTitle {
  margin-top: 30px;
}

.container .websiteTitle .line {
  margin-top: 10px;
  width: 100%;
  height: 3px;
  background-color: var(--odp-cream3);
}

.container .subtitle-container {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.container .subtitle-container .subtitle {
  margin-left: 30px;
}

.container .subtitle-container img {
  width: 60px;
  height: 60px;
}

picture img {
  max-width: 100%;
}


/*
* 处理页脚底部留白的问题
*/

body.contactus-body,
body.publication-body,
body.privacy-policy-body,
body.er6-body,
body.index-body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.contactus-body #footer,
body.publication-body,#footer,
body.privacy-policy-body,#footer,
body.er6-body #footer,
body.index-body #footer{
  margin-top: auto;
}

/* 返回顶部 */
:root {
  --scroll-Height: 20px; /* 滚动指定距离后，开始展示粘贴元素 */
}

.back-to-top{
  position: sticky;
  float: right;
  margin: -200px 20px 0 0;
  transform: translateY(calc(100vh + var(--scroll-Height) + 200px));
  top: calc(-200px - 200px - var(--scroll-Height) - 20px);
}
@media only screen and (max-width: 1500px) {

  .modal-content {
    margin: auto;
    display: block;
    width: 90%;
    height: auto;
    padding: 25px;
    border-color: transparent !important;
  }
}