*{margin:0;padding:0;font-size:14px;line-height:150%;font-family:"microsoft yahei",SimHei;}
body,html{height:100%;text-align:center;overflow:hidden;background-color:#d0d0d0;}
.html{height:100%;width:100%;position:relative;overflow-y:auto;overflow-x:hidden;}
#divs{margin:0 auto;min-height:98%;position:relative;box-sizing:border-box;}
.divs{width:100%;max-width:1200px;min-width:300px;background-color:#F0F0F0;}
.select select{width:100%;padding:5px;border:1px #CACACA solid;height:40px;-webkit-appearance:none;background: #fff;}
.select option{height:40px;}
.select{margin:0 auto;width:92%;height:40px;overflow:hidden;margin-bottom: 12px;}
strong,b{color:red;}
span{color:blue;}
a{color:#595961;text-decoration:none;}
a:hover {text-decoration:none;color:#595961;}
.head{position:fixed;top:0px;margin:0 auto;width:100%;max-width:1200px;min-width:300px;z-index:10;display:block;}
#head{line-height:180%;background-color:#0180CF;font-size:16px;line-height:40px;color:white;}
#main{padding:55px 1px;width:100%;}
#view{padding:40px 1px;width:100%;}
form{margin:24px 0;text-align:left;}
.so_but{margin:15px auto;width:92%;text-align:center;margin-top:12px;border:0px;}
.so_but .buts{line-height:200%;padding:5px 25px;background:#0180CF;border-radius:25px;color:white;border:0px;min-width: 110px;}
#boto{margin:0 auto;width:100%;max-width:1200px;min-width:300px;position:fixed;bottom:0px;display:block;z-index: 10;}
.boto{background-color:#ADADAD;color:#000;text-shadow: 0 1px 1px #fff;line-height:180%;}
.txts{margin:0px auto;height:40px;outline: none;line-height:31px;width:100%;padding-left:10px;border:0px;color:#333333;background-color:#FFFFFF;overflow:hidden;}
.remark{margin:15px auto;width:92%;text-align:left;margin-top:12px;border:0px;}
.card {
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
  margin: 0rem 1.0rem 1.0rem 1.0rem;
  position: relative;
  border-radius: 0.1rem;
  font-size: 0.7rem;
}
.card-header .card-cover {
  width: 100%;
  display: block;
}
.card-header.no-border:after {
  display: none;
}
.card-header.no-padding {
  padding: 0;
}
.card-footer {
  min-height: 3.1rem;
  position: relative;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card-content {
    position: relative;
	text-align: left;
	margin-bottom: 0px;
    margin-top: 10px;
}
.card-content-inner {
    padding: 0.75rem;
    position: relative;
}
.card-content-inner > p:first-child {
    margin-top: 0;
}
.card-content-inner > p:last-child {
    margin-bottom: 0;
}
p {
    margin: 0.5em 0;
}
.color-gray {
    color: #999;
}
.path {
	font-size: 20px;
    color: #0180cf;
}
.card-footer {
    border-radius: 0 0 0.1rem 0.1rem;
    color: #5f646e;
}
.card-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 9;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.card-footer a {
    color: #0894ec;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.card-footer a.link {
  line-height: 3.1rem;
  height: 2.2rem;
  text-decoration: none;
  position: relative;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.product{margin-top: 1rem ;}

#list {
  width: calc(100% - 20px);
  margin: 10px auto 0;
  padding: 15px; 
  background: white;
  border-radius: 10px;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
  box-sizing: border-box; 
  position: relative;
  top: 40px;
}

.result-title {
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: white;
  padding: 15px;
  margin: -10px -10px 10px -10px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.list-item {
  padding: 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease;
}

.list-item:hover {
            background-color: #f8f9fa;
        }
        
