body{
    background: #f5f5f5;
}

.slide_content {
    display: flex;
    justify-content: space-between;
}

.slide_left {
    width: 1277px;
    height: 380px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 1277px;
    height: 380px;
    object-fit: cover;
}

.swiper .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
    border-radius: 3px;
    opacity: .4;
    background: #FFFFFF;
}

.swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

.slide_right {
    width: 308px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide_right_top {
    background: #fff;
    border-radius: 5px;
}

.slide_right_post{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide_right_post:first-child{
    border-bottom: #eee solid 1px;
}

.slide_right_post dl{
    width: 160px;
}

.slide_right_post dt{
    font-size: 16px;
    color: #4ea3ff;
    line-height: 34px;
}

.slide_right_post dd{
    font-size: 14px;
    color: #999;
    line-height: 50px;
}

.slide_right_post a{
    font-size: 14px;
    color: #fff;
    background: #4ea3ff;
    width: 95px;
    height: 90px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.slide_right_post a:hover{
    color: #fff;
}

.slide_right_post a span{
    font-size: 30px;
    margin-bottom: 5px;
}

/* 认证审核中遮罩层 */
.auth-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.auth-overlay-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.slide_right_notice{
    background: #fff;
    border-radius: 5px;
    padding: 5px 0;
}

.slide_right_notice dt{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: #eee solid 1px;
    margin-bottom: 5px;
}

.slide_right_notice dt span{
    font-size: 20px;
    color: #4ea3ff;
    padding: 0 5px 0 15px;
}

.slide_right_notice dd{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.slide_right_notice dd a{
    color: #666;
}

/*中间的搜索*/

.demand_middle {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle_title {
    font-size: 22px;
    font-weight: bold;
}

.middle_title span {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
    color: #4ea3ff;
}

.to_search {
    width: 308px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 2px #ccc;
    border-radius: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #fff;
}

.to_search input {
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    flex: 1;
    border: 0;
    background: none;
}

.to_search button {
    width: 80px;
    height: 38px;
    text-align: center;
    color: #fff;
    background: #4ea3ff;
    border: 0;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

/* 热门 */
.demand_hot .hot_top {
    /*display: flex;*/
    line-height: 52px;
    height: 52px;
    margin-bottom: 40px;
    overflow: hidden;
}

.demand_hot .hot_top span{
    padding: 0 55px;
    font-size: 20px;
    cursor: pointer;
}
.demand_hot .hot_top .spank2{
	background: #fff;
    padding: 15px 30px 15px 30px;
    margin-left: 21px;
    border-radius: 5px;
    color: #000000;
}
.demand_hot .hot_top .spank2:hover{
	background: #4ea3ff;
    padding: 15px 30px 15px 30px;
    margin-left: 21px;
    border-radius: 5px;
    color: #ffffff;
}
.spank_b{
	margin-left:15px;
}
.demand_hot .hot_top span.on{
    color: #4ea3ff;
}

.demand_hot .hot_list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
}

.demand_hot .hot_list_left {
    display: flex;
    flex-direction: column;
    padding: 2px 2px 2px 15px;
    height: 511px;
    background: #4ea3ff;
    background-image: linear-gradient(#58e3ff, #4ea3ff);
    border-radius: 10px 0 0 10px;
    width: 220px;
}

.demand_hot .hot_list_left>*{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 24px;
    overflow: hidden;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.demand_hot .hot_list_left dt{
    font-size: 20px;
}

.demand_hot .hot_list_left dd{
    cursor: pointer;
}

.demand_hot .hot_list_left .on{
    background: #fff;
    color: #4ea3ff;
}

.hot_list_right{
    flex: 1;
    /*padding: 13px 0;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
.hot_list_right .title {
    width: 100%;
    column-count: 3;
    padding: 10px;
}

.hot_list_right .zhao_biao, .hot_list_right .designing, .hot_list_right .completed {
    width: 450px;
}

.hot_list_right h2 {
    height: 40px;
    line-height: 40px;
    margin: 0 30px 1em;
    border-radius: 30px;
    background-color: #4ea3ff;
    text-align: center;
    color: #fff;
    /*font-style: italic;*/
}

.hot_list_right a{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    /*width: 642px;*/
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1px;
    /*background-color: #4ea3ff;*/
}

/*.hot_list_right a:nth-child(4n),.hot_list_right a:nth-child(4n-1){*/
/*    background: #f5f5f5;*/
/*}*/

.hot_list_right .zhao_biao a:nth-child(odd), .hot_list_right .designing a:nth-child(odd), .hot_list_right .completed a:nth-child(odd) {
    background: #f5f5f5;
}

.hot_list_right .name{
    width: 270px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_list_right .money{
    color: #4ea3ff;
    font-size: 16px;
    margin: 0 10px 0 2px;
}

.hot_list_right .status{
    color: #3ebb17;
    border: #3ebb17 solid 1px;
    border-radius: 3px;
    width: 68px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.hot_list_right .on{
    color: #FFA500;
    border: #FFA500 solid 1px;
}
.hot_list_right .over{
    color: #ff4027;
    border: #ff4027 solid 1px;
}

.hot_more{
    padding: 57px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_more a{
    width: 188px;
    height: 58px;
    border-radius: 5px;
    border: #ccc solid 1px;
    font-size: 16px;
    text-align: center;
    line-height: 58px;
    background: #fff;
}

/* 遮罩层内的链接样式 - 覆盖按钮样式 */
 .auth-overlay a {
    background: none !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: inherit;
    padding: 0;
    font-size: 16px;
}

 .auth-overlay a:hover {
    background: none !important;
    color: inherit !important;
}