body {
    margin: 0;
    font-size: 1.2rem;
}

:root {
    --main-width: 1440px;
}
.yiZhong {
    display: none;
}
.yiZhong:hover {
    opacity: 0.8;
}
/**
index */
.tiaoZhuan {
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 137px;
    cursor: pointer;
    background-color: #0c6dcc;
    color: white;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.tiaoZhuan1 {
    display:none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 137px;
    cursor: pointer;
    background-color: #0c6dcc;
    color: white;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.tiaoZhuan:hover {
    opacity: 0.8;
}

.xiaoGuo {
    width: 50%;
    margin: auto;
    font-size: 40px;
    color: red;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 5px 5px 5px #f5f3f4ee;
}

.xiaoGuo:hover {
    opacity: 0.7;
}

.footer1 {
    position: fixed;
    top: 30%;
    left: 40%;
    width: 400px;
    height: 200px;
    background-color: white;
    border-radius: 10px;

}

.zheCeng {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110vh;
    display: none;
    z-index: 100;
}

.container {
    width: 100%;
    min-width: var(--main-width);
    height: 110vh;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(to bottom,
            #4ca4fd 0%,
            #aed6fe 20%,
            #edf7ff 35%,
            #edf7ff 100%);
}

.entrance-box {
    width: 80%;
    position: absolute;
    transform: translate(-50%, 0%);
    box-sizing: border-box;
    position: relative;
    left: 50%;

    .title {
        padding: 40px 0 20px;
        font-size: 50px;
        color: #fff;
				font-weight: bold;
    }

}

.tip {
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    color: #000;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 10px;

    span {
        color: #d8871a;
    }
}

.name {
    color: #000;
    font-weight: bold;
    font-size: 19px;
    line-height: 60px;
    letter-spacing: 1px;
}

.private {
    width: 100%;
    height: 80px;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;

    .enroll-name {
        font-weight: bold;
    }

    span {
        color: #ff8000;
    }
}

.public {
    display: flex;
    width: 100%;
    height: 120px;
    font-size: 18px;
    /* align-items: center; */
    justify-content: flex-start;
		flex-wrap: wrap;
    font-size: 18px;
    /* background-color: #fff; */
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 20px;
}

.anNiu {
    border-style: solid none none none;
    border-radius: 5px;
    border-top: solid #5aadff 10px;
    /* border-radius: 5px; */
    margin: 0px 0 10px 10px;
    width: calc(20% - 10px);
    height: 100px;
    color: #0c6dcc;
    font-weight: bold;
    background-color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decoration {
    position: absolute;
    top: 0px;
    right: -75px;
}

.enable {
    color: #0c6dcc;
    font-size: 16px;
}

.disable {
    color: #71808f;
    font-size: 16px;
}

.line {
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
}

.line-enable {
    background-color: #5aadff;
}

.line-disable {
    background-color: #c9e0f6;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #99a8c4;
    width: 100%;
    height: 75px;
    color: #71808f;
    font-size: 14px;
    bottom: 0;
    background-color: #edf7ff;
    width: 100%;
    min-width: var(--main-width);
    a {
        color: #71808f;
        text-decoration: none;
    }
}

.five-period {
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;

    .el-button {
        font-weight: bold;
    }
}

/** end index css */
/** search css */




/* 
.dianJi {
    margin: 20px auto;
    width: 80px;
    height: 40px;
    background-color: rgb(14, 64, 231);
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.dianJi:hover {
    opacity: 0.8;
} */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-page-container {
    width: 100%;
    height: 100vh;
    position: relative;
    background: linear-gradient(to bottom,
            #4ca4fd 0%,
            #aed6fe 20%,
            #edf7ff 35%,
            #edf7ff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container {
    height: 25rem;
    width: 30rem;
    background-color: #aed6fe;
    padding: 0.5rem;
    border-radius: 0.2rem;
}

.search-title {
    font-size: 1.5rem;
    color: #343535;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.search-sub-title {
    font-size: 1.2rem;
    color: #343535;
    text-align: center;
    padding-bottom: 0.5rem;
}

.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.search-form input {
    height: 2.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 2.2rem;
}

.search-form input:focus {
    border: 1px solid #3377f7;
    outline: none;
}

.search-form .search-form-item {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 1.5rem;
}

.search-form .search-form-item .search-form-item-label {
    width: 6rem;
    text-align: right;
}

.search-form .search-form-item .submit-button {
    background: #4ca4fd;
    border-color: #4ca4fd;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    color: #343535;
    transition: border-color, background 0.3s ease;
    height: 40px;
    line-height: 40px;
}

.search-form .search-form-item .submit-button:hover {
    background-color: #0f85fa;
    border-color: #0f85fa;
    color: #1d1d1d;
    transition: border-color, background 0.3s ease;
}

.search-result {
    display: none;
    justify-content: center;
    align-items: center;
    height: 15rem;
    position: relative;
}

.search-result-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
}

.search-result-back-button {
    width: 100%;
}


.search-result .search-result-back-button .back-button {
    background: #96a19c;
    border-color: #96a19c;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    color: #f8f8f8;
    transition: border-color, background 0.3s ease;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
}

.search-result .search-result-back-button .back-button:hover {
    background-color: #b3b8bd;
    border-color: #b3b8bd;
    color: #f8f8f8;
    transition: border-color, background 0.3s ease;
}

.search-result .search-result-warning-text {
    font-size: 1.2rem;
    color: rgb(255, 106, 0);
}

/** search css */


@media screen and (max-width: 1440px) {
    :root {
        --main-width: 1100px;
    }
}

@media screen and (max-width: 1680px) {
    :root {
        --main-width: 1200px;
    }
}