

.main-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #E5EBF8;
}

.main-banner-left {
    flex: 1;
    margin-right: 10px;
    width: 50%;
    border-radius: 15px;
}

.main-banner-right {
    flex: 1;
}

.main-banner-right h2 {
    background-color: #E5EBF8;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #333333;
    text-indent: 2ch;
    padding: 10px;
    box-sizing: border-box;
}

.main-banner-right .main-banner-right-p {
    color: #333333;
    text-indent: 4ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.main-banner-right-p,
.main-banner-right-game {
    font-size: 14px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    line-height: 30px;
}

.main-banner-right .main-banner-right-game {
    color: #333333;
    font-weight: 700;
}

.main-banner-right .main-banner-right-game span {
    color: #790003;
    font-weight: 500;
}
.main-banner-right .main-banner-right-game span a{
    color: #ff4172;
    margin: 0 8px 0 0;
}

.main-banner-right .main-banner-right-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.main-banner-right .main-banner-right-div>img {
    width: 12px;
    height: 12px;
    margin-right: 15px;
}

.main-banner-right-div-span {
    color: #FF2E63;
    font-size: 14px;
    margin-right: 50px;
}

.main-banner-right-div-spans {
    color: #999999;
    font-size: 14px;
}

.main-center {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #E5EBF8;
    margin-top: 10px;
}

.main-center li {
    width: calc(33.3% - 10px);
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    list-style-type: none;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.main-center li:nth-child(3n) {
    margin-right: 0;
}

.main-center li:nth-child(1) {
    background: url(../imgs/zjrq.png) no-repeat -5px -5px;
    background-size: 90px auto;
}

.main-center li:nth-child(2) {
    background: url(../imgs/rmtj.png) no-repeat -5px -5px;
    background-size: 90px auto;
}

.main-center li:nth-child(3) {
    background: url(../imgs/zdxz.png) no-repeat -5px -5px;
    background-size: 90px auto;
}

.main-center li:nth-child(1) .main-center-item .main-center-item-top,
.main-center li:nth-child(2) .main-center-item .main-center-item-top,
.main-center li:nth-child(3) .main-center-item .main-center-item-top {
    padding-left: 70px;
    box-sizing: border-box;
}

.main-center li:hover {
    border: 1px solid #FF2E63;
}

.main-center li:hover .main-center-item .main-center-item-bottom span {
    background-color: #FF2E63;
}
.main-center li:hover .main-center-item .main-center-item-bottom span a {
    color: #fff;
}

.main-center-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}

.main-center-item-top {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.main-center-item-top h2 {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.main-center-item-top .main-center-item-img {
    width: 100px;
}

.main-center-item-div {
    display: flex;
}

.main-center-item-div p {
    font-size: 14px;
    color: #666666;
}

.main-center-item-div p:nth-child(2),
.main-center-item-div p:nth-child(3) {
    margin-left: 10px;
}

.main-center-item-banben {
    font-size: 14px;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-center-item-banben>img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.main-center-item-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.main-center-item-bottom img {
    width: 90%;
    height: 100px;
    border-radius: 10px;
}

.main-center-item-bottom span {
    font-size: 14px;
    color: #FF2E63;
    border: 1px solid #FF2E63;
    border-radius: 20px;
    width: 80px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.main-center-item-p {
    font-size: 14px;
    color: #FF2F1B;
    padding: 10px;
    box-sizing: border-box;
}

.main-center-item-p span {
    color: #666666;
    line-height: 25px;
}

.banner-two {
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #E5EBF8;
    height: 250px;
}

.banner-two>h2 {
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
}

.banner-two>h2>img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.banner-two-main {
    width: 100%;
    height: 210px;
}

.swiper-container-banner {
    width: 100%;
    height: 200px;
}

.swiper-container-banner .swiper-wrapper-banner .swiper-slide-banner {
    width: auto !important;
    max-width: 270px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.swiper-container-banner .swiper-wrapper-banner .swiper-slide-banner img {
    max-width: 100%;
    max-height: 100%;
}

.review {
    margin: 10px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #E5EBF8;
}

.review>h2 {
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
}

.review>h2 .hl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.review>h2 .hl>img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.review>h2 .hr {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.review>h2 .hr span {
    color: #1A7CFF;
}