* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: Arial;
}

.trade {
    width: 100%;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.18);
}

.trade-content {
    max-width: 14.5rem;
    display: flex;
    align-items: center;
}

.trade-content-title {
    display: flex;
    margin-left: 0;
    margin-top: 0.63rem;
    margin-bottom: 0.45rem;
    column-gap: 0.08rem;
}

.trade-content-title p {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #9b9b9b;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.trade-content-title p a{
    text-decoration: none;
    color: #757575;
}
.trade-content-title p span {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #393939;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.search {
    max-width: 16rem;
    display: flex;
    align-items: center;

}

.searchs {
    width: 14.5rem;
    height: 3.09rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #F4F4F4;
    margin-top: 0.41rem;
    margin-bottom: 0.45rem;
}

.search-content_1 {
    height: 0.24rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.20rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 0.32rem;
    padding-left: 0.23rem;
}

.search-content_2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 15.48rem;
}

.search-content_2 div:nth-child(1) input {
    position: absolute;
    width: 6.65rem;
    height: 0.63rem;
    background: #F8F8F8;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #D8D8D8;
    outline: none;
    /*left: 0;*/
    top: 0.24rem;
}

.search-content_2 div:nth-child(1) img {
    left: 6.5rem;
    position: absolute;
    z-index: 999;
    top: 0.45rem;
    cursor: pointer;
}

.search-content_2 div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-content_2 div:nth-child(2) select {
    width: 6.65rem;
    height: 0.65rem;
    background: #F8F8F8;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #D8D8D8;
    outline: none;
    position: absolute;
    /*right: 0;*/
    top: 0.23rem;
}



.search-content_2 div:nth-child(1) input::-webkit-input-placeholder {
    color: #f70000;
    padding-left: 0.21rem;
}

.search-content_2 div:nth-child(2) select::-webkit-input-placeholder {
    color: #0f0f0f;
    padding-left: 0.32rem;
}

.search-content_2 div:nth-child(2) select option p{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/contact/contact\ \(6\).png) no-repeat;
    background-size: 100% 100%;
}