@font-face {
    font-family: 'HYXuanSong85J';
    src: url('../font/HYXuanSong85J.otf');
}
@font-face {
    font-family: 'HYZhongSongJ';
    src: url('../font/HYZhongSongJ.ttf');
}
body,html {
    font-family: 'HYZhongSongJ';
}
#container {
    box-sizing: border-box;
}
/* 全屏顶部 */
#title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: none;
}

#title-bottom {
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    display: flex;
    padding: 0 .24rem;
    justify-content: space-between;
    align-items: center;
}

#title-top {
    height: 38px;
}

.btn-back {
    width: 0.48rem;
    height: .5rem;
    display: flex;
    align-items: center;
}

.btn-back img {
    width: 100%;
    height: auto;
    display: block;
}

.open-share {
    width: .8rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-share img {
    width: .42rem;
    height: .42rem;
    display: block;
}
.topic_name {
    font-weight: 400;
    font-size: .36rem;
    color: #1E1E1E;
}

.topic_name img {
    width: 1.82rem;
    height: auto;
    display: block;
    margin: 0 auto;
}
.content-operate {
    display: none;
} 
.open-info {
    display: none;
}
.time-info {
    display: none;
}
/*  */
.museum-item {
    width: 100%;
    height: 2.12rem;
    background: url(../images/museum-item-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 1px .32rem 0;
    box-sizing: border-box;
    display: flex;
}
.museum-cover {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .32rem;
    /* border: 1px solid #FFFFFF; */
    overflow: hidden;
    flex-shrink: 0;
    margin-right: .48rem;
    position: relative;
}
.museum-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.museum-cha {
    font-size: .32rem;
    color: #000000;
    margin-bottom: 6px;
    font-family: 'HYXuanSong85J';
}
.museum-eng {
    font-size: .22rem;
    color: #7c7b78;
}
.cp-num {
    width: 3.06rem;
    height: .36rem;
    background: url(../images/zan-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: .22rem;
    color: #83553A;
    margin-left: -.52rem;
    display: flex;
    padding-left: .54rem;
    box-sizing: border-box;
    align-items: center;
    margin-top: .1rem;
}
.museum-ri {
    width: 4.32rem;
    padding-top: .36rem;
    box-sizing: border-box;
}
/*  */
.select-wrapper {
    width: 100%;
    height: 1.06rem;
    border: 1px solid #EDE6E2;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    background: #F8F6F3;
    z-index: 999;
}
.select-temp {
    width: 100%;
    height: 1.06rem;
}
.select-wrapper div {
    font-size: .3rem;
    color: #000000;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.select-wrapper div::after {
    content: "";
    display: block;
    width: .28rem;
    height: .28rem;
    background: url(../images/icon-dwon.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 2px;
    flex-shrink: 0;
}
.select-wrapper div.active::after {
    content: "";
    display: block;
    background: url(../images/icon-up.png) no-repeat center;
    background-size: 100% 100%;
}
.select-wrapper div.active {
    font-weight: bold;
}
.sort-buttom {
    width: 1.02rem;
    height: 1.02rem;
    background: url(../images/sort.png) no-repeat center;
    background-size: 100% 100%;
    flex: unset;
}
.select-wrapper .sort-buttom {
    flex: unset;
}
.select-wrapper .sort-buttom::after {
    display: none;
}
.select-wrapper .sort-buttom.active::after {
    display: none;
}
.select-wrapper .sort-buttom.active {
    background: url(../images/sort-active.png) no-repeat center;
    background-size: 100% 100%;
}
.toast {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1.06rem;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
.toast-content {
    width: 100%;
    height: 7.7rem;
    background: linear-gradient(#F7F5F2 0%, #F8F6F3 100%);
    border-radius: 0 0 .38rem .38rem;
}
.toast-top {
    width: 100%;
    height: 5.88rem;
    display: flex;
}
.toast-bottom {
    width: 100%;
    height: 1.82rem;
    padding: .44rem .26rem 0 .46rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEE4DB;
}
.toast-le,.toast-ri {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    font-size: .3rem;
    color: #000000;
}
.toast-le div,.toast-ri div {
    width: 100%;
    height: .84rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.toast-le {
    background: #EEE4DB;
}
.toast-ri {
    background: #f5f1ec;
}
.toast-le div.active {
    background: #f5f1ec;
    font-weight: bold;
}
.toast-ri div.active {
    font-weight: bold;
}
.btn-reset {
    width: 2.12rem;
    height: 1.18rem;
    background: url(../images/btn-reset.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.btn-ok {
    width: 4.36rem;
    height: 1.2rem;
    background: url(../images/btn-ok.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.pc-top {
    display: none;
}
.no-data {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
    font-size: .32rem;
    color: #000000;
}
.pc-bwg {
    display: none;
}
.types-content,.sort-content {
    width: 100%;
    height: 2.14rem;
    background: linear-gradient(to bottom , #F7F5F2 0%, #F8F6F3 100%);
    border-radius: 0 0 .38rem .38rem;
    text-align: center;
    font-size: .3rem;
    color: #000000;
}
.types-content {
    height: 5.82rem;
}
.types-list {
    margin-bottom: .32rem;
}
.types-list div,.sort-content div{
    width: 100%;
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.types-list div.active,.sort-content div.active {
    background: #F2EBE4;
    color: #a36b2b;
    font-family: 'HYXuanSong85J';
}
.change-box {
    display: none;
}
.state-icon {
    width: 1.32rem;
    height: .5rem;
    position: absolute;
    top: -2px;
    right: -2px;
}
@media (min-width: 750px) {
    body{
        min-width: 1200px;
        overflow-x:auto;
    }
    .cp-num {
        width: 153px;
        height: 18px;
        font-size: 11px;
        margin-left: -28px;
        display: flex;
        padding-left: 30px;
        box-sizing: border-box;
        align-items: center;
        margin-top: 7px;
    }
    #container {
        background-color: #EEE7E3;        
    }
    .select-wrapper {
        position: relative;
        background: unset;
        margin-bottom: 24px;
    }
    .change-box {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }
    .pc-types-content {
        margin-bottom: 15px;
    }
    .pc-types-content,.pc-sort-content {
        display: flex;
        font-size: 15px;
        color: #000000;
    }
    .pc-types-list,.pc-sort-list {
        display: flex;
    }
    .pc-types-list div,.pc-sort-list div {
        margin-left: 12px;
        cursor: pointer;
        height: 28px;
        display: flex;
        align-items: center;
        padding: 0 12px;
    }
    .state-icon {
        width: 66px;
        height: 25px;
    }
    .pc-types-list div.active,.pc-sort-list div.active {
        background: #F8F6F3;
        border-radius: 14px;
        color: #a36b2b;
        font-family: 'HYXuanSong85J';
        
    }
    .is-types,.is-sort {
        height: 28px;
        display: flex;
        align-items: center;
    }
    .select-temp {
        display: none;
    }
    .select-wrapper div {
        flex: unset;
        font-size: 16px;
        color: #A07E52;
        width: 275px;
        height: 36px;
        background: #F8F6F3;
        border-radius: 4px;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .select-wrapper .sort-buttom {
        display: none;
    }
    .select-wrapper .types {
        display: none;
    }
    .select-wrapper div::after {
        width: 20px;
        height: 20px;
        background: url(../images/pc/icon-ri.png) no-repeat center;
        background-size: 100% 100%;
    }
    .address {
        margin-right: 20px;
    }
    .select-wrapper {
        width: 1200px;
        height: 40px;
        margin: 0 auto;
        border-bottom: none;
    }
    .museum-item {
        width: 384px;
        height: 120px;
        background: url(../images/pc/bwg-item-bg.png) no-repeat center;
        background-size: 100% 100%;
        padding: 1px 53px 0 1px;
        margin-right: 24px;
        cursor: pointer;
    }
    .museum-ri {
        width: 196px;
        padding-top: 16px;
    }
    .museum-cha {
        font-size: 16px;
    }
    .museum-eng {
        font-size: 13px;
    }
    .museum-cover {
        width: 96px;
        height: 94px;
        margin-right: 24px;
        border-radius: 16px;
    }
    .toast {
        top: 0;
    }
    .toast-content {
        width: 552px;
        height: 440px;
        background: #FFFFFF;
        border-radius: 12px;
        padding: 27px 24px 37px;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .toast-top {
        height: 294px;
    }
    .toast-le {
        flex: unset;
        width: 200px;
        font-size: 15px;
    }
    .toast-ri {
        flex: unset;
        width: 301px;
        font-size: 15px;
    }
    .toast-le div, .toast-ri div {
        height: 42px;
    }
    .toast-ri div {
        justify-content: space-between;
        padding: 0 24px 0 50px;
        box-sizing: border-box;
    }
    .toast-ri div.active::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url(../images/pc/checked.png) no-repeat center;
        background-size: 100% 100%;
    }
    .toast-bottom {
        height: 106px;
        padding: 29px 121px 0;
        box-sizing: border-box;
        border-top: unset;
        align-items: center;
    }
    .btn-reset {
        width: 72px;
        height: 40px;
    }
    .btn-ok {
        width: 145px;
        height: 40px;
    }
    .pc-top {
        width: 1200px;
        height: 50px;
        margin: 0 auto 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pc-top img {
        width: 85px;
        height: 26px;
        display: block;
    }
    .back-home {
        width: 84px;
        height: 28px;
        background: #E7D4C4;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #C67D48;
        cursor: pointer;
    }
    .no-data {
        padding-top: 200px;
        font-size: 16px;
    }
    .pc-bwg {
        width: 1200px;
        font-size: 22px;
        color: #000000;
        letter-spacing: 1px;
        margin: 30px auto 20px;
        display: block;
        font-family: 'HYXuanSong85J';
    }
}