@import url(./noramlize.css);

html{overflow: -moz-scrollbars-vertical;overflow-x: hidden;} 
*{word-wrap: break-word;margin: 0;padding: 0; box-sizing: border-box;}
table{border-collapse: collapse;}
fieldset, img{border: none;}
img{vertical-align: middle;}
ul, li{list-style-type: none;}
a{text-decoration: none;color:#333;transition: 0.3s;}
a:hover{color: #14783C;}
body{
	font-family:'Microsoft YaHei',"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";
	font-size:14px;
	color:#000;
  background: #fff;
	overflow-x: hidden;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox]{cursor: pointer;outline: none;border: none;}
input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);outline: none;}
input::placeholder,textarea::placeholder{color:#999;}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.3s;
}
.page-enter,
.page-leave-active {
  opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}
