*{

    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,.swiper-slide img {

    width: 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;

}

.light-blue-btn{

    color:#fff;

    background: linear-gradient(170deg, #0048dc 0%, #00deff 75%, #00deff 100%);

    border: none;
	
	border-radius:8px;
	
	font-weight: bold;
	
	margin-top: 4px;

}

.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;

    transition: all .8s

}

#tf-about{

    margin: 45px 0 15px;

}

#tf-menu.navbar-default {

    /* background-color: transparent;

    border-color: transparent */

    background-color: #fff;

}

#tf-menu a.navbar-brand {

    text-transform: uppercase;

    font-size: 22px;

    /* color: #fff; */

    color: #333;

    padding:0;

    float: left;

}

#tf-menu .navbar-nav>li{

    padding: 18px 15px 0;

}

.navbar-tips{

    margin-left: 8%!important;

}

#tf-menu a.navbar-brand img{

    padding-top: 15px;

}

#tf-menu.navbar-default .navbar-nav>li>a {

    text-transform: uppercase;

    font-size: 16px;

    letter-spacing: 1px;

    padding: 0 0 19px;

}

/*.on {

    background-color:rgba(44,44,44,1)!important;

    padding:6px 0 0 !important

}*/

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {

    color: #007eff!important;

    background-color: transparent;

    border-bottom: 2px solid #007eff;

}

/*.navbar-default.on .navbar-nav>li>a{

    color: #fff;

}*/

.navbar-toggle {

    border-radius: 0

}

.navbar-header{

    width:35%; 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: 65%;

    float: right;

}

.navbar-collapse-inner{

    overflow: hidden;

    width: 87%;

    float: left;

}

.navbar-btn{

    width:10%;

    float: right;

    text-align: center;

}

/*联系我们 模块样式 开始*/

#tf-contact{

    background: #222;

}

#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:0 30px 10px 0;

}

.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: #007eff!important;

}

.online-service span{

    line-height: 20px;font-size: 16px;color: #fff;width: 36px;display: inline-block;padding-top: 5px;

}

.back-top{

    background:#007eff!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: linear-gradient(170deg, #0048dc 0%, #00deff 75%, #00deff 100%);

    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: 90px;

    display: inline-block;

    padding: 6px 0;

    color: #666;

    font-size: 14px;

    cursor: pointer;
	
	font-weight: bold;
	
	margin: 0 15px;

}

.store_type span.active_store{

    background: linear-gradient(170deg, #0048dc 0%, #00deff 75%, #00deff 100%);

    color: #fff!important;

    border: 1px solid #00deff;

}

.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 #dee4f9;

}

.selectNet {

    padding: 18px 0 6px;

}

.selectNet li {

    display: inline-block; font-size: 15px; line-height: 30px; margin: 0 35px; cursor: pointer; color: #333;

}

.selectNet li a{

    color: #333;

    display: block;

}

.selectNet li.selectActive a{

    color: #007eff;

}

/*.on .selectNet li a{

    color: #fff!important;

}

.on .selectNet li.selectActive a{

    color: #007eff!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: #007eff;

    border-bottom: 2px solid #007eff;

}

.saas_system_content{

    background: linear-gradient(#000258 0%, #2c2c2c 100%);

    padding: 44px 0 45px;

    text-align: center;

}

.saas_title{

    color: #fff;

    font-size: 22px;

    font-weight: bold;

}

.saas_ul{

    width: 70%;

    margin: 48px auto;

    color: #fff;

    overflow: hidden;

}

.saas_ul .saas_li{

    width:25%;

    float: left;

    border-right: 1px solid #666;

}

.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;

}