.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/service/service-banner.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.2rem;
    padding-left: 2rem;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 0.4rem;
}

.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
}

.nav-swiper {
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 15.4rem !important;
    margin: 0 auto;
    height: 100%;
}

.nav-swiper .swiper-slide {
    width: calc(100% / 5) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-swiper .swiper-slide:hover a {
    color: #0055A7;
}

.nav-swiper .swiper-slide a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.nav-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.nav-swiper .swiper-slide:hover:after {
    width: 100%;
}

.nav-swiper .navNext::after,
.nav-swiper .navPrev::after {
    content: '' !important;
}

.nav-swiper .navNext,
.nav-swiper .navPrev {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.05rem;

}

.nav-swiper .navPrev img {
    transform: rotate(180deg);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}

.nav-swiper .navPrev img,
.nav-swiper .navNext img {
    filter: brightness(0.3) invert(0.5);
}

.nav-swiper .navPrev img:hover {
    filter: unset;
}

.nav-swiper .navNext img:hover {
    filter: unset;
}
.nav-swiper .navPrev,
.nav-swiper .navNext{
    display: none;
}

/* 表单 */
.form {
    margin: 0.8rem auto 1rem;
    width: 15.2rem;
}

.create {
    width: 1.8rem;
    height: 0.5rem;
    background: linear-gradient(172deg, #0055A7 0%, #00A0E9 100%);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    gap: 0.5rem;
    cursor: pointer;
}

.create span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.create img {
    width: 0.18rem;
    height: 0.18rem;
    object-fit: cover;
}

.form-content {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.11);
    border-radius: 0rem 0rem 0rem 0rem;
    padding: 0.7rem 1.2rem 0.8rem;
    margin-top: 0.8rem;
    display: none;
}

.form-item {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    margin-bottom: 0.2rem;
}

.form-item label,
.form-item .label {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
}

.form-item label span {
    color: #FF0000;
}

.form-item input,
.form-item textarea {
    background: #F9F9F9;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #DFDFDF;
    padding: 0.12rem 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    width: 100%;
    margin-top: 0.1rem;
}

#gzms,
#wtms,
#sbid,
#jcdmc,
#fknr,
#kyzy,
#bycs,
#byl,
#cfzh {
    height: 1rem;
}


.gzfssj {
    position: relative;
}

.gzfssj img {
    width: 0.14rem;
    height: 0.14rem;
    position: absolute;
    left: 0.1rem;
    bottom: 0.15rem;
}

.gzfssj input {
    padding-left: 0.3rem;
}

input[type="file"] {
    display: none;
}

.fj-label {
    width: 0.91rem;
    height: 0.4rem;
    background: #F9F9F9;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #DFDFDF;
    text-align: center;
    line-height: 0.4rem;
    color: #333333;
}

.fj-span {
    height: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.js-div {
    display: flex;
    gap: 0.12rem;
    align-items: center;
}

.submit {
    width: 1.6rem;
    height: 0.4rem;
    background: #0055A7;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 0;
}

.file-box {
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #DFDFDF;
    position: relative;
    padding: 0.1rem;
}

.file-box .file-box-l {
    display: flex;
    gap: 0.1rem;
    align-items: center;
}

.file-box .file-box-l img {
    width: 0.8rem;
    height: 0.8rem;
}

.file-box .file-box-l span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.2rem;
}

.file-box .file-box-r {
    position: absolute;
    top: 0;
    right: 0;
}

.file-delet {
    top: 0.05rem !important;
    right: 0.05rem !important;
}

.clq-item {
    position: relative;
}

.clq-select {
    position: absolute;
    left: 1.31rem;
    top: 0.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #ECECEC;
    padding: 0.1rem 0;

}

.clq-select div {
    width: 2.18rem;
    height: 0.35rem;
    padding-left: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.35rem;
    cursor: pointer;
}

.clq-select div:hover {
    background: #EEF7FC;
}

.layui-input-block {
    margin-left: 0 !important;
}

.layui-form-item {
    margin-bottom: 0 !important;
}

.layui-laydate .layui-this,
.layui-laydate .layui-this>div {
    background-color: #0055A7 !important;
}

.layui-laydate-footer span:hover {
    color: #0055A7;

}
.layui-input:focus, .layui-textarea:focus{
    border-color: #0055A7 !important;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover{
    color: #0055A7 !important;
}