.top {
  width: 100%;
  height: 15rem;
  background: #E01212;
  margin-bottom: .8rem;
  overflow: hidden;
}
.navBar {
    height: 3.32rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background:#E01212;
}

.navBar-item {
    height: 3.32rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    color: #fff;
}

.navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cmw-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.cmw-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    color: #fff;
}

.icon-return {
    background-image: url(../img/back.png)
}
.icon-more {
    background-image: url(../img/more.png)
}
.icon-l {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}
.icon-r {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: right;
    background-size: 20px;
    background-repeat: no-repeat;
}
.top .out-1 {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 2rem auto 0 auto;
}
.top .out-1 .out-2 {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #ffffff;
  margin: 0 auto;
}
.top .out-1 .out-2 .signBtn {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px #fe8b50 solid;
}
.top .out-1 .out-2 .signBtn strong,
.top .out-1 .out-2 .signBtn span {
  display: block;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #E01212;
}
.top .out-1 .out-2 .signBtn strong {
  height: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  font-size: 18px;
  padding-top: 1rem;
}
.top .out-1 .out-2 .signBtn span {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: .9rem;
  line-height: 2rem !important;
}
.top .out-1:active {
  animation: sign .25s forwards;
  -webkit-animation: sign .25s forwards;
}
.tips {
  position: absolute;
  top: 15rem;
  z-index: 999;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-bottom: .5rem;
}
.Calendar {
  background: #fff;
  padding-bottom: 1rem;
  font-size: 16px;
}
.Calendar #toyear {
    border-bottom: 1px #e7e7e7 solid;
    width: 96%;
    margin: 0 auto;
    height: 3.5rem;
    text-align: center;
    color: #333;
    font-size: .98rem;
    padding: .6rem 0;
}
.Calendar #toyear .year-month {
  height: 100%;
  line-height: 2.5rem;
  font-size: 16px;
}
.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
  height: 100%;
  line-height: 2.5rem;
  padding: 0 2rem;
  text-align: center;
  font-size: .85rem;
  color: #999;
  font-size: 15px;
}
.Calendar table,
.Calendar tr,
.Calendar td {
  border: 0;
}
.Calendar table {
  width: 96%;
  margin: 0 auto;
}
.Calendar table tr {
  text-align: center;
  height: 2rem;
}
.Calendar table tr td span {
  margin: 0 auto;
  display: block;
  line-height: 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 15px;
  border-radius: 100%;
}
.Calendar table tr .onToday span {
  background: #E01212;
  color: #fff;
}
.padding10 {
    padding: 10px;
	border-top: 1px solid #e6e6e6;
}
.pb10 {
    padding-bottom: 10px;
}
.borderb {
    border-bottom: 1px solid #e8e9eb;
}
.font16 {
    font-size: 16px;
}
b, strong {
    font-weight: 700;
}
.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.clearPadding {
    padding: 0;
}
.col-xs-9 {
    width: 75%;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.libaolist .pt3 {
    padding-top: 3px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.font12 {
    font-size: 12px;
}
.text-muted {
    color: #777;
}
.libaolist .pt2 {
    padding-top: 2px;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.text-right {
    text-align: right;
}
.libaolist .btn-lingqu {
    width: 70px;
    text-align: center;
    background: #e60012;
    color: #fff;
}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.jf_account{
	padding: .3rem 0;
	margin: .6rem;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-box-align:center;
	-o-box-align:cenrer;
	position:relative;
	border-bottom:1px solid #e6e6e6;
}
.jf_account dl{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-box-align:center;
	-o-box-align:cenrer;
	margin-bottom: 10px;
}
.jf_account dl dt{
	width: 1.8rem;
    height: 1.8rem;
    margin-right: .6rem;
	border:1px solid #e6e6e6;
	border-radius:1rem;
}
.jf_account dl dd{
	font-size: 1.2rem;
	color:#000;
}
.jf_account a{
	display: block;
    width: 70px;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background: #da3231;
    border-radius: .5rem;
    position: absolute;
    right: .9rem;
    top: .2rem;
}
.jf_account a:hover {
    color: #23527c;
    text-decoration: none; 
}
.jf_account a:visited{
    color: #23527c;
    text-decoration: none; 
	user-select: none;
    background-image: none;
}
.jf_user_list{
	padding:.6rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.jf_user_list ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-box-align:center;
	-o-box-align:cenrer;
}
.jf_user_list ul li{
	text-align:center;
	-webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
}
.jf_user_list ul li span{
	display:block;
	font-size: 1.2rem;
    color: #343434;
    line-height: 1.6rem;
}
.jf_user_list li span:first-child{
	color:#da3231;
}
.jf_user_list ul li:nth-child(2){
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}
.jf_user_nav{
	margin:.2rem 0;
	background:#fff;
}
.jf_nav_icon{
	padding:0 .2rem;
}
.help_con{
}
.help_question{
	padding:0 auto;
}
.help_question h1{
font-size: 1rem;
    font-weight: 600;
    color: #EE503F;
    line-height: 1rem;
}
.help_question p{
	color:#000;
	font-size:.95rem;
	line-height:24px;
	padding: .1rem .5rem;
}
.mod_box{margin: 0 auto;}
.m_tit{position: relative;height:29px;background:#f6f6f6;    border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;margin: 15px 1px 0 0;}
.m_tit h2{width: 58px;text-align: center;height: 40px;background:url(../img/ionc3.png) no-repeat;line-height: 40px;color: #FFF;font-size: 18px;position: absolute;left: 0px; top:-6px;}
.m_tit h2.long{width: 100px!important;background: url(../img/ionc3_2.png);}
.m_tit h2 a{color: #FFF;font-size: 18px;font-weight: normal;}
.m_tit .more{position: absolute;right: 10px;top:0px;line-height: 30px;color: #747474;font-size: 14px;}
.m_cont{height: 360px; margin: 0 auto;background:#FFF;border-color:#e6e6e6;border-width: 0 1px 1px 1px;border-style: solid;overflow: hidden;line-height: 42px;}
.mc_add{position: relative;padding:8px 5px 5px 160px;height: 104px;overflow: hidden;}
.mc_add h3 a{font-size: 16px;color: #000;line-height: 20px;font-weight: normal;}
.mc_add p a{color: #747474;line-height: 14px;font-size: 14px;}
.mc_text{padding:0px 1px;margin-bottom: -1px;}
.mc_text li{border-bottom: 1px solid #e6e6e6;height: 42px;line-height: 42px;overflow: hidden;padding:0px 20px; text-align: left;}
.mc_text li a{color: #323232;font-size: 16px;}