/* @media screen and (min-width: 770px){ */
  .top{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 30px 95px;
    line-height: 40px;
    position: absolute;
    /* top: 30px; */
    z-index: 4;
  }
  .logo{
    display: inline-block;
    width: 193px;
    height: 42px;
    background: url(../img/logoanttit.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 10px;
    margin-right: 8px;
  }
  .appName{
    color: #ffffff;
    font-size: 32px;
  }
  .contact>span{
    float: left;
    color: #ffffff;
    font-size: 14px;
  }
  .qq,.email{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 7px;
  }
  .qq{
    background: url(../img/icon_qq@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .email{
    background: url(../img/icon_email@2x.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 25px;
  }
  .container{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .container .video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
  }
  .color{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    background: rgba(51, 51, 54, 0.3);
  }
  .pc-content{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -320px 0 0 -640px;
    /*overflow: hidden;*/
    width: 1280px;
    height: 666px;
  }
  .pc-content .main{
    position: relative;
    width: 1280px;
    height: 625px;
    z-index: 3;
  }
  .pc-content .main>div{
    float: left;
  }
  .pc-content .main .left{
    position: relative;
    width: 334px;
    height: 636px;
  }
  .pc-content .main .left::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .pc-content .main .left video{
    margin-top: 30px;
    margin-left: 5%;
    width: 90%;
    height: 560px;
  }
  .pc-content .main .right{
    width: 935px;
    padding: 45px 0 0 65px;
    box-sizing: border-box;
  }
  .pc-content .main .right .appName{
  	margin-top: 100px;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    width: 304px;
    height: 50px;
    margin-bottom: 15px;
    background: url(../img/title.png) no-repeat;
    background-size: 100%;
  }
  .pc-content .main .right .tit{
  	font-family: 'Alibaba-PuHuiTi-Regular', 'Microsoft Yahei';
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
  }
  .pc-content .main .right .type{
    margin-top: 26px;
    margin-bottom: 115px;
    font-size: 12px;
  }
  .pc-content .main .right .type >span{
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
  }
  .pc-content .main .right .type >span>i{
    display: inline-block;
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 4px;
  }
  .pc-content .tencent>i{
    background: url(../img/icon_watch@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .pc-content .call>i{
    background: url(../img/icon_ringtone@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .pc-content .show>i{
    background: url(../img/icon_telephone\ @2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .pc-content .img>i{
    background: url(../img/icon_wallpaper@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .pc-content .client >span{
    display: block;
    width: 177px;
    height: 52px;
    /* background:rgba(255,255,255,0.3); */
    border:1px solid rgba(255,255,255,1);
    /* box-shadow:0px 2px 4px rgba(0,0,0,0.16); */
    border-radius:35px;
    font-size: 20px;
    box-sizing: border-box;
  }
  .RQcode{
    width:147px;
    height:177px;
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:8px;
    margin-right: 45px;
  }
  .RQcode>img{
    width: 132px;
    height: 133px;
    margin: 10px auto 5px auto;
  }
  .RQcode>p{
    text-align: center;
    font-size:14px;
    font-weight:600;
    color:rgba(149,149,149,1);
    opacity:1;
  }
  .RQcode,.client{
    /*float: left;*/
  }
  .pc-content .client >span>i{
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
  }
  .android{
    margin-top: 25px;
    color: #333333;
    margin-bottom: 55px;
    cursor: pointer;
    padding: 10px 25px;
    background: #ffffff;
    font-weight: bold;
    position: relative;
  }
/*  .android::before{
    content: '敬请期待';
    width: 60px;
    position: absolute;
    z-index: 9;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    right: -30px;
    top: -10px;
    text-align: center;
		line-height: 22px;
		background: #FF814B;
		opacity: 1;
		border-radius: 16px 16px 16px 0px;
  } */
  .android>i{
    background: url(../img/icon_android@2x.png);
    background-size: 100% 100%;
  }
  .ios{
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    padding: 10px 34px;
    font-weight: bold;
  }
  .ios>i{
    background: url(../img/s_ios@2x.png);
    background-size: 100% 100%;
  }
  .ios>span{
    font-size: 10px;
  }
  .footer{
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    z-index: 4;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  
  /*20210712 改版*/
 .contact a{
 	  color: #fff;
    opacity: 0.66;
    font-size: 20px;
    margin:10px 30px;
    display: inline-block;
    font-family: 'Alibaba-PuHuiTi-Regular', 'Microsoft Yahei';
 }
 .contact .active{
 		font-weight: 600;
    opacity: 1;
    /*text-decoration: underline;*/
 }
 .feature-box{
 	margin-top: 60px;
 	font-family: 'Alibaba-PuHuiTi-Regular', 'Microsoft Yahei';
 	font-size: 18px;
 	color: #ffffff;
 	margin-top: 100px;
 }
 .feature-top{
 	margin-bottom: 30px;
 	width: 320px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px dashed #FFFFFF;
	opacity: 1;
	border-radius: 8px;
 }
 .feature-top p{
 	font-size: 24px;
 	margin-right: 12px;
 	display: inline-block;
 }
 .feature-top span{
 	margin-left: 13px;
 }
 .feature-top span::before{
 	content: ' ';
 	position: absolute;
 	background: #ffffff;
 	width: 1px;
 	height: 16px;
 	margin-left: -12px;
 	margin-top: 18px;
 	font-size: 24px;
 }
 .feature-text{
 	margin-top: 15px;
 	line-height: 36px;
 	font-size: 20px;
 	margin-bottom: 24px;
 	opacity: 0.9;
 	white-space:nowrap;
 }
 .feature-btm{
 	display: inline-block;
 	margin-right: 20px;
 	text-decoration: underline;
 	opacity: 0.9;
 }
 .feature-btm img{
 	width: 20px;
 	height: 20px;
 	display: inline-block;
 	margin: 0px 8px;
 	vertical-align: middle;
 	
 }
 .xieyi-box,.yinsi-box{
 	display: none;
 	width: 450px;
 	height: 660px;
 	position: absolute;
 	top: -50px;
 	border-radius: 16px;
 	overflow: hidden;
 	font-size: 20px;
 	right: 150px;
 	padding-bottom: 100px;
 	z-index: 99;
 }

 .xieyi-tit{
 	width: 450px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	color: #333333;
	font-weight: 600;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 16px 16px 0px 0px;
 }
  .xieyi-box iframe,.yinsi-box iframe{
 	width: 450px;
	height: 594px;
	display: block;
	overflow: hidden;
	margin: 0;
	
	background: rgba(255,255,255,0.9);
	border-radius:  0px 0px 16px 16px;
 }
 .bg-btm{
 	height: 56px;
 	width: 450px;
 	position: absolute;
 	left: 0;
 	bottom: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
 }
 .feature-btm:hover{
 	cursor: pointer;
 }
 
/* } */


@media screen and (max-width: 700px){
	/* 蒙版提示去默认浏览器 */
	.mask-bgs{
	  display: none;
	  text-align: center;
	}
	.mask-box {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0;
	  background: rgba(0, 0, 0, 0.7);
	}
	.mask-box img{
	    width: 93px;
	    height: 106px;
	    position: absolute;
	    right: 22px;
	    top: 4px;
	  }
	.mask-box p{
	    position: absolute;
	    top: 115px;
	    width: 100%;
	    text-align: center;
	    color: #fff;
	    font-size: 18px;
	  }
	/* 蒙版提示去默认浏览器 end */
	
  .h5-content {
    position: relative;
    z-index: 3;
  }
  .h5-content .tit{
  	width: 5.7rem;
  	margin: auto;
    font-size: 0.52rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 0rem;
    /* line-height: 1.92rem; */
  }
  .phoneBox{
    position: relative;
    height: calc(100vh - 3rem);
  }
  .h5-content .phone {
    position: relative;
    margin: 0 auto;
    width: 5.28rem;
    height: 9.81rem;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
  .h5-content .phone:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .h5-content .phone .video {
    width: 4.28rem;
    height: 8.5rem;
  }
	
	.downboxhead {
		/*width: 0.95rem;
		height: 0.94rem;*/
	}
	.downboxhead img{
		width: 0.96rem;
		height: 0.96rem;
		border-radius: 10px;
	}
	.downboxtext {
		width: 3.7rem;
		padding: 0 0.1rem;
	}
	.downboxtext p{
		font-size: 0.24rem;
		color: #999999;
	}
	.downboxtext img{
		width: 2.4rem;
		height: auto;
		margin: 0.05rem 0 0.03rem;
	}
	
	.logo-and-text{
		background: url(../img/logoanttit.png) no-repeat;
		width: 3.86rem;
		height: 0.84rem;
		background-size:100% ;
		
	}
	.downbox {
		width: 100%;
		height: 1.92rem;
		background: #ffffff;
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-around;
		padding: 0 0.32rem;
		padding-top: 0.36rem;
		color: #fff;
		z-index: 99999;
  }
  .downBtn {
		width: 2rem;
		height: 0.84rem;
    background: linear-gradient(269deg, #FF814B 0%, #FFC84B 100%);
		opacity: 1;
		border-radius: 25px;
		text-align: center;
		line-height: 0.84rem;
		font-size: 0.32rem;
  }
  .h5-content .tencent, .h5-content .call,.h5-content .show,.h5-content .img{
    display: block;
    z-index: 4;
    position: absolute;
    height: 0.64rem;
    line-height: 0.64rem;
    background: rgba(51, 51, 51, 0.8);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.28rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
  }
  .h5-content div span{
    display: inline-block;
    line-height: 0.72rem;
    vertical-align: middle;
  }
  .h5-content .tencent>i,.h5-content .call>i,.h5-content .show>i,.h5-content .img>i{
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    float: left;
    margin-top: 0.04rem;
  }
  .h5-content .tencent{
    top: 4.8rem;
    right: -0.8rem;
    border-radius: 0.32rem 0.32rem 0.32rem 0;
  }
  .h5-content .tencent>i{
    background: url(../img/icon_watch@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .h5-content .call{
    top: 5.6rem;
    left: -0.9rem;
    border-radius: 0.32rem 0.32rem 0 0.32rem;
  }
  .h5-content .call>i{
    background: url(../img/icon_ringtone@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .h5-content .show{
    top: 3.3rem;
    right: -0.8rem;
    border-radius: 0.32rem 0.32rem 0.32rem 0;
  }
  .h5-content .show>i{
    background: url(../img/icon_telephone\ @2x.png) no-repeat;
    background-size: 100% 100%;
  }
  .h5-content .img{
    top: 4.1rem;
    left: -0.7rem;
    border-radius: 0.32rem 0.32rem 0 0.32rem;
  }
  .h5-content .img>i{
    background: url(../img/icon_wallpaper@2x.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .teles img{
  	width: 1.12rem;
  	height: 1.12rem;
  	position: absolute;
  	z-index: 9;
  	top: 7.44rem;

  }
  .tele-red{
  	left: 2.2rem;
  }
  .tele-green{
  	right: 2.2rem;
  }
}