/* 头部区域 */
.Head_Top {
    width: 100%;
    height: 10vh;
    background-color: rgb(138, 78, 41);
}

.Head_Top a {
    display: inline-block;
    /* padding-top: 1.5vh; */
    /* height: 8vh; */
    margin-left: 5%;
}

.Head_Top img {
    display: inline;
    padding-top: 1.5vh;
    height: 8vh;
    /* margin-left: 10%; */
}

/* 中间内容区域 */
.content_Text {
    position: relative;
    padding: 0vh 8vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 80vh;
    height: 80dvh;
    background-color: #f0f0f0;
    background-image: url(../images/backgroundImage.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.content_Text .left_content {
    display: flex;
    width: 20%;
    height: 60vh;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    background-color: rgba(185, 184, 178, 0.7);
}

.left_content p:first-child {
    margin: 0 auto;
    padding-top: 22vh;
}

.left_content p:last-child {
    margin: 0 auto;
    padding-top: 6vh;
}

.right_content {
    padding: 2vh 4vw;
    width: 70%;
    height: 60vh;
    font-weight: 200;
    background-color: rgba(185, 184, 178, 0.7);
}

.right_content p {
    line-height: 4vh;
    text-indent: 2em;
    font-size: 4.8vw;
}

.content_Text .goto_content {
    position: absolute;
    bottom: 3vh;
    right: 8vw;
    width: 30%;
    height: 3.5vh;
    line-height: 3.5vh;
    background-color: rgb(138, 78, 41);
    color: rgb(230, 215, 196);
    font-size: 4vw;
    text-align: center;
    border-radius: 5%;
}

.upto_logo {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    width: 20%;
    height: 4vh;
    background-image: url(../images/bottom_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%);
}

.bottom_Zone {
    width: 100%;
    height: 9vh;
    line-height: 9vh;
    background-color: rgb(138, 78, 41);
    color: rgb(230, 215, 196);
    font-size: 5.5vw;
    text-align: center;
}