/* body {
  margin: 0;
  font-family: Helvetica, Arial, "Hiragino Sans GB", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #85919d;
  height: 100%;
  position: relative;
  background: #efefef;
} */
/* 
body.body-overflow {
  overflow-x: auto;
} */

a {
  color: #489BFC;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #3185E9;
  outline: none;
  text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.clear-top-padding {
  padding-top: 0 !important;
}

.clear-bottom-margin {
  margin-bottom: 0 !important;
}

.content img {
  max-width: 100%;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #489BFC;
  color: #fff;
  border: 2px solid #489BFC;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: rgba(255, 255, 255, .7) !important;
  background: #3185E9 !important;
  border-color: #3185E9 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #8dc63f;
  border: 2px solid #8dc63f;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #8dc63f;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #8dc63f;
}

.list-group.list-group-less .list-group-item {
  color: #489BFC;
  border: none;
  background: transparent;
  padding: 5px 0;
}

.list-group.list-group-less a.list-group-item:focus,
.list-group.list-group-less a.list-group-item:hover {
  color: #3185E9;
}

.list-group.list-group-less .list-group-item.active,
.list-group.list-group-less .list-group-item.active:hover,
.list-group.list-group-less .list-group-item.active:focus {
  color: #3185E9;
  text-decoration: underline;
}

.breadcrumb {
  margin-bottom: 30px;
}

.media .media-body {
  margin-top: 1em;
  margin-bottom: .5em;
}

.navigation {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 50px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .navigation {
    padding-top: 25px;
  }
}
.navigation .brand {
  display: block;
  height: 30px;
}
.navigation nav {
  position: relative;
}
.navigation nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .navigation nav ul {
    display: none;
  }
}
.navigation nav ul li {
  display: inline;
}
.navigation nav ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.navigation nav ul li a:hover {
  color: white;
}
.navigation nav ul li.active a {
  color: white;
}
.navigation nav ul.menu li {
  margin-left: 30px;
}

.header-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

.header-hero.header-hero-short {
  height: 120px;
}

@media screen and (max-width: 980px) {
  .header-hero {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .header-hero.header-hero-short {
    height: 80px;
  }
}

.header-hero .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  opacity: .54;
  z-index: 9;
}
.header-hero .header-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
  height: 120px;
}

@media screen and (max-width: 768px) {
  .header-hero.header-hero-short .header-intro {
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .header-hero .header-intro {
    height: 450px;
  }
}

.header-hero .header-intro > div {
  vertical-align: middle;
  display: table-cell;
}
.header-hero .header-intro > div .left-position {
  width: 65%;
  float: left;
}
@media screen and (max-width: 992px) {
  .header-hero .header-intro > div .left-position {
    width: 100%;
  }
}
.header-hero .header-intro > div .center-position {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .header-hero .header-intro > div .center-position {
    width: 100%;
    text-align: center;
  }
}
.header-hero .header-intro > div .right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .header-hero .header-intro > div .right-position {
    width: 100%;
    text-align: left;
  }
}
.header-hero .header-intro > div h2 {
  font-size: 40px;
  line-height: 57px;
  font-weight: 100;
  color: white;
}
@media screen and (max-width: 992px) {
  .header-hero .header-intro > div h2 {
    font-size: 34px;
    line-height: 47px;
    text-align: center;
  }
}
.header-hero .header-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  .header-hero .header-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
.header-hero .header-intro > div .btn-outline, .header-hero .header-intro > div .btn-primary {
  padding: 16px 30px !important;
  min-width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .header-hero .header-intro > div .btn-outline, .header-hero .header-intro > div .btn-primary {
    padding: 14px 30px !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .header-hero .header-intro > div .btn-outline, .header-hero .header-intro > div .btn-primary {
    padding: 10px 30px !important;
    width: 100%;
    font-size: 14px !important;
  }
}
.header-hero .header-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-hero .header-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.header-hero .learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
.header-hero .learn-more a {
  display: block;
}
.header-hero .learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.header-hero .learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #489BFC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-hero .learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

.text-lead {
  font-size: 36px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .text-lead {
    font-size: 26px;
  }
}

.text-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.features-hero,
.features,
.section-wrap,
.site-footer {
  background-color: #fff;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .features-hero,
  .features,
  .section-wrap,
  .site-footer {
    padding: 2em 0;
  }
}

.section-wrap {
  background: #fff;
  overflow: hidden;
}

.section-wrap.section-wrap-even {
  background: #f9f9f9;
}

.section-wrap.low-top-padding {
  padding-top: 2em;
}

.breadcrumb-wrap {
  background: #fff;
  padding: 2em 0 1em;
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
}

.page-header-wrap {
  background: #fff;
  padding: 2em 0 1em;
}

.page-header-wrap .page-header {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 300;
  color: #484c50;
}

.features-hero .text-lead {
  font-size: 36px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .features-hero .text-lead {
    font-size: 26px;
  }
}
.features-hero .text-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.features-hero .feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .features-hero .feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.features-hero .feature .feature-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #e7f2ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.features-hero .feature .feature-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #489BFC;
}
.features-hero .feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.features {
  background: #fff;
  overflow: hidden;
}

.features .text-label {
  display: block;
}

.features .text-lead {
  font-size: 36px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .features .text-lead {
    font-size: 26px;
  }
}
.features .feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.features .feature .feature-icon {
  float: left;
  width: 10%;
}
.features .feature .feature-icon i {
  font-size: 40px;
  color: #489BFC;
}
@media screen and (max-width: 768px) {
  .features .feature .feature-icon i {
    font-size: 30px;
  }
}
.features .feature .feature-text {
  float: right;
  width: 85%;
}
.features .feature h3 {
  font-size: 24px;
  color: #484c50;
  margin-bottom: 10px;
  font-weight: 300;
}
/*.features .btn-action {*/
  /*width: 100%;*/
  /*float: left;*/
/*}*/
/*.features .btn-action > a {*/
  /*margin-left: 15%;*/
/*}*/
/*@media screen and (max-width: 480px) {*/
  /*.features .btn-action > a {*/
    /*margin-left: 0;*/
  /*}*/
/*}*/
@media screen and (max-width: 992px) {
  .features .feature-image img {
    max-width: 100%;
  }
}

.features.features-even {
  background: #f9f9f9;
}

.site-footer {
  padding-bottom: 0;
}
.site-footer a {
  color: #6a7885;
}
.site-footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .site-footer .site-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
.site-footer .site-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
}
.site-footer .site-footer-widget .links {
  padding: 0;
  margin: 0;
}
.site-footer .site-footer-widget .links li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px;
}
.site-footer .site-footer-widget .links li a {
  color: #6a7885;
}
.site-footer .site-footer-widget .links li a:hover {
  text-decoration: underline;
}
.site-footer .copyright {
  border-top: 1px solid #f0f2f3;
  padding: 40px 0;
}
.site-footer .copyright a {
  font-weight: 700;
}
.site-footer .copyright p {
  margin-bottom: 0;
}
.site-footer .copyright p small {
  font-size: 15px;
}
.site-footer .copyright .copyright-left {
  float: left;
}
.site-footer .copyright .copyright-right {
  float: right;
}
@media screen and (max-width: 768px) {
  .site-footer .copyright .copyright-right {
    float: left;
  }
}

.offcanvas, .nav-toggle, .page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas, .nav-toggle, .page {
  position: relative;
}

.page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible .page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

.offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .offcanvas {
    display: block;
  }
}
.offcanvas ul {
  padding: 0;
  margin: 0;
}
.offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
.offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.offcanvas ul li.active a {
  color: #489BFC;
}

.nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    top: 20px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

#loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.animate-box {
  opacity: 0;
}

/* 付费 */
.price-box {
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.price-box.popular {
  border: 2px solid #8dc63f;
}

.price-box.popular .popular-text {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #8dc63f;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #8dc63f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.pricing-plan {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.price {
  font-size: 50px;
  line-height: 50px;
  color: #000;
}

.price .currency {
  font-size: 20px;
  top: -1.2em;
}

/*.price small {*/
  /*font-size: 16px;*/
/*}*/

.pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}

/* .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
} */

.fa {
  /* background: #3185E9; */
  color: #46b8da;
  /* border-radius: 40%; */
  /* padding: 10px; */
}
.navbar-blue {
  height: 51px;
}

.navbar-form .input-group>.form-control {
  height: 39px;
}
		ul.list-group.col-lg-4 > li {
			background-color: #c952ca;
			color: white;
			text-align: center;
			font-size:125%;
		}
		ul.list-group.col-lg-4 > li.list-group-item:first-child{
			background-color: #64086f;
			font-size: 200%; 
		}
		.badge {
			background-color: #FAFAD2;
			color:#FF8C00;
		}
