@charset "UTF-8";
.bot {
    top: 47%;
}

html {
    font-size: 12px;
    font-family: "微软雅黑";
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 12px !important;
    }

   
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 13px !important;
    }

   
}

@media screen and (min-width: 415px) and (max-width: 639px) {
    html {
        font-size: 15px !important;
    }

   
}

@media screen and (min-width: 640px) and (max-width: 719px) {
    html {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 720px) and (max-width: 749px) {
    html {
        font-size: 22.5px !important;
    }

    
}

@media screen and (min-width: 750px) and (max-width: 799px) {
    html {
        font-size: 23.5px !important;
    }

   
}

@media screen and (min-width: 800px) {
    html {
        font-size: 25px;
    }

   
}



html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #373737;
}

body {
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

a:focus, *:focus, a:hover {
    outline: none;
}

/*阻止旋转屏幕时自动调整字体大小*/
textarea {
    resize: none;
}

/*取消按钮在iphone上的默认样式*/
input[type=button] {
    -webkit-appearance: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

button, input {
    display: inline-block;
    background: none;
}

ul, ol, li {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select, input {
    vertical-align: middle;
}

a, button, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: transparent;
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

a, img {
    -webkit-touch-callout: none;
    /*禁止长按链接与图片弹出菜单*/
}

input[type='text'], input[type='number'], input[type='password'], textarea {
    -webkit-appearance: none;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    clear: both;
    overflow: hidden;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}

.hide {
    display: none;
}


.flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.item-center{
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-1{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.justify-content{
	justify-content:center;
}
.justify-between{
	justify-content: space-between;
}
.bg_bj{
	background: url(/common/20220303/img/bg.png)no-repeat #03a9f4;
    background-size: 100%;
}
.ind-pad{
	padding: 2rem 1rem;
}
.center{
	text-align:center;
}
.top{
	/* padding: 1rem; */
}
.ind-enter{
	width: 14rem;
    margin: 0 auto;
}
.ind-enter img{
	width: 100%;
}
.ind-logo{
	width: 8rem;
}
.ind-logo img{
	width: 100%;
}
.ind-top-z{
	font-size: 1.3rem;
}
.ind-top-z p{
	font-weight: bold;
	margin-bottom:0.3rem;
	color: #054B8C;
}
.ind-top-l{
    text-align: center;
    margin-top: 2rem;
    justify-content: space-around;
}
.ind-top-a{
	padding: 0.6rem 3rem;
    border: 1px solid #1890FF;
    display: inline-block;
    border-radius: 1.5rem;
    color:#1890FF;
    background: #fff;
}
.ind-top-a:active{
	opacity:0.5;
}
.content{
    padding: 1rem;
    margin-top: 2rem;
    background: #fff;
    border-radius: 1.2rem;
    margin-bottom: 10rem;
    padding-bottom: 0;
}
.content-box{
}
.content-input-phone{
	border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    padding: 0.5rem 1rem;
}
.content-zi{
    width: 7.5rem;
    text-align: right;
}
.content-input-yzm{
	border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    padding: 0.5rem 1rem;
    width: 7rem;
}
.content-box-mb{
    margin-bottom: 1.5rem;
}
.content-input-code{
	padding: 0.5rem 0.7rem;
    background: #AACC17;
    color: #fff;
    border-radius: 0.7rem;
}
.signature-pad-z{
	border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.content-zi-pad{
	margin: 0 auto;
    text-align: center;
    margin-top:1rem;
}
.foot{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 1rem 0;
    box-shadow: -1px -2px #e6e6e6;
}
.foot-btn{
	text-align:center;
    padding: 0 2rem;
}
.foot-btn a{
	display: block;
}
.foot-sure{
	/* margin-bottom:1rem; */
	background: #AACC17;
    color: #fff;
    padding: 0.7rem 0;
    border-radius: 0.5rem;
}
.foot-cancel{
	border: 1px solid #E5E5E5;
    color: #666666;
    padding: 0.7rem 0;
    border-radius: 0.5rem;
    margin-top: 1rem;s
}
.qm-remove{
	background: #AACC17;
    color: #fff;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 0.3rem;
    margin-right: 2rem;
}
.qm-revert{
	background: #E60012;
    color: #fff;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 0.3rem;
}
.qm-save{
	background: #1890FF;
    color: #fff;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 0.3rem;
}
.qm-bottom{
	margin-top:1rem;
}
.content-box-tb{
	color: #E60012;
    font-size: 1.2rem;
}
.content-tip-t{
	justify-content: center;
    border-top: 1px dashed #E5E5E5;
    border-bottom: 1px dashed #E5E5E5;
    padding: 1rem;
}
.content-tip-t-z{
	font-size: 1.4rem;
    margin: 0 1rem;
}
.content-tip-cont{
	padding: 1rem 1.3rem;
}
.content-tip-cont div{
	margin-bottom:0.5rem;
}
.content-tip{
	margin-top: 1.5rem;
}
.ind-top-z-col{
	color:#FF6600 !important;
}
.content-js-sx{
    border: 1px solid #e5e5e5;
    height: 7rem;
    position: relative;
    border-radius: 0.3rem;
}
.mask{
	position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display:none;
}
.mask-box{
	    position: fixed;
    z-index: 5000;
    width: 100%;
    bottom: 0;
    left: 50%;
    background-color: #fafafc;
    text-align: center;
    border-radius: 0.5rem;
    display:none;
    padding: 1rem;
     -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mask-btn{
	margin-right:0;
    /* margin-bottom: 2rem; */
}
.mask-box-m{
	height: 94%;
	padding-top: 4%;
}
.qmimg{
    position: absolute;
    top: 0%;
    width: 73%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%) !important;
    width: 50%;
}
.mask-box-left{
}
.mask-box-close{
    /* bottom: 4%; */
    width: 3rem;
    height: 3rem;
    position: absolute;
   	top: 3rem;
    right: 2.5rem;
}
.content-input-code:active{
	opacity:0.5;
}
.foot-sure:active{
	opacity:0.5;
}
.foot-cancel:active{
	opacity:0.5;
}
.mask-btn-box{
	justify-content: space-around;
	    padding: 1rem 0 0.5rem 0;
}

.teach_fix{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
}
.teach_tit a{
	font-size:1.2rem;
}
.teach_tit_img{
	width: 10rem;
	margin: 0 auto;
}
.teach_tit_img img{
	width:100%;
}
.teach_fix_c{
	justify-content: space-between;
    padding: 0.2rem 1rem 0.1rem;
    position: relative;
}
.teach_fix_c a{
	    position: absolute;
    top: 50%;
    left: 0.6rem;
    transform: translateY(-50%);
}
.ind_rea {
    position: relative;
}
.index_bg {
    width: 100%;
}
.ind_posi {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.teach_sel {
    padding: 1.6rem 1rem;
    justify-content: space-around;
}
.teach_sel .active {
    color: #0990cb;
}
.teach_sel a {
    color: #333333;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: #fff;
}
.teach_mgt {
    margin-top: 3rem;
}
.qm-wz{
    color: #999999;
    padding: 0.5rem;
    display: inline-block;
}
.qm-wzd{
    color: #d0cccc;
    display: inline-block;
    padding: 0.4rem 1rem;
}
.active-children{
	color: #999999;
	margin: 1rem 0;
}
.children-wz{
	color:#333333;
}
.active-children input[type=checkbox]{
	cursor: pointer;
  font-size: 1rem;
  width: 0.89rem;
  height: 1.1rem;
  position: relative;
  margin-top:0;
  vertical-align: middle;
  margin-right:1rem;
  visibility: hidden;
  border-radius: 0.2rem;
}
.active-children input[type=checkbox]:after{
  position: absolute;
  width: 0.89rem;
  height: 1.1rem;
  top: -0.3rem;
  content: " ";
  background-color: #fff;
  color: #AACC17;
  border:1px solid #E5E5E5;
  display: inline-block;
  visibility: visible;
  padding: 0 0.1rem;
  border-radius: 0.2rem;
}
.active-children input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.18rem;
}
.children-mb{
	margin-bottom:0.7rem;
}
.children-input{
	margin-left: 2rem;
	color:#333333;
}
.children-tip{
    background: #F4F4F4;
    padding: 1rem;
    border-radius: 0.5rem;
    color:#999999;
    display:none;
    position:relative;
}
.children-tip-right{
    position: absolute;
    bottom: -1.6rem;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #F4F4F4;
    transform: translateX(-50%);
    display:none;
}

.active-shd{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1100;
    display:none;
}
.active-shdAlerta{
	z-index: 1101;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 22rem;
    transform: translateX(-50%) translateY(-50%) !important;
    border-radius: 1.5rem;
    background: #fff;
    padding: 1rem 1.5rem;
    display:none;
}
.active-qw{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1100;
    display:none;
}
.active-qwshdAlerta{
	z-index: 1101;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 17rem;
    transform: translateX(-50%) translateY(-50%) !important;
    border-radius: 1.5rem;
    background: #fff;
    padding: 1rem 1.5rem;
    display:none;
}
.active-shdAlerta-h{
	text-align:center;
}
.active-shdAlerta-h img{
	width: 12rem;
}
.active-shdAlerta-tit{
	color: #333;
	font-size:1.1rem;
	margin-top: 1.1rem;
}
.active-shdAlerta-btn{
    text-align: center;
    padding-top: 6px;
   	padding-bottom: 0.6rem;
}
.active-sure{
    font-size: 14px;
    background: #1890FF;
    display: inline-block;
    color: #fff;
    padding: 7px 49px;
    border-radius: 8px;
    cursor:pointer;
}
.active-qwsure{
    font-size: 14px;
    background: #1890FF;
    display: inline-block;
    color: #fff;
    padding: 7px 49px;
    border-radius: 8px;
    cursor:pointer;
}
.active-shdAlerta-sure:active{
	opacity:0.5;
}
.active-tc-wz1{
	text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 1rem 0;
}
.active-tc-qw{
	text-align: center;
    font-size: 1.2rem;
    margin: 2.6rem 0;
}
.active-tc-wz2{
	padding: 0 1rem 1rem;
    color: #333333;
}
.children-mt{
	margin-top:0.7rem;
}

.index_rea_ewm {
    position: absolute;
    top: 5%;
    left: 31%;
    width: 18%;
}

.index_rea_ewm2 {
    position: absolute;
    top: 2.35%;
    left: 33%;
    width: 17%;
}
.hd-ewm-wz{
	text-align: center;
    position: absolute;
    top: 0.83%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    font-size: 1.42rem;
    line-height: 2.4rem;
    font-weight: bold;
}
.hd-ewm-wz p{
	font-weight: bold;
}

.maskxs-box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 111;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
}
.maskxs{
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.5;
    z-index: 111;
}
.maskalert{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 18rem;
    border-radius: 1rem 1rem 0 0;
    z-index: 112;
}
.maskalert2{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 31rem;
    border-radius: 1rem 1rem 0 0;
    z-index: 112;
}
.pop-close{
	    position: absolute;
    right: 0rem;
    top: 0rem;
    font-size: 1.8rem;
    padding: 1rem;
}
.maskxs-box2 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 111;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
}
.maskxs-box3 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 111;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
}
.content-sx-grade {
    border: 1px solid #e5e5e5;
}
.pop-tit-box{
	    text-align: left;
    padding: 1rem;
    font-size:1.1rem;
}
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.input_search_key{
	    font-size: 1.2rem;
    line-height: 2rem;
        width: 80%;
}
.search_form img{
	    width: 1.2rem;
    margin-right: 1rem;
}
.quit-search{
	    font-size: 1.4rem;
    color: #50C341;
    white-space: nowrap;
    padding-left: 1.5rem;
    display:none;
}
.search-box{
	padding: 0 1.2rem;	
}
.search_form{
	    background: #f3f3f3;
    height: 1rem;
    padding: 0.8rem 1.4rem;
    border-radius: 4rem;
        width: 100%;
    position: relative;
}
#iosSelectTitle{
	margin-left: 1.2rem;
    padding: 0;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.select-city select{
    margin: 0 0.5rem;
    border: solid 1px rgb(169, 169, 169);
    padding: 0.7rem 1rem;
    border-radius: 2rem;
    color: #333;
    cursor: pointer;
    width: 50%;
        font-size: 1.3rem;
            background: #fff;
            appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/ketang/down.png) no-repeat center;
    background-size: 1.2rem 1.3rem;
    background-position-x: 91%;
}
.select-city{
	margin-top:1rem;
}
.select-grade-name select{
    margin: 0 0.5rem;
    border: solid 1px rgb(169, 169, 169);
    padding: 0.7rem 1rem;
    border-radius: 2rem;
    color: #333;
    cursor: pointer;
    width: 2rem;
    font-size: 1.3rem;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/ketang/down.png) no-repeat center;
    background-size: 1.2rem 1.3rem;
    background-position-x: 91%;
            
}
.select-grade-name{
	margin-top:1rem;
}
.search_suggest {
    display: none;
    position: absolute;
    top: 7rem;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999110;
        background: #fff;
}
.search_suggest .search-list-box {
    width: 100%;
    z-index: 112;
    background: #fff;
    overflow-y: auto;
    height: 23rem;
}
.search_suggest .search-list-box li {
    font-size: 1.4rem;
    height: 3.5rem;
    box-sizing: border-box;
    padding: 1rem 1.2rem;
    text-align: ;
    line-height: 1.5rem;
    padding-left: 1.2rem;
    color: #333;
}
.content-sx-school{
	    border: 1px solid #e5e5e5;	
}
.content-sx-city{
	    border: 1px solid #e5e5e5;	
}
.sure-select{
	background: #AACC17;
    color: #fff;
    text-align: center;
    padding: 0.6rem 6rem;
    border-radius: 4rem;
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 9rem;
}
.content-zi-w {
       padding-right: 0.5rem;
       padding-left: 1rem;
    text-align: left;
    color: #999;
}
.content-zi-img{
	margin-left:1rem;
	display:none;
	width: 1.1rem;
}
.content-sc-img{
	margin-left:1rem;
	display:none;
	width: 1.1rem;
}
.select-sc{
	text-align: center;
    margin-top: 2rem;
    width: 60%;
    margin: 2rem auto;
}
.select-sc select{
	    margin: 0 0.5rem;
    border: solid 1px rgb(169, 169, 169);
    padding: 0.7rem 1rem;
    border-radius: 2rem;
    color: #333;
    cursor: pointer;
    width: 100%;
    font-size: 1.3rem;
        background: #fff;
        appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/ketang/down.png) no-repeat center;
    background-size: 1.2rem 1.3rem;
    background-position-x: 91%;
}
.sure-sel2{
	display:none;
}
.sel-s-img1{
	margin-right: 0.5rem;
    width: 1.4rem;
}
.sel-s-img2{
	margin-right: 0.5rem;
    display: none;
    width: 1.4rem;
}
.sel-sc-img1{
	margin-right: 0.5rem;
    width: 1.4rem;
}
.sel-sc-img2{
	margin-right: 0.5rem;
    display: none;
    width: 1.4rem;
}
.content-zi-span,.content-sc-span{
	color:#333;
}
.sel-wz-cont{
	text-align:center;
    padding: 2rem 0;
    justify-content: center;
}
.sel-ht{
	    color: #ff0000;
    margin: 0 0.3rem;
}
.active-sear-btn{
	font-size: 1.1rem;
    background: #AACC17;
    display: inline-block;
    color: #fff;
    padding: 0.8rem 4.5rem;
    border-radius: 0.5rem;;
    cursor: pointer;
}
.active-searM{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1100;
}
.active-searAlert{
    z-index: 1101;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 22rem;
    transform: translateX(-50%) translateY(-50%) !important;
    border-radius: 1.5rem;
    background: #fff;
    padding: 1rem 1.5rem;
}
.active-sear-qw{
	font-size: 1.2rem;
    margin-bottom: 1rem;
}
.active-sear-input input{
	width: 100%;
    border: 1px solid #e5e5e5;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background:#fff;
}
.active-shdAlerta-sear{
	text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
}
.search-z{
    padding: 1rem;
}
.search-tit{
	text-align: center;
    margin-bottom: 1rem;
    margin-top: 7rem;
    font-size: 1.2rem;
}
.active-sear-input{
    padding: 0 1.5rem;
}
.active-sear-cont table{
	border:1px solid #E5E5E5;
   	width: 100%;
    color: #333333;
}
.active-sear-cont table td,.active-sear-cont table th{
	padding:0.5rem;
}
.active-sear-cont table thead tr{
	background:#F6F6F6;
}
.active-sear-cont table tbody tr{
	border-bottom:1px solid #E5E5E5;
}
.active-sear-cont table tbody tr:last-child{
	border-bottom:0;
}
.active-sear-cont{
	background: #fff;
    padding: 1rem 1.5rem;
    text-align: center;	
    display:none;
}
.sear-or{
    margin-top: 2rem;
    padding-top: 2rem;
    background: #fff;
    border-radius: 1rem;
    padding-bottom: 2rem;
    min-height: 21rem;
}
.content-sear-t{
	justify-content: center;
    border-top: 1px dashed #E5E5E5;
    padding: 1rem;
}
.sear-blue{
	color:#277FCF;
}
.sear-green{
	color:#0E9300;
}
.sear-red{
	color:#E82222;
}
.sear-tip{
    text-align: left;
    margin-top: 1rem;
    color: #666666;
}
.active-sear-btnbox{
    justify-content: space-around;
}
.active-sear-btnbox a{
	font-size: 1rem;
    padding: 0.5rem 2rem;
    border-radius:0.3rem;
    border: 1px solid #1890FF;
}
.contin-sure{
	background:#FFFFFF;
	border:1px solid #C7C7C7 !important;
	color:#333333;
}
.sear-shd{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1100;
    display:none;
}
.sear-shdAlerta{
	position:fixed;
	display:none;
	z-index: 1101;
	width: 18rem;
	right: 16.5%;
}
.sear-shdAlerta img{
	width:100%;
}

.search-dj-a{
	color:red;
}