
.confirm-btn-cancel{
  box-shadow:0px 2px 8px #a8e7c4;
  padding: 10px 15px;
  float: right;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 4px;
}
.confirm-btn-confirm{
  border: 1px solid #DCDFE6;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px;
}
html {
}
body {
  padding: 0;
  margin: 0;
  color: #444;
  background: #fff !important;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
}

.tuijian{
  font-size: 18px !important;
}

#weike-wrap{
  min-width: 1200px;
}

#main-outer{
  margin-bottom: 0px !important;
}

#main-inner{
  min-width: 1200px !important;
}

#navtopinner{
  min-width: 1200px !important;
  padding:0px !important;
}


/* container*/
div.container1 {
  /*width: 1200px!important;*/
  padding-left: 50px!important;
  padding-right: 50px !important;
  margin: auto
}

.el-dropdown-link{
  line-height: 30px;
  color:#475669;
  font-size: 12px;
}

.el-dropdown-link .qiehuan{
  color:#1fa0ff;
}

#navtopouter{
  border-bottom: 0px !important;
  background:#eff2f7 !important;
}

.qiehuan-list{
  float:left;
}

.ul-list{
  float:right;
}

.ul-list li{
  float:left;
  margin-left:10px;
  font-size:14px;
  color:#444;
}

.el-dropdown-menu__item span{
  font-size:14px;
}

.ul-nav{
  float:left;
  margin-left:15px;
}

.ul-nav li a {
  font-size:14px;
  color:#444;
}

.ul-nav li a:hover{
  color:#4c9ef8;
}

.ul-nav li {
  float:left;
  margin-left:10px;
}
body,
html,
li,
input,
gloabl,
th,
input,
nav,
td,
embed,
blockquote,
ol,
xml,
div,
dl,
dt,
dd,
ul,
pre,
form,
fieldset,
abbr,
header,
hgroup,
Section,
figure,
section,
nav,
article,
aside,
canvas,
button,
ul li,
font,
a,
span,
textarea{
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}
a {
  font-size: 100%;
  border: 0;
  color: #333;
  text-decoration: none!important;
}
a:active{
  opacity: 0.8;
}
ol,
ul,
li {
  list-style: none;
}

.martop15 {
  margin-top: 15px;
}
.martop20 {
  margin-top: 20px;
}
.martop5 {
  margin-top: 5px;
}
.martop10 {
  margin-top: 10px;
}
.mt0{
  margin-top: 0;
}
.pad15 {
  padding: 15px;
}
.pad20 {
  padding: 20px;
}
.pad10 {
  padding: 10px;
}
.pad5 {
  padding: 5px;
}
.pt15{
  padding-top: 15px;
}
.pt0{
  padding-top: 0;
}
.pl5{
  padding-left: 5px;
}
.pr5{
  padding-right: 5px;
}
.marlr {
  margin-left: 5px;
  margin-right: 5px;
}
.marlr2 {
  margin-left: 2px;
  margin-right: 2px;
}
.marlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.disblock{
  display: block;
}
.clear{
  clear: both;
}

* html .clearfix {
  height: 1%;
}
*+html .clearfix {
  min-height: 1px;
}
.p_re {
  position: relative;
}
.radius100{
  border-radius: 100px;
}
.radius10{
  border-radius: 10px;
}
.radius5{
  border-radius: 5px;
}
.font10{
  font-size: 10px;
}
.font12{
  font-size: 12px;
}
.font14{
  font-size: 14px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font24{
  font-size: 24px;
}
.font28{
  font-size: 28px;
}
.font34{
  font-size: 34px;
}
.color888{
  color: #888;
}
.color444{
  color: #444;
}
.color666{
  color: #666;
}
.color_main{
  color: #04BE02;
}
.color_bg{
  background-color: #04BE02;
}
.color_red{
  color: #F75F5B;
}
.color_fff{
  color: #fff;
}
.textleft{
  text-align: left;
}
.textright{
  text-align: right;
}
.textcenter{
  text-align: center;
}
.loginfooter{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.bgfff{
  background: #fff;
}
.textover{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ui-center {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  -ms-box-orient: vertical;
  -ms-box-pack: center;
  -ms-box-align: center;
  text-align: center;
  height: 150px
}
.overflow{
  overflow: hidden;
}

/* -------左右抖动 CSS3----------  */
.LRShake{
  -webkit-animation: shake 1s ease both;
  -moz-animation: shake 1s ease both;
  animation: shake 1s ease both;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* -------左右抖动 CSS3 end----------  */


/*左右布局*/
.main-right{
  margin-left: 260px;
  margin-top:10px;
  min-height:749px;
  margin-bottom: 28px;
}
.main-left{
  width: 250px;
  position: absolute;
  margin: 0px;
  left: 0;
}

.main-body{
  background: #e9ebf4 !important;
}

.marlr .el-menu-item {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}

.marlr .el-menu-item:hover{
  background: #e9ebf4 !important
}

.marlr .el-menu-item.is-active{
  background: #e9ebf4 !important;
  color:#1f2e3d !important;
}

.marlr .el-menu-item i{
  margin-left:40px;
  margin-right: 15px;
  width: 31px !important;
  display: inline-block;
  text-align: center;
}

.marlr .el-menu-item i img{
  margin-top:-3px;
}

.marlr .el-menu-item.is-active a{
  color:#1f2e3d !important;
}

.marlr .el-menu-item:hover a{
  color:#1f2e3d;
}

.marlr .el-menu-item a{
  font-size:16px;
  color:#8593a6;
  display: inline-block;
  width: 150px;
}


.marlr{
  margin: 0px !important;
  padding:0px !important;
  height: 748px;
  background: #fff;
  width: 250px;
}
.marlr .el-menu-item{
  background: #fff;
}

.el-menu{
  background:#fff;
}


/**/
/*yang*/
.fn-relative{
  position:relative;
  zoom:1;
}
.fn-left{
  float:left;
}
.fn-right{
  float:right;
}
.fn-hide{
  display:none;
}
.fn-clear:after{
  visibility:hidden;
  display:block;
  height:0;
  content:" ";
  clear:both;
  font-size:0;
}
.fn-inlineblock{
  display:inline-block;
}
.padrl20{
  padding-right:20px;
  padding-left:20px;
}
.padtb20{
  padding-top:20px;
  padding-bottom:20px;
}
.padtb12{
  padding-top:12px;
  padding-bottom:12px;
}
.padrl12{
  padding-left:12px;
  padding-right:12px;
}
.padtb5{
  padding-top:5px;
  padding-bottom:5px;
}
.padt20{
  padding-top:20px;
}
.padl20{
  padding-left:20px;
}
.padr10{
  padding-right:10px;
}
.padr20{
  padding-right:20px;
}
.padt15{
  padding-top:15px;
}
.padt12{
  padding-top:12px;
}
.padb12{
  padding-bottom:12px;
}
.padb20{
  padding-bottom:20px;
}
.padtb10{
  padding-top:10px;
  padding-bottom:10px;
}
.marl4{
  margin-left:4px;
}
.marr4{
  margin-right:4px;
}
.marr10{
  margin-right:10px;
}
.martb10{
  margin-top:10px;
  margin-bottom:10px !important;
}
.marlr10{
  margin-left:10px;
  margin-right:10px;
}
.marl10{
  margin-left: 10px;
}
.mart10{
  margin-top:10px;
}
.marb5{
  margin-bottom:5px;
}
.lineH30{
  line-height:30px;
}
/*border*/
.bor-bottom{
  border-bottom:1px solid #eaeefb;
}
.curbor{
  border-bottom:2px solid #4c9ef8 !important;
}
.curbor1{
  border-bottom:1px solid #4c9ef8 !important;
}
.mar-none{
  margin:0!important;
}
.bor-none{
  border:none;
}
.radius3{
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;

}
.radius4{
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
/*font-size*/
.font12{
  font-size:12px;
}
.font14{
  font-size:14px;
}
.font16{
  font-size:16px;
}
.font18{
  font-size:18px;
}
.font24{
  font-size:24px;
}
/*color*/
.colorfff{
  color:#fff;
}
.colorff9{
  color:#ff9900;
}
.color1fa{
  color:#1fa0ff;
}
.cor4a5{
  color:#4a5667;
}
.color4{
  color:#475669;
}
.color849{
  color:#8492a6;
}
/*red*/
.colorff4{
  color:#ff4949;
}
/*btn*/
a.btn1fa,a.btnff9{
  display:inline-block;
  padding:5px 15px;
  cursor:pointer;
  font-size:14px;
}
a.btnff9{
  color:#ff9900;
  border:1px solid #ff9900;
}
a.btn1fa{
  color:#1fa0ff;
  border:1px solid #1fa0ff;
}
a.btnff9:hover{
  color:#fff;
  background-color:#ff9900;
}
a.btn1fa:hover{
  color:#fff;
  background-color:#1fa0ff;
}
/*bg-color*/
.bgfff{
  background-color:#fff;
}
.bg-colorff9{
  background-color:#ff9900;
}
.bg-color849{
  background-color:#8492a6;
}
.bg-coloreff{
  background-color:#eff2f7;
}
.txt-right{
  text-align:right;
}
.txt-left{
  text-align:left;
}
.txt-center{
  text-align:center;
}
.lineH30{
  line-height:30px;
}
/**/
.container{
  margin:20px auto 40px;
  width:1200px;
}
.wrap{
  width:1200px;
  margin:0 auto;
}
.wrap238{
  width:238px;
  overflow:hidden;
}
.wrap326{
  width:326px;
  overflow:hidden;
}
.wrap608{
  width:608px;
  overflow:hidden;
}
.wrap852{
  width:852px;
}
.wrap942{
  width:942px;
}
.video-wrap{
  width:722px;
}
.minWidth940{
  min-width:940px;
}
.weike-wrap{
  padding-right:10px;
  overflow:hidden;
}
.weike-left{
  width:250px;
  min-height:630px;
  background-color:#fff;
}
.weike-right{
  padding-left:10px;
  overflow:auto;
}
.mar-auto{
  margin:0 auto;
}
/*重置全局样式*/
.grid-content .el-button {
    padding: 8px 15px;
}
.el-input__inner{
    height:32px;
    font-size: 14px;
    line-height: 32px !important;
    padding:0 10px !important;
}
.time-btn .el-button i{
    font-size: 11px;
    margin-left: 5px;
    margin-top: -2px;
    display: inline-block;
}
.time-btn .el-button {
    color: #8492a6;
}
.el-card{
  border:none;
}
.el-card, .el-menu--horizontal .el-submenu>.el-menu, .el-tabs--border-card{
  box-shadow:none;
}

.app{
  min-width: 1200px;
}

.el-loading-mask{
  background: #fff !important;
}

/*.main-body .el-row{
  overflow: hidden;
}*/
#tab .el-date-editor.el-input{
  width: 120px !important;
}

.MathJye table{
  display: inherit !important;
}





























#footer[data-v-773be40a] {
  min-width: 1200px;
  color: #FFF;
  background-color: #f1f4f9;
  height: 90px;
}
#footer p[data-v-773be40a]{
  font-size:14px;
  color:#7c8692;
  margin-top:10px;
}
.message-footer[data-v-773be40a]{
  padding:0 15px;
  height:46px;
  line-height: 46px;
  border-radius:40px;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  right:20px;
  bottom: 150px;
  font-size: 14px;
  z-index: 99;
}
.message-footer[data-v-773be40a]{
  color: #FFFFFF;
}
#footer1[data-v-773be40a]{
  width:100%;
  height:70px;
  background: #4a5767;
  line-height: 70px;
  vertical-align: middle;
}
#footer1 span[data-v-773be40a]{
  float:left;
  font-size:14px;
  color:#9dabbc;
  margin-left:20px;
}
#footer1 span img[data-v-773be40a]{
  margin-right:30px;
}
#footer1 span p[data-v-773be40a]{
  margin: 0px;
}
.footer-right a[data-v-773be40a]{
  float:left;
  font-size:16px;
  color:#fff;
  margin-left:30px;
}
.footer-right a[data-v-773be40a]:hover{
  color:#4c9ef8;
}
.textElcol[data-v-773be40a]{
  padding-bottom: 12px;
}
.footerText .textElcol div[data-v-773be40a]{
  font-size: 14px;
  color: #7b8591;
  margin-bottom: 10px;
}
.footerText .textElcol div a[data-v-773be40a]{
  color: #7b8591;
}
.footerText .textElcol div a[data-v-773be40a]:hover{
  color: #333;
}
.footerText .textElcol div[data-v-773be40a]:first-child{
  color: #3a3e47;
  font-size: 16px;
  margin: 20px 0 25px;
}
.borderLeft[data-v-773be40a]{
  height: 110px;
  border-left: 1px solid #e0e7ef;
  margin-top: 35px;
}
.phoneUs[data-v-773be40a]{
   padding-top: 40px;
   padding-left: 50px;
  text-align: center;
}
.phoneUs p[data-v-773be40a]{
  margin: 0;
  margin-bottom: 10px;
}
.phoneUs p[data-v-773be40a]:nth-child(3){
  font-weight: bold;
  font-size: 20px;
  /*margin: 10px 0 16px;*/
}

.footerone .el-col[data-v-558ec3e9]{ font-size: 12px; color: #bec0c2;
}
.footerone .el-col .top[data-v-558ec3e9]{ 
    border-bottom: 1px solid rgb(34,42,52);height: 72px; margin-bottom: 20px;
}
.footerone .el-col .top dd[data-v-558ec3e9]{ line-height: 35px;
}
.footerone .el-col .top dd img[data-v-558ec3e9]{ position: relative; top: -3px;
}
.footerone .el-col .top .text[data-v-558ec3e9]{ color: #fff; font-size: 20px; padding-left: 3px;
}
.footerone .el-col .bot dl[data-v-558ec3e9]{ margin-bottom: 5px;
}
.footerone .el-col .bot .a[data-v-558ec3e9]{ cursor: pointer; color:#bec0c2; display: block; margin-bottom: 5px;
}
#footer[data-v-558ec3e9] {
  min-width: 1200px;
  color: #FFF;
  background-color: rgb(47, 55, 65);
}
#footer p[data-v-558ec3e9]{
  font-size:14px;
  color:#9fadbd;
  margin-top:10px;
}
.message-footer[data-v-558ec3e9]{
  padding:0 15px;
  height:46px;
  line-height: 46px;
  border-radius:40px;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  right:20px;
  bottom: 150px;
  font-size: 14px;
  z-index: 99;
}
.message-footer[data-v-558ec3e9]{
  color: #FFFFFF;
}
#footer1[data-v-558ec3e9]{
  width:100%;
  height:70px;
  background: #4a5767;
  line-height: 70px;
  vertical-align: middle;
}
#footer1 span[data-v-558ec3e9]{
  float:left;
  font-size:14px;
  color:#9dabbc;
  margin-left:20px;
}
#footer1 span img[data-v-558ec3e9]{
  margin-right:30px;
}
#footer1 span p[data-v-558ec3e9]{
  margin: 0px;
}
.footer-right a[data-v-558ec3e9]{
  float:left;
  font-size:16px;
  color:#fff;
  margin-left:30px;
}
.footer-right a[data-v-558ec3e9]:hover{
  color:#4c9ef8;
}
.tipcBox[data-v-558ec3e9]{
  margin-bottom: 15px;
}
.tipcBox h3[data-v-558ec3e9],h4[data-v-558ec3e9]{
  line-height:1.5em;
  margin:0px;
  padding: 0px;
}

#theBankDialog .el-dialog__body{
  padding-top: 20px !important;
}
#theBankDialog .el-dialog--small{
  width: 600px !important;
}
#theBankDialog .el-form-item{
    margin-bottom: 12px !important;
}



































#navtopouter[data-v-22d9ec30] {
    height: 30px;
    min-width: 1200px;
    min-height: 30px;
    margin-bottom: 0!important;
    font-size: 12px;
    background-color: #eff5f9;
}
.xuanzhong[data-v-22d9ec30] {
    color:#1fa0ff;
}
.container[data-v-22d9ec30]{
    width: 1200px !important;
    margin: auto;
}
#navtopouter li a[data-v-22d9ec30] {
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}
.shu[data-v-22d9ec30]{
    font-size: 13px;
    margin-left: 10px;
    color:#C1D0D2;
}
.man[data-v-22d9ec30]{
    margin-inline-end: 30px;
    vertical-align: text-top;
    margin-top: 1px;
    margin-right: 5px;
}
.parson a[data-v-22d9ec30]{
    display: block;
    width: 100px;
    text-align: center;
}
.parson li[data-v-22d9ec30]{
    padding:0px !important;
}
.red-dian[data-v-22d9ec30]{
  width:6px;
  height: 6px;
  border-radius:6px;
  background: red;
  display: inline-block;
  vertical-align: text-top;
  margin-left:5px;
}

.el-dropdown-menu__item a[data-v-290e9658]{
  display: block;
  white-space:nowrap;
}
.qh-list[data-v-290e9658]{
  max-width: 237px;
  overflow: auto;
}

.hrLogin .el-dialog{
  width: 640px !important;
  border-radius: 5px;
  top: 5% !important;
}
.hrLogin .el-dialog__header{
  padding: 10px 20px;
  border-bottom: 1px solid #E5E9F4;
  text-align: left;
}
.hrLogin .el-dialog__title{
  font-weight: normal;
  color: #47566b;
}
.stepLogin{
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.stepLogin p{
  float: left;
  font-size: 14px;
}
.stepLogin .step-i{
  display: block;
  float: left;
  background: #d8deea;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-left: 4px;
  position: relative;
  top: 12px;
  left: 12px;
  font-size: 14px;
}
.stepLogin .step-p{
  color: #46556a;
  border:1px solid #d8deea;
  border-radius: 20px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 10px;
}
.stepLogin .step-bor{
  width: 80px;
  height: 0;
  border-top:1px solid #d8deea;
  margin: 35px -10px 0 10px;
}
.stepLogin .finishI{
  background: #209ffc;
}
.stepLogin .finishP{
  color: #209ffc;
  border-color: #209ffc;
}
.stepLogin .finishBor{
  border-color: #209ffc;
}
.stepLogin .finishRed{
  background: #fe5f5c;
}

.select[data-v-46aba1c6] {
  color: #409eff;
}
.jueseQ[data-v-46aba1c6] {
  text-align: center;
  cursor: pointer;
}

.blueDot{
  display: block;
  float: left;
  height: 18px;
  width: 3px;
  background: #1f9fff;
  margin-right: 5px;
}
.listPage .el-pagination{
  padding: 20px 0;
  text-align: right;
}

.scoolListQ[data-v-5f284c49]{
  height: 200px;
  overflow-y: auto;
}
.scoolListQSch[data-v-5f284c49]{
  padding: 10px 0;
  border-bottom: 1px solid #eceff6;
  cursor: pointer;
}
.noneText[data-v-5f284c49]{
  line-height: 80px;
  text-align: center;
}

.teaForm{
  padding: 40px 0;
}
.teaForm .el-form-item{
  margin-bottom: 0;
}
.teaForm .el-form-item__content{
  line-height: 30px;
  text-align: left;
}
.teaForm .el-form-item__content p{
  margin: 0;
}
.teaForm .el-form-item__label{
  padding: 8px 12px 8px 0;
}
.messText .el-form-item__label{
  padding-top: 0;
}
.teaForm .messText{
  margin-top: 8px;
  margin-bottom: 10px;
}

.parForm .el-form-item{
  margin-bottom: 10px;
}
.parForm .el-form-item__content{
  text-align: left;
}
.parForm{
  margin-top: 40px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.fromBtn .el-button{
  margin-left: 0;
  display: block;
  float: left;
  border-color: #4D9EF9;
}
.fromBtn .btn1{
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.fromBtn .btn2{
  border-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.fromBtn .select[data-v-c0867692]{
  color: #FFFFFF;
  background: #4D9EF9;
}

.wait[data-v-61639958]{
  text-align: center;
  padding: 80px 0;
}

#main-outer[data-v-365fe5a8] {
  min-height: 90px;
  line-height: 80px;
  margin-bottom: 2px;
  background-color: #FFF!important;
  /*border-bottom: 2px solid #eff5f9;*/
}
.container[data-v-365fe5a8]{
  width: 1200px !important;
  margin: auto;
}
ul.el-menu[data-v-365fe5a8] {
  background-color: #FFF!important;
}
li.el-menu-item[data-v-365fe5a8] {
  font-size: 18px;
  font-weight: bold;
  height: 30px !important;
  line-height: 30px;
  padding: 0px !important;
  margin: 10px 15px 0 15px;
}
li.el-menu-item a[data-v-365fe5a8]{
  color:#333;
  font-size:16px;
  font-weight: normal;
  display: inline-block !important;
  padding: 0 10px;
  height: 30px;
}
/*
li.el-menu-item span{
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
}*/
li.el-menu-item.active a[data-v-365fe5a8],
li.el-menu-item:hover a[data-v-365fe5a8]{
  color: #fff;
}

/*li.el-menu-item:hover span{
  background: #1fa0ff;
}*/
li.el-menu-item[data-v-365fe5a8]{
  color:#333;
  font-size:16px;
  font-weight: normal;
  border-bottom: 2px solid #fff !important;
}
li.el-menu-item.active[data-v-365fe5a8],
li.el-menu-item[data-v-365fe5a8]:hover{
  background: #1fa0ff;
  /*border-bottom: 2px solid #57b7ff !important;*/
  color:#fff;
  border-radius: 4px;
}

/*li.el-menu-item.active span{
  background: #1fa0ff;
}*/


.kecheng-top a {
  color: #333;
  font-size: 20px;
  height: 30px !important;
  font-weight: normal;
  display: inline-block !important;
  padding: 0 5px;
  text-align: center !important;
}
.outer-kecheng .el-dropdown-link {
  font-size: 20px;
  display: inline-block;
}
.outer-kecheng i  {
  margin-right: 0 !important;
}
.kecheng-top:hover .outer-kecheng i  {
  color: #1fa0ff;
}
.kecheng-top:hover .outer-kecheng .el-dropdown-link {
  color: #1fa0ff;
}
.kecheng-top.active .outer-kecheng .el-dropdown-link {
  color: #1fa0ff;
}
.droLis a {
  display: inline-block;
  width: 100%;
}
.droLis a:hover {
  display: inline-block;
  width: 100%;
  color: #1fa0ff;
}
.droLis .el-dropdown-menu__item {
  padding: 0 !important;
  text-align: center;
}
.ke-zhihui, .old-fanhui  {
  float:right;
}
.ke-zhihui a{
  width:88px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius:4px;
  background: #00cb94;
  font-size:14px;
  display: block;
  color:#fff;
  margin-top:26px;
  border:1px solid #00cb94;
}
.ke-zhihui a:hover{
  background: #00b282;
  border:1px solid #00b282;
}
.old-fanhui a{
  width:88px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius:4px;
  background: #F7BA2A;
  font-size:14px;
  display: block;
  color:#fff;
  margin-top:26px;
  margin-right:10px;
  border:1px solid #F7BA2A;
}
.old-fanhui a:hover{
  border:1px solid #f3af0f;
  background: #f3af0f;
}
#main-outer .el-menu-item.active a{
}
.weike{
  position: relative;
}
.weike:hover .car-div{
  display: block;
}
.car-div{
  position: absolute;
  top:43px;
  z-index: 44444;
  background: url(/static/img/tan.png) no-repeat;
  width: 282px;
  height: 124px;
  margin-left: -180px;
  display: none;
}
.car-div p{
  font-size: 16px;
  color:#333;
  height: 25px;
  line-height: 25px;
}
.car-div p a{
  font-size: 16px !important;
  color: #1fa0ff !important;
  text-decoration: underline !important;
}
.car-div-font{
  margin-top: 38px;
  margin-left: 30px;
}

#navtopouter[data-v-40a43482] {
    height: 30px;
    min-width: 1200px;
    min-height: 30px;
    margin-bottom: 0!important;
    font-size: 12px;
    background-color: #eff5f9;
}
.xuanzhong[data-v-40a43482] {
    color:#1fa0ff;
}
.container[data-v-40a43482]{
    width: 1200px !important;
    margin: auto;
}
#navtopouter li a[data-v-40a43482] {
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}
.shu[data-v-40a43482]{
    font-size: 13px;
    margin-left: 10px;
    color:#C1D0D2;
}
.man[data-v-40a43482]{
    margin-inline-end: 30px;
    vertical-align: text-top;
    margin-top: 1px;
    margin-right: 5px;
}
.parson a[data-v-40a43482]{
    display: block;
    width: 100px;
    text-align: center;
}
.parson li[data-v-40a43482]{
    padding:0px !important;
}
.red-dian[data-v-40a43482]{
  width:6px;
  height: 6px;
  border-radius:6px;
  background: red;
  display: inline-block;
  vertical-align: text-top;
  margin-left:5px;
}

.el-dropdown-menu__item a[data-v-2be1dbb4]{
  display: block;
  white-space:nowrap;
}
.qh-list[data-v-2be1dbb4]{
  max-width: 237px;
  overflow: auto;
}

#main-outer[data-v-5c42b0d4] {
  height: 80px;
  line-height: 80px;
  margin-bottom: 2px;
  background-color: #FFF!important;
  /*border-bottom: 2px solid #eff5f9;*/
}
.container[data-v-5c42b0d4]{
  width: 1200px !important;
  margin: auto;
}
ul.el-menu[data-v-5c42b0d4] {
  background-color: #FFF!important;
}
li.el-menu-item[data-v-5c42b0d4] {
  font-size: 18px;
  font-weight: bold;
  height: 43px !important;
  line-height: 43px;
  padding: 0px !important;
  margin: 19px 20px 0 20px;
}
li.el-menu-item a[data-v-5c42b0d4]{
  color:#333;
  font-size:20px;
  font-weight: normal;
  display: inline-block !important;
  padding: 0 5px;
}
li.el-menu-item span[data-v-5c42b0d4]{
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
}
li.el-menu-item.active a[data-v-5c42b0d4],
li.el-menu-item:hover a[data-v-5c42b0d4]{
  color: #1fa0ff;
}
li.el-menu-item:hover span[data-v-5c42b0d4]{
  background: #1fa0ff;
}
li.el-menu-item[data-v-5c42b0d4]{
  color:#333;
  font-size:20px;
  font-weight: normal;
  border-bottom: 2px solid #fff !important;
}
li.el-menu-item.active[data-v-5c42b0d4],
li.el-menu-item[data-v-5c42b0d4]:hover{
  background: none;
  /*border-bottom: 2px solid #57b7ff !important;*/
  color:#1fa0ff;
}
li.el-menu-item.active span[data-v-5c42b0d4]{
  background: #1fa0ff;
}


.kecheng-top a {
  color: #333;
  font-size: 20px;
  height: 30px !important;
  font-weight: normal;
  display: inline-block !important;
  padding: 0 5px;
  text-align: center !important;
}
.outer-kecheng .el-dropdown-link {
  font-size: 20px;
  display: inline-block;
}
.outer-kecheng i  {
  margin-right: 0 !important;
}
.kecheng-top:hover .outer-kecheng i  {
  color: #1fa0ff;
}
.kecheng-top:hover .outer-kecheng .el-dropdown-link {
  color: #1fa0ff;
}
.kecheng-top.active .outer-kecheng .el-dropdown-link {
  color: #1fa0ff;
}
.droLis a {
  display: inline-block;
  width: 100%;
}
.droLis a:hover {
  display: inline-block;
  width: 100%;
  color: #1fa0ff;
}
.droLis .el-dropdown-menu__item {
  padding: 0 !important;
  text-align: center;
}
.ke-zhihui, .old-fanhui  {
  float:right;
}
.ke-zhihui a{
  width:88px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius:4px;
  background: #00cb94;
  font-size:14px;
  display: block;
  color:#fff;
  margin-top:26px;
  border:1px solid #00cb94;
}
.ke-zhihui a:hover{
  background: #00b282;
  border:1px solid #00b282;
}
.old-fanhui a{
  width:88px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius:4px;
  background: #F7BA2A;
  font-size:14px;
  display: block;
  color:#fff;
  margin-top:26px;
  margin-right:10px;
  border:1px solid #F7BA2A;
}
.old-fanhui a:hover{
  border:1px solid #f3af0f;
  background: #f3af0f;
}
#main-outer .el-menu-item.active a{
}

.hrLogin .el-dialog{
  width: 640px !important;
  border-radius: 5px;
  top: 5% !important;
}
.hrLogin .el-dialog__header{
  padding: 10px 20px;
  border-bottom: 1px solid #E5E9F4;
  text-align: left;
}
.hrLogin .el-dialog__title{
  font-weight: normal;
  color: #47566b;
}
.stepLogin{
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.stepLogin p{
  float: left;
  font-size: 14px;
}
.stepLogin .step-i{
  display: block;
  float: left;
  background: #d8deea;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-left: 4px;
  position: relative;
  top: 12px;
  left: 12px;
  font-size: 14px;
}
.stepLogin .step-p{
  color: #46556a;
  border:1px solid #d8deea;
  border-radius: 20px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 10px;
}
.stepLogin .step-bor{
  width: 80px;
  height: 0;
  border-top:1px solid #d8deea;
  margin: 35px -10px 0 10px;
}
.stepLogin .finishI{
  background: #209ffc;
}
.stepLogin .finishP{
  color: #209ffc;
  border-color: #209ffc;
}
.stepLogin .finishBor{
  border-color: #209ffc;
}
.stepLogin .finishRed{
  background: #fe5f5c;
}

.select[data-v-190ed498] {
  color: #409eff;
}
.jueseQ[data-v-190ed498] {
  text-align: center;
  cursor: pointer;
}

.blueDot{
  display: block;
  float: left;
  height: 18px;
  width: 3px;
  background: #1f9fff;
  margin-right: 5px;
}
.listPage .el-pagination{
  padding: 20px 0;
  text-align: right;
}

.scoolListQ[data-v-0c87fcb7]{
  height: 200px;
  overflow-y: auto;
}
.scoolListQSch[data-v-0c87fcb7]{
  padding: 10px 0;
  border-bottom: 1px solid #eceff6;
  cursor: pointer;
}
.noneText[data-v-0c87fcb7]{
  line-height: 80px;
  text-align: center;
}

.teaForm{
  padding: 40px 0;
}
.teaForm .el-form-item{
  margin-bottom: 0;
}
.teaForm .el-form-item__content{
  line-height: 30px;
  text-align: left;
}
.teaForm .el-form-item__content p{
  margin: 0;
}
.teaForm .el-form-item__label{
  padding: 8px 12px 8px 0;
}
.messText .el-form-item__label{
  padding-top: 0;
}
.teaForm .messText{
  margin-top: 8px;
  margin-bottom: 10px;
}

.parForm .el-form-item{
  margin-bottom: 10px;
}
.parForm .el-form-item__content{
  text-align: left;
}
.parForm{
  margin-top: 40px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.fromBtn .el-button{
  margin-left: 0;
  display: block;
  float: left;
  border-color: #4D9EF9;
}
.fromBtn .btn1{
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.fromBtn .btn2{
  border-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.fromBtn .select[data-v-10aa9b09]{
  color: #FFFFFF;
  background: #4D9EF9;
}

.wait[data-v-6436deb4]{
  text-align: center;
  padding: 80px 0;
}

.myscroll[data-v-e41d1e7c] {
  width: 250px;
  height: 365px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}
.myscroll li[data-v-e41d1e7c] {
  height: 116px;
  clear: both;
}
.myscroll a[data-v-e41d1e7c] { color: #333; text-decoration: none;
}
.myscroll a[data-v-e41d1e7c]:hover { color: #ED5565; text-decoration: underline;
}
.detail[data-v-e41d1e7c]{
  background: #f0f3f7;
}
.detail-banner[data-v-e41d1e7c]{
  width: 1200px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin: auto;
  margin-top: 10px;
}
.ziyuan-back[data-v-e41d1e7c]{
  background: #FFF;
  border-radius: 4px;
  margin-top:10px;
  min-height: 440px;
}
.ziyuan-back-div[data-v-e41d1e7c]{
  padding: 20px;
  height: 400px;
  overflow: hidden;
}
.ziyuan-back-div-title[data-v-e41d1e7c]{
  font-size:22px;
  color: #333333;
}
.ziyuan-back-div-title img[data-v-e41d1e7c]{
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.ziyuan-back-div-button[data-v-e41d1e7c]{
  text-align: right;
}
.ziyuan-back-list[data-v-e41d1e7c]{
  width: 390px;
  height: 50px;
  border: 1px solid #eff2f7;
  float: left;
  margin-top: 12px;
  padding: 15px;
}
.ziyuan-back-list[data-v-e41d1e7c]:nth-child(2n){
    margin-left: 16px;
}
.ziyuan-back-list-font[data-v-e41d1e7c]{
  font-size: 14px;
  color:#98a2af;
}
.fR[data-v-e41d1e7c]{
  float: right;
}
.huoban-main[data-v-e41d1e7c]{
  background: #FFF;
  border-radius: 4px;
  margin-top:10px;
  padding: 20px;
  min-height: 250px;
}
.huoban-list[data-v-e41d1e7c]{
  width: 280px;
  height: 224px;
  border:1px solid #ecf1f5;
  float:left;
  margin-right: 10px;
  margin-top:10px;
}
.huoban-list[data-v-e41d1e7c]:nth-child(4n){
  margin-right: 0px;
}
.huoban-list-img[data-v-e41d1e7c]{
  width: 280px;
  height: 166px;
  overflow: hidden;
  position: relative;
  border-bottom:1px solid #ecf1f5;
}
.huoban-list-img img[data-v-e41d1e7c]{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.huoban-list-title[data-v-e41d1e7c]{
  font-size:14px;
  color:#363e47;
  padding:5px 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  max-width: 260px;
}
.huoban-list-title2[data-v-e41d1e7c]{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.huoban-list-font[data-v-e41d1e7c]{
  padding: 5px 15px 10px 15px;
  font-size:12px;
  color:#99a7b4;
}
.huoban-list-font img[data-v-e41d1e7c]{
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.banfu[data-v-e41d1e7c]{
  background: #fff;
  border-radius:4px;
  margin-left: 10px;
  min-height: 400px;
  margin-top: 10px;
  padding:20px;
}
.banfu-title[data-v-e41d1e7c]{
  font-size:22px;
  color:#333;
  margin-bottom: 10px;
}
.banfu-title img[data-v-e41d1e7c]{
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.huoban-list-title1[data-v-e41d1e7c]{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.huoban-list-main[data-v-e41d1e7c]{
  border-bottom: 1px solid #f0f3f7;
  padding-bottom: 20px;
  margin-top: 20px;
}
.huoban-schoolnick[data-v-e41d1e7c]{
  margin-top: 10px;;
  font-size: 14px;
  color: #99a7b4;
}
.textR[data-v-e41d1e7c]{
  text-align: right;
}
.huoban-huida[data-v-e41d1e7c]{
  font-size: 16px;
  color: #333333;
}
.huoban-huida span[data-v-e41d1e7c]{
  color: #4a8ff3;
}
.bangfu-time[data-v-e41d1e7c]{
  font-size:12px;
  color: #98a2af;
  margin-top: 23px;
}
.bangfu-font[data-v-e41d1e7c]{
  font-size:14px;
  color: #333333;
  margin-top: 10px;
}
.banfu-ziyuan[data-v-e41d1e7c]{
  font-size:14px;
  color: #98a2af;
  margin-top: 10px;
}
.banfu-title-a[data-v-e41d1e7c]{
  font-size:16px;
  color: #4a8ff3;
  margin-top: 10px;
  text-decoration: underline;
}

/*# sourceMappingURL=detail.b20c02f2971ae05d01f80651a8033711.css.map*/