.im-layer{
    position: absolute;
    left: -100%;
}
.has_chat_info .im_layer{
    width: 720px !important;
}
.small.has_chat_info .im_layer {
    width: 920px !important;
}
.layui-layer-page.im_layer .layui-layer-content {
    overflow: hidden;
}
.im_layer{
    border-radius: 5px;
    overflow: hidden;
}
.im_layer .layui-layer-title{
    height: 30px;
    background-color: #fff;
    border: 0;
}

.im-box {
    width: 920px;
    margin: auto;
    height: 550px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    padding-left: 250px;
    position: relative;
    box-sizing: border-box;
}

.small .im-box{
    height: 550px;
    width: 920px;
}

.im-box.has_chat_info {
    padding-right: 200px;
}

.chat_bar {
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
}

.chat_bar,.chat_bar .my_info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chat_bar .my_info {
    padding: 15px;
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    width: 366px
}

.chat_bar .my_info .header_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

.chat_bar .my_info .header_box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.chat_bar .my_info .info_box .name {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 700
}

.chat_bar .my_info .info_box .build_name {
    font-size: 12px;
    color: #888
}

.chat_bar .my_info .info_box .level {
    margin-left: 5px;
    padding: 3px 5px;
    color: #ffdc42;
    background-color: #ff706f;
    border-radius: 5px;
    font-size: 10px
}

.chat_bar .my_info .info_box .data_box {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
    min-height: 16px
}

.chat_bar .my_info .info_box .data_box span {
    margin-right: 10px;
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chat_bar .my_info .info_box .menu_box {
    line-height: 40px
}

.chat_bar .my_info .info_box .menu_box .menu_item {
    font-size: 13px;
    display: inline-block;
    color: #666
}

.chat_bar .my_info .info_box .menu_box .menu_item .menu_item {
    margin-left: 15px
}

.chat_bar .my_info .info_box .menu_box .menu_item .icon-phone {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 24px;
    color: #1296db
}


.chat_bar .friend_list {
    height: 465px;
    overflow-y: scroll;
}

.chat_bar .friend_list::-webkit-scrollbar {
    /*display: none*/
}

.chat_bar .friend_list.has_my_info {
    height: 445px
}

.chat_bar .friend_list .friend {
    border-bottom: 1px solid #f3f3f3;
    font-size: 0;
    cursor: pointer;
    padding: 5px;
    margin: 2px 0;
}

.chat_bar .friend_list .friend.active,.chat_bar .friend_list .friend:hover {
    background-color: #f7f6f6
}

.chat_bar .friend_list .friend .img_box {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
}

.chat_bar .friend_list .friend .img_box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat_bar .friend_list .friend .img_box .unread {
    margin-top: 5px;
    min-width: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 20px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #ff6d29;
    line-height: 20px;
    border-radius: 10px;
    position: absolute;
    top: -6px;
    right: -6px
}

.chat_bar .friend_list .friend .friend_info {
    display: inline-block;
    width: 170px
}

.chat_bar .friend_list .friend .friend_info .nickname {
    display: flex;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_bar .friend_list .friend .friend_info .levelname {
    margin-left: 2px;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #4ebdf8;
    color: #4ebdf8
}

.chat_bar .friend_list .friend .friend_info .levelname.official {
    background-color: #1296db;
    color: #fff;
    border: 1px solid #1296db
}

.chat_bar .friend_list .friend .friend_info .levelname.agent {
    border: 1px solid #f96063;
    color: #f96063
}

.chat_bar .friend_list .friend .friend_info .levelname.adviser {
    border: 1px solid #f0bb2c;
    color: #f0bb2c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 68px;
}

.chat_bar .friend_list .friend .friend_info .chat {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #888;
    margin-bottom: 0;
}

.chat_bar .friend_list .friend .right_info {
    float: right;
    overflow: hidden;
    margin-right: 2px;
}

.chat_bar .friend_list .friend .right_info .time {
    font-size: 13px;
    color: #999
}

.chat_bar .friend_list .friend .right_info .unread {
    margin-top: 5px;
    min-width: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 20px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #ff5e66;
    line-height: 20px;
    border-radius: 10px;
    float: right
}

.chat_bar .friend_list .friend .right_info .btn {
    font-size: 13px;
    padding: 3px 5px;
    color: #1296db;
    line-height: 15px;
    border-radius: 3px;
    text-align: center;
    display: inherit;
}

.chat_bar .friend_list .nodata {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #999
}

.search_box {
    padding: 7px 0;
    position: relative
}

.search_box,.search_box input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search_box input {
    padding: 5px;
    height: 30px;
    padding-left: 30px;
    width: 100%;
    border: 0;
    background-color: #f7f7f7;
    border-radius: 3px;
    outline: none
}

.search_box .icon-search {
    position: absolute;
    left: 8px;
    top: 14px
}

.tabs_box {
    font-size: 0;
    border-bottom: 1px solid #f3f3f3;
    width: 100%
}

.tabs_box .tab_item {
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.tabs_box .tab_item.col4 {
    width: 25%
}

.tabs_box .tab_item.active {
    border-bottom: 2px solid #ff5e66
}

.chat_content {
    background-color: #f7f6f6;
    height: 100%;
    position: relative;
}

.chat_content .friend_top {
    padding: 10px 15px 22px 15px;
    background-color: #fff;
}

.chat_content .friend_top .header_box {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.chat_content .friend_top .header_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat_content .friend_top .info_box .name {
    font-size: 16px;
    font-weight: bold;
}

.chat_content .friend_top .info_box .status {
    font-size: 12px;
    color: #48dab4;
}

.chat_content .friend_top .info_box .level {
    padding: 3px 5px;
    color: #ffffff;
    background-color: #f2304a;
    border-radius: 5px;
    font-size: 10px;
}

.chat_content .friend_top .info_box .data_box {
    font-size: 12px;
    color: #888;
    height: 28px;
}

.chat_content .friend_top .info_box .data_box span {
    margin-right: 10px;
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}

.chat_content .friend_top .menu_box {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 12px;
}

.chat_content .friend_top .menu_box .menu_item {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    width: 40px;
    text-align: center;
}

.chat_content .friend_top .menu_box .menu_item .icon-dianhua {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #1296db;
}

.chat_content .friend_top .menu_box .menu_item .icon-weixin {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #09de74;
}

.chat_content .friend_top .menu_box .menu_item .icon-more {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #ff5e66;
}

.chat_content .chat_list_box {
    height: 330px;
    overflow-x: hidden;
    padding: 12px;
    box-sizing: border-box;
}
.chat_content .chat_list_box::-webkit-scrollbar {
    display: none;
}

.chat_content .chat_list_box .get_more {
    padding: 10px;
    font-size: 13px;
    color: #888;
    text-align: center;
    cursor: pointer;
}

.chat_content .chat_list_box .no_more {
    padding: 10px;
    font-size: 13px;
    color: #888;
    text-align: center;
}

.chat_content .chat_list_box .chat_item .time {
    text-align: center;
    margin-top: 20px;
}

.chat_content .chat_list_box .chat_item .time span {
    padding: 4px 15px 2px 15px;
    border-radius: 3px;
    background-color: #e7e7e7;
    font-size: 13px;
    color: #888;
}

.chat_content .chat_list_box .my_chat {
    margin-top: 10px;
    min-height: 50px;
}

.chat_content .chat_list_box .my_chat .header_box {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: right;
}

.chat_content .chat_list_box .my_chat .header_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat_content .chat_list_box .my_chat .info {
    float: right;
    max-width: 60%;
    margin-right: 25px;
    padding: 6px 15px;
    margin-top: 5px;
    line-height: 1.6;
    min-height: 24px;
    border-radius: 10px;
    background-color: #e5f2ff;
    color: #000000;
    position: relative;
    white-space: pre-line;
}

.chat_content .chat_list_box .my_chat .info img{
    max-width: 100%;
    overflow: hidden;
}

.chat_content .chat_list_box .my_chat .info .point {
    border: 10px solid;
    border-color: #e5f2ff transparent transparent #e5f2ff;
    position: absolute;
    top: 8px;
    right: -8px;
}

.chat_content .chat_list_box .my_chat .img {
    float: right;
    max-width: 300px;
    margin-right: 25px;
    padding: 12px;
    margin-top: 5px;
    line-height: 1.6;
    border-radius: 10px;
    background-color: #e5f2ff;
    color: #fff;
    position: relative;
    font-size: 0;
}

.chat_content .chat_list_box .my_chat .img img {
    max-width: 100%;
    border-radius: 10px;
}

.chat_content .chat_list_box .my_chat .img .point {
    border: 10px solid;
    border-color: #e5f2ff transparent transparent #e5f2ff;
    position: absolute;
    top: 8px;
    right: -8px;
}

.chat_content .chat_list_box .my_chat .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.chat_content .chat_list_box .my_chat .play_vioce_icon {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.chat_content .chat_list_box .my_chat .build-card {
    width: 50%;
    padding: 10px;
    margin-right: 20px;
    background-color: #e5f2ff;
    border-radius: 6px;
    float: right;
    cursor: pointer;
}

.chat_content .chat_list_box .my_chat .build-card .build-img-box {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.chat_content .chat_list_box .my_chat .build-card .build-img-box .build-img {
    width: 100%;
    height: 100%;
}

.chat_content .chat_list_box .my_chat .build-card .build-title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_content .chat_list_box .my_chat .build-card .build-price {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f2304a;
}

.chat_content .chat_list_box .friend_chat {
    margin-top: 10px;
    padding: 10px;
}

.chat_content .chat_list_box .friend_chat .header_box {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}

.chat_content .chat_list_box .friend_chat .header_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat_content .chat_list_box .friend_chat .info {
    float: left;
    max-width: 60%;
    min-height: 25px;
    margin-left: 25px;
    padding: 6px 15px;
    margin-top: 5px;
    line-height: 1.6;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    white-space: pre-line;
}

.chat_content .chat_list_box .friend_chat .info .point {
    border: 10px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 8px;
    left: -8px;
}

.chat_content .chat_list_box .friend_chat .info .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.chat_content .chat_list_box .friend_chat .info .play_vioce_icon {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.chat_content .chat_list_box .friend_chat .img {
    float: left;
    max-width: 220px;
    margin-left: 25px;
    padding: 12px;
    margin-top: 5px;
    line-height: 1.6;
    border-radius: 10px;
    background-color: #ffffff;
    color: #ff706f;
    position: relative;
    font-size: 0;
}

.chat_content .chat_list_box .friend_chat .img img {
    max-width: 100%;
    border-radius: 10px;
}

.chat_content .chat_list_box .friend_chat .img .point {
    border: 10px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 8px;
    left: -8px;
}

.chat_content .chat_list_box .friend_chat .build-card {
    width: 50%;
    padding: 10px;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 6px;
    float: left;
    cursor: pointer;
}

.chat_content .chat_list_box .friend_chat .build-card .build-img-box {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.chat_content .chat_list_box .friend_chat .build-card .build-img-box .build-img {
    width: 100%;
    height: 100%;
}

.chat_content .chat_list_box .friend_chat .build-card .build-title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_content .chat_list_box .system-info {
    padding: 5px;
    width: 72%;
    margin: 0 auto;
    margin-top: 20px;
}

.chat_content .chat_list_box .apply-tel,.apply-wechat {
    position: relative;
    top: 20px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.chat_content .chat_list_box .apply-tel .cont {
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #e9e8e8;
}
.chat_content .chat_list_box .apply-wechat .cont {
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #e9e8e8;
}

.chat_content .chat_list_box .apply-tel .agree {
    color: #1296db;
    margin-left: 10px;
    cursor: pointer;
}
.chat_content .chat_list_box .apply-wechat .agree {
    color: #1296db;
    margin-left: 10px;
    cursor: pointer;
}

.chat_content .chat_list_box .wechat-card {
    width: 260px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.chat_content .chat_list_box .wechat-card .wechat-info-box {
    align-items: center;
    padding: 12px;
    height: 70px;
}

.chat_content .chat_list_box .wechat-card .wechat-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border-radius: 6px;
    background-color: #09de74;
    margin-right: 10px;
    float: left;
    font-size: 30px;
    color: #fff;
}
.chat_content .chat_list_box .wechat-card .wechat-icon .iconfont{
    font-size: 30px;
}

.chat_content .chat_list_box .wechat-card .wechat-info .name {
    margin-bottom: 5px;
    color: #666;
}

.chat_content .chat_list_box .wechat-card .wechat-info .wechat {
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px;
}

.chat_content .chat_list_box .wechat-card .options {
    border-top: 1px solid #f3f3f3;
    font-size: 0;
}

.chat_content .chat_list_box .wechat-card .options div {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
    cursor: pointer;
}

.chat_content .chat_list_box .wechat-card .options .right-btn {
    border-left: 1px solid #f3f3f3;
    color: #ff706f;
}

.chat_content .send_box {
    height: 140px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    border: 1px solid #f3f3f3;
}

.chat_content .send_box .face_list {
    padding: 10px;
    width: 360px;
    position: absolute;
    z-index: 2;
    bottom: 140px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.chat_content .send_box .face_list .face_item {
    width: 10%;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.chat_content .send_box .face_list .face_item img {
    max-width: 100%;
}

.chat_content .send_box .fast_reply_box {
    padding: 0 10px;
    width: 450px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    bottom: 140px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.chat_content .send_box .fast_reply_chil_box {
    position: relative;
}

.chat_content .send_box .fast_reply_chil_box .edit_fast_reply {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    color: #888;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.chat_content .send_box .fast_reply_list {
    max-height: 190px;
    overflow-x: hidden;
}

.chat_content .send_box .fast_reply_list .fast_reply_item {
    padding: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
    position: relative;
}

.chat_content .send_box .fast_reply_list .fast_reply_item .edit {
    width: 40px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
}

.chat_content .send_box .send_bar {
    height: 40px;
    line-height: 40px;
}

.chat_content .send_box .send_bar label{
    display: inline-table;
    font-weight:normal;
    margin-right: 3px;
}

.chat_content .send_box .send_bar .iconfont {
    font-size: 26px;
    color: #888;
    cursor: pointer;
}

.chat_content .send_box .send_bar .file {
    height: 0;
    width: 0;
    overflow: hidden;
}

.chat_content .send_box .send_bar .fast_reply {
    cursor: pointer;
}

.chat_content .send_box .send_bar .fast_reply .text {
    position: relative;
    top: -5px;
    left: 2px;
    color: #888;
}

.chat_content .send_box .send_input {
    padding: 10px;
    height: 88px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.chat_content .send_box .send_input:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.chat_content .send_box .send_btn {
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    background-color: #f2304a;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
}

.chat_content .tip {
    text-align: center;
    font-size: 36px;
    color: #dedede;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}

.chat_info {
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
}

.chat_info .card .title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
}

.chat_info .card .info_box {
    height: 84px;
    line-height: 84px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
}

.chat_info .card .info_box p {
    color: #666;
    margin-bottom: 10px;
}

.chat_info .card .info_box .btn {
    text-align: center;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #FF5C6A;
}

.chat_info .card .time_line {
    padding: 10px;
    height: 435px;
    overflow-x: hidden;
}

.chat_info .card .time_line::-webkit-scrollbar {
    display: none;
}

.chat_info .card .line_item {
    padding-left: 15px;
    padding-bottom: 2px;
    border-left: 2px solid #dedede;
    position: relative;
    box-sizing: border-box;
}

.chat_info .card .line_item::before {
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #dedede;
    position: absolute;
    left: -7px;
    top: 0;
}

.chat_info .card .line_item .desc {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
}

.chat_info .card .line_item .time {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
.fast_reply_layer textarea{
    width: 340px;
    height: 90px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
}

.img_layer{
    height: 600px;
}
.img_layer img{
    height: 100%;
}
#start_el{
    margin-top:20px;
    text-align: center;
}
.start{
    font-size: 32px;
    padding: 15px;
    cursor: pointer;
}
.evaluate_tip{
    padding: 10px;
    margin-top: 10px;
}

.build_box{
    padding: 10px;
    height: 120px;
    box-sizing: border-box;
    left: 10px;
    right: 10px;
    position: absolute;
    bottom: 140px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}
.build_box .build_img{
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}
.build_box .build_img img{
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.build_box .build_info .build_title {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #333;
    margin-bottom: 10px;
}
.build_box .build_info .build_price {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #f2304a;
}
.build_box .send_info_btn{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    color: #f2304a;
    background-color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #f2304a;
}
.load_more {
    padding: 10px;
    text-align: center;
    color: #888;
    cursor: pointer;
}
.gray{
    /*grayscale(val):val值越大灰度就越深*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


/*电话弹出框*/
.tel-layer.layui-layer {
    border-radius: 10px;
    overflow: hidden;
}

.tel-layer .layui-layer-title {
    background-color: #fff;
    height: 40px;
    border: 0;
}
#tel-box .block{
    text-align: center;
    padding: 20px;
}

#tel-box img{width: 128px;height: 128px;margin-bottom: 30px}
#tel-box .block-title{font-size: 15px;font-weight: 600;text-transform: uppercase;line-height: 1.2;color: #1F98CA}
#tel-box code{padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;}
#tel-box h3{margin-top: 30px;margin-bottom: 30px;color: #000;font-weight: 300;text-align: center;font-size: 24px;}
#tel-box p{font-size: 12px;color: #999999;}
