body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,b,blockquote,th,td,em,span,img {
    padding: 0;
    margin: 0;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: middle
}

input {
    border: none;
    outline: none
}

address,caption,cite,code,dfn,em,th,var,i {
    font-weight: normal;
    font-style: normal
}

ol,ul {
    list-style: none
}

:focus {
    outline: none
}

.clear:after {
    display: block;
    content: ".";
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

.block {
    display: block
}

.lblock {
    display: inline-block
}

.tcenter {
    text-align: center
}

.tright {
    text-align: right
}

.relative {
    position: relative
}

body {
    min-width: 1420px;
    color: #333;
    font: 14px/180% "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif
}

@media (max-width: 1440px) {
    body {
        min-width:1280px
    }
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

.font18 {
    font-size: 18px
}

.font14 {
    font-size: 14px
}

.font12 {
    font-size: 12px
}

.mgt10 {
    margin-top: 10px
}

.mgt20 {
    margin-top: 20px
}
