.apply-section{background: #f7f7f7;}
.apply-section .apply-container{padding:33px 30px;background-color: #fff;}
.apply-section .breadcrumb{margin-bottom: 0;}
.apply-container .header{
    /* background: url('/images/rfq/rfq-bg.png?v=2024') no-repeat center;background-size: 100%; */
    margin-bottom: 20px;border:0;
}
.apply-container .header .header-title{
    margin-bottom: 20px;
    height: 22px;
    font-size: 18px;
    /* font-family: Inter-SemiBold, Inter;
    font-weight: normal; */
    color: #FF6221;
    line-height: 21px;
}
.header-desc ul{padding-left:25px;}
.header-desc li{
    font-size: 14px;
    /* font-family: Inter-Regular, Inter;
    font-weight: 400; */
    /* color: #575757; */
    line-height: 30px;
}
.apply-container #MallBox .table{
    border:1px solid #ddd;
}
.apply-container #MallBox .table .thead-dark th{
    height: 46px;line-height: 46px;padding:0;
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: 0;
    /* border-bottom:1px solid #ddd; */
    text-indent: 20px;
}
.apply-container #MallBox .table .thead-dark th{width:20%;white-space: nowrap;}
.apply-container #MallBox .table .thead-dark th:nth-child(4){width:35%;}
.apply-container #MallBox .table .thead-dark th:nth-child(3){width:15%;}
.apply-container #MallBox .table .thead-dark th:last-child{width:10%;}
.apply-container #MallBox .table .thead-dark tr th:nth-child(5),.apply-container #MallBox .table tr td:nth-child(5){
    display: none;
}
.apply-container #MallBox .table tbody tr:first-child td{
    padding-top: 20px;
}
.apply-container #MallBox .table tbody tr:last-child td{
    padding-bottom: 20px;
}
.apply-container #MallBox .table tr td{
    height: 40px;line-height:40px;
    padding:0;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    /* border:1px solid #ddd; */
    border:0;vertical-align: middle;
    padding:7.5px;
}
/* .apply-container #MallBox .table tr td:hover{background:#F3F3F3} */
.apply-container #MallBox .table tr td input{
    height: 100%;border:0;margin: 0;
    text-indent: 13px;color: #333;
    outline: none;border:1px solid #ddd;
}
.apply-container #MallBox .table tr td input::-webkit-input-placeholder {
    color:#918b8b;
}

.apply-container #MallBox .table tr td input:-ms-input-placeholder {
    color:#918b8b;
}

.apply-container #MallBox .table tr td input::placeholder {
    color:#918b8b;
}
.apply-container #MallBox .table tr td input:focus{
    outline: none;
}
.apply-container #MallBox .table tr td .btn{
    background-color: none;color: #333;border:0;height:100%;width:100%;
    background: url('/images/rfq/delv2.webp?v=2024') no-repeat 27% center;
    line-height: 46px;
}
.apply-container #MallBox .table tr td .btn:hover{
    background-color: none;
    background: url('/images/rfq/delv2.webp?v=2024') no-repeat 27% center;
}
.apply-container #MallBox .Clear {
    width: 126px;
    height: 36px;;border:0;
    background: #FD7817;
    border-radius: 4px 4px 4px 4px;
}
.apply-container #MallBox .Clear:hover{background: #E45012;}
.apply-container #MallBox .Clear:focus{outline: none;box-shadow: none;}
.apply-container #MallBox .AddItem{
    width: 126px;margin-left:10px;
    height: 36px;;border:0;
    background: #00a3e4;
    border-radius: 4px 4px 4px 4px;
}
.apply-container #MallBox .AddItem:hover{background:#008ac0}
.apply-container #MallBox div.text-right{border-top:0 !important;border-bottom: 1px dashed #ddd;padding-bottom:1rem;}
.apply-container .banner-content .site-title-h2{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700;
    color: #333;
    border: 0;
}
.apply-section .apply-container .form{
    width:96%;
}
.apply-section .apply-container .form .form-group{
    padding-left: 24px;padding-right: 0;
}
.apply-container .btn-div #btn-bom{
    width: 126px;border:0;
    height: 36px;
    background: #00a3e4;
    border-radius: 4px 4px 4px 4px;
}
.apply-container .btn-div #btn-bom:hover{background:#008ac0}

.apply-container .btn-div{    
    border-top:1px dashed #dee2e6 !important;
    padding-left: 20px;
}
.apply-container .free-agrement{
    margin:20px auto;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.checkbox .checkbox-frame {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    height: 20px;
    position: relative;
    width: 20px;
}
.checkbox .checkbox-frame.active{
    /* background:url('/images/rfq/checkbox-checked.png?v=2024') no-repeat center; */
    background:url('/images/rfq/checkbox-checked.webp?v=2024') no-repeat center;
}
.checkbox .checkbox-frame p {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    left: 50%;
    min-width: 100px;
    padding: 6px 16px;
    position: absolute;
    top: -35px;
    transform: translate(-50%);
    white-space: nowrap;
    display: none;
}
.checkbox .checkbox-frame .trangle {
    border: 5px solid transparent;
    border-top-color: #666;
    height: 0;
    left: 50%;
    position: absolute;
    top: -7px;
    transform: translate(-50%);
    width: 0;
    display: none;
}
.checkbox .checkbox-txt{
    flex: 1;line-height: 20px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
}
.checkbox .checkbox-txt span{
    color: #00a3e4;
    cursor: pointer;
}
.apply-container .form .form-control{
    height: 36px;line-height: 36px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DDDDDD;
}
.apply-container .form .col-form-label{
    font-size: 14px;
    /* text-align: right; */
    font-weight: 400;
    /* color: #575757; */
    padding-right:0;
    white-space: nowrap;
}
.apply-container .form #snsiirfqapply-code{
    width:300px;
}
.apply-container .form .vcode-div{position: relative;display: flex;position: absolute;left:236px;top:1px;}
.apply-container .form .vcode-div #snsiirfqapply-code-image{border-left:1px solid #ddd;height:34px;}
.apply-container .form .vcode-div span{
    font-size: 14px;line-height: 36px;
    font-weight: 400;margin-left:10px;
    color: #00a3e4;cursor: pointer;
    margin-right: 20px;
}
.apply-container .form .vcode-div span:hover{
    text-decoration: underline;
}
.apply-container .form .vcode-div .invalid-feedback{
    flex: 1;
}
/* dialog */
.free {
    background-color: #3333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}
.free .dialog {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.free .dialog>.close {
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.free .info {
    background-color: #fff;
    color: #000;
    margin: 10px 14px;
    overflow-y: auto;
    padding: 20px 60px;
}
.free .info .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
}
.free .info p {
    line-height: 20px;
    margin-bottom: 20px;
}
.header-div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 70px;
}
.apply-container .header-div .header .header-title{
    /* font-family: Roboto; */
    color:#333;font-weight: bold;
    height: auto;
    font-size: 28px !important;
    line-height: 33px;
    margin-top: 39px;
    margin-bottom: 26px;
}
.header-desc ul{padding:0;margin: 0;}
.header-desc li{list-style: none;}
.header-desc li::before{
    list-style: none;
    background-color: #fd7817;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 10px;
    transform: translateY(-2px);
    width: 6px;
}

.rfqSearchBox {
    border: 1px solid #00a3e4;
    display: flex;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 336px
}

.rfqSearchBox input {
    border: none;
    flex: 1;
    height: 38px;
    line-height: 38px;
    outline: none
}

.rfqSearchBox>div {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 40px
}

.rfqSearchBox>div:hover {
    background-color: rgba(0,163,228,.063)
}

.rfqSearchBox>div:active {
    background-color: rgba(0,163,228,.267)
}

.rfqSearchBox>div img {
    height: 19px;
    width: 19px
}
@media screen and (max-width: 768px) {
    .apply-container .header{background: none;border-bottom: 1px dashed #ddd;padding-top:0;}
    .apply-container .form .col-form-label{
        text-align: left;
    }
    .checkbox .checkbox-txt{font-size:12px;}
    .apply-container .form #snsiirfqapply-code{
        width:76%;
    }
    .apply-container .form .vcode-div{left:51%;}
    .apply-container #MallBox{margin-left:-20px;margin-right:-20px;overflow: visible;box-sizing: content-box;}
    .apply-container #MallBox .table{margin:0 5px;position: relative;padding-left:20px;padding-right:20px;width:109%}
    .apply-container #MallBox .table .thead-dark th,.apply-container #MallBox .table td{
       width:33% !important;font-size:12px;text-indent: 10px;
       white-space:nowrap;
    }
    .apply-container #MallBox .table .thead-dark th:first-child,.apply-container #MallBox .table td:first-child{
        border-left:0;
    }
    .apply-container #MallBox .table tr td input{text-indent: 1px;font-size: 12px;}
    .apply-container #MallBox .table .thead-dark th:last-child{
        width:1%;color:#F8F8F8;border-right:0;
    }
    .apply-container #MallBox .table td:last-child{
        width:1%;border-right:0;
    }
    .apply-container #MallBox div.text-right{margin-right: -35px !important;}
    .apply-container #MallBox .table td:last-child button{font-size:0;}
    .apply-container #MallBox .table td:nth-child(4),.apply-container #MallBox .table th:nth-child(4){
        display: none;
    }
    .apply-container .banner-content .site-title-h2{padding-bottom: 0;}
}

@media screen and (max-width: 1024px){
    .free .info {
        font-size: 12px;
        height: calc(100vh - 150px);
        margin: 25px 14px;
        padding: 10px;
    }
    .free .dialog {
        width: calc(100vw - 20px);
    }
    .free .info {
        font-size: 12px;
        height: calc(100vh - 150px);
        margin: 25px 14px;
        padding: 10px;
    }
    .free .info .title {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }
}