body {
    background: #eef0f5
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 1200px;
    height: 64px;
    line-height: 64px;
    background: #242937
}

.header .logo {
    height: 100%;
}

.header .logo img {
    display: block;
    height: 100%;
}

.header .logo-title {
    font-size: 24px;
    color: #fff;
    margin-left: 20px;
}

.header li {
    display: inline-block;
    vertical-align: middle;
    line-height: 64px;
    margin-right: 15px;
    font-size: 14px;
}

.header li a {
    color: #fff;
    display: block;
    padding: 0 10px;
    -webkit-transition: all .3s;
}

.header li.user {
    position: relative;
}

.header li.user a {
    position: relative;
    padding-right: 25px;
}

.help-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.help-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 30px;
    right: 3px;
    border-width: 6px;
    border-top-color: rgba(255, 255, 255, .7);
}

.help-mored {
    top: 24px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}

.help-child {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes layui-upbit {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated-upbit {
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}

.help-child dd {
    line-height: 28px;
}

.help-child dd a {
    padding: 0 10px !important;
    margin: 0 5px;
    display: block;
    color: #333;
    -webkit-transition: all .3s;
    text-align: center;
}

.help-child dd a:hover {
    background: #f6f6f6;
    color: #000;
}

.icon-out {
    margin-right: 8px;
    font-size: 14px;
}

.icon-out::after {
    content: "\e609";
}

.headcon {
    width: 100%;
    height: 80px;
}

.side-nav {
    position: fixed;
    width: 300px;
    right: 0;
    top: 194px;
    background: #fff;
    padding: 30px;
}

.info-list {
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    background: #fff;
}

.info-list .title {
    padding: 5px 0 15px;
    line-height: 30px;
    border-bottom: 1px solid #dfdfdf
}

.info-list h3 {
    font-size: 20px;
    color: #4e566a
}

.block-con {
    width: 100%;
    padding: 30px 0 0;
}

.select {
    position: relative;
    float: left;
    margin-right: 40px;
    margin-top: 6px;
    line-height: 18px;
}

.select em {
    margin-left: 10px;
}

.info-list input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    opacity: 0;
}

.info-list label {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/select.png);
    cursor: pointer
}

.info-list input[type="radio"]:checked + label {
    background: url(../images/selected.png)
}

.chooseSch {
    padding: 23px 0 0;
}

.confirm {
    width: 100%;
    background: #fafafa;
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
}

.confirm .cancel {
    background: #fff;
    color: #333;
    border: 1px solid #dfdfdf
}

#menu .current {
    color: #ff0
}

.info-item {
    width: 33.3%
}

.info-item span {
    color: #61697a;
    float: left;
    width: 103px;
    text-align: right;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
}
#item6 .children:last-child{
    width: 100%;
}
.info-item input {
    width: 240px;
    float: left;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.error {
    height: 30px;
    visibility: hidden;
    line-height: 30px;
    padding-left: 108px;
    color: #f66363;
    font-size: 12px;
}

.info-item font {
    color: #f66363
}

.info-block {
    height: 30px;
    line-height: 30px;
}

.layui-input-block {
    margin-left: 103px;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
}

.layui-form-label {
    padding: 0;
    width: 103px;
    padding-right: 5px;
    color: #61697a;
    text-align: right;
    line-height: 30px;
}

.layui-form-radio {
    margin-top: 0 !important
}

.layui-form-select {
    width: 240px;
    height: 30px;
}

.layui-form-item {
    margin-bottom: 30px;
}

.input-time {
    width: 240px;
    position: relative
}

.input-time img {
    position: absolute;
    right: 10px;
    top: 7px;
}

.headImg {
    line-height: 90px;
}

.info-item textarea {
    margin-left: 103px;
    width: 240px;
    height: 100px;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    outline: none;
    resize: none;
}

.info-item .photo {
    position: relative;
    width: 90px;
    height: 90px;
}

.info-item .photo input {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    opacity: 0;
    cursor: pointer
}

.info-item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #4eb3fb
}

.schoolList-d {
    float: left;
    position: relative;
    vertical-align: middle;
    height: 32px
}

.schoolList-d > span {
    width: 240px;
    height: 30px;
    text-align: left;
    display: inline-block;
    cursor: pointer
}

.schoolList-d > span span {
    text-align: left;
    display: inline-block;
    width: 240px;
    height: 30px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.schoolList-d > span i {
    display: inline-block;
    width: 15px;
    height: 8px;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    right: 8px;
    top: 11px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.schoolList-d > span.on i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.schoolList-d ul {
    position: absolute;
    width: 240px;
    border: 1px solid #dfdfdf;
    top: 32px;
    border-top: 0;
    display: none;
    z-index: 9999;
    max-height: 161px;
    overflow: hidden;
    overflow-y: auto
}

.schoolList-d ul li {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.schoolList-d ul li:hover {
    background: #e6f7ff
}

.schoolList-d-x {
    float: left;
    position: relative;
    vertical-align: middle;
}

.schoolList-d-x > span {
    width: 240px;
    height: 30px;
    text-align: left;
    display: inline-block;
    cursor: pointer
}

.schoolList-d-x > span span {
    text-align: left;
    display: inline-block;
    width: 240px;
    height: 30px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.schoolList-d-x > span i {
    display: inline-block;
    width: 15px;
    height: 8px;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    right: 8px;
    top: 11px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.schoolList-d-x > span.on i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.schoolList-d-x ul {
    position: absolute;
    width: 240px;
    border: 1px solid #dfdfdf;
    top: 32px;
    border-top: 0;
    display: none;
    z-index: 9999;
    max-height: 161px;
    overflow: hidden;
    overflow-y: auto
}

.schoolList-d-x ul li {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.schoolList-d-x ul li:hover {
    background: #e6f7ff
}

/* 4e566a */
/* 9fa3af */
#menu span {
    display: inline-block;
    transition: background 0.2s;
    margin-right: 10px;
    width: 20px;
    height: 16px;
    background: url(../images/list.png);
    vertical-align: middle
}

#menu li {
    line-height: 20px;
    padding: 20px 0;
}

#menu span.two {
    background-position: -20px 0;
}

#menu span.three {
    background-position: -40px 0;
}

#menu span.four {
    background-position: -60px 0;
}

#menu span.five {
    background-position: -80px 0;
}

#menu span.six {
    background-position: -100px 0;
}

#menu li.current span.one {
    background-position: 0px -16px;
}

#menu li.current span.two {
    background-position: -20px -16px;
}

#menu li.current span.three {
    background-position: -40px -16px;
}

#menu li.current span.four {
    background-position: -60px -16px;
}

#menu li.current span.five {
    background-position: -80px -16px;
}

#menu li.current span.six {
    background-position: -100px -16px;
}

#menu li a {
    color: #9fa3af
}

#menu li.current a {
    color: #4e566a
}

.btn a {
    display: inline-block;
    width: 80px;
    height: 30px;
    border: 1px solid #dfdfdf;
    color: #666;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}

.btn a.save {
    border: 1px solid #4eb3fb;
    background: #4eb3fb;
    color: #fff
}

.edit a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/edit.png);
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    transition: background 0.2s;
}

.edit:hover a {
    color: #4eb3fb;
}

.edit:hover a::before {
    background-position: 0 -15px;
}

/* ||||||| .r3216 */
/* .info-item  textarea{ margin-left:103px; width:240px; height:100px; padding:10px; border:1px solid #dfdfdf; border-radius: 3px;outline:none;resize:none;}======= */
.info-item textarea {
    margin-left: 103px;
    width: 240px;
    height: 100px;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    outline: none;
    resize: none;
}

/*选择学校弹框*/
.layui-layer-dialog .layui-layer-content {
    padding: 24px;
}

.sch-key {
    display: inline-block
}

.sch-key > span {
    display: inline-block;
    width: 240px;
    height: 32px;
    line-height: 32px;
    position: relative
}

.sch-key-i {
    width: 240px;
    height: 32px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 10px;
    border: 1px solid #e3e7ed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sch-key > span:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 16px;
    top: 8px;
    background: url(../images/search_03.png) no-repeat;
    left: 10px;
}

.btn-search {
    width: 64px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #4eb3fb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
    cursor: pointer;
}

.choose-icon {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    text-align: center;
    border: 1px solid #4eb3fb;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-icon i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/dui_box_03.png) no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-icon.on {
    background: #4eb3fb;
    border-color: #4eb3fb
}

.choose-icon.on i {
    opacity: 1
}

.sch-tab, .sch-tab table {
    width: 100%;
    margin-top: 30px;
    background: #fff
}

.sch-tab table tr {
    border-bottom: 1px solid #d9d9d9
}

.sch-tab table tr td {
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.sch-tab table tr td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sch-tab table tr:hover {
    background: #e6f7ff
}

.sch-tab table tr:first-child {
    background: #fafafa
}

.sch-tab, .sch-tab table th {
    text-align: center;
}

.sch-tab table th {
    height: 40px;
}

.schoolLb {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 32px;
    background: #fff
}

.schoolLb > span {
    width: 160px;
    height: 32px;
    display: inline-block;
    cursor: pointer
}

.schoolLb > span span {
    display: inline-block;
    width: 160px;
    height: 32px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    padding-left: 8px;
    padding-right: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #cfcfcf;
    cursor: pointer
}

.schoolLb > span i {
    display: inline-block;
    width: 15px;
    height: 8px;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    right: 8px;
    top: 11px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.schoolLb > span.on i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.schoolLb ul {
    position: absolute;
    width: 160px;
    border: 1px solid #d9d9d9;
    top: 32px;
    border-top: 0;
    display: none;
    z-index: 9999;
    max-height: 161px;
    overflow-y: scroll
}

.schoolLb ul li {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.schoolLb ul li:hover {
    background: #e6f7ff
}

.webuploader-pick {
    width: 100%;
    height: 100%;
}

.save-btn {
    display: inline-block;
    width: 80px;
    height: 30px;
    border: 1px solid #dfdfdf;
    color: #666;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #4eb3fb;
    background: #4eb3fb;
    color: #fff;
}

.action-btn {
    text-align: center;
    margin-top: 40px;
}

/* 二级联动 */
.m-form {
    background: #fff;
    padding: 50px;
}

.m-form ul, .m-form li, .m-form dl, .m-form dt, .m-form dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

.m-form label {
    color: #6E6E6E;
    display: inline-block;
    height: 36px;
    float: left;
    line-height: 36px;
    width: 120px;
    text-align: right;
    padding-right: 20px;
}

.m-form .item {
    height: 46px;
    margin-bottom: 10px;
}

.m-form .t {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    float: left;
}

.m-select {
    position: relative;
    height: 36px;
    width: 240px;
    border-radius: 5px;
}

.m-select-w {
    width: 100px;
}

.m-focus {
    background-position: 100% 100%;
    position: relative;
}

.m-select {
    position: relative
}

.m-select i {
    display: inline-block;
    display: inline-block;
    width: 15px;
    height: 8px;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    right: 8px;
    top: 11px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.m-select.on i {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px \9
}

.m-select dt {
    line-height: 32px;
    border: 1px solid #d9d9d9;
    text-align: left;
    padding: 0 10px;
    cursor: pointer;
    height: 32px;
    border-radius: 3px;
    color: #333
}

.m-select dd {
    width: 100%;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    left: 0;
    top: 38px;
    border-top: 2px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.m-select dd a {
    display: block;
    font-size: 14px;
    text-indent: 1em;
    line-height: 32px;
    border-right: 2px solid #E3E3E3;
    border-left: 2px solid #E3E3E3;
    height: 32px;
}

.m-select dd a:hover {
    text-decoration: none;
    background: #eee;
}

.m-select dd.age, .m-select dd.height {
    width: 400px;
    border: 2px solid #E3E3E3;
}

.m-select dd.age a, .m-select dd.height a {
    float: left;
    width: 40px;
    text-align: center;
    border: none;
    display: inline-block;
    text-indent: 0;
    height: 24px;
    line-height: 24px;
}

.m-select dd.region {
    width: 405px;
    height: 200px;
    border: 2px solid #E3E3E3;
    z-index: 200
}

.region .tab {
    position: relative;
    height: 45px;
    padding: 10px 0 0 10px;
}

.region .tab li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    border: 1px solid #E3E3E3;
    margin-right: 5px;
    cursor: pointer;
}

.region .tab li.on {
    border: 2px solid #4eb3fb;
    cursor: default;
    position: relative;
    background: #4eb3fb;
    color: #fff;
}

.region .tab em {
    position: absolute;
    right: 20px;
    height: 24px;
    line-height: 24px;
    cursor: pointer
}

.region .tab-con {
    border-top: 2px solid #4eb3fb;
    padding: 10px;
    position: relative;
    top: -2px;
    background: #fff;
}

.m-select dd.region a {
    float: left;
    text-align: center;
    border: none;
    width: 62px;
    overflow: hidden;
    overflow: hidden;
    display: inline-block;
    text-indent: 0;
}

.m-form .form-item {
    position: static;
    margin-bottom: 200px;
}

.m-select dd.region a.on {
    background: #eee
}

.add {
    width: 100px;
    height: 30px;
    border: 1px dashed #dfdfdf;
    text-align: center;
    cursor: pointer;
    color: #999;
    margin-left: 25px;
    margin-bottom: 30px;
    line-height: 30px;;
    border-radius: 3px;
}

.delete {
    text-decoration: underline;
    line-height: 30px;
    color: #4eb3fb;
    margin-left: 10px;
}

.delete:hover {
    color: #4eb3fb
}

.result {
    line-height: 30px;
}

.input {
    position: relative;
    width: 240px;
    float: left
}

.input img {
    position: absolute;
    right: 5px;
    top: 3px;
}


/*登录*/
.login {
    background: #fcfdff url(../images/bg.png) center bottom no-repeat;
}

.maintop {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    margin-top: 30px;
}

.maintop .school-logo {
    display: inline-block;
    vertical-align: top;
    height: 72px;
}

.maintop .wz {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #455f88;
    line-height: 72px;
    letter-spacing: 2px;
}

.maincont {
    width: 1200px;
    margin: 0 auto;
    height: 720px;
    margin-bottom: 80px;
    border-radius: 8px;
    background: url(../images/bg2.jpg) no-repeat;
    box-shadow: 0 0 15px #e4f2fd;
}

.mainleft {
    float: left;
    padding-left: 62px;
    padding-top: 95px;
}

.mainleft .leftcon {
    width: 494px;
}

.mainleft .gg {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    color: #4e566a;
}

.mainleft .ggcon {
    position: relative;
    margin-top: 6px;
    height: 198px;
}

.mainleft .ggbg {
    position: absolute;
    left: -18px;
    right: -18px;
    width: 530px;
}

.mainleft .whitebg {
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    width: 530px;
    background: #fff;
    border-radius: 5px;
    height: 470px;
    display: none;
}

.mainleft .ggbg .close {
    z-index: 10;
    position: absolute;
    right: -15px;
    top: -20px;
    width: 39px;
    height: 39px;
    background: url(../images/close.png) no-repeat;
    display: none;
}

.mainleft .ggwzcon {
    z-index: 6;
    position: absolute;
    left: 0;
    right: 0;
    margin: 14px 20px;
    line-height: 26px;
    font-size: 14px;
    color: #61697a;
    cursor: pointer;
}

.mainleft .ggwz1 {
    line-height: 26px;
    max-height: 104px; /* overflow: hidden; *//* text-overflow: ellipsis; *//* display: -webkit-box; *//* -webkit-line-clamp: 4; *//* -webkit-box-orient: vertical; *//* word-wrap: break-word; *//* word-break: break-all; */
}

.mainleft .more {
    line-height: 26px;
    color: #4eb3fb;
}

.mainleft .ggwz2 {
    max-height: 442px;
    line-height: 26px;
    overflow-y: auto;
}

.mainleft .gg.shuoming {
    font-size: 18px;
}

.mainleft .detail {
    margin-top: 2px;
    line-height: 26px;
    font-size: 14px;
    color: #6b8dc5;
    text-align: left;
}

.mainright {
    float: right;
    padding-right: 95px;
    padding-top: 140px;
}

.mainright .rightcon {
    width: 380px;
}

.mainright .bt {
    text-align: center;
    line-height: 52px;
    color: #4eb3fb;
    font-size: 30px;
    margin-bottom: 28px;
}


#maincon {
    width: 1200px;
    margin: 0 auto;
    margin-top: 92px;
    background: #fff;
}

#maincon .xgmm {
    margin: 0 auto;
    width: 468px;
}

#maincon .xgmm-group {
    margin-top: 32px;
    position: relative;
}

.xgmm-group label {
    width: 85px;
    text-align: right;
    display: inline-block;
    color: #4e566a;
    font-size: 14px;
}

.xgmm-group .textinput {
    width: 380px;
    height: 46px;
    line-height: 46px;
    border: 1px #cccccc solid;
    border-radius: 4px;
    padding: 0 10px;
}

.xgmm-group .pass {
    position: absolute;
    right: 16px;
    top: 15px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.xgmm-group .pass.yes {
    background: url(../images/ts-bg.png) 0 -16px no-repeat;
}

.xgmm-group .pass.wrong {
    background: url(../images/ts-bg.png) 0 0 no-repeat;
}

.xgmm-group .errorwz {
    position: absolute;
    top: 46px;
    left: 95px;
    line-height: 24px;
    color: #f35a55;
    display: none;
}

.determine {
    margin-top: 40px;
    padding-left: 85px;
}

.determine a {
    display: block;
    width: 380px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    background: #4eb3fb;
    border-radius: 4px;
    color: #fff;
}

.n-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

.box_main {
    width: 560px;
    height: 328px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box_main > div {
    margin-top: 62px;
}

.box_main h2 {
    font-size: 24px;
    margin-top: 27px;
}

.box_main .tswz {
    margin: 0 auto;
    margin-top: 20px;
    width: 370px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.tusucess {
    vertical-align: top;
    display: inline-block;
    width: 73px;
    height: 73px;
    background: url(../images/gou_07.png) no-repeat;
}

.tufail {
    vertical-align: top;
    display: inline-block;
    width: 73px;
    height: 73px;
    background: url(../images/gou_08.png) no-repeat;
}

.box_main .tswz a {
    color: #4eb3fb;
    text-decoration: underline;
}

.login > h1 {
    color: #4eb3fb;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
}

.info-input {
    position: relative;
    height: 46px;
    margin-bottom: 24px;
}

.info-input:before {
    position: absolute;
    content: "";
    position: absolute;
    left: 12px;
}

.info-input input {
    width: 100%;
    height: 46px;
    padding-left: 36px;
    padding-right: 36px;
    border: 1px solid #e3e7ed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.info-input input:focus {
    border-color: rgb(35, 183, 229);
}

.info-input input.err {
    border-color: rgb(235, 97, 59);
}

.info-input.cor:after {
    position: absolute;
    content: "";
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    top: 15px;
    background: url(../images/ts-bg.png) 0 -16px no-repeat;
}

.info-input.fal:after {
    position: absolute;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 12px;
    top: 15px;
    background: url(../images/ts-bg.png) 0 0px no-repeat;
}

.codeInput.cor:after {
    right: 140px;
}

.codeInput.fal:after {
    right: 140px;
}

.zhInput:before {
    width: 13px;
    height: 19px;
    background: url(../images/phone_03.png) no-repeat;
    top: 14px;
}

.errorIbp {
    display: none;
    font-size: 12px;
    width: 100%;
    padding-left: 37px;
    color: rgb(235, 97, 59);
    height: 24px;
    line-height: 24px;
}

.errorIbpf {
    font-size: 12px;
    width: 100%;
    padding-left: 37px;
    color: #767d8c;
    height: 24px;
    line-height: 24px;
}

.errorph {
    display: none;
    font-size: 12px;
    width: 100%;
    padding-left: 37px;
    color: rgb(235, 97, 59);
    height: 24px;
    line-height: 24px;
}

.errorIbpf a {
    color: #4eb3fb;
}

.pwsInput:before {
    width: 14px;
    height: 15px;
    background: url(../images/password_06.png) no-repeat;
    top: 15px;
}
.confirmPwsInput:before {
    width: 14px;
    height: 15px;
    background: url(../images/password_06.png) no-repeat;
    top: 15px;
}
.codeInput:before {
    width: 14px;
    height: 16px;
    background: url(../images/code_09.png) no-repeat;
    top: 14px;
}

.remPas-span {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.remPas-span i {
    vertical-align: top;
    border: 1px solid #aaaeb6;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.remPas-span.on i {
    background: url(../images/dui_box_03.png) no-repeat center center;
    border-color: #4eb3fb;
    background-color: #4eb3fb;
}

.fogPas {
    color: #4eb3fb;
    font-size: 12px;
}

.fogPas:hover {
    color: rgb(235, 97, 59);
}

.loginDiv {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 32px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #4eb3fb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loginDiv:link, .loginDiv:visited, .loginDiv:hover, .loginDiv:active {
    color: #fff;
}

.noCount {
    color: #c0c0c5;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.noCount a {
    color: #4eb3fb;
}

.codeInput span {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 127px;
    color: #fff;
    background: #e3e7ed;
    height: 46px;
    line-height: 46px;
    right: 0;
    top: 0;
    text-align: center
}

.codeInput input {
    width: 253px;
}

/*注册*/
.zhuce {
    padding-top: 90px;
}

.zkzhInput:before {
    width: 19px;
    height: 15px;
    background: url(../images/zjzh_03.png) no-repeat;
    top: 15px;
}

.nameInput:before {
    width: 14px;
    height: 16px;
    background: url(../images/peoson_09.png) no-repeat;
    top: 14px;
}

/*提交成功*/
.schFeedback {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 88px;
    padding: 24px 40px 24px 40px;
    border: 1px solid #fee494;
    background: #fffae6;
    padding-top: 15px;
    padding-left: 24px;
    height: 87px
}

.schFeedback img {
    vertical-align: middle;
    margin-right: 15px;
}

.tjsuc {
    color: #70706f;
    padding-left: 42px;
    margin-top: 8px;
}

.tanSuc {
    width: 100%;
    text-align: center;
    background: #fff;
}

.tanSuc h1 {
    color: #272727;
    font-size: 38px;
    margin-top: 25px;
}

.tanSuc a {
    color: #4eb3fb;
}

.tanceng {
    display: none;
    z-index: 9999;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.goLogin a {
    display: inline-block;
    font-size: 18px;
    width: 100px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #4eb3fb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.changci-list li {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 78px;
    float: left;
    width: 120px;
    cursor: pointer;
    height: 100px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.changci-list li.on {
    background: #e6f7ff;
    border-color: #93d5fd;
}

.changci-list {
    padding-left: 15px;
    margin-left: -78px;
}

.schFeedback {
    background: #fff;
    margin-bottom: 75px;
    margin-top: 88px;
    padding: 24px 40px 24px 40px;
    border: 1px solid #fee494;
    background: #fffae6;
    padding-top: 15px;
    padding-left: 24px;
    height: 87px
}

.schFeedback img {
    vertical-align: middle;
    margin-right: 15px;
}

.tjsuc {
    color: #70706f;
    padding-left: 42px;
    margin-top: 8px;
}

.tanSuc {
    width: 100%;
    text-align: center;
    background: #fff;
}

.tanSuc h1 {
    color: #272727;
    font-size: 38px;
    margin-top: 25px;
}

.tanSuc a {
    color: #4eb3fb;
}

.tanceng {
    display: none;
    z-index: 9999;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.goLogin a {
    display: inline-block;
    font-size: 18px;
    width: 100px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #4eb3fb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*å¤æ—¦å¤§å­¦*/
.header.fudan {
    padding: 0 20px 0 0;
}

.header.fudan .logo, .header.fudan .logo img {
    height: 100%;
    margin-top: 0;
}

.renshu-col {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.canzhunzheng {
    color: #fff;
    width: 542px;
    height: 334px;
    background: #3f97d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 30px;
}

.canzhunzheng h2 {
    font-size: 24px;
    text-align: center;
    line-height: 100px;
}

.canzhunzheng .code {
    margin-left: 84px;
    margin-right: 68px;
    width: 109px;
    height: 109px;
}

.canzhunzheng .detail {
    width: 270px;
}

.canzhunzheng .detail div {
    line-height: 34px;
    font-size: 18px;
}

.canzhunzheng .detail em {
    float: left;
}

.canzhunzheng .detail em.item {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.dizhi-box {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.hui-bottom {
    width: 441px;
    font-size: 14px;
    margin-left: 75px;
}

.hui-bottom li {
    float: left;
    width: 221px;
}

.hui-bottom li:nth-child(2n) {
    margin-right: 0;
    width: auto;
}

.hui-bottom em {
    float: left;
}

.hui-bottom em.item {
    width: 145px;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.xylb .text, .zylx .text, .zysx .text {
    line-height: 32px;
    display: inline-block;
    float: left
}

.schoolList {
    color: #666;
    font-size: 14px;
}

.schoolList .schoolList-d {
    margin-bottom: 32px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 32px
}

.schoolList .schoolList-d > span {
    width: 240px;
    height: 32px;
    display: inline-block;
    cursor: pointer
}

.schoolList .schoolList-d > span span {
    display: inline-block;
    width: 100%;
    height: 32px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    padding-left: 8px;
    padding-right: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schoolList .schoolList-d > span i {
    display: inline-block;
    width: 15px;
    height: 8px;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    right: 8px;
    top: 11px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.schoolList .schoolList-d > span.on i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.schoolList .schoolList-d ul {
    position: absolute;
    width: 240px;
    border: 1px solid #e6e6e6;
    top: 32px;
    border-top: 0;
    display: none;
    z-index: 9999;
    max-height: 161px;
    overflow-y: scroll
}

.schoolList .schoolList-d ul li {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.schoolList .schoolList-d ul li:hover {
    background: #e6f7ff
}

.schoolList .schoolList-d ul li.on {
    background: #e6f7ff
}

.schoolList .zylx, .zysx {
    margin-right: 98px;
}

.schoolList .paiming {
    margin-right: 0;
}

.schoolList .item.sex {
    width: 310px;
}

.schoolList .name, .schoolList .score {
    padding: 0 5px;
    width: 240px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.schoolList .sex input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/not-click.png) no-repeat center center;
    width: 18px;
    height: 18px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
}

.schoolList .sex-item {
    cursor: default;
    margin-top: 6px;
    display: inline-block;
    margin-right: 35px;
}

.schoolList .item {
    margin-right: 98px;
    margin-bottom: 32px;
}

.xylb .layui-input {
    height: 32px !important;
    width: 240px !important;
}

h2.changci {
    color: #61697a;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.changci-list li {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 78px;
    float: left;
    width: 120px;
    cursor: pointer;
    height: 100px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.changci-list li.on {
    background: #e6f7ff;
    border-color: #93d5fd;
}

.changci-list {
    padding-left: 15px;
    margin-left: -78px;
}

.schoolList .year {
    margin-right: 0
}

.info-box {
    text-align: center;
}

.info-tijiao {
    width: 380px;
    height: 32px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    background: #2e9ae5;
    margin: 80px auto 0;
}


