.main-content-box{
    width: 960px;
    margin: 0 auto;
}

.main-content{
    background: white;
    padding: 40px 0;
}

.search-box{
    display: flex;
    margin: 0 174px;
    position: relative;
}

.search-input{
    width: 540px;
    height: 40px;
    background: #F4F6FA;
    border: none;
    padding-left: 15px;
    font-size: 14px;
}

.search-button{
    border: none;
    width: 72px;
    height: 40px;
    background: #136CED;
    cursor: pointer;
}

.search-button:active{
    transform: scale(0.98);
}

.search-img{

}

.search-tab{
    display: flex;
    padding: 0 30px;
    margin-top: 40px;
}

.search-tab-item{
    margin-right: 40px;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.active-search-item{
    color: #136CEDFF;
}

.search-result-text{
    margin-top: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 30px;
}

.c-search-result{
    padding-left: 20px;
    margin-top: 25px;
}

.c-search-result table{
    text-align: right !important;
}

.coin-name-box{
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.coin-picture{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.coin-picture img{
    width: 18px;
    height: 18px;
}

.coin-name-info{
    /*padding: 10px 0;*/
}

.coin-name-1{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.coin-name-2{
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    color: rgba(51, 51, 51, 0.45);
    text-align: left;
}

.search-follow{
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.service-box{

}

.service-item{
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    padding: 1px 6px;
}

.service-color-trade{
    background: rgba(19, 108, 237, 0.15);
    color: rgba(19, 108, 237, 1);
}

.service-color-finance{
    color: rgba(51, 187, 68, 1);
    background: rgba(51, 187, 68, 0.15);
}

.service-color-dapp{
    color: rgba(255, 144, 70, 1);
    background: rgba(255, 144, 70, 0.15);
}

.wallet-head .wallet-item{
    text-align: left;
    width: 133px;
    border: none;
}

.icon-device{
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.search-wallet-score{
    font-size: 14px;
    font-weight: 500;
    color: #FF9046;
}

tbody tr{
    border-bottom: 1px solid rgba(51, 51, 51, 0.06);
}

th{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.notice-list{

}

.notice-item{
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding: 20px 0 30px;
    display: flex;
}

.notice-item:last-child{
    border: none;
}

.notice-cover{
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.notice-cover img{
    width: 40px;
    height: 40px;
}

.notice-body{

}

.notice-author{
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
}

.notice-date{
    font-size: 12px;
    color: #999999;
    margin-bottom: 12px;
}

.notice-title{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
}

.notice-title:hover a{
    color: #136CEDFF !important;
}

.notice-description{
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
}

.notice-more{
    text-align: center;
    padding: 8px 21px;
    border: 1px solid rgba(51,51,51,0.18);
    width: 137px;
    margin: 0 auto;
    color: rgba(19, 108, 237, 1);
}

.notice-more-img{
    width: 18px;
    height: 10px;
    margin-left: 5px;
}


.news-list{

}

.news-item{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(244, 246, 250, 1);
}

.news-cover{
    box-shadow: 0px 0px 4px 0px rgba(51,51,51,0.06);
    width: 180px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
}

.news-cover img{
    width: 180px;
    height: 120px;
}

.news-article{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 620px;
}

.news-article-title{
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.news-article-title:hover{
    color: rgba(19, 108, 237, 1);
    cursor: pointer;
}

.news-article-description{
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.news-article-author{
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    position: relative;
}

.news-ad{
    width: 100%;
    margin-bottom: 20px;
}

.news-ad-item{
    width: 100%;
    height: 240px;
    background: black;
}

.news-ad-item img{
    width: 100%;
    height: 240px;
    cursor: pointer;
}

.coin-result tbody tr:hover{
    background: #EEF5FFFF;
    cursor: pointer;
}

.wallet-result tbody tr:hover{
    background: #EEF5FFFF;
    cursor: pointer;
}

.exchange-result tbody tr:hover{
    background: #EEF5FFFF;
    cursor: pointer;
}

th:first-child,
td:first-child{
    padding-left: 5px;
}

.exchange-area-cover{
    width: 18px;
    height: 12px;
    margin-left: 3px;
}

