body {
    margin: 0px;
    /* overflow: hidden; */
}
.outer {
    width: 5400px;
    height: 1920px;
    background: url(../images/bg1.jpg);
}

.con{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inner {
    width: 4635px;
    height: 1295px;
    background: url(../images/bg1.png);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left{
    width: 1920px;
    height: 1080px;
    background: url(../images/person.png);
    background-size: 100% 100%;
    margin: 0px 100px;
    position: relative;
    border-radius: 40px;
    box-shadow: 5px 10px 30px #e0c07a;
    display: flex;
}


.left h3{
    color: #fffad3;
    text-align: left;
    font-size: 98px;
    font-family: '微软雅黑';
    margin-left: 4.5rem;
    margin-bottom: 0;
    margin-top: 10rem;
    margin-left: 6rem;
}

.right-img{
    float: right;
    margin-top: 180px;
}

.right-img img{
    border-radius: 40px;
    width: 900px;
}

.text{
    margin-left: 5.5rem;
    margin-top: 5rem;
}

.text p{
    color: #fffad3;
    text-align: left;
    font-size: 2.5rem;
    font-family: '微软雅黑';
}

.video{
    width: 1920px;
    height: 1080px;
    text-align: center;
    margin-left: 100px;
    border-radius: 40px;
    box-shadow: 5px 10px 30px #e0c07a;
}

.img-m{
    position: absolute;
    top: 80px;
    left: 50px;
}

.icon{
    margin-top: -15rem;
    margin-right: 10rem;
}

.ry{
    background-image: url(../images/icon.png);
    width: 1000px;
    height: 465px;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
}

.ry p{
    color: #fffad3;
    font-size: 2.5rem;
    font-family: '微软雅黑';
    margin: 0;
    line-height: 75px;
    margin-left: 120px;
}

.xian{
    width: 292px;
    height: 6px;
    background-color: #fffad3;
    margin-left: 6rem;
    border-radius: 10px;
}

.line{
    height: 1080px;
    width: 5px;
    background-color: #d3a883;
}

video{
    width: 100%;
    height: 100%;
    border-radius: 40px;
}