header {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}

header .left {
    width: 2.16rem;
    height: 0.64rem;
}

header .left img {
    width: 100%;
    height: 100%;
}

header .right {
    width: 0.39rem;
    height: 0.26rem;
}

header .right img {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: 4.89rem;
    position: relative;
}

.banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.89rem;
}

.banner .textBox {
    width: 14rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    color: #fff;
    margin-left: -7rem;
}

.banner .textBox span:first-child {
    display: block;
    font-weight: bold;
    font-size: 0.72rem;
    line-height: 0.72rem;
    margin-top: 1.2rem;
}

.banner .textBox span:last-child {
    width: 650px;
    display: block;
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.24rem;
    color: #fff;
}

.index_box {
    padding: 0.5rem 0;
}
.box_one {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_one .left {
    width: 7.2rem;
    height: 4.5rem;
}
.box_one .left img {
    width: 100%;
    height: 100%;
}
.box_one .right {
    width: 6.8rem;
    height: 4.5rem;
    box-sizing: border-box;
    padding-left: 0.6rem;
    overflow: hidden;
}

.box_one .right .top {
    margin-top: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.5rem;
    font-weight: bold;
    display: flex;
    color: #000;
    align-items: baseline;
}
.box_one .right .top span:last-child {
    font-size: 0.3rem;
    margin-left: 10px;
    color: #cacacb;
}
.box_one .right .rightbom {
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-top: 0.3rem;
}
.box1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box1 .list {
    width: 14rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.5rem 0;
}
.box1 .list .item {
    width: 3.3rem;
    height: 5.5rem;
    position: relative;
}
.box1 .list .item img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
}
.box1 .list .item .textBox {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0.3rem;
    z-index: 2;
}
.box1 .list .item .textBox .title {
    font-size: 0.23rem;
    color: #fff;
}
.box1 .list .item .textBox .title2 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #fff;
    display: -webkit-box; /* 必须设置此项才能生效 */
    -webkit-line-clamp: 2; /* 限制最大行数 */
    -webkit-box-orient: vertical; /* 垂直布局 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.box1 .top {
    width: 100%;
    text-align: center;
}

.box1 .top span:first-child {
    display: block;
    font-weight: bold;
    font-size: 0.52rem;
    line-height: 0.52rem;
    margin-top: 0.85rem;
    color: #333333;
}

.box1 .top span:last-child {
    display: block;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-top: 0.3rem;
    color: #cacacb;
}

.box1 .bom {
    width: 14rem;
    height: auto;
    margin: 0 auto;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.5rem 0;
    margin-bottom: 1.02rem;
    margin-top: 0.5rem;
}

.box1 .bom .bomText {
    width: 11.84rem;
    height: auto;
}

.box1 .bom .bomText div {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #222;
    text-indent: 0.32rem;
}

.box1 .bom .bomText img {
    width: 100%;
    height: auto;
    margin: 0.6rem 0;
}

footer {
    width: 100%;
    height: auto;
    background-color: #383838;
}

footer .top {
    width: 14rem;
    margin: 0 auto;
    height: auto;
    padding: 0.87rem 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .top .left {
    width: 2.6rem;
    height: 0.77rem;
}

footer .top .left img {
    width: 100%;
    height: 100%;
}

footer .top .center {
    width: calc(100% - 2.6rem - 5.05rem - 1.2rem);
}

footer .top .center .center1 {
    display: flex;
    font-size: 0.16rem;
    margin: 0.2rem 0;
    line-height: 0.3rem;
}

footer .top .center .center1 img {
    width: 0.18rem;
    height: 0.18rem;
    margin-top: 0.07rem;
    margin-right: 0.15rem;
}

footer .top .right {
    width: 5.05rem;
    height: auto;
    text-align: center;
}

footer .top .right .right1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.36rem;
}

footer .top .right .right1 img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.15rem;
}

footer .top .right .right2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
}

footer .bom {
    width: 100%;
    height: 0.6rem;
    background-color: #2c2c2c;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.6rem;
}
