@charset "utf-8";
/* CSS Document */
.wrap {width:1200px;padding:0;}
.main {margin-top:0.2rem;background:#fff;}
.content {padding:0.29rem 0 0.54rem;}
.title,.info,.funcs {text-align:center;}
.title {padding:0 0.1rem;font-size:0.38rem;line-height:1.42em;color:#000;}
.info,.funcs {font-size:0;color:#969696;}
.info .item,.funcs .item {display:inline-block;margin-left:0.06rem;font-size:0.18rem;line-height:1.33em;}
.info .item:first-child,.funcs .item:first-child {margin-left:0;}
.info {margin-top:0.4rem;}
.funcs .resizer .format,.funcs .print,.funcs .close {cursor:pointer;}
.funcs {padding-bottom:0.13rem;border-bottom:2px solid #f3f3f3;}
.contentArea {padding:0 2rem;font-size:0.2rem;line-height:1.6em;color:#000;}
.contentArea.small {font-size:0.18rem;}
.contentArea.medium {font-size:0.2rem;}
.contentArea.large {font-size:0.22rem;}
.contentArea div,.contentArea p {margin-top:0.6rem;}
.contentArea img {max-width:100%;}
.page-number {margin-top:0.4rem;}
.footer {margin-top:0.71rem;}
/* //////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:1025px){
}
@media screen and (max-width:1199px){
.wrap {width:auto;margin:0.2rem auto 0;}  
}
@media screen and (max-width:1024px){
.contentArea {padding:0 0.76rem;font-size:18px;}
.contentArea.small {font-size:16px;}
.contentArea.medium {font-size:18px;}
.contentArea.large {font-size:20px;}
}
@media screen and (max-width:768px){
.title {font-size:20px;}
.info .item,.funcs .item {margin-left:6px;font-size:16px;}
.contentArea {padding:0 0.1rem;}
}