/*公共样式*/ * { padding: 0; margin: 0; box-sizing: border-box; font-family: "微软雅黑"; } html { font-size: 62.5%; } body { font: 14px "simsun", Arial, Helvetica, sans-serif; width: 100%; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /*font-size:1.4rem;*/ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body, h1, h2, h3, h4, h6, p, ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; } a { color: #000; text-decoration: none; } a:hover { color: #000; text-decoration: none; } a:focus { text-decoration: none; } a:visited { text-decoration: none; }a:active { text-decoration: none; } .lf { float: left; } .rf { float: right; } .clear { clear: both; } img { border: none; } ::-webkit-input-placeholder { color: #CCCCCC; } ::-webkit-input-placeholder { color: #CCCCCC; } .ct-img-small { display: none; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset !important; } input:focus { outline: none; } /* 页面公共部分*/ body>img,body>iframe,body>span{display: none;} #public_img{width:100%;/*background: url("../../img/demand1.jpg") no-repeat;*/text-align: center;position:relative;height:64px;border-bottom: 1px solid #f5f5f5;} /*#public_img>img:nth-child(1){width:100%;}*/ #public_img>img.anut{position: absolute;top:21px;left: 5%;width:20px;z-index: 100;} #public_img>div{color:#fff;text-align: center;font-size: 18px;position: absolute;top:20px;letter-spacing: 5px;color:#7C7C7C; width:100%;} #comeIndex>img{width:25px;position: absolute;right:4%;top:22px;} .line1{padding-right: 10px; overflow: hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;} .line2{text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;} .line3{text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;} /*分页*/ .fenye{width:326px;height:40px;display: flex;justify-content: space-around;padding:10px 0;margin:0 auto;} .fenye>span{width:70px;height:25px;text-align: center;line-height: 25px;border:1px solid #efefef;} #fenye{width:90px;height:25px;outline: none;border-radius:5px;border:1px solid #efefef;padding-left: 10px;} .xingxing{width:20px;height:20px;margin-top: -5px;} /*公共底部*/ .botfled{position: fixed;bottom: 0;width: 100%;height:50px;display: flex;justify-content: space-around; background: #fff;border-top: 1px solid #efefef;} .botfled>a{text-align: center;} .botfled img{height:40px;margin-top:5px;} /*满意度*/ .good{width:20px;height:20px;background:url("../../img/index8.png") no-repeat;background-size: 20px 20px;} .bad{width:20px;height:20px;background:url("../../img/public2.png") no-repeat;background-size: 20px 20px;} .tel_yidong{width:100%;height:40px;position: fixed;bottom: 0px;background-color: #fff;padding-top: 5px;} .tel_yidong>a{width:100px;height:30px;line-height: 30px;color:#fff;font-size: 16px;text-align: center; background-color: #66C9FD;display: block;float: right;margin-right: 10px;} .tel_yidong>a:visited{color:#fff;text-decoration:none} .tel_yidong>a:active{color:#fff;text-decoration:none} .tel_yidong>a:link{color:#fff;text-decoration:none} .header_img>input{background-color: #EEEEEE;} #public_img>input{background-color: #EEEEEE;} /*提示语*/ .tishi{width:100%;height:30px;text-align: center;color:#FF580E;position: fixed; top:-30px;font-size: 18px;} .tishi>span{border:1px solid #FF580E;padding:0 15px;border-radius:15px;line-height: 30px;} /*收藏和评价*/ .shou{margin-left:20px;line-height: 25px;display: inline-block;} .shou>img{width:25px;height:25px;} .ping{margin-left:30px;line-height: 25px;display: inline-block;} .ping>a>img{width:22px;height:22px;}