﻿/* tab navigation 1st */
.nav-pills-style > li  {
	margin:0 3px;
	padding: 10px 20px;
	background:  #939598;
	color:  #fff;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	text-align: center;
	cursor: pointer;
} 	
	.nav-pills-style > li.active  {
		background: #855df2;
	    color:  #fff;
	}

.nav-pills-style-2 > li {width: 25%}
.nav-pills-style-3 > li {width: 25%}
.nav-pills-style-4 > li {width: 23%}
.nav-pills-style-5 > li {width: 18%}

.padding-top20{padding-top:1.4em;}

.w3-container,.w3-panel{background: #fff;  margin: auto; width: 1225px; align-content: center;  border-top: 1px solid #855df2;}

.text-grey{
	color:#a6a8ab;
}

.text-white{
	color:#fff;
}


.text-grey1{
	color:#6d6e71;
}

.bg-grey{
	background-color:#f2f2f2;
}


.bg-lightpurple{
	background-color: #2c1b58;
}
.row-flex{
	display:flex;
	flex-wrap:wrap;
}

.label{
	color:#492362;
}



ol{
	margin: 0;
  	padding-left:15px;
	
}

ul{
  	padding-left:15px;
	
}


/********************加步骤*************************/
/*
ol.steplist{
	margin: 0;
  	padding: 0;
	list-style-type:none;
	counter-reset: elementcounter;
}
ol.steplist li:before{
	content:"步骤" counter(elementcounter)":  ";
	counter-increment: elementcounter;
}

*/

ul li{
	font-size:13px;
}

ul.dot {
	list-style-type: disc;
}

.text-red{
	color:#db5d42;
}

.font13{
	font-size:13px;
}

.font15{
	font-size:15px;
}

.font16{
	font-size:16px;
}
.circle{
	width:80px;
	height:80px;
	border-radius:40px;
	background:#dcdddf;
	position:absolute;
	margin-top:-25px;
	border: 5px solid #d4d6d5;
}

.download-title{
	margin-left:-23px;
}

.android{
	display:none;
}

.hos{
	display:none;
}

