.fr {
    float: right;
}
.fl {
    float: left;
}

.op0 {
    opacity: 0;
}

.op1 {
    opacity: 1;
}

ul,li{ padding:0;margin:0;list-style:none}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* height: 19.20rem; */
    /* font-size: 100px; */
    overflow-y: scroll;
    position: relative;
    font-family: Microsoft YaHei, Verdana;
   
}

body {
    background: linear-gradient(to top right, #00bfff, #3F00FF) no-repeat;
    background-size: 100%;
}


.slogan {
    position: fixed;
    top: .1rem;
    left: .1rem;
    display: block;
    border: none;
    width: 0.99275rem;
    opacity: .6;
    z-index: 35;
}

body > .btn-share {
    position: fixed;
    top: 0;
    right: 0;
    padding: .18rem;
    display: block;
    border: none;
    font-size: .13rem;
    color: #fff;
    opacity: .9;
    z-index: 35;
    text-decoration: underline;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.btn-checking {

}

.btn-checking p {
    position: relative;
    z-index: 999;
    padding: 0;
    margin: 0;
}

.btn-checking::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(48, 249, 255, 0.00) 0%, #30F9FF 100%);
    animation: progress 1.2s ease infinite;
    -webkit-animation: progress 1.2s ease infinite;
}

@keyframes progress {
    0% {
        width: 0;
        height: 100%;
    }
    100% {
        width: 96%;
        height: 100%;
    }
}

.btn {
    display: inline-block;
    margin: 3%;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: .48rem;
    color: #fff;
    width: 4.65rem;
    height: 1.4rem;
    position: relative;
    text-align: center;
    line-height: 1.3rem;
}



.btn.btn-green {
    border: none;
    background: #14b969;
}

.btn.btn-grey {
    border: none;
    background: rgba(21, 21, 21, .2);
}

.alert-box {
    background: #0e2f64;
    width: 85%;
    color: #fff;
    margin: 0 auto;
    padding: .1rem .2rem;
    box-sizing: border-box;
    box-shadow: 0 0 .4rem rgba(0, 0, 0, .3);
}

.btn-loading.hide {
    display: none;
}

.alert-title {
    text-align: center;
    font-size: .48rem;
    padding: .05rem .1rem .1rem;
    border-bottom: 1px solid #2e5592;
}

.alert-body {
    font-size: .42rem;
    line-height: .8rem;
    padding: .2rem 0;
}

.alert-btn {
    background: #1ac572;
    text-align: center;
    padding: .1rem;
    margin-bottom: .05rem;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: .48rem;
}

.alert-btns {
    text-align: center;
    font-size: 0;
    margin-left: -.07rem;
    margin-right: -.07rem;
}

.alert-btns .alert-btn {
    display: inline-block;
    box-sizing: border-box;
    width: 46%;
    margin: 0 2% .05rem;
    font-size: .42rem;
    border: 1px solid #1ac572;
    color: #fff;
    text-decoration: none;
}

.alert-btn.know-more, .alert-btns .alert-btn.know-more {
    background: none;
    border: 1px solid #fff;
}

.warn {
    /* margin: 0 auto;
    width: 80%;
    height: .5rem;
    padding-left: .6rem;
    line-height: .25rem;
    color: #fff;
    background: url(images/danger2.png) 0 0 no-repeat;
    background-size: auto 100%;
    box-sizing: border-box; */
}

.danger-list-wrapper {
    padding: 0 0.6rem;
    margin: 1.2rem 0;
    max-height: 4rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; 
}

.danger-list-wrapper:after {
   /*  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .4rem;*/
    /*
    background: linear-gradient(0deg, rgba(23, 46, 87, 1), rgba(23, 46, 87, 0));
    */
    /* z-index: 10; */
} 

.danger-list {
    /* margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; */
}

.danger-list li {
    border: 0.03rem solid rgba(255, 255, 255, 0.6);
    border-radius: 0.12rem;
    display: flex;
    justify-content: space-between;
    padding: 0.30rem .28rem 0.3rem .38rem;
    margin-bottom: 0.48rem;
}

.danger-list li a{
    display: flex;
    align-items: center;
}

.danger-list li a:last-child{
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.42rem;
}

.danger-list .danger-list-item-left {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.18rem ;
}
.danger-list .danger-list-item-right {
    width: .42rem;
    height: .42rem;
    margin-left: 0.18rem ;
}

.danger-list a {
    display: inline-block;
}

.danger-list .app-name {
    /* font-size: .16rem; */
    font-size: .48rem;
    color: #FFFFFF;
}

.danger-list .app-state {
    background: #01C864;
    border-radius: 3px;
    padding: 1px 9px;
    color: white;
    line-height: normal;
    float: right;
    margin-top: 9px;
    margin-right: 2px;
}

.danger-list .app-state.no-update {
    color: #7d8bab;
}
.danger-list .danger-tips{

}

.main {

}

.share-guide {
    background-image: url(images/shareGuide.png);
    background-position: 99% 0;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: table;
    font-size: .16rem;
    color: #fff;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.mask.dark {
    z-index: 50;
    background-color: rgba(0, 0, 0, .7);
}

.mask-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
}

.mask.show {
    opacity: 1;
}

.mask.show .mask-inner {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.page {
    width: 100%;
    /* height: 100%; */
    font-size: .14rem;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}

.page.show {
    opacity: 1;
}

.page[data-page-name="start"] {
    /* height: 100%; */
    /* background-image: linear-gradient(to top right, #00bfff, #3F00FF);
    background-size: cover; */
}

.page[data-page-name="result-clean"] {
    /* height: 100%;
    background-image: linear-gradient(to top right, #00bfff, #3F00FF);
    background-size: cover; */
}

@keyframes scaleBg {
    0% {
        background-size: 85% auto;
    }
    100% {
        background-size: 100% auto;
    }
}
.index_main{
   width: 6.40rem;
   height: 6.47rem;
    margin: 1.48rem auto 0;
    background: url("images/index_main.png") no-repeat;
    background-size: 100%;
}
.check-intro{
    font-size: 0.6rem;
    color: #FFFFFF;
    text-align: center;
}
.main, .static-main{
    width: 8.47rem;
    height: 8.47rem;
    margin: 0 auto;
}
.main {
}

.static-main {
    display: none;
    background-image: url("images/base-bg@2x.png");
    background-size: contain;
}
.clean-content {
    padding-top: 2.3rem;
}
.clean-content1{
    padding-top: 1rem;
}
.clean-content img{
    display: block;
    width: 4rem;
    height: 4.64rem;
    margin: 0 auto;
}
.clean-content .clean-cong{
    font-size: .60rem;
    color: #FFFFFF;
    text-align: center;
}
.clean-content .clean-tips{
    margin: 0 2rem;
    font-size: .42rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .72rem;
}

.clean-content .superbig {
   
    font-size: .4rem;
    line-height: .6rem;
    font-weight: bold;
}

.scanning {
    animation: scanning 1s infinite;
    -webkit-animation: scanning 1s infinite;
}

@keyframes scanning {
    0% {
        transform: scale(.5) rotateZ(15deg) translate3d(0, 0, 0);
        -webkit-transform: scale(.5) rotateZ(15deg) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(.5) rotateZ(15deg) translate3d(0, -10px, 0);
        -webkit-transform: scale(.5) rotateZ(15deg) translate3d(0, -10px, 0);
    }
    100% {
        transform: scale(.5) rotateZ(15deg) translate3d(0, 0, 0);
        -webkit-transform: scale(.5) rotateZ(15deg) translate3d(0, 0, 0);
    }
}

.scaleOut {
    animation: scaleOut 1.5s infinite;
    -webkit-animation: scaleOut 1.5s infinite;
}

@keyframes scaleOut {
    from {
        transform: scale(.55);
        -webkit-transform: scale(.55);
        opacity: .5;
    }
    to {
        opacity: 0;
        transform: scale(.9);
        -webkit-transform: scale(.9);
    }
}

.phone {
    background: url(images/phone.png) 50% 50% no-repeat;
    background-size: auto 60%;
    transform: scale(.5) rotateZ(15deg);
    -webkit-transform: scale(.5) rotateZ(15deg);
    overflow: hidden;
}

.head {
    padding-top: 1.88rem;
    width: 100%;
    z-index: 20;
}
.head img{
    display: block;
    width: 8.64rem;
    height: .87rem;
    margin: 0 auto;
    margin-bottom: 0.74rem;
}

[data-page-name="result-danger"] {
    /* height: 100%;
    background-image: linear-gradient(to top right, #00bfff, #3F00FF);
    background-size: cover; */
}

[data-page-name="result-danger"] .head {
    top: 8.5%;
}

[data-page-name="check-progress"] {
    /* height: 100%;
    background-image: linear-gradient(to top right, #00bfff, #3F00FF);
    background-size: cover; */
}

[data-page-name="result-danger"]{
    box-sizing: border-box;
    padding-bottom: 1rem;
    height: 100%;
    background-image: linear-gradient(to top right, #FFCD38, #FF8000);
    background-size: cover;
    overflow-y: scroll;
}

[data-page-name="result-danger"] .foot {
    /* bottom: .2rem; */
}

.desc {
    padding: 0 1.07rem;
    opacity: 0.5;
    font-size: .42rem;
    color: #FFFFFF;
    line-height: .72rem;
}

.title {
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: .1rem;
}

.title.bottom-title {
    font-size: .2rem;
    font-weight: normal;
}

.desc, .desc > a, .desc > a:link, .desc > a:visited {
    color: #fff;
    opacity: .6;
}

.foot {
    /* position: fixed;
    bottom: 8%;
    width: 100%;
    text-align: center;
    z-index: 20;
    padding: 0 3%;
    box-sizing: border-box; */
    /* width: 100%; */
}

.index_btn{
    width: 7.68rem;
    height: 1.40rem;
    font-size: .48rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.40rem;
    margin: 1.06rem auto; 
    border: none;
    background: #14b969;
}

/* .clearfix:before,.clearfix:after {

    content: "";
    
    display: block;
    
    clear: both;
    
    }
    
.clearfix {
    
    zoom: 1;
    
} */
.check-item{
    position: relative;
}
.check-line{
    display: inline-block;
    height: 6.15rem;
    width: 0.04rem;
    background: rgba(255, 255, 255, 0.6);;
    position: absolute;
    left: 1.2rem;
    top: 0.3rem;
    z-index: -1;

}

.check-ul{
    margin: 1.2rem 1.22rem 0;
    padding-left: 0.6rem; 
    /* border-left: 0.04rem solid rgba(255, 255, 255, 0.6); */
}
.check-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.9rem;
    position: relative;
}

.check-tit{
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -0.76rem;
}

.check-li-left{
    font-size: .48rem;
    color: #FFFFFF;
}

.check-li span:last-child{
    opacity: 0.6;
    font-size: .36rem;
    color: #FFFFFF;
}

/* .check-li-right{
    opacity: 0.6;
    font-size: .36rem;
    color: #FFFFFF;
} */
.succ{
    width: 0.42rem;
    height: 0.42rem;
    background: url(images/result-fine@2x.png) no-repeat;
    background-size: 100%;
    opacity: 1 !important;
}
.icon{
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    vertical-align:middle
}
.icon-check{
    background: url(images/icon_scan@2x.png) no-repeat center;
    background-size: 100%;
}
.icon-share{
    background: url(images/icon_share@2x.png) no-repeat center;
    background-size: 100%;
}
.btn span{
    vertical-align:middle
}

.btn-deal{
    display: block;
    width: 9.60rem;
    height: 1.4rem;
    margin: 0 auto;
    background: #fff;
    font-size: .48rem;
    color: #01C864;
}
.dager-find{
    font-size: .60rem;
    color: #FFFFFF;
    text-align: center;
}

.danger-list{

}

.opa {
    opacity: 0.6;
}
.rotate-icon{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(images/rotate.png) no-repeat center;
    background-size: 100%;
    opacity: 1 !important;
}

.rotate-logo {
    -webkit-animation: animal 1.3s infinite linear ;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
@-webkit-keyframes animal {
    0%{
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
    100%{
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
    }
}

.overhidden{
    overflow: hidden;
}


