/*! Colors */ /*! Layout */ /*! Depth */ /*! Keyframes */ /*! Animations */ .module__item, .footer-dropdown-menu > li, .footer__qr-wrapper:after, .footer__qrcode, .header-btn__dropdown .dropdown-menu li, .sec-btn, .sec__title, .slide__title {
  text-align: center
}
.tag-link {
  white-space: nowrap
}
@-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)
  }
}
@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
  }
}
.theme-color {
  color: #ff8f50
}



/* banner start */
	.page__banner{
		height: calc(100vw / 3.2);
		background-color: #ff5f00;
	}
	.page__banner__item{
		height: calc(100vw / 3.2);
		background-size: cover;
		background-position: center;
	}
	.page__banner__item a{
		display: block;
		width: 100%;
		height: 100%;
	}
	@media (max-width: 767px){
		.page__banner{
			height: calc(100vw / 2.2);
		}
		.page__banner__item{
			height: calc(100vw / 2.2);
		}
		.slick-prev, .slick-next{
			width: 1px;
			opacity: 0;
		}
	}
	@media (min-width: 767px){
		.slick-prev, .slick-next{
			width: 100px;
			opacity: 0;
		}
	}
	
	.page__banner.slick-slider{
		margin-bottom: 0;
	}
	.slick-prev, .slick-next{
		z-index: 9999;
		transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
	}
	.slick-prev{
		left: 0px;
	}
	.slick-next{
		right: 0px;
	}
	.slick-prev:hover,
	.slick-next:hover{
		opacity: 1;
	}
	.slick-dots{
		bottom: 20px;
	}
/* banner end */
























.index-module.page__sec {
  background: #fff
}
.index-module .content-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block
}
.index-module__item .content-wrap: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)
}
.index-module__item .content-wrap img {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s
}
.index-module__list {
  float: left;
  width: 100%;
}
.index-module__item {
  float: left;
  width: 25%;
  padding: 10px;
  overflow: hidden;
}
.index-module__item a {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 0px;
  overflow: hidden;
}
.index-module__item span{
    float: left;
    width: 100%;
    line-height: 42px;
    /* padding: 5px 0 0 0; */
    text-align: center;
    font-size: 1.0666rem;
}
.blog-post.page__sec {
  background: #f9f9f9
}
.blog-post .sec-help-link {
  margin-top: 20px;
  text-align: center;
}
.blog-post .content-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block
}
.blog-post .content-wrap: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)
}
.blog-post .sec__content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-post__item {
    width: 31%;
    /* padding: 20px; */
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.blog-post__item ul{
	min-height: 160px;
    padding: 0;
    margin: 20px 20px;
}
.blog-post__item img {
  width: 100%;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.blog-post__item .news-li{
	margin: 15px 0;
}
.blog-post__item .news-li a {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.blog-post__item .news-li .news-title {
    font-size: 14px;
    color: #3d3d3d;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-post__item .news-li .news-title:hover{
	color: #ff5f00;
	text-decoration: underline;
}
.blog-post__item .news-li .news-date {
    color: rgba(32, 33, 36, .5);
    font-size: 12px;
}


.blog-post__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: 10px
}












.index-customer {
  position: relative;
  overflow: hidden
}
.index-customer .block-title h2,
.index-customer .block-title .describe{
  color: #fff
}
.index-customer-header {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-color: var(--themePrimary)
}
.index-customer .description {
  margin-bottom: 35px
}
.index-customer .slick-list {
  overflow: hidden;
  height: 100%
}
.index-customer .slick-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
.index-customer .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 16px;
  border: 0;
  -webkit-box-shadow: 0 4px 24px rgba(190, 196, 207, .28);
  box-shadow: 0 4px 24px rgba(190, 196, 207, .28);
  background-color: #fff;
  cursor: pointer;
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.index-customer .slick-arrow.slick-prev {
  left: -27px
}
.index-customer .slick-arrow.slick-prev::before {
  content: '\e6d8'
}
.index-customer .slick-arrow.slick-next {
  right: -27px
}
.index-customer .slick-arrow.slick-next::before {
  content: '\e6db'
}
.index-customer .customer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 280px
}
.index-customer .customer-container .customer-item {
  position: relative;
  padding: 24px;
  width: 363px;
  height: 175px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(//home.youchide.com:888/assets/images/index/customer_bg.png);
  background-size: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  transition: transform .5s ease;
  -webkit-box-shadow: 0 4px 33px rgba(190, 196, 207, .28);
  box-shadow: 0 4px 33px rgba(190, 196, 207, .28)
}
.index-customer .customer-container .customer-item.slick-slide {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  opacity: .7
}
.index-customer .customer-container .customer-item.slick-center {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  z-index: 2
}
.index-customer .customer-container .customer-item.slick-center .customer-item-description {
  color: #282c33
}
.index-customer .customer-container .customer-item[aria-hidden=hidden] {
  opacity: 0
}
.index-customer .customer-container .customer-item .customer-item-description {
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 2;
  color: #848b99
}
.index-customer .customer-container .customer-item .customer-item-footer {
  position: absolute;
  width: 360px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.index-customer .customer-container .customer-item .customer-item-footer .customer-item-sign {
  color: #848b99;
  font-size: 12px;
  line-height: 20px
}
.index-customer .customer-wall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}
.index-customer .customer-wall .customer-wall-item{
    width: 14%;
    /* margin-right: 40px; */
    text-align: center;
}
.index-customer .customer-wall .customer-wall-item img{
    display: initial;
    max-width: 100%;
    height: auto;
}
.index-customer .customer-wall .customer-wall-item:nth-child(7n+7) {
  margin-right: 0
}
.index-customer-logos {
  margin: 30px auto;
  width: 1200px;
  height: auto;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  -o-object-fit: contain;
  object-fit: contain
}



















@media (max-width:767px) {
  .index-module__item {
    width: 50%
  }
  .blog-post__item {
    width: 100%;
	margin-bottom: 40px;
  }
  .index-customer .customer-wall .customer-wall-item{
    width: 50%;
  }
  h1 {
    font-size: 1.46667rem
  }
  h2 {
    font-size: 1.33333rem
  }
  h3 {
    font-size: 1.2rem
  }
  h4, h5 {
    font-size: .93333rem
  }
  p {
    line-height: 1.7
  }
}
@media (min-width: 768px) {
  .index-customer .customer-wall .customer-wall-item{
    width: 20%;
  }
}
@media (min-width: 992px) {
  .index-customer .customer-wall .customer-wall-item{
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .index-customer .customer-wall .customer-wall-item{
    width: 14%;
  }
}



























.page__sec {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px !important
}
.page__sec.page__sec-light {
  background: #f5f5f5;
}
.sec__title {
  margin-bottom: 40px
}
.sec__title h2, .sec__title h5 {
  margin-bottom: 0;
  font-weight: 400
}
.sec__title h2 {
  color: #333;
  margin-top: 0
}
.sec__title h5 {
  color: #969696;
  margin-top: 20px;
  line-height: 24px
}
.sec__title .after__line::after {
  width: 40px
}
























.ceo-switch-title {
	margin-bottom: 40px;
	text-align: center;
}


@media screen and (max-width: 900px){
	.ceo-switch-title {
    margin: 0 0 30px 0;
    padding: 0 10px;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto !important;
}
	.ceo-switch-title::-webkit-scrollbar {
		display: none;
	}
}

.ceo-switch-title li{
    display: inline-block;
    margin-right: 20px;
}
.ceo-switch-title li a{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    display: block;
    background: #fff;
    box-sizing: content-box;
    border-radius: 4px;
}
.ceo-switch-title li:last-child{
    margin-right: 0px;
}
.ceo-switch-title li a:hover {
	color: #ff5f00;
    background-color: #fff;
}
.ceo-switch-title li.active a{
    color: #fff;
    background-color: #ff5f00;
}















.sec__content::after {
  clear: both;
  content: "";
  display: table
}
.sec-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.sec-btn .btn {
  padding: 9px 3px;
  width: 11em
}
.page__slide .after__line::after, .page__slide .slide-line::after {
  left: calc(50% - 40px / 2);
  width: 40px
}
.sec-help-link {
  margin-top: 10px
}
.page__slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0
}
.page__slide .container {
  height: 100%;
  position: relative;
  z-index: 2
}
.page__slide .after__line {
  padding-top: 1.5em
}
.page__slide .slide-line {
  padding-top: 25px
}
.slide__title {
  padding-top: 20px;
  color: #fcfcfc
}
.slide__title h2 {
  margin: 0
}
.slide__btn .btn {
  padding: 9px 5px;
  width: 10.5em
}
.picture-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0
}
.help-link {
  font-size: .8rem;
  color: #6a6a6a
}
.help-link:hover {
  color: #969696
}
.module-tag--mobile .module-item--mobile, .instruction-steps, .instruction-steps .step__content, .provide-module h4, .simple-modules, .user-register, .user-register .module-info, .user-register .sec__content {
  text-align: center
}
.theme-item {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  user-select: none
}
.theme-item .hidden-opacity {
  opacity: 0
}
.theme-item .sequence__img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: display .5s ease-out;
  -o-transition: display .5s ease-out;
  transition: display .5s ease-out
}
.theme-item .item__thumb {
  position: relative
}
.module-tag--mobile .module-tag__wrap::after, .module-type .tag-wrap::after, .scroll-module .scroll-module__wrap::after, .user-register .sec-content::after, .user-type .sec__content::after, .video-type .sec__content::after {
  content: "";
  clear: both
}
.theme-item::before {
  background: #ff8f50;
  z-index: 1;
  -webkit-transition: transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.theme-item .item__desc, .theme-item .title-wrap {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.theme-item:hover .item__desc, .theme-item:hover .title-wrap {
  color: #ff8f50
}
.theme-item:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.theme-item:hover .hovershow__item {
  opacity: 1
}
.our-modules {
  background: #fff;
  padding-bottom: 0
}
.provide-module {
  width: 25%;
  padding-bottom: 20px
}
@media (min-width:992px) {
  .provide-module {
    width: 25%;
    padding-bottom: 50px
  }
}
@media (max-width:767px) {
  .provide-module {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px
  }
}
.provide-module h4 {
  font-size: 1.2rem;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px
}
.provide-module p {
  color: #6a6a6a;
  margin-bottom: 5px
}
.provide-module i {
  font-size: 5.6rem;
  color: #ff5f00
}
.provide-module i::before {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7)
}
.provide-module .fci-module-theme::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6)
}
.provide-module .module-filter::before, .provide-module .module-share::before {
  -webkit-transform: scale(1.9);
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  transform: scale(1.9)
}
.provide-module .theme-color {
  text-decoration: underline
}
.provide-module .theme-color:hover {
  color: #ff8f50
}
.scroll-module .scroll-module__wrap::after {
  display: table
}
.scroll-module::-webkit-scrollbar {
  background-color: transparent
}
.scroll-module::-webkit-scrollbar-thumb {
  background-color: transparent
}
@media (max-width:991px) {
  .scroll-module {
    overflow-x: scroll
  }
  .scroll-module .scroll-module__wrap {
    width: calc(100% * 2)
  }
}
@media (max-width:767px) {
  .scroll-module .scroll-module__wrap {
    width: calc(100% * 4)
  }
}
.simple-modules {
  opacity: .8
}
.simple-modules .simple-module-item {
  display: inline-block;
  width: 15%;
  padding: 0 10px;
  color: #b3b3b3
}
.simple-modules .simple-module-item p {
  font-size: .93333rem;
  margin-bottom: 0
}
.simple-modules .simple-module-item i {
  font-size: 3.33333rem;
  color: #b3b3b3;
  position: relative
}
.simple-modules .module-circle-wrap i::before {
  padding: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 100%
}
.simple-modules .plan-b__simple-module i::before {
  display: inline-block;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5)
}
@media (max-width:767px) {
  .simple-modules .simple-module-item {
    padding: 0;
    width: 30%;
    text-align: center
  }
  .simple-modules .simple-module-item p {
    max-width: 7em;
    display: inline-block
  }
}
@media (min-width:992px) {
  .simple-modules .simple-module-item {
    width: 16%;
    padding: 0 20px
  }
}
.instruction-steps .step__pic-wrap {
  padding: 0 10px;
  font-size: 4.66667rem;
  color: #ff5f00
}
.instruction-steps .step__wrap {
  width: 24%;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 4px;
  transition: .2s linear;
  box-sizing: border-box
}
.instruction-steps .step__wrap i::before {
  display: inline-block;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7)
}
.instruction-steps .step__icon-wrap {
  width: 10%
}
.instruction-steps .step__icon-wrap i {
  color: #b3b3b3;
  font-size: 2rem
}
.instruction-steps .step__icon-wrap i::before {
  display: inline-block;
  vertical-align: super;
  -webkit-transform: scale(.7) translateY(-5px);
  -moz-transform: scale(.7) translateY(-5px);
  -ms-transform: scale(.7) translateY(-5px);
  -o-transform: scale(.7) translateY(-5px);
  transform: scale(.7) translateY(-5px)
}
.instruction-steps .step__content {
  margin-top: 20px
}
.instruction-steps .step__content h5 {
  color: #333
}
.instruction-steps .step__opacity {
  opacity: 0
}
@media (max-width:767px) {
  .instruction-steps .step__wrap {
    float: left;
    width: 50%;
    padding: 1rem 0 1rem 0
  }
  .instruction-steps .step__icon-wrap {
    display: none
  }
  .instruction-steps .step__wrap i::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  .instruction-steps .step__content {
    margin-top: 0
  }
  .instruction-steps .step__content h4 {
    margin: 0
  }
}
@media (min-width:992px) {
  .instruction-steps .step__pic-wrap {
    padding: 0 20px
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}
.theme-player-modal .modal-dialog {
  max-width: 900px;
  width: 100%;
  padding: 0 60px
}
.theme-player-modal .modal-content {
  position: relative
}
.theme-player-modal .modal-close-btn {
  position: absolute;
  top: 5px;
  right: -50px
}
.theme-player-modal .modal-close-btn span {
  position: relative;
  top: -2px
}
.theme-player-modal .custom-cancel {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fcfcfc;
  background: rgba(0, 0, 0, .2);
  font-size: 2rem;
  opacity: 1
}
.theme-player-modal .custom-cancel:hover {
  color: #fcfcfc;
  background: rgba(0, 0, 0, .4)
}
.modal-backdrop {
  background-color: #000
}
.modal-backdrop.in {
  opacity: .5 !important
}
@media (max-width:767px) {
  .theme-player-modal .modal-dialog {
    width: 100%;
    margin: 0
  }
  .theme-player-modal .modal-close-btn {
    top: 0;
    right: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
  }
}
.theme-item--mobile {
  width: 50%;
  display: inline-block;
  float: left
}
.theme-item--mobile:nth-child(odd) {
  padding-right: 7.5px
}
.theme-item--mobile:nth-child(even) {
  padding-left: 7.5px
}
.theme-item--mobile .theme-name {
  text-align: center;
  font-size: .93333rem;
  color: #333;
  margin: 5px 0 10px
}
.theme-item--mobile .thumbnail-img-wrap {
  position: relative
}
.module-tag--mobile .module-tag__wrap {
  padding: 15px 5px 0;
  margin: 0
}
.module-tag--mobile .module-tag__wrap::after {
  display: table
}
.module-tag--mobile .module-item--mobile {
  display: inline-block;
  padding: 0;
  width: 19%;
  margin-bottom: 15px
}
.module-tag--mobile .module-item--mobile h5 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: .8rem;
  color: #333
}
.module-tag--mobile .module-item--mobile a {
  font-size: .8rem;
  line-height: 20px
}
.module-tag--mobile .module-item--mobile .tag-icon {
  position: relative;
  display: inline-block;
  font-size: 1.73333rem !important;
  color: #fcfcfc;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%
}
.module-dropdown-menu .dropdown-menu .module-item--mobile {
  border-bottom: 0
}
.module-dropdown-menu .module-item--mobile .item-link {
  display: block;
  font-size: .8rem;
  padding: 0
}
.user-type {
  background: #fff
}
.user-type .sec__content::after {
  display: table
}
.user__type {
  display: inline-block;
  float: left;
  width: calc(100% / 3);
  padding: 0 10px
}
.user__type h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333
}
.user__type p {
  color: #969696;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0
}
.user__type img {
  width: 100%
}
.user__type .help-link {
  color: #ccc
}
.user__type .help-link:hover {
  color: #b3b3b3
}
@media (max-width:767px) {
  .user__type {
    margin-bottom: 20px;
    width: 100%
  }
  .user__type h4 {
    font-size: .93333rem
  }
  .user__type:last-child {
    margin-bottom: 0
  }
}
.module-type {
  padding-bottom: 0
}
.module-type .module__item {
  width: 20%
}
.module-type .tag-wrap::after {
  display: table
}
.module-type .module__item p {
  font-size: 1.33333rem
}
@media (max-width:767px) {
  .module-type .sec__content {
    overflow-x: scroll
  }
  .module-type .sec__content::-webkit-scrollbar {
    background-color: transparent
  }
  .module-type .sec__content::-webkit-scrollbar-thumb {
    background-color: transparent
  }
  .module-type .module__item p {
    font-size: 1.06667rem
  }
}
.new-module-type .tag-wrap {
  margin: 0 -5px
}
.new-module-type .module__item {
  margin: 5px;
  width: calc(20% - 10px)
}
.show-more i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 3.73333rem;
  color: #fcfcfc;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.show-more .more-theme {
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.module__item:hover .show-more .more-theme {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.module__item:hover .show-more i {
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  opacity: 0
}
.statistics_data {
  background-color: #ff5f00;
}
.statistics_data .slide__content {
  left: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%
}
.statistics-item {
  color: #fff;
  width: 25%;
  text-align: center;
  border: none
}
@media (min-width:992px) {
  .statistics-item:not(:last-child) {
    border-right: rgb(255, 255, 255, .15) solid 1px
  }
}
.statistics-item p {
  font-size: 14px
}
.statistics-number {
  font-size: 18px !important;
  font-weight: 400
}
.statistics-number strong {
  font-size: 2.13333rem !important;
  font-weight: 400
}
@media (max-width:767px) {
  .statistics_data .slide__content {
    top: calc(40% + 15px)
  }
  .statistics-item {
    width: 100%
  }
  .statistics-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: rgb(255, 255, 255, .15) solid 1px
  }
}
.user-register .help-link {
  margin-top: 5px
}
.user-register .help-link:hover {
  color: #b3b3b3
}
.user-register .help-link .theme-color:hover {
  color: #ff8f50
}
.user-register a {
  cursor: pointer
}
.user-register .middle-line-text {
  display: inline-block;
  width: 22em;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px
}
.user-register .middle-line-text p {
  width: 2em;
  display: inline-block;
  color: #b3b3b3
}
.user-register .middle-line-text::after, .user-register .middle-line-text::before {
  width: calc(50% - 1.5em);
  background: #e6e6e6
}
.user-register .register__item {
  width: 22em;
  line-height: 20px
}
@media (max-width:767px) {
  .user-register .register__item {
    width: 75%
  }
}
.user-register-btn .register-btn {
  border-radius: 3px;
  padding: 13px 0;
  color: #fcfcfc
}
.user-register-btn i {
  margin-right: 5px
}
.user-register-btn i::before {
  display: inline-block;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4)
}
.weibo__register .register-btn {
  background: #ff5d5d
}
.weibo__register .register-btn:hover {
  background: #ef4e4e
}
.weixin__register .register-btn {
  background: #07c160;
  border: #07c160 solid 1px
}
.weixin__register .register-btn:hover {
  background: #6aca6a
}
.user-register .sec-content {
  max-width: 70em;
  width: 100%;
  position: relative;
  display: inline-block
}
.user-register .sec-content::after {
  display: block;
  width: 1px;
  height: 80%;
  top: 0;
  left: 50%;
  background: #e6e6e6;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}
.user-register .module-info, .user-register .register-btn-group {
  display: inline-block;
  float: left;
  width: 50%
}
.user-register .module-info {
  padding: 0 20px
}
.user-register .module-content {
  display: inline-block;
  text-align: left
}
.user-register .module-content p {
  color: #666;
  font-size: 1.06667rem;
  margin-bottom: 15px
}
@media (max-width:767px) {
  .user-register {
    padding-left: 20px;
    padding-right: 20px
  }
  .user-register .after__line::after {
    display: none
  }
  .user-register .module-info {
    width: 100%
  }
  .user-register .register-btn-group {
    padding-top: 10px;
    width: 100%
  }
  .user-register .module-content p {
    font-size: .93333rem
  }
}
.video-type {
  background: #f9f9f9
}
.video-type .sec__title {
  text-align: center;
  margin-bottom: 30px
}
.video-type .sec__title h2 {
  padding-bottom: 30px
}
.video-type .sec__content::after {
  display: table
}
.video-type .sec__content p {
  color: #969696;
  margin-bottom: 25px
}
.video-type .video-type--wrapper {
  float: left;
  width: 55%
}
.video-type .video-type__img {
  float: left;
  padding-left: 5%;
  width: 45%
}
@media (max-width:767px) {
  .video-type .sec__title {
    margin-bottom: 20px
  }
  .video-type .video-type--wrapper, .video-type .video-type__img {
    width: 100%
  }
}
.video-type__content {
  display: inline-block;
  vertical-align: bottom;
  width: 100%
}
.video-type__content img {
  display: inline-block;
  width: 60%
}
.video-type__content:last-child {
  display: none;
  width: 100%;
  text-align: center
}
@media (max-width:767px) {
  .video-type__content, .video-type__content img {
    width: 100%
  }
  .video-type__content:last-child {
    width: 100%;
    float: none
  }
}
@media (min-width:992px) {
  .video-type__content {
    width: 52%;
    float: left
  }
  .video-type__content img {
    width: 100%
  }
  .video-type__content:last-child {
    display: block;
    float: right;
    width: 42%;
    text-align: right
  }
}
.use-scenarios__content, .video-type__item {
  text-align: center
}
.type-item__wrap {
  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
}
@media (max-width:767px) {
  .type-item__wrap {
    display: block
  }
}
.video-type__item {
  display: inline-block;
  position: relative;
  width: 48%;
  background: #fff;
  padding: 25px 0 30px
}
.video-type__item h3 {
  text-align: center;
  color: #333;
  margin: 0 0 20px
}
.video-type__item .video-type__price {
  margin: 0;
  display: block;
  color: #f96444
}
.video-type__item .content-wrap {
  margin-top: 30px
}
.video-type__item .content-wrap p {
  margin-bottom: 10px
}
.video-type__item.preview::before {
  background: #4cccbb
}
.video-type__item::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%
}
@media (max-width:767px) {
  .video-type__item {
    width: 80%;
    margin-bottom: 20px
  }
  .video-type__item:first-child {
    margin-right: 0
  }
  .type-item__wrap {
    text-align: center
  }
}
@media (min-width:992px) {
  .video-type__item:first-child {
    margin-right: 0
  }
}
.module-icon-wrap::after {
  clear: both;
  content: "";
  display: table
}
.video-module__icon {
  float: left;
  background: #ccc
}
.video-module__icon 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)
}
.index__instruction-steps {
  background: #f9f9f9
}
.modal-video-btn {
  cursor: pointer;
  display: block;
  color: #e6e6e6;
  font-size: .93333rem;
  margin-top: 10px
}
.modal-video-btn i, .use-scenarios__left {
  display: inline-block
}
.modal-video-btn i {
  font-size: 1.2rem;
  vertical-align: middle
}
.modal-video-btn:hover {
  color: #fcfcfc
}
@media (max-width:767px) {
  .modal-video-btn {
    font-size: .8rem
  }
  .modal-video-btn i {
    font-size: .93333rem
  }
}
.use-scenarios img {
}
.use-scenarios__hint {
  color: #969696;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 24px
}
.use-scenarios__right {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  margin-left: 25px
}
.use-scenarios__right p {
  font-size: 1.2rem;
  margin-bottom: 25px
}
.index-banner--mobile, .mobile-theme-banner {
  background: #b3b3b3
}
.mobile-theme-banner img {
  width: 100%
}
.copyright--mobile {
  color: #b3b3b3;
  font-size: .8rem;
  text-align: center;
  padding: 8px 15px
}
.price .sec__title {
  margin-bottom: 90px
}
.price .sec-btn p {
  color: #969696;
  margin-top: 10px;
  margin-bottom: 0
}
.price .svg-wrapper {
  top: -35%
}
@media (max-width:767px) {
  .price .sec__title {
    margin-bottom: 50px
  }
  .price .svg-wrapper {
    top: -30%
  }
}
.qrcode p {
  font-size: 1.06667rem;
  text-align: center
}
.user .sec__title {
  margin-bottom: 50px
}
.user .user__logo-wrap {
  width: 25.3%;
  padding: 30px 0;
  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;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 -4px -4px 0
}
.user .user__logo-wrap img {
  padding: 0 15px;
  height: auto
}
.user .user__logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
  padding-left: 0;
  list-style: none;
  overflow: hidden
}
@media (max-width:767px) {
  .user .sec__title {
    margin-top: 30px;
    margin-bottom: 20px
  }
  .user .user__logo-wrap {
    width: 50.8%;
    padding: 20px 30px
  }
}
.qrcode {
  text-align: center
}
.qrcode p {
  margin-bottom: 0
}
.qrcode .qrcode__wrapper {
  width: 12em;
  height: 100%;
  display: inline-block
}
.qrcode .middle-line-text {
  margin-bottom: 10px;
  text-align: center
}
.qrcode .middle-line-text p {
  width: 100%;
  font-size: .93333rem;
  display: inline-block
}
.qrcode .middle-line-text::after, .qrcode .middle-line-text::before {
  width: calc((100% - 7em)/ 2)
}
@media (max-width:767px) {
  .qrcode p {
    font-size: .93333rem
  }
  .qrcode .middle-line-text p {
    font-size: .8rem
  }
}
.auth-form-checkbox .input-helper::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.module-detail__share-button, .theme__module-btn {
  text-align: center
}
.module-detail .module-detail__preview, .info-sec .position-adjuster, .theme__title-wrap {
  position: relative
}
.gallery-tab-item {
  margin: 0 20px;
  display: inline-block
}
.gallery-tab-item.active .btn {
  background-color: #4cccbb;
  border: 1px solid #4cccbb;
  color: #fcfcfc
}
.gallery-tab-item .btn {
  border-radius: 3px;
  font-size: .8rem;
  padding: 5px 8px;
  border: 1px solid #ccc;
  color: #969696
}
.gallery-tab-item .btn:active, .gallery-tab-item .btn:focus, .gallery-tab-item .btn:hover {
  background-color: #4cccbb;
  border: 1px solid #4cccbb;
  color: #fcfcfc
}
@media (max-width:767px) {
  .gallery-tab-item {
    margin: 0
  }
}
.theme-gallery__item {
  width: calc(25% - 20px);
  display: inline-block;
  color: #969696;
  margin: 0 10px
}
.theme-gallery__item .sequence__img {
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}
.theme-gallery__item:hover {
  color: #4cccbb
}
.theme-gallery__item .item__title {
  font-size: .93333rem;
  margin: 0;
  line-height: 46px
}
.theme-gallery__item:first-child {
  margin-left: 0
}
.theme-gallery__item:last-child {
  margin-right: 0
}
.theme-gallery__item .page__play-icon {
  width: 40px !important;
  height: 40px !important
}
@media (max-width:767px) {
  .theme-gallery__item {
    width: 80%;
    margin: 0 0 20px
  }
  .theme-gallery__item .item__title {
    font-size: .8rem
  }
}
.theme-gallery .sec__title {
  margin-bottom: 40px
}
.theme-gallery .tab-content {
  padding-top: 30px;
  padding-bottom: 0
}
@media (max-width:767px) {
  .theme-gallery .tab-wrapper {
    text-align: center
  }
  .theme-gallery .tab-content {
    padding-top: 10px
  }
  .theme-gallery .sec__title {
    margin-bottom: 20px
  }
  .theme-gallery .sec-btn {
    margin-top: 15px
  }
}
.module-detail {
}
.module-detail .preview-wrap {
  width: calc(60% - 30px)
}
.module-detail .module-detail__info {
  position: relative;
  width: 40%
}
.module-detail .page__sec, .theme-extra-info .page__sec {
  padding-top: 55px;
  padding-bottom: 45px
}
.module-detail .sec-btn, .theme-extra-info .sec-btn {
  margin-top: 40px
}
.module-detail .sec__title, .theme-extra-info .sec__title {
  margin-bottom: 40px
}
.info-sec, .theme__info-sec p {
  margin-bottom: 10px
}
.info-sec i, .info-sec span {
  color: #666;
  font-size: .93333rem
}
.info-sec i::before {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.info-sec .position-adjuster {
  left: 3px
}
.theme__info-sec {
  margin-top: 10px;
  font-size: .93333rem;
}
.theme__info-sec p {
  margin-top: 10px
}
.theme__info-sec .module-detail__description {
  margin-top: 10px;
  margin-bottom: 15px
}
@media (max-width:992px) {
  .module-detail {
    padding-top: 0;
    padding-bottom: 0
  }
  .module-detail .preview-wrap {
    width: 100%
  }
  .module-detail .module-detail__preview {
    -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
  }
  .module-detail .module-detail__info {
    position: relative;
    width: 100%
  }
  .module-detail .page__sec, .theme-extra-info .page__sec {
    padding-top: 15px;
    padding-bottom: 10px
  }
  .module-detail__info {
    margin: 0;
    padding: 20px 0;
  }
}
.theme__title-wrap h3 {
  font-size: 2rem;
  margin: 0;
  width: 100%;
  color: #333
}



.theme__module-btn {
  position: relative;
  width: 100%;
  margin-top: 15px
}
.theme__module-btn .btn {
    padding: 10px 40px;
    margin: 0 10px;
}
.theme__module-btn.theme__module-btn--bottom-line {
  padding-bottom: 15px
}
@media (max-width:767px) {
  .theme__module-btn {
    position: relative;
    margin-top: 20px
  }
  .theme__module-btn.theme__module-btn--bottom-line {
    padding-bottom: 20px
  }
}
@media (min-width:992px) {
  .theme__module-btn {
    margin-top: 40px
  }
}










.module-detail__share-button {
  width: 100%;
  margin-top: 5px;
  display: block;
  height: 30px
}
.module-detail__share-button .share__item {
  font-size: 1.33333rem;
  padding: 3px;
  color: #ccc;
  background-image: none
}
.tag-link, .theme-extra-info {
  background: #fff
}
.module-detail__share-button .share__item:hover {
  color: #4cccbb
}
@media (max-width:767px) {
  .module-detail__share-button .show--md {
    display: block
  }
  .module-detail__share-button .show--unless-lg {
    display: none
  }
  .module-detail__share-button .share__item {
    font-size: 1.73333rem
  }
}
@media (max-width:992px) {
  .module-detail__share-button {
    display: none
  }
}
.tag-link {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: .8rem;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #969696;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out
}
/*
.module-detail__render-type .render-type-item .render-module-list li,
*/
.introduce-info p,
.theme-info--mobile .theme-desc {
  font-size: .93333rem
}
.tag-link:hover {
  color: #ff5f00;
  border: 1px solid #ff5f00
}
.theme-extra-info .page__sec:not(.without-border) {
  border-bottom: 1px solid #e6e6e6
}
.theme-instruction-steps {
  margin-top: 0
}
.theme-instruction-steps .step__pic-wrap {
  color: #4cccbb;
  opacity: .8
}
.introduce-info::after {
  clear: both;
  content: "";
  display: table
}
.introduce-info .info-items li {
  float: left;
  display: list-item;
  width: calc(50% - 40px);
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 10px;
  margin-bottom: 20px;
  box-sizing: content-box
}
.introduce-info .info-items li:nth-child(2n-1) {
  clear: both;
  margin-right: 40px
}
.introduce-info p {
  margin-bottom: 15px
}
@media (max-width:767px) {
  .introduce-info .info-items li {
    width: 100%
  }
  .introduce-info {
    margin: 0 20px
  }
  .introduce-info .info-items {
    width: 100%
  }
  .introduce-info .info-items p:last-child {
    margin-bottom: 15px
  }
}
.module-detail__render-type {
  margin-top: 40px;
  margin-bottom: 0;
  border: 0
}
.module-detail__render-type .render-type-item {
  width: 48%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 30px;
  border: 1px solid #ccc;
  border-radius: 2px
}
.module-detail__render-type .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
}
@media (max-width:767px) {
  .module-detail__render-type {
    margin-top: 20px;
    -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
  }
  .module-detail__render-type .render-type-item {
    margin: 10px 20px;
    padding: 20px 30px;
    width: 100%
  }
}
@media (min-width:992px) {
  .module-detail__render-type .render-type-item {
    padding: 20px 50px
  }
}
.module-detail__simple-modules .simple-module-item p {
  color: #666
}
.module-detail__instruction-steps .step__pic-wrap {
  padding: 0
}
.module-detail__instruction-steps .step__wrap {
  width: 19%
}
.module-detail__instruction-steps .step__icon-wrap {
  width: 3%
}
.module-detail__instruction-steps .step__content h5 {
  opacity: 1;
  margin-bottom: 0;
  font-size: .93333rem;
  color: #666
}
@media (max-width:767px) {
  .module-detail__instruction-steps {
    -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
  }
  .module-detail__instruction-steps .step__wrap {
    width: 30%
  }
  .module-detail__instruction-steps .step__content {
    margin-top: 0
  }
  .module-detail__instruction-steps .step__content h5 {
    margin-top: 0;
    margin-bottom: 10px
  }
}
.module-detail__description {
  overflow: hidden
}
.theme__info-sec--bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
.tag-link-line {
  width: 100%;
  height: auto;
  max-height: 68px;
  overflow: hidden
}
@media (max-width:767px) {
  .theme__info-sec--bottom {
    position: relative
  }
  .module-detail .container, .theme-extra-info .container {
    padding: 0
  }
  .theme-extra-info {
    padding: 20px 0
  }
}
@media (min-width:1200px) {
  .module-detail .container, .theme-extra-info .container {
    padding: 0 6em
  }
}
.theme-info--mobile {
  position: relative;
  margin: 0;
  padding-bottom: 15px
}
.theme-info--mobile::before {
  content: " ";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #ccc
}
.theme-info--mobile .create-video-btn {
  margin: 0;
  width: 100%;
  font-size: 1.06667rem
}
.theme-info--mobile .render-count {
  position: absolute;
  right: 0;
  bottom: 5px
}
.login-page-position, .login-register, .login-register .container, .login-register-container, .theme-info--mobile .title-block {
  position: relative
}
.theme-info--mobile .render-count i {
  font-size: 1.2rem
}
.theme-info--mobile .render-count i::before {
  display: inline-block;
  vertical-align: middle
}
.theme-info--mobile .title-block .theme-title {
  padding: 10px 0;
  margin: 0;
  font-size: 1.33333rem;
  color: #333
}
.module-theme--mobile::after, .login-page-position::after {
  display: table;
  clear: both;
  content: ""
}
.login-register, .login-register p {
  text-align: center
}
.module-theme--mobile {
  background-color: #fff;
  padding: 15px
}
.login-register {
  overflow-x: hidden;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 65px;
  background-color: #fff
}
.login-register .container {
  z-index: 2;
  min-height: calc(100vh - 65px)
}
.login-register .middle-position {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%
}
.login-register p {
  font-size: .8rem;
  color: #b3b3b3;
  margin: 0
}
@media (max-width:767px) {
  .login-register {
    margin-top: 50px
  }
  .login-register .container {
    min-height: calc(100vh - 50px)
  }
}
.login-register-container .login-modal__wrapper {
  width: 360px;
  height: 500px
}
@media (min-width:992px) {
  .login-register-container .login-modal__wrapper {
    width: 360px;
    height: 500px
  }
}
.login-page-position {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.login-page-position .login-page-infos {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: calc(100% - 400px);
  text-align: left;
  display: inline-block;
  color: #fcfcfc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
.login-page-position .login-page-infos h2 {
  font-weight: 200;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 40px
}
.login-page-position .login-page-infos p {
  font-weight: 200;
  color: #fcfcfc;
  text-align: left;
  font-size: 1.06667rem;
  margin-bottom: 5px
}
.login-page-position .login-register-container {
  float: right;
  display: inline-block
}
@media (min-width:992px) {
  .login-page-position {
    width: 80%
  }
}
.login-modal__wrapper {
  display: inline-block;
  background-color: #fcfcfc;
  color: #666;
  padding: 30px 40px;
  border-radius: 2px
}
.login-modal-title {
  width: 100%;
  margin: 0;
  font-size: 2rem;
  font-weight: 200;
  color: #333;
  text-align: right
}
.login-modal-title img {
  display: inline-block;
  max-width: 45%
}
.login-modal__btn {
  border-radius: 2px;
  padding: 8px 0;
  font-size: .93333rem;
  width: 100%
}
.login__form-body .hidden-opacity {
  opacity: 0
}
.login__form-body .input-group {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #b3b3b3;
  margin-bottom: 6px
}
.login__form-body .fg-line {
  padding: 0;
  float: left;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  line-height: 40px
}
.login__form-body .fg-line::after {
  clear: both;
  content: "";
  display: table
}
.login__form-body .simple-form--mobile .fg-line {
  height: 42px;
  line-height: 42px
}
.login__form-body .form-control {
  color: #333
}
.login__form-body p {
  margin-top: 5px
}
input:-webkit-autofill {
  color: #666
}
.form__header {
  padding-top: 20px;
  padding-bottom: 60px
}
.form__header.register-form__header {
  padding-top: 40px;
  padding-bottom: 0
}
.form__header.phone-validate__header {
  padding-bottom: 60px
}
.auth-form-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  padding-left: 0
}
.auth-form-checkbox label {
  padding-left: 15px;
  min-height: 12px;
  line-height: 12px
}
.auth-form-checkbox input {
  width: 12px;
  height: 12px
}
.auth-form-checkbox .input-helper::before {
  width: 12px;
  height: 12px;
  border-color: #ccc;
  opacity: 1;
  transform: scale(1)
}
.auth-form-checkbox .input-helper:after {
  width: 9px;
  height: 5px;
  left: 2px;
  top: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 2px solid #4cccbb;
  border-left: 2px solid #4cccbb
}
.auth-form-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)
}
.login__copyright {
  margin-top: 5%;
  color: #fcfcfc;
  font-size: .8rem;
  font-weight: 100;
  text-align: center;
  width: 100%
}
.form__social-auth .middle-line-text {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center
}
.register-form .form__social-auth .middle-line-text {
  margin-top: 20px
}
.form__social-auth .middle-line-text::after, .form__social-auth .middle-line-text::before {
  background: #e6e6e6;
  width: calc((100% - 12em)/ 2)
}
.form__social-auth .middle-line-text .theme-color {
  font-size: .8rem
}
.form__social-auth .middle-line-text .theme-color:hover {
  color: #3bbaaa
}
.form__social-auth .middle-line-text .social-name {
  display: inline-block;
  font-size: .8rem;
  width: 12em;
  color: #b3b3b3
}
.form__social-auth .social-btn-wrap {
  width: 100%
}
.social-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #fcfcfc;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  border: 1px solid #ccc;
  margin: 0 calc((100% - 3 * (50px + 30px))/ 2);
  text-align: center;
  -webkit-transition: backgroundColor .1s ease-out;
  -o-transition: backgroundColor .1s ease-out;
  transition: backgroundColor .1s ease-out
}
.social-btn i {
  font-size: 1.33333rem;
  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%)
}
.social-btn i::before {
  display: inline-block;
  vertical-align: middle
}
.social-btn.socal-qq-btn {
  border-color: #55b1f8;
  color: #55b1f8
}
.social-btn.socal-qq-btn:hover {
  color: #fcfcfc;
  background: #55b1f8
}
.social-btn.socal-weixin-btn {
  border-color: #6cd86c;
  color: #6cd86c
}
.social-btn.socal-weixin-btn:hover {
  color: #fcfcfc;
  background: #6cd86c
}
.social-btn.socal-weibo-btn {
  border-color: #ff5d5d;
  color: #ff5d5d
}
.social-btn.socal-weibo-btn:hover {
  color: #fcfcfc;
  background: #ff5d5d
}
.login-register .page__error-info {
  background-color: transparent;
  border: none;
  padding: 0
}
.login-register .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
}
.login-register .error-placeholder {
  color: #f77c78;
  height: 1em;
  margin-top: 10px;
  font-size: .8rem;
  line-height: 1em;
  text-align: center;
  width: 100%
}
.login-register .error-info h5 {
  margin-top: 5%
}
.login-register .error-info .page__modal-btn {
  margin-top: 10%;
  width: 60%
}
.auth-form-extra-info {
  margin-bottom: 10px;
  color: #969696
}
.auth-form-extra-info::after {
  clear: both;
  content: "";
  display: table
}
.auth-form-extra-info .auth-form-checkbox {
  float: left
}
.auth-form-extra-info .to-forget-password {
  float: right;
  color: #969696;
  font-size: .8rem
}
.auth-form-extra-info .to-forget-password:hover {
  color: #666
}
.register-form .user-register-info {
  font-size: .93333rem;
  padding: 20px 0;
  color: #666
}
.register-form.auth__form-sm .user-register-info {
  color: #b3b3b3
}
.register-form .help-info {
  white-space: nowrap;
  font-size: .8rem;
  margin-top: 0
}
.register-form .help-info a {
  font-size: .8rem
}
.register-form__body .tab-content {
  padding: 0
}
.register-form__body .form__down-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #b3b3b3;
  font-size: .8rem
}
.register-form__info {
  width: 100%
}
.phone-form-control::after, .validate-code-line::after {
  clear: both;
  content: ""
}
.validate-code-line {
  margin-bottom: 15px
}
.validate-code-line::after {
  display: table
}
.validate-code-line .input-group {
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 7.5em);
  float: left
}
.validate-code-line .validate-btn {
  display: inline-block;
  float: right;
  vertical-align: top
}
.validate-code-line .validate-btn .btn {
  padding: 9px 0;
  width: 6.5em
}
.auth__page--mobile .back-btn {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center
}
.auth__page--mobile p {
  color: #b3b3b3
}
.auth__page--mobile .modal__wrapper-sm {
  width: auto;
  background: 0 0;
  padding: 0 8%;
  min-height: calc(100vh - 50px);
  position: relative;
  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;
  -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;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out
}
.form__header-sm {
  padding-top: 15px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center
}
.form__header-sm .login-modal-title {
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 1.6rem
}
.form__social-sm .social-btn i, .form__social-sm label {
  font-size: 1.46667rem
}
.form__header-sm .after__line {
  padding-top: 20px
}
.form__header-sm .after__line::after {
  background: #fff;
  width: 3em;
  left: calc(50% - 3em / 2)
}
.form__body-sm, .form__social-sm {
  width: 100%
}
.form__body-sm .phone-form-control .phone-input {
  padding-left: 5em
}
.form__body-sm .tab-content {
  padding: 0
}
.form__body-sm .login-form-extra-info {
  color: #b3b3b3;
  padding: 0 9px;
  margin-bottom: 0
}
.form__body-sm .login-form-extra-info a {
  color: #b3b3b3
}
.form__body-sm .error.error-hint {
  color: #ff5933
}
.form__body-sm .auth-form-checkbox .input-helper::before {
  border-color: #ccc
}
.auth__page--mobile .auth__form-sm {
  position: relative
}
.auth__page--mobile .error-placeholder {
  position: absolute;
  margin-top: 0;
  top: -22px
}
.form__social-sm .middle-line-text {
  margin-top: 0
}
.form__social-sm .middle-line-text .social-name {
  color: #969696;
  width: 12em
}
.form__social-sm .middle-line-text .social-name .btn-theme-link {
  margin-right: 5px
}
.form__social-sm .middle-line-text::after, .form__social-sm .middle-line-text::before {
  background: #ccc
}
.form__social-sm .social-btn {
  margin: 0 15px;
  width: 60px;
  height: 60px;
  line-height: 60px
}
.auth__page--mobile .login-modal__btn {
  font-size: 1.06667rem
}
.validate-code-line-sm {
  margin-bottom: 10px
}
.validate-code-line-sm .input-group {
  border-bottom: 0;
  width: calc(60% - 10px);
  margin-right: 10px
}
.validate-code-line-sm .fg-line {
  width: 100%
}
.validate-code-line-sm .validate-btn {
  width: 40%
}
.validate-code-line-sm .validate-btn .btn {
  width: 100%;
  margin: 0;
  padding: 10px 0
}
.validate-code-line-sm .btn-theme-frame.btn[disabled] {
  color: #9dddd0;
  opacity: 1
}
.auth__page--mobile .forget-password-container {
  padding: 0 8%
}
.auth__page--mobile .info-wrap h5 {
  color: #4cccbb
}
.auth__page--mobile .info-wrap p {
  color: #969696;
  font-size: .93333rem
}
.auth__page--mobile .info-wrap p a {
  font-size: .93333rem
}
.phone-form-control {
  position: relative
}
.phone-form-control::after {
  display: table
}
.phone-form-control .country-select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding-left: 10px;
  padding-right: 0
}
.phone-form-control .country-select .form-control {
  padding: 0;
  background: 0 0;
  border: 0;
  width: calc(100% - 30px)
}
.login-copyright__mobile {
  color: #b3b3b3;
  font-size: .8rem
}
.login-form__extra-info {
  padding-top: 5px;
  margin-bottom: 15px
}
.weixin-login-page .login__form-body {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start
}
.weixin-login-page .form__header-sm {
  padding-top: 0;
  padding-bottom: 0
}
.weixin-login-page .login-qrcode-wrap img {
  display: inline-block;
  max-width: 70%
}
.weixin-login-page .login-info {
  padding-top: 30px
}
.weixin-login-page .login-info a, .weixin-login-page .login-info p {
  font-size: 1.06667rem
}
.show-social-v1 .form__body-sm, .show-social-v1 .register-form__info {
  align-self: flex-start
}
.weixin-auth .weixin-info {
  font-size: .93333rem;
  color: #969696
}
.weixin-auth .qrcode-wrap {
  position: relative;
  margin: 20px 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.weixin-auth .qrcode-wrap .weixin-auth-error {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6)
}
.weixin-auth .qrcode-wrap p {
  font-size: 1.06667rem;
  color: #fcfcfc;
  margin-bottom: 5px
}
.weixin-auth .back-to-form {
  position: absolute;
  right: 40px;
  bottom: 30px
}
.weixin-auth .back-to-form a {
  font-size: .93333rem;
  color: #969696
}