html,body{
    background-color: #F2F6FC;
    margin: 0; padding: 0; height: 100%;
}
.container-fluid{
    padding-bottom: 100px;
    position: relative; min-height: 100%;
}
.btn-all{
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: linear-gradient(90deg,#07f 0%,#005BFF 100%);
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all .15s ease-in;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgba(0,0,0,.11), 0 2px 4px -1px rgba(0,0,0,.07);
    background-size: 150%;
    background-position-x: 25%;

    padding: 10px 20px;
    
}

.head{
    padding: 10px 0;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.head-logo img{
    height: 45px;
    width: auto;
}
.head-right{
    text-align: right;
}

.getudid{
    background-color: #fff;
    margin-top: 15px;
    text-align: center;
    border-radius: 3px 3px 0 0;
}
.label-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
.step{
    background-color: #fff;
    margin-top: 15px;
    padding-top: 15px;
    border-radius: 3px;
}
.step img{
    width: 100%;
}
.step-one{
    background-color: #ecf1f3;
    border-radius: 3px;
    padding: 20px;
    margin: 15px 0;
    text-align: left;
}
.step-one img{
    margin:0 auto;
}
.step-one span{
    color: blue;
    margin: 0 2px;
}
.help{
    background-color: #fff;
    margin-top: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 3px 3px;
}
.help-question{
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0;
}
.help-content{
    color: #8c9497;
}

.device-top{
    text-align: center;
}
.device-top-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}
.device-top-desc{
    color: #8C9497;
    line-height: 30px;
}
.device-content{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 15px;
}
.device-content-name{
    color: #8C9497;
    margin: 10px 0;
}
.device-content-value{
    background-color: #F0F2F5;
    border-radius: 3px;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-weight: bold;
}
a{
    color: #07f !important;
}
.footer{
    font-size: 14px;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
}