/*login*/
body.bg {
    width: 100%;
    min-height: 35rem;
    padding-bottom: 2rem;
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.login_title {
    padding-top: 2.85rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.login_wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 1.8rem 1.25rem 3rem 1.25rem;
    margin-top: 1rem;
    background-color: #fff;
    border-radius: .4rem;
}

.input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.2rem;
    border: 1px solid #e5e5e5;
    padding-left: 1.1rem;
    margin-top: .75rem;
    background-color: #f9f9f9;
    border-radius: 1rem;
    font-size: .8rem;
}
#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.2rem;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: .8rem;
    margin-top: .75rem;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100%!important;
    height: 2.2rem;
}
.nc-container .nc_scale .scale_text{
    font-size: .8rem!important;
    text-align: left;
}
.nc_scale {
    height: 2.2rem!important;
}
.nc-container .nc_scale span {
    height: 2.2rem!important;
    line-height: 2.2rem!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 2.2rem;
}
.nc-container .nc_scale .btn_ok {
    line-height: 2.2rem;
}
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    border: 1px solid #e5e5e5;
    padding-left: 1.1rem;
    margin-top: .75rem;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    font-size: .5rem;
}

/*#textArea::-webkit-input-placeholder{*/
/*  height: 3.5rem;line-height: 3.5rem*/
/*}    !* 浣跨敤webkit鍐呮牳鐨勬祻瑙堝櫒 *!*/
/*#textArea:-moz-placeholder{*/
/*  height: 3.5rem;line-height: 3.5rem*/
/*}                  !* Firefox鐗堟湰4-18 *!*/
/*#textArea::-moz-placeholder{*/
/*  height: 3.5rem;line-height: 3.5rem*/
/*}                  !* Firefox鐗堟湰19+ *!*/
/*#textArea:-ms-input-placeholder {*/
/*  height: 3.5rem;line-height: 3.5rem*/
/*}*/
.expand {
    display: block;
    width: 100%;
    /*height: 1rem;*/
    height: auto;
    padding-left: 1.1rem;
    margin-top: .75rem;
    font-size: .8rem;
}
.expand label{
    margin-right: 0.5rem;
}

select.input {
    outline: none;
    resize: none;
    -webkit-appearance: none;
    background: #fff url(../images/select.png) no-repeat 93% center;
}

.must {
    position: absolute;
    top: .65rem;
    left: -.8rem;
    color: #ff2323;
}

.must.active {
    display: none;
}

.send {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.5rem;
    height: 2.2rem;
    background-color: #2593fc;
    color: #fff;
    font-size: .7rem;
    border-radius: .2rem;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder {
    color: #666;
}

.submit {
    width: 100%;
    height: 2.2rem;
    margin-top: 1.5rem;
    line-height: 2.2rem;
    text-align: center;
    background-color: #2593fc;
    border-radius: 1rem;
    color: #fff;
    box-shadow: 0 .1rem .25rem #2593fc;
    font-size: .82rem;
}

/*#province, #city, #district {*/
/*  display: none;*/
/*}*/

/*list*/
body.active {
    background-color: #f9f9f8;
}

.list {
    box-sizing: border-box;
    padding: 1rem .75rem 1.5rem .75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 .2rem #ddd;
    background-color: #fff;
}

.list ul {
    border-left: 1px solid #7cbefd;
    padding-left: .9rem;
}

.list ul li {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
}

.list ul li a {
    display: block;
}

.circle {
    position: absolute;
    top: 0;
    left: -1.05rem;
    width: .3rem;
    height: .3rem;
    background-color: #2593fc;
    border-radius: 50%;
}

.time {
    position: relative;
    top: -.25rem;
    margin-bottom: .3rem;
    color: #999;
}

.time img {
    display: inline-block;
    width: .55rem;
    margin-top: .22rem;
    margin-right: .3rem;
}

.name {
    margin-bottom: .3rem;
    font-weight: bold;
    font-size: .8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.teacher {
    color: #666;
}

.u-load {
    text-align: center;
    color: #999;
}

.layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 2;
}

.loading_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading_wrap img {
    margin: 0 auto 20px auto;
}

.loading_wrap p {
    text-align: center;
    color: #fff;
}

.end {
    text-align: center;
    font-size: .8rem;
    color: #ccc;
}
.p-rela{
    position: relative;
}
.school-div{
    position: absolute;
    background: #fff;
    color:#666;
    padding:0.5rem 1.1rem;
    max-height: 200px;
    overflow-y: auto;
    z-index:9999;
    box-sizing: border-box;
    width:100%;
    box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.22);
    display: none;
}
.school-div ul li{
    padding: 0.2rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.school-div ul li:focus,.school-div ul li:hover,.school-div li.check{
    color:#2593fc;
}
.user_privacyBox{
    display: flex;
    align-items: center;
    margin-top: 4%;
}
.user_privacyBox div{
    font-size: 0.4rem;

}
.major-div {
    position: absolute;
    background: #fff;
    color: #666;
    padding: 0.5rem 1.1rem;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.22);
    display: none;
}

.zw_hide {
    display: none;
}