.detail-pic {
    width: 100%;
    height: 4.88rem;
    background: rgb(54, 67, 84);
}

.detail-pic img {
    width: 100%;
    height: 100%;
}

.detail-box {
    position: relative;
    z-index: 99;
    margin: -0.78rem 0.23rem 0.16rem;
    padding: 0.29rem 0.23rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.detail-box .head {
    margin-bottom: 0.29rem;
    font-size: 0.35rem;
}

.detail-box .head span {
    margin-bottom: 0.1rem;
}

.detail-box .head .qu,.detail-box .head .price {
    margin: 0 0.23rem;
    padding: 0.05rem 0.1rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #FF6600;
    font-size: 0.23rem;
    color: #FF6600;
}

.detail-box .head .price {
    margin: 0;
    border: 0.01rem solid #20B9B0;
    color: #20B9B0;
}

.detail-box .desc {
    text-align: justify;
}

/* .detail-box .price span {
    font-weight: 700;
    font-size: 0.35rem;
    color: #FF6600;
} */

.detail-box hr {
    margin: 0.23rem -0.23rem;
    border: 0.01rem dashed #eaeaea;
}

.detail-box .splitLine {
    margin: -0.25rem 0.23rem;
    border: 0.01rem dashed #eaeaea;
}

.detail-box ul li {
    display: flex;
    margin-bottom: 0.23rem;
}

.detail-box ul li:last-of-type {
    margin-bottom: 0;
}

.detail-box ul li .left,.detail-box .addr .left {
    min-width: 0.82rem;
    font-weight: 700;
}

.detail-box .addr a {
    color: #FF6600;
}

.detail-box .con {
    width: 50%;
}

.bot-card {
    margin: 0 0.23rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.bot-card .line {
    width: 0.01rem;
    height: 0.98rem;
    background-color: #eaeaea;
}

.bot-card .item {
    width: 50%;
    padding: 0.27rem 0.2rem;
}

.bot-card .item img {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0 0 0.2rem;
}

.bot-card .item .text {
    margin: 0.12rem 0 0;
    font-size: 0.23rem;
    color: #999;
}

/* 迭代新增按钮和弹窗 */
.btns {
    margin: 0.28rem 0.4rem 0;
}

.btns .btn {
    padding: 0.18rem 0.29rem;
    border-radius: 0.1rem;
    color: #fff;
    background-color: #FFBA34;
}

.btns .btn:nth-of-type(2) {
    background-color: #FF6600;
}

.btns .btn img {
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.14rem;
}

.zixunPopup {
    width: 100%;
    max-height: 70%;
    overflow-y: scroll;
    margin: 0 0.73rem;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, rgba(255,237,224,1) 0%, rgba(255,255,255,1) 100%);
}

.zixun-con {
    padding: 0.23rem 0 0;
    line-height: 0.38rem;
    text-align: justify;
}

.zixun-con img {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.1rem;
}

.zixun-con .erweimabg {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-top: 0.39rem;
    background-image: url("/news/fangdichan/resource/images/erweima-bg.png");
    background-size: 100% 100%;
}

.pic-btns {
    margin: 0.29rem 0.23rem 0;
}

.pic-btns .btn {
    width: 48%;
    height: 0.98rem;
    margin-bottom: 0.2rem;
    padding: 0.29rem 0 0 0.23rem;
    box-sizing: border-box;
    color: #FFFFFF;
}

.pic-btns .btn img {
    width: 0.27rem;
    height: 0.27rem;
    margin-left: 0.16rem;
    vertical-align: middle;
}

.consult {
    margin: 0.23rem;
    padding: 0.29rem 0.23rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.consult .head {
    font-size: 0.29rem;
}

.consult .headline {
    height: 0.35rem;
    margin-right: 0.18rem;
}

.consult .tip {
    margin-top: 0.22rem;
}

.consult .tip span {
    padding: 0.17rem 0.16rem;
    border-radius: 0.1rem;
    font-size: 0.25rem;
    color: #666;
    background-color: #F7F7F7;
}

/* 周边配套 */
.zhoubian .list {
    margin-top: 0.16rem;
    border-radius: 0.16rem;
    background-color: #FFFAF7;
}

.zhoubian .title,.zhoubian .subname  {
    font-weight: 600;
}

.zhoubian .subname {
    position: relative;
    padding: 0.1rem 0 0.1rem 0.23rem;
    border-radius: 0.16rem 0.16rem 0 0;
    background: linear-gradient(84.8deg, rgba(255,227,208,1) 0%, rgba(255,227,208,0) 100%);
}

.zhoubian .leftLine {
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 0.07rem;
    height: 0.29rem;
    border-radius: 0 0.1rem 0.1rem 0;
    background-color: #FF6600;
}

.zhoubian .list .text {
    margin: 0.23rem 0.23rem 0;
    padding-bottom: 0.23rem;
    line-height: 0.41rem;
}

.zhoubian .list .remark {
    margin: 0 0.23rem;
    padding-bottom: 0.23rem;
    font-size: 0.25rem;
    color: #666;
    line-height: 0.41rem;
}

.swiper-container {
    height: 4.88rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.9rem;
}

.swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.06rem;
}

.orangeBg {
    background-color: #FF6600 !important;
}

.bg01,
.bg02,
.bg03,
.bg04,
.bg05,
.bg06,
.bg07 {
    background-image: url("/news/fangdichan/resource/images/picBg01.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg02 {
    background-image: url("/news/fangdichan/resource/images/picBg02.png");
}

.bg03 {
    background-image: url("/news/fangdichan/resource/images/picBg03.png");
}

.bg04 {
    background-image: url("/news/fangdichan/resource/images/picBg04.png");
}

.bg05 {
    background-image: url("/news/fangdichan/resource/images/picBg05.png");
}

.bg06 {
    background-image: url("/news/fangdichan/resource/images/picBg06.png");
}

.bg07 {
    background-image: url("/news/fangdichan/resource/images/picBg07.png");
}


#fdc_tab {
    width: 100%;
    height: 80px;
    display: flex;
    overflow: auto;
    /* justify-content: space-around; */
    background: #fff;
    padding-bottom: 15px;
    margin-top: 15px;
}

#fdc_tab input {
    width: 200px !important;
    font-size: 0.28rem;
    background-color: #FFF2E9;
}

.box1 {
    background-color: #fff;

}

.fdc_tab2 {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
}

.box1 input {
    font-size: 0.24rem;
    padding: 15px 50px;
    background-color: #fff;
}

.box1 input:nth-child(1) {
    border-bottom: 2px solid #FF6600;
    color: #FF6600;
}

.tab-content {
    display: flex;
    padding-top: 20px;
    margin-bottom: 20px;
}

.tab-content:nth-child(1) {
    border-top: 1px solid #EAEAEA;
}

.tab-content img {
    width: 32px;
    height: 32px;
    margin-top: 16px;
}

.tab-content div {
    padding-left: 20px;
}

.tab-content div p:nth-child(1) {
    color: #333;
    font-size: 0.28rem;

}

.tab-content div p:nth-child(2) {
    margin-top: 10px;
    color: #666666;
    font-size: 0.24rem;
}

.tab-content div p:nth-child(3) {
    margin-top: 10px;
    color: #666;
    font-size: 0.24rem
}

.peizhi-message {
    margin: 0;
    padding: 0
}

.rotation-box {
    padding: 0;
    margin-top: 30px !important;

}

#rotation-container {
    background-color: #F6F9FE;
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
    padding: 0;
    margin: 0;
}

#rotation-list {
    height: 50px;
    position: absolute;
    z-index: 1;
}

#rotation-list img {
    float: left;
    height: 1.1rem;

}

#rotation-list a {
    display: inline-block;
    height: 1.1rem;
    position: relative;
}


.rotation-text {
    position: absolute;
    left: 0.2rem;
    top: 0.4rem;
    font-size: 0.22rem;
    color: white;
    font-weight: 600;
}


/* 小圆点区域 */

#rotation-buttons {
    position: absolute;
    height: 10px;
    width: 100%;
    left: 10px;
    top: 20px;
    z-index: 2;
    margin-top: 1rem;
    margin-left: -8px;
    display: flex;
    justify-content: center;

}

#rotation-buttons span {
    cursor: pointer;
    float: left;
    border: 1px solid #fff;
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-right: 5px;
}

#rotation-buttons .on {
    background: #D9D9D9;
}
.qizu{
    font-weight: 400;
    margin-left: 20px !important;
}

.list-title{
    padding: 10px 0 !important;
    font-size: 0.33rem;
    font-weight: 700;
}


.loading2{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 10001;
display: none;
}
.loading2 img {
width: 60px;
height:60px;
animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.weui-masks2{
position: fixed;
z-index: 10000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
max-width: 7.5rem; margin: auto;
}


.link_animation{

position: fixed;
top: 290px;
left: 50%;
transform: translateX(-50%);
z-index: 1001;
}

.gif{
width: 280px;
height: 93px;

}

.xcx_code_mask {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: none;
max-width: 7.5rem; margin: auto;
}

.xcx_code_dialog{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 300px;
min-height: 140px;
padding: 30px 20px 28px;
padding-top: 30px;
flex-shrink: 0;
background: #FFF;
background-color: #fff;
border-radius: 10px;
border: 1px solid #999; 
font-size: 17px;
color: #333;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
/* overflow: hidden; */
}

.xcx_code_dialog .xcx_code_img{
width: 142px;
height: 142px;
margin-bottom: 23px;
}
.xcx_code_dialog .close_icon{
position: absolute;
bottom: -60px;
width: 31px;
height: 31px;
}

.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.46rem;
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;
}

.list ul {
    margin-bottom: 0.23rem;
    padding: 0.23rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.list ul .left {
    position: relative;
    width: 2.62rem;
    height: 1.76rem;
}

.list ul .left .pic {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
}

.list ul .left .apply-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 0.5rem;
}

.list ul .left .apply {
    position: absolute;
    top: 0.06rem;
    right: 0.2rem;
    color: #fff;
    font-size: 0.23rem;
}

.list ul .right {
    margin-left: 0.2rem;
    width: 55%;
}

.list ul .right .title {
    margin-bottom: 0.2rem;
}

.list ul .right .addr {
    font-size: 0.25rem;
    color: #888;
}

.list ul .right .tag {
    /* width: max-content; */
    padding: 0 0.1rem;
    /* height: 0.34rem; */
    line-height: 0.34rem;
    margin-top: 0.08rem;
    border-radius: 0.06rem;
    border: 0.01rem solid rgba(255,174,52,1);
    font-size: 0.21rem;
    color: #FFAE34;
    /* text-align: center; */
}

.list ul .right .info {
    margin-top: 0.16rem;
    font-size: 0.23rem;
}

.list ul .right .info .num {
    color: #999;
}

.list ul .right .info .price {
    color: #FF6600;
}
