
#view-3d {
    width: 285px;
    height: 215px;
    position: fixed;
    z-index: 999999;
    margin-left: -137.5px;
    margin-top: -130px;
    left: 50%;
    top: 50%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    transform: translateZ(2000px);
    -webkit-transform: translateZ(2000px);
    -moz-transform: translateZ(2000px);
}
.xdfcenterbox {
    width: 285px;
    height: 215px;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 0 0 20px rgba(10,2,4,.75);
    -webkit-box-shadow: 0 0 20px rgba(10,2,4,.75);
    -moz-box-shadow: 0 0 20px rgba(10,2,4,.75);
    -ms-box-shadow: 0 0 20px rgba(10,2,4,.75);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform: translateZ(999px);
    -webkit-transform: translateZ(999px);
    -moz-transform: translateZ(999px)
}

.CenterBoxShow {
    animation: cshow 2s forwards linear;
    -webkit-animation: cshow 2s forwards linear;
    -moz-animation: cshow 2s forwards linear
}

@keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }

    20% {
        opacity: 1
    }

    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }

    20% {
        opacity: 1
    }

    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }

    20% {
        opacity: 1
    }

    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

.xdfcenterbox-close {
    position: absolute;
    top: -14px;
    right: -14px
}

.xdfcenterbox .xdfcenter-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Microsoft YaHei";
    margin-top: 18px
}

.xdfcenterbox .xdfcenter-ftitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 200
}

.xdfcenterbox .xdfcenter-telval {
    width: 216px;
    height: 33px;
    border: 1px solid #6a7380;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    margin: 15px auto 8px
}

.xdfcenterbox .xdf-telval {
    width:156px;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    font-size: 14px;
    color: #6a7380;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    padding-left: 13px;
    float: left;
    outline: 0;
    border: 0
}

.xdfcenterbox .xdf-telbtn {
    width: 58px;
    height: 31px;
    line-height: 30px;
    color: #fff;
    background-color: #6a7380;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    float: left;
    border: 0
}

.xdfcenterbox .xdf-innerc {
    width: 245px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4
}

.xdfcenterbox .xdfcenter-chat {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 48px;
    line-height: 58px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px
}

.xdfcenter-swt,.xdfcenter-tel {
    display: block;
    position: relative;
    width: 50%;
    height: 48px;
    float: left
}

.xdfcenter-tel {
    background-color: #26c540;
    border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px
}

.xdfcenter-swt {
    background-color: #ff6005;
    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0
}

.xdfcenter-tel em,.xdfcenter-tel i {
    display: block;
    position: absolute;
    left: 50%;
    color: #fff;
    font-style: normal;
    text-decoration: none
}

.xdf-telpic {
    top: 50%;
    margin-left: -50px;
    margin-top: -13px;
    width: 27px;
    height: 27px;
    background: url(../img/footer-tel.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%
}

.xdfcenter-tel em {
    height: 100%;
    top: 0;
    margin-left: -16px;
    font-size: 16px
}
.xdfcenter-chata,.xdfcenter-chatb,.xdfcenter-swt em,.xdfcenter-swt i {
    display: block;
    position: absolute;
    left: 50%;
    color: #fff;
    font-style: normal;
    text-decoration: none
}
.xdfcenter-nub {
    top: 15px;
    width: 14px;
    height: 14px;
    margin-left: -34px;
    line-height: 13px;
    text-align: center;
    font-size: 9px;
    background-color: #e60012;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.8);
    box-shadow: 0 0 3px rgba(0,0,0,.8);
    z-index: 3;
    font-style: normal
}

.xdfcenter-chata {
    top: 50%;
    margin-left: -50px;
    width: 27px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/footer-chat.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%
}

.xdfcenter-chatb {
    height: 100%;
    top: 0;
    margin-left: -16px;
    font-size: 16px
}
.menushow-top{
    display:block;
    position:fixed;
    transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
    -webkit-transform:translate3d(0,-50%,0);
    bottom:18%;
    right:0;
    background:#eee;
    z-index:999;
}
.menushow-top>div{
    display:block;
    padding:.7rem;
    margin:0;
}
.menushow-top>:nth-child(1){
    background:#ff4837;
}
.menushow-top>:nth-child(1) span{
    color:#fff;
}
.menushow-top>div>span{
    display:inline;
    font-size:1.6rem;
    line-height:1;
    margin:0;
}