/* 我要留言 */

/* 01 大图标 */
.message_contiu {
    width: 690px;
    margin: 0 auto;
    padding-top: 134px;
    padding-bottom: 247px;
}

.title {
    width: 431px;
    margin: 0 auto;
}

.title img {
    width: 100%;
}

.speck {
    text-align: center;
    margin-top: 18px;
    font-size: 20px;
    color: #00576D;
    letter-spacing: 2px;
}

/* 02 小图标 */
.menu {
    padding-top: 21px;
}

.small_icon {
    display: flex;
    justify-content: flex-start;
}

.small_img {
	display: flex;
	align-items: center;
}

.small_img .effect {
    height: 14px;
}

.small_icon span {
    margin-left: 11px;
		color: #00586E;
}

.menu li {
    margin-top: 53px;
}

input {
    width: 100%;
    margin-top: 9px;
    border: none;
    font-size: 18px;
    padding: 20px 30px;
    background: rgba(58, 239, 208, .1);
    /* opacity: 0.1; */
}

textarea,
select {
    width: 100%;
    height: 60px;
		padding: 20px 30px;
    background: rgba(58, 239, 208, .1);
    margin-top: 9px;
    border: none;
}

textarea {
    height: 420px;
    resize: none;
}

input::-webkit-input-placeholder {
    color: #b0bcba;
    border: none;
}

.ipt_file {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.file {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 36px;
    background: none;
    padding: 0px;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
    margin-top: 0;

}

.shangchuan {
    background: #fff;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #39EFCF;
}

.enter {
    margin-top: 119px;
}

.enter button {
    width: 93px;
    border: 1px solid #3AEFD0;
    color: #00586D;
    text-align: center;
    line-height:30px;
    margin: 0 auto;
    background: transparent;
    display: block;
}

#Header .search-box>.input {
    margin-top: 0;
    padding: 0;
}

/* 2020/10/23 */
.btn_mask {
	position: relative;
	width: 113px;
	line-height: 30px;
	color: #00586E;
	background-color: transparent;
	text-align: center;
    margin-top: 20px;
    font-size: 12px;
	transition: all .3s;
	border: 1px solid #3AEFD0;
	cursor: pointer;
}

.btn_mask::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #3AEFD0;
	transition: .8s;
}

.btn_mask:hover { color: #fff; }

.btn_mask:hover::after {
	width: 100%;
	color: #fff;
}
