body {
    margin: 0 auto;
    padding: auto;
    min-width: 1000px;
}

.header {
    height: 50px;
    background-image: linear-gradient(to right, #ff811f, #ff9f20);
    user-select: none;
    line-height: 50px;
    padding-left: 20px;
    font-size: 24px;
    color: #ffffff;
}

.title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
}

.layui-form-item {
    position: relative;
}

.layui-form-item .layui-input {
    margin-top: 20px;
    height: 50px;
}

.layui-form-item #sendSms {
    position: absolute;
    right: 20px;
    line-height: 50px;
    top: 0;
    color: #01aaed;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#Vyzm {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 100px;
    height: 45px;
}

#yzmImg {
    width: 100%;
    height: 100%;
}

.countDown {
    color: #ffa838;
}
