﻿.list_templete {
    border: 1px solid rgba(0, 0, 0, .10);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    clear: both;
    float: left;
    margin-top: 1px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 0;
}

.image_model .image {
    margin-left: 0;
    display: flex;
    margin:5px;
    flex-direction: row-reverse;
    background-position: 50% 50%;
    background-size: 100% auto; 
    background-repeat: no-repeat; 
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 4px;
    display: block;
    height:65px;
    position: relative;
    width: 65px;
}

.content_model {
    display: flex;
    flex-direction: column;
    width:100%;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    /* align-items: flex-start; */
    overflow: hidden;
    padding: 6px;
}

.image_model {
    display: flex;
    flex-direction: row-reverse;
}

.has_image {
    display: flex;
   
}

.content_model a,.content_model div{
    text-decoration: none;
    color: #999;
}

    .content_model a :hover {
        text-decoration: none;
    }

    .content_model a :visited {
        text-decoration: none;
    }

    .content_model a :link {
        text-decoration: none;
    }

.content_model .templete_title {
    color: #000;
    font-weight: bold;
    position: relative;
}



.content_model .templete_sub_title {
    display: inline-block;
    /* overflow: hidden; */
    position: relative;
    /* text-overflow: ellipsis; */
    white-space: pre-line;
}

.button {
    padding-top: 2px;
    text-align: left;
}
.item-buttons {
     width: 100%;
}
.item-buttons .tips_button {
    float: right;
}

.is_not_first {
    border-top: 1px solid rgba(0, 0, 0, .10);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
}
.quick_replies_body .tips_button{
    margin:5px 5px 0 0;
}

.tips_button {
    border: 1px solid #0084ff;
    background: #fff;
    border-radius: 1.3em;
    display: inline-block;
    padding:0 6px;
 
}

.tips_model {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    /* display: flex; */
    flex-direction: column;
}

.templete_tips {
    position: relative;
    text-align: left;
}

.tips_button:hover {
    cursor: pointer;
}

/*@media (max-width: 766px) {

    .list_templete-body {
        width: 80%;
        font-size: 10px;
    }

    .content_model .button_link {
        border: 1px solid #0084ff;
        border-radius: 4px;
        color: #0084ff;
        display: block;
        font-size: 8px;
        padding: 2px 2px 2px;
        white-space: nowrap;
    }

    .templete_tips {
        width: 80%;
        font-size: 14px;
    }
      .image_model .image{
        width:60px;
    }
}
    */
@media (min-width: 767px) {
    .list_templete-body {
     
        font-size: 14px;
    }

    .content_model .button_link {
        border-radius: 4px;
        color: #0084ff;
        display: block;
        font-size: 14px;
        padding: 7px 8px 8px;
        white-space: nowrap;
    }

    .templete_tips {
        width: 500px;
        font-size: 17px;
    }

   
}



.generic_templete_body {
    width: 150px;
    height: 50px;
    /* position: absolute; */
    /* top: 20px; */
    /* left: 20px; */
    overflow-x: hidden;

}

.slide-box {
    width: 300px;
    position: relative;
}

.slide1 {
    width: 300px;
    height: 50px;
    float: left;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #BDD8CF;
}

.slide2 {
    width: 300px;
    height: 50px;
    float: right;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #C1C4C4;
}

.slide-top-image {
    background-size: cover;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.slide-top {
    width: 100%;
    height: 260px;
}
.slide-bottom-bottons a{
        width: 100%;
        display: inherit;
        text-align: center;
        color: #0084ff;
        font-weight: 500;
        /* padding: 0 10px; */
        /* border: 1px solid rgba(0, 0, 0, .10); */
        /* border-width: 1px; */
        /* border-style: solid; */
        /* border-color: rgba(0, 0, 0, 0.1); */
        line-height: 35px;
        display: block;
        border-top: 1px solid rgba(0, 0, 0, .10);
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.1);
        text-decoration: none;
        cursor: pointer;
}

.slide-content{
    width:500px;
    float:left;
    border: 1px solid rgba(0, 0, 0, .10);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .10);
    border-radius: 3px 3px 3px 3px;
    margin-right:5px;
}

.slide-bottom-bottons {
    /*box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .10);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);*/
}

.slide-bottom {
    width: 100%;
}
.slide-bottom-content-title {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0 0 5px;
    max-height: 25px;
    overflow-y: hidden;
}

.slide-bottom-content-subtitle {
    color: rgba(0, 0, 0, .40);
    font-size: 14px;
    margin: 10px 10px 10px 10px;
    white-space: pre-line;
    width: 100%;
    height: 85px;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

.left-slide-botton {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30px;
    /* bottom: 0; */
    top: 0;
    /* vertical-align: middle; */
    display: table;
}
.slide-botton2 {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;
    /* display: table; */
}
.right-slide-botton {
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
    /* bottom: 0; */
    top: 0;
    /* vertical-align: middle; */
    display: table;
}

left-slide-botton2 div {
    color: #365899;
    cursor: pointer;
}



.slide-botton3 {
    width: 30px;
    height: 30px;
    background-color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 0 3px 3px 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
    cursor:pointer;
}



.slide_booton {
        background-image: url(../content/sucai.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
}
i.left-contro {

    background-position: 0 -387px;
}
i.right-contro {

    background-position: 0 -400px;
}
.hide{
    display:none;

}
.slide-model {
    position: absolute;
    width: 70%;
    height: 433px;
    overflow-x: hidden;

}
@media (max-width: 766px) {
    .slide-model{
        width:80%;
    }
    /*.slide-content {
          width:285px;
    }*/
}