/*------------HarmonyOS.html  start----------------*/	
.introduct{
	margin: .8rem auto 0;
	overflow: hidden;
	padding-bottom: .8rem;
    border-bottom: 1px solid #eeeeee;
}
.introduct .pro_logo{
	float: left;
	width: .6rem;
	margin-right: .26rem;
}
.introduct h1{
    display: inline-block;
	font-size: .42rem;
	font-weight: 800;
	color: #0e0c36;
	line-height: .6rem;
	margin-top: .4rem;
	margin-bottom: .3rem;
	letter-spacing: -0.6px;
}
.introduct p{
	width: 90%;
	font-size: .18rem;    
	line-height: .3rem;
	font-weight: 300;
	color: #6a6a6a;
	margin-bottom: .4rem;
	letter-spacing: 1px;
}
.introduct img{
	width: 480px;
	float: right;
}



.function {
	margin: 1rem auto 0;
}
.function .h1_title {
    margin-bottom: 0.6rem;
}
.function li {
	text-align: center;
	padding: 0 .1rem;
}
.function .fun_icon {
	width: 100px;
	height: 100px;
    max-width: 100%;
    display: inline-block;
    position: relative;
	margin-bottom: .3rem;
}
.function .fun_icon em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/fun_icon.png");
    background-repeat: no-repeat;
    background-size: 300% auto;
}
.function .fun_icon .fun_icon_1 {
    background-position: 0 center;
}
.function .fun_icon .fun_icon_2 {
    background-position: -100px center;
}
.function .fun_icon .fun_icon_3 {
    background-position: -200px center;
}
.function h2 {
	margin-top: 0;
	margin-bottom: .2rem;
	font-size: .22rem;
	line-height: .24rem;
	font-weight: 400;
	color: #0e0c36;
	letter-spacing: 0.2px;
}
.function p {
	font-size: .16rem;
	line-height: .24rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
}



.benefits{
	margin: 1rem auto 0;
}
.benefits ul {
	overflow: hidden;
}
.benefits li {
	margin-bottom: .8rem;
	max-height: 1.08rem;
}
.benefits .ben_icon {
	width: 100px;
	height: 100px;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.benefits .ben_icon em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/sdk_icon.png");
    background-repeat: no-repeat;
    background-size: 400% auto;
}
.benefits .ben_icon .ben_icon_1 {
    background-position: 0 center;
}
.benefits .ben_icon .ben_icon_2 {
    background-position: -100px center;
}
.benefits .ben_icon .ben_icon_3 {
    background-position: -200px center;
}
.benefits .ben_icon .ben_icon_4 {
    background-position: -300px center;
}
.benefits h2 {
	margin-top: 0;
	margin-bottom: .2rem;
	font-size: .22rem;
	line-height: .24rem;
	font-weight: 400;
	color: #0e0c36;
	letter-spacing: 0.2px;
}
.benefits p {
	font-size: .16rem;
	line-height: .24rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
}
.benefits .btn_box {
	text-align: center;
    margin: 0 auto;
    overflow: hidden;
}


.webDemo{
	overflow: hidden;
}
.webDemo_box{
	width: 86%;
	overflow: hidden;
	margin: 1rem auto;
}
.webDemo .web_demo{
	width: 32%;
	float: left;
	background: #0e0c36;
	border-radius: .2rem;
	padding: .4rem;
	color: #fff;
	overflow: hidden;
}
.webDemo .web_demo img{
	width: .62rem;
	margin-bottom: .2rem;
}
.btn_3{
	color: #fff;
    background: #ff6300;
    border: .02rem solid #ff6300;
}
.webDemo .btn_2{
	margin-left: 0;
}
.webDemo ul{
	width: 65%;
	float: right;
	background: #f0f3f8;
	border-radius: .2rem;
	padding: .4rem;
	overflow: hidden;
}
.webDemo ul h1{
	font-size: .22rem;
	line-height: .3rem;
    font-weight: 600;
    color: #0e0c36;
    letter-spacing: 0.2px;
	margin-bottom: .4rem;
}
.webDemo ul li{
	width: 50%;
	float: left;
}
.webDemo ul li:last-child{
	width: 40%;
	float: right;
}
.webDemo h2{
    font-size: .18rem;
    font-weight: 400;
    color: #646c74;
	margin-bottom: .2rem;
}
.webDemo p{
    font-size: .16rem;
    line-height: .24rem;
	height: .72rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
	margin-bottom: .36rem;
}
.webDemo .web_demo h2{
    font-size: .22rem;
    color: #fff;
}
.webDemo .web_demo p{
    color: #fff;
	margin-bottom: .2rem;
}


.platforms{    
	margin: 1rem auto 0;
	padding: .8rem 0;
	background: #3f444e;
}
.platforms .h1_title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.6rem;
}
.platforms .cont{
	background: #272d38;
	border-radius: .1rem;
	overflow: hidden;
}
.platforms .cont ul{
	background: #595c64;
	text-align: left;
	line-height: .46rem;
}
.platforms .cont ul li{
	display: inline-block;
	padding: 0 .4rem;
	color: rgba(255,255,255,.4);
	font-size: .16rem;
}
.platforms .cont ul li.on{
	background: #272d38;
}
.platforms .cont .cont_in{
	padding: .4rem;
}
.platforms .cont .cont_in pre{
	color: #e6e1dc;    
	font-family: Courier New,monospace;
	font-size: 16px;
	line-height: 24px;
}
.platforms .cont .cont_in pre span{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300
}
.pre_keyword{
    color: aqua;
}
.pre_operator{
    color: #a681d6;
}
.pre_string{
    color: #e8b45b;
}
.pre_value{
    color: #58C554;
}


.webfun{
	margin: 1rem auto 0;
}
.webfun li{
	float: left;
	width: 30%;
	margin: 1.5%;
	border-radius: .1rem;
	border: 1px solid #f0f3f8;
	padding-bottom: .3rem;
	overflow: hidden;
	transition: all .3s;
}
.webfun li:hover{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	transform: translateY(-5px);
}
.webfun li .li_img{
	width: 100%;
	height: 1.55rem;
	border-radius: .1rem .1rem 0 0;
	margin-bottom: .3rem;
	overflow: hidden;
	background: #f0f3f8;
}
.webfun li .li_img img{
	width: 100%;
}
.webfun li h1{
	font-size: .2rem;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: .16rem;
	padding: 0 .24rem;
}
.webfun li p{
	font-size: .16rem;
	line-height: .24rem;
	height: .72rem;
	font-weight: 300;
	color: #646c74;
	padding: 0 .24rem;
}
/*------------pdf-sdk-web.html  end----------------*/





@media (max-width: 639px){
	

}

