*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-touch-action: none;
    /* 阻止windows Phone 的默认触摸事件 */
}

body,
div,
p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: none;
}

ul {
    list-style: none;
}

body {
    width: 100%;
    background-color: #fff;
    *cursor: default;
    overflow: hidden;
    font: 16px/1.5 "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
    position: relative;
    min-height: 600px;
}

/*clearfix*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}

.clearfix,
.container {
    *zoom: 1;
    /*IE/7/6*/
}

/*原子类*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.mb70 {
    margin-bottom: 70px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container {
    max-width: 1600px;
    min-width: 1000px;
    width: 100%;
    /*width: 1000px;*/
    /*background-color: #e76442;*/
}

/*header fixed*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 70px;
    padding: 0px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
}

.header .container {
    padding-top: 0px;
}

.header .logo {
    margin-left: 150px;
}

.header .logo img {
    width: 100%;
}

.header .menu {
    margin-right: 200px;
    padding-top: 25px;
}

.header .menu a {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    zoom: 1;
    margin-left: 60px;
    text-decoration: none;
}

.header .menu .active,
.header .menu .active:hover {
    color: white;
}

.icon_slide {
    -webkit-animation: start 2s infinite linear
}

@-webkit-keyframes start {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(0, -12px)
    }

    75% {
        opacity: 1;
        -webkit-transform: translate(0, -2px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 8px)
    }
}

/*full page*/
#pageContain {
    overflow: hidden;
}

.page {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.contain {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 0;
}

.page .container {
    height: 100%;
}

.current .contain,
.slide .contain {
    display: block;
}

.current {
    display: block;
    z-index: 1;
}

.slide {
    display: block;
    z-index: 2;
}

.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}

.top-side,
.bottom-side,
.center-side,
.right-side {
    position: absolute;
    width: 100%;
}

.app-order-bd {
    border: 15px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 340px;
    height: 340px;
    overflow: hidden;
}

.app-order-bd .dmall-intro-03 {
    background-color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    z-index: 10;
}


/*nav bar*/
#navBar {
    z-index: 3;
    position: absolute;
    top: 40%;
    right: 3%;
}

#navBar li {
    cursor: pointer;
    margin-bottom: 12px;
    transition: all .5s ease;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -300%;
    background: #ccc;
    background: rgba(200, 200, 200, .4);
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

#navBar li:hover {
    background: rgba(200, 200, 200, .7);
}

#navBar .active {
    background: #e76442;
    background: rgba(255, 255, 255, 1);
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .6);
}
.footer a{
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
}

/*common*/
.disable:link,
.disable:visited {
    color: #ffffff;
}

.disable:hover,
.disable:active {
    color: red;
}

/*二维码弹出层*/

.qrcode-box {
    width: 140px;
    height: 140px;
    padding: 5px;
    position: fixed;
    bottom: 2%;
    right: 3%;
    z-index: 10000;
    background-color: #fff;
    border-radius: 6px;
}

.qrcode-box img {
    width: 100%;
}

/*[1024*768] [1366*768] [1280*800] [1440*900] [1600*900] 除去系统和浏览器所占高度>128*/

@media all and (min-height: 600px) and (max-height: 799px),
(max-height: 599px) {

    /*    .mb70{margin-bottom: 20px;}*/
    .top-side,
    .bottom-side,
    .center-side,
    .right-side,
    .icon_slide {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    .page1 .top-side {
        top: 10%;
    }

    .page1 .bottom-side {
        bottom: 15%;
    }

    .page2 .dmall-intro-01 {
        margin-right: 6%;
    }

    .page3 {
        background-size: auto 70%;
    }

    .page4 {
        background-size: 80% auto;
    }

    .page4 .top-side {
        top: 3%;
    }

    .page4 .bottom-side {
        top: 60%;
    }

    .page4 .download a img {
        width: 96%;
    }
}

@media all and (min-height: 800px) and (max-height: 899px) {

    .top-side,
    .bottom-side,
    .center-side,
    .right-side,
    .icon_slide {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }

    .page3 {
        background-size: auto 70%;
    }

    .page1 .top-side {
        top: 15%;
    }

}

.wp {
    position: relative;
    height: 100%;
    width: 980px;
    margin: 0 auto;
    display: table;
    z-index: 10;
}

.neirong {
    position: absolute;
    width: 100%;
    height: 565px;
    top: 50%;
    margin-top: -282px;
    background: url(../images/banner1.png) no-repeat right center;
}

.down-slogan {
    width: 500px;
    height: 167px;
    margin-bottom: 30px;
}

.down-app {
    height: 160px;
    background: url(../images/icon-qrcode.png) no-repeat 0 0;
    padding-left: 183px;

}

.down-content {
    height: 50px;
    font-size: 14px;
    color: white;
    width: 155px;
    text-align: center;
}

.appdown {
    display: block;
    cursor: pointer;
    width: 280px;
    height: auto;
}

.appdown:hover {
    text-decoration: none
}

.appdown-iso {}

.appdown-iso:hover {}

.appdown-android {
    margin-top: 30px;
}

.appdown-android:hover {}

.section {
    background: no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
}