/* 初始化 */
*,
:after,
:before {
    -webkit-margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
}

em,
strong {
    font-style: normal;
}

ul,
ol,
dl,
dd,
dt,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-size: inherit;
    font-family: 'Microsoft yahei';
    font-weight: inherit;
    outline: none
}

button#search_detail {
    font-size: 12px;
    color: #333;
    background-color: transparent;
    cursor: pointer;
}

a {
    color: #444;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    clear: both;
}

html {
    font: normal 14px 'microsoft yahei', arial, helvetica, clean, sans-serif;
    color: #444;
    background: #fafafa
}

form {
    font: normal 14px 'microsoft yahei', arial, helvetica, clean, sans-serif;
    color: #444;
    background: #fafafa
}

p,
span,
.advert-text,
a,
li {
    max-height: 100%;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

.crumbs .title .description {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    vertical-align: middle;
}

.clickable-text {
    cursor: pointer;
}

/* .comw{min-width: 1000px; max-width: 1000px; margin: 0 auto} */
.comw {
    min-width: 1000px;
    max-width: 1000px;
    margin-bottom: 25px;
}

.comadm {
    min-width: 1300px;
    max-width: 1300px;
    margin: 0 auto
}
._submit .subbtn{
    min-width: 150px;
}
._submit .subbtn + .subbtn{margin-left: 50px}

@font-face {
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;
    src: url('./font/DIN-Regular.otf')
}

/* 初始化 */

/* 详情页立即沟通浮框效果 */
[data-tooltip] {
    position: relative;
    display: inline-block;
}

[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 57.6%;
    transform: translateX(-50%);
    background-color: #00b7f3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 11px;
}

[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    bottom: 109%;
    left: 52%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #00b7f3 transparent transparent transparent;
    z-index: 1001;
}

/* 面包屑 */
.crumbs {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #cd0000;
    position: relative;
}

.crumbs .title {
    font-size: 16px;
    font-family: 'DIN';
}

.crumbs .title .name {
    font-weight: bold;
}

.crumbs .title .fa {
    padding: 0 5px;
}

.crumbs .title .addbtn {
    color: #cd0000;
    font-size: 15px;
}

.crumbs .title .addbtn:hover {
    text-decoration: underline;
}

/* 面包屑 */

/* 左右居中的headline 通过flex模型优化之前 */
.headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 5px 0;
    white-space: nowrap;
}

.headline .title {
    flex: 1;
    font-weight: normal;
    color: #000;
    font-size: 15px;
}

.headline .txt {
    color: #ff0000;
    text-align: right;
    flex: 1;
}

.headline .title.waring {
    color: #ff0000;
    font-size: 14px;
}

/* 左右居中的headline 通过flex模型优化之前 */

/* 房东申请 */
.user-host-authen {}

.user-host-authen .sheets .cover-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.user-host-authen .sheets .cover-box .change-img {
    border-radius: 10px;
    color: #000;
    margin: 0 10px 10px 0;
}

.user-host-authen .sheets .cover-box .change-img .change-text {
    font-size: 12px;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.user-host-authen .sheets .cover-box .change-img.img-box .delete {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    right: 5px;
    top: 5px;
    border-radius: 3px;
    background: url(../images/common/delete.png) center center no-repeat rgba(255, 255, 255, 1);
    background-size: 14px;
}

/* 房东申请 */


/* 表格列表 */
.table-list {
    margin-top: 20px;
    background: #fff;
    width: 100%;
}

.table-list th {
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #ddd;
    background: #eee
}

.table-list td {
    padding: 10px 10px;
    border: 1px solid #ddd
}

.table-list td .deals {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.table-list td .deals .btn {
    color: #000;
    cursor: pointer;
}

.table-list td .deals .btn:hover {
    text-decoration: underline;
}

.table-list td .deals .btn+.btn {
    margin-top: 10px;
}

.table-list td .deals .btn.delete {
    color: #ff0000
}

/* 表格列表 */

/* 我的房源 */
.rooms-list {}

.rooms-list td {
    vertical-align: top
}

.rooms-list td .reason {
    margin-top: 10px;
}

.rooms-list td .reason .line {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    background: #cd0000;
    text-align: left
}

.rooms-list td .reason .line .edit {
    color: #fff;
    text-decoration: underline;
}

.rooms-list td .itemid {
    font-family: 'DIN';
    font-size: 12px;
    word-break: break-all;
    font-weight: bold;
}

.rooms-list td .room-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rooms-list td .room-info .cover {
    width: 120px;
    height: 90px;
    background: #f0f0f0;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.rooms-list td .room-info .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rooms-list td .room-info .cover .nums {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 3px 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .70);
    color: #fff;
    font-size: 12px;
    font-family: 'DIN'
}

.rooms-list td .room-info .cover .nums .fa {
    margin-right: 3px;
}

.rooms-list td .room-info .txts {
    flex: 1;
    margin-left: 10px;
}

.rooms-list td .room-info .txts .title {
    color: #000;
    font-weight: bold;
    font-family: 'DIN';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rooms-list td .room-info .txts .attrs {
    margin-top: 10px;
}

.rooms-list td .room-info .txts .attrs .line {
    font-size: 12px;
    color: rgba(0, 0, 0, .80)
}

.rooms-list td .room-info .txts .attrs .line+.line {
    margin-top: 5px;
}

.rooms-list td .attri {
    margin-top: 10px;
}

.rooms-list td .attri dd {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-family: 'DIN';
}

.rooms-list td .attri dd+dd {
    margin-left: 10px
}

.rooms-list td .attri dd .name {
    margin-right: 5px;
    color: #888
}

.rooms-list td .trade {
    margin-top: 10px
}

.rooms-list td .trade .name {
    font-size: 12px;
    display: inline-block;
    color: #333;
    padding: 4px 10px;
    background: #f0f0f0;
    border-radius: 3px;
}

.rooms-list td .trade .name+.name {
    margin-left: 5px;
}

.rooms-list td .deals .btn.status {}

.rooms-list td .deals .btn.ischecked {
    background: #ff0000;
    margin: 0 5px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1px 2px #efe4e4;
    padding: 5px;
}

.rooms-list td .deals .btn.ischecked:hover {
    text-decoration: none;
}

.rooms-list td .deals .btn.gray {
    color: rgba(0, 0, 0, .50);
}

/* 我的房源 */


/* 发布房源 */
.room-sheets {}

.room-sheets table th {
    width: 120px !important;
}

.room-sheets .facs {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.room-sheets .facs ._fac_menus {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100px;
    height: 100%;
    background: #fafafa
}

.room-sheets .facs ._fac_menus::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.room-sheets .facs ._fac_menus::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
}

.room-sheets .facs ._fac_menus span {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 8px 12px 20px;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
}

.room-sheets .facs ._fac_menus span+span {
    border-top: 1px solid #f0f0f0;
}

.room-sheets .facs ._fac_menus span: last-child {
    border-bottom: 0
}

.room-sheets .facs ._fac_menus span:hover {
    color: #000
}

.room-sheets .facs ._fac_menus span.active {
    color: #000;
    border-right: 1px solid #fff;
    background: #fff
}

.room-sheets .facs ._fac_menus span.active::before,
.room-sheets .facs ._fac_menus span:hover::before {
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 40%;
    content: '';
    transform: translateY(-50%);
    background: #f00;
    border-radius: 20px;
}

.room-sheets .facs ._fac_tags {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    margin-left: 100px;
    background: #fff
}

.room-sheets .facs ._fac_tags::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.room-sheets .facs ._fac_tags::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
}

.room-sheets .facs ._fac_tags dl {
    display: none;
    overflow: hidden;
    height: auto;
    padding: 10px
}

.room-sheets .facs ._fac_tags dl.active {
    display: block
}

.room-sheets .facs ._fac_tags dl dd {
    line-height: 40px;
    float: left;
    overflow: hidden;
    width: calc((100% - 20px)/3);
    height: 40px;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background: #fafafa;
    font-size: 13px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.room-sheets .facs ._fac_tags dl dd.active {
    border-color: #1caa52;
    background-image: url(../images/icons/ri.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

.room-sheets .facs ._fac_tags dl dd:nth-child(3n) {
    margin-right: 0
}

.room-sheets .facs ._fac_tags .no_havs {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: url(../images/icons/nohav.png) center center no-repeat
}

.room-sheets .facs.facs-attrs {
    height: 250px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background: #fff
}

.room-sheets .facs.facs-attrs ._fac_menus {}

.room-sheets .facs ._trade_tags {
    padding: 0 10px 0 0;
}

.room-sheets .facs ._trade_tags dl {
    padding: 0;
}

.room-sheets .facs ._trade_tags dl dd.active {
    background: #323c48;
    border-color: #2b333e;
    color: #fff
}

.room-sheets .type-panel {
    width: auto
}

.room-sheets .type-panel dd:first-child {
    border-radius: 3px 0 0 3px
}

.room-sheets .type-panel dd:last-child {
    border-radius: 0 3px 3px 0
}

.room-sheets .type-panel dd.active {
    color: #fff;
    background: #1caa52
}

.room-sheets .type-panel dd {
    line-height: 30px;
    font-size: 12px;
    float: left;
    overflow: hidden;
    width: auto;
    height: 30px;
    margin-bottom: 2px;
    padding: 0 10px;
    cursor: pointer;
    background: #dfdfdf
}

/* .room-sheets .type-panel dd+dd {
    margin-left: 1px;
} */

.room-sheets .time-open {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background: #f8f8f8;
}

.room-sheets .time-open+.time-open {
    margin-left: 10px;
}

.room-sheets .time-open span {
    float: left;
    line-height: 40px;
    border-radius: 3px 0 0 3px;
    padding: 0 10px;
    border-right: 1px solid #DFDFDF;
}

.room-sheets .time-open ._text {
    padding: 10px;
    border-bottom: none;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    background: #f8f8f8;
}

.room-sheets .time-open ._text:focus {
    border-bottom: 0;
}

.room-sheets .time-open #timeRangeDiv {
    position: absolute;
    z-index: 1000;
    padding: 10px 10px;
    width: 100%;
    top: 38px;
    left: 0;
    background: #F8F8F8;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
}

.room-sheets .time-open #timeRangeDiv select {
    height: 30px;
}

.room-sheets .time-open #timeRangeDiv .timeBtn {
    background: #FF0000;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 12px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 10px;
}

.room-sheets .bMap {
    position: relative;
    width: 100%;
}

.room-sheets .bMap .map-warp {
    position: absolute;
    /* top: 45px; */
    left: 0;
    display: none;
    z-index: 10 !important;
    width: calc(100%);
    height: 322px;
}

.room-sheets .bMap .map-warp .anchorBL {
    display: none
}

.room-sheets .bMap input {
    width: 100% !important
}

body .tangram-suggestion-main {
    z-index: 100;
}

/* 发布房源 */


/* 表单通用样式 */
.sheets {
    height: auto;
    margin: 10px 0 15px;
    padding: 15px;
    background: #ececec
}

.sheets table {
    width: 100%
}

.sheets table th {
    font-weight: normal;
    line-height: 22px;
    width: 30%;
    padding: 10px 20px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ececec;
    background: #fff
}

.sheets table th i {
    font-size: 16px;
    font-style: normal;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px;
    color: #f00
}

.sheets table th {
    position: relative;
}

.sheets table th.must::before {
    content: '*';
    color: #ff0000;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}

.sheets table td {
    padding: 10px;
    border: 1px solid #ececec;
    background: #fff
}

.sheets table td p {
    font-size: 11px;
    margin-top: 5px;
    color: #999
}

.sheets table td .attention {
    color: #ff0000
}

.sheets table ._text {
    width: 60%;
    padding: 10px 0;
    resize: none;
    border: 0;
    border-bottom: 1px solid #dfdfdf
}

.sheets table ._text:focus {
    border-bottom: 1px solid #ff0000
}

.sheets table ._tarea {
    line-height: 22px;
    width: 75%;
    padding: 10px 0;
    resize: none;
    border: 0;
    border-bottom: 1px solid #c2c2c2
}

.sheets table .checkBox,
.sheets table .radio {
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top
}

.sheets table .cover-box {
    overflow: hidden;
    margin: 0;
    padding-bottom: 0
}

.sheets table .cover-box .change-img {
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 3px solid #f0f0f0;
    border-radius: 100%;
    background-position: 50%;
    background-size: cover
}

.sheets table .cover-box .change-text {
    line-height: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(51, 51, 51, .3)
}

.sheets table .cover-box .change-text input[type=file] {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.sheets table .cover-box .change-text .fa {
    font-size: 40px;
    line-height: 1;
    color: #000
}

.sheets table ._evl_raty {
    height: auto;
    min-height: 50px;
    padding: 10px;
    background: #fff
}

.sheets table ._evl_raty .hint {
    font-size: 13PX;
    line-height: 24px;
    float: right;
    color: #f00
}

.sheets table .forget {
    text-align: right
}

.sheets table .forget>a {
    display: inline-block;
    padding-left: 5px;
    text-decoration: underline;
    color: #f00
}

.sheets table .get-v {
    position: absolute;
    top: 13px;
    right: 70px;
    padding: 7px 8px;
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}

/* 表单通用样式 */

/* 图片上传 */
.many-upload {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: -10px;
}

.many-upload .waring {
    display: block;
    display: none;
    height: auto;
    margin-bottom: 10px;
    padding: 10px
}

.uploaded-panel .box {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc((100% - 30px) / 4);
    height: auto;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    background: #f8f8f8
}

.uploaded-panel .box:nth-child(4n) {
    margin-right: 0
}

.uploaded-panel .box img {
    width: 100%;
    height: 90px;
    object-fit: cover
}

.uploaded-panel .box #images,
.uploaded-panel .box #logo, .uploaded-panel .box #room360 {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    border: 0;
    filter: alpha(opactiy=0)
}

.uploaded-panel .box .ptext {
    height: auto;
    padding: 8px;
    border: 3px solid #f0f0f0;
    background: #fff
}

.uploaded-panel .box .ptext textarea {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    height: 50px;
    resize: none;
    color: #333;
    border: 0;
    border-radius: 5px;
}

.uploaded-panel .box span.delete {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    height: 90px;
    cursor: pointer;
    center center no-repeat
}

/*.uploaded-panel .box span.delete{position: absolute; z-index: 100; top: 0; right: 0; width: 100%; height: 90px; cursor: pointer; background: url(../images/admin/close.png) center center no-repeat}*/
.uploaded-panel .box.upload-btn {
    height: 166px;
    cursor: pointer;
    border-radius: 3px;
    background: #f0f0f0
}

.uploaded-panel .box.upload-btn:before,
.uploaded-panel .box.upload-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3em;
    height: 1px;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #2b333e;
}

.uploaded-panel .box.upload-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

/* 图片上传 */


/* layui 弹窗自定义样式 */
body .layui-layer {}

body .layui-layer .layui-layer-btn {
    padding-bottom: 15px;
}

body .layui-layer .layui-layer-btn a {
    height: auto;
    padding: 5px 15px;
    border-radius: 5px;
}

/* layui 弹窗自定义样式 */


/* 多条件查询 */
.roomChoices {
    height: auto;
    background: #FFe7e7;
    padding: 15px 10px 7px 1px;
    border-radius: 5px;
    margin-top: 15px;
}

.roomChoices .espanel {
    position: relative;
    overflow: hidden;
}

.roomChoices .espanel li {
    display: block;
    margin-bottom: 12px;
    line-height: 25px;
}

.roomChoices .espanel li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.roomChoices .espanel li .name {
    width: 80px;
    color: #000;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.roomChoices .espanel li .sonlist {
    display: block;
    margin-left: 90px;
    overflow: hidden;
}

.roomChoices .espanel li .sonlist dd {
    cursor: pointer;
    color: #000;
    font-size: 13px;
    padding: 0 8px;
    float: left;
    border-radius: 3px;
    margin-right: 8px;
    background: #FFE7E7 margin-bottom: 8px;
}

.roomChoices .espanel li .sonlist dd:hover {
    background: #FFe7e7;
    color: #FF0000;
}

.roomChoices .espanel li .sonlist dd.active {
    color: #FFF;
    background: #cd0000;
}


/* 通用筛选日期以及相关 */
.beChoices {
    background: #ffe7e7;
    border: 1px solid #CCC;
    padding: 16px 40px;
    border-radius: 3px;
    color: #333;
    margin-top: 10px;
}

.beChoices .line {
    display: flex;
    align-items: center;
}

.beChoices .line+.line {
    margin-top: 10px;
}

.beChoices .line .title {
    margin-right: 5px;
    min-width: 2em;
    white-space: nowrap;
    display: inline-flex;
    cursor: pointer;
}

.beChoices .line .ranges {
    width: auto;
    margin-right: 10px;
}

.beChoices .line .ranges span.unit {
    color: #333;
}

.beChoices .line .calendarIcon {
    width: 27px;
    height: 21px;
    cursor: pointer;
    background: url(../images/index/calendar-icon.png) no-repeat center center
}

.beChoices .line .cell {
    display: flex;
    align-items: center;
    writing-mode: horizontal-tb;
}

.beChoices .line .cell+.cell {
    margin-left: 5px;
}

.beChoices .line .cell+.cell-last {
    margin-left: 5.5px;
}

.beChoices .line .cell .inputs {
    line-height: 1;
    height: 32px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #cfcfcf;
}

.beChoices .line .cell .inputs .vals {
    flex: 1;
    white-space: nowrap;
    color: #757575;
    padding: 0 10px;
    cursor: pointer;
}

.beChoices .line .cell .inputs .arrowDown {
    width: 26px;
    height: 100%;
    cursor: pointer;
    background: url(../images/index/select-img.png) center right no-repeat;
}

.beChoices .line .cell .inputs .downPanels {
    position: absolute;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 0 0 10px #e1dfdf;
    background: #fff;
    z-index: 1000;
    left: 0;
    top: 35px;
    display: none
}

.beChoices .line .cell .inputs .downPanels .downDataList {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.beChoices .line .cell .inputs .downPanels .downDataList .downValue {
    padding: 10px 20px 10px 10px;
    line-height: 1.4;
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    position: relative;
}

.beChoices .line .cell .inputs .downPanels .downDataList .downValue+.downValue {
    border-top: 1px solid #fbf8f8;
}

.beChoices .line .cell .inputs .downPanels .downDataList .downValue.active {
    color: #222;
}

.beChoices .line .cell .inputs .downPanels .downDataList .downValue.active::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/common/check.png) center center no-repeat #444444;
    background-size: 15px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    border-radius: 3px;
}

.beChoices .line .cell .inputs .downPanels .deals {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.beChoices .line .cell .inputs .downPanels .deals .btn {
    padding: 8px 25px;
    background: #FF0000;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
}

.beChoices .line .cell .inputs .downPanels .deals .btn:hover {
    background: #cd0000;
}

.beChoices .line .cell .inputs.kinds {
    position: relative;
}

.beChoices .line .cell .inputs.kinds .vals {
    width: 149.5px;
}

.beChoices .line .cell .inputs.kinds.active .vals {
    color: #222;
}

.beChoices .line .cell .inputs.areas {
    position: relative;
    width: 130px;
}

.beChoices .line .cell .inputs.areas.active .vals {
    color: #222;
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.beChoices .line .cell .inputs.types {
    position: relative;
    width: 170px;
}

.beChoices .line .cell .inputs.types.active .vals {
    color: #222;
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
}


.beChoices .line .cell .inputs.locSearch {}

.beChoices .line .cell .inputs.locSearch input {
    border: 0;
    height: 30px;
    padding: 0 10px;
}

.beChoices .line .cell .inputs.locSearch input::-webkit-input-placeholder {
    color: #999;
}

.beChoices .line .cell .inputs.locSearch .submit {
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 357px;
    border-radius: 50%;
    background: url(../images/icons/in_search.png) center center no-repeat #cfcfcf
}

/* .beChoices .line .cell .inputs.locSearch .submit .go{width: 30px; height: 31px; cursor: pointer; background: url(../images/icons/in_search.png) center center no-repeat #cfcfcf} */
.submitButton {
    width: 30px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    background: url(../images/icons/in_search.png) center center no-repeat #cfcfcf
}

.clear3 {
    width: 30px;
    height: 31px;
    cursor: pointer;
    background: url(../images/icons/in_search.png) center center no-repeat #cfcfcf;
}


.beChoices .line .cell .location {
    height: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.beChoices .line .cell .location .icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 4px;
}

.beChoices .line .cell .location .txt {
    white-space: nowrap;
}

#fee {}

#fee .fee_label {
    width: 100px;
    text-align: right
}

#fee .fee-content {}

#fee .fee-content .fee-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
}

#fee .fee-content .fee-item span,
input,
select {
    margin-left: 0px;
}

select.station-time {
    width: 98px;
}

select.station-type {
    width: 98px;
}

#fee .fee-content .fee-item input,
#fee .fee-content .fee-item select {
    line-height: 20px;
    padding: 10px 0;
    transition: all .3s;
    text-indent: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
    height: 40px;
}

#fee .fee-content .fee-item .fee-name {
    width: 200px;
    margin-right: 5px;
}

#fee .fee-content .fee-item .fee-min {
    width: 100px;
}

#fee .fee-content .fee-item .fee-max {
    width: 100px;
}

#fee .fee-content .fee-item .fee-unit {
    width: 100px;
    margin-right: 3px;
    margin-left: 5px;
}

#fee .fee-content .fee-item .add-fee {
    font-size: 20px
}

#fee .fee-content .fee-item .del-fee {
    font-size: 20px;
    color: red;
}

/* 排序 */
/*.select-container {*/
/*    position: relative;*/
/*    !*width: 150px;*!*/
/*}*/
/*.sort_select {*/
/*    position: absolute;*/
/*    width: 78.2px;*/
/*    text-align: center;*/
/*    border: 1px #333 solid;*/
/*    border-radius: 4px;*/
/*    background: #fff;*/
/*    top: 30px;*/
/*    left: 0;*/
/*    z-index: 999;*/
/*    line-height: 2;*/
/*    cursor: pointer;*/
/*    padding: 8px 0;*/
/*}*/

/*.sort_select {*/
/*    position: absolute;*/
/*    width: 78.5px;*/
/*    text-align: center;*/
/*    border: 1px #333 solid;*/
/*    border-radius: 3px;*/
/*    background: #fff;*/
/*    top: 30px;*/
/*    left: -0.5px;*/
/*    z-index: 999;*/
/*    line-height: 1.3;*/
/*    cursor: pointer;*/
/*    padding: 8px 0;*/
/*    overflow: hidden;*/
/*    display: none;*/
/*}*/

/*.sort_select .item {*/
/*    padding: 5px 0;*/
/*    transition: background-color 0.3s, color 0.3s;*/
/*}*/

/*.sort_select .item:hover {*/
/*    background-color: #b3b3b3;*/
/*    color: #fff;*/
/*}*/



/*.select-row {*/
/*    overflow: visible;*/
/*}*/

.select-container {
    position: relative;
}

.sort_select {
    position: absolute;
    width: 78.5px;
    text-align: center;
    border: 1px #333 solid;
    border-radius: 3px;
    background: #fff;
    top: 30px;
    left: -0.5px;
    z-index: 999;
    line-height: 1.3;
    cursor: pointer;
    padding: 8px 0;
    overflow: hidden;
    display: none;
    /* 默认隐藏 */
}

.select-container:hover .sort_select {
    display: block;
    /* 鼠标悬停时显示 */
}

.sort_select .item {
    padding: 5px 0;
    transition: background-color 0.2s, color 0.2s;
}

.sort_select .item:hover {
    background-color: #b3b3b3;
    color: #fff;
}

.select-row {
    overflow: visible;
}

.video-cover {
    position: relative;
}

.video-cover .delete {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    height: 90px;
    cursor: pointer;
    center center no-repeat
}

/*.video-cover .delete{position: absolute; z-index: 100; top: 0; right: 0; width: 100%; height: 90px; cursor: pointer; background: url(../images/admin/close.png) center center no-repeat}*/
.station-content span {
    font-size: 20px;
}

.del-station {
    color: #f40;
    font-size: 20px;
}

/* 350px及以上 */
@media screen and (min-width: 350px) {
    .css-1522jms {
        padding-inline-start: var(--space-16);
        padding-inline-end: var(--space-16);
    }


}

/* 768px及以上 */
@media screen and (max-width: 767px) {
    .css-1pxcgoy {
        padding-bottom: 0;
    }

    .css-1522jms {
        display: none;
    }
    .sp_body{
        min-width: none !important;
    }

    ._space_dt ._dt_body ._sp_info {
        height: auto;
        min-height: 500px;
        margin-right: 0px !important;
        background: none !important;
        width: 100%;
    }
    .comw _space_dt{
        min-width: none !important;
        width: 100%;
        max-width: none !important;
    }


    ._space_dt ._dt_body {
        height: auto;
        padding: 24px 20px 20px 20px;
        background: #fff;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 200px;
    }

    ._space_dt ._sp_fixed {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        float: none;
    }

    ._fix_side {
        position: absolute !important;
        width: 100% !important;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    }

}

/* 1080px及以上 */
@media screen and (min-width: 1080px) {
    .css-wn0mpe {
        width: 300px;
    }

    .css-mqp8ev {
        padding-right: 380px;
    }
}