* {
    margin: 0;
    padding: 0;
    /* font-family: 'MiSans Regular'; */
    background-position: center;
    background-repeat: no-repeat;
}

/* 引入 MiSans 字体 */
@font-face {
    font-family: 'MiSans-Bold';
    src: url('../ttf/MiSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Demibold';
    src: url('../ttf/MiSans-Demibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-ExtraLight';
    src: url('../ttf/MiSans-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Heavy';
    src: url('../ttf/MiSans-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Light';
    src: url('../ttf/MiSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Medium';
    src: url('../ttf/MiSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Normal';
    src: url('../ttf/MiSans-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Regular';
    src: url('../ttf/MiSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Semibold';
    src: url('../ttf/MiSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Thin';
    src: url('../ttf/MiSans-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

li {
    list-style: none;
}

body {
    background-color: #fff;
}

a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.w {
    width: 1320px;
}

/* header */
.head {
    position: relative;
    height: 80px;
    margin: 0 auto;
}

/* logo */
.head .logo {
    float: left;
    width: 102px;
    height: 47px;
    margin: 17px 0 16px 0;
}

/* nav */
.head .nav {
    float: left;
    margin-left: 20px;
    margin-right: 100px;
    padding: 32px 0;
}

.head .nav li {
    /* position: relative; */
    float: left;
    margin-left: 91px;
    font-family: MiSans-Medium;
    font-size: 16px;
    color: #000;
}

.head .nav li a {
    color: #000;
    text-decoration: none;
}

.head .nav li:hover {
    /* border-bottom: 2px solid #006440; */
    color: #006440;
}

/* language */
.head .language {
    float: left;
    margin: 33px 0 32px 0;
    padding-left: 20px;
    padding-right: 14px;
    border-right: 1px solid #000;
    background-image: url(../images/index/header/static/language.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: MiSans-Regular;
    font-size: 14px;
    color: #000;
}

/* login */
.head .login {
    float: left;
    margin: 33px 0 32px 15px;
    padding-left: 18px;
    background-image: url(../images/index/header/hover/log.png);
    background-repeat: no-repeat;
    background-position: left;
    font-family: MiSans-Regular;
    font-size: 14px;
    color: #006440;
}

/* register */
.head .h-register {
    float: right;
    width: 100px;
    height: 30px;
    margin: 28px 0 25px 0;
    border: 1px solid #006440;
    font-family: MiSans-Medium;
    font-size: 14px;
    color: #006440;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

/* dropdown menu */
.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 97vw;
    top: 100%;
    margin-top: 10px;
    /* padding-left: 177px; */
    height: 400px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    /* display: flex; */
    justify-content: center;
    /* 让内容容器水平居中 */
    z-index: 1000;
    background-color: #0a0a0a;
}

/* 让下拉内容宽度固定并居中 */
.dropdown-content {
    width: 1100px;
    display: flex;
    margin: 0 auto;
}

.dropdown-menu .dropdown-section {
    float: left;
    margin-top: 40px;
    margin-right: 115px;
}

.dropdown-menu .dropdown-title {
    font-family: MiSans-Medium;
    font-size: 16px;
    color: #646464;
}

.dropdown-menu .dropdown-section ul {
    margin-top: 13px;
}

.dropdown-menu .dropdown-section ul li {
    margin-top: 10px;
    font-family: MiSans-Regular;
    font-size: 14px;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu .dropdown-info {
    float: left;
    margin-top: 40px;
    height: 350px;
    margin-left: 133px;
    background-image: url(../images/index/header/hover/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.make-value-happen {
    margin-bottom: 36px;
    font-family: MiSans-Demibold;
    font-size: 36px;
    color: #006440;
}

.mt-4-pro-trader-1000-1000-1 {
    margin-bottom: 23px;
    font-family: MiSans-Normal;
    font-size: 18px;
    color: #ffffff;
}

.learn-more-link {
    font-family: MiSans-Regular;
    text-decoration: underline;
    font-size: 18px;
    color: #006440;
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    padding-top: 300px;
    background-image: url(../images/index/banner/background.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.banner .banner-content {
    width: 1320px;
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
}

.banner .new-account-bonus {
    /* float: left; */
    width: 631px;
    height: 182px;
}

.banner .new-account-bonus h1 {
    font-family: MiSans-Bold;
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    color: #ffffff;
}

.banner h2 {
    margin-top: 100px;
    font-family: MiSans-Regular;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #d7d7d7;
}

.banner .btn {
    width: 240px;
    height: 60px;
    margin-top: 50px;
    font-family: MiSans-Demibold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.banner .register-btn {
    background-color: #006440;
}

.banner .login-btn {
    margin-left: 53px;
    background-color: transparent;
    border: 2px solid #006440;
}

/* product */
.product {
    width: 100%;
    height: 897px;
    margin: 0 auto;
    padding-top: 183px;
    background-color: #000;
    background-image: url(../images/index/product/background.png);
    background-repeat: no-repeat;
}

.product h1 {
    /* width: 100%; */
    text-align: center;
    font-family: MiSans-Demibold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.product h2 {
    margin-top: 40px;
    text-align: center;
    font-family: MiSans-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #636363;
}

.product .box {
    margin: 0 auto;
    /* text-align: center; */
    margin-top: 128px;
    margin-bottom: 85px;
    height: 400px;
}

.product .metal {
    float: left;
    width: 300px;
    height: 400px;
    margin-left: 42px;
    /* background-color: #393939; */
    background-image: url(../images/index/product/metal.png);
    border-radius: 30px;
}

.product .oil {
    float: left;
    width: 300px;
    height: 400px;
    margin-left: 39px;
    /* background-color: #393939; */
    background-image: url(../images/index/product/oil.png);
    border-radius: 30px;
}

.product .first-metal {
    margin-left: 0;
}

.product .box h3 {
    margin: 34px 0 33px 33px;

    font-family: MiSans-Demibold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;

    background: linear-gradient(139deg, #ffffff 0%, #a9a9a9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.product .box .bid h4,
.product .box .ask h4 {
    margin-left: 33px;
    margin-bottom: 13px;
    font-family: MiSans-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #898989;
}

.product .box .ask h4 {
    margin-top: 20px;
}

.product .metal .bid p,
.product .metal .ask p {
    color: #07c37f;
}

.product .oil .bid p,
.product .oil .ask p {
    color: #e6264f;
}

.product .bid p,
.product .ask p {
    margin-left: 33px;
    /* margin-bottom: 18px; */
    font-family: MiSans-Demibold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /* color: #e6264f; */
}

.product .spread {
    margin: 26px 8px 0 8px;
    width: 284px;
    height: 90px;
    background-color: #181818;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
}

.product .spread h4 {
    float: left;
    margin-left: 24px;
    line-height: 90px;
    font-family: MiSans-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #636363;
}

.product .spread p {
    float: right;
    margin-right: 24px;
    line-height: 90px;
    font-family: MiSans-Demibold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.product .btn {
    width: 100%;
    height: 82px;
    background-image: url(../images/index/product/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* global deployment */
.global-deployment {
    width: 100%;
    height: 1080px;
    margin: 0 auto;
    background-image: url(../images/index/global_deployment/background.png);
    background-repeat: no-repeat;
}

.global-deployment .w {
    margin: 0 auto;
    text-align: center;
}

.global-deployment img {
    margin-top: 148px;
    margin-bottom: 69px;
}

.global-deployment h1 {
    font-family: MiSans-Demibold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 85px;
    letter-spacing: 0px;
    color: #000000;
}

.global-deployment .gd-info {
    margin: 0 auto;
    margin-top: 66px;
    width: 1206px;
    height: 160px;
}

.global-deployment .gd-info li {
    float: left;
    width: 370px;
    height: 100%;
    margin: 0 16px;
    background-color: #ffffff;
    border-radius: 30px;
    opacity: 0.7;
}

.global-deployment .gd-key {
    margin-top: 28px;
    font-family: MiSans-Regular;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #8a8a8a;
}

.global-deployment .gd-value {
    margin-bottom: 29px;
    font-family: MiSans-Demibold;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #119666;
}

/* partners */

.partners {
    width: 100%;
    height: 683px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.partners img {
    margin-top: 83px;
}

/* transaction */
.transaction {
    width: 100%;
    height: 2217px;
    /* margin: 0 auto; */
    background-image: url(../images/index/trading_terminals/background.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* trading ternminal */
.trading-terminal {
    width: 100%;
    height: 670px;
    padding-top: 80px;
    background-image: url(../images/index/trading_terminals/background2.png);
    text-align: center;
}

.trading-terminal h1 {
    /* margin-top: 80px; */
    font-family: MiSans-Demibold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 85px;
    letter-spacing: 0px;
    color: #000000;
}

.trading-terminal h2 {
    margin-top: 23px;
    font-family: MiSans-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #636363;
}

.trading-terminal .tt-info {
    width: 1095px;
    height: 400px;
    margin: 0 auto;
    margin-top: 82px;
}


.trading-terminal .tt-info li {
    float: left;
    width: 500px;
    height: 400px;
    background-image: url(../images/index/trading_terminals/frame1_chosen.png);
    text-align: left;
}

.trading-terminal .tt-info li * {
    margin-left: 40px;
}

.trading-terminal .tt-info .spacer {
    width: 95px;
    background-image: none;
}

.trading-terminal .tt-info img {
    margin: 42px 0 0 37px;
}

.trading-terminal .tt-info .tradingview img {
    margin: 50px 0 0 37px;
}

.trading-terminal .tt-info h3 {
    margin-top: 15px;
    font-family: MiSans-Semibold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
}

.trading-terminal .tt-info .tradingview h3 {
    margin-top: 25px;
}

.trading-terminal .tt-info p {
    margin-top: 25px;
    width: 357px;
    font-family: MiSans-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #e1e1e1;
}
.trading-terminal .tt-info .tradingview p {
    margin-top: 28px;
}

.trading-terminal .tt-info button {
    width: 420px;
    height: 40px;
    padding-left: 16px;
    padding-right: 23px;
    margin-top: 30px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    text-align: left;
    background-image: url(../images/index/trading_terminals/icon3.png);
    background-repeat: no-repeat;
    background-position: 377px center;
}

.trading-terminal .tt-info .tradingview button {
    margin-top: 35px;
}

/* register */
.register {
    width: 100%;
    height: 282px;
    padding-top: 118px;
    background-image: url(../images/index/register/background.png);
}

.register .w {
    margin: 0 auto;
}

.register h1 {
    margin-bottom: 48px;
    font-family: MiSans-Demibold;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 85px;
    letter-spacing: 0px;
    color: #000000;
}

.register .w>div {
    height: 70px;
    width: 100%;
}

.register button {
    float: left;
    width: 300px;
    height: 70px;
    margin-right: 58px;
    background-color: #006440;
    border: none;
    border-radius: 5px;
    font-family: MiSans-Demibold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

/* footer */
.foot {
    width: 100%;
    height: 620px;
    padding-top: 90px;
    background-image: url(../images/index/footer/background.png);
    background-repeat: no-repeat;
}

.foot .w {
    margin: 0 auto;
}

.foot .foot-info {
    margin: 0 auto;
    border-bottom: 1px solid #575757;
    height: 165px;
    background-image: url(../images/index/footer/icon.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.foot .foot-info .foot-email {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 120px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.foot .foot-info .foot-email img {
    margin-right: 10px;
    height: 18px;
}

.foot .foot-info .foot-email a {
    color: #fff;
}

.foot .foot-content {
    float: right;
    padding-top: 42px;
}

.foot .foot-content>li {
    float: left;
    margin-left: 70px;
    /* margin-top: 42px; */
}

.foot .foot-content li div {
    margin-bottom: 45px;
    font-family: MiSans-Demibold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.foot .foot-content li ul li {
    margin-bottom: 20px;
    font-family: MiSans-Medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #7e7e7e;
}

.foot .foot-comment {
    margin-top: 50px;
}

.foot .foot-comment p {
    margin-bottom: 25px;
    font-family: MiSans-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #939393;
}

/* copyright */
.copyright {
    width: 100%;
    height: 50px;
    background-color: #000;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
}