﻿/* 头部公共样式 */
body {
    height: fit-content;
}

.header1 {
    background-color: #FFFFFF;
    height: 168px;
    box-shadow: 0px 4px 4px 0px rgba(6, 91, 81, 0.1);
    width: 100%;
    position: fixed;
    top: -0;
    transition: top 0.3s ease-in-out;
    z-index: 100;
}

.header1 .inner {
    padding: 0;
}

.header1 .inner .fix {
    position: relative;
}

.header1 .inner .fix .logoBox {
    width: 29%;
    height: 87px;
    top: 40px;
    left: 0;
    position: absolute;
}

.header1 .inner .fix .logoBox img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.header1 .inner .fix .tabs {
    float: right;
    margin-top: 5%;
}

.header1 .inner .fix .tabs li {
    float: left;
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #063C6C;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    padding: 0 5px;
}

.header1 .inner .fix .tabs li a {
    color: #063C6C;
}

.header1 .inner .fix .tabs li .select {
    color: #2395FB;
}

.header1 .inner .fix .tabs li:last-child {
    margin-right: 0;
}

.content .banner {
    width: 100%;
    height: 220px;
    background: url("../images/zcfg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 168px;
    padding-top: 74px;
    position: relative;
}

.content .banner .backgText {
    text-align: center;
}

.content .banner .backgText .big {
    font-size: 40px;
    font-family: 'FontName-Regular', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
    margin-bottom: 5px;
}

.content .banner .backgText .small {
    font-size: 20px;
    font-family: 'FontName-Regular', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
}

.content .banner .backgText p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.content .banner .tabBox {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px 40px;
    margin-top: 30px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.content .banner .tabBox li {
    padding: 30px 0px;
    float: left;
    margin-right: 60px;
    font-size: 22px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #222222;
    cursor: pointer;
}

.content .banner .tabBox .select {
    color: #2395FB;
}

.formBox {
    padding-top: 80px;
}

.formBox .form1 {
    width: 100%;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.content-page-title{
    text-align: center;
    margin-bottom: 10px;
}
.clearfix{
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 24px;
    width: 40%;
    float: left;
    position: relative;
}
.submitBtn{
    display: block;
}
.formButton {
    width: 100%;
}

.setwidth {
    width: 40%;
}

.form-group2 {
    width: 40%;
    float: right;
}
.form-group label {
    display: block;
    /*  margin-bottom: 8px; */
    color: #3C4257;
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #222222;
    line-height: 23px;
    margin-bottom: 12px;
}

input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 10px;
    border: 2px solid #E2E2E2;
    padding-left: 20px;
    font-size: 20px;
}

input[type="submit"] {
    height: 60px;
    padding: 10px 60px;
    background: #2395FB;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: 70px auto;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

input::placeholder {
    color: #D0D0D0;
    /* 你想要的颜色 */
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #D0D0D0;
    line-height: 23px;
}

.form2 {
    width: 100%;
    display: none;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}

.form2 .form-group1 {
    width: 40%;
    float: left;
}

.form2 .form-group2 {
    width: 40%;
    float: right;
}

.form2 input {
    width: 100%;
}

.form1 .jindu,.form2 .jindu {
    /*height: 300px;*/
    /*background-color: #F6F7FB;*/
    margin: 50px 0;
    margin-top: 20px;
    position: relative;
    padding: 20px;
}

/* 项目样式 */
.noNumTit{
    position: absolute;
    left: -18px;
    top: -150px;
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
}
.steps {
    --normal-color: #D3D8E3;
    --active-color: #2395FB;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto 290px;
    counter-reset: order;
    width: 70%;
    position: relative;
}
.jindu .steps:last-child{
    margin-bottom: 120px;
}
/* 步骤项 */
.steps>li {
    flex: auto;
    display: inline-flex;
    align-items: center;
    counter-increment: order;
    color: var(--active-color);
    font-size: 18px;
    position: relative;
}

.steps>li .pos {
    width: 80px;
    position: absolute;
    bottom: -70px;
    left: -11%;
    height: 50px;
    text-align: center;
}
.steps>li.active .pos::before{
    content: "";
    /* 伪元素需要有内容，通常为空字符串 */
    position: absolute;
    bottom: 120px;
    left: 2%;
    display: block;
    /* 让伪元素变成一个块级元素，以便设置宽高 */
    width: 72px;
    /* 设置伪元素的宽度 */
    height: 72px;
    /* 设置伪元素的高度 */
    background-size: cover;
    background-image: url("../images/sqjd11.png");
}
.steps>li:nth-child(2) .pos{
    text-align: right;
}
.steps>li:last-child .pos{
    left: -70%;
    text-align: left;
}
.steps>li .pos .one {
    height: 20px;
    font-size: 18px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}
.steps>li .pos .one{
    color: #D3D8E3;
}
.steps .active .pos .one {
    color: #2395FB;
}
.steps .done .pos .one {
    color: #2395FB;
}
.steps>li .pos .time {
    height: 20px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #373F4F;
    line-height: 20px;
    margin-top: 10px;
    width: 160px;
    text-align: left;
    margin-left: -45%;
}

.steps>li:last-child {
    flex: none;
}

/* 步骤编号(带圈数字) */
.steps>li:not(.done)::before {
    content: counter(order);
    flex-shrink: 0;
    width: 22px;
    line-height: 22px;
    margin-right: 8px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid;
    font-weight: bold;
}
.steps>li.done::before {
    content: "";
    width: 70px;
    height: 70px;
    background-size: cover;
    background-image: url("../images/sqjd22.png");
    position: absolute;
    display: block;
    left: -50px;
    bottom: -15px;
}
/* 步骤项引导线 */
.steps>li:not(:last-child)::after {
    content: '';
    flex: 1;
    margin: 0 16px;
    border-bottom: 3px solid;
    opacity: .6;
}

/* 步骤状态 */
.steps>.active {
    color: var(--active-color);
}

.steps>.active::before {
    color: #fff;
    background: var(--active-color);
    border-color: var(--active-color);
}

.steps>.active::after,
.steps>.active~li {
    color: var(--normal-color);
}
.form1 .form1Button,.form2 .form2Button {
    width: 100%;
}
.form1 .form1Button input,.form2 .form2Button input{
    width: fit-content;
    display: block;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

input[type="button"].form2Button, .selectProgressButton {
    height: 60px;
    padding: 10px 60px;
    background: #2395FB;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: 70px auto;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}



@media (max-width: 1599px) {
    .header1{height: 80px;padding-top: 15px;}
    .header1 .inner .fix .logoBox img{width: 400px;}
    .header1 .inner .fix .tabs{margin-top: 10px}
    .header1 .inner .fix .tabs li{font-size: 20px;margin-right: 10px;}
    .header1 .inner .fix .logoBox{top: -5px;}
    .content{margin-top: 81px;}
    .inner{max-width: 1200px;}
    .content .banner{margin-top: 81px;padding-top: 40px;height: 150px;}
    .content .banner .backgText .big{font-size: 32px;}
    .content .banner .backgText .small{font-size: 18px;}

    .content .banner .tabBox{height: 60px;margin-top: 24px;}
    .content .banner .tabBox li{padding: 20px 0;font-size: 22px;}

    .content .inner .card1 li{height: 130px;}
    .card1 li .intro>p{font-size: 18px;line-height: 30px;}
    .card1 li .intro>span{font-size: 13px;height: 44px;line-height: 22px;}
    .card1 li .intro .bottom{font-size: 12px;padding: 10px 0;}

    .card1 li .intro .data{bottom: 0;}
    .card1 li .intro .data .jiantou{height: 30px;background: url(../images/youjiantou.png) no-repeat right 40px bottom 10px;}
    .card1 li .intro .data p{font-size: 30px;padding-top: 10px;}
    .card1 li .intro .data span{font-size: 15px;}

    .content .inner .mapBox .right .title{font-size: 18px;padding: 10px;}
    .content .inner .mapBox .right ul li p{font-size: 14px;height: 40px;line-height: 20px;}
    .content .inner .mapBox .right ul li{padding-right: 10px;padding-top: 10px;padding-bottom: 10px;}
    .content .inner .mapBox .right ul li .textBox .text1{font-size: 12px;}

    .form-group label{font-size: 14px;margin-bottom: 5px;}
    #hospital,
    input[type="submit"],
    input[type="text"]{height: 40px;line-height: 40px;padding: 0 10px;border-width: 1px;font-size: 13px;}
    .footer p{font-size: 13px;}
}
