.default-box{width:100vw;height:100vh;background:#fff;position:fixed;top:0;left:0;z-index: 99999;}
.default-box .content-box{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;}

/*图片样式*/
.default-box .content-box .de-hd-img{width:36%;height:auto;margin-top:20%;}
.default-box .content-box .de-mp-img {width:85%;height:auto;margin-bottom:5%;}
.default-box .content-box .de-sp-img {width:85%;height:auto;}
.default-box .content-box .de-tw-img {width:85%;height:auto;}
.default-box .content-box .de-wd-img {width:85%;height:auto;}
.default-box .content-box .de-zw-img {width:100%;height:auto;}
.default-box .content-box .de-zb-img {width:100%;height:auto;}


/*文字*/
.default-box .content-box .de-text{margin-top:5%;color:#999;width:80%;font-size:14px;text-align:center;}


/*按钮样式*/
.default-box .content-box .de-hd-a{padding:3px 6px;border-radius:3px;border:1px solid red;color:red;margin-top:8%;font-size:14px;opacity:0.8;text-decoration:none !important;}
.default-box .content-box .de-sp-a{color:#508ff0;margin-top:8%;font-size:16px;opacity:0.8;text-decoration:underline !important;}
.default-box .content-box .de-zw-a{color:#fff;margin-top:8%;font-size:16px;background:#f75959;text-decoration:none !important;display:block;width:60%;height:35px;border-radius:6px;line-height:35px;text-align:center;}
.de-zb-a{color:#4fc6ff;margin-top:8%;font-size:15px;opacity:0.8;text-decoration:underline !important;}
.loading-point .ball{
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #999999;
    display: inline-block;
    　-moz-border-radius:50%;
    -o-border-radius:50%;
    　-webkit-border-radius:50%;
    border-radius: 50%;
    animation: ball .6s infinite alternate;
}
.loading-point .ball:nth-child(2){
    animation-delay: .2s;
}
.loading-point .ball:nth-child(3){
    animation-delay: .4s;
}
@keyframes ball {
    100%{
        /*opacity: .1;*/
        transform:translate(0,-.08rem);
    }
}
.creatErrorPage{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #ffffff;
    width: 100%;
    height: 100%;
}
.creatErrorPage img{
    display: block;
    width: 3rem;
    margin: 2rem auto .5rem;
}
.creatErrorPage p{
    text-align: center;
    font-size: .3rem;
    color: #999999;
    margin-bottom: .35rem;
}
.creatErrorPage div{
    width: 2.5rem;
    height: .8rem;
    　-moz-border-radius:.4rem;
    -o-border-radius:.4rem;
    　-webkit-border-radius:.4rem;
    border-radius: .4rem;
    color: #ffffff;
    text-align: center;
    line-height: .8rem;
    background: red;
    font-size: .32rem;
    margin: 0 auto;
}