[v-cloak]{
    display: none;
}
html {
    background: #FFFFFF;
    height: 100%;
    /*scroll-behavior: smooth;*/
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, fieldset, form, input, select, textarea, figure, div, form, img, ul, ol, li, i, b, table, tr, td, th, fieldset, label, legend {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", Tahoma, Arial, STHeiti, sans-serif !important;
    _font-family: Tahoma, Arial, Helvetica, STHeiti, sans-serif !important;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    height: 100%;
}

p {
    word-break: break-all;
}

ul, ol, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, select, button {
    vertical-align: middle;
    font-family: "Microsoft YaHei";
}

input, textarea, select {
    *font-size: 100%;
    font-family: "Microsoft YaHei";
}

button {
    overflow: visible;
}

a, img, a img {
    border: 0px;
}

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

a:hover {
    text-decoration: none;
    color: #276fb4;
}

input.text, select.text, textarea.text {
    outline: none;
    border: 1px solid #e3e3e3;
    height: 26px;
    line-height: 26px;
    padding: 3px 0px 3px 5px;
    font-size: 12px;
    color: #555;
}

textarea {
    outline: none;
    resize: none;
    border: 1px solid #e3e3e3;
    font-size: 12px;
}

input.check {
    vertical-align: middle;
    margin-right: 2px;
}

img {
    vertical-align: top;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.none {
    display: none;
}

.pagewd {
    width: 1200px;
    margin: 0px auto;
    min-width: 1200px;
}

.scale img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.scale img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0.9;
}

.opacity img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.opacity img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
