.box {
    position: relative;
    font-size: .27rem;
    color: #333;
    background-color: #F7F7F7;
}

.banner {
    height: 3.4rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

.city {
    position: absolute;
    top: 0.26rem;
    right: 0.24rem;
    padding: 0.08rem 0.16rem 0.08rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.23rem;
    background-color: #ffffff;
}

.city img {
    width: 0.14rem;
    height: 0.09rem;
    margin-left: 0.1rem;
    margin-bottom: 0.02rem;
    vertical-align: middle;
}

.container {
    padding: 0 0.23rem 0.23rem;
}

/* 医保类型 */
.yibao-type {
    position: relative;
    margin-top: -0.7rem;
    padding: 0.25rem 0.23rem 0.2rem;
}

.yibao-type .title {
    font-weight: 700;
}

.yibao-type .tip {
    margin-top: 0.1rem;
    font-size: 0.21rem;
    color: #999;
}

.yibao-type select {
    text-align: right;
    color: #888;
    background: transparent;
}

/* 跨省和省内 */
.select-one {
    margin-top: 0.39rem;
}

.select-one .item {
    position: relative;
    margin-right: 0.37rem;
    padding-left: 0.1rem;
    font-size: 0.33rem;
}

.select-one .name {
    position: relative;
    z-index: 99;
}

.select-one .active {
    font-weight: 600;
    color: #5B79EA;
}

.select-one .selected-bg {
    position: absolute;
    left: 0;
    bottom: -0.05rem;
    width: 2.19rem;
    height: 0.2rem;
    background: linear-gradient(88.6deg, rgba(140, 231, 242, 1) 0%, rgba(140, 231, 242, 0) 100%);
}

/* .select-one .item:nth-of-type(2) .selected-bg {
    display: none;
} */

/* 主体内容 */
.content_box {
    margin: 0.29rem 0 0;
}

.tab_title {
    display: flex;
    border-radius: 0.2rem 0.2rem 0 0;
    font-size: 0.29rem;
    background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 100%);
}

.tab_title span {
    width: 50%;
    padding: 0.2rem 0;
    border-radius: 0.2rem 0.2rem 0 0;
    text-align: center;
    color: #666;
    background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 100%);
}

.tab_title .tab_active {
    font-weight: 600;
    color: #333;
    background: #fff;
}

.tab_con .tab_item:nth-child(2) {
    display: none;
}

.classify-tab {
    margin: 0.23rem 0.23rem 0;
    overflow-x: auto;
    white-space: nowrap;
}

.classify-tab li {
    margin-right: 0.67rem;
}

.classify-tab li:last-of-type {
    margin-right: 0;
}

.classify-tab .type_selected {
    color: #5B79EA;
}

.classify-tab li .line {
    width: 0.49rem;
    height: 0.08rem;
    margin-top: 0.06rem;
    border-radius: 0.1rem;
    background-color: #5B79EA;
}

.classify-tab li:nth-child(n+2) .line {
    visibility: hidden;
}

.classify-con {
    padding: 0 0.1rem 0.29rem;
}

.classify-con ul {
    margin-top: 0.29rem;
}

.classify-con ul .top {
    color: #5B79EA;
    margin-bottom: 0.2rem;
}

.classify-con ul .text {
    margin-top: 0.2rem;
    /* margin-left: 0.1rem; */
    line-height: 0.46rem;
}

.classify-con ul .text:nth-of-type(n+2) {
    margin-top: 0;
}

.classify-con ul .enter-btn {
    margin-left: 0.2rem;
    padding: 0.06rem 0.18rem;
    border-radius: 0.06rem;
    font-size: 0.25rem;
    color: #5B79EA;
    white-space: nowrap;
    background-color: #E1EBFF;
}

.big-head {
    position: relative;
    padding-top: 0.23rem;
    margin-left: -0.06rem;
    font-size: 0.29rem;
}

.big-head img {
    width: 2.32rem;
    height: 0.64rem;
}

.big-head span {
    position: absolute;
    margin-top: 0.09rem;
    left: 0.29rem;
    color: #fff;
}

.dingdianyiyuan {
    margin-top: 0.29rem;
}

#dingdianyiyuan .list {
    padding-bottom: 0.23rem;
    border-radius: 0.2rem;
}

#dingdianyiyuan .list .item {
    display: block;
    padding: 0.23rem 0.23rem 0.23rem 0;
    border-bottom: 0.01rem dashed #D9D9D9;
}

#dingdianyiyuan .list .item:last-of-type {
    border-bottom: 0;
}

#dingdianyiyuan .list .item .title {
    position: relative;
    padding-left: 0.25rem;
    font-size: 0.29rem;
    font-weight: 600;
}

#dingdianyiyuan .list .item .leftLine {
    position: absolute;
    left: 0;
    width: 0.06rem;
    height: 100%;

    border-radius: 0 0.06rem 0.06rem 0;
    background-color: #5B79EA;
   
}

#dingdianyiyuan .list .item .addr {
    margin-top: 0.14rem;
    padding-left: 0.25rem;
    font-size: 0.25rem;
    color: #999;
}

.yiyuanchaxun {
    display: block;
    margin-top: 0.29rem;
    border-radius: 0.2rem;
    height: 2.44rem;
}

.yiyuanchaxun img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}


/* 常用服务 */
.tools {
    margin-top: 0.29rem;
    padding: 0.23rem 0.23rem 0.29rem;
}

.tools ul a {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.29rem;
}

.tools ul a img {
    width: 0.78rem;
    height: 0.78rem;
}

.tools ul a span {
    margin-top: 0.16rem;
}

/* 常见问答 */
.wenda {
    margin: 0.33rem 0 0;
    padding: 0.23rem;
}

.wenda .head {
    margin: 0 0 0.06rem;
}

.wenda ul li {
    padding: 0.23rem 0;
    border-bottom: 0.01rem dashed #D9D9D9;
}

.wenda ul li:last-of-type {
    border-bottom: 0;
}

.wenda ul li img {
    width: 0.29rem;
    height: 0.29rem;
    margin: 0.03rem 0.12rem 0 0;
}

.wenda ul li p {
    display: flex;
}

.wenda ul li .question {
    margin-bottom: 0.2rem;
}

.wenda ul li .answer span {
    color: #999;
}

/* 添加序号 */
.classify-con ul .item {
    display: flex;
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
}
.classify-con ul .item .order {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    margin-right: 0.14rem;
    border-radius: 50%;
    text-align: center;
    margin-top: 0.06rem;
    color: #ABABAB;
    background-color: #F3F3F3;
}

.classify-con ul .item .text {
    width: 93%;
    word-wrap: break-word;
    line-height: 0.46rem;
}

/* 选择就医地 */
.select-panel {
    position: relative;
    margin-top: -0.65rem;
}

.city-panel {
    padding: 0.35rem 0 0.48rem;
}

.city-panel .left,.city-panel .right {
    width: 50%;
    text-align: center;
}

.city-panel .name {
    font-size: 0.23rem;
    color: #999;
}

.city-panel .cityname {
    margin-top: 0.29rem;
    font-size: 0.33rem;
    font-weight: 600;
}

.city-panel .jiuyi-city {
    font-weight: normal;
    color: #666;
}

.city-panel .city-img {
    width: 0.16rem;
    height: 0.08rem;
    margin-left: 0.23rem;
    vertical-align: middle;
}

.yibao-panel {
    padding: 0.29rem 0.33rem;
    border-top: 0.01rem dashed #D9D9D9;
}

.yibao-panel .radio-opt {
    position: relative;
    margin-left: 0.69rem;
}

input[type="radio"] {
    display: none;
}

input[type='radio'] + label:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.34rem;
    top: 0.06rem;
    width: 0.25rem;
    height: 0.25rem;
    background-image: url("/news/yidijiuyi/resource/images/radio.png");
    background-size: 100% 100%;
}

input[type='radio']:checked + label:before{
    position: absolute;
    left: -0.34rem;
    top: 0.06rem;
    background-image: url("/news/yidijiuyi/resource/images/radio-active.png");
    background-size: 100% 100%;
}
