 /*
	Name: Agent_Style v1.0 -LESS Framework
	Author: Liuqq
	Styles updated: 2018/5/3
-------------------------------*/
 /*base style define*/
 /*---------------------------------------*/
 
 body,
 dl,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 form,
 fieldset,
 input,
 textarea,
 p,
 th,
 td {
 	margin: 0;
 	padding: 0;
 }
 
 body,
 button,
 input,
 select,
 textarea {
 	margin: 0;
 	padding: 0;
 	font-size: 1rem;
 	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
 }
 /*body {
  max-width: 800px;
  margin: 0 auto !important;
  background: #fff;
  line-height: 1.42857143;
  color: #333;
}*/
 
 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 	line-height: 1.5;
 }
 
 img {
 	border: 0;
 }
 
 * {
 	padding: 0;
 	margin: 0;
 }
 
 ol,
 ul,
 li {
 	list-style: none;
 }
 
 caption,
 th {
 	text-align: left;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	font-size: 100%;
 	font-weight: normal;
 }
 /*html5*/
 
 article,
 aside,
 dialog,
 footer,
 header,
 section,
 footer,
 nav,
 figure,
 menu {
 	display: block;
 }
 
 input,
 textarea,
 button,
 select {
 	outline: none;
 }
 
 textarea {
 	resize: none;
 }
 
 i,
 em,
 cite {
 	font-style: normal;
 }
 
 a {
 	text-decoration: none;
 	color: #333;
 }
 
 .hide {
 	display: none;
 }
 
 * {
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
 *:before,
 *:after {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
 .iconfont {
 	font-family: "iconfont";
 	font-style: normal;
 	-webkit-font-smoothing: antialiased;
 	-webkit-text-stroke-width: 0.2px;
 }
 /*电子码*/
 
 .code_cont {
 	width: 94%;
 	margin: 0 auto;
 	padding-top: 5vw;
 }
 
 .code_list {
 	padding: 2.5vw 4vw 3vw 4vw;
 	background-color: #fff;
 	border-radius: 9px;
 	width: 100%;
 	overflow: hidden;
 	margin-bottom: 4vw;
 }
 
 .code_list .digital {
 	overflow: hidden;
 	border-bottom: 1px dashed #eee;
 	padding-bottom: 1.5vw;
 	padding-right: 4.5vw;
 }
 
 .code_list .digital span {
 	display: block;
 	font-size: 4.6vw;
 	color: #ff8712;
 	float: left;
 	margin-top: 1.2vw;
 	width: 80%;
 	overflow: hidden;
 }
 
 .code_list .digital img {
 	width: 9vw;
 	height: 9vw;
 	float: right;
 }
 
 .code_list .pay {
 	font-size: 3.3vw;
 	color: #bababa;
 	padding-top: 2vw;
 }