textarea {
    resize: vertical;
}
body,
html {
    width: 100%;
    height: 100%;
    position: relative;
}

.shop-modal {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    clear: both;
}
.shop-modal .modal-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.shop-modal .modal-main {
    width: 1000px;
    min-height: 500px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin: auto;
    display: flex;
    position: relative;
}
.shop-modal .main-x {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}
.shop-modal .main-left {
    width: 280px;
    padding: 70px 0;
}
.shop-modal .left-box {
    min-height: 300px;
    padding: 30px;
    border-right: 1px solid #e2e2e2;
}
.shop-modal .left-img {
    width: 180px;
    height: 278px;
    margin: 0 auto 10px;
    display: block;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1);
}
.shop-modal .left-desc {
    width: 180px;
    font-size: 12px;
    margin: 0 auto;
}
.shop-modal .main-right {
    flex: 1;
    padding: 0px 70px 40px;
}
.shop-modal .title {
    font-size: 20px;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.shop-modal .right-desc {
    margin: 10px 0;
}
.shop-modal .right-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.shop-modal .form-name {
    display: flex;
    width: 140px;
}
.shop-modal .input-name {
    margin-left: 10px;
    font-size: 14px;
}
.shop-modal .form-input {
    border: 1px solid #e2e2e2;
    padding: 5px;
    flex: 1;
    font-size: 14px;
}
.shop-modal .test {
    font-size: 12px;
    color: red;
    margin: -15px 0 5px 140px;
    display: none;
}
.shop-modal .ml-18 {
    margin-left: 18px;
}
.shop-modal .main-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.shop-modal .footer-btn {
    margin-right: 10px;
    padding: 3px 10px;
    background: rgba(23, 114, 225, 1);
    border: none;
    border-radius: 5px;
    color: #fff;
}