.header{
				width: 100%;
				height: 90px;
				background: white;
			}
			.parentHeader{
				width: 1382px;
				height: 90px;
				margin: 0 auto;
				display: flex;
				align-items: center;
			}
			.parentHeader img{
				margin-right: 30px;
			}
			.parentHeader>div{
				height: 90px;
				line-height: 90px;
				margin-left: 28px;
				font-size: 15px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #272727;
				cursor: pointer;
			}
			.remenTitle{
				overflow: hidden;
				text-overflow: ellipsis; 
				white-space: nowrap; 
				cursor: pointer;
			}
			.remenTitle:hover{
				color: #CF0304;
			}
		
			.parentHeader>div:hover{
				color: #CF0304;
			}
			.actives{
				color: #CF0304 !important;
			}
			.huazhuangView{
				min-height: 600px !important;
			}
			
			.rightDiv2>img:nth-child(2){
				height: auto !important; 
			}
			
			    [v-cloak] {
				display: none;
				}
