@font-face {
    font-family: 'font-1';
    src: url("../font/Bandriya-PERSONAL-USE-ONLY.otf") format('truetype');
}

@font-face {
    font-family: 'font-2';
    src: url("../font/Rapidly-PERSONAL-USE-ONLY.otf") format('truetype');
}

@font-face {
    font-family: 'font-3';
    src: url("../font/SaintBartogeniaPersonalUseRegular-R9p2E.otf") format('truetype');
}

@font-face {
    font-family: 'font-4';
    src: url("../font/LXGWWenKaiMono-Regular.woff") format("truetype");
}

.card {
    border-radius: 6px;
    background-color: #00000040;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: scale(1);
    transition: backdrop-filter .3s, transform .3s;
    font-family: 'font-4', sans-serif;
}


/*region版心设置 */
.container {
    width: 1500px;
    margin: 0 auto;
}

/*endregion版心设置*/


body {
    background-image: url("../image/background/bg-10.jpg");
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
}


/*region main内容区*/
.main {
    margin-top: 20vh;
}

.main .container {
    height: 650px;
    /*background-color: rgba(0, 0, 0, .2);*/
}

.main .main-left, .main .main-right {
    width: 650px;
    padding: 50px 50px;
    /*background-color: rgba(0, 0, 0, .2);*/
}

.main .url-pre {
    margin-left: 50px;
    line-height: 128px;
    font-size: 3.5rem;
    font-weight: bold;
    font-family: 'font-3', sans-serif;
}

.main .url-sub {
    line-height: 128px;
    font-size: 1rem;
    font-family: 'font-2', sans-serif;
}

.main .slogan {
    margin-top: 20px;
    padding: 5px;
}

.main .slogan p {
    width: 640px;
}


.main .slogan > p:nth-child(1) {
    font-size: 16px;
}

.main .slogan > p:nth-child(2) {
    font-size: 16px;
    font-family: 'font-2', sans-serif;
    text-align: center;

}

.main .slogan > p:nth-child(3) {
    font-size: 16px;
    text-align: center;

}

.main .slogan > p:nth-child(4) {
    font-size: 16px;
    text-align: right;
}

.main .bottom .contact-me {
    margin: 5px 0;
    border-radius: 6px;
}

.main .bottom .contact-me:hover {
    background-color: #00000040;
}

.main .bottom .contact-me li:first-child {
    margin-left: 3px;
}

.main .bottom .contact-me:hover li:last-child {
    display: block;
}

.main .bottom .contact-me li {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.main .bottom .contact-me li img {
    width: 24px;
    height: 24px;
}

.main .bottom .contact-me li:last-child {
    display: none;
    font-size: 16px;
    margin-left: 223px;
}

.main-right .top .card {
    width: 244px;
    height: 125px;
    padding: 20px;
    margin: 0 5px;
}

.main-right .top .motto p {
    font-size: 18px;
    width: 244px;
}

.main-right .top .motto p:last-child {
    margin-top: 10px;
    text-align: right;
    font-weight: bolder;

}

.main-right .bottom ul:first-child {
    margin-top: 30px;
    margin-bottom: 15px;
}

.main-right .bottom ul li:nth-child(2) {
    margin: 0 48px;
}

.main-right .bottom .card {
    width: 182px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.main-right .bottom a {
    font-size: 20px;
    font-weight: bold;
    color: lightgoldenrodyellow;
}


/*endregion main内容区*/
