html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #333;
    background-color: #efeff4;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	border: none;
} 
ol,
ul {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
input,
button {
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
}
/*webkit 内核选择关键字背景变黄*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .4) inset;
}
textarea {
	resize: none;
	border: 1px solid #ccc;
} 
fieldset,
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
del {
	text-decoration: line-through;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

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

.mui-content {
    background-color: #efeff4;
    -webkit-overflow-scrolling: touch;
}

.mui-scroll-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.mui-scroll {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.mui-scrollbar{
    position: absolute;
    z-index: 9998;
    overflow: hidden;
    -webkit-transition: 500ms;
            transition: 500ms;
    transform: translateZ(0px);
    pointer-events: none;
    opacity: 0;
}
.mui-scrollbar-vertical {
    top: 0;
    right: 1px;
    bottom: 2px;
    width: 4px;
}
.mui-scrollbar-vertical .mui-scrollbar-indicator {
    width: 100%;
}

.mui-scrollbar-horizontal {
    right: 2px;
    bottom: 0;
    left: 2px;
    height: 4px;
}
.mui-scrollbar-horizontal .mui-scrollbar-indicator {
    height: 100%;
}

.mui-scrollbar-indicator {
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-transition: .01s cubic-bezier(.1, .57, .1, 1);
            transition: .01s cubic-bezier(.1, .57, .1, 1);
    transform: translate(0px, 0px) translateZ(0px);
    border: 1px solid rgba(255, 255, 255, .80196);
    border-radius: 2px;
    background: rgba(0, 0, 0, .39804);
}

.mui-off-canvas-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.mui-off-canvas-wrap .mui-inner-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.mui-off-canvas-wrap .mui-inner-wrap.mui-transitioning {
    -webkit-transition: -webkit-transform 350ms;
            transition:         transform 350ms cubic-bezier(.165, .84, .44, 1);
}
.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.mui-off-canvas-wrap.mui-active {
    overflow: hidden;
    height: 100%;
}
.mui-off-canvas-wrap.mui-active .mui-off-canvas-backdrop {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: background 350ms cubic-bezier(.165, .84, .44, 1);
    background: rgba(0, 0, 0, .4);
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    -webkit-tap-highlight-color: transparent;
}
.mui-off-canvas-left, .mui-off-canvas-right {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    visibility: hidden;
    box-sizing: content-box;
    width: 70%;
    min-height: 100%;
    background: #333;
    -webkit-overflow-scrolling: touch;
}
.mui-off-canvas-left.mui-transitioning, .mui-off-canvas-right.mui-transitioning {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
            transition:         transform 350ms cubic-bezier(.165, .84, .44, 1);
}
.mui-off-canvas-left {
    left: 0;
}
.mui-off-canvas-right {
    right: 0;
}

.mui-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*弹窗*/
.mui-popup-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;

    opacity: 0;
    background: rgba(0, 0, 0, .4);
}
.mui-popup-backdrop.mui-active {
    opacity: 1;
}
.mui-popup {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 70%;
    max-width: 270px;
    -webkit-transition-property: -webkit-transform,opacity;
            transition-property:         transform,opacity;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
            transform: translate3d(-50%, -50%, 0) scale(1.185);
    text-align: center;
    opacity: 0;
    border-radius: 10px;
}
.mui-popup.mui-popup-in {
    display: block;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}
.mui-popup.mui-popup-out {
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0;
}
.mui-popup-inner {
    position: relative;
    padding: 15px;
    background: rgba(255, 255, 255, .95);
}
.mui-popup-inner:after {
    position: absolute;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    background-color: #ccc;
}

.mui-popup-title {
    font-size: 18px;
    text-align: center;
}
.mui-popup-title + .mui-popup-text {
    font-size: 14px;
    margin-top: 5px;
    color: #777;
}

.mui-popup-buttons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.mui-popup-button {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    cursor: pointer;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #3670d7;
    background: rgba(255, 255, 255, .95);
}
.mui-popup-button:after {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
            transform: scaleX(.5);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    background-color: #ccc;
}

.mui-popup-button:last-child:after {
    display: none;
}
.mui-popup-button.mui-popup-button-bold {
    font-weight: 600;
}


/*主页侧滑*/
.mui-off-canvas-left {
	width: 80%;
	background: url(../img/off_canvas_bg.jpg) no-repeat;
	background-size: 100% 100%; 
}
.off-canvas-logo {
	display: block;
	width: 24%;
	max-width: 73px;
	margin: 75px auto 0;
}
.login-btn {
	display: block;
	margin-top: 22px;
	color: #fff;
	text-align: center;
}
#offCanvasSideScroll {
	top: 210px;
}
.mui-off-canvas-left .side-list {
	margin: 15px 0;
	padding-left: 25px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.mui-off-canvas-left .side-list span {
	float: left;
	width: 30px;
}
.mui-off-canvas-left .side-list .icon-study {
	font-size: 27px;
	line-height: 25px;
}
.mui-off-canvas-left .side-list a {
	float: left;
	padding-left: 5px;
	font-size: 17px;
	color: #fff;
}

/*主页面头部*/
.header-nav-bar {
	position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background-color: #3670d7;
}
.action-menu {
	margin-top: 7px;
	width: 30px;
	height: 30px;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
}
.search-box {
	position: relative;
	padding: 0 20px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.search-box a{
    text-align: center;
    line-height: 44px;
    color: #fff;
    display: block;
}
.search-box input {
	width: 100%;
	height: 30px;
	margin: 7px 0;
	padding: 0 8px 0 30px;
	font-size: 13px;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
}
.search-box input:focus {
	text-align: left;
}
.search-box input::-webkit-search-cancel-button {
    display: none;
}

.search-box span {
	position: absolute;
	top: 11px;
	left: 28px;
	font-size: 18px;
	color: #999;
}
.header-nav-bar .city-select {
	position: relative;
    padding-right: 15px;
	line-height: 44px;
	font-size: 15px;
	color: #fff;
}
.header-nav-bar .city-select:after {
	position: absolute;
	top: 18px;
	right: 0;
	content: "";
	border-top: 8px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.header-nav-bar .action-back {
	float: left;
	margin-left: -12px;
	width: 40px;
	height: 44px;
	line-height: 42px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.header-nav-bar .header-title {
	position: relative;
	padding: 0 20px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.header-nav-bar .action-home {
	float: left;
	margin-right: -8px;
	width: 40px;
	height: 44px;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

/*底部*/
footer {
	padding: 15px 0;
	background-color: #333;
}
footer p {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
footer .school-name {
	font-size: 14px;
	line-height: 24px;
}

/*电话和在线客服*/
.online-serve {
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 999;
	width: 64px;
}
.online-serve .online-phone {
    display: block;
    margin-bottom: 5px;
	width: 64px;
    height: 48px;
    background: url(../img/icon_phone.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.online-serve .online-looyu {
    display: block;
    width: 64px;
    height: 48px;
    background: url(../img/icon_looyu.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}