*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
input,textarea{
	border: none;
	outline: none;
	resize: none;
}
ul{
	margin: 0;
}
body{
	font-family: "微软雅黑";
}
img{
	border: 0;
	max-width: 100%;
}
.borno{
	border: none !important;
}
.clear{
	clear: both;
}
.FontColor {
  color: #5BC8E7 !important;		/*蓝色*/
}
.FontColor1 {
  color: #FF843A !important;		/*橘黄色*/
}
.BgColor {
  background-color: #5BC8E7 !important;
}
.BgColor1 {
  background-color: #FF843A !important;
}
.BorderColor {
  border-color: #5BC8E7 !important;
}
.BorderColor1 {
  border-color: #FF843A !important;
}
/* 文字排列 */
.textC {
  text-align: center !important;
}
.textR {
  text-align: right !important;
}
.textL {
  text-align: left !important;
}
/* 浮动 */
.floatL {
  float: left !important;
}
.floatR {
  float: right !important;
}

/*标题*/
.biaoti{
	width: 100%;
	height: 16px;
	line-height: 16px;
}
.biaoti .img1{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.biaoti .div1{
	font-size: 16px;
	color: #000;
}
.biaoti .div2{
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 5px;
}

.jcjj{
	width: 100%;
}
.jcjjBox{
	width: 100%;
}

/*小手*/
.shou:hover{
	cursor: pointer;
}

@media only screen and (min-width: 1024px) {
	.jcjjBox{
		width: 677px;
		margin: auto;
	}
	.fui-content{
		width: 677px;
		margin: auto;
	}
}

input,textarea{
	font-size: 14px;
	color: #616161;
}
input::-webkit-input-placeholder{
	color: #B9B9B9;
}
textarea::-webkit-input-placeholder{
	color: #B9B9B9;
}
.borno{
	border: none;
}


/*z地址选择修改*/
.layui-laydate{
	position: fixed;
}
.provinceCityAll{
	position: fixed;
}
.provinceCityAll .con{
	height: auto;
}
.provinceCityAll .provinceAll{
	display: flex;
	align-items: center;;
	justify-content: center;
}
.provinceCityAll ul{
	display: flex;
	flex-wrap: wrap;
}
.provinceCityAll .cityAll{
	display: flex;
	align-items: center;;
	justify-content: center;
	float: none;
}
.provinceCityAll .countyAll{
	display: flex;
	align-items: center;;
	justify-content: center;
	float: none;
}
/*增加常用地址*/
.provinceCityAll .tabs li{
	width: 25%;
}
.provinceCityAll .tabs li a{
	width: 100%;
	box-sizing: border-box;
}
.provinceCityAll .con .cydz{
	width: 100%;
	font-size: 12px;
	line-height: 26px;
}
.provinceCityAll .con .cydz ul{
	overflow: hidden;
}
.provinceCityAll .con .cydz li{
	box-sizing: border-box;
	padding: 0 10px;
	color: #777777;
	float: left;
}
.provinceCityAll .con .cydz li:hover{
	background: #ffe4d2;
}




/*时间日期样式修改*/
.rolldate-container header{
	background: #5BC8E7;
}
.rolldate-container .rolldate-confirm{
	background: #5BC8E7;
}
