/*@charset 'UTF-8';
/**********************
Date：2015-02-05
BuilderVersion：v1.2.0
CopyRight:iflytek_EUED
***********************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,em,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
html{
    font-size: 20px;
}
body,button,input,select,textarea {
    font-family:'Microsoft YaHei',arial,SimSun,sans-serif,tahoma;
}
body{
    -webkit-text-size-adjust:none; 
}
input,select,textarea {
    font-size:100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0 none;
}
iframe {
    display:block;
}
abbr,acronym {
    border:none;
    font-variant:normal;
}
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
sub, sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
ins,a {
    text-decoration:none;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.hidenone{
    display:none;
    visibility:hidden;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.ml10{
	margin-left:10px;
}
.mr10{
	margin-right:10px;
}
.pt10{
	padding-top:10px;
}
.pl10{
	padding-left:10px;
}
.pr10{
	padding-right:10px;
}
.tc{
	text-align:center;
}
.hideover ul li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
[v-cloak] {
    display: none;
}
.smore{
    border: 1px solid #4b94fc;
    box-shadow: inset 0px 0px 30px #4b94fc;
    background: rgba(40,132,229,.2);
    color: #FFFFFF;
    padding: 0.1rem 0.3rem;
    font-size: 0.5rem;
    float: right;
    position: relative;
    right: 23px;
    top: 15px;
}
.s_return{
    position: fixed;
    left: 20px;
    font-size: 1rem;
    border: 1px solid white;
    -webkit-text-fill-color: aliceblue;
    height: 32px;
    top: 12px;
    padding: 0px 46px;
    line-height: 32px;
    cursor: pointer;
}
.b_return{
    position: fixed;
    left: 160px;
    font-size: 1rem;
    border: 1px solid white;
    -webkit-text-fill-color: aliceblue;
    height: 32px;
    top: 12px;
    padding: 0px 15px;
    line-height: 32px;
    cursor: pointer;
}
.flex{
    display: flex;
}
.flex-a{
    align-items: center;
}
.flex-e {
    justify-content: space-evenly;
}
.flex-s{
    justify-content: flex-start;
}
.flex-w{
    flex-wrap: wrap;
}
