.header {
    width: 100%;
    background: #0661a9;
    height: 75px;
	display: flex;
}

.header .head {
    background: #3759a0;
    height: 75px;
}

.header .head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
	flex: 1 1 auto;
}

.header .head .logo img {
}

.header .head .logo .uniName {
    margin-left: 8px;
}

.header .head .logo .uniName span {
    display: block;
    font-size: 12px;
    color: #fff;
}

.header .head .personInfo {
	display: flex;
	align-items: center;
}

.header .head .selfMsg {
    float: left;
}

.header .head .selfMsg p.name {
    color: #dfe4ed;
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
}

.header .head .selfMsg .progress .flie {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.header .head .selfMsg .progress .layui-progress {
    margin-left: 5px;
    margin-top: 2px;
}

.header .head .selfMsg .progress .p_wrapper {
    float: left;
    width: 150px;
    margin-left: 5px;
}

.header .head .selfMsg .progress .p_wrapper .fileText span {
    float: left;
    font-size: 12px;
    color: #fff;
}

.header .head .selfMsg .progress .p_wrapper .fileText p {
    float: right;
    font-size: 12px;
    color: #fff;
}

.header .head .selfImg {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.header .head .selfImg a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    background: #eee url(/static/ucenter/img/default_teacher1.png) center no-repeat;
    background-size: 100%;
}

.nav {
    height: 32px;
    background: #fff;
    margin: 8px 0;
    padding: 0 15px;
    line-height: 32px;
}

.footer {
    background: #fff;
    padding: 15px 30px;
    margin-top: 15px;
    text-align: center;
}

.footer p {
    font-size: 14px;
    color: #999;
}

.tipsSuccess {
    position: relative;
    min-height: 600px;
    background: #fff;
    display: none;
}

.tipsSuccess .iconItem {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -110px 0 0 0;

}

.tipsSuccess .iconItem p {
    width: 240px;
    margin: 0 auto 20px;
    line-height: 64px;
    color: #333;
    font-size: 24px;
    background: url("../img/gicon.png") left center no-repeat;
    background-size: 64px;
    padding-left: 64px;
}

.tipsSuccess .iconItem .text {
    width: 50%;
    font-size: 13px;
    color: #666;
    text-align: justify;
    margin: 0 auto 60px;
    text-indent: 28px;
    line-height: 150%;
}

.tipsSuccess .iconItem a {
    display: block;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #009688;
    margin: 40px auto 0;
    white-space: nowrap;
    border-radius: 2px;
}

.titile h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.titile h2.pd30 {
    padding: 30px 0;
}

.layui-nav {
    background: none;
}

.layui-nav-img {
    width: 50px;
    height: 50px;
}

.textareagray {
    background: #f2f2f2;
}

.layui-form-label em {
    color: red;
    margin-right: 3px;
}

.h600 {
    min-height: 600px !important;
}

.h550 {
    min-height: 550px !important;
}

.h430 {
    min-height: 430px !important;
}

.w110 {
    width: 110px !important;
}

.logo-lg {
    position: relative;
    display: block;
    padding-top: 6px;
    float: left
}

.logo-lg img {
    float: left;
}

.logo-lg .uniName {
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.logo-lg .uniName em {
    display: block;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    margin-bottom: 3px;
}

.w240 {
    width: 240px;
}

.fl {
    float: left !important;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-0 {
    margin-left: 0px;
}

.tipsSuccess {
    position: relative;
    min-height: 600px;
    background: #fff;
    display: none;
}

.tipsSuccess .iconItem {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -110px 0 0 0;

}

.tipsSuccess .iconItem p {
    width: 240px;
    margin: 0 auto 20px;
    line-height: 64px;
    color: #333;
    font-size: 24px;
    background: url("../img/gicon.png") left center no-repeat;
    background-size: 64px;
    padding-left: 64px;
}

.tipsSuccess .iconItem .text {
    width: 50%;
    font-size: 13px;
    color: #666;
    text-align: justify;
    margin: 0 auto 60px;
    text-indent: 28px;
    line-height: 150%;
}

.tipsSuccess .iconItem a {
    display: block;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #009688;
    margin: 40px auto 0;
    white-space: nowrap;
    border-radius: 2px;
}

.conBtn a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-table-view .layui-table {
    width: 100%;
}

.layui-table-view .layui-table th:last-child {
    border-right: 0;
}

.w200 {
    width: 200px;
}

.w260 {
    width: 260px;
}

.f-pd-15 {
    background: #fff !important;
    padding-top: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.min-600 {
    min-height: 600px !important;
}

.layui-table-view {
    margin: 0 15px !important;
}

.container-fluid {
    padding-bottom: 15px;
}

.ml-30 {
    margin-left: 30px !important;
}

.imgshow {
    margin-left: 30px;
}

.imgshow img {
    width: 100%;
    height: 100%;
}

.layui-border-box {
    height: auto !important;
    min-height: auto !important;
}

.layui-layer-dialog .layui-layer-content {
    overflow-y: hidden !important;
}

.auto {
    width: auto !important;
}

.pd5 {
    padding: 9px 5px !important;
}

.w160 {
    width: 160px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.header .headImg {
    height: 50px;
    padding: 0;
    margin: 0;
}

.header .logo .uniName {
    margin-left: 15px;
    margin-top: 20px;
}

.header .logo .uniNameTitle {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 60px;
}

.header .logo .uniName span {
    display: block;
    font-size: 18px;
    color: #73116f;
}

.home-nav-top-sep {
    width: 1px;
    height: 30px;
    background: #fff;
    border-radius: 2px;
    opacity: 0.8;
    margin: 0 15px;
}

.personInfo .nav-item-text {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
}

#appplySuccessText {
    text-align: center;
}

.tip-holder, .layer-holder {
    cursor: pointer;
    display: block;
}

.tip-holder .tip, .layer-holder .layer {
    display: none;
}

.tip-holder .layui-badge, .layer-holder .layui-badge {
    position: inherit !important;
    margin-left: 5px;
    top: 0;
}