/* 在线留言 */
.content-send {
    height: 1100px;
}

.content-send .center-box {
    padding-top: 70px;
}

.content-send .center-box .send-msg {
    width: 100%;
    height: 710px;
    margin-top: 70px;
}

.content-send .center-box .send-msg .left-item {
    width: 510px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    color: #ffffff;
    padding: 86px 60px;
    float: left;
}

.content-send .center-box .send-msg .left-item .zh-title {
    font-size: 36px;
    line-height: 48px;
}

.content-send .center-box .send-msg .left-item .zh-title:nth-child(2) {
    margin-bottom: 20px;
}

.content-send .center-box .send-msg .left-item .sm-title {
    font-size: 14px;
    line-height: 24px;
}

.content-send .center-box .send-msg .right-item {
    width: 1090px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 150px;
    padding-left: 80px;
}

.content-send .center-box .send-msg .right-item .inps {
    width: 450px;
    height: 60px;
    display: block;
    margin-bottom: 50px;
}

.content-send .center-box .send-msg .right-item .inps p {
    font-size: 18px;
    line-height: 60px;
    width: 118px;
    padding-right: 20px;
    float: left;
    color: #ffffff;
    text-align: right;
}

.content-send .center-box .send-msg .right-item .inps input {
    float: left;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    text-indent: 12px;
    font-size: 16px;
    color: #ffffff;
    width: 290px;
}

.content-send .center-box .send-msg .right-item .inps *::placeholder {
    font-family: "PingFang SC", "PingFang", "PingFang-SC-Bold", "yahei";
    color: #ffffff;
}
.content-send .center-box .send-msg .right-item .inps.iw{
	width: 100%;
	height: auto;
	margin-bottom: 54px;
}
.content-send .center-box .send-msg .right-item .inps textarea{
	float: left;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding-left: 12px;
    font-size: 16px;
    color: #ffffff;
    width: 740px;
    line-height: 32px;
    padding-top: 14px;
    resize: none;
}
.content-send .center-box .send-msg .right-item button{
	width: 220px;
	height: 65px;
	border: none;
	margin-left: 118px;
	background-image: url(../img/tuceng173.png);
	font-size: 18px;
	color: #ffffff;
}
.content-send .center-box .send-msg .right-item button:last-child{
	margin-left: 32px;
}