.go-back{
    position: absolute;
    top:50%;
    left: 2.6667vw;
    width: 6vw;
    height: 6vw;
    background: url(../images/back.png) no-repeat;
    background-size:100% 100%; 
    transform: translateY(-50%);
}
.header{
    position: relative;
    width: 100%;
    height:12vw;
    background: #ededed;
    
}
.go-title{
    font-size: 4.8vw;
    color: #292828;
    margin-left: 8.2667vw;
    line-height: 12vw;
}

.go-home-wrap{
	display: block;
    position: absolute;
	top: 50%;
    right: 2.6667vw;
	height: 6vw;
    transform: translateY(-50%);
}
.go-home{
    display: inline-block;
    width: 6vw;
    height: 6vw;
    background: url(../images/yuye-home.png) no-repeat;
    background-size:100% 100%; 
}


.icon-home{
    display: inline-block;
 
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 2.4vw;
    height: 2.2667vw; 
}