﻿.box-body .content-mail{
    margin-top: 20px;
}

.input-group, .btn-group {
    display: inline-block;
    vertical-align: middle;
}
.box-body .content-mail select, .box-body .content-mail input[type="text"], .box-body .content-mail input[type='password'], .activete-first input[type="text"], .activete-first input[type="password"] {
    height: 35px;
    border: 1px solid #c8c7c7;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 0;
}
.box-body .content-mail .content-mail-choose .mail-choose input[type="text"] {
    height: 30px;
}
.box-body .content-mail .content-mail-choose .mail-choose .search-btn2 {
    vertical-align: middle;
    height: 30px;
    width: 137px;
    /*background-color: #E7E8E8;*/
    background-color: #6CA6CD;
    border: none;
    color: #fff;
    outline: none;
    /*border: 1px solid #E7E8E8;*/
    cursor: pointer;
    font-size: 14px;
    /*font-family: "微软雅黑";*/
    /*color: rgb(60,60,60);*/
    margin-right: -79px;
    border-radius: 0;
}
.mail-show{
    padding:14px 0 0 0;
}
.mail-show .mail-show-box .mail-question {
    margin-top:10px;
    /*border-bottom: 1px dashed #c8c7c7;*/
    padding-bottom: 5px;
}
.mail-show .mail-show-box .mail-type {
    display: inline-block;
    border: 1px solid #DD5B7E;
    color: #DD5B7E;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 10px;
}
.mail-show .mail-show-box .text-blod {
    font-weight:bold;
}
.mail-show .mail-show-box .mess-date {
    float: right;
}
.mail-show .mail-show-box .mail-question .reply-context {
    background: #FAEBD7;
    margin-top: 4px;
}
.mail-show .mail-show-box .mail-answer .reply-context {
    background: #FAEBD7;
    margin-top: 4px;
}
.mail-show .mail-show-box .mail-answer {
    border-bottom: 1px dashed #c8c7c7;
    padding-bottom: 5px;
}
/*-----------按钮----------------*/
.box-body .content-mail .btn {
    outline: none;
    border: none;
    cursor: pointer;
    padding:0 10px;
    color: #fff !important;
    font-family: "微软雅黑";
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    border-radius: 0;
}

.box-body .content-mail .btn:hover {
    opacity: .9;
}

.box-body .content-mail .btn-person {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #DD5B7E;
    margin-right: 10px;
    float:right;
}

.box-body .content-mail .btn-message {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #6796BC;
    float: right;
}

.box-body .content-mail .btn-login {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #015198;
    margin-left: 10px;
}
/*---------------------登录界面----------------------*/
.login-group{
    font-size:0;
}
.login-group.mar_t10{
    margin-top:14px;
    text-align:center;
}
.login-group .midd{
    width:251px;
    margin:auto;
}
.login-group .mid{
    width:300px;
    margin:auto;
}
.login-group .input-label {
    display:inline-block;
    width:70px;
    font-size:12px;
    text-align:right;
}
.login-group .input-labe {
    display:inline-block;
    width:100px;
    font-size:12px;
    text-align:right;
}
.login-group .input[type=text]{
    width:190px;
}
.color_r {
    color:red;
}
.login-group .code-img {
    display: inline-block;
    width: 80px;
    height: 36px;
    vertical-align: top;
    margin-left:3px;
}
.login-group .code-input {
    width:98px;
    /*float:left;*/
}
.login-group .register-submit {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    background-color: #9ACD32;
    color: #fff;
    border-radius: 4px;
}
/*-------------------激活页面-----------------*/
.box-body .content .explain p {
    font-size: 14px;
}
.box-body .content .explain .blods {
   font-weight:bold;
}

.box-body .content .explain .atitle {
    font-size: 16px;
    text-align:center;
}

.box-body .content .explain {
    padding: 30px;
}

.box-body .content .btn-container {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-body .content .btn-container > button {
    width: 80px;
    height: 32px;
    line-height: 32px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.box-body .content .confirm-btn {
    text-align: center;
    margin-top: 10px;
}

    /*激活第二步 确认页面*/
.box-body .content .confirm-btn .r-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    background-color: #228B22;
    color: #fff;
    border-radius: 4px;
}
.box-body .content .sub-title {
    margin: 20px 0 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.box-body .content .confirm .infomation {
    width: 270px;
    margin: 50px auto 0 auto;
    box-shadow: 0px 2px 38px #f1f1f1;
}

.box-body .content .confirm .infomation > p {
    margin: 12px 0;
    padding:0 10px;
}

.box-body .content .confirm .confirm-btn > button {
    margin: 20px 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.box-body .content .confirm .confirm-btn > button:hover {
    opacity: 0.9;
}

.box-body .content .confirm .confirm-btn-l {
    background: #df5d7e;
}

.box-body .content .confirm .confirm-btn-r {
    background: #6596be;
}


/*第三步个人信息说明页面*/
.box-body .content .third {
    padding: 0 53px;
}

.box-body .content .third .warning {
    text-indent: 14px;
}

.box-body .content .third .next {
    width: 80px;
    height: 32px;
    background: #6596be;
    color: #fff;
    border: none;
    margin: 50px 0 0 331px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
}
.box-body .content .third p{
    font-size:14px;
}

.box-body .content .third .next:hover {
    opacity: 0.9;
}


/*填写个人信息*/
#finshForm .write-table .laydate-icon {
    width: 180px;
    font-size: 13px;
}

#finshForm #UploadAttach {
    display: none;
} 

.box-body .content .write .write-table {
    border-collapse: collapse;
    margin: 0px auto 25px auto;
    font-size: 13px;
    color: #000;
    width: 100%;
}
.box-body .content .write .write-table .text-right{
    text-align:right;
}

.box-body .content .write .write-table .teamline{
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box; 
}
.box-body .content .write .write-table td {
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}

.box-body .content .write .write-table .td-first {
    width: 96px;
    text-align: right;
}

.box-body .content .write .write-table .td-secend {
    width: 215px;
}

.box-body .content .write .write-table input[type="text"], .box-body .content .write .write-table input[type='date'], .box-body .content .write .write-table select {
    float: none;
    border: 1px solid #9c9c9c;
    height: 26px;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}

.box-body .content .write .write-table input[id='photo'] {
    border: none;
    outline: none;
    background: #ffffff;
    width: 1px;
    height: 0px;
}

.box-body .content .write .write-table input[type='radio'], input[type='checkbox'] {
    margin-top: -1px;
}

.box-body .content .btn-container input {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
}
#finshForm .fiveAbtn .l-btn{
    background-color: #df5d7e;
}
#finshForm .fiveAbtn #btnSave {
    background-color: #228B22;
}
#finshForm .fiveAbtn .r-btn {
    background-color: #6596be;
}
/*上传图片样式*/
.box-img {
    position: relative;
    width: 100px;
    height: 100px;
}

.box-img .input-boxes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
}

.box-img .img-boxes {
    width: 100px;
    height: 100px;
}


/*.activete-first .accont {
    line-height: 35px;
    width: 80px;
    display: inline-block;
}*/

/*.activete-first .register-submit {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #015198;
    outline: none;
    color: #fff;
    border: none;
    margin: 10px auto;
}*/

/*.activete-first .register-submit:hover {
    background: #6596be;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}*/

/*.code-img {
    display: inline-block;
    width: 75px !important;
    height: 35px !important;
}*/

/*勤工助学*/
/*.news-list ul li a {
    color: #1c1b1b;
    display: inline-block;
    width: 85%;
}

.news-list ul li a:hover {
    color: #a72146;
}

.author {
    line-height: 35px;
}

.table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.table .sec-title {
    color: #fb8220;
}

.table td {
    padding: 5px 8px;
    border: 1px solid #ddd;
}

.td-first {
    text-align: right;
}*/
/*星期样式*/
/*.start-week input {
    width: 100% !important;
    height: 25px;
}

*/
.error {
    color: #ef395b !important;
}
/*--------------------我要留言---------------*/
/*我要留言*/
#officeMailAdd .mail-notice-box .msg-title{
    font-size:16px;
    font-weight:bold;
}
#officeMailAdd .mail-notice-box p{
    margin-bottom:10px;
    font-size:14px;
}
#officeMailAdd .leave-table{
    width:100%;
}
#officeMailAdd .leave-table .text-right{
    text-align:right;
}
#officeMailAdd .leave-table .text-center{
    text-align:center;
}
#officeMailAdd .leave-table tr td{
    padding:6px;
}
#officeMailAdd .leave-table tr textarea{
    width:600px;
    height:200px;
    resize:none;
    outline:none;
    border: 1px solid #c8c7c7
}
#officeMailAdd .leave-table tr label{
   margin-right:10px;
   
}
#finshForm #FMinfo #FatherName, #finshForm #FMinfo #MatherName, #finshForm #DQinfo #FatherName {
    width: 140px;
}