body{ 
	background: #fff url(/images/nsuser/nsuser_bg.jpg) no-repeat fixed center;
}

a{
	text-decoration: none;
	color:#1890ff;
}

.select_box_a{
	border-radius:1rem;
	background-color:#F5F5F5;
	color:#000;
	border:#E9E9E9 1px solid;
	width:8rem;
	height:8rem;
	line-height:8rem;
	display: inline-block;
	margin: 0 30px;
	text-align:center;
}
.select_box_a.select{
	background-color:#1890ff;
	color:#fff;
}
.mid_area{
	padding: 0 30px;
}
.mid_area h4{
	margin:0;
}
.serv_detail{
	border:#E9E9E9 1px solid;
	margin-top:1rem;
	min-height:20rem;
	border-radius:1rem;
}

.serv_detail div{
	padding:10px;
}
.agree_area{
	padding:0 10px;
	text-align: left;
}

.agree_area li{
	list-style: none;
}
.btn_area{
	margin-top:20px;
	padding:0 100px;
	text-align:center;
}

.weui-student-parent-bottom{
	text-align:left;
}
.order_btn {
    text-align: center;
    border-radius: 2rem;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    border: #E9E9E9 1px solid;
    color: white;
    background-color: #1890ff;
}
.order_agree_table{
	margin:10px;
	border-collapse:collapse;
}
.order_agree_table th,.order_agree_table td{
	border:1px solid #000;
	padding:10px;
}
.service_text{
	line-height:1.8rem;
	position:relative;
	top:2rem;
    display: inline-block;
    text-align: left;
    margin: 0.5rem;
    letter-spacing: 0.2rem;
}

.inner{
	    width: 560px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 11px 0 #b1b1b1;
    border-radius: 10px;
    background-color: #fff;
   
}

.page .swiper-button-prev{
	left:0;
}
.page .swiper-button-next{
	right:0;
}

.submit_btn{
	border-radius:2rem;background-color:#1890ff;color:#fff;
	width:100%;
	display: inline-block;
	height: 46px;
    line-height: 46px;
    margin-top:10px;
}

.guest{
	margin-top:10px;
}

.order_tips{
	position:fixed;top:10rem;background-color:#fff;z-index:999;left:22%;width:50%;border:3px solid #1890ff;border-radius:2rem;padding:1rem;
}

.order_tips h3{
	text-align:center;font-size:1.5rem;
}

.order_tips_detail{
	border:#F5F5F5 1px solid;border-radius:1rem;padding:1rem;margin-top:1rem;
}
.oa-ret-btn {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    line-height: 46px;
    height: 46px;
    margin-top:20px;
}

.reg_btn{
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #1890ff;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    line-height: 46px;
    height: 46px;
    margin-top:20px;
}


.weui_cell {
    padding: 0.5rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weui_vcode {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.weui_label {
    display: block;
    width: 7rem;
    word-wrap: break-word;
    word-break: break-all;
}

.weui_cell_primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.weui_cells_form input, .weui_cells_form label[for], .weui_cells_form textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.41176471em;
    line-height: 1.41176471;
}

.weui_cells_title {
    margin-top: .77em;
    margin-bottom: .3em;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #888;
    font-size: 0.93rem;
}

.weui_cells {
    margin-top: 1rem;
    background-color: #fff;
    line-height: 2rem;
    font-size: 1.2rem;
    overflow: hidden;
    position: relative;
}

.weui_cells:after, .weui_cells:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    color: #d9d9d9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.weui_cells:before {
    top: 0;
    border-top: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.weui_cells:after {
    bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.weui_cell {
    padding: 0.5rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weui_cell p{
	margin:0;
}

.weui_cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}

.c-m-tab{margin-bottom:5px;}
.c-m-t-btn{float:left;*display:inline;width:144px;height:38px;line-height:38px;text-align:center;background-color:#fff;border:1px solid #e5e5e5;color:#999;cursor:pointer;}
.c-m-t-btn.current{border-bottom:none;background:none;text-decoration:none;color:#999;padding:0;}
.c-m-t-btn:hover{}
.c-m-t-btn em{background:#1890ff;color:#fff;display:inline-block;*display:inline;*zoom:1;width:14px;height:15px;line-height:15px;text-align:center;margin-left:5px;}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
      background-color: #fff;
}
#popup_container{
	    border: solid 1px #999 !important;
	    padding: 1px !important;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
  color: #3a87ad;
}

.c-parents-btn{display: block;width: 58px;height: 18px;line-height: 18px;color: #fff;background: #1890ff;text-align: center;cursor: pointer;font-size:14px;padding:4px 10px; }

.checkListArea td{
	padding:10px;
	font-size:14px;
}

.clearfix {
    zoom: 1;
}
.clearfix:after{
	content: "020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;  
}

.gb_dl_tit{
	background-color: #1890ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 33px;
    height: 48px
}
.gb_reg_fl{
	    float: left;
    margin-top: 12px;
    color: #fff;
    font-size: 19px;
}
.gb_reg_fr{
	float: right;
    color: #fff;
    font-size: 14px;
}
.gb_reg_fr a{
	text-decoration: none;
    color: #f9b12d;
}
.gb_reg_box{
	    padding: 26px 33px;
    padding-bottom: 10px;
}
.myinput {
    width: 100%;
    border-radius: 2rem;
    height: 35px;
    line-height: 35px;
    border: #E9E9E9 1px solid;
    margin-bottom: 18px;
    text-indent: 20px;
    background-color: #e5e5e5;
    box-sizing: border-box;
}
input {
    background: none;
    outline: none;
    border: 0px;
}
.myinput::-webkit-input-placeholder {
	color: #a0a1a5;
}
.gb_rea{
	position: relative;
}
.gb_rea_y{
	    position: absolute;
    height: 36px;
    line-height: 36px;
    top: 0;
    right: -0.5%;
    border-radius: 1.75rem;
    width: 36%;
    background: #1890ff;
    color: #fff;
    font-size: 13px;
}
.tips-b {
    color: #a0a1a5;
       padding: 0 5.5%;
    text-align: left;
    vertical-align: middle;
       font-size: 12px;
       margin-top: -10px;
}
.tips-img {
    height: 12px;
}
.login_btn {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 2rem;
    height: 40px;
    line-height: 40px;
    border: #E9E9E9 1px solid;
    color: white;
    background-color: #1890ff;
        margin-top: 20px;
    background-color: #1890ff;
    font-size: 15px;
}
.gb_mb{
	    margin-bottom: 20px;
}

.fl {
    float: left;
   }

.fr {
    float: right;
    }


.clearFix {
    zoom: 1; }

.clearFix:after {
    clear: both;
    overflow: hidden; }

.clearFix:before, .clearFix:after {
    content: "";
    display: table; }
.min-title{
	width:100%;
	text-align:center;
	    cursor: auto;
	    font-size:20px;
}      
.hide{
	
	display:none;
}
.myinput {
   
    border-radius: 2rem;
    height: 35px;
    line-height: 35px;
    border: #E9E9E9 1px solid;
    margin-bottom: 18px;
    text-indent: 20px;
    background-color: #e5e5e5;
}
.checked{
	width:20px;
	
}
.check-img{
	width:20px;
	margin:6px 10px;
	height:20px;
	
}
.weui_check_label{
	
	cursor:pointer;
}
.checkboxed {
    width: 20px;
    margin: 3px 8px 0 30px;
}
.label-lh{
	height:25px;
	line-height:25px;
}
.pointer{
	cursor:pointer;
}
.hider{
	display:none;
}
.progress{
	
	margin:25px 2%;
}
.progress-list{
	
	height:30px;
	line-height:30px;
	color:#FFF;
	width:27%;
	background:#1890ff;
	text-align:center;
	margin:0 3%;
	font-size:13px;
	position:relative;
	
}
.bg-ef{
	color:#666;
	background:#efefef;
	
}

.progress-right{
	position:absolute;
	right:-15px;
	top:0;
	width: 0;
    height: 0;
    border-left: 15px solid #1890ff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.ef-bg{
	border-left: 15px solid #efefef;
   
}
.f_ls{
	border: 2px solid #58e0ff !important;
	box-shadow:0 0 5px #58e0ff;
	-webkit-box-shadow:0 0 5px #58e0ff;
	-moz-box-shadow:0 0 5px #58e0ff;
}
#popup_panel input {
    background: #1890ff!important;
  
}
.c-m-r-btn{
	    width: 50%;
    float: left;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
        border: none !important;
         font-size: 18px;
     cursor: pointer;
}
.del_btn_r{
	    background-color: #1890ff;
    color: #fff;
        border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} 
.c-m-r-btn:hover{
	    background-color: #fff;
    color: #999;
}
.del_btn_r2{
	   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff !important;
}
.c_t_b_d{
	height: 48px;
    background-color: #1890ff;
}
.dg_g_bl{
	display:none;
}
.dg_bl_r{
	    padding-top: 4px;
    margin-top: 10px;
}
.dg_bl_r{
    width: 20px;
        cursor: pointer;
}
.dg_bl_rd{
	display:table-row !important;
}