.container{

}
.park.container{
    background-color: #F2F3F5;
    width: 100%;
}
.park .body-content{
    padding: 40px 0;
}
.park .content-left{
    float: left;
    width: 884px;
    padding-right: 0;
    border-right: none;
}
.park .invite-user{
    padding: 0 30px;
    background-color: #FFFFFF;
}
.park .park-file{
    padding: 0 30px 20px 30px;
    background-color: #FFFFFF;
}
.park .park-intro{
    margin-bottom: 40px;
    padding: 0 30px;
    background-color: #FFFFFF;
}
.park .park-intro-content{
    padding-bottom: 20px;
}
.park .carrier{
    padding: 0 30px;
    background-color: #FFFFFF;
}
.park .carrier-pages{
    padding: 30px 0 40px 0;
}
.park .map-box{
    padding: 0 30px 40px 30px;
    background-color: #FFFFFF;
}
.park .park-intro-desc{
    margin-bottom: 0;
}
body .park .right-box .red-line{
    border-top: 1px solid #ffffff;
}

.min{
    width: 1200px;
    margin: 0 auto;
}
.index-footer{
    display: none;
}
.common-module-text{
    position: relative;
    height: 28px;
    padding: 20px 0;
}
.common-module-left{
    float: left;
}
.common-module-left h3{
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.common-module-right{
    float: right;
}
.common-module-right a{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 4px 0;
    cursor: pointer;
}
.common-module-right img{
    float: right;
    width: 18px;
    height: 18px;
    margin: 1px 0;
}
.common-module-default{
    display: block;
}
.common-module-active{
    display: none;
}
.common-module-right a:hover{
    color: #D50000;
}
.common-module-right a:hover .common-module-default{
    display: none;
}
.common-module-right a:hover .common-module-active{
    display: block;
}
.commom-module-line{
    height: 1px;
    background-color:#EDEDED;
}

/* 顶部搜索 */
.header-search{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
    background-color: #FFFFFF;
}
.zs-logo {
    position: relative;
    float: left;
}
.zs-logo img{
    display: block;
    width: 283px;
    height: 46px;
}
.header-search-content{
    float: right;
}
.header-search-content input{
    float: left;
    width: 570px;
    height: 44px;
    color: #333;
    font-size: 16px;
    line-height: 44px;
    text-indent: 10px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #EDEDED;
}
.search-submit{
    float: left;
    width: 128px;
    height: 46px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    background-color: #D50000;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}
.search-submit:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}

/* 上面的园区简略信息 */
.park-info{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 45px 0;
    background: rgba(38, 39, 40, 0.93);
    background: url("/assets/img/redbanner.png") center no-repeat;
    /* background-size: 100% 100%; */
}
.park-info-content{
    overflow: hidden;
}
.park-logo{
    position: relative;
    float: left;
    width: 136px;
    height: 102px;
    margin-right: 30px;
}
.park-logo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 102px;
    border-radius: 8px;
}

.park-info-detail{
    float: left;
    margin: 18px 0;
}
.park-name{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
    width: 800px;
}
.park-info-relation{
    margin-top: 8px;
    overflow: hidden;
}
.park-info-relation img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 10px 3px 0;
}
.park-info-relation span{
    float: left;
    color: #EDEDED;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.park-num-info{
    float: right;
}
.park-num-info ul{
    overflow: hidden;
}
.park-num-info ul li{
    float: left;
    margin-left: 60px;
}
.park-num-info ul li span{
    display: block;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
}
.park-num-info ul li p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

/* 面包屑 */
.crumbs{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
}
.crumbs a{
    float: left;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.crumbs a:hover{
    color: #333333;
}
.crumbs a:last-child{
    color: #333333;
    cursor: default;
}
.crumbs span{
    float: left;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px;
}

/* 园区基础信息 */
.base-park-info{
    position: relative;
    padding: 46px 30px 24px 30px;
    /* overflow: hidden; */
    background-color: #FFFFFF;
    display: block;
}
.base-park-pic{
    float: left;
    width: 560px;
    margin-right: 60px;
}
.park-active-img{
    display: block;
    width: 560px;
    height: 420px;
}
.park-pic-content{
    position: relative;
    margin-top: 16px;
}
.park-pic-content:hover .swiper-btn{
    display: block;
}
.swiper-btn{
    display: none;
}
.company-pic-prev{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 92px;
    background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
    cursor: pointer;
}
.company-pic-prev img{
    float: left;
    width: 8px;
    height: 16px;
    margin: 38px 0 38px 10px;
    transform: rotate(180deg);
}
.company-pic-next{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 92px;
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
    cursor: pointer;
}
.company-pic-next img{
    float: right;
    width: 8px;
    height: 16px;
    margin: 38px 0 38px 10px;
}
.company-pic-swiper{
    height: 92px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.company-pic-swiper img{
    display: block;
    width: 120px;
    height: 90px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 2px 4px 0px rgba(31, 108, 221, 0.12);
}
.company-pic-swiper .swiper-slide-active img {
    border: 1px solid #1F6CDD;
}

.base-park-text{
    float: left;
    width: 484px;
}
.park-text-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
}
.park-text-top h1{
    width: 420px;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    max-height: 80px;
}
.park-price{
    margin-top: 15px;
    overflow: hidden;
}
.park-price p{
    float: left;
    color: #FF881F;
    font-size: 44px;
    font-weight: bold;
    line-height: 60px;
}
.park-price span{
    float: left;
    color: #FF881F;
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 0 8px;
}
.park-qrcode{
    position: absolute;
    top: 46px;
    right: 24px;
    width: 84px;
}
.park-qrcode img{
    display: block;
    width: 84px;
    height: 84px;
}
.park-qrcode p{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
}

.park-industry-address{
    padding: 30px 0;
}
.park-industry{
    margin-bottom: 16px;
}
.park-industry-bottom{
    margin-bottom: 0;
}
.park-industry-address li{
    overflow: hidden;
}
.park-industry-address span{
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-right: 32px;
}
.park-industry-address p{
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.park-info-half{
    width: 242px;
    overflow: hidden;
    float: left;
}
.industry-tag-container{
    float: left;
    max-width: 388px;
}
.industry-tag{
    float: left;
    height: 22px;
    color: #808695;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 10px 10px 0;
    padding: 0 8px;
    border-radius: 2px;
    background-color: #F2F3F8;
}
.best-inviter{
    padding: 16px 0 16px 24px;
    background: #F2F3F5;
    border-radius: 2px;
    position: relative;
    height: 60px;
}
.best-inviter-logo{
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 12px;
}
.best-inviter-logo img{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.best-inviter-logo .iron-icon{
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 14px;
    left: 66px;
}
.best-inviter-logo div{
    width: 60px;
    height: 60px;
    border-radius: 2px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
.best-inviter-info{
    float: left;
    width: 236px;
}
.best-inviter-info a{
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;

}
.best-inviter-info a:hover{
    color: #D50000;
}
.position{
    font-weight: normal;
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}
.best-carrier-overview.best-inviter-info a{
    line-height: 66px;
}
.best-inviter-info span{
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.best-inviter-online{
    position: relative;
    float: right;
    width: 128px;
    height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    background-color: #d50000;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 24px;
}
.best-inviter-online:hover{
    background-color: #b60e0e;
}
.best-inviter-online img{
    width: 18px;
    top: 14px;
    position: absolute;
    left: 20px;
}

.best-inviter-operate{
    display: none;
    position: absolute;
    top: -52px;
    right: 120px;
    width: 194px;
    height: 240px;
    z-index: 10;
}
.best-inviter-online:hover +.best-inviter-operate{
    display: block;
}
.best-inviter-operate:hover{
    display: block;
}
.best-inviter-bg {
    position: absolute;
    width: 194px;
    height: 240px;
}
.best-inviter-title{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 30px 0 18px 26px;
    text-shadow: 1px 2px 0px rgba(3, 29, 117, 0.6);
}
.best-inviter-qrcode{
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    margin: auto;
}

/* 主体内容 */
.body-content{
    padding: 0 0 40px 0;
}
.body-content .min{
    display: block;
}
.content-left{
    float: left;
    width: 824px;
    padding-right: 49px;
    border-right: 1px solid #EDEDED;
}


/* 招商人员 */
.invite-user{
    position: relative;
    margin-bottom: 40px;
}
.invite-already-approve{
    float: left;
    width: 50px;
    height: 18px;
    color: #FF881F;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 4px 0 4px 8px;
    border-radius: 2px;
    border: 1px solid #FF881F;
    background: rgba(255, 136, 31, 0.08);
}

.invite-user-content{
    padding-top: 20px;
}
.invite-user-content li{
    position: relative;
    width: 360px;
    padding: 16px;
    border-radius: 2px;
    /* *background: #FFFFFF; */
    background: #F5F7FA;
    float: left;
    margin-right: 20px;
    margin-bottom: 12px;
}
.invite-user-content li.invite-user-odd{
    margin: 20px 0 0 0;
}
.invite-user-pic{
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 8px;
    border-radius: 2px;
}
.invite-user-pic img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.invite-user-pic .iron-icon{
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 14px;
    left: 56px;
}
.invite-user-pic span {
    display: block;
    width: 56px;
    height: 56px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    border-radius: 2px;
}
.invite-user-logo{
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.invite-user-approve{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
}
.inviter-active-tag{
    position: absolute;
    top: -5px;
    left: 0;
    width: 47px;
    height: 24px;
}
.inviter-active-tag:hover +.inviter-active-tip{
    display: block;
}
.inviter-active-tip{
    display: none;
    position: absolute;
    top: -50px;
    left: 0;
    width: 264px;
    height: 20px;
    padding: 6px 0px 12px 20px;
}
.inviter-active-tip img{
    position: absolute;
    top:0;
    left:0;
    width:284px;
    height:38px;
}
.inviter-active-tip span{
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.invite-user-detail{
    float: left;
}
.invite-user-detail.one-row{
    padding-top: 8px;
}
.invite-user-title{
    display: inline-block;
    float: left;
    max-width: 132px;
    height: 18px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.invite-user-title p{
    float: left;
    max-width: 145px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.invite-user-title p:hover{
   color: #D50000;
}
.invite-user-title:hover{
    color: #d50000;
}
.invite-user-desc{
    margin-top: 8px;
    overflow: hidden;
}
.invite-user-desc img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 4px 3px 0;
}
.invite-user-desc div{
    width: 172px;
    max-height: 28px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* *white-space: nowrap; */
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inviter-operate {
    float: right;
    width: 98px;
    height: 28px;
    margin: 13px 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}
.inviter-operate .common-module-default, .inviter-operate .common-module-active {
    float: left;
    width: 18px;
    height: 18px;
    margin: 5px 2px 5px 10px;
}
.common-module-default {
    display: block;
}
.common-module-active {
    display: none;
}
.inviter-operate span {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.inviter-operate .inviter-qrcode {
    display: none;
    position: absolute;
    z-index: 99;
    top: -31px;
    right: -152px;
    padding: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
}
.inviter-operate .common-module-default,
.inviter-operate .common-module-active
{
    float: left;
    width: 18px;
    height: 18px;
    margin: 5px 2px 5px 10px;
}
.inviter-operate span{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.inviter-operate:hover{
    background-color: #D50000;
}
.inviter-operate:hover .common-module-default{
    display: none;
}
.inviter-operate:hover .common-module-active{
    display: block;
}
.inviter-operate:hover span{
    color: #FFFFFF;
}
.inviter-operate:hover .inviter-qrcode{
    display: block;
}
.inviter-qrcode img {
    display: block;
    width: 140px;
    height: 140px;
}
.invite-user-qrcode{
    display: none;
    position: absolute;
    z-index: 1;
    top: -66px;
    right: 126px;
    width: 194px;
    height: 240px;
}
.invite-qrcode-bg{
    position: absolute;
    width: 194px;
    height: 240px;
}
.invite-qrcode-title{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 30px 0 18px 26px;
    text-shadow: 1px 2px 0px rgba(3, 29, 117, 0.6);
}
.invite-qrcode{
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    margin:auto;
}

/* 招商人员展开收起 */
.js-expand-invite{
    height: 343px;
}
.invite-fold-expand{
    display: none;
}
.js-expand-invite .invite-fold-expand{
    display: none;
}
.invite-user-more .invite-fold-expand{
    display: block;
}
.fold-expand-content{
    width: 48px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 0 0 30px 0;
}
.fold-expand-content span{
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
}
.expand-font{
    display: none;
}
.fold-font{
    display: block;
}
.js-expand-invite .expand-font{
    display: block;
}
.js-expand-invite .fold-font{
    display: none;
}
.fold-expand-content img{
    float: left;
    width: 18px;
    height: 18px;
    transform: rotate(270deg);
}
.fold-expand-default{
    display: block;
}
.js-expand-invite .fold-expand-content img {
    transform: rotate(90deg);
}
.fold-expand-active{
    display: none;
}
.fold-expand-content:hover span{
    color: #D50000;
}
.fold-expand-content:hover .fold-expand-default{
    display: none;
}
.fold-expand-content:hover .fold-expand-active{
    display: block;
}

/* 园区资料 */
.park-file{
    padding: 0 0 20px 0;
}
.park-file-content{
    margin-top: 40px;
    padding: 24px 30px;
    overflow: hidden;
    background-color: #EBF4FC;
    background: rgba(235,244,252, 0.6);
}
.park-file-content li{
    margin-bottom: 10px;
    overflow: hidden;
}
.park-file-content li:last-child{
    margin-bottom: 0;
}
.park-file-info{
    float: left;
}
.file-img{
    float: left;
    width: 28px;
    margin: 3px 10px 3px 0;
}
.park-file-info a{
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.park-file-info a:hover{
    color: #D50000;
}
.park-file-info p{
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.park-download-file{
    float: right;
    color: #1F6CDD;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}

/* 走进政府或园区简介 */
.park-intro-content{
    padding-top: 30px;
    line-height: 30px;
}
.park-intro-desc{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}
.park-intro-desc br {
    font-family: auto!important;
}
.hide-text-point{
    overflow: hidden;
    text-overflow: ellipsis;
    /* *white-space: nowrap; */
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 96px;
}
.area-info {
    overflow: hidden;
}
.area-info li{
    float: left;
    width: 50%;
    margin-bottom: 28px;
}
.area-info li span{
    float: left;
    width: 100px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 18px;
    text-align: right;
}
.area-info li p{
    float: left;
    width: 280px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.area-info-all{
    display: none;
}
.area-info div{
    overflow: hidden;
}
.js-expand-area .area-info{
    display: none;
}
.js-expand-area .area-info-all{
    display: block;
}

/* 展开收起 */
.expand-fold-text{
    margin-top: 10px;
}
.expand-fold-content{
    width: 48px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}
.expand-fold-content span{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.expand-text{
    display: block;
}
.fold-text{
    display: none;
}
.js-expand-area .expand-text{
    display: none;
}
.js-expand-area .fold-text{
    display: block;
}
.expand-fold-content img{
    float: left;
    width: 18px;
    height: 18px;
    margin: 1px 0;
    transform: rotate(90deg);
}
.expand-fold-default{
    display: block;
}
.js-expand-area .expand-fold-content img {
    transform: rotate(270deg);
}
.expand-fold-active{
    display: none;
}
.expand-fold-content:hover span{
    color: #D50000;
}
.expand-fold-content:hover .expand-fold-default{
    display: none;
}
.expand-fold-content:hover .expand-fold-active{
    display: block;
}

/* 价格情况 */
.price-info{
}
.price-info ul{
    padding: 40px 0 28px 0;
    overflow: hidden;
}
.price-info ul li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
    height: 22px;
}
.price-info ul li.base-price-li{
    margin-bottom: 0;
}
.price-info ul li p{
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.price-info ul li span{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* 招商载体 */
.carrier{
    display: none;
    margin-bottom: 40px;
}
.carrier-tab{
    position: relative;
    bottom: -1px;
    overflow: hidden;
    margin-top: 30px;
}
.carrier-tab li{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 40px;
    padding-bottom: 8px;
    cursor: pointer;
}
.carrier-tab li.carrier-tab-active{
    color: #D50000;
    font-weight: bold;
    border-bottom: 1px solid #d50000;
}
.carrier-tab li:hover{
    color: #D50000;
    border-bottom: 1px solid #d50000;
}
.carrier-tab-row{
    width: 100%;
    height: 1px;
    background-color:  #EDEDED;
}
.carrier-content{

}
.carrier-content ul{
    display: none;
    float: left;
    width: 824px;
}
.carrier-content ul.carrier-tab-active{
    display: block;
}
.carrier-content li{
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #EDEDED;
}
.carrier-content li:last-child{
    border-bottom: 0;
}
.carrier-pic{
    float: left;
    margin-right: 24px;
}
.carrier-pic img{
    display: block;
    width: 158px;
    height: 118px;
    border: 1px solid #EDEDED;
}
.carrier-text{
    float: left;
    max-width: 490px;
}
.carrier-title{
    max-width: 442px;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.carrier-title:hover{
    color: #D50000;
}
.address-box{
    margin-top: 10px;
    overflow: hidden;
}
.address-box img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 10px 3px 0;
}
.address-box div{
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.carrier-chat{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    min-width: 68px;
    height: 70px;
    margin: auto;
    cursor: pointer;
}
.carrier-chat .carrier-price{
    font-size: 24px;
    color: #d50000;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: right;
}
.carrier-chat .carrier-price span{
    font-size: 14px;
}
.carrier-user-info{
    float: right;
}
.carrier-logo{
    width: 22px;
    height: 22px;
    border-radius: 2px;
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 22px;
}
.carrier-user-logo{
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    margin-right: 14px;
    object-fit: cover;
    object-position: top;
}
.carrier-user-name{
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.carrier-user-vertical{
    float: left;
    width: 1px;
    height: 14px;
    margin: 4px 8px;
    background-color: #D5D5D5;
}
.carrier-chat-box{
    display: none;
    float: right;
    width: 100px;
    height: 38px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin: -8px 0 -8px -32px;
    border-radius: 2px;
    background-color: #D50000;
    cursor: pointer;
}
.carrier-chat-operate{
    display: none;
    position: absolute;
    top: -86px;
    right: 100px;
    width: 194px;
    height: 240px;
}
.carrier-chat-bg{
    position: absolute;
    width: 194px;
    height: 240px;
    left: 0;
    top: 0;
}
.carrier-chat-title{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 30px 0 18px 26px;
    text-shadow: 1px 2px 0px rgba(3, 29, 117, 0.6);
    text-align: left;
}
.carrier-chat-qrcode{
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    margin:auto
}
.carrier-content li:hover .carrier-user-info{
    display: none;
}
.carrier-content li:hover .carrier-chat-box{
    display: block;
}
.carrier-chat-box:hover .carrier-chat-operate{
    display: block;
}

/* 地图 */
.map-box{
    margin-bottom: 40px;
}
.map-tip{
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
}
#mmap{
    position: relative;
}
#bdmap{
    width: 100%;
    height: 440px;
}
.map-table{
    position: absolute;
    top: -44px;
    right: 0px;
    z-index: 99;
}
.table-serch{
    padding-bottom: 8px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(31, 108, 221, 0.11);
    border-radius: 2px;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
}
.table-li{
    float: left;
    padding: 0 19px;
    padding-top: 8px;
    border-top: 2px solid #fff;
    cursor: pointer;
}
.table-li-line{
    width: 1px;
    height: 18px;
    background: #F2F3F5;
    float: left;
    margin-top: 8px;
}
.table-li img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.map-nohover{
    display: inline;
}
.map-hover{
    display: none;
}
.table-li-active .map-nohover{
    display: none;
}
.table-li-active .map-hover{
    display: inline;
}
.table-li-active{
    color: #d50000;
    border-top: 2px solid #d50000;
}
.table-li:hover .map-nohover{
    display: none;
}
.table-li:hover .map-hover{
    display: inline;
}
.map-serch-info{
    width: 290px;
    height: 158px;
    padding: 20px 0 0 20px;
    overflow-y: scroll;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(31, 108, 221, 0.11);
    border-radius: 2px;
    margin-top: 8px;
}
.map-serch-info ul{
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}
.subway_black{
    display: none;
}
.table-serch-name{
    font-size: 12px;
    color: #666666;
    float: left;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.table-serch-name:hover{
    color: #d50000;
}
.table-serch-distance{
    float: left;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
    margin-left: 24px;
}
.table-serch-distance img{
    width: 12px;
    margin-right: 6px;
}
.empty-detail-list{
    text-align: center;
    left: 36%;
    position: absolute;
    top: 52%;
    color: #9399a5;
    font-size: 14px;
}

/* 土地招拍挂 */
.land-bat{
    padding: 0 30px 40px 30px;
    background-color: #FFFFFF;
}
.land-bat-th{
    margin: 30px 0;
    overflow: hidden;
}
.land-bat-th li.bat-th-title{
    float: left;
    width: 354px;
    padding: 0 0 0 0;
}
.land-bat-th li{
    float: right;
    width: 100px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 14px;
}
.land-bat-tr{

}
.land-bat-tr li{
    margin-bottom: 12px;
    overflow: hidden;
}
.land-bat-tr li a{
    float: left;
    max-width: 354px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.land-bat-tr li a:hover{
    color: #D50000;
}
.land-bat-tr li p{
    float: right;
    width: 100px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.land-bat-more{
    display: block;
    width: 284px;
    height: 48px;
    color: #AFAFAF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    margin: 30px auto 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
}
.land-bat-more:hover{
    color: #D50000;
    background-color: #FFFFFF;
}

/*参考价格*/
.price-box{
    margin-bottom: 80px;
}
.price-content{
    padding-top: 30px;
    overflow: hidden;
}
.price-content li{
    float: left;
    margin-right: 40px;
}
.price-title{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 6px;
}
.price-num{
    color: #D50000;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
}
.price-num span{
    color: #D50000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 8px;
}
/*土地成交信息*/
.land-deal-box{
}
.land-deal-content li{
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
}
.land-deal-content li:last-child{
    border-bottom:none;
}
.land-deal-text{
    float: left;
}
.land-deal-title a{
    max-width: 830px;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.land-deal-title a:hover{
    color: #D50000;
}
.land-label{
    margin: 8px 0 12px 0;
    overflow: hidden;
}
.land-label-item{
    float: left;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 2px;
}
.land-label-orange{
    background-color: #FF9227;
}
.land-label-blue{
    background-color: #1F6CDD;
}
.land-deal-right{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 16px;
    margin: auto;
    cursor: pointer;
}
.land-deal-right img{
    float: left;
    width: 20px;
    margin-right: 8px;
}
.eyes-default{
    display: block;
}
.eyes-hover{
    display: none;
}
.land-deal-right div{
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.land-deal-right:hover div{
    color: #D50000;
}
.land-deal-right:hover .eyes-default{
    display: none;
}
.land-deal-right:hover .eyes-hover{
    display: block;
}
.land-deal-default{
    display: block;
}
.land-deal-active{
    display: none;
}
.land-deal-right:hover .land-deal-default{
    display: none;
}
.land-deal-right:hover .land-deal-active{
    display: block;
}

/* 右侧的内容 */
.content-right{
    float: right;
    width: 284px;
}
/*表单内容*/
.form-box{
    position: relative;
    margin-bottom: 40px;
    border-radius: 2px 2px 0 0;
}
.form-contact-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 284px;
background-color: #F2F3F5;
}
.form-contact-content{
    position: relative;
    background: #fff;
    text-align: center;
    padding-bottom: 30px;
}
.form-title{
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    line-height: 24px;
    position: relative;
    padding-top: 28px;
    margin-left: 20px;
}
.form-box input{
    width: 222px;
    height: 34px;
    color: #333333;
    font-weight: 400;
    line-height: 34px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #FFFFFF;
    border: 1px solid #F2F3F5;
}
.form-box input::placeholder{
    color: #AFAFAF;
    font-size: 14px;
}
.option-box{
    position: relative;
    width: 222px;
    height: 34px;
    margin: 0 auto 12px auto;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #F2F3F5;
    cursor: pointer;
}
.option-box span{
    float: left;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}
.option-box img{
    float: right;
    width: 14px;
    height: 14px;
    margin: 10px 0;
}
.option-box span.js-selected{
    color: #333333;
}
.option-box img.js-active{
    transform: rotate(180deg);
}
.option-box-content{
    display: none;
    position: absolute;
    left: 50%;
    width: 246px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgb(215 224 230 / 30%);
    transform: translateX(-50%);
    z-index: 1;
}
.option-item{
    width: 246px;
    height: 34px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-indent: 10px;
    line-height: 34px;
    cursor: pointer;
}
.option-item:first-child{
    border-radius: 3px 3px 0 0;
}
.option-item:hover{
    color: #D50000;
    background-color: #f2f3f5;
}
.form-summit{
    width: 244px;
    height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 3px;
    background-color: #D50000;
    cursor: pointer;
}
.form-summit:hover{
    background: #b60e0e;
}
.form-box-tip {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.form-left-line{
    width: 1px;
    height: 100%;
    background: #EDEDED;
    position: absolute;
    left: 0;
    bottom: 0;
}
.form-right-line{
    width: 1px;
    background: #EDEDED;
    height: 310px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-top-line{
    width: 250px;
    height: 1px;
    background: #EDEDED;
    position: absolute;
    top: 0;
    left: 0;
}
.form-bottom-line{
    width: 100%;
    height: 1px;
    background: #EDEDED;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*园区图片*/
.company-swiper-box{
    height: 160px;
    overflow: hidden;
}
.company-img{
    margin-bottom: 40px;
}
.company-img-swiper{
    margin-top: 20px;
    text-align: center;
}
.company-img-swiper img{
    display: block;
    width: 286px;
    height: 160px;
}

/*土地报告*/
.district-land-report-box{
    margin-bottom: 40px;
    background: #fff;
    padding: 30px 18px 22px 18px;
}
.right-common-header{
    overflow: hidden;
}
.right-common-title{
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.right-more{
    float: right;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.right-more:hover{
    color: #D50000;
}
.report-back-font{
    position: relative;
    width: 286px;
    height: 138px;
    margin-top: 20px;
}
.report-back-font img{
    position: absolute;
    top: 0;
    width: 244px;
}
.report-title{
    font-size: 27px;
    font-weight: bolder;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 12px;
}
.report-sprint{
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    left: 12px;
    top: 56px;
}
.report-time{
    font-size: 16px;
    margin-top: 25px;
    position: absolute;
    z-index: 1;
    bottom: 28px;
    left: 22px;
}
.report-time-red{
    color: #D50000;
}
.report-time-blue{
    color: #1F6CDD;
}
.report-content{
    margin-top: 20px;
}
.report-item{
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.report-item:hover{
    color: #D50000;
}
.report-content-last{
    margin-bottom: 0;
}
/*招商人员*/
.zs-people{
    display: none;
    margin-top: 30px;
    margin-bottom: 40px;
}
.zs-people.fixed{
    position: fixed;
    top: 0;
}
.zs-people.people-show{
    display: block;
}
.zs-prople-title{
    overflow: hidden;
    padding-bottom: 22px;
    border-bottom: 1px solid #EDEDED;
}
.zs-prople-title .right-common-title{
    float: left;
}
.people-next{
    float: right;
    cursor: pointer;
}
.people-next img{
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 8px 2px 0;
}
.change-batch-default{
    display: block;
}
.change-batch-active{
    display: none;
}
.people-next:hover .change-batch-default{
    display: none;
}
.people-next:hover .change-batch-active{
    display: block;
}
.people-next:hover span{
    color: #D50000;
}
.people-next span{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.zs-people-ul{
    width: 284px;
}
.zs-people-ul li{
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #EDEDED;
}
.zs-people-ul li.js-people-show{
    display: block;
}
.people-logo-box{
    position: relative;
    float: left;
    margin-right: 12px;
    object-fit: cover;
    object-position: top;
}
.people-logo{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.people-logo-box span{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    object-fit: cover;
    object-position: top;
}
.approve-status{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 13px;
}
.people-item-detail-box{
    float: left;
}
.people-item-detail{
    display: block;
    overflow: hidden;
}
.people-item-detail p{
    float: left;
    max-width: 80px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.people-item-detail p:hover{
    color: #d50000;
}
.people-item-detail span{
    float: left;
    max-width: 42px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.right-address{
    max-width: 126px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
}
.right-user-chat{
    float: right;
    width: 78px;
    height: 20px;
    margin: 9px 0;
    border-radius: 3px;
    border: 1px solid #1F6CDD;
    background-color: #FFFFFF;
    cursor: pointer;
}
.right-user-chat .chat-default{
    display: block;
}
.right-user-chat .chat-active{
    display: none;
}
.right-user-chat span{
    float: left;
    color: #1F6CDD;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.right-user-chat img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 4px 3px 7px;
}
.right-user-chat:hover{
    background-color: #1F6CDD;
}
.right-user-chat:hover span{
    color: #fff;
    background-color: #1F6CDD;
}
.right-user-chat:hover .chat-default{
    display: none;
}
.right-user-chat:hover .chat-active{
    display: block;
}
.right-user-chat:hover +.people-user-qrcode{
    display: block;
}
.people-user-qrcode{
    display: none;
    position: absolute;
    z-index: 99;
    top: -72.5px;
    right: 80px;
    width: 194px;
    height: 240px;
}
.people-qrcode-bg {
    position: absolute;
    width: 194px;
    height: 240px;
}
.people-qrcode-title{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 30px 0 18px 26px;
    text-shadow: 1px 2px 0px rgba(3, 29, 117, 0.6);
}
.people-qrcode{
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    margin: auto;
}

/* 分页 */
.pages-number{

}
.carrier-pages{
    display: none;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}
.carrier-pages.carrier-tab-active{
    display: block;
}
.carrier-page{
    display: inline-block;
    min-width: 14px;
    height: 30px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin: 0 4px;
    padding: 0 8px;
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
    cursor: pointer;
}
.carrier-page:hover {
    color: #FFFFFF;
    border: 1px solid #d50000;
    background-color: #d50000;
}
.carrier-page-active{
    color: #FFFFFF;
    border: 1px solid #d50000;
    background-color: #d50000;
}

.carrier-page.page-operate:hover{
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
}
.page-operate img{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 30px;
}
.page-operate .next-hover{
    display: none;
}
.page-operate .next-nohover{
    display: inline-block;
}
.page-operate:hover .next-hover{
    display: inline-block;
}
.page-operate:hover .next-nohover{
    display: none;
}
.tip-title{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    color: #333;
}
.page-operate-none{
    display: none;
}
.tip-info {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

/* 轮播左右暂时没用 */
.company-pagination{
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 12px 0 10px 0;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    width: 16px;
    height: 4px;
    background: #d50000;
}
body .right-box{
    padding-bottom: 10px;
}
.invite-user-content .inviter-last{
    margin-right: 0;
}
.random0{
    background-color: #AE98C6;
}
.random1{
    background-color: #E79178;
}
.random2{
    background-color: #E8AB6F;
}
.random3{
    background-color: #8BA2CC;
}
.random4{
    background-color: #6EAAE2;
}
.random5{
    background-color: #6BB5CE;
}
.random6{
    background-color: #91CFB7;
}
.invite-park-content{
    padding-bottom: 4px;
}
.zhengfu-user{
    margin-bottom: 26px;
}
.zhengfu-user-right{
    margin-right: 20px;
}
.zhengfu-intro {
    padding-bottom: 40px;
}
body .details-class-students.right-box{
    border: 1px solid #ffffff;
    border-top: 0;
}
.zhengfu-box .form-contact-bg{
    height: 350px;
}

.zhengfu-box .form-contact-content {
    background: rgba(0, 0, 0, 0);
}
.zhengfu-box .form-title{
    color: #fff;
}
.zhengfu-box .form-box-tip{
    color: #fff;
}
.zhengfu-box .form-summit {
    background-color: #FF881F;
}
.park-address{
    margin-top: 6px;
}
.inviter-overflow{
    display: none;
}
body .details-class-students.right-box h6{
    margin: 30px 0 20px 20px;
}
.zhengfu-right .details-class-students.right-box{
    border: 1px solid #ededed;
    border-top: 0;
}



/* 新增样式 */
.cursor-pointer{
    cursor: pointer;
}
.error-text{
    margin-left: 12px;
    float: left;
    display: none;
    position: relative;
    font-size: 0;
}
.error-text-show{
    display: block;
}
.error-text-show .edit-img, .error-text-show span{
    cursor: pointer;
}
.error-text span{
    font-weight: 400;
    font-size: 14px;
    color: #909090;
    line-height: 14px;
    font-style: normal;
    float: left;
    margin-top: 2px;
    margin-left: 4px;
}
.edit-img{
    width: 16px;
    float: left;
    margin-top: 1px;
}
.error-edit-active{
    display: none;
}
.error-text .error-text-active{
    color: #D50000;
}
.error-modal{
    position: absolute;
    left: 64px;
    top: -182px;
    z-index: 100;
    display: none;

    width: 500px;
    height: 326px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-sizing: border-box;
}
.error-modal-show{
    display: block;
}
.error-modal::after{
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    position: absolute;
    left: 0; /* 居中 */
	top: 184px;

    
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
}
.error-modal-title{
    padding: 12px 16px 12px 24px;
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    border-bottom: 1px solid #EAEBED;
}
.error-modal-content{
    padding: 24px;
    box-sizing: border-box;
    position: relative;
}
.error-code-tips{
    font-weight: 400;
    font-size: 12px;
    color: #ED3737;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 24px;
    bottom: 4px;
}
.close-icon{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.reason-title{
    font-weight: 400;
    font-size: 14px;
    color: #303030;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 8px;
}
.reason-box .reason-item{
    width: 142px;
    height: 40px;
    background: #F5F6F7;
    box-sizing: border-box;
    text-align: center;
    padding: 9px 0;
    float: left;

    font-weight: 400;
    font-size: 14px;
    color: #303030;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-right: 0;
    margin-bottom: 0;
}
.reason-box .item-active{
    background: #FFF2F0;
    border: 1px solid #D50000;
    color: #D50000;
    padding: 8px 0;
}
.reason-box .reason-mr{
    margin-right: 13px;
}
.reason-code{
    margin-top: 24px;
    margin-bottom: 10px;
}
.reason-code-input {
    width: 278px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDEE0;
    padding: 8px;
    box-sizing: border-box;
    float: left;
}
/* 针对大多数现代浏览器 */
.reason-code-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

/* 针对Firefox浏览器（需要vendor prefix） */
.reason-code-input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

/* 针对IE和Edge浏览器（也需要vendor prefix） */
.reason-code-input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.reason-code-img{
    width: 72px;
    height: 36px;
    float: left;
    margin-top: 2px;
    margin-left: 18px;
    margin-right: 12px;
    cursor: pointer;
}
.reason-code-refresh{
    font-weight: 400;
    font-size: 14px;
    color: #ED3737;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 9px;
    float: left;
}
.error-submit-btn{
    border-top: 1px solid #EAEBED;
    width: 100%;
}
.cancel-btn{
    width: 100px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDEE0;
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    margin-right: 12px;
    float: right;
    margin-top: 11px;

    font-weight: 400;
    font-size: 14px;
    color: #303030;
    line-height: 22px;
    font-style: normal;
}
.submit-btn{
    width: 100px;
    height: 40px;
    background: #D50000;
    opacity: 0.5;
    float: right;
    padding: 9px 0;
    text-align: center;
    margin-right: 24px;
    box-sizing: border-box;
    margin-top: 11px;

    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    font-style: normal;
}
.active-submit-btn{
    opacity: 1;
}

/* 园区详情投资热门 */
.list-hot-tag{
    position: relative;
}
.list-hot-tag::after{
    content: "\6295\8d44\70ed\95e8";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 90deg, #E8594F 0%, #D50000 100%);
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding: 1px 8px;
}
/* 政府详情投资热门 */
.gov-details-hot-tag{
    position: relative;
}
.gov-details-hot-tag::after{
    content: "\6295\8d44\70ed\95e8";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 90deg, #E8594F 0%, #D50000 100%);
    border-radius: 8px 0px 8px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding: 1px 8px;
}