/* 首页留言板美化样式 */
.eyou_message {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.eyou_message:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/message_bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.05;
    z-index: 1;
}

.eyou_message .w1400 {
    position: relative;
    z-index: 2;
}

.eyou_message .eyou_allbt {
    margin-bottom: 50px;
}

.eyou_message .eyouOrder_main {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 30px;
}

.eyou_message .eyouOrder_msg {
    display: flex;
    align-items: stretch;
    min-height: 500px;
}

.eyou_message .eyouOrder_msg > div {
    flex: 1;
}

.eyou_message .wow.fadeInLeft {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px 0 0 20px;
}

.eyou_message .pd_order {
    background: linear-gradient(135deg, #E6212A 0%, #a26e59 100%);
    color: #fff;
    padding: 50px 40px;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 28%;
    float: right;
    box-sizing: border-box;
    margin: 0;
}

.eyou_message .pd_order .pic {
    margin-bottom: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 50%;
    line-height: 150px;
    vertical-align: middle;
}

.eyou_message .pd_order .pic span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transform: scale(0.4);
    animation: circleScale1 4s linear infinite;
}

.eyou_message .pd_order .pic span:nth-of-type(2) {
    animation-delay: 1s;
}

.eyou_message .pd_order .pic span:nth-of-type(3) {
    animation-delay: 2s;
}

.eyou_message .pd_order .pic img {
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 13%;
    bottom: 13%;
    filter: brightness(0) invert(1);
}

.eyou_message .pd_order .txt span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.eyou_message .pd_order .txt p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 20px auto 40px;
}

/* 美化表单样式 */
.eyou_message #ey_msg_index h3 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.eyou_message #ey_msg_index h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #E6212A, #a26e59);
    border-radius: 2px;
}

.eyou_message #ey_msg_index {
    width: 70%;
    float: left;
    margin: 0 auto;
}

.eyou_message #ey_msg_index ul {
    width: 100%;
    float: left;
    padding: 0 3%;
    box-sizing: border-box;
}

.eyou_message #ey_msg_index ul li {
    margin-bottom: 25px !important;
    position: relative;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.eyou_message #ey_msg_index ul li h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    width: 100% !important;
    text-align: left !important;
    float: none !important;
    height: auto !important;
    line-height: 1.4 !important;
    display: block !important;
}

.eyou_message #ey_msg_index ul li .msg_ipt1,
.eyou_message #ey_msg_index ul li .msg_ipt12,
.eyou_message #ey_msg_index ul li .msg_ipt0 {
    width: 100% !important;
    float: none !important;
}

.eyou_message #ey_msg_index .msg_ipt1 input,
.eyou_message #ey_msg_index .msg_ipt12 input,
.eyou_message #ey_msg_index .msg_ipt12 textarea {
    width: 100% !important;
    height: 50px !important;
    padding: 15px 20px !important;
    border: 2px solid #e9ecef !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    color: #333 !important;
    background: #f8f9fa !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.eyou_message #ey_msg_index .msg_ipt12 textarea {
    height: 120px !important;
    resize: vertical;
    line-height: 1.6 !important;
    padding-top: 15px !important;
}

.eyou_message #ey_msg_index .msg_ipt1 input:focus,
.eyou_message #ey_msg_index .msg_ipt12 input:focus,
.eyou_message #ey_msg_index .msg_ipt12 textarea:focus {
    border-color: #E6212A !important;
    background: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(230, 33, 42, 0.15) !important;
    outline: none !important;
}

/* 按钮样式 */
.eyou_message #ey_msg_index ul li .msg_btn {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    gap: 15px !important;
    margin-top: 30px !important;
}

.eyou_message #ey_msg_index .msg_btn input {
    flex: 1 !important;
    width: auto !important;
    height: 50px !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.eyou_message #ey_msg_index .msg_btn input.msg_btn1 {
    background: linear-gradient(135deg, #E6212A 0%, #a26e59 100%) !important;
    color: #fff !important;
}

.eyou_message #ey_msg_index .msg_btn input.msg_btn1:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(230, 33, 42, 0.3) !important;
}

.eyou_message #ey_msg_index .msg_btn input[type="reset"] {
    background: #6c757d !important;
    color: #fff !important;
}

.eyou_message #ey_msg_index .msg_btn input[type="reset"]:hover {
    background: #5a6268 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.3) !important;
}

/* 必填标识 */
.eyou_message #ey_msg_index ul li h4.xh:after {
    content: "*";
    color: #E6212A;
    margin-left: 4px;
    font-size: 18px;
}

/* 动画效果 */
@keyframes circleScale1 {
    0% {
        opacity: 1;
        transform: scale(0.4);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .eyou_message {
        padding: 60px 0;
    }
    
    .eyou_message .eyouOrder_main {
        width: 94%;
        margin: 30px auto 0;
    }
    
    .eyou_message .pd_order .pic {
        left: 20%;
    }
}

@media screen and (max-width: 1080px) {
    .eyou_message .eyouOrder_msg {
        flex-direction: column;
    }
    
    .eyou_message .wow.fadeInLeft {
        border-radius: 20px 20px 0 0;
        padding: 40px 30px;
        width: 100%;
        float: none;
    }
    
    .eyou_message #ey_msg_index {
        width: 100%;
        float: none;
    }
    
    .eyou_message .pd_order {
        border-radius: 0 0 20px 20px;
        padding: 40px 30px;
        width: 100%;
        float: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    
    .eyou_message .pd_order .pic {
        margin-right: 30px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .eyou_message .pd_order .txt {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .eyou_message {
        padding: 40px 0;
    }
    
    .eyou_message .eyouOrder_main {
        border-radius: 15px;
        margin: 20px 15px 0;
    }
    
    .eyou_message .wow.fadeInLeft,
    .eyou_message .pd_order {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .eyou_message .pd_order {
        border-radius: 0 0 15px 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .eyou_message .wow.fadeInLeft {
        border-radius: 15px 15px 0 0;
    }
    
    .eyou_message #ey_msg_index h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .eyou_message #ey_msg_index .msg_btn {
        flex-direction: column !important;
    }
    
    .eyou_message .pd_order .txt span {
        font-size: 20px;
    }
    
    .eyou_message .pd_order .txt p {
        font-size: 14px;
    }
    
    .eyou_message .pd_order .pic {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .eyou_message #ey_msg_index ul {
        padding: 0 5%;
    }
    
    .eyou_message #ey_msg_index .msg_ipt1 input,
    .eyou_message #ey_msg_index .msg_ipt12 input,
    .eyou_message #ey_msg_index .msg_ipt12 textarea {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    .eyou_message .pd_order .pic {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    
    .eyou_message .pd_order .pic img {
        width: 80px;
        height: 80px;
    }
} 