.box {
    position: relative;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

/* 顶部 */
.top-bar {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.top-bar .top-link {
    font-size: 14px;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-link .top-link-l a span {
    color: #fff;
}

.top-bar .top-link .top-link-r {
    display: flex;
    align-items: center;
}

.top-bar .top-link .top-link-r .jubao {
    color: #f60;
    margin-right: 20px;
}

.top-bar .top-link .top-link-r .app-down {
    background-color: #f60;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 4px 8px;
}

.top-bar .top-link .top-link-r .city {
    cursor: pointer;
    color: #f60;
    margin-right: 20px;
}

/* banner */
.banner {
    height: 250px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 导语 */
.daoyu {
    margin-top: 20px;
    padding: 20px;
    border-radius: 6px;
    background-color: #F7F7F7;
}

/*  */
.host-btn {
    width: 100%;
}

.host-btn a {
    width: 226px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    margin-top: 24px;
    margin-right: 18px;
    border-radius: 6px;
    background-color: #E1EBFF;
    color: #5B79EA;
}

.host-btn a:last-of-type {
    margin-right: 0;
}

.content-box {
    margin-top: 30px;
}

.content-L {
    width: 770px;
}

.content-R {
    width: 406px;
}

/* 医保类型 */
.yibao-type {
    margin: 0 0 24px;
    padding: 20px;
}

.yibao-type .title {
    font-weight: 700;
}

.yibao-type .tip {
    margin-left: 13px;
    font-size: 13px;
    color: #999;
}

.yibao-type select {
    text-align: right;
    color: #888;
}

/* 跨省和省内 */
.select-one {
    margin: 0 0 20px;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    color: #666666;
    background-color: #F7F7F7;
}

.select-one .item {
    position: relative;
    width: 50%;
    padding: 16px;
    text-align: center;
    border-radius: 6px 0 0 0;
}

.select-one .active {
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, rgba(109,159,255,1) 0%, rgba(94,197,255,1) 100%);
}

.select-one .jiao {
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #65b3fe;
}

.select-one .item:nth-of-type(2) .jiao {
    display: none;
}

/* 主体内容 */
.content_box {
    margin: 0 0 20px;
}

.tab_title {
    display: flex;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 100%);
}

.tab_title span {
    width: 50%;
    padding: 15px 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 {
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    color: #333;
    background: #fff;
}

.tab_con .tab_item:nth-child(2) {
    display: none;
}

.classify-tab {
    margin: 20px 20px 0;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px dashed #E9E9E9;
}

.classify-tab .type_selected {
    color: #5B79EA;
}

.classify-tab li .line {
    width: 30px;
    height: 4px;
    margin-top: 4px;
    border-radius: 10px;
    background-color: #5B79EA;
}

.classify-tab li:nth-child(n+2) .line {
    visibility: hidden;
}

.classify-con {
    padding: 0 10px 30px;
}

.classify-con ul {
    margin-top: 24px;
}

.classify-con ul .top {
    margin-bottom: 12px;
    color: #5B79EA;
}

.classify-con ul .text {
    margin-top: 12px;
    /* margin-left: 10px; */
    line-height: 28px;
}

.classify-con ul .text:nth-of-type(n+2) {
    margin-top: 0;
}

.classify-con ul .enter-btn {
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #5B79EA;
    white-space: nowrap;
    background-color: #E1EBFF;
}

.big-head {
    position: relative;
    padding-top: 16px;
    margin-left: -6px;
    font-size: 18px;
}

.big-head img {
    width: 160px;
    height: 46px;
}

.big-head span {
    position: absolute;
    margin-top: 8px;
    left: 26px;
    color: #fff;
}

.dingdianyiyuan {
    margin: 0 0 20px;
}

#dingdianyiyuan .list {
    padding-bottom: 16px;
    border-radius: 6px;
}

#dingdianyiyuan .list .item {
    padding: 16px 16px 16px 0;
    border-bottom: 1px dashed #D9D9D9;
}

#dingdianyiyuan .list .item:last-of-type {
    border-bottom: 0;
}

#dingdianyiyuan .list .item .title {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
}

#dingdianyiyuan .list .item .leftLine {
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 0 6px 6px 0;
    background-color: #5B79EA;
   
}

#dingdianyiyuan .list .item .addr {
    margin-top: 14px;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}

.yiyuanchaxun {
    display: block;
    margin: 0 0 20px;
    border-radius: 6px;
    height: 100px;
}

.yiyuanchaxun img {
    width: 100%;
    height: 100%;
}


/* 常用服务 */
.tools a {
    width: 25%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 0.29rem;
}

.tools a img {
    width: 64px;
    height: 64px;
}

.tools a span {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

/* 常见问答 */
.wenda {
    margin: 0 0 20px;
    padding: 16px 20px;
}

.wenda .head {
    margin: 0 0 5px;
    font-size: 18px;
}

.wenda ul li {
    padding: 16px 0;
    border-bottom: 1px dashed #D9D9D9;
}

.wenda ul li:last-of-type {
    border-bottom: 0;
}

.wenda ul li img {
    width: 20px;
    height: 20px;
    margin: 2px 12px 0 0;
}

.wenda ul li p {
    display: flex;
}

.wenda ul li .question {
    margin-bottom: 9px;
}

.wenda ul li .answer span {
    color: #999;
}

/* 选择就医地 */
.select-panel {
    margin-bottom: 20px;
}

.city-panel {
    padding: 30px 0;
    border-bottom: 1px dashed #D9D9D9;
}

.city-panel .left,.city-panel .right {
    width: 50%;
    text-align: center;
}

.city-panel .name {
    font-size: 14px;
    color: #999;
}

.city-panel .cityname {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
}

.city-panel .jiuyi-city {
    font-weight: normal;
    color: #666;
}

.city-panel .city-img {
    width: 12px;
    height: 6px;
    margin-left: 20px;
    vertical-align: middle;
}

.yibao-panel {
    padding: 17px 0;
}

.yibao-panel >p {
    font-size: 18px;
}

.yibao-panel .radio-opt {
    position: relative;
    margin-left: 60px;
}

input[type="radio"] {
    display: none;
}

input[type='radio'] + label:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -23px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../resource/images/radio.png");
    background-size: 100% 100%;
}

input[type='radio']:checked + label:before{
    position: absolute;
    left: -23px;
    top: 4px;
    background-image: url("../../resource/images/radio-active.png");
    background-size: 100% 100%;
}

/* 添加序号 */
.classify-con ul .item {
    display: flex;
    margin-left: 10px;
    margin-bottom: 12px;
}
.classify-con ul .item .order {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    margin-top: 4px;
    color: #ABABAB;
    background-color: #F3F3F3;
}

.classify-con ul .item .text {
    width: 93%;
    word-wrap: break-word;
    line-height: 28px;
}

