﻿/* 顶部 */
body {
    font-size: 12px;
}
.site-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0.5em 1em 1em;
    background-image: url(../images/phonebg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.site-head .wza-bar {
    display: none;
}
.site-head .header-con {
    width: 100%;
    height: 10em;
    margin: 0 auto;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center 1px;
    background-size: 100% auto;
    padding-left: 3em;
    padding-top: 1em;
}
.site-head .header-con h1 {
    font-size: 2em;
    font-weight: 700;
    color: #b50000;
    text-align: left;
    margin-left: 2.2em;
    font-family: 'KaiTi';
    display: none;
}
.site-head .header-con .mongo-title img {
    margin-left: 5px;
    width: 145px;
    height: 16px;
}
.site-head .header-con .h1title img {
    width: 68%;
    margin-bottom: 6px;
    margin-left: 1em;
}
.site-head .header-con .logo img {
    width: 3.5em;
    height: 3.5em;
    float: left;
}
.ai_box {
    display: none;
}
.aadd1 {
    display: none;
}
.site-head .header-con .search-box {
    /*width: 90%;*/
    width: 100%;
    margin: 1em 0 1em 0.5em;
}
.site-head .header-con .search-box input {
    float: left;
    /*width: 80%;*/
    width: 78%;
    /*height: 2.5em;*/
    height: 2.2em;
    border: 2px solid #b50000;
    /* 分别按四个角进行设置 */
    border-radius: 10px 0 0 10px;
    /* 取消默认的外线（外线是文本框特有的东西） */
    outline: none;
    padding-left: 0.5em;
}
.site-head .header-con .search-box .search-btn {
    float: left;
    width: 18%;
    height: 2.5em;
    background-color: #b50000;
    color: white;
    text-align: left;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
}

/* 导航栏 */
.site-head details {
    background-color: #b50000;
    position: relative;
    top: -50px;
    right: -5px;
}
.site-head summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    width: 51px;
    height: 42px;
    right: 0;
}
.site-head summary span {
    display: block;
    width: 36px;
    height: 5px;
    background-color: #fff;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%);
}
.site-head summary span:first-child {
    top: 8px;
}
.site-head summary span:nth-child(2) {
    top: calc(50% - 2.5px); /* 垂直居中 (50%高度 - 50%线高) */
}
.site-head summary span:last-child {
    bottom: 8px;
}

.site-head details[open] span:first-child {
    top: calc(50% - 2.5px);
    transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.site-head details[open] span:last-child {
    top: calc(50% - 2.5px);
    transform: translateX(-50%) rotate(45deg);
}
.site-head details[open] span:nth-child(2) {
    display: none;
}

.site-head .main-nav {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background-color: #cc2121;
    transition: height 0.75s ease;
    overflow: hidden;
}

.site-head details[open] ~ .main-nav {
    height: calc(50em - 100%);
    overflow: auto;
}
.site-head .main-nav ul {
    padding: 0 1em;
}
.site-head .main-nav ul li {
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    padding-block: 0.8em;
}

.site-head .main-nav ul li:first-child {
}
.site-head .main-nav ul li:last-child {
    display: none;
}

.site-head .main-nav ul li a {
    color: #fff;
}

#timers {
    display: none;
}
.share {
    display: none;
}
.content .mtitle {
    font-size: 25px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    margin-top: -15px;
    line-height: 34px;
}
.content .icont {
    width: 95%;
    border: none;
    display: inline;
}
.dqwz {
    min-height: 2.5em;
    background-image: url(../images/position.png);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: 0.5em;
    font-size: 1.3em;
    color: #666;
    padding-left: 35px;
    box-sizing: border-box;
    line-height: 2em;
    margin-top: 0.5em;
    padding-top: 3px;
}
#printx {
    display: none;
    font-size: 1.3em;
}
#placex {
    width: 100% !important;
    font-size: 1.2em !important;
    padding: 10px 0 10px 0 !important;
    border-bottom: 1px solid #ccc;
}
#pdf_area {
    padding: 2em;
}
.content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 0.6em;
    background-color: #f5f5f5;
}

footer {
    background-color: #b50000;
    height: 19em;
}

footer .r1 ul {
    float: left;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    display: none;
}
footer .r1 ul li {
    float: left;
    width: 33%;
}
footer .r1 ul li:last-child {
    margin-right: 0;
}
footer .r1 ul li select {
    width: 100%;
    height: 3em;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    background-color: #fff;
}
footer .r2 {
    float: left;
    height: 275px;
}
footer .r2 .r2-img {
    width: 100%;
    text-align: left;
    margin: 0 1em;
    display: none;
}
footer .r2 .r2-img .img1 img {
    width: 150px;
    height: 75px;
    margin-right: 20px;
}
footer .r2 .r2-img .img2 img {
    width: 75px;
}
footer .r2 .r2-word {
}
footer .r2 .r2-word .short-links {
    margin: 0 1em;
    height: 3em;
}
footer .r2 .r2-word .short-links li a {
    color: #fff;
    float: left;
    font-size: 2em;
    font-weight: 700;
}
footer .r2 .r2-word .footer-text {
    margin: 0 1em;
}
footer .r2 .r2-word .footer-text li {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

/*.page*/
.page-page {
    text-align: center;
    padding: 0.5em 0;
    font-size: 15px;
    color: #444;
}

.page-page strong {
    color: #222;
}

.page-page a {
    display: inline-block;
    border: 1px solid #ddd;
    color: #444;
    padding: 0 0.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 15px;
    cursor: pointer;
    margin: 0 0.2em;
    border-radius: 4px;
}

.page-page a:hover {
    border-color: #b50000;
    background-color: #b50000;
    color: #fff;
}

.page-page a.gray {
    display: inline-block;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 0 0.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 15px;
    cursor: not-allowed;
    background: #fff;
}

.page-page a.currpage {
    border-color: #b50000;
    background-color: #b50000;
    color: #fff;
}

.page-page .ipt {
    height: 1.5em;
    line-height: 1.5em;
    border: 1px solid #ddd;
    color: #444;
    font-size: 15px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    /*margin-top: -3px;
    padding: 0 3px;*/
    width: 2.5em;
    text-align: center;
    /*margin-left: 4px;
    margin-right: 4px;*/
    border-radius: 4px;
    margin: 0.5em;
    margin-top: 0.4em;
}

.page-page .okbtn {
    height: 1.5em;
    line-height: 1.5em;
    border: 1px solid #b50000;
    font-size: 15px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    /*margin-top: -3px;
    padding: 0 3px;*/
    width: 2.5em;
    text-align: center;
    /*margin-left: 4px;
    margin-right: 4px;*/
    cursor: pointer;
    background-color: #b50000;
    color: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
    margin: 0.5em;
    margin-top: 0.4em;
}

.page-page .okbtn:hover {
    opacity: .85
}

.white_content {
    width: auto !important;
}

.btn_box {
    font-size: 1.2em;
}

.ends_img img {
    width: 6em;
    height: 6em;
}