.nav-main-block {
  display: flex;
  justify-content: center;
   /* align-items: center; */
   background: #F0F2F5;
}

.nav-block-item {
  display: flex;
  flex-wrap: nowrap;
}

.nav-block-item .tips {
  line-height: 40px;
  padding-left: 10px;
  width: 160px;
  flex-shrink: 0;
}
.nav-block-item .tips2 {
  line-height: 40px;
  padding-left: 10px;
  width: 100px;
  flex-shrink: 0;
}

.nav-block-item .separate-line {
  line-height: 30px;
  margin: 6px 0px;
}

.nav-block-item .location-title {
  line-height: 30px;
  margin: 6px 0px;
  padding-left: 10px;
  padding-right: 10px;
  flex-shrink: 0;
}

.nav-block-item select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 8px;
  padding-right: 20px;
  background: url(../img/selecter2.png) no-repeat right 5px bottom 7px / 7px 13px #fff;
  border-radius: 0px;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  width: 100px;
  margin: 6px 4px;
}

.nav-block-item .button-list,
.nav-block-item .button-list-1 {
  display: flex;
  flex-wrap: nowrap;
}
.nav-block-item .button-list .button {
  display: inline-block;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list .button:hover,
.nav-block-item .button-list .button-se {
  display: inline-block;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #1965B3;
  background-color: #1965B3;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list-1 .button {
  display: inline-block;
  min-width: 90px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list-1 .button:hover,
.nav-block-item .button-list-1 .button-se {
  display: inline-block;
  min-width: 90px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #1965B3;
  background-color: #1965B3;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list .button-gray {
  display: inline-block;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #e9e9e9;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
}
.nav-block-item .button-list .button-gray:hover {
  cursor: not-allowed;
}
/* 更多下拉框 */
.nav-block-item .button-list .select-normal {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 8px;
  padding-right: 20px;
  background: url(../img/selecter2.png) no-repeat right 5px bottom 7px / 7px 13px #fff;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  width: 100px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list .select-normal:hover,
.nav-block-item .button-list .select-se {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 8px;
  padding-right: 20px;
  background: url(../img/selecter3.png) no-repeat right 5px bottom 7px / 7px 13px #1965B3;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  border-radius: 4px;
  border: solid 1px #1965B3;
  color: #fff;
  width: 100px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list .select-normal-2 {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 20px 0px 16px;
  padding-right: 20px;
  font-size: 14px;
  height: 40px;
  line-height: 39px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  width: 80px;
  margin: 0px;
  cursor: pointer;
  background: url(../img/selecter2.png) no-repeat right 7px bottom 13px / 7px 13px #fff;
} 
/* 多选 */
.nav-block-item .button-list-dx {
  display: flex;
  flex-wrap: nowrap;
}
.nav-block-item .button-list-dx .button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list-dx .button:hover,
.nav-block-item .button-list-dx .button-se {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #1965B3;
  background-color: #fff;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
  cursor: pointer;
}
.nav-block-item .button-list-dx .button-gray {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #e9e9e9;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 6px 4px;
}
.nav-block-item .button-list-dx span.icon-xuanzhong {
  position: absolute;
  top: -6px;
  right: 0px;
  color: #1965B3;
}
.nav-block-item .button-list-dx .button span.icon-xuanzhong,
.nav-block-item .button-list-dx .button-gray span.icon-xuanzhong {
  display: none;
}
.nav-block-item .button-list-dx .button-se span.icon-xuanzhong {
  display: inline-block;
}

.nav-tab-title {
  width: 100%;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
.nav-tab-title .tab {
  display: inline-block;
  padding: 8px 14px;
  font-size: 18px;
  border-radius: 4px 4px 0px 0px;
}
.nav-tab-title .tab:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.nav-tab-title .tab-se {
  background-color: #fff;
}
.nav-tab-title .tab i {
  margin-right: 4px;
  font-size: 20px;
}

/* 选择按钮 */
.sel-btn-box {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sel-btn-box .union-btn-item {
  color: #000;
  border: 1px solid #e9e9e9;
  /* padding: 6px 14px; */
  border-radius: 3px;
  min-width: 80px;
  text-align: center;
  line-height: 36px;
}
.sel-btn-box .union-btn-item:hover {
  color: #1890ff;
}
.sel-btn-box .ubi-left {
  border-radius: 4px 0px 0px 4px !important;
}
.sel-btn-box .ubi-center {
  border-left: none !important;
  border-radius: 0px !important;
}
.sel-btn-box .ubi-right {
  border-left: none !important;
  border-radius: 0px 4px 4px 0px !important;
}
.sel-btn-box .ubi-sel{
  border: 1px solid #1890ff !important;
  color: #fff !important;
  background-color: #1890ff !important;
}
.title .searchDiv .searchInput2:focus {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(5,145,255,.1);
}

.title select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 8px;
  padding-right: 20px;
  background: url(../img/selecter2.png) no-repeat right 5px bottom 12px / 7px 13px #fff;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  max-width: 120px;
}



/* 弹窗内容-start */
.pop-window {
  background-color: #fff;
  padding: 20px;
  min-height: 150px;
  max-height: 500px;
  overflow: auto;
}
.pop-window-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.pop-window-div .left {
  text-align: right;
  line-height: 30px;
}
.pop-window-div .right {
  flex: 1;
  line-height: 30px;
}
.pop-window-div .right .pop-right-label {
  display: inline-block;
  width: 532px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.pop-window-div .right-box {
  display: flex;
}
.pop-window-div .right-box .pop-divide-line {
  width: 0;
  height: 20px;
  margin: 0 5px;
}
.pop-window-div .right-box .right-inner-box {
  flex: 1;
  display: none;
  line-height: 30px;
}
.pop-window-div .right-box .right-inner-box .select-box {
  display: inline-block;
  margin: 0 5px 10px;
  line-height: 30px;
}
.pop-window-div .right-box .right-inner-box .select-box .delIcon {
  color: #F52349;
  cursor: pointer;
  margin-left: 2px;
}
.pop-window-div .right-box .right-inner-box .addIcon {
  cursor: pointer;
  color: #3F87FD;
  font-size: 18px;
}
.pop-window-div .center {
  text-align: center;
  flex: 1;
  font-size: 16px;
}
.pop-window-div .textarea-u1 {
  font-size: 14px;
  line-height: 30px;
  padding: 5px;
  border: solid 1px #e9e9e9;
  height: 100px;
  resize: none;
  width: 100%;
}
.pop-window-div .text-u {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border: solid 1px #e9e9e9;
  width: 150px;
}
.pop-window-div .text-u1 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border: solid 1px #e9e9e9;
  width: 300px;
}
.pop-window-div .text-u2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border: solid 1px #e9e9e9;
  width: 450px;
}
.pop-window-div select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 8px;
  padding-right: 20px;
  background: url(../stu_imgs/selecter2.png) no-repeat right 5px bottom 7px / 7px 13px #fff;
  border-radius: 0px;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  width: 100px;
}
.pop-window-div select.popsel35 {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 8px;
  padding-right: 20px;
  background: url(../stu_imgs/selecter2.png) no-repeat right 6px bottom 10px / 7px 13px #fff;
  border-radius: 0px;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  width: 100px;
}
.pop-window-div a.upload {
  height: 30px;
  line-height: 30px;
  border-bottom: solid 1px #000;
  cursor: pointer;
}
.pop-window-div .pop-grade {
  flex: 1;
  margin-top: 10px;
}
.pop-window-div .pop-grade .pop-grade-circle {
  width: 90px;
  height: 90px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #1890ff;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 -4px 8px 0 rgb(36 46 66 / 6%), 0 8px 16px 0 rgb(36 46 66 / 12%);
}
.pop-window-div .pop-grade .pop-grade-circle:hover {
  background-color: #32AAFF;
  transition-duration: 0.3s;
  transform: scale(1.05);
}

.pop-window-div .pop-grades {
  margin-top: 10px;
}
.pop-window-div .pop-grades .pop-grade-nb {
  width: 110px;
  padding: 2px 8px;
  margin-right: 20px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  color: #00609C;
  border: 1px solid #00609C;
  cursor: pointer;
}

.pop-window-but {
  text-align: center;
}
.pop-window-but .sbutton {
  width: 180px;
  height: 30px;
  line-height: 30px;
  background-color: #3f87fd;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.pop-window-but .sbutton-2 {
  height: 30px;
  line-height: 28px;
  color: #3f87fd;
  background-color: #fff;
  border: solid 1px #3f87fd;
}

.pop-window-div .testTime {
  border:1px solid #e9e9e9;
  font-size: 14px; 
  height: 30px; 
  text-indent: 6px;
  width: 300px;
}

.pop-window-div .school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.pop-window-div .school div {
  padding-left: 15px;
}
.pop-window-div .school label input {
  margin-right: 3px;
}

.pop-window-div .radio label {
  margin-right: 10px;
  line-height: 30px;
}
.pop-window-div .radio label input {
  margin-right: 5px;
}
.pop-window-div .radio-t label {
  margin-right: 10px;
  line-height: 30px;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
.pop-window-div .radio-t label input {
  position: absolute;
  top: 2px;
  left: 0px;
  cursor: pointer;
}
.pop-window-div .checkbox-t label {
  margin-right: 10px;
  line-height: 30px;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
.pop-window-div .checkbox-t label input {
  position: absolute;
  top: 8px;
  left: 0px;
  cursor: pointer;
}
.pop-window-div .checkbox-t label .info {
  padding-left: 5px;
  color: #ff0000;
  font-size: 12px;
}
.pop-window-div .checkbox-t label .additem {
  padding-left: 5px;
  color: #00609C;
  font-size: 12px;
}
.pop-window-div .checkbox-t .checkbox-flex {
  display: flex;
}
.pop-window-div .checkbox-t .checkbox-flex .stitle {
  line-height: 30px;
  padding-right: 10px;
  min-width: 70px;
}
.pop-window-div .checkbox-t-h label input {
  left: 10px !important;
} 
.pop-window-div .checkbox-t-h label {
  padding-left: 31px;
  margin-right: 0px;
} 
.pop-window-div .checkbox-t-h label:hover {
  background-color: #FAFAFA;
}
.pop-window .checklabel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.pop-window .checklabel .selbut {
  border: solid 1px #e9e9e9;
  background-color: #FAFAFA;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 5px;
}
.pop-window .checklabel .selbut .iconfont {
  margin-left: 6px;
  color: #A0A0A0;
  font-size: 14px;
  cursor: pointer;
}
.pop-window .sellist {
  padding: 0px;
}
.pop-window .sellist a {
  display: block;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.pop-window .sellist a.sel {
  background-color: #f0f0f0;
}
.pop-window .sellist a:hover {
  background-color: #FAFAFA;
}


.pop-window .pop-window-div .group-x {
  text-align: center;
  width: 100%;
  height: 25px;
  background: url(../stu_imgs/group-1.png) no-repeat center / 25px 25px transparent;
}
.pop-window .pop-window-div .group-g {
  text-align: center;
  width: 100%;
  height: 25px;
  background: url(../stu_imgs/group-2.png) no-repeat center / 25px 25px transparent;
}
.wenjuan-blocklabel {
  display: block;
}
.wenjuan-blocklabel .wenjuan-poptimu {
  display: inline-block;
  max-width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pop-window .te-list label {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
.pop-window .te-list label.te-nor {
  color: #333333;
}
.pop-window .te-list label:hover, .pop-window .te-list label.te-sel {
  color: #1965B3;
}
.pop-window .te-list label input {
  position: absolute;
  top: 2px;
  left: 0px;
}

.pop-window-div .checkbox-x label {
  margin-right: 14px;
  cursor: pointer;
  display: inline-block; 
  line-height: 26px; 
  color: #00609C;
  background:linear-gradient( to right, #0384d4, #00609C, #0384d4) no-repeat right bottom;
  background-size: 0 1px; 
  transition: background-size 100ms; 
}
.pop-window-div .checkbox-x label:hover{
  background-position-x: center;
  background-size: 100% 1px;
}
.pop-window-div .checkbox-x label.lred {
  margin-right: 14px;
  cursor: pointer;
  display: inline-block; 
  line-height: 26px;
  color: #ff0000;
  background:linear-gradient( to right, #f34949, #ff0000, #f34949) no-repeat right bottom;
  background-size: 0 1px; 
  transition: background-size 100ms; 
}
.pop-window-div .checkbox-x label.lred:hover{
  background-position-x: center;
  background-size: 100% 1px;
}

/* 2023.5.13 */
.pop-window-div .checkbox-z label {
  display: inline-block;
  margin-right: 10px;
  line-height: 30px;
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}
.pop-window-div .checkbox-z label input {
  position: absolute;
  top: 8px;
  left: 2px;
  cursor: pointer;
}

/* 2025.2.8 */
.pop-window .flexsellist .setitle {
  display: flex;
  margin-bottom: 8px;
}
.pop-window .flexsellist .setitle .cancel {
  color: #00609C;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.pop-window .flexsellist .selist {
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.pop-window .flexsellist .selist .sename {
  background-color: #f3f3f3;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 8px;
  margin: 4px 0px;
  display: flex;
  align-items: center;
}
.pop-window .flexsellist .selist .sename .icon-shanchu4 {
  font-size: 14px;
}
.pop-window .flexsellist .selist .sename .icon-shanchu4:hover {
  font-size: 14px;
  cursor: pointer;
}