.find_index-input, .find_index-title {
-webkit-text-size-adjust: 100%;
--primary-color: #1770a6;
-webkit-font-smoothing: antialiased;
-webkit-box-direction: normal
}
.container{
max-width: 763px;
margin: 0 auto;
}
.app {
width: 700px;
height: 400px;
margin: 5% auto 20px auto
}
.find_index {
width: 700px;
height: 100px;
margin: 0 auto
}
.find_index-title {
margin: 0 0 .5em;
box-sizing: border-box;
color: #555;
width: 100%;
text-rendering: optimizeSpeed;
font-size: 1.7em;
line-height: 1.3;
font-family: Lato, sans-serif;
font-weight: 700;
text-align: center
}
.result {
width: 700px;
margin: 48px auto 0 auto
}
.dwdawdborder-box, .find_index-input {
box-sizing: border-box;
padding: 0 .75em;
height: 2.507em;
max-width: 100%;
width: 100%;
vertical-align: middle;
background-color: #fff;
color: #333
}
.find_index-input {
font: inherit;
overflow: visible;
touch-action: manipulation;
margin-bottom: 1em;
border: 1px solid #ddd;
font-size: .97em;
border-radius: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
transition: color .3s, border .3s, background .3s, opacity .3s;
appearance: none
}
.find_index-input:hover {
box-shadow: inset 0 -1.8em 1em 0 transparent
}
.find_index-input:focus {
box-shadow: 0 0 5px #ccc;
opacity: 1 !important;
outline: 0;
color: #333;
background-color: #fff
}
.drop_button:hover, .result div:hover {
background: #cdcdcd
}
.find_index-button {
margin: 0 0 0 15px
}
.find_index-button button {
background-color: #1770a6;
color: #fff;
max-width: 100%;
min-height: 2.5em;
font-size: .97em;
border-radius: 0;
border: 1px solid transparent;
text-decoration: none;
cursor: pointer;
text-align: center;
text-shadow: none
}
.dwdawdborder-box {
border: 1px solid #ddd;
font-size: .97em;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
-o-transition: color .3s, border .3s, background .3s, opacity .3s;
transition: color .3s, border .3s, background .3s, opacity .3s
}
.findwrap{
position: relative;
display: block;
}
.find_flex {
display: flex;
}
.find_index-input{
margin: 0 !important;
}
.drop_content {
position: absolute ;
top: 100%;
left: 0;
z-index: 10;
width: 700px;
flex-direction: column;
align-items: flex-start;
max-height: 193px;
overflow-y: auto;
display: none
}
.drop_button {
margin: 0;
background-color: #fcfcfc;
width: 100%;
border: .2px solid #f6f6f6;
text-align: left;
font-size: 17px;
color: #555555;
}
.drop_button:active {
color: #fff;
background: #1770a6
}
.result div:hover {
cursor: pointer
}
.result div:active {
background: #1770a6
}
@media (max-width: 990px) {
.app,  .find_index, .result {
width: 95%;
}
.drop_content{
width: 100%;
}
}
.title {
margin: 0 auto;
max-width: 700px;
text-align: center
}
@media (max-width: 709px) {
.result {
margin: 74px auto 0 auto;
}
}
@media (max-width: 294px) {
.app {
margin: 20% auto 20px auto;
}
}
@media (max-width: 990px) {
.app {
margin: auto auto 20px auto
}
}
.expectation-div {
width: 25px;
height: 25px;
margin: 0px 0px 0px 47%;
}
.expectation-div svg {
width: 25px;
height: 25px
}
}
@media (max-width: 700px) {
.expectation-div {
margin: 0px 0px 0px 47%;
}
.app {
margin: 28% auto 20px auto
}
}
@media (max-width: 592px) {
.app {
margin: 37px auto 20px auto
}
}
@media (max-width: 409px) {
.app {
margin: auto auto 20px auto
}
.drop_content {
top: 193px
}
}
@media (max-width: 409px) {
.result {
margin: 98px auto 0 auto
}
}
@media (max-width: 373px) {
.drop_content {
top: 221px
}
.result {
margin: 117px auto 0 auto
}
}
@media (max-width: 257px) {
.app {
margin: 149px auto 20px auto
}
.result {
margin: 148px auto 0 auto
}
.drop_content {
top: 244px
}
}
@media (max-width: 255px) {
.drop_content {
top: 280px
}
.app {
margin: auto auto 20px auto;
clear: both;
}
.result {
margin: 189px auto 0 auto;
}
}