html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.clear {
    height: 0;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.clear:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.page-box {
    background-image: url(./assets/pc/bg.jpg);
    height: 100%;
    overflow-y: hidden;
    
}
.bg{
    width: 100%;
}
.content-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-img{
    position: relative;
}
.left-img img{
    width: 889px;
    height: 1019px;
}
.right-img img{
    width: 829px;
    height: 813px;
}
.btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 450px;
    left: 50px;
}
.btn-1{
    width: 308px;
    height: 60px;
    border-radius: 3rem;
    text-align: center;
    background-color: #D7C987;
    line-height: 60px;
    cursor: pointer;
    font-weight: bold;
}
a{
    text-decoration:none;
    color: #740000;
    margin-right: 20px;
    font-size: 36px;
}