﻿/* CSS Document */
* {
	box-sizing:border-box;
}

h1, h3, p, dl, dt, dd, textarea {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	max-width: 50em;
	margin: 0 auto;
	padding: 0;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

img {
	max-width: 100%;
}

a, button, div {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a:active {
	opacity: .5;
}

select, button, input, textarea {
	-webkit-appearance: none;
	padding-left: 10px;
	padding-right: 10px;
}

textarea {
	padding-top: 5px;
	border-bottom: 5px;
}

select, button {
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	height: 3rem;
}

button {
	font-size: 1.3rem;
}

button[disabled] {
	opacity: .4;
}

.bg01 {
	background-color: #f0f0f0;
}

.MainContent {
	flex: 1;
    -webkit-box-flex: 1;
	color: #333;
	margin-bottom: 50px;
}
/* 以下是公共皮肤库颜色表：在需要的颜色的元素上引用该样式，如果新增了 颜色表，skin文件夹下的也要同步修改 */
.bg-color{
	background-color: #009ff0!important;
}
.bg-color-active:active {
	background-color: rgb(0, 142, 215)!important;
}
.bd-color{
	border-color: #009ff0!important;
}
.bd-base-color{
	border-color: #ddd!important;
}
.word-color{
	color: #009ff0!important;
}
.radio-pitch-on-color{
	border: 1px solid #009ff0!important;
	color: #009ff0!important;
	background-color: #d9eef9!important;
}

/********** 通用模块，开始 *********/

/*下划线，实线*/
.FormContent .FormList,
.IndexList,
.IndexList .ListContent,
.ListBox,
.ListBox .ListRow,
.BranchBox dl dt,
.MainContent .AddBtn {
	border-bottom: 1px solid #ddd;/*20190103*/
}


/*深色按钮*/
.BtnOne,
.BranchBox dl dt .MapBtn {
	border-color: rgba(0, 0, 0, 0.1);
    	background-color: rgb(0, 159, 240);
	color: #fff;
}/*20190103*/

.BtnOne:active,
.BranchBox dl dt .MapBtn {
	background-color: rgb(0, 142, 215);
	color: #ddd;
}/*20190103*/

/*浅色按钮*/
.BtnTwo {
	flex: 1;
    -webkit-box-flex: 1;
	border: 1px solid #009ff0;
    	background-color: #fff;
	color: #009ff0;
}/*20190103*/



.BtnTwo:active {
	opacity: .5;
}/*20190103*/

/********** 通用模块，结束 *********/

/********** 用户中心 *********/
.UserContent .PayInfo{
	background: url(../img/enterprise/person-top-bg.png?time=20190213) left bottom no-repeat, #009ff0;
	background-size: 100% 100%;
	padding: 20px 10px;
}

.PayInfo .ChoseInfo {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	position: relative;
	height: 40px;
}

.ChoseInfo .ChoseNum {
	position: absolute;
	line-height: 40px;
	align-self: flex-end;
	font-size: 13px !important;
	color: #eee;
	right: 20px;
	z-index: 9999;
}

.ChoseInfo .ChoseUser {
	border-color: rgba(0, 0, 0, 0.1);
    /*border: 1px solid #fff;*/
	background-color: rgba(255, 255, 255, 0.2);	
	font-size: 15px !important;
	color: #FFF;
	z-index: 99999;
}

.PayInfo .WaterPay {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	/*justify-content: center;*/
	text-align: center;
	padding: 0 !important;
}

.PayInfo .WaterPay span {
	padding-bottom: 30px;
}

.PayInfo .WaterPay .PayText {
	color: #dddddd;
	font-size: 16px;
}

.PayInfo .WaterPay .Pay {
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
}

.PayInfo .WaterPay .PayBtn {
	width: 60%;
	height: 40px;
	margin: 0 auto;
	border-color: rgb(0, 159, 240);
	background-color: rgba(255, 255, 255, 0.9);
	color: #009ff0;
	font-size: 17px;
}

.PayInfo .WaterPay .PayBtn:active {
	opacity: .8;
}

.UserInfo {
	display: flex;
	display: -webkit-flex;
	height: 3.75rem;
	background-color: #fff;
}

.UserInfo a {
	flex: 1 1 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #333;
}

.UserInfo a + a {
	border-left: 1px solid #dddddd;
}

.UserInfo a .UserInfo-icon {
	padding-right: 5px;
	width: 1.5rem;
}

/*菜单部分*/
.MenuContent {
	margin-top: 5px;
	padding:16px 0;
	background-color: #fff;
}

.MenuContent .Nav {
	padding: 15px 10px;
}

.MenuContent span{
	font-size: 1rem;
	color: #666;
	width: 5em;
	height: 3em;
	line-height: 2.8em;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 0 auto;
	padding-left: 1.2em;
	background:url(../img/enterprise/person-icon-water.png?time=20190213) no-repeat center;
	background-size: 90%, auto;
}

.WaterMenu {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.WaterMenu a {
	margin-top: 20px;
	color: #333;
	display: flex;
	display: -webkit-flex;
	width: 33.33333333%;
	flex-direction: column;
	align-items: center;
}

/*.WaterMenu a:active {
	opacity: .5;
}*/

.WaterMenu a img {
	width: 2rem;
}
.WaterMenu a label {
	padding-top: 10px;
}


/********** 企业登录 *********/
.LoginTop {
	height: auto;
	background: url(../img/enterprise/top-bg.jpg?time=20190213), #009ff0;
	background-size: 100% 100%;
	padding: 15px 20px;
}

.LoginTop label {
	color: #fff;
	font-size: 1rem;
}

.LoginTop .LoginTopBottom {
	margin-top: 4.4rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.TopTitle {
	width: 7.3rem;
}

.TopIcon {
	width: 4rem;
}

.TopRight {
	margin-left: auto;
}

/*表单*/
.FormContent {
	padding: 0 10px;
	background-color: #fff;
}

.FormContent .FormList {
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.FormList label {
	color: #666;
	font-size: .95rem;
	padding-bottom: 10px;
}

.FormList label em {
	color: #999;
	font-size: .8rem;
	font-style: normal;
	padding-left: 5px;
}

.FormList input {
	color: #333;
	font-size: 1.05rem;
	border: none;
	line-height: 1.8rem;
	text-align: center;
}

.MainContent .FormContent .FormBtn {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
}

.BtnOne {
	flex: 1;
    -webkit-box-flex: 1;
}


/********** 企业主页 *********/
.IndexTop {
	height: auto;
	background-color: #009ff0;
	padding: 10px 20px;
}

.IndexTop label {
	color: #eee;
	font-size: 1rem;
}

.IndexTop .TopInfo {
	margin: 20px 0 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.TopInfo .UserHead img {
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	border: 2px solid;
	border-color: rgba(255, 255, 255, 0.4);
}

.TopInfo .UserName {
	color: #fff;
	padding-left: 5px;
	font-size: 1.3rem;
}

.TopInfo .TopRight {
	margin-left: auto;
}

.TopInfo .OutBtn {
	height: 2rem;
	width: 4rem;
	font-size: .9rem;
	color: #ddd;
	border-color: rgba(102, 102, 102, 0.5);
    background-color: rgba(0, 0, 0, 0.3);	
}

.OutBtn:active {
	opacity: .5;
}

.IndexList {
	padding: 0 10px;
	background: #fff;
}

.IndexList a:active {
	border-bottom: 1px solid #bbb;
}

.IndexList .ListContent {
	padding: 15px 10px 14px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #333;
}

.IndexList .ListContent:last-child {
	border-bottom: none;
}

.ListContent .ListImg img{
	width: 2.7rem;
}

.ListContent .ListName {
	font-size: 1.1rem;
	padding-left: 15px;
	padding-right: 5px;
}

.ListContent .ListPrompt {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	background-color: red;
	text-align: center;
	color: #fff;
	font-size: .7rem;
}

.ListContent .ListRight {
	margin-left: auto;
}

.ListRight img {
	width: .7rem;
}
/********* 企业主页-统计数据  ******/
.numcount{
	width: 100%;
	display: flex; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	border-bottom: 5px solid #f5f5f5; 
	padding-bottom: 20px;
}
.numcount .independent {
	width: 50%; 
	height: 60px; 
}
.independent-top{
	margin: 15px 0px 5px 0px;
}
.independent-top > span:first-child{
	width: 8px; 
	height: 8px; 
	vertical-align: middle;
	background: #DDD;
	display: inline-block;
	border-radius:50%;
	margin-left: 13%;
	margin-bottom: 2%;
}
.independent-top > span:last-child{
	margin-left: 5%;
}
.independent > P{
	margin-left:25%; 
	font-size: 20px;
}

/********** 企业列表页 *********/
.ListBox {
	padding: 0 10px;
}

.ListBox .ListRow {
	display: flex;
	display: -webkit-flex; 
	padding: 15px 0 12px;
	position: relative;
}

.ListBox .ListRow:last-child {
	border-bottom: none;
}

.ListRow .RowLeft {
	height: 4.7rem;
	padding: 0 10px;
	color: #fff;
	background-color: #009ff0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ListRow .NoReply {
	background-color: red;
}

.RowLeft .RowDate {
	font-size: .9rem;
	color: #eee;
}

.ListRow .RowContent {
	width: 60%;
	padding-left: 10px;
	display: flex;
	display: -webkit-flex; 
	flex-direction: column;
	justify-content: center;
	color: #999;
	font-size: .9rem;
}

.RowContent .RowTitle {
	color: #333;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.RowContent .RowInfo {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ListRow .ReplyIcon {
	position: absolute;
	top: 15px;
	right: 0;
}

.ListRow .ReplyIcon img {
	width: 5rem;
}

/*加载更多按钮*/
.MainContent .FormBtn {
	margin-top: 15px;
	text-align:center;
}

.FormBtn .LoadBtn {
	width: 7.5rem;
	height: 2rem;
	font-size: .9rem;
	color: #666;
	background-color: #fff;
	border-color: rgba(0, 0, 0,.2);
}

.LoadBtn:active {
	opacity: .5;
}

.ListRow:active {
	opacity: .5;
	border-bottom: 1px solid #bbb;
}

/********** 详细内容页 *********/
.DetailsBox {
	margin-bottom: 5px;
}

.DetailsBox .DetailsTitle {
	background-color: #009ff0;
	padding: 20px 10px;
	color: #eee;
}

.DetailsBox .DetailsTitle h1 {
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 600;
	color: #fff;
	padding-bottom: 8px;
}

.DetailsInfo {
	padding: 10px;
	background-color: #fff;
}

.DetailsInfo dl {
	padding: 10px 0px;
}

.DetailsInfo dl dt {
	font-size: .95rem;
	color: #999;
	padding-bottom: 8px;
}

.DetailsInfo dl dd {
	line-height: 1.4rem;
}

.DetailsInfo dl dd img {
	border: 2px solid #eee;
	border-radius: 4px;
	width: 4rem;
	height: 4rem;
	margin-right: 3px;
}

.DetailsBtn {
	padding: 0 10px;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex; 
}

.Bwtween {
	margin-right: 5px;
}

.ReplyInfo dl dd {
	display: flex;
	display: -webkit-flex; 
}

.ReplyInfo dl dd textarea, .ReplyInfo dl dd .ReplyPerson{
	border: 1px solid #ddd;/*20190103*/
}

.ReplyInfo dl dd textarea {
	flex: 1px;	
	height: 8rem;
	line-height: 1.4rem;
	font-size: 1rem;
	color: #333;
}

.ReplyInfo dl dd .ReplyPerson {
	flex: 1;
    -webkit-box-flex: 1;
	line-height: 1.8rem;
	font-size: 1rem;
	color: #333;
}

/********** 我的信息 *********/
.MyInfo {
	padding: 15px 20px 20px;
	text-align: center;
	background: url(../img/enterprise/top-bg01.jpg?time=20190213) top center no-repeat;
	background-size: 100% 100%;
}

.MyInfo dl dt img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 2px solid #fff;
}

.MyInfo dl dd {
	font-size: 1.1rem;
	margin-top: 10px;
}

.MyInfo dl dd.Add {
	color: #666;
	font-size: .95rem;
}

/*温馨提示*/
.Promt {
	padding: 30px 15px 0;
	color: #888;
	font-size: .95rem;
}

.Promt dl dt {
	font-size: 1rem;
	padding-bottom: 5px;
	color: #666;
}

/********** 列表页 *********/
.list-content {
	background: url(../img/list-bg.png) no-repeat;
	background-attachment: fixed;
	background-size:cover;
}
.notice-content{
	width: 95%;
	margin: 2% auto;
	margin-bottom: 15%;	
}
.FisrtList {
	border-radius:5px;
}
.hot:after {
	background-image: url(../img/icon-hot-big.png?time=20190213);
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.FisrtList .ListRow {
	height: 12.5rem;
	position: relative;
}
.FisrtList .ListRow .ListCover {
	height: 12.5rem;
	width: 100%;
	border: none;
}

.FisrtList .ListRow .ListTitle {
	width: 100%;
	padding: 15px 10px 10px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(transparent, rgba(51,51,51,.8));
	border-radius:0 0 5px 5px;
}

.FisrtList .ListRow .ListTitle h3 {
	color: #fff;
}

.ListRow .ListTitle {
	display: flex;
	display: -webkit-flex; 
	flex: 1;
    -webkit-box-flex: 1;
	flex-direction: column;
	justify-content: center;
	padding-right: 10px;
	color: #999;
	font-size: .9rem;
}

.ListTitle h3 {
	color: #333;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ListTitle .dateTime{
	float: left;
}
.ListTitle .readnum{
	float: right;
	margin-right: 3%; 
}
.ListRow .ListCover {
	width: 6.25rem;
	height: 4.8rem;
	margin-left: auto;
}

.ListCover .CoverWrap {
	width: 100%;
	height: 100%;
	background:url(../img/enterprise/list-icon.jpg?time=20190213) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
}
.radius-list {
	padding: 0 ;
	border-bottom: 0;
}
.radius-list .ListRow{
	background-color: #FFF;
	border-radius:5px;
	margin: 5px 0px;
	padding: 7px 10px;
	border: 0px;
}

/********** 营业网点 *********/
.SearchBox {
	padding: 10px;
	background-color: #fff;
}

.SearchContent {
	display: flex;
	display: -webkit-flex; 
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 10px;
}

.SearchBox .SearchContent img {
	width: 1.4rem;
}

.SearchBox .SearchContent input {
	flex: 1;
    -webkit-box-flex: 1;
	border: none;
	height: 2.2rem;
	font-size: 1rem;
	padding-left: 5px;
}

.BranchBox {
	padding: 0px 10px;
}

.BranchBox dl {
	border: 1.5px solid #ddd;
	margin-top: 5px;
	padding: 10px 10px 15px;
	border-radius: 5px;
	background-color: #fff;
}

.BranchBox dl dt {
	display: flex;
	display: -webkit-flex; 
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.BranchBox dl dt h3 {
	flex: 1px;
	color: #333;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding-right: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.BranchBox dl dt .MapBtn {
	margin-left: auto;
	height: 2rem;
	width: 5.6rem;
	font-size: .95rem;
}

.BranchBox dl dd {
	padding-top: 10px;
	display: flex;
	display: -webkit-flex; 
	font-size: 0.95rem;
	position: relative;
}

.BranchBox dl dd label {
	color: #999;
}

.BranchBox dl dd span {
	flex: 1;
    -webkit-box-flex: 1;
	padding-left: 5px;
	color: #555;
}

/*订阅停水区域*/
.Location {
	position: relative;
}

/*缴纳水费按钮背景*/
.BottomBox {
	position: fixed;
	display: flex;
	display: -webkit-flex; 
	padding: 10px;
	bottom: 0;
	height: 3rem;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 3rem;
	font-size: 1.1rem;
	z-index: 999999;
}

.BottomBox em {
	font-style: normal;
	padding-left:5px;
}

.BottomBox:active {
	background-color: rgb(0, 142, 215);
	color: #ddd;
}

/*缴纳水费按钮背景，优先级别高*/
.Location .BottomBox {
	background-color: #f9f9f9;
	height: auto;
	border-top: 1px #eee solid;
}/*20190103*/

/********** 投诉建议 **********/
.MainContent .AddBtn {
	padding: 15px;
	display: flex;
	display: -webkit-flex; 
}

.FormList textarea {	
	border: none;
	line-height: 1.8rem;
	font-size: 1.05rem;
	color: #333;
	text-align: center;
	overflow-y: hidden;
	padding-bottom: 8px;
}

/*添加图片*/
.FormAddImg {
	margin-top: 20px;
}

.FormAddImg .AddPic {
	width: 4rem;
	height: 4rem;
	border: 1px dotted #999;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.FormAddImg .AddPic:active {
	opacity: .5;
}

.AddPic span {
	font-size: 1.3rem;
	color: #666;
}

.AddPic label {
	font-size: .75rem;
	color: #999;
}


/*投诉建议已回复定位*/
.DetailsInfo {
	position: relative;
}

.DetailsInfo .ReplyIcon {
	position: absolute;
	top: -20px;
	right: 20px;
}

.DetailsInfo .ReplyIcon img {
	width: 6rem;
}

/********** 预存缴费 **********/
.InfoBox {
	background: url(../img/enterprise/prestore-icon.png?time=20190213) no-repeat, #009ff0;
	background-size: 20%, auto;
	background-position: right 0 bottom 24px, top center;
	padding: 15px 0 30px 20px;
	color: #fff;
}

.InfoBox .UserBox {
	padding: 0 20px 28px 0;
}

.UserBox address {
	font-style: normal;
	color: #eee;
	font-size: .95rem;
	padding-top: 5px;
}

.BalanceBox span{
	color: #ddd;
	font-size: .95rem;
}

.BalanceBox h1 {
	padding-top: 24px;
	padding-bottom: 15px;
	font-size: 3rem;
	font-weight: 400;
}

.RechargeBox {
	padding: 24px 15px 0;
}

.RechargeBox p {
	padding-left: 5px;
	padding-bottom: 5px;
}

.RechargeBox .MoneyBox {
	padding-top: 5px;
	display: flex;
	display: -webkit-flex; 
	flex-wrap: wrap;
}

.MoneyBox span {
	height: 3rem;
	line-height: 3rem;
	margin: 5px; 
	flex: 1 0 40%;
	text-align: center;
	background-color: #e5e5e5;
}

.MoneyBox .Selected {
	border: 1.5px solid #009ff0;
	background-color: #d9eef9;
	color: #009ff0;
	font-weight: bold;
}

.MoneyBox span:active{
	background-color: #d9eef9;
	color: #009ff0;
}

/* 层禁用 */
.MoneyBox .Disabled {
	border: 1px solid #DDD;
    background-color: #F5F5F5;
    color:#ACA899;
	pointer-events:none;
}

/*底部logo*/
.Footer {
	text-align: center;
	padding-bottom: 5px;
}

.Footer .zsy-logo {
	width: 5rem;
}

/* 新-个人中心 */
.CenterContent {
	position: relative;
}
.CenterContent label {
	font-weight: 1;
}
.PayBalance {
	line-height: 3rem;
	background-color: #FFFFFF;
    font-size: .9rem;
	border-bottom: 1px solid #dddddd;
}
.PayBalance .ChoseNum {
    position: absolute;
    right: 10px;
    color: #999999;
    margin-bottom: 0;
}
.PayBalance span {
	padding-left: 10px;
}
.comused {
    padding-bottom: 30px;
	border-bottom: 4px solid #dddddd;
    background-color: #FFFFFF;
}
.comused-box {
    display: flex;
	display: -webkit-flex; 
    flex-wrap: wrap;
}
.comused-box a {
    display: flex;
	display: -webkit-flex; 
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    width: 25%;
    font-size: 1.2rem;
    color: #000000;
}
.comused-box a img {
    width: 3.7rem;/*2019-0205*/
    padding-bottom: 5px;/*2019-0205*/
}
.comused>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    /*bottom: 5px !important;*/
}
.comused .swiper-pagination-bullet-active {
    background-color: #0099ff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
}
/********** 原pay.css代码迁移，开始 *********/
/* CSS Document */
.UserBoxPay {
	padding: 15px 10px 5px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.UserBoxPay div img {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
}

.UserBoxPay .UserInfoAddr {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	font-size: .85rem;
	padding-left: 5px;
}

.UserBoxPay .UserInfoAddr .Addr {
	font-size: .8rem;
	color: #666;
}


.swiper-container {
	width: 100%;
	height: auto;
	color: #333;
}

.gallery-top .swiper-slide {
	width: 82%;
	padding: 10px 5px;
	transition: 300;
	opacity: 0.6;
}

.swiper-container .swiper-slide-active {
	
	opacity: 1;
	
}

/*.swiper-slide-next {
	-ms-transform: scale(1, 0.8);
	-webkit-transform: scale(1, 0.8);
	transform: scale(1, 0.8);
	opacity: .6;
}

.swiper-slide-prev {
	-webkit-transform: scale(1, 0.8);
	transform: scale(1, 0.8);
	opacity: .6;
}*/

.gallery-thumbs {
	margin-top: 10px;
}

.PayBox {
	padding: 10px;
	background: url(../img/enterprise/person-top-bg.png?time=20190213) left bottom no-repeat, #009ff0;
	background-size: cover, auto;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px rgba(102, 102, 102, 0.75);
	color: #fff;
}

.PayBox time {
	font-size: .9rem;
	font-weight: bold;
}

.PayBox .WaterPay {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	/*justify-content: center;*/
	text-align: center;
}

.PayBox .WaterPay span {
	padding-bottom: 30px;
}

.PayBox .WaterPay .PayText {
	color: #eee;
	font-size: 1.1rem;
	font-weight: bold;
}

.PayBox .WaterPay .Pay {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 400;
}

.gallery-thumbs .swiper-slide {
	margin-bottom: 5px;
	position: relative;
}

.PayDetails {
	padding: 0;
}

.PayDetails dl {
	margin-bottom: 5px;
	padding: 15px 10px 5px;
	background-color: #fff;
}

.PayDetails dl dt:before {
	content: "•";
	padding-right: 5px;
}

.PayDetails dl dd {
	font-size: 1rem;
	color: #666; 
	padding: 20px 10px 10px;
	border-bottom: 1px dotted #ddd;
	display: flex;
	display: -webkit-flex;
}

.PayDetails dl dd span {
	margin-left: auto;
	padding-left: 30px;
}

.PayDetails dl dd:last-child {
	border-bottom: none;
}

.PayDetails .Detail {
	display: flex;
	display: -webkit-flex;
}

.PayDetails dl dd p {
	font-size: .9rem;
}

.PayDetails dl dd p em {
	font-style: normal;
	font-size: .95rem;
	color: #333;
	padding-right: 15px;
}


/********** 原pay.css代码迁移，结束 *********/