@font-face {
    font-family: "Source Han Sans CN";
    src: url(../font/SourceHanSansCN.otf);
}

body {
    margin: 0;
    font-family: "Source Han Sans CN";
    background-color: #F8F8F8;
}

@media (min-width: 767px) {
    .pc {
        display: block;
    }

    .mob {
        display: none;
    }

    .pc-hotel {
        margin: 74px auto 0;
        width: 1200px;
    }

    .text {
        padding-bottom: 50px;
    }

    .text p {
        margin-bottom: 0;
        text-align: center;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #444444;
        line-height: 30px;
    }

    .text p span {
        color: #FF3737;
    }

    .hotel-content {
        padding-bottom: 57px;
        display: flex;
        justify-content: space-between;
    }

    .title {
        margin: 0;
        border-bottom: 1px solid #EEEEEE;
        padding-top: 20px;
        padding-bottom: 11px;
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #222222;
        line-height: 30px;
    }

    .list-wrapper {
        background: #FFFFFF;
        width: 816px;
        padding: 0 22px 56px 17px;
    }

    .hotel-item {
        border-bottom: 1px solid #EEEEEE;
        display: flex;
        padding-top: 21px;
        padding-bottom: 18px;
    }

    .img-list {
        margin-right: 20px;
        width: 200px;
    }

    .item-img {
        width: 100%;
        height: 130px;
    }

    .item-content p {
        margin-bottom: 10px;
        padding-left: 3px;
        font-size: 14px;
        font-weight: 400;
        font-family: Source Han Sans CN;
        color: #666;
        line-height: 12px;
    }

    .item-text span {
        color: #222;
        font-weight: bold;
    }

    .item-content .message {
        margin-top: 19px;
        margin-bottom: 0;
        line-height: 13px;
        color: #052EB9;
    }

    .item-title {
        position: relative;
        padding-top: 3px;
        padding-bottom: 16px;
        display: flex;
    }

    .number {
        position: absolute;
        left: 9px;
        top: 50%;
        transform: translate(-50%, -90%);
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 400;
    }

    .item-icon {
        width: 18px;
        height: 20px;
    }

    .item-name {
        margin: 0 0 0 7px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #222222;
    }

    .my-map {
        width: 315px;
        height: 487px;
        padding-left: 16px;
        padding-right: 16px;
        background: #FFFFFF;
    }

    .my-map .address {
        margin-top: 22px;
        margin-bottom: 15px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #222222;
        line-height: 24px;
    }

    .site-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    .mob-hotel {
        padding-bottom: 30px;
    }

    .text {
        padding: 100px 6vw 20px;
        text-align: center;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #444444;
        line-height: 18px;
    }

    .text p {
        margin: 0;
    }

    .text span {
        color: #FF3737;
    }

    .hotel-content {
        margin-left: 2vw;
        margin-right: 2vw;
        padding-left: 1.8vw;
        padding-right: 1.8vw;
        padding-bottom: 30px;
        background: #FFFFFF;
        border: 1px solid #F8F8F8;
    }

    .hotel-content h4 {
        margin: 0;
        padding-top: 14px;
        padding-bottom: 9px;
        border-bottom: 1px solid #EEEEEE;
    }

    .item-content {
        padding-left: 4vw;
    }

    .item-content p {
        margin-bottom: 6px;
        font-size: 12px;
        color: #666;
        line-height: 16px;
    }

    .item-content p span {
        color: #222222;
    }

    .hotel-item {
        border-bottom: 1px solid #EEEEEE;
        padding-top: 25px;
        padding-bottom: 25px;
        display: flex;
    }

    .img-list {
        width: 30vw;
        flex-shrink: 0;
    }

    .item-img {
        width: 30vw;
    }

    .item-title {
        position: relative;
        margin-bottom: 12px;
        display: flex;
    }

    .number {
        position: absolute;
        top: 50%;
        left: 9px;
        transform: translate(-50%, -56%);
        font-size: 15px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .item-icon {
        width: 18px;
        height: 20px;
    }

    .item-name {
        margin: 0 0 0 1.5vw;
        height: 20px;
        line-height: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #222;
    }

    .hotel-item .message {
        padding-top: 5px;
        color: #052EB9;
    }
}