
.breadcrumb {
    margin-top: 0;
}
.from-title table{
    border:1px solid #ccc ;
    width:100%;
    /* height:5rem; */
    text-align:center;
  }
  .from-title table span{
    color: #fff;
    border-radius: 0.2rem;
    display: inline-block;
    width: 3rem; 
    line-height: 2rem;
    height: 2rem;
     background-color: tomato;
      margin: 0 5px;
  }
 
.from-title{
    display: flex;
    width: 100%;
}
.from-title-left{
    text-align: right;
    width: 15%;
    margin: 2%;
}
.from-title-right{
    width: 70%;
    margin: 2% 0 ;
}
.from-title-right .img{
    width: 13rem;
    height: 9.7rem;
    /* background-color: red; */
}
.from-title-right img{
    width: 100%;
}
.from-title-right .but {
    text-align: center;
    line-height: 30px;
    color: floralwhite;
    width: 20%;
    height: 30px;
    background-color: #007bff;
}
.from-title-right .btn{
    text-align: center;
    line-height: 15px;
    color: floralwhite;
    width: 20%;
    height: 30px;
    background-color: rgb(0, 128, 53);
}
/* about us 页面用 */
#auto{
    padding: 22.5rem;
    overflow:auto;
}

.errorbox {
    width: 100%;
    /* margin-top: .25rem; */
    font-size: 80%;
    color: #dc3545;
    position: absolute;
}


.form-check-label {
    width: 100%;
    height: 2.5rem;
    padding: .375rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}


.head-box {
    background: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
}



.imgframe.imgframe-head {
    padding-bottom: 50%;
    width: 50%;
    margin: auto;

    box-shadow: 0 0 0.5rem #eee;
    /* outline: 1px red solid; */
}

.imgframe-head img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.head-company {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0 0;
}



.panel-nav-item {
    line-height: 1.5;
    /* height: 4rem; */
    list-style: none;
    border-bottom: 1px solid #eee;
    /* margin-right: 4rem; */
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    /* margin: 1rem 0; */
    color: #333;
    display: flex;
    flex-direction: row;
    position: relative;
    text-align: center;
}


.panel-nav-item.active:hover,
.panel-nav-item.active {
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    transform: scale(1);
    border-left: 0.5rem solid #007bff;
}

.panel-nav-item:hover {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .075);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-nav a {
    color: #333;
    display: inline-block;
    width: 90%;
    /* margin-left: 20%; */
    text-align: center;
}

.panel-nav-item.active a {
    color: #007bff;
    transform: translateX(-0.2rem);
}

.cont {
    padding: 2rem;
    /* overflow:auto; */
    /* white-space:nowrap; */
    width: auto;
    /* height: 41.5rem; */
    background: #fff;
}

.input-label-box {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: bold;
    padding-right: 0;
}

.input-item {
    padding-bottom: 1.4rem;
    position: relative;
}

.xrequired:before {
    content: '* ';
    color: red;
}

.company-img-box {
    width: 150px;
    height: 150px;
    position: relative;
    outline: 1px dashed #999;
    z-index: 1;
    cursor: pointer;
}

.company-img {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}


.img-hint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.inputfile {
    width: 0;
    height: 0;
    ;
    position: absolute;
    visibility: hidden;
}

.img-intro {

    color: #999;
    width: 100%;
    margin-left: -180px;
    padding-left: 180px;
    position: absolute;
    top: 0;
    right: 0;

}

.btn-next {
    margin-top: 2rem;
}




/*  */
.meetinglist {
    list-style: none;
    list-style: none;
    padding: 0;
}

.meetinglist-item {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
}

p.meeting-time {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.5rem;
}

.item-check {
    text-align: right;
    font-size: 0.8rem;
    float: right;
    /* margin-top: 0.5rem; */
}

.meetinglist-item:hover .meeting-name {
    color: #0056b3;

}


/*  */

.suggention-title {
    text-align: center;
    font-size: 1.4rem;
    margin: 2rem;
}



/*  */
.thead {
    text-align: center;
}

.msg-title {
    overflow: hidden;
    height: 1.6rem;
    color: #999;
}

.date-column,
.msg-date {
    width: 8rem;
    font-size: 0.9rem;
}

.table-buttons,
.table-main {
    margin-bottom: 0rem;

}

.table-buttons {
    border-bottom: 1px solid #aaa;
}

td.check-column {
    vertical-align: middle;
}

td.state-column {
    padding: 0.75rem 0;
    text-align: center;
}

.state-dot {
    color: #eee;
}

.state-unread .state-dot {
    color: #007bff;
}

.state-unread .msg-title {
    color: #333;
}

.msg-title {
    cursor: pointer;
}


.contact-list {
    list-style: none;
    padding-left: 0;
}

.contact-item {
    border-bottom: 1px dashed #eee;
    padding: 1rem 0;
}

.contact-item-btns {
    font-size: 0.9rem;
    margin-bottom: 1rem; 
    /* border-bottom: 2px solid #007bff; */
    padding-bottom: 0.5rem;
}

.contact-item-btns .btn {
    font-size: 0.8rem;
}
span.contact-item-title {
    font-size: 1.2rem;
    font-weight: bold;
}