html{
    height:auto;
    background:#fff;
}
#container{
    width:100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}
.card{margin-top:0;box-shadow: none;}
.mn-content{background:#fff;}
.lean-overlay{
    background:#dedbdb;
}
.sms-service-wrapper *{
    /* margin:0;
    padding:0; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sms-service-wrapper{
    color:#333333;
}
.sms-service-wrapper .pub-top-tabs{
    padding-left: 22px;
}
.mailbox-top-view{
    padding:15px 0;
    font-size: 0;
    border-bottom: 1px solid #E4EAEC;
    position: relative;
}
 .mailbox-top-view .item{
    padding:0 17px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.mailbox-top-view .num {
    /* border-right:1px solid #DDDDDD; */
    padding-left:10px;
}
.mailbox-top-view .num span font{
    color:#3b82ed!important;
}
.mailbox-top-view .tip{
    color:#3b82ed;
    cursor: pointer;
    display: none;
}
.mailbox-top-view .send-out{
    position: absolute;
    right:0;
    top:11px;
    width:59px;
    height:28px;
    text-align: center;
    line-height: 28px;
    font-size:14px;
    color:#ffffff;
    background:#3b82ed;
    border-radius:4px;
    cursor: pointer;
}
.sms-service-wrapper .group-sending-wrapper{
    padding-bottom: 30px;
}
.left-content{
    display: inline-block;
    vertical-align: top;
    width:303px;
}
.left-content .title{
    padding-left:10px;
    line-height: 42px;
}
.left-content .preview-box{
    /* padding:50px 28px; */
    padding: 50px 28px 50px 30px;
    width:286px;
    height:582px;
    background:url(../images/smsService/phone.png) no-repeat;
}
.left-content .preview-box p{
    /* text-align: justify; */
    height:260px;
    line-height: 26px;
    overflow-y: auto;
}
.left-content .preview-box .msgArea{
    word-break: break-all;
}
.left-content .preview-box .test-send-sms-btn{
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:#ffffff;
    background:#3b82ed;
    border: none;
    border-radius: 4px;
}
.right-content{
    padding-left:18px;
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 303px);
    min-height: 600px;
    /* background:blue; */
    /* border-left:1px solid #E4EAEC; */
    position: relative;
}
.right-content::after{
    content: "";
    position: absolute;
    top:25px;
    bottom:0;
    left:0;
    width:1px;
    background:#E4EAEC;
}
.right-content .title{
    margin:20px 0 6px;
    /* background:blue; */
    overflow: hidden;
    line-height: 28px;
}
.right-content .title .right{
    float:right;
    cursor: pointer;
}
.right-content .phone-box{
    border:1px solid #DDDDDD;
}
.right-content .phone-box textarea{
    padding:3px;
    border: none;
}
/* textarea::-webkit-input-placeholder{
    color:red
}
textarea:-moz-placeholder{
    color:red
}
textarea::-moz-placeholder{
    color:red
}
textarea:-ms-input-placeholder{
    color:red
}          */
.sms-service-wrapper .group-sending-wrapper .right-content .phone-box p{
    padding-right:30px;
    line-height:30px;
    font-size:12px;
    text-align: right;
}
.right-content .shop-with-platorm-list{
    height:120px;
    padding:20px;
    border:1px solid #DDDDDD;
    overflow-y: auto;
}
.right-content .shop-with-platorm-list .selectImg_Div {
    float: left;
    /* position: relative; */
    margin-right:20px;
    margin-bottom:20px;
}
.right-content .shop-with-platorm-list .selectImg_Div .text-span{
   min-width: 160px;
   position: relative;
   padding:0 10px;
   font-size: 12px;
   color:#373E4F;
   line-height: 25px;
}
.right-content .shop-with-platorm-list .selectImg_Div .text-span img{
    position: absolute;
    top: 4px;
    right: 0px;
}
.right-content .shop-with-platorm-list .selectImg_Div .text-span .del-icon{
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    display: none;
}
.right-content .shop-with-platorm-list .selectImg_Div .text-span:hover .del-icon{
    display: block;
}
.right-content .shop-with-platorm-list .checkType:before {
    position: absolute;
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 0;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.right-content .shop-with-platorm-list .checkType:after {
    position: absolute;
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    font-size:0;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: -33px;
    right: -30px;
}
.right-content .shop-with-platorm-list .checkType{
    border: 3px solid #3b82ed !important;
}
.right-content .sms-template-list{
    border:1px solid #DDDDDD;
}
.right-content .sms-template-list .todo-item{
    padding:7px 10px;
    font-size: 12px;
    color:#373E4F;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.right-content .sms-template-list .todo-item:nth-last-of-type(1){
    border-bottom: none;
}
.right-content .sms-template-list .todo-item label{
    font-size: 12px;
    color:#373E4F;
}
.right-content .sms-template-list .todo-item [type="radio"]:checked + label{
    font-size: 12px;
    color:#3b82ed;
}
.right-content .sms-template-list .todo-item .edit-del-box{
    position: absolute;
    top:9px;
    right:25px;
    color:#3b82ed;
}
.right-content .sms-template-list .todo-item .edit-del-box span{
    cursor: pointer;
}
.condition-wrapper{
    padding: 20px;
    border: 1px solid #DDDDDD;
    max-height:250px;
    overflow-y: auto;
}
.condition-wrapper .condition-ul{
    font-size:0;
}
.condition-wrapper .condition-ul>li{
    margin-top:20px;
    display: inline-block;
    vertical-align: top;
    width:50%;
    font-size:12px;
}
.condition-wrapper .condition-ul>li:nth-of-type(1),.condition-wrapper .condition-ul>li:nth-of-type(2){
    margin-top:0;
}
.condition-wrapper .condition-ul .right-item{
    text-align: right;
}
.condition-wrapper .condition-ul>li .name{
    display: inline-block;
    /* width:110px; */
    width:100px;
}
.condition-wrapper .condition-ul .right-item .name{
    text-align: left;
}
.condition-wrapper .condition-ul>li input{
    margin-bottom:0;
}
.condition-wrapper .condition-ul>li input.select-dropdown{
    width: 100%;
    height:28px;
    text-indent: 10px;
    border: 1px solid #DDDDDD;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.condition-wrapper .condition-ul>li  .caret{display:none;}
.condition-wrapper .condition-ul>li [type="radio"]:not(:checked)+label,.condition-wrapper .condition-ul>li [type="radio"]:checked+label{
    padding-left: 29px;
    font-size:12px;
    color:#373E4F;
}

.condition-wrapper::-webkit-scrollbar {
    width: 8px;
}
.condition-wrapper::-webkit-scrollbar-track {
    background-color:#F5F8FC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.condition-wrapper::-webkit-scrollbar-thumb {
    background-color:#CCCCCC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/* 短息服务提醒任务开始 */
.task-list-wrapper {
    color: #333333;
}
.task-list-wrapper  table{
    table-layout: fixed;
}
.task-list-wrapper  table  tr{
    border-bottom: 1px solid #E0E0E0;
}
.task-list-wrapper  table tbody tr{
    line-height: 24px;
    font-size: 12px;
}
.task-list-wrapper  table tbody tr td,.task-list-wrapper  table tbody tr td div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.task-list-wrapper  table tbody tr td .td-order-resource{
    width: calc(100% - 65px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}
.task-list-wrapper  table  .operation-wrapper span{
    /* margin-right:10px; */
    padding:0 10px;
    color:#3b82ed;
    cursor: pointer;
}
.task-list-wrapper  table  .operation-wrapper span[name="closeSmsRemind"]{
    padding-left:0;
}
/* 短信服务提醒任务结束 */
/* 修改服务提醒任务开始 */
.edit-task-modal h3{
    padding:0 10px;
    font-size:16px;
    font-weight: 400;
    line-height: 50px;
    border-bottom: 1px solid #E8EAF0;
}
.edit-task-modal .edit-task-content{
    padding:0 10px;
}
.edit-task-modal .edit-del-box{display: none;}
.edit-task-modal .shop-with-platorm-list .del-icon
.edit-task-modal .modal-footer{
    padding-right: 22px!important;
}
.edit-task-modal .condition-wrapper .condition-ul li{
    margin-top: 20px;
    width:100%!important;
    text-align: left;
}
.edit-task-modal .condition-wrapper .condition-ul li input[name ="taskNamell"]{
    width:210px!important;
}
.edit-task-modal .condition-wrapper .condition-ul li input[name ="amountStart"]{
    width:90px!important;
}
.edit-task-modal .condition-wrapper .condition-ul li input[name ="amountEnd"]{
    width:91px!important;
}
.edit-task-modal .condition-wrapper .condition-ul li span.send-section{
    margin-right:4px;
}
/*修改服务提醒任务结束 */
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after{
    border: 1px solid #E8E9F0;
}
[type="radio"].with-gap:checked+label:before{
    border: 2px solid #3b82ed;
}
[type="radio"].with-gap:checked+label:after{
    border: 1px solid #3b82ed;
    background-color: #3b82ed;
}
[type="radio"]:disabled:not(:checked)+label:before{
    border-color: #E8E9F0;
}

/* 营销短信-发送记录 */
.mailbox-options{
    margin-left:0;
    margin-right:0;
    padding:0;
}
.mailbox-options ul.items-ul{
   padding:20px 0;
}
.mailbox-options ul.items-ul li{
    margin-right: 5px;
    height:auto;
    font-size: 12px;
}
.mailbox-options ul.items-ul li input{
    margin-bottom:0;
}
.mailbox-options ul.items-ul .reset-btn{
    display: block;
    width:60px;
    text-align: center;
    height:28px;
    line-height: 26px;
    font-size: 12px;
    border:1px solid #DDDDDD;
    border-radius: 2px;
    cursor: pointer;
}
.sms-service-wrapper   .export-wrapper{
    overflow: hidden;
    padding-bottom:20px;
}
.sms-service-wrapper   .export-wrapper div label{
    color: #333333;
    font-size: 12px;
}
.sms-service-wrapper  [type="checkbox"]:not(:checked)+label:after{
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}
.sms-service-wrapper [type="checkbox"]:checked+label:after{
    /* background-color: #3b82ed;
    border-color:#3b82ed; */
}
/* 短信群发添加短信模板和短信签名弹出开始 */
.add-sign-template-model{
    color: #333333;
}
.add-sign-template-model .modal-close{
    top:7px;
    padding-right: 18px;
}
.add-sign-template-model .modal-content{
    padding:0;
}
.add-sign-template-model .modal-content .modal-title{
    margin-bottom:0;
    padding-left:18px;
    font-size: 18px;
    line-height: 50px;
    color:#373E4F;
    border-bottom:1px solid #E4EAEC;
}
.add-sign-template-model .modal-content .content-wrapper{
    padding:0 18px;
}
.add-sign-template-model .modal-content .content-wrapper .tips-p{
    margin:20px 0 30px;
    line-height: 24px;
}
.add-sign-template-model .textarea-box{
    width:845px;
    position: relative;
}
.add-sign-template-model .textarea-box input{
    margin-bottom:0;
    padding-left:10px;
    width:833px;
    height: 36px;
    border: 1px solid #E0E0E0!important;
}
.add-sign-template-model .textarea-box .passed-sign-box{
    margin:0;
    position: absolute;
    width:100%;
    cursor: pointer;
    background:#ffffff;
    border:1px solid #E0E0E0;
    border-top:none;
    display: none;
    z-index: 2;
}
.add-sign-template-model .textarea-box .passed-sign-box li{
    padding-left:10px;
    display: none;
}
.add-sign-template-model .textarea-box .passed-sign-box li:hover{
    color:#ffffff;
    background:#3b82ed;
}
.add-sign-template-model .textarea-box input:focus{
    box-shadow: none!important;
    border: 1px solid #E0E0E0!important;
}
.add-sign-template-model .textarea-box textarea{
    padding-left:10px;
    padding-right:10px;
}
.add-sign-template-model .modal-footer{
    padding-right:14px;
}
/* 发送记录表格中的失败提醒 */
.send-record-wrapper table tr td .tooltip{
    z-index: 2;
}
/* 短信群发添加短信模板和短信签名弹出结束 */
.pub-right-content {
    /* padding-left: 22px; */
    padding: 15px;
    margin-top: 8px;
}
/* 短信群发日历弹出位置 */
.send-record-wrapper .drp-popup{
    top:2px;
}
/* 短信充值日历弹出位置 */
.sms-deposit-wrapper .drp-popup{
    top:-23px;
}
/* 发货提醒记录日历弹出位置 */
.delivery-reminder-record .drp-popup{
    top:10px;
}
/* 左侧切换的图标 */
.pub-left-tab .collection-item {
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 42px;
    line-height: 42px!important;
}
.pub-left-tab .collection-item .icon{
    /* display: inline-block; */
    vertical-align: middle;
    width: 22px;
    height: 22px;
    /* background:red; */
}
.pub-left-tab .collection-item .deposit-icon,
.pub-left-tab .collection-item .sms_remind_svg,
.pub-left-tab .collection-item .badReview,
.pub-left-tab .collection-item .sms_manual,
.pub-left-tab .collection-item .member_making_sms{
    display: block;
    position: absolute;
    top: 12px;
    left: 25px;
}
.pub-left-tab .collection-item .deposit-icon_active,
.pub-left-tab .collection-item .sms_remind_svg_active,
.pub-left-tab .collection-item .badReview_active,
.pub-left-tab .collection-item .sms_manual_active,
.pub-left-tab .collection-item .member_making_sms_active{
    display: none;
    position: absolute;
    top: 12px;
    left: 25px;
}
.pub-left-tab .collection-item.active .deposit-icon_active,
.pub-left-tab .collection-item.active .sms_remind_svg_active,
.pub-left-tab .collection-item.active .badReview_active,
.pub-left-tab .collection-item.active .sms_manual_active,
.pub-left-tab .collection-item.active .member_making_sms_active{
    display: block;
    position: absolute;
    top: 12px;
    left: 25px;
    /* background: url(../images/smsService/leftNavSvg/sms_recharge_active.svg); */
}
/* .pub-left-tab .collection-item .ssm-icon{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .ssm-icon{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
}
.pub-left-tab .collection-item .sms_shipped{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .sms_shipped{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
}
.pub-left-tab .collection-item .sms_manual{
    background: url(../images/smsService/leftNavSvg/sms_manual.svg);
}
.pub-left-tab .collection-item.active .sms_manual{
    background: url(../images/smsService/leftNavSvg/sms_manual_active.svg);
}
.pub-left-tab .collection-item .member_making_sms{
    background: url(../images/smsService/leftNavSvg/member_marketing_sms.svg);
}
.pub-left-tab .collection-item.active .member_making_sms{
    background: url(../images/smsService/leftNavSvg/member_marketing_sms_active.svg);
}
.pub-left-tab .collection-item .badReview{
    background: url(../images/smsService/leftNavSvg/bad_review.svg);
}
.pub-left-tab .collection-item.active .badReview{
    background: url(../images/smsService/leftNavSvg/bad_review_active.svg);
}
.pub-left-tab .collection-item .sms_pay{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .sms_pay{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
}
.pub-left-tab .collection-item .sms_confirmAccept{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .sms_confirmAccept{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
}
.pub-left-tab .collection-item .sms_group{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .sms_group{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
}
.pub-left-tab .collection-item .sms_evaluate{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .sms_evaluate{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
}
.pub-left-tab .collection-item .sms_balance_remind{
    background: url(../images/smsService/leftNavSvg/remind.svg);
}
.pub-left-tab .collection-item.active .sms_balance_remind{
    background: url(../images/smsService/leftNavSvg/remind_active.svg);
} */
.sms-service-wrapper .tableMain{
    padding-bottom: 0;
}
/* 滚动条样式 */
.right-content .shop-with-platorm-list::-webkit-scrollbar {
    width: 8px;
}
.right-content .shop-with-platorm-list::-webkit-scrollbar-track {
    background-color:#F5F8FC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.right-content .shop-with-platorm-list::-webkit-scrollbar-thumb {
    background-color:#CCCCCC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.sms_scrollY::-webkit-scrollbar {
    width: 8px;
}
.sms_scrollY::-webkit-scrollbar-track {
    background-color:#F5F8FC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.sms_scrollY::-webkit-scrollbar-thumb {
    background-color:#CCCCCC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.right-content .sms-template-list::-webkit-scrollbar {
    width: 8px;
}
.right-content .sms-template-list::-webkit-scrollbar-track {
    background-color:#F5F8FC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.right-content .sms-template-list::-webkit-scrollbar-thumb {
    background-color:#CCCCCC;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/* 短信余额提醒样式开始 */
.balance-remind-wrapper {
    padding-right:20px;
    font-size: 12px;
    color: #333333;
}
.balance-remind-wrapper label{
    color: #333333;
}
.balance-remind-wrapper [type="radio"]:not(:checked) + label, .balance-remind-wrapper [type="radio"]:checked + label {
    padding-left: 28px;
}
.balance-remind-wrapper [type="radio"]:not(:checked)+label:before,.balance-remind-wrapper [type="radio"]:not(:checked)+label:after {
    border: 1px solid #9e9e9e;
}
.balance-remind-wrapper .balance-remind-detail{
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #E8EAF0;
    display: none;
}
.balance-remind-wrapper .balance-remind-detail p{
    margin:0;
    margin-bottom:20px;
}
.balance-remind-wrapper .balance-remind-detail .tip{
    color: #f78b3e;
}
.balance-remind-wrapper .balance-remind-detail p span{
    display: inline-block;
    vertical-align: middle;
    width:120px;
}
.balance-remind-wrapper .balance-remind-detail p input{
    margin-bottom: 0;
    margin-right:10px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width:150px;
    height:28px;
    font-size: 12px;
    line-height: 28px;
    color: #333333!important;
    border:1px solid #E8EAF0;
}
.balance-remind-wrapper .balance-remind-detail p input[name="mobile"]{
    width:256px;
}
.balance-remind-wrapper .balance-remind-detail p input[placeholder]{
    font-size: 12px;
}
.balance-remind-wrapper  input[type=text]:focus:not([readonly]){
    border-bottom: 1px solid #E8EAF0;
    box-shadow: none;
}
.balance-remind-wrapper .btn-box{
    padding-left:28px;
    margin-top:28px;
}
.balance-remind-wrapper button[name="saveBalanceRemind"]{
    width:100px;
}
/* 短信余额提醒样式结束 */
.progress-modal-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1500;
    display: none;
}
.progress-modal-wrapper .modal-progress{
    position: absolute;
    top: 25%;
    left: 50%;
    width: 300px;
    padding:20px 0;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
}
 .input-review:checked+label {
    color: #3b82ed;
}
/* 会员营销短信 */
.member-screen-query{
    width: 59px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    background: #3b82ed;
    border-radius: 4px;
    cursor: pointer;
}
.member-screen-box{
    padding: 20px 20px 12px 20px;
    border: 1px solid #DDDDDD;
}
.member-screen-box .query-condition-box{
    margin:0;
}
.member-screen-box .query-condition-box li{
    margin-right: 8px;
    margin-bottom: 8px;
    float:left;
    width:130px;
}
.member-screen-box .query-condition-box input{
    margin-bottom: 0;
    color: #333333!important;
}
.member-screen-box .query-condition-box li.text-box{
    width:260px;
}
.member-screen-box .query-condition-box li.btn-box{
    width:auto;
}
.member-screen-box .query-condition-box li.btn-box span{
    padding:0 16px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}
.member-screen-box .query-condition-box li.text-btn-box{
    width:auto;
}
.member-screen-box .query-condition-box li.text-btn-box span{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #3b82ed;
    cursor: pointer;
    text-decoration: underline;
}
.member-screen-box .selected-goods{
    margin:0;
    max-height: 96px;
    overflow-y: auto;
    padding-top:10px;
}
.member-screen-box .selected-goods li{
    float:left;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size:0;
    position: relative;
}
.member-screen-box .selected-goods li img{
    display: inline-block;
    vertical-align: middle;
    width:40px;
    height:40px;
}
.member-screen-box .selected-goods li .goods-info{
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    font-size: 12px;
}
.member-screen-box .selected-goods li .goods-info p{
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member-screen-box .selected-goods li .del-icon{
    position: absolute;
    left: 36px;
    top: -8px;
    width:16px;
    height:16px;
    cursor: pointer;
    display: none;
}
.member-screen-box .selected-goods li:hover .del-icon{
    display: block;
}
.goods-modal .goods-pic-box{
    padding: 10px 0;
    font-size: 0;
}
.goods-modal .goods-pic-box img{
    display: inline-block;
    vertical-align: middle;
    width:60px;
    height:60px;
}
.goods-modal .goods-pic-box .text{
    padding-left:5px;
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    width: calc(100% - 80px);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forbid-use{
    position: relative;
}
.forbid-use em{
    position: absolute;
    top: -60px;
    left: 0;
    padding: 8px;
    width: 192px;
    text-align: justify;
    color: #fff;
    background: rgba(37, 41, 51, .8);
    border-radius: 2px;
    display: none;
}
.forbid-use em::before{
    position: absolute;
    left: 18px;
    bottom: -12px;
    content: "";
    border:6px solid transparent;
    border-top:6px solid #252933;
    opacity: 0.8;
}
.forbid-use:hover em{
    display: block;
}

.inputCheckout {
    position: absolute;
    top: -20px;
    right: 18%;
    padding: 8px;
    background-color: #F59A23;
    border-radius: 8px;
    color: #fff;
}
.inputCheckout .right span{
    display: block;
}

.inputCheckout #triangle-left {
    position: absolute;
    top: 25px;
    left: -5%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 20px solid #F59A23;
    border-bottom: 12px solid transparent;
}


.copywritingTip_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copywritingTip_box .copywritingTip {
    color: red;
    margin-left: 20px;
    display: none;
}


/* 回执状态样式 */
.supplier_item {
    position: absolute;
    top: 50px;
    /* left: 50px; */
    font-size: 12px;
    padding: 6px;
    /* white-space: nowrap; */
    z-index: 10;
    border-radius: 3px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(207,211,219,0.8000);
    color: #252933;
    display: none;
}
.supplier_item .trangle {
    position: absolute;
    left: 26px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(207,211,219,0.8000);
}
