<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body{background-color: #f0f8f8;}

/*.header .search-input input {background: #fff url("../images/secrch-icon.png") no-repeat scroll 95% center / 1.9rem auto;}*/

.main .history{margin-top: 1rem; border-top: 1px solid #d9d9d9; background-color: #fff;}
.main .history .mt{padding-left: 2.8rem; height: 3.5rem; color: #333333; font-size: 1.2rem; line-height: 3.5rem; border-bottom: 1px solid #e5e5e5; background: url("../image/history-icon.png") no-repeat scroll 1rem center / auto 1.3rem ;}
.main .history .mc{width: 100%; overflow: hidden;}
.main .history .mc li{width: 100%; height: 3.5rem; border-bottom: 1px solid #e5e5e5;  overflow: hidden;}
.main .history .mc li a{display: block; width: 98%; padding-left: 1rem; line-height: 3.5rem; color: #666666; font-size: 1.2rem; overflow: hidden;}

.main .clean{display: block; width: 18rem; height: 3.5rem; line-height: 3.5rem; color: #666666; font-size: 1.2rem; border: 1px solid #d9d9d9; text-align: center; background-color: #fff; margin: 2rem auto 1rem;}
.main .not-cl{background-color: #cccccc; cursor: default;}

.header .search-input input{float:left; height: 3rem; padding-right: 3.3rem; border-top-left-radius: 0.4rem;border-bottom-left-radius:0.4rem; border-top-right-radius: 0rem; border-bottom-right-radius: 0rem; padding-left: 1rem; width: 90%; line-height: 3rem; border: none; background-color: #fff; font-size: 1.2rem; color: #333;}

/*清空输入框*/
.op-icon {display: inline-block; float: left; width: 8%; height: 3rem; border-bottom-right-radius: 0.4rem; border-top-right-radius: 0.4rem; border: none}
.del {background: url(../images/del-login.png) no-repeat scroll center center / 1.1rem 1.1rem;  background-color: #fff;}
</pre></body></html>