html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: middle;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0;
    outline: none;
    height: 33px;
    width: 100%;
    display: block;
}

a,
img,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    border: 0
}

html {
    font-size: 20px;
}

@media(min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    html {
        font-size: 21.33333333px
    }
}

@media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    html {
        font-size: 22.08px
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px;
    }
}

body {
    width: 100%;
    height: 100%;
    background: #ededed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
/*font-size*/
.f-s12 {
    font-size: .6rem
}

.f-s14 {
    font-size: .7rem
}

.f-s16 {
    font-size: .8rem
}

.f-s18 {
    font-size: .9rem
}

.m-t20 {
    margin-top: 20px
}

/*header*/
.loan-title {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    height: 43px;
    line-height: 44px;
    overflow: hidden;
    color: #f60;
    text-align: center;
    font-weight: bolder;
    background: #fff;
    border-bottom: 1px solid #dadada;
}

.loan-title .back {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 11px;
  top: 0;
  background: url(../images/back.png) no-repeat;
  text-indent: -9999px;
}


.container {
    margin: 44px auto 0;
    overflow: hidden;
    position: relative;
}
.con{ background: #fff; border-bottom:1px solid #dadada;}
.con:first-child{border-top: 1px solid #dadada;}

.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;

    display: -webkit-flex;
    display: flex;

    -webkit-box-lines:multiple;
    box-lines:multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    position: relative;
}

.item-w {
    text-align: center;
}
.container .item > a{  width: 33.1%; display: block; padding-bottom: .5rem; text-decoration: none;color: #4d4d4d;}
.container .item > a:nth-child(1),
.container .item > a:nth-child(2){ border-right: 1px solid #dadada;}



