
html{height: 100%;/*overflow: hidden;*/}
body{ height: 100%;
	padding-bottom: 0; font-size: 12px;
	background: #fffafa url(../images/bg01.jpg) no-repeat center top;
	background-size: 100%;
}
.qjbox {
	height: auto;
	/*height: 13.34rem;*/
    margin: 0 auto;
}

/* --------------top-------------- */
.logo{width: 3.53rem; margin: 0 auto; padding-top: .32rem;}
.ggtp{ padding-top: .35rem;}

.banner{padding: .42rem 5.4% 0 7.2%;}
.nrbox{padding: .1rem 1.2rem;}
.nrbox li{padding-bottom: .1rem;position: relative; padding-top: .1rem;}
.nrbox li a{ 
	display: block; 
	position: relative;
	height: .98rem;
}
.nrbox li a .tag { display: block; position: absolute; right: 0.3rem;top:0; width: 0.27rem;}
.nrbox li.li01 a{ 
	background: url(../images/btn01.png) no-repeat center top;
    background-size: 100% auto;
}
.nrbox li.li02 a{ 
	background: url(../images/btn02.png) no-repeat center top;
    background-size: 100% auto;
}
/* .nrbox li.li03 a{ 
	background: url("../images/btn03.png") no-repeat center top;
    background-size: 100% auto;
} */
.nrbox li.li04 a.vv{ 
	background: url(../images/btn04.png) no-repeat center top;
    background-size: 100% auto;
} 
.jsBox a{background: none;}
.nrbox li.li05 a{ 
	background: url(../images/btn05.png) no-repeat center top;
    background-size: 100% auto;
}
.nrbox li.li06 a.vv{ 
	background: url(../images/btn06.png) no-repeat center top;
    background-size: 100% auto;
}
.nrbox li.li07 a{ 
	background: url(../images/btn07.png) no-repeat center top;
    background-size: 100% auto;
}
.nrbox li.li08 a{ 
	background: url(../images/btn08.png) no-repeat center top;
    background-size: 100% auto;
}

	/* æ»‘å‡º */
	.jsBox {
	    width: 100%;
		max-width: 540px;
		position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
		top: 0;
		z-index: 10;
		display: none;
		box-sizing: content-box;
		border: 1px solid #1968ff;
		background: rgba(255, 255, 255, 0.95);
		transform:  translateY(calc(-100% - -4px));
		-webkit-transform: translateY(calc(-100% - -4px));
		padding: 16px 0;
	}
	
	.jsBox::after {
	    content: '';
	    background: url(../images/triangle.svg);
	    display: block;
	    position: absolute;
	    width: 10px;
	    height: 10px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    bottom: -10px;
	}


	.li06 .ulList li{
		color: #666;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size:16px;
	    line-height: 30px;
		height: .5rem;
	}
	.li06 .jsBox{
		border: 1px solid #e8392e;
		max-width:260px;
	}
	.li06 .ulList li > img {
		margin:0;
	}
	.li06 .ulList li:hover{
		color: #e8392e;
	}	
	
	
	.jsBox ul {
		width: 100%;
		
	}
	
	.jsBox ul li {
		margin: 0.06rem 0;
		overflow: hidden;		
		color:#666;
		font-size:16px;
		width: 100%;
	
	}
	.jsBox ul li a{align-items: center;height: .49rem;width: 100%;text-align: center}
	.jsBox a{color: #666;}
	.jsBox a:hover{color: #1a4ff5;}

	.jsBox li span {
		display: block;
		float: left;
		color: #000;
		font-size: 0.3rem;
		line-height: 0.7rem;
		text-align: center;
		border: 1px solid #666;
		background: #fff;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	.jsBox li .ms {
		width: 1.1rem;
	}
	
	.jsBox li img {
		padding-right: .1rem;
		width: 0.4rem;
		display: block;
		float: left;
	}
	
	.jsBox li .url {
		width: 4.14rem;
	}
	
	.jsBox li .thcomm {
		width: 2.15rem;
		display: block;
		float: right;
		color: #666;
		font-size: 0.3rem;
		font-weight: bold;
		line-height: 0.7rem;
		text-align: center;
		border:1px solid #1968ff;
		background: linear-gradient(180deg, #1968ff 0%, #fff 100%);
		box-sizing: border-box;
	}
	
	.jsBox .arrow {
		margin-left: -0.11rem;
		width: 0.22rem;
		position: absolute;
		left: 25%;
		bottom: -0.14rem;
	}
	
		


.footer{
	width: 100%;
	padding: .2rem 0 .8rem;
	text-align: center;
	margin: 0 auto;
}
.footer p{
	font-size: .22rem;
    color: #252f44;
}

.linkUl>li.on .jsBox {
		display: block;
	}
@media screen and (min-width: 768px){
	.linkUl li:hover .jsBox {
		display: block;
	}
	body{ 
	background: #fffafa url(../images/bg_pc.jpg) no-repeat center center;
	background-size: cover;
	}
	.logo {padding-top: 0.08rem;}
	.banner {
		padding: 0.04rem 34% 0;
		margin: 0 auto;
    	height: 100%;
    	position: relative;
	}
	img {
    	width: 100%;
    	display: block;
    	width: auto;
    	height: auto;
   	 	max-width: 100%;
    	max-height: 100%;
    	margin: 0 auto;
	}
	.nrbox {
		padding: 0rem 1rem 0;
		max-width: 550px;
    	margin: 0 auto;
	}
	.nrbox li{
		width: 50%;
    	padding: 0.01rem 0.05rem;
    	float: left;
    	box-sizing: border-box;
	}
	.nrbox li a {height: 0.84rem;}
	.nrbox li a .tag {width: 0.24rem;right: 0.27rem;}
	.nrbox li.li01{width: 100%;}
	.nrbox li.li08{width: 100%;}
	.nrbox li.li02{width: 100%;margin-bottom:.16rem; }
	.nrbox li.li01 a{background: url(../images/btn01a.png) no-repeat center top;}
	.nrbox li.li02 a{background: url(../images/btn02a.png) no-repeat center top;}
/* 	.nrbox li.li03 a{background: url("../images/btn03a.png") no-repeat center top;} */
	.nrbox li.li04 a.vv{background: url(../images/btn04a.png) no-repeat center top;}
	.nrbox li.li05 a{background: url(../images/btn05a.png) no-repeat center top;}
    .nrbox li.li06 a.vv{background: url(../images/btn06a.png) no-repeat center top;}
	.nrbox li.li07 a{background: url(../images/btn07a.png) no-repeat center top;}
	.nrbox li.li08 a{background: url(../images/btn08a.png) no-repeat center top;}

	.jsBox{
			margin-left:-25%;
		}
		.li06 .jsBox{
			margin-left:auto;
			max-width:360px;
		}
		.li06 .jsBox li{
			color:#fff;
			font-size:22px;
			gap:10px;
		}


	.footer{
		width: 100%; 
		clear: both;
		padding: 0 0 .2rem  0;
		text-align: center;
		position: relative;
		display: block;
	}
	.footer p{
		width:100%;		
		font-size: .16rem;
	    color: #252f44;
	}

	.linkUl li:hover .jsBox {
		display: block;
	}
}
.open1 {
    display: block !important;
}
.alert {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 5;
    display: none;
}
.pop {
    width: 443px;
    height: 316px;
    background: url(../images/pop.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    padding-top: 30px;
    box-sizing: initial;
}
.pop.app {
        left: 3px;
        bottom: 100px;
        background: url(../images/pop1.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 20px;
        height: 310px;
    }
.http {
    width: 400px;
    height: 250px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-sizing: initial;
}

    .http li {
        width: 100%;
        height: 40px;
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

.url {
    height: 41px;
    width: 288px;
    background: url(../images/url.png);
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    float: left;
}

.btn-enter {
    width: 96px!important;
    height: 40px!important;
    background: #e8392e;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: inline-block!important;
    border-radius: 5px;
    margin-left: 5px;
    text-decoration: none!important;
}

.time {
    width: 66px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #e8392e;
    display: inline-block;
}

.domain {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #e8392e;
    padding-left: 34px;
}

.highlight {
    color: #e8392e;
}
@media screen and (max-width:650px){
.alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 5;
    display: none;
}

.pop {
    width: calc(90% - 40px)!important;
    background: url(../images/pop.png) no-repeat;
    background-size: 100%;
    position: fixed;
    z-index: 20;
    display: none;
    padding: 26px 20px;
    margin-left: 5%;
    box-sizing: initial;
}

    .pop.app {
        background: url(../images/popm.png) no-repeat;
        background-size: 100% 100%;
        padding: 15px 20px;
        top: 160px;
        height: 268px;
    }

    .pop.wangye {
        bottom: 115px;
        padding: 20px 20px;
    }

.http {
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

    .http li {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0px;
    }

.url {
    width: calc( 100% - 80px);
    background: url(../images/url.png) no-repeat;
    background-size: auto 100%;
    justify-content: space-between;
    align-items: center;
    float: left;
}

.btn-enter {
    display: inline-block;
    background-color: #e8392e;
    width: 75px!important;
    height: 41px!important;
    border-radius: 0 5px 5px 0 / 0 5px 5px 0;
    line-height: 38px;
    font-size: 14px;
    margin-left: 0px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.time {
    width: 66px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #e8392e;
    display: inline-block;
}

.domain {
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: #e8392e;
    padding-left: 10px;
}

.highlight {
    color: #e8392e;
}
	
}