@import "../weishidai.ui.css";
.wrapper2{overflow: hidden;background-color:rgb(248,245,241);clear:both}
body{min-width: 320px;max-width: 640px;margin:0 auto;width:100%;background-color:rgb(248,245,241)}
.box{display: block;width:98%;margin: 0 auto;background-color:rgb(248,245,241);height: 85px; border-bottom:1px solid rgb(190,190,190) /* box-shadow: 0 0 1px #d9d7d0; *//* -webkit-transform:translateX(6px); margin-top:16px*/}
.imgArea{height:69px;width: 92px;margin-top:8px;margin-left:8px;overflow:hidden;/* border:2px solid #fff; *//* box-shadow: 0 0 1px #dfdcd8; *//* -webkit-transform:translateX(-12px) translateY(6px); */position: relative;z-index:100;float: left;}
/* .imgArea:after{content: "";height: 69px;width: 69px;border: 2px solid #fff;box-shadow: 0 0 1px #dfdcd8;position: absolute;top: -2px;left: -2px;-webkit-transform: rotate(-4deg);background-color: #fff;z-index: 1;}
 */.imgArea img{width: 100%;position: absolute;z-index: 100;}
.textArea{height: 100%;display: inline-block;width: 64%;margin-left:8px;margin-top:8px;}
.textArea h1{font-size:16px;font-weight: 700;color:#000004;height:40px;line-height:20px;overflow:hidden;}
.textArea p{color:#8a8b8f;height:22px;overflow: hidden;line-height: 17px;word-wrap: break-word;white-space: nowrap;text-overflow: ellipsis;}
.textArea a{color:rgb(58,180,77);display: block;float:right;margin-top:14px}
/* .textArea a span{display: block;position: absolute;top:50%;right:4%;-webkit-transform:translateY(-50%);width: 12px;height:20px;background-image:url(../../img/list/t13/icon.png)} */
/* ../../img/list/t11/list_bg01.gif */

.sousuo {
    float: left;
    width: 100%;
    padding: 8px 0;
    position: relative;
    background: #fff;
}
.sousuo-in {
    width: 80%;
    border: 1px #39B54D solid;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    float: left;
    position: relative;
    margin-left: calc((100% - 80% - 40px - 10px)/2);
}
.sousuo-in input {
    float: left;
    border: none;
    width: 90%;
    height: 30px;
    margin-top: 5px;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    position: relative;
}
.sousuo-in span {
    position: absolute;
    right: 10px;
    bottom: 4px;
}
#submit-ss {
    background: url(../../img/list/t18/submit.png) no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    border: none;
    cursor: pointer;
    background-size: 40px;
	margin-top:2px
}