@charset "utf-8";

/* ========== 互动交流/留言评论页面样式 ========== */

/* 主内容区域 */
.message-wrapper {
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* ========== 欢迎区域 ========== */
.welcome-box {
    background: url(../images/welcome.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 35px 70px;
    box-sizing: border-box;
}


.welcome-box h2 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.welcome-box p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 2px;
}

/* ========== 内容区域 ========== */
.message-content {
    margin-top: 13px;
    padding-bottom: 40px;
}

/* ========== 左侧菜单 ========== */
.message-menu {
    width: 190px;
}

.message-menu ul li {
    background: #F5F6F9;
    height: 56px;
}

.message-menu ul li a {
    display: block;
    height: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 56px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 20px 20px;
    text-indent: 38px;
}

/* 各菜单项图标 */
.message-menu ul li.menu-lypl a {
    background-image: url(../images/icons/lypl.png);
}

.message-menu ul li.menu-zxts a {
    background-image: url(../images/icons/zxts.png);
}

.message-menu ul li.menu-dczj a {
    background-image: url(../images/icons/dczj.png);
}

/* 菜单hover和选中状态 */
.message-menu ul li:hover a,
.message-menu ul li.active a {
    background-color: #016FFF;
    color: #FFFFFF;
}

/* hover和选中时切换图标 */
.message-menu ul li.menu-lypl:hover a,
.message-menu ul li.menu-lypl.active a {
    background-image: url(../images/icons/lypl_hover.png);
}

.message-menu ul li.menu-zxts:hover a,
.message-menu ul li.menu-zxts.active a {
    background-image: url(../images/icons/zxts_hover.png);
}

.message-menu ul li.menu-dczj:hover a,
.message-menu ul li.menu-dczj.active a {
    background-image: url(../images/icons/dczj_hover.png);
}

/* ========== 右侧表单 ========== */
.message-form {
    display: none;
    width: calc(100% - 190px);
    padding: 0 165px;
    box-sizing: border-box;
}
.message-form.active {
    display: block;
}

.form-row {
    margin-bottom: 15px;
}

.form-label {
    width: 80px;
    text-align: right;
    font-size: 14px;
    color: #444444;
    line-height: 40px;
}

.form-label-top {
    line-height: 20px;
    padding-top: 10px;
}

.form-label .required {
    color: #E82F2F;
    margin-right: 2px;
}

.form-input {
    width: calc(100% - 80px);
}

.form-input input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-input input[type="text"]:focus {
    border-color: #0063D5;
}

.form-input input[type="text"]::placeholder {
    color: #999999;
}

.form-input textarea {
    width: 100%;
    height: 150px;
    border-radius: 2px;
    border: 1px solid #D2D2D2;
    padding: 15px;
    font-size: 14px;
    color: #999999;
    outline: none;
    box-sizing: border-box;
    resize: none;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-input textarea:focus {
    border-color: #0063D5;
}

.form-input textarea::placeholder {
    color: #999999;
}

/* 验证码 */
.form-captcha {
    line-height: 40px;
}

.captcha-code {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #0063D5;
    font-style: italic;
    letter-spacing: 8px;
    font-family: "Times New Roman", serif;
    background: linear-gradient(135deg, #E8F4FF 0%, #D4E8FF 100%);
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
}

/* 提交按钮 */
.submit-btn {
    width: 86px;
    height: 34px;
    background: #1890FF;
    border-radius: 2px;
    border: 1px solid #1890FF;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
    margin-left: 80px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #0052B3;
}
.message-form1{
    padding-left: 13px;
    padding-right: 10px;
}
.message-title{
    font-weight: bold;
    font-size: 18px;
    color: #3D3D3D;
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
}
.message-title::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #1B80FD;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.message-list:nth-of-type(1){
    margin-bottom: 26px;
}
.message-list li{
    float: left;
    width: 394px;
    height: 43px;
    line-height: 43px;
    background-color: #F7F8FA;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
    margin-bottom: 10px;
    background-image: url(../images/tele.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    box-sizing: border-box;
}
.message-list1 li{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: #ddd dashed 1px;
}
.message-list1 li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #BE956B;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.message-list1 li a{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-list1 li a:hover{
    color: #2161DC;
}

#captcha{
    height: 38px;
    border: 1px solid #DDDDDD;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
    float:left;
}