/**初始化容器**/
html,body,div,ul,li,ol,p,a,img,span,h1,h2,h3,h4,h5,h6,button,input,textarea{padding:0;margin:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);/*取消链接高亮*/}
/**高度**/
html,body{height:100%;}
/* 图片自适应 */
img { /*max-width:100%;*/height:auto;width:auto\9;-ms-interpolation-mode: bicubic;/*为了照顾ie8图片缩放失真*/}
/**兼容各浏览器字体统一**/
body{background:#fff;color:#333;font-family:"SimSun","宋体","Arial Narrow";}
/**允许长单词换行**/
div,p{word-wrap:break-word}
/**设置元素的垂直对齐方式**/
input,img,textarea,select{vertical-align:middle;}
/**A标签样式**/
a { color:#555;text-decoration:none; }
a:hover { text-decoration:underline; }

/**使用rem字体 10px=1rem **/
html{font-size: 62.5%;}
body{font-size:1.2rem;}
a{
    color:#ffffff;
}
a:hover{
    text-decoration:none;
}

.poster-img{
    width: 100%;
}
.index-content{
    position: relative;
}
.index-bj1{
    width:100%;
}
.index-details{
    width:85%;
    position: absolute;
    top:2.65rem;
    left:2.52rem;
}
.text-img{
    width: 100%;
}
.details-text{
    width:60%;
    position: absolute;
    top:28.8rem;
    left:6.7rem;
}
.text2-img{
    width: 100%;
}
.details-icon{
    width:22%;
    position: absolute;
    top:34.1rem;
    left:13rem;
}
.icon-img{
    width:100%;
}
.details-text2{
    width:79.9%;
    position: absolute;
    top:37.1rem;
    left:3.4rem;
}
.text3-img{
    width:100%;
}
.content-video{
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
    width: 100%;

    overflow: hidden;
}
.video-wid{
    padding:0px;
    margin:0px;
    border:0px;
    width: 100%;
    min-height:18rem;
    position: relative;
}
video{
    padding:0px;
    margin:0px;
    border:0px;
    position: absolute;
    top:0;
}
.details-commodity{
    width:100%;
    position: absolute;
    top: 0;
}
.commodity-img{
    width:100%;
}

.play1{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

.bologo1{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.play2{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.play3{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}