/* banner */
.deviceSharing-banner{
    background-image: url('../images/header/resources-center.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_title{
    text-align: center;
    color: #fff;
    font-size: 60px;
}
.res_booking {
    position: fixed;
    width: 800px;
    height: 620px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 0 10px 1px rgba(120, 120, 120, 0.2);
    border: 1px solid rgba(64, 21, 172, 0.2);
    border-radius: 8px;
    padding: 50px 50px 50px 0;
    z-index: 999;
}


.bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.booking_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 30px;
    border-bottom: 1px solid rgba(20, 101, 207, 0.4);
    padding-bottom: 10px;
    color: #2427e2;
}

.booking_btn {
    width: 100%;
    margin-right: 10px;
    margin-top: 40px;
}

.booking_btn1,
.booking_btn2 {
    text-align: center;
    padding: 9px 0;
    width: 120px;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.2s;
    display: inline-block;
    cursor: pointer;
}

.booking_btn2 {
    background-color: #ffffff;
    border: 1px solid #1540b8;
    margin-left: 10px;
}

.booking_btn1 {
    background-color: #1540b8;
    color: #ffffff;
    margin-left: 500px;
}

.form_line_img {
    width: 400px;
    margin: 0 auto;
    background-color: pink;
}

.form_img {
    width: 400px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: rgba(17, 21, 236, 0.2);
}

.line_title {
    color: #001cbd;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.detail_form {
    margin: 20px 0 40px;
}

.form_line_blue,
.form_line_white {
    display: flex;

}

.form_line_blue {
    background-color: #f4f5f9;
}

.form_line_white {}

.line_div_long,
.line_div {
    font-size: 16px;
    padding: 10px 0;
    margin-right: 2%;
    display: flex;
}

.line_div {
    width: 30%;
}

.line_div_long {
    width: 100%;
}

.line_label {
    padding-left: 20px;
    width: 160px;
    ;
    font-weight: 700;

}

.line_input {
    width: calc(100% - 160px);
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.detail_content {
    font-size: 16px;

}

.detail_top {
    position: relative;
}

.detail_return {
    border: 1px solid rgba(11, 55, 255, 0.7);
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: #0000ff;
    position: absolute;
    right: 20px;
}

.detail_return:hover {
    background-color: #6658ff;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
}

.res_display {
    display: none;
}

.res_detail {
    min-height: 550px;
    padding: 40px 40px 100px;
    margin-top: 40px;
    box-shadow: 0 0 10px 1px rgba(126, 167, 184, 0.1);
}

.list_height {
    min-height: 390px;
}

.no_data {
    position: relative;
    width: 100%;
    height: 400px;
}

.no_data_img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    margin: 0 auto;
    width: 200px;
}

.no_data_text {
    text-align: center;
    color: #919191;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 70%;
}

.no_data_none {
    display: none !important;
}

/* 分类标签容器 */
.top_types_normal,
.top_types_popular {
    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    width: 90%;
}

/* 分类列 */
.top_types_content {
    display: flex;
    margin-top: 30px;
}

/* 分类名 */
.top_types_label {
    padding: 5px 10px;
    width: 6%;
}

/* 分类标签 */
.fl_item {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: 0.1s;
}

.fl_item:hover {
    color: #1c73ff;
    font-weight: 700;
}

.fl_item_select {
    color: #1c73ff !important;
    border-bottom: 1px solid #0000f9 !important;
    font-weight: 700 !important;
}

/* 搜索框 */
.search_input {
    margin: 30px 0 30px 10px;
    width: 950px;
    height: 40px;
    border: 1px solid rgba(169, 184, 174, 0.4);
    padding: 0 20px;
}

.search_input:focus {
    border: 1px solid rgba(34, 36, 184, 0.6);
}

/* 搜索按钮 */
.search_btn {
    margin-left: 30px;
    width: 160px;
    height: 42px;
    border: none;
    background-color: #0053e3;
    color: #ffffff;
    transition: 0.1s;
    cursor: pointer;
}

.search_btn:hover {
    background-color: #3375e9;
}

/* 列表每项 */
.list_item {
    margin: 20px 30px 40px;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    transition: 0.1s;
    box-shadow: 0 0 5px 1px rgba(71, 75, 162, 0.2);
    border-radius: 8px;
}

.list_item:hover {
    box-shadow: 0 0 5px 1px rgba(0, 23, 236, 0.2);
}

/* 设备行左侧图片 */
.list_item_img {
    background-color: black;
    width: 26%;
    height: 220px;
}

.list_item_img img {
    width: 100%;
    height: 100%;
}

.list_item_content {
    width: 60%;
}

.list_item_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 25px;
}

.list_item_line {
    font-size: 16px;
    margin: 8px 0;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.name{
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 30px;
}

.list_item_label {
    font-weight: 700;
}

.list_item_button {
    width: 12%;
    position: relative;
    margin-right: 10px;
}

.list_item_btn1,
.list_item_btn2 {
    text-align: center;
    padding: 12px 0;
    position: absolute;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
}

.list_item_btn1 {
    background-color: #ffffff;
    bottom: 65px;
    border: 1px solid #1540b8;
}

.list_item_btn2 {
    background-color: #1540b8;
    bottom: 10px;
    color: #ffffff;
}

.list_item_btn1:hover,
.booking_btn2:hover {
    background-color: #1a52ea;
    color: #ffffff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.list_item_btn2:hover,
.booking_btn1:hover {
    background-color: #3363e8;
    box-shadow: 0 0 10px 1px rgba(81, 0, 255, 0.3);
}