@charset "utf-8";
/* CSS Document */
* {list-style:none; border:none;font-family:'Microsoft Yahei',Arial, Helvetica, sans-serif;}
img {
    width:100%;
    vertical-align: middle;
}
body {
    margin: 0;
    font-size:15px;
    font-family:'Microsoft Yahei',Arial, Helvetica, sans-serif;
    background:#fff; /*f3f4f8;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance: none;
    outline:none;
    line-height: 1.42857143;
    color: #333;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
    display: inline-block;
}
input{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    outline: none;
}
::-webkit-input-placeholder{
    color:#ababab;
}
.main_wrap {
    padding: 10px;
}

.main_wrap h2{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.main_wrap p{
    margin: 0 auto 10px;
}


/**top**/

.top {display:none;height:3em; line-height:3em; width:100%; text-align:center; background:#201f23; position:fixed; top:0; left:0; z-index:99; color:#fff;}
.return_block {display:block; float:left; margin:0 3% 0 2%;color:#fff;}
.more_block { display:block; float:right; margin:0 3% 0 5%;}
.return_block img {width:1em; margin:0 0.3em 0 0;}
.return_block img,.more_block img { vertical-align:middle;}

.aui-header-default {
	height: 2.8rem;
	line-height: 2.8rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.aui-header-title-default {
	color: #333;
}

.aui-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.aui-header-item {
	height: 2.8rem;
	line-height: 2.8rem;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	color: #5C5C5C;
}

.aui-header-item:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
}


/**footer**/
.footer {
    width: 100%;
    height: 4.4em;
    background: #f3f4f8;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 3px 3px 3px #CCCCCC;
}
.footer_ul {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    width: 100%;
    position:relative;
}
.footer_ul li {
    -webkit-box-flex:1;
    box-flex:1;
    height: 2.6em;
    margin-top: 0.9em;
}
.footer_ul li:nth-child(2){
    -webkit-box-flex:2.3;
    box-flex:2.3;
}
.footer_ul li a {
    display: block;
    text-align: center;
    color: #59636d;
    font-size: 0.8em;
    height: 100%;
}
.footer_ul li a.sel {color:#d03a28;}
.footer_ul li a img {
    height: 62.5%;
    width: auto;
}

/* CSS Document */
html{
	font-size: 15px;
}

.wrapper{
	width:100%;
	max-width:750px;
	margin:0 auto;
	padding-bottom:10px;
}
.commonQs_title {
    position: relative;
	margin-top: 10px;
    padding: 10px 39px 10px 28px;
    color: #000000;
    line-height: 1.4;
    background: #fff;
}
.commonQs_title::before{
    position: absolute;
    left:15px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    content: "";
    width: 3px;
    height: 3px;
    background: #272628;
    border-radius: 50%;
}
.commonQs_title img {
	position:absolute;
	right:15px;
	top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width: 14px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: all 0.5s ease-in;
}

.commonQs_title img.rotate {
    -webkit-transform:translate(0,-50%) rotate(-180deg);
    transform:translate(0,-50%) rotate(-180deg);
}

.commonQs_contant {
    padding: 10px 15px 0;
    color: #8c8c8c;
    display: none;
    text-align: justify;
    background: #f3f4f8;
}
.commonQs_contant p{
	min-height:20px;
    line-height:1.4;
    margin: 5px 0;
}
.commonQs_contant p.at{
	color:#d03a28;
}
