
.container2{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.slide{
    width: 100%;

    overflow: hidden;
    position: relative;
    height: 680px;

}
.slide .img{
    overflow: hidden;
    position: absolute;
    /*transition: width 0.1s,height 0.1s,top 0.1s,left 0.1s,z-index 0.4s;*/
}
.slide .img3 img,.slide .img4 img{
    width: calc(100% - 0px);
    height: calc(100% - 0px);
   /* margin: 20px 12px;*/
    border-radius: 100%;
    margin-top: 20px;
    margin-bottom: 2px;
}
.slide .img3 img{
  /*  background: url(/resources/images/slide/iPhoneX.png);
    position: relative;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;*/

}
.prebtn{
    position: absolute;
    left: 10%;
    top: 35%;
    z-index: 999;
    background: url(/resources/images/arrow-l.png);
    width: 15px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0px solid #fff;
    outline: 0 none !important;
}

.bgphopne{
    position: absolute;
    left: 0;
    top: 0;
}
#titletext{    font-size: 9pt;
    line-height: 16px;
    width: 80%;
    margin: 6px 10% 0 10%;
    text-align: center;
    color: #999;
    font-family: inherit;}
.nextbtn{
    position: absolute;
    right: 10%;
    top: 35%;
    z-index: 999;
    background: url(/resources/images/arrow-r.png);
    width: 15px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0px solid #fff;
    outline: 0 none !important;
}

.slide .img1{
    width: 20%;
    top: 33%;
    left: -42%;
    z-index: -1;
}

.slide .img2 img{

    width: calc(100% - 0px);
    height: calc(100% - 0px);
    /* margin: 20px 12px; */
    border-radius: 100px;
    margin-top: 20px;
}
.slide .img2 .imgtext{
 /*  border: 1px solid #e6e6e6;*/
}
.slide .img3{
    width: 60%;
   /* height: 80%;*/
    top: 0%;
    left: 20%;
    z-index: 3;
    background: url(/resources/images/slide/iPhoneX.png);
    position: relative;
    zoom: 1;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.slide .img1 img{
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    /* margin: 20px 12px; */
    border-radius: 100px;
    margin-top: 20px;
}
.slide .img2{
    width: 40%;
    top: 13%;
    left: -22%;
    z-index: 2;
    background: url(/resources/images/slide/iPhoneX.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.slide .img4,.slide .img5{
    width: 40%;
    top: 13%;
    left: 82%;
    z-index: 2;
    background: url(/resources/images/slide/iPhoneX.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.slide .img5{
    width: 20%;
    height: 40%;
    top: 20%;
    left: 110%;
   /* z-index: 1;*/
    z-index: -1;
}
.slide-bt{
    position: absolute;
    left: 50%;
    /*bottom: 20%;*/
    z-index: 10;
}
.slide-bt span{
    width:8px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}
.slide .slide-bt .on{
    background: #7da9ff;
}
button{
    width: 50px;
    margin: 20px;
}
.pimgtext{
    position: absolute;
    padding: 0;
    right: 10%;
    left: 10%;
    bottom: 16%;
    text-align: center;
    color: #666;

}
.img3 .pimgtext{
    font-size: 10pt;
}
.img4 .pimgtext,.img2 .pimgtext,.img1 .pimgtext,.img5 .pimgtext{
    font-size: 7pt;
}
.img5 h6,.img4 h6,.img2 h6,.img1 h6{
    font-size:8pt;
}


