.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-fff{
    color: white;
}

.apply-top {
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 2px solid #eee;
}

.main {
    width: 515px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.per-line {
    width: 515px;
    height: 40px;
}

.apply-lable {
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.schoolName {
    width: 380px;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    border: 0;
    border-radius: 2px;
    padding: 0 10px;
}

.schoolName:hover {
    background: #e7e7e7;
}

.apply-btn {
    width: 400px;
    height: 60px;
    background: #f25322;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.line-width {
    width: 400px;
}

.type-radio {
    width: 16px;
    height: 16px;
    margin: 12px 3px 12px 10px;
}

.type-name {
    line-height: 40px;
}

.security-code,.select-school-input {
    width: 260px;
    height: 40px;
    background: #F2F2F2;
    padding-left: 10px;
    line-height: 40px;
    border: 0;
    border-radius: 2px;
}

.security-code:hover,.select-school-input:hover {
    background: #e7e7e7;
}

.select-school-btn {
    width: 110px;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #f25322;
}

.choose-file {
    width: 220px;
    height: 40px;
    background: #F2F2F2;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}

.choose-file:hover {
    background: #e7e7e7;
}

.download-table {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #F2F2F2;
    border-radius: 2px;
}

.download-table:hover {
    background: #e7e7e7;
}

.getCode {
    width: 110px;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.getCode-active {
    background: #f25322;
}

.getCode-disabled {
    background: #bbb;
}

/*级联选择框*/
.select {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #F2F2F2;
    padding: 0px 16px 0px 4px;
    cursor: pointer;
    border-radius: 2px;
    border: 0;
}

.select:hover {
    background: #e7e7e7;
}

.chooseListBox {
    width: 393px;
    border: 1px solid #e7e7e7;
    position: absolute;
    left: 0;
    top: 42px;
    background: #FFFFFF;
    padding: 5px;
    padding-right: 0;
    padding-bottom: 0;
    z-index: 999;
}

.chooseListBox2 {
    width: 393px;
    border: 1px solid #e7e7e7;
    position: absolute;
    left: 0;
    top: 42px;
    background: #FFFFFF;
    padding: 5px;
    padding-right: 0;
    padding-bottom: 0;
    display: none;
    z-index: 999;
}

.chooseListBox3 {
    width: 393px;
    border: 1px solid #e7e7e7;
    position: absolute;
    left: 0;
    top: 42px;
    background: #FFFFFF;
    padding: 5px;
    padding-right: 0;
    padding-bottom: 0;
    display: none;
    z-index: 999;
}

.per-option {
    width: 126px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0 5px 5px 0;
    color: #888;
    cursor: pointer;
}

.per-option:hover {
    color: #333;
}

/*级联选择框*/

.apply-query {
    background: #F2F2F2;
    padding: 20px 40px;
}

.input-phoneNumber {
    width: 380px;
    height: 20px;
    padding: 10px;
    border: 0;
    background: #fff;
    border-radius: 2px;
    line-height: 20px;
    display: block;
    margin: 20px auto 0;
}

.getCode-sm {
    width: 100px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    right: 2px;
    top: 2px;
    cursor: pointer;
    border-radius: 2px;
}

.btn-query {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f25322;
    margin: 20px auto 0;
    cursor: pointer;
    border-radius: 2px;
}

.progress-boxs {
    width: 560px;
    height: 40px;
    margin: 20px auto 0;
}

.progress-icon {
    width: 40px;
    height: 40px;
}

.progress-line {
    width: 200px;
    height: 2px;
    margin: 19px 10px;
}

.progress-yes {
    background: #B4E04A;
}

.progress-no {
    background: #ccc;
}

.progress-mark-box {
    width: 570px;
    height: 14px;
    line-height: 14px;
    color: #333;
    margin: 10px auto 0;
}

.preview-box {
    height: 100px;
    margin: 10px auto;
    text-align: center;
    width: 400px;
    margin-left: 115px;
}

.preview-box img {
    width: 80px;
    height: 100px;
    margin: 0 auto;
    display: block;
    border: 0;
}

.viewImg {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
}

.errormsg {
    position: absolute;
    top: 10px;
    color: #f25322;
    left: 525px;
    width: 150px;
    font-size: 12px;
}

a.download-table:hover, a.download-table:visited, a.download-table:active {
    color: #666;
}

/*大赛首页样式*/
.bg-bottom {
    height: 340px;
    /*background: #4e9ed4;*/
    background: #092E48;
    border-bottom: 6px solid #E8E385;
    box-sizing: border-box;
    /*background: url("/images/classcompetition/wk-banner_bg.jpg") repeat;*/
}

.wk-banner {
    height: 340px;
    background-color: #4e9ed4;
    background: url("/images/classcompetition/wk-banner.jpg") no-repeat center center;
}

.wk-banner-end {
    height: 340px;
    background: url("/images/classcompetition/bannerxin_02.png") no-repeat center center, url("/images/classcompetition/banner-bg_01.png");
}

.per-step {
    padding: 30px 0px;
}

.bg-f7 {
    background: #f7f7f7;
}

.step-left {
    width: 100px;
}

.step-right-1200 {
    width: 1025px;
    margin-left: 80px;
}

.step-right-960 {
    width: 780px;
    margin-left: 80px;
}

.step-num {
    width: 100px;
    height: 44px;
    border-bottom: 3px solid #ffe1d8;
}

.step-menu {
    width: 100px;
    height: auto;
}

.step-menu li {
    width: 100px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 14px;
    height: 14px;
}

.num1 {
    background: url("/images/classcompetition/num1.png") no-repeat top center;
}

.step-title {
    font-size: 24px;
    color: #333;
    font-weight: blod;
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #ffe1d8;
    width: 200px;
}

.num2 {
    background: url("/images/classcompetition/num2.png") no-repeat top center;
}

.num3 {
    background: url("/images/classcompetition/num3.png") no-repeat top center;
}

.num4 {
    background: url("/images/classcompetition/num4.png") no-repeat top center;
}

.num5 {
    background: url("/images/classcompetition/num5.png") no-repeat top center;
}

.color-f25322 {
    color: #F25322;
}

.step-content li {
    line-height: 32px;
}

.step-menu a {
    color: #999;
}

.step-menu a:hover {
    color: #666;
}

.step-btn {
    width: 160px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    background: #5da8ef;
    border-radius: 4px;
}

.step-btn:hover {
    background: #5ea0e0;
}

/*大赛首页样式*/
.link-wrap {
    width: 85%;
    min-width: 640px;
    max-width: 1205px;
    margin: 0 auto;
}

.elevator {
    position: fixed;
    padding: 0 16px;
    top: 50%;
    margin-top: -140px;
    right: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: -2px 2px 5px 3px rgba(7, 17, 27, 0.1);
}

.elevator a {
    display: block;
    width: 26px;
    padding: 16px 0;
    font-size: 22px;
    line-height: 30px;
    color: #b5b9bc;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #edf1f2;
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

.elevator a i {
    font-size: 24px;
    color: #b5b9bc;
}

.elevator a span {
    font-size: 22px;
    color: #f01414;
    line-height: 12px;
}

.elevator a i:hover {
    color: #14191e;
}

.elevator a:hover {
    color: #14191e;
}

.fixed-advertising{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 5px;
    width:340px;
    height: 380px;
    cursor: pointer;
    background: #0a8ddf;
    color: white;
    text-align: center;
    font-size: 14px;
}

.advertising-title{
    font-size: 20px;
}

