﻿.wyc_ma {
    background: url(../images3/bg_wyc_ma.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 820px;
    padding: 30px;
    box-sizing: border-box;
}

.enter_a{
    border: none;
}

.wyc1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.wyc1 a {
    letter-spacing: 1px;
    width: 144px;
}

.wyc1 a:last-child {
    width: 211px;
	color: rgba(16, 51, 134, 1);
    margin-left: auto;
}

.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,
.wyc2_2 {
    resize: none;
    width: 100%;
    height: 599px;
	border-radius: 10px;
	
border: solid 2px rgba(255, 255, 255, .5);
    padding: 20px;

    background-color: rgba(255, 255, 255, .4);
    font-family: SourceHanSansCN_Regular;
    font-size: 16px;
    line-height: 32px;
    box-sizing: border-box;
    letter-spacing: 1px;
	color: rgba(223, 0, 0, 1);
}

.wcy2 .wyc2_1 textarea::placeholder{
	color: rgba(223, 0, 0, 1);
}

.wyc2_2 {
overflow-y: auto;
    width: 48%;
}