﻿@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
html5.0 css3.0 default
-----------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      font-size: 62.5%;
      -webkit-appearance:none;
      -webkit-tap-highlight-color:transparent;
      box-shadow:none;
}
@font-face {
    font-family: 'fzlantingheis-el-gbregular';
    src: url('../css/set/phone/fonts/_-webfont.eot');
    src: url('../css/set/phone/fonts/_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/set/phone/fonts/_-webfont.woff2') format('woff2'),
         url('../css/set/phone/fonts/_-webfont.woff') format('woff'),
         url('../css/set/phone/fonts/_-webfont.ttf') format('truetype'),
         url('../css/set/phone/fonts/_-webfont.svg#fzlantingheis-el-gbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { margin: 0; font-size: 62.5%;}
/*----------------------------------------------------
html1.0 css2.0 default
-----------------------------------------------------*/
body,ul,ol,dl,dt,dd,li,p,h1,h2,h3,h4,h5,h6,form,label,fieldset,table,td,img,div,th{
border:0;margin:0px; padding:0;-webkit-user-select:none;}
li,dd,dl,dt {list-style-type:none;}
.ybg{background-color: #e7e7e7;margin: 0px;}
.ybox{height: 100%;width:100%}
.msg{padding: 8% 4%; font-size: 18px;line-height: 32px;background-color: #ffffff;border-bottom: 1px #c9c9c9 solid;font-family:'fzlantingheis-el-gbregular';}
.blankTips{width:100%;text-align:center;padding-top:30%;color:#999;font-size:14px;font-family:'fzlantingheis-el-gbregular';}