.rfqs-title{
    width: 220px;
    height: 50px;
    background: rgba(255, 153, 51, 1);
    font-size: 16px;

    color: #FFFFFF;
    font-weight: 400
}

.rfqs-title:hover{
    opacity: 0.8;
    cursor: pointer;
}

.rfqs-header-title{
    padding: 18px 20px;
}

.rfqs-header-title .state{
    font-size: 16px;

    color: #3A3A3A;
    margin-right: 8px;
}

.rfqs-header-title .layui-form-select{
width: 108px;
    margin-right: 20px;
}

.rfqs-header-title .read{
    font-size: 16px;

    color: #33CCFF;
    margin-right: 20px;
}
.rfqs-header-title .read:hover{
    cursor: pointer;
    color: #18B3E7;
}
.rfqs-header-title .delete{
    font-size: 16px;

    color:#8A8A8A;
    margin-right: 20px;
}
.rfqs-header-title .delete:hover{
  cursor: pointer;
    color: #33CCFF;
}
.rfqs-header-title .li{
    width: 103px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    font-size: 16px;

    color: #3A3A3A;
    margin-left: 17px;
    cursor: pointer;
}
.rfqs-header-title .li.select{
    background: rgba(255, 153, 51, 0.08);
    border: 1px solid #FF9933;
    color: #FF9933;
}


.rfqsInformation img{
    width: 60px;
    height: 60px;
}


.rfqs-Back{
    height: 50px;
    background: #3A3A3A;
    font-size: 16px;

    color: #FFFFFF;
    padding: 0 27px;
}



.rfqs-recevied-header{
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #D8D8D8;
}
.rfqs-recevied-header span:nth-child(1){
     font-size: 16px;
     font-weight: bold;
     color: #3A3A3A;
    margin-right: 20px;
 }
.rfqs-recevied-header span:nth-child(2){
    font-size: 16px;

    color: #3A3A3A;
}
.rfqs-recevied-box{
    padding-top: 34px;
}


.rfqs-recevied-left{
    width: 554px;
    text-align: left;
    padding-left: 20px;
}
.rfqs-recevied-ul{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 18px;
}
.rfqs-recevied-li{
    width: 49%;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 18px;
}
.rfqs-recevied-title{
    font-size: 14px;

    color: #3A3A3A;
}
.rfqs-recevied-text{
    font-size: 14px;
    font-weight: bold;
    color: #3A3A3A;
    padding:15px 0;
    height: 50px;
}
.rfqs-recevied-right{
    padding: 0px 21px 0 60px;
}
.rfqs-recevied-right img{
    width: 350px;
    height: 350px;
    margin-top: 20px;
}

.rfqs-request-right{
    width: 317px;
    height: 317px;
    margin-left: 60px;
}
.rfqs-request-right img{
    width: 317px;
    height: 317px;

}
.unaccount-save{
    width: 160px;
    height: 50px;
    background: rgba(51, 204, 255,1);
    font-size: 16px;

    color: #FFFFFF;
}
.unaccount-save:hover{
    opacity: 0.8;
    cursor: pointer;
}
