#wrap .title_wrap  {position:relative;font-size: 1.8rem;text-align: center;padding: 2rem;border-bottom: 1px solid #eee;font-weight:900}
#wrap .title_wrap h2  {font-size: 2rem;text-align: center;font-weight:900}
#wrap .title_wrap .back {position:absolute; left:1rem; top:50%; transform:translateY(-50%);width:1.2rem}
#wrap .title_wrap .back img {width:100%}

#wrap .content_wrap ul {padding: 1.4rem}
#wrap .content_wrap ul li {}
#wrap .content_wrap ul li a {border: 1px solid #eee;font-size: 2rem;display: block;padding: 1.5rem 1rem;margin-bottom: 1rem;font-weight: bold;}

#wrap .content_wrap .form_wrap { padding:1rem 1.4rem; background:#f8f9fd}
#wrap .content_wrap .form_wrap select {margin-right:1rem;outline:none;height: 4.5rem;font-size: 1.3rem;background: #fff;color: #b8b8b8;border-radius: 0.5rem;padding: 0 1rem;border: 1px solid #b8b8b8;}
#wrap .content_wrap .form_wrap select > * {color:#333}
#wrap .content_wrap .form_wrap form {display:flex; align-items:center; justify-content: space-between;}
#wrap .content_wrap .form_wrap label {height:4.5rem;display:flex; border: 1px solid #b8b8b8;width: 100%; border-radius: .5rem; overflow:hidden; position: relative;}
#wrap .content_wrap .form_wrap label > * {line-height: 5rem; outline:none; background: #fff;}
#wrap .content_wrap .form_wrap label input {text-indent: 15px; color:#5d7ab8; width: 80%; font-size:1.4rem}
#wrap .content_wrap .form_wrap label button {text-indent: -99999px; width: 20%;}
#wrap .content_wrap .form_wrap label button::after {content: '';display: block;width: 2rem;height: 2rem;background: url(../img/search.png) no-repeat center /cover;position: absolute;right: 1.5rem;top: 50%;transform: translateY(-50%);}


