/*
 * Template Name: Delta - Responsive Website Template for mobile apps
 * Version: 1.8
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/* ======= Base ======= */
body {
  font-family: 'Lato', Arial,'Microsoft YaHei',sans-serif;
  color: #444444;
}
h2,h4,.littleh4{
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial;
}
a {
  color: #04adfb;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #198ab9;
}
a:focus {
  text-decoration: none;
  color: #198ab9;
}

h2,.h2{
  font-size: 38px;
  line-height: 1.3em;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #56bc94;
  border: 1px solid #56bc94;
  color: #fff;
}
.btn-theme:hover {
  background: #3fa07a;
  border: 1px solid #3fa07a;
  color: #fff;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #56bc94;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.note {
  font-family: 'Covered By Your Grace', cursive,'Microsoft YaHei';
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #3fa07a;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #317b5e;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;

}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.offset-header {
  padding-top: 100px;
}
.has-pattern {
  background-image: url('../images/patterns/pattern-1.png');
  background-repeat: repeat;
  background-position: left top;
}

#contact {
  background-image: url('../images/patterns/pattern-3.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

#activity {
  background-image: url('../images/patterns/pattern-4.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

/*#team {*/
/*background-image: url('../../images/crm.png');*/
/*background-repeat: no-repeat;*/
/*background-position: right bottom;*/
/*}*/
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 0px 0;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-height:100px;
}

.header-op{
  background: rgba(255,255,255,0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.navbar-fixed-top .navbar-collapse{
  padding: 15px 0px
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 28px;
  max-height: 120px;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.navbar-right{
  margin-top: 12px;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 60px;
  margin-top: 20px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button {
  margin-top: 30px;
  background: #3cc3c1;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-right: 5px;
}
.header .main-nav .nav .nav-item.active a {
  color: #04adfb;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 15px;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #198ab9;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #56bc94;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #eee;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #333;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #56bc94;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #56bc94;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #56bc94;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  /*background-color: #ff7b4c;*/
  /*color: #fff;*/
  /*min-height: 600px;*/
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.promo .overview h2 {
  /* font-size: 30px;*/
  margin-bottom: 35px;
  color: #333;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.promo .overview h2 p{
  position: absolute;
  font-size: 2.3em;
  left: 170px;
  opacity: 0.2;
  top: -50px;
}

.promo .overview h2 p.mrm{
  left: 270px;
  top: 35px;
  font-size: 3.2em;
  opacity: 0.2;
}

.promo .overview .summary {
  margin-bottom: 30px;
  margin-left: 70px;
}

.promo .overview .btn-try {
  position: inherit;
  display: inline-block;

}
.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}
.promo .overview .summary li span{
  color: #1D9CFF;
  font-weight: bold;
  font-family: 'PingFang SC', 'Microsoft YaHei', serif;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-group {
  margin-left: 40px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #56bc94;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}
.promo .overview .btn-group li a:hover {
  background-color: #31aa7a;
}
.promo .overview .btn-group li.ios-btn a {
  background-color:#67b5e6;
  background-image: url('../images/buttons/btn-app-store.png');
}
.promo .overview .btn-group li.ios-btn{
  margin-top: 35px;}
.promo .overview .btn-group li.ios-btn a:hover {
  background-color: #4eaae3;
}
.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
}
.promo .overview .btn-group li.android-bao-btn a {
  background-image: url('../images/buttons/btn-android.png');
}
.promo .overview .note {
  position: relative;
  color: #fcbe99;
}
.promo .overview .note p {
  padding-top: 15px;
}
.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 25px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.png') no-repeat left top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 50px;
  height: 69px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 25px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 50px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .iphone {
  position: relative;
}
.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}
.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}
.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
  z-index:-1;
}
.promo .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  margin: 0px auto;
  background-image: url('../images/android/android-black.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}
.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .ipad {
  position: relative;
}
.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.png');
}
.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.png');
}
.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}
.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}
.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}
/* ======= promo (Landscape view) ======= */
.promo-landscape {
  padding-bottom: 60px;
}
.promo-landscape .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-landscape .flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.3);
}
.promo-landscape .overview h2 {
  margin-bottom: 0;
}
.promo-landscape .overview .summary {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 0;
}
.promo-landscape .overview .summary li {
  text-align: left;
  background-image: none;
  padding-left: 0;
}
.promo-landscape .overview .summary li .fa {
  color: rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}
.promo-landscape .overview .download-area {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.promo-landscape .overview .btn-group {
  margin-left: 0;
}
.promo-landscape .overview .btn-group li:last-child a {
  margin-right: 0;
}
.promo-landscape .phone {
  padding-top: 45px;
}
.promo-landscape .iphone {
  position: relative;
  margin-bottom: 60px;
}
.promo-landscape .iphone .iphone-holder {
  position: relative;
  width: 570px;
  height: 275px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo-landscape .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black-landscape.png');
}
.promo-landscape .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo-landscape .iphone .iphone-holder-inner {
  position: absolute;
  width: 394px;
  height: 222px;
  top: 23px;
  left: 90px;
}
.promo-landscape .iphone .flexslider .flex-control-nav {
  bottom: -60px;
}
.promo-landscape .iphone:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  top: -60px;
  left: 0;
  position: absolute;
}
.promo-landscape .android {
  position: relative;
  margin-bottom: 60px;
}
.promo-landscape .android .android-holder {
  position: relative;
  width: 570px;
  height: 290px;
  background-image: url('../images/android/android-black-landscape.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.promo-landscape .android .android-holder-inner {
  position: absolute;
  width: 451px;
  height: 254px;
  left: 66px;
  top: 15px;
}
.promo-landscape .android .flexslider .flex-control-nav {
  bottom: -60px;
}
.promo-landscape .android:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  top: -60px;
  left: 0;
  position: absolute;
}
/* ======= Features Section ======= */
.features {
  padding-top: 40px;
  padding-bottom: 40px;
}
.features .title{
  color: #333;
}
.features .title span{
  font-size: 20px;
  display: inline-block;
  border-top: 5px solid #eee;
  padding: 10px 0px;
  margin-top: 10px;
  color: #aaa;
}

#discount .features .title span{
  font-size: 36px;
  color: #666;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #56bc94;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}

.features .icon:hover {
  background: #56bc94;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon:hover .pe-icon {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #56bc94;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .icon .pe-icon {
  color: #56bc94;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.features .content {
  padding: 30px;
}

.features .content img{
  text-align: center;
  margin:0px auto;
  margin-bottom: 20px;
}
.features .content .title {
  color: #000;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
}
.features .content p {
  font-weight: 300;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #aaa;
  outline: 0px;
  border: 0px;
}
.features .btn-link:hover {
  color: #999;
}

.features .item.fun2 .icon:hover .fa,
.features .item.fun3 .icon:hover .fa,
.features .item.fun4 .icon:hover .fa,
.features .item.fun5 .icon:hover .fa,
.features .item.fun6 .icon:hover .fa,
.features .item.fun7 .icon:hover .fa,
.features .item.fun8 .icon:hover .fa {
  color: #fff;
}



.features .item.fun2 .icon .fa,
.features .item.fun2 .content .title{
  color: #E50012;
}
.features .item.fun2 .icon{
  border: 3px solid #ff7b4c;
}
.features .item.fun2 .icon:hover {
  background: #ff7b4c;
  color: #fff;
}

.features .item.fun3 .icon .fa,
.features .item.fun3 .content .title{
  color: #009844;
}
.features .item.fun3 .icon{
  border: 3px solid #b48abc;
}
.features .item.fun3 .icon:hover {
  background: #b48abc;
  color: #fff;
}

.features .item.fun4 .icon .fa,
.features .item.fun4 .content .title{
  color: #6dcd23;
}
.features .item.fun4 .icon{
  border: 3px solid #6dcd23;
}
.features .item.fun4 .icon:hover {
  background: #6dcd23;
  color: #fff;
}

.features .item.fun8 .icon .fa,
.features .item.fun8 .content .title{
  color: #fcc247;
}
.features .item.fun8 .icon{
  border: 3px solid #fcc247;
}
.features .item.fun8 .icon:hover {
  background: #fcc247;
  color: #fff;
}

.features .item.fun6 .icon .fa,
.features .item.fun6 .content .title{
  color: #67b5e6;
}
.features .item.fun6 .icon{
  border: 3px solid #67b5e6;
}
.features .item.fun6 .icon:hover {
  background: #67b5e6;
  color: #fff;
}

.features .item.fun7 .icon .fa,
.features .item.fun7 .content .title{
  color: #fc6691;
}
.features .item.fun7 .icon{
  border: 3px solid #fc6691;
}
.features .item.fun7 .icon:hover {
  background: #fc6691;
  color: #fff;
}

.features .item.fun5 .icon .fa,
.features .item.fun5 .content .title{
  color: #fc7777;
}
.features .item.fun5 .icon{
  border: 3px solid #fc7777;
}
.features .item.fun5 .icon:hover {
  background: #fc7777;
  color: #fff;
}
.alls h5{
  font-weight: 600;
}
.alls,.alls h5{
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
}

.alls ul,.alls ol{
  padding-left: 0px;
}

.alls ul li,.alls ol li{
  margin-bottom: 10px;
}

/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.how .content {
  padding: 0 20px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #00b85d;
  text-align: center;
}
.how .content ol,.how .content ul,.freet ol,.freet ul{
  padding-left: 15px;
  line-height: 2em;
}

.how .content ol li,.how .content ul li，.freet ol li,.freet ul li{
  margin-bottom: 10px;
}
.how .content h4,.freet h4{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1daeeb;
  font-weight: 600;
}

.how .content p,.freet p{
  line-height: 2em;
}
.how .content .second{
  padding-left: 25px;
}
.how .content .intro {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .des{
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.how .content .des li{
  padding: 10px 0px;
  list-style: none;
  color: #ff7b4c;
  font-size: 15px;
}

.how .content .note {
  position: relative;
  padding-bottom: 20px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 200px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq .title {
  margin-bottom: 60px;
  color: #f96029;
}
.faq .title span,.price-cols .title span{
  font-size: 28px;
  display: inline-block;
  border-top: 5px solid #ddd;
  padding: 10px 0px;
  margin-top: 10px;
  color: #56bc94;
}

.faq h1.step{
  position: absolute;
  font-weight: 600;
  font-size: 12em;
  color: #aaa;
  opacity: 0.2;
  z-index: 1;
  right: 10px;
  bottom: -30px;
  font-family: 'Lato','Microsoft YaHei', arial, sans-serif;
}

.faq .row{
  padding-bottom: 60px;
}
.faq .item {
  padding: 30px;
  position: relative;
  background: #f5f5f5;
  margin: 30px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #c4e7d9;
  line-height: 2.1em;
}

.faq .item h4{
  line-height: 2.1em;
  color: #67b5e6;
  font-weight: bold;
  text-align: center;
}

.faq .item p{
  font-size: 1.1em;
}

.faq .item p i{
  font-size: 1.2em;
  margin-right: 10px;
  color: #777;
}

.faq .item p i.fa-mobile{
  font-size: 1.8em;
  position: relative;
  top: 5px;
  left: 3px;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.02em;
  margin-top: 10px;
  font-size: 15px;
}

.faq .img-thumbnail,
.model .img-thumbnail{
  background:#eee;
  margin: 10px 0px;
}

.faq .item .answer span{
  color: #67b5e6;
  font-weight: 600;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
/* ======= Story Section ======= */
.story {
  background-color: #56bc94;
  color: #fff;
  padding: 80px 0;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #225742;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #317b5e;
}
.story .team .connect a:hover {
  color: #1b4434;
}
/* ======= Testimonials Section ======= */
.testimonials {
  padding: 80px 0;
}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #c4e7d9;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #56bc94;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}
.testimonials .press .note {
  color: #56bc94;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Pricing ======= */
.pricing {
  /*background-color: #f5f5f5;*/
  padding: 20px 0;
}
.pricing .title {
  margin-bottom: 60px;
  margin-top: 0;
}
.pricing .item {
  padding: 30px 15px;
}
.pricing .item.best-buy {
  top: -15px;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  background: #c4e7d9;
  position: relative;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 30px;
  color: #225742;
  padding-bottom: 15px;
  font-size: 18px;
}
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 80px;
}
.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #56bc94;
  color: #fff;
  padding-top: 25px;
  border: 5px solid #9fd9c2;
  position: absolute;
  bottom: -50%;
  left: 50%;
  margin-left: -60px;
}
.pricing .item .price-figure .number {
  font-size: 28px;
}
.pricing .item .price-figure .unit {
  font-weight: 300;
}
.pricing .item .price-figure .currency {
  top: -5px;
  position: relative;
}
/*.pricing .item*/ .ribbon {
                     position: absolute;
                     top: 24px;
                     right: 10px;
                     width: 110px;
                     height: 110px;
                     overflow: hidden;
                   }
/*.pricing .item*/ .ribbon .text {
                     font-family: 'Lato','Microsoft YaHei', arial, sans-serif;
                     position: relative;
                     left: -8px;
                     top: 18px;
                     width: 158px;
                     padding: 10px 10px;
                     font-size: 14px;
                     font-weight: bold;
                     text-align: center;
                     text-transform: uppercase;
                     color: #fff;
                     background-color: #f84616;
                     -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
                     -moz-transform: rotate(45deg) translate3d(0, 0, 0);
                     -ms-transform: rotate(45deg) translate3d(0, 0, 0);
                     -o-transform: rotate(45deg) translate3d(0, 0, 0);
                   }
/*.pricing .item*/ .ribbon .text:before,
                     /*.pricing .item */.ribbon .text:after {
                     content: '';
                     position: absolute;
                     bottom: -5px;
                     border-top: 5px solid #d46344;
                     border-left: 5px solid transparent;
                     border-right: 5px solid transparent;
                   }
/*.pricing .item*/ .ribbon .text:before {
                     left: 0;
                   }
/*.pricing .item*/ .ribbon .text:after {
                     right: 0;
                   }

@media (max-width: 767px){
  .ribbon {
    position: absolute;
    top: -5px;}
}

.pricing .item.sale2 .heading{
  background: #fecca0;
}
.pricing .item.sale2 .price-figure{
  background: #ff7b4c;
  border-color: #f4b67e;
}

.pricing .item.sale2 .heading .title,
.pricing .item.sale2 .feature-list li .fa{
  color: #ff7b4c;
}

.pricing .item.sale2 .btn-theme {
  background: #ff7b4c;
  border: 1px solid #ff7b4c;
  color: #fff;
}

.pricing .item.sale2 .btn-theme:hover {
  background: #fc5f27;
}

.pricing .item.sale3 .heading{
  background: #c5e9ff;
}
.pricing .item.sale3 .price-figure{
  background: #67b5e6;
  border-color: #9ed8fc;
}

.pricing .item.sale3 .heading .title,
.pricing .item.sale3 .feature-list li .fa{
  color: #67b5e6;
}

.pricing .item.sale3 .btn-theme {
  background: #67b5e6;
  border: 1px solid #67b5e6;
  color: #fff;
}

.pricing .item.sale3 .btn-theme:hover {
  background: #4aa7e2;
}




.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #56bc94;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}

.pricing .sell-item{
  position: relative;
  width: 848px;
  margin: 60px auto;

}



.pricing .sell-item .yuan,.pricing .sell-mobile .yuan{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #56bc94;
  color: #fff;
  padding-top: 25px;
  border: 5px solid #9fd9c2;
  text-align: center;
  font-size: 1.2em;
}

.align-center{
  text-align: center;
  margin: 0px auto;
  display: block;
}
.pricing .sell-mobile .yuan{
  margin: 60px 30px;
  display: inline-block;
  position: relative;
}

.pricing .sell-mobile .yuan.grey{
  background: #bbb;
  border: 5px solid #eee;
}

.pricing .sell-mobile .yuan.org{
  border: 5px solid #f4b67e;
  background: #ff7b4c;
}
.pricing .sell-mobile .yuan.org .tagss{
  color: #ff7b4c;
}
.pricing .sell-item .yuan p,.pricing .sell-mobile .yuan p{
  margin: 5px;
}
.pricing .sell-item .yuan .no,.pricing .sell-mobile .yuan .no{
  position: absolute;
  right: -5px;
  top: -30px;
  font-size: 5.5em;
  color: red;
  transform:rotate(0deg);
  opacity: 0.2;
  -webkit-transform-origin: center  center;
  transform-origin: center center;
}

.pricing .sell-item .yuan .tagss,.pricing .sell-mobile .yuan .tagss{
  position: absolute;
  right: 10px;
  bottom: -50px;
  font-size: 1.2em;
  color: #56bc94;
  transform:rotate(0deg);
  opacity: 0.9;
  -webkit-transform-origin: center  center;
  transform-origin: center center;
}

.pricing .sell-item .yuan4 .tagss{
  color: #ff7b4c;
}

.pricing .sell-item .yuan i{
  font-size: 1.5em;
}

.pricing .sell-item .yuan1{
  position: absolute;
  top: 80px;
  left: 140px;
  background: #bbb;
  border: 5px solid #eee;
}

.pricing .sell-item .yuan2{
  position: absolute;
  bottom: 0px;
  left: 200px;
}

.pricing .sell-item .yuan3{
  position: absolute;
  top: -50px;
  right: 280px;
  background: #bbb;
  border: 5px solid #eee;
}

.pricing .sell-item .yuan4{
  position: absolute;
  bottom: 50px;
  right: 190px;
  border: 5px solid #f4b67e;
  background: #ff7b4c;
}


@media (max-width: 992px){
  .pricing .sell-item{
    position: relative;
    width: 100%;
    margin: 60px auto;
  }


  .pricing .sell-item .yuan1{
    top: 50px;
    left: 15%;
  }

  .pricing .sell-item .yuan2{
    left: 22%;
  }

  .pricing .sell-item .yuan3{
    top: -50px;
    right: 30%;
  }

  .pricing .sell-item .yuan4{
    bottom: 30px;
    right: 20%;
  }

}

.sell-mobile{
  display: none;
}

@media (max-width: 650px){
  .pricing .sell-item{
    display: none;
  }

  .sell-mobile{
    display: block;
  }


}

.pricing .funsion{
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  text-align: center;
  padding: 20px 10px;
  margin: 30px 0px;
}
.pricing .funsion p{
  margin: 20px 0px;
  font-size: 1.1em;
}
.pricing .funsion p i{color: #67b5e6;
}
.pricing .funsion h3{
  font-size: 1.4em;
  color: #56bc94;
}

#shopmessage{
  resize: none;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #fff;
  color: #333;
  padding: 120px 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}

.contact .intro p span{
  font-weight: 600;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #04adfb;
  font-size: 18px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #04adfb;
}
.contact .intro li a:hover {
  color: #04adfb;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
  resize: none;
}
.contact .contact-form .btn-theme {
  background-color: #009844;
  color: #fff;
  margin-top: 15px;
  border-color: #009844;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
/* ======= 404 page ======= */
.section-404 {
  background-color: #56bc94;
  padding-top: 80px;
  padding-bottom: 200px;
  color: #fff;
}
.section-404 .title-404 {
  font-size: 120px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.section-404 .intro {
  font-size: 20px;
  color: #fff;
}
.section-404 .guide {
  font-size: 16px;
}
.section-404 .btn-theme {
  background-color: #317b5e;
  margin-top: 30px;
}
/* ======= Modal ======= */
.modal {
  z-index: 10050;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.modal .modal-title  {
  color: #666;
  padding-top: 30px;
  font-size: 1.5em;
  font-weight: 600;
}
.modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.modal .modal-footer {
  border-top-color: #efefef;
}
.modal .figure {
  text-align: center;
  margin-bottom: 30px;
}
.modal .figure img {
  margin: 0 auto;
}
.modal .figure .caption {
  color: #999999;
  font-style: italic;
  padding: 10px;
}
.modal .content ul {
  margin-left: 30px;
}
.modal .content ul .fa {
  margin-right: 5px;
  color: #56bc94;
}
.modal .quote {
  margin: 15px 0;
  border-color: #9fd9c2;
}
.modal .quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  font-style: italic;
}
.modal .quote .fa {
  color: #56bc94;
  margin-right: 10px;
}
.modal .quote .people {
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
  font-style: normal;
}
.modal .quote .people .name {
  color: #56bc94;
}

.center{
  text-align:center;
  margin: 10px 0px;
  padding: 10px 0px;
}

.center i{
  color: #f96029;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #56bc94;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #56bc94;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

  .navbar-toggle {
    margin-right: 0;
  }
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
    padding-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .overview .btn-group li.ios-btn{
    margin-top: -10px;}
  .promo .overview h2{
    font-size: 24px;
  }
  .promo .overview h2 p{
    position: absolute;
    font-size: 1.3em;
    left: 50px;
    opacity: 0.2;
    top: -30px;
  }

  .promo .overview h2 p.mrm{
    left: 0px;
    right: 0px;
    top: 120px;
    font-size: 2.2em;
    opacity: 0.1;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .promo .iphone .iphone-holder {
    width: 260px;
    height: 488px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
  }
  .promo .iphone .iphone-holder-inner {
    width: 181px;
    height: auto;
    left: 41px;
    top: 83px;
  }
  .promo .iphone .flexslider .flex-control-nav {
    bottom: -43px;
  }
  .promo .android .android-holder {
    width: 260px;
    height: 488px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
  }
  .promo .android .android-holder-inner {
    width: 207px;
    height: auto;
    left: 28px;
    top: 58px;
  }
  .promo .android .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .ipad .ipad-holder {
    width: 260px;
    height: 420px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .ipad .ipad-holder-inner {
    width: 199px;
    height: auto;
    left: 31px;
    top: 50px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo-landscape .iphone .iphone-holder {
    width: 260px;
    height: 125px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .iphone .iphone-holder-inner {
    width: 180px;
    height: 394px;
    left: 41px;
    top: 10px;
  }
  .promo-landscape .iphone:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder {
    width: 260px;
    height: 132px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder-inner {
    width: 207px;
    height: 117px;
    left: 29px;
    top: 6px;
  }
  .promo-landscape .android .flexslider .flex-control-nav {
    bottom: -45px;
  }
  .promo-landscape .android:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .overview .btn-group li {
    display: block;
  }
  .promo-landscape .overview .btn-group li a {
    margin-right: 0;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
    width: 510px;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    left: -10px;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 10px;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 20px;
  }
  .header .main-nav .nav .nav-item:last-child a {
    padding: 15px 0px 15px 20px;
  }
  .modal-lg {
    width: 780px;
  }
  .promo-landscape .overview {
    text-align: center;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Large devices (large desktops, 1200px and up) */

.scroll_div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 1;
  z-index: 900;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.scroll_div a{
  display: block;
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.8);
  padding: 12px 10px 0 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: -50px;
  outline: none !important;
  -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.2);
  box-shadow: 0 2px 9px rgba(0,0,0,.2);
}

.apply{
  position: fixed;
  right: 0px;
  width: 156px;
  display: block;
  top: 50%;
  /*bottom: 60px;*/
  color: #fff;
  padding: 12px 8px;
  text-align: right;
  border-radius: 5px 0px 0px 5px;
  z-index: 50;
}

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

.apply:hover{
  color: #fff;
}

.xingzhi label{
  min-width: 32%;
  cursor: pointer;
  font-size: 1.1em;
  margin:5px 0px;
}

@media (max-width: 500px){
  .xingzhi label{
    min-width: 45%;}
}

@media (max-width: 360px){
  .xingzhi label{
    min-width: 100%;}
}

.sales{
  color: #ff7b4c;
  font-size: 30px;
}

.contact-form span{
  position: absolute;
  left: 5px;
  top: 9px;
  font-size:1.5em;
  color: red;
}

.contact-form .form-group{
  position: relative;
}

.wrapperaa {
  /*background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #56a8e0 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #56a8e0 100%);*/
  /*background-color: #6cce91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6cce91), to(#2ecb7e));
  background-image: -webkit-linear-gradient(top, #6cce91, #2ecb7e);
  background-image: -moz-linear-gradient(top, #6cce91, #2ecb7e);
  background-image: -o-linear-gradient(top, #6cce91, #2ecb7e);
  background-image: -ms-linear-gradient(top, #6cce91, #2ecb7e);
  background-image: linear-gradient(top, #6cce91,#2ecb7e);*/
  /*background: #fff;*/
  /*opacity: 0.8;*/
  position: absolute;
  /*top: 50%;*/
  left: 0;
  width: 80%;
  margin: auto;
  height: 180px;
  /*margin-top: -200px;*/
  overflow: hidden;
  z-index: 12;
  right: 0;

}

.head{
  position: relative;
  /*background-image: url('../images/patterns/pattern-2.png');*/
  z-index: 10;
  height: 180px;
}

.carousel-control.left .fa,.carousel-control.right .fa{
  position: absolute;
  top: 50%;
  font-size: 1em;
}
.carousel-indicators{
  bottom: 0px;
}

#page_content{
  margin: 20px 0px;
}
@media (min-width: 460px){
  .wrapperaa {height: 230px;}
  .head{height: 230px;}
}

@media (min-width: 580px){
  .wrapperaa {height: 320px;}
  .head{height: 320px;}
}

@media (min-width: 768px){
  .wrapperaa {height: 380px;}
  .head{height: 380px;}
  .carousel-indicators{
    bottom: 10px;
  }
  #page_content{
    margin: 60px 0px;
  }
}

@media (min-width: 920px){
  .wrapperaa {height: 450px;}
  .head{height: 450px;}
  .carousel-control.left .fa,.carousel-control.right .fa{
    position: absolute;
    top: 50%;
    font-size: 1.5em;
  }
}


.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -80px;
  -webkit-animation: square 15s infinite;
  animation: square 15s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  bottom: -160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;

  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  bottom: -160px;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

.app_div h2 {
  margin: 30px 0px;
  color: #333;
}

.downapp{
  background: url(../../images/account.png) no-repeat center center;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 85px;
}

.down img{
  width: 90px;
}

.down{
  /*width: 280px;*/
  width: 48%;
  background-color: #33D2FD;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 8px;
  margin-top: 15px;
  line-height: 1.1em;
  display: inline-block;
  min-width: 230px;
  font-size: 16px;
  line-height: 1.4em;
}
.down span{
  position: relative;
}
.pre_div{
  margin-top: 600px;
}
@media (max-width: 1200px){
  .app_div h2{
    margin: 10px 0px;
    font-size: 30px;
  }


  .pre_div{
    margin-top: 460px;
  }

}
@media (max-width: 991px){

  .pre_div{
    margin-top: 550px;
  }

}


@media (max-width: 767px){
  .down{
    width: 300px;
    margin: 10px auto 20px;
  }
  .baoming{
    display: none;
  }

  .navbar-fixed-top .navbar-collapse{
    padding: 15px ;
  }

  .pre_div{
    margin-top: 880px;
  }
  .app_div .col-xs-6{
    margin-left: 24%;
  }
  .app_div h2{
  }
  #elogo{
    width: 80px;
    height: auto;
  }
}

@media (max-width: 530px){
  .down{
    width: 100%;
    margin: 10px auto 20px;
  }

  .pre_div{
    margin-top: 750px;
  }
  .app_div h2{
  }
  .apply {
    width: 100px;
  }
}



.down:last-child{
  background: #a6e42b;
  background-image: -webkit-linear-gradient(left top,#a6e42b,#cbef84);
}
.down:nth-child(2){
  background: #a6e42b;
}
.down a{color:#fff;}

.down table{
  width: 100%;
}

.down table tr td{
  padding: 3px;
}


.alldown{
  text-align: center;
}

@media (max-width: 995px){
  .alldown{
    text-align: center;
    margin-bottom: 80px;
  }

  .down{
    min-width: 280px;
  }

}

.webqi {
  position: fixed;
  right: 10px;
}


.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.2) 0,rgba(255,255,255,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(255,255,255,0.2) 0,rgba(255,255,255,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.2)),to(rgba(255,255,255,.0001)));
  background-image: linear-gradient(to right,rgba(255,255,255,0.2) 0,rgba(255,255,255,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,0.2) 100%);
  background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,0.2) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,0.2)));
  background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}



.carousel li {
  margin-right: 0px;
}



a.appd{
  color: #56bc94 !important;
}

a.appd:hover{
  color: #38c0a5 !important;
  background: #f5f5f5 !important;
}

@media (min-width: 1000px){
  .container.topbar{
    width: 950px;
  }
}

.induan{
  margin-bottom: 0px !important;
}
.activity{
  padding: 60px 0px;
}
.activity .title,.team .title {
  margin: 1.5em 0px;
  text-align: center;
}

.fontpage p{
  line-height: 2em;
}

.fontpage h4{
  font-weight: 600;

}

.fontpage a{
  color: #555;
}

.fontpage a:hover{
  opacity: 0.8;
}
.fontpage .wowload{
  margin: 15px 0px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

#works{
  margin:60px 0px 60px;
}

.post img{
  margin-top: 15px;
  margin-bottom: 15px;
}

.post p{
  font-size: 16px;
  margin-top: 10px;
}

.post p.time{
  margin: 0px;
  font-size: 12px;
}

.post .title {
  margin-top: 20px !important;
  margin-bottom: 70px !important;}

.wowload table{
  width: 100%;
}

.wowload table tr td{
  padding: 5px 8px;
}

.day{
  background: #eee;
  width: 80px;
  text-align: center;
  padding: 18px 0px;
}
.day p{
  margin: 0px;
  line-height: 1.4em;
}
.day p:first-child{
  font-size: 20px;
  font-weight: bold;
}

.day p:last-child{
  letter-spacing: 0.1em;
  font-size: 16px;
}


.fontpage a:hover .day{
  background: #f5f5f5;
}


/* scrollleft */
.scrollleft{padding:5px 10px 0px 10px;margin:20px auto;}
.scrollleft li{float:left;margin-right:25px;display:inline;width:180px;text-align:center;line-height:19px}
.scrollleft li a{display: inline-block;text-align: center;width: 180px;color: #666;cursor: pointer;}
.scrollleft li a img{
  margin:3px auto;
}

.team {
  padding: 100px 0px;
}

@media (max-width: 639px) {
  .post .title{
    font-size: 24px !important;
    text-align: left !important;
    margin-bottom: 15px !important;
  }
}

.screenbg{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0px;
  z-index: 1000;
}

.bigimg{
  position: fixed;
  z-index: 1001;
  width: 800px;
  top: 0px;
  margin: 30px auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

@media (max-width: 991px){
  .bigimg{
    width: 90%;
  }
}

.best{
  background-image: url('../../images/city.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.besttell{
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #333;
}

.besttell div{
  width: 100%;
  margin: 10px auto 0px auto;
  padding: 5px;
  border: 2px solid #eee;
  border-radius: 10px;
  background: #fff;
  font-size: 17px;
  line-height: 2.1em;

}

.besttell b{
  color: #555;
}

.besttell div b{
  color: red;
}

h3.w3l-title {
  font-size: 38px;
  margin-bottom: 0;
  color: #000;
  letter-spacing: 1px;
  font-family: 'Dosis', sans-serif;
  position:relative;
  /*width: 170px;
  margin-left: auto;
  margin-right: auto; */

}
h3.w3l-title span {
  font-weight: 200;
}
/*h3.w3l-title:after {*/
/*content: " ";*/
/*background: #6288f1;*/
/*width: 85px;*/
/*height: 2px;*/
/*content: '';*/
/*position: absolute;*/
/*top: -7%;*/
/*left:85px;*/
/*}*/

/*h3.w3l-title:after {*/
/*top: 122%;*/
/*}*/

@media (max-width: 767px){
  h3.w3l-title {
    font-size: 28px;
    margin-bottom: 0.5em;

  }
  .besttell {
    line-height: 1.8em;
    letter-spacing: 0.05em;
    font-size: 14px;
    padding-top: 0px;
  }
  h3.w3l-title:after {
    width: 64px;
    left: 66px;
  }
}


.best .container {
  padding-bottom: 10px;
  padding-top:70px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.vs{
  margin: 0px auto 15px auto;
}



.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f4feff;
}

th {
  text-align: center;
  padding: 20px 5px !important;
  background: #eaeaea;
  border-color: #ccc !important;
  border-bottom-width: 1px !important;
}

td .fa-check{
  color: red;
}

/* --------------- */

#pricing-table {
  margin: 30px auto;
  text-align: center;
  width: 100%; /* total computed width */
  zoom: 1;
}

#pricing-table:before, #pricing-table:after {
  content: "";
  display: table
}

#pricing-table:after {
  clear: both
}

/* --------------- */

#pricing-table .plan {
  font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 20px;
  width: 33.3333333%;
  float: left;
  _display: inline; /* IE6 double margin fix */
  position: relative;
  /*margin: 0 5px;*/
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
}

@media (max-width: 767px){
  #pricing-table .plan {
    width: 90%;
    margin: 10px auto;
    float: none;
  }
}
#pricing-table .plan:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  right: 4px;
  width: 80%;
  top: 80%;
  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}


/* --------------- */

#pricing-table .pheader {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 40px;
  margin: -20px -20px 20px -20px;
  border-bottom: 8px solid;
  background-color: #eee;
  background-image: -moz-linear-gradient(#fff,#eee);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: -ms-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  z-index: 10;
}

#pricing-table .pheader:after {
  position: absolute;
  bottom: -8px; left: 0;
  height: 3px; width: 100%;
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAADCAYAAABfwxXFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOEE3MTBFRDVCQ0NFMTExODcxMEJBRjhFNUY2ODdCRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMjQxOTc0MUNFNUUxMUUxQjczN0Q4QzY3MDc4MjkxOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMjQxOTc0MENFNUUxMUUxQjczN0Q4QzY3MDc4MjkxOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDMxQTYxREVCQ0RFMTExQUI1NjlDMTg5OTUyMzNDNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOEE3MTBFRDVCQ0NFMTExODcxMEJBRjhFNUY2ODdCRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOCuVUAAAArSURBVHjaYvj//z8DFPMA8UkoDRZjQJJs/w8B7eiSKkD8Eyr5E8pnAAgwAIiWROlhTpC8AAAAAElFTkSuQmCC);
}

@media (min-width: 768px){
  #pricing-table .popular-plan {
    top: -20px;
    padding: 40px 20px 0px 20px;
  }


  #pricing-table .popular-plan .pheader {
    margin-top: -40px;
    padding-top: 60px;
  }
  #files{
    position: relative;
  }
  #files div.contectf{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    padding: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #f9f9f9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
  }



  #files>.arrow {
    border-width: 11px;
  }



  #files>.arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }

  #files>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #f9f9f9;
  }

  #files>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }

  #files>.arrow:after {
    content: "";
    border-width: 10px;
  }

}

#pricing-table .plan1 .pheader{
  border-bottom-color: #B3E03F;
}

#pricing-table .plan2 .pheader{
  border-bottom-color: #7BD553;
}

#pricing-table .plan3 .pheader{
  border-bottom-color: #3AD5A0;
}

#pricing-table .plan4 .pheader{
  border-bottom-color: #45D0DA;
}

/* --------------- */

#pricing-table .price{
  font-size: 30px;
  color: #fc5969;
  font-weight: 600;
}
#pricing-table .price span{
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
#pricing-table .monthly{
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #999;
}

/* --------------- */

#pricing-table ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

#pricing-table li {
  padding: 10px 0;
}


#pricing-table .popular-plan p{
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}
/* --------------- */

#pricing-table .signup {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font: bold 14px Arial, Helvetica;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: #72ce3f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.15);
  opacity: .9;
}

#pricing-table .signup:hover {
  opacity: 1;
}

#pricing-table .signup:active {
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
  box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
}

#pricing-table .plan1 .signup{
  background: #B3E03F;
}

#pricing-table .plan2 .signup{
  background: #7BD553;
}

#pricing-table .plan3 .signup{
  background: #3AD5A0;
}

#pricing-table .plan4 .signup{
  background: #45D0DA;
}

/*#discount h3{*/
  /*font-size: 18px;*/
  /*margin-bottom: 40px;*/
/*}*/

/*#discount h3 span{*/
  /*color: red;*/
/*}*/

#discount{
  padding-top: 60px;
}

.header .main-nav .nav .nav-item ul a:hover {
  background: #fcffff;
}

.header .main-nav .nav .nav-item.active ul a {
  color: #666;
}

.header .main-nav .nav .nav-item.active ul li.active a {
  color: #04adfb;
}

.question .contact-form .form-control{
  border-color: #ccc;
}

.question, .frees{
  background-image: url('../../images/citys.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  padding-top: 160px;
  padding-bottom: 10px;
}
.frees{
  background-image: url('../../images/citys.png');
  padding-top: 100px;
}

@media (max-width: 650px){
  .frees{
    background-image: none;
    padding-top: 100px;
  }
}
.question .btn-theme{
  background-color: #fc951b;
  color: #fff;
  margin-top: 25px;
  border-color: #fc951b;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.frees .btn-theme {
  background-color: #fc951b;
  color: #fff;
  border-color: #fc951b;
  font-size: 15px;
}
.question p{
  margin-top: 10px;
}

.question .inl div {
  min-width: 510px;
  position: relative;
  margin: 5px 0px 5px 5px;
}



.quescontant{
  width: 600px;
  margin: 10px auto;
}

.biaos {
  /*background: url('../../images/biao3.png');
  height: 670px;*/
  width: 600px;
  /* margin: 0px auto;*/
  padding: 0px 0px 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  float:right;
}

@media (max-width: 1024px){
  .biaos {
    width: 600px;
    margin: 0px auto;
    padding: 0px 0px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,.2);
    box-shadow: 0 0 0px rgba(0,0,0,.2);
    float: none;
  }
}

.biaoinside{
  width: 90%;
  margin: 0px auto;
  padding-top: 40px;
}



.inl label,.inl div{
  display: inline-block;
}
.inl label{
  min-width: 120px;
  text-align: right;
}
.biaos .inl div{
  min-width: 75%;
  margin: 5px 0px 5px 5px;
  position: relative;
}

@media (max-width: 650px){
  .biaos{
    background-image: none;
    height: auto;
    width: 100%;
  }

  .biaos .inl div{
    width: 100%;
    margin-left: 0px;
    display: block;
  }



  .biaoinside{
    width: 100%;
    margin: 0px auto;
    padding-top: 60px;
  }

  .biaos .inl .btn{
    width: 100%;
  }
}



.inl div span{
  color: red;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
}


@media (max-width: 650px ){

  .quescontant{
    width: 100%;
  }
  .question .inl div {
    display: block;
    min-width:100%;
    margin-left: 0px;
  }

  .inl label{
    text-align: left;
  }
}

.freet{
  overflow-y: auto;}

.tips{
  width: 380px;
  height: 234px;
  background: #fff;
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 2em;
  font-size: 16px;
  margin: auto;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border-radius: 5px;
}

@media (max-width: 400px){
  .tips{width:98%;}

}

.apply2 {
  position: fixed;
  left: 0px;
  width: 82px;
  display: block;
  top: 50%;
  z-index: 1000;
}



@media (max-width: 500px){
  .apply2 {
    width: 60px;
    top: auto;
    bottom: 30px;
  }

  .apply {
    width: 30px;
  }
}

.topbar{
  position: relative;
}
.language{
  position: absolute;
  right: 12px;
}
.language a{
  color: #666;
}

.language a.active{
  color: green;
}

.btn-try{
  position: absolute;
  line-height: 40px;
  display: block;
  width: 140px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #32d0ec;
  margin-bottom: 20px;
  text-align: center;
  bottom: 50px;
  left: 24%;
  outline: 0;
  color:#fff;
  background: #3cbbfe;
  background: linear-gradient(to right,#31d1eb,#3cbbfe);
  background: -webkit-linear-gradient(to right,#31d1eb,#3cbbfe);

}

.btn-try:hover{
  color: #fff;
  background: linear-gradient(to right,#3cbbfe,#31d1eb);
  background: -webkit-linear-gradient(to right,#3cbbfe,#31d1eb);
}

.btn-trysec{
  position: absolute;
  line-height: 40px;
  display: block;
  width: 140px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  bottom: 50px;
  right: 24%;
  outline: 0;
  color:#fff;

}
.btn-trysec:hover{
  color: #fff;
  background: rgba(112,206,252,0.2);
}

.maketing-main-o .tit{ width:100%; margin-bottom:20px;}
.maketing-main-o .tit h4{ font-size:36px; color:#1D9CFF; line-height:56px;}
.maketing-main-o .tit h4 p{display: inline-block}
.maketing-main-o .tit h4 p font {
  font-size: 36px;
  line-height: 56px;
}
.maketing-main-o .tit h4 p font:first-child{color: #58c56f;}
.maketing-main-o .tit h4 p font:nth-child(2){color: #ff5d8f;}
.maketing-main-o .tit h4 p font:nth-child(3){color: #1D9CFF;}
.maketing-main-o .tit h4 p font:nth-child(4){color: #ffc400;}
.maketing-main-o .tit h4 p font:nth-child(5){color: #fe605d;}
.maketing-main-o .tit h4 span{ color:#666666;}
.maketing-main-o .tit h4 p{ font-size:18px; color:#666;}
.maketing-main-o .tit a{ color:#fd4b47; font-size:14px; line-height:34px; padding:0 15px; border:1px solid #fd4b47; display:block; margin-top:14px;  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;}
.maketing-main-o .tit a:hover{ color:#fff; background:#fd4b47; border-color:#fd4b47;}
.maketing-main-o{ background:#fff; }
.maketing-main-o .o-m{ background:#fff;  border:1px solid #ebebeb;position: relative}
.maketing-main-o .o-m .ul-o{ float:left; width:320px; position:relative;}
.maketing-main-o .o-m .ul-o ul{padding-left: 0px;}
.maketing-main-o .o-m .ul-o li{ width:100%; cursor:pointer; position:relative; z-index:2;list-style: none;}
.maketing-main-o .o-m .ul-o li p{ float:right; line-height:68px; color:#334355; font-size:30px; width:100%; border-bottom:1px solid #ededed;}
.maketing-main-o .o-m .ul-o li p span{font-size:14px; display:inline-block; line-height:68px; float:left}
.maketing-main-o .o-m .ul-o li p i{ display:inline-block; line-height:68px; float:left; color:#b6b6b6;margin: 0 5px 0 10px;}
.maketing-main-o .o-m .ul-o li p b{ float:left; display:inline-block; line-height:68px; margin:0 5px; font-weight:normal; *margin:0 13px;}
.maketing-main-o .o-m .ul-o li:hover p{ color:#fd4b47}
.maketing-main-o .o-m .ul-o li:hover p i{ color:#fd4b47}
.maketing-main-o .o-m .ul-o li.on p{ color:#fd4b47}
.maketing-main-o .o-m .ul-o li.on p i{ color:#fd4b47}
.maketing-main-o .o-m .line{ width:1px; height:420px; background:#ededed; position: absolute;
  top: 55px;left: 340px;}
.maketing-main-o .o-m .ul-t{min-height: 460px;  margin-left: 360px;}
.maketing-main-o .o-m .ul-t li{ list-style-type:none; position:relative; height:100%; }
.maketing-main-o .o-m .ul-t .li-top{ padding:25px 0 0 0; text-align: center;}
.maketing-main-o .o-m .ul-t h5{ color:#666; font-size:24px; line-height:38px; position:relative; z-index:2}
.maketing-main-o .o-m .ul-t p{ color:#999; font-size:14px; line-height:22px; margin-bottom:5px; position:relative; z-index:2}
.maketing-main-o .o-m .ul-t ul{padding-left: 0;}
.maketing-main-o .o-m .ul-t .li-a { position:relative; z-index:2}
.maketing-main-o .o-m .ul-t .li-a a{ color:#7cb342; font-size:14px; margin-right:50px; cursor:default; line-height:25px;}
.maketing-main-o .o-m .ul-t .li-a span{ color:#999; font-size:14px}
.maketing-main-o .o-m .ul-t .li-img{ width:100%; text-align:center; }
.maketing-main-o .o-m .ul-t .li-img img{ max-width:100%;}
.maketing-main-o .o-m .ul-t .li-t .li-img{ left:inherit; right:0; text-align:right;}
.om-title{  color: #fff;}
.om-title div:first-child{float: left;width: 340px; text-align: center;padding: 10px 0px;  background: #fd4b47;}
.om-title div:last-child{margin-left: 340px; text-align: center;padding: 10px 0px;  background: #2ecb7e;}

.adventage{
  padding-top: 30px;
  background: #fcfcfc;
  /*min-height: auto;*/
}
.adventage .overview h2{
  color: #1D9CFF;
}

.btn-more {
  background-color: #fc951b;
  color: #fff;
  border-color: #fc951b;
  font-size: 15px;
}

.btn-more:hover{
  color: #fff;
}

#function_index{
  width:100%;
  position:relative;
  margin-bottom:-35px;
}
#function_index .function_title{
  font-size:28px;
  line-height:1;
  font-weight:400;
  color:#27bdf0;
  text-align:center;
}
#function_index .function_detail{
  font-size:18px;
  line-height:28px;
  color:#646464;
  text-align:center;
  margin-top:16px;
  margin-bottom:40px;
}
#function_index .function_tab_container{
  /*height:230px;*/
  width:100%;
  margin-bottom: 40px;
}
#function_index .tab_item{
  width: 19%;
  height: 222px;
  position:relative;
  text-align:center;
  background:transparent;
  transition:all ease .3s;
  -webkit-transition:all ease .3s;
  border-radius:50%;
  cursor:pointer;
  display: inline-block;
  list-style: none;

}





#function_index ul{
  padding-left: 0px;
}

#function_index .tab_item.active{
  background:#56b2fe;
  color: #fff;
  box-shadow:0 5px 7px rgba(56, 197, 245, 0.49);
}
#function_index .tab_item:after{
  content:'';
  display:block;
  width:0;
  height:0;
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:15px solid transparent;
  position:absolute;
  bottom:-14px;
  left:50%;
  margin-left: -14px;
  transition:all ease .3s;
  -webkit-transition:all ease .3s;
}
#function_index .tab_item.active:after{
  border-top:15px solid #56b2fe;
}
#function_index .tab_item .icon{
  width: 88px;
  height: 88px;
  text-align: center;
  display: block;
  margin: 50px auto 10px;

}

@media (min-width: 992px){
  #function_index .function_tab{
    width:900px;
    margin:0 auto;
  }
  #function_index .tab_item{
    height: 180px;}
  #function_index .tab_item .icon {
    margin: 35px auto 10px;
  }
}


@media (min-width: 1200px){
  #function_index .function_tab{
    width:1170px;
    margin:0 auto;
    text-align: center;
  }
  #function_index .tab_item{
    height: 222px;}
  #function_index .tab_item .icon {
    margin: 50px auto 10px;
  }
  #function_index .tab_item p{
    font-size: 16px;
    margin-top: 15px;
  }
}
#function_index .tab_item:nth-child(1) .icon{
  background:url(../../images/inhand.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(2) .icon{
  background:url(../../images/mockup.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(3) .icon{
  background:url(../../images/file.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(4) .icon{
  background:url(../../images/invoice.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(5) .icon{
  background:url(../../images/cloud.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(1).active .icon{
  background:url(../../images/inhand-w.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(2).active .icon{
  background:url(../../images/mockup-w.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(3).active .icon{
  background:url(../../images/file-w.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(4).active .icon{
  background:url(../../images/invoice-w.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item:nth-child(5).active .icon{
  background:url(../../images/cloud-w.svg) no-repeat;
  background-size: cover;
}
#function_index .tab_item .name{
  font-size:18px;
  line-height:1;
  color:#000;
  transition:all ease .3s;
  -webkit-transition:all ease .3s;
}
#function_index .tab_item.active .name{
  color:#fff;
}
#function_index .function_content_container{
  display:none;
  width:100%;
  height:360px;
  position: relative;
}
#function_index .function_content_container.active{
  animation:zoomInOut 1.3s ease-out 1 forwards;
  -webkit-animation:zoomInOut 1.3s ease-out 1 forwards;
}
#function_index .function_content_container_1{
  background:url(../../images/function_background_0.png) no-repeat center;
  background-size:auto 100%;
}
#function_index .function_content_container_2{
  background:url(../../images/function_background_1.png) no-repeat center;
  background-size:auto 100%;
}
#function_index .function_content_container_3{
  background:url(../../images/function_background_2.png) no-repeat center;
  background-size:auto 100%;
}
#function_index .function_content_container_4{
  background:url(../../images/function_background_3.png) no-repeat center;
  background-size:auto 100%;
}
#function_index .function_content_container_5{
  background:url(../../images/function_background_4.png) no-repeat center;
  background-size:auto 100%;
}
#function_index .function_content_container.active{
  display:block;
}
#function_index .function_content{
  width:78%;
  height:260px;
  margin:0 auto;
  padding-top:74px;
}
#function_index .content_item{
  margin-left:60px;
  position:relative;
  color:#fff;
  overflow:hidden;
  transform:translateY(-22%);
  -webkit-transform:translateY(-22%);
  -ms-transform:translateY(-22%);
}
#function_index .active .content_item{
  /*display:block;*/
  animation:slideIn .5s ease 1 forwards;
  -webkit-animation:slideIn .5s ease 1 forwards;
}

#function_index .content_item .title{
  font-size:28px;
  line-height:1;
  margin:16px 0 0 0px;
  font-weight:400;
  color:#fff;
}
#function_index .content_item .desc{
  color:#fff;
  font-size:18px;
  line-height:30px;
  margin:19px 0 0 0px;
}
#function_index .content_item .detail{
  margin:25px 0 0 16px;
  list-style-type:decimal;
  font-size:14px;
  line-height:25px;
  color:#fff;
}
.detail p{ color: #fff}
#function_index .content_item .detail.spec{
  margin-left:147px;
}
#function_index .content_item .detail .item{
  margin:0;
  list-style-type:decimal;
}
#function_index .content_item .try,
#function_index .content_item .buy{
  display:block;
  width:110px;
  height:36px;
}
#function_index .content_item .try{
  height: 36px;
  line-height: 32px;
  display: block;
  width: 108px;
  color: #fff;
  font-size: 16px;
  border-radius: 17px;
  border: 1px solid #32d0ec;
  text-align: center;
  margin-top: 20px;
  background: linear-gradient(to right,#31d2ea,#3cbbfe);
  background: -webkit-linear-gradient(to right,#31d2ea,#3cbbfe);
}
#function_index .content_item .try:hover{
  color: #FFFFFF;
  background: #3cbbfe;
  background: linear-gradient(to right,#3cbbfe,#31d2ea);
  background: -webkit-linear-gradient(to right,#3cbbfe,#31d2ea);
}
#function_index .content_item .buy{
  right:0;
  bottom:0;
  height: 32px;
  line-height: 32px;
  display: block;
  width: 108px;
  font-size: 16px;
  border-radius: 17px;
  border: 1px solid #32d0ec;
  text-align: center;
  background: rgba(112,206,252,1);
  color: #32d0ec;
}
#function_index .content_item .buy:hover{
  background: rgba(112,206,252,0.2);
}


/*zoomInOut*/
@keyframes zoomInOut {
  0%{
    background-size:auto 100%;
  }
  50%{
    background-size:auto 110%;
  }
  100%{
    background-size:auto 100%;
  }
}
@-webkit-keyframes zoomInOut {
  0%{
    background-size:auto 100%;
  }
  50%{
    background-size:auto 110%;
  }
  100%{
    background-size:auto 100%;
  }
}

@keyframes showsleft{
  0% {opacity:0; -webkit-transform:translateX(220px)}
  50% {opacity:0.5;}
  100% {opacity:1;-webkit-transform:translateX(0px)}
}

@-webkit-keyframes showsleft{
  0% {opacity:0; -webkit-transform:translateX(220px)}
  50% {opacity:0.5;}
  100% {opacity:1;-webkit-transform:translateX(0px)}
}

.funtab ul{
  padding-left: 0px;
}
.funtab ul .tab_fun{
  list-style: none;
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 2px solid #ddd;
  border-radius: 50%;
  line-height: 80px;
  margin: 0px 5px;
  cursor: pointer;
}

.funtab ul .tab_fun.active{
  border: 2px solid #1ca0f9;
}


.funtab .funiphone{
  background: url("../../images/funiphone.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 265px;
  height: 540px;
  position: relative;
  margin: 0px 5px;
}

.funtab .funcomputer{
  background: url("../../images/funcomputer.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width:660px;
  height: 538px;
  position: relative;
  margin: 0px 5px;
}

.funtab .funiphone .funphoneimg{
  width: 232px;
  height: 410px;
  position: absolute;
  top: 64px;
  left: 16px;
  overflow: auto;
}

.funtab .funcomputer .funwebimg{
  width: 607px;
  height: 335px;
  position: absolute;
  top: 27px;
  left: 27px;
  overflow: auto;
}

.funtab .funcomputer .funwebimg img,.funtab .funiphone .funphoneimg img{
  display: none;
}

.funtab .funcomputer .funwebimg::-webkit-scrollbar,
.funtab .funiphone .funphoneimg::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}

.funtab .funcomputer .funwebimg::-webkit-scrollbar-track,
.funtab .funiphone .funphoneimg::-webkit-scrollbar-track{
  background-color: transparent;
}

.funtab .funcomputer .funwebimg::-webkit-scrollbar-thumb,
.funtab .funiphone .funphoneimg::-webkit-scrollbar-thumb{
  background-color: #bbb;
  border-radius: 5px;
}

.funtab .show{
  display: block;
  animation:showsleft 0.8s ease-out 1 forwards;
  -webkit-animation:showsleft 0.8s ease-out 1 forwards;
}
.funtab ul li{
  position: relative;
}
.funtab .icona{
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 2px;
}
.funtab ul li:nth-child(1) .icona{
  background:url(../../images/trade.svg) no-repeat;
  left: 7px;
}
.funtab ul li:nth-child(2) .icona{
  background:url(../../images/contact.svg) no-repeat;
}
.funtab ul li:nth-child(3) .icona{
  background:url(../../images/item.svg) no-repeat;
}
.funtab ul li:nth-child(4) .icona{
  background:url(../../images/report.svg) no-repeat;
}
.funtab ul li:nth-child(5) .icona{
  background:url(../../images/setting.svg) no-repeat;
}
.funtab ul li:nth-child(6) .icona{
  background:url(../../images/send.svg) no-repeat;
}
.funtab ul li:nth-child(1).active .icona{
  background:url(../../images/trade-a.svg) no-repeat;
  left: 7px;
}

.funtab ul li:nth-child(2).active .icona{
  background:url(../../images/contact-a.svg) no-repeat;
}

.funtab ul li:nth-child(3).active .icona{
  background:url(../../images/item-a.svg) no-repeat;
}
.funtab ul li:nth-child(4).active .icona{
  background:url(../../images/report-a.svg) no-repeat;
}
.funtab ul li:nth-child(5).active .icona{
  background:url(../../images/setting-a.svg) no-repeat;
}
.funtab ul li:nth-child(6).active .icona{
  background:url(../../images/send-a.svg) no-repeat;
}

.des p{
  margin: 5px auto 30px auto;
  font-size: 15px;
  color: #777;
}

.des p span{
  font-weight: bold;
  color: #444;
}

@media (max-width: 991px) {
  #function_index .function_tab{
    width: 95%;
  }
  #function_index .tab_item {
    height: 180px;
    border-radius: 15px;
  }
  #function_index .tab_item .icon {
    margin: 38px auto 10px;
  }
  .btn-try,.btn-trysec{
    bottom: 0px;
  }
}

@media (max-width: 767px){
  .funtab .funcomputer {
    width: 480px;
    height: 390px;
  }
  .funtab .funcomputer .funwebimg {
    width: 442px;
    height: 242px;
    top: 19px;
    left: 19px;
  }

  #function_index .tab_item {
    height: 100px;
    border-radius: 15px;
  }

  #function_index .tab_item .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    margin: 10px auto 10px;
  }
  #function_index .content_item {
    margin-left: 5px;
  }

  .btn-try,.btn-trysec{
    display: none;
  }

}

@media (max-width: 540px){
  .funtab .funcomputer {
    width: 265px;
    height: 220px;
  }
  .funtab .funcomputer .funwebimg {
    width: 244px;
    height: 133px;
    top: 10px;
    left: 10px;
  }

  #function_index .tab_item {
    height: 100px;
    border-radius: 15px;
  }

  #function_index .tab_item .icon {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    margin: 20px auto 10px;
  }

}

.problom p{
  margin-top: 10px;
}
.problom tr:first-child td{
  text-align: center;
  padding: 10px 0px;
  background: #fd4b47;
  color: #fff;
}

.problom i,.problom b{
  margin-right: 10px;
}

.solve{
  text-align: center;
  padding: 10px 0px;
  background: #2ecb7e;
  color: #fff;
}

.visible-xs .li-top h5{
  font-size: 16px;
  margin: 15px 0px;
}

.visible-xs .li-a a{
  display: block;
  color: #7cb342;
  font-size: 14px;
  margin: 5px 10px;
}

/*-- banner bottom grids --*/
.banner-bottom-grid{
  /*position: absolute;*/
  /*top:93%;*/
  /*left:12%;*/
  /*z-index: 0;*/
  /*width: 75%;*/
  width: 20%;
  float: left;
  display: inline-block;
  position: relative;
}
.banner-bottom-grd{
  padding:1em 2em;

  cursor: pointer;
  position: relative;
  height: 210px;
}

.banner-bottom-grid .points{
  position: absolute;
  left: 50%;
  display: none;

}

.banner-bottom-grid .pointsR {
  position: absolute;
  right: 30%;
  display: none;
}
.banner-bottom-grids .banner-bottom-grid:first-child .points{
 left:30%;
}
@media (max-width: 992px){
  .banner-bottom-grids .banner-bottom-grid:first-child .points{
    left: 30%;
  }

  .banner-bottom-grid .pointsR {
    right: 30%;
  }
}

.banner-bottom-grids .banner-bottom-grid.active .points,.banner-bottom-grids .banner-bottom-grid.active .pointsR{
  display:block;
}



.banner-bottom-grids .banner-bottom-grid{
  border-right: 1px solid #ddd;
}
.banner-bottom-grids .banner-bottom-grid:nth-child(5){
  border-right: 0px;
}

@media (max-width: 767px){
  .banner-bottom-grids .banner-bottom-grid.active .points,.banner-bottom-grids .banner-bottom-grid.active .pointsR{
    display:none;
  }

  .banner-bottom-grid {
    width: 100%;
    float: none;
    display:block;
    position: relative;
  }

  .banner-bottom-grids .banner-bottom-grid{
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .banner-bottom-grd{
    height: auto;
  }
}

.banner-bottom-grd h4 {
  float: right;
  font-size: 2em;
  margin: 0 0 0.5em;
}
.banner-bottom-grid h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 26px;
}
.banner-bottom-grd p {
  float: left;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0;

}
p.w3ltext{
  color:#999;
  font-size:14px;
  margin:1em 0 3em;
  line-height: 1.8em;
}
.more a{
  font-size: 13px;
  padding: 10px 92px;
  background: #ffc400;
  text-decoration: none;

}
.more a:hover{
  background: #ef2e46;
}

.banner-bottom-grids .banner-bottom-grid:first-child.active{
  color: #fff;
  background-color: #58c56f;
  border-right: 1px solid #58c56f;
}
.banner-bottom-grids .banner-bottom-grid:nth-child(2).active{
  color: #fff;
  background-color: #ff5d8f;
  border-right: 1px solid #ff5d8f;
}
.banner-bottom-grids .banner-bottom-grid:nth-child(3).active{
  color: #fff;
  background-color: #1D9CFF;
  border-right: 1px solid #1D9CFF;
}
.banner-bottom-grids .banner-bottom-grid:nth-child(4).active{
  color: #fff;
  background-color: #ffc400;
  border-right: 1px solid #ffc400;
}
.banner-bottom-grids .banner-bottom-grid:nth-child(5).active{
  color: #fff;
  background-color: #fe605d;
}
/*.w3-agile-back,.more4 a{*/
/*background:#58c56f;*/
/*}*/
/*.w3-agile-back1,.more1 a{*/
/*background:#ff5d8f;*/
/*}*/
/*.w3-agile-back2,.more2 a{*/
/*background:#338ad1;*/
/*}*/
/*.w3-agile-back3,.more3 a{*/
/*background:#ffc400;*/
/*}*/
/*-- banner bottom grids --*/

.soulution img{
  margin:0px auto;
}

.soulution ul{
  list-style:none;
  padding:0px;
}

.soulution .li-a a{
  margin:0px 5px;
}

.cops{
  width: 95px;
  margin: 0px 5px;
}

.littleh4{
  text-align: center;
  font-size: 20px;
  margin-top:30px;
}

.solution .fl{
  margin-top:40px;
  padding-top:40px;
  border-top: 1px #ddd solid;
}

.side{position:fixed;width:54px;right:0;top:50%;z-index:100;}
.side ul{list-style-type:none;padding: 0;margin:0;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #bbb;list-style-type:none;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background: #3cbbfe;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background: #3cbbfe;opacity:0.9;filter:Alpha(opacity=90);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#32d0ec;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}



@media (min-width: 768px){
  .container.points {
    width: 100%;
  }
  .banner-bottom-grid h3 {
    font-size: 19px;
  }
  .banner-bottom-grd p {
    font-size: 14px;
  }
}

@media (min-width: 991px){
  .container.points {
    width: 98%;
  }


}

@media (min-width: 1200px){

  .container.points {
    width: 95%;
  }
  .banner-bottom-grid h3 {
    font-size: 22px;
  }
  .banner-bottom-grd p {
    font-size: 14px;
  }
}

@media (min-width: 1680px){
  .container,.container.points {
    width: 1440px;
  }
}
.apply2, .applyr {
  position: fixed;
  width: 75px;
  display: block;
  top: 0;
  z-index: 1001;
}

@media (max-width: 1130px){
  .apply2, .applyr {

    top: 110px;
  }
}

@media (max-width:560px){
  .apply2, .applyr {

    top: auto;
    bottom: 5px;
  }
}

.apply2 {
  left: 0px;
}

.applyr {
  right: 0px;
}

.apply2 img, .apply3 img, .applyr img, .apply img, .applyl img {
  max-width: 100%;
}
.fee_table .fa-check{
  color: #666;
}
.fee_table .blue{
  background: #e4f4fd;
 }

.fee_table th.red{
background: #fedcce;

}
.fee_table td.red{
  background: #fef2f7;

}
.fee_table th.green{
  background: #bee9c6;
}

.fee_table td.green{
  background: #f3fdf3;
}
.fee_table td.or{
  background: #feefc6;
}
.popover{
  z-index: 999;
}

.fee_table th a{
  outline: none;
}

.fee_table th.red a{
  color: #ff3049;
  display: block;
  padding: 8px;
}

.fee_table th.red a p{
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight:500;
  font-size: 12px;
}
.fee_table th{
padding: 8px 5px !important;}

.table-responsive>.table.fee_table>thead>tr>th{
  white-space:normal;
}

.fee_table  .tooltip-inner{
  background-color: #0ea7f6;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.1em;
}

.fee_table .tooltip.top .tooltip-arrow {
  border-top-color: #0ea7f6;
}

.fee_table .tooltip.in {
  filter: alpha(opacity=98);
  opacity: .98;
}

@media (max-width: 767px) {
  .fee_table{
    width: 960px;
    max-width:960px;
  }
}
@media (max-width: 540px){
  .maketing-main-o .tit h4 {
  font-size: 20px;
  line-height: 30px;
}

  .cops {
    width: 65px;
  }

  .maketing-main-o .tit h4 p font {
    font-size: 22px;
    line-height: 22px;
  }

  .maketing-main-o .tit h4 p{
    display: block;
  }

  .adventage .img-responsive{
    margin-top: 10px !important;
  }
}