@charset "utf-8";
/* CSS Document */
/* common */
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal; font-family:'Microsoft YaHei', sans-serif;color:#000000;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0;vertical-align: top;}
b{font-weight:normal}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.mr0{margin-right: 0 !important;}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none;}
input{
     background:none;    
    outline:none;       
    border:0px;
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline:none; 
    background:none; 
}
/*clear*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.fl{float: left;}
.fr{float: right;}
a{
    display:block;
    text-align: center;
}
html,body{
    width: 100%;
    height: 100%;
}
.m-min{
  width: 100%;
  max-width:750px;
  margin:0 auto;
}
.m-title{
  height: 1rem;
  background-color: #357dcf;
}
.title-left{
  margin-left: .2rem;
  padding-top: .19rem;
}
.title-left img{
  width:4.25rem;
  height:0.69rem;
}
.title-left .h1{
  font-size: .22rem;
  color: #fff;
  margin-left:.09rem;
}
.title-right{
  padding-top:.33rem;
  padding-right: .18rem;
}
.title-right img{
  width:.29rem;
  height:.29rem;
}
.title-right .h1{
  font-size: .22rem;
  color: #fff;
}
h1{
  text-indent: -9999px;
  font-size: 12px;
}