.template_item {
    padding: 0 0.3623rem;
    font-size: 16px;
    color: #333;
    position: relative;
    background: #fff
}

.template_item .separate_line {
    position: relative;
    padding: 0.3623rem 0;
}

.template_item .separate_line::before {
    content: '';
    position: absolute;
    background-color: #e1e1e1;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}


/* .template_item:last-child .separate_line::before {
    content: none
} */

.template_item .template_item_left {
    width: 80%;
}

.template_item .template_item_left>div {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333
}

.template_item .template_item_left>div span {
    padding-right: 0.1208rem
}

.template_item .template_item_left>div span:last-child {
    padding-right: 0
}

.template_item .template_item_left .line1 {
    /* font-weight: 400; */
    font-size: 16px
}

.template_item .template_item_left .line1 span {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333
}

.template_item .template_item_left .line2 {
    padding: 0.2415rem 0;
    font-size: 13px;
    color: #666;
    position: relative;
}

.template_item .template_item_left .line2 .state {
    color: #0096FF
}

.template_item .template_item_left .line2 .quotation_type {
    padding: 5px 0;
}

.template_item .template_item_left .line3 {
    font-size: 12.9996px;
    color: #666;
    padding-bottom: 0.0725rem;
    position: relative
}

.template_item .line2.borderright .belong {
    padding-left: 0.1932rem
}

.template_item .line2.borderright .name {
    border-right: 1px solid #ddd
}

.template_item .template_item_right {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 15px
}

.template_item .template_item_right .iconfont {
    color: #0096FF;
    /* font-size: 29.9984px; */
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.template_item .template_item_right_add .iconfont {
    position: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}

.customer_item_wrap .template_item_right .iconfont {
    top: 63%;
}

.template_item .template_item_right img.wechat_icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.template_item .template_item_right.bottom0 {
    top: initial;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0.3623rem;
    text-align: right
}

.template_item .template_item_right.bottom0 span {
    font-size: 13px;
    color: #666;
}

.template_item .template_item_right.bottom0 p {
    padding-top: 0.1691rem;
    font-size: 15px;
    color: #0096FF
}

.textarea_areabox p {
    font-size: 15px;
    color: rgb(51, 51, 51);
    float: left;
    overflow: hidden;
    padding: 14px 5px 12px 15px;
    width: 106px;
}

.textarea_areabox>div {
    padding-left: 105px;
    padding: 0 15px 0 90px;
}

.textarea_areabox .am-list-item.am-textarea-item,
.textarea_areabox .am-list-item.am-textarea-item.am-textarea-disabled {
    padding: 0
}

.new_item_title {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.new_item_right {
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_item_status {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    border-radius: 10px;
    display: inline-block;
    padding: 1px 5px;
    margin-top: 2px;
}

.new_item_status.status0 {
    color: #42D659;
    background: #EFF8F0;
}

.new_item_status.status1 {
    color: #F4333C;
    background: #FEEBEB;
}

.new_item_status.status2 {
    color: #FF7A00;
    background: #FFF2E4;
}

.new_item_status.status3 {
    color: #999999;
    background: #F5F5F5;
}

.new_item_content {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    margin: 2px 0;
}

.flow_list_draw_wrap .am-drawer-content {
    top: 45px;
}