.bag-box {
    position: absolute;
    left: 0;
    top: 404px;
    z-index: -1;
    width: 100%;
    min-width: 1280px;
    height: 488px;
    background: linear-gradient(180deg, #E1F0FF 0%, #FFFFFF 100%);
}

.interaction {
    /*min-height: 1000px;*/
    width: 1280px;
    margin: 0 auto;
    background-color: #FFFFFF;
    max-width: 1280px;
    padding-bottom: 30px;
}

.interaction1 {
    /*min-height: 1000px;*/
    width: 1408px;
    margin: 0 auto;
    background-color: #FFFFFF;
    max-width: 1408px;
    padding-bottom: 30px;
}

.interaction-box {
    padding: 25px 30px 0 30px;
}

.interaction-box-title-left {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    float: left;
}

.interaction-box-title-right {
    float: right;
}

.interaction-box-title-right span {
    font-size: 14px;
    color: #333;
}

.interaction-box-title-right img {
    width: 11px;
    height: 11px;
}

.incoming-letter {
    padding: 0 30px;
    margin: 10px 0 8px 0;
    width: 1220px;
    height: 50px;
    background-color: #eef1f6;
    line-height: 50px;
    font-size: 16px;
    color: #999;
}

.letter-company {
    margin: 0 190px 0 70px;
}

.letter-date {
    margin: 0 125px 0 500px;
}

.incoming-strip {
    color: #333;
    font-size: 16px;
    background-color: #fff;
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
}

.incoming-strip a {
    color: #333;
    font-size: 16px;
    float: left;
}

.incoming-strip div {
    float: left;
}

.strip-theme:hover {
    cursor: pointer;
    color: #1d82e6;
}

.wlwz-tip {
    color: #1d82e6; 
}
.wlwz-tip:hover {
    cursor: pointer;
    color: #E90808;
}


.interaction-box-list :nth-child(even).incoming-strip {
  background-color: #f5f5f5;
}
.strip-company {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    margin: 0 80px 0 70px;
}

.stripe-date {
    margin: 0 74px 0 45px;
}

.stripe-situation {
    width: 64px;
    text-align: center;
}

.strip-theme {
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 红色字体 */

.typeface {
    padding: 0;
    color: #E90808;
}
.ybl {
    color: #333;
}

.interaction-imgs {
    margin: 35px 0 33px 0;
}

.togetherImg {
    cursor: pointer;
    margin-left: 115px;
    float: left;
}

.togetherImg img {
    width: 85px;
    height: 80px;
}

.togetherImg div {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.togetherImg:hover div {
    color: #1d82e6;
}

.togetherImg1 {
    cursor: pointer;
    margin-left: 70px;
    float: left;
}

.togetherImg1 img {
    width: 80px;
    height: 80px;
}

.togetherImg1 div {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.togetherImg1:hover div {
    color: #1d82e6;
}

.interaction-tail {
    padding: 0 30px;
}

.tail-left {
    float: left;
}

.tail-right {
    float: right;
}

.tail-left-title {
    width: 580px;
    padding-right: 10px;
    height: 50px;
    background: #EEF1F6;
}

.tail-left-title-tab, .tail-right-title-tab {
    float: left;
}

.tail-left-title-tab div, .tail-right-title-tab div{
    cursor: pointer;
    float: left;
    font-size: 16px;
    color: #333;
    padding: 14px 30px;
}

.tail-left-title-tab a, .tail-right-title-tab a {
    color: #333;
}

.tail-left-title-img, .tail-right-title-img {
    cursor: pointer;
    line-height: 50px;
    float: right;
}

.tail-left-title-img span, .tail-right-title-img span {
    color: #333;
    font-size: 14px;
}


/* .tail-left-list {
 
} */

.tail-left-list a, .tail-right-list a {
    display: block;
    margin-top: 24px;
    margin-top: 26px\0;
    display: block;
}

.tail-left-title-tab .tab-select, .tail-right-title-tab .tab-select {
    background-color: #1d82e6;
    color: #fff;
}

.tab-select a {
    color: #fff;
}

.list-left-circular {
    margin-top: 9px;
    width: 5px;
    height: 5px;
    background: #CCCCCC;
    float: left;
    border-radius: 50%;
}

.list-text1 {
    float: left;
    font-size: 16px;
    color: #333;
    width: 510px;
    margin-left: 5px;
}

.list-date1 {
    float: right;
    font-size: 14px;
    color: #999;
}

.searchDiv {
        margin-top:10px;
        margin-bottom:10px;
      }
.searchBtn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 4px 16px;
    text-align: center;
    font-size:16px;
    background-color: #42A5F5;
    color: white;
    border: 2px solid #42A5F5;
    border-radius:5px;
}

.searchBtn:hover {
    background-color: #74BCF8;
    color: white;
    border: 2px solid #74BCF8;
}

.inputKey {
    outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 3px;
    padding: 13px 14px;
    width: 420px;
    height:35px;
    font-size: 14px;
    font-family: "Microsoft soft";
}

.inputKey:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.selectKey {
    display: inline-block;
    width: 135px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    text-shadow: none;
    border-radius: 4px;	
    transition: box-shadow 0.25s ease;
    z-index: 2;      
}

.selectKey:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.selectKey:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 14px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}
.selectKey select {
    cursor: pointer;
    padding-left: 10px;
    width: 100%;
    height:35px;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
}

.selectKey select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}