@charset "UTF-8";
/*  Author:UED Version:1.0.0
*/
#container { max-width: 750px; margin: 0 auto; }

html { font-size: 50px; }

@media screen and (min-width: 320px) { html { font-size: 42.7px; } }
@media screen and (min-width: 360px) { html { font-size: 48px; } }
@media screen and (min-width: 375px) { html { font-size: 50px; } }
@media screen and (min-width: 414px) { html { font-size: 55.2px; } }
body, button, input, select, textarea { font:12px/1.4 "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;-webkit-font-smoothing: antialiased;}

h1, h2, h3, h4, h5, h6, b, strong { font-weight: normal; }

button, input, select, textarea { padding: 0; background: none; border: 0; font-size: inherit; -webkit-appearance: none; appearance: none; }

textarea:focus, input:focus, button:focus { outline: 0; }

input::-webkit-input-placeholder { color: #C8C8C8; }

i { font-style: normal; }

a { text-decoration: none; }

img { display: block; }

.flex { /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ /* 老版本语法: Firefox (buggy) */ /* 混合版本语法: IE 10 */ /* 新版本语法: Chrome 21+ */ display: -webkit-flex; display: -ms-flexbox; display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex > * { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
[v-cloak] { display: none; }

.wrap{padding: 0.28rem;}
.wrap h1{font-size:0.36rem;font-weight: bold;margin-bottom: 0.28rem;color: #333;}
.wrap p{font-size: 0.28rem;margin-bottom: 0.4rem;color: #555;}
.wrap p strong{color: #333;font-weight: bold;}
.wrap .table{margin: 0.34rem 0;}
.wrap .table th,.wrap .table td{border:1px solid #E5E5E5;border-collapse: collapse;vertical-align: middle;text-align: left;padding-left: 0.28rem;padding-right: 0.28rem;white-space: nowrap;}
.wrap .table th{font-size: 0.32rem;color: #333;height: 0.84rem;vertical-align: middle;background: #F7F9FD;}
.wrap .table td{height: 0.76rem;color: #555;font-size: 0.28rem;}
