body,
html {
    color: #333
}

@media (min-width: 1536px) {
    .container {
        max-width: 1280px
    }
}

.header .web-btn {
    background-color: #f7fbff;
    border-radius: 2px;
    padding: 6px 12px;
    -webkit-transition: backgroundColor .3s;
    -o-transition: backgroundColor .3s;
    transition: backgroundColor .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header .web-btn .icon {
    width: 20px;
    height: 18px;
    fill: #851217;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
    margin-right: .75rem
}

.header .web-btn .text {
    color: #851217;
    font-size: 14px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.header .web-btn:hover {
    background-color: #851217
}

.header .web-btn:hover .icon {
    fill: #fff
}

.header .web-btn:hover .text {
    color: #fff
}

.header .icon-drop {
    width: 7px;
    height: 5px;
    margin-left: 8px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    fill: #4c4c4c
}

.header .drop-menu:hover>span {
    color: #851217
}

.header .drop-menu:hover .icon-drop {
    fill: #851217
}

.header .drop-menu.active .icon-drop {
    fill: #851217;
    -webkit-animation: icon-drop-roll .3s ease-in forwards;
    animation: icon-drop-roll .3s ease-in forwards
}

.header .drop-menu.no-active .icon-drop {
    -webkit-animation: icon-drop-reset .3s ease-in forwards;
    animation: icon-drop-reset .3s ease-in forwards
}

.header .drop-menu .drop-show {
    -webkit-animation: drop-show .3s ease-in forwards;
    animation: drop-show .3s ease-in forwards
}

.header .drop-menu .drop-remove {
    -webkit-animation: drop-hide .3s ease-in forwards;
    animation: drop-hide .3s ease-in forwards
}

.header .drop-hide {
    padding: 10px 0;
    margin: 8px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.header .drop-hide .popper__arrow {
    position: absolute;
    top: -6px;
    left: 28px;
    margin-right: 3px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999
}

.header .drop-hide .item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    white-space: nowrap
}

.header .drop-hide .item.active {
    color: #851217
}

.header .drop-hide .item:hover {
    color: #851217;
    background-color: rgba(206, 75, 81, 0.2)
}

.header .link-btn {
    padding: 9px 46px;
    border-radius: 2px;
    font-size: 14px;
    -webkit-transition: backgroundColor .3s;
    -o-transition: backgroundColor .3s;
    transition: backgroundColor .3s
}

.header .link-btn:not(:last-child) {
    margin-right: 20px
}

.header .link-btn:hover {
    opacity: .8;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.header .nav-item {
    position: relative
}

.header .nav-item:hover {
    color: #851217
}

.header .nav-item:hover .icon-drop {
    fill: #851217;
    -webkit-animation: icon-drop-roll .3s ease-in forwards;
    animation: icon-drop-roll .3s ease-in forwards
}

.header .nav-item.active {
    color: #851217
}

.header .nav-item.active .icon-drop {
    fill: #851217
}

.header .nav-item::before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #851217;
    left: 0;
    bottom: -20px
}

.header .nav-item:hover::before {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .nav-item .hide-menu {
    top: 0;
    padding-top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

.header .nav-item .hide-menu a:hover {
    color: #851217
}

.header .nav-item .hide-con {
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06)
}

.header .menu:hover .hide-menu {
    display: block
}

.header .header-drop {
    padding: 9px 16px;
    border-radius: 15px;
    background-color: #f7fbff
}

.header .header-link:hover {
    color: #851217
}

.hide-header {
    width: 100%;
    height: 66px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    position: fixed;
    left: 0;
    top: 0
}

.hide-header .icon-drop {
    width: 7px;
    height: 5px;
    margin-left: 8px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    fill: #4c4c4c
}

.hide-header .drop-menu {
    height: 20px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    margin-left: 20px
}

.hide-header .drop-menu .icon-drop {
    width: 7px;
    height: 5px;
    margin-left: 6px
}

.hide-header .drop-menu:hover>span {
    color: #851217
}

.hide-header .drop-menu:hover .icon-drop {
    fill: #851217
}

.hide-header .drop-menu.active .icon-drop {
    fill: #851217;
    -webkit-animation: icon-drop-roll .3s ease-in forwards;
    animation: icon-drop-roll .3s ease-in forwards
}

.hide-header .drop-menu.no-active .icon-drop {
    -webkit-animation: icon-drop-reset .3s ease-in forwards;
    animation: icon-drop-reset .3s ease-in forwards
}

.hide-header .drop-menu .drop-show {
    -webkit-animation: drop-show .3s ease-in forwards;
    animation: drop-show .3s ease-in forwards
}

.hide-header .drop-menu .drop-remove {
    -webkit-animation: drop-hide .3s ease-in forwards;
    animation: drop-hide .3s ease-in forwards
}

.hide-header .drop-hide {
    padding: 10px 0;
    margin: 8px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    left: -12px;
    top: 20px
}

.hide-header .drop-hide .popper__arrow {
    position: absolute;
    top: -6px;
    left: 28px;
    margin-right: 3px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999
}

.hide-header .drop-hide .item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    white-space: nowrap
}

.hide-header .drop-hide .item.active {
    color: #851217
}

.hide-header .drop-hide .item:hover {
    color: #851217;
    background-color: rgba(206, 75, 81, 0.2)
}

.hide-header .web-btn {
    height: 20px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    font-size: 12px;
    color: #851217;
    white-space: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.hide-header .web-btn:hover {
    border: solid 1px #851217;
    background-color: #851217;
    color: #fff
}

.hide-header .link-btn {
    padding: 6px 9px;
    border-radius: 2px;
    font-size: 14px;
    -webkit-transition: backgroundColor .3s;
    -o-transition: backgroundColor .3s;
    transition: backgroundColor .3s
}

.hide-header .link-btn:not(:last-child) {
    margin-right: 20px
}

.hide-header .link-btn:hover {
    opacity: .8;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.hide-header .nav-item {
    position: relative
}

.hide-header .nav-item:hover {
    color: #851217
}

.hide-header .nav-item:hover .icon-drop {
    fill: #851217;
    -webkit-animation: icon-drop-roll .3s ease-in forwards;
    animation: icon-drop-roll .3s ease-in forwards
}

.hide-header .nav-item.active {
    color: #851217
}

.hide-header .nav-item.active .icon-drop {
    fill: #851217
}

.hide-header .nav-item::before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #851217;
    left: 0;
    bottom: -21px
}

.hide-header .nav-item:hover::before {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hide-header .nav-item .hide-menu {
    top: 0;
    padding-top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

.hide-header .nav-item .hide-menu a:hover {
    color: #851217
}

.hide-header .nav-item .hide-con {
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06)
}

.hide-header .menu:hover .hide-menu {
    display: block
}

@-webkit-keyframes drop-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes drop-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes drop-hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes drop-hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes icon-drop-roll {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes icon-drop-roll {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes icon-drop-reset {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes icon-drop-reset {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@font-face {
    font-family: 'fettemitdot';
    src: url('../fonts/fettemitdot/fettemitdot.woff2') format('woff2'), url('../fonts/fettemitdot/fettemitdot.woff') format('woff'), url('../fonts/fettemitdot/fettemitdot.ttf') format('truetype'), url('../fonts/fettemitdot/fettemitdot.otf') format('opentype'), url('../fonts/fettemitdot/fettemitdot.svg') format('svg')
}

.text-Tundora {
    color: #4c4c4c
}

.text-Royal {
    color: #851217
}

.bg-Caribbean {
    background-color: #05c19e
}

.bg-Mercury {
    background-color: #e6e6e6
}

.bg-Royal {
    background-color: #851217
}

.text-white {
    color: #fff
}

.fill-Tundora {
    fill: #4c4c4c
}

.fill-Royal {
    fill: #851217
}

.bg-white {
    background-color: #fff
}

.text-torch-red {
    color: #ff4058
}

.bg-torch-red {
    background-color: #fe585a
}

.text-green {
    color: #55b31d
}

.bg-green {
    background-color: #55b31d
}

.text-fettemitdot {
    font-family: 'fettemitdot'
}

.text-Dove-Gray {
    color: #666
}

.fill-Dove-Gray {
    fill: #666
}

.text-Dusty-Gray {
    color: #999
}

.border-Royal {
    border-color: #851217
}

.bg-Pattens-Blue {
    background-color: #d6e7ff
}

.bg-Alabaster {
    background-color: #fafafa
}

.bg-Shark {
    background-color: #868686
}

.bg-Shark-100 {
    background-color: #282e33
}

.bg-Mako {
    background-color: #3e444b
}

.text-Athens-Gray {
    color: #e7e9ed
}

.border-Caribbean {
    border-color: #05c19e
}

.bg-Wild-Sand {
    background-color: #f5f5f5
}

.bg-Tropical-Blue {
    background-color: #ccdef7
}

.bg-Dodger-Blue {
    background-color: #ce4b51
}

.fill-white {
    fill: #fff
}

.bg-Anakiwa {
    background-color: #ce4b51
}

.fill-Mine-Shaft {
    fill: #333
}

.text-Mine-Shaft {
    color: #333
}

.text-Royal-Blue {
    color: #851217
}

.fill-Royal-Blue {
    fill: #851217
}

.bg-Royal-Blue {
    background-color: #851217
}

.footer .link {
    color: #999
}

.footer .link:hover {
    color: #851217
}

.footer .link.active {
    color: #851217
}

.banner {
    height: 784px;
    max-width: 2121px;
    margin: 0 auto;
    background-image: url('../images/common/index/banner_en.png')
}

.quotation {
    width: 1130px;
    height: 160px;
    background-color: #fafafa;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 14px 0 rgba(133, 18, 23, 0.05);
    box-shadow: 0 5px 14px 0 rgba(133, 18, 23, 0.05);
    border-radius: 14px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.quotation .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.quotation .line {
    width: 1px;
    height: 100px;
    background-color: #e6e6e6
}

.quotation .quot-label {
    width: 82px;
    height: 100px;
    background-image: url('../images/common/index/quot_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.quotation .quot-label .txt {
    height: 54px;
    font-size: 36px;
    background-color: #fff;
    color: #333;
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.quotation .icon {
    width: 8px;
    height: 32px;
    margin-left: 9px
}

.quotation .up .icon {
    fill: #ff001f
}

.quotation .up .price {
    color: #ff4058
}

.quotation .down .icon {
    fill: #55b31d;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quotation .down .price {
    color: #55b31d
}

.investment .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.investment .diagram-con {
    width: 210px;
    height: 210px;
    position: relative
}

.investment .diagram-con .white {
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    color: #333;
    z-index: 99
}

.investment .diagram-con .svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.investment .diagram-con .svg>circle {
    fill: #bfbfbf;
    stroke: #851217;
    stroke-width: 12
}

.investment .data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 60px
}

.investment .data>span {
    position: relative;
    padding-left: 16px;
    margin: 0 10px
}

.investment .data>span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0
}

.investment .data .rise::before {
    background-color: #851217
}

.investment .data .fall::before {
    background-color: #bfbfbf
}

.tool-down {
    width: 160px;
    height: 46px;
    background-color: #fff;
    border-radius: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #851217
}

.tool-down:hover {
    background-color: #851217;
    color: #fff
}

.icon-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    width: 100%;
}

.text-base-a {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 5px;
  }

.logo-margin {
      margin: 20px 0;
  }

.advantage{
    background-image: url('../images/common/index/advantage_bg.png');
    background-size: 100% 100%;
    height: 480px;
}

.sub-adv{
    letter-spacing: 2px;
    font-weight: lighter;
}

.investment{
    background-image: url('../images/common/index/intro_bg.png');
    background-size: 100% 100%; 
}