@charset "utf-8";

/*全局样式*/

* {margin:0; padding:0; font-family:'PingFang SC'; font-size:16px; color:#666; border:none; box-sizing:border-box; -webkit-box-sizing:border-box;}

a {text-decoration:none;}

li {list-style: none; float: left;}

img {display: block;}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;}

input[type="number"]{-moz-appearance: textfield;}

.clear::before,.clear::after {content:''; height:0; line-height:0; display:block; visibility:hidden; clear:both;}

.js_tc {width: auto; height: 40px; position: fixed; z-index: 999; border-radius: 4px; line-height: 40px; color: #FFF; padding: 0 15px; background-color:rgba(0,0,0,0.8); opacity: 0; top: 40vh; letter-spacing: 2px;}