@font-face {
    font-family: 'Roboto-Regular';
    src: url("./fonts/Roboto-Regular.ttf");
    }

    @font-face {
    font-family: 'Roboto-Bold';
    src: url("./fonts/Roboto-Bold.ttf");
    }

    @font-face {
    font-family: 'Roboto-Medium';
    src: url("./fonts/Roboto-Medium.ttf");
    }
@media (min-width:960px) {
    .header-box{
        width: 100%;
        height: 359px;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .main{
        width: 1200px;
        margin: 0 auto;
    }
    .header-box::after{
        content: '';
        width: 150%;
        height: 100%;
        background: linear-gradient(360deg, #7C5AFF 0%, #6B80FF 100%);
        position: absolute;
        top: 0;
        left: -25%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        z-index: -2;
    }
    .header-box::before{
        content: " ";
        width: 1137px;
        height: 359px;
        position: absolute;
        top: 0;
        right: 321px;
        background: url(../images/header-banner-Texture.png);
        z-index: -1;
    }
    .header-box h1{
        width: 100%;
        font-size: 60px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 71px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 24px;
    }
    .header-box .nav {
        width: 100%;
        padding-top: 19px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-box .nav .nav-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-box .nav .nav-box .toggle {
        display: none;
    }
    .header-box .nav .logo{
        width: 282px;
        height: 42px;
        background-image: url('../images/logo.png');
        background-size: 100% 100%;
    }
    .header-box .nav .nav-list{
        display: flex;
    }
    .header-box .nav .nav-list li{
        margin-left: 40px;
        display: flex;
        align-items: center;
    }
    .header-box .nav .nav-list li:hover{
        opacity: .7;
    }
    .header-box .nav .nav-list li a{
        display: flex;
        align-items: center;
    }
    .header-box .nav .nav-list li img{
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .header-box .nav .nav-list li a{
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 19px;
        text-decoration: none;
    }



    .policy-page{
        display: flex;
        flex-direction: row;
        width: 95%;
        max-width: 1556px;
        margin: 18px auto 20px;
    }
    .policy-page .menu-list li{
        margin-bottom: 12px;
    }
    .policy-page .menu-list li a{
        height: 54px;
        align-items: center;
        background: #fff;
        border-radius: 100px;
        border: 1px solid #e0e0e0;
        color: #22262a;
        display: flex;
        flex: auto;
        font-weight: 700;
        justify-content: center;
        padding: 0 31px;
        transition: background-color .18s;
        white-space: nowrap;
        text-decoration: none;
    }
    .policy-page .menu-list li a:hover,.policy-page .menu-list li a.active{
        background: #6B80FF;
        color: #FFFFFF;
    }
    .article-box{
        flex: 1;
        margin-left: 18px;
        box-shadow: 3px 5px 12px rgb(0 0 0 / 18%), 4px 6px 20px rgb(0 0 0 / 10%);
        border-radius: 18px;
        border: 1px solid #e0e0e0;
        padding: 20px;
        font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    }
    .article-box h2{
        font-size: 31px;
        font-weight: 500;
        margin: 23px 0;
    }
    .article-box h3{
        font-size: 25px;
        font-weight: 500;
        margin: 23px 0;
    }
    .article-box p{
        color: #708198;
        margin: 23px 0;
        line-height: inherit;
        font-size: 16px;
    }
    .article-box h4{
        font-size: 20px;
        font-weight: 500;
        margin: 23px 0;
    }
    .article-box a{
        color: #6B80FF;
    }
    .article-box table{
        border: 1px solid;
        margin: auto;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: left;
        font-size: 18px;
    }
    .article-box table th{
        width: 25%;
        text-align: center;
        background: rgba(0,0,0,.15);
        border-bottom: 1px solid;
        border-right: 1px solid;
        padding: 9px 18px;
        box-sizing: border-box;
        vertical-align: top;
        color: #22262a;   
        font-size: 18px;
        font-weight: 500;
    }
    .article-box table td{
        border-bottom: 1px solid;
        border-right: 1px solid;
        padding: 9px 18px;
        vertical-align: top;
        font-size: 18px;
    }

}

@media (max-width:960px) {
    .header-box{
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .main{
        width: 100%;
        height: 100%;
        padding: .31rem .4rem;
        box-sizing: border-box;
    }
    .header-box::after{
        content: '';
        width: 150%;
        height: 100%;
        background: linear-gradient(360deg, #7C5AFF 0%, #6B80FF 100%);
        position: absolute;
        top: 0;
        left: -25%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        z-index: -2;
    }
    .header-box::before{
        content: " ";
        width: 1137px;
        height: 359px;
        position: absolute;
        background: url(../images/header-banner-Texture.png);
        z-index: -1;
    }
    .header-box h1{
        width: 100%;
        font-size: .6rem;
        font-weight: 600;
        color: #FFFFFF;
        line-height: .75rem;
        text-align: center;
        margin-bottom: .3rem;
        padding: 0 .36rem;
        box-sizing: border-box;
    }
    .header-box .nav{
        overflow-y: hidden;
        transition: all .3s;
    }
    .header-box .nav .nav-box{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .3rem;
    }
    .header-box .nav .logo{
        width: 3.81rem;
        height: .58rem;
        background-image: url('../images/mobile/logo.png');
        background-size: 3.81rem .58rem;
    }
    .header-box .nav .toggle{
        width: .40rem;
        height: .40rem;
    }
    .header-box .nav .nav-list{
        display: none;
        width: 100%;
        padding-bottom: .3rem;
    }
    .header-box .nav .nav-list li{
        width: 100%;
        display: flex;
    }
    .header-box .nav .nav-list li a{
        width: 100%;
        display: flex;
        align-items: center;
        font-size: .30rem;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: .35rem;
        text-decoration: none;
        padding: .15rem 0;
    }
    .header-box .nav .nav-list img{
        width: .28rem;
        height: .28rem;
        margin-right: .13rem;
    }
    .policy-page{
        width: 95%;
        margin: .36rem auto .4rem;
    }
    .policy-page .menu-list li{
        margin-bottom: .3rem;
    }
    .policy-page .menu-list li a{
        height: 1rem;
        align-items: center;
        background: #fff;
        border-radius: 100px;
        border: 1px solid #e0e0e0;
        color: #22262a;
        display: flex;
        flex: auto;
        font-weight: 700;
        justify-content: center;
        padding: 0 .3rem;
        transition: background-color .18s;
        white-space: nowrap;
        text-decoration: none;
    }
    .policy-page .menu-list li a:hover,.policy-page .menu-list li a.active{
        background: #6B80FF;
        color: #FFFFFF;
    }
    .article-box{
        box-shadow: 3px 5px 12px rgb(0 0 0 / 18%), 4px 6px 20px rgb(0 0 0 / 10%);
        border-radius: 18px;
        border: 1px solid #e0e0e0;
        padding: .4rem;
        font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    }
    .article-box h2{
        font-size: .62rem;
        font-weight: 500;
        margin: .46rem 0;
    }
    .article-box h3{
        font-size: .5rem;
        font-weight: 500;
        margin: .46rem 0;
    }
    .article-box p{
        color: #708198;
        margin: .46rem 0;
        line-height: inherit;
        font-size: .32rem;
    }
    .article-box h4{
        font-size: .4rem;
        font-weight: 500;
        margin: .46rem 0;
    }
    .article-box a{
        color: #6B80FF;
    }
    .article-box table{
        width: 7rem;
        border: 1px solid;
        margin: auto;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: left;
        font-size: .36rem;
       
    }
    .article-box table th{
        width: 25%;
        text-align: center;
        background: rgba(0,0,0,.15);
        border-bottom: 1px solid;
        border-right: 1px solid;
        padding: .1rem .2rem;
        box-sizing: border-box;
        vertical-align: top;
        color: #22262a;   
        font-size: .36rem;
        font-weight: 500;
    }
    .article-box table td{
        border-bottom: 1px solid;
        border-right: 1px solid;
        padding: .1rem .2rem;
        vertical-align: top;
        font-size: .36rem;
    }
}