body {
    background: #fff !important;
}


/* 轮播图分页器样式修改 */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px !important;
    width: 1180px !important;
    min-width: 1180px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.swiper-pagination {
    /* background-color: rgba(0, 11, 23, .1); */
    text-align: left !important;
}

.swiper-pagination-bullet {
    width: 36px !important;
    border-radius: 0 !important;
    height: 3px !important;
    opacity: 1 !important;
    background: rgb(51, 51, 51, .1) !important;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1) !important;
}

.sweiper-inbox {
    position: absolute;
    margin-left: -590px;
    left: 50%;
    justify-content: space-between;
    bottom: 0;
}

.sweiper-inbox .l-box {
    justify-content: center;
}

.sweiper-inbox .l-box .h2 {
    font-size: 48px;
    margin-bottom: 12px;
    line-height: 60px;
    color: #fff;
}

.sweiper-inbox .l-box .h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 36px;
    color: #fff;
}

.sweiper-inbox .l-box .btn {
    width: 132px;
    height: 48px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
}

.sweiper-inbox .l-box .btn .code {
    position: absolute;
    width: 140px;
    height: 140px;
    right: -160px;
    top: -40px;
    display: none;
}

.sweiper-inbox .l-box .btn:hover .code {
    display: block;
}

.sweiper-inbox .r-box {
    width: 500px;
    height: 500px;
    align-items: flex-end;
    color: #fff;
}

.sweiper-inbox .r-box img {
    display: block;
    width: 100%;
}

.menu-box {
    background: #f7f8fa;
}

.menu {
    height: 100px;
    margin: 0 auto;
}

.menu .items {
    width: 106px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
    color: #595961;
    font-weight: 300;
    cursor: pointer;
}

.icon_n {
    display: block;
}

.icon_s {
    display: none;
}

.actives .icon_n {
    display: none;
}

.actives .icon_s {
    display: block;
}

.actives p {
    color: #306fe7 !important;
}

.menu img {
    width: 54px;
    height: 54px;
}

.menu .items p {
    color: #595961;
}

.list {
    margin: 40px auto;
    flex-wrap: wrap;
}

.list .item {
    border: 1px solid #e3e2e5;
    width: 274px;
    margin-bottom: 30px;
    height: 488px;
    position: relative;
    margin-right: 24px;
    /* cursor: pointer; */
}

.list .item:nth-child(4n) {
    margin-right: 0;
}

.list .item .al-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
    object-fit: cover;
}

.list .item .codeimg2 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    height: 60px;
}

.list .item .codeimg2 .buttons {
    margin: 0 !important;
}

.list .item .codeimg {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.list .item .codeimg img {
    width: 130px;
    height: 130px;
}

.list .item:hover .al-img {
    display: block;
}

.list .item:hover .codeimg {
    display: block;
}

.list .item:hover .codeimg2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list .codeimg,
.list .codeimg2 {
    display: none;
}

.list .item .logo {
    width: 120px;
    height: 120px;
    margin: 70px 0 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.list .item .inbox {
    width: 100%;
    height: 100%;
    align-items: center;
}

.list .item .inbox .name {
    font-size: 24px;
    font-weight: 700;
    padding: 0 10px
}

.list .item .inbox .line {
    width: 30px;
    margin: 20px 0;
    height: 3px;
    background: #333;
}

.list .item .inbox .desc {
    /* height: 150px; */
    line-height: 29px;
    color: #9797a1;
    font-size: 16px;
    padding: 0 20px 0;
    flex: 1;
}

.list .item .tag-list {
    width: 100%;
    justify-content: flex-end;
    padding: 15px;
    box-sizing: border-box;
}

.list .item .tag {
    width: 82px;
    height: 26px;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    margin-left: 15px;
    color: #9797a1;
    border: 1px solid #e3e2e5;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}


/* .m-t-10:hover {
    color: #306fe7;
} */

.buttons {
    background-color: rgb(38, 126, 249);
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    /* display: flex; */
    width: 78px;
    display: flex;
    justify-content: center;
    text-align: center;
    /* display: inline-block; */
    border-radius: 4px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: -8px;
    cursor: pointer;
}

.buttons:hover {
    background-color: rgba(38, 126, 249, .85);
}