@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    font-family: 'Microsoft YaHei';
}

a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #808080;
    /* 去除默认的颜色和点击后变化的颜色 */
}

p {
    font-family: 'microsoft yahei';
}

.text {
    font-family: "microsoft yahei";
}

html,
body {
    height: 100%;
    background: #FCFCFC;
    width: 100%;
    overflow-x: hidden;
    /* overflow: hidden; */
}

#container {
    position: relative;
    height: 40.5rem;
    background: #FFFFFF;
}

.main {
    width: 100%;
}

.top {
    width: 24rem;
    height: 13.5rem;
    overflow: hidden;
}


.title {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.6rem;
}

.title img:nth-child(1) {
    width: 1.8125rem;
    height: .575rem;
    margin-right: .225rem;
}

.title div {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.275rem;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
}

.title a {
    color: #FFFFFF;

}

.title a:last-child {
    margin-left: 1.1rem;
}

.top {
    width: 24rem;
    height: 13.7125rem;
    background: url('../image/bg-1.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.top .top_content {
    width: 100%;
    height: 13.7125rem;
    position: relative;
}

.top_content .bg1 {
    width: 12rem;
    height: 12.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 666;
}

.top_content .title1 {
    width: 15.7875rem;
    height: 2.3625rem;
    position: absolute;
    top: 4.3875rem;
    left: 3.6rem;
    z-index: 667;
}

.top_content .btn {
    width: 3.3875rem;
    height: 1rem;
    position: absolute;
    top: 7.15rem;
    left: 10.3125rem;
    z-index: 667;
}

.middle {
    width: 100%;
    height: 12.5rem;
    position: relative;
}

.middle .bg2 {
    width: 7.2125rem;
    height: 10.5rem;
    position: absolute;
    left: 3.8rem;
    top: 1.05rem;
}

.middle .bg3 {
    width: 9.55rem;
    height: 3.35rem;
    position: absolute;
    left: 12.1625rem;
    top: 4.7875rem;
		z-index: 999;
}

.below {
    width: 100%;
    height: 12.5rem;
    position: relative;
}

.below .bg4 {
    width: 8.975rem;
    height: 3.35rem;
    position: absolute;
    left: 3.6rem;
    top: 5.325rem;
}

.below .bg5 {
    width: 7.05rem;
    height: 10.325rem;
    position: absolute;
    left: 13.4rem;
    top: 1.05rem;
}

.footer span {
    width: 100%;
    height: 0.225rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.225rem;
    color: #999999;
    line-height: 0.225rem;
    font-style: normal;
    text-align: center;
    position: absolute;
    bottom: 0.4875rem;
}
	.icon1{
		width: 12.8875rem;
		height: 14.5125rem;
		position: absolute;
		top: -0.8625rem;
		right: 0;
		z-index: 666;
	}
	.icon2{
		width: 11.475rem;
		height: 14.5125rem;
		position: absolute;
		top: -0.3625rem;
		left: 0;
		z-index: 666;
	}