body {
  background-color: #FEFDFD !important;
  font-family: "Segoe UI Variable Display", "Segoe UI", "Segoe UI Web (West European)", -apple-system, "BlinkMacSystemFont", "Roboto", "Helvetica Neue", "sans-serif","PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
  font-size: 14px;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4 {
  color: #213547;
}
:root {
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #FEFDFD;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #535bf2;
}

body,#app {
  margin: 0;
  padding: 0;
}
html, body, #app {
    margin: 0;
  padding: 0;
    height: 100%;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #FEFDFD;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
  
.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
 
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}
 
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    z-index: 1001
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    -o-animation: spin 4s linear infinite;
    -ms-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}
 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
 
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
 
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #cfc8fb;/*背景色 原#1abc9c */
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
 
#loader-wrapper .loader-section.section-left {
    left: 0
}
 
#loader-wrapper .loader-section.section-right {
    right: 0
}
 
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1.2s .6s cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all 1.2s .6s cubic-bezier(0.645,0.045,0.355,1.000)
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1.2s .6s cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all 1.2s .6s cubic-bezier(0.645,0.045,0.355,1.000)
}
 
.loaded #loader {
    opacity: 0;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out
}
 
/* 原版load_title是从上面飘出去，感觉太二了注销掉了，结束自动消失 */
.loaded #loader-wrapper {
    visibility: hidden;
    /*-webkit-transform: translateY(-100%);*/
    /*-ms-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
    /*-webkit-transition: all .3s 1s ease-out;*/
    /*transition: all .3s 1s ease-out*/
}
 
.no-js #loader-wrapper {
    display: none
}
 
.no-js h1 {
    color: #222
}
 
#loader-wrapper #load_title {
    color: #000;
    font-size: 19px;
    width: 100%;
    text-align: center;
    z-index: 9999999999999;
    position: absolute;
    top: 60%;
    opacity: 1;
    line-height: 30px
}
 
#loader-wrapper #load_title span {
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    opacity: .5
}
.backtop {
    width: 42px;
    height: 62px;
    background-image: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/visual/top-icon.png);
    background-size: 100% 100%;
    background-position: 50%;
    position: fixed;
    right: 12%;
    bottom: 150px;
    z-index: 100;
    opacity: 0;
}

.layout{
  position: relative;
}
.app-wrapper{
    height: 100%;
    width: 100%;
}

#dt-header {
    height: 80px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0);
    transition: background-color 0.8s; /* 平滑过渡效果 */
}
#dt-header.sticky {
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
@media (min-width: 1200px) {
    .dt-navbar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
.dt-navbar {
    height: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 80rem;
}
@media (min-width: 1200px) {
    .dt-navbar-brand {
        display: flex;
        justify-content: flex-start;
    }
}
.dt-navbar-brand {
    overflow-x: hidden;
    align-items: center;
    flex: 1 1 0;
}
@media (min-width: 1200px) {
    .dt-navbar-brand .dt-navbar-brand-icon {
        width: 140px;
        height:48px;
    }
}
img, svg {
    vertical-align: middle;
}
@media (min-width: 1200px) {
    #dt-navbar-menu-desktop {
        display: flex;
    }
}
#dt-navbar-menu-desktop {
    position: initial;
    background: 0;
    backdrop-filter: none;
    justify-content: right;
    flex-direction: row;
    flex: 3 1 0;
}
@media (min-width: 1200px) {
    .dt-navbar-nav {
        flex-direction: row;
        align-items: center;
    }
}
.dt-navbar-nav {
    display: flex;
    list-style: none;
    height: 100%;
    padding-left: 0;
    gap: 100px;
}
@media (min-width: 1200px) {
    #dt-header .dt-nav-item {
        height: 100%;
    }
}
#dt-header .dt-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: auto-phrase;
}
.fa-ul>li, ul li {
    position: relative;
}
a {
    color:-webkit-link;
    text-decoration: none;
    background-color: transparent;
}
li {
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    position: relative;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

@media (min-width: 1200px) {
    .dt-nav-link {
        text-align: center;
        padding: 0;
    }
}
.dt-nav-link_active {
    text-decoration: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    color: #9D7AFF;
    align-items: center;
}
.dt-nav-link {
    text-decoration: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    color: #FFFFFF;
    align-items: center;
}

.ta-footer .ta-select-container label[for=ta-footer-language-select] {
    width: 100%;
    margin: 0;
    padding-left: .75rem;
    line-height: 3.13rem;
    box-sizing: border-box;
}
label {
    display: inline-block;
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-sections .ta-footer-section-heading {
        border-top: 0;
    }
}
.ta-footer .ta-footer-section-heading {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
}
.ta-footer .ta-footer-sections .ta-footer-content, .ta-footer-sections .ta-footer-content {
    padding-top: 1.25rem;
}
.ta-footer .ta-footer-socials-sites {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ta-footer .ta-footer-socials-sites>div {
    width: 50%;
}
.ta-footer .ta-footer-socials-site {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.responsive-table .ta-responsive-table table td.text-common, .ta-footer .ta-footer-about-links a, .ta-footer .ta-footer-about-mobile-other-links a, .ta-footer .ta-footer-other-links a, .ta-footer .ta-footer-socials-site>div {
    font-size: 13px;
    line-height: 28px;
}
.ta-footer-socials-site>div {
    padding: 0;
    padding-bottom: 1.25rem;
    text-transform: unset;
    display: flex;
}
.site-australia .ta-footer-socials-site>div i.fa.ta-fa-facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNOS43NDk5OSAyMVYxMi43NUg3LjVWOS43NUg5Ljc0OTk5VjcuMTI1QzkuNzQ5OTkgNSAxMS4wODMzIDMgMTQuMjUgM0wxNC42ODUzIDMuMDA2MzhDMTUuNzM3NyAzLjAzNjkxIDE2LjUgMy4xNjY2NyAxNi41IDMuMTY2NjdMMTYuMzc1IDZIMTQuNDM3NUMxMy4zNTIgNiAxMy4xNDUzIDYuNTYwOTQgMTMuMTI2NSA3LjM2Mzk3TDEzLjEyNSA5Ljc1SDE2LjVMMTYuMjcwOCAxMi43NUgxMy4xMjVWMjFIOS43NDk5OVoiIGZpbGw9IiMzREI4RTQiLz4KPC9zdmc+);
}
.ta-footer .ta-footer-socials-site>div i {
    font-size: 1.5rem;
    color: #3db8e4;
}
.ta-footer-socials-site>div i.fa {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
}
.fa {
    display: inline-block;
    font: 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ta-footer-socials-site>div a {
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .01rem;
    font-size: .875rem;
}
.color-deep-blue *, .color-deep-green *, .color-deep-turquoise *, .color-turquoise *, .ta-footer a {
    color: #fff;
}
@media (min-width: 992px) {
    .site-australia .ta-footer-copyright {
        padding-top: .813rem;
    }
}
@media (min-width: 768px) {
    .ta-footer .ta-footer-copyright {
        border-top: 0;
    }
}
.ta-footer-copyright {
    text-align: right;
}
.ta-xxsmall {
    font-size: .75rem;
    line-height: .875rem;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-disclaimer {
        border: 0;
        padding-top:20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-disclaimer, .ta-footer .ta-footer-section {
        margin: 0;
    }
}
.eventsCalendar .moreFilters-container .moreFilters--radio .checkbox-item.disabled label, .offersSearch .moreFilters-container .moreFilters--radio .checkbox-item.disabled label, .ta-footer .ta-footer-disclaimer p, .ta-footer .ta-footer-section p {
    line-height: 1.5rem;
}
.ta-cq-footer{
  margin-top:80px;
}
.icon_pic{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.video-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
.pic_hao{
  margin-top: 30px;
}
.hao_pic{
  width: 180px;
  height: 180px;
  border-radius: 20px;
}

.ta-footer {
    background-color: #3A2D7A;
    width: 100%;
    padding-top: 0;
}
@media (min-width: 768px) {
    .ta-inner-container {
        max-width: 80rem;
        padding: 0 .9375rem;
        flex-wrap: wrap;
    }
}
.ta-inner-container {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .ta-footer-container {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
ta-footer-container {
    position: relative;
}
.ta-dark-container .ta-field-label, .ta-dark-container .ta-image-tag, .ta-dark-container .ta-large-heading, .ta-dark-container .ta-lead-paragraph, .ta-dark-container .ta-subheading, .ta-dark-container a, .ta-dark-container h1, .ta-dark-container h2, .ta-dark-container h3, .ta-dark-container h4, .ta-dark-container h5, .ta-dark-container h6, .ta-text-light {
    color: #fff;
}
.ta-footer .ta-footer-acknowledgement-heading {
    display: flex;
    flex-direction: row;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 700;
}
.ta-footer-acknowledgement-heading p {
    font-family: TABanjo;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .ta-footer-acknowledgement-content {
        flex-direction: row;
        padding-left: 0;
    }
}
.ta-footer-acknowledgement-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .ta-footer-acknowledgement-content .acknowledgement-img {
        width: 4.375rem;
        height: 4.375rem;
    }
}
@media (min-width: 768px) {
    .ta-footer-acknowledgement-content .acknowledgement-img {
        margin-right: 2.188rem !important;
        margin-bottom: 0 !important;
        top: auto;
    }
}
.ta-footer-acknowledgement-content .acknowledgement-img {
    display: block;
    margin: 0;
    position: unset;
}
.custom-checkbox .custom-control-label::before, .ta-inner-container img {
    border-radius: .25rem;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
}
@media (min-width: 992px) {
    .ta-footer-acknowledgement-text {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .ta-footer-acknowledgement-text {
        margin-right: 0;
        text-align: left;
    }
}
.ta-footer-acknowledgement-text {
    display: flex;
    flex-direction: column;
    position: unset;
    height: unset;
}
@media (min-width: 768px) {
    .ta-footer-text-underline {
        font-family: TABanjo;
        font-weight: 400;
        font-size: 1.125rem;
        font-style: normal;
        line-height: 2rem;
    }
}
.ta-footer-text-underline {
    position: unset;
    text-decoration-line: underline;
}
.ta-footer .ta-footer-acknowledgement-b-line {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2rem;
    padding: 3rem 0 0;
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-sections {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 2.75rem;
    }
}
.ta-footer .ta-footer-sections {
    display: flex;
}
.ta-footer-acknowledgement-b-line {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-sections .ta-footer-section:first-child {
        padding-left: 0;
    }
}
.ta-footer .ta-footer-sections .ta-footer-section {
    padding: 1.063rem 1.25rem .938rem;
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-language, .ta-footer .ta-footer-socials {
        width: 25rem;
    }
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-disclaimer, .ta-footer .ta-footer-section {
        border: 0;
        margin: 0;
    }
}
@media (min-width: 992px) {
    .ta-footer .ta-footer-sections .ta-footer-section-heading {
        border-top: 0;
    }
}
.ta-footer .ta-footer-section-heading {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.ta-footer .ta-footer-sections .ta-footer-content, .ta-footer-sections .ta-footer-content {
    padding-top: 1.25rem;
}
@media (min-width: 768px) {
    .ta-footer .ta-select-container {
        width: 16.875rem;
    }
}
.ta-footer .ta-select-container {
    border: 1px solid #3db8e4;
    position: relative;
    background-color: #004165;
}
.ta-footer .ta-select-container input[id=ta-footer-language-select] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
@media (min-width: 992px) {
    input[type=checkbox] {
        transform: scale(1.7);
    }
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input, select, textarea {
    border-radius: .25rem;
    border: 1px solid rgba(42, 42, 42, .4);
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
