
@font-face {font-family: 'webfont';
    src: url('//at.alicdn.com/t/u9f2fp0wtad4e7b9.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/u9f2fp0wtad4e7b9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/u9f2fp0wtad4e7b9.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/u9f2fp0wtad4e7b9.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/u9f2fp0wtad4e7b9.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

/*全局样式*/
* {
    padding: 0;
    margin: 0;
    font-family:"webfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    clear: both;
}

li {
    list-style-type: none;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
}
/* 自动填充为黄色问题*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset !important;
}
._line {
    height: 4px;
    width: 66px;
    background-color: #34bfff;
    margin: 0 auto 40px;
}

.lead {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 100px;
    text-indent: 2em;
}

/*颜色版*/

/*导航条样式开始*/


/*手机版样式*/
@media (max-width: 767px) {
    .navbar-brand .logo {
        display: none;
    }

    .navbar-inverse {
        background-color: #eee;
        border-color: #ddd;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #999;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #999;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #999;
    }

    .navbar-inverse .navbar-brand {
        color: #333;
    }

    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .navbar-wrapper .navbar .container {
        width: auto;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #999;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #999;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #999;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #666;
        background-color: transparent;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #17a2e3;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee;
    }
}

@media (min-width: 768px) {
    .navbar-wrapper {
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9;
    }

    .navbar-inverse {
        background: none;
        border: none;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-inverse .navbar-brand {
        color: #333;
    }

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #d00d24;
    }

    .navbar-brand {
        font-weight: bold;
        font-size: 16px;
        padding: 9px 15px;
        padding-left: 0;
        /*margin-top: 8px;*/
    }

    .navbar-brand .logo {
        display: inline;
        width: 120px;
    }

    .navbar-inverse .navbar-nav>li>a:hover{
        background-color: transparent;
        color: #333;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
        color: #d00d24;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #333;
    }

    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-right li {
        margin: 0 4px;
    }

    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nav >li>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-btn {
        margin-top: 15px;
    }

    .nav-left {
        position: relative;
    }

    .nav-bottom-line {
        height: 5px;
        width: 0;
        background: #d00d24;
        position: absolute;
        bottom: 0;
        transition: all 0.2s ease-out;
        z-index: -1;
    }

    .navbar-inverse .navbar-nav>.active>a:after{
        content: '';
        height: 5px;
        width: 100%;
        background: #d00d24;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.2s ease-out;
    }

    .navbar-right>li>a.nav-check:hover {
        color: #b82e27 !important;
        transition: color 0.2s ease-out;
    }
}

@media screen and (min-width:768px) and (max-width: 1200px) {
     .navbar-wrapper .container {
        min-width: 1200px;
    }
}
/*导航条样式结束*/
/*底部样式 开始*/
.footer-container {
    background: #4d515a;
    overflow: hidden;
}

.footer-container .container {
    padding-top: 70px;
    padding-bottom: 20px;
}
@media (min-width:1440px) {
    .footer-container .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width:1920px) and (max-width: 1440px) {
    .footer-container .container {
        padding-right: 35px;
        padding-right: 35px;
    }
}


.footer-list {
    float: left;
    margin-right: 90px;
}

.footer-list.last-list {
    margin-right: 0;
    padding-right: 160px;
    border-right: 1px solid #666;
}

.footer-list h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 0;
}

.footer-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-list a {
    color: #dbdbdc;
    font-size: 14px;
}

.footer-qrcode {
    width: 130px;
    height: 130px;
}

.footer-container p {
    color: #666;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1200px) {
    .footer-list {
        display: none;
    }

    .footer-qrcode,.footer-qrcode + li {
        display: none;
    }

    .footer-container {
        height: auto;
    }

    .footer-info {
        display: none;
    }

    .footer-container .container {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .footer-img-box {
        position: relative; 
        display: inline-block; 
        margin-right: 10px;
    }
    .footer-list {
        display: block;
        margin-right: 52px;
    }

    .footer-list.last-list {
        padding-right: 100px;
    }

    .footer-qrcode {
        display: inline;
    }

    .footer-info {
        display: block;
    }
}

/*返回顶部按钮*/
.to-top {
    width: 40px;
    height: 40px;
    background: #d00d24;
    position: fixed;
    bottom: 10%;
    right: 4%;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.to-top img {
    width: 40px;
    height: 40px;
}

@media (min-width: 992px) {

}

.footer-info {
    color: #dbdbdc;
    font-size: 16px;
    margin-right: 40px;
}

.footer-info b{
    color: #fff;
    font-weight: normal;
}

.footer-info i{
    font-style: normal;
    color: #fff;
    font-size: 16px;
}

.footer-bottom {
    width: 100%;
    background: #444750;
    color: #dbdbdb;
    text-align: center;
    font-size: 12px;
    padding: 40px 0 20px;
}
.footer-bottom a {
    text-decoration: none;
    color:#dbdbdb;
}


/*产品特点*/
.feature-title {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.feature-text {
    font-size: 16px;
    color: #666;
    text-align: center;
    padding: 10px 40px;
    height: 200px;
}

.feature-content {
    border-radius: 5px;
}

.feature-content img {
    width: 40%;
    margin-top: 30px;
}

.height-50 {
    height: 50px;
}
.height-80 {
    height: 80px;
}
.height-120 {
    height: 120px;
}

/*下拉菜单*/
@media (min-width: 768px) {
    .dropdown-menu {
        padding: 10px 0;
        border-radius: 0;
        border: none;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-size: 14px;
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        background: #fff;
        color: #d00d24;
        text-decoration: none;
    }
}

.background-grey{
    background: #eeefef;
    padding: 50px 0;
}


/*按钮*/

.btn {
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    border: 1px solid #c9c9c9;
    padding: 4px 14px!important;
    color: #fff;
    outline: none;
    font-size: 14px;
    border-radius: 2px;
}

.btn-default, .btn-default:focus {
    background: #fff!important;
    color: #333;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #d00d24!important;
    border: 1px solid #d00d24;
    background: #fff!important;
}



.btn-red, .btn-red:focus {
     background: #d00d24!important;
    color: #fff!important;
    border: 1px #d00d24 solid;
 }

.btn-red:hover{
    background: #dd544f !important;
}
.downloadInvBtn {
  float: right;
  margin-right: 15px;
}
.rask-modal {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 10;
  top: 0;
  left: 0;
}
.download-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.invoice-container {
  position: relative;
}
.invoice-download-container {
  display: none;
  position: absolute;
  top: 0;
  padding: 12% 24%;
  left: 0;
  z-index: 11;
}
.invoice-download-container .check-form-title{
  font-size: 14px;
  font-weight: unset;
}
.invoice-download-container .check-form{
  position: relative;
  height: 310px;
}
.invoice-download-container .help-block{
  margin: auto;
  color: #e54645;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.invoice-download-container .check-form-title_hr{
  border-top: 1px solid #eee;
  height: 0px;
  position: absolute;
  width: 100%;
  left: 0;
}
.invoice-download-container .control-label{
  font-weight: inherit;
}
.from-group-r {

}
.from-group-r .text-l{
  width: 64%;
  display: inline-block;
}
.from-group-r .text-r{
  position: relative;
  width: 33%;
  display: inline-block;
  float: right;
  cursor: pointer;
  text-decoration: none;
  height: 34px;
}
@media (min-width: 768px) {
    .hoverFloat:hover {
        transition: box-shadow 0.2s ease-out;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }
}

.product-title h5 {
    color: #dbdbdb;
}

.product-title h4 {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}


@media (max-width: 992px) {
    .product-title h5 {
        margin-bottom: 50px;
    }

}

.layout {
    display: flex;
}

.tab-list {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    margin-top: 60px;
    height: 292px;
    float: left;
}
.tab-list li a{
    display: block;
    width: 250px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}

.tab-list li.active a{
    background: #cbe7f4;
}

.tab-list li a:hover{
    background: #cbe7f4;
}

.tab-list li:last-child a{
    border-bottom: none;
}

.tab-list li a img {
    width: 30px;
    margin: 0 20px;
}

.tab-content {
    width: 70%;
    margin-top: 60px;
    margin-left: 40px;
    flex: 1;
    float: left;
}


@media (min-width: 1599px) {
    .container {
        width: 1300px;
    }
}

.bottom-line {
    width: 100%;
    height: 1px;
    background: #dedede;
    margin: 30px 0 20px;
}

@media (min-width: 768px) {
    .navbar-right {
         margin-right: 0px;
    }
    .navbar-right li:last-child {
        margin-right: 0;
    }
}

/*标题*/
.chapter-title {
    margin-top: 120px;
}

.chapter-title h3{
    color: #333;
    text-align: center;
}

.chapter-title h5{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .chapter-title {
        margin-top: 50px;
        margin-bottom: 20px!important;
    }
}

/*发票查验*/
.check-container {
    width: 100%;
    height: 428px;
    overflow: hidden;
    position: absolute;
    display: none;
    z-index: 100;
    top: 20%;
}
.check-content {
    position: absolute;
    right: -520px;
    top: 4px;
    transition: right 0.4s ease-in-out;
}

.check-close {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.check-form {
    width: 520px;
    height:422px;
    float: left;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.12);
    padding: 30px 40px 30px 50px;
}

.check-form-title {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
}

.check-form-info {
    padding: 2px 4px;
    margin-top: 2px;
    color: #dd9a30;
    white-space: nowrap;
    margin-bottom: 10px;
}

.check-form input {
    width: 100%;
    padding: 4px 4px;
    border-radius: 2px;
    border: 1px solid #d6d8da;
    transition: all 0.3s ease-out;
    height:34px;
    font-size: 14px;
}

.check-form span {
    margin-left: 4px;
    display: table-cell;
}

.check-form .verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-form .verification img{
    width: 100px;
    height: 36px;
    cursor: pointer;
}
.check-form .verification input{
    width: 60%;
    margin-top: 0;
}

.check-form a{
    margin-top: 0px;
    width: 100%;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

/*查验前，查验失败*/
.check-before {
    display: block;
}
/*查验成功*/
.check-success {
    display: none;
    text-align: center;
}
.ckeck-info-success {
    color: #0f9d58;
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
}
.ckeck-info-success i{
    margin: 0 10px 0 20px;
}
.result-content {
    padding-top: 10px;
}
.result-row {
    margin: 0 auto;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.result-title {
    width: 5em;
}
.letter-space {
    display: inline-block;
    width: 2em;
}
.result-btn {
    margin: 0 auto;
    margin-top: 20px;
    color: #333;
}
.result-img {
    width: 300px;
    position: relative;
    z-index: 1;
}
.result-img-content {
    position: relative;
    display: inline-block;
}
.result-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
.result-shade img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.invoice-img {
    width: 100%
}

.error-info {
    padding: 2px 4px;
    margin-top: 4px;
    border: 1px solid #fbd3cd;
    color: #e54645;
    background: #ffebeb;
    white-space: nowrap;
    align-items: center;
    display: none;
    margin-bottom: 10px;
}

.error-info ul{
    margin-bottom: 0;
}
.error-info ul li {
    margin-left: 8px;
    display: table;
}
.error-info ul li>i {
  background-image: url(../img/erroInfo.png);
  width: 20px;
  display: table-cell;
  height: 14px;
  background-repeat: no-repeat;
  background-position-y: 4px;
}

.check-before input.error {
    border: 1px solid #e54645;
}
.input-error-info {
    text-align: right;
    color: #e54645;
    margin-bottom: 2px;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.input-error-info.active {
    opacity: 1;
}
.btn-default.disabled {
    background-color: #6bdfff;
    border-color: #ccc;
}

.check-success-icon {
    width: 30px;
}

/*问卷调查*/
.question {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 50;
    width: 150px;
    height: 260px;
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 30px 10px;
    text-align: center;
}

.question img{
    width: 94%;
    display: block;
    margin:0 auto 10px;
}

@media (max-width: 768px) {
    .question {
        display: none;
    }
}
/* 轮播图 */
.swiper-container {
    padding-bottom: 20px !important;
}
/*手机下底部二维码*/

@media (max-width: 768px) {
    .qrcode-container {
        width: 100%;
    }
    .footer-qrcode {
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .footer-qrcode + li {
        display: none;
    }
    .saas-img {
        margin-top: 10px;
        width: 60%;
    }
}

/* 悬浮提示框*/
.tooltip {
  width: 120px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f8f8f8;
}
.tooltip-inner {
  background-color: #f8f8f8;
  color: #333;
}
.clear-box:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clear-box {
    zoom: 1;
}

.nav-logo {
  position: relative;
  top: 12px;
  width: 120px;
  height: 23px;
}