/** 
 * "version": "1.0.0"
 * "description": "样板集设备认证"
 * "author": "周高平<zhougaoping@132pos.com>" 132
 * "copyright":"浙江样板集信息技术服务有限公司"
*/
div,p,h1,h2,h3,h4,h5.h6,ul,ol,li,a,body,input,img{
    margin:0;
    padding:0;
    list-style-type:none;
    font-weight:normal;
    text-decoration:none;
    font-size:16px;
    line-height:normal;
    outline:none;
    color:#000;
}
.clearfix::after{
    display:block;
    content:".";
    font-size:0;
    overflow:hidden;
    height:0;
    clear:both;
}
html,body{
    width:100%;
    height:100%;
    background-color:aqua; 
}
@media screen and (max-width: 640px) and (min-width:420px){
    header>p.phead{
        width:80%;
    }
    header>p.phead>img{
        width:40px;
        height:40px;
    }
    header>p.phead>span{
        font-size:26px;
    } 
    footer>div>p,
    footer>div>p>a{
        font-size:14px;
    }
    footer>div:nth-child(1).onefoot{
        justify-content: center;
    }
    footer>div:nth-child(2).twofoot{
        height:100px;
        justify-content: center;
    }
    footer>div:nth-child(1).onefoot>p{
        width:15%;
    }
    footer>div:nth-child(1).onefoot>p>a{
        font-size:12px;
    }
    footer>div:nth-child(2).twofoot>p{
        width:100%;
    }
    footer>div:nth-child(2).twofoot{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
}
@media screen and (max-width: 420px) and (min-width:0){
    header>p.phead{
        width:80%;
    }
    header>p.phead>img{
        width:40px;
        height:40px;
    }
    header>p.phead>span{
        font-size:26px;
    } 
    footer>div>p,
    footer>div>p>a{
        font-size:14px;
    }
    footer>div:nth-child(1).onefoot{
        justify-content: center;
    }
    footer>div:nth-child(2).twofoot{
        height:100px;
        justify-content: center;
    }
    footer>div:nth-child(1).onefoot>p{
        width:20%;
    }
    footer>div:nth-child(1).onefoot>p>a{
        font-size:12px;
    }
    footer>div:nth-child(2).twofoot>p{
        width:100%;
    }
    footer>div:nth-child(2).twofoot{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
}
header{
    width:100%;
    height:70px;
    margin-bottom:30px;
    margin-top:30px;
    display:flex;
    justify-content: space-around;
    align-items: center;
}
header>p{
    width:60%;
    font-weight: bold;
    text-align: center;
    color:#72756A;
    margin:0;
}
header>p>img{
    width:70px;
    height:70px;
    vertical-align: -15px;
}
header>p>span{
    font-size:44px;
}
.wordtext{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.wordtext>h2{
    width:70%;
    height:60px;
    font-size:22px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}
.wordtext>div{
    width:70%;
    min-height:600px;
    margin-bottom:40px;
}
.wordtext>div>p{
    width:100%;
    height:100%;
    display:block;
    font-size:18px;
    line-height:40px;
    word-break: break-all;
}
a:hover{
    color:blue;
    font-weight: bold;
}
.setbut{
    position: fixed;
    bottom:100px;
    left:400px;
    width:60px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.setbut>p{
    width:40px;
    height:40px;
    margin-bottom:10px;
    display: block;
    position: relative;
}
.setbut>p>img{
    width:40px;
    height:40px;
    border-radius: 20px;
    position: absolute;
    left:0;top:0;
    opacity: 0.7;
}
.setbut>p>input{
    background-color: rgb(255, 0, 0,0.3);
    border:0 transparent;
    color:#fff;
    cursor: pointer;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left:0;top:-45px;
    font-size:14px;
    border-radius: 20px;
}
.setbut>button{
    width:58px;
    height:40px;
    margin-bottom:10px;
    border:1px solid #000;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color:#fff;
    background-color:cornflowerblue;
    cursor: pointer;
}
footer{
    width:100%;
    margin-top:20px;
    margin-bottom:50px;
}
footer>div:nth-child(1){
    width:100%;
    height:30px;
    display:flex;
    justify-content: space-around;
    align-items: center;
}
footer>div:nth-child(2){
    width:100%;
    height:30px;
    display:flex;
    justify-content: space-around;
    align-items: center;
}
footer>div>p{
    width:30%;
    height:30px;
    line-height:30px;
    display:block;
    text-align:center;
}
footer>div>p>a{
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
}