@CHARSET "UTF-8";
body{ margin:0; padding:0; background:#F0F0F0;}
a { background: transparent; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; }
a:link, a:visited { color: #4D4B4B;; text-decoration: none; outline: none; }
a:hover { color: red; _color:;}
.tip {
    width: 90%;
    margin: auto;
    height: 3.4rem;
    background: url(box.png) no-repeat center 100%;
    margin-top: 50%;
    background-size: 100%;
    
}
/* .tip{ width:532px; height:257px;background:url(box.png) no-repeat; position:absolute; left:50%; top:50%; margin-left:-266px; margin-top:-128px;} */
.closebox{ height:0.8rem; overflow:hidden; width:100%;}
.closebox a{ display:inline-block; width:20px; height:20px; float:right; margin:15px;}
/* .message { width:390px; height:90px; overflow:hidden; background:#ccc; margin:50px 0 0 85px; background:url(load.gif) left top no-repeat; text-indent:40px; line-height:35px; font-family:microsoft yahei; font-size:19px;} */
.message {
    width: 90%;
    height: 1.5rem;
    overflow: hidden;
    background: #ccc;
    margin: 0.1rem auto 0;
    background: url(load.gif) left top no-repeat;
    background-size: 8%;
    text-indent: 0.6rem;
    line-height: 0.5rem;
    font-family: microsoft yahei;
    font-size: 0.5rem;
}
.message a {
    display: block;
    font-size: 0.4rem;
    text-indent: 0.1rem;
    padding-top: 0.2rem;
}
.message a:hover{ text-decoration:underline}
.otherlink {
    height: 0.3rem;
    line-height: 0.3rem;
    margin: 0.5rem auto 0;
    font-size: 0.28rem;
    width: 98%;
    color: #b7b7b8;
    display: flex;
    justify-content: space-between;
}
/* .otherlink{ height:30px; line-height:30px;margin-top: 32px; font-size:12px; padding:0 20px; width:492px; color:#b7b7b8;} */

.otherlink .fr{ float:right;}
.otherlink a {
    color: #b7b7b8;
    background: url(ico.gif) no-repeat;
    padding-left: 0.26rem;
    margin-left: 0.05rem;
    background-size: 20%;
}
.otherlink a:hover{ color:#4D4B4B;}
a.return{  background-position:0 0;}
a.next{ padding-right: 0.2rem;}
a.index{  background-position:0 0;}
