.container {
    background-color: #F7F7F7;
}
.top_bg {
    width: 100%;
    height: 4.2rem;
}
.top_bg img{
    display: block;
    width: 100%;
    height: 4.2rem;
}
.search {
    width: calc(100% - .4rem);
    margin: .1rem;
    background: #EAF5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search .icon_search {
    width: .28rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.search .text {
    font-size: .3rem;
    font-family: HYQiHei-EZS, HYQiHei;
    font-weight: normal;
    color: #117777;
    line-height: .3rem;
    margin-left: .1rem;
}

.card {
    width: calc(100% - .4rem);
    height: 1.28rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px .08rem .12rem 0px rgba(238,238,238,0.6);
    border-radius: .12rem;
    border: 1px solid #E1E2E3;
    margin: 0 auto;
    margin-bottom: .16rem;
}
.card .icon {
    width: .64rem;
    height: .64rem;
    margin-left: .2rem;
}
.card .icon img {
    display: block;
    width: .64rem;
    height: .64rem;
}
.card .title {
    font-size: .32rem;
    font-family: HYQiHei-GZS, HYQiHei;
    font-weight: bold;
    color: #333333;
    line-height: .32rem;
    margin-left: .2rem;
}
.card .arrow_right {
    width: .14rem;
    height: .22rem;
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: .2rem;
}
.logo {
    width: 2rem;
    height: .8rem;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: .4rem auto;
}
