.srk {
    width: 230px;
    height: 30px;
    outline: none;
    margin-left: 5px;
    margin-top: 8px;
}

label {
    font-weight: normal
}

.form-group {
    display: flex;
}

.form-control {
    height: unset;
}

.control-label {
    text-align: unset!important;
}

.ly_title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #ED054B;
    margin-top: 40px;
}

.main {
    height: 100px;
    position: absolute;
}

.key {
    position: fixed;
    z-index: 9999;
    width: 34px;
    height: 81px;
    left: 0px;
    bottom: 0px;
}

.kuang {
    width: 100%;
    height: 81px;
    overflow: hidden;
}

#roll {
    top: 30%;
    right: 1%;
    width: 59px;
    height: 301px;
    position: fixed;
    z-index: 99;
}

#nr {
    width: 59px;
    height: 301px;
    text-indent: 6px;
    position: relative;
}

.xq {
    width: 59px;
    height: 60px;
    display: block;
}

.xq:hover .yctel {
    display: block;
}

.yctel {
    height: 59px;
    position: absolute;
    background-color: #EE0010;
    display: none;
    left: -160px;
    top: 0px;
    color: white;
    font-size: 21px;
    padding: 0 10px;
    line-height: 59px;
}

#xq img:nth-child(2) {
    display: none;
}


/* .img {
     display: none;
 } */

#xq:hover>.img {
    display: block;
}

#ckkey {
    background: url(https://www.768800.com/template/default/images/zjclose.jpg)no-repeat;
    top: 20px;
    right: 30px;
    width: 25px;
    position: absolute;
    height: 25px;
    background-position: 0px 0px;
    background-size: 100% auto;
}

.btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin: 0 auto
}