﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
}

body {
    background: #fff;
    font: 12px Arial, Helvetica, sans-serif;
}

.MessageHead {
    width: 100%;
    overflow: hidden;
    color: #333333;
    height: 28px;
    background: #fa6d03;
    border-bottom: 1px solid #d4d4d4;
}

.MessageHead span {
    padding: 7px 10px;
    line-height: 15px;
    font-weight: bold;
    color: #ffffff;
}

.PopUpCont {
    padding: 15px;
    overflow: hidden;
    color: #333333;
}

.Message {
    width: 100%;
    overflow: hidden;
}

.Message dl {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    padding: 3px 0;
}

.Message dt {
    float: left;
    width: 15%;
    text-align: right;
    padding-right: 5%;
}

.Message dd {
    float: left;
    width: 45%;
}

.Message dd input {
    border: 1px solid #d4d4d4;
    width: 98%;
    height: 22px;
    line-height: 22px;
}

.Message dd textarea {
    border: 1px solid #d4d4d4;
    width: 98%;
    height: 132px;
    line-height: 22px;
}

.Message .MessageDd {
    width: 65%;
}

.Message .red1 {
    width: 35%;
    color: #f00;
}

.Message .red2 {
    width: 15%;
    color: #f00;
}

.MessageBtn {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.MessageBtn input {
    cursor: pointer;
}

/*企业*/
.EnterpriseHead {
    margin: 5px auto 0;
    width: 86%;
    padding: 0 2%;
    background-color: LightGrey;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

.Message .Enterprise {
    margin: 0 auto;
    width: 86%;
    padding: 10px 2%;
    overflow: hidden;
    border: 1px solid #d4d4d4;
}

.Message .Enterprise dl {
    overflow: hidden;
}

.Message .Enterprise dt {
    float: left;
    width: 100px;
    height: 75px;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.Message .Enterprise dt img {
    width: 100px;
    height: 75px;
}

.Message .Enterprise dd {
    font-size: 14px;
    width: 80%;
}

.EnterpriseBtn {
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.EnterpriseBtn input {
    cursor: pointer;
}