html {
    font-size: 10px;
}

body {
    background-color: #f5f6f6;
}

@media (min-width: 750px) {
    .list-item>.parcel>.right {
        /* font-size: 2rem; */
    }
}

@media (min-width: 970px) {
    .list-item>.parcel>.right {
        font-size: 2rem;
    }
}

@media (min-width: 1170px) {
    .list-item>.parcel>.right {
        font-size: 2rem;
    }
}

@media (min-width: 1330px) {
    .list-item>.parcel>.right {
        font-size: 2rem;
    }
}

.footer {
    background-color: #06403b;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.8rem 0;
}

.container {
    margin: 0 auto;
    max-width: 1080px;
}

.head>img {
    width: 100%;
}

.signature {
    margin: 1.6rem 0.8rem 0 0.8rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.signature>span {
    z-index: 1;
    background: #f5f6f6;
    padding: 0 1.2rem;
}

.signature>.divider {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    position: absolute;
}

.introduction {
    margin: 1.6rem 0.8rem 0 0.8rem;
    background-color: #d9e0df;
    border-radius: 0.6rem;
    padding: 1.2rem;
}

.introduction>.parcel {
    border: 0.2rem solid #06403b;
    border-radius: 0.6rem;
    padding: 1.2rem;
    background-color: #ffffff;
}

.search {
    margin: 1.6rem 0.8rem 0 0.8rem;
    display: flex;
    justify-content: center;
}

.search>.parcel {
    display: flex;
    align-items: center;
    border: 0.6rem solid #06403b;
    width: 30rem;
    border-radius: 0.6rem;
}

.search>.parcel>.layui-icon {
    padding: 0 8px;
    font-weight: bold;
}

.page {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.page>.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page>.pagination>li {
    list-style: none;
    /*padding: 0.6rem 0.2rem;*/
    /*min-width: 3rem;*/
    text-align: center;
    border: 1px solid #06403b;
    margin-right: 0.6rem;
    border-radius: 0.6rem;
    cursor: pointer;
}

.page>.pagination>li:first-child,
.page>.pagination>li:last-child {
    padding: 0.6rem;
}

.page>.pagination>li>a{
    line-height: 3.6rem;
    padding: 1rem 1.4rem;
}

.page>.pagination>.active {
    background-color: #06403b;
}

.page>.pagination>.active>a {
    color: #ffffff;
}

.list {
    margin: 1.6rem 0.8rem 4.6rem 0.8rem;
}

.list-item {
    background-color: #d9e0df;
    border-radius: 0.6rem;
    padding: 1.2rem;
}

.list-item>.parcel {
    display: flex;
    border: 0.2rem solid #06403b;
    border-radius: 0.6rem;
    padding: 1.2rem;
    background-color: #ffffff;
}

.list-item>.parcel>.left {
    width: 40%;
    margin-right: 1.2rem;
}

.list-item>.parcel>.left>img {
    width: 100%;
    height: 12.3rem;
    object-fit: cover;
    border-radius: 0.6rem;
}

.list-item>.parcel>.right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-item>.parcel>.right>img {
    width: 100%;
    border-radius: 0.6rem;
}

.list-item>.parcel>.right>.title {
    background-color: #06403b;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 0.4rem 0;
    margin-bottom: 0.8rem;
}

.list-item>.parcel>.right>.description {
    color: #06403b;
    text-align: center;
    border-bottom: 1px solid #06403b;
    padding-bottom: 0.8rem;
}

.more {
    display: flex;
    justify-content: center;
    margin-bottom: 4.6rem;
}

.more>.button {
    background-color: #06403b;
    padding: 0.6rem;
    width: 10rem;
    text-align: center;
    border: 1px solid #06403b;
    margin-right: 0.6rem;
    border-radius: 0.6rem;
    cursor: pointer;
    color: white;
}

.show {
    background-color: #d9e0df;
    border-radius: 0.6rem;
    padding: 1.2rem;
    margin: 0.8rem 0.8rem 1.6rem;
}

.show>.parcel {
    display: flex;
    flex-direction: column;
    border: 0.2rem solid #06403b;
    border-radius: 0.6rem;
    padding: 1.2rem;
    background-color: #ffffff;
}

.show>.parcel>.title {
    display: flex;
    justify-content: center;
}

.show>.parcel>.title>h2 {
    display: inline-block;
    background-color: #06403b;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 0.4rem 1.2rem;
    margin-bottom: 0.8rem;
}

.show>.parcel>.description {
    color: #06403b;
    text-align: center;
    border-bottom: 1px solid #06403b;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}

.show>.parcel>.content {
    padding: 5.6rem;
}

.bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.8rem 0.8rem 1.6rem 0.8rem;
}

.bar>.btn {
    padding: 0 0.8rem;
    border-radius: 50px;
    border: 1px solid #06403b;
}

.bar>.btn>a {
    color: #06403b;
}