@charset "utf-8";
/*****Reset*****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, button, input, textarea, table, th, td, hr, footer, header, menu, nav, section { margin: 0; padding: 0; }
html { height: 100%; width: 100%; font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif; font-size: 100px; outline: 0; -webkit-text-size-adjust: none; }
/*font-size:100px与rem.js里100统一*/

body { margin: 0; -webkit-user-select: none; position: relative; background: #fff ; font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif; }
/*****END Reset*****/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif;color:#cccccc;font-size:0.14rem;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#cccccc;font-size:0.14rem;font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#cccccc;font-size:0.14rem;font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#cccccc;font-size:0.14rem;font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif;}

/*****Basic Elements*****/
input, label, select, option, textarea, button, fieldset, legend {
    font-family: 'PingFangSC-Regular', 'Heiti SC', 'Microsoft YaHei',sans-serif;
}
ul, ol { list-style: none }
a { text-decoration: none; cursor: pointer }
a:hover { text-decoration: none }
a:focus, *:focus { outline: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
img { border: 0; vertical-align: middle; display: block }
table { border-collapse: collapse; border-spacing: 0 }
th { text-align: inherit; }
iframe { display: block; }
textarea { resize: vertical }
label, button { cursor: pointer }
th { text-align: left; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
button { cursor: pointer; }
input[type="submit"], input[type="reset"], input[type="button"], button, input[type="text"] { -webkit-appearance: none;/*去掉苹果的默认UI来渲染按钮*/ }
/*去除点击背景渲染*/
a, a:hover, a:active, a:visited, a:link, a:focus { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; outline: none; background: none; text-decoration: none; }
/*****END Basic Elements*/
/*****Generic Classes*****/
/*首页开始*/

.wrap{
    width:3.75rem;
    height:7.12rem;
    margin:0 auto;
    position: relative;
}
.wrap .img_bg{width:3.75rem;height:auto;top:0;right:0;left:0;bottom: 0;z-index: 1;
    position: absolute;
}
.btn_proc{ position: absolute;z-index: 2;width:2rem;top: 5.8rem;left:50%;margin-left:-1rem;}
.wrap p{position: absolute;z-index: 2;bottom:0.5rem;color: #333;font-size: 0.15rem;line-height: 0.1rem;right:0.5rem;}
