﻿.home-evaluate {padding: 3% 0;}
.home-evaluate .evallist {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.home-evaluate .evallist .eval-item {width:49%;padding: 15px 0;}
.home-evaluate .evallist .username {display: flex;align-items: center;}
.home-evaluate .evallist .username .username-l {width: 60px;height: 60px;border-radius: 50%;overflow: hidden;}
.home-evaluate .evallist .username .username-l img {width: 100%;}
.home-evaluate .evallist .username .username-l .usert{display: flex;width: 100%;height: 100%;color: #fff;font-size: 24px;font-weight: bold;font-style: initial;justify-content: center;align-items: center;}
.usert.bgred{background: red;}
.home-evaluate .evallist .username .country {margin-left: 5px;}
.home-evaluate .evallist .username .username-r {padding-left: 10px;}
.home-evaluate .evallist .username .date {color: #6a6a6a;}
.home-evaluate .evallist .score {color: var(--color);margin: 15px 0;}
.home-evaluate .evallist .usereval {margin-bottom: 15px;}
.home-evaluate .evallist .imglist {display: flex;}
.home-evaluate .evallist .imglist .img {width: 100px;height: 100px;overflow: hidden;border-radius: 8px;}
.home-evaluate .evallist .imglist .img img {width: 100%;height: 100%;}
.home-evaluate .evallist .tagbox {display: flex;margin: 15px 0;align-items: center;}
.home-evaluate .evallist .tagbox .img {width: 60px;height: 60px;overflow: hidden;border-radius: 3px;}
.home-evaluate .evallist .tagbox .img img {width: 100%;height: 100%;}
.home-evaluate .evallist .tagbox .tag {margin-left: 10px;color: #6a6a6a;}
.home-evaluate .evallist .tagbox .tag span {text-decoration: underline;}
@media (max-width:1024px){.home-evaluate .evallist .eval-item {width:100%}}
.about-bot .list{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}
section.about-bot{padding-top:0}
section.about-bot .title{color:#6bc235;font-size:18px;position:relative;padding-bottom:10px;margin:0px;margin-bottom:20px}
section.about-bot .title>span{display:block;width:30px;height:3px;position:absolute;bottom:0px;left:0px;background-color:#6bc235 !important}
section.about-bot .desc p{margin-bottom:10px}
section.about-bot .img-list img{ width: 100%;}
.home-evaluate .evallist .username .country img{ max-width: 40px; }