/* 留言板 */
.message-board{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 54px;
    height: 54px;
    border-radius: 6px;
    color: #fff;
    background: #CB9379;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    right: 40px;
    bottom: 110px;
}
.message-board img{
    width:54px;
    height:54px;
    cursor: pointer;
}

.el-dialog {
    width:680px;
    border-radius: 5px;
    /* padding: 0px 35px; */
}
.el-dialog .flex-i{
    display:flex;
}

.el-dialog__header {
    padding: 20px 45px 20px;
    background: #F2E9E4;
    border-radius: 5px 5px 0 0;
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
    color: #101010
}

.el-dialog__body {
    padding: 0px 45px 0px;

}

.el-form-item {
    margin: 0;
}
.el-form-item.elw50{
    width:50%;
}
.el-form-item.elw100{
    width:100%;
}
.el-form-item.elw100 .el-form-item__error{
    top: -16%;
}
.el-form-item.elfirst{
    margin-right: 40px;
}
.el-form-item__label{
    line-height: 25px;
}
.el-form--label-top .el-form-item__label {
    padding: 10px 0 0;
}


.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #c5c6cd;
}

.el-form-item__error {
    top: -45%;
    left: auto;
    right: 0;
    color: #dc0000;
}

.el-select {
    display: block;
}

.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus ,.el-textarea__inner:focus{
    border-color: #c5c6cd;
}

.el-select-dropdown__item.selected {
    color: #E1AE93;
}

.dialog-footer {
    text-align: left;
    padding: 0 25px;
}

.el-button--primary {
    margin: 20px auto 40px;
    background: #E1AE93;
    border-radius: 6px;
    color: #FFF;
    border-color: #E1AE93;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #E1AE93;
    color: #FFF;
    border-color: #E1AE93;
    opacity: 0.6
}

.el-dialog__headerbtn .el-dialog__close,
.el-carousel__arrow i {
    transform: scale(1.5);
}
.el-textarea__inner{
    resize: none;
  }


.section-buba img:hover {
    cursor: pointer;
}

/* elementUI样式重置 */

.el-carousel__container {
    height: 660px;
}

.el-carousel__arrow {
    background: #E1AE93;
}

.el-carousel__arrow:hover {
    background: #E1AE93;
    opacity: 0.6;
}

.el-carousel__indicators--outside button {
    background: #E1AE93;
}

.el-textarea__inner {
    min-height: 117px !important;
}

.more {
    text-align: center;
    color: #E1AE93;
    cursor: pointer;
}

.el-form--inline .el-form-item {
    width: 100%;
    margin-bottom: 10px;
}

/* 抽屉 */
.el-popup-parent--hidden {
    overflow: visible;
}

.v-modal,
.el-message-box__headerbtn {
    display: none;
}

.el-dialog__wrapper {
    background-color: transparent !important;
}

.el-drawer__header {
    margin-bottom: 0;
    padding: 0px 7% 0px;
    color: #FFFFFF;
    height: 55px;
    background: #E1AE93;
}

.DRHeght .el-drawer{
    height:750px !important;
}

.el-drawer {
    left: auto !important;
    top: auto !important;
    right: 2% !important;
    width: 25% !important;
    height:600px !important;
    box-shadow: 0px 4px 30px 0px rgba(184, 189, 202, 0.2);
    border-radius: 5px;
    border: 1px solid #CACACA;
}

.layer-content {
    padding: 3% 7%;
}

.dialog-footer {
    padding: 0;
}

.el-message-box {
    height: 150px;
}

.dialog-footer button {
    width: 100%;
    height: 55px;
}

.message-board {
    z-index: 99;
}
@media(max-width:1280px) {
    .DRHeght .el-drawer{
        height:670px !important;
    }
.el-drawer{
    width: 30% !important;
}
}
@media(max-width:820px) {
    .el-carousel__arrow{
        display: block !important;
    }
    .el-carousel__container{
        height: 435px;
    }
    .el-drawer{
        width: 50% !important;
        height: 670px !important;
    }
}
@media(max-width:420px) {
    .el-drawer{
        width: 95% !important;
        height: 670px !important;
    }
    .el-carousel__container{
        height: 215px;
    }
    .el-dialog{
        width: 400px;
    }
}
@media(max-width:400px) {
    .el-dialog {
        width: 360px;
    }

}