*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
body {
    font-size: 16px;
    color: #282828;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none; 
}

ol, ul {
	list-style: none;
}
i {
    font-style: normal;
}
a{
	text-decoration: none;
}
button{
	cursor: pointer;
}
a, button, input {
	outline: none;
}
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.none{
    display: none!important;
}




.container img{
    display: block;
    max-width: 100%;
    pointer-events: none;
}


.container-vr{
    width: 100%;
    pointer-events: none;
}
@media (min-width:976px){
    .container img{
        width: 36%;
        margin: 0 auto;
    }
}



.gohome{
    position: fixed;
    z-index: 99;
    width: 90px;
    height: 30px;
    bottom: 80px;
    right: 20px;
    display: block;
    font-size: 18px;
    color: red;
    text-decoration: underline;
    cursor: pointer;
}
.gohome img{
    display: block;
    width: 100%;
    height: 100%;
}

.gotop {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
}
.gotop-fixed {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    display: block;
}

.gotop img {
    width: 100%;
    height: 100%;
}





