@media screen and (max-width: 600px) and (min-width: 321px) {
    .manuscript_content {
        border-radius: 5%;
    }

    .content_title>div:nth-child(1) {
        margin-top: 20px;
        font-weight: bolder;
        font-size: 16px;
    }

    .content_title>div:nth-child(2) {
        margin-bottom: 14px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1000px) {
    .manuscript_content {
        border-top-left-radius: 5% 10%;
        border-top-right-radius: 5% 10%;
        border-bottom-left-radius: 5% 10%;
        border-bottom-right-radius: 5% 10%;
    }

    html {
        font-size: 20px;
    }

    .content_title>div:nth-child(1) {
        margin-top: 25px;
        font-weight: bolder;
        font-size: 24px;
    }

    .content_title>div:nth-child(2) {
        margin-bottom: 18px;
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }

    .msite_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }
}

* {
    border: 0;
}

body {
    color: #CDCED1;
}

.container {
    padding: 0;
}

/* 这是主要内容 */
.content {
    background-image: url(../img/beij.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* 这是首页 */
.msite_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}

.msite_title>img {
    width: 36%;
    padding-bottom: 1rem;
}

.msite_title_xiantiao {
    background-color: #AC8E74;
    width: 25%;
    height: 1px;
}

.msite_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8rem;
}

.img_container {
    position: relative;
    width: 93%;
    margin-bottom: 2rem;
}

@keyframes anniuScaling {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.anniu {
    width: 20%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin-left: -10%;
    animation-name: anniuScaling;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* 这是手稿 */
.manuscript {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7rem;
}

.manuscript_top {
    width: 97%;
}

.manuscript_content {
    background-color: #fff;
    width: 93%;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 2px;
    box-shadow: 0 0 5px 1px;
}

.content_title {
    width: 100%;
    background-image: url(../img/manuscript/shan2.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 70% center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_title>div {
    color: #000;
}

p {
    text-indent: 2rem;
    width: 90%;
}

.clear {
    clear: both;
}

.masonry {
    width: 100%;
    position: relative;
}

.item {
    position: absolute;
    margin-top: 2rem;
}

.item img {
    width: 100%;
    height: 100%;
}

.pic_list1 {
    display: flex;
    /* justify-content: space-evenly; */
    flex-direction: column;
    width: 45%;
}

.pic_list2 {
    display: flex;
    /* justify-content: space-evenly; */
    flex-direction: column;
    width: 45%;
}

.pic {
    margin-bottom: 1rem;
}

/* 这是资讯 */
.information {
    width: 91%;
    margin: auto;
    padding-top: 2rem;
    margin-bottom: 6rem;
}

.top_text {
    margin-top: 6%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top_dy {
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    padding-bottom: 5%;
}

.information_content {
    display: flex;
    align-items: center;
    padding: 3% 0;
    border-bottom: 1px solid #f0f0f0;
}

.information_content>div:nth-child(1) .top_dy {
    margin-top: 10%;
    padding-bottom: 0%;
}

.information_content>div:nth-child(1) {
    width: 64%;
    margin-right: 4%;
}

.information_content>div:nth-child(2) {
    width: 32%;
}

.information_box {
    padding-bottom: 6rem;
}

/* 这是底部导航 */
.navbar-default {
    background: none;
    border: none;
}

.navbar-fixed-bottom {
    z-index: 0;
}

.bottom-nav {
    position: relative;
}

.bottom-nav>img {
    position: absolute;
    left: -10%;
    width: 120%;
    height: 100%;
    z-index: -1;
}

.footer_guide {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    /* background-image: url(../img/footer/bottom_beij.png); */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.gray {
    filter: grayscale(100%);
    opacity: 0.4;
}

.guide_item {
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    /* height: 100%;. */
    /* padding-top: 4%; */
}

.guide_item>a {
    width: 100%;
    text-decoration: none;
}

.guide_item>a>span {
    display: block;
    text-align: center;
    width: 100%;
    color: #C39560;
    /* background-color: #fff; */
}

/* .footer_guide>.guide_item:nth-child(3)>span:nth-child(1)>a {
    margin-top: 20%;
} */

/* .item_icon>a{
    display: flex;
    justify-content: center;
} */
/* .item_icon{
    border: 1px solid #AC8E74;
    display: inline-block;
} */
.item_icon>img {
    width: 50%;
    margin-top: 12%;
    /* border: 1px solid red; */
}

.guide_item:nth-child(2)>a>span:nth-child(1)>img {
    width: 60%;
}

.guide_item>a>span:nth-child(1) {
    margin-top: 13%;
}

.guide_item>a>span:nth-child(2) {
    margin-bottom: 13%;
}

.akm_login {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2000;
}

.akm_login iframe {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.login_fh {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 10%;
    padding-right: 4%;
    font-size: 0;
}

/* 模态框 */
.modal-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 111;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    display: none;
}

/* .modal-background-top {
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.8);
} */

.modal-conent {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* .modal-background-bottom {
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
} */

.swiper {
    width: 100%;
    height: 100%;
}

/* .swiper-pagination{
    bottom: 0;
} */

.swiper-slide {
    overflow: hidden;
}