/* Custom Stylesheet */
body, html{margin:0;padding:0;background:#7E21FF;overflow:hidden;-webkit-font-smoothing:antialiased;-webkit-transition: opacity 400ms;-moz-transition:opacity 400ms;transition:opacity 400ms;font-family:PingFangSC-Medium, sans-serif;background:#FFF;}
body, html, .main{display:block;position:static;padding:0;width:100%;height:100%;}
h1, p{margin:unset;}
.headerWrapper{width:100%;height:130px;background:#7E21FF;box-sizing:border-box;}
.header{margin:0 auto;width:1200px;height:60px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10;position:relative;}
.logo,
.logo img{width:178px;height:60px;box-sizing:border-box;}
.main{margin:0 auto;width:1200px;margin-top:36px;border-radius:24px;background:#F3F3F3;min-height:600px;height:600px;padding:60px;box-sizing:border-box;}
.title{font-size:24px;color:#222;font-weight:bold;height:60px;}
.content{font-size:20px;color:#666;font-weight:normal;text-align:right;height:420px;line-height:2;letter-spacing:0px;overflow:hidden;overflow-y:scroll;}
.content::-webkit-scrollbar{width:0;}
/* .dropdown-content{background:rgba(126, 33, 255, 0.7);border:1px solid #FFF;} */
.botMenuWrapper a,
.botMenuWrapper a:link,
.botMenuWrapper a:hover,
.botMenuWrapper a:active,
.botMenuWrapper a:visited{color:#222;}
.botMenuWrapper span{border-right:1px solid #222;}
.copyrightWrapper{height:30px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:12px;color:#222;font-weight:normal;text-decoration:none;}
@media(min-width: 1921px)
{
	.main{min-height:1000px;height:1000px !important;}
	.content{height:790px;}
}
/* mbp */
@media(max-width: 1680px)
{
	.main{min-height:520px;height:520px !important;}
	.content{height:350px;}
}
/* i6 */
/* @media(min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) */
@media(max-width: 667px)
{
	.headerWrapper{height:1.3rem;padding-top:0px;}
	.header{width:7.5rem;height:1.3rem;justify-content:flex-start;}
	.logo{width:5rem;height:1.3rem;margin:unset;}
	.logo a{width:2.8rem;height:1.3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:0.3rem;}
	.logo img{width:2.8rem;height:auto !important;}
	.main{width:7rem;margin-top:0.5rem;min-height:10rem;height:10rem !important;padding:0.6rem;}
	.title{font-size:0.32rem;height:0.6rem;}
	.content{font-size:0.28rem;height:8.2rem;line-height:1.5;}
}

/* ipx */
@media only screen and (device-width: 375px) and (device-height: 812px)
{
	.content{height:11rem;}
}
/* ip11 */
@media only screen and (device-width: 414px) and (device-height: 896px)
{
	.content{height:11rem;}
}