/*.m-grid.m-grid--ver-desktop.m-grid--desktop {*/
    /*min-height: 100%;*/
/*}*/
/*公共*/
.display-none {
    display: none;
}

/********** 联系人index列表 begin **********/
.el-table .cell {
    text-decoration: none;white-space: nowrap;
}
.status-normal {
    background-color: #6991fa;
}
.status-follow {
    background-color: #6991fa;
}
.status-success {
    background-color: #6991fa;
}
/********** 联系人index列表 end **********/

.section-title {
    font-weight: bold;
    letter-spacing: 1px;
}
/* select 选择样式调整 */
.line_b {
    border-bottom: 1px solid #dbdbdb;
    padding-left: 0px;
    padding-right: 0px;
}
.dropdown-toggle {
    border: 0;
}
.btn.dropdown-toggle.btn-default {
    padding-left: 0;
}
/* select 选择样式调整 END */
.m-switch input:empty ~ span {
    height: 28px;
}
.m-switch input:empty ~ span:after {
    width: 20px;
    height: 20px;
    line-height: 21px;
    top: 4px;
}
.m-switch.m-switch--outline.m-switch--success input:checked ~ span:before {
    width: 50px;
}
.m-switch {
    padding-top: 4px;
    margin-left: 10px;
}
.m-switch input:empty ~ span:before {
    width: 50px;
}
.cancel {
    background-color: #ddd;
}
.btn-primary {
    border-color: #ddd;
}
.cancel:hover {
    border-color: rgb(152, 152, 152);
    background-color: rgb(255, 255, 255);
    color: rgb(120, 120, 120);
}

.star{
    color: #7991bf;
    vertical-align: middle;
    display: inline-block;
    height: 36px;
}
.bar {
    position:relative;
    display:block;
    /*width:300px;*/
    width: 100%;
}
.bar:before, .bar:after 	{
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#C9A48A;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}
/* form starting stylings ------------------------------- */
.group 			  {
    position:relative;
    margin-bottom:45px;
}
textarea, input {
    /*font-size:18px;*/
    /*padding:9px 10px 9px 5px;*/
    padding: 0;
    padding-bottom: 1px;
    display:block;
    /*width:300px;*/
    width: 100%;
    border:none;
    color: #424242;
    border-bottom:1px solid #ddd;
}
textarea:focus, input:focus {
    outline:none;
}

/* LABEL ======================================= */


/* active state */
textarea:focus ~ label, input:focus ~ label, input:valid ~ label 		{
    top:-20px;
    font-size:14px;
    color:#4475f9;
}

/* BOTTOM BARS ================================= */

/* active state */
textarea:focus ~ .bar:before, input:focus ~ .bar:before, textarea:focus ~ .bar:after, input:focus ~ .bar:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
textarea:focus ~ .highlight, input:focus ~ .highlight {
    -webkit-animation:inputHightLight 0.3s ease;
    -moz-animation:inputHightLight 0.3s ease;
    animation:inputHightLight 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHightLight {
    from { background:#4475f9; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHightLight {
    from { background:#4475f9; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHightLight {
    from { background:#4475f9; }
    to 	{ width:0; background:transparent; }
}

/************ 编辑&查看show BEGIN ************/
.edit_text {
    color: #C9A48A;
}
.edit_text_two {
    color: #D8D8D8;
}
.edit_text, .edit_text_two {
    font-weight: 500;
}
/************ 编辑&查看show END ************/

/************* 联系人管理后台BEGIN ***************/
.material-label {
    color: #969696;
}
.padding-0 {
    padding: 0;
}
.form-info-title {
    color: #4475f9;
    font-weight: normal;
}
.company-li:hover {
    background-color: #ddd;
    cursor: pointer;
}

.pure-material-radio {
    z-index: 0;
    position: relative;
    display: inline-block;
    /*color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);*/
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    color: #aaa;
}

/* Input */
.pure-material-radio > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-radio > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Circle */
.pure-material-radio > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 2px 10px 2px 0;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: top;
    transition: border-color 0.2s;
}

/* Check */
.pure-material-radio > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transform: translate(5px, 5px) scale(0);
    transition: transform 0.2s;
}

/* Checked */
.pure-material-radio > input:checked {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio > input:checked + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio > input:checked + span::after {
    transform: translate(5px, 5px) scale(1);
}

/* Hover, Focus */
.pure-material-radio:hover > input {
    opacity: 0.04;
}

.pure-material-radio > input:focus {
    opacity: 0.12;
}

.pure-material-radio:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-radio > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-radio > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

/* Disabled */
.pure-material-radio > input:disabled {
    opacity: 0;
}

.pure-material-radio > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-radio > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-radio > input:disabled + span::after {
    background-color: currentColor;
}
.red-bottom-border {
    border-bottom: 1px solid red;
}
/************* 联系人管理后台END ***************/

/*商机管理后台*/
.m-nav {
    line-height: 30px;
}
.m-dropdown .m-dropdown__wrapper {
    width: 82px;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    padding: 10px 20px;
}
.back-detail {
    /* color: #c4c9d7; */
    color: #a5a5a5;
    font-weight: 500;
    /* border: 1px solid #c4c9d7; */
    border-radius: 30px;
    background-color: #fff;
}
/*商机管理后台*/

/**页面超出显示*/
/*.m-body .m-wrapper {*/
    /*overflow: scroll !important;*/
/*}*/

/*内容撑开，防止出现空白*/
.m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid
{
    min-height: 100% !important;
}