*{
    margin:0;
    padding: 0;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body {
    font-size: 16px;
    color: #000;
    -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;
}

.pos-relative{
    position: relative;
}
.text-center{
    text-align: center;
}

.detail-container{
    width: 100%;
    position: relative;
}
.detail-container2{
    width: 100%;
    position: relative;
    background-color:#000; 
}
.detail-container img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.detail-container2 img{
    width: 750px;
    margin: 0 auto;
    display: block;
}
.detail-email{
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.detail-email span{
    color: #2adba9;
}