body {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

@media (max-height: 850px) {
		.conten {
			transform: scale(0.7);
		}
 }

#app,#app2  {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./img/aboutUs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#app2 {
    background-image: url(./img/index.png);

}

.active {
    color: #BABBFF;
}

div {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 25px;

}
.company_wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
	width: 1000px;
}

.company {
    font-size: 12px;
    font-weight: 400;
	line-height: 20px;
	font-family: PingFangSC, PingFang SC;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

a {
	color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    /* font-weight: 400;
    font-size: 14px; */
}

img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.conten .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 42px;
	min-height: 750px;
}

.conten .icon .icon1 {
    width: 22px;
    height: 21px;
}

.conten .icon .icon2 {
    width: 22px;
    height: 16px;
    margin-left: 32px;
}

.tab {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%);
}

.tab a {
    font-size: 18px;
}

.conten {
    display: flex;
    flex-direction: column;
}

.conten img {
    display: block;
    width: 148px;
    height: 52px;
}

.conten p {
    width: 702px;
    height: 60px;
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
}


#app2 .conten {
    flex-direction: row;
}

.exhibition {
    position: relative;
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.exhibition .item {
    display: flex;
    flex-direction: column;
    width: 172px;
    height: 172px;
    margin-right: 60px;
    margin-top: 28px;
}

#app2 .exhibition .logo {
    width: 360px;
    height: 110px;
	margin-bottom: 20px;
    /* position: absolute;
    left: 0;
    top: -136px; */
}

#app2 .exhibition .item p {
    width: 100%;
    height: 28px;
    margin-top: 15px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    text-align: center;
}

#app2 .exhibition .txt {
	width: 820px;
	text-align: center;
	font-size: 20px;
    font-family: PingFangSC, PingFang SC;
	margin: 18px;
	line-height: 30px;
}

#app2 .exhibition p {
    /* width: 714px; */
    line-height: 58px;
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    text-align: center;
}

#app2 .playing {
    display: flex;
    flex-direction: row;
}

#app2 .playing img {
    width: 119px;
    height: 119px;
}
#app2 .btn {
	width: 302px;
	height: 84px;
	cursor: pointer;
	margin-top: 25px;
}


/* 轮播图 */
.phone_model {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 60px;
}

.carousel_warp {
    position: relative;
    width: 302px;
    height: 710px;
    overflow: hidden;
}
.frame{
    position: absolute;
    left: -24px;
    /* top: -15px; */
    width: 350px;
    height: 710px;
    background-image: url(./img/pic_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
}
.carousel_warp ul {
    position: absolute;
    width: 600%;
    height: 636px;
    left: 0;
    margin: 0;
    padding: 0;
    transition: left 0.5s ease;
}

.carousel_warp ul li {
    width: 302px;
    height: 636px;
    float: left;
    list-style: none;
}

.carousel_warp ul li img {
    width: 100%;
    height: 100%;
}

.round {
    width: 100%;
    margin-top: 14px;
    cursor: pointer;
}

.round span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    opacity: 0.3;
}

.round .active {
    opacity: 1;
}

#app2 .default {
    transition: left 0s ease;
}

#app2 .animation {
    transition: left 0.5s ease;
}
