<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
color: unset;
}
.banner_box {
background-color: #fff;
padding: 16px 0;
color: #333;
max-width: 800px;
margin: 0 auto;
position: relative;
}
.top_box {
padding: 0 50px;
margin-bottom: 20px;
img {
width: 94px;
}
}
p {
font-size: 12px;
line-height: 14px;
}
.introduce {
background-color: #242B3D;
padding: 58px 0 46px;
text-align: center;
color: #fff;
p {
margin-bottom: 8px;
}
h2 {
width: 605px;
margin: 0 auto 12px;
line-height: 24px;
}
}
.search_box {
padding: 0 50px 83px 50px;
}
.hot_search {
text-align: center;
margin-top: 46px;
display: block;
h3,
p {
line-height: 25px;
}
}
.input_box {
display: flex;
align-items: center;
justify-content: space-between;
height: 46px;
border: 1px solid #DEE2E7;
margin: 12px 0;
padding: 0 7px 0 18px;
cursor: pointer;
img {
width: 24px;
margin-right: 9px;
}
}
.search_btn {
padding: 6px 16px;
color: #fff;
font-size: 14px;
border-radius: 2px;
background-color: #0762CB;
}
input {
border: 0;
flex: 1;
height: 100%;
outline: none;
font-size: 14px;
}
.hot_txt {
text-align: left;
font-size: 14px;
span {
padding: 4px 14px;
background-color: rgba(7, 98, 203, 0.12);
color: #0762CB;
border-radius: 29px;
font-size: 12px;
margin-left: 12px;
}
}
.foot_contact {
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
color: #8A96A4;
border-top: 1px solid #DEE2E7;
a{
text-decoration: underline;
color: #0762CB;
font-size: 12px;
cursor: pointer;
}
p {
line-height: 25px;
}
}
</style>
</head>
<body>
<div class="banner_box">
<div class="top_box">
<img src="https://www.allboms.com/images/logo.png" alt="">
<p>Allboms Is A Professional Search Engine For Electronic And Industrial Parts</p>
<p>ALLBOMS Is Considered One Of The Top Search Engines, Along With OCTOPART And DIGIPART</p>
</div>
<div class="introduce">
<h2>Welcome To ALLBOMS, Where You Can Access The Latest RFQ Supply And Demand Information</h2>
<p>Allboms Provides The Most Precise Substitute Material Information In The Industry</p>
<p>ALLBOMS Offers The Fastest And Most Accurate Vendor Quotations In The Industry</p>
</div>
<div class="search_box">
<a class="hot_search" href="https://www.allboms.com/searchTransfer?uni_code=1cb756036c302147b9df83ed333780ac&type=1">
<h3>Component Search</h3>
<p>Get The Latest Inventory And Pricing Information, Simplifying Procurement Decisions</p>
<div class="input_box" target="_blank">
<img src="https://www.allboms.com/page_icon/search-line.png" alt="">
<input type="text" placeholder="Search by part number and send inquiries to all suppliers">
<div class="search_btn">
Search
</div>
</div>
<div class="hot_txt">
Hot Search Keyword:
<span>ATS480C21Y</span>
<span>AUIRFB8409</span>
<span>ADAR1000ACCZN</span>
</div>
</a>
<a class="hot_search" href="https://www.allboms.com/searchTransfer?uni_code=1cb756036c302147b9df83ed333780ac&type=2">
<h3>Substitute Components Search</h3>
<p>A Key Tool For Optimizing The Supply Chain And Controlling Costs - Substitute Component Types: Pin-Pin,Direct
,Similar</p>
<div class="input_box" target="_blank">
<img src="https://www.allboms.com/page_icon/search-pin2pin.png" alt="">
<input type="text" placeholder="Search for substitute, optimize supply chain, and cut procurement costs">
<div class="search_btn">
Search
</div>
</div>
<div class="hot_txt">
Search PIN-PIN:
<span>ACS880-01-206A-3+E200</span>
<span>Q48SC12042NRDH</span>
<span>230Vac</span>
</div>
</a>
<a class="hot_search" href="https://www.allboms.com/searchTransfer?uni_code=1cb756036c302147b9df83ed333780ac&type=3">
<h3>PDF Search</h3>
<p>Download Pdf Files And Quickly View Detailed Technical Specifications</p>
<div class="input_box" target="_blank">
<img src="https://www.allboms.com/page_icon/search-pdf.png" alt="">
<input type="text" placeholder="Search PDFs, find components datasheets and technical documents">
<div class="search_btn">
Search
</div>
</div>
<div class="hot_txt">
Search PDF:
<span>SICK2080392</span>
<span>LMBT3904LT1G</span>
<span>ERJ-PB6B5102V</span>
</div>
</a>
</div>
<div class="foot_contact">
<p>Homepage : https://www.allboms.com</p>
<p>E-Mail : service@allboms.com</p>
<a href="https://www.allboms.com/unsubscribeUser?uni_code=1cb756036c302147b9df83ed333780ac" target="_blank">Unsubscribe</a>
</div>
</div>
</body>
</html>