@charset "utf-8";
@media only screen and (max-width: 980px) {
.box-word .inputbox li {
width: 100%;
}
}
@media only screen and (max-width: 900px) {
 .xbody .block-main, .xbody .block-other {
width: 100%;
float: none;
}
.xbody .block-other {
 margin-top:20px;
 padding-left:0px;
}
.box-word .inputbox li {
width: 90%;
}
}
@media only screen and (max-width: 700px) {
.box-word .inputbox li {
width: 100%;
}
}
@media only screen and (max-width: 635px) {
 .box-word .inputbox li:nth-child(3) .ipt:nth-child(5) {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
float: right;
width: 100%;
padding-left:70px;
margin-top: 20px;
}
.box-content .box .title .label {
 float:none;
 text-align: left;
}
.box-content .box .title .share {
 float:none;
}
 .box-content .box .upnext a {
 display:block;
 float:none;
 width:100%;
}
 .box-content .box .upnext a:nth-last-child(1) {
 float:none;
 text-align:left;
}
}
@media only screen and (max-width: 550px) {
 .box-word .inputbox li .alt, .box-word .inputbox li .ipt, .box-word .inputbox li .msg {
 float:none;
 margin-left:0px;
width: auto;
text-align: left;
}
 .box-word .inputbox li:nth-child(3) .msg {
 margin-left:0px;
}
 .box-word .inputbox li:nth-child(3) .ipt:nth-child(5) {
 /*float:none;*/
 padding-left:0px;
 /*width:auto;*/
}
}
@media only screen and (max-width: 440px) {
 .box-content .box, .box-word {
 padding:10px;
}
 .box-content .box .list .tl li, .box-content .box .list .tl li:nth-child(2n) {
 width:auto;
 float:none;
}
 .box-content .box .title h1 {
 font-size:20px;
}
}