.yuyue-box {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 180px;
    height: 522px;
    padding: 0 20px;
    background: #fff;
    opacity: 0.95;
    z-index: 5;
}

.yuyue-box .tit-bg {
    margin: 26px 0 20px 0;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
    background: url(https://images.zhongmin.cn/zhongmin2017/index/images/ins-tit-bg.png) center 8px no-repeat;
}

.yuyue-box .ins-img {
    display: block;
    margin: 0 auto 10px;
}

.yuyue-box .input-box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 180px;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}

.input-active {
    border-bottom: 1px solid #FE902E !important;
}

.yuyue-box .input-box .ins-input {
    flex: 1;
    padding: 0;
    border: none;
    outline: none;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.yuyue-box .input-box .sex-btn {
    display: inline-block;
    width: 32px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
}

.yuyue-box .input-box .sex-btn:hover {
    color: #fe902e;
    border: 1px solid #fe902e;
}

.yuyue-box .input-box .sex-cur {
    color: #fe902e;
    border: 1px solid #fe902e;
}

.yuyue-box .input-box .vscode-btn {
    display: inline-block;
    width: 72px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
}

.yuyue-box .input-box .vscode-btn:hover {
    color: #fe902e;
    border: 1px solid #fe902e;
}

.yuyue-box .input-box .vscode-btn-disabled {
    display: inline-block;
    width: 72px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    white-space: nowrap;
    background: #fff;
}

.yuyue-box .textarea-box {
    padding: 10px 0;
    width: 180px;
    height: 62px;
    border-bottom: 1px solid #e2e2e2;
}

.yuyue-box .textarea-box .ins-input {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #333333;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
}

.textarea-box .ins-input::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: transparent;
}

.textarea-box .ins-input::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
}

.textarea-box .ins-input:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
}

.textarea-box .ins-input:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
}

.appoint-btn {
    margin-top: 30px;
    display: inline-block;
    width: 178px;
    height: 38px;
    color: #fe902e;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fe902e;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.appoint-btn:hover {
    color: #fff;
    background: #fe902e;
}