.right-fixed-menu {
    position: fixed;
    top: 300px;
    width: 46px;
    height: 250px;
    background: #FFFFFF;
    border: 1px solid #53939C;
    border-radius: 33px;
    right: 25px;
    z-index: 70;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
}

.right-fixed-menu>ul>li {
    position: relative;
    width: 36px;
    height: 36px;
    padding: 8px 0 6px 0;
    margin: 0 auto;
    cursor: pointer;
}

.right-fixed-menu>ul>li img {
    display: block;
    width: 100%;
    height: 100%;
}

.right-fixed-menu>ul>li .kgTime {
    position: absolute;
    width: 360px;
    right: 35px;
    padding-right: 30px;
    margin-top: -67px;
}

.right-fixed-menu>ul>li .kgTime1 {
    margin-top: -167px;
}

.right-fixed-menu>ul>li .kgTime ul {
    background: #F1F1F1;
    border: 1px solid #53939C;
    box-shadow: 0px 0px 29px 2px rgba(33, 33, 32, 0.14);
    border-radius: 20px;
    padding-bottom: 10px;
}

.right-fixed-menu>ul>li .kgTime ul li.title {
    position: relative;
    padding: 0 20px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.right-fixed-menu>ul>li .kgTime ul li.title .close {
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 23px;
    right: 30px;
    background: url('./img/close.png') 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.right-fixed-menu>ul>li .kgTime ul li.result-bar-success,
.right-fixed-menu>ul>li .kgTime ul li.result-bar-fault{
    min-height: 458px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.right-fixed-menu>ul>li .kgTime ul li.result-bar-success i.success{
    display: block;
    width: 10rem;
    height: 10rem;
    background: url('./img/icon-success.png') center center no-repeat;
    background-size: 80%;
    margin-bottom: 3rem;
}
.right-fixed-menu>ul>li .kgTime ul li.result-bar-success i.fault{
    display: block;
    width: 10rem;
    height: 10rem;
    background: url('./img/icon-fault.png') center center no-repeat;
    background-size: 80%;
    margin-bottom: 3rem;
}
.right-fixed-menu>ul>li .kgTime ul li.result-bar-success span{
    display: block;
    width: 70%;
    text-align: justify;
    line-height: 1.8;
    color: #666;
    font-size: 1rem;
}
.right-fixed-menu>ul>li .kgTime ul li.table {
    margin: 0 20px;
    color: #666;
}

.right-fixed-menu>ul>li .kgTime ul li.table td {
    vertical-align: top;
    padding: 3px 0 3px 5px;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.right-fixed-menu>ul>li .kgTime ul li.table td b {
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.right-fixed-menu>ul>li .kgTime ul li.table td input {
    width: 187px;
    height: 20px;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}

.right-fixed-menu>ul>li .kgTime ul li.table td textarea {
    width: 187px;
    height: 90px;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.right-fixed-menu>ul>li .kgTime ul li.table p.btns {
    text-align: center;
    display: flex;
    padding: 10px 0 10px 0;
}

.right-fixed-menu>ul>li .kgTime ul li.table p.btns a {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #1395a7;
    color: #1395a7;
    border-radius: 18px;
    margin: 0 40px;
}

.right-fixed-menu>ul>li .kgTime ul li.table p.btns button {
    display: block;
    width: 90px;
    height: 36px;
    background: #1395a7;
    border-radius: 18px;
    color: #fff;
    margin: 0 40px;
    border: 0;
    line-height: 36px;
}

.right-fixed-menu>ul>li .kgTime ul li.table p.tips {
    font-size: 12px;
    color: #B3B3B3;
    line-height: 1.5;
}

.error-msg {
    font-size: 12px;
    line-height: 1.5;
    color: #c00;
}