
/* 首页 start */
/* logo start */
.logo {
	height: calc(100% - 50px);
}

/* logo end */
/* banner start */

.banner {
	width: 100%;
	height: 278px;
	background: url(../images/banner.png) no-repeat center top;
}
/* banner end */

/* 政策信息 start */
.policy-info-title, .public-info-title {
    white-space: nowrap;
}

.policy-info-title::before, .public-info-title::before {
	content:"";
    display: inline-flex;
    width: 9px;
    height: 9px;
    background-color: var(--main-light);
    border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
/* 政策信息 end */

/* 登录 start */
.login-input-label::before {
	content:"*";
    display: inline-block;
    /* width: 10px;
    height: 10px; */
    color: #ff0000;
    /* border-radius: 50%; */
    margin-right: 15px;
    margin-top: 4px;
}
/* 登录 end */

/* 用户 start */
.user-vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    background-color: currentcolor;
    opacity: .25;
}
.user-link {

}
.user-link:hover {
	color: var(--main-light);
}
.link-del:hover {
    color: red;
}


.user-link.active {
	color: var(--main-light);
}

/* 用户 end */
/* 工程项目信息 staert */
/* 搜索 start */
.topsearch {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 3;
    top: 2.24rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.searchBar {
    margin-right: 2.2rem;
    position: relative;
}

.searchBar>input[type="text"] {
    width: 4.4rem;
    height: 2.46rem;
}

.searchBar>input[type="text"] {
    height: 2.36rem;
    border-radius: 10rem;
    width: 10.72rem;
    background: var(--main-light);
    padding: 0 1.36rem 0 1rem;
    font-size: var(--font-14);
    color: #ffffff !important;
}
.searchBar>a {
    width: 4.4rem;
    height: 2.46rem;
}
.searchBar>a {
    height: 2.36rem;
    border-radius: 10rem;
    width: 10.72rem;
    background: var(--main-light);
    padding: 0.5rem 1.36rem 0.5rem 1.36rem;
    font-size: var(--font-14);
    color: #ffffff !important;
}

.searchBar>input[type="text"]::placeholder {
    /* padding-left: 1rem; */
    color: #ffffff !important;
}

.searchBar .btn {
    position: absolute;
    right: 0;
    background: transparent;
    width: 2.8rem;
    height: 100%;
    border-radius: 0 10rem 10rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.searchBar .btn::after {
    position: absolute;
    left: 0;
    border-left: #fff solid .01rem;
    content: "";
    height: 40%;
}

[class*="icons-"] {
    display: inline-flex;
    width: 1.24rem;
    height: 1.24rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
}

.icons-search {
    background-image: url(../images/icon-search.png);
    background-size: auto 80%;
    width: 1.18rem;
    height: 1.18rem;
    transition: all .2s;
}

/* 搜索 end */
/* 工程项目信息 end */


/* 底部 start */

.footer {
	background: #2b2b2b;
}
/* 底部 end */
