/*PC端样式*/

.header-image {
	width: 100%;
}

.wrap1 {
	width: 1150px;
	background-color: #ffffff;
	z-index: 1;
	margin: -3% auto 0;
	position: relative;
	border-radius: 5px;
}

.title1 {
	width: 100%;
	height: 60px;
	padding: 38px 0px 0px 70px;
	font-family: "Microsoft YaHei" !important;
	font-size: 18px;
	color: #666666;
}

.box1 {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	/*display: box;
	display: -webkit-box;
	display: -moz-box;*/
	display: -ms-flexbox;
	padding: 0px 50px;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
	justify-content: space-between;
}

.content1 {
	width: 350px;
	height: 392px;
	position: relative;
	flex-shrink: 0;
}

.content1_pc_bg1 {
	background-image: url("../img/pc_bg1.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.content1_pc_bg2 {
	background-image: url("../img/pc_bg2.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.content1_pc_bg3 {
	background-image: url("../img/pc_bg3.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.content1_pc_bg4 {
	background-image: url("../img/pc_bg4.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.content1_pc_bg5 {
	background-image: url("../img/pc_bg5.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.code1 {
	width: 60%;
	position: absolute;
    top: 27%;
    left: 20%;
    display: none;
}

.content1_pc_bg1:hover .code1{
	display: block;
}

.content1_pc_bg2:hover .code1{
	display: block;
}

.content1_pc_bg3:hover .code1{
	display: block;
}

.content1_pc_bg4:hover .code1{
	display: block;
}

.content1_pc_bg5:hover .code1{
	display: block;
}

.content1_pc_bg1:hover .desc,.content1_pc_bg1:hover .tags{
	display: none;
}

.content1_pc_bg2:hover .desc,.content1_pc_bg2:hover .tags{
	display: none;
}

.content1_pc_bg3:hover .desc,.content1_pc_bg3:hover .tags{
	display: none;
}

.content1_pc_bg4:hover .desc,.content1_pc_bg4:hover .tags{
	display: none;
}

.content1_pc_bg5:hover .desc,.content1_pc_bg5:hover .tags{
	display: none;
}

.content1 .name {
	padding-top: 60px;
	text-align: center;
	font-family: "Microsoft YaHei" !important;
	font-size: 22px;
	color: #666666;
}

.content1 .desc {
	height: 36px;
	padding: 125px 50px 0px 50px;
	text-align: center;
	font-family: "Microsoft YaHei" !important;
	font-size: 15px;
	color: #666666;
}

.content1 .tags {
	padding: 48px 60px 0px 57px;
	text-align: left;
	font-family: "Microsoft YaHei" !important;
	font-size: 12px;
	color: #9d9b9b;
}

.content1 .tags .tag {
	width: 65px;
	height: 21px;
	background-color: #ebebeb;
	display: inline-block;
	line-height: 21px;
	margin-top: 8px;
	margin-left: 8px;
	text-align: center;
}

@media screen and (max-width: 1150px) {
	.wrap1 {
		width: 800px;
	}
}

@media screen and (max-width: 800px) {
	.wrap1 {
		width: 450px;
	}
}

/*移动端样式*/
.wrap2 {
	width: 100%;
	padding: 6% 1% 0% 1%;
	display: none;
}

.app_banner {
	display: none;
}

.content2 {
	width: 100%;
}

.content2 .appbg {
	width: 100%;
	padding-bottom: 3%;
}

.content2 .name {
	width: 38%;
	text-align: center;
	font-family: "Microsoft YaHei" !important;
	font-size: 1.125em;
	color: #787878;
	font-weight: bold;
	position: relative;
	z-index: 1;
	float: left;
	margin-top: -33%;
}

.content2 .detail {
	width: 62%;
	padding: 0% 2%;
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -33%;
	text-align: center;
}

.detail .desc {
	text-align: left;
	font-family: "Microsoft YaHei" !important;
	font-size: 0.875em;
	color: #666666;
	margin-left: 3%;
	padding-right: 5%;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
}

.detail .desc1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .tags {
	text-align: left;
	font-family: "Microsoft YaHei" !important;
	font-size: 0.75em;
	color: #9d9b9b;
	margin-top: 4%;
	padding-right: 5%;
}

.detail .tags .tag {
	width: 4.75em;
	height: 1.6em;
	background-color: #ebebeb;
	display: inline-block;
	line-height: 1.6em;
	margin-top: 3%;
	margin-left: 2%;
	text-align: center;
	border-radius: 0.125em;
}

.cover_content {
	width: 100%;
	position: relative;
}

.cover_content .codebg {
	width: 100%;
}

.cover_content .code {
	width: 70%;
	position: absolute;
	z-index: 1;
	top: 12%;
	left: 15%;
}

.cover_content .codetip {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 69%;
	/*left: 50%;
	transform: translate(-50%, 0);*/
	font-family: "Microsoft YaHei" !important;
	font-size: 0.875em;
	color: #666666;
	text-align: center;
	font-weight: bold;
}

/*二维码弹出框样式*/
.modal1 {
	position: fixed;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog1 {
	position: relative;
    width: auto;
    margin: 0% 15% 30% 15%;
}

.modal-content1 {
	position: relative;
    /* background-color: #fff; */
    /* -webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0, 0, 0, .2); */
    /* border-radius: 6px; */
    /* outline: 0; */
    /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); */
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, .5); */
}

.modal-body1 {
	position: relative;
    /* padding: 15px; */
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

/*根据屏幕大小显隐PC端代码或移动端代码*/
@media screen and (max-width: 600px) {
	.wrap1 {
		display: none;
	}
	.pc_banner {
		display: none;
	}
	.wrap2 {
		display: block;
	}
	.app_banner {
		display: block;
	}
}