body,html{
	width: 100%;
	height: 100%;
	background-color: #E6EECF;
}
.containerBox{
	min-height: 100%;
	padding-bottom: 70px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	box-sizing: border-box;
}
.am-slider-default{
	margin: 0;
	margin-bottom: 20px;
}
.am-slider-default .am-control-nav{
	bottom: 15px;
}
.intro{
	width: 100%;
}
#tabBox{
	position: fixed;
	display: flex;
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: #fff;
}
#tabBox div{
	flex: 1;
	text-align: center;
}
#tabBox img{
	width: 64px;
}
.wid-20 {
    display: block;
    width: -webkit-calc(100% - 40px);
    margin: 0 auto;
}
/* 报名 */
.showsBox{
	width: -webkit-calc(100% - 20px);
	margin: 0 auto;
	background: #A3B17B;
	border-radius: 8px;
	padding: 0 10px 20px;
}
.showsBox2{
	width: -webkit-calc(100% - 20px);
	margin: 0 auto;
	background: #786735;
	border-radius: 8px;
	box-shadow: 5px 5px 0px #FFFFFF;
	padding: 0 10px 20px;
}
.form{
	position: relative;
	width: 100%;
	padding: 0;
}
.info{
	line-height: 35px;
	margin-bottom: 5px;
	color: #333;
}
.info p{
	text-align: left;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
}
.info input,.info select,.info textarea{
	position: relative;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #FFFFFF;
	border: 0;
	/* border: 1px solid #de9f47; */
	border-radius: 5px;
	outline: 0;
	padding: 0 10px;
}
.info textarea{
	padding: 10px;
	line-height: 20px;
	height: 100px;
}
.info select{
    outline: 0;
    /*background: none;*/
    box-sizing: border-box;
    -webkit-appearance: none; /*去掉右侧下拉三角默认样式*/
    appearance: none;
    background:#fff url(../images/icon.png) 97% center no-repeat;
    background-size: 12px;
}
.birth{
	text-align: left;
	width: 100%;
	background:#FFFFFF;
}
input[type="date"]{
	width: 100%;
	height: 35px;
	line-height: 35px;
	display:block; 
	text-align: -webkit-left; 
	background:#FFFFFF;
	outline:none;
　　appearance:none;
　　-moz-appearance:none;
　　-webkit-appearance:none;
}
/*控制下拉小箭头的*/
 input[type="date"]::-webkit-calendar-picker-indicator {
   display: inline-block;
   width: 15px;
   height: 15px;
   border: 0;
   background:url(../images/icon.png) 95% center no-repeat;
   background-size: 10px;
   direction:left;
 }
.Orderbtn{
	display: block;
	height: 48px;
	text-align: center;
	margin: 30px auto 20px;
	color: #fff;
}
.dialogBox{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 250px;
	height: 355px;
	background: url(../images/dialog_bg.png) center no-repeat;
	background-size: 100% 100%;
}
.checkIcon{
	width: 146px;
	margin-top: -73px;
}
.cBtn{
	height: 43px;
}
.dialogBox p{
	width: 90%;
	font-size: 13px;
	margin: -10px auto 15px;
	text-align: left;
	color: #293340;
}
/* 个人中心 */
.centerBox{
	padding-top: 20px;
	background-image: url(../images/mine_bg.png);
	background-size: cover;
	box-shadow: none
}
.centerBox p{
	margin: 0 0 5px 0;
	color: #FFFFFF;
}
.btnBox{
	margin-top: 10px;
	text-align: center;
}
.btnBox img{
	height: 43px;
}
.tips{
	width: -webkit-calc(100% - 30px);
	text-align: left;
	margin: 10px auto;
	color: #293340;
}
.noticeBox{
	margin: 0 auto;
	background: #A3B17B url(../images/bg2.png) center no-repeat;
	background-size: 100% 100%;
	width: -webkit-calc(100% - 20px);
	padding: 10px;
	box-shadow: 3px 3px 0px #0A3722;
}
.noticeBox>p{
	color: #FFFFFF;
	width: 90%;
	margin: 15px auto;
}
.notTitle{
	display: block;
	height: 40px;
	margin: 0 auto;
}
.noticeBtn{
	margin-top: 50px;
	display: block;
	margin: 0px auto 50px;
	height: 43px;
}
.btnGroup{
	text-align: center;
}
.btnGroup img{
	display: inline-block;
	max-width: 47%;
	max-height: 43px;
	margin: 5px auto;
}
.btnGroup img:nth-child(2n+2) {
	margin-left: 6%;
}
.toNotice{
	position: absolute;
	top: 93%;
	left: 20%;
	width: 60%;
	height: 20px;
	margin: 0;
}
/* 电子参赛证 */
.resultImgBox2{
	background: #F0F4E1 url(../images/certB.png)bottom no-repeat;
	background-size: 100%;
	width: -webkit-calc(100% - 20px);
	margin: 10px auto;
	padding: 10px 10px 20px;
}
.resultImgBox2>p{
	color: #FFFFFF;
	text-align: center;
}
.certInfo{
	margin-top: -15px;
}
.certItem {
	display: flex;
	color: #293340;
	border-bottom:1px solid #293340 ;
}
.certItem>div{
	flex: 1;
	padding-top: 7px;
	line-height: 30px;
}
.yellTxt{
	color: #FF6C00;
}
.saveDzBtn{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	margin: 0;
}
/* 活动资讯 */
.informmationBox{
	position: relative;
	padding: 10px;
	height: 100%;
	background: #ffffff;
	border-radius: 10px; /*trciky part*/
}
.informmationList{
	position: relative;
	margin-bottom: 15px;
}
.informmationList:nth-last-child(1){
	margin: 0;
}
.informmationList img{
	width: 100%;
	border-radius: 6px;
}
.informmationList p{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	background: #DCECF2;
	color: #293340;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 14px;
	padding: 3px 10px;
	box-sizing: border-box;
	margin: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 大师微课 */
.titleImg{
	height: 40px;
	display: block;
	margin: 10px auto;
}
.class-box{
	
}
.class-item{
	margin: 10px 0 15px;
	padding: 15px;
	background-color: #786735;
	box-shadow: 5px 5px 0px #FFFFFF;
	background-image: url(../images/bg2.png);
	background-repeat: repeat;
	background-size: 100%;
}
.class-item p{
	margin: 10px 0 0 0;
	color: #FFFFFF;
}
/* 活动规则 */
.typeBox{
	display: flex;
	width: -webkit-fit-content;
	margin: 0 auto 20px;
}
.typeBox img{
	display: block;
	height: 37px;
	margin: 0 5px;
}