.info {
    margin-top: 0.25rem;
    display: none;
}

.info .title {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.7rem;
    font-weight: 800;
    color: #4e4c4c;
    margin: 0 auto;
    padding-left: 1.875rem;
    background: #e9e6ea;
}

.info .info_content {
    width: 15rem;
    margin: 0 auto;
}

.info .info_content div {
    font-size: 0.65rem;
    line-height: 1rem;
    color: #4e4c4c;
    margin-top: 0.625rem;
}

.info .info_content div p {
    font-size: 0.65rem;
    line-height: 1rem;
    color: #4e4c4c;
}

.info .info_content div span {
    display: block;
}

.zhengshu {
    /* display: none; */
    width: 100%;
    margin-top: 20px;
}

.zhengshu .title {
    width: 720px;
    margin: 0 auto;
    font-size: 0.45rem;
    font-weight: 800;
    color: #4e4c4c;
    margin-left: 12px;
}

#zhengshu_xinyong_ul,
#zhengshu_renzheng_ul {
    width: 100%;
    margin: 0 auto;
}

#zhengshu_xinyong_ul li,
#zhengshu_renzheng_ul li {
    position: relative;
    width: 18.7rem;
    height: 7rem;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    background: #e9e6ea;
    border: 0.025rem solid #e1e1e1;
}

.zhengshu ul li .shixiao,
.zhengshu ul li .youxiao {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1.875rem;
    height: 1.875rem;
    overflow: hidden;
    display: none;
}

.zhengshu ul li .shixiao img,
.zhengshu ul li .youxiao img {
    width: 100%;
}

.zhengshu ul li .content {
    width: 15rem;
    height: 4.85rem;
    margin: 0 auto;
}

.zhengshu ul li .content .left {
    width: 100%;
    height: auto;
}

.zhengshu ul li .content .left .up {
    font-size: 0.65rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #4e4c4c;
}

.zhengshu ul li .content .left .down {
    font-size: 0.65rem;
    line-height: 1rem;
    margin-top: 0.25rem;
    /* color: #999595; */
}

.zhengshu ul li .content .marginLeft {
    margin-left: 0;
    padding-bottom: 0.5rem;
}

.zhengshu ul li .content .marginLeft .up {
    width: 50%;
    display: inline-block;
}

.zhengshu ul li .content .marginLeft .down {
    width: 50%;
    display: inline-block;
}

.zhengshu ul li .content .btn_li {
    width: 3.75rem;
    height: 1.25rem;
    background: #c52126;
    border-radius: 0.625rem;
    font-size: 0.55rem;
    line-height: 1.25rem;
    text-align: center;
    margin-top: 0.25rem;
}

.zhengshu ul li .content .btn_li a {
    color: #fff;
}

.jiazai {
    width: 115px;
    height: 40px;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 20px;
    background: #cd292e;
}

.jiazai a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.45rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
}


/* 遮罩层 */

.image {
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.img_content_bg {
    width: 100%;
    height: 100%;
    background: url(../zhonghong/images/icon/timg.gif) 50% 50% no-repeat;
    background-size: 6.25rem 6.25rem;
}

.image_content {
    position: relative;
    /* position: absolute; */
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: no-repeat;
    background-size: 100% 100%;
    /* top:0; */
    /* left: 0; */
}

.image_control {
    padding-top: 40%;
    padding-bottom: 4.5%;
}

.image_content_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../zhonghong/images/icon/shuiyin.png) -50px 0 repeat;
}

.image_content img {
    /* width: 1200px; */
    height: auto;
}

.img_xianchang {
    position: absolute;
    display: none;
    top: 43px;
    left: 10px;
    width: 200px;
    height: 100px;
    overflow: hidden;
    z-index: 9;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
}

.img_xianchang img {
    width: 100%;
}

.click {
    position: absolute;
    right: -50px;
    top: -4px;
    width: 50px;
    height: 50px;
    background: url(../zhonghong/images/icon/close.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}


/* 选项卡 */

.tabs_title {
    display: none;
    clear: both;
    height: 45px;
    margin-left: 20px;
}

.tabs_title .tabs_title_son {
    float: left;
    width: 300px;
    height: 45px;
    font-size: 0.55rem;
    line-height: 45px;
    text-align: center;
    background: #e6e6e6;
    cursor: pointer;
}

.tabs_title .onClick {
    background: #c52126;
    color: #fff;
}


/* 分页 */

#page_xinyong,
#page_renzheng {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page_xinyong li,
#page_renzheng li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 0.325rem;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.zhengshu .xl-nextPage,
.zhengshu .xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page_xinyong li.xl-disabled,
#page_renzheng li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page_xinyong li.xl-disabled:hover,
#page_renzheng li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page_xinyong li.xl-active,
#page_renzheng li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

#page_xinyong li:hover,
#page_renzheng li:hover {
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}

#page_xinyong li.xl-jumpText,
#page_renzheng li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#page_xinyong li.xl-jumpText:hover,
#page_renzheng li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#page_xinyong li.xl-jumpButton,
#page_renzheng li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.renzhengxinxi {
    /* width: 7.5rem; */
    display: inline-block;
    margin-top: 0.25rem;
    height: .75rem;
}

.fazhengjigou {
    /* width: 7.5rem; */
    margin-top: 0.25rem;
    display: inline-block;
    height: .75rem;
}

.control {
    width: 50px;
    height: 52px;
    position: fixed;
    cursor: pointer;
    right: 20px;
}

.fangda {
    bottom: 90px;
    background: url(../zhonghong/images/icon/fangda.png) 0 0 no-repeat;
}

.suoxiao {
    bottom: 30px;
    background: url(../zhonghong/images/icon/suoxiaounable.png) 0 0 no-repeat;
}

.zhengshu ul li .content .btn_li_1 {
    margin-right: 0.375rem;
    margin-left: 2.8rem;
}

.zhengshu ul li .content .btn_li_2 {
    margin-left: 0.375rem;
}