section *,
section {
    max-width: none;
}
.PlaceOrder-content {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
}
.PlaceOrder-content >div >.title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;

}
.flex{
    flex-wrap: wrap;
    justify-content: space-between;
}
.wid50 img {
    width: 106px;
    height: 36px;
    margin: 0 0 5px 10px;
}
textarea{
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-family: unset;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    height: 102px;
}
.requestt {
    margin-bottom: 30px;
}
.requestt >.content {
    display: flex;
    margin-bottom: 30px; 
}
.requestt >.content>.left{
    align-items: center;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 188px;
    justify-content: space-between;
    padding: 20px;
    width: 500px;
}
.requestt >.content>.left>b{
    font-size: 16px;
}
.requestt >.content>.left>.upload{
    align-items: center;
    background: #4066b8;
    border-radius: 2px;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 10px 14px;
    position: relative;
}
.requestt >.content>.left>.upload span{
    color: #fff;
}
.requestt >.content>.left>.upload input{
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.requestt >.content>.left> .upload-msg{
    font-size: 12px;
    line-height: 14px;
}
a {
    color: #4066b8;
}
a:hover {
    text-decoration: underline;
    color: #4066b8;
}
.requestt >.content>.right *,
.requestt >.content>.right {
    max-width: none;

}
.requestt >.content>.right {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding-bottom: 40px;  
}
.requestt >.content>.right>.icon-boxs {
    position: relative;
    width: 60px;
}
.requestt >.content>.right>.icon-boxs >p {
    align-items: center;
    border: 1px solid #4066b8;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}
.requestt >.content>.right>.icon-boxs >p>i {
    color: #4066b8;
    font-size: 20px;  
}
.requestt >.content>.right>.icon-boxs >span {
    bottom: -40px;
    color: #333;
    font-size: 12px;
    height: 30px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    width: 150px;
}
.requestt >.content>.right>i{
    color: #4066b8;
    font-size: 30px;
    margin: 0 40px;
}

.requestt >.rfqTabel>.th{
    background-color: #f6f8fc;
    border-radius: 4px;
    display: flex;
    padding: 10px 0;
}
.requestt >.rfqTabel>.td>li {
    display: flex;
}
.requestt >.rfqTabel>.td>li>div{
    align-items: center;
    display: flex;
    flex: 3;
    font-size: 13px;
    justify-content: center;
    padding: 5px;
    position: relative;
    text-align: center;
}
.requestt >.rfqTabel>.td>li>div:last-child i{
    color: #4066b8;
    cursor: pointer;
    font-size: 20px;
    transition: all .3s;
}
.requestt >.rfqTabel>.th>li{
    flex: 3;
    padding: 5px;
}
.requestt >.rfqTabel>.td>li>div:nth-child(1),
.requestt >.rfqTabel>.td>li>div:nth-child(2),
.requestt >.rfqTabel>.td>li>div:nth-child(3),
.requestt >.rfqTabel>.th>li:nth-child(1),
.requestt >.rfqTabel>.th>li:nth-child(2),
.requestt >.rfqTabel>.th>li:nth-child(3){
    flex: 5;
}
.requestt >.rfqTabel>.td>li>div:last-child,
.requestt >.rfqTabel>.th>li:last-child{
    flex: 1;
}
.requestt >.rfqTabel>.td>li>div>input{
    border: none;
    border-bottom: 1px solid #d4d4d4;
    font-family: unset;
    font-size: 13px;
    line-height: 36px;
    padding-left: 10px;
    width: 100%;
}
.requestt >.rfqTabel>.td>li>div>input.active{
    border-bottom: 1px solid #c80000;
}
.form-item {
    margin-bottom: 5px;
} 
.requestt >.rfqTabel>.td>li>div> 
.requestt >.rfqTabel>.th>li>p{
    padding-left: 10px;
}
.requestt >.rfqTabel>.th>li>.star::before {
    background-color: #c80000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 4px;
    width: 4px;
}
.requestt >.rfqTabel>.btn-list {
    display: flex;
    margin-top: 16px;
}
.btn{
    border-radius: 4px;
    line-height: 14px;
    font-family: unset;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 20px;
    position: relative;
    transition: all .2s;
    color: #fff;
    margin: 10px 10px 10px 0;
}
#subimtForm {
    background-color: #4066b8;
    margin: auto 0 5px  auto;
}
.requestt >.rfqTabel>.btn-list> .btn:nth-child(1){
    background-color: #4066b8;
    
    
}
.requestt >.rfqTabel>.btn-list> .btn:nth-child(2){
    background-color: #ff6221;
}
.subimt-box {
    display: flex;align-items: flex-end;
}
.subimt-box >div {
    display: flex;
    align-items: flex-end;
}
.subimt-box >div>.form-item {
    width:192px
}
@media (max-width:991px) {
    section *, section,
    *{
        max-width: 100%;
        /* overflow: hidden; */
    }
    #PlaceOrder{
        padding: 10px;
    }
    .requestt >.rfqTabel>.td>li>div:nth-child(3),
    .requestt >.rfqTabel>.td>li>div:nth-child(4),
    .requestt >.rfqTabel>.td>li>div:nth-child(6),
    .requestt >.rfqTabel>.th>li:nth-child(3),
    .requestt >.rfqTabel>.th>li:nth-child(4),
    .requestt >.rfqTabel>.th>li:nth-child(6){
        display: none;
    }
    body .wid50 {
        width: 100% !important;
    }
    .requestt >.content {
        display: none;
    }
    .PlaceOrder-content {
        padding: 10px;
    }
    .subimt-box {
        flex-wrap: wrap;
    }
    .subimt-box >div{
        width: 100%;
    }
    #subimtForm{
        width: 100%;
        margin-top: 30px;
        font-size: 18px;
        height: 50px;
        width: 100%;
    }
}