@charset "UTF-8";

* {
  -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;
}

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;
}

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 {
  margin: 0 auto;
  min-width: 320px;
  max-width: 640px;
  height: 100%;
  font: 14px/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, Tahoma, sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -webkit-overflow-scrolling: touch;
}

body {
  padding: 44px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.home {
  padding-top: 0;
}

body.body-bg {
  background-color: #f5f5f5;
}

body.noscroll {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#t_mask + div {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.tcaptcha-transform {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  height: 44px;
  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;
}

header.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  position: fixed;
}

header.no-shadow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -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 .goback {
  width: 27px;
  height: 27px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAABiUlEQVR42qSUTSiEQRiAzWdxQK09clHc7Ukp3CUnB+TgZKVFPiHlJ4UQa8UJR8XB3VH5uXNxIMelpPawUZTFMzXq62vGzqypp7e+992nmXfeHVHyjzXh+1HCHAxCHsYjRYrKCcOwALFAaifiKBKEbliDBk1JznOQtRCu4MQgu4NeYSGSP15XO9OtF1iE/a10+lP8IZK9mYcklGlK3iEtj48o9/tRaEQVhFGYhahG9A2HMo8oE06KUMN7YBXqDRs/g0lE16aTCSVrI2xCs6HuFqYRnRbquYdsiXhhkD3DEMRtZHLJOZwx5FLy9hC9usyqnMN7Q64PulRvnYQdoDtOLRzBOdImW2HwljsJ29CoqfuCPfkQ0IKslTAwg756QSo19Vk1nweI8wWFAXEdYUP1UbduYAzppZUwIJbzuQumHh7DFOJHK6GSlhISsAI1mpI3WJb/a8QfwuH5iilpQk1HeD3AgCjitY6rNrRq0hnPVcix5IW0Qz88hdLVzjsM7bZKjVhSzerIjwADAMNgcH2NeGgVAAAAAElFTkSuQmCC)
    0 center no-repeat;
  background-size: 11px;
  cursor: pointer;
}

header .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-size: 0.7rem;
  line-height: 0.85rem;
}

header .icon-down {
  border-color: #333 transparent transparent;
  border-radius: 0.1rem;
  border-style: solid;
  border-width: 0.33rem 0.33rem 0;
  margin-left: 0.125rem;
}

header.home .icon-down {
  border-top-color: #fff;
}

header .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

header .mask .city-down {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

header .mask .city-down .city-sel-tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

header .mask .city-down .city-sel-tips .close {
  font-size: 0.8rem;
  color: rgb(0, 132, 255);
}

header .mask .city-down .city-down-list {
  padding: 0.8rem 1.5rem;
}

header .mask .city-down .city-down-list:nth-child(odd) {
  background-color: #f8f8f8;
}

header .phone {
  width: 36px;
  height: 36px;
  background: url(../img/icon_phone.gif) no-repeat;
  background-size: 100%;
}

header .placeholder {
  width: 27px;
  height: 27px;
  color: #396df9;
}

header .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  height: 30px;
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  border-radius: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header .search-box .icon-xhd-logo {
  width: 17px;
  height: 18px;
  background: url(../img/avatar.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 5px;
}

header .search-box .icon-xhd-logo::after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #c4c8cc;
  position: absolute;
  left: 23px;
  top: 0;
}

header .search-box .icon-search {
  width: 18px;
  height: 18px;
  background: url(../img/icon_search.png) no-repeat;
  background-size: cover;
  margin-left: 9px;
}

header .search-box .inp-search {
  color: #aaa;
  border: none;
  background-color: #f5f5f5;
  padding-left: 5px;
  width: 70%;
  font-size: 13px;
  color: #333;
}

header .search-btn {
  font-size: 13px;
  color: #333;
}

header.home {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.home .city {
  color: #fff;
}

header.home .phone {
  background-image: url(../img/icon_home_phone.gif);
}

header.home .search-box {
  border-color: transparent;
}

.footer {
  padding: 10px 0;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  background-color: #f5f5f5;
}

/* 公共底部tab栏 */
.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: 14%;
  height: inherit;
  font-size: 12px;
  color: #000;
}

.footer-navbar .tab:nth-child(1) .icon {
  background-position-y: 0;
}

.footer-navbar .tab:nth-child(2) .icon {
  background-position-y: -20px;
}

.footer-navbar .tab:nth-child(3) .icon {
  background-position-y: -40px;
}

.footer-navbar .tab:nth-child(4) .icon {
  background-position-y: -60px;
}

.footer-navbar .tab:nth-child(5) .icon {
  background-position-y: -80px;
}

.footer-navbar .tab.active {
  color: #0c3388;
}

.footer-navbar .tab.active:nth-child(1) .icon {
  background-position-x: -20px;
}

.footer-navbar .tab.active:nth-child(2) .icon {
  background-position-x: -20px;
}

.footer-navbar .tab.active:nth-child(3) .icon {
  background-position-x: -20px;
}

.footer-navbar .tab.active:nth-child(4) .icon {
  background-position-x: -20px;
}

.footer-navbar .tab.active:nth-child(5) .icon {
  background-position-x: -20px;
}

.footer-navbar .icon {
  margin-bottom: 1px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_tabbar.png) no-repeat;
  background-size: 40px;
}

.footer-navbar .notice::after {
  top: -2px;
  right: -4px;
}

.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;
}

.channel-swiper .slide-link {
  display: block;
}

.channel-swiper .slide-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.channel-swiper .swiper-pagination {
  bottom: 10px;
}

.channel-swiper .swiper-pagination-bullet {
  margin: 0 2px;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.channel-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.title-common {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 12px 0;
  height: 40px;
}

.title-common.ielts h2 {
  color: #c6213c;
}

.title-common.toefl h2 {
  color: #396df9;
}

.title-common.lxyb h2 {
  color: #5a37fc;
}

.title-common.yjqs h2 {
  color: #fd5807;
}

.title-common h2 {
  font-size: 18px;
  color: #333;
}

.title-common .link-more {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAABlElEQVR42pyVTShEQRzA31uK8lVbUuyNmwOOFAc3ys2BxEHhtGV9hDiIdUGesClOLrTJkbvsyYmLIsqF49rEwbff1Gy9XjM7Ozv1e/+a+b/fzHvvP/PciVhsyHGcTSiCfYhveF7GKbC5CMXNVb6+NCzBLuJPW2EIXgN9YbniGybrBddW2Ae3irF6OIYU0ta8H1lcuKGYMAqLUK3JPYEZXsODUZhtiCsJsxCDUkX+FyRgGXHaKPSJI4QVGNTkZOT4NuIPo9AnbiGsQ6cm5RHmIIn4zyj0ibsJq9CoSbmEKaQXeZeE/HDDskZrNGlx17ZwEZfLaphUDH+HLGViAT3Qr0m5C1nImgjncAi1ipQz6HLzEImtGIcxubOC7R7G+SCnOb8yInH6jMh6CytS3uVEnr8WdYXdTtiCZs18RzCN6Mm09eoIazle+jVERb2ZDocSuX8XoEyR9wLzsIfsx3TAthEPoEEx/iskQqY7DIJNVH8SIoqxlHy8K9sDtiLQ9wwD0GEry64wCjtSnpA/qbdCf1L/AgwAcOh5DYqeCNYAAAAASUVORK5CYII=)
    right center no-repeat;
  background-size: 10px;
}

.common-infos .info-list {
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.common-infos .info-list .item-link {
  display: block;
  margin: 8px 0;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #484e54;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjQzNDBCNEVEMkMxMUU4QkZEMUIyQkI2REEzNTM1RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjQzNDBCM0VEMkMxMUU4QkZEMUIyQkI2REEzNTM1RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMUI2MzM0OEQxRDVFODExQjRGMEY0MjBCQjg5RENDQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtipZ7IAAACGSURBVHjaYvTwC/nPAAEPgVgBiCcAcT4DlQALECtC2X+gdBPUEqpZ8ABN7B0UEwW2b1yNV56JgcYA5AMBKPsfEH8CYk4gZifWAE//UIIWvEeL5PbRSKZ7JCsgBdETIBYCYj5qRvJ9tEiuo3YkCyIlUxCoBOIGalrwAU3sOxSPRjJ9IhkgwACqZSqtTQoniQAAAABJRU5ErkJggg==)
    0 center no-repeat;
  background-size: 12px;
}

.arrow-right {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxODI5RkI0NUUxODExMUU4QUNCQkM2RjA4RENEMzEzNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODI5RkI0NEUxODExMUU4QUNCQkM2RjA4RENEMzEzNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDJDNjhFQzdBRERFODExQkI1N0Y5OERGMUJCNjIxQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po4Kr/AAAAGVSURBVHjanJVPKERBHIDfW4ryr7ak2Bs3BxwcVji4UW4OJA4Kpy1CiINYF9QKm+LkQpscucuW4sJFEeXCcW3i4L9varZer5mdnZ363q9mfu+bee/9Zp6bPL8cdBxnHQpgF6Kt4ea0k2dzEYqbKzx9KViEbcSftsIAvPr6gnLFN0zWA66tsBduFWO1cAhJpOGcH1lcuKGQMAILUKnJPYJpXsODUZhpiMsJMzAOxYr8L4jDEuKUUegRhwjLMKDJScvxTcQfRqFH3ERYgw5NyiPMQgLxn1HoEXcRVqBek3IBk0jPci4J+eGGZI1WadKirm3hIi6V1TChGP4OWMrEArqhT5NyF7CQNRBOYR+qFSkn0OnmIBJbMQqjcmf52z2M8UGOs35lROL0GZb1FlSkvMuJYt5a1BV2G2EDGjXzHcAUoifT1qshrGZ56dcQEfVmOhyK5P6dhxJF3gvMwQ6yH9MB20LcgzrF+K+QCJnuMPA3Uf0JCKlepXy8K9sDtszX9wz90G4ry6wwAltSHpc/qbd8f1L/AgwAQtV9Fa5nXfoAAAAASUVORK5CYII=)
    center no-repeat;
  background-size: 10px;
}

.arrow-right-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MjQ3RDc0MEYxNEYxMUU4QjY3RUNENjAzMTQzNEIwRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MjQ3RDczRkYxNEYxMUU4QjY3RUNENjAzMTQzNEIwRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDgxRjA3NjM2RDhFODExOTM4RTk5RTMyQjYzM0M2QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlaMNDYAAAEoSURBVHjarNUxS0JRGIBhpcglIlwNF39ANRb4B2pt0EBHKReXhvYgGoI2m1uaXBtbCgenGhIEg0AJIqiMhKDQ03vgDAr3O5zv2gfPdnm5955zz00YY8p4xydOsZyYZQgMzPS8oYaFuMGeiZ5H7CCpDW6iY+RpYkMbnUcVr55wAzlteAnH+BaiPzhDWhtewQXGQvgDB0hpw+u49ryGJxTiLNwWHjzhFvJxFq6CF0/4KM6+XXRfVNT8amNJFPEsBNua2CpuPI97hWxIKI06RkKoi+2Q0Bz23GERNUMcBu1FuwVw53m8S2RCQhl3sTT3QfvN3ra7/aEQsgfwvn0NocdXVwjZhThXHQZc3Bdit1j7j1+A3bS76g9+IlhyP6gvnNhPa5Z/1J8AAwDLf/wxrSKBxQAAAABJRU5ErkJggg==)
    center no-repeat;
  background-size: 10px;
}

.badge {
  display: inline-block;
  padding: 0 3px;
  min-width: 8px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background-color: #e2231a;
}

.notice {
  position: relative;
}

.notice::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #e2231a;
  border-radius: 50%;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: auto;
  width: 84.5%;
  height: 44px;
  font-size: 14px;
  color: #fff;
  border: 1px solid;
  border-radius: 44px;
}

.btn-middle {
  width: 50%;
  height: 30px;
  font-size: 13px;
}

.btn-small {
  width: 74px;
  height: 26px;
  font-size: 12px;
}

.btn.outlined {
  color: #396df9;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn.outlined:active {
  color: #fff;
  background: #396df9;
}

.btn.disabled {
  opacity: 0.6;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn.disabled::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/loading.svg) no-repeat;
  background-size: 100%;
}

.btn-red {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ef585e),
    to(#c7223d)
  );
  background: -webkit-linear-gradient(left, #ef585e, #c7223d);
  background: -o-linear-gradient(left, #ef585e, #c7223d);
  background: linear-gradient(to right, #ef585e, #c7223d);
  border-color: #e2797f;
}

.btn-red:active {
  background: #c80e2d;
}

.btn-blue {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3993f9),
    to(#396df9)
  );
  background: -webkit-linear-gradient(left, #3993f9, #396df9);
  background: -o-linear-gradient(left, #3993f9, #396df9);
  background: linear-gradient(to right, #3993f9, #396df9);
  border-color: #79a3e2;
}

.btn-blue:active {
  background: #1c55ee;
}

.btn-yellow {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fa860b),
    to(#fd5907)
  );
  background: -webkit-linear-gradient(left, #fa860b, #fd5907);
  background: -o-linear-gradient(left, #fa860b, #fd5907);
  background: linear-gradient(to right, #fa860b, #fd5907);
  border-color: #e2a379;
}

.btn-yellow:active {
  background: #e6530a;
}

.btn-purple {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8c7efc),
    to(#5b39fc)
  );
  background: -webkit-linear-gradient(left, #8c7efc, #5b39fc);
  background: -o-linear-gradient(left, #8c7efc, #5b39fc);
  background: linear-gradient(to right, #8c7efc, #5b39fc);
  border-color: #8a81e4;
}

.btn-purple:active {
  background: #4a28ea;
}

.switch {
  width: 36px;
  height: 18px;
  border: 1px solid #c4c8cc;
  border-radius: 18px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.switch-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.switch-input {
  display: none;
}

.switch-input:checked + label {
  border-color: #396df9;
  background-color: #396df9;
}

.switch-input:checked + label .switch-handle {
  -webkit-transform: translate(18px, 0);
  -ms-transform: translate(18px, 0);
  -o-transform: translate(18px, 0);
  transform: translate(18px, 0);
}

.pop-tips {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 6px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
}

.foot-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 34px;
  font-size: 11px;
  line-height: 1;
  color: #c4c8cc;
  background-color: #f5f5f5;
}

.foot-line::after {
  content: "";
  width: 70%;
  border-top: 1px solid #c4c8cc;
  -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);
}

.foot-line p {
  position: absolute;
  z-index: 10;
  padding: 0 6px;
  background-color: #f5f5f5;
}

.pop-yuyue {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.pop-yuyue .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 21px;
  height: 21px;
  background: url(../img/icon_hide.png) center no-repeat;
  background-size: 100%;
}

.pop-yuyue h3 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.pop-yuyue .form-control {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto 22px;
  width: 84.5%;
  height: 44px;
  border: 1px solid #c4c8cc;
  border-radius: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.pop-yuyue .form-control input {
  width: 80%;
  height: inherit;
  font-size: 14px;
  color: #333;
  border: none;
  background-color: transparent;
}

.pop-yuyue .form-control .yzmcode {
  width: 66%;
}

.pop-yuyue .form-control .codetxt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
  height: 25px;
  font-size: 14px;
  color: #c6213c;
  border-left: 1px solid #c4c8cc;
  background: 0 0;
}

.pop-yuyue .form-control .codetxt.disabled {
  color: #999;
}

.pop-yuyue .error {
  margin-top: -18px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  color: #c6213c;
}

.pop-yuyue .btn {
  margin-top: 12px;
}

.dropback {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.6);
}

.selector {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fafafa;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.selector.slide-up {
  height: 200px;
}

.selector .selector-header {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}

.selector .selector-header .selector-btn-cancel,
.selector .selector-header .selector-btn-ok {
  padding: 0 10px;
  font-size: 15px;
  color: #0073ff;
}

.selector .selector-header .selector-btn-ok {
  font-weight: 700;
}

.selector .selector-body {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.selector .selector-body .selector-scroll {
  position: absolute;
  top: 65px;
  z-index: 8;
  width: 100%;
  text-align: center;
  list-style: none;
}

.selector .selector-body .selector-scroll li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 17px;
  color: #333;
}

.selector .selector-body .selector-mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.7);
}

.selector .selector-body .selector-mask-top {
  top: 1px;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}

.selector .selector-body .selector-mask-bottom {
  bottom: 0;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}

.selector-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}

#iframe {
  position: absolute;
  top: 44px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  width: 1px;
}

.mescroll {
  position: fixed !important;
  top: 44px;
  bottom: 49px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  height: auto;
}

.mescroll-totop {
  bottom: 60px;
  display: none;
}

.mescroll-upwarp {
  padding: 0;
}

.online-serve {
  position: fixed;
  right: 12px;
  bottom: 100px;
  z-index: 999;
}

.online-serve a {
  display: block;
  width: 40px;
  height: 40px;
}

.online-serve .online-phone {
  margin-bottom: 5px;
  background: url(../img/phone_icon.png) no-repeat;
  background-size: 100%;
}

.online-serve .online-looyu {
  background: url(../img/zixun_icon.png) no-repeat;
  background-size: 100%;
}

.looyu-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.6);
}

.looyu-pop .looyu-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.looyu-pop .close {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/pop_close_btn.png) no-repeat;
  background-size: 100%;
}

.looyu-pop img {
  width: 100%;
}

.enr-contract {
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.enr-contract .tlt {
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.enr-contract .tlt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -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);
}

.enr-contract .tlt h3 {
  font-weight: 400;
  font-size: 21px;
}

.enr-contract .con {
  text-align: justify;
  line-height: 23px;
}

.enr-contract .mt {
  margin-top: 10px;
}

.action-in {
  -webkit-animation: actionListIn 0.3s forwards;
  -o-animation: actionListIn 0.3s forwards;
  animation: actionListIn 0.3s forwards;
}

.action-out {
  -webkit-animation: actionListOut 0.3s forwards;
  -o-animation: actionListOut 0.3s forwards;
  animation: actionListOut 0.3s forwards;
}

@-webkit-keyframes actionListIn {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes actionListIn {
  from {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes actionListIn {
  from {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes actionListOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-o-keyframes actionListOut {
  from {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes actionListOut {
  from {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

body {
  overflow: scroll !important;
}

/*# sourceMappingURL=maps/common.css.map */
