body {
    position: relative;
}
.body {
    position: relative;
    width: 100%;
    top: -.73rem;
    font-size: 0.25rem;
}

.head {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.input {
    margin: 0 .25rem;
    margin-bottom: .38rem;
    padding: .3rem .25rem;
    background-color: #FFFFFF;
    border-radius: .22rem;
    box-shadow: 0 0 0.3rem #0000002b;
}

input {
    display: block;
    height: .69rem;
    margin-right: .19rem;
    padding-left: .24rem;
    line-height: .69rem;
    font-size: .27rem;
    background-color: #F0EEF2;
    border-radius: .35rem;
    border: none;
    outline: none;
}

.words{width:75%;}

.search {
    height: .69rem;
    padding: 0 .31rem;
    line-height: .69rem;
    font-size: .27rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: .35rem;
    background-color: #fb5d51;
	-webkit-appearance:none;
	width:25%;
}

table {
    width: 96%;
    margin: .29rem auto;
    color: #333;
    background-color: #fff;
    border-collapse: collapse;
}

td {
    padding: .14rem .3rem;
    border: .01rem solid #ccc;
}

th{  padding-bottom: .14rem; background:url(https://imgbdb4.bendibao.com/cdbdb/202211/08/20221108104224_19409.png); background-size:0.20rem; background-repeat:no-repeat; padding-left:0.3rem;}

.light {
    color: #FF6600;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    margin-bottom: .352rem;
}

.banner-name {
    margin:.3rem;
    font-size:.48rem;
    font-weight:bold;
    color:#FFFFFF;
    line-height:.85rem;
    text-align:center;
    background-color:transparent;
    border:0.06rem solid #ffffff;
}

.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 750px;
    margin: auto;
    background: #fff;
    padding: 0.1rem 0;
    z-index: 999;
}

.share {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: 500;
    background-color: #f80;
    margin-left: 0.275rem;
}

.share div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
}

.focus-btn {
    width: 40%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: 500;
    background-color: #f80;
    margin-left: 0.275rem;
}

.focus-btn div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-city {
    width: 65%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    background: #F80;
}

.daofen-box p, span, strong {
    font-family: "Microsoft YaHei" !important;
    line-height: 2 !important;
}

 .daofen-box {
            background-color: #fff;
            /*margin: 0 .26rem;*/
            border-radius: .16rem;
            background: #fff;
            padding: 0.1rem .32rem;
            margin-top: 0.1rem;
            font-size: 0.31rem !important;
            line-height: 0.60rem !important;
        }

        .daofen-box * {
            max-width: 100% !important;
            font-size: 0.31rem !important;
            line-height: 0.60rem !important;
        }
		
		.daofen-box img{ display:none;}
		
		.banner-name{ line-height:0.5rem;}
		footer {display: none;}

		.back_to_top, .back_to_feed {
			display: none;
			font-size: 0;
		}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_box select {
    text-align-last: right;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333;
    background-color: transparent;
	font-size: 0.28rem;
	margin-right: 0.16rem;
    border: 0;
    outline: none;
}
.flex-center {
    display: flex;
    align-items: center;
}

h2{ text-align:center;}

.label{ margin:0.1rem 0.25rem;color:#333;line-height:0.4rem; position:relative;}

.label a{    color: #444;
    margin: 0.04rem 0.04rem;
    white-space: nowrap;
    background: #f5f5f5;
    padding: 0.04rem 0.1rem;
    border-radius: 0.1rem;
    display: inline-block;
    font-size: 0.24rem;
}


.label a.selected{
    color: #f60;
    background: #ffecdf;
}

.res table{
	word-break:break-all;
	}
	
.fengexian{ border-top:dashed #ccc 0.01rem;}

.label b{font-size: 0.27rem;}

.res a{
    background: #fb5d51;
    color: #fff;
    padding: 0.08rem 0.2rem;
    border-radius: 0.1rem;
}
.control{ position:absolute; right:0; top:0.1rem;}
.control img{
    width: 0.34rem;
    height: 0.17rem;
}
.control .show{ display:block;}
.control .close{ display:none;}
.weixin-mask {
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 99999;
                    background-color: rgba(0, 0, 0, .6);
                    display: none;
                    background-image: url(/images/wxbj.png);
                    background-position: top right;
                    background-size: 100%;
                    background-repeat: no-repeat;
                }
				
  .mobile-mask {
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 99999;
                    background-color: rgba(0, 0, 0, .6);
                    display: none;
                    max-width: 750px;
                    width: 100%;
                    margin: auto;
                }

                mip-share .c-share-list .c-span3 {
                    width: 16%;
                    -webkit-box-flex: none;
                    -webkit-flex: none;
                    font-size: 10px
                }

                .c-span3 {
                    float: left;
                }

                mip-share .c-share-list .c-flexbox,
                mip-share .c-share-list .c-row {
                    display: block;
                }

                /*.fenxiang {
                    padding: 10px 0 0 20px;
                    border-top: 1px #ccc dashed;
                    margin: 0
                }*/
                .fenxiang {
                    padding: 0.2rem 0 0 0.2rem;
                    background: #fff;
                    font-size: 0.2rem;
                    margin: 0;
                }

                .c-share-list.mip-fill-content {
                    padding-top: 10px;
                    border-bottom: 10px solid #E8E8E8;
                    padding-bottom: 10px;
                }

                .c-share-list {
                    overflow: hidden;
                    margin-top: 0;
                    box-sizing: border-box;
                }

                .c-line-clamp1 {
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                .weui-mask {
                position: fixed;
                z-index: 1000;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.6);
            }

            .weui-dialog {
                position: fixed;
                z-index: 5000;
                width: 80%;
                max-width: 750px;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: #FFFFFF;
                text-align: center;
                border-radius: 0.06rem;
                overflow: hidden;
            }

            .weui-dialog__hd {
                padding: 1.3em 1.6em 0.5em;
            }

            .weui-dialog__title {
                font-weight: 400;
                font-size: 0.36rem;
            }

            .weui-dialog__bd {
                padding: 0 1.6em 0.8em;
                min-height: 0.8rem;
                font-size: 0.3rem;
                line-height: 1.3;
                word-wrap: break-word;
                word-break: break-all;
                color: #808080;
                text-align:left;
            }

            .weui-dialog__bd  img{ max-width:100%;}

            .weui-dialog__bd:first-child {
                padding: 0.7em 0.4rem 1.7em;
                color: #353535;
            }

            .weui-dialog__ft {
                position: relative;
                line-height: 0.96rem;
                font-size: 0.36rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
            }

            .weui-dialog__ft:after {
                content: " ";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                height: 0.02rem;
                border-top: 0.02rem solid #D5D5D6;
                color: #D5D5D6;
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                -webkit-transform: scaleY(0.5);
                transform: scaleY(0.5);
            }

            .weui-dialog__btn {
                display: block;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                color: #09BB07;
                text-decoration: none;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                position: relative;
            }

            .weui-dialog__btn:active {
                background-color: #EEEEEE;
            }

            .weui-dialog__btn:after {
                content: " ";
                position: absolute;
                left: 0;
                top: 0;
                width: 0.02rem;
                bottom: 0;
                border-left: 0.02rem solid #D5D5D6;
                color: #D5D5D6;
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                -webkit-transform: scaleX(0.5);
                transform: scaleX(0.5);
            }

            .weui-dialog__btn:first-child:after {
                display: none;
            }

            .weui-dialog__btn_default {
                color: #353535;
            }

            .weui-dialog__btn_primary {
                color: #09BB07;
            }

.box-fixed {
position: fixed;
top: 0;
max-width: 7.5rem;
width: 100%;
z-index: 99;
}

.job_top {
padding: 0.18rem 0.3rem 0.18rem 0.22rem;
background: #FFF;
display: flex;
justify-content: space-between;
}

.job_top .job_logo {
width: 2.84rem;
height: 0.55rem;
}

.job_top .job_button {
height: 0.4rem;
padding: 0.09rem 0.39rem 0.08rem 0.4rem;
justify-content: center;
align-items: center;
border-radius: 0.67rem;
background: var(--129, linear-gradient(123deg, #FF8000 11.81%, #F60 69.63%));

color: #ffffff;
font-family: "PingFang SC";
font-size: 0.28rem;
font-style: normal;
font-weight: 700;
line-height: 0.39rem;
}
.job_img_wrap{
	display: flex;
	align-items: center;
	justify-content: left;
}
.job_img_wrap .job_img{
	display: block;
	width: 1.15rem;
	height: 0.55rem;
}
.job_img_wrap .black{
	width: 0.02rem;
	height: 0.3rem;
	flex-shrink: 0;
	background: #F60;
	margin:0 0.13rem;
	position: relative;
	top: 0.02rem;
}
.job_img_wrap .job_text{
	
	font-family: "PingFang SC";
	font-size: 0.35rem;
	font-style: normal;
	font-weight: 900;
	line-height: 0.49rem;
}

.job_fir{
		color: #333333;
		display: inline-block;
}
.job_sec{
		color: #ff6600;
		display: inline-block;
}

/* 下拉选择框样式 */
.filter-selects {
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem;
	margin-top: 0.2rem;
}

.filter-selects select {
    height: 0.69rem;
    padding: 0 0.24rem;
    /* padding-right: 0.5rem; */
    line-height: 0.69rem;
    font-size: 0.25rem;
    background-color: #F0EEF2;
    border-radius: 0.35rem;
    border: none;
    outline: none;
    color: #333;
    flex: 1;
    max-width: calc(30.333% - 0.1rem);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.2rem center;
	background-size: 0.24rem 0.16rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.filter-selects select:hover {
	background-color: #E8E6EA;
}

.filter-selects select:focus {
	background-color: #E0DEE4;
	box-shadow: 0 0 0 0.02rem rgba(251, 93, 81, 0.3);
}

.filter-selects select option {
	padding: 0.1rem;
	background-color: #fff;
	color: #333;
}




.box-fixed {
    position: fixed;
    top: 0;
    max-width: 7.5rem;
    width: 100%;
    z-index: 99;
    }
    
    .job_top {
    padding: 0.18rem 0.3rem 0.18rem 0.22rem;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    }
    
    .job_top .job_logo {
    width: 2.84rem;
    height: 0.55rem;
    }
    
    .job_top .job_button {
    height: 0.4rem;
    padding: 0.09rem 0.39rem 0.08rem 0.4rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.67rem;
    background: var(--129, linear-gradient(123deg, #FF8000 11.81%, #F60 69.63%));
    
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.39rem;
    }
    .job_img_wrap{
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .job_img_wrap .job_img{
        display: block;
        width: 1.15rem;
        height: 0.55rem;
    }
    .job_img_wrap .black{
        width: 0.02rem;
        height: 0.3rem;
        flex-shrink: 0;
        background: #F60;
        margin:0 0.13rem;
        position: relative;
        top: 0.02rem;
    }
    .job_img_wrap .job_text{
        
        font-family: "PingFang SC";
        font-size: 0.35rem;
        font-style: normal;
        font-weight: 900;
        line-height: 0.49rem;
    }
    
    .job_fir{
            color: #333333;
            display: inline-block;
    }
    .job_sec{
            color: #ff6600;
            display: inline-block;
    }
    
    /* 下拉选择框样式 */
    .filter-selects {
        display: flex;
        flex-wrap: wrap;
        gap: 0.15rem;
        margin-top: 0.2rem;
    }
    
    .filter-selects select {
        height: 0.69rem;
        padding: 0 0.24rem;
        padding-right: 0.5rem;
        line-height: 0.69rem;
        font-size: 0.25rem;
        background-color: #F0EEF2;
        border-radius: 0.35rem;
        border: none;
        outline: none;
        color: #333;
        flex: 1;
        max-width: 2.16rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.2rem center;
        background-size: 0.24rem 0.16rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .filter-selects select:hover {
        background-color: #E8E6EA;
    }
    
    .filter-selects select:focus {
        background-color: #E0DEE4;
        box-shadow: 0 0 0 0.02rem rgba(251, 93, 81, 0.3);
    }
    
    .filter-selects select option {
        padding: 0.1rem;
        background-color: #fff;
        color: #333;
    }
    .label{ 
        width:26%;}

    .first-select{
        margin-left: 0.3rem;
    }