.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
/**************第二部分****************/

.second{background: #eeeeee;}

.li_con{color: #fff;height: 330px;letter-spacing:1px;padding: 5px;}

.li_con p{padding: 0px 10px;line-height: 20px;}

.a1{background: #1da2e3;margin: 15px 0;}
.a2{background: #88c32b;margin: 15px 0;}
.a3{background: #3fba77;margin: 15px 0;}
.a4{background: #f88e00;margin: 15px 0;}

.btm_bg {
/*	margin: 10px 0;*/
	height: 65px;
	width: auto;
	background: #08a5e0;
	box-shadow: 5px 5px 5px #888888;
}
.btm {
	height: 65px;
	margin: 0 auto;
}
.btm span a{
	display: block;
	float: left;
	line-height: 65px;
	color: #FFFFFF;
	font-size: 20px;
}


.link-block {width:auto;
  margin:20px auto 20px auto;
  background: #fcfcfc;
}
.block-title {
  height: 22px;
  padding: 15px 2px;
}
.block-title-left {
  float: left;
  padding-left: 10px;
  border-left: 3px solid #519adf;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.block-title-right {
  float: right;
  padding-right: 5px;
  padding-top: 4px;
  color: #5eacf7;
  font-size: 14px;
  line-height: 1;
}
.link-block-list {
  padding-left: 15px;
  margin-top: 20px;
}
.link-block-list .list-con {
  overflow: hidden;
}
.link-block-list a {
  position: relative;
  float: left;
  margin: 0 20px 15px 0;
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.link-block-list a:hover {
  color: #3eb5f6;
}
.link-block-list a:after {
  content: '|';
  position: absolute;
  top: 0;
  left: -10px;
  color: #999;
  font-size: 12px;
  line-height: 1;
}
.clearfix:after{ content:"."; clear:both; display:block; height:0; visibility:hidden; }
.clearfix{ display:block;*zoom:1;}

/*首页登陆*/
.login-bar {
	width:100%;
	margin:0 auto;
	position: relative;
	
}
.login-form-bar {
	/*background-color: #FFFDEF;*/
	position: absolute;
	height: auto;
	width: 300px;
	top: 5px;
	right:0px; 
	border: 0px solid red;
	z-index: 1000;
}
.login-form-bar .am-panel-footer > em > b{
	color: #d73800;
}
.login-form-bar .am-panel-bd {
    padding-bottom: 0.5rem;
}
.content{line-height: 36px;font-weight: 400;font-size: 16px;}


/* 手机端样式 */
@media screen and (max-width: 767px) {
    .am-form-label {
        display: none !important;
    }
    .am-u-md-7 {
        padding: 0 15px !important;
    }
    /* 普通单行输入框 100% */
    .am-form-group > div[class*="am-u-sm-"]:not(.captcha-row):not(.register-link-row) {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
    }
    /* 验证码组：输入框68%，图形/按钮30%，并排不留大量空白 */
    .captcha-row:nth-child(2) {
        width: 60% !important;
        float: left !important;
        padding-left: 0 !important;
    }
    .captcha-row:nth-child(3) {
	    width: 40% !important;
	    float: left !important;
	    padding-left: 0 !important;
	}
    /* 注册链接行：清除偏移，宽度铺满 */
    .register-link-row {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
	/* 手机端头部：左logo、右按钮，中间留白 */
	.rw-mobile-inner {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 8px 0;
	}
	.rw-mobile-logo img {
	  max-height: 80px;
	  width: auto;
	}
	.rw-minibar2 {
	  overflow: hidden;
	}
	.rw-mobile-tel {
	  flex-shrink:1;    /* 电话区域可以自动缩小 */
	  text-align:center;
	}
	.rw-mobile-btn {
	  flex-shrink:0;    /* 按钮禁止压缩，保证完整显示 */
	}
	.rw-minibar2{
		padding-top: 5px!important;
	}
}





