html,body{ margin:0; padding:0; height:100%;width:100%;overflow: hidden;}
body{font-family: Monospace;color: #fff;background-color:transparent;margin: 0px;}
div,ul,li{ margin:0px; padding:0px; list-style:none;}
#bodying {position:absolute;left:0px;top:0px;right:0px;bottom:0px;}
#ThreeJS {position:absolute;left:0px;top:0px;right:0px;bottom:0px;}
.vague{filter:blur(6px); -moz-filter:blur(6px); -webkit-filter:blur(6px); -o-filter:blur(6px);}
#music{position:fixed;cursor: pointer; left:0px; margin-top:20px; margin-left:5%; width:40px; height:40px;}
#ani{position:fixed;cursor: pointer; bottom:0px; margin-bottom:80px; margin-left:2%; width:40px; height:40px;}
#reset{position:fixed;cursor: pointer; bottom:0px; margin-bottom:30px; margin-left:2%; width:40px; height:40px;}
#link{position:fixed;cursor: pointer; left:0px; margin-top:170px; margin-left:5%; width:40px; height:40px;}
#link img{width:40px; height:40px;}
img#loading { position: absolute; width:100px;  height:100px; left: 50%; top: 50%;margin-left: -50px;margin-top: -50px;display:none;}

.div_left_top{ position:absolute; top:2%; left:2%; width:70px; height:auto;}
.div_left_top img{ width:100%;}

.div_right_top{ position:absolute; top:2%; right:2%; width:auto; height:auto; text-align:right;color:#e6bb45;display:table;}
.div_right_top .div_main_title_box{ font-family:"微软雅黑"; font-size:34px;width:40px;text-align:right;display:block;float:right;margin-left:10px;}
.div_right_top .div_sub_title_box{ font-family:"宋体";font-size:20px;writing-mode:vertical-rl;letter-spacing: 0.3em;height:475px;text-align: left;margin-top: 10px;float:right; margin-right:10px;display:block;}

.div_bottom_box{ position:absolute; bottom:20px; width:600px; text-align:center; left:50%; margin-left:-300px; height:60px;}
.div_bottom_box span{ display:inline-block; width:60px; height:60px; margin:0px 7px; cursor:pointer;background-image:url(/static/images/show_icon.png);background-repeat:no-repeat;background-size:443px;}
.div_bottom_box .s1{ background-position:0px 0px}
.div_bottom_box .s2{ background-position:-73px 0px}
.div_bottom_box .s3{ background-position:-145px 0px}
.div_bottom_box .s4{ background-position:-219px 0px}
.div_bottom_box .s5{ background-position:-292px 0px}
.div_bottom_box .jingyin{ background-position:-365px 0px}

.div_bottom_box .s1:hover{ background-position:0px -67px}
.div_bottom_box .s2:hover{ background-position:-73px -67px}
.div_bottom_box .s3:hover{ background-position:-145px -67px}
.div_bottom_box .s4:hover{ background-position:-219px -67px}
.div_bottom_box .s5:hover{ background-position:-292px -67px}
.div_bottom_box .jingyin:hover{ background-position:-365px -67px}

.div_left_img_box {
    position: fixed;
    left: 0px;
    top: 50px;
    z-index: 999;
    width: 40px;
}
.div_left_img_box img {
    width: 100%;
}
/*二维码分享设计*/
.modal,.modal2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	height:100%;
	background: rgba(0,0,0,0.5);
	display:block;
	display:none;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    pointer-events: initial;
    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 rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	z-index: 1051;
}
.modal-dialog-intro-pc {
    z-index: 1051;
    width: 540px;
    height: 280px;
    position: absolute;
    bottom: 20px;
    left: 90px;
    background-color: #111917;
    border-radius: 20px;
}
.modal-dialog-intro {
    z-index: 1051;
    width: 92vw;
    height: 69vw;
    position: absolute;
    bottom: 70px;
    left: 50%;
    background-color: #111917;
    border-radius: 10px;
    margin-left: -46vw;
}
.modal-dialog2 {
    background: #111917;
    width: 240px;
    position: absolute;
    bottom: 20px;
    left: 101px;
}
#linkModal {
    width: 330px;
    height: 130px;
	left: 90px;
}
.avatar_box {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: relative;
    float: left;
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-center {
    text-align: center;
}
.modal-header {
    height: 60px;
    padding: 0;
    border-bottom: none;
    width: 92%;
    margin: 0 auto;
    position: relative;
    font-family: cursive;
    line-height: 60px;
    font-weight: 600;
    font-size: 30px;
}
.modal-header2 {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: cursive;
    height: 40px;
    line-height: 54px;
}
.close{
	position:absolute;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
	top:10px;
	right:-4px;
	cursor:pointer
}
.close2 {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 61px;
    margin-top: -30px;
    cursor: pointer;
}
.close2 img{ width:100%;}
.close3 {
    position: absolute;
    top: 50%;
    right: -31px;
    width: 30px;
    height: 61px;
    margin-top: -30px;
}
.close3 img{ width:100%;}
.close4 {
    position: absolute;
    top: -38px;
    left: 50%;
    width: 78px;
    margin-left: -39px;
}
.close4 img{ width:100%;}
button.close,button.close2,button.close3{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-body {
    position: relative;
    height: 73%;
	width: 100%;
    padding: 5px 0px 10px;
    margin: 0 auto;
}
.modal-body2 {
    position: relative;
    margin: 10px auto;
}
.div_yuan {
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: -1;
    margin: 0px auto;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -50px;
    margin-top: -50px;
}
.center-block-hongtao {
    text-align: center;
	height:auto; position:relative; display:block;padding: 10px;
}
.center-block-hongtao img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 0;
}
.center-block-link {
    text-align: center;
    position: relative;
    display: block;
    height: 324px;
    font-size: 30px;
}
.center-block-link div{
	height:324px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.center-block-link2 {
    text-align: center;
    position: relative;
    display: block;
    height: 110px;
    float: right;
    width: 193px;
    margin-right: 10px;
}
.center-block-link2 div{
	height:110px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.center-block-link2 .uname_box {
    margin: 0;
    font-size: 30px;
    text-align: left;
    font-family: fangsong;
    font-weight: 600;
}
.center-block-link2 .div_link {
    margin: 0;
    text-align: left;
    font-size: 20px;
}
#profileProfile {
    width: 62%;
    display: block;
    color: #fff;
    text-indent: 0;
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: normal;
    margin: 8px 16px 0 0;
    overflow-y: auto;
    max-height: 177px;
    float: right;
    padding-right: 1px;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #000;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 5px;
  background: #212e2b;
}
.div_tags_box {
    width: 30%;
    text-align: center;
    position: relative;
    margin: 21px 0 0 21px;
    padding: 5px 10px 0px;
    float: left;
}
.div_tags_box table{ width:100%; text-align:left; margin:0 auto;}
.div_tags_box table .tr1 {
    color: #686e6c;
    text-align: left;
    font-size: 12px;
    height: 35px;
    vertical-align: middle;
}
.div_tags_box table .tr2 {
    color: #fff;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
    font-family: fangsong;
}
.div_tags_box table .tr2 .s1 {
    color: #acacac;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-family: fangsong;
}
.div_tags_box table td{ text-align:left}


.modal_mobile_tags {
    width: 90%;
    text-align: center;
    position: relative;
    padding: 10px;
    background: #21302c;
    margin: 0 auto;
}
.modal_mobile_tags table{ width:100%; text-align:left; margin:0 auto;}
.modal_mobile_tags table .tr1 {
    color: #686e6c;
    text-align: left;
    font-size: 14px;
    height: 35px;
    vertical-align: middle;
}
.modal_mobile_tags table .tr2 {
    color: #fff;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    font-family: fangsong;
}
.modal_mobile_tags table .tr2 .s1 {
    color: #acacac;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-family: fangsong;
}
.modal_mobile_tags table td{ text-align:left}
.modal_mobile_intro{
    width: 90%;
    display: block;
    color: #fff;
    text-indent: 0;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 8px 16px 0 0;
    overflow-y: auto;
    max-height: 105px;
    margin: 15px auto 0;
}



.progressmask{ position:fixed;width:100%;height:100%;background:rgba(0,0,0,1);z-index:2000; display:none}
.progressmask .progress{ width:20em;height: 1em;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 2001;border-radius: 1em;box-shadow: 1px 1px 10px #00516F;}
.progressmask .progress-bar{ text-align:right; height:14px; line-height:14px;box-shadow: 1px 1px 10px #00516F;transition: width .0s ease; width:0;}
.progressmask .progress-bar span { margin-right:5px;display: inline-block;height:14px;line-height:14px;}
.dg .property-name{ width:60px !important;}
.dg .a{ width:100% !important;overflow-x: unset !important;}
.dg .c{ float: left;width: calc( 100% - 70px) !important;}
.dg .c select { margin-top: 5px;background: #000;width: 100%;}
.dg.main .close-button{ width:100% !important;}
#startBtn{ position:absolute; left:20px; bottom:20px;}
#cannelBtn{ position:absolute; left:120px; bottom:20px;}
canvas{ display: block;}
#c{ width: 100%;height: 100%;display: block;overflow: hidden;}
.lil-gui .controller.option select option{ background-color:#000; color:#fff;}
.nav_details {
    display: block;
    position: fixed;
    left: 0;
    bottom: 20px;
    /*-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;*/
    cursor: pointer;
	background-image: url(/template/default/images/new/nav_details.png);
    background-repeat: no-repeat;
	width: 100px;
    height: 374px;
}
.default {cursor: pointer;background-position: -1px 0;}
.intro { cursor: pointer; background-position: -147px 0;}
.lianxi{ cursor: pointer; background-position: -292px 0;}
.collect{ cursor: pointer; background-position: -440px 0;}
.share{ cursor: pointer; background-position: -595px 0;}
.voice{ cursor: pointer; background-position: -737px 0;}
.nav_details ul {
    font-weight: 600;
    color: #79867f;
    font-size: 18px;
    text-align: center;
    width: 65px;
    font-family: fangsong;
    height: 374px;
    position: absolute;
}
.nav_details ul li { width: 100%;text-align: center;user-select: none;}
.nav_details ul li:first-child { margin: 35px 0 0 0;}
.nav_details ul li:nth-child(2) { margin: 39px 0 0 0; }
.nav_details ul li:nth-child(3) { margin: 45px 0 0 0;}
.nav_details ul li:nth-child(4) { margin: 40px 0 0 0;}
.nav_details ul li:last-child {
    margin: 29px 0 0 13px;
    width: 40px;
    position: relative;
}
.nav_details ul li.on {
    position: relative;
    text-align: center;
    letter-spacing: -1px;
    display: block;
    padding: 0;
    left: 37px;
}
.nav_details ul li:first-child.on {
    position: relative;
    text-align: center;
    letter-spacing: -1px;
    display: block;
    padding: 0;
    left: 37px;
    top: -2px;
}
.nav_details ul li:last-child.on {
	top: 7px;
 	left: 44px;
    font-size: 15px;
    line-height: 15px;
    width: 32px;
}
#infomationModal,#qrCodeModal,#linkModal,#linkMobileModal{ display:none;}
.m_nav {
    width: 90vw;
    height: 60px;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    background: #111917;
    left: 5vw;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.m_nav ul {
    width: 100%;
    height: 100%;
    text-align: center;
}
.m_nav ul li {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    text-align: center;
    width: 18%;
    font-size: 18px;
    font-family: fangsong;
    font-weight: 600;
    line-height: 30px;
    margin-top: 15px;
    border-right: 3px solid #21312d;
}
.m_nav ul li:last-child{ border-right:none}
.modal-dialog-qr{
    background: #111917;
    width: 240px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -120px;
}
.modal-dialog_link{
    width: 330px;
    height: 130px;
    left: 50%;
    margin-left: -165px;
    bottom: 70px;
    position: absolute;
    background: #111917;
}

@media (max-width:802px) {
	.modal-dialog-intro {
		z-index: 1051;
		width: 92vw;
		height: 36vw;
		position: absolute;
		bottom: 70px;
		left: 50%;
		background-color: #111917;
		border-radius: 10px;
		margin-left: -46vw;
	}
}
@media (max-width:768px) {
	
}
@media (max-width:736px) {
	
}
@media (max-width:667px) {
	
}
@media (max-width:600px) {
	
}
@media (max-width:568px) {
	
}
@media (max-width:430px) {
	.modal-dialog-intro {
		z-index: 1051;
		width: 92vw;
		height: 71vw;
		position: absolute;
		bottom: 70px;
		left: 50%;
		background-color: #111917;
		border-radius: 10px;
		margin-left: -46vw;
	}
}
@media (max-width:414px) {
	.modal-dialog-intro {
		z-index: 1051;
		width: 92vw;
		height: 74vw;
		position: absolute;
		bottom: 70px;
		left: 50%;
		background-color: #111917;
		border-radius: 10px;
		margin-left: -46vw;
	}
}
@media (max-width:401px) {
	.modal-dialog-intro {
		z-index: 1051;
		width: 92vw;
		height: 79vw;
		position: absolute;
		bottom: 70px;
		left: 50%;
		background-color: #111917;
		border-radius: 10px;
		margin-left: -46vw;
	}
}
@media (max-width:375px) {
	.modal-dialog-intro {
		z-index: 1051;
		width: 90vw;
		height: 86vw;
		position: absolute;
		bottom: 70px;
		left: 50%;
		background-color: #111917;
		border-radius: 10px;
		margin-left: -45vw;
	}
}
@media (max-width:360px) {
	.modal-dialog-intro {
		width: 340px;
		height: 312px;
		margin-left: -170px;
		margin-top: -156px;
	}
	.modal-header {margin: 30px auto 0px;}
	.modal-body {height: calc( 100% - 74px);}
	.close4 {
		position: absolute;
		top: -33px;
		left: 50%;
		width: 68px;
		margin-left: -34px;
	}
	.modal-header {margin: 0px auto;}
	.modal_mobile_intro {
		width: 90%;
		display: block;
		color: #fff;
		text-indent: 0;
		line-height: 1.5em;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 8px 16px 0 0;
		overflow-y: auto;
		max-height: 87px;
		margin: 15px auto 0;
	}
	.modal-body2 {height: 217px;}
}
