/*
 *@description: aapanel reset style
 *@author: ken
 *version: 1.0
 */

body {
    width: auto;
    height: 100%;
}

main {
    width: auto;
    background-color: #f7f7f7;
    font-family:Arial;
}

/*------------------Nav Bar--------------------*/

.navBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:auto;
    height: 100px;
    background-color: #313131;
}

.navBar ul {
    display: flex;
    flex-direction: row;
    padding: 30px;
}

.navBar ul li {
    padding: 30px;
    font-family: sans-serif;
}

.navBar ul li a {
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 17px;
    opacity: 0.8;
    text-decoration: none;
}

a.active {
    font-weight: 800;
    opacity: 1;
}

/*------------------Index--------------------*/

.free-tag {
    border: 1px solid red;
    border-radius: 2px;
    color: red;
    font-size: 12px;
    padding: 1px 3px;
    position: absolute;
    right: -10px;
}
.intro {
    margin: 0 auto;
	padding:50px 0 30px;
    width: 1040px;
    height: auto;
    text-align: center;
    color:#555;
	position:relative;
}
.intro h1{
	font-size:46px;
	font-weight:normal;
	color:#333;
}
.intro p{
	font-size: 32px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.downBtn {
	height:46px;
	width:100%;
	text-align:center;
	margin-bottom:12px;
}

.downBtn span {
	display:inline-block;
	width:130px;
	height:44px;
	line-height:44px;
	border: 1px solid #20a53a;
	font-size: 22px;
    background-color: #20a53a;
    color:#fff;
	border-radius:4px;
	cursor:pointer;
	margin:0 5px;

}

.downBtn span.on {
    background:#10952a;
	background:linear-gradient(#10952a,#189d32);
	box-shadow:inset 0 1px 2px #30ad42;
	color:#fff;
	text-shadow:#00851a 0 -1px 0;
}

.downBtn span:hover {
	background:#10952a;
	background:linear-gradient(#10952a,#189d32);
	box-shadow:inset 0 1px 2px #30ad42;
	color:#fff;
	text-shadow:#00851a 0 -1px 0;
}

.downBtn span.on:hover {
	background-color:#10952a;
	background:linear-gradient(#10952a,#189d32);
	box-shadow:inset 0 1px 2px #10952a;
	color:#fff;
    opacity: 0.5;
}

.downBtn span:hover a {
	color: #fff;
}

.downBtn span.on a {
	display:block;
	color:#fff;
}

.downBtn span a {
	display:block;
	color:#fff;
    opacity: 1;
}

.downInfo p {
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    color:#888;
}

.intro-txt {
    height: auto;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    line-height: 1.8;
    color:#888;
  	    word-break: break-word;
}
/*轮播图*/
.showcase{
	width:1143px;
    height: 617px;
    margin: 30px auto;
    padding-top: 24px;
    position: relative;
    overflow: hidden;
}
.showcase ul{
    width: 9999px;
    overflow: hidden;
    /*清除浮动*/
    /*transition: 1s;*/
}
.showcase li{
    float: left;
}
/*按钮*/
.showcase .btn{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    background: #666;
    opacity: .5;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.showcase .pre{
	background: url(../images/left-chevron.png);
}
.showcase .next{
	background: url(../images/right-chevron.png);
}
.showcase .pre:hover,.showcase .next:hover{
	cursor: pointer;
}
.showcase .next{
    left: 1095px;
}
.showcase .transi{
    transition: 500ms;
}
/*小圆点*/
.showcase ul.item{
    width: 55px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*清除浮动*/
    overflow: hidden;
    z-index: 1000;
}
.showcase .item li{
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
}
.showcase li.active{
    background: gray;
}

/*------------------Feature--------------------*/

.feature-title {
    width: 600px;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    text-align: center;
	position:relative;
	font-size:50px;
	font-weight:normal;
	color:#444;
}

.feature-subtitle {
    color: #20a53a;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.feature-showcase>img {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
  	max-width:1000px;
}
.feature-intro {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    background: #fff;
}
.feature-intro h2 {
    padding-bottom: 20px;
    font-family: sans-serif;
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    color: #20a53a;
}

.feature-intro p {
    font-size: 1em;
    color:#555;
}
.feature-showcase{
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    max-width: 1000px;
}
.feature-showcase .aaPanelApp{
    position: absolute;
    bottom: 45px;
    right: 40px;
}
.feature-showcase .aaPanelApp>img{
    width: 180px;
}



.onekeycon ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 200px;
}

.onekeycon ul li {
	max-width:250px;
	height:160px;
    position: relative;
	text-align:center;
}
.onekeycon ul li span {
	display:block;
	margin:80px 80px 40px 80px;
	font-size:30px;
	border-radius:79px;
	background-color:#20a53a;
	height:158px;
	width:158px;
	line-height:158px;
	color:#fff;
}
.onekeycon ul li p {
	margin-left: 50px;
	text-align:center;
	color:#858585;
	font-size:1em;
}

.showcase-app{
    height: 780px;
    margin: 0 auto;
    padding-top: 100px;
    width: 1000px;
}

.showcase-app ul li{
	float: left;
    height: 210px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    width: 333px;
}
.showcase-app ul li span{
	background-color: #fff;
    border: 1px solid #e2e2e2;
    display: block;
    font-size: 12px;
    height: 160px;
    margin: 0 auto 20px;
    width: 240px;
}
.showcase-app ul li span img{
	height: auto;
    margin-top: 40px;
    opacity: 0.6;
    width: 80px;
}

/*----------------Install & Contact----------------------*/

.banner {
    height:160px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background-color: #20a53a;
}

.banner p {
    padding:48px;
}

.sys-info {
    width: auto;
    height: auto;
    margin: 0 auto;
    margin: 50px 20vw;
    font-size: 2em;
    color:#363636;
}


.faq {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 1em;
    width: 1040px;
    margin: 70px auto;
}

.code {
	border: #ddd 1px solid;
    background-color: #F0F0F0;
    padding: 8px 10px;
    font-size: 15px;
    display: inline-block;
    margin-top: 6px;
	margin-bottom: 20px;
}
blockquote {
	quotes: none;
}

blockquote img {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
 }
.code a{
	color:#000
}
 
.contact-txt {
    padding-top:70px;
	margin-bottom:30px;
    font-size: 32px;
    text-align: center;
    color:#666;
	line-height:60px;
}

.contact-btn {
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 1.5em;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw;
}

.contact-item p {
    padding-top: 20px;
}

.contact-btn .contact-item img {
    width: 100px;
    height: 100px;
}

#disqus_thread{
	width:1100px;
	margin:40px auto;
}
/*------------------Footer--------------------*/

footer{
	background-color:#333;
	border-top: #f0f0f0 1px solid;
    padding-top: 30px;
}
.footer {
	background-color:#333;
	  position: fixed;
	  width: auto;
	  height:20px;
	  bottom: 0px;
	  text-align: center;
}

.copyright {
    width: auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
	color: #aaa;
  	line-height:26px;
}

.copyright a{ padding: 0px; color:#aaa; }

.copyright a:hover{ color:#37a12b;}

.fun-box{
	max-width:1040px;
	margin:50px auto;
	padding-bottom:50px;
}
.fun-box .f-x-tit{
	height:50px;
	line-height:50px;
	text-align:center;
	margin-bottom:30px;
}
.fun-box .f-x-tit span{
	margin: 0 18px;
    font-size: 22px;
    color: #444;
	cursor:pointer;
}
.fun-box .f-x-tit .on{
	border-bottom: #20a53a 2px solid;
    padding-bottom: 6px;
	color:#20a53a;
}
.fun-con{
	text-align: center;
    border-radius: 10px;
    background-color: #eee;
    padding: 30px;
    border: #ddd 1px solid;
}
.fun-con img{
	border:#ddd 1px solid;
  	max-width:928px;
}
.footer-box{
	width: 1000px;
    margin: 0 auto 20px;
    height: 140px;
}
.flogo{
	width: 220px;
    float: left;
    height: 140px;
  text-align:left;
  padding-left:50px;
}
.flogo .logo_txt{
	font-size: 28px;
}
.flogo .logo_txt span{
	color: #20a53a;
}
.logo_img img{
	width:106px;
  	margin-bottom:5px;
}
.ftext{
	float: left;
    text-align: left;
}
.ftext h2{
	font-size: 26px;
    margin-bottom: 10px;
}
.btlinkbtn{
	background: #20a53a;
	border:1px solid #20a53a;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
}
.btlinkbtn:hover{
	background:#35b14e;
}
.login .pull-right .mip-btn {
    color: #ececec;
    border: 1px solid #ececec;
    background-color: rgba(0,0,0,0);
    padding: 4px 10px;
    border-radius: 4px;
}
.btlinkbtn,
.login .pull-right .mip-btn{
    font-size:14px;
}
.activity_icon{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABR0lEQVQ4T+2UP0pDQRCHv1+vNuINrLTR0irmChZpBbESBNEDaA4gAQttLaxUsAw2ahrBVtBOsEll6QFGZtmEzWZfXpDYObA89s3Mtzt/dsSMRSWeGWvAJvAg8ZrbmLEL9CW6uW4MaBZAj4lhW+LE92asAFfAetR3JA5TaAnosC+JllkAHQNt4Dou998G5oAnoCmFb5AS8AJYdGC81QD6Fn1aEu9mbADPwILE9wjQjHngCGhEhYc9PDX+W/KbJ+H5fjXa9YBTB4cbJnnz0KrED3PHknhaQugDoIfVkGhWVL1O73nvefH+DLgH+Lr9ZciejhuJ82GVzdgHzgrFqHtLXsBLby2Jz5G2McPyvkpap5jj3OcfOPsc9oEdifu0tHFITCrKssTH2HAwowMc1PVJpr+T2Jo0bbyvfE0jXYmX1LA4sachVdn8ALKInxVklN/0AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    display: inline-block;
    vertical-align: -3px;
}

/* invite-type */
.navBar .invite-type,
.menu .invite-type{
    position: absolute;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    width: 140px;
    font-size: 14px;
    box-shadow: 2px 5px 8px #555;
    z-index:10;
    display: inline-block;
    padding: 0 0;
}
.navBar ul.invite-type li,
.menu ul.invite-type li {
    margin: 0 0;
    padding: 0 0;
    width: 140px;
    height: 36px;
    line-height:36px;
    text-align: left;
    padding-left: 15px;
    cursor: pointer;
    box-sizing: border-box !important;
}
.navBar ul.invite-type li a,
.menu ul.invite-type li a{
    color:#555;
    font-size:14px;
    box-sizing: border-box;
    display: inline-block;
}
.navBar ul.invite-type li:hover,
.menu ul.invite-type li:hover{
    background-color: #e8e8eb;
    color: #555;
}
.navBar ul.invite-type li:hover:first-child,
.menu ul.invite-type li:hover:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.navBar ul.invite-type li:hover:last-child,
.menu ul.invite-type li:hover:last-child{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.activity_class .invite-type{
    display:none;
}
.activity_class:hover .invite-type{
    display:block;
}
.at_down::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid currentColor;
    display: inline-block;
    transform: translateY(-50%);
}