@charset "utf-8"; /*初始化样式*/ *{-webkit-tap-highlight-color:transparent;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } /*html5设置*/ html {font-size: 5.2083334vw;} article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;} html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p,h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,li{margin:0;padding:0;} body{background-color:#f2f5f7;color:#333;font:normal 0.9375vw/2em sans-serif; overflow-x:hidden;word-wrap:break-word;} a{text-decoration:none;outline:none;color:#333;} a:focus{outline:none;-moz-outline:none;} a:hover{color:#de7d27;} a img{border:none;} img {vertical-align:middle; max-width:100%;} li{list-style:none;} select,input,textarea,button{border-radius:0;-webkit-border-radius:0;background:none;border:none;margin:0;padding:0;outline:none;font-family:inherit; font-size:1em;} input:focus{outline:none;} textarea{resize:none;} input::-moz-placeholder{opacity:0.75; color:inherit;} input:-moz-placeholder{opacity:0.75; color:inherit;} input::-webkit-input-placeholder{opacity:0.75; color:inherit;} input:-ms-input-placeholder{opacity:0.75; color:inherit;} table{background-color:transparent;border-spacing:0;border-collapse:collapse;width:100%;box-sizing:border-box;} table td,table th{box-sizing:border-box;} /*全局样式*/ .inner{width:93.75%;margin:0 auto;} .clear{clear:both;overflow:hidden;} .figure {overflow: hidden; position: relative;} .figure a {display: block;} .figure img {display: block; width: 100%; height: auto;} .figure .img {background: no-repeat center center; background-size: cover; display: block; transition: all .3s;} .rows {display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;} .wot {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} .submit {cursor:pointer;} @media(max-width:1024px){ .inner{width: 90%;} }