<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*reset*/
* {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
}

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

img {
  border: 0 none;
  vertical-align: top;
  display: block;
}

em, i {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

button, h1, h2, h3, h4, h5, h6, input, select {
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th{
  vertical-align: middle;
}
table tr td{
  vertical-align: middle;
}
textarea {
  font-size: 100%;
  font-family: inherit;
  resize: none;
}

del {
  text-decoration: line-through;
}

a {
  text-decoration: none;
  color: #333;
}

button, input[type=button], input[type=reset], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

body {
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

.body_bg {
  /*background: url(../img/body_bg.jpg) top center no-repeat #f5f5f5;
  background-size: 100% 281px;*/
  margin: 0 auto;
}

.body_bg .header {
  background: none;
}

/*头部*/
.header {
  width: 100%;
  height: 44px;
  /*background: linear-gradient(to bottom, #4a97ff, #1a7af8);*/
}

.header .header_top {
  width: 94%;
  height: 44px;
  padding: 0 3%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  z-index: 3;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
}

.header .header_top .menu-btn {
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 5px 0;
  /* width: 18px; */
  width: 24px;
  height: 2px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: #333;
  background-clip: content-box;
  color: #fff;
  transition: .5s;
}
.header .header_top .menu-btn:after{
  position: absolute;
  top: -3px;
  right: 20px;
  content: '导航';
  width: 40px;
  color: #333;
  font-size:12px;
}
.header .header_top .header_logo {
  width: 157px;
  height: 30px;
  display: block;
  margin: 8px 0 0 0;
  /* 双十一logo的gif图片 */
  /* width: 247px;
  height: 25px;
  background: url(../img/logossy.gif) no-repeat; */
  background: url(../img/logo.png) no-repeat;
  background-size: 100% 100%;
}

.header .header_top .login {
  padding-right: 28px;
  background: url(../img/login.png) right center no-repeat;
  background-size: 18px 20px;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}

.header .header_top:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #eee;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.header .header_top .menu-content {
  width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 44px;
    bottom: 70px;
    z-index: 1000;
    overflow: auto;
    display: none;
    box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.08);
}

.header .header_top .menu-content h6 {
  font-size: 12px;
  color: #000;
  line-height: 17px;
  border-left: 3px solid #3b79f5;
  margin: 10px 0 0 10px;
  font-weight: normal;
  padding-left: 8px;
}

.header .header_top .menu-content .header_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.header .header_top .menu-content .header_list a {
  width: 20%;
  height: 33px;
  text-align: center;
  font-size: 12px;
  color: #0d0c0c;
  margin: 10px 0 0 15px;
  line-height: 33px;
  border-radius: 3px;
  background-color: #f5f6f9;
}

.header .header_top .menu-content .fanhui_list a {
  font-size: 14px;
  color: #666;
  margin: 20px 0 0 15px;
  line-height: 26px;
  display: block;
  padding-left: 40px;
  background: url(../img/fanhuishouye.png) left center no-repeat;
  background-size: 32px 26px;
}

.header .header_top .menu-content .header_rmkc a {
  width: 28%;
}
.header .header_top .menu-content .header_rmjpkc a{
  width: 20%;
}
.header .header_top .menu-content p {
  margin-left: 15px;
  margin-top: 30px;
  font-size: 15px;
  color: #000;
  line-height: 15px;
}

.header .header_top .menu-content p a {
  color: #ff6716;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}

.header .header_top .menu-content p b {
  font-weight: normal;
  margin-left: 8px;
  font-size: 13px;
  color: #A9A9A9;
}

.header .header_top .open {
  display: block;
}

.header .header_top .header_close {
  background: url(../img/top_close_gb.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
  width: 15px;
  height: 15px;
  padding: 0;
}

.header .header_bottom {
  height: 36px;
  /*padding: 0 15px;*/
  display: flex;
  margin-top: 44px;
  justify-content: space-between;
}

.header .header_bottom a {
  width: 25%;
  color: #333;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.header .header_bottom a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #d0d0d0;
}

.header .header_bottom a:last-child:after {
    background-color: #fff;
}

/*底部*/
.footer {
  padding: 10px 0 20px 0;
  margin: 0 0 80px 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}

.footer .footer_top {
  padding: 0 20%;
  display: flex;
  justify-content: space-between;
}

.footer .footer_top a {
  width: 50%;
  font-size: 13px;
  color: #666;
  line-height: 13px;
  text-align: center;
  padding-top: 53px;
  margin-top: 5px;
}

.footer .footer_top a.footer_left {
  background: url(../img/footer_icon1.png) top center no-repeat;
  background-size: 45px 45px;
}

.footer .footer_top a.footer_right {
  background: url(../img/footer_icon2.png) top center no-repeat;
  background-size: 45px 45px;
}

.footer p {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  text-align: center;
  margin-top: 10px;
}

.footer span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #1a7af8;
  line-height: 17px;
  margin-top: 10px;
}

.footer span b {
  font-size: 16px;
}

/*底部漂浮*/
.footer_pf {
  width: 94%;
  height: 80px;
  padding: 0 3%;
  z-index: 1000000;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
}

.footer_pf .footer_list {
  width: 28%;
  padding: 0 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ff8401;
  color: #fff;
  height: 45px;
  margin-top: 15px;
  border-radius: 4px;
  justify-content: space-between;
}

.footer_pf .footer_list img {
  width: 30px;
  height: 30px;
  margin-top: 8px;
}

.footer_pf .footer_list p {
  font-size: 14px;
  color: #fff;
  display:flex;
  align-items:center;
}

.footer_pf .footer_list:nth-child(1){
  width: 18%;
  height: 42px;
  margin-top: 15px;
  background: none;
  position: relative;
  padding: 0;
}

.footer_pf .footer_list:nth-child(1) p{
  position: absolute;
  font-size: 10px;
  color: #93663e;
  height: 13px;
  border: 1px solid #fbd69b;
  background-color: #f4dcbc;
  border-radius: 10px;
  bottom: -3px;
  width: 50px;
  display:flex;
  align-items:center;
  margin: 0;
  justify-content: center;
}

.footer_pf .footer_list:nth-child(1) img{
  width: 42px;
  height: 42px;
  margin: 0 0 0 5px;
  display: block;
}

.footer_pf .footer_list.footer_last {
  background-color: #40aae1;
}

/*翻页*/
.fanye {
  height: 40px;
  padding: 0 15px;
  margin: 20px 0 28px 0;
}

.fanye .fanye_left {
  float: left;
  width: 30%;
  height: 40px;
  border-radius: 5px;
  background: url(../img/fy_left.png) 20% center no-repeat #d0e3ff;
  background-size: 19px 19px;
  font-size: 14px;
  color: #1a7af8;
  line-height: 35px;
  box-sizing: border-box;
  /* text-indent: 40%; */
  padding-left: 38px;
}

.fanye p {
  float: left;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  width: 40%;
}

.fanye .fanye_right {
  float: right;
  width: 30%;
  height: 40px;
  border-radius: 5px;
  background: url(../img/fy_right.png) 80% center no-repeat #d0e3ff;
  background-size: 19px 19px;
  font-size: 14px;
  color: #1a7af8;
  line-height: 35px;
  /* text-indent: 10%; */
  box-sizing: border-box;
  padding-left: 10px;
}




.touming{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	display: none;
	background-color: rgba(255,255,255,0)
}


.header .header_top .header_xq{
    width: 35px;
    height: 100%;
    position: absolute;
    left: 172px;
    /* left: 245px; */
    top: 0;
    background: url(https://bjmanager.xhd.cn/r/cms/beijing/mobile/2020/index/img/top_map.png) 10px center no-repeat;
    background-size: 11px 8px;
}
.header_top_xq{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}
.header_xqxz{
    width: 94%;
    height: 45px;
    padding: 0 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.header_xqxz span{
    font-size: 17px;
    color: #333;
}
.header_xqxz .header_xqgb{
  width: 35px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_xqxz .header_xqgb img{
    width: 12px;
    height: 12px;
}
#cityList{
    position: absolute;
    top: 46px;
    right: 3%;
    bottom: 0;
    left: 3%;
    background-color: #fff;
    padding-bottom: 80px;
}
#cityList .swiper-slide{
    height: auto;
}
#cityList .swiper-slide span{
    display: block;
    font-size: 15px;
    color: #777;
    height: 18px;
    margin-top: 22px;
}
#cityList .swiper-slide .header_xq_fb{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    
}
#cityList .header_remen .header_xq_fb{
    border-bottom: 0;
    padding-bottom: 0;
    justify-content: space-between;
}

#cityList .swiper-slide .item{
    width: 98px;
    height: 40px;
    margin-top: 15px;
    font-size: 16px;
    color: #006eff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    background-color: #e1eeff;
}
#cityList .swiper-slide .header_list{
    width: 25%;
    height: 40px;
    margin-top: 15px;
    font-size: 16px;
    color: #378dff;
    border: 1px solid #378dff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}
#cityList .swiper-slide .header_item{
    width: 20%;
    margin-top: 15px;
    font-size: 17px;
    color: #333;
    text-align: center;
}

.footer_zb{
  padding: 3%;
}

.footer_zb p{
  font-size: .5rem;
  line-height: .8rem;
  color: #333;
  text-align: center;
}
/* 公共底部 */
.footer_new{
  padding: 10px 0 10px 0;
  margin: 0 0 80px 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
.footer_new p {
  font-size: 12px;
  color: #727272;
  line-height: 12px;
  text-align: center;
  margin-top: 8px;
}
.footer_new p.tel_first{
  font-size:16px;
  font-weight: bold;
  text-align: center;
  color:#3B79F5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.footer_new p.tel_first:before{
  content: "";
  display:inline-block;
  width:25px;
  height:25px;
  margin-right: 5px;
  background: url(../img/bottom_telicon.png) no-repeat 0 0;
  background-size: 100% 100%;
}

/* 公共底部漂浮 */
.footer-navbar{
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  height: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #b7babd;
  box-shadow: 0 0 15px #b7babd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-navbar .tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	height: inherit;
	font-size: 12px;
	color: #000;
}
.footer-navbar .tab:nth-child(1) .icon {
  width: 20px;
  height:20px;
  margin-bottom: 2px;
	background: url(../img/icon_tabbar01.png) no-repeat;
  background-size: 100% 100%;
}
.footer-navbar .tab:nth-child(2) .icon {
  width: 20px;
  height:20px;
  margin-bottom: 2px;
	background: url(../img/icon_tabbar02.png) no-repeat;
  background-size: 100% 100%;
}
.footer-navbar .tab.active {
	color: #3b79f5;
}

.footer-navbar .tab.active:nth-child(1) .icon {
  width: 20px;
  height:20px;
  margin-bottom: 2px;
	background: url(../img/icon_tabbar01a.png) no-repeat;
  background-size: 100% 100%;
}
.footer-navbar .tab.active:nth-child(2) .icon {
  width: 20px;
  height:20px;
  margin-bottom: 2px;
	background: url(../img/icon_tabbar02a.png) no-repeat;
  background-size: 100% 100%;
}
.footer-navbar ul{
  width: 57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-navbar ul li{
  width:50%;
  height: 45px;
  padding: 0 4%;
  box-sizing: border-box;
}
.footer-navbar ul li a{
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content:space-around;
  align-items: center;
} 
.footer-navbar ul li a img{
  width: 25px;
  height: 25px;
  border: 0 none;
  vertical-align: middle;
}
.footer-navbar ul li a  p {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-navbar ul li:nth-child(1){
  background:#FF8401;
  border-radius: 40px 0 0 40px;
  line-height: 38px;
}
.footer-navbar ul li:nth-child(1) p{
  color:#fff;
}
.footer-navbar ul li:nth-child(2){
  border:2px solid #FF8401;
  color:#FF8401;
  border-radius: 0 40px 40px 0;
  line-height: 33px;
}
.footer-navbar ul li:nth-child(2) p{
  color:#FF8401;
}
/* 课程详情公共底部 */
.footer-course-navbar{
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  height: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #b7babd;
  box-shadow: 0 0 15px #b7babd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-course-navbar ul{
  width: 94%;
  margin:0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content:space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-course-navbar ul li{
  width:33.3%;
  height: 45px;
  padding: 0 4%;
  box-sizing: border-box;
}
.footer-course-navbar ul li a{
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content:space-around;
  align-items: center;
} 
.footer-course-navbar ul li a img{
  width: 25px;
  height: 25px;
  border: 0 none;
  vertical-align: middle;
}
.footer-course-navbar ul li a  p {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-course-navbar ul li:nth-child(1){
  border:2px solid #FF8401;
  color:#FF8401;
  border-radius: 40px 0 0 40px;
  line-height: 38px;
}
.footer-course-navbar ul li:nth-child(1) p{
  color:#FF8401;
}
.footer-course-navbar ul li:nth-child(2){
  border:2px solid #FF8401;
  background:#FF8401;
  line-height: 38px;
}
.footer-course-navbar ul li:nth-child(2) p{
  color:#fff;
}
.footer-course-navbar ul li:nth-child(3){
  border:2px solid #FF8401;
  color:#FF8401;
  border-radius: 0 40px 40px 0;
  line-height: 33px;
}
.footer-course-navbar ul li:nth-child(3) p{
  color:#FF8401;
}
</pre></body></html>