html, body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1; }

p {
  margin-top: 0;
  margin-bottom: 0; }

body {
  margin: 0;
  color: #333;
  word-break: break-word;
  font: 14px/1.3 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',STXihei,'\534E\6587\7EC6\9ED1',Roboto,Noto,arial,sans-serif; }

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

input, button, textarea {
  -webkit-appearance: none;
  font: 14px/1.3 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',STXihei,'\534E\6587\7EC6\9ED1',Roboto,Noto,arial,sans-serif;
  color: inherit;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }

dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit; }

ul {
  padding-left: 0;
  list-style: none; }

strong {
  font-weight: 400; }

em {
  font-style: normal; }

dd {
  margin-left: 0; }

::-webkit-scrollbar {
  display: none; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #d04410;
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    background-color: #fff;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #d04410;
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #d04410;
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    background-color: #fff;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #d04410;
    opacity: 1; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes page {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes page {
  0% {
    -webkit-transform: translate3d(0, 25px, 1px);
    transform: translate3d(0, 25px, 1px); }
  50% {
    -webkit-transform: translate3d(0, 5px, 1px);
    transform: translate3d(0, 5px, 1px); }
  100% {
    -webkit-transform: translate3d(0, 25px, 1px);
    transform: translate3d(0, 25px, 1px); } }
.dialog .dialog-content:after, .xi-school .city:after, .xi-school .slider:after, .xi-school .tab-outer:after, .xi-school .courses .header:after, .xi-school .accommodation .item:after, .xi-school .prices dl .header:after, .xi-summary .relevant .other .title:after, .xi-summary .major .title:after, .xi-summary .major .con li:after, .major-detail .content .title:after, .xi-about dt:before, .xi-about dd:after, .xi-about dd:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5); }

.site-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 130px;
  height: 50px;
  margin-left: -65px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden; }
  .site-loader .point {
    position: absolute;
    background: #d04410;
    height: 16px;
    width: 16px;
    top: 17px;
    left: 17px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
  .site-loader .border {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: #fff transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .site-loader .text {
    position: absolute;
    top: 0;
    left: 50px;
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 50px; }
  .site-loader .mask {
    position: fixed;
    left: -500px;
    top: -500px;
    width: 1000px;
    height: 3000px;
    background-color: rgba(0, 0, 0, 0.01); }

.xi-summary .major .title .arrow, .xi-cartoon-teach .arrow-right {
  display: inline-block;
  font-size: 0; }

.wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.site-download-app {
  z-index: 6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 55px;
  color: #fff;
  padding-left: 55px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9) url(/resource/images/logo.png) 10px 50% no-repeat;
  -webkit-background-size: 35px;
  background-size: 35px; }
  .site-download-app p {
    font-size: 14px; }
    .site-download-app p:first-child {
      font-size: 16px;
      margin-top: 10px; }
  .site-download-app .btn-download {
    position: absolute;
    right: 55px;
    top: 13px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    background-color: #ed1c24;
    overflow: hidden;
    border-radius: 3px; }
  .site-download-app .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    height: 100%;
    background: url(/resource/images/icon_close_gray.png) 50% 50% no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px; }

.dialog-mask {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.3); }

.dialog {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 84%;
  margin: -80px 8% 0; }
  .dialog .dialog-content {
    line-height: 1.3;
    padding: 20px;
    text-align: center;
    position: relative;
    font-size: 16px; }
    .dialog .dialog-content:after {
      bottom: 0;
      background-color: #424242; }
  .dialog .dialog-footer {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed; }
    .dialog .dialog-footer a {
      width: 50%;
      height: 45px;
      line-height: 45px;
      color: #252525;
      display: table-cell;
      text-decoration: none; }
      .dialog .dialog-footer a:last-child {
        color: #498fee; }
      .dialog .dialog-footer a:nth-child(2) {
        position: relative; }
        .dialog .dialog-footer a:nth-child(2)::before {
          content: '';
          font-size: 0;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 1px;
          height: 100%;
          background-color: #424242;
          -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5); }

.xi-school {
  padding-bottom: 45px; }
  .xi-school .city {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    position: relative; }
    .xi-school .city:after {
      bottom: 0;
      background-color: #c1c1c1; }
  .xi-school .slider {
    position: relative;
    overflow: hidden;
    padding-top: 40%;
    background-color: #fff; }
    .xi-school .slider:after {
      bottom: 0;
      background-color: #c1c1c1; }
    .xi-school .slider [class^=icon-] {
      font-size: 12px;
      position: absolute;
      z-index: 2;
      bottom: 0;
      padding: 10px 20px;
      color: #fff;
      background: url("") 0 5px no-repeat;
      -webkit-background-size: 20px;
      background-size: 20px; }
      .xi-school .slider [class^=icon-].icon-hand {
        left: 10px;
        background-image: url(/resource/images/icon_hand.png); }
      .xi-school .slider [class^=icon-].icon-heart {
        right: 0;
        background-image: url(/resource/images/icon_heart.png); }
  .xi-school .swipe-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .xi-school .swipe-outer .item {
      width: 100%;
      height: 100%;
      float: left;
      position: relative; }
      .xi-school .swipe-outer .item a {
        width: 100%;
        height: 100%;
        display: block;
        background: url() 50% 50% no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%; }
  .xi-school .controlNav {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 15px;
    text-align: center; }
    .xi-school .controlNav span {
      display: inline-block;
      width: 8px;
      height: 8px;
      overflow: hidden;
      border-radius: 20px;
      margin: 0 3px;
      border: 1px solid #fff; }
      .xi-school .controlNav span.active {
        background-color: #fff; }
  .xi-school .tab-outer {
    position: relative;
    text-align: center;
    background-color: #fff;
    overflow: hidden; }
    .xi-school .tab-outer:after {
      bottom: 0;
      background-color: #c1c1c1; }
    .xi-school .tab-outer a {
      float: left;
      position: relative;
      width: 25%;
      padding: 10px 0;
      color: inherit; }
    .xi-school .tab-outer .active:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: #CC4C52; }
  .xi-school .introduce {
    padding: 10px; }
  .xi-school .courses {
    margin: 10px;
    background-color: #fff; }
    .xi-school .courses .header {
      position: relative;
      padding: 5px 10px; }
      .xi-school .courses .header:after {
        bottom: 0;
        background-color: #c1c1c1; }
    .xi-school .courses .item {
      padding: 5px 10px;
      overflow: hidden; }
      .xi-school .courses .item .title {
        float: left;
        margin-right: 10px; }
      .xi-school .courses .item .con {
        overflow: hidden; }
  .xi-school .accommodation {
    margin: 10px;
    background-color: #FFF; }
    .xi-school .accommodation .item {
      position: relative;
      padding: 10px;
      background: url(/resource/images/icon_has.png) 95% 50% no-repeat;
      -webkit-background-size: 20px;
      background-size: 20px; }
      .xi-school .accommodation .item:after {
        bottom: 0;
        background-color: #c1c1c1; }
      .xi-school .accommodation .item.no {
        background-image: url(/resource/images/icon_no.png); }
  .xi-school .prices {
    overflow: hidden;
    padding: 10px; }
    .xi-school .prices dl {
      background-color: #FFF;
      padding-bottom: 5px;
      margin-bottom: 10px; }
      .xi-school .prices dl .header {
        position: relative;
        padding: 5px 10px; }
        .xi-school .prices dl .header:after {
          bottom: 0;
          background-color: #c1c1c1; }
    .xi-school .prices .item {
      padding: 5px 10px 0;
      overflow: hidden;
      font-size: 12px; }
      .xi-school .prices .item .title {
        float: left;
        margin-right: 10px; }
      .xi-school .prices .item .con {
        overflow: hidden; }
  .xi-school + .btn-outer {
    z-index: 5;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center; }
    .xi-school + .btn-outer a {
      position: absolute;
      top: 0;
      height: 45px;
      color: #fff;
      width: 50%; }
    .xi-school + .btn-outer .btn-consultation {
      left: 0;
      background-color: #8EC21F; }
    .xi-school + .btn-outer .btn-apply {
      right: 0;
      background-color: #2AABE4; }

.xi-summary .tab-outer a {
  width: 50%; }
.xi-summary + .btn-outer .btn-consultation {
  width: 100%; }
.xi-summary .info {
  padding: 10px; }
.xi-summary .relevant {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .xi-summary .relevant .address {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    border-right: 10px solid #f1f1f1; }
    .xi-summary .relevant .address .item {
      margin-bottom: 10px;
      overflow: hidden;
      padding-left: 10px; }
      .xi-summary .relevant .address .item:first-child {
        padding-top: 10px; }
      .xi-summary .relevant .address .item .title {
        float: left;
        color: #888;
        width: 60px; }
      .xi-summary .relevant .address .item .con {
        overflow: hidden; }
  .xi-summary .relevant .other {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 90px; }
    .xi-summary .relevant .other .star {
      display: inline-block;
      height: 15px;
      overflow: hidden;
      background: url(/resource/images/star.png) 0 100% no-repeat;
      -webkit-background-size: 70px;
      background-size: 70px; }
    .xi-summary .relevant .other .star1 {
      background-position: 0 0; }
    .xi-summary .relevant .other .star2 {
      background-position: 0 -17px; }
    .xi-summary .relevant .other .star3 {
      background-position: 0 -34px; }
    .xi-summary .relevant .other .star4 {
      background-position: 0 -51px; }
    .xi-summary .relevant .other .star5 {
      background-position: 0 -68px; }
    .xi-summary .relevant .other li {
      background-color: #fff;
      margin-bottom: 10px; }
      .xi-summary .relevant .other li:last-child {
        margin-bottom: 0; }
    .xi-summary .relevant .other .title {
      color: #888;
      padding: 6px 0;
      position: relative; }
      .xi-summary .relevant .other .title:after {
        bottom: 0;
        background-color: #c1c1c1; }
    .xi-summary .relevant .other p {
      height: 18px;
      padding: 0 5px 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .xi-summary .relevant .other .star {
      width: 70px; }
.xi-summary .major .item:nth-child(1) .tag {
  background-color: #429afe; }
.xi-summary .major .item:nth-child(2) .tag {
  background-color: #ff6d00; }
.xi-summary .major .item:nth-child(3) .tag {
  background-color: #ff3f2a; }
.xi-summary .major .item:nth-child(4) .tag {
  background-color: #429afe; }
.xi-summary .major .title {
  background-color: #fff;
  padding: 10px 20px;
  position: relative; }
  .xi-summary .major .title:after {
    bottom: 0;
    background-color: #c1c1c1; }
  .xi-summary .major .title .tag {
    display: inline-block;
    padding: 2px;
    width: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50px; }
  .xi-summary .major .title .arrow {
    position: absolute;
    right: 25px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    width: 11px;
    height: 11px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.xi-summary .major .con {
  display: none; }
  .xi-summary .major .con li {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative; }
    .xi-summary .major .con li:after {
      bottom: 0;
      background-color: #fff; }
  .xi-summary .major .con .code {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    width: 60px; }
  .xi-summary .major .con .content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 100%; }
  .xi-summary .major .con p {
    color: #888; }
.xi-summary .major .active .arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
.xi-summary .major .active .con {
  display: block; }

.major-detail {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 10px 50px 10px;
  z-index: 3; }
  .major-detail .marjor-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }
  .major-detail [class^=icon-] {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: url() 50% 50% no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px; }
  .major-detail .icon-black-heart {
    left: 0;
    background-image: url(/resource/images/icon_black_heart.png); }
  .major-detail .icon-close {
    top: 60px;
    right: 10px;
    background-image: url(/resource/images/icon_close.png); }
  .major-detail .header {
    text-align: center;
    padding: 10px 40px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 60px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.95); }
  .major-detail .content {
    overflow: auto;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 116px;
    bottom: 0;
    padding: 10px 10px 56px;
    background-color: rgba(255, 255, 255, 0.95); }
    .major-detail .content .item {
      margin-bottom: 20px; }
    .major-detail .content .title {
      position: relative;
      overflow: hidden;
      padding-bottom: 3px;
      margin-bottom: 5px; }
      .major-detail .content .title:after {
        bottom: 0;
        background-color: #c1c1c1; }
      .major-detail .content .title .code {
        float: right; }
    .major-detail .content .en {
      font-size: 12px;
      color: #888; }
    .major-detail .content .credit {
      overflow: hidden;
      padding: 5px 0; }
    .major-detail .content .name {
      float: left;
      width: 30%; }
    .major-detail .content .name-en {
      float: left;
      width: 50%;
      color: #888; }
    .major-detail .content .score {
      float: right; }
    .major-detail .content .source {
      padding: 10px 0;
      font-size: 12px; }

.xi-news-detail {
  border: 10px solid #f1f1f1;
  background-color: #fff; }
  .xi-news-detail .outer {
    padding: 15px 10px 10px; }
  .xi-news-detail .banner {
    padding-top: 40%;
    background: url() 50% 50% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%; }
  .xi-news-detail .title {
    font-size: 16px;
    margin-bottom: 5px; }
  .xi-news-detail .time {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 20px; }
  .xi-news-detail img {
    max-width: 100%;
    display: block; }
  .xi-news-detail .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    background-color: #f1f1f1; }
    .xi-news-detail .footer a {
      position: relative;
      padding: 10px 10px 10px 30px;
      background: #fff url() 10px 50% no-repeat;
      color: #8a8a8a;
      -webkit-background-size: 16px;
      background-size: 16px; }
      .xi-news-detail .footer a:before {
        border: 1px solid #e5e5e5;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        width: 200%;
        height: 200%;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        border-radius: 0;
        pointer-events: none; }
    .xi-news-detail .footer .best {
      float: left;
      background-image: url(/resource/images/icon_black_hand.png); }
    .xi-news-detail .footer .collection {
      float: right;
      background-image: url(/resource/images/icon_black_heart.png); }

.xi-applay .input {
  border-color: #999;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border-radius: 0; }
.xi-applay .person-info {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px; }
  .xi-applay .person-info .tips {
    margin-bottom: 10px; }
    .xi-applay .person-info .tips a {
      font-size: 12px;
      color: #b60202;
      border-bottom: 1px solid #b60202; }
  .xi-applay .person-info .header {
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333; }
  .xi-applay .person-info .item {
    margin-bottom: 15px; }
    .xi-applay .person-info .item:last-child {
      margin-bottom: 0; }
    .xi-applay .person-info .item .title {
      margin-bottom: 5px;
      display: block; }
  .xi-applay .person-info .check {
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
    height: 18px;
    width: 50px;
    position: relative; }
    .xi-applay .person-info .check input {
      display: none; }
      .xi-applay .person-info .check input:checked + em {
        background: #71DE50 url(/resource/images/icon-check.png) 50% 50% no-repeat;
        -webkit-background-size: 12px;
        background-size: 12px; }
        .xi-applay .person-info .check input:checked + em:before {
          border-color: #71DE50; }
    .xi-applay .person-info .check em {
      position: absolute;
      left: 0; }
    .xi-applay .person-info .check label {
      position: absolute;
      left: 0;
      padding-left: 20px; }
  .xi-applay .person-info .icon-check {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    position: relative; }
    .xi-applay .person-info .icon-check:before {
      border: 1px solid #333;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      box-sizing: border-box;
      width: 200%;
      height: 200%;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      border-radius: 100px;
      pointer-events: none; }
.xi-applay .auxiliary {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 10px; }
  .xi-applay .auxiliary a {
    color: #b60202;
    margin: 0 3px;
    border-bottom: 1px solid #b60202; }
.xi-applay .contact {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px; }
  .xi-applay .contact .item {
    margin-bottom: 10px;
    overflow: hidden; }
    .xi-applay .contact .item:last-child {
      margin-bottom: 0; }
  .xi-applay .contact .title {
    float: left;
    width: 85px; }
  .xi-applay .contact .con {
    position: relative;
    overflow: hidden; }
  .xi-applay .contact .input {
    padding-left: 35px; }
  .xi-applay .contact em[class^='icon-'] {
    position: absolute;
    left: 1px;
    top: 1px;
    background: #f0f0f0 url() 50% 50% no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 33px;
    height: 33px; }
  .xi-applay .contact em.icon-mobile {
    background-image: url(/resource/images/icon_mobile.png); }
  .xi-applay .contact em.icon-email {
    background-image: url(/resource/images/icon_email.png); }
  .xi-applay .contact em.icon-qq {
    background-image: url(/resource/images/icon_msg.png); }
.xi-applay .item .error em[class^='icon-'] {
  background-color: #f3d4d7; }
.xi-applay .item .error .input {
  border-color: #bc2a3e;
  background: url(/resource/images/icon_no.png) 98% 50% no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px; }
.xi-applay .item .error .icon-mobile {
  background-image: url(/resource/images/icon_mobile_err.png); }
.xi-applay .item .error .icon-email {
  background-image: url(/resource/images/icon_email_err.png); }
.xi-applay .item .error .icon-qq {
  background-image: url(/resource/images/icon_msg_err.png); }
.xi-applay .item .ok em[class^='icon-'] {
  background-color: #eaf4db; }
.xi-applay .item .ok .input {
  border-color: #91c344;
  background: url(/resource/images/icon_has.png) 98% 50% no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px; }
.xi-applay .item .ok .icon-mobile {
  background-image: url(/resource/images/icon_mobile_ok.png); }
.xi-applay .item .ok .icon-email {
  background-image: url(/resource/images/icon_email_ok.png); }
.xi-applay .item .ok .icon-qq {
  background-image: url(/resource/images/icon_msg_ok.png); }
.xi-applay .school {
  padding: 10px;
  background-color: #fff; }
  .xi-applay .school .item {
    margin-bottom: 15px; }
  .xi-applay .school .title {
    margin-bottom: 5px;
    display: block; }
  .xi-applay .school .con {
    overflow: hidden; }
  .xi-applay .school .week {
    float: left;
    padding: 3px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #f0f0f0; }
    .xi-applay .school .week.active {
      background-color: #91c344; }
  .xi-applay .school .other {
    float: left; }
    .xi-applay .school .other .input {
      height: 22px;
      padding: 0 5px;
      width: 35px;
      margin: 0 3px;
      text-align: center; }
.xi-applay .btn-outer {
  background-color: #fff;
  padding-bottom: 30px;
  text-align: center; }
  .xi-applay .btn-outer input {
    width: 65%;
    border: 0 none;
    padding: 10px;
    color: #fff;
    background-color: #bc2a3e; }
    .xi-applay .btn-outer input[disabled] {
      color: #333;
      background-color: #ccc; }

.xi-my-applay {
  background-color: #fff; }
  .xi-my-applay .university {
    text-align: center;
    padding: 10px;
    margin-top: 10px; }
  .xi-my-applay .step {
    position: absolute;
    left: 5%;
    top: 50px;
    width: 90%;
    padding-top: 150%;
    background: url(/resource/images/my_apply_01.jpg) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%; }
    .xi-my-applay .step + .step {
      display: none;
      background-image: url(/resource/images/my_apply_02.jpg); }
  .xi-my-applay .step0 {
    background-position: 0 0; }
  .xi-my-applay .step1 {
    padding-top: 15%; }
  .xi-my-applay .step2 {
    padding-top: 32%; }
  .xi-my-applay .step3 {
    padding-top: 47%; }
  .xi-my-applay .step4 {
    padding-top: 65%; }
  .xi-my-applay .step5 {
    padding-top: 80%; }
  .xi-my-applay .step6 {
    padding-top: 96%; }
  .xi-my-applay .step7 {
    padding-top: 114%; }
  .xi-my-applay .step8 {
    padding-top: 130%; }
  .xi-my-applay .step9 {
    padding-top: 145%; }

.xi-agent {
  background-color: #fff; }
  .xi-agent .head-img {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%; }
  .xi-agent .item {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 20px;
    line-height: 32px; }
    .xi-agent .item:last-child {
      margin-bottom: 0; }
    .xi-agent .item .error em[class^='icon-'] {
      background-color: #f3d4d7; }
    .xi-agent .item .error .input {
      border-color: #bc2a3e;
      background: url(/resource/images/icon_no.png) 98% 50% no-repeat;
      -webkit-background-size: 20px;
      background-size: 20px; }
    .xi-agent .item .ok em[class^='icon-'] {
      background-color: #eaf4db; }
    .xi-agent .item .ok .input {
      border-color: #91c344;
      background: url(/resource/images/icon_has.png) 98% 50% no-repeat;
      -webkit-background-size: 20px;
      background-size: 20px; }
  .xi-agent .title {
    text-align: right;
    float: left;
    width: 65px;
    padding-right: 15px; }
  .xi-agent .con {
    position: relative;
    overflow: hidden; }
  .xi-agent .input {
    border-color: #999;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border-radius: 0; }
  .xi-agent .btn-submit {
    display: block;
    width: 65%;
    border: 0 none;
    padding: 10px;
    color: #fff;
    background-color: #bc2a3e;
    margin: 0 auto 20px; }
    .xi-agent .btn-submit[disabled] {
      color: #333;
      background-color: #ccc; }

.xi-about {
  padding: 0 10px; }
  .xi-about dt {
    font-size: 16px;
    padding: 20px 0;
    position: relative; }
    .xi-about dt:before {
      top: 0;
      background-color: #fff; }
    .xi-about dt:first-child:before {
      display: none; }
    .xi-about dt + dd:before {
      display: none; }
  .xi-about dd {
    padding: 10px 0;
    position: relative;
    text-indent: 2em; }
    .xi-about dd:after {
      bottom: 0;
      background-color: #e5e5e5; }
    .xi-about dd:before {
      top: 0;
      background-color: #fff; }

.xi-privacy {
  padding: 10px; }
  .xi-privacy h1 {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 16px;
    font-weight: 700; }
  .xi-privacy dt {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0; }
  .xi-privacy dd {
    text-indent: 2em;
    margin-bottom: 10px; }
  .xi-privacy p {
    text-indent: 2em;
    margin-bottom: 10px; }

.xi-agreement {
  padding: 10px; }
  .xi-agreement h2 {
    margin: 10px; }
  .xi-agreement p {
    margin-bottom: 10px;
    text-indent: 2em; }

.xi-guide {
  overflow: hidden; }
  .xi-guide .img-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: -1px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    background: url() 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .xi-guide img {
    display: block;
    margin: 0 auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .xi-guide .outer-1 {
    background-color: #311311;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); }
  .xi-guide .outer-2 {
    background-color: #321511;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-3 {
    background-color: #949399;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-4 {
    background-color: #949399;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-5 {
    background-color: #4d939b;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-6 {
    background-color: #9fc268;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-7 {
    background-color: #b9add5;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-8 {
    background-color: #b2d1f0;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-9 {
    background-color: #949399;
    -webkit-transform: translate3d(0, 100%, 1px);
    transform: translate3d(0, 100%, 1px); }
  .xi-guide .outer-1 {
    -webkit-background-size: cover;
    background-size: cover; }
  .xi-guide .page {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 45px;
    background: url() 50% 50% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-animation: page 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: page 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
  .xi-guide .text-outer {
    position: relative;
    padding-top: 45%;
    background: 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
    .xi-guide .text-outer img {
      max-height: 100%;
      position: absolute;
      opacity: 0; }
      .xi-guide .text-outer img:first-child {
        width: 35%;
        left: 10%; }
      .xi-guide .text-outer img:last-child {
        width: 60%; }
  .xi-guide .outer-5 .text-outer {
    background-image: url(/resource/images/guide/text_04_bg.png); }
  .xi-guide .outer-6 .text-outer {
    background-image: url(/resource/images/guide/text_05_bg.png); }
  .xi-guide .outer-7 .text-outer {
    background-image: url(/resource/images/guide/text_06_bg.png); }
  .xi-guide .outer-8 .text-outer {
    background-image: url(/resource/images/guide/text_07_bg.png); }
  .xi-guide .img01 {
    width: 90%;
    display: block;
    margin: 15px auto; }
  .xi-guide .img02 {
    width: 80%;
    display: block;
    margin: 10% auto; }
@-webkit-keyframes flash {
  0%,
    100%,
    50% {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
@keyframes flash {
  0%,
    100%,
    50% {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@-webkit-keyframes bounceInLeft {
  0%,
    100%,
    60%,
    75%,
    90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,
    100%,
    60%,
    75%,
    90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes bounceInUp {
  0%,
    100%,
    60%,
    75%,
    90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%,
    100%,
    60%,
    75%,
    90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .xi-guide .active .flash {
    -webkit-animation-name: flash;
    animation-name: flash; }
  .xi-guide .active .swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }
  .xi-guide .active .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }
  .xi-guide .active .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }

.xi-cartoon-teach a {
  display: block;
  margin: 10px;
  position: relative; }
.xi-cartoon-teach img {
  width: 100%;
  display: block; }
.xi-cartoon-teach .arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.xi-video p {
  padding: 10px; }
.xi-video .problem-name {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0; }
.xi-video .west-name {
  font-size: 12px; }

/*# sourceMappingURL=style.css.map */
