html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #F2F2F2;
    -webkit-overflow-scrolling: touch;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
    color: #05162E;
}

img {
    border: 0;
    vertical-align: middle
}

button, select {
    text-transform: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input {
    line-height: normal;
    outline: none;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=text] {
    -webkit-appearance: none;
}

legend {
    margin: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

blockquote, figure, form, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none outside none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
    color: #61697A;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #61697A;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #61697A;
}

a {
    background: 0 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    text-decoration: none
}

a:active {
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hide {
    display: none;
}

/* margin */
.mr40 {
    margin-right: 40px;
}

.clearfix:after {
    display: block;
    height: 0;
    content: '.';
    clear: both;
    visibility: hidden;
}

.clearfix {
    *height: 1%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
.w1 {
    width: 1460px;
    margin: 0 auto;
}