ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #666;
}
a:focus,
a:active {
  color: #333;
}
.white-bg {
  background: #fff !important;
}
.list-block {
  margin: 1rem 0;
}
.list-block a {
  display: flex;
  width: 100%;
}
.list-block .button {
  display: block !important;
}
.list-block ul {
  margin-bottom: 0.65rem;
}
.cancelbtn {
  text-align: center;
  font-size: 0.75rem;
  padding: 0 1rem;
  height: 2.4rem;
  line-height: 2.3rem;
  color: #999;
  display: block;
}
.righticon {
  content: "\e613";
  font-family: "iconfont-sm" !important;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #999;
}
.hide {
  display: none !important;
}
.text-xs {
  font-size: 0.65rem;
}
.content {
  background: #F5F5F5;
}
.main-color {
  color: #fc5951 !important;
}
.success-color {
  color: #67C697;
}
.main-btn {
  border-color: #fc5951;
  background-color: #fc5951;
  color: #fff;
  padding: 0 1rem;
  height: 1.45rem;
  line-height: 1.35rem;
}
.main-btn:focus,
.main-btn:active {
  border-color: #fa3329;
  background-color: #fa3329;
  color: #fff;
}
.re-header {
  background: #fc5951;
}
.re-header .title,
.re-header a {
  color: #fff;
}
.transparent-header {
  background: transparent;
}
.transparent-header:after {
  height: 0px;
}
.transparent-header .title,
.transparent-header a {
  color: #666;
}
.gobackbtn {
  position: fixed;
  bottom: 1rem;
  left: 0;
  color: #fc5951;
  z-index: 99999;
  box-shadow: 0 0 5px #666;
  padding: 0.2rem 0.5rem 0.2rem 0.75rem;
  height: 2rem;
}
.gobackbtn a {
  font-size: 0.75rem;
}
.gobackbtn .icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.75rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.gobackbtn .transTate {
  transform: rotate(180deg) translateY(-50%);
  -webkit-transform: rotate(180deg) translateY(-50%);
}
.gobackbtn #gobackbtn {
  display: none;
}
.buttons-tab {
  position: relative;
  z-index: 9999;
}
.buttons-tab .button.active {
  color: #fc5951;
  border-color: #fc5951;
}
.tab > .pull-to-refresh-content {
  top: 0rem;
}
.list-block .item-inner {
  min-height: 2.5rem;
}
.list-block .item-inner:after {
  background-color: #E0DDDD;
}
.navicon {
  background: url('../images/navicon.png') no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  background-size: auto 2.6rem;
  display: block;
}
.navicon0 {
  background-position: 0px 0px;
}
.navicon1 {
  background-position: -1.3rem 0px;
}
.navicon2 {
  background-position: -2.6rem 0px;
}
.navicon3 {
  background-position: -3.9rem 0px;
}
.tab-item.active .tab-label {
  color: #fc5951;
}
.tab-item.active .navicon {
  background-position-y: -1.3rem;
}
#userContent .list-block {
  margin: 0.75rem 0 0;
}
#userContent .list-block a {
  display: flex;
  width: 100%;
}
#userContent .usermessage-box {
  background: url('../images/userbg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#userContent .usermessage-box .usermessage {
  padding: 1.5rem 1rem;
}
#userContent .usermessage-box .userpic {
  vertical-align: middle;
  margin-right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  display: block;
  position: relative;
  border-top-left-radius: 10000px;
  border-top-right-radius: 10000px;
  border-bottom-left-radius: 10000px;
  border-bottom-right-radius: 10000px;
  border-radius: 10000px;
  -webkit-border-radius: 10000px;
  -moz-border-radius: 10000px;
  -ms-border-radius: 10000px;
  -o-border-radius: 10000px;
  float: left;
  margin-top: 0.5rem;
}
#userContent .usermessage-box .userpic img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 10000px;
}
#userContent .usermessage-box .username {
  color: #fff;
  display: inline-block;
  padding: 0rem 0 0.5rem;
}
#userContent .usermessage-box .username a {
  color: #fff;
}
#userContent .usermessage-box .username span {
  font-size: 0.75rem;
}
#userContent .usermessage-box .joinUser {
  border: 1px solid #fff;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
  color: #fff;
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 3px 5px #B03E39;
}
#userContent .usermessage-box .btngroup {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.3rem 0;
}
#userContent .usermessage-box .btngroup a {
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  padding: 0.2rem 0;
}
#userContent .usermessage-box .btngroup a:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  background: #fff;
}
#userContent .usericon {
  background: url('../images/user_icon.png') no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
  display: block;
}
#userContent .usericon0 {
  background-position: 0rem 0rem;
}
#userContent .usericon1 {
  background-position: 0 -1.5rem;
}
#userContent .usericon2 {
  background-position: 0 -3rem;
}
#userContent .usericon3 {
  background-position: 0 -4.5rem;
}
#userContent .usericon4 {
  background-position: 0 -6rem;
}
#userContent .usericon5 {
  background-position: 0 -7.5rem;
}
#userContent .usericon6 {
  background-position: 0 -9rem;
}
#userContent .usericon7 {
  background-position: 0 -10.5rem;
}
#userContent .usericon8 {
  background-position: 0 -12rem;
}
#userContent .tab-item.active .tab-label {
  color: #fc5951;
}
#userContent .tab-item.active .navicon {
  background-position-y: -1.3rem;
}
.empty-box {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #999;
}
.empty-box .icon {
  font-size: 3rem;
  text-shadow: 0px 1.2px 0.5px #666;
}
.empty-box p {
  font-size: 0.75rem;
}
.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  z-index: 99999;
}
.btn-group ~ .content {
  padding-bottom: 2.7rem;
}
.proData {
  padding: 0.5rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0.75rem;
}
.proData .proDataitem {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0;
}
.proData .proDataitem:last-child {
  border-left: 1px solid #ddd;
}
.proData .proDataitem span {
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
}
.proData .proDataitem p {
  font-size: 0.65rem;
  margin: 0;
  color: #666;
}
.proList .proNum {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.proList .proNum span {
  color: #fc5951;
}
.proList .proItem {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.65rem;
  background: #fff;
  padding: 0.5rem;
}
.proList .proItem:last-child {
  border-bottom: 0px;
}
.proList .proItem a {
  display: block;
  padding: 0.6rem 0;
}
.proList .proItem a:active {
  background: #fafafa;
}
.proList .proItem .proPic {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.proList .proItem .proPic img {
  width: 100%;
  height: auto;
}
.proList .proItem .proName {
  font-size: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.proList .proItem .proInfo {
  padding: 0.5rem 0;
}
.proList .proItem .proInfo p {
  margin: 0 0 0.2rem 0;
  font-size: 0.65rem;
  color: #666;
}
.proList .proItem .proInfo p span {
  color: #333;
  margin-left: 0.5rem;
}
.proList .proItem .proBtn {
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.proList .proItem .proBtn a {
  width: 50%;
  display: inline-block;
  float: left;
  margin-left: -1px;
  color: #fc5951;
  text-align: center;
  height: 0.75rem;
  font-size: 0.75rem;
  line-height: 0rem;
  margin: 0.5rem 0 0;
}
.proList .proItem .proBtn a:last-child {
  border-left: 1px solid #ddd;
}
.bindPhone .userpic {
  width: 40%;
  max-width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 1000px;
  border: 5px solid #fff;
  margin: 2rem auto 0;
}
.bindPhone .userpic img {
  width: 100%;
}
.bindPhone .username {
  text-align: center;
  font-size: 0.75rem;
}
.bindPhone .tips {
  color: #ff9500;
  font-size: 0.75rem;
  text-align: center;
}
.bindPhone .item-code {
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 1px solid #ddd;
  color: #666;
  width: 35%;
  text-align: center;
  transform: translateY(-50%);
  color: #ff9500;
  font-size: 0.65rem;
}
.bindPhone .item-code.disabled {
  color: #999;
}
.bindPhone .item-title.label {
  font-size: 0.75rem;
  width: 20%;
  color: #666;
}
.bindPhone .item-input input {
  font-size: 0.75rem;
}
.newsinfo {
  font-size: 0.65rem;
  padding: 0.5rem;
  background: #fff;
}
.newsinfo p {
  margin: 0;
}
.newsinfo .newstitle {
  font-size: 0.85rem;
  text-align: center;
}
.newsinfo .newstime {
  text-align: center;
  color: #999;
  margin-bottom: 1rem;
}
.formulaList {
  padding: 0.5rem;
  background: #fff;
}
.formulaList .formulaNum {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.formulaList .formulaNum span {
  color: #fc5951;
}
.formulaList .formulaItem {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.formulaList .formulaItem:last-child {
  border-bottom: 0px;
}
.formulaList .formulaItem a {
  display: block;
  padding: 0.6rem 0;
}
.formulaList .formulaItem a:active {
  background: #fafafa;
}
.formulaList .formulaItem .formulaPic {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.formulaList .formulaItem .formulaPic img {
  width: 100%;
  height: auto;
}
.formulaList .formulaItem .formulaInfo {
  padding-left: 25%;
}
.formulaList .formulaItem .formulaInfo p {
  margin: 0 0 0.1rem 0;
  font-size: 0.65rem;
  color: #666;
}
.formulaList .formulaItem .formulaInfo p span {
  color: #333;
}
.process {
  padding: 0.75rem 0.5rem;
  background: #fff;
}
.process dl {
  position: relative;
  margin: 0;
}
.process dl:after {
  clear: both;
}
.process dl dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  z-index: 999;
  background: #fff;
  font-size: 0;
}
.process dl dt img {
  width: auto;
  max-width: 100%;
}
.process dl dd {
  padding-left: 40px;
  width: 100%;
  margin-left: 0;
  padding-top: 5px;
}
.process dl dd:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #fc5951;
  position: absolute;
  top: 15px;
  left: 14px;
}
.process dl .last-dd:after {
  background: transparent !important;
}
.process p {
  font-size: 0.75rem;
  color: #999999;
  margin-top: 0;
}
.process p span {
  font-size: 0.85rem;
  color: #333;
  margin-right: 0.5rem;
}
.fix-btn {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 99999;
}
.fix-btn ~ .content {
  padding-top: 2rem;
  padding-bottom: 2.5rem !important;
}
#toasttips {
  text-align: center;
  font-size: 0.65rem;
  color: #999;
  min-height: 1rem;
}
.changeMoney {
  padding: 0.5rem;
}
.changeMoney .classtitle {
  border-left: 0.2rem solid #fc5951;
  font-size: 0.75rem;
  color: #333;
  padding-left: 0.5rem;
  margin-bottom: 0.75rem;
}
.changeMoney input[type="radio"] {
  display: none;
}
.changeMoney label {
  border: 1px solid #fc5951;
  border-radius: 5px;
  color: #fc5951;
  font-size: 0.65rem;
  padding: 0.3rem;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.changeMoney .active:after {
  content: '';
  background: #fc5951;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
  transform: rotate(45deg);
}
.changeMoney .active:before {
  content: '\e608';
  font-family: "iconfont-sm" !important;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.bgline {
  position: relative;
  margin: 1rem 0;
}
.bgline span {
  padding: 0.5rem;
  background: #F5F5F5;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ddd;
}
.bgline:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.credentials-box {
  margin: 0.6rem;
  border-radius: 3px;
  overflow: hidden;
}
.credentials-box .credenTitle {
  background: #fff;
  padding: 0rem 1rem;
  color: #fc5951;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-bottom: 0;
  position: relative;
}
.credentials-box .credenTitle span {
  display: block;
  border-bottom: 1px dashed #ddd;
  background: url('../images/renzheng.png') no-repeat right center;
  background-size: auto 80%;
  padding: 0.6rem 0;
}
.credentials-box .credenTitle:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 10000px;
  background: #F5F5F5;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  left: -0.5rem;
  transform: translateY(-0.5rem);
}
.credentials-box .credenTitle:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 10000px;
  background: #F5F5F5;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  right: -0.5rem;
  transform: translateY(-0.5rem);
}
.credentials-box .credenData {
  background: #fff;
  padding: 1rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.credentials-box .credenData p {
  margin: 0;
  font-size: 0.75rem;
}
.credentials-box .credenData .credenMes span {
  color: #999;
  min-width: 6em;
  display: inline-block;
}
.credentials-box .credenData .list-block li {
  padding-left: 0;
}
.credentials-box .credenData .list-block li .item {
  display: block;
  width: 100%;
}
.credentials-box .credenData .list-block li .itemtitle {
  color: #333;
  font-size: 0.75rem;
}
.credentials-box .credenData .list-block li p {
  overflow: hidden;
  display: block;
  width: 100%;
  color: #666;
  margin: 0.1rem 0;
  font-size: 0.65rem;
}
.credentials-box .credenData .list-block li span {
  float: left;
  display: inline;
}
.credentials-box .credenData .list-block li label {
  float: right;
  display: inline;
}
.sharebg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999999;
}
.sharebg .sharepic {
  position: absolute;
  top: 1rem;
  right: 0;
  text-align: right;
  padding-right: 2rem;
}
.sharebg .sharepic img {
  width: 50%;
  height: auto;
}
.sharebg .sharebox {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 30px 15px;
  border-radius: 10px;
  background: #fff;
}
.sharebg .sharebox:after {
  content: '';
  background: url('../images/removeico.png') no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: 100%;
}
.sharebg .sharebox .sharetips {
  font-size: 14px;
  text-align: center;
}
.sharebg .sharebox .memberico {
  width: 50%;
  margin: 0 auto 10px;
}
.sharebg .sharebox img {
  width: auto;
  max-width: 100%;
}
.sharebg .sharebox .joinbtn {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  border: 1px solid #FD6B53;
  border-radius: 10000px;
  color: #FD6B53;
}
