﻿.bg_main {
    height: 105%;
    top: -3.5%;
}

.enter_a{
    border: none;
}

.wyc_ma {
    background: url(../images3/bg_wyc_ma.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 836px;
    padding: 30px;
    box-sizing: border-box;
}

.wyc1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.wyc1 h1 {
    margin-left: 18px;
    font-family: 宋体;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
}

/* 转换前后 */
.wcy2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wcy2 .wyc2_1 {
    width: 48%;
}

.wcy2 .wyc2_1 textarea {
    resize: none;
    width: 100%;
    height: 657px;
    border: solid 2px rgba(255, 255, 255, .5);
    padding: 20px;
    background-color: rgba(255, 255, 255, .4);
    font-family: SourceHanSansCN_Regular;
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: 1px;
	color: rgba(223, 0, 0, 1);
}

.wcy2 .wyc2_1 textarea::placeholder{
	color: rgba(223, 0, 0, 1);
	font-size: 16px;
}