* {
 margin: 0px;
 padding: 0px; 
}
span,div,input,textarea,select,ul,li,h1,h2,h3,a {
	font-family:  Arial, sans-serif;
} 
span {
	word-break:normal; 
	width1:auto; 
	display:block; 
	white-space:pre-wrap;
	word-wrap : break-word ;
	overflow: hidden ;
}
span .textbox {
	width:100px;
}

button {
	margin:0px;
}

input {
	color:#68d2f9;
	border:0px solid #68d2f9;
}
input:focus {
	color:#ff0000;
	border:0px solid #ff0000;
}

textarea {
	border:1px solid #68d2f9;
	padding:5px;
	box-sizing:border-box;
}
textarea:focus {
	border:1px solid #ff0000;
}

ul li {
  list-style: none;	
}
li {
  border-bottom:1px dashed #efefef;
  line-height: 25px;
  min-height:25px;
  height: auto;
  cursor: pointer;
  font-size:13px;
}

.ui-grid-a div {
	padding:3px;
}
.ui-grid-b div {
	padding:3px;
}
.ui-header {
	background:#b00000;
	text-align: center;
}

.ui-bar-x { 
    border: 0px solid #800000;
    background:#b00000; 
    text-align: center;
 }
 .ui-btn-x {
 	background:#b00000; 
 	width:100%;
  	color:#fff;
  	font-size:30px;
  	font-weight: bold;
  	text-shadow: 0 1px 0 #444;
 }
 .ui-btn-active { 
    border: 0px solid #800000;
    background:#b00000; 
 }
 
 
 .ui-title {
 	margin:0px;
 }
.ui-title-x {
	width:100%;
  	color:#fff;
  	font-size:30px;
  	font-weight: bold;
  	text-shadow: 0 1px 0 #444;
}
.ui-content {
	padding:0px;
	width:100%;
	height:auto;
}
.ui-footer {
	height:auto;
}
.ui-body-inherit {
	border: 1px solid #ddd;
}
.color-red {
	color:#ff0000;
} 
.font10 {
	font-size:10px;	
}
.font12 {
	font-size:12px;	
}
.font_normal {
	font-weight: normal;
}
.dd_name {
  color:#444444;
  font-size:16px;  
}
.dd_type {
  color:#b00000;	
}

.dd_addr {
  color:#444444;	
}
.dd_date {
  color:#999999;	
}
.dd_reply {
  color:#0000ff;
  font-weight: bold;
}
.ui-icon-help:after {
	background-image: url("iconimg.svg");
}
.ui-icon-answer:after {
	background-image: url("iconimg.svg");
}
.page_footer {
	width:auto;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin: 0px;
	padding: 5px;
	font-size:18px;
	font-weight: bold;
}

.red_button  {
	color:#FEF8B2;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px rgba(17,17,17,.8);
	background: #c9151b;
	border: solid 1px #9a0000;
}

.red_button:hover {
	color:#ffffff;
	text-shadow:1px 1px rgba(17,17,17,.8);
	border: solid 1px #9a0000;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	/*
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	*/
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.toolbar {
	width1:100%;
	padding:20px;
}
.data_info {
	width1:100%;
	margin:20px;
	height: auto;
}
.msg {
	margin:20px;
	color:#ff0000;
	font-size:14px;
}
.order_step {
	width1:100%;
	margin:20px;
}
#img_wx {
	width:auto;
	max-height: 400px;
}
#user_info {
	width:100%;
	height:auto;
	display: block;
}

#user_info img {
	width:70px;
	height:auto;
	float:left;
	margin:3px;
}
#user_info .btn {
	height:30px;
	padding:5px;
}
#user_info .ipt {
	height:auto;
	padding:3px;
}
#user_info .desc {
	width:auto;
	height:auto;
	font-size:12px;
	margin-left:5px;
	margin-right:0px;
	float:left;
	overflow: hidden;
	text-align: left;
	border: solid 0px #9a0000;
}

#memo {
	max-height: 600px;
	height:400px;
	overflow-y: auto;
	font-size: 14px;
}


