* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

body,
html {
	height: 100%;
}
.text-center{
	text-align: center;
}
.reg-tip{
	font-size: 12px;
	color: red;
	margin-bottom: 20px;
}
.login-tip{
	font-size: 12px;
	color: red;
	margin-bottom: 20px;
}
 @font-face {font-family: "iconfont";
     src: url('iconfont.eot'); /* IE9*/
     src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('iconfont.woff') format('woff'), /* chrome, firefox */
     url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
     url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
   }
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

p {
	font-size: 16px;
	color: rgb(24, 24, 24);
	line-height: 2;
	text-align: left;
	margin-bottom: 20px;
}

p.lead {
	font-size: 18px;
	font-weight: 700;
}

.denglu {
	float: right;
	padding: 4px 8px;
	color: white;
	display: inline-block;
	border-radius: 6px;
	background-color: #59a832;
	margin: 10px 15px 10px 0px;
	font-size: 14px;
}

.fangke {
	float: left;
	padding: 4px 8px;
	color: white;
	display: inline-block;
	border-radius: 6px;
	background-color: #59a832;
	margin: 10px 0px 10px 15px;
	font-size: 14px;
}

.weight {
	font-weight: 700;
}

.main {
	min-width: 360px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.top {
	width: 100%;
	max-width: 980px;
	position: absolute;
	top: 10px;
}

.logo {
	float: left;
	max-width: 440px;
	width: calc(100% - 140px)
}

.logo img {
	width: 100%;
}

.login {
	margin-right: 10px;
	float: right;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.tab-nav {
	margin-top: 15px;
}

.tab-nav ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.tab-nav ul li {
	cursor: pointer;
	text-align: center;
	float: left;
	width: 33.33%;
}

.tab-nav ul li div {
	transition: .4s;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #d1d1d1;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.tab-nav ul li>span {
	color: rgb(152, 152, 152);
	font-size: 14px;
	font-family: simsun;
}

.tab-ul-active {
	background-color: rgba(91, 168, 51, 0.2) !important;
	border: 1px solid rgba(91, 168, 51, 0.2) !important;
}

.tab-ul-active+span {
	font-size: 14px;
	font-family: simsun;
	color: #59a832 !important;
}

.tab-ul-active i {
	background-color: #59a832 !important;
}

.tab-nav ul li div i {
	line-height: 30px;
	display: block;
	margin: 6px auto;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background-color: #989898;
	color: white;
}

.tab-ul-bg {
	width:69%;
	margin: 0 auto;
	background-color: #f0f0f0;
	height: 16px;
	top: -44px;
	position: relative;
	z-index: -1;
}
.tab-ul-bg-vlaue{
	transition: .5s;
	background-color:#59a832;
	height: 16px;
	width: 0%;
}
.tab-nav ol {
	margin-top: 20px;

}

.tab-nav ol li {
	padding: 0 15px;
}

.tab-nav>ol>li>img {
	max-width: 100%;
}

.btn-group {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	
}

.a-btn {
	transition: .4s;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	color: white !important;
	padding: 10px 18px;
	border-radius: 2px;
}

.a-btn:hover {
	opacity: .8;
}
.btn-1 {
	background-color: #59a832;
}

.btn-2 {
	background-color: #989898;
}

.btn-3 {
	background-color: orange;
}

.foot {
	margin-top: 20px;
}

.foot>img {
	width: 100%;
}

.foot-info {
	position: relative;
	z-index: 9;
	padding: 0 15px 15px 15px;
	margin-top: -10px;
	background-color: #59a832;
	font-size: 12px;
	color: rgb(255, 255, 255);
}

.foot-info:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.foot-img {
	display: none;
	background-color: #59a832;
	float: right;
	text-align: right;
}

.foot-img img {
	margin-left: 12px;
}

.red {
	color: red !important;
}

h2 {
	text-align: center;
	margin-bottom: 15px;
}

.upform {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.upform .form {
	margin: 0 auto;
	text-align: center;
}

.upform .form:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.input-group {
	margin-bottom: 12px;
}

.input-radio {
	float: none !important;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
}

.input-radio input[type="radio"] {
	margin-top: 4px;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.input-radio font {
	position: relative;
	top: -4px;
}

.input-group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.input-group span {
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
}

.form-input-text {
	float: right;
	width: 100%;
	border-width: 1px;
	border-color: rgb(157, 157, 157);
	border-style: solid;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	height: 30px;
	padding-left: 4px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	font-family: simsun;
}

.form-input-textlg {
	width: 100%;
	min-height: 80px;
	border-width: 1px;
	border-color: rgb(157, 157, 157);
	border-style: solid;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	padding-left: 4px;
	box-sizing: border-box;
	outline: none;
	font-family: simsun;
	font-size: 14px;
	padding: 4px;
}

.form-input-file {
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	width: 100%;
	color: white;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
	background-color: #59a832;
}

.form-input-file+ a {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
	padding-left: 10px;
	display: none;
}

.form-input-file+ a span {
	display: none;
}

.form-input-file input {
	display: none;
}

.form-input-text:active,
.form-input-text:focus {
	border-color: #1968b9;
	box-shadow: 0px 0px 5px 0px rgba(0, 126, 255, 0.41);
}

.user-img {
	text-align: right;
}

.children-img-div {
	z-index: -1;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#children_img {}



.show-img {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	text-align: center;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
}

.form-font {
	line-height: 30px;
	height: 30px;
	padding-left: 4px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: simsun;
}

.show-img img {
	max-width: 100%;
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
}

.more-select select {
	margin-bottom: 4px;
}

.more-select .form-input-text {
	margin-bottom: 4px;
}

.view-img {
	padding: 2px;
	border: 1px solid grey;
	width: 112px;
	height: 154px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

.view-img img {
	width: 107px;
	height: 150px;
}

.code {
	display: none;
}

@media (min-width: 320px) {
	.tool a {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (min-width: 360px) {
	.tool a {
		margin-left: 2px;
		margin-right: 2px;
	}
}

@media (min-width: 767px) {
	.code {
		display: block !important;
		position: fixed;
		right: 0;
		z-index: 99;
	}
	.reg .input-group span {
		text-align: right;
	}
	.view-img {
		position: absolute;
		top: 160px;
		z-index: 99;
	}
	.more-select {
		float: right;
		width: calc(100% - 160px);
	}
	.more-select select {
		width: 100% !important;
	}
	.more-select .form-input-text {
		width: 100% !important;
	}
	.denglu {
		padding: 8px 15px;
		font-size: 18px;
	}
	.fangke {
		padding: 8px 15px;
		font-size: 18px;
	}
	.foot-info-text {
		width: 50%;
		float: left;
	}
	.foot-info {
		float: left;
		box-sizing: border-box;
		width: 100%;
		margin-top: -50px;
		padding: 0 50px;
		background-color: transparent;
		font-size: 14px;
		color: rgb(255, 255, 255);
	}
	.foot-img {
		padding-top: 20px;
		background-color: transparent;
		display: block;
	}
	.form-input-text {
		font-size: 12px;
	}
	.input-group {
		box-sizing: border-box;
		width: 33.3333%;
		float: left;
		margin-bottom: 20px;
	}
	.input-group span {
		text-align: right;
		width: 160px !important;
		display: inline-block;
	}
	.form-input-text {
		width: calc(100% - 160px);
	}
	.form-input-file {
		width: calc(100% - 160px);
	}
	select.form-input-text {
		display: block;
		float: right;
	}
	input[type="file"].form-input-text {
		width: 80% !important;
	}
	.upload-text {
		display: inline !important;
	}
	.input-textarae {
		width: 100%;
	}
	.input-textarae>span {
		float: left;
	}
	.form-input-textlg {
		width: calc(100% - 160px);
	}
	.reg .input-group {
		width: 50%;
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	 
	.form-left{
		float: left;
		width: 240px;
	}
	.form-right{
		float: left;
		width: calc(100% - 240px);
	}
	.form-right .layui-inline{
		width: 340px !important;
	}
	.form-right .layui-form-radio{
		padding-right: 0;
		margin-top: 0;
		margin-right: 0;
	}
	.form-right .layui-form-radio i{
		margin-right: 2px;
	}
	#preview {
		margin-top: 8px;
		display: inline-block;
		height: 280px !important;
		width: 217px !important;
		position:relative;
		left:-108px;
	}
	#preview img{
			height: 280px !important;
		width: 217px !important;
	}
	
	.screen-4 .not-sy .layui-input-inline{
		width: 103px;
		margin-right: 0;
	}
	.screen-4 .yes-sy .layui-input-inline{
		width:80px;
		margin-right: 0;
	}
	.screen-4 .my-input-long{
		width: 325px !important;
	}
	.screen-4 .my-input-long2{
		width: 425px !important;
		margin-top: 4px;
		margin-left: 110px !important;
	}
}

@media (min-width: 1200px) {}

.center {
	text-align: center;
}

.no-click {
	cursor: not-allowed !important;
	opacity: .65;
}

.input-group span {
	width: 100%;
}


.screen-1{
	line-height: 1.5;
  font-size: 16px;
  color: rgb(24, 24, 24);

}
.screen-1 img{
	/*width:130%;*/
	max-width:100%
}

#preview img{
	height: 38px;
	width: 38px;
}
.honer-tip{
	color: red;
	font-size: 16px;
	margin-top: 8px;
}

.complate-icon{
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.complate-icon img{
	width: 100%;
	height: 100%;
}
.complate-text{
	float: right;
	width: 240px;
  font-size: 18px;
  color: rgb(89, 168, 50);
  line-height: 1.5;
}
.complate-info{
	margin: 0 auto;
	width: 310px;
}
.complate-info:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.complate-info:before{
	content: "";
	display: block;
	height: 0;
	clear: both;
}


/*pc*/

.screen-1{ 
	margin: 0 auto;
}
.screen-2{ 
	margin: 0 auto;
	width:425px;
}
.my-font{
	padding-right: 10px !important;
}

.clear:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.clear:before{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.audit_info{text-align:center;font-size:25px;margin:20px 0;color:#fba707;}


.am-panel-default {
	border:1px solid #cdcdce;margin-bottom:20px;padding:15px
}
.cl-index-title {
		padding-top: 5px;
		padding-left: 130px;
		background-image: url(../images/pan.png);
		background-position: left;
		background-repeat: no-repeat;
}
.bm-title{
	font-size: 3.5vw;
}
.bm-class{
  font-size: 3vw;
  font-family: "Hiragino Sans GB";
  color: rgb(1, 28, 55);
  font-weight: bold;
}
.bm-class-detail{
  font-size: 2.5vw;
  font-family: "Hiragino Sans GB";
  color: rgb(103, 103, 103);
}
.am-font-gray{ 
    color: gray;
}
.am-font-blue{ 
    color: blue;
}
.am-font-orange{ 
    color: orange;
}
.am-font-success{ 
    color: green;
}
.am-font-danger{ 
    color: red;
}
@media only screen and (min-width:320px) {
	.bm-title{
		font-size: 20px;
		font-family: "Hiragino Sans GB";
		color: rgb(1, 28, 55);
		font-weight: bold;
	 }			
	.bm-class {
		font-size: 16px;
		font-family: "Hiragino Sans GB";
		color: rgb(1, 28, 55);
		font-weight: bold;
	}
	.bm-class-detail {
		font-size: 14px;
		font-family: "Hiragino Sans GB";
		color: rgb(103, 103, 103);
	} 
}
}

@media only screen and (min-width:1025px) {
	.bm-title{
		font-size: 40px;
		font-family: "Hiragino Sans GB";
		color: rgb(1, 28, 55);
		font-weight: bold;
	 }	
	.bm-class {
		font-size: 30px;
		font-family: "Hiragino Sans GB";
		color: rgb(1, 28, 55);
		font-weight: bold;
	}
	.bm-class-detail {
		font-size: 24px;
		font-family: "Hiragino Sans GB";
		color: rgb(103, 103, 103);
	} 
	  
}

.am-pagrnation-input{
    position: relative;
    display: block;
    padding: 0.5em 0.8em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    width:50px;
}
