@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    font-style: normal
}

input {
    border: #ccc 1px solid;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
}

a {
    color: #333
}

a:hover {
    color: #9b0000
}

a, input {
    outline: none;
}

img {
    border: none;
    display: block
}

.floatR {
    float: right
}

.floatL {
    float: left
}

.clearb {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block
}

/*共用title*/
.sub-tilte {
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #aaa;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
}

.sub-tilte2 {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #676767;
    margin-top: 20px;
}

body {
    background-color: #fff;
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 14px;
}

.btn-red{
    background-color: #8c0000;
    color: #fff;
    min-width: 120px;
}
.border-red{
    border-color: #8c0000 !important;
}
.color-red{
    color: #8c0000;
}
.backgroup-red{
    background-color: #8c0000;
}

/*头部*/
.warp-header {
    background-color: #fff
}

.header {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    padding: 10px 0px;
    background-color: rgba(255, 255, 255, 0.7);
}

.home-carousel{
    height: 700px;
}
.home-carousel img{
    width: 100%;
    height: 700px;
}
@media screen and (max-width: 992px){
    .home-carousel{
        height: 600px;
    }
    .home-carousel img{
        height: 600px;
    }
}
@media screen and (max-width: 768px){
    .home-carousel{
        height: 500px;
    }
    .home-carousel img{
        height: 500px;
    }
    .container-xl{
        padding: 0px;
    }
}

/*登录*/
.login-body {
    width: 100%;
    height: 560px;
    position: absolute;
    top: 0px
}

.login-box {
    position: relative;
    float: right;
    width: 340px;
    height: 325px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    margin-top: 150px;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .login-box {
        margin: auto;
        margin-top: 150px;
        float: none;
    }

}

.login-box ul {
    width: 280px;
    margin: 0px auto;
    overflow: hidden
}

.login-box ul li {
    margin-top: 22px;
}

.login-box .login-box-head {
    position: relative;
    height: 40px;
    margin: 30px 30px 0px 30px;
}

.login-box .login-box-head h3 {
    line-height: 40px;
    height: 40px;
}

.login-box .login-box-head .authen {
    width: 140px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("../images/login-arrow.png") 0px 6px no-repeat;
    height: 40px;
}

.login-box .login-box-head .authen i {
    background: url("../images/login-ico.png") no-repeat;
    width: 40px;
    height: 40px;
    display: inline-flex;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.login-box .login-box-head .authen i.unify {
    background-position: 0 -60px;
}

.login-box .login-box-head .authen span {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 11px;
    color: #990000;
}

.login-box .login-unify {
    margin: 20px 30px;
}

.login-box .login-unify dt {
    background: url("../images/login-aouth.png") center no-repeat;
    height: 150px;
}

.login-box button {
    background-color: #b90000;
    border: #b90000 1px solid;
}

.text-box {
    width: 275px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #ac8762;
    color: #333;
    text-indent: 1em;
    background-color: #f6f1ef
}

.text-area {
    width: 275px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #ac8762;
    color: #333;
    background-color: #f6f1ef;
    padding: 0.5em;
}

.login-btn {
    /*  background: url("../images/btn-bg2.jpg") repeat-x 0px 0px; */
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    width: 275px;
    border: none;
    cursor: pointer;
    border: solid 1px #ac8762
}

.login-msg {
    margin-top: 5px;
    color: #333
}

.title {
    height: 40px;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    background-position: center top;
    background-repeat: no-repeat
}

.title span {
    display: block;
    color: #9b0000;
    font-size: 14px;
}

.title.bg1 {
    background-image: url(../images/title_bg1.png);
    margin-top: 40px
}

.title.bg2 {
    background-image: url(../images/title_bg2.png);
    margin-top: 40px
}

.login-statistics-warp {
    width: 980px;
    margin: 30px auto;
    overflow: hidden;
    padding: 10px;
}

.login-statistics {
    width: 1100px;
}

.login-statistics li {
    width: 215px;
    height: 100px;
    -webkit-box-shadow: 0 0 10px #e7e6e6;
    -moz-box-shadow: 0 0 10px #e7e6e6;
    box-shadow: 0 0 10px #e7e6e6;
    background-color: #fff;
    float: left;
    margin-right: 40px;
    display: inline-block;
    border-radius: 5px;
}

.login-statistics li p {
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #4b4b4b
}

.login-statistics li span {
    display: block;
    width: 110px;
    margin: 0px auto;
    height: 52px;
    line-height: 52px;
    margin-top: 10px
}

.login-statistics li span i {
    float: right;
    font-size: 24px;
    color: #333
}

.login-echart-box {
    width: 100%;
    margin: 50px auto;
    height: 430px;
}

.login-statistics2 li {
    width: 177px;
    margin-right: 25px;
}

.login-statistics2 li span {
    width: 100px;
}

.icon-image{
    text-align: right;
    text-align: -webkit-right;
}
.text-number{
    font-size: 30px;
    font-weight: bold;
}

/*导航*/
.navbar-collapse .navbar {
    flex-grow: 1;
}
.navbar-menu{
    background: url(../images/nav-bg.jpg) #9b0000 no-repeat center 0px;
}
.navbar-menu em{
    display: block;
    text-align: center;
    color: #fff;
 }
.navbar-menu span{
    color: #fff;
}
.navbar-menu .navbar{
    padding: 0;
}
.navbar-menu a{
    min-width: 180px;
    padding: .5rem 1rem;
}
.navbar-menu .active{
    background-color: #fff;
}
.navbar-menu .active em,.navbar-menu .active span{
    color: #8c0000;
}

@media screen and (max-width: 768px) {
    .navbar-menu{
        background-color: #8c0000;
        background-image: none;
    }
    .navbar-menu .container-xl{
        display: inline-block;
        padding: 0px;
    }
}

.body-bg{
    background: url(../images/bottom-bg.png) #f6f6f6 no-repeat center bottom;
    background-size: 100% auto
}
.page-container{
    position: relative;
}
.container-top{
    background: url(../images/banner-bg.jpg) no-repeat center top;
    background-size: 100% 255px;
    width: 100%;
    height: 255px;
    position: absolute;
    z-index: -10;
}
.container-desc{
    color: #fff;
}
.container-desc p{
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
    .container-top{
        height: 445px;
        background-size: 100% 445px;
    }
    .inside-content{
        padding: 30px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .container-top{
        height: 350px;
        background-size: 100% 350px;
    }
}





.column-tit {
    background: url(../images/column-name.png) no-repeat 0 0px;
    height: 25px;
    border-bottom: solid 1px #aaaaaa;
    font-weight: normal;
    line-height: 25px;
}

.column-tit .name {
    width: 120px;
    height: 25px;
    display: block;
    float: left;
    text-indent: 8px;
    color: #fff;
    font-size: 18px;
}

.column-tit .enlish-name {
    font-size: 16px;
    color: #9b0000;
}

.column-tit .moreBtn {
    background: #9b0000;
    padding: 3px 30px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-top: -10px;
}

/*注册*/
.tit-msg {
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    margin: 30px 40px 15px 50px;
    color: #fff
}

.reg-box {
    margin-top: 10px;
}

.reg-box li {
    margin-top: 35px;
    font-size: 16px;
}

.reg-box .lable-name {
    display: block;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 20px;
}

.reg-box .remark {
    color: #999;
    font-size: 11pt;
}

.reg-box li .txtbox {
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    width: 500px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: none;
    padding-left: 60px;
}

.reg-box li .txtbox.bg1 {
    background-image: url(../images/icon08.png)
}

.reg-box li .txtbox.bg2 {
    background-image: url(../images/icon09.png)
}

.reg-box li .txtbox.bg3 {
    background-image: url(../images/icon10.png)
}

.reg-box li .txtbox.bg4 {
    background-image: url(../images/icon11.png)
}

.reg-box li .txtbox.bg5 {
    background-image: url(../images/icon12.png)
}

.reg-box li .txtbox.bg6 {
    background-image: url(../images/icon13.png)
}

.reg-box li .txtbox.bg7 {
    background-image: url(../images/icon014.png)
}

.reg-box .login-btn {
    width: 150px;
    height: 34px;
    line-height: 34px;
    background-color: #9a0000;
    border-radius: 5px;
    margin-left: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*申请*/
.apply-list {
    border-bottom: #ccc 1px solid;
}

.apply-list li{
    border-bottom: #ccc 1px dashed;
    padding: 15px 0px 5px;
    overflow: hidden;
}
.apply-list li:last-child{
    border-bottom: none;
}

.apply-list dl {
    width: 70%;
}

.apply-list dt {
    height: 30px;
    line-height: 30px;
}

.apply-list .name {
    font-size: 20px;
    float: left;
    color: #000000;
    font-weight: bold
}

.apply-msg {
    height: 30px;
    line-height: 30px;
}

.apply-msg .date {
    margin-left: 500px;
}

.apply-name {
    background: url(../images/ico1.png) no-repeat 0 8px;
    line-height: 30px;
    padding-left: 20px;
}

.apply-details {
    background: url(../images/ico2.png) no-repeat 0 8px;
    line-height: 30px;
    padding-left: 20px;
}

.apply-details .color-blue {
    color: #8f95b6
}

.apply-details .color-red {
    color: #fe6c6c
}

.apply-date {
    background: url(../images/ico3.png) no-repeat 0 8px;
    line-height: 30px;
    padding-left: 20px;
}

.apply-address {
    background: url(../images/ico4.png) no-repeat 0 8px;
    line-height: 30px;
    padding-left: 20px;
}

.apply-list .bule-style {
    color: #448aca
}

.apply-list .green-style {
    color: #71d969
}

.apply-list .red-style {
    color: #fe6c6c
}

.result-img {
    margin-left: 30px;
    margin-top: 25px;
}

.apply-btn {
    float: right;
    width: 90px;
    text-align: right;
}

.apply-btn a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: right;
    background-color: #9b0000;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0px;
    padding: 3px 15px;
}

/*流程*/
.container-step{
    position: relative;
}
.container-step .step-item{
    padding: 15px 20px;
}
.container-step .active{
    border-color: #8c0000 !important;
    background-color: #8c0000;
    color: #fff;
    position: relative;
}
.container-step .active::before{
    content: "";
    position: absolute;
    top: 20px;
    right: -25px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-left: 10px solid #8c0000;
    z-index: 10;
}
.container-step .last::before{
    border: none;
    border-left: none;
}


.step-con {
    border-left: solid 1px #bfbfbf;
    border-right: solid 1px #bfbfbf;
    width: 866px;
    overflow: hidden;
    margin: 20px auto
}

.step-content {
    position: relative;
    background: url(../images/step-bg.jpg) repeat-x 0 0px;
    height: 76px;
    width: 884px;
}

.step-content span {
    color: #847870;
    float: left;
    width: 25%;
    text-align: center;
    padding: 18px 0px;
    line-height: 20px;
    background: url(../images/step-ico3.png) no-repeat right center;
    cursor: pointer
}

.step-content span i {
    display: block
}

.step-content span:nth-child(1) {
    position: absolute;
    left: 0px;
    z-index: 10
}

.step-content span:nth-child(2) {
    position: absolute;
    left: 215px;
    z-index: 9
}

.step-content span:nth-child(3) {
    position: absolute;
    left: 430px;
    z-index: 8
}

.step-content span:nth-child(4) {
    position: absolute;
    left: 645px;
    z-index: 7;
    background-image: none
}

.step-content span.active {
    color: #fff;
    background: url(../images/step-ico4.png) no-repeat right center
}

.step-content span:last-child.active {
    background-image: none
}

.step-content span:nth-child(1).active {
    position: absolute;
    left: 0px;
    z-index: 10
}

.step-content span:nth-child(2).active {
    position: absolute;
    left: 215px;
    z-index: 9
}

.step-content span:nth-child(3).active {
    position: absolute;
    left: 430px;
    z-index: 8
}

.step-content span:nth-child(4).active {
    position: absolute;
    left: 645px;
    z-index: 7;
    background: #ba0000
}

/*日历*/
.calendar-box {
    margin: 0px auto
}

.calendar-box img {
    display: block;
    margin: 0px auto
}

.button-box {
    margin: 30px;
    text-align: center
}

.default-btn {
    padding: 10px 35px;
    background: #b78d65;
    border-radius: 5px;
    color: #fff
}

.button-box .default-btn {
    margin: 0 10px;
}

.button-box .submit-btn{
	background:#9b0000;
}
.button-box .submit-btn:hover{
	color: #b78d65;
}

.time-box {
    height: 30px;
    line-height: 30px;
    margin: 10px 0px;
    color: #727272
}

.meetingtable {
    border-right: solid 1px #bfbfbf;
    border-top: solid 1px #bfbfbf
}

.meetingtable tr td {
    border-left: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    text-align: center;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
    cursor: pointer
}

/*信息列表*/
.information-list {
    overflow: hidden;
    padding: 10px 0px;
    color: #333;
    font-size: 16px;
}

.information-list li {
    line-height: 30px;
    overflow: hidden
}

.information-list li .label-title {
    width: 100px;
    display: inline-block;
    float: left;
    text-align: right;
    color: #999;
}

.information-font {
    padding: 10px 0px;
    font-size: 16px;
    color: #333;
}

/*表单列表*/
.form-list li {
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
}

.form-list li .label-title {
    width: 120px;
    display: inline-block;
    float: left;
    text-align: right;
    margin-right: 15px;
}

.form-list li .label-title i {
    color: red
}

.form-list li .radio-con {
    margin-right: 50px;
}

.form-list li .radio-con input {
    margin-right: 10px;
    margin-left: 10px;
    height: auto;
    line-height: normal;
}

.form-list li .textarea {
    width: 98%;
    height: 150px;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
}

.appointment-table {
    line-height: 35px;
    margin-top: 15px;
    width: 100%;
}

.appointment-table tr th {
    background-color: #c46666;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff
}

.appointment-table tr td {
    text-align: center
}

.appointment-table tr:nth-child(odd) td {
    background-color: #f5f0ec
}

.btn-box {
    height: 22px;
    display: block;
    margin: 10px 0px;
}

.add-btn {
    background-color: #9b0000;
    /*font-size: 12px;*/
    border-radius: 3px;
    display: block;
    height: 30px;
    text-align: center;
    padding: 5px 20px;
    color: #fff
}

.add-btn:hover {
    color: #fff
}

.radios {
    line-height: 40px;
    margin-left: 20px;
}

.radios .radio-con {
}

.radios .radio-con input {
    margin-right: 10px;
    height: auto;
    line-height: normal;
}

.radios .upfile {
    margin-left: 40px;
    color: #666;
}

.form-list li {
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
}

.form-list li .label-title {
    width: 120px;
    display: inline-block;
    float: left;
    text-align: right;
    margin-right: 15px;
}

.form-list li .label-title i {
    color: red
}

.form-list li .radio-con {
    margin-right: 50px;
}

.form-list li .radio-con input {
    margin-right: 10px;
    margin-left: 10px;
}

.form-list .textarea {
    width: 98%;
    height: 150px;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
}

.appointment-table {
    line-height: 35px;
    margin-top: 15px;
}

.appointment-table tr th {
    background-color: #c46666;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff
}

.appointment-table tr td {
    text-align: center
}

.appointment-table tr:nth-child(odd) td {
    background-color: #f5f0ec
}

.btn-box {
    height: 22px;
    display: block;
    margin: 10px 0px;
}


.add-btn:hover {
    color: #fff
}

.radios {
    line-height: 40px;
    margin-left: 20px;
}

.radios .radio-con {
}

.radios .radio-con input {
    margin-right: 10px;
}

.radios .upfile {
    margin-left: 40px;
    color: #666;
}

> > > > > > > .r151
    /*弹出*/
.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup-container {
    position: relative;
    width: 550px;
    height: 400px;
    background: #FFF;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -275px;
}

.popup-container h2 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #dcdcdc;
    font-size: 20px;
    font-weight: normal;
    border-radius: 3px 3px 0 0px;
}

.cd-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: auto;
    height: 1.25rem;
    display: block;
    font-size: 14px;
}

.is-visible .popup-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.popup-container .reg-box {
    margin-bottom: 40px;
}

.popup-container .button-box .default-btn {
    margin: 0 5px;
}

.popup-container .label-title {
    width: 80px;
}

/*分页*/
.pages {
    height: 30px;
    margin-top: 20px;
}

.pages .page-size {
    float: left
}

.pages .page {
    float: right
}

.pages .page a {
    padding: 5px 10px;
    background: #9b0000;
    color: #fff;
    margin: 0 5px;
}


.inside-content {
    background-color: #fff;
    padding: 35px 45px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.container-record{
    background-color: #fff;
    padding: 15px 25px;
    min-height: 650px;
}

.statistics-list {
    overflow: hidden;
    margin: 40px 0px
}

.statistics-list div {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block
}

.statistics-list dl dt {
    height: 56px;
    line-height: 56px;
    width: 72%;
    margin: 15px auto 5px auto;
    text-align: right;
    font-size: 40px;
    font-weight: bold
}

.statistics-list dl dt i {
    font-size: 18px;
}

.statistics-list dl dd.progress-bar {
    width: 72%;
    height: 6px;
    background-color: #c9c9c9;
    margin: 0px auto
}

.statistics-list dl dd.progress-bar div {
    height: 6px;
}

.statistics-list dl dd.font-text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center
}

.statistics-list .red-box {
    border: solid 2px #f0372a
}

.statistics-list .red-box dt {
    background: url(../images/icon27.png) no-repeat 0 0px;
    color: #f0372a
}

.statistics-list .red-box dd.progress-bar div {
    background-color: #f0372a;
    display: block;
    width: 45%;
}

.statistics-list .red-box .font-text {
    color: #f0372a
}

.statistics-list .yellow-box {
    border: solid 2px #fbaa34
}

.statistics-list .yellow-box dt {
    background: url(../images/icon27-1.png) no-repeat 0 0px;
    color: #fbaa34
}

.statistics-list .yellow-box dd.progress-bar div {
    background-color: #fbaa34;
    display: block;
    width: 0%;
}

.statistics-list .yellow-box .font-text {
    color: #fbaa34
}

.statistics-list .blue-box {
    border: solid 2px #0ab1ff;
}

.statistics-list .blue-box dt {
    background: url(../images/icon28.png) no-repeat 0 0px;
    color: #0ab1ff
}

.statistics-list .blue-box dd.progress-bar div {
    background-color: #0ab1ff;
    display: block;
    width: 0%;
}

.statistics-list .blue-box .font-text {
    color: #0ab1ff
}

.statistics-list .deepblue-box {
    border: solid 2px #6589fd
}

.statistics-list .deepblue-box dt {
    background: url(../images/icon29.png) no-repeat 0 0px;
    color: #6589fd
}

.statistics-list .deepblue-box dd.progress-bar div {
    background-color: #6589fd;
    display: block;
    width: 80%;
}

.statistics-list .deepblue-box .font-text {
    color: #6589fd
}

.statistics-room-list li {
    width: 200px;
    height: 120px;
    margin-left: 15px;
}

.statistics-room-list li.yellow-box {
    margin-left: 90px;
}

.statistics-room-list li.blue-box {
    margin: 0 90px;
}

.statistics-room-list li dl {
    width: 90%;
    margin: 20px auto;
}

.statistics-room-list li dl dt {
    margin: 10px auto;
    background-size: 45px 45px !important;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
}

.statistics-room-list li dl dd.font-text {
    height: 28px;
    line-height: 28px;
}

/******************************申请结果***************************************/
.success-ico, .fail-ico, .audit-ico, .nosignin-ico, .withdraw-ico, .inuse-ico, .isover-ico, .uncommitted-ico, .pending-ico, .pass-ico, .not-pass-ico, .apply-inactive-ico {
    width: 102px;
    height: 89px;
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/*申诉成功*/
.success-ico {
    background-image: url(../images/icon15.png)
}


/*未成功*/
.fail-ico {
    background-image: url(../images/icon14.png)
}

/*待审核*/
.audit-ico {
    background-image: url(../images/icon16.png)
}

/*未签到*/
.nosignin-ico {
    background-image: url(../images/icon17.png)
}

/*被投诉*/
.inform-ico {
    background-image: url(../images/icon42.png)
}

/*取消申请*/
.withdraw-ico {
    background-image: url(../images/icon22.png)
}

/*使用中*/
.inuse-ico {
    background-image: url(../images/icon23.png)
}

/*已结束*/
.isover-ico {
    background-image: url(../images/icon24.png)
}

/*未提交*/
.uncommitted-ico {
    background-image: url(../images/icon25.png)
}

/*待执行*/
.pending-ico {
    background-image: url(../images/icon26.png)
}

/*已通过*/
.pass-ico {
    background-image: url(../images/icon39.png)
}

/*未通过*/
.not-pass-ico {
    background-image: url(../images/icon40.png)
}

/**申请无效*/
.apply-inactive-ico {
    background-image: url(../images/icon41.png)
}

.footer {
    position: relative;
    width: 100%;
    background: url(../images/f_bg.jpg) no-repeat center top;
    height: 205px;
    border-top: 1px solid #af0a1a;
}

.footer a{
    color:#fff;
}
.footer-tag a{
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 768px){
    .footer{
        height: 305px;
        background-size: cover;
    }
    .footer-link{
        text-align: center;
    }
}

/*教室选择*/
.room-choice {
}

.choice-tab {
    overflow: hidden;
    margin: 10px auto
}

.choice-tab li {
    float: left;
    margin: 5px 10px;
    border: solid 1px #d1d1d1;
    padding: 4px 15px;
    font-size: 16px;
    border-radius: 3px;
}

.choice-tab li:hover, .choice-tab li.hover {
    border: solid 1px #9b0103;
    color: #9b0103;
    cursor: pointer
}

.room-box {
    /*  margin-top: 40px; */
}

.room-box li {
    float: left;
    width: 116px;
    margin: 20px 16px;
    position: relative;
    cursor: pointer;
}

.room-box li .on {
    background: url("../images/pitch.png") no-repeat;
    z-index: 100;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.room-box li .box-top {
    height: 42px;
    border: solid 1px #a9a9a9;
    border-bottom: none;
    width: 114px;
    display: block;
    color: #000000;
    text-align: center;
    line-height: 42px;
}

.room-box li .box-bottom {
    height: 32px;
    line-height: 32px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #f06463;
    text-align: center
}

.room-box li .red-ico {
    background: url(../images/icon35.png) no-repeat 0px 0px;
    position: absolute;
    top: -5px;
    width: 57px;
    height: 50px;
    right: -4px;
    line-height: 45px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.room-box li .yellow-ico {
    background: url(../images/icon36.png) no-repeat 0px 0px;
    position: absolute;
    top: -5px;
    width: 57px;
    height: 50px;
    right: -4px;
    line-height: 45px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.room-box li .black-ico {
    background: url(../images/icon37.png) no-repeat 0px 0px;
    position: absolute;
    top: -5px;
    width: 57px;
    height: 50px;
    right: -4px;
    line-height: 45px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.room-box li label {
    display: inline-flex;
    margin-right: 3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.floor-box {
}
.floor-box dt{
    color:#8c0000;
    font-size: 35px;
}
.floor-box dd{
    font-size: 20px;
}

.floor-name {
    background: url(../images/icon31.png) no-repeat 0 0px;
    height: 82px;
    padding-left: 110px;
    margin-top: 45px;
}

.floor-name dt {
    color: #7a7a7a;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    font-size: 24px;
}

.floor-name dd {
    height: 50px;
    font-size: 24px;
    color: #000;
    line-height: 50px;
}

.room-free {
    background: url(../images/icon32.png) no-repeat 0 0px;
    padding-left: 95px;
    height: 74px;
    margin-top: 45px;
}

.room-free dt {
    color: #000;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    font-size: 24px;
}

.room-free dd {
    height: 45px;
    font-size: 24px;
    color: #000;
    line-height: 45px;
}

.search-calendar {
    width: 200px;
    margin-top: 50px;
}

.search-calendar .calendartxt {
    height: 25px;
    line-height: 25px;
    border: solid 1px #d9d9d9;
    width: 170px;
    float: left;
}

.search-calendar .calendarbtn {
    background: url(../images/icon33.png) no-repeat center center;
    border: none;
    width: 25px;
    height: 25px;
    display: block;
    float: right
}

.search-calendar dd {
    border: solid 1px #d9d9d9;
    height: 25px;
    width: 198px;
    margin-top: 15px;
}

.search-calendar .searchtxt {
    width: 168px;
    height: 25px;
    border: none;
    float: left
}

.search-calendar .searchbtn {
    background: url(../images/icon34.png) #eeeef0 no-repeat center center;
    height: 25px;
    width: 30px;
    border: none;
    display: block;
    float: left;
    cursor: pointer
}

/*个人信用*/
.credit-top {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 100px;
}

.creditNumber {
    width: 280px;
    float: left;
}

.creditNumber dt {
    background: url(../images/icon18.png) no-repeat 0 0px;
    width: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-right: 25px;
}

.creditNumber dd.title {
    color: #f39803;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.creditNumber dd.starcount{
    height: 20px;
}

.creditNumber dd.starcount i {
    background: url(../images/icon20.png) no-repeat 0 0px;
    width: 14px;
    height: 17px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.creditNumber dd.starcount i.active {
    background: url(../images/icon19.png) no-repeat 0 0px;
}

.attendance-rate {
    float: right;
    width: 160px;
}

.attendance-rate dt {
    background: url(../images/icon21.png) no-repeat 0 0px;
    color: #f1372a;
    height: 60px;
    width: 60px;
    text-align: right;
    font-weight: bold;
    line-height: 60px;
    font-size: 30px;
    float: left;
}

.attendance-rate dd.progress-bar {
    width: 100%;
    height: 6px;
    background-color: #c9c9c9;
    margin: 0px auto;
}

.attendance-rate dd.progress-bar div {
    background-color: #f1372a;
    display: block;
    width: 80%;
    height: 6px;
}

.attendance-rate dd.font-text {
    color: #f0372a;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.starbtn {
    background: url(../images/icon19.png) no-repeat 0px 0px;
    /*width: 110px;*/
    /*height: 30px;*/
    line-height: 30px;
    padding-left: 25px;
    /*float: left;*/
    color: #f29700;
    cursor: pointer;
    /*margin-top: 40px;*/
    /*margin-right: 40px;*/
}

.credit-list {
    overflow: inherit;
}

.credit-list .comment {
    background: #f6f1ef;
    padding: 10px 20px;
    clear: both;
    margin-top: 10px;
    border: 1px solid #ac8762;
    border-radius: 5px;
}

.credit-list .comment dd {
    height: 24px;
}

.creditShow {
    position: relative
}

.layui-tab-title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 0;
    height: 40px;
    left: 0;
    position: relative;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}

.layui-tab-title li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}

.layui-tab-title li a {
    display: block;
}

.layui-tab-title .layui-this {
    color: #000;
}

.layui-tab-title .layui-this::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e2e2e2 #e2e2e2 #fff;
    border-image: none;
    border-radius: 2px 2px 0 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    content: "";
    height: 41px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #9a0000;
}

.layui-tab-brief > .layui-tab-more li.layui-this::after, .layui-tab-brief > .layui-tab-title .layui-this::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #b33e3e;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
}

.layui-tab-brief[overflow] > .layui-tab-title .layui-this::after {
    top: -1px;
}

.right-switch {
    float: right;
}

.form-switch {
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 110px;
    padding: 0 5px;
    margin-top: -10px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #9b0000;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.form-onswitch {
    border-color: #5FB878;
    background-color: #5FB878;
}

.form-switch em {
    position: absolute;
    right: 5px;
    top: 0;
    width: 90px;
    padding: 0 !important;
    text-align: center !important;
    color: #fff !important;
    font-style: normal !important;
    font-size: 12px;
}

.form-switch i {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.form-onswitch i {
    left: 85px !important;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.text-content {
    padding: 40px 120px;
}

.text-content h2 {
    text-align: center;
    margin: 50px 0px;
}

.text-content p {
    text-indent: 30px;
    line-height: 25px;
    font-size: 11pt;
}

.text-content .sign {
    text-align: right;
    margin: 20px 0px;
}

.text-content .btns {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.text-content input {
    width: 120px;
    background: #b90000;
}

.text-content .clean-btn {
    width: 120px;
    background: gray;
}

.questoin-contact p{font-size: 15px;line-height: 25px;text-indent: 35px;}
.questoin-contact img{margin: 0 auto;}

.arrow-down-tips{color: #999;text-align: right;vertical-align: middle;position: relative;}
.arrow-down-tips .down-icon{background: url("../images/view.png") no-repeat;height: 100px;width: 100px;position: absolute;top:-16px;right:450px;}