@charset "UTF-8";
/*初始化  reset*/

* {
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

html,
body {
    position: relative;
    width: 100%;
    font: 16px "microsoft yahei";
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    position: relative;
/*
    -moz-user-select: none; !*火狐*!
    -webkit-user-select: none; !*webkit浏览器*!
    -ms-user-select: none; !*IE10*!
    -khtml-user-select: none; !*早期浏览器*!
    user-select: none;*/
}

.container {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

a,
input,
button,
select,
textarea {
    outline: none;
}

a,
button {
    cursor: pointer;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.el-dialog {
    margin: 0 auto;
}