body {
    font-size: 0.9rem;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    margin: 0;
    padding: 2px 0px;
}

body::-webkit-scrollbar {
    width: 0em;
}

.alpha-navi {
    background-color: white;
    text-align: center;
    align-items: center;
}

.alpha-navi-active {
    color: #fe5d27;
}

.alpha-navi-inactive {
    color: black;
}

.nav-item {
    margin: 0 20px;
}

.alpha-pointer {
    cursor: pointer;
}

.alpha-logo-text {
    display: inline-block;
    padding: 0 5px;
    font-size: 0.9rem;
    color: #fe5d27;
    line-height: 40px;
    font-weight: bold;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.trace-body {
    padding: 50px;
    width: 800px;
    margin: 0 auto;
    font-size: 0.9rem;
}

.shipping-search {
    cursor: pointer;
    border: none;
    width: 100px;
    height: 40px;
    border-radius: 0.375rem;
    display: flex;
    background-color: #fe5d27;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto 0;
    margin-left: 0.16rem;
}

.input-class::placeholder {
    color: #999;
}

.track-list {
    padding: 20px 0.5rem;
}

.track-title {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    cursor: pointer;
}

.tracking-no-invalid {
    color: red;
    font-size: 0.7rem;
}

.tracking-no-tip {
    /* border: 1px solid #fe5d27; */
    border-radius: 5px;
    padding: 10px;
    background-color: #f2f2f2;
}

.alpha-to-login {
    background-color: #fe5d27;
    font-size: 0.8rem;
    padding: 3px 15px;
    color: white;
    border-radius: 5px;
}

.index-top-1 {
    width: 1150px;
    height: 515px;
    margin: 20px auto;
    border: 0.5px solid #f2f2f2;
    position: relative;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.large-text {
    color: #fe5d27;
    font-size: 55px;
    font-weight: bold;
    line-height: 50px;
}

.b2c-top {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 492px;
    height: 250px;
}

.b2c-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 492px;
    height: 250px;
}

.b2c-middle-text {
    flex: 1;
    font-size: 1rem;
    margin-bottom: 80px;
    padding: 30px 0px;
    line-height: 1.8;
}

.get-quote {
    width: 295px;
    height: 50px;
    background-color: #fe5d27;
    border-radius: 5px;
    color: white;
    border: none;
    position: absolute;
    bottom: 15px;
    font-size: 1.3rem;
}

.index-top-2 {
    height: 686px;
    background-image: url("../images/bg_index_2.jpg");
    background-size: cover;
    background-position: center;
}

.index-top-2-content {
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    padding-top: 60px;
}

.index-top-2-img {
    display: inline-block;
    width: auto;
}

.index-top-2-right-text {
    color: #fe5d27;
    font-size: 50px;
    font-weight: bold;
}

.b2b-middle-text {
    font-size: 1rem;
    padding: 10px 0px;
    line-height: 1.8;
}

.get-price {
    width: 295px;
    height: 50px;
    background-color: #fe5d27;
    border-radius: 5px;
    color: white;
    border: none;
    font-size: 1.3rem;
}

.service-icon {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 45px;
}

.bottom-logo-text {
    font-size: 2rem;
    color: white;
}

.bottom-logo-copyright {
    color: white;
}

.bottom-address {
    padding-bottom: 30px;
    color: white;
    border-bottom: 0.2px solid white;
}

.icon-greater {
    display: inline-block;
    padding-right: 20px;
}

@media (max-width:800px) {
    .trace-body {
        padding: 50px 10px;
        width: 100%;
        font-size: 0.9rem;
    }
}