div,
p,
span {
    color: #fff;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

html,
body,
#app,
.screen-inner {
    width: 100%;
    height: 100%;
}

body, p, ul {
    margin: 0;
    padding: 0;
}

.bg,
.bg img {
    width: 100%;
    height: 100%;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
}

.swiper,
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.screen-inner {
    position: relative;
    padding-top: .2rem;
}

.down-arrow {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    margin-left: -.125rem;
    width: .25rem;
    height: .3rem;
}

.logo {
    width: 1.5rem;
    height: .55rem;
    margin-left: .2rem;
}

.content {
    /*padding-top: 30px;*/
    padding: .3rem .25rem 0;
}

.title {
    color: #fff;
    text-align: center;
    font-size: .18rem;
    font-weight: 500;
}

.desc {
    color: #fff;
    text-align: center;
    font-size: .12rem;
    margin-top: .04rem;
}

.u-sub-title {
    display: block;
    margin-top: .2rem;
    text-align: center;
    font-size: .14rem;
}

.u-desc {
    margin-top: .4rem;
    font-size: .14rem;
}

.intro-items {
    margin-top: .5rem;
}

.intro-items .intro-item {
    display: flex;
    margin-bottom: .3rem;
}

.intro-item .item-left {
    width: .6rem;
    height: .6rem;
    border-radius: .03rem;
    overflow: hidden;
}

.intro-item .item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-left: .1rem;
}

.item-right .item-title {
    font-size: .14rem;
}

.item-right .item-desc {
    font-size: .12rem;
}

.text-item {
    position: absolute;
    width: 1rem;
    font-size: .12rem;
}

.text-item-1 {
    top: 2.4rem;
    left: .2rem;
}

.text-item-2 {
    top: .5rem;
    left: 1.2rem;
}

.scroll-list {
    padding-left: .07rem;
}

.scroll-list .swiper-slide {
    font-size: .12rem;
}

.history-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: .2rem .1rem;
    border-radius: .03rem;
    /*margin-left: .1rem;*/
    margin-top: .8rem;
    width: 1.2rem;
    /*max-height: 3rem;*/
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);;
    transition: height .3s;
}

.history-item.hidden {
    height: 1.4rem;
    overflow: hidden;
}

.history-item .item-icon {
    width: .4rem;
    height: .4rem;
}

.history-item .item-title {
    margin-top: .1rem;
    font-size: .16rem;
    color: #333;
}

.history-item .item-desc {
    margin-top: .1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-item.hidden .item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tel {
    position: absolute;
    left: 50%;
    bottom: .6rem;
    font-size: 12px;
    text-align: center;
    transform: translateX(-50%);
}

.tel div {
    margin-top: .02rem;
}

.tel a {
    color: #fff;
    text-decoration: none;
}
