.studentadd {
    width: 1200px;
    margin: 0 auto;
}

.studentadd-idv {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding-bottom: 50px;
}

.studentadd-idv-title {
    margin: 0 auto;
    width: 200px;
    height: 100px;
}

.studentadd-idv-title-img {
    width: 100%;
    height: 100%;
}

.studentadd-idv-item {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    height: 50px;
}

.studentadd-idv-item-left {
    margin-right: 20px;
    width: 100px;
    height: 50px;
}

.studentadd-idv-div {
    display: flex;
    width: 900px;
    /*border: 1px solid;*/
    margin: 0 auto;
    /*justify-content: flex-start;*/
}

.studentadd-idv-item-rih {
    /*border: 1px solid;*/
    /*text-align: left;*/
    /*display: flex;*/
}

.studentadd-idv-item-right {
    display: flex;
    align-items: center;
    text-align: left;
}

.studentadd-idv-item-right span {
    color: #00BEBE;
    font-weight: bold;
}

.studentadd-idv-item-right-bt {
    padding: 5px 10px;
    background-color: #bcf1f1;
    color: #232828;
    margin-left: 10px;
    border-radius: 5px;
}

.studentadd-idv-item-right-bt:hover {
    background-color: #00BEBE;
    color: #fff;
}

.studentadd-idv-titles {
    display: flex;
    width: 900px;
    align-items: center;
    margin: 0 auto;
    /*border: 1px solid;*/
    justify-content: center;
    padding: 20px;
}

.studentadd-idv-title-left {
    width: 120px;
    height: 20px;
    margin-right: 30px;
}

.studentadd-idv-title-right {
    width: 120px;
    height: 20px;
    margin-left: 30px;
}

.studentadd-idv-title-name {
    font-weight: bold;
    font-size: 25px;
    color: #00BEBE;
}

.studentadd-div {
    width: 900px;
    margin: 0 auto;
}

.studentadd-div-item {
    padding: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 1px solid;*/
    justify-content: center;
    border-bottom: 1px dashed #eee;
    width: 380px;
}

.studentadd-div-item-div-span {
    font-size: 12px;
    margin-top: 10px;
    color: #00d7c6;
    /*width: 100%;*/
    /*border: 1px solid;*/
}

.studentadd-div-item-name {
    display: flex;
    width: 130px;
    text-align: right;
    justify-content: flex-end;
    font-size: 18px;
}

.studentadd-div-item-start {
    color: red;
}

.studentadd-div-item-value {
    margin-left: 10px;
    padding: 10px;
    height: 30px;
    width: 320px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.studentadd-div-item-value-radio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.label-cursor {
    cursor: pointer;
}

.studentadd-div-item-value-input {
    border: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 100%;
    width: 300px;
    padding: 5px 15px;
    font-size: 18px;
}

.studentadd-div-item-value-select {
    width: 330px;
    padding: 10px;
    border: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 18px;
}

.studentadd-div-item-value-selects {
    /*margin-left: 150px;*/
    width: 320px;
    padding: 10px;
    /*border: 1px solid;*/
    display: flex;
    align-items: center;
}

.studentadd-div-item-value-select-province {
    padding: 10px;
    border: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 10px;
    /*width: 330px;*/
    width: 150px;
    /*margin-right: 8px;*/
}

.studentadd-div-item-value-textarea {
    height: 50px;
    width: 330px;
    font-size: 18px;
    border: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    /*margin-top: 21px;*/
    /*margin-bottom: 20px;*/
}

.studentadd-div-item-value-label {
    display: flex;
    width: 330px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.center-div-item-value-gender-item {
    display: flex;
    margin-top: 5px;
    cursor: pointer;
}

.studentadd-div-item-value-inp {
    border: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 100%;
    width: 150px;
    padding: 10px 15px;
    font-size: 18px;

}

.center-div-item-valueq-select {
    width: 130px;
    padding: 10px 15px;
    font-size: 18px;
    border: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
}

.studentadd-div-xieyie {
    margin-top: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    /*border: 1px solid;*/
    justify-content: center;
}

.tongyis {
    cursor: pointer;
}

.studentadd-div-blt {
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 50px;
}

.studentadd-div-blt-text {
    width: 200px;
    text-align: center;
    padding: 15px 30px;
    background: linear-gradient(90deg, #00bebd, #00d7c6);
    color: #fff;
    border-radius: 20px;
    margin-top: 30px;

}

.studentadd-div-item-div {
    display: flex;
    align-items: center;
}

.studentaddDivs {
    margin-top: 40px;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 15px 1px #DDD;
}

.studentaddDiv-title {
    display: flex;
    width: 900px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    background-color: #00bebd;
    padding: 10px;
    border-radius: 8px;
}

.studentaddDiv-title img {
    margin-right: 10px;
}

.studentaddDiv-titleRight {
    display: flex;
    align-items: center;
}
.studentaddDiv-titleRight div{
    display: flex;
}
.studentaddDiv-titleRight a {
    color: #ff0000;
    font-weight: bold;
}

.studentaddDiv-titleRight a:hover {
    color: #ff0000da;
}

.studentaddDiv-titleRight span {
    line-height: 30px;
}

.citybts {
    display: flex;
    align-items: center;
    position: relative;
}
.citybts div{
    margin-left: -10px;
}
.div-locateCityimgs {
    /*position: absolute;*/
    /*clip: rect(0px 20px 20px 0px);*/
    /*margin-left: 0px;*/
    /*margin-top: 3px;*/
    /*width: 216px;*/
    /*height: 295px;*/
    width: 20px;
    height: 20px;
    /*border: 1px solid;*/
}
.studentadd-xunzhe{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #00d7c6;
    cursor: pointer;
}
.studentadd-xunzhe-text img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.studentadd-xunzhe-text{
    display: flex;
    align-items: center;
}
.down{
    display: none;
}

/*新加弹出框*/
.u-right{
    justify-content: flex-end;
    cursor: pointer;
}
.u-icon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    cursor: pointer;
}
.u-icon-name{
    font-size: 18px;
}
.u-icon-img{
    width: 18px;
    height: 18px;
}
.upop{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 88;
    display: none;
}
.upop-div{
    width: 700px;
    max-height: 600px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px;
}
.upop-close {
    position: absolute;
    top: 5px; 
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #eee;
}
.upop-close::before,
.upop-close::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 6px;
    width: 2px;
    height: 20px;
    background-color: #666;
    transform: rotate(45deg);
}
.upop-close::after {
    transform: rotate(-45deg);
}
.upop-title{
    text-align: center;
    font-weight: bold;
}
.upop-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    /*justify-content: space-between;*/
}
.upop-item{
    width: calc(100%/5 - 5px);
    text-align: center;
    margin-top: 5px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14px;
}
.upop-item:nth-child(5n+2){
    margin-left: 5px;
    margin-right: 5px;
}
.upop-item:nth-child(5n+4){
    margin-left: 5px;
    margin-right: 5px;
}
.upop-item:hover{
    border: 1px solid #00bebe !important;
    color: #00bebe !important;
}
.upop-item-active{
    border: 1px solid #00bebe !important;
    color: #00bebe !important;
}

.u-pup-left{
    display: flex;
    flex-direction: column;
}
.u-pup-left-name{
    width: 80px;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-left: 3px solid transparent;
}
.u-pup-left-name-active{
    border-left: 3px solid #00bebe;
    background-color: #FCF6F4;
    color: #00bebe;
}
.u-pup-left-name:hover{
    border-left: 3px solid #00bebe;
    background-color: #FCF6F4;
    color: #00bebe;
}
.u-pup-right{
    overflow-y: auto;
    width: calc(100% - 70px);
    height: 500px;

}
.u-pup-right-title{
    margin-left: 20px;
    margin-top: 5px;
}
.u-pup-right-div{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 10px;
}
.u-pup-right-item{
    width: calc(100%/3 - 10px);
    margin-top: 10px;
    background-color: #f7f7f7;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: pointer;
}
.u-pup-right-item:nth-child(3n+2){
    margin-left: 10px;
    margin-right: 10px;
}
.u-pup-right-item:hover{
    border: 1px solid #00bebe;
    color: #00bebe;
}

.u-pup-cediv{
    padding: 0px !important;
    align-items: normal !important;
    flex-wrap: unset !important;
    height: calc(100vh/1.5);

}
.center-clunm{
    display: flex;
    flex-direction: column;
    align-items: normal;
    width: 380px;
}
.center-clunm-name{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.upup-textarea{
    width: 100%;
    height: 70px;
    outline: none;
    border: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
.upup-textarea-div{
    width: 380px;
}

.u-pup-procity{
    flex-direction: column;
    align-items: unset !important;

}
.u-pup-tps{
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.u-pup-city{
    display: flex;
    font-size: 13px;
    margin-top: 5px;
    justify-content: space-between;
}
.u-pup-city-left{
    color: #a5a5a5;
}

.u-pup-city-right{
    color:#00bebe ;
    cursor: pointer;
}
.u-pup-child{
    display: flex;
    flex-wrap: wrap;
}
.u-pup-xinqi{
    display: flex;
    width: 100%;

}
.u-pup-xinqi-item{
    width: calc(100%/7 - 5px);
    flex-wrap: nowrap;
    /*border: 1px solid;*/
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px;
    font-size: 14px;
    background-color: #f7f7f7;
    cursor: pointer;
}
.u-pup-textarea-text{
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.u-pup-sjbj{
    margin-top: 5px;
}
.u-pup-sw-item{
    margin-top: 5px;
}
.u-pup-sw-div{
    display: flex;
    flex-wrap: wrap;
}
.u-pup-textarea{
    margin-top: 5px;
}

.u-pup-bt{
    box-sizing: border-box;
    background-color: #00bebe;
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.u-pup-bt-text{
    width: 50%;
    text-align: center;
    padding: 7px;
    color: #fff;
}
.u-pup-bt-chongz{
    color: #00bebe!important;
    background-color: #fff;
    border: 1px solid #00bebe;
    border-radius: 5px;
    border-bottom-right-radius: 20px;
}
.upop-day-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-label{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.u-label-item{
    width: calc(100%/3 - 10px);
    margin-top: 10px;
    background-color: #f7f7f7;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 5px 0px;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
}
.u-label-item:hover{
    border: 1px solid #00bebe !important;
    color: #00bebe !important;
}
.u-label-item:nth-child(3n+0){
    margin-left: 10px;
    margin-right: 10px;
}
.u-label-end{
    justify-content: flex-end;
    width: 100%;
}
/*新加弹出框end*/
.p-cent{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}
.p-cent-back{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.p-cent-div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 400px;
    /* height: 200px; */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.p-cent-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.p-cent-center{
    font-size: 14px;
    margin-top: 10px;
}
.p-cent-bt{
    display: flex;
    /*width: 80%;*/
    /*margin-left: 10%;*/
    margin-top: 20px;
    cursor: pointer;
    border-top: 1px solid #eee;
}
.p-cent-bt-text{
    width: 50%;
    text-align: center;
    /* padding-top: 5px; */
    box-sizing: border-box;
    padding: 10px;
}
.p-cent-bt-text:first-child{
    border-right: 1px solid #eee;
}
.u-code-img{
    width: 120px;
    height: 30px;
}
.u-code-in{
    outline: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 8px;
    /*width: 100px;*/
}
.p-cent-nowcity{
    font-size: 20px;
    color:#00bebd;
    font-weight: bold;
}
.p-cent-danqain{
    font-size: 20px;
    color:#00bebd;
    font-weight: bold;
}