*{
	font-family:  'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;

 }
 a{
 	text-decoration: none;
 
 }
input {
	cursor: pointer;
	border: none;
	
	width: 100%;
	height: 100%;
}

input:focus {
	border: none;
	outline:medium;
}
.cleafix {
	clear: both;
}
.hideText {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hide {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
   	font: "Hiragino Sans GB";
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    font: "Hiragino Sans GB";
}
input::-moz-placeholder, textarea::-moz-placeholder { 
   font: "Hiragino Sans GB";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
   font: "Hiragino Sans GB";
}
 body {
 	background:url(../img/bg.png) repeat;
 }


.header {
	height: 100px;
	position: relative;
}

.index--main {
	width: 432px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 15px;
	background:url(../img/main--bg.png) repeat-x;
	background-size: contain;
	border-radius: 10px;
	box-shadow: 0 9px 30px -6px rgba(0,0,0,.2), 0 18px 20px -10px rgba(0,0,0,.04), 0 18px 20px -10px rgba(0,0,0,.04), 0 10px 20px -10px rgba(0,0,0,.04);
}
.slogan {
	color: #5f5f5f;
	font:18px "微软雅黑";
	text-align: center;
}

.quote-text {
	i {
		font-size: 1em;
		margin-right: .4em;
	}
	text-align: center;
	width: 100%;
	height: auto;
	clear: both;
	font-weight: 500;
	font-size: 1.75em;
}

.quote-author {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 20px;
	font-size: 1em;
	text-align: right;
}
.indexMain__nav a:hover {
	
	border-bottom: 2px solid dodgerblue;
	opacity: 1;
}
.indexMain__nav span {
	padding: 10px;
	
}





.button--wrapper {
	height: 40px;
	margin: 20px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	float: right;
	width: 100px;
	background-color: #fff;
}
.button--wrapper--sns {
	width: 40px;
	float: left;
	margin-right: 20px;
	text-align: center;
	background-color: dodgerblue;
	position: relative;
	
}

.button--wrapper--sns i {
	display: block; 
	color: #FFF;
	position: absolute; 
	left: 50%; top:50%; 
	transform:translate(-50%,-50%); 
	font-size: 22px;
}
.submit {
	background-color: dodgerblue;
	color: #fff;
	
}
.footer {
	
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	
}
.footer__ul {
	margin: 0 auto;
	
	list-style: none;
}
.footer__ul li {
	display: inline-block;
}
.footer__ul a {
	text-decoration: none;
	color: #8F8F94;
	font-size: 14px;
}
