body {
    background: #f5f5f5;
}
.main {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.main .title {
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0 21px;
    background: #fff;
    display: flex;
    align-items: center;
    font-weight: bold
}
.main .title img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.main .prolist {
    background: #fff;
    margin: 20px 0 0 21px;
    position: relative;
    height: 450px;
}
.main .prolist::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.main .nav {
    margin-top: 20px;
    background: #fff;
}
.main .nav .nav_title {
    height: 40px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #3e9ece;
}
.main .nav .nav_title img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.main .nav p {
    width: 110px;
    height: 36px;
    color: #525252;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main .nav p:hover {
    color: #3e9ece;
    font-weight: bold;
}
.main .nav p a {
    color: #3e9ece
}
.main .nav p.selected {
    color: #3e9ece;
    font-weight: bold;
}
table {
    width: 95%;
    margin: 20px auto;
    border: 0;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}
td {
    color: #5a626d;
}
table .toPro, table .toCom {
    color: #3e9ece;
    cursor: pointer;
} 
table tr:first-child td {
    color: #5a626d;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    background: #F2F9FC;
    border-bottom: 1px solid #f2f4f5;
}
table td {
    display: table-cell;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #E4EEF6;
}
.pro tr td:nth-child(1) {
    width: 8%;
    text-align: center;
}
.pro tr td:nth-child(2) {
    width: 15%
}
.pro tr td:nth-child(3) {
    width: 15%
}
.pro tr td:nth-child(4) {
    width: 10%
}
.pro tr td:nth-child(5) {
    width: 15%
}
.pro tr td:nth-child(6) {
    width: 17%
}
.pro tr td:nth-child(7) {
    width: 10%
}
.pro tr td:nth-child(8) {
    width: 10%
}

.com tr td:nth-child(1) {
    width: 8%;
    text-align: center;
}
.com tr td:nth-child(2) {
    width: 15%
}
.com tr td:nth-child(3) {
    width: 15%
}
.com tr td:nth-child(4) {
    width: 20%
}
.com tr td:nth-child(5) {
    width: 15%
}
.com tr td:nth-child(6) {
    width: 17%
}
.com tr td:nth-child(7) {
    width: 10%
}

.prolist table .detail, .prolist table .cancel, .prolist table .cancel_com {
    cursor: pointer;
    color: #3e9ece;
}
.prolist .sendbox {
    display: none;
    width: 90%;
    margin: 20px auto;
    align-items: center;
}
.prolist .sendbox .num {
    color: #3e9ece;
    margin: 0 2px;
    font-weight: bold;
}
.prolist .sendbox .sendEmail {
    padding: 3px 8px;
    border-radius: 3px;
    background: #3e9ece;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
}
.main .empty {
    background: #fff;
    margin: 20px 0 0 21px;
    text-align: center;
    height: 400px;
    overflow: hidden;
    color: rgb(177,189,228);
}
.main .empty img {
    display: block;
    width: 260px;
    height: 215px;
    margin: 80px auto 10px;
}
.page_ctrl {
    width: 85%;
    margin: 0 auto 20px;
    font-size: 13px
}
.page_ctrl button {
    color: #474747;
    display: inline-block;
    padding: 2px 6px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 0;
    background: #fff;
    font-weight: bold;
    font-family: "微软雅黑","宋体";
}
.page_ctrl button:not(:last-child):hover {
    color: #3276b1;
}
.page_ctrl .current_page {
    height: 22px;
    padding: 2px 6px;
    margin: 0 2px;
    text-decoration: none;
    color: #3e9ece;
    font-weight: bold;
    background-color: #f2f4f5;
    border: 1px solid #f2f4f5;
    line-height: 16px;
}
.page_ctrl .input_page_num {
    width: 20px;
    height: 13px;
}
.page_ctrl .toPage {
    display: inline-block;
    position: relative;
}
.page_ctrl .to_page_num {
    width: 27px;
    height: 18px;
    padding: 0;
    line-height: 0;
    color: #3e9ece;
    background-color: #f2f4f5;
    border: 1px solid #f2f4f5;
}
.page_ctrl .page_total {
    margin-left: 100px
}
.roombox, .roomdetail, .explain {
    width: 300px;
    height: 500px;
    display: none;
    background-color: rgba(255, 255, 255);
    border-radius: 10px;
    padding: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 200;
    box-shadow: 0 0 20px rgba(62,158,206,.6);
}
.roomdetail, .explain {
    z-index: 400;
    background: #fff;
}
.explain span {
    color: #3e9ece;
}
.explain .sub-title {
    font-weight: bold;
    font-size: 16px;
}
.explain p {
    margin: 3px 0;
}
.roomdetail .close, .explain .close-e {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.roombox .operation-box {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
}
.roombox .operation-box div {
    cursor: pointer;
    margin: 0 10px;
    color: #3e9ece;
    text-decoration: underline;
}
.roombox .roomlist {
    position: absolute;
    left: 10px;
    top: 42px;
    width: 130px;
    background: #fff;;
    color: #3e9ece;
    border: 1px solid #3e9ece;
    border-radius: 10px;
    text-align: center;
    display: none;
}
.roombox .roomlist li {
    height: 32px;
    line-height: 32px;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px;
    cursor: pointer;
}
.roombox .roomlist li:hover {
    background: #3e9ece;
    color: #fff;
}
.roombox .title, .roomdetail .title, .explain .title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}
.roombox .input input, .roombox .input textarea, .roomdetail .input input, .roomdetail .input textarea {
    border: 0px;
    text-align: center;
    outline: none;
}

.roombox .input input::placeholder, .roomdetail .input input::placeholder {
    text-transform: uppercase;
}

.roombox .input-border, .roomdetail .input-border {
    /*实现颜色从左到右渐变效果*/
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.roomdetail .input-border {
    margin-bottom: 10px;
}

.roombox .input-border-login , .roomdetail .input-border-login{
    /* background-image: linear-gradient(to right, #e8198b, #3B65BB); */
    border: 1px solid #3e9ece;
}

.roombox .input-border .border, .roomdetail .input-border .border {
    /*这里使用了css3的calc()方法用于自动计算宽高*/
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border-radius: 25px;
    font-size: 14px;
    line-height: 25px;
}
.roombox .btngroup, .roomdetail .btngroup {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.roombox .btngroup div {
    width: 120px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
}
.roomdetail .btngroup div {
    width: 86px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
    background: #3e9ece;
    color: #fff;
}
.roomdetail .btngroup .cancel, .roomdetail .btngroup .edit_submit {
    display: none;
}
.roombox .btngroup .roomCancel {
    border: 2px solid #3e9ece;
}
.roombox .btngroup .roomSubmit {
    border: 2px solid #3B65BB;
}
.roombox .roomSubmit:hover {
    background-color: #3B65BB;
}
.roombox .roomCancel:hover {
    background-color: #3e9ece;
}