* {
    padding: 0;
    margin: 0;
    border: 0;
}

html,body{height: 100%;}

body {
    font-family: "Microsoft YaHei";
    background: #ffffff;
    font-size: 3.47vw;
    height: 100%;
    background: url(ztsz_bodyBg_mobile.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}


.container1400 {
    position: relative;
    width: 94%;
    margin: 0 auto;
}