body{
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal !important;
}
a:hover{
	color: #fff !important;
}
ul{
	margin: 0;
	padding: 0;
}
.none{
	display: none;
}
.mainTop{
	position: relative;
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.header {
    position: relative;
}
.img-100{
	width: 100%;
	display: block;
	margin-top: 10px;
}
.header-tap {
    height: 50px;
    background: rgba(0,0,0,0.4);
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
	display: -webkit-box;
	box-sizing: border-box;
	font-size: 14px;
}
.tapWrap{
	padding: 0 2px;
	display: inline-block;
	color: white;
	width: 16.66%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	text-align: center;
	display: -webkit-box;
	box-sizing: border-box;
}
.header-tap .tapWrap span{
	white-space: nowrap;
}
.header-choosed{
	background-color:#7F1A74;
}
.content-txt {
	margin: 15px 0;
    padding: 0 15px;
    color: #666666;
}
.tap_number{
	width: 15%;
	margin: 0 auto;
}
.title{
    text-align: center;
    font-size: 22px;
    color: #000000;
}
.title2{
	margin-top: 5px;
	text-align: center;
    font-size: 18px;
    color: #666666;
}
.c-66{
	 color: #666666;
}
.margin-left{
    margin-left: 10px;
}
.color-zi{
	color:#7F1A74;
}
.margin-top-3{
    margin: 30px 0px;
}
.margin-top-15{
    margin: 15px 0px;
}
.orderBtn{
	color: #000000;
	padding: 5px 10px;
	border: 2px solid #666666;
	text-align: center;
}
.two-btn{
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}
.two-btn span{
	margin: 0;
	padding: 8px 4px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	width: 240px;
	text-align: center;
	position: relative;
}
.three-txt{
    overflow-x: scroll;
    width: 100%;
	color: #666666;
	white-space: nowrap;
	margin: 10px 0;
}
.three-txt span{
	width: 38%;
	display: inline-block;
	text-align: center;
	margin: 3px 0;
	padding: 0 3px 0 0;
    box-sizing: border-box;
}
.margin-auto{
	margin: 10px 0;
}
.margin-30{ 
    margin: 30px 0;
}
.relative{
	position: relative;
}
.left_txt{
	background-color:#7F1A74;
	color: white;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}
.footer{
	margin-top: 30px;
}
.contactus{
	position: relative;
}
.write{
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
	width: 90%;
}
.wiite_wrap{
	color: white;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	background-color: #33312F;
}
.center{
	text-align: center;
}

.footerBtn{
	background-color:#7F1A74;
	color: white;
	height: 50px;
	line-height: 50px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom:0;
}
.footerBtn span{
	width: 33.33%;
    display: inline-block;
    float: left;
    text-align: center;
}
.footer_icon{
	vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.footer_choosed{
	background-color: #A02092;
}
a{
	text-decoration:none;
	color: white;
}
img.know-icon {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    width: 25%;
}
.Design_choosed{
	background-color:#fff !important;
	color: #000!important;

}
.choosed_icon{
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    margin: 0 auto;
    position: absolute;
    bottom: -8px;
    color: #7377bc;
    left: 50%;
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
}
.bgcolor{
	background-color: #F9F9F9;
	padding-bottom: 10px;
}