html {
    height: 100%;
    background-color: #EEEEEE;
}

header {
    background: url(../../resource/image/head.jpg) no-repeat;
    background-size: 100%;
    padding-bottom: 2.93rem;
}

.container {
    position: relative;
    top: -.54rem;
    padding: 0 .2rem;
    font-size: .27rem;
    font-weight: 500;
}

.container .search {
    height: 1.16rem;
    margin-bottom: .28rem;
    padding: 0 .33rem;
    border-radius: .2rem;
    font-size: .25rem;
    line-height: 1.16rem;
    color: #999999;
    background-color: #FFFFFF;
}

.container .search .input {
    flex: 1;
    margin-right: .31rem;
    padding-left: .2rem;
    border-radius: .31rem;
}

.container .search .input input {
    height: .63rem;
    outline: none;
    border: none;
    font-size: .25rem;
    background-color: transparent;
}

.container .search .select {
    padding-right: .15rem;
    margin-right: .15rem;
    border-right: .01rem solid #AAAAAA2b;
}

.container .search .input .search-icon {
    width: .21rem;
}

.container .search .select select {
    min-width: 1.3rem;
    max-width: 2rem;
    padding-right: .27rem;
    border: none;
    font-size: .29rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../resource/icon/select.png) no-repeat right;
    background-size: .2rem;
}


/* 到苗通知 */

.container .body .news-notice {
    justify-content: space-around;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: .2rem 0;
    padding: 0.2rem .28rem;
    font-size: .27rem;
    color: #333333;
    line-height: 0.46rem;
    border-radius: .22rem;
    background-color: #FFFFFF;
}

.container .body .info-method {
    margin: .2rem 0;
    padding: 0.2rem .28rem;
    font-size: .27rem;
    color: #333333;
    line-height: 0.46rem;
    border-radius: .22rem;
    background-color: #FFFFFF;
}

.container .body .info-method .info-center {
    width: 60%;
}

.container .body .info-method .info-center .title {
    font-weight: bold;
}

.container .body .info-method .info-center .row {
    line-height: .46rem justify-content: space-around;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.container .body .info-method .info-button {
    background-color: #eee;
    width: 20%;
    height: .8rem;
    border-radius: .1rem;
    margin-top: .2rem;
}

.list-item {
    margin-bottom: .34rem;
    font-size: .29rem;
    font-weight: bold;
}

.list-title {
    font-size: .37rem;
    color: #629CDB;
    font-weight: bold;
}

.list-title img {
    width: .3rem;
    vertical-align: text-top;
}

.list-title span {
    display: inline-block;
    padding-top: .1rem;
    padding-left: .1rem;
}

.container .body .info-method .info-button a {
    color: #333;
    text-align: center;
    display: block;
    padding-top: .2rem;
}

.container .body .news-notice a {
    color: #5195DD;
}


/* 接种地点详细信息 */

.container .body .info-list .info-item {
    position: relative;
    padding: .53rem .33rem;
    margin-bottom: .28rem;
    border-radius: .2rem;
    background-color: #FFFFFF;
}

.container .body .info-item .info-img {
    width: .98rem;
    height: .98rem;
    margin-right: .29rem;
    padding-top: .42rem;
}

.container .body .info-list .info-item .info-detail h3 {
    margin-bottom: .2rem;
    font-size: .35rem;
    font-weight: bold;
}

.container .body .info-list .info-item .info-detail .row {
    margin-bottom: .24rem;
    color: #666666;
}

.container .body .info-list .info-item .info-detail .row .icon {
    width: .23rem;
    height: .25rem;
    margin-right: .21rem;
}

.container .body .info-list .info-item .info-detail .manufactor {
    font-size: .23rem;
    color: #999999;
}

.container .body .info-list .info-item .info-detail .local .distance {
    font-weight: bold;
    color: #037808;
}

.container .body .info-list .info-item .info-detail .phone .tel {
    color: #5195DD;
    word-break: break-all;
}

.container .body .info-list .info-item .info-detail .mask {
    position: absolute;
    right: .38rem;
    top: .33rem;
    font-size: .33rem;
    font-weight: 600;
}

.container .body .info-list .info-item .info-detail .mask .yes {
    color: #037808;
}

.container .body .info-list .info-item .info-detail .mask .no {
    color: #D11414;
}

.daofen-box {
    background: #fff;
    padding: 0.1rem 0.4rem;
    margin-top: 0.1rem;
    font-size: 0.31rem !important;
    line-height: 0.60rem !important;
}

.container .body .info-list .more {
    height: .75rem;
    margin-top: .25rem;
    border-radius: .37rem;
    line-height: .75rem;
    text-align: center;
    background-color: #FFFFFF;
}