@charset "utf-8";
body {
    background: #ebf0f3;
    margin: 0;
    padding: 0;
}

input {
    background: transparent !important;
}


/*登录*/

.login-wrap {
    width: 100%;
    height: 966px;
}

.login-bg-wrap {
    width: 100%;
    height: 966px;
    background-size: 100% 100%;
    background: url(../images/img_login.jpg) no-repeat center;
    overflow-y: hidden;
}

.login-form-bg {
    width: 818px;
    height: 457px;
    background: url(../images/img_formbg.png) no-repeat;
    margin: 10% auto 0;
}

.login-form-bg h1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.login-form-right {
    width: 265px;
    float: right;
    margin: 70px 100px;
}

.input-box {
    width: 300px;
    height: 35px;
    background: #fff;
    float: left;
    margin-top: 22px;
    border-bottom: 1px solid #e5e5e5;
}

.input-box-w {
    width: 150px !important;
}

.input-tit {
    color: #333;
    font-size: 18px;
    float: left;
    margin-top: 27px;
    padding-right: 10px;
}

.input-box img {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

.input-box input {
    width: 255px;
    line-height: 33px;
    margin-left: 10px;
    float: left;
    height: 33px;
    border: none;
    background: #fff;
    background: transparent !important;
}

.code-w {
    width: 180px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.banquan-mes {
    color: #999999;
    display: block;
    text-align: center;
    margin-top: 210px;
}

.banquan-mes a {
    color: #999999;
}

.banquan-mes a:hover {
    color: #999999;
}

.btn-login {
    width: 315px !important;
    background: #b2203c !important;
    height: 45px !important;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 35px;
    margin-left: 80px;
    margin-bottom: 20px;
}

.btn-reg {
    width: 200px;
    height: 35px;
    background: #b2203c;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 25px 40px;
    cursor: pointer;
}

.link-zc,
.link-mm {
    color: #999;
    font-size: 15px;
    text-decoration: none;
    margin-left: 80px;
}

.link-mm {
    margin-right: 75px;
}


/*注册页面*/

.reg-box {
    width: 350px;
    margin-left: 400px;
    margin-top: 55px;
    display: inline-block;
}

.reg-list {
    height: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 22px;
}

.reg-input-box {
    width: 250px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    float: left;
}

.reg-list span {
    float: left;
    line-height: 35px;
    padding-right: 10px;
}

.reg-input-box img {
    margin-top: 10px;
    margin-left: 5px;
}

.reg-names {
    border: none;
    color: #4a4a4a;
    padding-left: 5px;
}

.reg-code {
    border: none;
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
    border-radius: 5px;
    width: 130px;
}

.reg-list-code {
    width: 350px;
    height: 30px;
    color: #333;
    font-size: 14px;
    margin-bottom: 25px;
}

.reg-list-code span {
    float: left;
    line-height: 35px;
    padding-right: 10px;
}

.reg-input-code {
    width: 158px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    float: left;
}

.reg-input-code img {
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}

.btn-reg-hq {
    background: #b2203c;
    border-radius: 3px;
    border: none;
    color: #fff;
    float: left;
    width: 84px;
    height: 33px;
    line-height: 33px;
    margin-left: 10px;
}

.img-code {
    margin-left: 10px;
}

.btn-reg {
    width: 255px;
    display: block;
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

.regsucc {
    float: right;
    font-size: 14px;
    color: #333;
    margin-right: 75px;
    margin-bottom: 10px;
}

.regsucc a {
    padding-left: 5px;
    color: #333;
    text-decoration: none;
}

.regsucc a:hover {
    text-decoration: underline;
}


/*公共头部*/

.head-box-wai {
    height: 85px;
}

.head-box {
    height: 85px;
    width: 100%;
    background: #fff;
    z-index: 9;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #ebf0f3;
}

.logo-link {
    display: inline-block;
    height: 50px;
    padding: 15px 10px;
}

.logo-link img {}

.top-usertx {
    min-width: 24px;
    min-height: 24px;
    float: right;
    margin-top: 30px;
    margin-right: 5px;
}

.top-userexit a:hover {
    color: #fff;
}

.top-username {
    font-size: 20px;
    color: #333;
    line-height: 90px;
    float: right;
}

.top-userexit {
    background: #a62d44;
    border-radius: 2px;
    border: none;
    float: right;
    padding: 6px 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    margin-right: 60px;
    margin-left: 35px;
}

.top-userexit:hover {
    color: #fff;
}


/*公共左侧*/

.left-box-con {
    margin-top: 85px;
}

.left-box {
    width: 190px;
    height: 100%;
    background: #ffffff;
    color: #ab2b42;
    position: fixed;
    left: 0;
    top: 0;
    display: inline-block;
}

.left-box a {
    height: 150px;
    display: inline-block;
    border-bottom: 1px solid #ecf0f3;
    text-decoration: none;
    width: 100%;
}

.left-box a img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

.left-box a p {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #ab2b42;
    padding-top: 10px;
}


/*.left-box a:hover{background: #ab2b42;transition:500ms;-webkit-transition:500ms;-moz-transition:500ms;}*/

.left-box a:hover {
    background: #ab2b42;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.left-box a:hover .iconimg {
    background: url(../images/icon_left_school_active.png) no-repeat;
}

.left-box a:hover .iconimg1 {
    background: url(../images/icon_left_mess_active.png) no-repeat !important;
}

.left-box a:hover .iconimg2 {
    background: url(../images/icon_left_wode_active.png) no-repeat !important;
}

.left-box a:hover p {
    color: #fff;
}

.left-box a.active {
    background: #ab2b42;
}

.left-box a.active .iconimg {
    background: url(../images/icon_left_school_active.png) no-repeat;
}

.left-box a.active .iconimg1 {
    background: url(../images/icon_left_mess_active.png) no-repeat !important;
}

.left-box a.active .iconimg2 {
    background: url(../images/icon_left_wode_active.png) no-repeat !important;
}

.left-box a.active p {
    color: #fff;
}

.iconimg,
.iconimg1,
.iconimg2 {
    width: 45px;
    height: 34px;
    background: url(../images/icon_left_school.png) no-repeat;
    margin: 50px auto 0;
}

.left-box a.active {
    background: #ab2b42;
}

.iconimg1 {
    background: url(../images/icon_left_mess.png) no-repeat !important;
}

.iconimg2 {
    background: url(../images/icon_left_wode.png) no-repeat !important;
}


/*公共右侧*/

.right-box {
    margin-left: 205px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 87%;
    min-height: 900px;
    min-width: 1110px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
}


/*首页*/

.top-message {
    height: 101px;
    margin: 60px;
}

.top-mess-left {
    width: 50%;
    float: left;
}

.top-mess-left img {
    width: 101px;
    height: 101px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.top-mess-left span {
    font-size: 24px;
    display: inline-block;
    color: #333;
    padding-top: 15px;
}

.top-mess-left span b {
    font-weight: normal;
    font-size: 16px;
    padding-left: 15px;
}

.top-times {
    font-size: 16px !important;
    color: #999 !important;
}

.top-down-box {
    float: left;
    width: 50%;
    margin-top: 15px;
}

.top-down-box p {
    font-size: 18px;
    color: #999;
}

.top-down-box ul {
    list-style: none;
    border-right: none;
    height: 38px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.top-down-box ul li {
    width: 135px;
    height: 38px;
    border: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    line-height: 38px;
}

.top-down-box ul li a {
    text-decoration: none;
}


/*banner*/

.banner-box {
    width: 1486px;
    height: 462px;
}

.slideBox {
    width: 1486px;
    height: 462px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slideBox .hd {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 16px;
    text-align: center;
    bottom: 10px;
    right: 25px;
}

.slideBox .hd ul {
    min-width: 191px;
    height: 16px;
    display: inline-block;
    background: url(../images/banner-dot-bg.png) no-repeat center center;
    border-radius: 8px;
    padding: 0 8px;
    list-style: none;
    float: right;
}

.slideBox .hd ul li {
    width: 28px;
    height: 6px;
    margin: 0 8px;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-top: -9px
}

.slideBox .hd ul li.on {
    width: 28px;
    height: 6px;
    margin-top: -9px;
    background: #118fdb;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 1;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1486px;
    height: 462px;
    display: block;
}


/*办理入学申请按钮*/

.btn-apply {
    width: 187px;
    height: 78px;
    background: url(../images/btn_applay_03.png) no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    display: block;
    margin: 45px auto 0;
}


/*上传报名资料*/

.lc-step-bg,
.lc-step-progress {
    position: absolute;
    top: 25px;
    left: 73px;
    right: 0;
    z-index: -5;
    background: #AB2B42;
}

.lc-step-bg {
    width: 89%;
    height: 2px;
    background: #ddd;
    display: block;
}

.lc-step-progress {
    width: 0;
    height: 2px;
}

.lc-box {
    margin-left: 180px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.lc-cg {
    width: 185px;
    display: inline-block;
    padding: 5px 25px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.lc-cg img {
    margin: 0 auto;
    display: block;
}

.lc-step,
.lc-step-gray {
    background: #ab2b42;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 20px;
}

.lc-cg div {
    background: url(../images/icon_circle_ys.png) no-repeat;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    margin: 0 auto;
}

.lc-step-gray {
    background: #bfbfbf;
}

.lc-cg:hover div {
    background: url(../images/icon_circle.png) no-repeat;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.lc-cg:hover .lc-step-gray {
    background: #ab2b42;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.lc-cg div.active {
    background: url(../images/icon_circle.png) no-repeat;
}

.lc-cg .lc-step-gray.active {
    background: #ab2b42;
}

.lc-cg:last-child {
    margin-right: 0;
}

.right-content-box {
    /* padding:15px 20px; */
}

.content-tit {
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content-tit img {
    vertical-align: middle;
    padding-right: 15px;
}

.select-box {
    margin: 25px 40px 50px 25px;
}

.select-box select {
    width: 202px;
    height: 33px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: left;
    margin-left: 20px;
    margin-right: 80px;
}

.applay-box {
    margin-top: 29px;
}

.applay-tit {
    background: #ebf0f3;
    padding: 8px;
    margin-bottom: 13px;
    margin-top: 13px;
}

.applay-list {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
    /* display: inline-block; */
}

.name-input,
.name-input-upload,
.tab-school-name,
.ss-input {
    width: 205px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-left: 10px;
    /*margin-right: 50px;*/
    padding-left: 5px;
    font-size: 14px;
}

.sex-choose {
    vertical-align: middle !important;
    margin-left: 30px;
}

.name-input-upload {
    position: relative;
    margin-right: 10px;
}

.btn-upload {
    color: #fff;
    background: #217cc3;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
}

.pic-size {
    color: #666;
}

.input-file {
    position: absolute;
    top: 20px;
    right: 590px;
    opacity: 0;
}

.xueli-select,
.tab-sele {
    width: 205px;
    height: 35px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: left;
    margin-left: 20px;
    /*margin-right: 80px;*/
}

.table-box th td {
    border: none;
    text-align: left !important;
}

.tab-date {
    width: 130px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    padding-left: 5px;
    margin: 5px;
}

.tab-school-name {
    margin-left: 0;
    height: 30px;
}

.tab-sele {
    height: 30px;
    margin-left: 0;
}

.table-box th {
    height: 50px;
    font-weight: normal;
}

.upload-box {
    margin-top: 37px;
    /* display: inline-block; */
}

.upl-list {
    width: 129px;
    background: url(../images/img_upload_bg_03.jpg) no-repeat;
    float: left;
    margin-left: 75px;
}

.upl-list input {
    width: 129px;
    height: 129px;
    overflow: hidden;
    opacity: 0;
}

.upl-list p {
    text-align: center;
    color: #333;
}

.btn-reset {
    color: #fff;
    padding: 5px 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #999;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
}

.btn-reset {
    margin-left: 70px;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #333;
}

.ss-input {
    width: 104px;
    margin-right: 5px;
}

.btn-submit:hover {
    color: #fff;
}

.btn-reset:hover {
    color: #333;
}

.btn-submit {
    color: #fff;
    padding: 5px 50px;
    text-align: center;
    background: #217cc3 !important;
    border: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 300px;
}

.zs-type {
    margin-left: 10px;
    margin-top: 20px;
}


/*确认上传资料*/

.qr-table {
    width: 80%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    float: left;
    margin-bottom: 30px;
}

.qr-table tr td {
    border: 1px solid #dcdcdc;
}

.qr-tab-tit,
.jilu-list {
    background: #f9f9f9;
    font-size: 14px;
    text-align: left;
    border-bottom: 0;
}

.gray-bgs {
    background: #f9f9f9;
    text-align: center;
    width: 100px;
}

.tx-right {
    margin-left: 10px;
}

.qr-table-sq {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    float: left;
    margin-bottom: 30px;
}

.qr-table-sq tr td {
    border: 1px solid #dcdcdc;
}

.upload-zq {
    /* height: 150px; */
    margin-left: 20px;
}

.up-list {
    float: left;
    margin-right: 70px;
}

.up-list-img {
    border: 1px solid #dcdcdc;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 10px 0;
}

.up-list-img .lightbox {
    position: absolute;
    width: 100%;
}

.up-list-img img {
    margin: 0 auto;
    display: block;
}


/*审核结果通过*/

.jg-top-box {
    margin-top: 45px;
    margin-left: 40px;
    margin-bottom: 100px;
}

.jg-top-box img {
    float: left;
    margin-right: 56px;
}

.jg-top-tit {
    font-size: 24px;
    padding: 0;
    margin: 0;
    /* display: inline-block; */
    margin-top: 20px;
}

.jg-top-zl {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.jg-dec-btn,
.tg-down,
.tg-blue {
    color: #666;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
}

.content-tit b {
    color: #fa6d19;
    font-size: 24px;
    font-weight: normal;
}

.payfor-list {
    float: left;
    list-style: none;
}

.payfor-list li {
    float: left;
    margin-right: 30px;
}

.payfor-list li img {
    vertical-align: middle;
}

.btn-payfor {
    color: #fff;
    background: #ff9000;
    padding: 10px 45px;
    border: none;
    text-align: center;
    margin: 50px 300px;
}

.notice-text {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}


/*测试结果通过*/

.tg-down {
    background: #fb982d;
    border: none;
    color: #fff;
}

.tg-down:hover {
    color: #fff;
}

.tg-yulan {
    margin-left: 5px;
}


/*测试通过 缴费*/

.pici-box {
    display: inline-block;
    margin-top: 30px;
}

.pc-choose {
    vertical-align: middle;
}

.pc-yanqi {
    margin-left: 50px;
}

.yanqi-yuanyin {
    margin-top: 30px;
    margin-left: 150px;
}

.yanqi-yuanyin textarea {
    vertical-align: top;
    width: 500px;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

.zz-box {
    width: 775px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}

.zz-hk-notice {
    background: #f8f8f8;
    line-height: 42px;
    height: 42px;
    padding-left: 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.zz-item span {
    padding-left: 15px;
    margin-right: 80px;
    font-size: 16px;
}

.zz-item {
    margin-top: 5px;
    float: left;
    width: 380px;
}

.upload-pz {
    border-radius: 5px;
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    height: 25px;
    margin-left: 5px;
    position: relative;
    padding-left: 5px;
}

.upload-filses {
    position: absolute;
    margin-left: -150px;
    width: 150px;
    opacity: 0;
}

.btn-liulan {
    padding: 7px 15px;
    color: #fff;
    background: #046eae;
    border-radius: 5px;
    border: none;
}

.tixing-red {
    color: #ef1e08;
    font-size: 14.3px;
}


/*上传材料 确认材料*/

.chick-bigimg {
    color: #999;
    font-size: 14px;
}

.imglist {
    display: inline-block;
    float: left;
    margin-right: 85px;
    margin-top: 20px;
    text-align: ;
}

.imglist img {
    width: 127px;
    height: 188px;
    border: 1px solid #dcdcdc;
}


/*成功入学*/

.tg-blue {
    background: #217cc3;
    color: #fff;
    margin-left: 20px;
    border: none;
}

.tg-blue:hover {
    color: #fff;
}

.btn-xiazai a:hover {
    color: #fff;
}


/*缴费记录*/

.jilu-list {
    text-align: center;
}

.btn-xiazai {
    padding: 3px 10px;
    background: #ab2b42;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.btn-xiazai:hover {
    color: #fff;
}


/*示例图片弹出框*/

.shili-span {
    font-size: 16px;
}


/*留言相关*/


/*留言相关*/

.alert-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    display: none;
}

.alert-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -153px;
    margin-top: -290px;
    width: 400px;
    height: 540px;
    border-radius: 5px;
    background: #fff;
    padding: 0 20px;
}

.liuyan-btn {
    display: inline-block;
    padding: 0 10px;
    /* margin-left: 5px; */
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}

.liuyan-btn i {
    margin-top: 0;
}

.liuyan-btn i.sprite-xiaoxi {
    background: url(../images/sprite-icons.png) no-repeat 0 -60px;
}

.close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center center;
    color: #fff;
    cursor: pointer;
}

.txsm {
    margin-top: 5px;
}

.school-logo {
    position: absolute;
    top: 55px;
    left: 55px;
}

.school-wraps {
    width: 1100px;
    margin: 200px auto 0;
}

.school-w-left {
    width: 530px;
    height: 471px;
    background: url(../images/leftimg.png) no-repeat;
    float: left;
}

.school-w-right {
    display: inline-block;
    width: 475px;
    min-height: 460px;
    background: #fff;
    box-shadow: 10px 20px 25px #c4cad1;
    border-radius: 10px;
    float: right;
}

.school-name-img {
    margin: 50px auto 23px;
    width: 328px;
    height: 87px;
    display: block;
}

.input-wraps {
    margin-left: 45px;
}

.lc-step-lines,
.lc-step-lines1,
.lc-step-lines2,
.lc-step-lines3,
.lc-step-lines4,
.lc-step-lines5,
.lc-step-lines6 {
    height: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 23px;
    left: 48px;
}

.lc-step-lines {
    width: 14%;
    ;
}

.lc-step-lines1 {
    width: 14%;
    left: 230px;
}

.lc-step-lines2 {
    width: 14%;
    left: 374px;
}

.lc-step-lines3 {
    width: 14%;
    left: 540px;
}

.lc-step-lines4 {
    width: 14%;
    left: 700px;
}

.lc-step-lines5 {
    width: 14%;
    left: 875px;
}

.lcs {
    float: left;
}

.lcs:hover .lc-step-lines {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines1 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines2 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines3 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines4 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines5 {
    background: #ab2b42 !Important;
}

.lc-step-lines.active {
    background: #ab2b42 !Important;
}

.lc-step-lines1.active {
    background: #ab2b42 !Important;
}

.lc-step-lines2.active {
    background: #ab2b42 !Important;
}

.lc-step-lines3.active {
    background: #ab2b42 !Important;
}

.lc-step-lines4.active {
    background: #ab2b42 !Important;
}

.lc-step-lines5.active {
    background: #ab2b42 !Important;
}


/*在进度条元素上调用动画*/


/*#fill{
    animation: move 2s;
    text-align: center;
    background-color: #AB2B42;
}*/


/*实现元素宽度的过渡动画效果*/


/*@keyframes move {
    0%{
        width:0;

    }
    100%{
        width:100%;
    }
}*/

.ui-stepBar-wrap {
    position: relative;
    width: 100%;
    height: 130px;
    background: #ebeef3;
    overflow: hidden;
    display: none;
    z-index: 100;
}

.ui-stepBar-wrap .ui-stepBar {
    position: relative;
    width: 90%;
    height: 5px;
    background: #cccccc;
    top: 50px;
    left: 5%;
    z-index: 101;
}

.ui-stepBar-wrap .ui-stepBar .ui-stepProcess {
    position: relative;
    width: 0;
    height: 5px;
    background: #516784;
    top: 0;
    left: 0;
    z-index: 102;
}

.ui-stepBar-wrap .ui-stepInfo-wrap {
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo {
    position: relative;
    float: left;
    padding-top: 36px;
    text-align: center;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence {
    position: relative;
    padding: 4px 8px;
    border-radius: 50%;
    z-index: 103;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName {
    position: relative;
    line-height: 50px;
    z-index: 103;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change,
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change {
    cursor: pointer;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover {
    box-shadow: 0 0 3px 1px #516784;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover {
    box-shadow: 0 0 3px 1px #cccccc;
}

.judge-stepSequence-pre {
    background: #516784;
    color: #ffffff;
}

.judge-stepSequence-hind {
    background: #cccccc;
    color: #000000;
}

.author {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    color: #1569ec;
    text-shadow: 1px 1px 0 #e7e7e7, 0 1px 7px #fff;
}

.red {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 20px;
}

.reds {
    color: red;
}


/* 上传图片 */

.layui-upload {
    margin: 35px 0;
    overflow: hidden;
}

.layui-upload-list {
    margin: 10px 0;
    overflow: hidden;
}

.table-box {
    width: 100%;
}

.table-box th {
    border-bottom: 0;
}

@charset "utf-8";
body {
    background: #ebf0f3;
    margin: 0;
    padding: 0;
}

input {
    background: transparent !important;
}


/*ç™»å½•*/

.login-wrap {
    width: 100%;
    height: 966px;
}

.login-bg-wrap {
    width: 100%;
    height: 966px;
    background-size: 100% 100%;
    background: url(../images/img_login.jpg) no-repeat center;
    overflow-y: hidden;
}

.login-form-bg {
    width: 818px;
    height: 457px;
    background: url(../images/img_formbg.png) no-repeat;
    margin: 10% auto 0;
}

.login-form-bg h1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.login-form-right {
    width: 265px;
    float: right;
    margin: 70px 100px;
}

.input-box {
    width: 300px;
    height: 35px;
    background: #fff;
    float: left;
    margin-top: 22px;
    border-bottom: 1px solid #e5e5e5;
}

.input-box-w {
    width: 150px !important;
}

.input-tit {
    color: #333;
    font-size: 18px;
    float: left;
    margin-top: 27px;
    padding-right: 10px;
}

.input-box img {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

.input-box input {
    width: 255px;
    line-height: 33px;
    margin-left: 10px;
    float: left;
    height: 33px;
    border: none;
    background: #fff;
    background: transparent !important;
}

.code-w {
    width: 180px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.banquan-mes {
    color: #999999;
    display: block;
    text-align: center;
    margin-top: 210px;
}

.banquan-mes a {
    color: #999999;
}

.banquan-mes a:hover {
    color: #999999;
}

.btn-login {
    width: 315px !important;
    background: #b2203c !important;
    height: 45px !important;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 35px;
    margin-left: 80px;
    margin-bottom: 20px;
}

.btn-reg {
    width: 200px;
    height: 35px;
    background: #b2203c;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 25px 40px;
    cursor: pointer;
}

.link-zc,
.link-mm {
    color: #999;
    font-size: 15px;
    text-decoration: none;
    margin-left: 80px;
}

.link-mm {
    margin-right: 75px;
}


/*æ³¨å†Œé¡µé¢*/

.reg-box {
    width: 350px;
    margin-left: 400px;
    margin-top: 55px;
    display: inline-block;
}

.reg-list {
    height: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 22px;
}

.reg-input-box {
    width: 250px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    float: left;
}

.reg-list span {
    float: left;
    line-height: 35px;
    padding-right: 10px;
}

.reg-input-box img {
    margin-top: 10px;
    margin-left: 5px;
}

.reg-names {
    border: none;
    color: #4a4a4a;
    padding-left: 5px;
}

.reg-code {
    border: none;
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
    border-radius: 5px;
    width: 130px;
}

.reg-list-code {
    width: 350px;
    height: 30px;
    color: #333;
    font-size: 14px;
    margin-bottom: 25px;
}

.reg-list-code span {
    float: left;
    line-height: 35px;
    padding-right: 10px;
}

.reg-input-code {
    width: 158px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    float: left;
}

.reg-input-code img {
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}

.btn-reg-hq {
    background: #b2203c;
    border-radius: 3px;
    border: none;
    color: #fff;
    float: left;
    width: 84px;
    height: 33px;
    line-height: 33px;
    margin-left: 10px;
}

.img-code {
    margin-left: 10px;
}

.btn-reg {
    width: 255px;
    display: block;
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

.regsucc {
    float: right;
    font-size: 14px;
    color: #333;
    margin-right: 75px;
    margin-bottom: 10px;
}

.regsucc a {
    padding-left: 5px;
    color: #333;
    text-decoration: none;
}

.regsucc a:hover {
    text-decoration: underline;
}


/*å…¬å…±å¤´éƒ¨*/

.head-box-wai {
    height: 85px;
}

.head-box {
    height: 85px;
    width: 100%;
    background: #fff;
    z-index: 9;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #ebf0f3;
}

.logo-link {
    display: inline-block;
    height: 50px;
    padding: 15px 10px;
}

.logo-link img {}

.top-usertx {
    min-width: 24px;
    min-height: 24px;
    float: right;
    margin-top: 30px;
    margin-right: 5px;
}

.top-userexit a:hover {
    color: #fff;
}

.top-username {
    font-size: 20px;
    color: #333;
    line-height: 90px;
    float: right;
}

.top-userexit {
    background: #a62d44;
    border-radius: 2px;
    border: none;
    float: right;
    padding: 6px 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    margin-right: 60px;
    margin-left: 35px;
}

.top-userexit:hover {
    color: #fff;
}


/*å…¬å…±å·¦ä¾§*/

.left-box-con {
    margin-top: 85px;
}

.left-box {
    width: 190px;
    height: 100%;
    background: #ffffff;
    color: #ab2b42;
    position: fixed;
    left: 0;
    top: 0;
    display: inline-block;
}

.left-box a {
    height: 150px;
    display: inline-block;
    border-bottom: 1px solid #ecf0f3;
    text-decoration: none;
    width: 100%;
}

.left-box a img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

.left-box a p {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #ab2b42;
    padding-top: 10px;
}


/*.left-box a:hover{background: #ab2b42;transition:500ms;-webkit-transition:500ms;-moz-transition:500ms;}*/

.left-box a:hover {
    background: #ab2b42;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.left-box a:hover .iconimg {
    background: url(../images/icon_left_school_active.png) no-repeat;
}

.left-box a:hover .iconimg1 {
    background: url(../images/icon_left_mess_active.png) no-repeat !important;
}

.left-box a:hover .iconimg2 {
    background: url(../images/icon_left_wode_active.png) no-repeat !important;
}

.left-box a:hover p {
    color: #fff;
}

.left-box a.active {
    background: #ab2b42;
}

.left-box a.active .iconimg {
    background: url(../images/icon_left_school_active.png) no-repeat;
}

.left-box a.active .iconimg1 {
    background: url(../images/icon_left_mess_active.png) no-repeat !important;
}

.left-box a.active .iconimg2 {
    background: url(../images/icon_left_wode_active.png) no-repeat !important;
}

.left-box a.active p {
    color: #fff;
}

.iconimg,
.iconimg1,
.iconimg2 {
    width: 45px;
    height: 34px;
    background: url(../images/icon_left_school.png) no-repeat;
    margin: 50px auto 0;
}

.left-box a.active {
    background: #ab2b42;
}

.iconimg1 {
    background: url(../images/icon_left_mess.png) no-repeat !important;
}

.iconimg2 {
    background: url(../images/icon_left_wode.png) no-repeat !important;
}


/*å…¬å…±å³ä¾§*/

.right-box {
    margin-left: 205px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 87%;
    min-height: 900px;
    min-width: 1110px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
}


/*é¦–é¡µ*/

.top-message {
    height: 101px;
    margin: 60px;
}

.top-mess-left {
    width: 50%;
    float: left;
}

.top-mess-left img {
    width: 101px;
    height: 101px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.top-mess-left span {
    font-size: 24px;
    display: inline-block;
    color: #333;
    padding-top: 15px;
}

.top-mess-left span b {
    font-weight: normal;
    font-size: 16px;
    padding-left: 15px;
}

.top-times {
    font-size: 16px !important;
    color: #999 !important;
}

.top-down-box {
    float: left;
    width: 50%;
    margin-top: 15px;
}

.top-down-box p {
    font-size: 18px;
    color: #999;
}

.top-down-box ul {
    list-style: none;
    border-right: none;
    height: 38px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.top-down-box ul li {
    width: 135px;
    height: 38px;
    border: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    line-height: 38px;
}

.top-down-box ul li a {
    text-decoration: none;
}


/*banner*/

.banner-box {
    width: 1486px;
    height: 462px;
}

.slideBox {
    width: 1486px;
    height: 462px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slideBox .hd {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 16px;
    text-align: center;
    bottom: 10px;
    right: 25px;
}

.slideBox .hd ul {
    min-width: 191px;
    height: 16px;
    display: inline-block;
    background: url(../images/banner-dot-bg.png) no-repeat center center;
    border-radius: 8px;
    padding: 0 8px;
    list-style: none;
    float: right;
}

.slideBox .hd ul li {
    width: 28px;
    height: 6px;
    margin: 0 8px;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-top: -9px
}

.slideBox .hd ul li.on {
    width: 28px;
    height: 6px;
    margin-top: -9px;
    background: #118fdb;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 1;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1486px;
    height: 462px;
    display: block;
}


/*åŠžç†å…¥å­¦ç”³è¯·æŒ‰é’®*/

.btn-apply {
    width: 187px;
    height: 78px;
    background: url(../images/btn_applay_03.png) no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    display: block;
    margin: 45px auto 0;
}


/*ä¸Šä¼ æŠ¥åèµ„æ–™*/

.lc-step-bg,
.lc-step-progress {
    position: absolute;
    top: 25px;
    left: 73px;
    right: 0;
    z-index: -5;
    background: #AB2B42;
}

.lc-step-bg {
    width: 89%;
    height: 2px;
    background: #ddd;
    display: block;
}

.lc-step-progress {
    width: 0;
    height: 2px;
}

.lc-box {
    margin-left: 180px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.lc-cg {
    width: 185px;
    display: inline-block;
    padding: 5px 25px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.lc-cg img {
    margin: 0 auto;
    display: block;
}

.lc-step,
.lc-step-gray {
    background: #ab2b42;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 20px;
}

.lc-cg div {
    background: url(../images/icon_circle_ys.png) no-repeat;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    margin: 0 auto;
}

.lc-step-gray {
    background: #bfbfbf;
}

.lc-cg:hover div {
    background: url(../images/icon_circle.png) no-repeat;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.lc-cg:hover .lc-step-gray {
    background: #ab2b42;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.lc-cg div.active {
    background: url(../images/icon_circle.png) no-repeat;
}

.lc-cg .lc-step-gray.active {
    background: #ab2b42;
}

.lc-cg:last-child {
    margin-right: 0;
}

.right-content-box {
    /* padding:15px 20px; */
}

.content-tit {
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content-tit img {
    vertical-align: middle;
    padding-right: 15px;
}

.select-box {
    margin: 25px 40px 50px 25px;
}

.select-box select {
    width: 202px;
    height: 33px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: left;
    margin-left: 20px;
    margin-right: 80px;
}

.applay-box {
    margin-top: 29px;
}

.applay-tit {
    background: #ebf0f3;
    padding: 8px;
    margin-bottom: 13px;
    margin-top: 13px;
}

.applay-list {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
    /* display: inline-block; */
}

.name-input,
.name-input-upload,
.tab-school-name,
.ss-input {
    width: 205px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-left: 10px;
    /*margin-right: 50px;*/
    padding-left: 5px;
    font-size: 16px;
}

.sex-choose {
    vertical-align: middle !important;
    margin-left: 30px;
}

.name-input-upload {
    position: relative;
    margin-right: 10px;
}

.btn-upload {
    color: #fff;
    background: #217cc3;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
}

.pic-size {
    color: #666;
}

.input-file {
    position: absolute;
    top: 20px;
    right: 590px;
    opacity: 0;
}

.xueli-select,
.tab-sele {
    width: 205px;
    height: 35px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: left;
    margin-left: 20px;
    /*margin-right: 80px;*/
}

.table-box th td {
    border: none;
    text-align: left !important;
}

.tab-date {
    width: 130px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    padding-left: 5px;
    margin: 5px;
}

.tab-school-name {
    margin-left: 0;
    height: 30px;
}

.tab-sele {
    height: 30px;
    margin-left: 0;
}

.table-box th {
    height: 50px;
    font-weight: normal;
}

.upload-box {
    margin-top: 37px;
    /* display: inline-block; */
}

.upl-list {
    width: 129px;
    background: url(../images/img_upload_bg_03.jpg) no-repeat;
    float: left;
    margin-left: 75px;
}

.upl-list input {
    width: 129px;
    height: 129px;
    overflow: hidden;
    opacity: 0;
}

.upl-list p {
    text-align: center;
    color: #333;
}

.btn-reset {
    color: #fff;
    padding: 5px 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #999;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
}

.btn-reset {
    margin-left: 70px;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #333;
}

.ss-input {
    width: 104px;
    margin-right: 5px;
}

.btn-submit:hover {
    color: #fff;
}

.btn-reset:hover {
    color: #333;
}

.btn-submit {
    color: #fff;
    padding: 5px 50px;
    text-align: center;
    background: #217cc3 !important;
    border: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 300px;
}

.zs-type {
    margin-left: 10px;
    margin-top: 20px;
}


/*ç¡®è®¤ä¸Šä¼ èµ„æ–™*/

.qr-table {
    width: 80%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    float: left;
    margin-bottom: 30px;
}

.qr-table tr td {
    border: 1px solid #dcdcdc;
}

.qr-tab-tit,
.jilu-list {
    background: #f9f9f9;
    font-size: 14px;
    text-align: left;
    border-bottom: 0;
}

.gray-bgs {
    background: #f9f9f9;
    text-align: center;
    width: 100px;
}

.tx-right {
    margin-left: 10px;
}

.qr-table-sq {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    float: left;
    margin-bottom: 30px;
}

.qr-table-sq tr td {
    border: 1px solid #dcdcdc;
}

.upload-zq {
    /* height: 150px; */
    margin-left: 20px;
}

.up-list {
    float: left;
    margin-right: 70px;
}

.up-list-img {
    border: 1px solid #dcdcdc;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 10px 0;
}

.up-list-img .lightbox {
    position: absolute;
    width: 100%;
}

.up-list-img img {
    margin: 0 auto;
    display: block;
}


/*å®¡æ ¸ç»“æžœé€šè¿‡*/

.jg-top-box {
    margin-top: 45px;
    margin-left: 40px;
    margin-bottom: 100px;
}

.jg-top-box img {
    float: left;
    margin-right: 56px;
}

.jg-top-tit {
    font-size: 24px;
    padding: 0;
    margin: 0;
    /* display: inline-block; */
    margin-top: 20px;
}

.jg-top-zl {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.jg-dec-btn,
.tg-down,
.tg-blue {
    color: #666;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
}

.content-tit b {
    color: #fa6d19;
    font-size: 24px;
    font-weight: normal;
}

.payfor-list {
    float: left;
    list-style: none;
}

.payfor-list li {
    float: left;
    margin-right: 30px;
}

.payfor-list li img {
    vertical-align: middle;
}

.btn-payfor {
    color: #fff;
    background: #ff9000;
    padding: 10px 45px;
    border: none;
    text-align: center;
    margin: 50px 300px;
}

.notice-text {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}


/*æµ‹è¯•ç»“æžœé€šè¿‡*/

.tg-down {
    background: #fb982d;
    border: none;
    color: #fff;
}

.tg-down:hover {
    color: #fff;
}

.tg-yulan {
    margin-left: 5px;
}


/*æµ‹è¯•é€šè¿‡ ç¼´è´¹*/

.pici-box {
    display: inline-block;
    margin-top: 30px;
}

.pc-choose {
    vertical-align: middle;
}

.pc-yanqi {
    margin-left: 50px;
}

.yanqi-yuanyin {
    margin-top: 30px;
    margin-left: 150px;
}

.yanqi-yuanyin textarea {
    vertical-align: top;
    width: 500px;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

.zz-box {
    width: 775px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}

.zz-hk-notice {
    background: #f8f8f8;
    line-height: 42px;
    height: 42px;
    padding-left: 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.zz-item span {
    padding-left: 15px;
    margin-right: 80px;
    font-size: 16px;
}

.zz-item {
    margin-top: 5px;
    float: left;
    width: 380px;
}

.upload-pz {
    border-radius: 5px;
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    height: 25px;
    margin-left: 5px;
    position: relative;
    padding-left: 5px;
}

.upload-filses {
    position: absolute;
    margin-left: -150px;
    width: 150px;
    opacity: 0;
}

.btn-liulan {
    padding: 7px 15px;
    color: #fff;
    background: #046eae;
    border-radius: 5px;
    border: none;
}

.tixing-red {
    color: #ef1e08;
    font-size: 14.3px;
}


/*ä¸Šä¼ ææ–™ ç¡®è®¤ææ–™*/

.chick-bigimg {
    color: #999;
    font-size: 14px;
}

.imglist {
    display: inline-block;
    float: left;
    margin-right: 85px;
    margin-top: 20px;
    text-align: ;
}

.imglist img {
    width: 127px;
    height: 188px;
    border: 1px solid #dcdcdc;
}


/*æˆåŠŸå…¥å­¦*/

.tg-blue {
    background: #217cc3;
    color: #fff;
    margin-left: 20px;
    border: none;
}

.tg-blue:hover {
    color: #fff;
}

.btn-xiazai a:hover {
    color: #fff;
}


/*ç¼´è´¹è®°å½•*/

.jilu-list {
    text-align: center;
}

.btn-xiazai {
    padding: 3px 10px;
    background: #ab2b42;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.btn-xiazai:hover {
    color: #fff;
}


/*ç¤ºä¾‹å›¾ç‰‡å¼¹å‡ºæ¡†*/

.shili-span {
    font-size: 16px;
}


/*ç•™è¨€ç›¸å…³*/


/*ç•™è¨€ç›¸å…³*/

.alert-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    display: none;
}

.alert-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -153px;
    margin-top: -290px;
    width: 400px;
    height: 540px;
    border-radius: 5px;
    background: #fff;
    padding: 0 20px;
}

.liuyan-btn {
    display: inline-block;
    padding: 0 10px;
    /* margin-left: 5px; */
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}

.liuyan-btn i {
    margin-top: 0;
}

.liuyan-btn i.sprite-xiaoxi {
    background: url(../images/sprite-icons.png) no-repeat 0 -60px;
}

.close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center center;
    color: #fff;
    cursor: pointer;
}

.txsm {
    margin-top: 5px;
}

.school-logo {
    position: absolute;
    top: 55px;
    left: 55px;
}

.school-wraps {
    width: 1100px;
    margin: 200px auto 0;
}

.school-w-left {
    width: 530px;
    height: 471px;
    background: url(../images/leftimg.png) no-repeat;
    float: left;
}

.school-w-right {
    display: inline-block;
    width: 475px;
    min-height: 460px;
    background: #fff;
    box-shadow: 10px 20px 25px #c4cad1;
    border-radius: 10px;
    float: right;
}

.school-name-img {
    margin: 50px auto 23px;
    width: 328px;
    height: 87px;
    display: block;
}

.input-wraps {
    margin-left: 45px;
}

.lc-step-lines,
.lc-step-lines1,
.lc-step-lines2,
.lc-step-lines3,
.lc-step-lines4,
.lc-step-lines5,
.lc-step-lines6 {
    height: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 23px;
    left: 48px;
}

.lc-step-lines {
    width: 14%;
    ;
}

.lc-step-lines1 {
    width: 14%;
    left: 230px;
}

.lc-step-lines2 {
    width: 14%;
    left: 374px;
}

.lc-step-lines3 {
    width: 14%;
    left: 540px;
}

.lc-step-lines4 {
    width: 14%;
    left: 700px;
}

.lc-step-lines5 {
    width: 14%;
    left: 875px;
}

.lcs {
    float: left;
}

.lcs:hover .lc-step-lines {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines1 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines2 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines3 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines4 {
    background: #ab2b42 !Important;
}

.lcs:hover .lc-step-lines5 {
    background: #ab2b42 !Important;
}

.lc-step-lines.active {
    background: #ab2b42 !Important;
}

.lc-step-lines1.active {
    background: #ab2b42 !Important;
}

.lc-step-lines2.active {
    background: #ab2b42 !Important;
}

.lc-step-lines3.active {
    background: #ab2b42 !Important;
}

.lc-step-lines4.active {
    background: #ab2b42 !Important;
}

.lc-step-lines5.active {
    background: #ab2b42 !Important;
}


/*åœ¨è¿›åº¦æ¡å…ƒç´ ä¸Šè°ƒç”¨åŠ¨ç”»*/


/*#fill{
    animation: move 2s;
    text-align: center;
    background-color: #AB2B42;
}*/


/*å®žçŽ°å…ƒç´ å®½åº¦çš„è¿‡æ¸¡åŠ¨ç”»æ•ˆæžœ*/


/*@keyframes move {
    0%{
        width:0;

    }
    100%{
        width:100%;
    }
}*/

.ui-stepBar-wrap {
    position: relative;
    width: 100%;
    height: 130px;
    background: #ebeef3;
    overflow: hidden;
    display: none;
    z-index: 100;
}

.ui-stepBar-wrap .ui-stepBar {
    position: relative;
    width: 90%;
    height: 5px;
    background: #cccccc;
    top: 50px;
    left: 5%;
    z-index: 101;
}

.ui-stepBar-wrap .ui-stepBar .ui-stepProcess {
    position: relative;
    width: 0;
    height: 5px;
    background: #516784;
    top: 0;
    left: 0;
    z-index: 102;
}

.ui-stepBar-wrap .ui-stepInfo-wrap {
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo {
    position: relative;
    float: left;
    padding-top: 36px;
    text-align: center;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence {
    position: relative;
    padding: 4px 8px;
    border-radius: 50%;
    z-index: 103;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName {
    position: relative;
    line-height: 50px;
    z-index: 103;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change,
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change {
    cursor: pointer;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover {
    box-shadow: 0 0 3px 1px #516784;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover {
    box-shadow: 0 0 3px 1px #cccccc;
}

.judge-stepSequence-pre {
    background: #516784;
    color: #ffffff;
}

.judge-stepSequence-hind {
    background: #cccccc;
    color: #000000;
}

.author {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    color: #1569ec;
    text-shadow: 1px 1px 0 #e7e7e7, 0 1px 7px #fff;
}

.red {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 20px;
}

.reds {
    color: red;
}


/* ä¸Šä¼ å›¾ç‰‡ */

.layui-upload {
    margin: 35px 0;
    overflow: hidden;
}

.layui-upload-list {
    margin: 10px 0;
    overflow: hidden;
}

.table-box {
    width: 100%;
}

.table-box th {
    border-bottom: 0;
}


/* 查看汇款说明 */

.btn-huikuan {
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 15px;
    border-radius: 5px;
}


/* 首页提示 */

.tips {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #c33c56;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
}

.red-box {
    border: 1px solid red;
}