.input .box { background-color: #fcfcfc; } .input .box textarea { color: #000 !important; } .input .box input { color: #000 !important; } /*错误页*/ #error .main { margin: auto; margin-top: 100px; text-align: center; } #error .main .text { padding: 40px 0; font-size: 20px; } #error .main .bottons { margin: 0px 16px; } #error a:link { color: #000; } /*404*/ #notfind .main { margin: auto; margin-top: 100px; text-align: center; } #notfind .main .text { padding: 40px 0; font-size: 20px; } #notfind .main .bottons { text-align: center; } #notfind a:link { color: #000; } /*成功提示*/ #success .title { font-size: 16px; margin-top: 24px; line-height: 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(153, 153, 153, 0.3); padding-bottom: 16px; } #success .info { padding: 40px 16px 100px 16px; text-align: center; } #success .info .name { font-size: 20px; font-weight: bold; padding: 12px 0px 8px 0px; } #success .info .desc { line-height: 22px; padding-bottom: 16px; } #success .info .btn-deep { display: inline-block; } /*验证码页面*/ #vcode .main { padding: 30px 0px; width: 290px; margin: 0 auto; } #vcode .title { height: 48px; line-height: 48px; text-align: center; font-size: 16px; font-weight: bold; text-align: center; border-bottom: 1px solid #e0e0e0; } #vcode .title .flr { height: 24px; width: 24px; line-height: 24px; margin: 12px 12px 0px 0px; } #vcode .info .fll { width: 49%; } #vcode .info .flr { width: 50%; } #vcode .info .flr input { font-size: 16px; font-weight: bold; color: blue !important; } #vcode .info img { width: 100%; height: 38px; border: 1px solid #ddd; vertical-align: middle; } #vcode .buttons { margin-top: 24px; text-align: center; } /*搜索历史*/ #searchhistory .main { padding: 16px 16px 0px 16px; } #searchhistory .main div { padding: 8px 0px; } #searchhistory .main p { line-height: 48px; border-bottom: 1px solid #eee; position: relative; } #searchhistory .main p .icow { position: absolute; top: 10px; right: 8px; } #searchhistory .main h4 { font-size: 13px; color: #999; } /*反馈*/ #feedback .title { line-height: 50px; padding: 0 16px; font-size: 18px; font-weight: bold; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #F9F9F9; } #feedback .main { padding: 16px; } #feedback .main .item { margin-bottom: 16px; } #feedback .main .item > div:first-child { color: #666; font-size: 15px; height: auto; padding-bottom: 8px; } #feedback .main .item .input .box { border: 1px solid #ddd; border-radius: 4px; } #feedback #Contents .box { height: 100px; } #feedback .bottons { text-align: center; margin-top: 16px; font-size: 0px; } #feedback .bottons div { width: 48%; font-size: 14px; } #feedback .bottons .btn-normal { margin-right: 2%; } #feedback .bottons .btn-light { margin-left: 2%; } #feedback .result { text-align: center; display: none; } #feedback .result .pic { padding: 60px 0px 17px 0px; } #feedback .result .desc { padding-top: 16px; } #feedback .result .buttons { margin-top: 46px; } #feedback a:link { color: #000; } /*客服页面*/ #support .main .title { background-color: #F9F9F9; line-height: 50px; padding: 0 16px; font-size: 18px; font-weight: bold; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } #support .main .title .flr { width: 20px; cursor: pointer; } #support .main .items { } #support .main .items table { width: 100%; text-align: left; } #support .main .item { padding: 18px 24px; border-bottom: 1px solid #eee; } #support .main .pic { padding: 16px 8px; } #support .main .pic div { width: 60px; height: 60px; border-radius: 50%; margin: 0px auto 6px; } #support .main .pic img { max-height: 100%; max-width: 100%; margin: auto; } #support .main .pic p { max-width: 100px; margin: auto; text-align: center; } #support .main .info div { padding: 0px 0px 8px 16px; } #support .main .info div:last-child { padding: 0px 0px 0px 16px; } #support .main .info span { width: 150px; word-break: break-all; word-wrap: break-word; margin-left: 8px; } #support a { text-decoration: none; } #support a:link { color: #000; }