* {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

img {
  width: 100%;
}

a {
  outline: none;
  cursor: pointer;
}

div {
  box-sizing: border-box;
}

body{
	width: 100%;
  background-color: #ffa8a0;
  background-image: url(../images/BG-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.header {
  display: flex;
  padding: 0.5% 5%;
  background-color: #9c8559;
}
.header .logo {
  width: 10vw;
}
.header .nav {
  width: 85vw;
  display: flex;
  justify-content: flex-end;
}
.header .nav .navBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1vw;
  height: 100%;
  width: 12vw;
  font-weight: bold;
  background: url(../images/navBtn.png) no-repeat center;
  background-size: contain;
  color: #624d25;
  font-size: 1.3vw;
  transition: background 0.2s, color 0.2s;
}
.header .nav .navBtn .navIcon {
  width: 2vw;
  height: 2vw;
  margin-right: 0.2vw;
}
.header .nav .navBtn:hover {
  color: #9b0000;
}



.container {
	max-width: 1600px;
}

.content {
	/*background-color: #eaf3fd;*/
	width: 100%;
	padding-bottom: 4rem;
	padding-top: 0.2rem;
	/* border-bottom: solid 1px #cccccc; */
}

.slogan {width: 60vw; margin: 1vw auto; }





.jc:hover img {
	border-radius: 10px;
	/* box-shadow: 0px 4px 10px 1px rgba(0, 101, 250, 0.3); */
	transition: 0.3s;
}

.qbjc{
	background-color: #fff;
	/* border: 1px solid #E1C266; */
	/* border: 1px solid #3F3F3F; */
}

/*.qbjc:hover {
	box-shadow: 0px 13px 28px -4px #2faffe45;
	transition: 0.3s;
}*/

.qbtitle {
	color: #000;
	height: 40px;
	padding: .5rem 0;
	box-sizing: content-box;
}

.qblink {
	color: #fff;
	background-color: #f8121e;
	border: 1px solid #f8121e;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	padding: .5rem 0;
	display: block;
}

a.qblink {
	text-decoration: none;
}

a.qblink:hover {
	color: #fff;
	background: #ff5a5a;
	border: 1px solid #ff5a5a;
}

.btn {
	color: #fff;
	background-color: #85684c;
	border: 1px solid #85684c;
	padding: .5rem 0;
	margin: 10px 0px;
}

.btn:hover {
	color: #fff;
	background-color: #c18f5f;
    border: 1px solid #c18f5f;
}

.rank {
	position: relative;
	/*top: -15px;*/
}

.qbbtn {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	padding: .5rem 0;
}

.footer {
	height: 80px;
	line-height: 80px;
	color: #fff;
    background-color: #9c8559;
}

.left {
	position: fixed;
	left: calc((100% - 1000px) / 2 - 120px);
	padding-top: 50px;
}

.nav {
	margin-bottom: 10px;
}

.card1 {
	width: 100px;
	height: 100px;
	position: relative;
}

.front {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.front img {
	width: 100px;
	height: 100px;
}

.card1:hover {
	transform: rotateY(360deg);
	transition: transform 0.8s;
}

.mobnav{
	background-color: #9c8559;
}

.mobnav .navlink{
	color: #fff;
}

.navlink p {
	margin-bottom: 0;
}

/*a.navlink:hover{text-decoration: none;}
a.navlink:visited{text-decoration: none;}*/
.close:focus {
  outline: none;
  box-shadow: none;
}

.close img{width: 50%;}



/* RWD */
@media (min-width: 1200px) {
    
    body {
  width: 100%;
  background-color: #ffa8a0;
  background-image: url(../images/BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
    
    
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}

	.close {
		position: fixed;
		text-shadow: none;
		right: calc((100% - 1000px) / 2);
		transform: none;
		z-index: 999;
	}

	.logoimg {
		width: 100%;
	}

	.qbicon img { margin-top: 10%;
		width: 70px;
		border-radius: 10px;
		border: #f5f5f5 solid 1px;
	}

	.qbjc {
		/* background-color: #fff; */
		padding: 0 20px 0px;
		border-radius: 10px;
		box-sizing: border-box;
		margin-top: 10px;
	}

	.qbtitle {
		font-size: 120%;
	}

	a.qblink  {
		font-size: 110%;
	}

	.qbbtn {
		font-size: 110%;
	}

	.left {
		position: fixed;
		left: calc((100% - 1000px) / 2 - 120px);
		padding-top: 50px;
	}

	.mobnav {
		display: none;
	}
	
}

@media (max-width: 1100px) {
    .content { padding-bottom: 7rem; }
    .slogan {width: 90vw; margin: 2vw auto; }
    .header { justify-content: center; align-items: center;}
    .header .nav { display: none;}
    .header .logo { width: 20vw; padding: 1vw; }
    
}


@media (min-width: 576px) and (max-width:1200px) {


	.modal-dialog {
		max-width: 550px;
		margin: 1.75rem auto;
	}

	.close {
		position: fixed;
		text-shadow: none;
		right: calc((100% - 550px) / 2);
		transform: none;
		z-index: 999;
	}

	.logoimg {
		width: 100%;
	}

	.qbjc {
		/* background-color: #fff; */
		padding: 0 20px 0;
		border-radius: 10px;
		box-sizing: border-box;
		margin-top: 20px;
	}

	.qbicon img { margin-top: 10%;
		width: 33%;
		border-radius: 10px;
		border: #f5f5f5 solid 1px;
	}

	.qbtitle {
		font-size: 120%;
		height: 40px;
		padding: .5rem 0;
		line-height: 40px;
	}

	.qblink {
		padding: .5rem 0;
	}

	.qblink a {
		font-size: 110%;
	}

	.qbbtn {
		font-size: 110%;
		padding: .5rem 0;
	}

	.mobnav {
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		/* background-color: #000; */
		z-index: 90;
		width: 100%;
		height: 6rem;
	}

	.mob-nav-r {
		border-right: solid 1px #fff;
	}

	.mobnav .navlink {
		width: 19%;
		height: auto;
		/* color: #fff; */
		display: flex;
		justify-content: center;
		padding: 2% 0;
		font-size: 120%;
		flex-direction: column;
		align-items: center;
	}

	.navlink img {
		width: 20%;
	}




	.btn {
		padding: .5rem 0;
		/* color: #fff; */
		/* background-color: #999; */
		margin: 10px 0px;
	}

	.footer { display: none;
		margin-bottom: 6rem;
	}

}

@media (max-width: 576px) {
	.btn {
		margin: 3% 0 3%;
	}

	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.tt {
		padding-left: 0;
	}

	.close {
		position: fixed;
		text-shadow: none;
		right:-20px;
		transform: none;
		z-index: 999;
	}
	.close img{width: 30%;}
	.logoimg {
		width: 110%;
	}

	.qbicon img { margin-top: 10%;
		width: 44px;
		border-radius: 10px;
		border: #f5f5f5 solid 1px;
	}

	.qbjc {
		/* background-color: #fff; */
		padding: 0 1rem;
		border-radius: 10px;
		box-sizing: border-box;
		margin-top: 1rem;
	}

	.qbtitle {
		font-size: 90%;
		padding: 0 .2rem;
		height: 25px;
		line-height: 25px;
	}

	.qblink {
		width: 100%;
		text-align: center;
		/* background-color: #0065fa; */
		border-radius: 5px;
		padding: 0 .2rem;
		height: 28px;
		line-height: 25px;
		margin-top: .2rem;
	}

	a.qblink {
		font-size: 80%;
	}

	.qbbtn {
		font-size: 80%;
		padding: 0 .2rem;
		height: 28px;
		line-height: 25px;
	}

	.qblink {
		width: 100%;
		text-align: center;
		/* background-color: #0065fa; */
		border-radius: 5px;
	}

	.qbbtn {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		/* background-color: #999; */
		border-radius: 5px;
	}

	

	.mobnav {
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		/* background-color: #000; */
		z-index: 90;
		width: 100%;
		height: 4.4rem;
	}

	.mob-nav-r {
		border-right: solid 1px #fff;
	}

	.mobnav .navlink {
		    width: 19%;
		    height: auto;
		    /* color: #fff; */
		    display: flex;
		    align-content: center;
		    justify-content: center;
		    font-size: 80%;
		    flex-direction: column;
		    align-items: center;
	}

	.mobnav .navlink img {
		display: block;
		margin-bottom: .2rem;
	}


	.navlink img {
		width: 30%;
	}

	.footer { display: none;
		height: 3rem;
		line-height: 3rem;
		color: #999;
		margin-bottom: 4.6rem;
	}

	.col-4 {
		padding-left: 0;
	}

	.row {
		padding-left: 15px;
	}

}

@media (max-width: 320px) {
    .qbtitle {
		font-size: 60%;
	}
    .qbbtn {
		font-size: 60%;
	}
    a.qblink {
		font-size: 60%;
	}
    
}
