/* .context-box{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -150px;
    margin-left: -500px;
    background-color: rgba(255,255,255,.5);
    border-radius: 5PX;
}
.context-box .snip0013{
    width: 300px;
    height: 200px;
    background-color: #FFF;
    line-height: 200px;
    text-align: center;
    color: #007aff;
    font-size: 50px;
    border-radius: 5PX;
    font-weight: bold;
} */
.main{
    width: 100vw;
    height: 100vh;
    position: relative;
    /* background-image: linear-gradient(to right, #1062b4, #409EFF, #c6e2ff); */
    background-image: url('./111.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed;
    background-size: cover; */
}
.left{
    height: 100%;
    width: 100%;
}
.left .title{
    margin-top: 243px;
    width: 100%;
    font-size: 60px;
    display: inline-block;
    text-align: center;
    font-family: Microsoft YaHei;
    color: #333;
}
.button-area{
    display: flex;
    position: absolute;
    text-align: center;
    bottom: 0;
    border-radius: 6px;
    width: 40%;
    padding: 0 30%;
    height: 160px;
}
.button-area .button{
    padding: 0 30px;
    height: 70px;
    width: 100px;

    /* border: 2px solid #409EFF; */
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 6px rgba(0, 0, 0, 0.3);
    margin: 20px auto;
    border-radius: 8px;
    line-height: 70px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    color:#fff;
}
.button-area .button-title{
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1d406c;
    margin: 45px 0 24px;
    text-align: center;
}