* html, * html body {
    background-image: url(about: blank);
    background-attachment: fixed;
}

/* 控制有弹窗时，页面不可滚动 */
.page-unscrollable{
    padding-right: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
/*浮层*/

/*.layer-wrapper{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top:0;
    width: 100%;
    height: 100%;
}*/

.layer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
.map-layer{
    position: absolute;
}
.layer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.layer-content {
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
}

.layer-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: auto;
    cursor: pointer;
}

.layer-title {
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shop-estate{
    float:left;
    padding:0 20px;
}
.prompt-box {
    width: 600px;
    height: 30px;
    background-color: #f0f0f0;
}
.prompt-text {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 30px;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.prompt-text a {
    font-size: 14px;
    color: #666;
    padding: 0 5px;
    text-decoration: underline;
    cursor: pointer;
}
.layer-text-sec {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    margin-bottom: -10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*须知*/

.known-content {
    width: 600px;
    height: 500px;
    margin-top: -290px;
    margin-left: -211px;
}

.layer-text-box {
    padding: 10px 30px;
    height: 293px;
    overflow-y: auto;
}

.layer-text {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.layer-known {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 30px;
    cursor: pointer;
}

.layer-known img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 7px;
}

.layer-known a {
    color: #1f6cdd;
}

.layer-btn {
    width: 72px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    margin: 20px auto;
    background: #d50000;
    cursor: pointer;
}

.layer-btn:hover {
    background: #b60e0e;
}

.center-map-btns {
    overflow: hidden;
    margin: 20px auto;
    width: 160px;
}

.map-btn-clear {
    width: 72px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #d50000;
    cursor: pointer;
    border: 1px solid #d50000;
    float: left;
}

.map-btn-clear:hover {
    border: 1px solid #b60e0e;
    color: #b60e0e;
}

.map-btn-ok {
    width: 72px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    background: #d50000;
    cursor: pointer;
    float: right;
}

.map-btn-ok:hover {
    background: #b60e0e;
}

/*二次确认删除*/

.confirm-content {
    width: 400px;
    height: 186px;
    margin-top: -270px;
    margin-left: -40px;
}

.layer-btn-box {
    margin: 30px auto 0;
    overflow: hidden;
    width: 164px;
}

.layer-btn-cancel {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    float: left;
    border: 1px solid #ededed;
    cursor: pointer;
    margin-right: 18px;
}

.layer-btn-sure {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    float: left;
    background: #d50000;
    cursor: pointer;
}

.layer-btn-sure:hover {
    background: #b60e0e;
    transition: all .225s ease-in-out;
}

.layer-btn-cancel:hover {
    border: 1px solid #999;
    transition: all .225s ease-in-out;
}

.layer .layer-btn-sure, .layer .layer-btn-cancel {
    width: 72px!important;
}

/*添加土地特色*/

.land-content {
    width: 600px;
    margin-top: -340px;
    margin-left: -300px;
    overflow: hidden;
}

.modal-content {
    overflow: hidden;
    padding: 0 30px;
    max-height: 554px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.modals-content {
    overflow: hidden;
    padding: 0 30px;
}

.height-auto {
    height: auto!important;
}

.list-modal {
    height: 314px;
    overflow-x: hidden;
    overflow-y: auto;
}

.list-modal.email-modal {
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.list-modal.list-modal-auto {
    height: auto;
}

.list-modal.list-modal-land {
    height: 421px;
}

.list-modal.list-modal-land.card-modal-list {
    height: 399px;
}

.list-modal.list-modal-land.card-modal {
    height: auto;
}

.modal-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.tags-div {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0;
}

.search-box {
    margin-top: 10px;
}

.tag {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 10px;
    background: #f5f6f8;
    padding: 0 10px;
    cursor: pointer;
}

.tags-div.has-tags .tag img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.has-tags .tag {
    cursor: text;
}

.tag:hover, .tag.tag-active, .has-tags .tag {
    background: #f0f4fd;
    color: #1f6cdd;
}

.tagname {
    float: left;
    overflow: hidden;
    width: 345px;
    border: 1px solid #ededed;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}

.tag-btn {
    float: left;
    width: 70px;
    margin-left: 20px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #d50000;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #d50000;
}

.tag-btn:hover {
    border: 1px solid #b60e0e;
    color: #b60e0e;
    transition: all .225s ease-in-out;
}

/*提示弹窗*/

.tips-content {
    width: 500px;
    height: 230px;
    margin-top: -150px;
    margin-left: -250px;
}

.layer-tips {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
    overflow: hidden;
}
.layer-tip {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    overflow: hidden;
}

.margin-auto {
    margin: 0 auto!important;
    float: none!important;
}

/*警告弹窗*/

.alert-layer {
    position: fixed;
    left: 45%;
    /*top:10%;*/
    top: 20%;
    height: 25px;
    z-index: 999;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    /*display: inline-block;*/
    text-align: center;
    display: none;
    background: #000;
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.7;
    /* 老版Mozilla */
    -khtml-opacity: 0.7;
    /* 老版Safari */
    opacity: 0.7;
    /* 支持opacity的浏览器*/
}

.index-alert.alert-layer {
    left: 34%;
}

.alert-layer img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.alert-layer p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/*浮层*/

.facotry-content {
    width: 600px;
    margin-top: -340px;
    margin-left: -300px;
    overflow: hidden;
    position: relative;
}
.facotry-content-box {
    width: 857px;
    margin-left: -428px;
}
.index-community-content {
    width: 402px;
    margin-top: -200px;
    margin-left: -201px;
    overflow: hidden;
}
.guide-focus-wx .guide-focus-top{
    margin-top: -320px;
}

.modal-content-index {
    height: 374px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 30px;
}

.community-modal {
    width: 402px;
    height: 163px;
    overflow: hidden;
}

.modals-content.modal-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.list-modal .vip-right-wrap {
    overflow: hidden;
    margin-top: 20px;
    width: 532px;
}
.list-modal .vip-email-wrap {
    width: 789px;
}
.list-modal .vip-right-wrap.layer-top {
    margin-top: 0;
}

.list-modal .vip-right-tit {
    width: 60px;
    float: left;
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.list-modal .vip-right-tit.layer-area-tit {
    color: #666;
}

.list-modal .vip-right-tit span {
    position: absolute;
    right: -8px;
    top: -4px;
    color: #d50000;
}

.list-modal .vip-right-box {
    width: 452px;
    float: left;
    padding-left: 20px;
    overflow: hidden;
    line-height: 1;
    position: relative;
    margin-top: 0;
    white-space: normal;
}

.facotry-content-box .list-modal .vip-right-box {
    width: 709px;
}

/**/

.list-modal .right-input {
    float: left;
    overflow: hidden;
    width: 432px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}
.list-modal .right-input.input-email-val{
    width: 689px;
}

.list-modal .right-inputs {
    float: left;
    overflow: hidden;
    width: 228px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}

.card-modal-list .right-inputs {
    float: left;
    overflow: hidden;
    width: 328px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}

.floder-box {
    display: none;
}

.title-tipss {
    float: left;
    width: 160px;
    margin-left: 16px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #1f6cdd;
    overflow: hidden;
    cursor: pointer;
}

.card-modal-list .title-tipss {
    float: left;
    width: 115px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    color: #333;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ededed;
    border-left: none;
}

/**/

.list-modal .mutiple-select, .list-modal .single-select {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -1px;
    cursor: pointer;
    padding-right: 20px;
    min-width: 82px;
}
.list-modal .mutiple-select.min-width {
    min-width: fit-content;
}

.list-modal .mutiple-select.active, .list-modal .single-select.active {
    background: none;
}

.list-modal .width-last {
    width: 80px;
}

.list-modal .mutiple-select img, .list-modal .single-select img {
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: baseline;
    top: 4px;
    left: -3px;
    margin-right: 4px;
}

.mutiple-select img.mutiple-no, .single-select img.single-no {
    display: inline-block;
}

.mutiple-select img.mutiple-yes, .single-select img.single-yes {
    display: none;
}

.mutiple-select.active img.mutiple-no, .single-select.active img.single-no {
    display: none;
}

.mutiple-select.active img.mutiple-yes, .single-select.active img.single-yes {
    display: inline-block;
}

.list-modal .add-box {
    width: 57px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    color: #1f6cdd;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.list-modal .add-box:hover{
    color: #1a5bba;
}

/*四级联动-地区*/

.list-modal .district-list {
    margin-top: 20px;
    overflow: hidden;
}

.list-modal .district-box {
    float: left;
    overflow: hidden;
    margin-right: 14px;
    width: 117px;
    position: relative;
}

.list-modal .district {
    overflow: hidden;
    border: 1px solid #ededed;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    padding-left: 9px;
    padding-right: 18px;
    position: relative;
    cursor: default;
    margin-top: 0;
}

.list-modal .district select {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0;
    width: 100%;
    height: 33px;
    outline: none;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    padding-left: 9px;
    padding-right: 18px;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    _margin-top: 6px;
    opacity: 0;
    filter: alpha(opacity:0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.list-modal .district select option {
    height: 33px;
    outline: none;
    line-height: 33px;
    font-size: 14px;
    color: #333;
}

.list-modal .district select::-ms-expand {
    display: none;
}

.list-modal .district img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 1px;
    cursor: pointer;
}

.list-modal .select-district {
    width: 68px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0px;
    top: 34px;
    z-index: 990;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px #ededed;
    border: 1px solid #ededed;
    display: none;
}

/* .list-modal .select-district::-webkit-scrollbar {
    display: none;
} */

.list-modal .select-district li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.list-modal .select-district li:hover {
    background-color: #f8f8f8;
}

.list-modal .margin-top-20 {
    margin-top: 20px!important;
}

/**/

.list-modal .input-unit {
    overflow: hidden;
    width: 450px;
    border: 1px solid #ededed;
    height: 34px;
    position: relative;
}

.list-modal .unit {
    cursor: pointer;
}

.list-modal .input-unit input {
    overflow: hidden;
    width: 352px;
    border-right: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
    float: left;
}

.list-modal .input-unit .vip-unit {
    overflow: hidden;
    width: 79px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #333;
    float: left;
}

.list-modal .input-unit .vip-unit img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.list-modal .vip-right-box textarea.notes {
    width: 430px;
    height: 87px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    border: 1px solid #ededed;
}

.list-modal .folder {
    font-size: 14px;
    color: #acacac;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 85px;
    margin-top: 20px;
}

.list-modal .folder span {
    color: #1f6cdd;
    margin-right: 12px;
    cursor: pointer;
}
.list-modal .folder span:hover {
    color: #1A5BBA;
}
.list-modal .margin-top-no {
    margin-top: 0!important;
}

.list-modal .remove {
    float: left;
    margin-left: 2px;
    width: 15px;
    height: auto;
    margin-top: 10px;
    cursor: pointer;
}
.add-remove-operate{
    float: left;
}
.add-remove-operate .addr-remove-default{
    display: block;
}
.add-remove-operate .addr-remove-active{
    display: none;
}
.add-remove-operate:hover .addr-remove-default{
    display: none;
}
.add-remove-operate:hover .addr-remove-active{
    display: block;
}
.index-layer .layer-title, .list-layer .layer-title {
    padding: 0 30px;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color: #333;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}
.list-layer .site-layer-title{
    margin-top: 0;
}
.index-layer .layer-btn, .list-layer .layer-btn {
    width: 72px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    float: right;
    margin: 20px 0 20px;
    margin-right: 30px;
    background: #d50000;
    cursor: pointer;
}

.layer-btn-upload {
    width: 72px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    float: right;
    margin: 20px 0 20px;
    margin-right: 30px;
    background: #d50000;
    cursor: pointer;
}

.layer-btn:hover, .layer-btn-upload:hover {
    background: #b60e0e;
    transition: all .225s ease-in-out;
}

.list-modal .upload-box {
    width: 450px;
    border: 1px solid #ededed;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
    min-height: 99px;
    _height: 99px;
}

.list-modal .file-upload, .list-modal .file-upload-pic {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 50;
    left: 0;
    top: 0;
    cursor: pointer;
}

.list-modal .vip-upload {
    width: 40px;
    height: 34px;
    display: block;
    margin: 23px auto 0;
}

.list-modal .upload-font {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-modal .upload-tips {
    width: 737px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #a6a6a6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-modal .upload-tips span {
    color: #d50000;
    cursor: pointer;
    margin-right: 5px;
}

.list-modal .upload-before {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    width: 58px;
    z-index: 1;
    margin-left: -28px;
}

.list-modal .upload-after, .list-modal .upload-after-pic {
    width: 450px;
    min-height: 99px;
    overflow: hidden;
}

.list-modal .upload-after li, .list-modal .upload-after-pic li {
    width: 102px;
    padding: 8px;
    float: left;
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #fff;
    position: relative;
    z-index: 60;
    margin-left: 25px;
    overflow: hidden;
    margin-top: 25px;
}
.load-img{
    position: absolute;
    width: 102px;
    height: 142px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}
.load-img img{
    margin-top: 25px;
}
.list-modal .up-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.list-modal .file-wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.list-modal .file-bg {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.list-modal .file-name {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    height: 80px;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
    z-index: 88;
    text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
    -webkit-text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
    -moz-text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
    *filter: Glow(color=#333, strength=1);
}

.list-modal .file-right {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    z-index: 20;
    display: none;
}

.list-modal .file-remove {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -o-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -ms-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: linear-gradient(top, #fafafa 0, #eee 100%);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ededed;
    text-decoration: none;
    text-align: center;
    color: #aaa;
    margin-top: 26px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px auto 0;
    cursor: pointer;
}

.list-modal .file-remove:hover {
    border: 1px solid #d50000;
    color: #d50000;
    background: #fff;
}

/* 地图弹窗 */

.map-img-box {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.map-img {
    width: 100%;
    height: 100%;
}

.map-div {
    /* width: 85%; */
    /* height: 34px; */
     padding: 13px 0;
    /* padding-right: 15%; */
    overflow: hidden;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ededed; */
}

.border-none.map-div {
    border-bottom: none;
}

.map-tit {
    float: left;
    overflow: hidden;
    width: 75px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding-left: 30px;
}

.map-input {
    float: left;
    overflow: hidden;
    width: 295px;
    border: 1px solid #ededed;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}

.map-btn {
    float: left;
    width: 70px;
    margin-left: 20px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #d50000;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #d50000;
}

.map-btn:hover {
    border: 1px solid #b60e0e;
    color: #b60e0e;
    transition: all .225s ease-in-out;
}

/* 任务介绍 */

.task-title {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.task-tit {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.task-content {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 我要订阅弹窗 */

.no-close-layer {
    width: 72px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    margin: 20px auto;
    background: #d50000;
    cursor: pointer;
}

.layer-right-box .input {
    float: left;
    width: 435px;
    border: 1px solid #ededed;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.layer-right-box .input img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 1px;
    cursor: pointer;
}

.layer-right-box .select-search-box {
    position: absolute;
    left: 20px;
    top: 41px;
    z-index: 100;
    overflow: hidden;
    width: 464px;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 15px #ededed;
    border: 1px solid #ededed;
}

.layer-right-box .search-section {
    height: 35px;
    overflow: hidden;
    border: 1px solid #ededed;
    margin: 0 9px;
}

.layer-right-box .search-section input {
    width: 174px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
    border-right: 1px solid #ededed;
}

.layer-right-box .search-btn {
    width: 66px;
    float: right;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #d50000;
}

.layer-right-box .search-btn:hover {
    background: #b60e0e;
}

.layer-right-box .search-list {
    overflow: hidden;
    max-height: 145px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* .layer-right-box .search-list::-webkit-scrollbar {
    display: none;
} */

.layer-right-box .search-list li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 0 9px;
}

.layer-right-box .search-list li:hover, .layer-right-box .search-list li.active {
    background-color: #f8f8f8;
}

/*查看名片弹窗*/

.card-content {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-other {
    color: #666;
}
.card-other a {
    font-size: 14px;
    text-decoration: underline;
    padding-right: 5px;
    color: #666;
}
.bold-money {
    font-weight: bold;
    color: #d50000;
    font-size: 16px;
}

.card-jump-center {
    color: #d50000;
    cursor: pointer;
}

.card-jump-center:hover {
    border-bottom: 1px solid #d50000;
}

.card-modal {
    padding: 20px 30px;
}

.layer-btn-boxs {
    margin: 10px auto 20px;
    margin-right: 30px;
    overflow: hidden;
    width: 164px;
    float: right;
}

/* 兑换金币 */

.money-modal {
    padding: 20px 30px 0;
}

.vip-money-box {
    width: 540px;
    overflow: hidden;
    margin-top: 15px;
}

.money-input {
    float: left;
    overflow: hidden;
    width: 335px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}

.money-tips {
    float: left;
    width: 160px;
    margin-left: 16px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #a6a6a6;
    overflow: hidden;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}
.area-tel{
    float: left;
    overflow: hidden;
    width: 77px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}
.line-tel{
    float: left;
    overflow: hidden;
    width: 30px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.tag-tips {
    padding-left: 5px;
    font-size: 12px;
    color: #999999
}
.region-policy-select{
    float: left;
    overflow: hidden;
    width: 464px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}
.region-policy-display .facotry-content .policy-hot-address{
    border-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height:80px;
    margin-top:30px;
    line-height:39px;
}
.region-policy-display .facotry-content .policy-hot-address .policy-title-two{
    font-size: 14px;
}
.guide-focus-title{
    margin-top:20px;
}
.prompt-slogan{
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 23px;
}
.guide-focus-wx .guide-focus-img{
    margin-left:120px;
    margin-top:20px;
    width: 382px;
    height: 122px;
    padding: 20px 0 20px 20px;
    background-color: #ffffff;
    overflow: hidden;
}
.guide-focus-wx .guide-focus-img img{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 20px;
}
.marked-words{
    text-align: center;
    padding: 0 0 50px;
    color:#999999;
    font-size:14px;
}
#edui_fixedlayer{
    z-index: 999!important;
}
.edui-default .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body,.edui-default .edui-toolbar .edui-combox .edui-combox-body{
    height: 20px;
}

/* 微信验证二维码 */
.wechat-verify-layer .success-btn {
    margin-bottom: 50px;
}
.wechat-verify-layer .success-btn p {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    background: #d50000;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}
.wechat-verify-layer .verify-qrcode {
    margin-top: 20px;
    width: 362px;
    padding: 20px;
    background-color: #ffffff;
}
.wechat-verify-layer .verify-qrcode img {
    margin: 0 auto;
    display: block;
    max-width: 120px;
}

/* 免费领取项目规则关闭弹窗 */
.rule-close-layer{
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 136px;
    cursor: pointer;
    width: 30px;
    height:30px;
}
.rule-close-layer.send-carrier{
    width: 35px;
    height:35px;
    margin-top: 280px;
}

.district-box select{
    display: none;
}