.links-header{margin:20px 0;}

.links-banner{width: 100%;}
.links .title{font-size: 25px;color: #999;font-weight: bold;}
.links .titles{font-size: 15px;color: #999;}
.links-banner-div{width: 100%;/*display: flex;*/flex-wrap: wrap; justify-content: space-between;margin-top: 20px;padding: 0;height: 600px;    position: relative;}
.links-banner-item{display: inline-block;height: 40px;}

.links-banner-item-info{display: none;position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);width: 600px;margin: 10px ;}
.links-banner-item-info .links-banner-item-img{margin: 0px auto;display: block;max-width: 100%;}
.links-banner-item-info .links-banner-item-code{text-align: center;font-size: 14px;border: 1px solid #666;padding: 10px;margin: 10px 0;color: #fff;}

.links-banner-item:nth-child(1) .links-banner-item-info{display: block;}
.links-banner-item-title{padding: 8px 28px;background: #e3e3e3;color: #000;display: inline-block;cursor: pointer;font-weight: bold;}
/*.links-banner-item:nth-child(1) .links-banner-item-title{background: #FEA2CA;color: #fff;}*/
.links-banner-item-title-active{background: #FEA2CA;}

.links-exchange-keyword{width: 100%;padding: 10px 0;}
.links-exchange-keyword .links-exchange-item{padding: 10px 20px;background: #e3e3e3;margin :20px 20px 0 0;display: inline-block; }
.links-exchange-keyword .links-exchange-item a{color: #000;}

.links-exchange-banner{display: flex;flex-wrap: wrap;justify-content: space-between;}
.links-exchange-banner .links-exchange-item{width: calc(50% - 20px);margin: 10px 0;display: flex;height: 80px;}
.links-exchange-banner .links-exchange-item a{width: 100%;display: flex;max-height: 100%;align-items: center;}
.links-exchange-banner .links-exchange-item .links-exchange-item-img{width: 100%;object-fit: cover;max-height: 100%;}


.search-links-btn{padding: 10px 0px;margin: 20px 20px 0 0;}
.search-links-result{max-height: 400px;overflow-y: auto;}