﻿* {
    margin: 0;
    padding: 0;
}

#box {
    width: 100%;
    background: url('/Resource/image/ketu/7.png') no-repeat top center;
}

#content {
    width: 1370px;
    height: 1450px;
    margin: 0 auto;
}

    #content .font-1 {
        text-align:center;
        font-size: 48px;
        font-family: PingFang Bahnschrift;
        font-weight: 600;
        color: #333333;
        padding-top:130px;
    }

    #content .font-2 {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
        text-align:center;
        margin-top:30px;
    }

    #content .font-3 {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        text-align: center;
        margin-top: 25px;
    }

    #content .font-4 {
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
        text-align:center;
    }


    #content .part-1 {
        width:1020px;
        margin:70px auto 0 auto;
    }

    #content .btn-1 {
        margin:20px auto;
        width: 160px;
        height: 36px;
        background: #2B70FC;
        border-radius: 6px;
    }

     #content .btn-1 div {
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
    }

    
