@font-face {
  font-family: 'numberFont';
  src: url('../front/number-font-regular.ttf') format("truetype"),
       url('../front/number-font-medium.ttf') format('truetype'),
       url('../front/number-font-bold.ttf') format('truetype')

}
* {
  /* font-family: -apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif;  */
  font-family: 'numberFont',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,PingFang TC,PingFang HK,Microsoft Yahei,Microsoft JhengHei !important;
}
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
  
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
input,textarea{
  color: #1A2233 !important;
}
/* custom */
::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 0
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px
}
::-webkit-scrollbar-thumb {
  background-color: #E1E6F0;
  border-radius: 12px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:hover {
  height: 50px;
  /* background-color: #878987; */
  -webkit-border-radius: 6px
}
::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border: 0 none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background-color: #fff;
}
.el-table__fixed-right::before, .el-table__fixed::before {
  background-color: #fff;
}
.el-table__body-wrapper::-webkit-scrollbar {
  height: 8px;
}
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
[v-cloak] {
	display: none;
}

.adminHeader {
  background: #2f71ff;
}
.usernormalstyle .info {
    position: absolute;
    right: 20px;
    top: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 999;
}
.usernormalstyle .info img {
  margin-right: 8px;
}
.usernormalstyle .info .logout {
  font-size: 14px;
  background: linear-gradient( 270deg, rgba(255,255,255,0.59) 0%, rgba(255,255,255,0.11) 100%);
  border-radius: 16px;
  padding: 4px 18px;
  cursor: pointer;
}
.usernormalstyle .el-tabs__header {
  margin-bottom: 0px;
}
.usernormalstyle {
  background: url('../images/bg.png');
  background-size: cover;
}

.setbg.el-tab-pane {
  padding-top: 32px;
  padding-bottom: 32px;
  background-size: cover;
  min-height: calc(100vh - 419px);
}

.usernormalstyle .el-tabs__header{ 
  background-color: #2F71FF;    
  padding: 23px 0;
  height: 88px;
  box-sizing: border-box;
}
.usernormalstyle  .el-tabs__item{
  color: #fff!important; 
  font-size: 17px; 
  padding: 0 15px;
  font-weight: bolder;
}
@media screen and (max-width: 1440px) {
  .usernormalstyle  .el-tabs__item {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1300px) {
  .usernormalstyle  .el-tabs__item {
    padding: 0 4px;
  }
}
.usernormalstyle .el-tabs__active-bar{ background-color: #fff;}
.usernormalstyle .el-tabs__nav-wrap::after{background-color:initial}
.usernormalstyle .el-tabs__nav{float: none;display: inline-block;}
.usernormalstyle .el-tabs__nav-scroll{text-align: center;margin-left: 50px;}

.el-table th.el-table__cell {
  background-color: #F5F7FA;
  color: #1A2233;
  font-weight: bold;
}
.el-message-box {
  background-size: cover;
  background-image: url('../images/alerbg.png');
  background-repeat: no-repeat;
}
.hover-row {
  background-color: #F5F7FA!important;
}
.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
  background-color: #f0f7ff!important;
}
.el-table__body tr.hover-row>td.el-table__cell {
  background-color: #f0f7ff!important;
}

.el-button--primary {
  background: #2F71FF;
  border-color: #2b6cf8;
}
.el-button--primary:hover {
  background: #2b6cf8;
  border-color: #2b6cf8;
}
.el-button--primary:focus,.el-button--primary:hover {
  background: #2F71FF;
  border-color: #2b6cf8;
  color: #FFF
}

.el-button--primary.is-active,.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF
}


.plainbtn {
  border: 1px solid #2F71FF;
  color: #2F71FF;
}
.button-simple{
  color: #2F71FF;
  border: 1px solid #2F71FF;
}
.tableIconCell {
  display: flex;
  align-items: center;
}
.tableIconCell img {
  display: block;
  margin-right: 8px;
}
.confirm-text{
  width: 358px;
  text-align: center;
  margin: 10px 0;;
  font-size: 12px;
  color: #858C99;
}

.el-input.is-disabled .el-input__inner {
  background-color: #ffffff;
  color: #1A2233;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #ffffff;
  color: #1A2233;
}
.el-input__inner:hover {
  border: 1px solid #2F71FF!important;
}
.is-disabled .el-input__inner:hover {
  border: 1px solid #E4E7ED!important;
}
.el-button--text {
  color: #2F71FF;
}
.table-no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px
}

.adminlogo {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 999;
}
.el-pager li.active {
  color: #2F71FF;
  border: 1px solid #2F71FF;
}
.el-pager li {
  border: 1px solid #E1E6F0;
  margin: 0 4px;
  border-radius: 2px;
  min-width: 32px;
  height: 32px;
}
.el-pager li.active+li {
  border-left: 1px solid #E1E6F0;
}
.btn-prev, .btn-next {
  border: 1px solid #E1E6F0!important;
  border-radius: 2px!important;
  min-width: 32px!important;
  height: 32px!important;
  padding-right: 6px !important;
  padding-left: 6px !important
}
.el-input--mini .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-pagination__editor.el-input .el-input__inner {
  height: 32px;
}
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
  line-height: 32px;
  color: #303133;
}
.el-button{
  border-radius: 4px;
}
.el-button.is-disabled{
  background: none;
  color: #ADC7FF !important;
  border: 1px solid #ADC7FF !important;
}
.el-button.is-disabled:hover{
  background: none;
  color: #ADC7FF !important;
  border: 1px solid #ADC7FF !important;
}
.el-button--primary.is-disabled{
  background: #ADC7FF;
  color: #fff !important;
  border: 1px solid #ADC7FF !important;
}
.el-button--primary.is-disabled:hover{
  background: #ADC7FF;
  color: #fff !important;
  border: 1px solid #ADC7FF !important;
}
.el-popconfirm .el-button--text{
  border-radius: 4px;
  border: 1px solid #3264FA;
  font-size: 14px;
  color: #3264FA;
}
.el-popconfirm{
  padding: 10px 20px;
}
.el-popconfirm .el-button{
  padding: 4px 11px;
}
.el-popconfirm .el-button--primary{
  background: #3264FA;
  border: 1px solid #3264FA;
}
.el-message-box--center .el-message-box__header {
  padding-top: 48px;
}
.el-message-box__content {
  min-height: 59px;
}
.detailsannex {
  display: flex;
  align-items: flex-start;
}
.provinceInfoTab .el-form-item__error {
  white-space: nowrap;
}
.el-date-table td.current:not(.disabled) span {
  color: #FFF;
  background-color: #2F71FF;
}
.el-date-table td span:hover {
  color: #2F71FF;
}
.el-button+.el-button {
  /* margin-left: 16px!important; */
  margin-left: 11px
}
.el-button--default:hover {
  background-color: #fff;
  color: #2F71FF;
  border: 1px solid #2F71FF;
}
.el-button--primary:hover {
  background-color: #2F71FF;
  color: #fff;
  border: 1px solid #2F71FF;
}
.el-message-box__message .el-icon-info {
  font-size: 18px;
}
.el-select-dropdown__item.selected,.el-radio__input.is-checked+.el-radio__label{
  color: #2F71FF;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  background-color: #F0F7FF;
  color: #2F71FF;
}
.el-select-dropdown__ite,.el-form-item__label{
  color: #1A2233;
}
.el-radio__input.is-checked .el-radio__inner{
  border-color:#2F71FF;
  background-color: #2F71FF;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.icon.tipIcon {
 width: 21px;
 height: 21px;
 vertical-align: -0.35em;
}
.el-message-box__message p {
  font-weight: bold;
}
.el-message-box__message p .tip {
  font-weight: normal;
  color: #858C99;
}
.el-button.is-disabled.el-button--text{
  border: none !important;
}
.el-textarea .el-input__count{
  background: none;
}
.registerDialog .el-dialog__footer{
  text-align: center;
}
.icon-load{
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../images/upload2x.png);
  background-size: cover;
  vertical-align: middle;
}

.schoolRankBox {
  display: flex;
  width: 604px;
  height: 361px;
  margin: 33px auto;
}
.schoolRankBox  .schoolRank {
  position: relative;
  width: 308px;
  height: 358px;
  background-image: url("../images/school-rank.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.schoolRankBox  .schoolRank div {
  position: absolute;
  width: 96px;
  text-align: center;
}
.schoolRankBox  .schoolRank > div:nth-of-type(1) {
  top: 95px;
  left: 105px;
}
.schoolRankBox  .schoolRank > div:nth-of-type(2) {
  top: 231px;
  left: 30px;
}
.schoolRankBox  .schoolRank > div:nth-of-type(3) {
  top: 239px;
  left: 187px
}
.schoolRankBox  .sortBox {
  width: 264px;
  height: 347px;
  margin-left: 32px;
  padding: 10px 17px;
  box-sizing: border-box;
  background: linear-gradient( 180deg, rgba(222,237,255,0.33) 0%, rgba(255,255,255,0.44) 100%);
  box-shadow: 0px 2px 16px 0px rgba(47,113,255,0.05);
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
}
.schoolRankBox  .sortBox div {
  line-height: 46px;
  font-size: 14px;
  color: #575C66;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.schoolRankBox  .sortBox div span {
  margin-right: 18px;
  color: #000;
  font-weight: bold;
  width: 8px;
  display: inline-block;
}
.batchPromotedDialog .el-dialog__header {
  border-bottom: 1px solid #f0f0f0;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #2b6cf8
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #2b6cf8;
  border-color: #2b6cf8;
}

.el-button--success,
.el-button--success:focus,
.el-button--success:hover,
.el-button--success:active {
  background-color: #0AC77C;
}
.el-button--danger,
.el-button--danger:focus,
.el-button--danger:hover,
.el-button--danger:active {
  background-color: #FF6859;
}
.suggestionBtn {
  margin-left: 24px!important;
  padding: 11px 29px;
  font-size: 16px;
}
.faq{
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  color: #2f71ff;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  margin-left: 20px;

}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 100%;
}



.upload-list-content{
  display: flex;
}
.upload-content-l{
  width: 50px;
  text-align: center;
  margin-left: 20px;
}
.step-o{
  width: 50px;
  height: 17px;
  background: url(../images/step1@2x.png) no-repeat;
  background-size: cover;
}
.step-t{
  width: 56px;
  height: 17px;
  background: url(../images/step2@2x.png) no-repeat;
  background-size: cover;
}
.step-line{
  display: inline-block;
  margin: 10px 0;
  width: 1px;
  height: 80px;
  background-color: #C2C5CC;
}
.upload-content-r{
 margin-left: 40px;
}
.step-o-tip{
  font-size: 14px;
  color: #575C66;
}
.step-o-tip .icon{
  font-size: 16px;
  vertical-align: -4px;
}
.step-o-tip .btn{
  margin-top: 20px;
}
.step-t-tip{
  font-size: 14px;
  color: #575C66;
  margin-top: 47px;
}
.step-t-tip .el-button{
  margin-top: 20px;
  color: #2F71FF;
  border: 1px solid #2F71FF;
  margin-right: 46px;
}
.el-tooltip__popper{
  max-width: 98%;
}
.el-tabs__item.is-disabled{
  color: #C0C4CC !important;
}
.el-dialog__title{
  font-weight: bold;
}