.main .content .big_pic {
    background-color: #FD375B;
}

.main .content .big_pic a {
    display: block;
    width: auto;
    height: 580px;
    background-image: url(../../img/index/banner.png);
    background-repeat: no-repeat;
    background-position: center;
}


.main .content .big_title {
    margin: 40px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main .content .big_title .title {
    width: 250px;
    height: 70px;
}

.main .content .big_title .title img {
    width: 100%;
    height: 100%;
}

.main .content .big_title .des {
    font-size: 16px;
    color: #333;
    margin-top: 18px;
}

.main .content .big_title .des span {
    color: #F44145;
}


.main .content .title_content .tabs {
    width: 500px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    background-color: #F2F2F2;
    align-items: center;
    border-radius: 40px;
    padding: 0 3px;
    color: #333;
}

.main .content .title_content .tabs span {
    width: 170px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.main .content .title_content .tabs span.active {
    background-color: #fff;
    color: #F44145;
    border-radius: 40px;
}

.main .content .title_content .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.main .content .title_content .list .item {
    width: calc(100% / 9);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.main .content .title_content .list .item img {
    width: 90px;
    height: 90px;
    border-radius: 25px;
}

.main .content .title_content .list .item .text {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.main .content .order_info {
    display: flex;

}

.main .content .order_info .card {
    margin-right: 30px;
    width: calc(50% - 15px);
    border-radius: 20px;
    background: url(../../img/index/bg2.png);
    background-repeat: no-repeat;
    padding: 30px;
    width: 525px;
    height: 210px;
}

.main .content .order_info .card:last-child {
    margin-right: 0;
    background: url(../../img/index/bg1.png);
    background-repeat: no-repeat;
}

.main .content .order_info .card .tit {
    font-size: 22px;
    color: #333;
}

.main .content .order_info .card .num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.main .content .order_info .card:last-child .num {
    margin-top: 90px;
}

.main .content .order_info .card .list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    height: 120px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.main .content .order_info .card .list .item {
    display: flex;
    font-size: 14px;
    color: #333;
    height: auto;
    flex-direction: row;
}

.main .content .order_info .card .list .item span:nth-child(1) {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .content .order_info .card .list .item span:nth-child(2) {
    width: 30%;
}

.main .content .order_info .card .list .item span:nth-child(3) {
    width: 10%;
}

.main .content .order_info .card .list .item span:nth-child(4) {
    width: 20%;
    text-align: right;
}

/* 友情链接 */
.blogroll {
    width: 1200px;
    box-sizing: border-box;
    margin: 60px auto;
    display: flex;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 20px;
}

.blogroll .title {
    margin-left: 5px;
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
    margin-right: 20px;
}


.blogroll .link-list span {
    font-size: 14px;
    color: #999999;
}

.blogroll .link-list a {
    font-size: 14px;
    color: #999999;
    margin: 0 15px;
    line-height: 30px;
}

.blogroll .link-list a:hover {
    text-decoration: underline;
}