body,html {
	margin:0;
	padding:0;
	font-size: 14px;
}
a,a:hover,a:focus {
	text-decoration:none;
	outline:none;
	color: inherit;
	background: none;
}
a,a:hover,a:focus {
	color:#000;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img {
	vertical-align:top;
	outline:none;
	height:auto;
}
a img {
	border:none;
	border-style:none;
}
*:focus {
	outline:none;
}
a,input,button {
	outline:none;
}
::-moz-focus-inner {
	border:0px;
}
div,form,img,ul,ol,li,dl,dt,dd,p {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
*{
	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight:500;
}
.margin5 {
	margin:5px;
}
.paddingtop10{
	margin-top:10px;
}
.margin-bottom10 {
	margin-bottom:10px;
}
.display-inline-block{
	width: 100%;
	display: inline-block;
}
.font14{
	font-size: 14px;
}
.font30{
	font-size: 30px!important;
}
.font20{
	font-size: 24px!important;
}
.width18{
	width: 18px;
}
.text-align-right{
	text-align: right;
}
.grayBg{
	background: #F8FAFB;
}
.labelWidth80{
	width: 80px;
}
.labelLeft80{
	margin-left: 80px;
}
.labelLeft80{
	margin-left: 80px;
}
.labelWidth100{
	width: 100px;
}
.labelLeft100{
	margin-left: 100px;
}
.labelright00{
	margin-right: 100px;
}
.text-align-R{
	text-align: right;
}
.padding40{
	padding: 40px;
}
.padding65{
	padding: 0 65px;
}
.paddingTD24{
	padding: 0 24px;
}
.paddingTD10{
	padding: 0 10px;
}
.marginR10{
	margin-right: 10px;
}
.marginL10{
	margin-left: 10px;
}
.width110{
	width: 110px;
	height: 32px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.imgt{
	width:120px;
	height:200px;
	border:1px dashed #ccc;
	float:left;
	margin:0 10px 10px 0;
}
.imgt img{
	width: 100%;
	height:100%;
}
/*伸缩布局*/
/*父级标签*/
.display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.justify-content{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-center{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-space-around {
    justify-content: space-around;
}
.padding-top150{
	padding-top: 150px;
}
/*宽度自适应*/
.justify-width{
	box-sizing: border-box;
	display: block;
	flex: 1;
	flex-basis: auto;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.WhiteBg{
	background: #FFFFFF;
}
.width90{
	width: 90%;
	margin: auto;
}
.marginAuto{
	margin: auto;
}
.line-height40{
	line-height: 40px;
}
.margintb50{
	margin-top: 50px;
	margin-bottom: 50px;
}
/*后台顶部*/
.TubeTop{
	height: 56px;
	padding: 0 20px;
	border-bottom: 1px solid #F2F2F2;
}
.TubeTopLeft{
	/*font-size: 22px;*/
	color: #000000;
	display: table;
	width:165px;
	line-height: 30px;
}
.TubeTopLeft img{
	height: 30px;
}
.TubeTopLeft span{
    margin-left: 8px;
}
.newImgBg{
	float: left;
	position: relative;
	margin-right: 25px;
}
.newImgBg img{
	margin-top: 8px;
	cursor: pointer;
}
.icon-yuantishi{
	width: 8px;
	height: 8px;
	background: #FF0000;
	display: inline-block;
	position: absolute;
	bottom: 24px;
	left: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.heardImg{
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.TubeCenter{
	width: 100%;
	text-align: left;
	position: relative;
}
.TCTitle{
	width: 100px;
	height: 76px;
	cursor: pointer;
	padding-left:20px;
}
.TCImg{
	font-size: 24px!important;
	margin-left: 14px;
}
.TCjiao{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.TCTitleMain{
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 99;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	min-width: 680px;
	padding: 14px 14px 24px;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);

}
.TCTitleMain ul{
	width: 100%;
}
.TCTitleMain ul li{
	width: 25%;
	float: left;
	font-size: 14px;
	padding: 0;
}
.TCTitleMain ul li a{
	padding: 10px;
	display: block;
}
.TCTitleMain ul li a:hover{
	background:#28b28b;
	color: #fff;
}
.TcTm{
	font-size: 16px;
	font-weight: bold;
}
.TCjiao2{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.TCTitleMain:hover{
	display: inline-block;
}
.BtYouBg{
	float: left;
	margin: 0 10px 0 10px;
	position: relative;
}
.BtYouMain{
	position: absolute;
	right:-20px;
	top: 56px;
	z-index: 99;
	max-height: 0;
	overflow: hidden;
	background: #FFFFFF;
	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.BtYouBg:hover .BtYouMain{
	max-height: 600px;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.BtYou{
	height: 56px;
	cursor: pointer;
}
.jiantouYou{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
}
.BtYouBg:hover .BtYou>.jiantouYou.iconfont.icon--_fanhui{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.BtYouUl{
	width: 100%;
	display: inline-block;
}
.BtYouUl li a{
	min-width: 120px;
	display: inline-block;
	padding: 10px;
}
.BtYouUl li a:hover{
	background: #28b28b;
	color: #FFFFFF;
}
/*左侧导航框架*/
.TubeLeft{
	width: 204px;
	float: left;
	border-right: 1px solid #F2F2F2;
	overflow-y:auto;
}
.TubeCT{
	width: 162px;
	float: left;
	border-right: 1px solid #F2F2F2;
	overflow-y:auto;
}
.openLeft{
	display: none;
}
/*后台内容框架*/
.TubeRightMain{
	overflow-y:auto;
	position: relative;
}
.WhiteColorBg{
	background: #FFFFFF;
}
.RightMHeight{
	margin: 10px 0;
}
.borderF2{
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.TAPhone{
}

/*自定义滚动条*/
.test-1 {
	overflow: auto;
}
.test-1::-webkit-scrollbar {
	width: 6px;
	height: 0;
}
.test-1::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	background: #28b28b;
}

/*左侧导航内容*/
.TubeLeftMain{
	width: 100%;
	display: inline-block;
	border: none;
	background: none;
	font-size: 16px;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
}
.Left-menu-item{
	display: table;
	width: 100%;
	font-size: 14px;
    color: #303133;
    cursor: pointer;
    border: 0;
    margin: 0;
    height: 53px;
    line-height: 53px;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    box-sizing: border-box;
}
.Left-menu-item:hover{
	background: transparent;
}
.Left-menu-item a{
	display: block;
    padding: 0 20px;
}
.Left-menu-item.is-active{
	background: #28b28b;
	color: #FFFFFF;
}
.Left-menu-item.is-active a{
	background: #28b28b;
	color: #FFFFFF;
}
.Left-menu-item i{
	padding: 4px;
}

/*右侧*/
.margin30{
	margin: 30px auto;
	background: #fff;
	border: 1px solid #F2F2F2;
}
.FAmain{
	padding: 40px;
}
.FAFormBg{
	padding-left: 160px;
}
.FAForm{
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}
.FAvatar{
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #F2F2F2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.MemWord{
	width: 150px;
	float: left;
}
.MemBtn {
    width: 80px;
    height: 36px;
    color: #fff;
    background: #28b28b;
    cursor: pointer;
    outline: none;
    border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.FAForm-label {
	color: #000000;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align:right;
}
.FAForm-content{
	line-height: 40px;
    position: relative;
    font-size: 14px;
}
/*充值*/
.tab-bd ul{
	display: none;
}
.RemainTop{
	width: 100%;
	display: table;
    border-bottom: 1px solid #F2F2F2;
}
.RemainTop li{
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	float: left;
	color: #000000;
	cursor: pointer;
}
.RemainTop li.active{
	color: #28b28b;
    font-weight: bold;
	border-bottom: 2px solid #28b28b;
}
.FAInput{
	border: 1px solid #ccc;
	padding: 8px;
}
.RePayBtn{
	width: 180px;
	height: 60px;
	text-align: center;
	float: left;
	margin-left: 0;
	padding-left: 24px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-bottom: 12px;
}
.RePayBtn i{
	font-size: 30px;
	margin-right: 14px;
}
.RePayBtnOn{
	border: 2px solid #28b28b;
}
/*点卡*/
table.diankaTable{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	margin-top:1px;
}
table.diankaTable tr th{
	height: 30px;
	background: #F2F2F2;
}
table.diankaTable tr th.width110{
	width: 110px;
}
table.diankaTable tr td{
	text-align: center;
	padding: 6px 10px;
	border: 1px solid #F2F2F2;
}

table.diankaTable tr td:first-child{
	border-left: none;
}

table.diankaTable tr td:last-child{
	border-right: none;
}
table.diankaTable tr td.text-AL{
	text-align: left;
}
table.diankaTable tr td span{
	display: block;
    min-height: 32px;
    padding: 8px 0;
}
.CzBtn{
	width: 72px;
	height: 32px;
	background: #169BD5;
	color: #FFFFFF;
	outline: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.diankaPoint{
	padding: 12px 12px 0;
}
/*功能模块*/
.FutTitle{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 20px;
}
.FutMainBg{
	width: 100%;
	display: inline-block;
}
.FutMain{
	float: left;
    width: 238px;
    height: 60px;
    margin-right: 24px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.FutMainLeft{
	width: 80px;
	height:60px;
	float: left;
	color: #FFFFFF;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.FutMainLeft1{
	background: #81D3F8;
}
.FutMainLeft2{
	background: #EC808D;
}
.FutMainLeft3{
	background: #02A7F0;
}
.FutMainLeft4{
	background: #28b28b;
}
.FutMainLeftBg{
	width: 40px;
	height: 40px;
}
.FutMainLeft i{
	padding: 4px;
}
.FutMainRight{
	margin-left: 12px;
}
/*功能模块-第一次*/
.FutFt{
	width: 460px;
	margin: 150px 20px 20px 150px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	display: inline-block;
}
.FutFtTop{
	height: 40px;
	padding: 0 18px;
}
.FutFtTop{
	cursor: pointer;
}
.FutFtDown{
	padding: 0px 20px 16px 20px;
}

.FutFtDown p{
	padding: 4px 0;
}
/*左侧第二导航*/
.TubeCTTop{
	font-size: 14px;
	height: 56px;
	line-height:56px;
	padding: 0 20px;
	border-bottom: 1px solid #F2F2F2;
}
.LeftCT-item{
	font-size: 14px;
    color: #303133;
    border: 0;
    margin: 0;
    line-height: 28px;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    box-sizing: border-box;
}
.LeftCT-item:hover{
	background: transparent;
}
.LeftCT-item i{
	margin-left:-26px;
}
.LeftCT-right{
	float:right;
	margin-right:10px;
}
.LeftCT-transform90{
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.LeftCT-transform270{
	transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.LeftCTli{
	padding-left: 28px;
}
.LeftCT-item p{
    padding: 10px 0 10px 36px;
}
.LeftCTliOn,.LeftCTliOn a{
	color: #28b28b;
	font-weight: bold;
    background: #F8FAFB;
}
/*回收站*/
.ListPTop{
	height: 56px;
}
.ListPInput{
    width: 288px;
    height: 32px;
    padding: 0 6px;
    background-color: #FFFFFF;
	color: #999999;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
input::-webkit-input-placeholder{
	color: #999;
}
.ListPBtn{
    width: 79px;
    height: 32px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.colorLan{
	background: #81D3F8;
}
.colorRed{
	background: #EC808D;
}
.colorLv{
	background: #28b28b;
}
.colorBlue{
	background: #02A7F0;
}
.ListPDown{
	background: #FFFFFF;
	position: relative;
	margin-bottom:10px;

    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.ListPDownT{
	padding: 12px;
}
.ListNewBg{
	position: relative;
	padding: 12px 12px 12px 24px;
}
.ListPQr{
	width: 98px;
	height: 98px;
	position: relative;
	margin:0 18px 0 10px;
}
.ListPQr img{
	width: 90px;
	height: 90px;
}
.ListPQrPWord{
	position: absolute;
	top: 30px;
	text-align: center;
	width: 100%;
	font-size: 18px;
    font-weight: bold;
}
.ListPQrc{
    border: 1px solid #F2F2F2;
}
.ListPCenter{
	width: 100%;
	min-height: 60px;
	text-align: left;
	font-size: 14px;
}
.FuzhiBtn{
    width: 80px;
    height: 32px;
    margin-top: 14px;
    border: 1px solid #F2F2F2;
    background: #FFFFFF;
    border-radius: 0px;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ListPDownD{
	min-height: 50px;
	padding: 0 12px;
	border-top: 1px solid #F2F2F2;
}
.YuMingChi{

}
.YuMingChi a{
	margin-left: 12px;
}
.font18{
	font-size: 18px;
}
.font-weight-bold{
	font-weight: bold;
}
.ListDeleteBtn{
	width: 53px;
    height: 25px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.colorCheng{
    background-color: #FF6600;
}

/*弹出框**编辑*/
.BianJiBg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.5);
}
.BianJi{
	display: table;
	width: 460px;
	max-width: 100%;
	margin: 14px;
	background: #FFFFFF;

    -webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
/*下拉开始*/
.FASelectBg{
	position: relative;
    background: #FFFFFF;
    height: 34px;
}
.FASelect{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	line-height: 27px;
    cursor: pointer;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
	color: #999999;
    margin: 0;
    padding: 0 18px 0 8px;
    z-index: 9;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
.FASelectBg:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #D8D8D8;
    position: absolute;
    right: 8px;
    top: 14px;
}
/*下拉结束*/
.hide {
    display: none;
}
.text-align-center{
	text-align: center;
}

/*记录列表*/
.width-fl200{
	width: 200px;
	float: left;
}
.width-fl80{
	width: 80px;
	float: left;
}
table.jiluTable{
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
table.jiluTable tr th{
	height: 30px;
	background: #F2F2F2;
}
table.jiluTable tr th.width110{
	width: 110px;
}
table.jiluTable tr td{
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #D7D7D7;
}
table.jiluTable tr td.text-AL{
	text-align: left;
}
table.jiluTable tr td span{
	display: block;
    min-height: 32px;
    padding: 8px 0;
}
/*分页*/
.positionRelative{
	position: relative;
}
.pageBg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
    font-size: 12px;
}
.pageMain{
	width: 100%;
	display: inline-block;
}
.pageMain li{
	float: left;
	margin: 2px 4px;
}
.pageMain li a{
	padding: 0 12px;
	line-height: 30px;
	text-align: center;
	display: block;
}
.pageMainOn a{
	background: #28b28b;
	color: #FFFFFF;
}
.pageMain li span{
	padding: 0 12px;
	line-height: 30px;
	text-align: center;
	display: block;
}
.pageMainOn span{
	background: #28b28b;
	color: #FFFFFF;
}
.padding-bottom66{
	padding-bottom: 66px;
}
/*统计*/
.Dfl{
	min-width: 130px;
	text-align: center;
	padding: 20px 0;
}
.DflTop{
	margin-bottom: 20px;
}
.margin-bottom24{
	margin-bottom: 24px;
}
.margin-bottom10{
	margin-bottom: 10px;
}
#echarts1{
	width: 100%;
	min-height:400px;
}
#echarts2,#echarts3{
	width: 100%;
	min-height: 400px;
}
#echarts4,#echarts5{
	width: 100%;
	min-height: 400px;
}
.echartsTishi{
	width: 40px;
    height: 20px;
    margin: 0 12px 12px 24px;
}
.echartsTishi-red{
	 background-color: rgba(217, 0, 27, 1);
}
.echartsTishi-lan{
	background-color: rgba(128, 128, 255, 1);
}
.TjMLeft{
	width: 50%;
	padding-right:5px;
}
.TjMRight{
	width: 50%;
	padding-left: 5px;
}

/*表单单页*/
.labelWidth100{
	width: 100px;
}
.labelLeft100{
	margin-left: 110px;
}
.PublicForm-label {
	text-align: right;
	color: #000000;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    line-height: 34px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.PublicForm-content{
	line-height: 34px;
    position: relative;
    font-size: 14px;
}
.PublicForm-Input{
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0 6px;
	border:1px solid #ccc;
}
.PublicForm-Textarea{
	width: 100%;
	height: 70px;
	line-height: 20px;
	padding: 0 6px;
	border:1px solid #ccc;
}

/*多选*/
.regular-checkbox-bg{
	display: block;
    float: left;
    margin-right: 12px;
}
.regular-checkbox-main{
	display: block;
	float: left;
	margin-right: 4px;
	cursor: pointer;
}
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	padding-left: 28px;
	float: left;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:before {
	content: '';
	width: 20px;
	height: 20px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #cccc;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.regular-checkbox:checked + label:before {
	content: '';
	width: 20px;
	height: 20px;
	float: left;
	background-color: #28b28b;
	border: 1px solid #28b28b;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 5px;
	color: #FFFFFF;
}

/*单选*/
.regular-radio-main{
	display: block;
    float: left;
    margin-right: 12px;
}
.regular-radio {
	display: none;
}
.regular-radio + label {
	padding-left: 30px;
	display: inline-block;
	position: relative;
}
.regular-radio + label:before {
	content: '';
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 11px;
	background: #28b28b;
	text-shadow: 0px;
	left: 5px;
	font-size: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

/*图片上传*/
#preview{
	width:200px;
	height:200px;
	border:1px dashed #ccc;
}
#preview img{
	width: 100%;
	height:100%;
}

.UploadPreviewBg{
	float: left;
	position: relative;
	width: 80px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	margin-top: 12px;
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.UploadPreview{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}
.UploadPWord{
	float: left;
	height: 34px;
	line-height: 32px;
	margin-top: 12px;
	margin-left: 12px;
	color: #888888;
}
/*开关样式*/
.ui-switch {
    position: relative;
    font-size: 14px;
    width: 40px;
    display: inline-block;
    float: left;
}
.ui-switch input {
    width: 100%;
    height: 20px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-appearance: none;
    outline: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.ui-switch input:checked{
    background: #28b28b;
}
.ui-switch input:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: left .2s;
    transition: left .2s;
}
.ui-switch input:checked:after {
	left: 50%;
	right: 0;
	margin-left: 1px;
}
.ui-switch input:before {

    width: 50%;
    height: 16px;
    line-height: 16px;
    left: 50%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.ui-switch input:checked:before {
	width: 50%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	left: 0;
}

/*消息页面*/
.NewRed{
	position: absolute;
	top: 18px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: red;
}
.NewRiqi{
	margin-top: 10px;
	font-size: 12px;
}
.NewRight{
	min-width: 130px;
}

.imgStyle {
	width:400px;
	height:250px;
}

.modalContentS{
	width:1500px;
	margin-left:-40%;
}
