﻿
/* Public */
.wrap{ position:relative; }
.clearbox {border:none;border-top: 0.01rem solid transparent !important;clear: both;
font-size: 0;height: 0;line-height: 0;margin-top: -0.01rem !important;visibility: hidden;}
.blank{ display:block; height:0;font-size:0px; line-height:0; overflow:hidden; clear:both; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {clear: both; }
.fl {float:left;display: inline; }
.fr {float:right;display: inline; }
.hide {display:none; }
.mt10 {margin-top: 0.1rem; }
.mb10 {margin-bottom: 0.1rem; }

/* frame */
.inner,
.introContent{max-width: 14rem;margin: 0 auto;min-width: 12rem;}

/* content */
#content{margin: auto;}
.introContent{margin: auto;}

/* goTop */
#goTop{position: fixed; display: none; _display: none !important; width: 0.5rem; height: 0.5rem; bottom: 0.6rem; right: 0.05rem; z-index: 99; cursor: pointer; margin: 0.1rem; width: 0.56rem; height: 0.56rem; border-radius: 0.02rem; box-shadow: 0 0 0.02rem #9c9c9c; -webkit-box-shadow: 0 0 0.02rem #9c9c9c; opacity: .9; background: rgb(255 255 255 / 80%); border-radius:0.05rem;}
#goTop::after{display: block; content:""; position: absolute; left: 50%; top: 50%; margin-left: -0.12rem; margin-top: -0.12rem; width:0.24rem; height:0.24rem; background:url(/content/Main/Base/img/gotopico.png) no-repeat}