html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "PingFang SC", "MicroSoft YaHei", "sans-serif";
    background: #F2F2F2;
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

.m-l-23 {
    margin-left: 23px !important;
}

.m-t-18 {
    margin-top: 18px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-b-420 {
    margin-bottom: 420px !important;
    _margin-bottom: 240px !important;
}

.p-l-75 {
    padding-left: 75px;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}

.header-body {
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header-body-logo {
    margin-top: 10px;
}

.main {
    width: 100%;
    height: 100vh;
    margin-top: 30px;
}

.main-body {
    /* max-width: 1200px; */
    width: 1200px;
    *width: 1120px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    box-sizing: border-box;
}

.vml {
    behavior: url(#default#VML);
}

.vimg {
    width: 178px;
    height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 弹窗 */
.model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    *zoom: 1;
    /* background: #C1C1C1; */
    /* behavior: url(static/css/ie-css3.htc); */
    display: none;

    _position: absolute;
    _bottom: auto;
    _top: expression(eval(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight));
    _height: expression(eval(document.body.offsetHeight));
}

.model-body {
    width: 100%;
    height: 100%;
    position: static;
    background: #000;
    filter: opacity(20%);
    filter: Alpha(opacity=20);
    /* opacity: 0.2; */
    *zoom: 1;
}

.model-main {
    width: 1000px;
    height: 432px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -216px;
    left: 50%;
    margin-left: -500px;
    background: #fff;
    _bottom: auto;
    _top: expression(eval(document.body.offsetHeight/2));
    _margin-top: 0px;
}

.model-tit {
    /* width: 100%; */
    background: rgb(245, 245, 245);
    /* height: 64px; */
    padding: 20px 30px;
    text-align: right;
}

.model-text {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    filter: opacity(85%);
    filter: Alpha(opacity=85);
    opacity: 0.85;
    *zoom: 1;
    float: left;
}

.close {
    display: inline-block;
    width: 36px;
    cursor: pointer;
    font-size: 18px;
    font-width: 900;
    text-align: center;
}

.model-cont {
    padding: 40px;
}

.row .bankimg {
    position: relative;
}

.row .bankimg:after {
    content: '';
    width: 210px;
    height: 48px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
    filter: opacity(10%);
    filter: Alpha(opacity=10);
    opacity: 0.1;
    *zoom: 1;
}

.placeholder {
    color: #c5c5c5;
}

/* 去除自动填充背景色 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* 焦点时也加上，不加会出现黄色背景闪动一下 */
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.model-tips {
    margin: 0 auto;
    width: 300px;
    min-height: 48px;
    background: #FFFDEC;
    border-radius: 5px;
    border: 1px solid #FFE990;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    background: #FFFDEC;
    /* 兼容ie6,7,8 */
    top: 85px \9;
    _bottom: auto;
    _top: expression(eval(document.body.offsetHeight*1.15/4));
    _margin-top: 0px;
}

.model-tips-icon {
    width: 13px;
    height: 13px;
    margin: 17px 0px 0 11px;
    float: left;
}

.model-tips-text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.69);
    *color: #75746C;
    word-break: break-all;
    float: left;
    margin: 15px 10px 15px 10px;
    width: 250px;
    *padding-bottom: 15px;
}

/* 去除ie10+文本框自带X */
input::-ms-clear {
    display: none;
}

input[type=text]::-ms-clear {
    display: none
}

.box-50 {
    width: 50%;
    float: left;
}

button{
    cursor: pointer;
}