/* Add here all your css styles (customizations) */
.footer-about-us,
.footer-common {
  font-size: 14px;
}

.appicon {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #ddd;
}

.appicon_s {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.appicon_ss {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.myapps td {
  vertical-align: middle !important;
}

.app_view_history td {
  vertical-align: middle !important;
}

.app_view_history tr {
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}

.re_min {
  min-width: 120px;
  text-align: left;
}

/* app edit */

#screenshotTableContainer {
  height: 190px;
}

.app_edit_no_screenshot {
  height: 190px;
  text-align: center;
  line-height: 190px;
}

.app_edit_screenshot_img {
  cursor: pointer;
  max-width: 100px;
  max-height: 160px;
}

.app_edit_screenshot_img.pad {
  margin: 0 0 0 22px;
}

.app_edit_screenshot_container {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 10px;
  display: block;
}

.app_edit_screenshot_container table {
  width: 100%;
}

.app_edit_screenshot_upload_button {
  margin-top: 10px;
}

.app_edit_screenshot_delete_button {
  margin-top: 10px;
  display: inline-block;
}

/* pager */

.pager {}

.pager a,
.pager strong {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-decoration: none;
}

.pager a:hover {
  background-color: #f5f5f5;
}

.doc-nav.affix {
  top: 20px;
}

.doc-nav.affix-bottom {
  position: relative;
}

@media (min-width: 1px) and (max-width: 992px) {
  .doc-nav {
    position: static;
  }
}

@media (min-width: 992px) {
  .doc-nav {
    width: 213px;
  }
}

@media (min-width: 1200px) {
  .doc-nav {
    width: 260px;
  }
}

@media (max-width: 770px) {
  .full-width {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.doc-nav .docs-progress-bar {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

/* about/partner */

.partner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.partner ul li {
  float: left;
  border: 1px solid #eee;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin: 2px;
}

.partner ul li img {
  max-width: 140px;
  max-height: 45px;
}

.notification-dropdown-menu>li>div {
  padding: 3px 13px;
}

.badge-lists .dropdown-alerts {
  width: 280px;
  min-width: 0;
}

.badge-lists .dropdown-alerts {
  margin-left: -23px;
}

.dropdown-alerts {
  padding: 0px 0px 0px 0px;
  border-top: 0;
}

.dropdown-alerts li a {
  font-size: 12px;
}

.dropdown-alerts li em {
  font-size: 10px;
}

.badge-lists .dropdown-alerts a {
  font-size: 16px;
}

@media (min-width: 1px) and (max-width: 992px) {
  .notification-dash-dropdown-alert {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .notification-dash-dropdown-alert {
    margin-left: 150px;
  }
}

@media (min-width: 1200px) {
  .notification-dash-dropdown-alert {
    margin-left: 450px;
  }
}

.notification-dropdown-alert {
  margin-left: -60px;
}

.notification-dropdown-menu {
  padding: 5px 0 0 0;
}

.notification-dropdown-menu>li {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.notification-dropdown-menu>li>a {
  padding: 6px 12px;
  font-size: 16px;
  outline: 0;
  border-radius: 4px;
}

.notification-dropdown-menu>li>a:focus,
.notification-dropdown-menu>li>a:hover {
  background-color: #ededed;
}

.notification-dropdown-menu>.active>a,
.notification-dropdown-menu>.active>a:focus,
.notification-dropdown-menu>.active>a:hover {
  color: #444;
  background-color: #dbdbdb;
}

.notification-dropdown-header {
  padding-right: 12px;
  padding-left: 12px;
}

.notification-dropdown-header {
  border-color: #2b3d4c;
}

.notification-dropdown-header {
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: initial;
  border-bottom: 1px solid #ddd;
  color: #585f69;
  font-size: 16px;
}

.notification-dropdown-header-right {
  float: right;
  font-size: 13px;
}

.notification-dropdown-header-right i {
  font-size: 13px !important;
}

.dropdown-icon {
  width: 16px;
  margin-right: 8px;
  color: #444;
  font-size: 15px;
  text-align: center;
}

.notification-dropdown-menu {
  min-width: 300px;
  max-width: 400px;
}

.notification-dropdown-menu:before {
  left: 15px;
}

.notification-list {
  overflow: hidden;
  position: relative;
}

.notification-list {
  vertical-align: middle;
}

.notification {
  display: block;
  position: relative;
  padding: 6px 12px 6px 75px;
  border-bottom: 1px solid #ddd;
}

.notification:hover {
  color: #aaa;
  text-decoration: none;
}

.notification:hover {
  background-color: #f2f2f2;
}

.notification-icon {
  position: absolute;
  top: 23px;
  left: 10px;
  width: 50px;
  height: 50px;
  margin: -25px 12px 0 0;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.notification-icon img {
  width: 20px;
  height: 50px;
}

.notification-icon i {
  font-size: 27px !important;
  text-align: center;
  font-size: 28px;
  display: block;
  line-height: 40px;
}

.notification-icon-in-list {
  font-size: 16px;
  text-align: center;
}

.notification-icon-in-list img {
  width: 20px;
  height: 50px;
}

.notification-icon-in-list i {
  text-align: center;
  font-size: 28px;
  display: block;
}

.notification-time,
.notification-description,
.notification-title {
  display: block;
  font-size: 12px;
}

.notification-title {
  padding-bottom: 1px;
  color: #222;
  font-weight: 100;
}

.notification-description {
  padding-bottom: 3px;
  color: #666;
  font-size: 16px;
  margin-left: -20px;
  margin-right: 20px;
}

.notification-time {
  font-size: 11px;
  color: #bbb;
  margin-left: -20px;
  margin-right: 20px;
}

.notification-link {
  text-align: center;
  padding: 12px 0 !important;
  border-top: 1px solid #ddd;
  display: block;
  text-decoration: none !important;
  font-size: 16px !important;
  line-height: 18px !important;
  height: auto !important;
  background: #f9f9f9;
}

.notification-link:hover {
  background: #eee;
}

.notification-empty-title {
  color: #585f69;
}

.notification-empty-text {
  color: #777;
}

.notification-dropdown-menu {
  border-top: 1px solid #ccc !important;
}

.notification-dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 59px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.notification-dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 60px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.notification-manager-dropdown-menu {
  padding: 5px 0 0 0;
  z-index: 1020;
}

.notification-manager-dropdown-menu>li {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.notification-manager-dropdown-menu>li>a {
  padding: 6px 12px;
  font-size: 16px;
  outline: 0;
  border-radius: 4px;
}

.notification-manager-dropdown-menu>li>a:focus,
.notification-manager-dropdown-menu>li>a:hover {
  background-color: #ededed;
}

.notification-manager-dropdown-menu>.active>a,
.notification-manager-dropdown-menu>.active>a:focus,
.notification-manager-dropdown-menu>.active>a:hover {
  color: #444;
  background-color: #dbdbdb;
}

.notification-manager-dropdown-menu {
  min-width: 300px;
  max-width: 400px;
}

.notification-manager-dropdown-menu:before {
  left: 15px;
}

.notification-manager-dropdown-menu {
  border-top: 1px solid #ccc !important;
}

.notification-manager-dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 273px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.notification-manager-dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 274px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.row-fluid {
  position: relative;
  z-index: 8;
}

.notification-description a {
  color: #56bc94 !important;
  font-size: 16px !important;
}

.notification-description a:hover {
  text-decoration: underline !important;
}

.container .about .wxwb {
  margin-top: 20px;
  width: 165px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container .about .wxwb {
    margin-top: 0px;
    width: 110px;
  }
}

.container .about .wxzh {
  margin-top: 98px;
  width: 128px;
}

.container .about .img-zhihu {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #878f92;
  border: 1px solid #878f92;
  background: url(../img/zhihu_gray.png) no-repeat;
  background-size: 60% 60%;
  background-position: center;
  display: inline-block;
  float: left;
}

.container .about .img-zhihu:hover {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #878f92;
  border-radius: 50%;
  background: url(../img/zhihu_white.png) no-repeat;
  background-size: 60% 60%;
  background-position: center;
  background-color: #1abc9c;
  display: inline-block;
  float: left;
}

.container .about .f-chat {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #878f92;
  border: 1px solid #878f92;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.container .about .f-chat:hover {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: 1px solid #878f92;
  border-radius: 50%;
  background-color: #1abc9c;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.container .about .f-frontjs {
  width: 47px;
  height: 47px;
  background: url(../img/logo-frontjs-default.png) no-repeat;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
  margin-left: 10px;
}

.container .about .f-frontjs:hover {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: url(../img/logo-frontjs-hover.png) no-repeat;
  background-size: cover;
}

.container .about .f-tracup {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: url(../img/logo-tracup-default.png) no-repeat;
  background-size: cover;
  display: inline-block;
}

.container .about .f-tracup:hover {
  width: 47px;
  height: 47px;
  background: url(../img/logo-tracup-hover.png) no-repeat;
  background-size: cover;
}

.container .about .f-facebook {
  width: 26px;
  height: 26px;
  /*background: url(../img_us/footer_icon_facebook.png) no-repeat;*/
  display: inline-block;
  margin-left: 10px;
  margin-top: -10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #666666;
  font-size: 26px;
  text-decoration: none;
}

.container .about .f-facebook:before {
  /*width: 26px;
     height: 26px;
     background: url(../img_us/footer_icon_facebook_active.png) no-repeat;*/
  content: "\f082";
}

.container .about .f-facebook:hover {
  /*width: 26px;
    height: 26px;
    background: url(../img_us/footer_icon_facebook_active.png) no-repeat;*/
  color: #1abc9c;
}

.container .about .f-twitter {
  width: 26px;
  height: 26px;
  /*background: url(../img_us/footer_icon_twitter.png) no-repeat;*/
  display: inline-block;
  margin-left: 24px;
  margin-top: -10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #666666;
  font-size: 26px;
  text-decoration: none;
}

.container .about .f-twitter:before {
  /*width: 26px;
     height: 26px;
     background: url(../img_us/footer_icon_facebook_active.png) no-repeat;*/
  content: "\f099";
}

.container .about .f-twitter:hover {
  /*width: 26px;
    height: 26px;
    background: url(../img_us/footer_icon_twitter_active.png) no-repeat;*/
  color: #1abc9c;
}

.bt-4 {
  border-radius: 4px 4px 0px 0px !important;
}

.bm-4 {
  border-radius: 0px 0px 4px 4px !important;
}

.btn-send-resume {
  padding: 12px 50px;
  background-color: #29bb9c;
  color: #fff !important;
}

.btn-send-resume:hover {
  background-color: #27c7a5 !important;
  text-decoration: none;
}

.about-container {
  padding-top: 100px;
}

.about-div {
  margin-bottom: 95px;
}

.about-title {
  font-size: 36px;
  color: #333;
  line-height: 1.333;
  margin-bottom: 35px;
  margin-top: 0px;
}

.about-p {
  font-size: 16px;
  color: #878f92;
  line-height: 2.25;
}

.about-p1 {
  font-size: 13px;
  color: #878f92;
  line-height: 1.85;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-230 {
  padding-top: 230px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-60 {
  padding-right: 60px;
}

.about-subtitle {
  font-size: 24px;
  color: #333;
  line-height: 1.083;
}

.font-18 {
  font-size: 18px;
}

.font-36 {
  font-size: 36px;
}

.user-avatar {
  width: 30px;
  margin-top: -4px;
}

.user-icon {
  /*
    width:20px;
    left:34px;
    bottom:10px;
    position:absolute;
    */
}

.user-icon img {
  width: 24px;
  margin-right: 3px;
}

.user-icon-manager img {
  width: 20px;
}

.user-icon-top {
  /*
    left:30px;
    bottom:-10px;
    */
}

/*菜单折行*/

@media (min-width: 768px) and (max-width: 991px) {
  .container-menu {
    width: 800px;
  }
}

/*找回密码*/

div.container .div-getpass-way>.div-getpass {
  border: 1px solid #d1d2d3;
  padding: 40px 30px 30px 30px;
}

div.container .div-getpass-way>.div-getpass span.middle {
  vertical-align: -webkit-baseline-middle;
  vertical-align: sub;
}

div.container form.form-getpass-byphone section.phonenumber label.code-label {
  margin: 3px 0px 0px;
}

div.container form.form-getpass-byphone section.phonenumber label.code-label button:disabled {
  cursor: not-allowed;
}

div.container section label.input span.span-url-prepend {
  padding: 0px 10px;
  color: #666;
  width: auto;
  left: 1px;
  background-color: #eee;
  font-weight: normal;
}

.font-12 {
  font-size: 12px;
}

/* 14 调成  16 */
.font-14 {
  font-size: 16px !important;
}

.footer-about-us .font-14,
.footer-common .font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-40 {
  font-size: 40px;
}

.color-2F3950 {
  color: #2f3950 !important;
}

.color-2f3950 {
  color: #2f3950 !important;
}

.color-cbced4 {
  color: #cbced4;
}

.color-687089 {
  color: #687089;
}

.color-AAB0C4 {
  color: #aab0c4;
}

.color-ff3737 {
  color: #ff3737;
}

.color-ffb606 {
  color: #ffb606;
}

.color-aab0c4 {
  color: #aab0c4;
}

.color-wthite {
  color: #fff !important;
}

.color-fff {
  color: #fff !important;
}

.color-e4e9f0 {
  color: #e4e9f0 !important;
}

.color-777 {
  color: #777 !important;
}

.color-afb2b5 {
  color: #afb2b5 !important;
}

.color-757575 {
  color: #757575 !important;
}

.color-75787B {
  color: #75787b !important;
}

.color-878f92 {
  color: #878f92;
}

.color-fbfcfd {
  color: #fbfcfd;
}

.color-e4e9f0 {
  color: #e4e9f0;
}

.color-e1e6ed {
  color: #e1e6ed;
}

.color-a0a0a0 {
  color: #a0a0a0;
}

.color-a0a0a1 {
  color: #a0a0a1;
}

.color-d0d1d2 {
  color: #d0d1d2;
}

.color-333 {
  color: #333 !important;
}

.color-666 {
  color: #666 !important;
}

.color-38d5b6 {
  color: #38d5b6;
}

.color-8c9497 {
  color: #8c9497;
}

.color-1abc9c {
  color: #1abc9c !important;
}

.color-29bb9c {
  color: #29bb9c !important;
}

.color-2abb9d {
  color: #2abb9d !important;
}

.color-2d2e45 {
  color: #2d2e45;
}

.color-999 {
  color: #999 !important;
}

.color-3548a6 {
  color: #3548a6;
}

.color-2f79e8 {
  color: #2f79e8;
}

.color-145298 {
  color: #145298;
}

.color-0fb294 {
  color: #0fb294;
}

.color-000 {
  color: #000;
}

.color-e1e6f0 {
  color: #e1e6f0;
}

.color-ff7019 {
  color: #ff7019;
}

.color-ffab18 {
  color: #ffab18;
}

.color-333D53 {
  color: #333d53;
}

.lh-12 {
  line-height: 1.2;
}

.lh-1571 {
  line-height: 1.571;
}

.lh-1375 {
  line-height: 1.375;
}

.lh-1429 {
  line-height: 1.429;
}

.lh-1714 {
  line-height: 1.714;
}

.lh-20 {
  line-height: 2;
}

.bg-f5f8fb {
  background-color: #f5f8fb;
}

.bg-fbfcfd {
  background-color: #fbfcfd;
}

.bg-fff {
  background-color: #fff;
}

.bg-29caad {
  background-color: #29caad;
}

.bg-29cead {
  background-color: #29cead;
}

.bg-transparent {
  background-color: transparent;
}

.border-right-e4e9f0 {
  border-right: 1px solid #e4e9f0;
}

.footer-about-us .container .row ul {
  list-style: none;
}

.footer-about-us .footer-xs ul.langMenu {
  max-height: 300px;
  overflow: scroll;
}

/*手机登录样式*/

#loginTelModal .sky-form .label {
  font-size: 16px;
  color: #333;
}

#loginTelModal .sky-form .login-title {
  font-size: 22px;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 50px;
}

#loginTelModal .section {
  margin-bottom: 20px;
}

#loginTelModal .modal-body {
  padding: 20px;
}

#loginTelModal .choose_phone {
  height: 34px;
  color: #666;
  border-bottom: 2px solid #1abc9c;
}

#loginTelModal .sky-form .input input,
#loginTelModal .sky-form .input input:focus,
#loginTelModal .sky-form .input input:hover {
  font-size: 16px;
  border: none;
  border-bottom: none;
  box-shadow: none;
  padding-left: 0px;
}

#loginTelModal .submit-btn {
  color: #fff !important;
  width: 100%;
  border: 2px solid #1abc9c;
  background: #1abc9c;
  font-size: 22px;
  border-radius: 28px;
  padding: 3px;
}

#loginTelModal .submit-btn :hover,
#loginTelModal .submit-btn :active {
  background: #22b497;
}

#loginTelModal .getcode-btn {
  color: #fff !important;
  width: 130px;
  background: #1abc9c;
  font-size: 16px;
  border-radius: 8px;
  float: right;
}

#loginTelModal .btn-u-default {
  background: #e7edef;
}

#loginTelModal .sky-form .state-success input {
  background: none;
}

#loginTelModal .sky-form .inout input[placeholder],
[placeholder],
*[placeholder] {
  color: #666 !important;
}

#loginTelModal .section {
  z-index: 0;
}

#loginTelModal .dropdown-menu-calling-code {
  border-color: #d9d9d9;
  margin-top: 10px;
  height: 240px;
  overflow: auto;
}

#loginTelModal .dropdown-menu-calling-code li {
  text-align: left;
}

.dropdown-menu-calling-code {
  background-clip: padding-box;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  top: 31px;
  width: auto;
}

#loginTelModal .btn-circle {
  width: 20px;
  height: 20px;
  padding: 3px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  /*
    line-height: 1.428571429;
*/
}

#loginTelModal .btn-circle {
  right: 20px;
  position: absolute;
  z-index: 50;
  background: #2c2c2c;
  color: #fff;
  top: 20px;
}

#loginTelModal .modal-content {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a#getCode.btn-code {
  color: #1abc9c;
  border: 1px solid #ccc;
}

a#getCode.btn-code:hover {
  border: 1px solid #28caad;
  color: #28caad;
  background: none;
}

div.sms-bind-modal>div.sms-binding>div.choose_phone {
  height: 40px;
  color: #666;
  position: relative;
  border: 1px solid #e7ebed;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #ffffff;
}

div.sms-bind-modal>div.sms-binding>div.choose_phone>a.selector {
  padding: 3px 6px;
  width: 100%;
  line-height: 33px;
  color: #3f3f3f;
  display: block;
}

div.sms-bind-modal>div.sms-binding>div.choose_phone>ul.nation_code {
  top: 33px;
  width: auto;
  min-width: 280px;
  height: 370px;
  position: absolute;
  overflow-y: auto;
  padding-top: 0px;
  margin-top: 0px;
  border-radius: 0px;
  margin-left: -1px;
}

div.sms-bind-modal>div.sms-binding>div.choose_phone>ul.nation_code>li.code-tag {
  background: #f4f4f4;
  padding-left: 20px;
  line-height: 35px;
}

section.section-getCode .input-group>input.form-control {
  border-right: none;
}

section.section-getCode .input-group>input.form-control,
section.section-getCode .input-group>a#getCode {
  border-radius: 0px;
}

.font-normal {
  font-weight: normal;
}

.accelerate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: rotateZ(360deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.timing-calendar {
  position: relative;
  top: -25px;
  right: 0px;
  float: right;
  right: 6px;
}

#timingDate,
#timingUpdateDate {
  width: 100%;
}

#reportrange {
  width: 240px;
  margin: auto auto 40px;
}

.selectDate {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #bbb;
  width: 100%;
}

.dateSection label {
  font-weight: 400;
  color: #404040;
}

form p.invalid,
em.invalid {
  color: #ee9393;
  font-style: normal;
  font-size: 13px !important;
}

form p.valid,
em.valid,
label.valid {
  color: #29bb9c !important;
  font-style: normal;
  font-size: 13px !important;
}

/* 用户手机登录优化 */

#loginTelModal .choose_phone {
  border: none;
}

#country-titel {
  font-size: 18px;
  color: #001010;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  float: left;
}

#country-name {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  float: left;
  padding-left: 20px;
}

.telCodeSpan {
  font-size: 18px;
  color: #001010;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  float: left;
}

.caret-right img {
  padding-top: 10px;
  margin-right: 10px;
}

#loginTelModal .dropdown-menu-calling-code {
  width: 96%;
}

#loginTelForm #telCountry,
#loginTelForm #telNumber,
#loginTelForm #telcodeSection {
  border-bottom: 1px solid #e1e1e1;
}

#privacyDetailTitle,
#serviceDetailTitle {
  display: none;
}

#serviceContent,
#serviceContent #privacyContent,
#privacyContent #serviceModal .modal-content {
  height: 500px;
}

#serviceModal .modal-body,
#privacyModal .modal-body {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.flex-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.footer-about-us {
  background: #151922;
}

.footer-about-us {
  background: rgba(21, 25, 34, 1);
}

.footer-about-us .contact a.f-chat {
  margin-left: 30px;
}

.footer-about-us .contact p span {
  border: none;
}

.footer-about-us .contact p span>a {
  color: #7f8699;
}

.footer-about-us .contact p span>a:hover {
  color: #1abc9c;
  text-decoration: none;
}

.footer-about-us .contact p span>a i {
  margin-right: 10px;
}

.footer-about-us .ul-title {
  color: #fff;
}

.footer-about-us ul {
  width: 100%;
  margin-top: 10px;
}

.footer-home-top .footer-logo {
  border-bottom: 1px solid rgba(35, 41, 59, 1);
}

.footer-home-top .footer-logo img.img-responsive {
  height: 40px;
}

.footer-common {
  background: rgba(18, 20, 28, 1);
}

.footer-common p {
  margin-bottom: 20px;
}

.footer-common p,
.footer-common p a {
  color: #50586f !important;
}

.color-2F3950 {
  color: #2f3950;
}

.color-2f3950 {
  color: #2f3950;
}

.color-687089 {
  color: #687089;
}

.color-9097ad {
  color: #c8cad1;
}

.fw-600,
.fw-800 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #homepage-new.en .footer-home-bottom .item {
    min-height: 215px;
  }

  #homepage-new.en .footer-home-bottom.footer-home-bottom-us .item {
    min-height: 115px;
  }
}

@media (min-width: 769px) {
  .footer-about-us .contact {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .footer-about-us .contact-logo {
    margin: auto;
  }

  .footer-about-us .contact {
    width: 80%;
    margin-left: auto;
  }
}

.center-footer #promotion {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 100;
}

.center-footer #promotion .promotion-img {
  width: 150px;
  height: auto;
}

.center-footer #promotion .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
}

.footer-about-us .contact-logo-us .contact-logo {
  margin-bottom: 20px;
}

.container .about .contact-logo-us p span {
  border-bottom: none;
}

.container .about .contact-logo-us p {
  text-align: center;
}

.container .about .contact-logo-us a {
  color: #7f8699;
  border-bottom: none;
}

.a-btn-green {
  background: #29cead;
  border: 1px solid #29cead;
  line-height: initial;
  color: white;
}

.a-btn-green:active,
.a-btn-green:focus,
.a-btn-green:hover {
  background: #1abc9c;
  border-color: #29cead;
}

.google-auto-placed {
  display: none;
}

.bg-f6f8fa {
  background-color: #f6f8fa;
}

.color-b2b6c2 {
  color: #b2b6c2;
}

.color-white {
  color: white;
}

.color-dafff8 {
  color: #dafff8;
}

.color-010101 {
  color: #010101;
}

.color-c0c6cd {
  color: #c0c6cd;
}

.bg-18bc9b {
  background: #18bc9b;
}

.bg-f8fbf9 {
  background: #f8fbf9;
}

.bg-white {
  background: white;
}

.color-9097a6 {
  color: #9097a6;
}

.color-9fa6b4 {
  color: #9fa6b4;
}

.color-adb4c0 {
  color: #adb4c0;
}

.color-788090 {
  color: #788090 !important;
}

.color-0a0d26 {
  color: #0a0d26;
}

.color-ff0000 {
  color: #ff0000;
}

.color-424242 {
  color: #424242;
}

.btn-border-green,
.btn-border-green:focus,
.btn-border-green:active {
  border: 1px solid #1abc9c;
  color: #1abc9c;
  background: #fff;
  line-height: normal;
}

.btn-border-green:hover {
  border: 1px solid #29cead;
  background: #29cead !important;
  color: #fff;
}

.btn:active,
.btn:focus {
  outline: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.disabled,
[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.border-eaeaea {
  border: 1px solid #eaeaea;
}

/* common css*/

.flexRow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flexRowCenter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.flexRowWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.flexRowBetween {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.flexRowTop {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.flexRowBetweenTop {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flexColumnMiddle {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

img.w40 {
  width: 40px;
  height: auto;
}

img.w24 {
  width: 24px;
  height: auto;
}

.btn-green-o {
  background: #fff !important;
  border: 1px solid #1abc9c;
  color: #1abc9c;
}

.btn-green-o:hover,
.btn-green-o:focus,
.btn-green-o:visited {
  background: #1abc9c !important;
  color: #fff;
}

.color-ffbf00 {
  color: #ffbf00;
}

#promotion .promotion-wechat-qr {
  width: 100px !important;
  position: relative;
  top: -192px;
  left: 40px;
  height: auto !important;
}

#promotion-small {
  margin: auto;
  text-align: right;
  margin-right: 50px;
}

#promotion-small img {
  width: 50%;
  margin: auto;
}

#promotion-chat {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  width: 400px;
}

#promotion-chat .chat-close {
  position: absolute;
  top: 60px;
  right: 50px;
  width: 40px;
  text-decoration: none;
  cursor: pointer;
}

.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus {
  box-shadow: 0 0 2px #1abc9c;
}

@media (max-width: 767px) {
  .font-48 {
    font-size: 36px !important;
  }
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  /* 3行行高的大约高度 */
  line-height: 1.5em;
  /* 这里的行高应与你的设计相匹配 */
  white-space: normal !important;
}

.truncate-2-lines {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: inherit;
  white-space: normal !important;
}

.truncate-1-lines {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: inherit;
  white-space: normal !important;
}

#langMenu+ul.langMenu {
  background: #222;
  margin-top: 32px;
  max-height: 170px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#langMenu+ul.langMenu::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.langMenu li:first-child {
  padding-top: 5px;
}

.dropdown-menu.langMenu>li>a:hover,
.dropdown-menu.langMenu>li>a:focus {
  background: #333;
}

.langMenu li:last-child {
  padding-bottom: 5px;
}

#langMenu {
  cursor: pointer;
}