.container {
    width: 1190px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 1);
    font-family: "新宋体","宋体";
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.ttf');
}

/* #region背景start*/
.background-image {
    width: 0;
    height: 0;
}

/* #endregion背景end*/

/* #region欢迎区start*/
.content .container {
    height: 600px;
    margin-top: 150px;
}
.welcome {
    width: 400px;
    margin-right: 160px;
}
.welcome-title {
    width: 400px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-size: 72px;
    font-family: 'Pacifico', 'cursive';
    padding-top: 90px;
    padding-bottom: 20px;
}
.welcome-sentence {
    width: 400px;
    height: 200px;
    background-color: rgba(30, 30, 30, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.main-sentence {
    width: 370px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.left-quote,.right-quote {
    height: 16px;
    font-size: 20px;
}
.left-quote {
    padding-top: 60px;
    padding-left: 10px;
}
.right-quote {
    padding-right: 10px;
}
/* #endregion欢迎区end*/

/* #region组件区start*/
.component {
    width: 630px;
    height: 550px;
}
.top-component {
    margin-bottom: 50px;
}
.yiyan {
    width: 305px;
    height: 200px;
    background-color: rgba(30, 30, 30, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    line-height: 200px;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;

}
.time {
    width: 305px;
    height: 200px;
    background-color: rgba(30, 30, 30, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    text-align: center;
}
#time-date {
    font-size: 20px;
    padding-top: 32.5px;
}
#time-clock {
    font-size: 50px;
}
#weather {
    font-size: 20px;
}
.bottom-component a {
    color: rgba(255, 255, 255, 1);
}
.part {
    width: 196.6px;
    height: 140px;
    background-color: rgba(30, 30, 30, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
    font-size: 20px;
    float: left;
}
.part img {
    float: left;
    padding-top: 55px;
    padding-left: 62.3px;
}
.part a {
    float: left;
    text-align: center;
    padding-top: 55px;
}
.part2,.part5 {
    margin-left: 20px;
    margin-right: 20px;
}
.part img {
    width: 32px;
    height: 32px;
}
/* #endregion组件区end*/

/* #region备案start*/
.record {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-left: 446.5px;
    margin-top: 160px;
}
.record span img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}
.record .icp-record a {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 1);
} 
.record span {
    margin-left: 10px;
}

.record span a {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
}
/* #endregion备案end*/