.content {
    width: 10rem;
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
}
.edit {
    width: 94%;
    margin: auto;
    word-break: break-all;
    word-wrap: break-word;
}
.content h1 {
    text-align: center;
    margin: 0.3rem auto;
}
.edit img{
    width:100%!important;
    height: auto!important;
}
.content img {
    width: 8rem;
    margin: 0 auto;
    display: block;
}

.content_ul_title {
    color: #513e33;
    margin-left: 1rem;
}

.wechat_and_sina {
    text-align: center;
}

.wechat_and_sina img {
    width: 1rem;
    margin: 0 1rem;
    display: inline-block;
}

.content_ul_title img {
    width: 0.5rem;
}

.show_container {
    display: inline-block;
}

.show_box {
    text-align: center;
    border: 1px solid #a7a6a6;
    border-radius: 4px;
    width: 9rem;
    height: 8rem;
    /* height: 6rem; */
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 99;
    box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.693);
    display: none;
    background: #fafafa;
    padding: .5rem 0;
}

.show_box img {
    width: 5rem;
}

.show_box strong {
    display: block;
    color: #bb9a75;
}

a.visit,
a.visit:hover,
a.visit:link,
a.visit:visited {
    background: #bb9a75;
    color: #fff;
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
    display: block;
    margin: 0.2rem auto;
}

a.check {
    background: #bb9a75;
    border: none;
    color: #fff;
    margin: 1rem auto;
    display: block;
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
    background-image: url("../img/contact/call.png");
    background-repeat: no-repeat;
    background-size: 13%;
    background-position: 15% center;
    text-align: center
    ;
}

.content_90Width {
    /* padding: 0 5%; */
    margin: 10px auto;
}

.content_90Width p {
    margin-top: 6px;
    text-indent: 2em;
}
.content_90Width img{
    width:100%;
}
.orange {
    color: #c66005;
    text-align: center;
}

img.max_width {
    width: 10rem;
}
