/* Fonts settings */
body,
p,
.navbar,
.brand,
a,
.td-name,
td,
button,
input,
select,
textarea {
  font-family: "Roboto", "Helvetica", Arial, sans-serif, "Source Han Sans CN";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
}

/* Common Styles */
.title {
  color: #111111;
}

/*
.bg-gradient {
  background: linear-gradient(270deg, #f7395f 0%, #fe702e 100%);
}
*/
.bg-gradient {
  background: linear-gradient(90deg, rgba(0, 91, 172, 1), rgba(1, 144, 220, 1));
}

/* Header Section */
.aa-header {
  /*background-image: url("../images/home-image.jpg");*/
  position: relative;
  background-size: cover;
  min-height: 400px;
}

.aa-header .navbar .navbar-brand {
  font-size: 24px;
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  box-shadow: none;
  letter-spacing: 1px;
  opacity: 1;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
/*
.aa-header .aa-header-content {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
*/
.aa-header  h1 {
  letter-spacing: 1px;
  font-size: 20px !important;
}

@media (min-width: 992px) {
  .aa-header h1 {
    font-size: 30px !important;
  }

  .aa-header .aa-header-content img {
    padding-top: 40px;
  }

  .aa-header .aa-header-content li {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .aa-header .aa-header-content img {
    margin-top: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .aa-header .aa-logo-img {
    padding-left: 20px;
  }

  .aa-header .navbar-brand {
    padding-right: 20px !important;
  }

  .aa-header .aa-header-content li {
    font-size: 10px;
  }
}

/* Body Section */
.aa-product-details .description {
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.aa-product-details .description .h4 {
  color: #323232;
  padding-bottom: 1.5rem;
}

.aa-product-details .description p {
  color: #4D4D4D;
}



.aa-product-details .icon {
  float: left;
  margin-top: 24px;
  margin-right: 30px;
  font-size: 3rem;
}

.aa-screenshots {
  background-color: #F5FAFD;
}

@media (max-width: 992px) {
  .aa-screenshots .carousel-inner .carousel-item img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .aa-screenshots .carousel-inner .carousel-item img {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .aa-screenshots .carousel-inner .carousel-item img {
    height: 150px;
  }
}

.aa-price-package .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}

.aa-price-package .aa-price {
  padding-bottom: 1.5rem;
  background-color: #F5FAFD;
}

.aa-price-package .aa-price .btn {
  width: 8rem;
}

.aa-price-package .aa-price .aa-price-section {
  padding: 25px 5px;
  background-color: white;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  font-size: 28px;
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
}

.aa-price-package .aa-price .aa-price-section span {
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 38px;
}

.aa-price-package .aa-price ul li {
  line-height: 3;
  border-bottom: 1px dashed #eee;
}

.aa-price-package .aa-price-active {
  background-color: white;
}

.aa-price-package .aa-price-active .btn {
  border: none;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.aa-price-package .text-small {
  font-size: 90%;
  line-height: 3;
  opacity: 0.75;
}

.aa-price-package .text-small:hover {
  opacity: 1;
}

.aa-price-content {
  text-align: left;

}

.aa-price-content p {
  font-size: 14px;
  padding-left: 20px;
  background: url("../images/right.png") no-repeat;
}

.aa-price-content h4 {
  font-size: 14px;
  font-weight: normal;
  color: #aaa;
  padding: 5px 0;
  margin-top: 10px;
}

.aa-testimonials-section .aa-testimonials {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.aa-testimonials-section .aa-testimonials img {
  border-radius: 100%;
  width: 96px;
  height: auto;
}

.aa-testimonials-section .aa-testimonials .aa-testimonials-body {
  background-color: #F5FAFD;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -4px;
}

.aa-testimonials-section .aa-testimonials .h5 {
  color: #111111;
}

@media (max-width: 992px) {
  .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aa-testimonials-section .aa-testimonials .aa-testimonials-body p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    text-align: center;
  }

  .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.aa-download-section i {
  color: #888;
}

.aa-download-section .aa-apple:hover i {
  color: #B4B0B0;
}

.aa-download-section .aa-android:hover i {
  color: #a4c639;
}

.aa-download-section .aa-windows:hover i {
  color: #0078d7;
}

.aa-download-section .aa-download-icon {
  padding-left: 40px;
}

@media (max-width: 992px) {
  .aa-download-section p {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .aa-download-section p {
    font-size: 12px;
  }

  .aa-download-section .aa-download-icon {
    padding-left: 0px;
    text-align: center;
  }

  .aa-download-section .aa-download-icon-detail {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .aa-download-section p {
    font-size: 14px;
  }
}

/* Footer sectiom */
.aa-footer a.credit {
  color: inherit;
  border-bottom: 1px dashed;
}

.round-top-left {
  border-top-left-radius: 10px;
}

.round-top-right {
  border-top-right-radius: 10px;
}

.round-bottom-left {
  border-bottom-left-radius: 10px;
}

.round-bottom-right {
  border-bottom-right-radius: 10px;
}

/*产品优势*/
.differents {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 50px auto 0px auto;
}

.differents li {
  display: flex;
}

.differents li:first-child {
  align-items: flex-end;
}

.differents li:last-child {
  align-items: flex-start;
}

.differents li span {
  display: block;
  padding: 15px;
  color: #4D4D4D;

}

.differents li span:nth-child(1) {
  width: 15%;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F6F7FB;
}

.differents li span:nth-child(2) {
  width: 40%;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F6F7FB;
}

.differents li span:nth-child(3) {
  width: 45%;
  background: #F5F9FF;
  border-bottom: 1px solid #E6E6E6;
  border-left: 2px solid #fff;
}

.differents li:first-child span {
  font-size: 16px;
  font-weight: bold;
  color: #676767;
  padding: 25px 15px 15px 15px;
}

.differents li:last-child span {
  display: inline;
  border-bottom: none;
}

.differents li:last-child span:last-child {
  padding-bottom: 30px;
}

.differents li:first-child span:last-child {
  padding-bottom: 30px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 91, 172, 1), rgba(1, 144, 220, 1));
}

/*--资费--*/
.pricing .sec-tit {
  font-size: 12px;
  color: #B3B3B3;
}

.pricing tr th {
  border-bottom: 1px solid #FBFBFB;
  background: none;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*
.pricing th>div {
  background-color: #F6F7FB;
  padding: 20px 10px;
  height: 95px;
}


.pricing th>div.basic {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pricing th>div.basic .left {
  text-align: left;
  color: #0190DC;
}

.pricing th>div.basic .left span {
  font-weight: normal;
  font-size: 12px;
}

.pricing th>div.basic .right {
  text-align: right;
}

.pricing th>div.basic .right .price {
  font-size: 30px;
}

.pricing th>div.global {
  color: #fff;
  height: 110px;
  background: linear-gradient(90deg, rgba(0, 91, 172, 1), rgba(1, 144, 220, 1));
  border-radius: 10px 10px 0px 0px;
}

.pricing th>div.global .left {
  text-align: left;
  color: #fff;
}

.pricing th>div.global .sec-tit {
  color: #fff;
}

.pricing th>div.free {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  height: 110px;
  background: linear-gradient(90deg, rgba(209, 51, 52, 1), rgba(239, 126, 45, 1));
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.pricing th>div.free i {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 15px 25px 3px 25px;
  position: absolute;
  top: -7px;
  left: -25px;
  transform: rotate(-40deg);
  transform-origin: center;
}

.pricing th>div.free .left {
  text-align: left;
  color: #fff;
}

.pricing th>div.free .right .price {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
*/

.pricing th>div {
  background-color: #F6F7FB;
  border-radius: 10px 10px 0px 0px;
}

.pricing th .tit1 {
  display: flex;
  justify-content: space-between;
}

.pricing th .tit2 {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}

.pricing th .tit3 {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 8px;
}

.pricing th .tit1 span {
  padding: 5px 10px;
  color: #fff;
}

.pricing th .tit1 i {
  padding: 5px 10px;
  border-radius: 10px 0px 20px 0px;
  color: #fff;
  position: relative;
}



.pricing th .free i {
  background: rgba(255, 255, 255, 0.5);
}


.pricing th .basic i {
  background: rgba(1, 144, 220, 0.5);
}

.pricing th .pro i {
  background: rgba(255, 255, 255, 0.5);
}

.pricing th .global i {

  background: rgba(0, 91, 172, 0.5);
}

.pricing th .free .tit2 {
  margin-top: 20px;
}

.pricing th .basic .tit2 {
  color: rgb(94, 151, 201);

}
.pricing th .pro .tit2 {
  font-size: 24px;
}

.pricing th .global .tit2 {
  color: #0190DC;
}



.pricing th>div.free {
  background: linear-gradient(90deg, rgba(209, 51, 52, 1), rgba(239, 126, 45, 1));
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.pricing th>div.pro {
  color: #fff;
  background:linear-gradient(90deg,rgba(209,51,52,1),rgba(239,126,45,1));
  border-radius: 10px 10px 0px 0px;
}

.pricing tbody td {
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.pricing tbody td .row .col-6:nth-child(2n+1){
  text-align: left;
}

.pricing tbody tr:nth-child(2n) td {
  background-color: #F6F7FB;
}


.pricing tbody tr:nth-child(2n) td:nth-child(3) {
  background-color: #FFF0E5;
}

.pricing tbody tr:nth-child(2n) td:last-child {
  background-color: #F5F9FF;
}

.pricing tfoot td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.pricing tfoot td span {
  display: block;
  background-color: #F6F7FB;
  height: 20px;
}

.pricing tfoot td:nth-child(3) span {
  background-color: #FFF0E5;
  height: 40px;
  border-radius: 0 0 10px 10px;
}

.pricing tfoot td:last-child span {
  background-color: #F5F9FF;
  border-radius: 0 0 10px 10px;
}

.pricing img {
  /*解决图片空白间隙的bug*/
  display: block;
  margin: 0 auto;
}

/*问题提示*/
.question {
  padding: 0 10px;
  cursor: pointer;
  background: url(../images/wenhao1.png) no-repeat center center;
  position: relative;
}

.question:hover {
  background: url(../images/wenhao.png) no-repeat center center;
}

.question .q-box {
  display: none;
  padding: 20px;
  width: 350px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 10px 0px rgba(100, 100, 100, 0.32);
  border-radius: 21px;
  position: absolute;
  text-align: left;
  color: #4C4C4C;
  left: 0px;

}

.question:hover .q-box {
  display: block;
  z-index: 999;
}

.tuijian {
  bottom: 25px;
}

/*创业礼包*/
.pricing .gift {
  padding: 0 10px;
  cursor: pointer;
  background: url(../images/liwu.png) no-repeat center center;
  position: relative;
}

.pricing .gift .g-box {
  display: none;
  padding: 20px;
  width: 450px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(239, 126, 45, 1);
  box-shadow: 0px 2px 10px 0px rgba(239, 126, 45, 0.34);
  border-radius: 21px;

  text-align: left;
  color: #4C4C4C;

}

.pricing .gift .box1 {
  position: absolute;
  left: 0px;
}

.pricing .gift .box2 {
  position: absolute;
  left: -400px;
}

.pricing .gift .box3 {
  position: absolute;
  left: -400px;
}

.pricing .gift:hover .g-box {
  display: block;
  z-index: 999;
}

/*--价格备注--*/
.remark {
  margin-top: 40px;
}

.remark h4 {
  padding: 15px 0;
  font-weight: bold;
}

/*--价格优势--*/
.pricing-advantage td {
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}


.pricing-advantage tr:nth-child(2n) td {
  background-color: #F6F7FB;
}


.pricing-advantage tr:first-child td {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #FBFBFB;
  background: none;
  padding: 0;
  vertical-align: bottom;
}


.pricing-advantage tr:first-child td span {
  display: inline-block;
  background-color: #F6F7FB;
  width: 100%;
  padding: 25px 0;
}

.pricing-advantage tr:first-child td:last-child span {
  background: linear-gradient(90deg, rgba(0, 91, 172, 1), rgba(1, 144, 220, 1));
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.pricing-advantage tr:last-child td {
  background: none;
  padding: 0;
  vertical-align: top;
}

.pricing-advantage tr:last-child td span {
  display: inline-block;
  width: 100%;
  min-height: 75px;
  padding: 15px;
  background-color: #F6F7FB;
}

.pricing-advantage tr:last-child td:last-child span {
  border-radius: 0px 0px 10px 10px;
  min-height: 95px;
}

.pricing-advantage tr:not(:last-child) td:last-child {
  background-color: #F5F9FF;
}

.pricing-advantage tr td:last-child span {
  background-color: #F5F9FF;
}

#plan h4 {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  background: url(../images/gongying.png) no-repeat;
}

#address {
  text-align: right;
}

.mail {
  background: url(../images/youxiang.png) no-repeat right center;
  padding-right: 30px;
}

.qq {
  background: url(../images/qq.png) no-repeat right center;
  padding-right: 30px;
}

.phone {
  background: url(../images/dianhua.png) no-repeat right center;
  padding-right: 30px;
}

.address {
  background: url(../images/dizhi.png) no-repeat right center;
  padding-right: 30px;
}

.aa-download-icon span {
  width: 18px;
  height: 46px;
  display: inline-block;
  text-align: center;
  padding-top: 1em;
}


.ios::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: -10px;
  background: url(../images/ios.png) no-repeat center center;
  background-size: 100% 100%;
}

.android::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -10px;
  background: url(../images/android.png) no-repeat center center;
  background-size: 100% 100%;
}

.windows::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -10px;
  background: url(../images/windows.png) no-repeat center center;
  background-size: 100% 100%;
}

.macos::before {
  content: "";
  display: inline-block;
  width: 40px;
  height:40px;
  margin-left: -10px;
  background: url(../images/macos.png) no-repeat center center;
  background-size: 100% 100%;
}
.web::before {
  content: "";
  display: inline-block;
  width: 35px;
  height:35px;
  margin-left: -10px;
  background: url(../images/web.png) no-repeat center center;
  background-size: 100% 100%;
}
.wx::before {
  content: "";
  display: inline-block;
  width: 45px;
  height:45px;
  margin-left: -10px;
  background: url(../images/wx.png) no-repeat center center;
  background-size: 100% 100%;
}

#download .row .col-md-2{
  flex: 0 0 20%;
  max-width: 20%;
  padding-left:8px;
  padding-right: 8px;
}

.float-win {
  width: 63px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(235, 240, 255, 1);
  box-shadow: 0px 0px 4px rgba(221, 224, 235, 0.7);
  border-radius: 6px;
  position: fixed;
  right: 5px;
  bottom: 250px;
  z-index: 1000;
  text-align: center;
  font-size: 11px;
  padding: 0 3px;
}

.float-win a {
  padding: 10px 0;
  display: block;
  color: #4D4D4D;
}

.float-win img {
  padding: 5px 0;
}

.float-win .divider {
  height: 1px;
  background: rgba(225, 226, 230, 1);
}