.common-header {
    height: 30px;
    /* background: #F4F4F4; */
}

.biaoti {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-a {
    font-weight: 500;
    font-size: 16px;
    color: #089C4A;
    &:hover{
        color: #089C4A;
    }
}

.common-header .login-link {
    height: 30px;
    line-height: 30px;
}

.common-header .login-link a {
    height: 30px;
}

.common-search {
    /* margin: 50px auto; */
}

.common-search .search-box {
    height: 36px;
    padding-left: 20px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #089C4A;
}

.common-search .search-box input {
    width: 565px;
    border: 0;
    padding: 0 15px;
}

.common-search .search-box .search-btn {
    width: 72px;
    height: 36px;
    color: #fff;
    background: #089C4A;
    border-radius: 0px 25px 25px 0px;
}

.common-footer {
    padding: 0 237px;
    background: url('../images/footer-bg.png') no-repeat;
    background-size: 100% 100%;
    min-height: 220px;
    color: #fff;
    font-size: 14px;
}

.common-footer .foot-all-info {
    padding: 30px 0;
}

.common-footer .foot-left {
    width: 790px;
}

.common-footer .quick-list-nav {
    margin-bottom: 20px;
}

.common-footer .quick-list-nav li {
    display: inline-block;
    margin-bottom: 10px;
}

.common-footer .quick-list-nav li:first-child {
    margin-right: 10px;
    color: #fff;
}

.common-footer .quick-list-nav li a {
    color: #fff;
    padding-right: 10px;
}

.common-footer .company-name {
    color: #fff;
    margin-bottom: 10px;
}

.common-footer .company-name .tit-row {
    padding-right: 10px;
}

.common-footer .copyright {
    margin-bottom: 10px;
}

.common-footer .copyright a {
    color: #fff;
}

.common-footer .foot-right .logo {
    margin-bottom: 30px;
}

.common-footer .qrcode {
    margin-right: 27px;
    color: #fff;
    text-align: center;
}

.common-footer .qrcode img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

/* 首页 */
.home-container {
    margin-bottom: 40px;
}

.home-container .form-btn-group {
    margin: 0 70px;
}

.home-container .show-main-title {
    margin: 50px 0 30px;
}

.home-container .show-main-title a {
    color: #666666;
    font-size: 14px;
}

.show-main-title .title {
    font-size: 24px;
    font-weight: 600;
    color: #089C4A;
    padding: 0 10px;
}

.home-container .show-main-title .num {
    color: #7D8492;
    font-size: 16px;
}

.home-container .case-content {
    overflow-x: hidden;
}

.case-content .case-item {
    width: 240px;
}

.case-content .case-item a {
    display: block;
    width: 100%;
}

.case-content .case-item .poster-img {
    object-fit: contain;
    width: 240px;
    height: 160px;
    background: #DCDCDC;
    margin-bottom: 10px;
}

.case-content .case-item .address {
    font-size: 12px;
    color: #7D8492;
    margin-bottom: 10px;
}

.case-content .case-item .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.tab-content .tab-title {
    background: #F4F4F4;
    border-radius: 8px 8px 0px 0px;
}

.tab-content .tab-body>div,
.tab-content .tab-title>div {
    padding: 16px 10px;
    color: #181818;
    font-size: 14px;
    text-align: center;
}

.tab-content .tab-body {
    border-bottom: 1px solid #F0F0F0;
}

.tab-content .tab-body>div {
    color: rgba(0, 0, 0, 0.88);
}

.tab-content .tab-body:hover div {
    color: #089C4A;
}

.home-container .tab-body-container .swiper-slide {
    height: auto !important;
}

.home-container .tab-body-container {
    height: 400px;
    overflow: hidden;
}

/* 发布需求 */
.send-form-container {
    margin-bottom: 40px;
}

.main-title span {
    font-weight: 600;
    color: #089C4A;
    font-size: 24px;
    padding-left: 10px;
}

.send-form-container .row-title {
    width: 910px;
    height: 45px;
    line-height: 45px;
    background: #E7F9F4;
    margin: 40px auto 0;
    color: #1E7147;
    font-size: 18px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.send-form-container .send-form {
    width: 850px;
    margin: 0 auto;
}

.send-form-container .form-group {
    margin-top: 20px;
}

.send-form-container .form-group label {
    width: 85px;
}

.send-form-container .form-group .input-text {
    width: 230px;
    background-color: #fff !important;
}

.send-form-container .form-group .textarea-text {
    width: 315px;
    height: 100px;
    resize: none;
}

.send-form-container .select-content {
    outline: 0;
    margin-left: 10px;
    width: 76px;
    height: 38px;
    font-size: 1rem;
    padding: 0.375rem 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-form-container .footer-btn .btn {
    width: 193px;
    height: 44px;
    background: #089C4A;
    margin-top: 20px;
    font-size: 16px;
}

.send-form-container .upload-list {
    flex-wrap: wrap;
}

.send-form-container .upload-list li {
    position: relative;
    margin-right: 28px;
    margin-top: 20px;
}

.send-form-container .upload-list .upload-btn {
    position: absolute;
    width: 104px;
    height: 104px;
    opacity: 0;
    cursor: pointer;
}

.send-form-container .upload-list li.img-box {
    width: 104px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(4, 15, 36, 0.25);
}

.send-form-container .upload-list .poster {
    width: 100%;
    object-fit: cover;
}

.send-form-container .check-option {
    margin-right: 10px;
    position: relative;
}

.send-form-container .check-option input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    appearance: none;
    /*清楚默认样式*/
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
    z-index: 8;
    /* margin-right: 10px; */
    /*让input层级高于label，使之能选中*/
}

.send-form-container .check-option label:nth-of-type(1) {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.send-form-container .check-option input:checked+label {
    border: 1px solid #089C4A;
    background-color: #089C4A;
}

.send-form-container .check-option input:checked+label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 7px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.send-form-container .upload-list .close-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
}

/* 案例列表 */
.case-container {
    width: 1040px;
    margin: 0 auto;
}

.case-container .case-content {
    margin-top: 40px;
}

.case-container .case-item {
    width: 100%;
    margin-bottom: 40px;
}

/* 案例详情 */
.search-container .show-main-title,
.case-detail-container .show-main-title {
    margin: 40px 0 30px;
}

.case-info-list .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
}

.case-info-list .item:last-child {
    border-bottom: 0;
}

.case-info-list .user-info .head-img {
    margin-right: 10px;
}

.case-info-list .user-info .name {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

.case-info-list .desc {
    line-height: 26px;
    margin: 10px 0;
}

.case-info-list .img-list li {
    display: inline-block;
    width: 104px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(4, 15, 36, 0.25);
    margin-right: 10px;
    padding: 8px;
    box-sizing: border-box;
}

.case-info-list .img-list li img {
    width: 100%;
    height: 100%;
    background-color: #666;
    object-fit: cover;
}

/* login */
.login-head {
    padding: 20px 0;
    background: #01813A;
}

.login-container {
    width: 1300px;
    margin: 110px auto 90px;
}

.login-container .left img {
    width: 700px;
    height: 500px;
    background: #D8D8D8;
    object-fit: cover;
    margin-bottom: 30px;
}

.login-container .left p {
    font-size: 16px;
    margin-bottom: 10px;
}

.login-container .right-login {
    padding: 40px 24px;
    box-sizing: border-box;
    width: 500px;
    height: 500px;
    background: #F6F6F6;
    border-radius: 10px;
}

.login-container .right-login input {
    border: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.login-container .right-login .input-group {
    height: 45px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    overflow: hidden;
    justify-content: space-between;
    padding: 0 10px;
}

.login-container .right-login p {
    font-size: 24px;
    font-weight: 600;
    color: #089C4A;
    margin-bottom: 20px;
}

.login-container .right-login .send-btn {
    width: 45%;
    margin-top: 30px;
}

.login-container .right-login .code-btn {
    color: #089C4A;
    font-size: 12px;
    background-color: #fff;
    width: 60px;
}

/* 查询记录 */
.search-container {
    margin-bottom: 40px;
    min-height: 600px;
}

.green-font {
    color: #089C4A !important;
}