[v-cloak] {

  display: none!important;

}



HTML,

body,

div,

h1,

h2,

h3,

h4,

h5,

h6,

ul,

ol,

dl,

li,

dt,

dd,

p,

blockquote,

pre,

form,

fieldset,

table,

th,

td {

    border: none;

    font-family: "微软雅黑", "黑体", "宋体";

    font-size: 14px;

    margin: 0px;

    padding: 0px;

}



html,

body {

    height: 100%;

    width: 100%;

}



div {

    box-sizing: border-box;

}



address,

caption,

cite,

code,

dfn,

em,

strong,

th,

var {

    font-style: normal;

    font-weight: normal;

}



a {

    text-decoration: none;

}

a:hover{

  cursor: pointer;

  text-decoration: underline;

}



input{

  outline: none;

}

select{

  outline: none;

}

option{

  outline: none;

}

#app {

	width: 100%;

	margin: 0 auto;

  padding-top: 140px;

}

.center{

  width: 1200px;

  margin-left: auto;

  margin-right: auto;

}