@media screen and (max-width: 980px) {
	.container {
    width: 100%;
    /* top: 0; */
    height: 100%;
}

.wrapper {
    width: 100%;
    height: 100vh;
}

.container .right {
    width: 100%;
}

.container .right .write input {
    width: 86%;
	background: #fff;
}
.container .right .write {
    width: 100%;
    height: 77px;
    left: 0;
    bottom: 0;
    /* border-bottom: 10px solid #eceff1; */
    padding-top: 10px;
}
}