@charset "utf-8";
body,html{
	width: 100%;
	height: 100%;
	min-width: 768px;
	min-height: 574px;
}
/*公用的  通配所有的标签和伪类*/
*,
::before,
::after{
	padding: 0;
	margin: 0;
	/*设置我们所有的 宽度从border开始计算*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{
	color: #FFFFFF;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
.out-container{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
/*橙色背景区域*/
.bgColorArea{
	width: 100%;
	height: 100%;
	background: #FD7A21;
	 -webkit-transition: background 1s ease-out;
             -moz-transition: background 1s ease-out;
             -o-transition: background 1s ease-out;
             -ms-transition: background 1s ease-out;
}
.firstColor{
	background: linear-gradient(to right, #6346fa, #842cf1);
	background: -webkit-linear-gradient(to right, #6346fa, #842cf1);
}
.secondColor{
	background: linear-gradient(to right, #cd46fa, #842cf1);
	background: -webkit-linear-gradient(to right, #cd46fa, #842cf1);
}
.thirdColor{
	background: linear-gradient(to right, #26b5ff, #3858fa);
	background: -webkit-linear-gradient(to right, #26b5ff, #3858fa);
}
/*mico logo*/
.micoLogo{
	margin-top: 40px;
	margin-bottom: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.micoLogo img {
	margin-right: 80px;
}
.micoLogo .company-name {
	margin-right: 80px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
}
.micoLogo a {
	font-size: 22px;
	/*font-weight: bold;*/
	color: #fff;
	line-height: 26px;
	/*text-decoration: underline;*/
}
.Recharge{
	margin-top: 36px;
	margin-bottom: 35px;
	font-size: 26px;
	font-weight: 500;
	cursor: pointer;
	z-index: 99;
	color: #FFFFFF;
	text-align: right;
}
.Recharge:hover{color:#fff;text-decoration:none;}
.company-info .text {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	text-indent: 2em;
}

.company-info .text + .text {
	margin-top: 15px;
}
/*下载方式*/
.download-source{
	margin-top: 50px;
}
.download-source dl{display:flex;}
.download-source dt{display:block;margin-right:30px;}
.download-source dd a{display:block;margin-top:30px;cursor:pointer;}
.download-source dd a:first-child{margin-top:0px;}
.app-store{
  height: 100%;
  float: left;
  margin-bottom: 15px;
  min-height: 30px;
}
.google-play{
  height: 100%;
  float: left;
  margin: 0 15px 15px;
  min-height: 30px;
}
.app-store img{
  width: auto;
  height: 100%;
}
.google-play img{
  width: auto;
  height: 100%;
}

.apk-download{
  float: left;
  height: 100%;
  min-height: 30px;
}
.apk-download img{
  width: auto;
  height: 100%;
}
/*图片轮换*/
#inner-container{
	position: absolute !important;
	top:0;
}
#inner-container img{
	width: 100%;
}
p{
	margin: 0 0 5px !important;
}
.txt-caption{
	display: none;
	color: #fff;
	rgba(0,0,0,0.13);
	font-weight: lighter;
}
.txt-title{
	font-size: 60px;
}
.txt-detail{
	font-size: 32px;
}
@media only screen and (max-height:800px){
	.txt-title{
		font-size: 40px;
	}
	.txt-detail{
		font-size: 24px;
	}
}
/*复写原点的样式*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: rgba(255,255,255,0.5) !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: rgba(255,255,255,1)!important;
}
/*原点大小*/
#fp-nav ul li a span{
	height: 16px !important;
	width: 16px !important;
	margin: -2px 0 0 -6px !important;
}
.CopyRight{
	text-align:center;
	z-index: 103;
	font-size:18px;
	color:rgba(255,255,255,.5);
	margin-top: 20px;
	padding-bottom: 30px;
}
/*底部导航*/
.nav-end{
	z-index: 103;
}
.nav-end .container{
	padding: 0 !important;
	margin: 0 !important;
}
.dropup{
}
.change-language{
	font-size: 22px;
	margin-left: 40px;
	display: inline-block;
}
#lan-list{
	display: none;
	min-width: 140px !important;
	background: #fff;
	width:180px;
	background:rgba(255,255,255,1);
	box-shadow:0 4px 12px 0px rgba(0,0,0,0.2);
	border-radius:6px;
	padding-left: 30px;
	list-style: circle;
}
#lan-list>li>a{
	color: #999 !important;
	font-size:18px;
}
#lan-list > li > a:hover,
#lan-list > li > a:focus {
  color: #794DF4 !important;
  text-decoration: none;
  background-color: #fff;
}
.caret{
	background-image: url("../img/view.png");
	background-size: cover;
}
/*旋转三角形*/
.triangleRotate{
	-webkit-transform-origin: center center;
	transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 1s linear;
    -webkit-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width:1600px){
	.navbar-right {
    	margin-right: -190px !important;
	}
}
.btn{
	padding: 7px 12px;
}
/*复写dropdown样式*/
.btn-default {
    color: #fff !important;
    border: none !important;
    font-size:18px;
    background:none;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
	background:none;
	color: #fff !important;
    border: none !important;
}
/*复写navbar样式*/
.navbar-nav>li{margin-left:50px;}
.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
    color: #fff;
    font-size:18px;
}
.navbar-nav>li>a:hover{
	background: none;
}
.nav>li>a {
    padding: 10px 5px !important;
}
.mico-width{
	width: 30px;
}
.mico-width img{
	width: 100%;
}
.share_group{
	opacity: 0;
	transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
}
.charge{
	z-index: 103;
	font-size: 20px;
	color: #fff;
	border:1px solid rgba(255,255,255,1);
	cursor: pointer;
	font-weight:500;
	width:113px;
	border-radius:15px;
  text-align: center;
	height:30px;
}
.video-box{
  width: 17.5%;
  height: 600px;
  position: fixed;
  top:50%;
  right: 130px;
  transform: translate(-50%,-50%)


}
#videoPlayer{
  width: 100%;
  height: 600px;
}
#player{
  width: 98%;
  object-fit:cover;
  top:48%;
  left: 50%;
  transform:translate(-50%,-53%);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 1px 5px #f0f0f0;
  padding: 70px 20px;
}
