@charset "UTF-8";
.badge, .label {
  font-weight: 400
}
[role=presentation] > a:hover, a, a:focus, a:hover, i, i:hover {
  text-decoration: none
}
.btn--action {
  text-transform: uppercase
}
.btn--link, .btn-theme-link, .dark-light-link, .hint-link, .light-link, .price-link, .theme-link, .white-link, button:hover {
  cursor: pointer
}
.btn-lg, .full-width {
  width: 100%
}
.flex-video-wrapper, .page__banner, .page__content, .ribbon-wrap {
  overflow: hidden
}
.breadcrumb li, .render-module-list {
  list-style: none
}
.badge, .label {
  font-size: 90%
}
.badge-info, .label-info {
  background-color: #68a3d5
}
.alert {
  border-radius: 2px
}
.alert [class*=" icon-"], .alert [class^=icon-] {
  font-size: 27px;
  position: relative;
  top: 4px;
  margin-bottom: 8px;
  margin-right: 17px;
  display: inline-block;
  color: #f1c359
}
.alert-info [class*=" icon-"], .alert-info [class^=icon-] {
  color: #4993c6
}
.alert-danger [class*=" icon-"], .alert-danger [class^=icon-] {
  color: #d5393e
}
.alert-sm {
  padding: 8px
}
code {
  color: #4e99df
}
input[type=password], input[type=text] {
  font-size: 13px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .075)
}
input[type=reset] {
  text-transform: uppercase;
  border: 0;
  background: 0 0;
  text-decoration: underline;
  font-size: 12px
}
input[type=password] {
  font-size: 16px;
  letter-spacing: 1px
}
select {
  margin: 0;
  height: 24px;
  border-color: #d0dde9;
  border-radius: 2px;
  font-size: 13px
}
input[type=file] {
  font-size: 12px;
  line-height: 12px;
  display: inline-block
}
input[disabled], input[readonly] {
  color: #b1b1b1
}
input:-moz-placeholder {
  color: #9ba0a5;
  font-size: 13px
}
input:-ms-input-placeholder {
  color: #9ba0a5;
  font-size: 12px
}
input::-webkit-input-placeholder {
  color: #9ba0a5;
  font-size: 12px
}
.btn {
  border-radius: 2px
}
.dropdown .caret {
  position: relative;
  top: -1px
}
.dropdown-menu {
  background-color: #fcfcfc
}
.dropdown-menu > li > a {
  font-size: 14px;
  color: #666;
  outline: 0
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #e0dfda;
  color: #666
}
body, h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}
@media (max-width:767px) {
  .navbar-toggle {
    display: block !important
  }
}
::-moz-selection {
  background-color: rgb(85, 73, 229, .1)
}
::selection {
  background-color: rgb(85, 73, 229, .1)
}
button:focus {
  outline-color: #b1d1b8
}
a {
  color: #666
}
a:hover {
  color: #595959
}
a:focus {
  color: #666
}
ul {
  list-style: none
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
.label {
  padding-top: .3em
}
.vjs-live-controls {
  display: none
}
.modal .vjs-poster, .modal video {
  background-size: cover
}
.icon--r-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.breadcrumb, .page__content {
  position: relative
}
.c-theme {
  color: #4cccbb !important
}
.bgm-danger {
  background-color: #ef6c63
}
.c-danger {
  color: #ef6c63 !important
}
.bgm-light {
  background-color: #b3b3b3
}
.c-light {
  color: #b3b3b3 !important
}
.bgm-light-dark {
  background-color: #666
}
.c-light-dark {
  color: #666 !important
}
.bgm-dark-light {
  background-color: #969696
}
.c-dark-light {
  color: #969696 !important
}
.bgm-price {
  background-color: #f96444
}
.c-price {
  color: #f96444 !important
}
body, html {
  color: #666
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:768px) {
  .flex--sm {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.flex__wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex__jc--center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.flex__jc--between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}
.flex__jc--around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute
}
.flex__jc--end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end
}
.flex__ai--center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}
.flex--between-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}
.flex__ai--end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
  -ms-flex-align: end
}
.flex__ai--flex-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end
}
.flex--center {
  display: -webkit-box;
  display: -moz-box
}
.flex--center {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}
@media (min-width:767px) {
  .hidden--unless-xs {
    display: none
  }
}
@media (max-width:991px) {
  .hidden--sm, .show--md {
    display: none
  }
}
@media (max-width:767px) {
  .hidden--xs, .show--sm {
    display: none
  }
}
@media (min-width:768px) {
  .show--unless-md {
    display: none
  }
}
@media (min-width:992px) {
  .show--unless-lg {
    display: none
  }
}
@media (max-width:1200px) {
  .hidden--unless-lg {
    display: none
  }
}
@media (max-width:479px) {
  .show--xs {
    display: none
  }
}
html {
  font-size: 15px
}
body {
  background-color: #f5f5f5;
}
.page__header .breadcrumb > li.active:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 2px;
  content: "\f101"
}
.text-ellipsis, .text-overflow-ellipsis {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap
}
body.page--mobile {
  background-color: #fff
}
body.page--mobile .page__bg {
  background-color: #f0f0f0;
  min-height: 100vh
}
.footer__links {
  color: #fff;
  margin: 20px 0 50px 0;
  display: flex;
}
.footer__links .footer-logo {
  flex: 1;
}
.footer__links .footer-logo img {
  width: 160px;
}
.footer__links .footer__links-item {
  margin: 0 20px 0 80px;
}
@media (max-width: 992px) {
  .footer__links .footer-logo {
    display: none;
  }
  .footer__links .footer__links-item {
    width: 18%;
    margin: 0 60px 0 0;
  }
  .footer__links .footer__links-item:last-child {
    width: 46%;
  }
}
.footer__links h5 {
  margin-bottom: 30px;
  color: #fcfcfc
}
.footer__links .link-href {
  margin-bottom: 10px
}
.footer__links a {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #a0a3af
}
.footer__links a:hover {
  color: #fcfcfc
}
.footer__copyright {
  font-size: 12px;
  color: #969696;
  font-weight: 100;
  margin-top: 0
}
.footer__copyright a {
  color: #969696
}
.footer__copyright a:hover {
  color: #b3b3b3
}
.footer__qrcode {
  padding-top: 20px;
  padding-bottom: 15px
}
.qr-icon {
  font-size: 18px;
  display: inline-block
}
.footer__qr-trigger {
  position: relative;
  text-align: center;
  padding: 0 15px 0 0;
  cursor: pointer
}
.footer__qr-trigger:hover .footer__qr-wrapper {
  display: flex;
  min-width: 140px
}
.footer__qr-wrapper {
  position: absolute;
  bottom: 160%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fcfcfc;
  padding: 10px 10px 0;
  display: none
}
.footer__qr-wrapper img {
  width: 100%
}
.footer__qr-wrapper:after {
  content: " ";
  cursor: default;
  width: 1em;
  height: .5em;
  border-top: solid .5em #fcfcfc;
  border-left: solid .5em transparent;
  border-right: solid .5em transparent;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -.5em
}
.footer__qr-wrapper p {
  color: #666;
  font-size: .8rem;
  padding: 5px 0;
  margin-bottom: 0
}
.footer__qr-popup-block {
  display: inline-block;
  width: 140px
}
.footer-dropdown-menu {
  padding: 0;
  top: auto;
  bottom: 0;
  left: 5em;
  min-width: 7em
}
.dropdown .footer-dropdown-menu {
  transform-origin: bottom left !important;
  -webkit-transform-origin: bottom left !important
}
.footer-dropdown-menu > li > a {
  color: #969696;
  padding: 5px 20px;
  margin: 0;
  font-size: .8rem;
  width: 100%
}
.right-caret {
  border-top: 4px solid transparent;
  border-left: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent
}
.footer-bs {
  position: relative;
  z-index: 4;
  padding: 40px 0 25px;
  background: #2e2e2e;
  color: #fcfcfc
}
.page__header {
  background-color: #fff;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px
}
.page__header .title {
  padding-bottom: 10px;
  font-size: 1.66667rem
}
.page__header .breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0
}
.page__header-nav {
  font-size: .8em;
  display: inline-block
}
.title ~ .page__header-nav {
  margin-left: 1em
}
.container {
  -webkit-transition: width .1s linear;
  -moz-transition: width .1s linear;
  transition: width .1s linear
}
.page--full-width .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
button {
  background: 0 0
}
.page__title {
  font-size: 1.66667rem
}
.height--full {
  height: 100%
}
@media (max-width:767px) {
  .page__content {
    padding-top: 48px
  }
}
@media (min-width:768px) {
  .page__content {
    padding-top: 0px
  }
}
@media (max-width:768px) {
  .page__content {
    min-width: 0;
    margin: 0
  }
}
.hovershow__item {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0
}
.hovershow__wrapper:hover .hovershow__item {
  opacity: 1
}
.dark-light-link[disabled], .hint-link[disabled], .light-link[disabled], .price-link[disabled], .theme-link[disabled], .white-link[disabled] {
  opacity: .6
}
@-webkit-keyframes pulse-once {
  0%, 100% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.05)
  }
}
@-moz-keyframes pulse-once {
  0%, 100% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.05)
  }
}
@keyframes pulse-once {
  0%, 100% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.05)
  }
}
.btn {
  border: none;
  color: #fff;
  padding: 7px 12px;
  background-color: #ff5f00;
  border: 1px solid #ff5f00
}
.btn:active {
  box-shadow: none
}
.btn:hover {
  color: #fff;
  background: #ff8f50
}
.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0
}
.btn-theme-frame:not(.disabled):hover, .btn-theme-frame:not([disabled]):hover {
  color: #fff;
  background: #ff8f50;
  border: 1px solid #ff8f50
}
.btn.btn-md {
  min-width: 90px
}
.btn--action:not(.btn--pad-auto) {
  padding: 6px 33px
}
.btn--border {
  border: 1px solid #666
}
.btn--white-frame {
  border: 1px solid #fff;
  box-shadow: none !important
}
.btn--white-frame:hover {
  color: #fff
}
.btn--home {
  padding: 8px 32px
}
.btn.bgm-danger {
  border: 1px solid #ef6c63;
  color: #fcfcfc
}
.btn.bgm-danger.without-border {
  border: 0
}
.btn.bgm-danger:not([disabled]):active, .btn.bgm-danger:not([disabled]):hover {
  color: #fcfcfc;
  background-color: #ec5247
}
.btn.bgm-dark-light {
  border: 1px solid #969696;
  color: #fcfcfc
}
.btn.bgm-dark-light.without-border {
  border: 0
}
.btn.bgm-dark-light:not([disabled]):active, .btn.bgm-dark-light:not([disabled]):hover {
  color: #fcfcfc;
  background-color: #878787
}
.btn.btn-outline {
  background-color: transparent;
  color: #ff5f00;
  border: 1px solid #ff5f00;
  box-sizing: border-box !important
}
.btn.btn-outline:not(.disabled):hover, .btn.btn-outline:not([disabled]):hover {
  color: #fff !important;
  background-color: #ff5f00 !important
}
.btn.btn-outline:not(.disabled):active, .btn.btn-outline:not([disabled]):active {
  color: #fff !important;
  background-color: #ff5f00 !important
}
.btn.btn-white {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #fff !important
}
.btn.btn-white:not(.disabled):hover, .btn.btn-white:not([disabled]):hover {
  color: #ff5f00 !important;
  background-color: #fff !important
}
.btn.btn-white:not(.disabled):active, .btn.btn-white:not([disabled]):active {
  color: #ff5f00 !important;
  background-color: #fff !important
}
.btn.btn-price {
  background-color: #f96444;
  color: #fcfcfc;
  border: 1px solid #f96444
}
.btn.btn-price.without-border {
  border: 0
}
.btn.btn-price:not(.disabled):hover, .btn.btn-price:not([disabled]):hover {
  color: #fcfcfc;
  background-color: #d02a07;
  border: 1px solid #d02a07
}
.btn.btn-price:not(.disabled):active, .btn.btn-price:not([disabled]):active {
  color: #fcfcfc;
  background-color: #9f2005;
  border: 1px solid #9f2005
}
.btn.btn-price[disabled] {
  color: #fcfcfc;
  background-color: #fff;
  border: 1px solid #fff
}
.btn.btn-light {
  background-color: #b3b3b3;
  color: #fcfcfc;
  border: 1px solid #b3b3b3
}
.btn.btn-light.without-border {
  border: 0
}
.btn.btn-light:not(.disabled):active, .btn.btn-light:not(.disabled):hover, .btn.btn-light:not([disabled]):active, .btn.btn-light:not([disabled]):hover {
  color: #fcfcfc;
  background-color: #969696;
  border: 1px solid #969696
}
.btn.btn-light[disabled] {
  color: #fcfcfc;
  background-color: #ccc;
  border: 1px solid #ccc
}
.btn.bgm-light {
  background-color: #fff;
  color: #ff5f00;
  border: 1px solid #ff5f00
}
.btn.bgm-light.without-border {
  border: 0
}
.btn.bgm-light:not(.disabled):active, .btn.bgm-light:not(.disabled):hover, .btn.bgm-light:not([disabled]):active, .btn.bgm-light:not([disabled]):hover {
  color: #fff;
  background-color: #ff5f00;
  border: 1px solid #ff5f00
}
.btn.bgm-light[disabled] {
  color: #fcfcfc;
  background-color: #ccc;
  border: 1px solid #ccc
}
.bgm-theme:active, .bgm-theme:focus, .btn-theme:active, .btn-theme:focus {
  color: #ff5f00;
  background-color: #fff
}
.bgm-theme.btn[disabled], .btn-theme.btn[disabled] {
  color: #fcfcfc;
  background-color: #9dddd0;
  border: 1px solid #9dddd0
}
.bgm-theme.without-border, .btn-theme.without-border {
  border: 0
}
.btn-theme-link {
  color: #ff5f00;
}
.btn-theme-link:hover {
  color: #ff8f50;
}
.btn-theme-frame {
  box-shadow: none
}
.btn-theme-frame:not(.disabled):active, .btn-theme-frame:not(.disabled):focus, .btn-theme-frame:not([disabled]):active, .btn-theme-frame:not([disabled]):focus {
  color: #fff;
  background-color: #ff8f50
}
.btn-theme-frame[disabled] {
  background-color: transparent;
  color: #9dddd0;
  border-color: #9dddd0
}
.btn-theme-frame[disabled]:active, .btn-theme-frame[disabled]:hover {
  color: #9dddd0;
  border-color: #9dddd0
}
.btn-frame {
  box-shadow: none;
  border: 1px solid #666;
  color: #666
}
.btn-frame:not(.disabled):hover, .btn-frame:not([disabled]):hover {
  border-color: #494949;
  color: #494949
}
.btn-frame:not(.disabled):active, .btn-frame:not(.disabled):focus, .btn-frame:not([disabled]):active, .btn-frame:not([disabled]):focus {
  border-color: #333;
  color: #333
}
.btn-frame[disabled] {
  background-color: transparent;
  color: #666;
  border-color: #666
}
.btn-frame[disabled]:active, .btn-frame[disabled]:hover {
  color: #666;
  border-color: #666
}
.btn-dark-light-frame {
  box-shadow: none;
  border: 1px solid #969696;
  color: #969696
}
.btn-dark-light-frame:not(.disabled):active, .btn-dark-light-frame:not(.disabled):focus, .btn-dark-light-frame:not(.disabled):hover, .btn-dark-light-frame:not([disabled]):active, .btn-dark-light-frame:not([disabled]):focus, .btn-dark-light-frame:not([disabled]):hover {
  border-color: #666;
  color: #666
}
.btn-dark-light-frame[disabled] {
  background-color: transparent;
  color: #969696;
  border-color: #969696
}
.btn-dark-light-frame[disabled]:active, .btn-dark-light-frame[disabled]:hover {
  color: #969696;
  border-color: #969696
}
.btn-price-frame {
  box-shadow: none;
  border: 1px solid #f96444;
  color: #f96444
}
.btn-price-frame:not(.disabled):hover, .btn-price-frame:not([disabled]):hover {
  border-color: #d02a07;
  color: #d02a07
}
.btn-price-frame:not(.disabled):active, .btn-price-frame:not(.disabled):focus, .btn-price-frame:not([disabled]):active, .btn-price-frame:not([disabled]):focus {
  border-color: #9f2005;
  color: #9f2005
}
.btn-price-frame[disabled] {
  background-color: transparent;
  color: #fff;
  border-color: #fff
}
.btn-price-frame[disabled]:active, .btn-price-frame[disabled]:hover {
  color: #fff;
  border-color: #fff
}
.btn-light-frame {
  box-shadow: none;
  border: 1px solid #b3b3b3;
  color: #b3b3b3
}
.btn-light-frame:not(.disabled):active, .btn-light-frame:not(.disabled):focus, .btn-light-frame:not(.disabled):hover, .btn-light-frame:not([disabled]):active, .btn-light-frame:not([disabled]):focus, .btn-light-frame:not([disabled]):hover {
  border-color: #666;
  color: #666
}
.btn-light-frame[disabled] {
  background-color: transparent;
  color: #ccc;
  border-color: #ccc
}
.btn-light-frame[disabled]:active, .btn-light-frame[disabled]:hover {
  color: #ccc;
  border-color: #ccc
}
.dark-light-link, .dark-light-link i {
  color: #969696
}
.dark-light-link:not(.disabled):active, .dark-light-link:not(.disabled):active i, .dark-light-link:not(.disabled):active:hover, .dark-light-link:not(.disabled):active:hover i, .dark-light-link:not(.disabled):focus, .dark-light-link:not(.disabled):focus i, .dark-light-link:not(.disabled):focus:hover, .dark-light-link:not(.disabled):focus:hover i, .dark-light-link:not(.disabled):hover, .dark-light-link:not(.disabled):hover i, .dark-light-link:not([disabled]):active, .dark-light-link:not([disabled]):active i, .dark-light-link:not([disabled]):active:hover, .dark-light-link:not([disabled]):active:hover i, .dark-light-link:not([disabled]):focus, .dark-light-link:not([disabled]):focus i, .dark-light-link:not([disabled]):focus:hover, .dark-light-link:not([disabled]):focus:hover i, .dark-light-link:not([disabled]):hover, .dark-light-link:not([disabled]):hover i {
  color: #666
}
.light-link, .light-link i {
  color: #b3b3b3
}
.light-link:not(.disabled):active, .light-link:not(.disabled):active i, .light-link:not(.disabled):active:hover, .light-link:not(.disabled):active:hover i, .light-link:not(.disabled):focus, .light-link:not(.disabled):focus i, .light-link:not(.disabled):focus:hover, .light-link:not(.disabled):focus:hover i, .light-link:not(.disabled):hover, .light-link:not(.disabled):hover i, .light-link:not([disabled]):active, .light-link:not([disabled]):active i, .light-link:not([disabled]):active:hover, .light-link:not([disabled]):active:hover i, .light-link:not([disabled]):focus, .light-link:not([disabled]):focus i, .light-link:not([disabled]):focus:hover, .light-link:not([disabled]):focus:hover i, .light-link:not([disabled]):hover, .light-link:not([disabled]):hover i {
  color: #969696
}
.white-link, .white-link i {
  color: #fcfcfc
}
.white-link:not(.disabled):active, .white-link:not(.disabled):active i, .white-link:not(.disabled):active:hover, .white-link:not(.disabled):active:hover i, .white-link:not(.disabled):focus, .white-link:not(.disabled):focus i, .white-link:not(.disabled):focus:hover, .white-link:not(.disabled):focus:hover i, .white-link:not(.disabled):hover, .white-link:not(.disabled):hover i, .white-link:not([disabled]):active, .white-link:not([disabled]):active i, .white-link:not([disabled]):active:hover, .white-link:not([disabled]):active:hover i, .white-link:not([disabled]):focus, .white-link:not([disabled]):focus i, .white-link:not([disabled]):focus:hover, .white-link:not([disabled]):focus:hover i, .white-link:not([disabled]):hover, .white-link:not([disabled]):hover i {
  color: #e6e6e6
}
.theme-link, .theme-link i {
  color: #4cccbb
}
.theme-link:not(.disabled):active, .theme-link:not(.disabled):active i, .theme-link:not(.disabled):active:hover, .theme-link:not(.disabled):active:hover i, .theme-link:not(.disabled):focus, .theme-link:not(.disabled):focus i, .theme-link:not(.disabled):focus:hover, .theme-link:not(.disabled):focus:hover i, .theme-link:not(.disabled):hover, .theme-link:not(.disabled):hover i, .theme-link:not([disabled]):active, .theme-link:not([disabled]):active i, .theme-link:not([disabled]):active:hover, .theme-link:not([disabled]):active:hover i, .theme-link:not([disabled]):focus, .theme-link:not([disabled]):focus i, .theme-link:not([disabled]):focus:hover, .theme-link:not([disabled]):focus:hover i, .theme-link:not([disabled]):hover, .theme-link:not([disabled]):hover i {
  color: #3bbaaa
}
.hint-link, .hint-link i {
  color: #ffb655
}
.hint-link:not(.disabled):active, .hint-link:not(.disabled):active i, .hint-link:not(.disabled):active:hover, .hint-link:not(.disabled):active:hover i, .hint-link:not(.disabled):focus, .hint-link:not(.disabled):focus i, .hint-link:not(.disabled):focus:hover, .hint-link:not(.disabled):focus:hover i, .hint-link:not(.disabled):hover, .hint-link:not(.disabled):hover i, .hint-link:not([disabled]):active, .hint-link:not([disabled]):active i, .hint-link:not([disabled]):active:hover, .hint-link:not([disabled]):active:hover i, .hint-link:not([disabled]):focus, .hint-link:not([disabled]):focus i, .hint-link:not([disabled]):focus:hover, .hint-link:not([disabled]):focus:hover i, .hint-link:not([disabled]):hover, .hint-link:not([disabled]):hover i {
  color: #ffa022
}
.price-link, .price-link i {
  color: #f96444
}
.price-link:not(.disabled):active, .price-link:not(.disabled):active i, .price-link:not(.disabled):active:hover, .price-link:not(.disabled):active:hover i, .price-link:not(.disabled):focus, .price-link:not(.disabled):focus i, .price-link:not(.disabled):focus:hover, .price-link:not(.disabled):focus:hover i, .price-link:not(.disabled):hover, .price-link:not(.disabled):hover i, .price-link:not([disabled]):active, .price-link:not([disabled]):active i, .price-link:not([disabled]):active:hover, .price-link:not([disabled]):active:hover i, .price-link:not([disabled]):focus, .price-link:not([disabled]):focus i, .price-link:not([disabled]):focus:hover, .price-link:not([disabled]):focus:hover i, .price-link:not([disabled]):hover, .price-link:not([disabled]):hover i {
  color: #d02a07
}
.btn--link {
  color: #666
}
.btn--link:hover {
  color: #b3b3b3
}
.btn-lg {
  font-size: .93333rem;
  padding: 8px 0;
  max-width: 150px
}
.bgm-white-opacity {
  background-color: rgba(255, 255, 255, .1);
  color: #fcfcfc;
  border: 1px solid #fcfcfc
}
.bgm-white-opacity:hover {
  color: #fcfcfc;
  background-color: rgba(255, 255, 255, .2)
}
.theme-color {
  color: #ff5f00
}
.theme-color:active, .theme-color:focus, .theme-color:hover {
  color: #ff8f50
}
.theme-color i {
  color: #4cccbb
}
.price-color {
  color: #f96444
}
.hint-color, .hint-link--mobile, .hint-link--mobile:not(.disabled):focus, .hint-link--mobile:not(.disabled):hover, .hint-link--mobile:not([disabled]):focus, .hint-link--mobile:not([disabled]):hover {
  color: #ffb655
}
.hint-link--mobile:not(.disabled):active, .hint-link--mobile:not([disabled]):active {
  color: #ffa022
}
.hint-link--mobile[disabled] {
  color: #ffb655
}
.breadcrumb > li > a {
  color: #666;
  font-size: 1rem
}
.breadcrumb.subtle {
  background: 0 0;
  border-bottom: none
}
.modal-backdrop.in {
  opacity: .8 !important
}
.after__line {
  position: relative
}
.after__line::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccc
}
.flex-video-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%
}
.flex-video-wrapper .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, .5);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.vjs-big-play-centered .vjs-big-play-button {
  font-family: 'Material Icons';
  width: 1.5em;
  border-radius: 50%;
  margin-left: -.75em;
  border: 3px solid #fcfcfc;
  font-size: 3.33333rem;
  color: #fcfcfc;
  background: rgba(0, 0, 0, .4)
}
.vjs-big-play-centered .vjs-big-play-button::before {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  content: "\E1A3"
}
.modal--lg {
  width: 1140px
}
.modal--md {
  width: 600px
}
.modal {
  z-index: 2010
}
.modal-header {
  border-bottom: none;
  padding: 25px 30px 10px
}
.modal-body {
  padding: 10px 30px 20px;
  font-size: 1.06667rem;
  font-weight: 400
}
.tab-nav li a {
  font-weight: 700
}
.modal-content {
  border-radius: 0;
  border: none;
  background-color: #fff
}
.modal-footer {
  border-top: none
}
.modal-backdrop {
  z-index: 2000;
  background-color: #fff
}
.md-theme .close {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: -40px
}
@media (max-width:767px) {
  .index__wrap {
    width: 100%;
    margin-top: -20px
  }
  .step {
    width: 100%
  }
  .step .steps__img-wrap {
    width: 20%
  }
  .step:nth-child(2) {
    flex-direction: row-reverse;
    padding-left: 10px
  }
  .step:nth-child(odd) {
    text-align: right
  }
  .instruction-steps .container {
    padding-left: 15px;
    padding-right: 15px
  }
  .instruction__text-title {
    text-align: center;
    font-weight: 700
  }
}
@media (min-width:768px) {
  .index__wrap {
    margin-right: 25px;
    margin-left: 25px
  }
  .index__content-bg {
    background: url(http://home.youchide.com:777/assets/img/svgs/home-bg-zig.svg) no-repeat;
    background-size: 100%
  }
  .instruction__container {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media (min-width:1200px) {
  .index__wrap {
    margin-left: 78px;
    margin-right: 78px
  }
}
@media (min-width:1500px) {
  .index__wrap {
    margin-right: 200px;
    margin-left: 200px
  }
}
.steps__list {
  margin-bottom: 30px
}
.steps__list .step {
  position: relative;
  margin-top: 5px
}
.left-img {
  position: absolute;
  top: 26px
}
.left-img img {
  width: 300%;
  display: block;
  height: auto
}
.instruction-steps {
  position: relative;
  z-index: 1;
  margin-top: 15px
}
.instruction-steps .img--type-icon {
  margin: 10px 0;
  color: #e4e3dc;
  width: 50px
}
.instruction-steps .instruction__text {
  color: #fff;
  text-align: left;
  font-size: 15px
}
.steps__img-wrap[data-img-name=sousou] {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}
@media (min-width:768px) {
  .steps__list .step {
    margin-bottom: 0
  }
  .steps__list .step span {
    display: block
  }
}
.tab-nav .active a, .tab-nav li a {
  color: #666
}
.tab-nav[data-tab-color=blue] > li > a:after {
  background: #2196f3
}
.tab-nav[data-tab-color=theme] > li > a:after {
  background: #4cccbb
}
.terms-container {
  padding-top: 91px
}
@media (max-width:767px) {
  .terms-container {
    padding-top: 70px
  }
}
#header {
  position: fixed;
  border-bottom: none;
  z-index: 1000;
  height: 65px;
  background-color: #2b2b2b
}
@media (max-width:767px) {
  #header {
    height: 50px
  }
}
.header__menu {
  height: 65px;
  line-height: 65px;
  font-size: .93333rem;
  margin-right: 40px
}
.header__menu a, .header__menu a:hover {
  color: #fcfcfc
}
@media (max-width:767px) {
  .header__menu {
    height: 50px;
    line-height: 50px;
    margin-right: 0
  }
}
.header-dropdown .dropdown-btn {
  cursor: pointer;
  position: relative;
  color: #fcfcfc;
  font-size: .93333rem
}
.header-dropdown .dropdown-btn i::before {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8)
}
.header__dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  width: 240px
}
.header-dropdown:hover .header__dropdown-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.header__dropdown-menu:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.header__dropdown-menu li a:active, .header__dropdown-menu li a:focus, .header__dropdown-menu li a:hover {
  background-color: #f9f9f9
}
.header__service {
  float: left;
  color: #969696;
  padding-right: 10px;
  padding-left: 5px;
  margin-right: 10px
}
.header__service .service-dropdown {
  font-size: .8rem;
  position: absolute;
  text-align: center;
  padding: 0;
  min-width: 12em;
  border-radius: 0;
  background-color: rgba(51, 51, 51, .95)
}
.header__service .service-dropdown p {
  color: #fcfcfc;
  margin-bottom: 0;
  line-height: 1.7
}
.header__service .qrcode-wrap {
  padding: 10px 15px 5px
}
.header__service .qrcode-wrap img {
  display: block;
  max-width: 100%;
  height: auto
}
.header__service .dropdown-wrap {
  font-size: 14px;
  margin-bottom: 5px
}
.header__service .dropdown-wrap .small-text {
  font-size: 12px
}
.header__user-info {
  position: relative;
  font-size: .93333rem;
  padding-left: 15px;
  padding-right: 15px
}
.header__user-info .username {
  display: inline-block;
  max-width: 8em
}
.header__user-info .caret-wrapper {
  display: inline-block;
  vertical-align: top;
  height: 65px;
  line-height: 65px
}
.header__user-info a {
  color: #fcfcfc
}
.header__user-info .dropdown-menu {
  min-width: 15em
}
.header__user-info .dropdown-menu li a {
  text-align: left;
  line-height: 1;
  font-size: 14px;
  padding: 14px 15px
}
.header__user-info .dropdown-menu li a .icon {
  float: right;
  color: #969696
}
.header__user-info .dropdown-menu .link {
  color: #666
}
.header__user-info .vip-info {
  margin: 10px 15px 5px;
  padding-bottom: 10px;
  line-height: 1.8;
  border-bottom: 1px solid #ddd
}
.header__user-info .vip-info .username {
  font-size: 1.2rem;
  max-width: 6em;
  color: #333
}
.header__user-info .vip-info .vip-type-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px
}
.header__user-info .vip-info .btn-price {
  color: #fff;
  float: right;
  padding: 3px 10px
}
@media (max-width:767px) {
  .header__user-info {
    height: 50px;
    line-height: 50px;
    margin-right: 0
  }
  .header__user-info .dropdown-btn i::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
.header__menu-dropdown .fci-navbar-menu {
  font-size: 30px;
  color: #b3b3b3
}
.header__menu-dropdown .fci-navbar-menu:before {
  display: inline-block;
  vertical-align: top
}
.header__menu-dropdown .dropdown-menu {
  width: 100%;
  opacity: 1;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(252, 252, 252, .98);
  border-top: 1px solid #e6e6e6;
  margin-top: 0
}
.header__menu-dropdown .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6
}
.header__menu-dropdown .dropdown-menu li a {
  font-size: 1.06667rem;
  padding: 10px 17px;
  color: #969696 !important
}
.header__menu-dropdown .dropdown-menu li a:active, .header__menu-dropdown .dropdown-menu li a:focus, .header__menu-dropdown .dropdown-menu li a:hover {
  color: #969696 !important;
  background-color: #f3f3f1 !important;
  outline: 0
}
.header__menu-dropdown .dropdown-menu li i {
  font-size: 20px
}
.header__menu-dropdown .dropdown-menu li i:before {
  display: inline-block;
  vertical-align: middle
}
.header__menu-dropdown .dropdown-menu .float-right {
  color: #b3b3b3;
  float: right
}
.header__menu-dropdown .dropdown-menu .float-right i {
  font-size: 14px
}
.header__menu-dropdown .dropdown-menu .float-right i:before {
  display: inline-block;
  vertical-align: -webkit-baseline-middle
}
@media (max-width:767px) {
  .header__menu-dropdown .dropdown-menu li a {
    font-size: .93333rem
  }
  .header__menu-dropdown .menu-toggle {
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0
  }
}
.header-btn-link {
  padding: 0 15px
}
.header__sm {
  margin-right: 15px
}
.header__sm .header-btn-item {
  font-size: .8rem;
  padding: 3px 8px
}
.header-btn-item i, .header-btn-item:hover i {
  color: #b3b3b3
}
.header-btn-item:active i {
  color: #969696
}
.header-btn-item--help-text i {
  color: #ccc
}
.mobile-header {
  text-align: center
}
.mobile-header::after {
  clear: both;
  content: "";
  display: table
}
.mobile-header .mobile-header-item {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 1.2rem
}
.mobile-header .mobile-header-item .header-btn-item {
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0
}
.mobile-header .mobile-header-item .header-btn-item.bgm-theme {
  position: relative;
  top: -2px;
  font-size: .93333rem;
  padding: 5px 0;
  min-width: 70px;
  line-height: 1.4;
  display: inline-block
}
.mobile-header .mobile-header-item .header-btn-item i {
  font-size: 22px
}
.mobile-header .mobile-header-item .header-btn-item i::before {
  display: inline-block
}
.mobile-header .center {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 0;
  color: #333
}
.mobile-header .left {
  float: left
}
.mobile-header .right {
  float: right
}
.video-module__icon i::before {
  vertical-align: bottom;
  display: inline-block
}
.mobile-header .backdrop-dropdown::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: calc(100vh - 50px);
  background-color: rgba(0, 0, 0, .5)
}
.mobile-header .mi-close::before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.mobile-header .fci-home::before, .mobile-header .fci-tooltip-info::before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.page__banner .banner__content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}
#footer {
  background: #5f5f5f;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto
}
.page__banner, .page__banner-sm {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
#footer .credits {
  padding: 10px 0 60px
}
#footer .copyright {
  color: #a6a6a7;
  margin-top: 10px
}
#footer .copyright span {
  margin-left: 5px
}
#footer .copyright a {
  color: #a6a6a7
}
#footer .footer__link-sec {
  text-align: right;
  margin-right: 50px
}
#footer .footer__link-list li, #footer .logo {
  margin-right: 10px
}
#footer .logo {
  padding: 0 50px 10px;
  height: 65px;
  box-sizing: border-box;
  float: left
}
#footer .logo img {
  height: 32px;
  position: relative;
  top: 4px
}
.page__banner {
  position: relative;
  padding: 0;
  color: #fcfcfc;
  background-size: cover;
  background-position: top center
}
.page__banner .container {
  position: relative;
  height: 100%;
  z-index: 2
}
.page__banner .breadcrumb {
  margin-top: 10px;
  text-transform: uppercase
}
.page__banner-sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
@media (max-width:767px) {
  .page__banner-sm {
    display: block
  }
}
.banner__content .right {
  display: none
}
.banner__content .right .page__error-info {
  background-color: transparent;
  border: none;
  padding: 0
}
.banner__content .right .error.error-hint {
  color: #f96444;
  font-weight: 400;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  font-size: .8rem;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 0
}
.banner__content .right .error-placeholder {
  color: #f77c78;
  height: 1em;
  margin-top: 10px;
  font-size: .8rem;
  line-height: 1em;
  text-align: center;
  width: 100%
}
.banner__content .right .error-info h5 {
  margin-top: 5%
}
.banner__content .right .error-info .page__modal-btn {
  margin-top: 10%;
  width: 60%
}
.page__banner .banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%)
}
.banner__content .left {
  text-align: center;
  color: #fcfcfc
}
.banner__content .left h1, .banner__content .left h2, .banner__content .left h3, .banner__content .left p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}
.banner__content .left h1 {
  margin-top: 0;
  word-spacing: 3px
}
.banner__content .left h2 {
  margin-top: 0;
  margin-bottom: 15px
}
.banner__content .left p {
  font-size: 1.06667rem;
  margin-bottom: 5px
}
.banner__content .left .help-text {
  margin-top: 10px
}
.banner__content .left .help-text a {
  cursor: default;
  border: none;
  font-size: 1.06667rem;
  color: #fff
}
@media (max-width:767px) {
  .banner__content .left {
    padding: 0 15px
  }
  .banner__content .left h3, .banner__content .left p {
    font-size: .93333rem
  }
  .banner__content .left .help-text a {
    font-size: .8rem
  }
}
.banner__btn {
  margin-top: 40px
}
.banner__btn .btn {
  font-size: 1.06667rem;
  min-width: 9em;
  padding: 11px 0;
  line-height: 20px;
  border: none
}
.banner__btn .btn:hover {
  opacity: 1
}
.banner-xs .banner__btn {
  margin-top: 25px
}
.banner__btn .banner__btn-outline {
  border: 1px solid #fcfcfc;
  padding: 9px 0
}
.banner__btn .btn-lg {
  min-width: 10em
}
.banner__btn-outline {
  text-align: center;
  color: #fcfcfc;
  background: rgba(255, 255, 255, .1);
  margin-top: 10px
}
.banner__btn-outline:active, .banner__btn-outline:focus, .banner__btn-outline:hover {
  color: #fcfcfc;
  background: rgba(255, 255, 255, .15)
}
.banner__down-btn {
  position: absolute;
  z-index: 2;
  color: #fcfcfc;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center
}
.banner__down-btn .down__btn {
  font-size: .93333rem;
  color: #fcfcfc;
  cursor: pointer
}
.banner__down-btn .down__btn:hover {
  color: #e6e6e6
}
.banner__down-btn p {
  font-size: .93333rem;
  margin-bottom: 0
}
.banner-line {
  padding-top: 1.5em
}
.banner-line:after {
  left: calc(100% / 2 - 40px / 2);
  width: 40px;
  background: #fcfcfc
}
.banner-xs {
  height: 420px
}
.banner-xs .banner__content .left {
  text-align: left
}
.banner-xs .after__line::after {
  left: 0
}
.banner-xs .banner-content-shadow h2, .banner-xs .banner-content-shadow p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}
@media (max-width:767px) {
  .banner__btn .btn, .banner__down-btn .down__btn {
    font-size: .8rem
  }
  .banner-xs {
    height: calc(100vh - 50px);
    margin-top: 50px
  }
}
@media (min-width:1600px) {
  .banner-xs {
    height: 620px
  }
}
.home__banner-video video {
  min-width: 100%;
  min-height: 100%
}
.top-alert {
  position: fixed;
  bottom: 0;
  left: 5px;
  width: 400px;
  max-width: 100vw;
  margin-bottom: 5px;
  color: #969696;
  background: #fffadd;
  padding: 0
}
.page--mobile .top-alert {
  width: 100%;
  left: 0
}
.page--mobile .top-alert .top-alert__text {
  padding: 10px
}
.top-alert .btn-close {
  width: 100%;
  display: inline-block;
  padding: 8px;
  font-weight: 400;
  background: #fff9d3;
  color: #969696;
  text-decoration: none
}
.top-alert .btn-close:active, .top-alert .btn-close:hover {
  background: #fff7c9
}
@media (max-width:768px) {
  .top-alert {
    left: 0
  }
}
.top-alert__text {
  padding: 20px;
  display: inline-block;
  line-height: 1.5;
  cursor: default;
  text-align: left
}
.top-alert__main-text {
  text-indent: 2em
}
.top-alert__close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px
}
.ribbon-wrap {
  position: absolute;
  width: 65px;
  height: 65px;
  right: -3px;
  top: -3px
}
.middle-line-text::before, .ribbon:after {
  right: 0
}
.ribbon {
  font-size: 12px;
  text-align: center;
  color: #fcfcfc;
  position: relative;
  padding: 0;
  left: -5px;
  top: 15px;
  width: 90px;
  background-color: #4cccbb;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}
.ribbon:after, .ribbon:before {
  content: "";
  position: absolute;
  border-top: 3px solid #278b7d;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px
}
.ribbon:before {
  left: 2px
}
.ribbon--price {
  background-color: #f96444
}
.ribbon--price:after, .ribbon--price:before {
  border-top: 3px solid #d02a07
}
.middle-line-text {
  position: relative
}
.middle-line-text p {
  width: 13em;
  margin-bottom: 0
}
.middle-line-text::after {
  left: 0
}
.middle-line-text::after, .middle-line-text::before {
  content: " ";
  position: absolute;
  top: 50%;
  height: 1px;
  width: calc((100% - 14em)/ 2);
  background: #ccc
}
.video-module__icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #b3b4b4;
  margin: 3px;
  color: #fcfcfc;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}
.video-type__text {
  margin: 10px 0
}
.video-type__text span {
  padding: 0 5px;
  line-heighT: 14px;
  font-size: .93333rem
}
.video-type__text span:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc
}
.padding-extra {
  padding: 0 3em
}
@media (max-width:767px) {
  .padding-extra {
    padding: 0 2em
  }
}
@media (min-width:992px) {
  .padding-extra {
    padding: 0 5em
  }
}
.vjs-error .vjs-error-display:before {
  content: none
}
.vjs-modal-dialog-content {
  color: #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, .7)
}
@media (max-width:767px) {
  .img__dialog .dialog__modal {
    margin: 0
  }
}
.country-select {
  float: left;
  width: 26%;
  height: 100%;
  padding-right: 10px
}
.country-select::after {
  clear: both;
  content: "";
  display: table
}
.auth__page--mobile .country-select .toggle-btn, .country-select .toggle-btn__mobile {
  display: none
}
.country-select .form-control, .country-select a {
  float: left
}
.country-select a {
  cursor: pointer;
  width: 30px;
  height: 100%
}
.country-select .form-control {
  text-align: right;
  width: calc(100% - 30px)
}
.auth__page--mobile .country-select {
  width: 4em
}
.auth__page--mobile .country-select a {
  width: 100%
}
.auth__page--mobile .country-select .toggle-btn__mobile {
  display: block;
  font-size: .93333rem;
  color: #333
}
.simple-form .country-select .form-control {
  border-bottom: 0
}
.toggle-btn__mobile {
  text-align: right
}
.country-select__dropdown {
  padding: 0;
  height: 12em;
  overflow-y: scroll;
  min-width: 90px
}
.country-select__dropdown .area-item a {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 5px 5px 5px 20px;
  font-size: .93333rem;
  color: #969696
}
.country-select__dropdown .area-item a:hover {
  background-color: #f0f0f0;
  color: #666 !important
}
.country-select__dropdown .area-item a.area--active {
  color: #666
}
.country-select__mobile .area-item a {
  color: #666;
  border-bottom: 1px solid #e6e6e6
}
.country-select__mobile .area-item a.area--active {
  color: #333
}
.area--active::before {
  content: " ";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #4cccbb;
  border-left: 2px solid #4cccbb;
  border-bottom-left-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.flag-img-wrap {
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover
}
.flag-position-1 {
  background-position: 0 calc(-29px * (1 - 1))
}
.flag-position-2 {
  background-position: 0 calc(-29px * (2 - 1))
}
.flag-position-3 {
  background-position: 0 calc(-29px * (3 - 1))
}
.flag-position-4 {
  background-position: 0 calc(-29px * (4 - 1))
}
.flag-position-5 {
  background-position: 0 calc(-29px * (5 - 1))
}
.flag-position-6 {
  background-position: 0 calc(-29px * (6 - 1))
}
.flag-position-7 {
  background-position: 0 calc(-29px * (7 - 1))
}
.flag-position-8 {
  background-position: 0 calc(-29px * (8 - 1))
}
.flag-position-9 {
  background-position: 0 calc(-29px * (9 - 1))
}
.flag-position-10 {
  background-position: 0 calc(-29px * (10 - 1))
}
.flag-position-11 {
  background-position: 0 calc(-29px * (11 - 1))
}
.flag-position-12 {
  background-position: 0 calc(-29px * (12 - 1))
}
.flag-position-13 {
  background-position: 0 calc(-29px * (13 - 1))
}
.flag-position-14 {
  background-position: 0 calc(-29px * (14 - 1))
}
.flag-position-15 {
  background-position: 0 calc(-29px * (15 - 1))
}
.flag-position-16 {
  background-position: 0 calc(-29px * (16 - 1))
}
.flag-position-17 {
  background-position: 0 calc(-29px * (17 - 1))
}
.flag-position-18 {
  background-position: 0 calc(-29px * (18 - 1))
}
.img__dialog .dialog__modal {
  max-width: 720px
}
.img__dialog .dialog__modal .modal-body {
  padding: 12px
}
.img__dialog .wrapper-action-trigger.cancel {
  color: #969696;
  right: 30px;
  top: 20px
}
.img__dialog .wrapper-action-trigger.cancel:hover {
  color: #666
}
.popover__block .hovershow__btn:hover + .popover {
  opacity: 1;
  z-index: 100
}
.theme__render-type {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 2px
}
.render-type-item.preview, .theme__render-type .render-type-item:first-child {
  border-right: 1px solid #e6e6e6
}
.theme__render-type .render-type-item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px
}
.theme__render-type .render-type-item .render-module-list li:last-child {
  margin-bottom: 0
}
.render-type-item {
  width: 50%;
  padding: 0 30px
}
.render-type-item .title {
  line-height: 28px;
  height: 28px
}
.render-type-item .title h4 {
  display: inline-block
}
.render-type-item .title .badge {
  padding: 5px 7px;
  vertical-align: bottom
}
.render-type-item h4 {
  margin: 0;
  font-size: 1.2rem;
  color: #333
}
.render-module-list {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0
}
.render-module-list li {
  margin-bottom: 10px;
  font-size: .86667rem;
  color: #969696
}
.render-module-list span {
  font-size: .86667rem;
  margin-left: 5px
}
.render-module-list i::before {
  display: inline-block;
  vertical-align: middle
}
.render-module-list .fci-close {
  color: #f96444
}
.render-module-list .fci-check-icon {
  color: #4cccbb
}
.render-module-list .popover__block {
  display: inline-block;
  line-height: 1
}
.render-module-list .popover__block .popover {
  width: 15em
}
.popover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  font-family: "PingFang SC", Tahoma, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  border-color: transparent
}
.popover .hint {
  margin-bottom: 5px;
  color: #f96444
}
.popover p {
  line-height: 1.4
}
.popover--sm {
  font-size: .8rem
}
.popover--sm .popover-content {
  padding: 10px
}
.popover__block {
  cursor: default;
  position: relative
}
.popover__block .hovershow__btn:hover:not(.no-color), .popover__block .hovershow__btn:hover:not(.no-color) i {
  color: #b3b3b3
}
.popover__block .hovershow__btn {
  cursor: pointer
}
.popover__block .hovershow__btn:not(.no-color), .popover__block .hovershow__btn:not(.no-color) i {
  color: #ccc
}
.popover__block .hovershow__btn i {
  font-size: 1.33333rem
}
.popover__block .hint {
  margin-bottom: 5px;
  color: #f96444
}
.popover__block p {
  color: #666;
  font-size: .8rem
}
.popover__block .popover {
  opacity: 0;
  display: block;
  z-index: -1;
  width: 21em;
  border: 0;
  max-width: 30em;
  -webkit-transition: opacity .1s ease-out .5s;
  -moz-transition: opacity .1s ease-out .5s;
  transition: opacity .1s ease-out .5s
}
.popover__block .popover.top {
  top: auto;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}
.popover__block .popover.bottom {
  top: 100%;
  left: -8em
}
.popover__block .popover ul {
  padding-left: 1.5em;
  margin-bottom: 0;
  list-style-type: disc
}
.popover__block .popover li {
  margin-bottom: 5px;
  font-size: .8rem
}
.popover__block .popover .arrow {
  border-top-color: transparent;
  border-bottom-color: transparent
}
.popover__block .popover .popover-content {
  padding: 10px
}
.popover__block .popover .close-btn {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 21px;
  line-height: 14px;
  color: #b3b3b3
}
.popover__block .popover .close-btn:hover {
  color: #969696
}
.qrcode-modal {
  max-width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.qrcode-modal .header-title {
  height: 13px;
  font-size: 12px;
  color: #333
}
.qrcode-modal .title-block p {
  font-size: .8rem;
  margin-top: 5px;
  margin-bottom: 0
}
.qrcode-modal .modal-body {
  padding: 10px 20px
}
.qrcode-modal .dialog-content {
  text-align: center
}
.qrcode-modal .dialog-header {
  margin-bottom: 15px
}
.qrcode-modal .dialog-header .wrapper-action {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  line-height: 14px;
  color: #b3b3b3
}
.qrcode-modal .dialog-header .wrapper-action:hover {
  color: #969696
}
.qrcode-modal .weixin-qrcode {
  display: inline-block
}
.qrcode-modal .modal-content {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .12)
}
.qrcode-modal img {
  display: block;
  max-width: 100%;
  height: auto
}
.page__play-icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}
.price__per-text {
  font-size: .8em
}
.price__text-wrap {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline
}
.page__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px !important;
  height: 50px !important;
  color: #fcfcfc;
  font-size: 2.66667rem;
  z-index: 1;
  transform: translate(-50%, -50%)
}
.vendor-user-sign {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: auto;
  z-index: 10
}
.vendor-user-sign img {
  display: block
}
.vendor-user-sign .header-sign-tooltip {
  display: none;
  width: 5em;
  left: calc(-100% - .7em);
  top: 135%;
  -webkit-transition: opacity .1s ease-out;
  -moz-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out
}
.vendor-user-sign a:hover + .header-sign-tooltip {
  opacity: 1;
  display: block
}
.video-info-form {
  overflow: auto
}
.simple-form .error-placeholder {
  margin-bottom: 10px;
  font-size: .8rem;
  text-align: center;
  color: #ff5933
}
.simple-form .hidden-opacity {
  opacity: 0
}
.simple-form .fg-line, .simple-form .form__line {
  height: 40px;
  line-height: 20px
}
.simple-form .form__line {
  position: relative;
  display: inline-block;
  width: 100%
}
.simple-form .form-control {
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: .93333rem;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2px !important;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  background: #f9f9f9
}
.simple-form .form-control:focus {
  border: 1px solid #ccc
}
.simple-form .form-control::-webkit-input-placeholder {
  font-size: .93333rem;
  color: #b3b3b3
}
.simple-form .form-control::-moz-placeholder {
  font-size: .93333rem;
  color: #b3b3b3
}
.simple-form .form-control:-moz-placeholder {
  font-size: .93333rem;
  color: #b3b3b3
}
.simple-form .form-control:-ms-input-placeholder {
  font-size: .93333rem;
  color: #b3b3b3
}
.simple-form .input-group {
  display: block
}
.simple-form .form-control:disabled, .simple-form .form-control[disabled] {
  color: #b3b3b3;
  -webkit-text-fill-color: #b3b3b3
}
.simple-form .flex-form__line {
  height: auto;
  min-height: 44px;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline
}
.simple-form .flex-form__line .form-control {
  line-height: 22px
}
.simple-form .error-hint {
  color: #ff5933
}
.simple-form .form-item__help-info {
  margin-top: 5px;
  font-size: .8rem
}
.simple-form .form-item__help-info.error {
  color: #f96444
}
.simple-form--mobile .input-group {
  width: 100%
}
.simple-form--mobile .control-label {
  display: none
}
.simple-form--mobile .input-wrap {
  display: inline-block;
  width: 100%
}
.simple-form--mobile .fg-line, .simple-form--mobile .form__line {
  height: 42px;
  line-height: 42px
}
.simple-form--mobile .form-control {
  height: 42px;
  line-height: 42px;
  font-size: .93333rem;
  border-radius: 2px !important;
  padding: 0 15px;
  color: #333 !important;
  background: rgba(255, 255, 255, .2);
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none
}
.simple-form--mobile .form-control::-webkit-input-placeholder {
  font-size: .93333rem;
  color: #b3b3b3;
  font-weight: 400
}
.simple-form--mobile .form-control::-moz-placeholder {
  font-size: .93333rem;
  color: #b3b3b3;
  font-weight: 400
}
.simple-form--mobile .form-control:-moz-placeholder {
  font-size: .93333rem;
  color: #b3b3b3;
  font-weight: 400
}
.simple-form--mobile .form-control:-ms-input-placeholder {
  font-size: .93333rem;
  color: #b3b3b3;
  font-weight: 400
}
.simple-form--mobile .form-control:focus {
  border: 1px solid #b3b3b3
}
.simple-form--mobile .error-hint {
  color: #f96444;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: .93333rem
}
.simple-form--mobile .form-group {
  margin-bottom: 0
}
.render-price-info .price__block .price {
  display: inline-block
}
.simple-checkbox {
  margin-top: 2px
}
.simple-checkbox .input-helper:before {
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-width: 2px;
  border-color: #ccc
}
.simple-checkbox .input-helper:after {
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 10px;
  height: 6px;
  top: 1px;
  left: 5px;
  opacity: 1;
  cursor: pointer
}
.simple-checkbox input {
  width: 26px;
  height: 26px;
  top: -10px
}
.simple-checkbox input:checked + .input-helper:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #4cccbb;
  border-color: #4cccbb
}
.simple-checkbox input:checked + .input-helper:after {
  border-color: #fcfcfc
}
.render-price-info {
  position: relative
}
.render-price-info .price__block {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline
}
.render-price-info .price {
  position: relative;
  font-size: 1.33333rem
}
.render-price-info .price .price__text-wrap {
  color: #f96444
}
.render-price-info .price__per-text, .render-price-info small {
  font-size: .73333rem
}
.render-price-info .popover__block {
  position: absolute;
  right: 0;
  top: 70%;
  width: 4em;
  text-align: right
}
.render-price-info .popover__block .hovershow__btn {
  color: #f96444;
  font-size: .8rem
}
.render-price-info .popover__block .hovershow__btn:hover {
  color: #d02a07
}
.account-tab-nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}
.account-tab-nav::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc
}
.account-tab-nav .tab-nav {
  width: auto;
  box-shadow: none
}
.account-tab-nav .tab-item {
  cursor: pointer;
  position: relative;
  font-size: .93333rem;
  display: inline-block;
  padding: 15px 10px;
  -webkit-transition: .2s color ease-out;
  -moz-transition: .2s color ease-out;
  transition: .2s color ease-out
}
.account-tab-nav .tab-item::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #4cccbb;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s all ease-out;
  -moz-transition: .2s all ease-out;
  transition: .2s all ease-out
}
.account-tab-nav .tab-item.active {
  color: #4cccbb
}
.account-tab-nav .tab-item.active::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.account-tab-nav .without-border .tab-item.active::before {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.price-info-block {
  color: #f96444;
  font-size: .8rem
}
.price-info-block small {
  color: #f96444
}
.price-info-block .price-text {
  margin: 0 0 -3px;
  position: relative;
  font-size: 1.46667rem;
  color: #f96444
}
.price-info-block .price-text .extra-icon {
  position: absolute;
  bottom: 0;
  font-size: .93333rem
}
.price-info-block .price-text .extra-icon::before {
  display: inline-block;
  vertical-align: middle
}
.price-info-block .price-text small {
  font-size: .8rem
}
.price-info-block .extra-icon {
  position: absolute
}
.theme-render-count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fcfcfc;
  padding: 5px 5px 3px;
  border-radius: 2px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .2), rgba(0, 0, 0, .3));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .2), rgba(0, 0, 0, .3))
}
.theme-render-count i {
  font-size: .93333rem;
  position: relative;
  bottom: 1px
}
.theme-render-count i::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  display: inline-block;
  vertical-align: middle
}
.vip-plan-item {
  text-align: center;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px
}
.vip-plan-item__suit-for {
  margin-top: 25px;
  line-height: 24px;
  height: 3em;
  color: #969696
}
.vip-plan-item__name {
  color: #333;
  font-size: 22px
}
.vip-plan-item__prices {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 80px
}
.vip-plan-item__prices .price-text {
  font-size: 42px
}
.vip-plan-item__prices .price {
  color: #ff5f00
}
.vip-plan-item__prices small {
  font-size: initial
}
.vip-plan-item__prices .price__per-text {
  color: #b3b3b3
}
.vip-plan-item__hint {
  padding: 15px 8px
}
.vip-plan-item__hint .fci {
  vertical-align: middle;
  color: #f96444
}
.vip-plan-item__saving {
  font-size: .93333rem;
  color: #b3b3b3;
  min-height: 1em
}
.vip-plan-item__modules {
  text-align: left;
  border-top: 1px solid #ccc
}
.vip-plan-item__modules .module-list {
  padding-left: 0
}
.vip-plan-item__modules .module-list li {
  line-height: 36px;
  font-size: 1.06667rem
}
.vip-plan-item__modules .check-icon {
  color: #4cccbb;
  position: absolute
}
.vip-plan-item__modules .info-icon {
  color: #ccc;
  font-size: initial;
  vertical-align: middle
}
.vip-plan-item__modules .module-content {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px
}
.vip-plan-item__modules .module-content a {
  cursor: pointer
}
.vip-plan-item__modules section {
  border-bottom: 1px solid #ccc
}
.vip-plan-item__modules section:last-child {
  border-bottom: none
}
.vip-plan-item__modules .popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, .15)
}
.vip-plan-item__modules .popover-content {
  font-size: .8rem
}
.btn-group {
  border-radius: 2px
}
.btn-group--theme {}
.btn-group--theme.btn-group {
  box-shadow: none
}
.btn-group--theme .btn {
  color: #ff5f00;
  background-color: transparent
}
.btn-group--theme .btn.active {
  color: #fff;
  background-color: #ff5f00
}
.link--price {
  color: #f96444
}
.link--price:hover {
  color: #f73b13
}
.link--light {
  color: #b3b3b3
}
.link--theme {
  color: #4cccbb
}
.vip-type-icon img {
  height: 1em;
  vertical-align: sub
}
.ribbon-badge {
  right: 10px;
  left: auto;
  color: #fff
}
.ribbon-badge .ribbon-main {
  background-color: #ff5f00;
  width: 40px;
  height: 25px;
  padding-top: 7px
}
.ribbon-badge .ribbon-band {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 5px;
  border-style: solid;
  border-width: 20px 20px 5px;
  border-color: transparent #ff5f00;
  transform: none
}
.ribbon-badge .ribbon-main-content {
  z-index: 1;
  position: relative
}
.ribbon-badge--lg .ribbon-main {
  width: 50px;
  height: 30px;
  padding-top: 7px
}
.ribbon-badge--lg .ribbon-band {
  border-width: 25px 25px 6.25px
}
.tag-icon, .tag-icon-list__item {
  text-align: center;
  display: inline-block;
  position: relative
}
.module-tag.container {
  width: 1170px;
  max-width: 90vw
}
.tag-icon-list {
  display: block;
  text-align: center;
}
.module-tag .tag-icon-list__item {
  line-height: 1;
  width: 20%;
  margin-bottom: 0;
  padding: 10px
}
.module-tag, .page__sec, .page__sec.page__sec-white {
  background: #fff
}
.module-tag {
  margin-top: 0;
  padding: 20px 0 30px 0;
  -webkit-border-radius: 0 0 6px 6px !important;
  -ms-border-radius: 0 0 6px 6px !important;
  -o-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important
}
.module-tag, .page__sec, .page__sec.page__sec-white {
  background: #fff
}
.module-tag .tag-icon-list {
  margin: 0;
  padding: 0
}
@media (min-width:992px) {
  .module-tag .tag-icon-list__item {
    margin-right: 2%;
    width: 9em
  }
}
.module__item {
  cursor: pointer;
  position: relative;
  float: left;
  overflow: hidden
}
.module__item .tag__img-wrap {
  width: 100%;
  height: 100%
}
.module__item img {
  width: 100%;
  -webkit-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out
}
.module__item .picture-mask {
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out
}
.module__item p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.06667rem;
  color: #fcfcfc
}
.module__item:hover p {
  color: #fcfcfc
}
.module__item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}
.module__item:hover .picture-mask {
  opacity: .5
}
.validation-code-line {
  width: 100%
}
.validation-code-line::after {
  clear: both;
  content: "";
  display: table
}
.validation-code-line .form__line {
  border: 0;
  background-color: transparent;
  padding-left: 0;
  border-radius: 0
}
.validation-code-line .validation-code-btn {
  margin: 0;
  width: 8em;
  padding-top: 12px;
  padding-bottom: 12px
}
.validation-code-line .validation-code-input .form-control {
  margin: 0
}
.country-code {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0
}
.country-code .country-code-select .form-control {
  cursor: pointer
}
.country-code .country-flag-img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  overflow: hidden;
  height: 12px;
  width: 20px
}
.country-code .form-control {
  padding-left: 50px;
  border: 0;
  background-color: transparent;
  user-select: none
}
.country-code .input-wrap {
  width: 100%
}
.country-code-dropdown {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  width: 90px
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
.page__main-breadcrumb {
  margin: 10px 0
}
.page__main-breadcrumb .breadcrumb {
  margin-bottom: 0
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.stiky-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1000;
  height: 65px;
  border-bottom: none !important;
  transition: all 0.2s;
}
.stiky-header.fixed {
  position: fixed;
}
.stiky-header:hover, .stiky-header.white-mode {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
  border-bottom: 1px solid #e5e5e5;
}
.stiky-header .logo, .stiky-header .logo-white {
  position: absolute;
  top: 10px;
}
.stiky-header:hover .logo-white, .stiky-header.white-mode .logo-white {
  opacity: 0;
}
.stiky-header:hover .logo, .stiky-header.white-mode .logo {
  opacity: 1;
}
.stiky-header .logo-white {
  opacity: 1;
}
.stiky-header .logo {
  opacity: 0;
}
.stiky-header .btn {
  color: #ff5f00;
  background-color: #fff;
  border: none;
}
.stiky-header .btn.btn-outline {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.stiky-header:hover .btn, .stiky-header.white-mode .btn {
  color: #fff;
  background-color: #ff5f00;
}
.stiky-header:hover .btn:hover, .stiky-header.white-mode .btn:hover {
  opacity: 0.8
}
.stiky-header:hover .btn.btn-outline, .stiky-header.white-mode .btn-outline {
  color: #ff5f00;
  background-color: transparent;
  border: 1px solid #ff5f00;
}
@media (max-width:767px) {
  .stiky-header {
    height: 50px
  }
  .stiky-header {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
    border-bottom: 1px solid #e5e5e5;
  }
  .stiky-header .logo-white {
    opacity: 0;
  }
  .stiky-header .logo {
    opacity: 1;
  }
  .stiky-header .logo, .stiky-header .logo-white {
    top: 5px;
  }
  .stiky-header .header__btn-item {
    color: #3d3d3d;
  }
}
#index-header {}
#index-header .header__logo {
  margin: 0
}
#index-header .header__logo img {
  height: 45px
}
@media (max-width:767px) {
  #index-header {
    padding: 0 15px
  }
  #index-header .header__logo img {
    height: 40px;
    margin-top: 0
  }
}
.header__logo {
  display: block;
  line-height: 65px;
  height: 65px;
  float: left
}
.header__logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%
}
@media (max-width:767px) {
  .header__logo {
    line-height: 50px;
    height: 50px
  }
}
.header-item {
  display: block;
  float: right;
  height: 65px;
}
.header-item .btn-theme-frame {
  font-size: 14px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 4em;
  margin-left: 8px;
  -webkit-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out
}
.header-item .btn-theme-frame:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
.header__btn-item {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 2px 10px;
  line-height: 65px;
  height: 65px;
}
.stiky-header:hover .header__btn-item, .stiky-header.white-mode .header__btn-item {
  color: #3d3d3d;
}
.header-btn__dropdown:hover .header__btn-item, .header__btn-item.active, .header__btn-item:hover {
  color: #ff5f00;
}
.header__btn-item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff5f00;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.header__btn-item.active:after, .header__btn-item:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.without-border .header__btn-item:after {
  display: none
}
.footer__qr-trigger, .header-btn__dropdown {
  display: inline-block;
  position: inherit;
}
@media (max-width:767px) {
  .header-item, .header__btn-item {
    line-height: 50px;
    height: 50px
  }
  .header__btn-item {
    margin: 0 15px
  }
}
@media (min-width:992px) {
  .header__btn-item {
    margin: 0 15px;
    font-size: 14px
  }
  .header-item .btn-theme-frame {
    width: calc(6em - 4px)
  }
}
.header-dropdown-menu .container {
  margin-top: 0;
  padding: 20px 20px;
}
.header-dropdown-menu {
  width: 100%;
  margin-top: 0;
  z-index: 900;
  position: absolute;
  top: 64px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
  display: block;
  height: 0;
  overflow: hidden;
}
.header-btn__dropdown:hover .header-dropdown-menu {
  height: 540px;
  display: block;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #f5f5f5;
}
.header-btn__dropdown:hover .header__btn-item:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.header-btn__dropdown .header__btn-item {
  box-shadow: none;
  text-shadow: none;
  border: 0;
  padding: 0
}
.header-btn__dropdown .dropdown-menu {
  padding: 0;
  min-width: 9em;
  background-color: #fff;
  -webkit-transform-origin: top center !important;
  -moz-transform-origin: top center !important;
  -ms-transform-origin: top center !important;
  transform-origin: top center !important
}
.header-btn__dropdown .dropdown-menu li a:hover {
  background: #f5f5f5
}
.product-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-block {
  width: calc(20% - 10px);
  padding: 0px;
  margin-bottom: 30px;
}
.product-block ul {
  margin: 0;
  padding: 0;
}
.product-block li {
  border-radius: 3px 3px 3px 3px;
  padding: 10px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333
}
.product-block li:hover {
  color: #fff;
  background-color: #ff5f00
}
.product-block li:hover svg {
  display: block
}
.product-block li a {
  color: currentColor;
  display: flex;
  align-items: center;
  width: 100%
}
.product-block li svg {
  display: none
}
.product-title {
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #edeff2
}
.product-title img {
  width: 24px;
  height: 24px;
  margin-right: 6px
}
.product-container .service {
  width: 380px;
  display: flex;
  justify-content: space-between;
}
.breadcrumb {
  border: none;
  background: none;
  padding: 0px;
  margin-bottom: 0px;
}
.breadcrumb a:hover {
  color: #ff5f00;
}
h1 {
  font-size: 2.26667rem
}
h2 {
  font-size: 2.13333rem
}
h3 {
  font-size: 1.33333rem
}
h4 {
  font-size: 1.2rem
}
h5 {
  font-size: 1.06667rem
}
p {
  line-height: 1.7
}
@media (max-width:767px) {
  .module__item p {
    font-size: .93333rem
  }
  .page__sec {
    padding-top: 30px;
    padding-bottom: 20px
  }
  .sec__title {
    margin-top: 20px;
    margin-bottom: 20px
  }
  .sec__title h4 {
    font-size: .8rem
  }
}
.side_mobile {
  font-size: 1.066rem;
  display: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  z-index: 9999;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
}
.side_mobile a, .side_mobile a:hover {
  color: #333;
}
.side_mobile * {
  padding: 0;
  margin: 0;
}
.side_mobile ul li {
  float: left;
  width: calc(50% - 1px);
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
}
.side_mobile ul li:first-child {
  border-right: #d8d8d8 1px solid;
}
.side_mobile ul li i {
  margin-right: 0.333rem;
}
.side {
  display: none;
  position: fixed;
  width: 68px;
  right: 20px;
  top: 50%;
  z-index: 10000;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-bottom: 0;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 48px;
  }
  .side_mobile {
    display: block;
  }
  .side{
    display: none;
  }
  #blzxMinChatWindowDiv{
    display: none;
  }
  #wolive-talk{
    display: none;
  }
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0px;
  }
  .side_mobile {
    display: none;
  }
  .side {
    display: block;
  }
  #blzxMinChatWindowDiv{
    display: block;
  }
  #wolive-talk{
    display: block;
  }
}
.w80 {
  width: 80px !important;
}