﻿

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,body{
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
    -webkit-text-size-adjust: none;
}
/**头部标题样式*/
/*
header {
	color: #FFF;
	font-family: 'KaiTi','KaiTi_GB2312';  
	font-size: 24px;
	font-weight: 900;
	line-height: 50px;
	text-align: center;
    border: none!important;
}
**/
/**头部标题栏颜色样式*/
/* .red {
	background-color: #D9383D;
}
.blue{
	background-color: #0e86e7;
}
.green{
	background-color: #219c7c;
}
.change-red{
	background: -webkit-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: -o-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: -moz-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: linear-gradient(to bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	border-bottom: 1px solid #390000;
} */
#main {
	position: absolute;
    top: 10px;
    bottom: 40px;
	width: 100%;
	padding: 0 10px;
    overflow: auto;
	/*padding-top: 50px; 去掉头部前的中间模块样式*/
    -webkit-overflow-scrolling: touch;
}
#main img{
	width: 100%;
}

#scroller{
	margin: 0px;
	padding: 5px;
	border: 1px solid #cad0ce;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
    background-color: #FFF;
}
footer ul {
	list-style: none;
    padding: 0;
    width: 100%;
    height: 40px;
}
footer li {
    width: 33.3%;
    float: left;
    line-height: 40px;
    margin-left: 0!important;
}
footer a{
    display: block;
    width: 100%;
    height: 40px;
	padding-left: 50px;
    color: #333!important;
    font-size: 14px;
	text-decoration: none!important;
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
#page-btn {
	background-image: url('../image5/page.png');
}
#catalog-btn {
	background-image: url('../image5/catalog.png');
}
#date-btn {
	background-image: url('../image5/history.png');
}
#usercenter-btn {
	background-image: url('../image5/usercenter.png');
}
#readPaper-btn {
	background-image: url('../image5/readPaper.png');
}
/**目录*/
#catalog {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#catalog ul{
    width: 100%;
	list-style: none;
    padding-bottom: 40px;
}
#catalog li {
	width: 100%;
	height: 45px;
	font-size: 12px;
}
#catalog a {
	display: block;
	width: 100%;
	padding: 0 30px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 44px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
#catalog #caption{
	padding: 0 25px;
    font-weight: 500;
	font-size: 18px;
	line-height: 43px;
    background-color: #EEE;
	border-top: 1px solid #CCC;   
}
#catalog a.on{
    color: #FFF;
    background-color: #D9383D;
}
/**版面1*/
#page-1 {
	position: fixed;
	top: 0;
    left: -220px;
    bottom: 40px;
	width: 220px;
    background-color: #ccc;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#page-1 ul{
    width: 100%;
	list-style: none;
    padding: 10px 0;
}
#page-1 li {
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	display: block;
    white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
#page-1 a  {
	color: #333;
	margin-left: 20px;
	text-decoration: none;
}
/**版面2*/
#page-2 {
	position: fixed;
	bottom: -160px;
	left: 50%;
	width: 288px;
	height: 200px;
    margin-left: -144px;
	background-color: #FFF;
	border: 1px solid #D9383D;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#page-2 ul{
    width: 100%;
	list-style: none;
    padding: 10px;
}
#page-2 li {
	width: 14.2%;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
    padding: 0 5px;
    float: left;
}
#page-2 a {
	display: block;
	width: 30px;
	height: 30px;
    line-height: 30px;
	padding: 0 4px;
    margin: 3px 4px;
    float: left;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
/**版面3*/
#page-3 {
	position: fixed;
	bottom: -180px;
	left: 50%;
	width: 288px;
	height: 220px;
	margin-left: -144px;
	background-color: #FFF;
	border: 1px solid #D9383D;
    -webkit-overflow-scrolling: touch;
}
#page-3 ul{
    width: 100%;
	list-style: none;
    padding: 20px 15px 0 15px;
}
#page-3 li {
	width: 45%;
    height: 210px;
    margin: 0 2.5%;
    float: left;
}
#page-3 a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-decoration: none;
    border: 1px solid #999;
    border-radius: 3px;
}
#page-3 a  span{
    position: absolute;
    display: block;
    width: 100%;
    bottom: -36px;
    color: #333;
	font-size: 12px;
    line-height: 35px;
    text-align: center;
}
/**蒙板样式*/
#mask {
	display: none;
	position: fixed;;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
/**日期插件样式修改*/
.form_date {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -144px;
	width: 288px;
	height: 60px;
	z-index:-20;
    border: 1px solid #FFF;
}
.datetimepicker {
	padding: 10px;
}
.table-condensed tbody>tr>td {
	padding: 8px 12px;

}
.datetimepicker-days  td.active {
	background-color: #D9383D!important;
	background-image: none!important;
}





/* 分享海报 */
/* @media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    .synthPage { font-size: 703%; }
}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    .synthPage { font-size: 732.4%; }
}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    .synthPage { font-size: 750%; }
}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    .synthPage { font-size: 781.25%; }
}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){
    .synthPage { font-size: 808.6%; }
}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){
    .synthPage { font-size: 843.75%; }
} */
.sharePaperImg{
	color: transparent;
	position: fixed;
	background: url('../image5/loadBtn.png')no-repeat center / 100px;
    bottom: 60px;
    right: 0px;
	padding: 6px 15px;
	width: 100px;
    /* border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; */
    cursor: pointer;
}
.synthPage{
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    z-index: 9999;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
    display: none;
}
.synthPage.active{
    display: block;
    overflow: auto;
}
/* .synthPage .contentBox{
	width: 100%;
	height: 100%;
	border:3px solid #e60012;
} */
.synthPage .closeBtn{
    text-align: right;
    padding-bottom: 10px;
}
.synthPage .closeBtn i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../image5/guanbi.png') no-repeat center / 15px 15px;
    cursor: pointer;
}
#sourceHtml{
	/*width: 100%;
	height: 100%;
    padding: 20px 10px;
	background: url('../image5/bg.png') repeat center / 100% 100%;
	margin-left:-100%;
	 transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8); */
}
#synthImg {
	display: none;
	transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    /* border:1px solid red; */
}
#synthImg img{
    width:auto;
	max-width: 100%;
}
#synthWrap{
    width:100%;
    height: 100%;
	/*border:3px solid #e60012;*/
    background-color: transparent;
    position: relative;
	box-sizing:border-box;
}
#synthWrap .topLogo{
	width: auto;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
    display: block;
    /*float: right;*/
}
#synthWrap .paperContent{
	position: relative;
	display: inline-block;
	padding:0 91px;
	z-index: 99;
    width:100%;
	height: auto;
}
#synthWrap img.synthPaper{
    width:calc(100% - 120px);
    height: auto;
    max-width: 100%;
    max-height:100%;
    margin: 0 auto;
    display: block;
	
}
#synthWrap .imgBottom1{
    width: calc(100% + 23px);
	height: calc(100% - 90px);
	background: url('../image5/paperBg1.png')no-repeat center / 100% 100%;
    /* background-color: rgba(244,244,244,1);
    box-shadow: 0px 4px 21px 3px rgba(195, 187, 187, 0.5);
    border-radius: 4px;
    border: 1px solid rgba(195, 187, 187, 0.3); */
    position: absolute;
    top: 45px;
    left: 0px;
    box-sizing: border-box;
    z-index: -3;

}
#synthWrap .imgBottom2{
    width: calc(100% - 45px);
    height: calc(100% - 45px);
	background: url('../image5/paperBg2.png')no-repeat center / 100% 100%;
    /* background-color: rgba(244,244,244,1);
    box-shadow: 0px 4px 21px 3px rgba(195, 187, 187, 0.5);
    border-radius: 4px;
    border: 1px solid rgba(195, 187, 187, 0.3); */
    position: absolute;
    top: 23px;
    left: 32px;
    box-sizing: border-box;
    z-index: -2;

}
#synthWrap .imgBottom3{
    
    box-shadow: 3px 2px 8px 3px rgb(119 115 115 / 40%);
    border-radius: 45px;
    border: 1px solid rgba(195, 187, 187, 0.3);
    padding: 23px;
    background: #fff;
    
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -3px;
}
#synthWrap .footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    height: 519px;
    box-sizing: border-box;
    font-size: 0;
    /* position: absolute;
    bottom: 0;
    left: 15px; */
}
#synthWrap .footer>div{
    vertical-align: middle;
    display: inline-block;
}
#synthWrap .footer .left{
	padding-left:66px;
}
#synthWrap .footer .center{
    flex-grow: 1;
    padding-right: 38px;
    text-align: right;
    margin-top:46px;
}
#synthWrap .footer .center p{
    margin:0;
}
#synthWrap .footer .left img{
    width:auto;
    height: auto;
    max-width: 100%;
    max-height:50px;

}
#synthWrap .footer .left p{
    margin:0;

}
#synthWrap .footer .right{
    width: 364px;
    height: 364px;
	text-align: left;
	/*padding-left: 50px;*/
	position: relative;
    padding-right: 45px;
    box-sizing: content-box;
    margin-top: 4px;
}
#synthWrap .footer .right img{
    display: inline-block;
    width: 10px;
	vertical-align: baseline;
	position: absolute;
    left: 55px;
    bottom: 0;
}
#qrcode{
    display: inline-block;
    vertical-align: bottom;
    /* width: 100px; */
	/* height: 100px; */
	transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7); 
    margin-top: -28px;
    margin-left: -26px;
    padding: 3px;
}
#synthWrap .footer .right .codeBg{
	background: url(../image5/codeBox.png) no-repeat center / 364px 364px;
    width: 364px;
    height: 364px;
    position: absolute;
}
#synthWrap .footer .right #qrcode{
	position: absolute;
}
#synthWrap .footer .right #qrcode table{
	width:400px !important;
	height:400px !important;
	/* box-shadow: 4px 2px 7px 1px rgb(10 10 10 / 40%); */
    /* transform: scale(0.56, 0.56); */
    /* -webkit-transform: scale(0.56, 0.56); */
    /* -moz-transform: scale(0.56, 0.56); */
    /* -o-transform: scale(0.56, 0.56);  */
    /* margin-top: -20px; */
    /* margin-left: -20px; */
}
.tipsBtn{
    display: block;
    width:100px;
    height:40px;
    background: url('../image5/saveBtn1.png') no-repeat center / 100px 40px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-115%);
}
.synthmask{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
}
.synthmask img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-115%);
}

.loadTips{
	margin-top: -14%;
    font-size: 14px;
    color: #fff;
    text-align: left;
    z-index: 99;
    padding-left: 10%;
}
.loadTips img{
	width: 20px;
    height: 20px;
    margin-right: 30px;
}