* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    overflow: hidden;
    font-size: 62.5%;
}
.navList {
    height: 80px;
    background: url('../images/BTNFBG.png') bottom repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center
}

.navList ul {
    width: 100%;
    margin: 0 auto;
}

.navList li {

    /*width: calc(16.3%);*/
    width: 16.3%;
    height: 80px;
    float: left;
    list-style: none;
}

.navList li a {
    width: 100%;
    height: 80px;
    display: block
}

.n1 a {
    background: url("../images/BTN11.jpg") no-repeat center;
}

.n2 a {
    background: url('../images/BTN2.png') no-repeat center
}

.n3 a {
    background: url("../images/BTN3.png") no-repeat center
}

.n4 a {
    background: url('../images/BTN4.png') no-repeat center
}

.n5 a {
    background: url('../images/BTN5.png') no-repeat center
}

.n6 a {
    background: url('../images/BTN6.png') no-repeat center
}

.n1 a:hover, .n1 a.cur {
    background: url('../images/iphonbtn1.jpg') no-repeat center
}

.n2 a:hover, .n2 a.cur {
    background: url('../images/bot_BTN2.png') no-repeat center
}

.n3 a:hover, .n3 a.cur {
    background: url('../images/andbotbtn.jpg') no-repeat center
}

.n4 a:hover, .n4 a.cur {
    background: url('../images/bot_BTN1.jpg') no-repeat center
}

.n5 a:hover, .n5 a.cur {
    background: url('../images/iphonbtn5.jpg') no-repeat center
}

.n6 a:hover, .n6 a.cur {
    background: url('../images/iphonbtn6.jpg') no-repeat center
}

.content {
    position: absolute;
    width: 100%;
    /*1000px*//*
        background-color: red;*/
    height: 500px;
    bottom: 100px;
    /*   left: 50%;
       margin-left: -450px;*/
}

.content .text {
    position: absolute;
    left: 10%; /*200px*/
    bottom: 10px;
    height: 130px;
}

.content .bt {
    position: absolute;
    left: 10%; /*200px*/
    /*top: 180px;*/
    z-index: 1111;
    bottom: 130px;
}

.content .tips {
    position: absolute;
    left: 100px;
    top: 290px;
    color: red;
    z-index: 100000
}

.content a {
    cursor: default;
}

h1 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    margin: 10px 0
}

h5 {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    margin: 7px 0
}

.line {
    background: url('../images/line.png') no-repeat;
    width: 2px;
    height: 60px;
    float: left
}

.banner {
    margin: 0 auto
}

img {
    border: 0
}

.rpic1 {
    position: absolute;
    right: 360px;
    bottom: -80px;
    width: 280px
}

.rpic5 {
    position: absolute;
    right: 270px;
    bottom: -20px;
    width: 380px
}

.rpic2 {
    position: absolute;
    right: 120px;
    bottom: 0px;
    width: 600px
}

.erweimaPOs {
    position: relative;
    left: 0;
    top: 0;
}

#tipDiv2 {
    position: fixed;
    right: 0;
    bottom: 80px;
    height: 30px;
    width: 50px;
    color: red;
    padding: 10px;
    display: none
}

#tipDiv {
    position: fixed;
    right: 0;
    bottom: 80px;
    height: 30px;
    width: 600px;
    background-color: rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
    color: red;
    padding: 10px;
}

/*iPad 横屏*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .rpic1 {
        position: absolute;
        right: 210px;
        bottom: -80px;
        width: 280px
    }

    .rpic5 {
        right: 150px;
    }

    h1 {
        font-size: 20px;
    }

    h5 {
        font-size: 14px;
    }

    .content .text {
        left: 2%; /*200px*/
    }

    .content .bt {
        left: 2%;
    }

    .rpic2 {
        right: 20px;
    }
}

@media all and (orientation: landscape) {
    /*h5{color:red;}*/
    /*横屏时字体红色*/
}

@media all and (orientation: portrait) {
    /* h5{color:green;}/!*竖屏时字体绿色*!/*/
    .rpic5, .rpic2, .rpic1 {
        bottom: 350px
    }

    .rpic1, .rpic5 {
        right: 50%;
        margin-right: -140px
    }
}

/*i6 */
/*iphone */
@media only screen
and (min-device-width: 108px)
and (max-device-width: 700px)
and (orientation: portrait) {
    #tipDiv {
        width: auto;
        height: auto;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navList li {
        width: 20%
    }

    #sixBtn {
        display: none
    }

    .navList .line {
        display: none
    }

    h1 {
        font-size: 16px
    }

    h5 {
        font-size: 10px;
        margin: 0
    }

    .content .text {
        bottom: -30px
    }

    .btPonePos {
        width: 50%;
        position: absolute;
        bottom: 0
    }

    .content {
        height: auto;
        position: relative;
        height: 100%;
    }

    .rpic1 {
        position: absolute;
        bottom: 210px;
        width: 40%;
        left: 50%;
        margin-left: -65px
    }

    .rpic2 {
        position: absolute;
        bottom: 210px;
        width: 90%;
        left: 50%;
        margin-left: -190px
    }

    .rpic5 {
        position: absolute;
        bottom: 210px;
        width: 50%;
        left: 50%;
        margin-left: -65px
    }

    .erweimaPOs {
        display: none
    }

    .content .bt {
        bottom: 100px;
    }

    .n1 a {
        background: url("../images/BTN11x.jpg") no-repeat center;
    }

    .n2 a {
        background: url('../images/BTN2x.jpg') no-repeat center
    }

    .n4 a {
        background: url('../images/BTN3p1.png') no-repeat center
    }

    .n3 a {
        background: url("../images/BTN3posk.jpg") no-repeat center
    }

    .n5 a {
        background: url('../images/BTN5x.png') no-repeat center
    }

    .n5 a:hover, .n5 a.cur {
        background: url('../images/iphonbtn5x.jpg') no-repeat center
    }
    .n2 a:hover, .n2 a.cur {
        background: url('../images/bot_BTN2x.jpg') no-repeat center
    }

    .n1 a:hover, .n1 a.cur {
        background: url('../images/iphonbtn1x.jpg') no-repeat center
    }

    /*安卓手机*/
    .n3 a:hover, .n3 a.cur {
        background: url('../images/andbotbtnphone.jpg') no-repeat center
    }

    /*安卓平板*/
    .n4 a:hover, .n4 a.cur {
        background: url('../images/andbotbtnphone22.jpg') no-repeat center
    }
}

/*