@media screen and (max-width: 600px) {
    .arc-list-item{
        margin: 0.25rem !important;
        padding: 0;
    }
    .box .arc-list{
        padding-bottom: 0!important;
    }
    .box .liucheng{
        padding: 0.25rem !important;
    }
}

.box {
    display: flex;
    flex-direction: column;
}
.box html,
.box body {
    position: relative;
    height: 100%;
}
.box .content {
    margin-bottom: 20px;
}
.box .swiper-container {
    margin-top: 10px;
    max-width: 100%;
    width: 10rem;
    max-height: 5.1rem;
    --swiper-theme-color: #FF9D51;
    --swiper-pagination-color: #FF9D51; /* 两种都可以 */
}
.box .swiper-container img {
    width: 100%;
    height: 100%;
}
.box .data {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 10rem;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0rem 0rem 5px 0rem rgba(220, 220, 220, 0.75);
    margin: 0.11rem auto 0;
}
.box .data .line {
    min-width: 1px;
    width: 1px;
    height: 1rem;
    background: linear-gradient(0deg, #ffffff 0%, #dddddd 53%, #ffffff 100%);
}
.box .data .data-item {
    flex: 1;
    min-width: 100px;
    margin-top: 0.41rem;
    padding-bottom: 0.41rem;
}
.box .data .data-item .num {
    height: 0.36rem;
    font-size: 0.36rem;
    font-weight: 400;
    color: #3282ff;
    line-height: 0.36rem;
}
.box .data .data-item .name {
    width: 100%;
    margin-top: 0.33rem;
    text-align: center;
}
.box .arc-list {
    display: flex;
    flex-wrap: wrap;
    width: 10rem;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.box .arc-list-item {
    margin-top: 20px;
    box-shadow: 0px 0px 16px 0px rgba(220, 220, 220, 0.75);
    position: relative;
}
.box .arc-list-item .arc-type {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF9D51;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}
.box .arc-list-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 210px;
}
.box .arc-list-item .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    max-height: 70px;
    line-height: 28px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px;
}
.box .notice-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0.3rem auto 0;
    width: 10rem;
    max-width: 100%;
}
.box .notice-item .text {
    min-width: 300px;
    margin: 0.25rem 0.35rem;
    max-width: 100%;
    text-align: left;
    width: 5.45rem;
}
.box .notice-item .text .line {
    width: 0.68rem;
    height: 0.04rem;
    background: #FF9D51;
}
.box .notice-item .text .title {
    margin-top: 0.3rem;
    height: 0.36rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.box .notice-item .text .desc {
    margin-top: 0.69rem;
    min-height: 1.24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323232;
}
.box .notice-item .text .desc p {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.box .notice-item .text .desc p:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background: #3282FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.box .notice-item .img {
    min-width: 150px;
    width: 2.54rem;
    max-height: 2.9rem;
    margin: 0.25rem 0.5rem;
}
.box .notice-item .img img {
    min-width: 150px;
    width: 2.54rem;
    max-height: 2.9rem;
}
.box .reverse .text {
    min-width: 150px;
    width: 4.7rem;
}
.box .reverse .img {
    min-width: 200px;
    width: 3.46rem;
    max-height: 2.72rem;
    margin: 0.25rem 0.8rem 0.25rem 0.2rem;
}
.box .reverse .img img {
    min-width: 200px;
    width: 3.46rem;
    max-height: 2.72rem;
}
.box .item-logo {
    width: 1.99rem;
    height: 0.58rem;
    margin: 0.8rem auto 0.2rem;
}
.box .liucheng {
    max-width: 100%;
    width: 10rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    /*height: 1.35rem;*/
    margin: 0.3rem auto 0;
}
.box .liucheng .liucheng-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box .liucheng .liucheng-item img {
    width: 1rem;
    height: 1rem;
}
.box .liucheng .liucheng-item div {
    margin-top: 0.18rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323232;
}
.box .liucheng .jiantou {
    width: 0.64rem;
    height: 0.1rem;
    margin-bottom: 0.2rem;
}
.box .huoban {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.3rem auto 0;
    padding: 0 10px;
    max-width: 100%;
    width: 10rem;
}
.box .huoban .huoban-item {
    width: 2.8rem;
    max-width: 30%;
    height: 1rem;
    margin-bottom: 0.5rem;
}
.box .float-box {
    position: fixed;
    bottom: 150px;
    right: 1rem;
    display: none;
}
.box .float-box .show-kefu,
.box .float-box .go-top {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.box .float-box .show-kefu i,
.box .float-box .go-top i {
    font-size: 18px;
}
.box .float-box .go-top {
    background: #dddddd;
}
.box .float-box .show-kefu {
    position: relative;
    background: #3282ff;
    margin-top: 10px;
}
.box .float-box .show-kefu i {
    font-size: 24px;
}
.box .float-box .show-kefu .kefu-info {
    position: absolute;
    right: 60px;
    bottom: 0;
    display: none;
    height: 130px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(105, 105, 105, 0.1);
    border-radius: 5px;
    padding: 10px 20px 10px 10px;
}
.box .float-box .show-kefu .kefu-info .left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box .float-box .show-kefu .kefu-info .left img {
    width: 80px;
    height: 80px;
}
.box .float-box .show-kefu .kefu-info .left span {
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
}
.box .float-box .show-kefu .kefu-info .right {
    margin-left: 17px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    text-align: left;
}
.box .float-box .show-kefu .kefu-info .right div {
    height: 11px;
}
.box .float-box .show-kefu .kefu-info .right .weixin {
    margin: 8px 0 19px;
}
