body{
margin: 0;
}
.search-container{
    position: relative;
    box-sizing: border-box;
    padding-left: 14.75px;
    padding-right: 14.75px;
    height: 217.5px;
    width: 100%;
    background: #FDF2EB;
    border-radius: 0px 0px 34.5px 0px;
}
.search-text1{
    padding-top: 26.5px;
    font-family: PingFangSC-Medium;
    font-size: 21px;
    color: #000001;
    font-weight: 500;
}
.search-text2{
    padding-top: 6px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3A3A3A;
    font-weight: 400;
}
.search-text2 img{
    width: 8.5px;
    height: 7.5px;
}
.search-text3{
    padding-top: 31.5px;
    width: 345px;
    height: 105px;
}
.search-text3 img{
    width: 100%;
    height: 100%;
}
.search-text4{
    position: absolute;
    width: 268px;
    height: 29.5px;
    top: 127px;
    left: 29px;
}
.search-text4 input{
    background:none;
    outline:none;
    border:0px;
    width: 100%;
}
input::-webkit-input-placeholder{
    color: #000001;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000001;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000001;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#000001;
}
.search-text4 img{
    position: absolute;
    width: 17.3px;
    height: 17.255px;
    top:4px;
    left:287px;
}
.search-main{
    width: 100%;
    box-sizing: border-box;
    padding-left: 14.75px;
    padding-right: 14.75px;
	display: flex;
	justify-content: space-between;
}
.search-main-text1{
    padding-top: 28px;
    padding-bottom: 25px;
    font-family: PingFangSC-Medium;
    font-size: 17px;
    color: #222222;
    font-weight: 500;
}
.search-main2{
    width: 100%;
    box-sizing: border-box;
    padding-left: 14.75px;
    padding-right: 14.75px;
}
.search-main2 img{
    margin-left: 17px;
    width: 280px;
    height: 61px;
}
.box{
    display: inline-block;
}
.num{
    padding-top: 3px;
    float: left;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3A3A3A;
    font-weight: 400;
}
.box-text{
	width:90%;
    padding-bottom: 18px;
}
.each-box{
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 13px;
}
.left-title{
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #949494;
    font-weight: 400;
    width: 84px;
    height: 16.5px;
}
.right-text{
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #3A3A3A;
    font-weight: 500;
}
.right-text2{
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #D94B05;
    font-weight: 500;
}
.right-text3{
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.outer{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 450;
	background-color: rgba(0,0,0,0.45);
}
.inner{
	width:80%;
	height: 450px;
	position: relative;
	top: 10%;
	margin: 0 auto;
}
.context{
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.context_title{
	font-size: 16px;
	color: #1B1B1B;
	font-weight: bold;
	padding-top: 10px;
}
.text1{
	margin-top: 15px;
	font-size: 12px;
	color: #3E3E3E;
	font-weight: bold;
}
.text2{
	font-size: 12px;
	color: #666666;
}
.close_img{
	text-align: center;
	margin-top: 20px;
}
.search_tips{
	padding-top: 28px;
}
.tips{
	color:#989898;
	font-size: 11px;
}
.showTips{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}