* {
    padding: 0;
    margin: 0;
}
@media (min-width: 960px) {
    .flex {
        display: flex;
    }
    .font-style {
        font-size: 16px;
    }
    .w-1200 {
        margin: 0 auto;
        width: 1200px;
    }
    .topbar {
        display: flex;
    }
    .logo {
        width: 84px;
        height: 54px;
    }
    .btn3-box {
        flex: 1;
    }
    .btn3 {
        float: right;
        margin: 8px auto;
        padding: 0 19px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        background: #fe6a1c;
        border-radius: 25px;
    }
    .banner {
        padding: 100px 0;
        text-align: center;
        background-color: #000;
        background-image: url("img/banner.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-1 {
        color: #fff;
        font-size: 28px;
    }
    .text-2 {
        color: #fe6a1c;
        font-size: 49px;
        font-weight: 600;
    }
    .text-3 {
        color: #fff;
        font-size: 28px;
    }
    .text-4 {
        margin-bottom: 40px;
        color: #fff;
        font-size: 20px;
    }
    .mt-10 {
        margin-top: 15px;
    }
    .btn {
        margin: 0 auto;
        width: 300px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #000;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        background: linear-gradient(90deg,#65cafa .19%,#6be8df 98.05%);
        border-radius: 25px;
    }
    .info {
        padding: 35px 0;
        text-align: center;
        color: #f3bc5e;
        font-size: 20px;
        background-color: #000;
    }
    .info p:first-child {
        margin-bottom: 10px;
    }
    .info p span {
        color: #fe6a1c;
        font-size: 30px;
    }

    .date-bg {
        background-color: #f2f2f7;
    }
    .date-step {
        display: flex;
        gap: 42px;
        justify-content: center;
        padding: 63px;
        align-items: center;
    }
    .img-box {
        height: 330px;
        min-width: 415px;
        text-align: center;
        width: 415px;
    }
    .img-box img {
        width: 100%;
    }
    .content {
        flex: 1;
        text-align: center;
    }
    .content .title {
        color: #fe6a1c;
        font-size: 46px;
        font-weight: 600;
    }
    .content .desc {
        color: #000;
        font-size: 32px;
        margin-bottom: 30px;
    }
    .tabs {
        display: flex;
        background: #fff3d7;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 36px;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }
    #gold {
        flex: 1;
        cursor: pointer;
    }
    #oil {
        flex: 1;
        cursor: pointer;
    }
    .active-tab {
        color: #fff;
        background: #ff6f1f;
    }
    #gold-list, #oil-list {
        text-align: left;
    }
    #oil-list {
        display: none;
    }
    #gold-list .flex, #oil-list .flex {
        display: flex;
    }
    #gold-list p, #oil-list p {
        margin-bottom: 30px;
    }
    #gold-list p span, #oil-list p span {
        color: #5060d2;
        text-decoration: underline;
    }
    #gold-list .flex .tag, #oil-list .flex .tag{
        border-radius: 3px;
        color: #000;
        font-size: 14px;
        margin-right: 14px;
        margin-top: 4px;
        padding: 0 2px;
        background-color: #ffd452;
    }
    .min-w-50{
        min-width: 50px;
    }

    .go-login {
        padding: 70px 0 40px 0;
        text-align: center;
        background-color: #000;
        background-image: url("img/bg.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 500px;
    }
    .go-login .title {
        text-align: center;
    }
    .go-login .title p:first-child {
        color: #ffe9c7;
        font-size: 46px;
        font-weight: 600;
    }
    .go-login .title p:last-child {
        margin-top: 10px;
        color: #fff;
        font-size: 28px;
    }
    .global-quotes {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .global-quotes > div {
        background: #fff;
        text-align: left;
        overflow: hidden;
        border-radius: 10px;
    }
    .left, .right {
        padding: 40px 40px 82px;
    }
    .left h2, .right h2 {
        margin-bottom: 10px;
        font-size: 32px;
        font-weight: 600;;
    }
    .left {
        background: linear-gradient(180deg,#fffaea,#ffeac0);
    }
    .product img {
        width: 150px;
        height: 150px;
    }
    .price {
        margin-left: 30px;
        font-size: 24px;
    }
    .price span {
        margin-left: 10px;
        font-weight: 600;
    }
    .px-50 {
        padding: 0 50px;
    }
    .btn2 {
        margin: 33px auto;
        color: #fff;
        cursor: pointer;
        padding: 10px 0;
        text-align: center;
        width: 264px;
        font-size: 18px;
        background: #fe6a1c;
        border-radius: 8px;
    }

    .chooseCPT {
        padding: 60px 0 100px;
    }
    .chooseCPT .title {
        color: #fe6a1c;
        font-size: 46px;
        font-weight: 600;
        text-align: center;
    }
    .chooseCPT .title p:last-child {
        margin-top: 10px;
        color: #000;
        font-size: 32px;
        font-weight: 400;
    }
    .chooseCPT .gap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px;
        margin-top: 50px;
    }
    .chooseCPT .gap > div {
        display: flex;
        align-items: center;
        padding: 35px 0;
        overflow: hidden;
        border-radius: 16px;
    }
    .chooseCPT .gap > div img {
        padding-right: 10px;
        width: 230px;
        height: 230px;
    }
    .chooseCPT .gap > div:first-child {
        background-color: #fff3df;
    }
    .chooseCPT .gap > div:nth-child(2) {
        background-color: #fff3ec;
    }
    .chooseCPT .gap > div:nth-child(3) {
        background-color: #fef2e8;
    }
    .chooseCPT .gap > div:nth-child(4) {
        background-color: #e9e9e9;
    }
    .chooseCPT .gap h2 {
        color: #eb9a0b;
        font-size: 32px;
        font-weight: 600;
    }
    .chooseCPT .gap p {
        margin-top: 8px;
    }

    .footer {
        background-color: #102036;
        padding: 40px 0;
        font-size: 12px;
        color: #9da0b0;
    }
    .footer div > div {
        padding-bottom: 20px;
        border-bottom: 1px solid #474747;
    }
    .footer p {
        margin-top: 16px;
    }
    .footer .w-1200 > p {
        margin-top: 20px;
    }

    #zendesk {
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 100;
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 960px) {
    .flex {
        display: flex;
    }
    .font-style {
        font-size: 16px;
    }
    .w-1200 {
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .topbar {
        display: flex;
    }
    .logo {
        width: 84px;
        height: 54px;
    }
    .btn3-box {
        flex: 1;
    }
    .btn3 {
        float: right;
        margin: 8px auto;
        padding: 0 19px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        background: #fe6a1c;
        border-radius: 25px;
    }
    .banner {
        padding: 100px 0;
        text-align: center;
        background-color: #000;
        background-image: url("img/banner-mobile.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-1 {
        color: #fff;
        font-size: 18px;
    }
    .text-2 {
        color: #fe6a1c;
        font-size: 30px;
        font-weight: 600;
    }
    .text-3 {
        color: #fff;
        font-size: 18px;
    }
    .text-4 {
        margin-bottom: 40px;
        color: #fff;
        font-size: 18px;
    }
    .mt-10 {
        margin-top: 15px;
    }
    .btn {
        margin: 0 auto;
        width: 300px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #000;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        background: linear-gradient(90deg,#65cafa .19%,#6be8df 98.05%);
        border-radius: 25px;
    }
    .info {
        padding: 35px 0;
        text-align: center;
        color: #f3bc5e;
        font-size: 20px;
        background-color: #000;
    }
    .info p:first-child {
        margin-bottom: 10px;
    }
    .info p span {
        color: #fe6a1c;
        font-size: 30px;
    }

    .date-bg {
        background-color: #f2f2f7;
    }
    .date-step {
        display: block;
        gap: 42px;
        justify-content: center;
        padding: 20px 10px;
        align-items: center;
    }
    .img-box {
        display: none;
        height: 330px;
        min-width: 100%;
        text-align: center;
        width: 100%;
    }
    .img-box img {
        width: 100%;
    }
    .content {
        flex: 1;
        text-align: center;
    }
    .content .title {
        color: #fe6a1c;
        font-size: 30px;
        font-weight: 600;
    }
    .content .desc {
        color: #000;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .tabs {
        display: flex;
        background: #fff3d7;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 26px;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }
    #gold {
        flex: 1;
        cursor: pointer;
    }
    #oil {
        flex: 1;
        cursor: pointer;
    }
    .active-tab {
        color: #fff;
        background: #ff6f1f;
    }
    #gold-list, #oil-list {
        text-align: left;
        font-size: 14px;
    }
    #oil-list {
        display: none;
    }
    #gold-list .flex, #oil-list .flex {
        display: flex;
    }
    #gold-list p, #oil-list p {
        margin-bottom: 20px;
    }
    #gold-list p span, #oil-list p span {
        color: #5060d2;
        text-decoration: underline;
    }
    #gold-list .flex .tag, #oil-list .flex .tag{
        border-radius: 3px;
        color: #000;
        font-size: 13px;
        margin-right: 5px;
        margin-top: 4px;
        padding: 0 2px;
        background-color: #ffd452;
    }
    .min-w-50{
        min-width: 40px;
    }

    .go-login {
        padding: 70px 0 40px 0;
        text-align: center;
        background-color: #000;
        background-image: url("img/bg.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 500px;
    }
    .go-login .title {
        text-align: center;
    }
    .go-login .title p:first-child {
        color: #ffe9c7;
        font-size: 32px;
        font-weight: 600;
    }
    .go-login .title p:last-child {
        margin: 0 auto;
        margin-top: 10px;
        width: 85%;
        color: #fff;
        font-size: 24px;
        text-align: left;
    }
    .global-quotes {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .global-quotes > div {
        width: 80%;
        background: #fff;
        text-align: left;
        overflow: hidden;
        border-radius: 10px;
    }
    .global-quotes .flex {
        display: block;
    }
    .left, .right {
        position: relative;
        padding: 20px 20px 20px;
    }
    .left h2, .right h2 {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;;
    }
    .left {
        background: linear-gradient(180deg,#fffaea,#ffeac0);
    }
    .product img {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 70px;
        height: 70px;
    }
    .price {
        margin-top: 60px;
        margin-left: 0;
        font-size: 16px;
    }
    .price p {
        display: flex;
        justify-content: space-between;
    }
    .price span {
        margin-left: 10px;
        font-weight: 600;
    }
    .px-50 {
        padding: 0;
    }
    .btn2 {
        margin: 33px auto;
        color: #fff;
        cursor: pointer;
        padding: 10px 0;
        text-align: center;
        width: 264px;
        font-size: 16px;
        background: #fe6a1c;
        border-radius: 8px;
    }

    .chooseCPT {
        padding: 30px 0 50px;
    }
    .chooseCPT .title {
        margin: 0 auto;
        width: 90%;
        color: #fe6a1c;
        font-size: 26px;
        font-weight: 600;
        text-align: left;
    }
    .chooseCPT .title p:last-child {
        margin-top: 10px;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }
    .chooseCPT .gap {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        margin-top: 30px;
    }
    .chooseCPT .gap > div {
        display: block;
        align-items: center;
        text-align: center;
        padding: 15px 0 35px 0;
        overflow: hidden;
        border-radius: 16px;
    }
    .chooseCPT .gap > div img {
        padding-right: 10px;
        width: 230px;
        height: 230px;
    }
    .chooseCPT .gap > div:first-child {
        background-color: #fff3df;
    }
    .chooseCPT .gap > div:nth-child(2) {
        background-color: #fff3ec;
    }
    .chooseCPT .gap > div:nth-child(3) {
        background-color: #fef2e8;
    }
    .chooseCPT .gap > div:nth-child(4) {
        background-color: #e9e9e9;
    }
    .chooseCPT .gap h2 {
        color: #eb9a0b;
        font-size: 24px;
        font-weight: 600;
    }
    .chooseCPT .gap p {
        margin-top: 8px;
    }

    .footer {
        background-color: #102036;
        padding: 20px 10px 40px 10px;
        font-size: 12px;
        color: #9da0b0;
    }
    .footer div > div {
        padding-bottom: 20px;
        border-bottom: 1px solid #474747;
    }
    .footer p {
        margin-top: 16px;
    }
    .footer .w-1200 > p {
        margin-top: 20px;
    }

    #zendesk {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
        width: 48px;
        height: 48px;
    }
}
