/*.banner{
	z-index:89;
}*/
.soft-loading {
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-top-color: transparent;
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.soft-logo-1{
	width:201px;
	height:208px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/soft-logo-1.png);
}
.soft-name-1{
	width:565px;
	height:75px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/soft-name-1.png);
}
.soft-name-2{
	width:612px;
	height:75px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/soft-name-2.png);
}
.soft-name-3{
	width:462px;
	height:85px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/soft-name-3-v2.png);
}
.icon-file{
	width:18px;
	height:18px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-file.svg);
}
.icon-board{
	width:73px;
	height:70px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-board.png);
}
.icon-soft-download{
	width:30px;
	height:30px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-soft-download.svg);
}
.icon-soft-play{
	width:30px;
	height:30px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-soft-play.svg);
}
.icon-soft-play2{
	width:34px;
	height:34px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-soft-play2.svg);
}
.btn-soft{
	padding:12px 24px;
	line-height: 1;
	color:#ffffff;
	font-size:18px;
	background-color: #97c72f;
}
.btn-soft.disable{
	opacity: .7;
}

.btn-soft-info{
	padding: 3px 15px;
    background-color: #0793ff;
    color: #ffffff;
    font-size: 12px;
}
.btn-soft-info:hover{
	text-decoration: underline;
}
.btn-soft:hover{
	text-decoration: underline;
}
.soft-banner-content{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:19;
}

.soft-banner-content > .soft-banner-info{
	display: flex;
	flex-direction: column;
	transform: scale(.8);
	transform-origin: center;
}
.soft-banner-content > .soft-banner-info > dt{
	display: flex;
	align-items: center;
	height:208px;
}
.soft-banner-content > .soft-banner-info > dt > .soft-name{
	margin-left:35px;
}
.soft-banner-content > .soft-banner-info > dd{
	display: flex;
	justify-content: flex-end;
}

.soft-wrap{
	
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

/***/
.soft-header{
	display: flex;
	flex-direction: column;
}
.soft-header > .soft-header-title{
	width:100%;
	display: flex;
	align-items: center;
}
.soft-header > .soft-header-title > i{
	width:10px;
	height:34px;
	background-color: #f36d2b;
	margin-right:8px;
}
.soft-header > .soft-header-title > h3{
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	color:#000000;
}

.soft-header > .soft-header-menu{
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.soft-header > .soft-header-menu > a{
	color:#3f3f3f;
	font-size:18px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.soft-header > .soft-header-menu > a:hover,.soft-header > .soft-header-menu > a.active{
	color:#0432f8;
	border-bottom: 1px solid #0432f8;
}
.soft-header > .soft-header-menu > i{
	width:1px;
	height:30px;
	background-color: #b7b7b7;
	margin:0 25px;
}


/***/


.soft-top{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b7b7b7
}
.soft-top > .soft-slider-wrap{
	width:604px;
}
.soft-top > .soft-slider-wrap > .slider-play-box{
	width:100%;
	height:340px;
}
.soft-top > .soft-slider-wrap > .slider-play-box > img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.soft-top > .soft-slider-wrap > .slider-menu{
	position: relative;
	display: flex;
	margin-top: 20px;
}
.soft-top > .soft-slider-wrap > .slider-menu > a{
	position: relative;
	width:170px;
	height:90px;
	border:2px solid #ccc;
	margin-right:15px;
	box-sizing: border-box;
}
.soft-top > .soft-slider-wrap > .slider-menu > a.type-video:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 35px;
    height: 35px;
    pointer-events: none;
    background-repeat: no-repeat;
	background-image: url(../images/icon-soft-play2.svg);
	background-size: 100% 100%;
    background-color: #ffffff;
    border-radius: 4rem;
    opacity: 1;
    transition: all .5s;
}

.soft-top > .soft-slider-wrap > .slider-menu > a::last-child{
	margin-right:0;
}
.soft-top > .soft-slider-wrap > .slider-menu > a:hover,.soft-top > .soft-slider-wrap > .slider-menu > a.active{
	border-color:#5d9bd2;
}
.soft-top > .soft-slider-wrap > .slider-menu > a > img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.soft-top > .soft-slider-wrap > .slider-menu > .action{
	position: absolute;
	top:0;
	right:0;
}

.soft-top > .soft-info{
	width:570px;
	color:#414853;
	font-size:14px;
	line-height: 2;
}
.soft-top > .soft-info > p{
	margin-bottom: 20px;
	text-indent: 2em;
}

.soft-detail-wrap{
	width:100%;
	margin-top: 50px;
}

.soft-detail-wrap > .soft-detail-title{
	width:100%;
	display: flex;
	align-items: center;
}
.soft-detail-wrap > .soft-detail-title > i{
	width:10px;
	height:34px;
	background-color: #0793ff;
	margin-right:8px;
}
.soft-detail-wrap > .soft-detail-title > h5{
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	color:#000000;
}

.soft-detail-wrap > .soft-detail-menu{
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.soft-detail-wrap > .soft-detail-menu > a{
	color:#0432f8;
	font-size:18px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.soft-detail-wrap > .soft-detail-menu.s-lan-en > a{
	text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 10px;
}

.soft-detail-wrap > .soft-detail-menu > a:hover,.soft-detail-wrap > .soft-detail-menu > a.active{
	border-bottom: 1px solid #0432f8;
}
.soft-detail-wrap > .soft-detail-menu > i{
	width:1px;
	height:30px;
	background-color: #b7b7b7;
	margin:0 25px;
}


.soft-detail-item{
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #b7b7b7;
}
.soft-detail-item > h6{
	color:#0432f8;
	font-size:20px;
	font-weight: bold;
}
.soft-1-detail-1{
	display: flex;
	justify-content: center;
	border:1px solid #999999;
	padding:50px 0;
	margin-top: 30px;
}
.soft-1-detail-1 > img{
	width:850px;
}
.soft-1-detail-1-action{
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
}

.soft-1-detail-2{
	display: flex;
	flex-direction: column;
}
.soft-1-detail-2 > dl{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.soft-1-detail-2 > dl > dt{
	width:300px;
	font-size:16px;
	color:#000000;
	font-weight: bold;
	/*padding-left: 50px;*/
	box-sizing: border-box;
}
.soft-1-detail-2 > dl > dd{
	width:880px;
	font-size:16px;
	color:#414853;
	line-height: 1.5;
}
.soft-1-detail-2 > dl > dd p{
	margin-bottom: 20px;
}




/***/
.soft-3-detail-2{
	display: flex;
	flex-direction: column;
}
.soft-3-detail-2 > p{
	margin-top: 20px;
}
.soft-3-detail-2 > dl{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.soft-3-detail-2 > dl > dt{
	width:100%;
	font-size:16px;
	color:#000000;
	font-weight: bold;
	/*padding-left: 50px;*/
	box-sizing: border-box;
}

/****/
.soft-detail-next{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.soft-detail-next > dd{
	margin:15px 0;
	font-size: 16px;
    color: #000000;
    font-weight: bold;
}
/***/



.soft-detail-item2{
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #b7b7b7;
}
.soft-detail-item2 > dl{
	display: flex;
	justify-content: space-between;
}

.soft-detail-item2 > dl > dt{
	width:300px;
	font-size:20px;
	color:#0432f8;
	font-weight: bold;
	box-sizing: border-box;
}
.soft-detail-item2 > dl > dd{
	width:880px;
	font-size:16px;
	color:#414853;
	line-height: 1.5;
}


.soft-detail-item3{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-bottom: 50px;
	border-bottom: 1px solid #b7b7b7;
}
.soft-detail-item3 > dt{
	width:260px;
	font-weight: bold;
	box-sizing: border-box;
	border-right: 1px solid #b7b7b7;
	padding-top: 30px;
}
.soft-detail-item3 > dt > h6{
	font-size:16px;
	color:#000000;
}
.soft-detail-item3 > dt > ul{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.soft-detail-item3 > dt > ul > li{
	display: flex;
	align-items: center;
	font-size:14px;
	font-weight: normal;
	color:#000102;
	margin-bottom: 10px;
}
.soft-detail-item3 > dt > ul > li > input{
	margin-right:10px;
}

.soft-detail-item3 > dd{
	width:880px;
}


.soft-seach-box{
	display: flex;
	align-items: center;
	width:770px;
	height:40px;
	border:1px solid #888888;
	padding:0 15px;
	box-sizing: border-box;
}
.soft-seach-box > span{
	color:#5d5d5d;
	margin-right:15px;
}
.soft-seach-box > input{
	flex:1;
	height:40px;
	border:none;
	background-color: transparent;
}

.soft-detail-item3 > dd{
	padding-bottom: 40px;
}
.soft-detail-item3 > dd > ul{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.soft-detail-item3 > dd > ul > li{
	display: flex;
	align-items: center;
	margin:5px 0;
	margin-top: 20px;
}
.soft-detail-item3 > dd > ul > li > .icon{
	margin-right: 15px;
}

.soft-detail-item3 > dd > ul > li > a:hover{
	text-decoration: underline;
}

.soft-detail-item3 > dd > ul > li > img{
	width: 100px;
	margin-right:15px;
}

.soft-footer{
	display: flex;
	justify-content: center;
	width: 100%;
    margin-top: 50px;
}
.soft-footer > a{
	margin:0 30px;
	background-color: #0793ff;
}
.soft-footer > a:hover{
	text-decoration: underline;
}
.btn-soft-nav{
	display: flex;
	align-items: center;
	padding:20px 50px;
	font-size: 24px;
	color:#ffffff;
	line-height: 1
}
.btn-soft-nav > i{
	margin-left:10px;
}

.icon-bbs{
	width:44px;
	height:33px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-bbs.png);
}
.icon-feedback{
	width:34px;
	height:33px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-feedback.png);
}


/*****/
.vlist-detail-wrap{
	width:100%;
	margin-top: 50px;
}

.vlist-detail-wrap > .vlist-detail-title{
	width:100%;
	display: flex;
	align-items: center;
}
.vlist-detail-wrap > .vlist-detail-title > i{
	width:10px;
	height:34px;
	background-color: #0793ff;
	margin-right:8px;
}
.vlist-detail-wrap > .vlist-detail-title > h5{
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	color:#000000;
}

.vlist-box{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top: 35px;
}
.vlist-box > dt{
	width:800px;
	height:532px;
	background-color: #000000;
}
.vlist-box > dd{
	width:380px;
	display: flex;
	flex-direction: column;
}

.vlist-box > dd > a{
	display: flex;
	align-items: center;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	border:1px solid #c9c8c9;
	border-radius: 50px;
	margin-bottom: 15px;
	font-size: 14px;
}

.vlist-box > dd > a.active{
	border:1px solid #4370c1;
}

.vlist-box > dd > a > i{
	margin-right: 5px;
}

.icon-vlist-play{
	width:30px;
	height:30px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-vlist-play.svg);
}

.icon-soft-design{
	width:30px;
	height:30px;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/icon-soft-design.svg);
}

.vlist-box > dd > a.active > .icon-vlist-play{
	background-image: url(../images/icon-vlist-play2.svg);
}

.vlist-intro{
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 150px;
	border-top:1px solid #b7b7b7;
	font-size: 14px;
	line-height: 2;
}

/****/

.pop-wrap{
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.7);
	z-index:699;
}
.pop-wrap.active{
	display: flex;
}

.pop-wrap > .con{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1000px;
	max-height: 90%;
}

.pop-wrap.pop-qr > .con > img{
	width:100%;
	height:100%;
	max-width: 300px;
	max-height: 500px;
	margin-bottom: 20px;
}

.btn-close{
	width:30px;
	height:30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(https://static.qingshow.net/k11/gzcoupon2023/images/icon-close@2x.png);
}

/****/
@media screen and ( max-width: 1050px ){
	
}
@media screen and ( max-width: 980px ) {
	.soft-top{
		flex-direction: column;
		align-items: center;
	}
	.soft-top > .soft-info{
		margin-top: 20px;
	}
	.soft-detail-wrap{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.soft-1-detail-1{
		padding: 25px 0;
	}
	.soft-1-detail-1 > img{
		width:95%;
	}
	.soft-1-detail-2 > dl > dt{
		width:28%;
	}
	.soft-1-detail-2 > dl > dd{
		width:68%;
	}
	.soft-top > .soft-slider-wrap > .slider-play-box{
		height:300px;
	}
	.soft-detail-item2 > dl > dt{
		width:28%;
	}
	.soft-detail-item2 > dl > dd{
		width:68%;
	}
	.soft-detail-item3 > dt{
		width:28%;
	}
	.soft-detail-item3 > dd{
		width:68%;
	}
	.soft-seach-box{
		width:90%;
	}

	.soft-header{
		width:90%;
		margin: 0 auto;
	}

	.soft-top > .soft-slider-wrap > .slider-menu > .action{
		display: none;
	}

}

@media screen and ( max-width: 668px ){
	.soft-top > .soft-slider-wrap{
		width:90%;
	}
	.soft-top > .soft-info{
		width:90%;
	}
	.soft-top > .soft-slider-wrap > .slider-menu > a{
		width:120px;
		height:70px;
	}
	.soft-top > .soft-slider-wrap > .slider-play-box{
		height:220px;
	}
	.soft-detail-wrap > .soft-detail-menu{
		justify-content: space-between;
	}
	.soft-detail-wrap > .soft-detail-menu > i{
		margin:0 0px;
	}
	.soft-1-detail-2 > dl{
		flex-direction: column;
		margin-top: 20px;
	}
	.soft-1-detail-2 > dl > dt{
		width:100%;
	}
	.soft-1-detail-2 > dl > dd{
		width:100%;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.soft-detail-item3{
		flex-direction: column;
		padding-bottom: 15px;
	}
	.soft-detail-item3 > dt{
		width:100%;
		border-right: none;
		padding-top: 10px;
	}
	.soft-detail-item3 > dt > ul{
		flex-direction: row;
		justify-content: flex-start;
	}
	.soft-detail-item3 > dt > ul > li{
		margin-right: 15px;
	}
	.soft-detail-item3 > dd{
		width:100%;
	}
	.soft-seach-box{
		width:100%;
		margin-top: 10px;
	}
	.soft-detail-item3 > dd > ul{
		margin-top: 10px;
	}
	.soft-banner-info{
		padding-top: 50px;
		box-sizing: border-box;
	}
	.soft-logo-1{
		width:64px;
		height:66px;
	}
	.soft-name-1{
		width:180px;
		height:24px;
	}
	.soft-name-2{
		width:196px;
		height:24px;
	}
	.soft-name-3{
		width:145px;
		height:24px;
	}
	.soft-banner-content > .soft-banner-info{
		transform: scale(1);
	}
	.soft-banner-content > .soft-banner-info > dd{
		margin-top: 15px;
		justify-content: center;
	}
	.btn-soft{
		padding:6px 12px;
		font-size: 14px;
	}
	.soft-wrap{
		padding-top: 20px;
	}
	.soft-detail-item{
		margin-top: 30px;
	}

	.soft-footer{
		flex-direction: column;
	}

	.soft-footer > a{
		margin-bottom: 10px;
    justify-content: center;
	}
	.soft-banner-content > .soft-banner-info > dt{
		height:64px;
	}

}
