*{
    touch-action: none!important;
}
body,html {
    font-family:Microsoft YaHei,lato,sans-serif;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #5a5a5a;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button:focus{
    border:none;
    outline: none;
}
li{
   list-style: none;
}
h1 {
    text-transform: uppercase
}
h2 {
    text-transform: uppercase;
    line-height: 20px;
    margin: 0
}
h3 {
    font-size: 18px;
    font-weight: 900
}
h4 {
    text-transform: uppercase
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px
}
a {
    color: #20BBB9
}
.section-title hr {
    border-color: #78C5C4;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
    margin-top:5px;
    margin-bottom: 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}
ul{
    padding-inline-start:0px!important;
    /* margin-block-start: 0!important;
    margin-block-end: 0!important; */
}
.clearfix {
    display: block
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}
.light-blue-btn{
    color:#fff;
    background: linear-gradient(170deg, #0048dc 0%, #b400ff 75%, #b400ff 100%);
    border: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color:#fff;
    text-decoration: none;
}
.clamp_hidden {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.middle{
    display:flex;vertical-align:middle;justify-content:center;align-items:center;
}
.left{
    float: left;
}
.right{
    float: right;
}
.color20{
   color:#0048DC
}
.blueColor{
    color: #0048DC;
}
.colorE5{
    color: #e5e5e5;
}
.color {
    color: #fcac45
}
.whiteColor{
    color:#fff;
}
.bgBlue{
    background: #0043A7;
}
.color666{
    color:#666;
}
.color333{
    color:#333;
}
.colorB1{
    color:#B1B1B1;
}
.whiteGreen{
    color: #40BC8F;
}
.bgF2{
    background: #F2F2F2;
}
.bg18{
    background: linear-gradient(#b400ff 0%, #0048dc 100%);
}
.light_blue{
    background: #E8F7E9;
}
.bgEB{
    background:#EBA62B;
}
.bgE5{
    background:#E5ECF5;
}
.bgE7{
    background:#E7F5E5;
}
.bgF5{
    background:#F5EDE5;
}

#tf-menu {
    padding: 6px 0 0 0;
    transition: all .8s
}
#tf-about{
    margin-top: 60px;
}
#tf-menu.navbar-default {
    /* background-color: transparent;
    border-color: transparent */
    border:none;
    background-color: #fff;
    border-color: initial;
}
#tf-menu a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    /* color: #fff; */
    color: #333;
    font-weight: bold;
    padding:0;
    width: 38%;
    float: left;
}
#tf-menu .navbar-nav>li{
    padding: 18px 15px 0 15px;
}
.navbar-tips{
    margin-left: 8%!important;
}
#tf-menu a.navbar-brand img{
    width: 100%;
    padding-top: 10px;
}
#tf-menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px 0 19px 0;
}
.on {
    background-color:rgba(44,44,44,1)!important;
    padding:6px 0 0 0!important
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #3433E6!important;
    background-color: transparent;
    font-weight: bold;
    border-bottom: 2px solid #3433E6;
}
.navbar-default.on .navbar-nav>li>a{
    color: #fff;
}
.navbar-toggle {
    border-radius: 0
}
.navbar-header{
    width:30%;float: left;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #fcac45;
    border-color: #fcac45
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #fff
}
#bs-example-navbar-collapse-1{
    width: 68%;
    float: right;
}
.navbar-collapse-inner{
    overflow: hidden;
    width: 87%;
    float: left;
}
.navbar-btn{
    width:10%;
    float: right;
    text-align: center;
}
/*联系我们 模块样式 开始*/
#tf-contact{
    background: #2C2C2C;
}
#tf-contact .section-title{
    padding: 30px 0;
}
.contact-inner{
    border-radius: 5px;
    overflow: hidden;
    padding: 50px 30px;
    background: linear-gradient(170deg,#0048dc 0%, #b400ff 74%,#b400ff 100%);
}
.foot_msg_btn.focus, .foot_msg_btn:focus, .foot_msg_btn:hover {
    color: #0043A7;
    text-decoration: none;
}
.contact-title{
    color: #fff;
    font-size: 18px;
    margin-bottom:6px;
}
.contact-desc{
    color: #fff;
    font-size: 14px;
}
.contact-header-img{
    width:66px;
}
.footer-contact{
    padding: 40px 0 20px 0;
    border-top: 1px solid #423E50;
    border-bottom: 1px solid #423E50;
}
.footer-left img{
    width:49%;
    margin-bottom: 10px;
}
.footer-left p{
    font-size: 10px;
    margin-bottom: 0;
    -webkit-transform:scale(0.8);
    color: #fff;
    margin-top: 10px;
}
.introduce-list{
    overflow: hidden;
}
.introduce-list li{
    float: left;list-style:none;
}
.introduce-title{
    font-weight: bold;margin-bottom: 6px;color: #fff;font-size: 16px;margin-bottom: 20px;
}
.introduce-title img{
    width: 17px;
    margin-right: 10px;
}
.introduce-list li a{
    margin-bottom: 12px;color: #fff;font-size: 12px;display: block;
}
.line-span{
    width:40px;
    background: linear-gradient(to right, #0048dc 0%, #b400ff 70% ,#b400ff 100%);
    height:2px;
    display: inline-block;
    margin-top: 10px;
}
.list_right{
    margin-left: 61px;
}
.foot_code img{
    width:74%;
    padding-top: 20px;
}
.footer_desc{
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    transform: scale(0.9);
    -webkit-transform:scale(0.9);
    transform-origin: 0 0;
}
.connect_tel{
    margin-top: 6px;
}
.connect_tel a{
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.introduce-title .connect_tel_icon{
    width: 19px;
}
.site{
    margin-top: 7px;
}
.code p,.foot_code p{
    font-size: 12px;
    color: #000;
    padding-top: 10px;
}
.ICP-style{
    line-height: 40px;
    color:#A4A1AF;
    font-size: 12px;
}
/*联系我们 模块样式 结束*/
/*侧边栏样式*/
.sidebar-box{
    position: fixed;top: 35%;z-index: 10;right: 50px;width: 80px;
}
.sidebar-box a{
    width: 50px;display: block;float:right;height: 50px;margin-bottom: 3px;background:rgba(153,153,153,1);text-align: center;line-height: 45px;
}
.sidebar-box a:hover{opacity: 0.75}
.online-service{
    background: #3433E6!important;
}
.online-service span{
    line-height: 20px;font-size: 16px;color: #fff;width: 36px;display: inline-block;padding-top: 5px;
}
.back-top{
    background:#3433E6!important;opacity: 1;
}
.connect-list{
    padding:10px 20px!important;
}
.connect-list li{
    line-height: 24px;font-size: 13px;
}
.tel,.code,.tenCent {
    position: absolute;left: -108px;top: 0;display: none;background: #fff;box-shadow:0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.tel i , .code i,.tenCent i{
    width: 8px;height: 15px;position: absolute;top: 20px;right: -8px;background-image: url(../image/trangle-right-suspension.png);background-repeat: no-repeat;
}
.code {
    top: 54px;left: -123px;
}
.code-inner{padding:10px;}
.tenCent a{
    width:100%;height:100%;background: #fff;
}
.tenCent a:hover{
    opacity: 1;
}
.tencent-b {
    width: 62px;float: left;margin-top: 15px;
}
.tencent-qq{width:28px;}
.tencent-p {
    width: 75px;float: right;margin-right: 18px;margin-top: 12px;font-size: 16px;color: #333;line-height: 24px;
}
.tenCent {
    left: -137px;top: 106px;
}


/* 免费注册 弹窗样式 */
.modal-inner{
    width: 84%;margin: 0 auto;
}
.login_form_content{
    width:90%;
    margin:20px auto 0 auto;
}
.login_form_box{
    padding: 0 0 30px 0;
}
.login_form_ul{
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 0 0;
}
.login_form_ul li{
    margin: 0 0 20px 0;
    position: relative;
}
.login_form_ul li img{
    width:8%;
    float: left;
}
.login_form_ul li input{
    border: none;
    outline: medium;
    height: 100%;
    display: block;
    width: 92%;
    margin: 0 auto;
}
.input_box{
    padding: 10px 0 10px 0;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
}
.login_btn{
    background: #0048DC;
    border: none;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    padding: 12px 0;
}
.large_title{
    font-size: 20px;
    color: #333;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}
.desc_title{
    color: #666;
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}
.store_type{
    width: 100%;
    overflow: hidden;
    padding:20px 0;
    text-align: center;
}
.store_type span{
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    width: 84px;
    display: inline-block;
    padding: 6px 0;
    color: #666;
    font-size: 13px;
    cursor: pointer;
}
.store_type span.active_store{
    background: #0049DC;
    color: #fff!important;
    border: 1px solid #0049DC;
}
.warnStyle{
    border: 1px solid red;
}
.warnDesc{
    color: red;
    font-size: 12px;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}

.menu_tab{
    display: none;
    border-top: 1px solid #f5f5f5;
}
.selectNet {
    padding: 10px 0 2px 0px;
}
.selectNet li {
    display: inline-block;font-size: 14px;line-height: 30px;padding-bottom: 5px;margin: 0 35px;cursor: pointer;color: #333;
}
.selectNet li a{
    color: #333;
    display: block;
}
.selectNet li.selectActive a{
    color: #3433E6;
}
.on .selectNet li a{
    color: #fff!important;
}
.on .selectNet li.selectActive a{
    color: #3433E6!important;
}
.navbar-default .navbar-nav>.active_cur>a, .navbar-default .navbar-nav>.active_cur>a:hover, .navbar-default .navbar-nav>.active_cur>a:focus{
    color: #3433E6;
    font-weight: bold;
    border-bottom: 2px solid #3433E6;
}

.saas_system_content{
    background: linear-gradient(#000258 0%, #2c2c2c 100%);
    padding: 44px 0 45px 0;
    text-align: center;
}
.saas_title{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.saas_ul{
    width: 70%;
    margin: 48px auto 48px auto;
    color: #fff;
    overflow: hidden;
}
.saas_ul .saas_li{
    width:25%;
    float: left;
    border-right: 1px solid #666666;
}
.saas_ul .saas_li p{
    font-size: 18px;
    font-weight: bold;
}
.saas_ul .saas_li:last-child{
    border-right: none;
}
.saas_ul .saas_li span{
    font-size: 12px;
}
.saas_system_content .saas_used_btn{
    background: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 36px;
    color: #0048DC;
    font-size: 16px;
    font-weight: bold;
}
.newTipGif{
    width: 22px;
    position: relative;
    top: -4px;
    left: 4px;
}