body, html, p, ul, li, dl, dt, dd, button, span, div, h1, h2, h3, h4, h5, h6, b, strong, i, a, img, input, textarea, select {
  padding: 0;
  margin: 0;
  border: 0;
  font-style: normal;
  font-size: inherit;
  font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
  line-height: inherit;
  font-weight: normal; }

li, ul, ol {
  list-style: none; }









input, button, select {
  outline: none;
  -webkit-appearance:  none;
  -moz-appearance:  none;
  -ms-appearance:  none;
  appearance:  none; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  height: 25px;
  background-color: #ccc;
  border-radius: 10px;
  outline-offset: -2px; }

::-webkit-scrollbar-track-piece {
  border-radius: 0; }

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #c8c8c8; }

.xc-dialog-wrap {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 2px; }

.xc-dialog-backdrop {
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.xc-dialog-wrap .xc-dialog {
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition: tranform;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  margin: 0px auto; }

.xc-dialog-wrap .xc-dialog.dialog-animate {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.xc-dialog-content {
  position: relative;
  font-family: microsoft yahei, arial;
  color: #595959;
  padding: 20px 26px; }

.xc-dialog-backdrop-loading .xc-dialog-content {
  background: 0;
  display: none; }

.xc-dialog .xc-dialog-content-alert, .xc-dialog .xc-dialog-content-confirm {
  background: #fff;
  border-radius: 4px; }

.xc-dialog-content .close {
  position: absolute;
  background: url("images/close_r.png") center center no-repeat;
  height: 16px;
  width: 16px;
  right: 4px;
  top: 4px;
  cursor: pointer;
  z-index: 10; }

.xc-dialog-content-header h4 {
  font-size: 16px;
  color: #18b4ed; }

.xc-dialog-content .xc-dialog-content-detail {
  padding: 30px 0; }

.xc-dialog-content-footer button {
  display: block;
  width: 96px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  color: #fff;
  background: #f39800;
  font-size: 14px; }

.xc-dialog-confirm-button button {
  width: 30%;
  margin: 0 10%;
  display: inline;
  float: left; }

.xc-dialog-big .xc-dialog-content {
  padding: 0;
  font-size: 18px; }

.xc-dialog-big .xc-dialog {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  *border: 1px solid #efefef;
  border-radius: 0;
  color: #666; }

.xc-dialog-big .xc-dialog-content .close {
  background: url("images/close.png") center center no-repeat;
  top: 12px;
  right: 12px;
  z-index: 2; }

.xc-dialog-big .xc-dialog-content .xc-dialog-content-header {
  border-bottom: 1px dotted #dadada;
  height: 56px;
  text-align: center; }

.xc-dialog-big .xc-dialog-content .xc-dialog-content-header h4 {
  padding: 12px 40px 10px 40px;
  line-height: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #666; }

.xc-dialog-big .xc-dialog-content-detail {
  padding: 30px 40px 40px 40px;
  text-align: center;
  line-height: 32px;
  height: 150px !important; }

.xc-dialog-big .xc-dialog-content-footer {
  padding-bottom: 48px; }

.xc-dialog-big .xc-dialog-content-footer button {
  height: 48px;
  line-height: 48px;
  width: 188px;
  font-size: 18px;
  letter-spacing: 1em;
  text-indent: 1em;
  *text-indent: 0;
  _padding-left: .5em;
  _height: 44px;
  _line-height: 44px;
  border-radius: 4px;
  cursor: pointer; }

.xc-dialog-big .xc-dialog-confirm-button button {
  width: 140px; }

.xc-dialog-big .xc-dialog-confirm-button button.ok {
  background: #fa931b;
  margin: 0;
  margin-left: 140px; }

.xc-dialog-big .xc-dialog-confirm-button button.cancel {
  margin: 0;
  margin-left: 60px; }

.xc-dialog-feedback .xc-dialog-content {
  background: #fff; }

.xc-dialog-feedback-content {
  color: #a9a9a9;
  background: #fff; }

.xc-dialog-feedback-content .close {
  position: absolute;
  height: 8px;
  width: 8px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 2; }

.xc-dialog-feedback-content h4 {
  font-size: 16px;
  color: #18b4ed; }

.xc-dialog-feedback-content textarea, .xc-dialog-feedback-content input {
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  padding: 8px;
  border-radius: 2px; }

.xc-dialog-feedback-content .text-comment, .xc-dialog-feedback-content .text-contact {
  margin-top: 12px; }

.xc-dialog-feedback-content .text-comment {
  position: relative; }

.xc-dialog-feedback-content .text-comment textarea {
  width: 330px;
  height: 112px;
  overflow: auto; }

.xc-dialog-feedback-content .text-comment p {
  position: absolute;
  right: 8px;
  bottom: 8px;
  text-align: right;
  background: #f6f6f6; }

.xc-dialog-feedback-content .text-contact input {
  width: 330px;
  height: 24px;
  line-height: 24px; }

.xc-dialog-feedback-content form button {
  width: 96px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-top: 12px;
  color: #fff;
  background: #18b4ed;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .xc-dialog-big .xc-dialog-content {
    -webkit-border-radius:  5px;
    -webkit-border-radius:  0.33333rem;
    border-radius:  5px;
    border-radius:  0.33333rem;
    border: 1px solid #cccccc; }

  .xc-dialog-big .xc-dialog-content-footer button {
    height:  40px;
    height:  2.66667rem;
    line-height:  25px;
    line-height:  1.66667rem;
    width:  200px;
    width:  13.33333rem;
    font-size:  14px;
    font-size:  0.93333rem;
    -webkit-border-radius:  2px;
    -webkit-border-radius:  0.13333rem;
    border-radius:  2px;
    border-radius:  0.13333rem; }

  .xc-dialog-content-footer button {
    background: #f39800; }

  .xc-dialog-big .xc-dialog-content-detail {
    font-size:  13px;
    font-size:  0.86667rem;
    padding:  15px 20px 20px 20px;
    padding:  1rem 1.33333rem 1.33333rem 1.33333rem;
    line-height:  16px;
    line-height:  1.06667rem;
    width:  201px;
    width:  13.4rem;
    height: auto !important; }

  .xc-dialog-big .xc-dialog-content-footer {
    padding-bottom:  24px;
    padding-bottom:  1.6rem; } }
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.max-width {
  max-width: 1200px; }

.part5-m-content, .m-news, .m-footer-phone {
  display: none; }

.cwxc-part1 {
  width: 100%;
  color: #212224;
  background-color: #f5f5f5; }

.cwxc-part1-content {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px; }
  .cwxc-part1-content h3.part-nav {
    padding-top: 90px;
    font-size: 50px;
    line-height: 50px; }
  .cwxc-part1-content h4 {
    font-size: 20px;
    margin-top: 40px; }
  .cwxc-part1-content ul.part1-ul {
    padding-top: 60px;
    padding-bottom: 90px; }
    .cwxc-part1-content ul.part1-ul li {
      float: left;
      width: 33%; }
      .cwxc-part1-content ul.part1-ul li img {
        float: left;
        width: 44px;
        height: 42px; }
      .cwxc-part1-content ul.part1-ul li div {
        text-align: left; }
        .cwxc-part1-content ul.part1-ul li div h5 {
          font-size: 20px; }
        .cwxc-part1-content ul.part1-ul li div p {
          color: #888;
          font-size: 14px;
          line-height: 25px; }
    .cwxc-part1-content ul.part1-ul img + div {
      line-height: 42px;
      margin-left: 60px; }

.cwxc-part2 {
  background-color: #fff; }

.part2-content {
  padding-top: 60px;
  padding-bottom: 90px; }
  .part2-content ul li:last-child {
    margin-right: 0; }
  .part2-content ul li {
    overflow: hidden;
    float: left;
    margin-right: 2%;
    width: 23%; }
    .part2-content ul li .coachinfo {
      background-color: #fff;
      border: 1px solid #b5b5b5;
      border-top: none;
      color: #212224;
      font-size: 16px; }
      .part2-content ul li .coachinfo p {
        line-height: 52px; }
      .part2-content ul li .coachinfo .floor-style {
        margin: 0 auto;
        background: url("../images/level-icon.png") no-repeat top center;
        width: 105px;
        height: 16px;
        padding-bottom: 25px; }

.button-next-bg {
  right: 2%;
  top: 50%; }

.cwxc-part3 {
  background: url("../images/part3-bg.png") no-repeat left top;
  background-size: 100% 100%;
  color: #fff; }

.part3-content {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden; }
  .part3-content p {
    background-color: #fff;
    line-height: 54px;
    color: #212224; }
  .part3-content .swiper-container .swiper-slide {
    overflow: hidden; }

.student-title {
  display: none; }

.cwxc-part4 {
  background-color: #fff; }
  .cwxc-part4 .part4-content {
    padding-top: 60px;
    padding-bottom: 90px; }
    .cwxc-part4 .part4-content .swiper-slide-img .img-wrap {
      height: 378px; }
      .cwxc-part4 .part4-content .swiper-slide-img .img-wrap img {
        height: 100%; }
  .cwxc-part4 .part4-banner-content {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px; }
    .cwxc-part4 .part4-banner-content .line-style {
      width: 40px;
      height: 2px;
      margin: 0 auto;
      background: url("../images/line-icon.png") no-repeat center center;
      background-size: 100% 100%; }
    .cwxc-part4 .part4-banner-content p:last-child {
      color: #b5b5b5;
      font-size: 12px; }
  .cwxc-part4 .mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden; }
  .cwxc-part4 .mark {
    display: none;
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden; }
    .cwxc-part4 .mark .part4-banner01-content {
      position: relative;
      font-size: 14px;
      color: #fff;
      text-align: left;
      height: 100%;
      line-height: 30px;
      border: 1px solid #c38c32;
      overflow: hidden; }

.part5-content {
  padding-top: 60px;
  padding-bottom: 90px; }
  .part5-content h3 {
    font-size: 18px;
    color: #666;
    padding: 6px 0 4px 0; }
  .part5-content li {
    float: left;
    width: 11%;
    position: relative;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 16px; }
    .part5-content li a {
      display: block;
      width: 100%;
      height: 100%; }
      .part5-content li a img {
        width: 80%; }
    .part5-content li a.part5-banner06 {
      position: absolute;
      right: 0;
      top: -13px;
      height: 117px; }
    .part5-content li div {
      margin-top: 20px; }
      .part5-content li div p {
        font-size: 12px;
        color: #969696;
        line-height: 30px; }
  .part5-content .grayArrow {
    width: 4%;
    padding: 3% 1%; }

.home-height {
  height: 250px; }

.cwxc-news {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 12; }
  .cwxc-news .cwxc-pc-news {
    height: 100%; }
    .cwxc-news .cwxc-pc-news .cwxc-news-left {
      width: 70%;
      height: 100%;
      display: inline-block;
      background: url("../images/news-icon.png") center right no-repeat;
      background-size: auto 100%;
      background-color: #ffd31a; }
    .cwxc-news .cwxc-pc-news .cwxc-news-right {
      display: inline-block;
      position: relative;
      width: 30%;
      height: 100%;
      background-color: #1dacf9;
      text-align: center; }
      .cwxc-news .cwxc-pc-news .cwxc-news-right a {
        float: left;
        width: 202px;
        height: 40px;
        font-size: 24px;
        color: #212224;
        line-height: 40px;
        background-color: #ffd21a;
        border-radius: 5px;
        margin-top: 30px;
        margin-left: 10px;
        cursor: pointer; }
      .cwxc-news .cwxc-pc-news .cwxc-news-right .news-close {
        display: block;
        position: absolute;
        right: 0;
        width: 28px;
        height: 28px;
        margin-top: 16px;
        margin-right: 20px;
        background: url("../images/news-close.png") top right no-repeat;
        background-size: 100% 100%; }

.footer-home-style {
  padding-bottom: 100px; }

.cwxc-shuffling-01 {
  height: 500px; }
  .cwxc-shuffling-01 .index0, .cwxc-shuffling-01 .index2, .cwxc-shuffling-01 .swiper-pagination {
    cursor: pointer; }
  .cwxc-shuffling-01 .swiper-wrapper, .cwxc-shuffling-01 .swiper-container {
    height: 500px; }
  .cwxc-shuffling-01 a {
    overflow: hidden;
    display: block;
    height: 100%; }
  .cwxc-shuffling-01 .swiper-pagination {
    margin: 0 auto;
    bottom: 20px;
    width: 100%; }
  .cwxc-shuffling-01 .swiper-pagination-bullet, .cwxc-shuffling-01 .swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px; }
  .cwxc-shuffling-01 .swiper-pagination-bullet-active, .cwxc-shuffling-01 .swiper-active-switch {
    background: #f39801; }

.part3-content .part3-img-wrap {
  height: 378px; }
  .part3-content .part3-img-wrap img {
    height: 100%; }
.part3-content .swiper-wrapper {
  height: 90% !important; }
.part3-content .swiper-container {
  padding-top: 60px; }
  .part3-content .swiper-container:hover .swiper-button-prev, .part3-content .swiper-container:hover .swiper-button-next {
    display: block; }
.part3-content .swiper-pagination {
  display: none; }
.part3-content .swiper-button-prev, .part3-content .swiper-button-next {
  width: 40px;
  height: 70px; }
.part3-content .swiper-button-prev {
  left: 0.5%;
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  filter: Alpha(opacity=70);
  top: 50% \9 ;
  background: url("../images/left-arrow.png") no-repeat center center rgba(0, 0, 0, 0.8); }
.part3-content .swiper-button-next {
  right: 0.5%;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  filter: Alpha(opacity=70);
  top: 50% \9 ;
  background: url("../images/right-arrow.png") no-repeat center center rgba(0, 0, 0, 0.8); }
.part3-content .swiper-slide {
  width: 25%;
  height: 50% !important; }

.swiper-slide-pd {
  padding: 0 2%; }

.part4-pc-content .swiper-wrapper {
  height: 90% !important; }
.part4-pc-content .swiper-container:hover .swiper-button-next, .part4-pc-content .swiper-container:hover .swiper-button-prev {
  display: none; }
.part4-pc-content .swiper-button-prev, .part4-pc-content .swiper-button-next {
  display: none;
  width: 40px;
  height: 70px; }
.part4-pc-content .swiper-button-prev {
  left: 0.5%;
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  filter: Alpha(opacity=70);
  top: 50% \9;
  background: url("../images/left-arrow.png") no-repeat center center rgba(0, 0, 0, 0.8); }
.part4-pc-content .swiper-button-next {
  right: 0.5%;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  filter: Alpha(opacity=70);
  top: 50% \9;
  background: url("../images/right-arrow.png") no-repeat center center rgba(0, 0, 0, 0.8); }
.part4-pc-content .swiper-slide {
  width: 25%;
  height: 50% !important; }

.xc-dialog {
  background: #fff;
  height: auto !important; }

.j-activity-dialog {
  border: 0;
  position: relative; }

.dialog-close {
  position: absolute;
  display: block;
  height: 26px;
  width: 26px;
  right: 8px;
  top: 10px;
  cursor: pointer;
  background: url("../images/close_big.png") center center no-repeat;
  z-index: 1; }

.j-activity-dialog-content {
  width: 550px;
  padding: 20px;
  margin: 0 auto; }
  .j-activity-dialog-content img {
    display: none; }

.j-activity-dialog-content .j-active-form-dl {
  position: relative; }

.j-activity-dialog-content .j-active-form-dl dd {
  margin-top: 30px;
  width: 100%; }

.j-activity-dialog-content .j-active-form-dl label, .j-activity-dialog-content .j-active-form-dl dd, .j-activity-dialog-content .j-active-form-dl dt, .j-activity-dialog-content .j-active-form-dl .label, .j-activity-dialog-content .j-active-form-dl .j-form-name {
  float: left; }

.j-activity-dialog-content .j-active-form-dl dt {
  font-size: 24px;
  color: #18b4ed;
  padding: 10px 0;
  line-height: 32px;
  text-align: center;
  width: 100%; }

.j-activity-dialog-content .j-active-form-dl .j-form-name {
  width: 90px;
  padding-right: 20px;
  color: #373737;
  font-size: 15px;
  line-height: 38px;
  text-align: right; }

.j-activity-dialog-content .j-active-form-dl .j-form-name strong {
  color: #ff6a6a; }

.j-activity-dialog-content .j-active-form-dl label, .j-activity-dialog-content .j-active-form-dl .label {
  border: 1px solid #dcdcdc;
  padding: 6px;
  background: #fff;
  color: #373737; }

.jxzj-activity-dialog.jxzj-dialog-wrap .jxzj-dialog-content, .jxzj-activity-dialog.jxzj-dialog-wrap div.jxzj-dialog {
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  border: none !important; }

.j-activity-dialog-content .j-active-form-dl .error-label {
  background: url("images/home/error.png") right center no-repeat; }

.j-activity-dialog-content .j-active-form-dl .error-label label, .j-activity-dialog-content .j-active-form-dl .error-label .label {
  border: 1px solid #ff6a6a; }

.j-activity-dialog-content .j-active-form-dl .j-active-form-select {
  position: relative;
  z-index: 1; }

.j-activity-dialog-content .j-active-form-dl .j-active-form-select .label {
  padding: 0; }

.j-activity-dialog-content .j-active-form-select .text-label {
  background: url("../images/cor1.png") no-repeat;
  background-position-x: 381px;
  background-position-y: center;
  background-color: #cccccc;
  padding: 0 38px 0 0;
  position: relative; }

.j-activity-dialog-content .j-active-form-select .select-item-value {
  display: block;
  padding: 6px;
  font-size: 15px;
  border-right: 1px solid #dcdcdc;
  background-color: #fff;
  width: 362px;
  cursor: default;
  position: relative; }

.j-activity-dialog-content .j-active-form-select .text {
  width: 362px;
  background-color: #fff;
  display: block; }

.j-activity-dialog-content .j-active-form-select .select-drop-down {
  position: absolute;
  background-color: #fff;
  width: 413px;
  border: 1px solid #dcdcdc;
  left: -1px;
  top: 36px;
  z-index: 1;
  display: none;
  font-size: 15px;
  overflow: auto; }

.j-activity-dialog-content .j-active-form-select .select-drop-down li {
  padding: 6px;
  height: 24px; }

.j-activity-dialog-content .j-active-form-select .select-drop-down li:hover {
  color: #fff;
  background-color: #18b4ed; }

.j-activity-dialog-content .j-active-form-dl label input, .j-activity-dialog-content .j-active-form-dl textarea {
  width: 400px;
  font-size: 15px;
  color: #373737; }

.j-activity-dialog-content .j-active-form-dl label input {
  line-height: 18px; }

.j-activity-dialog-content .j-active-form-dl textarea {
  width: 400px;
  height: 150px;
  overflow: hidden; }

.j-activity-dialog-content .j-active-form-btn {
  text-align: center; }

.j-activity-dialog-content .j-active-form-dl button {
  background: #f39800;
  font-size: 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  border-radius: 6px;
  cursor: pointer; }

.j-activity-dialog-content .j-active-form-dl button:hover {
  background: #f38203; }

.j-activity-dialog-content .j-active-form-dl button:active {
  background: #f38203;
  color: #ffffff;
  box-shadow: 0 2px 8px #d67910 inset; }

.j-activity-dialog-finish {
  text-align: center; }

.j-activity-dialog-finish h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #f39800;
  margin-top: 30px;
  padding-top: 120px;
  background: url("../images/ok.png") top center no-repeat; }

.j-activity-dialog-finish p {
  font-size: 18px;
  color: #666;
  padding-top: 30px;
  line-height: 32px; }

.news-close-wrap {
  cursor: pointer;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2; }
  .news-close-wrap .news-close-img {
    width: auto;
    height: 100px; }

.cwxc-shuffling-01 .join-click {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: 2;
  cursor: pointer; }

.part1-ul .flogtop {
  margin-top: 80px\9; }

.swiper-slide-pd {
  overflow: hidden; }
  .swiper-slide-pd div {
    overflow: hidden; }

.swiper-slide-img {
  position: relative\9; }
  .swiper-slide-img:hover .mark {
    display: block\9; }

.cwxc-part4 .mark .part4-banner01-content p {
  position: absolute\9;
  left: 20px\9;
  right: 20px\9;
  top: 25% \9; }

@media screen and (min-width: 769px) {
  .flogtop {
    margin-top: 80px; }

  .cwxc-shuffling-01 .swiper-wrapper {
    background-size: auto !important; }
    .cwxc-shuffling-01 .swiper-wrapper a {
      -webkit-transition: -webkit-transform 0.4s ease;
      -moz-transition: -moz-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease; }
      .cwxc-shuffling-01 .swiper-wrapper a:hover {
        transform: scale(1.04, 1.04);
        -ms-transform: scale(1.04, 1.04);
        -moz-transform: scale(1.04, 1.04);
        -o-transform: scale(1.04, 1.04);
        -webkit-transform: scale(1.04, 1.04); }

  .index1 .join-click {
    display: none !important; }

  .part2-content ul li .coachStyle {
    width: 278px;
    height: 278px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease; }
    .part2-content ul li .coachStyle:hover {
      transform: scale(1.04, 1.04);
      -ms-transform: scale(1.04, 1.04);
      -moz-transform: scale(1.04, 1.04);
      -o-transform: scale(1.04, 1.04);
      -webkit-transform: scale(1.04, 1.04); }

  .swiper-slide-pd {
    overflow: hidden; }
    .swiper-slide-pd div {
      overflow: hidden; }
      .swiper-slide-pd div img {
        -webkit-transition: -webkit-transform 0.4s ease;
        -moz-transition: -moz-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease; }
        .swiper-slide-pd div img:hover {
          transform: scale(1.04, 1.04);
          -ms-transform: scale(1.04, 1.04);
          -moz-transform: scale(1.04, 1.04);
          -o-transform: scale(1.04, 1.04);
          -webkit-transform: scale(1.04, 1.04); }

  .swiper-slide-img {
    overflow: hidden;
    position: relative; }
    .swiper-slide-img img {
      -webkit-transition: -webkit-transform 0.4s ease;
      -moz-transition: -moz-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease; }
    .swiper-slide-img:hover img {
      transform: scale(1.04, 1.04);
      -ms-transform: scale(1.04, 1.04);
      -moz-transform: scale(1.04, 1.04);
      -o-transform: scale(1.04, 1.04);
      -webkit-transform: scale(1.04, 1.04); }
    .swiper-slide-img:hover .mark {
      display: block; }

  .cwxc-part4 .mark .part4-banner01-content p {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    top: 0 \9;
    -webkit-transform:  translateY(-50%);
    -moz-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform:  translateY(-50%); } }
@media screen and (max-width: 768px) {
  body {
    background-color: #f5f5f5;
    position: relative; }

  .cwxc-pc-news, .cwxc-main-hook {
    display: none; }

  .cwxc-part1-content h3.part-nav {
    padding-top:  25px;
    padding-top:  1.66667rem;
    line-height:  18px;
    line-height:  1.2rem; }

  .cwxc-shuffling-01 .join-click {
    display: block; }

  .part3-content .swiper-button-next, .part3-content .swiper-button-prev, .part4-content .swiper-button-next, .part4-content .swiper-button-prev {
    display: none !important; }

  .cwxc-container .logo-style {
    display: block;
    width:  168px;
    width:  11.2rem;
    height:  49px;
    height:  3.26667rem;
    margin: 0 auto;
    padding:  19px 0px;
    padding:  1.26667rem 0rem; }
  .cwxc-container .cwxc-pc-nav {
    display: none; }
  .cwxc-container .cwxc-m-mark a:visited {
    color: #fff; }

  .cwxc-shuffling-01 {
    height:  162px;
    height:  10.8rem; }
    .cwxc-shuffling-01 .swiper-container, .cwxc-shuffling-01 .swiper-wrapper {
      height:  162px;
      height:  10.8rem; }
    .cwxc-shuffling-01 .join-click {
      position: absolute;
      width:  100px;
      width:  6.66667rem;
      height:  25px;
      height:  1.66667rem;
      top:  95px;
      top:  6.33333rem;
      right:  5px;
      right:  0.33333rem;
      z-index: 2;
      cursor: pointer; }
    .cwxc-shuffling-01 li {
      height:  188px;
      height:  12.53333rem; }
      .cwxc-shuffling-01 li img {
        height: 100%; }

  .cwxc-part1 {
    background-color: #fff; }
    .cwxc-part1 .cwxc-part1-content {
      margin-top:  5px;
      margin-top:  0.33333rem;
      width: auto; }
      .cwxc-part1 .cwxc-part1-content h4 {
        margin-top:  14px;
        margin-top:  0.93333rem;
        font-size:  12px;
        font-size:  0.8rem;
        line-height:  14px;
        line-height:  0.93333rem; }
      .cwxc-part1 .cwxc-part1-content ul.part1-ul {
        padding:  25px 10px 25px 0px;
        padding:  1.66667rem 0.66667rem 1.66667rem 0rem; }
        .cwxc-part1 .cwxc-part1-content ul.part1-ul img + div {
          line-height:  25px;
          line-height:  1.66667rem;
          margin-left:  32px;
          margin-left:  2.13333rem; }
      .cwxc-part1 .cwxc-part1-content ul.part1-ul li {
        width: 47%;
        margin: 0;
        padding-bottom:  20px;
        padding-bottom:  1.33333rem;
        padding-left:  10px;
        padding-left:  0.66667rem;
        line-height:  18px;
        line-height:  1.2rem; }
        .cwxc-part1 .cwxc-part1-content ul.part1-ul li h5 {
          font-size:  13px;
          font-size:  0.86667rem;
          padding-bottom:  4px;
          padding-bottom:  0.26667rem; }
        .cwxc-part1 .cwxc-part1-content ul.part1-ul li p {
          font-size:  12px;
          font-size:  0.8rem;
          line-height:  22px;
          line-height:  1.46667rem; }
        .cwxc-part1 .cwxc-part1-content ul.part1-ul li img {
          width:  22px;
          width:  1.46667rem;
          height: auto; }
    .cwxc-part1 h3.part-nav {
      font-size:  16px;
      font-size:  1.06667rem; }

  .part2-content {
    padding:  15px 10px;
    padding:  1rem 0.66667rem; }
    .part2-content ul li {
      width: 48%;
      margin-right: 0;
      margin-bottom:  10px;
      margin-bottom:  0.66667rem; }
    .part2-content li:nth-child(2n+1) {
      margin-right: 2%; }

  .part2-content ul li .coachinfo p {
    font-size:  12px;
    font-size:  0.8rem;
    line-height:  40px;
    line-height:  2.66667rem; }

  .part2-content ul li .coachinfo .floor-style {
    padding-bottom:  13px;
    padding-bottom:  0.86667rem; }

  .cwxc-part3 {
    color: #212224;
    background: #fff;
    position: relative; }
    .cwxc-part3 .part3-img-wrap {
      height:  200px;
      height:  13.33333rem; }

  .part3-content {
    padding:  25px 10px 45px 10px;
    padding:  1.66667rem 0.66667rem 3rem 0.66667rem; }
    .part3-content p {
      position: absolute;
      width: 100%;
      height:  30px;
      height:  2rem;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.6);
      color: #212224;
      font-size:  12px;
      font-size:  0.8rem;
      line-height:  30px;
      line-height:  2rem;
      text-align: center; }
    .part3-content .swiper-slide {
      width: 50% !important; }

  .cwxc-part4 .part4-content {
    padding-bottom: 0;
    padding-top:  25px;
    padding-top:  1.66667rem; }
    .cwxc-part4 .part4-content .swiper-slide {
      width: 100% !important; }

  .cwxc-part4 .part4-content .swiper-slide-img .img-wrap {
    height:  225px;
    height:  15rem; }
    .cwxc-part4 .part4-content .swiper-slide-img .img-wrap img {
      visibility: hidden; }

  .wrap1 {
    background: url("../images/part4-banner041.png") no-repeat left top;
    background-size: 100% 100%; }

  .wrap2 {
    background: url("../images/part4-banner011.png") no-repeat left top;
    background-size: 100% 100%; }

  .wrap3 {
    background: url("../images/part4-banner031.png") no-repeat left top;
    background-size: 100% 100%; }

  .wrap4 {
    background: url("../images/part4-banner021.png") no-repeat left top;
    background-size: 100% 100%; }

  .part4-pc-content .swiper-button-next, .part4-pc-content .swiper-button-prev, .part4-pc-content .part4-banner-content {
    display: none; }
  .part4-pc-content .swiper-slide-pd {
    padding: 0; }
  .part4-pc-content .swiper-slide-img {
    text-align: center; }
    .part4-pc-content .swiper-slide-img div:first-child {
      position: relative; }
    .part4-pc-content .swiper-slide-img img {
      width:  375px;
      width:  25rem;
      height:  225px;
      height:  15rem; }
  .part4-pc-content .student-title {
    display: block;
    position: absolute;
    bottom: 0;
    left:  18px;
    left:  1.2rem;
    line-height:  25px;
    line-height:  1.66667rem;
    width:  325px;
    width:  21.66667rem;
    height:  25px;
    height:  1.66667rem;
    background: #fff; }
  .part4-pc-content .mark {
    display: block;
    position: relative;
    padding: 0;
    background: #fff;
    opacity: 1;
    padding:  0px 18px;
    padding:  0rem 1.2rem; }
    .part4-pc-content .mark .part4-banner01-content {
      color: #888;
      border: none; }
      .part4-pc-content .mark .part4-banner01-content p {
        font-size:  10px;
        font-size:  0.66667rem;
        line-height:  20px;
        line-height:  1.33333rem;
        padding-bottom:  49px;
        padding-bottom:  3.26667rem;
        position: relative;
        transform: none;
        left: 0;
        right: 0; }

  .part5-content {
    display: none; }

  .part5-m-content {
    display: block;
    padding:  25px 10px;
    padding:  1.66667rem 0.66667rem; }
    .part5-m-content .line-style {
      height:  20px;
      height:  1.33333rem;
      width: 50%;
      border-right: 1px solid #e6e6e6; }
    .part5-m-content ul {
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .part5-m-content li {
      position: relative;
      display: -webkit-box;
      color: #212224;
      text-align: left;
      font-size:  12px;
      font-size:  0.8rem;
      padding-bottom:  20px;
      padding-bottom:  1.33333rem; }
      .part5-m-content li:before {
        content: ' ';
        display: block;
        width:  52px;
        width:  3.46667rem;
        height:  52px;
        height:  3.46667rem;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform:  translate(-50%, -50%);
        -moz-transform:  translate(-50%, -50%);
        -ms-transform:  translate(-50%, -50%);
        transform:  translate(-50%, -50%);
        z-index: 1; }
      .part5-m-content li:after {
        content: ' ';
        display: block;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        border-left: 1px solid #e6e6e6;
        position: absolute;
        z-index: 0; }
      .part5-m-content li.m-right {
        -webkit-box-pack: end; }
        .part5-m-content li.m-right p {
          padding-left:  8px;
          padding-left:  0.53333rem; }
      .part5-m-content li div {
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: 41%; }
        .part5-m-content li div p:first-child {
          font-size:  13px;
          font-size:  0.86667rem;
          padding-bottom:  4px;
          padding-bottom:  0.26667rem;
          line-height:  22px;
          line-height:  1.46667rem; }
        .part5-m-content li div p:last-child {
          font-size:  12px;
          font-size:  0.8rem;
          color: #888;
          line-height:  20px;
          line-height:  1.33333rem; }
    .part5-m-content li:nth-child(1):after {
      display: none; }
    .part5-m-content li:nth-child(1):before {
      background: url("../images/flow01.png") right center no-repeat;
      background-size:  52px;
      background-size:  3.46667rem; }
    .part5-m-content li:nth-child(2):after {
      top: 50%; }
    .part5-m-content li:nth-child(2):before {
      background: url("../images/m-flow2.png") left center no-repeat;
      background-size:  52px;
      background-size:  3.46667rem; }
    .part5-m-content li:nth-child(3):before {
      background: url("../images/m-flow3.png") center center no-repeat;
      background-size:  52px;
      background-size:  3.46667rem; }
    .part5-m-content li:nth-child(4):before {
      background: url("../images/m-flow4.png") center center no-repeat;
      background-size:  52px;
      background-size:  3.46667rem; }
    .part5-m-content li:nth-child(5):before {
      background: url("../images/m-flow5.png") center center no-repeat;
      background-size:  52px;
      background-size:  3.46667rem; }
    .part5-m-content li:nth-child(6):before {
      background: url("../images/m-flow6.png") center center no-repeat;
      background-size:  52px;
      background-size:  3.46667rem; }
    .part5-m-content li:nth-child(6):after {
      bottom: 50%; }

  .cwxc-news .cwxc-news-left, .cwxc-news .cwxc-news-right {
    display: none; }

  .cwxc-news {
    height:  60px;
    height:  4rem;
    z-index: 10;
    font-size:  12px;
    font-size:  0.8rem; }
    .cwxc-news .m-news {
      height: 100%;
      position: relative;
      border-top: 2px solid #e6e6e6;
      background-color: rgba(255, 255, 255, 0.9);
      display: -webkit-box;
      -webkit-box-orient: horizontal;
      padding:  0px 20px;
      padding:  0rem 1.33333rem; }
      .cwxc-news .m-news .m-news-content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-flex: 1;
        position: relative;
        background: url("../images/m-news-icon02.png") no-repeat center center;
        background-size:  210px 36px;
        background-size:  14rem 2.4rem;
        width:  220px;
        width:  14.66667rem;
        height:  36px;
        height:  2.4rem;
        margin-top:  17px;
        margin-top:  1.13333rem; }
        .cwxc-news .m-news .m-news-content div:first-child {
          position: absolute;
          top:  -9px;
          top:  -0.6rem;
          left:  18px;
          left:  1.2rem;
          color: #333; }
        .cwxc-news .m-news .m-news-content p:first-child {
          font-size:  18px;
          font-size:  1.2rem; }
          .cwxc-news .m-news .m-news-content p:first-child span {
            color: #ff9600; }
        .cwxc-news .m-news .m-news-content p:last-child {
          text-align: center;
          font-size:  12px;
          font-size:  0.8rem;
          padding-top:  7px;
          padding-top:  0.46667rem; }
      .cwxc-news .m-news .join {
        display: -webkit-box;
        -webkit-box-flex: 1; }
        .cwxc-news .m-news .join a {
          text-align: center;
          width:  85px;
          width:  5.66667rem;
          height:  25px;
          height:  1.66667rem;
          line-height:  25px;
          line-height:  1.66667rem;
          font-size:  13px;
          font-size:  0.86667rem;
          display: block;
          background: #ff9600;
          color: #ffffff;
          -webkit-border-radius:  3px;
          -webkit-border-radius:  0.2rem;
          border-radius:  3px;
          border-radius:  0.2rem;
          margin-top:  18px;
          margin-top:  1.2rem;
          margin-left:  13px;
          margin-left:  0.86667rem; }
    .cwxc-news .button-close-wrap {
      position: absolute;
      right: 0;
      top:  -10px;
      top:  -0.66667rem; }
      .cwxc-news .button-close-wrap img {
        width:  23px;
        width:  1.53333rem;
        height:  23px;
        height:  1.53333rem;
        padding-right:  10px;
        padding-right:  0.66667rem; }

  .cwxc-m-menu {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    overflow: auto; }
    .cwxc-m-menu img {
      width:  168px;
      width:  11.2rem;
      height:  49px;
      height:  3.26667rem;
      margin-top:  80px;
      margin-top:  5.33333rem; }
    .cwxc-m-menu ul {
      margin: 0 auto;
      margin-top:  40px;
      margin-top:  2.66667rem;
      width:  68px;
      width:  4.53333rem;
      text-align: center; }
      .cwxc-m-menu ul li {
        color: #fff;
        font-size:  15px;
        font-size:  1rem;
        padding-top:  49px;
        padding-top:  3.26667rem; }

  .footer-home-style {
    padding-bottom:  50px;
    padding-bottom:  3.33333rem; }

  .part3-content {
    position: relative; }
    .part3-content .swiper-pagination {
      display: block; }
    .part3-content .swiper-button-prev, .part3-content .swiper-button-next {
      display: none; }
    .part3-content .swiper-container {
      padding: 0; }

  .part4-pc-content {
    bottom:  24px;
    bottom:  1.6rem; }

  .part4-pc-content .swiper-pagination, .part3-content .swiper-pagination, .cwxc-shuffling-01 .swiper-pagination {
    width: 95%;
    bottom:  24px;
    bottom:  1.6rem; }
    .part4-pc-content .swiper-pagination .swiper-pagination-bullet, .part3-content .swiper-pagination .swiper-pagination-bullet, .cwxc-shuffling-01 .swiper-pagination .swiper-pagination-bullet {
      width:  10px;
      width:  0.66667rem;
      height:  3px;
      height:  0.2rem;
      margin:  0px 3px;
      margin:  0rem 0.2rem;
      background-color: #7a7a7c;
      border-radius: 0;
      opacity: 1; }
    .part4-pc-content .swiper-pagination .swiper-pagination-bullet-active, .part3-content .swiper-pagination .swiper-pagination-bullet-active, .cwxc-shuffling-01 .swiper-pagination .swiper-pagination-bullet-active {
      background: #f39801; }

  .cwxc-shuffling-01 .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff; }
  .cwxc-shuffling-01 .swiper-pagination .swiper-pagination-bullet-active {
    background: #f39801; }

  .cwxc-shuffling-01 .swiper-pagination {
    bottom:  10px;
    bottom:  0.66667rem; }

  .j-form-name {
    display: none; }

  .xc-dialog {
    width: auto !important;
    height: auto !important; }

  .xc-dialog-wrap .xc-dialog.dialog-animate {
    -webkit-border-radius:  5px;
    -webkit-border-radius:  0.33333rem;
    border-radius:  5px;
    border-radius:  0.33333rem; }

  .j-activity-dialog-content {
    padding: 0;
    width:  275px;
    width:  18.33333rem; }
    .j-activity-dialog-content img {
      display: block; }

  .j-activity-dialog-content .j-active-form-dl dt {
    font-size:  12px;
    font-size:  0.8rem;
    color: #18b4ed;
    padding:  5px 0px;
    padding:  0.33333rem 0rem;
    line-height:  18px;
    line-height:  1.2rem;
    text-align: center;
    width: 100%; }

  .j-activity-dialog-content .j-active-form-dl label, .j-activity-dialog-content .j-active-form-dl .label {
    -webkit-border-radius:  5px;
    -webkit-border-radius:  0.33333rem;
    border-radius:  5px;
    border-radius:  0.33333rem;
    padding:  10px;
    padding:  0.66667rem; }

  .j-activity-dialog-content .j-active-form-dl dd {
    height:  40px;
    height:  2.66667rem;
    padding-top:  15px;
    padding-top:  1rem;
    margin-top: 0; }

  .j-activity-dialog-content .j-active-form-dl dd:first-child {
    margin-top:  35px;
    margin-top:  2.33333rem; }

  .j-activity-dialog-content .j-active-form-dl label input {
    width:  200px;
    width:  13.33333rem;
    font-size:  12px;
    font-size:  0.8rem; }

  .j-activity-dialog-content .j-active-form-btn {
    padding-bottom:  30px;
    padding-bottom:  2rem;
    background: #ffffff; }

  .j-activity-dialog-content .j-active-form-dl button {
    font-size:  14px;
    font-size:  0.93333rem;
    height:  40px;
    height:  2.66667rem;
    line-height:  25px;
    line-height:  1.66667rem;
    padding:  0px 25px;
    padding:  0rem 1.66667rem;
    -webkit-border-radius:  3px;
    -webkit-border-radius:  0.2rem;
    border-radius:  3px;
    border-radius:  0.2rem;
    width:  225px;
    width:  15rem; }

  .j-activity-dialog-content .j-active-form-dl label {
    margin-left:  30px;
    margin-left:  2rem;
    border: 1px solid #ccc; }

  .dialog-close {
    background: url("../images/close_big1.png") center center no-repeat;
    background-size:  25px;
    background-size:  1.66667rem;
    height:  25px;
    height:  1.66667rem;
    width:  25px;
    width:  1.66667rem;
    right:  -12px;
    right:  -0.8rem;
    top:  -13px;
    top:  -0.86667rem; }

  .closeStyle {
    right:  -12px;
    right:  -0.8rem;
    top:  -29px;
    top:  -1.93333rem; }

  .j-activity-dialog-finish h4 {
    font-size:  12px;
    font-size:  0.8rem;
    line-height:  20px;
    line-height:  1.33333rem;
    margin-top:  15px;
    margin-top:  1rem;
    padding-top:  60px;
    padding-top:  4rem;
    background-size:  49px;
    background-size:  3.26667rem; }

  .j-activity-dialog-finish p {
    font-size:  9px;
    font-size:  0.6rem;
    padding-top:  15px;
    padding-top:  1rem;
    line-height:  16px;
    line-height:  1.06667rem;
    padding-bottom:  15px;
    padding-bottom:  1rem; }

  .j-activity-dialog-content .j-active-form-select .select-item-value {
    -webkit-border-radius:  5px 0px 0px 5px;
    -webkit-border-radius:  0.33333rem 0rem 0rem 0.33333rem;
    border-radius:  5px 0px 0px 5px;
    border-radius:  0.33333rem 0rem 0rem 0.33333rem;
    padding:  0px 7px 0px 7px;
    padding:  0rem 0.46667rem 0rem 0.46667rem;
    font-size:  8px;
    font-size:  0.53333rem;
    width:  181px;
    width:  12.06667rem;
    height:  40px;
    height:  2.66667rem;
    line-height:  40px;
    line-height:  2.66667rem; }

  .j-activity-dialog-content .j-active-form-select .text {
    width:  181px;
    width:  12.06667rem;
    font-size:  12px;
    font-size:  0.8rem;
    color: #212224; }

  .j-activity-dialog-content .j-active-form-select .text-label {
    -webkit-border-radius:  5px;
    -webkit-border-radius:  0.33333rem;
    border-radius:  5px;
    border-radius:  0.33333rem;
    background-position-x:  202px;
    background-position-x:  13.46667rem;
    background-size:  14px 8px;
    background-size:  0.93333rem 0.53333rem;
    background-size:  10px 5px;
    background-size:  0.66667rem 0.33333rem;
    padding:  0px 24px 0px 0px;
    padding:  0rem 1.6rem 0rem 0rem; }

  .j-activity-dialog-content .j-active-form-dl .j-active-form-select .label {
    margin-left:  30px;
    margin-left:  2rem; }

  .j-activity-dialog-content .j-active-form-select .select-drop-down {
    width:  220px;
    width:  14.66667rem;
    left:  -1px;
    left:  -0.06667rem;
    top:  40px;
    top:  2.66667rem;
    font-size:  8px;
    font-size:  0.53333rem; }

  .j-activity-dialog-content .j-active-form-select .select-drop-down li {
    padding:  10px;
    padding:  0.66667rem;
    height:  12px;
    height:  0.8rem;
    font-size:  12px;
    font-size:  0.8rem; }

  .xc-dialog-big .xc-dialog-content .xc-dialog-content-header {
    height: auto;
    border: none; }

  .xc-dialog-big .xc-dialog-content .xc-dialog-content-header h4 {
    font-size:  16px;
    font-size:  1.06667rem;
    padding: 0;
    height:  55px;
    height:  3.66667rem;
    line-height:  55px;
    line-height:  3.66667rem;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-weight: normal; }

  .dialog-wrap {
    height: 100%;
    overflow: auto; }

  .m-footer-phone {
    display: block;
    background: #ffffff;
    line-height:  44px;
    line-height:  2.93333rem;
    padding-bottom:  40px;
    padding-bottom:  2.66667rem;
    margin: 0 auto; }
    .m-footer-phone a {
      text-align: center;
      display: block;
      color: #ffffff;
      width:  300px;
      width:  20rem;
      height:  44px;
      height:  2.93333rem;
      -webkit-border-radius:  3px;
      -webkit-border-radius:  0.2rem;
      border-radius:  3px;
      border-radius:  0.2rem;
      padding-left:  15px;
      padding-left:  1rem;
      margin: 0 auto;
      background: url("../images/call-icon.png") no-repeat #f39800;
      background-position-x:  70px;
      background-position-x:  4.66667rem;
      background-position-y:  14px;
      background-position-y:  0.93333rem;
      background-size:  15px;
      background-size:  1rem; } }

/*# sourceMappingURL=main.css.map */