.tido-btn-md,
.tido-btn-sm,
.tido-btn-lg,
.tido-btn-outline {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  height: 44px;
  width: 210px;
  color: #fff;
  background-color: #eb3c21;
  border-radius: 22px;
  outline: none;
  border: 1px solid transparent;
  padding: 6px 15px;
}
.tido-btn-sm {
  height: 34px;
  width: 155px;
  font-size: 14px;
  border-radius: 17px;
  padding: 5px 10px;
}
.tido-btn-outline {
  background-color: #fff;
  border: 1px solid #eb3c21;
  color: #eb3c21;
}
.tido-btn-md:hover,
.tido-btn-sm:hover {
  background-color: #49a3ff;
}
.tido-btn-outline:hover {
  color: #fff;
  background-color: #eb3c21;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-out, ease-out;
}
.tido-btn-forbid {
  background-color: #a4d1ff;
}
.tido-h1 {
  font-size: 32px;
  color: #131537;
}
.tido-h2 {
  font-size: 24px;
  color: #131537;
}
.tido-h3 {
  font-size: 20px;
  color: #131537;
}
.tido-h1-assist {
  font-size: 16px;
  color: #727681;
}
.tido-h2-assist {
  font-size: 14px;
  color: #727681;
}
.navbar.modal-padding {
  padding-right: 15px;
}
body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}
.clear-both:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}
nav {
  background: #fff;
}
header .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.navbar {
  min-height: 40px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-r {
  flex-direction: row;
}
.flex-rr {
  flex-direction: row-reverse;
}
.flex-c {
  flex-direction: column;
}
.flex-cr {
  flex-direction: column-reverse;
}
.opacity-0 {
  opacity: 0;
}
main {
  padding-top: 60px;
}
@media (max-width: 991px) {
  main {
    padding-top: 40px;
  }
}
.wx-nav img {
  margin-right: 10px;
  width: 20px;
  height: 16.67px;
}
.shadow-only {
  height: 0;
  width: 100%;
  top: 0;
  z-index: 103;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.site-header {
  position: fixed;
  top: 0;
  z-index: 1003;
  width: 100%;
  background-color: #fff;
  -webkit-transition: box-shadow 0.35s ease-in-out;
  -o-transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  height: 80px;
  margin-bottom: 0;
}
.none-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo {
  width: 123px;
  height: 100%;
}
header.with-shadow {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(121, 121, 121, 0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(121, 121, 121, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(121, 121, 121, 0.1);
}
header.with-shadow .logo {
  background-repeat: no-repeat;
  background-size: contain;
}
header.with-shadow .nav > li > a {
  color: #313a5a;
}
header.with-shadow .nav .nav-active,
header.with-shadow .nav .nav-active a {
  color: #eb3c21;
}
header.with-shadow .nav > li > a:focus,
header.with-shadow .nav > li > a:active,
header.with-shadow .nav > li > a:hover {
  color: #eb3c21;
}
header.with-shadow .right .iphone-icon {
  background: url(../images/phone-icon-red.svg) no-repeat;
  background-size: contain;
}
header.with-shadow .right .phone-num {
  color: #eb3c21;
}
header.with-shadow .nav > li > a .menu-down-icon:after {
  border-color: #727681;
}
header.with-shadow .navbar-toggle .icon-bar {
  background: #eb3c21;
}
.navbar-brand {
  cursor: pointer;
  padding: 20px 0 25px 23px;
}
.nav > li > a {
  font-size: 18px;
  line-height: 80px;
  color: #313a5a;
  padding: 0px 27px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-out, ease-out;
}
.nav > li > a .menu-down-icon {
  transition: transform 0.4s;
  display: none;
}
.nav > li > a .menu-down-icon:after {
  content: ' ';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  font-size: 12px;
  margin-left: 6px;
  margin-bottom: 4px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.new-face .nav > li > a .menu-down-icon:after {
  border-color: #fff;
}
.navbar-right {
  float: left !important;
  margin-left: 160px;
}
.navbar-toggle {
  height: 34px;
}
.icon-close-bar {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/close-bar@2x.png) no-repeat;
  background-size: 17px 17px;
  margin-left: -35px;
  vertical-align: center;
}
.transparent-bg .logo {
  background-size: contain;
}
.transparent-bg .nav > li > a {
  color: #313a5a;
}
.transparent-bg .nav .nav-active,
.transparent-bg .nav .nav-active a {
  color: #eb3c21;
}
.transparent-bg .nav > li > a:focus,
.transparent-bg .nav > li > a:active,
.transparent-bg .nav > li > a:hover {
  color: #eb3c21;
  outline: none;
  background: none;
}
.transparent-bg .right {
  float: right;
  padding: 25px 0;
}
.transparent-bg .right .iphone-icon {
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../images/phone-icon-red.svg) no-repeat;
  background-size: contain;
}
.transparent-bg .right .phone-num {
  height: 22px;
  font-size: 30px;
  font-family: Helvetica-BoldOblique, Helvetica;
  font-weight: normal;
  color: #eb3c21;
  line-height: 30px;
}
.transparent-bg .navbar-toggle .icon-bar {
  background-color: #eb3c21;
}
.no-transparent-bg .nav > li > a {
  color: #fff;
}
.no-transparent-bg .nav > li > a:focus,
.no-transparent-bg .nav > li > a:active,
.no-transparent-bg .nav > li > a:hover {
  font-weight: 600;
  color: #fff;
  outline: none;
  background: none;
}
.no-transparent-bg .logo {
  background: url('../images/homepage-new/footer-logo.png') no-repeat center
    center;
  background-size: contain;
}
.no-transparent-bg .right {
  float: right;
  padding: 25px 0;
}
.no-transparent-bg .right .iphone-icon {
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../images/phone-icon-white.svg) no-repeat;
  background-size: contain;
}
.no-transparent-bg .right .phone-num {
  height: 22px;
  font-size: 30px;
  font-family: Helvetica-BoldOblique, Helvetica;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
}
.no-transparent-bg .navbar-toggle .icon-bar {
  background-color: #fff;
}
.nav-btn-group {
  position: relative;
}
.nav-btn-group .btn-list {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1001;
  width: 420px;
  height: 406px;
  box-shadow: 0 2px 16px rgba(5, 16, 31, 0.12);
  border-radius: 4px;
  font-size: 0;
}
.nav-btn-group .btn-list .btn-list-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 50%;
  margin: 0;
  padding: 30px;
  background: #fff;
  position: relative;
}
.nav-btn-group .btn-list .btn-list-item .list-title {
  font-weight: 600;
  border-bottom: 1px solid #e6e8ed;
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 8px;
  color: #666;
}
.nav-btn-group .btn-list .btn-list-item .list-content {
  text-align: left;
}
.nav-btn-group .btn-list .btn-list-item .list-content li {
  margin-bottom: 16px;
}
.nav-btn-group .btn-list .btn-list-item .list-content a {
  color: #666;
  font-size: 14px;
}
.nav-btn-group .btn-list .btn-list-item .list-content .nav-active {
  color: #eb3c21;
  font-weight: 600;
}
.nav-btn-group .btn-list .btn-list-item .list-content .new-icon {
  display: inline-block;
  width: 40px;
  height: 16px;
  background: url(../images/home/new-label@2x.png) no-repeat center;
  background-size: 40px 16px;
  vertical-align: middle;
  margin-left: 3px;
}
.nav-btn-group .btn-list .btn-list-item:last-child {
  background: #fafafa;
}
.nav-btn-group .btn-list .btn-list-item:nth-child(1):before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 47px;
  z-index: -2;
  border-radius: 4px;
  transform: rotate(45deg);
  box-shadow: 0 2px 16px rgba(5, 16, 31, 0.12);
}
.nav-btn-group .btn-list .btn-list-item:nth-child(1):hover:before {
  background: #fff;
}
.nav-btn-group .btn-list-half {
  width: 150px;
  height: 130px;
}
.nav-btn-group .btn-list-half .btn-list-item-half:nth-child(1) {
  width: 100%;
}
.nav-btn-group .btn-list-half .btn-list-item-half:nth-child(1):before {
  left: 40px;
}
.nav-btn-group:hover .menu-down-icon {
  transform: rotateX(180deg);
}
.nav-btn-group:hover .btn-list {
  display: block;
}
.nav-btn-group:hover .btn-list li a {
  height: auto;
}
.nav-btn-group:hover .btn-list li a:hover {
  color: #eb3c21;
}
.navbar .navbar-header h1 {
  margin: 0;
  padding: 0;
}
.nav .nav-active,
.nav .nav-active a {
  color: #eb3c21;
  font-weight: 600;
}
.with-shadow .nav > .nav-active > a .menu-down-icon::after {
  border-color: #eb3c21;
}
header.new-face {
  background: transparent;
  box-shadow: none;
}
header.new-face .nav li.nav-btn-group:hover {
  border-radius: 2px 2px 0 0;
}
header.new-face nav {
  background: transparent;
}
@media (max-width: 1230px) {
  .navbar-right {
    margin-left: 80px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .nav li > a {
    padding: 0 15px;
  }
  .no-transparent-bg .right .phone-num,
  .transparent-bg .right .phone-num {
    font-size: 22px;
  }
  .no-transparent-bg .right .iphone-icon,
  .transparent-bg .right .iphone-icon {
    width: 24px;
    height: 20px;
    background-size: contain;
  }
}
@media (max-width: 769px) {
  .navbar-right {
    margin-left: 50px;
  }
  header .right {
    display: none;
  }
}
@media (max-width: 420px) {
  header.new-face {
    background-color: transparent;
    box-shadow: none;
  }
}
.nav .nav-btn-group-sm {
  display: none;
}
.nav .nav-btn-group-sm .btn-list-sm li {
  text-align: left;
  padding: 12px 75px;
}
.nav .nav-btn-group-sm .btn-list-sm li a {
  font-size: 14px;
  color: #68768b;
  line-height: 1.5;
}
.nav .nav-btn-group-sm .hangye-has-arrow:after {
  float: right;
  content: '';
  display: inline-block;
  width: 17px;
  height: 9px;
  background: url(../images/home/hangye-arrow@2x.png) no-repeat;
  background-size: 17px 9px;
  margin-top: 30px;
  margin-right: 30px;
}
.nav .nav-btn-group-sm .hangye-open:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 767px) {
  .site-header {
    height: 48px;
  }
  .site-header > div.container {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 16px rgba(5, 16, 31, 0.12);
  }
  .site-header > div.container .navbar-header {
    margin-left: 0;
  }
  .new-face > div.container {
    box-shadow: none;
  }
  .logo {
    height: 48px;
    width: 40px;
    margin-left: 15px;
    margin-top: 6px;
  }
  .navbar-brand {
    padding: 0;
    height: 48px;
  }
  nav.in,
  nav.collapsing {
    width: 100%;
  }
  .container > .navbar-collapse {
    margin-left: 0;
  }
  .nav .nav-btn-group {
    display: none;
  }
  .icon-close-bar {
    margin-left: 0;
  }
  .navbar-collapse .nav > li {
    text-align: left;
    padding-left: 5px;
  }
  .navbar-collapse .nav > li > a {
    font-size: 16px;
    line-height: 70px;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #e0e5e8;
  }
  .navbar-collapse .nav > li a.no-border {
    border-bottom: 0;
  }
  .navbar-collapse .nav > li:last-child > a {
    border-bottom: 0;
  }
  .navbar-toggle {
    height: 48px;
    margin: 0;
    margin-right: 30px;
    padding: 0;
  }
  .navbar-toggle .icon-bar {
    width: 20px;
    background: #eb3c21;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-nav {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav .nav-btn-group-sm {
    display: block;
  }
  .nav .nav-btn-group-sm .group-sm-item a {
    padding-left: 10px;
    color: #68768b;
    font-size: 14px;
    line-height: 40px;
  }
  .nav .nav-btn-group-sm .group-sm-item .nav-active {
    color: #eb3c21;
  }
  .nav .nav-btn-group-sm .group-sm-item > li:last-child {
    border-bottom: 1px solid #e0e5e8;
  }
  header.new-face .nav > li > a {
    color: #05101f;
  }
  header > div.container .navbar-collapse {
    background: #fff;
  }
}
.navbar-collapse.in {
  max-height: 500px;
}
