/*Emailsupplier*/
.emailsupplier_box {
    border: 3px solid #ddd;
    margin-top: 16px;
    padding: 1% 3%;
}

.supplier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.supplier .label {
    width: 9%;
    text-align: right;
    padding-right: 30px;
	font-size: .07rem;
}

.supplier span {
    color: red
}

.supplier .item-content {
    width: 80%
}

.supplier input {
    height: 30px
}

.supplier input,
.supplier textarea {
    border: 1px solid #e9e9e9;
    width: 100%
}

.email-supplier {
    color: #999;
    padding: 15px 0;
    margin-left: 9%;
    padding-left: 30px
}

.email-supplier,
.Etitle {
    font-size: 14px;
    text-align: left
}

.Etitle {
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px
}

.BtnSend {
    font-size: 16px;
    margin-left: 10%;
}

.messSave {
    width: .80rem;
    height: .21rem;
    background: #bed64f;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
    font-size: .08rem;
    border: none;
}

.messSave:hover {
    background: #ff8e32;
}




