* {
	margin: 0px;
	pading: 0px;
	color: white;
	font-size: 12px;
	/*overflow: hidden;*/
}

ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #bdeced;
}

body {
	overflow: hidden;
}

/*头部*/
.header {
	background-color: rgba(4,11,37,0.8);
	background-image: url(../images/headerwangge.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 4;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	font-weight: 100;
	border-bottom: 2px solid #36485b;
}
.headerbottom{
	        background-image: url(../images/headerbottom.png);
	        background-repeat: no-repeat;
	        width: 100%;
	        height: 10px;
	        background-size: 100% 100%;
	        z-index: 5;
}
.footbottom{
	background-image: url(../images/footwangge.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0px;
	z-index: 5;
}
/*头部左边*/
.header-left {
	float: left;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
}
.newlogo{
width: 115px;
    height: 22px;
    margin-left: 20px;
    margin-bottom: -1px;
}
/*导航条*/
.header-center {
	float: left;
	/*width:25%;*/
	flex-grow: 3;
	height: 100%;
	margin-left: 100px;
}

.nav-lists {
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-list {
/* background-image: url(../images/headerwk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    float: left;
    /* padding: 0px 39px; */
	width: 102px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 28px;
        /* top: 10px; */
    /* margin-left: 2vh; */
}
.nav-title{
	color:#bdeced;
}

.nav-list:hover {
	background-color: #02e5ff;
}
.nav-list:hover>.nav-title {
	color:#040b25;
}
.nav-drop-down {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	width: 102px;
	background-color: #091337;
	padding: 0px;
	
}

.nav-drop-down li {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 8px 0px;
	font-size: 12px;
	color: #6692b7;
}
#fileModel1{
	color: #6692b7;
}

.nav-drop-down li:hover {
	background: linear-gradient( to left, #2379f2 0%, #1391db 100%);
	color: white;
}
.nav-drop-down li:hover > #fileModel1{
	background: linear-gradient( to left, #2379f2 0%, #1391db 100%);
	color: white;
}
	
.fileModel:hover > .fileModel11 > #fileModel1{
	/* background: linear-gradient( to left, #2379f2 0%, #1391db 100%); */
	color: white;
}

/*头部右边*/
.header-right {
	float: right;
	font-family: "微软雅黑";
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 100;
	margin-right: 20px;
	color:#286e85 ;
}

/*内容*/
.content {
	position: relative;
	top: 5vh;
	width: 100%;
	height: 95vh;
	background-color: #26292b;
}

.content-left {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.content-right {
	position: absolute;
	right: 0px;
	top: -2px;
	display: none;
	float: left;
	width: 345px;
	height: 96vh;
	background-color: rgba(4,11,37,0.8);
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 3;
}

.content-right-top {
	/*width:90%;*/
	height: 4%;
	/* background-color: #040b25; */
	box-shadow: #000000;
	display: flex;
	align-items: center;
	/*justify-content:flex-end;*/
	padding: 0px 5%;
	cursor: pointer;
}

.row-left {
	display: none;
	/* float: left; */
	    position: relative;
	    left: -46px;
	    top:  15px;
}

.row-right {
	float: right;

}

.content-right-content {
	width: 100%;
	height: 96%;
	overflow: hidden;
}

/*版权声明*/
.Copyright-statement {
	display: none;
}

.cs-title {
width: 90%;
    height: 5%;
    /* border-bottom: 1px solid #3f4244; */
    display: flex;
    align-items: center;
    padding: 0px 5%;
    position: relative;
    top: -2px;
    /* left: 1px; */
    padding-left: 45px;
    color: #02e5ff;
    margin-left: -45px;
}

.cs-content {
	width: 90%;
	height: 91%;
	padding: 2% 5%;
	letter-spacing: 1px;
	line-height: 26px;
	color:#bdeced ;
}

/*关于我们*/
.AboutUs {
	display: none;
}


/*效果——后期*/
.late {
	display: none;
}

.Post-processing {
	position: relative;
	width: 90%;
	height: 6%;
	border-bottom: 1px solid #212d45;
	display: flex;
	align-items: center;
	padding: 0px 5%;
	color: #bdeced;
}

.late-lable {
	position: absolute;
	right: 10px;
}

/*开关按钮*/
.switchBtn {
	display: none;
}

.switchBtn+label {
	background: #032b42;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	width: 38px;
	    height: 3px;
	cursor: pointer;
}

.switchBtn+label:after {
	content: ' ';
	position: absolute;
	top: 0;
	-webkit-transition: box-shadow 0.1s ease-in;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #739fa9;
	border-radius: 100px;
	box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0, 0, 0, 0.4);
}

.switchBtn+label:before {
	/* border: 1px solid #02e5ff; */
	content: ' ';
	position: absolute;
	/* background: linear-gradient( to right, #05dbff 0%, #1899f9 100%); */
	background: #739fa9;
	top: 3px;
	left: 5px;
	z-index: 999999;
	width: 16px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	height: 17px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05), 0 0px 1px rgba(0, 0, 0, 0.3);
}

.switchBtn:checked+label:before {
	background: linear-gradient( to right, #05dbff 0%, #1899f9 100%);
	content: ' ';
	position: absolute;
	left: 36px;
	border-radius: 100px;
}

.switchBtn:checked+label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #032b42;
	box-shadow: 0 0 1px #032b42;
	border: 1px solid #02e5ff;
}

/*抗锯齿*/
.anti-aliasing {
	position: relative;
	width: 90%;
	height: 5%;
	display: flex;
	align-items: center;
	padding: 0px 5%;
}

/*泛光*/
.floodlight {
	position: relative;
	width: 90%;
	height: 5%;
	display: flex;
	align-items: center;
	padding: 0px 5%;
	cursor: pointer;
}

.floodlight-content {
	display: none;
}

/*强光*/
.intensity {
	width: 90%;
	height: 5%;
	padding: 0px 5%;
	display: flex;
	align-items: center;
}

.slider-title {
	color: #bdeced;
	float: left;
	margin-right: -5%;
	margin-left: 1vh
}
.light-title{
	color: #bdeced;
}
.slider-bar {
	float: left;
	color: #bdeced;
}

.slider-btns {
	float: left;
	width: 50px;
	height: 50%;
	background-color: #222222;
	margin-left: 5%;
	border: 1px solid #414547;
}

.slider-btns-left {
	float: left;
	width: 30px;
	height: 100%;
	background-color: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-btns-right {
	float: left;
	width: 20px;
	height: 100%;

}

.slider-btns-right-top {
	width: 99%;
	height: 49%;
	border-left: 1px solid #414547;
	border-bottom: 1px solid #414547;
}

.slider-btns-right-bottom {
	width: 99%;
	height: 50%;
	border-left: 1px solid #414547;
}

/*半径*/
.radius {
	margin-top: 10px;
	width: 90%;
	height: 5%;
	padding: 0px 5%;
	display: flex;
	align-items: center;
}

/*阙值*/
.threshold {
	margin-top: 10px;
	width: 90%;
	height: 5%;
	padding: 0px 5%;
	display: flex;
	align-items: center;
}

/*伽马*/
.gamma {
	position: relative;
	width: 90%;
	height: 5%;
	display: flex;
	align-items: center;
	padding: 0px 5%;
}

/*SAO*/
.SAO {
	position: relative;
	width: 90%;
	height: 5%;
	display: flex;
	align-items: center;
	padding: 0px 5%;
}


/*模型设置*/
.modelSetUp {
	display: none;
}

.modelSetUp ul {
	margin: 0px;
	padding: 0px;
}

.modelSetUp-list {
	width: 90%;
	border-bottom: 1px solid #3f4244;
	padding: 0px 5%;
	cursor: pointer;
}

.modelSetUp-name {
	color: #02e5ff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-left: 1vh;
}

.modelSetUp-list ul {
	display: none;
}

.modelSetUp-list ul li {
	margin: 0px;
	padding: 0px;
}

.modelSetUp-zoom {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}

.modelSetUp-rotating {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}


.modelSetUp-positionX {
	width: 83.5%;
	padding-left: 16.5%;
	height: 50px;
	display: flex;
	align-items: center;
}

.modelSetUp-positionY {
	width: 83.5%;
	padding-left: 16.5%;
	height: 50px;
	display: flex;
	align-items: center;
}

.modelSetUp-positionZ {
	width: 83.5%;
	padding-left: 16.5%;
	height: 50px;
	display: flex;
	align-items: center;
}

/*教程*/
.tutorial {
	display: none;
}

/*网格*/
.grid {
	display: none;
}

.grid-content {
	width: 90%;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0px 5%;
	color: #bdeced;
}

/*坐标*/
.coordinates {
	display: none;
}

.coordinates-content {
	width: 90%;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0px 5%;
	color: #bdeced;
}

.coordinates-Input {
	width: 90%;
	height: 30px;
	margin: 0px 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1c1f20;
	    border: 1px solid #039ffd;
	color: #bdeced;
}

/*天空*/
.sky {
	display: none;
}

/* 天空按钮 */
.skybutton {
	position: relative;
	top: 0.15vh;
	cursor: pointer;
	
}

.sky-title {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #212d45;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sky-title label {
	color: #bdeced;
	    /* margin: 12px; */
	    margin-right: 11px;
	    margin-left: -10px
	
}
.slider-title1{
	color: #bdeced;
}
.Post-processing-title{
	color: #bdeced;
}
/*动态天空*/
.dynamic-sky {
	margin: 20px 10%;
	width: 80%;
}

.dynamic-content {
	width: 100%;
	height: 50px;
	margin: 20px 0px;
}

/*纯色天空*/
.Pure-color {
	margin: 20px 5%;
	width: 90%;
	display: none;
}

.pure-text {
	float: left;
	color: #bdeced;
}

.paigusu {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
	/*position: absolute;*/
	background: #1926dc;
	border-radius: 4px;
	border: none;
}

.paigusu:focus {
	outline: 0;
}
.button4[type='color']::-webkit-color-swatch-wrapper{padding: 0;}
.button4[type='color']::-webkit-color-swatch{border: 0;border-radius: 0px;}
.button3[type='color']::-webkit-color-swatch-wrapper{padding: 0;}
.button3[type='color']::-webkit-color-swatch{border: 0;border-radius: 0px;}
.button2[type='color']::-webkit-color-swatch-wrapper{padding: 0;}
.button2[type='color']::-webkit-color-swatch{border: 0;border-radius: 0px;}
.button2{
	border: 0;
	width: 22px;
	    height: 22px;
	padding: 0;
}
.button3{
border: 0;
	width: 22px;
	    height: 22px;
	padding: 0;	
}
.button4{
	border: 0;
	width: 22px;
	    height: 22px;
	padding: 0;
}
.pickerText {
	margin-left: 10px;
	float: right;
	width: 70px;
	height: 22px;
	text-align: center;
	background-color: #222222;
}

/*天空素材*/
.sky-material {
	margin: 0px 5%;
	width: 90%;
	height: 75vh;
	display: none;
}

.sky-material ul,
.repository-lists ul {
	margin: 0px;
	padding: 0px;
}


.repository-lists ul li {
float: left;
 margin-left: -1vh;
     margin-top: 0.2vh;
     margin-bottom: -3vh;
}
.sky-material ul li{
    float: left;
    margin-left: 1.3vh;
    margin-top: 3.2vh;
}
.materia-pic,
.repository-pic {
    cursor: pointer;
    width: 93px;
    height: 93px;
    background-color: #64a8f9;
    margin-left: 21px;
    border: 1px solid rgba(4,11,37,0.8);
}

.ahover:hover>.repository-text>.textp{
	color: #02e5ff;
}
.ahover:hover>.repository-pic {
	border: 1px solid #02e5ff;
}

.materia-pic1 {
	width: 84px;
	    height: 42px;
	/* background-color: #64a8f9; */
	/* margin-left: 2.5vh; */
	/* margin-top: 1vh; */
	/* background: url(../images/sky/1.jpg) no-repeat; */
	border: 1px solid rgba(4,11,37,0.8);
}

.materia-text,
.repository-text {
	width: 99px;
	    height: 70px;
	    text-align: center;
	    margin-left: 20px;
	    position: relative;
	    top: -83px;
}

.materia-text1 {
	text-align: center;
	   /* width: 99px;
	    height: 70px;
	    text-align: center;
	    margin-left: 20px;
	    position: relative;
	    top: -83px; */
}

.skyp {
	/* position: relative;
	top: 9.5vh; */
	color: #bdeced;
}

.skyhover:hover>.materia-pic1{
	border: 1px solid #02e5ff;	
}
.skyhover:hover>.materia-text1>.skyp{
	color: #02e5ff;
}


/*雾霾*/
.haze {
	display: none;
}

.haze-content {
	display: none;
}

.haze-color {
	width: 83.5%;
	padding: 44px 10.5% 20px 5%;
}
.showline-color{
	width: 83.5%;
	padding: 44px 10.5% 20px 5%;
}
.haze-slider {
	width: 90%;
	padding: 1% 5%;
	height: 50px;
	display: flex;
	align-items: center;
}
.showline-slider{
	width: 96f%;
	    padding: 1% 2%;
	    height: 50px;
	    display: flex;
	    margin-top: 24px;
	    align-items: center;
	    border-bottom: 1px solid  #212d45;
}
/*资源库*/
.repository {
	display: none;
}

.repository-lists {
	height: 80vh;
	width: 100%;
	border-bottom: 1px solid #3f4244;
	margin-top: 17px;
}

.repository-btns {
	width: 100%;
	height: 4vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	    top: 871px;
}

.repository-btns div {
	float: left;
	margin: 0px 10px;
	cursor: pointer;
}

.page-text {
	width: 60px;
	height: 20px;
	text-align: center;
	background-color: #3f4244;
}


/*灯光*/
.light {
	display: none;
}

.light-top {
	position: relative;
	width: 90%;
	height: 5%;
	display: flex;
	align-items: center;
	padding: 7px 5%;
	/* border-bottom: 1px solid #212d45; */
	top: 2vh;
}

.light-top1 {
	position: relative;
	width: 90%;
	height: 5%;
	display: flex;
	align-items: center;
	padding: 0px 5%;
	margin-top: 0vh;
	top: 17vh;
}

.light-content {
	width: 100%;
	height: 59%;
	display: block;
}

/*环境光*/

.ambient-light {
	width: 90%;
	padding: 1% 5%;
	border-bottom: 1px solid #212d45;
}

.ambient-content {
	height: 9vh;
}

.light-color {
	width: 94%;
	padding: 1% 3%;
}

.light-text {
	color: #bdeced;
	float: left;
}

.lightText {
	margin-left: 10px;
	    float: right;
	    width: 61px;
	    height: 22px;
	    text-align: center;
	    background-color: #222222;
	    color: #bdeced;
	    
}

.ambient-slider {
	width: 95%;
	/* padding: 1% 3%; */
	height: 50px;
	display: flex;
	align-items: center;
}


/*半球光*/
.hemisphere-light {
	width: 90%;
	padding: 1% 5%;
	border-bottom: 1px solid #212d45;
}

.hemisphere-content {
	height: 12vh;
}

/*主光源*/
.main-light {
	width: 90%;
	padding: 1% 5%;
	border-bottom: 1px solid #212d45;
}

.light-shadow {
	position: relative;
	width: 94%;
	padding: 10px 3%;
	padding-bottom: 15px height:20%;
	display: flex;
	align-items: center;
}

.lightSwitch+label {
	margin-right: 0px;
}

.main-content {
	/* height:17vh; */
}

/*第二光源*/
.second-light {
	width: 90%;
	padding: 1% 5%;
	border-bottom: 1px solid #3f4244;
}

/*阴影设置*/
.shadow-light {
	width: 90%;
	padding: 1% 5%;
}

/* 颜色按钮 */
.button2 {
	position: relative;
	left: 155px;
}

.button3 {
	position: relative;
	left: 131px;
}

.camera-content {
background: linear-gradient( to left, #2379f2 0%, #1391db 100%);
    margin-top: 26px;
    text-align: center;
    width: 104px;
    vertical-align: middle;
    height: 28px;
    border-radius: 32px;
    margin-left: 46px;
    margin-bottom: 0vh;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    /* color: #FFFFFF; */
    border: 1px solid #01a2fe;
	
}

.camera-content:hover {
	background:#032347
	/* color: #f38c48; */
	/* border: 1px solid #024476; */
	/* border: 1px solid #024476; */
}

#triangle-right {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #05faff;
	float: left;
	margin-top: 1.4vh;
	margin-left: -1vh;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #05faff;
	float: left;
	margin-top: 1.4vh;
	margin-left: -1vh;
}

.markleft {
	position: absolute;
	    top: 10px;
	    left: 2vh;
	    width: 16px;
}
input[type="radio"]{
	width: 20px;
	      height: 20px;
opacity: 0;
}
#secondlabel{
	cursor: pointer;
	    background-image: url(../images/kw.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	    width: 6px;
	    height: 6px;
	    position: relative;
	    top: 1px;
	    left: 1px;
}
.radiolabel{
	cursor: pointer;
	      width: 13px;
	      height: 13px;
		  background-image: url(../images/kw.png);
		  background-repeat: no-repeat;
		      background-size: 100% 100%;
	      /* border-radius: 50%; */
	      /* border: 2px solid black; */
		  float: right;
		  margin-top: 9px;
}
.labeltext{
	cursor: pointer;
}
/* input:checked+label::after {
      position: absolute;
      content: '';
      width: 5px;
      height: 10px;
      top: 3px;
      left: 6px;
      border: 2px solid #fff;
      border-top: none;
      border-left: none;
      transform: rotate(45deg);
    } */
	input:checked+label {
	  background-image: url(../images/bigkw.png);
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  
	}
.markright {
	position: absolute;
	    top: 2.5vh;
	    left: 32vh;
	    width: 16px;
}
.rightleft{
	background-image: url(../images/rightleft.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: 4px;
	    height: 100%;
	    position: absolute;
	    left: -5px
}

.ambient-title {
	    color: #bdeced;
	margin-bottom: 1vh;
	margin-left: 1vh;
	cursor: pointer;
}

#.ambient-slider {
	position: relative;
	top: 4vh;
	left: 0vh;
	width: 90%;
	padding: 6% 5%;
	border-bottom: 1px solid #3f4244;
}

.textp {
	position: relative;
	top: 90px;
	color: #bdeced;
}

/* 镜头光 */
.camera-light {
	width: 90%;
	padding: 1% 5%;
	border-bottom: 1px solid #212d45;
}

#lightcamera-text {
	margin-left: 1vh;
}

.button4 {
	position: relative;
	left: 118px;
}

.Material-pic {
	    cursor: pointer;
		width: 92px;
		    height: 46.5px;
	    border: 1px solid rgba(4,11,37,0.8);
}

.Material-text {

        text-align: center;

}

.ahover:hover>.Material-pic {
	border: 1px solid #02e5ff;
}
.ahover:hover>.Material-text>.textp1 {
	color:#02e5ff;
}

.textp1 {
	color: #bdeced;

}

#shadowtext {
	margin-left: 0vh;
}

/* 二级标题 */
.second-head {
	font-family: 微软雅黑;
	font-size: 14px;
	color:#02e5ff;
}
.flower{
	background-image: url(../images/flower.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: 13px;
	    height: 13px;
	    float: left;
		margin-left: 20px;
	    margin-right: 7px;
}
#flower{
	
}
/* .flower1{
	background-image: url(../images/flower.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: 13px;
	    height: 13px;
	    float: left;
	    position: relative;
	    top: 5px;
	    left: 26px;
} */
.envmapli{
	    float: left;
    margin-left: 1.5vh;
    margin-top: 1.2vh;
}
.second-headerline{
	border-bottom: 1px solid #212d45;
	    height: 35px;
	    display: flex;
	    align-items: center;
}
.phone{
	background-image: url(../images/phone.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: 21px;
	    height: 21px;
	    float: left;
	    position: relative;
	    top: -703px;
	    left: 40px;
}

.phonenub {
	    color: #02e5ff;
		position: relative;
		    left: 3vh;
	}
	/* 网格图标 */
	.coordinatesFlag{
		width: 22px;
		    margin-left: 7px;
		    margin-bottom: 4px;
	}
	.right{
		position: relative;
		    top: -11px;
	}
#sliderZoomlightSunBias{
	position: absolute;
	    left: 210px;
}
#light-top1{
	border-top:1px solid #212d45;
}
/* 颜色板 */
.sb{
	left: 50vh;
}
.colorcss{
	width: 30px;
	    height: 20px;
	    background: #000fff;
	    position: relative;
	    top: 1px;
	    left: 194px;
			cursor: pointer;
}
.colpick_hex{
	z-index: 100;
}
.color-box{
	height: 0px;
	margin-bottom: 10px;
}
#colornew{
	    margin-left: 10px;
}
/* 资源库底部 */
.Home-page:hover{
	color: #02e5ff;
}
.text-top:hover{
	color: #02e5ff;
}
.text-last:hover{
	color: #02e5ff;
}
.text-bottom:hover{
	color: #02e5ff;
}
.page-text:hover{
	color: #02e5ff;
}
.Material-lists{
	    height: 81vh;
	    overflow: hidden;
}
#sliderZoomtechOpacity{
	margin-left: 14px;
}