body {
    background-color: #F5F6F9;
}

a {
    color: #646464;
    text-decoration: none !important;
}
.mb20{
    margin-bottom: 20px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.breadcrumbs-list {
    font-size: 14px;
    line-height: 20px;
    color: #16191D;
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
}

.main-left-container {
    background: #FFFFFF;
    padding: 28px 20px;
    width: 880px;
}

.SourcingRequestTitle {
    color: #16191D;
    font-size: 20px;
    font-weight: 500;
}

.tab-select-container {
    display: flex;
    color: #646464;
    border-bottom: 1px solid #EBECEF;
    margin-top: 28px;
    color: #646464;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
}

.tab-select-item {
    margin-right: 24px;
    padding-bottom: 9px;
    cursor: pointer;
}
.tab-select-item:hover a{
    color: #3875F6;
}

.tab-select-item:last-child {
    margin-right: 0;
}

.tab-select-container .active {
    position: relative;
    color: #3C7BFF;
}
.tab-select-container .active a{
    color: #3875F6;
}

.tab-select-container .active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #3C7BFF;
    bottom: -1px;
    left: 0;
    border-radius: 137px;
}
.select-item-list{
    display: flex;
}

.select-item-list>li {
    margin-bottom: 20px;
    width: 30%;
    margin-right: 24px;
}

.select-item-list>li:last-child {
    margin-right: 0;
}

.select-item-list .select-item-label {
    width: 126px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.select-item-list .select-item-label.mag {
    top: 43%;
}

.select-item-list .select-item-content {
    line-height: 32px;
}

.select-item-list .select-item-content a {
    float: left;
    border-radius: 2px;
    line-height: 20px;
    margin: 0 6px 6px 0;
    padding: 4px 8px;
    font-size: 14px;
    color: #292929;
}

.select-item-list .select-item-content a:hover,
.select-item-list .select-item-content a.active {
    background: #3875F6;
    color: #fff;
}

.select-item-content.select-two-all input {
    width: 264px;
}

.demandList {
    /* padding: 24px 0px; */
}

.supply-item {
    border: 1px solid #F0F0F0;
    padding: 24px 16px 20px;
    margin-bottom: 28px;
    box-shadow: 0px 2px 10px 0px rgba(199, 201, 205, 0.4);
    border-radius: 2px;
}
.supply-item:hover{
    border: 1px solid #3875F6;
}
.supply-item:hover .supply-item-top-left{
    color: #3875F6;
}

.isExpired {
    background-image: url('../image/ic_expired.png');
    background-size: 110px;
    background-position: right 40px bottom 40px;
    background-repeat:  no-repeat;

}

.detail-container {
    width: 1200px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    min-height: calc(100vh - 137px - 347px - 100px);
}

.supply-item-top {
    display: flex;
    justify-content: space-between;
}

.supply-item-top-left {
    color: #16191D;
    font-weight: 500;
    font-size: 18px;
    display: flex;
}
.supply-header-logo{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.go-to-supply-text{
    color: #3875F6 !important;
    font-size: 16px;
    cursor: pointer;
    margin-top: 16px;
}
.vip-type{
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
}
.supply-item-name-box{
    display: flex;
    margin-left: 12px;
    flex-direction: column;
}
.supply-item-company-name{
    color: #3875F6;
    font-size: 18px;
    font-weight: 500;
}
.supply-item-release-time{
    color: #646464;
    font-size: 14px;
}

.supply-item-top-right {
    border-radius: 2px;
    padding: 6px 18px;
    /* 主色 蓝 */
    background: #3C7BFF;
    /* 主色 蓝 */
    border: 1px solid #3C7BFF;
    color: #fff;
    flex-shrink: 0;
    white-space: nowrap;
    height: fit-content;
    margin-left: 8px;
   cursor: pointer;
}

.supply-item-content {
    margin: 20px 0;
}

.supply-item-content-item {
    display: flex;
    margin-bottom: 12px;
    /* justify-content: space-between; */
}

.supply-item-content-item-left {
    width: 180px;
    color: #292929;
}

.supply-item-content-item-right {
    width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212529;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.supply-item-bottom {
    color: #3875F6;
    cursor: pointer;
}

.main-right-container {
    /* background: #FFFFFF; */
    width: 300px;
}

.contactBuyerContainer {
     width: 600px;
    padding: 25px 15px;
}
.contactBuyerContainer .country-code-dropdown{
    height: 320px;
}
.contactBuyerContainer .country-selector{
    height: 320px;
}

.contactBuyerContainer .form-control {
    /*height: 36px;*/
    margin-right: 12px;
}

.contactBuyerContainer label {
    width: 150px;
    line-height: 36px;
}

.contactBuyerContainer .input-group {
    margin-bottom: 24px;
    flex-wrap: nowrap;
}
.contactBuyerContainer .input-group:last-child{
    margin-bottom: 0;
}

.contactBuyerTitle {
    color: #16191D;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.contactBuyerContainer .short-input {
    width: 190px !important;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.alert-info {
    line-height: 20px;
    letter-spacing: 0px;
    /* 字体/深 */
    color: #646464;
}

.bottom-alert {
    line-height: 20px;
    letter-spacing: 0px;
    /* 字体/深 */
    color: #646464;
    margin-bottom: 29px;
}

.submitSuccess-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 440px;
    padding: 70px 28px 60px;
}

.submitSuccess-content .success-img {
    width: 68px;
    height: 68px;
}

.submitSuccess-content .success-desc {
    margin-top: 30px;
    color: #595B5E;
    text-align: center;
}

.submitSuccess-content .closeBtn {
    border-radius: 2px;
    width: 130px;
    margin-top: 40px;
}

.recommend-product-card-item{
    margin-bottom: 24px;
    display: block;
}
.product-pic-box{
    overflow: hidden;
}
.product-pic{
    width: 214px;
    height: 122px;
    border-radius: 4px;
    transition: all 0.4s;
    position: relative;
}
.product-pic::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.05;
}
.recommend-product-name{
    font-size: 16px;
    line-height: 22px;
    color: #292929;
    margin-bottom: 8px;
}

.recommend-product-company{
    color: #5C5E61;
    font-size: 14px;
    line-height: 20px;
}
.supplier-register-btn{
    width: 100%;
}




/* 供求详情页样式 */
.detail-container {
    padding: 28px 20px;
    background-color: #fff;
    position: relative;
}
.right-contact-box{
    position: fixed;
    padding: 24px 16px 28px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 2px 10px 0 rgba(199, 201, 205, 0.4);
    display: flex;
    flex-direction: column;
    left:calc(50vw + 200px);
    top: 210px;
    background: #fff;
    z-index: 99;
    width: 380px;
    border-radius: 6px;
}

.right-contact-box-top{
    display: flex;
    margin-bottom: 32px;
}
.right-contact-box-logo{
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vip-type{
    position: absolute;
    bottom: 0;
    right: 0;
}
.right-contact-box-name{
    color: #16191D;
    width: 262px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.detail-contact-supplier-btn{
    margin: 0 auto;
    padding: 6px 25px;
}

.detail-content-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
    width: calc(100% - 400px);
}

.detail-content-title {
    display: flex;
    justify-content: space-between;
}

.detail-content-title-left {
    color: #16191D;
    font-weight: 500;
    font-size: 22px;
}

.detail-content-title-right {
    border-radius: 2px;
    padding: 6px 18px;
    /* 主色 蓝 */
    background: #3C7BFF;
    /* 主色 蓝 */
    border: 1px solid #3C7BFF;
    color: #fff;
    margin-left: 8px;
    flex-shrink: 0;
    height: fit-content;
    white-space:nowrap;
}

.detail-content-item {
    display: flex;
    margin-bottom: 12px;
    /* justify-content: space-between; */
}

.detail-content-item-left {
    width: 180px;
    color: #292929;
}

.detail-content-item-right {
    width: calc(100% - 640px);
    word-break: break-all;
    white-space: pre-line;
}
.detail-content-item-img-right{
    width: calc(100% - 620px);
    word-break: break-all;
}

.detail-content-tips {
    font-size: 18px;
    font-weight: 500;
    color: #16191D;
    margin: 30px 0 20px;
}

.detail-content-item-right-img img {
    width: 48px;
    height: 48px;
}

.download-box {
    display: flex;
    margin-top: 12px;
}

.download-btn {
    color: #3875F6;
}

.download-btn::before {
    content: '';
    margin-right: 4px;
    margin-left: 20px;
    background-image: url('../image/ic_download.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-size: contain;
    margin-bottom: -2px;
}


/*  */
.post-sourcing-request-container {
    padding: 28px 20px 40px;
    background: #fff;
    width: 1200px;
    margin: 0 auto 20px;
}

.post-sourcing-request-container .form-control {
    width: 600px;
}

.post-sourcing-request-container h5 {
    color: #16191D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.post-sourcing-request-container .label-text {
    color: #292929;
}
.post-sourcing-request-container .flex-group {
    display: flex;
    justify-content: space-between;
    width: 600px;
}
.post-sourcing-request-container .flex-group .form-control {
    width: 295px;
    /* margin-right: 12px; */
    flex: none;
}

.post-sourcing-request-container .custom-file {
    margin-bottom: 12px;
}

.post-sourcing-request-container .file-btn {
    position: absolute;
    left: 0;
    padding: 8px 20px;
    color: #FFFFFF;
}

.post-sourcing-request-container .custom-file-input {
    width: 208px;
    margin-bottom: 12px;
}

.post-sourcing-request-container .file-btn img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: 3px;
}

.card-header {
    border-radius: 0 !important;
}

.form-group{
    margin-bottom: 24px;
}
.form-group label {
    margin-bottom:6px;
}


.custom-file-label::after {
    content: "Browse";
}

.input-group-text {
    min-width: 80px;
}
.post-sourcing-request-container .input-group{
    width: 600px;
}
.modal-content{
    width: auto;
}
.page-container{
    text-align: center;
}
.form-control{
    border-radius: .25rem !important;
}
.modal-header{
    padding:1rem calc( 1rem + 15px);
}
.modal-footer{
    /*padding:1rem calc( 1rem + 15px);*/
}

.isExpiredDetail {
    background-image: url(../image/ic_expired.png);
    background-size: 110px;
    background-position: right 475px top 140px;
    background-repeat: no-repeat;
}

.postSupplyBox img{
    width: 100%;
    margin-bottom: 28px;
}
.supply-submit-button{
    margin-top: 36px;
}