@charset"utf-8";
*,
::after,
::before {
	box-sizing: border-box
}

dl,
ul {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	list-style: none
}

img {
	max-width: 100%
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.cf:after,
.cf:before {
	display: table;
	content: " ";
	line-height: 0
}

.cf:after {
	clear: both;
	visibility: hidden
}

.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px
}

.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.ptb-50 {
	padding-bottom: 50px;
	padding-top: 50px
}

.ptb-60 {
	padding-bottom: 60px;
	padding-top: 60px
}

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px
}

.ptb-5 {
	padding-bottom: 5px;
	padding-top: 5px
}

.pt-40 {
	padding-top: 40px
}

.mt-60 {
	margin-top: 60px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}
.border-rad10{border-radius: 10px;}
.border-rad40{border-radius: 40px;}
.bor-raduis-10 {
    border-radius: 10px;
}
.ptb-all60 {
	padding: 60px 40px
}

.average-40wd {
	width: 40%
}
.average-45wd {
	width: 45%
}
.average-52wd {
	width: 52%
}
.average-68wd {
	width: 68%
}

.re {
	position: relative
}

.re-100 {
	position: relative;
	z-index: 10
}

.text-und {
	text-decoration: underline
}

.auto-img img{width: auto;height: auto;}
.bg-a {
	background-image: linear-gradient(to bottom, #d9e2f7, #eef7f3)
}
.bg-color-blue{
	background-color: #f3fbfd;
}
.btn .ios-icon {
	background-image: url("../image/icon/ios.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.btn .windows-icon {
	background-image: url("../image/icon/windows.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.btn .android-icon {
	background-image: url("../image/icon/android-white.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.btn .windows-icon.black {
	background-image: url("../image/icon/windows-black.svg")
}

.btn .ios-icon.black {
	background-image: url("../image/icon/ios-black.svg")
}
.btn .android-icon.black {
	background-image: url("../image/icon/android-black.svg")
}
.btn.big{font-size: 22px;padding: 10px 30px;}
.blue-btn {
	background-color: #0080ff;
	color: #fff
}

.blue-btn:hover {
	background-color: #00bdf6;
	color: #fff
}
.dr-blue-btn {
	background-color: #00bdf6;
	color: #fff
}

.dr-blue-btn:hover {
	background-color: #00abdf;
	color: #fff
}
.btn-box-ra .btn{
	border-radius: 6px;
	border:none;
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
}
.btn-box-ra .btn:first-child{
	margin-left: 0;
}
.border-blue-btn {
	background-color: #fff;
	color: #0080ff;
	border: 1px solid #0080ff;
}

.border-blue-btn:hover {
	background-color: #00bdf6;
	color: #fff
}
.container-product {
	width: 1400px;
	margin: 0 auto
}
.container-mid{
	width: 1000px;
	margin: 0 auto
}
.border-all{border: 1px solid #d7dcde;}
.f-22 {font-size: 22px}
.f-20 {font-size: 20px}
.f-18 {font-size: 18px}
.product-page{padding-bottom: 40px;}
.container-product h1,
.container h1,
.container-mid h1 {
	font-size: 52px
}
.container-product h1 span{
	display: inline-block;
	background: linear-gradient(to right,#e135ef,#3343da);
	color: #fff;
	font-size: 14px;
	padding: 6px 10px;
	position: relative;
	vertical-align: middle;
}
.container-product h1 span::before{
	content: "";
	position: absolute;
	bottom:-9px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e135ef;
}
.container-product h2,
.container h2,
.container-mid h2 {
	font-size: 42px
}
.container-product h3,
.container h3 {
	font-size: 30px
}
.white-f{
	color: #fff;
}
.auto-info{padding-left: 30px;}
.app-box{
	margin-top: 20px;
}
.bg-color-g{
	background: linear-gradient(to bottom,#83eae6,#e5fbf3);
}
.bg-color-d{
	background: linear-gradient(to bottom,#4accc6,#f9bad7);
	margin: 40px 2% 0 2%;
	border-radius: 20px;
}
.bg-color-f{
	background-color: #ffeaf7;
	margin: 40px 2% 0 2%;
	border-radius: 20px;
}
.bg-color-m{
	background: linear-gradient(to bottom,#f7aed0,#4accc6);
	margin: 40px 2% 0 2%;
	border-radius: 20px;
}
.banner-covr-bg{
	background: #f4fbfe url(../image/app-chat/home-page-banner.jpg)no-repeat center;
	background-size: cover;
}
.side-bg-img{
	background: url(../image/online-app/files/product-online-side-bg.jpg)no-repeat top right;
	background-size: contain;
}
.item-list-three >div{
	padding: 25px 30px;
	background-color: #fff;
	border-radius: 15px;
}
.item-list-three .img{
	width: 102px;
    height: 100px;
    margin: 10px auto;
    text-align: center;
}
.item-list-three .img img{
	width: auto;
	height: auto;
}
.item-list-three .tit{
	
	margin: 15px 0 20px 0;
}
.des-info2{
	font-size: 26px;
}

.item-list-five>div{
	background-color: #fff;
	padding: 5px;
}

.item-list-five .img{
	position: relative;
}
.item-list-five .img .icon{
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	bottom: -10px;
	left: 15px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.item-list-five .img .icon img,
.item-list-five .img img{
	width: auto;
	height: auto;
}
.item-list-five .tit{
	margin-top: 25px;
	font-weight: 600;
	font-size: 20px;
	display: block;
}
.item-list-five .tit:hover{
	color: #00bdf6;
}
.item-list-five .data{
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}

.banner-covr-bg-pro{
	background: #f4fbfe url(../image/online-app/pro/product-pro-bg.jpg)no-repeat bottom right;
	border-radius: 30px;
	background-size: contain;
}

.hot-item::before{
	position: absolute;
    right: -7px;
    top: -7px;
    content: "";
    width: 142px;
    height: 123px;
    background: url(../image/online-app/pro/hot-ic.png) no-repeat;
    background-size: auto;
    z-index: 1;
}

.table-mobile .table {
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
}
.banner-des{
	font-size: 22px;
}
.list-its{
	margin-top: 30px;
}
.list-its .its{
	padding: 8px 0 5px 0;
	text-align: center;
	background: linear-gradient(to bottom,#cbe6fe,#fff);
	border-radius: 6px;
	font-size: 16px;
	box-shadow: 6px 0 10px rgba(79,100,100,.1);
}
.list-its .its span{
	display: inline-block;
}
.list-its .its img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.item-list-two{
	margin-top: 50px;
	padding: 0 2%;
}
.item-list-two h3{
	margin-bottom: 20px;
}
.item-list-two p span,
.item-list-two p a{
	color: #0080ff;
}
.item-list-two >div p{
	margin-bottom:15px;
}
.tab-changeBox .tab-right {
	width: 40%;
	float: left
}

.tab-changeBox .change-item-img {
	width: 52%;
	float: right
}

.tab-changeBox .change-item-img .img {
	display: none;
	background-color: rgba(255,255,255,.5);
	padding: 25px;
	border-radius: 10px;
}

.tab-changeBox .tab-right li {
	position: relative;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border-radius: 10px;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 30px;
	cursor: pointer
}

.tab-changeBox .tab-right li:last-child::after {
	background: none
}

.tab-changeBox .tab-right .title-box {
	position: relative;
	padding-left: 70px
}

.tab-changeBox .tab-right .title-box .number-t {
	position: absolute;
	left:5px;
	top: 10px;
	font-size: 12px;
	color: #fb8484
}

.tab-changeBox .tab-right .title-box .number-t .nb {
	background-color: #9eb3c9;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 40px;
}

.tab-changeBox .tab-right .title-box .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

.tab-changeBox .tab-right li.active .title-box .title {
	color: #0080ff
}

.tab-changeBox .tab-right li.active .title-box .number-t .nb {
	background-color: #0080ff
}

.tab-changeBox .change-item-img img {
	width: auto;
	height: auto
}
.floor-function .left-cont{
	width: 15%;
}
.floor-function .right-cont{
	width: 80%;
}
.floor-function .right-cont .item{
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 25px 15px;
	margin: 10px 0;
}
.floor-function .right-cont .item .img img{
	margin: 0 auto;
}
.floor-function .right-cont .item .tit{
	margin: 15px 0;
	font-size: 18px;
	font-weight: 600;
}
.floor-function .right-cont .item p{
	margin-bottom: 0;
}
.floor-bottom .info{
	color: #fff;
	padding-left: 3%;
}
.floor-bottom .info .name{
	font-weight: 600;
	font-size: 18px;
}
.floor-bottom .info h2{
	margin: 15px 0;
}

@media (max-width: 1399px) {
	.container-product,
	.container-mid {
		width: 94%
	}
	.container-product h1,
	.container-mid h1 {
		font-size: 44px
	}
	.container-product h2,
	.container-mid h2 {
		font-size: 38px
	}
}

@media (max-width: 996px) {
	.container-product h1,
	.container-mid h1 {
		font-size: 40px
	}
	.container-product h2,
	.container-mid h2 {
		font-size: 34px
	}
	.average-5wd{width: 100%;}
	.average-6wd{width: 31%;}
	.table-mobile {
	    overflow-x: auto;
	    overflow-y: hidden;
	    width: 100%;
	}
	.banner-des{
		font-size: 16px;
	}
	
}

@media (max-width: 769px) {
	
	.average-45wd,
	.average-40wd,
	.average-52wd,
	.average-68wd {
		width: 100%
	}
	.ptb-50 {
		padding-bottom: 25px;
		padding-top: 25px
	}
	.ptb-60 {
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.mt-40 {
	    margin-top: 20px !important;
	}
	.mt-50 {
		margin-top: 25px !important
	}
	.ptb-all60 {
		padding: 30px 15px
	}
	.auto-info{margin-top: 20px;padding-left: 0;}
	.container-product h1,
	.container-mid h1 {font-size: 30px;}
	.container-product h2, .container h2,
	.container-mid h2{
		font-size: 26px;
	}
	.container-product h3, .container h3{
		font-size: 23px;
	}
	.des-info2 {
	    font-size: 22px;
	}
	.item-list-five>div,
	.item-list-three >div{
		margin-bottom: 25px;
	}
	.side-bg-img{background: none;}
	.item-list-five .tit,
	.item-list-three .tit{font-size: 18px;}
	.mobile-t{margin-top: 25px;}
	
	.pro-banner-pdf .sup-os{
		margin-bottom: 20px;
	}
	.tab-changeBox >ul{
		width: 98%;
	}
	.tab-changeBox >ul li{
		font-size: 16px;
	}
	.list-its .its{
		margin-top: 10px;
	}
	.tab-changeBox .tab-right,
	.tab-changeBox .change-item-img,
	.floor-function .left-cont,
	.floor-function .right-cont{
		width: 100%;
	}
	.item-list-two h3{
		margin-top: 10px;
	}
	
}
.btn-banner{
	margin-bottom: 85px;
}
.btn-banner .btn {
    font-size: 20px;
    font-weight: 500;
    border-radius:50px;
    min-width: 200px;
    height: 70px;
    padding: 8px 20px;
}

.btn-banner>div {
    margin-left: 15px
}

.btn-banner>div:first-child {
    margin-left: 0
}

.btn-banner .star-now {
    background: linear-gradient(to right,#ed6908,#e6ab0d);
    border-color: transparent;
    color: #fff;
    line-height: 50px;
}

.btn-banner .btn.star-now:hover {
    background: linear-gradient(to right,#e6ab0d,#ed6908)
}

.btn-banner .star-now .download-ic.white-ic {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../image/icon/download-white.svg) 0 0/contain no-repeat
}

.btn-banner .btn.download-now {
    border-color: #fff;
    color: #000;
    background-color: #fff
}

.btn-banner .btn .icon,
.btn-banner .txt .icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.btn-banner .btn .icon.icon-windows,
.btn-banner .txt .icon.icon-windows {
    background: url(../image/icon/windows-black.svg) center center / 32px auto no-repeat;
    background-size: contain;
}
.btn-banner .btn .icon.icon-mac,
.btn-banner .txt .icon.icon-mac {
    background: url(../image/icon/ios-black.svg) center center / 30px auto no-repeat;
    background-size: contain;
}
.btn-banner .hov-text,
.btn-banner .bottom-text{
	position: relative;
	transition: all 0.2s ease-in-out;
}
.btn-banner .hov-text .txt::after{
	content: "";
    position: absolute;
    top: -40px;
    left: 110px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: 10;
}
.btn-banner .hov-text .txt{
	position: absolute;
    top: 90px;
    width: 320px;
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
    display: none;
}
.btn-banner .hov-text:hover .txt{
	display: block;
}
.btn-banner .bottom-text .txt{
	font-size: 12px;
	text-align: center;
}
@media(max-width:768px) {
	.btn-banner{
		margin-bottom: 40px;
	}
	.btn-banner>div{
		margin-left: 0;
		width: 100%;
	}
	.btn-banner .btn{
		min-width: inherit%;
		width: 80%;
		margin-top: 15px;
	}
	
}