
/*
报名页样式定义
 */
body {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}
.contain {
    		width: 100%;
            position: relative;
            
    	}
.imgageset {
    width: 100%;
    display:block;
}
.enrollbtn {
    width: 90%;
}
.enrollalink {
    display:block;
    text-align: center;
    position:fixed;
    bottom:10px;
    width:100%;
    margin:0 auto;  
    left:0;  
    right:0; 
}
.enrolldialog {
    display: none;
    position: fixed;
    margin:0 auto;  
    left:0;  
    right:0; 
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    z-index: 999;background:rgba(0,0,0,.8)
}

/*
报名页样式定义
 */
.goingrow {
            width: 100%;
            position: relative;
        }


.imgageset {
    width: 100%;
    display:block;
}

.dialog {
    display: block;
    position: fixed;
    margin:0 auto;  
    left:0;  
    right:0; 
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    z-index: 999;background:rgba(0,0,0,.8)
}
.dialog img {
    width: 100%;
    bottom: 40%;
    position: absolute;
}
.goingcal {
            position: absolute;
            bottom: -10px;
            text-align: center;
            font-size: 2.8em;
            color: #ff4020;
            width: 100%;
        }
.goingbar {
    position: absolute;
    bottom: 20%;
    left: 4.67%;
    width: 50%;
    height: 37.5%;
}   
.word_complete {
    position: absolute;
    text-align: right;
    bottom: 19.5%;
    font-size: 0.7em;
    color: #ffffff;
    width: 92.8%;
}
.going_goact {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
