@charset "utf-8";
*{padding: 0;margin: 0; box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;-webkit-appearance: none;}
ul li{list-style: none;}
a{text-decoration: none;}
img{border: none;}
input{border: none;background: none;outline: 0}
textarea{outline: 0;}
.clearfix{zoom:1}
.clearfix:after{clear:both;content:"";display:block;height:0;visibility:hidden}

@font-face {font-family: "iconfont";
  src: url('fonts/iconfont.eot'); /* IE9*/
  src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:14px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="radio"]:checked , input[type="checkbox"]:checked {  
  -webkit-appearance: none;   
border-color: #733212;  
background-color: #733212;  
        
}  
  
input[type="radio"], input[type="checkbox"] {  
-webkit-appearance: none;  
    position: relative;  
    width: 14px;  
    height: 14px;  
    border: 1px solid #e6e6e6;  
    -webkit-border-radius: 7px;  
    border-radius: 7px;  
    background-color: #fff;  
    vertical-align: middle;  
}  
input[type="checkbox"] {  
-webkit-appearance: none;  
    position: relative;  
    width: 14px;  
    height: 14px;  
    border: 1px solid #e6e6e6;  
    -webkit-border-radius: 2px;  
    border-radius: 2px;  
    background-color: #fff;  
    vertical-align: middle;  
}  


.fl{float: left;}
.fr{float: right;}
html{font: 62.5% "微软雅黑";color: #000;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: none;background:#fff;-webkit-overflow-scrolling: touch;overflow-scrolling: touch;}
html, body{width: 100%;height: 100%;overflow: hidden}
body{margin: 0 auto;font-size: 1.2rem}
a{color: #333;}
.wrap{ max-width:720px; margin:0 auto}
.scrollView{ height:100%; }
.fullbox{display: -webkit-flex;-webkit-align-items: stretch;-webkit-flex-wrap: wrap;display: flex;align-items: stretch;flex-wrap: wrap;}

.imgcw{margin: 0 auto;display: block;float: none;max-width: 100%;height: auto}
.transform{transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;max-width: 100%;}
.iPage{position: absolute;left: 0;top: 0;width:0;height:0;background: #fff;z-index: 99}
.scrollView{overflow-x: hidden;overflow-y: auto;min-height: 300px;position: relative; background:#fff}

.plr5{padding: 5px 5px}
.plr10{padding: 0 14px}
.plr20{padding: 0 20px}


#header .sbtn{padding: 10px 15px;background:transparent;}
#logo{width: 180px;height:60px;padding:5px 0;display: block;margin: 0 auto;}
#logo img{height:40px;max-width: 180px;display: block;margin: 0 auto;float: none}
.btn-back{ position:absolute;left:10px; top:8px; color:#fff; transform: scaleX(-1);}

footer{ background:#eee; margin:20px 0 70px; text-align:center;padding:10px;line-height:1.8; font-size:12px; font-family:Arial, Helvetica, sans-serif}

#bgmask{background: rgba(0,0,0,0);}
.show{display: block}
.hide{display: none;}

.pd10{ margin:0 10px;}
.mt10{ margin-top:10px;}
.rd5{ border-radius:3px; padding:5px; overflow:hidden; border:1px solid #eee;}


.ft-fixed{ position:fixed; bottom:0; left:0; width:100%;}

.ft-nav{ background:#fff; padding:8px 0; border-top:1px solid #ddd; z-index:999; padding-bottom:15px;}
.ft-nav a{ display:block; float:left; height:40px; text-align:center; width:25%; font-size:14px; text-indent:-999em;background:no-repeat center; background-size:auto 100%;}
.ft-nav a.ft-home{ background-image:url('../Images/home.png');}
.ft-nav a.ft-jg{ background-image:url('../Images/jg.png');}
.ft-nav a.ft-yy{ background-image:url('../Images/yy.png');}
.ft-nav a.ft-zx{ background-image:url('../Images/zx.png');}
.ft-nav a.ft-hz{ background-image:url('../Images/hz.png');}
