@import 'lib/bootstrap.min.css';

html,
body {
  width: 100%;
  height: 100%;
}
* {
  font-family: "微软雅黑", "Open Sans", Helvetica, Arial, Tahoma, Verdana;
  margin: 0;
  padding: 0;
}
div,
p,
span,
li {
  /* font-size: @baseFontSize; */
  margin-bottom: 0;
}
a.plain-link {
  color: #FFFFFF;
}
a.plain-link:hover {
  color: #3bc095;
}
a.plain-link:active {
  color: #2f9977;
}
a.gray-link {
  color: #999;
}
a.gray-link:hover {
  color: #3bc095;
}
a.gray-link:active {
  color: #2f9977;
}
a.black-link {
  color: #333;
}
a.black-link:hover {
  color: #666;
}
a.black-link:active {
  color: #333;
}
a.theme-link {
  color: #3bc095;
}
a.theme-link:hover {
  color: #4cc8a0;
}
a.theme-link:active {
  color: #35ac86;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-9 {
  margin-top: 90px;
}
.mt-10 {
  margin-top: 100px;
}
.mt-11 {
  margin-top: 110px;
}
.mt-12 {
  margin-top: 120px;
}
.mt-13 {
  margin-top: 130px;
}
.mt-14 {
  margin-top: 140px;
}
.mt-15 {
  margin-top: 150px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-6 {
  margin-bottom: 60px;
}
.mb-7 {
  margin-bottom: 70px;
}
.mb-8 {
  margin-bottom: 80px;
}
.mb-9 {
  margin-bottom: 90px;
}
.mb-10 {
  margin-bottom: 100px;
}
.mb-11 {
  margin-bottom: 110px;
}
.mb-12 {
  margin-bottom: 120px;
}
.mb-13 {
  margin-bottom: 130px;
}
.mb-14 {
  margin-bottom: 140px;
}
.mb-15 {
  margin-bottom: 150px;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.pt-6 {
  padding-top: 60px;
}
.pt-7 {
  padding-top: 70px;
}
.pt-8 {
  padding-top: 80px;
}
.pt-9 {
  padding-top: 90px;
}
.pt-10 {
  padding-top: 100px;
}
.pt-11 {
  padding-top: 110px;
}
.pt-12 {
  padding-top: 120px;
}
.pt-13 {
  padding-top: 130px;
}
.pt-14 {
  padding-top: 140px;
}
.pt-15 {
  padding-top: 150px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pb-6 {
  padding-bottom: 60px;
}
.pb-7 {
  padding-bottom: 70px;
}
.pb-8 {
  padding-bottom: 80px;
}
.pb-9 {
  padding-bottom: 90px;
}
.pb-10 {
  padding-bottom: 100px;
}
.pb-11 {
  padding-bottom: 110px;
}
.pb-12 {
  padding-bottom: 120px;
}
.pb-13 {
  padding-bottom: 130px;
}
.pb-14 {
  padding-bottom: 140px;
}
.pb-15 {
  padding-bottom: 150px;
}
.col-count-2 {
  float: left;
  width: 50%;
}
.col-count-3 {
  float: left;
  width: 33.33333333%;
}
.col-count-4 {
  float: left;
  width: 25%;
}
.col-count-5 {
  float: left;
  width: 20%;
}
.fontcl-white {
  color: #FFF !important;
}
.fontcl-theme {
  color: #5c7792 !important;
}
.fontcl-gray {
  color: #999 !important;
}
.fontcl-blue {
  color: #1078de !important;
}
.fontcl-orange {
  color: #e37535 !important;
}
.bold {
  font-weight: bold;
}
.bg-gray {
  background-color: #f6f7f9;
}
.font-small {
  font-size: 12px;
}
.linklike {
  cursor: pointer;
}
.linklike.linklike-plain {
  color: #999;
}
.linklike.linklike-plain:hover {
  color: #3bc095;
}
.linklike.linklike-theme {
  color: #3bc095;
}
.linklike.linklike-theme:hover {
  color: #60ceaa;
}

.title-group .title {
  margin: 6px 0;
  font-size: 16px;
   font-weight: bold; 
}
.title-group .subtitle {
  font-size: 12px;
  /* opacity: 0.8; */
  color: #999;
}
.title-group.title-group-2x .title {
  margin: 8px 0;
  font-size: 16px;
}
.title-group.title-group-2x .subtitle {
  font-size: 14px;
}
.title-group.title-group-3x .title {
  margin: 10px 0;
  font-size: 18px;
}
.title-group.title-group-3x .subtitle {
  font-size: 14px;
}
.title-group.title-group-4x .title {
  margin: 12px 0;
  font-size: 20px;
}
.title-group.title-group-4x .subtitle {
  font-size: 14px;
}
.title-group.title-group-5x .title {
  margin: 15px 0;
  font-size: 30px;
}
.title-group.title-group-5x .subtitle {
  font-size: 14px;
}
.sprite-icon {
  display: inline-block;
  background-image: url('/images/play-btn.png');
}
.sprite-icon.fa-mine-arrow-right {
  width: 30px;
  height: 16px;
  background-position: -157px -436px;
}
.sprite-icon.fa-switcher {
  width: 14px;
  height: 9px;
  background-position: -222px -440px;
}
.sprite-icon.sprite-play {
  width: 65px;
  height: 65px;
 // background-position: -152px -381px;
}
.form-control.border-square {
  border-radius: 0;
}
.form-control.border-light {
  border-color: #dddddd;
}
.form-control:focus {
  border-color: #3bc095;
}
.form-group.has-error .form-control {
  border-color: #a94442;
}
.help-block.error {
  color: #925353;
}
.fixed-right-width .left-block {
  position: relative;
  float: right;
  width: 100%;
  z-index: 1;
}
.fixed-right-width .right-block {
  position: relative;
  float: right;
  z-index: 2;
}
.flex-banner-section {
  position: relative;
}
.flex-banner-section .flex-banner-bg {
  width: 100%;
}
.flex-banner-section .flex-banner-bg img {
  width: 100%;
}
.flex-banner-section .flex-banner-text {
  position: absolute;
  width: 100%;
  left: 0;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.mask.mask-white {
  background-color: #FFF;
}
.mask.mask-white-translucent {
  background-color: rgba(255, 255, 255, 0.5);
}
.mask.mask-gray {
  background-color: #f6f7f9;
}
.mask.mask-gray-translucent {
  background-color: rgba(246, 247, 249, 0.5);
}
.corner-flag-wrap {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.corner-flag-wrap .corner-flag {
  font-size: 12px;
  text-align: center;
  color: #FCFCFC;
  position: relative;
  padding: 0;
  left: -13px;
  top: 9px;
  width: 90px;
  background-color: #EF6C63;
  -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, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.corner-flag-wrap .corner-flag:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 12px;
  border-top: 3px solid #b92116;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.corner-flag-wrap .corner-flag:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 11px;
  border-top: 3px solid #b92116;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.explore-item {
  float: left;
  width: 31.333%;
  margin: 0 1% 2% 1%;
  background: #FFF;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  animation: fadeIn 1s ease-in-out;
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
}
.explore-item .explore-thumnail {
  position: relative;
  background: #f5f5f5;
  display:block;
}
.explore-item .explore-thumnail img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  -moz-animation: fadeIn 0.3s;
}
.explore-item .explore-thumnail .playicon {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  
  
}
.explore-item .explore-thumnail:hover img {
  opacity: 0.6;
}
.explore-item .explore-thumnail:hover .playicon {
  opacity: 1;
}
.explore-item  .tvideo{
	width:100%;height:100%;cursor:pointer
}
.explore-item  .thumb{display:none}
.explore-item .explore-text {
  padding: 5px 10px 10px 15px;
}
.explore-item .explore-text .divider {
  height: 0;
  border-bottom: #efefef thin solid;
  margin: 5px 0;
}
.explore-item .explore-text .subtitle {
  height: 34px;
  overflow: hidden;
}
.explore-item .explore-text .explore-archive {
  width: 50%;
  height: 34px;
  line-height:34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.explore-item .explore-text .explore-applys {
  /* width: 28%; */
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
   font-size: 14px;
}
.explore-item .explore-text .create{
  width: 40%;
  height: 34px;
  font:normal  16px/34px 微软雅黑;
  display:inline-block;
  background:url('/images/sheji-icon.jpg') no-repeat 14px 8px #eaeff2;
  padding-left:44px;
  

  
}
.explore-item .explore-text .explore-collection {
  font-size: 12px;
  margin-right: 10px;
  line-height: 20px;
}
.explore-item .explore-text .explore-collection .fa {
  cursor: pointer;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}
.explore-item .explore-text .explore-collection .fa:hover {
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
}
.explore-item .explore-text .explore-collection .fa.fa-heart {
  color: #de7a32;
}
.explore-item .explore-author {
  float: left;
  width: 50%;
}
.explore-item .explore-author .explore-portrait {
  float: left;
  width: 30px;
  height: 30px;
}
.explore-item .explore-author .explore-portrait img {
  width: 100%;
  height: 100%;
}
.explore-item .explore-author .explore-uname {
  float: left;
  line-height: 30px;
  height: 30px;
  width: 100%;
  margin-left: -30px;
  padding-left: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.explore-item:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  box-shadow: #999 1px 1px 3px;
}
@media screen and (min-width: 1680px) {
  .container {
    width: 1300px;
  }
  .title-group .title {
    margin: 10px 0;
    font-size: 16px;
  }
  .title-group .subtitle {
    font-size: 14px;
  }
  .title-group.title-group-2x .title {
    margin: 12px 0;
    font-size: 18px;
  }
  .title-group.title-group-2x .subtitle {
    font-size: 14px;
  }
  .title-group.title-group-3x .title {
    margin: 14px 0;
    font-size: 20px;
  }
  .title-group.title-group-3x .subtitle {
    font-size: 14px;
  }
  .title-group.title-group-4x .title {
    margin: 16px 0;
    font-size: 24px;
  }
  .title-group.title-group-4x .subtitle {
    font-size: 14px;
  }
  .title-group.title-group-5x .title {
    margin: 20px 0;
    font-size: 34px;
  }
  .title-group.title-group-5x .subtitle {
    font-size: 14px;
  }
}
.button {
  font-family: "微软雅黑", "Open Sans", Helvetica, Arial, Tahoma, Verdana;
}
.button-bordernone {
  border: none;
}
.button-theme {
  background-color: #3bc095;
  border-color: #3bc095;
  color: #FFF;
}
.button-theme:hover {
  background-color: #60ceaa;
}
.button-theme:active,
.button-theme:focus {
  background-color: #2f9977;
}
.button-theme.button-bordered {
  background: none;
  color: #3bc095;
  border: #3bc095 thin solid;
}
.button-theme.button-bordered:hover {
  background: #60ceaa;
  color: #FFF;
}
.button-theme.button-bordered:active,
.button-theme.button-bordered:focus {
  background: #2f9977;
  color: #FFF;
}
.button-angle-right:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f101';
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.button-angle-right:hover:after {
  transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
}
@keyframes button-border-animate-1 {
  50% {
    transform: translate(-20px, 0) rotate(-180DEG);
    -webkit-transform: translate(-20px, 0) rotate(-180DEG);
    -moz-transform: translate(-20px, 0) rotate(-180DEG);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0) rotate(0DEG);
    -webkit-transform: translate(0, 0) rotate(0DEG);
    -moz-transform: translate(0, 0) rotate(0DEG);
    opacity: 1;
  }
}
@-webkit-keyframes button-border-animate-1 {
  50% {
    transform: translate(-20px, 0) rotate(-180DEG);
    -webkit-transform: translate(-20px, 0) rotate(-180DEG);
    -moz-transform: translate(-20px, 0) rotate(-180DEG);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0) rotate(0DEG);
    -webkit-transform: translate(0, 0) rotate(0DEG);
    -moz-transform: translate(0, 0) rotate(0DEG);
    opacity: 1;
  }
}
@-moz-keyframes button-border-animate-1 {
  50% {
    transform: translate(-20px, 0) rotate(-180DEG);
    -webkit-transform: translate(-20px, 0) rotate(-180DEG);
    -moz-transform: translate(-20px, 0) rotate(-180DEG);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0) rotate(0DEG);
    -webkit-transform: translate(0, 0) rotate(0DEG);
    -moz-transform: translate(0, 0) rotate(0DEG);
    opacity: 1;
  }
}
.button-border-animate-1:hover {
  border: #3bc095 1px solid;
  box-shadow: #FFF 1px 1px 3px, #FFF -1px -1px 3px;
}
.button-border-animate-1:hover .fa {
  animation: button-border-animate-1 1s;
  -webkit-animation: button-border-animate-1 1s;
  -moz-animation: button-border-animate-1 1s;
}
.button-border-animate-1:active {
  opacity: 0.9;
}
.button-border-animate-2:hover {
  border: #FFF 1px solid;
  box-shadow: #3bc095 1px 1px 3px, #3bc095 -1px -1px 3px;
}
.button-border-animate-2:hover .fa {
  animation: button-border-animate-1 1s;
  -webkit-animation: button-border-animate-1 1s;
  -moz-animation: button-border-animate-1 1s;
}
.button-border-animate-2:active {
  opacity: 0.9;
}
.button-1x {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0 30px;
}
.button-2x {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.button-3x {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.button-4x {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 45px;
}
.button-form {
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
}
.button-expand {
  width: 100%;
}
.button-expand-1 {
  padding: 0 40px;
}
.button-expand-2 {
  padding: 0 50px;
}
.button-expand-3 {
  padding: 0 60px;
}
.button-expand-4 {
  padding: 0 80px;
}
.navbar-mine {
  background-color: #FFFFFF;
  border-color: #efefef;
}
.navbar-mine .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-mine .navbar-brand {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  z-index: 2;
}
.navbar-mine .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
}
.navbar-mine .navbar-nav {
  width: 100%;
  margin: 0;
  text-align: center;
}
.navbar-mine .navbar-nav li {
  float: none !important;
  display: inline-block;
}
.navbar-mine .navbar-nav li a {
  color: #333;
}
.navbar-mine .navbar-nav li a:hover {
  background-color: #efefef;
}
.navbar-mine .navbar-nav li.active a {
  background-color: #3bc095;
  color: #FFF;
}
.navbar-mine .navbar-form {
  position: absolute;
  right: 30px;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 10px;
}
.navbar-account {
  position: absolute;
  right: 30px;
}
.navbar-account .dropdown-toggle {
  padding: 5px 0;
  line-height: 40px;
  color: #999;
}
.navbar-account .dropdown-toggle img.portrait {
  float: left;
  width: 40px;
  height: 40px;
}
.navbar-account .dropdown-toggle .uname {
  float: left;
  margin: 0 3px;
  max-width: 90px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-account .dropdown-toggle:hover {
  background: none;
  color: #3bc095;
}
.navbar-account .dropdown-menu {
  left: auto;
  right: -30px;
}
.navbar-account .dropdown-menu > li > a {
  padding: 6px 20px;
}
.navbar-account .open .dropdown-toggle {
  background: none;
}
.navbar-account .open .dropdown-toggle:focus {
  background: none;
}
.navbar-fixed-top-space {
  height: 50px;
}
@media screen and (max-width: 900px) {
  .navbar-mine .navbar-header {
    float: none;
  }
  .navbar-mine .navbar-toggle {
    display: block;
  }
  .navbar-mine .navbar-collapse.collapse {
    display: none !important;
    border-bottom: #e7e7e7 1px solid;
  }
  .navbar-mine .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-mine .navbar-nav {
    float: none;
    text-align: left;
  }
  .navbar-mine .navbar-nav li {
    display: block !important;
  }
  .navbar-mine .navbar-form {
    position: relative;
    right: 0;
    border-top: #dedede 1px solid;
  }
  .navbar-mine .navbar-account {
    position: relative;
    right: 0;
    padding-left: 15px;
    border-top: #dedede 1px solid;
  }
  .navbar-mine .navbar-account .dropdown-menu {
    position: relative;
    border: none;
    right: auto;
    float: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 1680px) {
  .navbar-mine .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .navbar-mine .navbar-brand {
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-mine .navbar-nav > li > a {
    font-size: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .navbar-mine .navbar-form {
    right: 80px;
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .navbar-mine .navbar-account {
    right: 80px;
    padding-top: 11px;
  }
  .navbar-fixed-top-space {
    height: 72px;
  }
}
.footer {
  background-color: #30343f;
  color: #878b8e;
}
.footer .footer-title {
  color: #FFF;
  margin-bottom: 10px;
}
.footer a {
  color: #878b8e;
}
.footer a:hover {
  color: #FFF;
}
.footer ul {
  margin-right: 15px;
}
.footer ul li {
  margin-bottom: 8px;
}
.footer ul .fa-mine-arrow-right {
  float: right;
  margin: 11px 0 0 5px;
}
.footer .copyright {
  background-color: #292c33;
}
.footer .col-count-6 {
  border-top: #444445 thin solid;
}
.footer .col-count-6 ul {
  list-style: none;
  margin: 20px 0;
  padding-bottom: 20px;
}
.footer .col-count-6 ul li {
  display: block;
  float: left;
  margin-right: 10px;
}
.fixed-side-nav {
  position: fixed;
  right: 0;
  bottom: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.fixed-side-nav ul {
  margin: 0;
}
.fixed-side-nav ul li {
  position: relative;
  list-style: none;
}
.fixed-side-nav ul li a:hover,
.fixed-side-nav ul li a:active {
  text-decoration: none;
}
.fixed-side-nav ul li .nav-text-wrap {
  position: relative;
  background-color: #3bc095;
  color: #FFF;
  z-index: 2;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.fixed-side-nav ul li .nav-text-wrap .nav-text {
  padding: 20px 0 15px 0;
  margin: 0 8px;
  border-bottom: #51ca87 1px solid;
  text-align: center;
}
.fixed-side-nav ul li .nav-text-wrap .nav-text .fa {
  font-size: 22px;
}
.fixed-side-nav ul li .nav-text-wrap .nav-text p {
  margin-top: 3px;
  font-size: 12px;
}
.fixed-side-nav ul li .nav-pop {
  position: absolute;
  top: 0;
  right: -300%;
  padding: 10px;
  background: #FFF;
  color: #3bc095;
  border: #DDD 1px solid;
  font-size: 12px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.fixed-side-nav ul li.dhzx .nav-pop {
  top: 12px;
  width: 235px;
}
.fixed-side-nav ul li:hover .nav-text-wrap {
  background-color: #60ceaa;
}
.fixed-side-nav ul li:hover .nav-pop {
  right: 0;
}
.fixed-side-nav ul li:active .nav-text-wrap {
  background-color: #2f9977;
}
@media screen and (max-width: 900px) {
  .fixed-side-nav {
    display: none;
  }
}
.widget .widget-header,
.widget .widget-footer {
  padding: 10px 0;
}
.widget.widget-login .widget-title {
  font-size: 18px;
  font-weight: bold;
}
.widget.widget-login .checkbox {
  float: left;
}
.widget.widget-login .forget-pass {
  float: right;
  margin: 10px 0;
}
.widget.widget-register .validatecode_group {
  position: relative;
  float: right;
  margin-right: -120px;
  padding-right: 125px;
  width: 100%;
  z-index: 1;
}
.widget.widget-register .validatecode_img {
  position: relative;
  float: right;
  width: 120px;
  height: 34px;
  z-index: 2;
}
.widget.widget-register .form-group {
  position: relative;
}
.widget.widget-register .emailHint {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  background: #efefef;
  border: #dedede 1px solid;
  border-top: none;
  z-index: 3;
}
.widget.widget-register .emailHint.active {
  display: block;
}
.widget.widget-register .emailHint li {
  padding: 3px 12px;
  color: #999;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.widget-register .emailHint li.active,
.widget.widget-register .emailHint li:hover {
  background: #3bc095;
  color: #FFF;
}
.widget-service-choose .widget-header {
  border-bottom: #efefef 1px solid;
}
.widget-service-choose .widget-title {
  font-size: 16px;
  font-weight: bold;
}
.widget-service-choose .widget-body {
  position: relative;
}
.widget-service-choose .mask .alert {
  margin-top: 15%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.widget-service-choose table {
  width: 100%;
}
.widget-service-choose tr td {
  padding: 15px 10px;
}
.widget-service-choose tr td:first-child {
  width: 100px;
  font-weight: bold;
}
.widget-service-choose tr td.amount {
  font-size: 16px;
  font-weight: bold;
}
.widget-service-choose .list-border .list-item {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  margin: 3px 5px 3px 0;
  border: #dedede 1px solid;
  overflow: hidden;
}
.widget-service-choose .list-border .list-item .check {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #3bc095;
  color: #fff;
  transform: rotate(45DEG);
  -webkit-transform: rotate(45DEG);
  -moz-transform: rotate(45DEG);
}
.widget-service-choose .list-border .list-item .check .fa {
  font-size: 12px;
  transform: rotate(-45DEG) translate(-3px, 16px);
  -webkit-transform: rotate(-45DEG) translate(-3px, 16px);
  -moz-transform: rotate(-45DEG) translate(-3px, 16px);
}
.widget-service-choose .list-border .list-item.active {
  color: #3bc095;
  border-color: #2f9977;
}
.widget-service-choose .list-border .list-item.active .check {
  display: block;
}
.widget-service-choose .list-border .list-item:not(.active):hover {
  background-color: #efefef;
  cursor: pointer;
}
.widget-qr-payment {
  text-align: center;
}
.widget-qr-payment .qr-choose {
  text-align: center;
}
.widget-qr-payment .qr-choose .qr-choose-item {
  position: relative;
  display: inline-block;
  width: 40%;
  margin: 20px 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #d6d6d6 thin solid;
  cursor: pointer;
  overflow: hidden;
}
.widget-qr-payment .qr-choose .qr-choose-item .check {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #3bc095;
  color: #fff;
  transform: rotate(45DEG);
  -webkit-transform: rotate(45DEG);
  -moz-transform: rotate(45DEG);
}
.widget-qr-payment .qr-choose .qr-choose-item .check .fa {
  font-size: 12px;
  transform: rotate(-45DEG) translate(-9px, 10px);
  -webkit-transform: rotate(-45DEG) translate(-9px, 10px);
  -moz-transform: rotate(-45DEG) translate(-9px, 10px);
}
.widget-qr-payment .qr-choose .qr-choose-item.active {
  border-color: #3bc095;
}
.widget-qr-payment .qr-choose .qr-choose-item.active .check {
  display: block;
}
.widget-qr-payment .qr-section {
  display: none;
}
.widget-qr-payment .qr-section .qr-wrap {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 6px;
  border: #dedede 1px solid;
  border-bottom: #dedede 2px solid;
}
.widget-qr-payment .qr-section .qr-wrap img,
.widget-qr-payment .qr-section .qr-wrap iframe {
  width: 100%;
  height: 100%;
}
.widget-qr-payment .qr-section.active {
  display: block;
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
}
.widget-qr-payment .qr-section p {
  margin: 10px 0;
}
.widget-qr-payment .qr-section p.amount span {
  font-weight: bold;
}
.widget-qr-payment .widget-footer {
  margin-top: 20px;
}
.widget.widget-tpreview .tpreview-info-section {
  height: 281px;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-video-container {
  position: relative;
  float: left;
  width: 500px;
  height: 100%;
  z-index: 2;
  background: #3bc095;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-video-container .tp-video-thumb {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-video-container .mask {
  padding-top: 20%;
  color: #FFF;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-video-container .mask .fa {
  font-size: 70px;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-video-container:hover .mask {
  opacity: 1;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-video-container:hover .tp-video-thumb {
  opacity: 0.6;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin-left: -500px;
  padding-left: 520px;
  z-index: 1;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-content {
  position: relative;
  height: 100%;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tp-title {
  margin-top: 0;
  margin-bottom: 10px;
  height: 17px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tp-description {
  opacity: 0.8;
  max-height: 51px;
  margin-bottom: 10px;
  font-size: 12px;
  overflow: hidden;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tp-price {
  font-size: 16px;
  color: #fd583e;
  font-style: italic;
  font-weight: bold;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tp-price .buyhint {
  display: inline-block;
  margin-left: 10px;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  border-top: #dedede thin solid;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed p {
  font-size: 14px;
  margin-bottom: 3px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .tp-keyword {
  height: 28px;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .tp-keyword span {
  display: inline-block;
  padding: 0 5px;
  margin-right: 3px;
  background-color: #fff;
  border: #dedede 1px solid;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .tp-button-group {
  margin-top: 10px;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .button {
  margin-right: 5px;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .button-collection.active {
  background-color: #FEAE1B;
  color: #FFF;
}
.widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .button-collection:not(.active):focus {
  background: none;
  color: #FEAE1B;
}
.widget.widget-tpreview .tp-divider {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.widget.widget-tpreview .tp-divider .divider-line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: #dedede 1px solid;
}
.widget.widget-tpreview .tp-divider .divider-text {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background: #efefef;
}
.widget.widget-tpreview .tpreview-screenshot-section {
  margin-bottom: 20px;
}
.widget.widget-tpreview .tpreview-screenshot-section .tp-screenshot {
  float: left;
  width: 19.2%;
  margin-right: 1%;
}
.widget.widget-tpreview .tpreview-screenshot-section .tp-screenshot:last-child {
  margin-right: 0;
}
.widget.widget-tpreview .tpreview-screenshot-section .tp-screenshot img {
  width: 100%;
}
.widget-work-embed .embed-preview-section {
  background: #666;
}
.widget-work-embed .code-section {
  position: relative;
}
.widget-work-embed .code-section textarea {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  min-width: 100%;
  max-width: 100%;
}
.widget-work-embed .code-section .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.widget-work-embed .size-section .form-group {
  margin-right: 15px;
}
.widget-work-embed .size-section .control-label {
  float: left;
  margin-right: 5px;
  line-height: 34px;
}
.widget-work-embed .size-section .form-control {
  float: left;
  width: 120px;
}
.client_tpreview {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  background-color: #414348;
  color: #FFF;
}
.client_tpreview .widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed .tp-keyword span {
  background: none;
}
.client_tpreview .widget.widget-tpreview .tp-divider .divider-text {
  background: #414348;
}
.client_tpreview .widget.widget-tpreview .tpreview-info-section .tpreview-meta-container .tpreview-meta-fixed {
  border-color: #6c6c6c;
}
.client_tpreview .widget.widget-tpreview .tp-divider .divider-line {
  border-color: #6c6c6c;
}
.modal.modal-square .modal-content {
  border-radius: 0;
}
.modal.modal-widget .modal-header {
  border-bottom: none;
}
.modal.modal-widget .modal-header .close {
  background: #ff543a;
  position: absolute;
  top: 2px;
  right: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  opacity: .5;
}
.modal.modal-widget .modal-header .close:hover {
  opacity: 1;
}
.modal.modal-widget .login-modal-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.modal.modal-widget-videoplayer .modal-body {
  padding: 0;
}
.modal.modal-widget-videoplayer .videoplayer-modal-content {
  background-color: #000;
}
.modal.modal-widget-tpreview .modal-content {
  background-color: #efefef;
}
.modal.modal-widget-tpreview .modal-content .modal-header {
  background-color: #dedede;
}
.modal.modal-widget-tpreview .modal-content .tpreview-modal-content {
  padding: 0;
}
.modal.modal-reviews .modal-body {
  padding: 0;
}
.modal.modal-reviews button.close {
  position: absolute;
  top: 0;
  right: -25px;
  color: #fff;
  opacity: 0.6;
}
.modal.modal-reviews button.close:hover {
  opacity: 1;
}
.pagination-theme > li > a {
  margin: 0 2px;
  border-radius: 0;
  border-color: #efefef;
  color: #333;
}
.pagination-theme > li > a:hover {
  color: #3bc095;
}
.pagination-theme > li.active > a {
  border-color: #2f9977;
  background-color: #3bc095;
  color: #FFF;
}
.pagination-theme > li.active > a:hover {
  border-color: #2f9977;
  background-color: #3bc095;
  cursor: not-allowed;
}
.pagination-theme > li.disabled > a {
  opacity: 0.6;
}
.pagination-theme > li.ellipsis > a {
  border: none;
  background-color: transparent;
  cursor: not-allowed;
}
.pagination-theme > li.ellipsis > a:hover {
  color: #333;
}
.pagination-theme > li.goto {
  display: inline-block !important;
  margin-left: 15px;
}
.pagination-theme > li.goto > * {
  float: left;
}
.pagination-theme > li.goto .text {
  line-height: 34px;
  margin-right: 3px;
}
.pagination-theme > li.goto .form-group {
  width: 70px;
}
.animated {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.animated_fast {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.animated.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
    -webkit-transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 0.3;
    transform: translate3d(25px, 0, 0);
    -webkit-transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
    -webkit-transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 0.3;
    transform: translate3d(25px, 0, 0);
    -webkit-transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
  -webkit-animation-name: bounceInLeft;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.double-bounce-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 50px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #67CF22;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -moz-animation: bounce 2s infinite ease-in-out;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -moz-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
}
.rotateY {
  animation-name: rotateY;
  -webkit-animation-name: rotateY;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.ax-nav-tabs {
  border-bottom: #eee 1px solid;
}
.ax-nav-tabs li {
  list-style: none;
  display: inline-block;
  border-bottom: transparent 2px solid;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}
.ax-nav-tabs li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.ax-nav-tabs li a:hover {
  text-decoration: none;
  background-color: #eee;
}
.ax-nav-tabs li a:active,
.ax-nav-tabs li a:focus {
  text-decoration: none;
}
.ax-nav-tabs.ax-nav-tabs-1 li:not(.active):hover {
  border-color: #87dabf;
}
.ax-nav-tabs.ax-nav-tabs-1 li:not(.active):hover a {
  color: #FFF;
  background-color: #87dabf;
}
.ax-nav-tabs.ax-nav-tabs-1 li.active {
  border-color: #3bc095;
}
.ax-nav-tabs.ax-nav-tabs-1 li.active a {
  color: #3bc095;
}
.ax-nav-tabs.ax-nav-tabs-1 li.active a:hover {
  background-color: none;
}
.ax-tab-content {
  padding: 15px;
}
