@charset "UTF-8";
/* 首页 */
/* line 4, ../sass/style.page.scss */
#index .full-image {
  width: 100%;
}
/* line 7, ../sass/style.page.scss */
#index h4 {
  font-size: 16px;
  color: #00bc8a;
}
/* line 11, ../sass/style.page.scss */

.noticeHome{
 	width:100%;
 	height: 40px;
    background: #f4fafc;
    color:#666;
    font-size:14px;
    line-height:40px;
 }
 .noticeHome .title{
	 width:27%;
	 height:40px;
	 overflow:hidden;
	 float:left;
	 line-height:40px;
	 margin-left:3%;
 }
 .noticeHome .title img{
	 width:23px;
	 vertical-align:sub;
}
 .noticeHome .scroll-box{
	 height:40px;
	 width:70%;
	 float:left;
	 margin-top:5px;
 }
 #noticeList{
	 height:30px;
	 overflow:hidden;
 }
 .noticeLi{
	 font-size:14px;
	 line-height:30px;
	 text-decoration:none;
	 color:#666;
	 font-family:Arial;
 }

#index .radOuter {
  width: 150px;
  height: 150px; 
  border: 1px solid #00bc8a;
  margin: 15px auto;
  color: #00bc8a;
  border-radius: 50%;
}
/* line 18, ../sass/style.page.scss */
#index .radOuter .radMiddle {
  width: 135.5px;
  height: 135.5px;
  border: 2px solid #00bc8a;
  margin: 6px auto;
  border-radius: 50%;
}
/* line 24, ../sass/style.page.scss */
#index .radOuter .radMiddle .radInside {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 6px auto;
  background: #00bc8a;
  border-radius: 50%;
}
/* line 31, ../sass/style.page.scss */
#index .radOuter .radMiddle .radInside .numRad {
  font-size: 37.5px;
  padding-top: 30px;
}
/* line 35, ../sass/style.page.scss */
#index .radOuter .radMiddle .radInside p {
  color: #fff;
}
/* line 38, ../sass/style.page.scss */
#index .radOuter .radMiddle .radInside p:nth-of-type(1) {
  font-size: 50px;
  font-weight: bold;
}
/* line 41, ../sass/style.page.scss */
#index .radOuter .radMiddle .radInside p:nth-of-type(1) span {
  font-size: 23px;
  font-weight: normal;
}
/* line 46, ../sass/style.page.scss */
#index .radOuter .radMiddle .radInside p:nth-of-type(2) {
  font-size: 13px;
}
/* line 54, ../sass/style.page.scss */
#index .row .col {
  color: #00bc8a;
}
/* line 56, ../sass/style.page.scss */
#index .row .col span {
  border: none;
  padding: 0;
  display: inline-block;
  font-size: 13px;
}
/* line 61, ../sass/style.page.scss */
#index .row .col span img {
  max-width: 17px;
  vertical-align: middle;
}


/* line 71, ../sass/style.page.scss */
#shareMask1 {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 500;
  position: relative;
  color: #fff;
}
/* line 80, ../sass/style.page.scss */
#shareMask1 img {
  max-width: 200px;
  position: absolute;
  top: 2%;
  right: 2%;
}
/* line 86, ../sass/style.page.scss */
#shareMask1 p {
  font-size: 13px;
  position: absolute;
  top: 180px;
  right: 80px;
  width: 60px;
  height: 24px;
  line-height: 22px;
  border: 1px dashed #fff;
  text-align: center;
  border-radius: 5px;
}

/* line 99, ../sass/style.page.scss */
#shareMaskQrcode {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: black;
  z-index: 500;
}
/* line 107, ../sass/style.page.scss */
#shareMaskQrcode #qrcodeBox {
  position: absolute;
  width: 256px;
  min-height: 256px;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -138px;
  padding: 10px;
  background-color: #fff;
  box-sizing: content-box;
}
/* line 118, ../sass/style.page.scss */
#shareMaskQrcode #qrcodeBox p:nth-of-type(1) {
  margin-bottom: 10px;
  text-align: right;
}
/* line 122, ../sass/style.page.scss */
#shareMaskQrcode #qrcodeBox p:nth-of-type(2) {
  margin-top: 10px;
}

/* line 128, ../sass/style.page.scss */
#shareMask2 {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 500;
  position: relative;
  color: #fff;
}
/* line 137, ../sass/style.page.scss */
#shareMask2 p {
  font-size: 13px;
  position: absolute;
  bottom: 210px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 24px;
  line-height: 22px;
  border: 1px dashed #fff;
  text-align: center;
  border-radius: 5px;
}
/* line 150, ../sass/style.page.scss */
#shareMask2 img {
  max-width: 200px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -100px;
}

/* line 161, ../sass/style.page.scss */
#projects .item {
  height: 137px;
  padding: 0;
  background:none;
}
#projects .projectLiT .projectName,#projects .projectLiT .projectBalance{
	font-size:14px;
	line-height:14px;
	padding-top:22px;
	padding-bottom:40px;
	font-family:LTXH-font;
}
#projects .projectLiT .projectName{
	color:#333;
	text-align:left;
}
#projects .projectLiT .projectBalance{
	color:#666;
	text-align:right;
}

#projects .projectInvestBtn{
	width:85px;
	height:34px;
    font-size: 14px;
	border-radius:3px;
	background:#00bc8c;
	color:#fff;
	border:none;
	font-family:LTXH-font;
	margin-top:5px;
    display: table;
}
#projects .projectInvestBtn:hover{
	background:#098068;
}
#projects .cdText,#projects .cdTime{
	color:#fff;
	font-size:14px;
	line-height:14px;
	margin:0;
    display: table-cell;
    vertical-align: middle;
  text-align: center;
}
/* #projects .cdTime{
	color:#fff;
	font-size:12px;
	line-height:12px;
} */
#projects .projectOver{
	width:85px;
	
}
/* line 164, ../sass/style.page.scss */
#projects .item .float {
  float: left;
}
/* line 167, ../sass/style.page.scss */
#projects .item .first {
  width: 40%;
  font-family:HTO-font;
}
/* line 170, ../sass/style.page.scss */
#projects .item .second {
  width: 31%;
  font-family:HTTH-font;
}
/* line 173, ../sass/style.page.scss */
#projects .item .three {
  width: 20%;
}
/* line 176, ../sass/style.page.scss */
#projects .item .first, #projects .item .second {
  padding-left: 0;
  text-align:left;
}
/* line 178, ../sass/style.page.scss */
/* #projects .item .first p:nth-of-type(1), #projects .item .second p:nth-of-type(1) {
  font-size: 11px;
  margin-bottom: 0;
} */
/* line 181, ../sass/style.page.scss */
/* #projects .item .first p:nth-of-type(1) span, #projects .item .second p:nth-of-type(1) span {
  font-size: 20px;
  line-height: 45px;
} */

#projects .item .first span, #projects .item .second span {
  font-size: 30px;
}
#projects .item .second .proUnit{
	font-size:13px;
}
#projects .item .first span:last-of-type, #projects .item .second span:last-of-type {
  font-size: 12px;
  font-family:LTXH-font;
  letter-spacing: 1px;
}
/* line 185, ../sass/style.page.scss */
#projects .item .first p:nth-of-type(1) strong, #projects .item .second p:nth-of-type(1) strong {
  font-weight: normal;
}
/* line 189, ../sass/style.page.scss */
#projects .item .first p:nth-of-type(2), #projects .item .second p:nth-of-type(2) {
  font-size: 13px;
  line-height: 25px;
}
/* line 194, ../sass/style.page.scss */
#projects .item .three {
  position: relative;
}
/* line 196, ../sass/style.page.scss */
#projects .item .three .radCntnt {
  width: 54px;
  height: 54px;
  border: 1px solid #666;
  border-radius: 50%;
  line-height: 53px;
  position: absolute;
  left: 50%;
  margin-left: -25.5px;
  top: 50%;
  margin-top: 10.5px;
  padding-top: 6px;
}
/* line 209, ../sass/style.page.scss */
#projects .item .three .background999 {
  background: #999;
}
/* line 214, ../sass/style.page.scss */
/* #projects .backgroundF {
  background: #fff;
} */
/* line 216, ../sass/style.page.scss */
#projects .backgroundF span {
  color: #00bc8a;
}
/* line 219, ../sass/style.page.scss */
#projects .backgroundF strong {
  color: #00bc8a;
}
/* line 222, ../sass/style.page.scss */
#projects .backgroundF .progressBar {
  width: 20%;
  height: 100%;
  position: relative;
  margin-top: 11px;
}
/* line 227, ../sass/style.page.scss */
#projects .backgroundF .progressBar .content-jdq {
  position: absolute;
  top: 40%;
  margin-top: -22px;
  left: 50%;
  margin-left: -21px;
}
/* line 233, ../sass/style.page.scss */
#projects .backgroundF .progressBar .content-jdq p {
  color: #00bc8a;
}
/* line 236, ../sass/style.page.scss */
#projects .backgroundF .progressBar .content-jdq p:nth-of-type(1) {
  font-size: 14px;
  line-height: 25px;
}
/* line 240, ../sass/style.page.scss */
#projects .backgroundF .progressBar .content-jdq p:nth-of-type(2) {
  font-size: 11px;
  line-height: 11px;
}
/* line 247, ../sass/style.page.scss */
#projects .backgroundF8 {
  background: #f8f8f8;
}
/* line 249, ../sass/style.page.scss */
#projects .backgroundF8 .first p, #projects .backgroundF8 .second p {
  color: #999;
}
/* line 251, ../sass/style.page.scss */
#projects .backgroundF8 .first p span, #projects .backgroundF8 .second p span {
  color: #999;
}
/* line 255, ../sass/style.page.scss */
#projects .backgroundF8 .indicatorContainer {
  position: relative;
}
/* line 257, ../sass/style.page.scss */
#projects .backgroundF8 .indicatorContainer .radCntnt {
  border: 1px solid #00bc8a;
}
/* line 259, ../sass/style.page.scss */
#projects .backgroundF8 .indicatorContainer .radCntnt div {
  color: #00bc8a;
}
/* line 262, ../sass/style.page.scss */
#projects .backgroundF8 .indicatorContainer .radCntnt div:nth-of-type(1) {
  font-size: 14px;
  line-height: 25px;
}
/* line 266, ../sass/style.page.scss */
#projects .backgroundF8 .indicatorContainer .radCntnt div:nth-of-type(2) {
  font-size: 11px;
  line-height: 11px;
}
/* line 273, ../sass/style.page.scss */
#projects .backgroundE {
  background: #eee;
}
/* line 275, ../sass/style.page.scss */
#projects .backgroundE .first p, #projects .backgroundE .second p {
  color: #999;
}
/* line 277, ../sass/style.page.scss */
#projects .backgroundE .first p span, #projects .backgroundE .second p span {
  color: #999;
}
/* line 281, ../sass/style.page.scss */
#projects .backgroundE .indicatorContainer {
  position: relative;
}
/* line 283, ../sass/style.page.scss */
#projects .backgroundE .indicatorContainer .radCntnt {
  background: #999;
}
/* line 285, ../sass/style.page.scss */
#projects .backgroundE .indicatorContainer .radCntnt div {
  color: #fff;
}
/* line 288, ../sass/style.page.scss */
#projects .backgroundE .indicatorContainer .radCntnt div:nth-of-type(1) {
  font-size: 14px;
  line-height: 25px;
}
/* line 292, ../sass/style.page.scss */
#projects .backgroundE .indicatorContainer .radCntnt div:nth-of-type(2) {
  font-size: 11px;
  line-height: 11px;
}

@media screen and (max-width: 340px) {
  /* line 303, ../sass/style.page.scss */
  #projects .item .first {
    width: 45%;
  }
  /* line 305, ../sass/style.page.scss */
  #projects .item .first p:nth-of-type(1) {
    font-size: 11px;
  }
  /* line 307, ../sass/style.page.scss */
  #projects .item .first p:nth-of-type(1) span {
    font-size: 18px;
    line-height: 45px;
  }
  /* line 311, ../sass/style.page.scss */
  #projects .item .first p:nth-of-type(1) strong {
    font-weight: normal;
  }
  /* line 316, ../sass/style.page.scss */
  #projects .item .second {
    width: 34%;
  }
  /* line 318, ../sass/style.page.scss */
  #projects .item .second p:nth-of-type(1) {
    font-size: 11px;
  }
  /* line 320, ../sass/style.page.scss */
  #projects .item .second p:nth-of-type(1) span {
    font-size: 18px;
    line-height: 45px;
  }
  /* line 324, ../sass/style.page.scss */
  #projects .item .second p:nth-of-type(1) strong {
    font-weight: normal;
  }
  /* line 329, ../sass/style.page.scss */
  #projects .item .three {
    width: 17%;
  }
}
/* line 338, ../sass/style.page.scss */
#detail .header {
  /* background: #4ce169; */
  background: linear-gradient(#01bd8d,#2cbecb);
  color: #fff;
  height:213px;
}
#detail .header .detailText{
  border-bottom:1px solid #fff;
  margin:0 15px;
}
/* line 342, ../sass/style.page.scss */
#detail .header .text p:nth-of-type(1) {
  font-size: 14px;
  line-height: 14px;
  padding-bottom:26px;
  font-family:LTH-font;
}
/* line 346, ../sass/style.page.scss */
#detail .header .text p:nth-of-type(2) {
  font-size: 30px;
  line-height: 30px;
  padding-bottom:15px;
  font-family:HTR-font;
}
/* line 353, ../sass/style.page.scss */
#detail .header .text p:nth-of-type(3) {
  font-size: 14px;
  line-height: 14px;
  padding-bottom:18px;
  font-family:LTXH-font;
}
#detail .detailHeaderB{
	padding-top:12px;
}
/* line 359, ../sass/style.page.scss */
#detail .header .row .col-33 {
  color: #fff;
}
/* line 361, ../sass/style.page.scss */
#detail .header .row .col-33 p {
  margin: 0;
}
/* line 364, ../sass/style.page.scss */
#detail .header .row .col-33 p:nth-of-type(1) {
  font-size: 12px;
  line-height: 12px;
  padding-bottom:10px;
  font-family:LTXH-font;
}
/* line 368, ../sass/style.page.scss */
#detail .header .row .col-33 p:nth-of-type(2) {
  font-size: 13px;
  /* line-height: 23px; */
  font-family:HTTH-font;
}
#detail .header .numSpan{
  font-size:18px;
}
#detail .header .unitSpan{
  font-size:10px;
}

/* line 373, ../sass/style.page.scss */
#detail .header .row .detialBor {
  border: 1px solid #fff;
  height: 35px;
  margin-top: 15px;
}
/* line 381, ../sass/style.page.scss */
#detail .detailList .item {
  font-size:14px;
  color: #515151;
  line-height: 47px;
  padding:0;
  font-family:LTH-font;
}
/* line 385, ../sass/style.page.scss */
#detail .detailList .item-note {
  color: #999;
  font-size:14px;
}

#detail .detailAward{
  height:158px;
  /* height:175px; */
  color:#515151;
  background:#fff;
}
/* line 390, ../sass/style.page.scss */
#detail .detailAward .nav {
  font-size: 14px;
  line-height: 44px;
}
/* line 395, ../sass/style.page.scss */
/* #detail .detailAward .row {
  color: #00bc8a;
} */
/* line 397, ../sass/style.page.scss */
#detail .detailAward .row .col {
  position: relative;
}
/* line 399, ../sass/style.page.scss */
#detail .detailAward .row .col .pd-l-28 {
  font-size: 11px;
  line-height:12px;
  margin: 0;
}
/* line 404, ../sass/style.page.scss */
#detail .detailAward .row .col .item-icon-left {
  padding-left: 0px;
  margin: 0 auto;
}
/* line 407, ../sass/style.page.scss */
#detail .detailAward .row .col .item-icon-left .pointAward {
  width: 35px;
  height: 35px;
  border: 1px solid #00bc8a;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
/* line 414, ../sass/style.page.scss */
#detail .detailAward .row .col .item-icon-left .pointAward p:nth-of-type(1) {
  font-size: 17px;
}
/* line 417, ../sass/style.page.scss */
#detail .detailAward .row .col .item-icon-left .pointAward p:nth-of-type(2) {
  font-size: 11px;
  line-height: 11px;
}
/* line 422, ../sass/style.page.scss */
/* #detail .detailAward .row .col .item-icon-left .pointAward:before {
  width: 18px;
  height: 19px;
  content: url(../img/add.png);
  display: block;
  position: absolute;
  left: -22px;
  top: 8px;
} */
/* line 436, ../sass/style.page.scss */

#detail .awardPoint{
	width:74px;
}

#detail .btn input {
  padding-right: 10px;
  font-size:16px;
}
#detail .btn input[type="text"] {
  /* padding-top:0;
  padding-bottom:0;
  height:44px;
  padding-left:10px;
   */
   
  width: 100%;
  font-size: 16px;
  padding-top: 20px;
  padding-left:10px; 
}
/* #detail .btn input::-webkit-input-placeholder {
  font-size:16px;
  height:44px;
}
#detail .btn input::-moz-placeholder {
  font-size:16px;
  height:44px;
}
#detail .btn input::-moz-placeholder {
  font-size:16px;
  height:44px;
}
#detail .btn input::-ms-input-placeholder {
  font-size:16px;
  height:44px;
}  */
#detail .delBlanceNum{
	color:#0ebda0;
	background:#e9edf0;
	height:40px;
	line-height:40px;
}

/* line 444, ../sass/style.page.scss */
#detailZt .header, #detailZt .content {
  background: #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 448, ../sass/style.page.scss */
#detailZt .header h5, #detailZt .content h5 {
  font-size: 14px;
  color: #666;
}
/* line 452, ../sass/style.page.scss */
#detailZt .header p, #detailZt .content p {
  font-size: 11px;
  color: #666;
  line-height: 20px;
}
/* line 458, ../sass/style.page.scss */
#detailZt .content {
  margin-top: 22px;
}
/* line 460, ../sass/style.page.scss */
#detailZt .content p {
  text-align: justify;
}

/* line 469, ../sass/style.page.scss */
#detailJl .nameList header {
  font-size: 16px;
  color: #00bc8a;
  line-height: 64px;
}
/* line 473, ../sass/style.page.scss */
#detailJl .nameList header span {
  height: 100%;
}
/* line 476, ../sass/style.page.scss */
#detailJl .nameList header img {
  max-width: 28px;
  vertical-align: middle;
  margin-bottom: 5px;
}
/* line 482, ../sass/style.page.scss */
#detailJl .nameList .award {
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
/* line 486, ../sass/style.page.scss */
#detailJl .nameList .award .col-7 {
  color: #fff;
  background: #00bc8a;
}
/* line 490, ../sass/style.page.scss */
#detailJl .nameList .award .row {
  border: 1px solid #00bc8a;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 495, ../sass/style.page.scss */
#detailJl .nameList .award .row .col p:nth-of-type(1) {
  margin: 0;
  line-height: 30px;
}
/* line 499, ../sass/style.page.scss */
#detailJl .nameList .award .row .col p:nth-of-type(2) {
  font-size: 14px;
  line-height: 25px;
  color: #00bc8a;
}
/* line 509, ../sass/style.page.scss */
#detailJl .awardList header {
  font-size: 16px;
  color: #00bc8a;
  line-height: 64px;
}
/* line 513, ../sass/style.page.scss */
#detailJl .awardList header img {
  max-width: 28px;
  vertical-align: middle;
  margin-bottom: 5px;
}
/* line 519, ../sass/style.page.scss */
#detailJl .awardList .list {
  margin: 0;
}
/* line 521, ../sass/style.page.scss */
#detailJl .awardList .list .row {
  font-size: 16px;
  line-height: 40px;
}
/* line 527, ../sass/style.page.scss */
#detailJl .awardList .no-margin p {
  font-size: 13px;
  color: #333;
  line-height: 26px;
}

/* line 538, ../sass/style.page.scss */
#user .header {
  /* background: #4ce169; */
  background: linear-gradient(#00bc8c,#2cbecb);
  min-height: 219px;
  position: relative;
  /* line-height: 75px; */
  color:#fff;
}
#user .header .textP {
  font-size: 14px;
  color: #fff;
  padding-top:22px;
  padding-bottom:26px;
  font-family:LTXH-font;
}
/* line 543, ../sass/style.page.scss */
#user .header .text {
  padding-left: 5%;
  margin-right: 5px;
}
#user .userTotalMoneyBox{
	padding-bottom:11px;
}
#user .userTotalMoney{
	padding-bottom:10px;
	font-family:HTR-font;
}
#user .userTotalMoney span{
	font-size:36px;
}
#user .userTotalMoney .nuitText{
	font-size:14px;
}
#user .userTotalMoneyT{
	font-size:14px;
	line-height:14px;
	font-family:LTXH-font;
}
#user .wenzi{
	font-size:14px;
	font-family:LTXH-font;
}
#user .moneyNum{
	font-family:HTTH-font;
	font-size:18px;
}
#user .unitText{
	font-size:10px;
}
/* #user .moneyNum span{
	font-size:13px;
} */
#user .moneyBtn a{
	display:inline-block;
	width:42px;
	height:18px;
	font-size:11px;
	padding:0;
	line-height:18px;
	border:0;
	border-radius:3px;
}

#user .moneyBtn .btnInvest{
	background:#fff;
	color:#31bed0;
}
#user .moneyBtn .btnInvest:active{
	background:#f1f1f1;
}
#user .moneyBtn .btnDraw{
	background:#31bed0;
	color:#fff;
	border:1px solid #fff;
	line-height:16px;
	margin-left:3%;
}
#user .moneyBtn .btnDraw:active{
	background:#189da8;
}
#user .totalIncome{
	/*height:89px;*/
	/*border-bottom:9px solid #e9edf0;*/
	background:#fff;
}
#user .totalIncome p:nth-of-type(1) .numText{
	font-size: 19px;
	color:#01bc8f;
	font-family:HTR-font;
}
#user .totalIncome p:nth-of-type(1) .nuitText{
	font-size: 13px;
	color:#01bc8f;
	font-family:LTXH-font;
}
#user .totalIncome p:nth-of-type(2){
	font-size: 12px;
	color:#03bc93;
    padding-bottom:10px;
}

#user .list{
    width: 100%;
    height: 231px;
    margin:0 auto;
    background:#fff;
    border-bottom:9px solid #e9edf0;
}
#user .telUser{
	width:100%;
	height:59px;
	background:#fff;
	text-align:center;
	/* line-height:50px; */
	border-bottom:9px solid #e9edf0;
}
#user .telUser a{
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
	color:#515151; 
	text-decoration:none;
}
#user .telUser img{
	width:30px;
	vertical-align:middle;
	margin-right:10px;
}
#user .telUser p{
	color:#515151;
	font-size:14px;
	margin:0;
	line-height:50px;
	display:inline-block;
}
#user .iconLi{
    width: 25%;
    height:111px;
    float: left;
    /*margin-right: 1.5%;
    text-align: center;
    margin-left:1.5%; */
    border-right: 1px solid #e9edf0;
    border-bottom: 1px solid #e9edf0;
}
#user .iconLi:active{
	background:#f1f1f1;
}
 #user .iconLiNoBR{
	border-right: none;
} 
#user .iconLi a{
	width:100%;
	height:100%;
	display:block;
    color: #777;
    font-size: 12px;
    text-align: center;
    padding-top:20px;
}
#user .iconLi img{
	display:block;
    width:30px;
    margin:0 auto 10px;
}
#user .userLogoutBtn{
	width:100%;
	background:#00bc8c;
	color:#fff;
	position:fixed;
	left:0;
	bottom:0;
	border-radius:0;
	margin:0;
}
#user .userLogoutBtn:hover{
	background:#098068;
}
/* line 549, ../sass/style.page.scss */
#user .header .textBg {
  max-width: 37px;
  vertical-align: middle;
  position: relative;
}
/* line 554, ../sass/style.page.scss */
#user .header .textBg .tabUserBg {
  max-width: 37px;
  vertical-align: middle;
}
/* line 558, ../sass/style.page.scss */
#user .header .textBg i {
  color: #fff;
  display: inline-block;
  line-height: 14px;
  font-size: 11px;
  position: absolute;
  left: 7px;
  top: -6px;
}
/* line 568, ../sass/style.page.scss */
/* #user .header a {
  margin-left: 2%;
  position: absolute;
  right: 12%;
  color: #fff;
} */
/* line 574, ../sass/style.page.scss */
#user .header .icon {
  margin-left: 2%;
  position: absolute;
  right: 7%;
  color: #fff;
}
/* line 581, ../sass/style.page.scss */
#user .navUser {
  height: 50px;
  background: #999;
  font-size: 13px;
  padding: 0;
}
/* line 586, ../sass/style.page.scss */
#user .navUser .col {
  border-right: 1px solid #fff;
  padding: 0;
}
/* line 589, ../sass/style.page.scss */
#user .navUser .col p {
  color: #fff;
}
/* line 592, ../sass/style.page.scss */
#user .navUser .col p:nth-of-type(1) {
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 597, ../sass/style.page.scss */
#user .navUser .col:nth-of-type(3) {
  border-right: none;
}
/* line 601, ../sass/style.page.scss */
#user .userList, #userinfo .userList {
  margin-bottom: 10px;
}
/* line 603, ../sass/style.page.scss */
#user .userList a, #userinfo .userList a{
  font-size: 14px;
  line-height: 44px;
  color: #666;
}
/* line 609, ../sass/style.page.scss */
#user .tel {
  margin-top: 15px;
}

/* line 617, ../sass/style.page.scss */
#moneyList .list a {
  font-size: 16px;
  line-height: 60px;
  color: #666;
}

/* line 627, ../sass/style.page.scss */
.tradeList header {
  line-height: 50px;
}
/* line 629, ../sass/style.page.scss */
.tradeList header a {
  font-size: 16px;
  color: #333;
}
/* line 634, ../sass/style.page.scss */
.tradeList .list {
  font-size: 16px;
  line-height: 50px;
  margin: 0;
}
/* line 638, ../sass/style.page.scss */
.tradeList .list .item {
  background: #999;
}
/* line 640, ../sass/style.page.scss */
.tradeList .list .item p {
  font-size: 16px;
  color: #fff;
}
/* line 647, ../sass/style.page.scss */
.tradeList .no-margin .drawcashListP {
  font-size: 13px;
  color: #333;
  line-height: 26px;
  padding:0
}

/* line 657, ../sass/style.page.scss */
#rechargeList .list {
  font-size: 16px;
  line-height: 50px;
  margin: 0;
}
/* line 661, ../sass/style.page.scss */
#rechargeList .list .item {
  background: #999;
}
/* line 663, ../sass/style.page.scss */
#rechargeList .list .item p {
  font-size: 16px;
  color: #fff;
}
/* line 670, ../sass/style.page.scss */
#rechargeList .no-margin .drawcashListP {
  font-size: 13px;
  color: #333;
  line-height: 26px;
}

/* line 680, ../sass/style.page.scss */
#drawcashList .list {
  font-size: 16px;
  line-height: 50px;
  margin: 0;
}
/* line 684, ../sass/style.page.scss */
#drawcashList .list .item {
  background: #999;
}
/* line 686, ../sass/style.page.scss */
#drawcashList .list .item p {
  font-size: 16px;
  color: #fff;
}
/* line 693, ../sass/style.page.scss */
#drawcashList .no-margin .drawcashListP {
  font-size: 13px;
  color: #333;
  line-height: 26px;
}

/* line 703, ../sass/style.page.scss */
#investList .list {
  font-size: 16px;
  line-height: 50px;
  margin: 0;
}
/* line 707, ../sass/style.page.scss */
#investList .list .item {
  background: #999;
}
/* line 709, ../sass/style.page.scss */
#investList .list .item p {
  font-size: 16px;
  color: #fff;
}
/* line 716, ../sass/style.page.scss */
#investList .no-margin .drawcashListP {
  font-size: 13px;
  color: #333;
  line-height: 26px;
}

/* line 726, ../sass/style.page.scss */
#investConfirm .header {
  color: #333;
  background: #fff;
  margin-bottom:9px;
  height:137px;
}
/* line 729, ../sass/style.page.scss */
#investConfirm .header .nav {
  font-size: 14px;
  padding-top: 28px;
  padding-bottom: 30px;
  text-align:left;
  padding-left:15px;
  color:#333;
  font-family:LTXH-font;
}

#investConfirm .header .row .col-35:nth-of-type(1) {
  text-align:left;
  padding-left:15px;
}
#investConfirm .header .row .col-35:nth-of-type(3) {
  text-align:right;
  padding-right:15px;
}
/* line 735, ../sass/style.page.scss */
#investConfirm .header .row .col-35 p:nth-of-type(1), #investConfirm .header .row .col-25 p:nth-of-type(1) {
  font-size: 16px;
  line-height: 27px;
}
#investConfirm .numSpan{
	font-size:24px;
	font-family:HTO-font;
}
#investConfirm .unitSpan{
	font-size:14px;
	font-family:LTXH-font;
}
/* line 740, ../sass/style.page.scss */
#investConfirm .header .row .col-35 p:nth-of-type(2), #investConfirm .header .row .col-25 p:nth-of-type(2) {
  font-size: 12px;
  line-height: 24px;
  color:#999;
  font-family:LTXH-font;
}
/* line 745, ../sass/style.page.scss */
#investConfirm .header .row .detialBor {
  border: 1px solid #fff;
  height: 35px;
  margin-top: 15px;
}

/* line 752, ../sass/style.page.scss */
#investConfirm .list {
  font-size: 16px;
}
/* line 754, ../sass/style.page.scss */
#investConfirm .list .item {
  line-height: 47px;
  color: #515151;
  font-size:14px;
  padding:0;
  font-family:LTXH-font;
}
#investConfirm .list .item .itemText{
  line-height: 47px;
  color: #999;
  font-size:14px;
  padding-right:30px;
  font-family:LTH-font;
}
#investConfirm .item-icon-right .icon,#detail .item-icon-right .icon{
	color:#999;
	right:-10px;
}
/* line 757, ../sass/style.page.scss */
#investConfirm .list .item span {
  color: #666;
}
/* line 761, ../sass/style.page.scss */
#investConfirm .list .nav {
  color: #333;
  border:0;
  font-size:14px;
  padding-left:15px;
}
/* line 764, ../sass/style.page.scss */
#investConfirm .list .nav span {
  display:block;
  color: #333;
  font-size:24px;
  /* font-weight:bold; */
  font-family:HTR-font;
}
/* line 771, ../sass/style.page.scss */
#investConfirm .password p {
  font-size: 13px;
  line-height: 44px;
  color: #666;
}
/* line 777, ../sass/style.page.scss */
#investConfirm .mg-0 {
  font-size: 11px;
  color: #666;
}
/* line 780, ../sass/style.page.scss */
#investConfirm .mg-0 input {
  vertical-align: text-top;
  margin-top: 3px;
}
#investConfirm .investConfirmBtn{
	width:100%;
	height:44px;
	position:relative;
	left:0;
	bottom:0;
	margin:0;
	border-radius:0;
	background:#00bc8c;
	color:#fff;
	font-size:18px;
	border-radius:3px;
	margin-top:20px;
}
#investConfirm .investConfirmBtn:hover{
	background:#098068;
	border-color:#098068;
}

/* line 790, ../sass/style.page.scss */
#investResult .bar-green .ion-ios-home-outline {
  color: #fff;
}
/* line 795, ../sass/style.page.scss */
#investResult .content img {
  max-width: 75px;
}
/* line 798, ../sass/style.page.scss */
#investResult .content p:nth-of-type(1) {
  font-size: 16px;
  color: #00bc8a;
  line-height: 55px;
}
/* line 803, ../sass/style.page.scss */
#investResult .content p:nth-of-type(2) {
  font-size: 13px;
  color: #666;
  line-height: 25px;
}
/* line 808, ../sass/style.page.scss */
#investResult .content p:nth-of-type(3) {
  font-size: 11px;
  color: #00bc8a;
  line-height: 20px;
}
/* line 814, ../sass/style.page.scss */
#investResult .pd-b-0 {
  margin-top: 42px;
}

/* line 820, ../sass/style.page.scss */
.item-icon-right .ion-chevron-right {
  font-size: 16px;
}

/* line 825, ../sass/style.page.scss */
#userinfo .list a {
  color: #515151;
  line-height: 47px;
  font-family:LTH-font;
}
/* line 828, ../sass/style.page.scss */
#userinfo .list a .userBg {
  max-width: 30px;
  vertical-align: middle;
  margin-top: -5px;
}
/* line 833, ../sass/style.page.scss */
#userinfo .list a .item-note {
  font-size: 14px;
  color: #999;
}
/* line 837, ../sass/style.page.scss */
#userinfo .list a .bank {
  padding-left: 8px;
}

/* line 847, ../sass/style.page.scss */
#cert .item-input {
  padding-right: 18px;
}

/* line 855, ../sass/style.page.scss */
#bankSelect .header button {
  background: #00bc8c;
  top: 7px;
}
/* line 858, ../sass/style.page.scss */
#bankSelect .header button i {
  font-size: 16px;
  color: #fff;
}
/* line 865, ../sass/style.page.scss */
#bankSelect .content .list {
  color: #333;
}
/* line 867, ../sass/style.page.scss */
#bankSelect .content .list .item {
  font-size: 13px;
}
/* line 869, ../sass/style.page.scss */
#bankSelect .content .list .item .item-note {
  font-size: 11px;
  color: #666;
}

/* line 880, ../sass/style.page.scss */
#investAward header, #inviteAward header {
  font-size: 16px;
  line-height: 50px;
  border-left: none;
  border-right: none;
}
/* line 885, ../sass/style.page.scss */
#investAward header a, #inviteAward header a {
  color: #333;
}
/* line 889, ../sass/style.page.scss */
#investAward .nav, #inviteAward .nav {
  height: 64px;
  padding-left: 3%;
  padding-right: 3%;
}
/* line 893, ../sass/style.page.scss */
#investAward .nav a, #inviteAward .nav a {
  font-size: 11px;
  line-height: 30px;
  color: #00bc8a;
  border-bottom: 1px solid #00bc8a;
}
/* line 899, ../sass/style.page.scss */
#investAward .nav .list, #inviteAward .nav .list {
  font-size: 13px;
  color: #333;
  line-height: 30px;
}
/* line 903, ../sass/style.page.scss */
#investAward .nav .list strong, #inviteAward .nav .list strong {
  font-size: 16px;
  color: #00bc8a;
  font-weight: normal;
}
/* line 908, ../sass/style.page.scss */
#investAward .nav .list span, #inviteAward .nav .list span {
  font-size: 11px;
}
/* line 910, ../sass/style.page.scss */
#investAward .nav .list span strong, #inviteAward .nav .list span strong {
  color: #00bc8a;
  font-weight: normal;
}
/* line 918, ../sass/style.page.scss */
#investAward .awardList .item, #inviteAward .awardList .item {
  height: 60px;
  line-height: 60px;
  border-right: none;
}
/* line 923, ../sass/style.page.scss */
#investAward .awardList .item p, #investAward .awardList .item .col-33, #inviteAward .awardList .item p, #inviteAward .awardList .item .col-33 {
  font-size: 13px;
}
/* line 926, ../sass/style.page.scss */
#investAward .awardList .item .button, #inviteAward .awardList .item .button {
  width: 102px;
  min-height: 44px;
  font-size: 14px;
  margin-top: 3px;
}
/* line 932, ../sass/style.page.scss */
#investAward .awardList .item .awardButtonG, #inviteAward .awardList .item .awardButtonG {
  background: #00bc8a;
  color: #fff;
}
/* line 936, ../sass/style.page.scss */
#investAward .awardList .item .awardButton9, #inviteAward .awardList .item .awardButton9 {
  background: #999;
  color: #666;
}
/* line 940, ../sass/style.page.scss */
#investAward .awardList .item .awardButtonF, #inviteAward .awardList .item .awardButtonF {
  background: #fff;
  color: #00bc8a;
  border: 1px solid #00bc8a;
}

/* line 952, ../sass/style.page.scss */
#inviteAwardRules .header button, #investAwardRules .header button {
  background: #00bc8c;
  top: 7px;
}
/* line 955, ../sass/style.page.scss */
#inviteAwardRules .header button i, #investAwardRules .header button i {
  font-size: 16px;
  color: #fff;
}
/* line 962, ../sass/style.page.scss */
#inviteAwardRules .content .list, #investAwardRules .content .list {
  background: #ebebeb;
  margin: 15px;
}
/* line 965, ../sass/style.page.scss */
#inviteAwardRules .content .list li, #investAwardRules .content .list li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 23px;
}

/* line 976, ../sass/style.page.scss */
#pointList .header {
  /* background: #4ce169; */
  background: linear-gradient(#00bc8c,#2cbecb);
  color: #fff;
  height:144px;
}
#pointList .pointHeaderT {
	display:block;
}
/* line 979, ../sass/style.page.scss */
#pointList .header span{
  font-size: 14px;
  padding-top:21px;
  margin-bottom:13px;
  font-family:LTH-font;
}
#pointList .header em{
  font-size: 30px;
  margin-bottom:35px;
  font-family:HTR-font;
}
/* line 984, ../sass/style.page.scss */
#pointList .header a{
  font-size: 14px;
  color: #fff;
  /* text-decoration: underline; */
  letter-spacing:1px;
  width:56px;
  border-bottom:1px solid #fff;  
  margin:auto;
  font-family:LTH-font;
}
/* line 993, ../sass/style.page.scss */
#pointList .header p:nth-of-type(2) {
  font-size: 13px;
}
/* line 998, ../sass/style.page.scss */
#pointList .content header {
  font-size: 16px;
  /* line-height: 32px; */
  padding-top:25px;
  padding-bottom:11px;
  color: #05bc90;
  font-family:LTH-font;
}
#pointList .item{
	padding:0;
	height:63px;
}
/* line 1005, ../sass/style.page.scss */
#pointList .content .list .item .inlineB {
  display: inline-block;
}
/* line 1007, ../sass/style.page.scss */
#pointList .content .list .item .inlineB p {
  font-size: 13px;
  color: #999;
  font-family:HTLT-font;
}
/* line 1012, ../sass/style.page.scss */
#pointList .content .list .item .inlineB p:nth-of-type(1) {
  font-size:14px;
  color:#515151;
  margin-top:10px;
  font-family:LTH-font;
}
/* line 1016, ../sass/style.page.scss */
#pointList .content .list .item span {
  display: inline-block;
  font-size: 20px;
  color: #999;
  line-height: 63px;
  font-family:HTLT-font;
}

/* line 1029, ../sass/style.page.scss */
#couponList .header {
  font-size: 16px;
  color: #333;
  line-height: 50px;
  background:#f6f5fa;
  padding:0;
}
/* line 1034, ../sass/style.page.scss */

/* #couponList .item {
  line-height: 50px;
}
line 1036, ../sass/style.page.scss
#couponList .item p {
  color: #333;
  padding: 0;
  margin: 0;
}
line 1041, ../sass/style.page.scss
#couponList .item p:nth-of-type(1) {
  font-size: 16px;
}
line 1044, ../sass/style.page.scss
#couponList .item p:nth-of-type(2), #couponList .item p:nth-of-type(3) {
  font-size: 13px;
} */

#couponList .couponLi{
	width:88%;
    height:2.18rem;
	/*margin:10px auto;*/
    margin:0.2rem auto 0;
	background:#fff;
	position:relative;
}
#couponList .couponLi .couponLiLeft{
	border-right:1px solid #f7f7f7;
}
.couponLiDeep{
	color:#02bb8f;
}
.couponLiQ{
	color:#b2ecde;
}
.couponLiDeepBlack{
	color:#999;
}
.couponLiQGray{
	color:#bfbfbf;
}
#couponList .couponLiLeft span{
	/* color:#02bb8f; */
    font-size:0.48rem;
    line-height:2.04rem;
	/*font-size:24px;*/
	/*line-height:102px;*/
	font-family:"Hepro35thin"
}
#couponList .couponLiLeft span:nth-of-type(2){
	font-size:12px;
	font-family:LTXH-font;
}
#couponList .couponLiRight{
	text-align:left;
	padding-left:15px;
}
#couponList .couponLiRight p{
	/*line-height:32px;*/
    line-height:0.64rem;
	font-family:LTH-font;
}
#couponList .couponLiRight .couponText{
	/*font-size:14px;*/
    font-size:0.28rem;
}
#couponList .couponLiRight .couponExplain{
	/*font-size:13px;*/
    font-size:0.26rem;
}
#couponList .couponLi .couponRadius{
	width:15px;
    height:15px;
    background:#f7f7f7;
	position:absolute;
}
#couponList .couponLi .radius1{
	border-radius: 0 0 100% 0;
    left:0;
    top:0;
}
#couponList .couponLi .radius2{
    border-radius: 0 100% 0 0;
    left:0;
    bottom:0;
}
#couponList .couponLi .radius3{
    border-radius: 0 0 0 100%;
    right:0;
    top:0;
}
#couponList .couponLi .radius4{
	border-radius: 100% 0 0 0;
    right:0;
    bottom:0;
}

/* line 1048, ../sass/style.page.scss */
#couponList .padding {
  position: fixed;
  bottom: 10px;
  z-index: 5;
  width: 100%;
}

/* line 1059, ../sass/style.page.scss */
#couponChoice .head button {
  background: #00bc8a;
  top: 7px;
}
/* line 1062, ../sass/style.page.scss */
#couponChoice .head button i {
  font-size: 16px;
  color: #fff;
}
/* line 1069, ../sass/style.page.scss */
#couponChoice .content .header {
  font-size: 16px;
  color: #666;
  line-height: 50px;
}
/* line 1074, ../sass/style.page.scss */
#couponChoice .content .list {
  color: #666;
  background: #f8f8f8;
}
/* line 1078, ../sass/style.page.scss */
#couponChoice .content .list .item .inlineB {
  display: inline-block;
}
/* line 1080, ../sass/style.page.scss */
#couponChoice .content .list .item .inlineB p:nth-of-type(1) {
  color: #333;
  font-size: 16px;
  margin-top: 2px;
}
/* line 1085, ../sass/style.page.scss */
#couponChoice .content .list .item .inlineB p:nth-of-type(2) {
  font-size: 11px;
}
/* line 1089, ../sass/style.page.scss */
#couponChoice .content .list .item .item-note {
  display: inline-block;
  width:35%;
}

#couponChoice .content .list .item-icon-right{
	padding-right:40px !important;
}
/* line 1091, ../sass/style.page.scss */
#couponChoice .content .list .item .item-note p:nth-of-type(1) {
  font-size: 11px;
  margin-top: 2px;
}
/* line 1095, ../sass/style.page.scss */
#couponChoice .content .list .item .item-note p:nth-of-type(2) {
  color: #333;
  font-size: 16px;
}

/* line 1107, ../sass/style.page.scss */
#recharge .header {
  height: 100px;
  background: linear-gradient(#00bc8c,#2cbecb);
  color: #fff;
  height:144px;
}
/* line 1111, ../sass/style.page.scss */
#recharge .header p:nth-of-type(1) {
  font-size: 13px;
}
/* line 1114, ../sass/style.page.scss */
#recharge .header p:nth-of-type(2) {
  font-size: 23px;
}
/* line 1118, ../sass/style.page.scss */
#recharge .text-pulling {
  font-size: 14px;
}
/* line 1120, ../sass/style.page.scss */
#recharge .text-pulling .item-icon-left {
  color: #00bc8a;
  padding-left: 0;
}
/* line 1123, ../sass/style.page.scss */
#recharge .text-pulling .item-icon-left img {
  width: 27.5px;
  height: 16.5px;
  padding-top: 5px;
  margin-right: 10px;
}
/* line 1130, ../sass/style.page.scss */
#recharge .text-pulling .item-note {
  color: #666;
}

/* line 1138, ../sass/style.page.scss */
#rechargeResult .header {
  height: 100px;
  background: linear-gradient(#00bc8c,#2cbecb);
  color: #fff;
}
/* line 1142, ../sass/style.page.scss */
#rechargeResult .header p:nth-of-type(1) {
  font-size: 13px;
}
/* line 1145, ../sass/style.page.scss */
#rechargeResult .header p:nth-of-type(2) {
  font-size: 23px;
}
/* line 1149, ../sass/style.page.scss */
#rechargeResult .text-pulling {
  font-size: 16px;
}
/* line 1151, ../sass/style.page.scss */
#rechargeResult .text-pulling span {
  color: #00bc8a;
  padding-left: 0;
}
/* line 1156, ../sass/style.page.scss */
#rechargeResult .success,#bindResult .success {
  font-size: 18px;
  color: #00bc8a;
}
/* line 1160, ../sass/style.page.scss */
#rechargeResult .fail,#bindResult .fail {
  font-size: 18px;
  color: red;
}
/* line 1164, ../sass/style.page.scss */
#rechargeResult a:nth-of-type(2) {
  color: #666;
}

/* line 1172, ../sass/style.page.scss */
#drawcash .list .item {
  font-size: 16px;
  color: #333;
  line-height: 60px;
}
/* line 1176, ../sass/style.page.scss */
#drawcash .list .item .badge {
  font-size: 16px;
  color: #333;
  right: 10px;
  font-weight: normal;
}
/* line 1185, ../sass/style.page.scss */
#drawcash .drawcash p {
  font-size: 11px;
  color: #666;
  padding-top: 5px;
}
/* line 1191, ../sass/style.page.scss */
#drawcash .drawcashP {
  color: #666;
  margin: 20px 0;
}
/* line 1194, ../sass/style.page.scss */
#drawcash .drawcashP p {
  font-size: 14px;
  line-height: 20px;
}
/* line 1199, ../sass/style.page.scss */
#drawcash .forget {
  font-size: 11px;
  color: #666;
}
/* line 1203, ../sass/style.page.scss */
#drawcash .proving {
  position: relative;
}
/* line 1205, ../sass/style.page.scss */
#drawcash .proving .number {
  max-width: 70px;
  position: absolute;
  right: 16px;
  top: 22px;
  z-index: 2;
  padding: 0;
}

/* line 1218, ../sass/style.page.scss */
#point2coupon .header {
  background: linear-gradient(#00bc8c,#2cbecb);
  color: #fff;
}
/* line 1221, ../sass/style.page.scss */
#point2coupon .header p:nth-of-type(1) {
  font-size: 13px;
  line-height: 35px;
}
/* line 1225, ../sass/style.page.scss */
#point2coupon .header p:nth-of-type(2) {
  font-size: 23px;
}
/* line 1229, ../sass/style.page.scss */
#point2coupon .content {
  width: 100%;
}
/* line 1231, ../sass/style.page.scss */
#point2coupon .content .list {
  width: 100%;
  height: 195px;
  margin: 0 auto;
}
/* line 1235, ../sass/style.page.scss */
#point2coupon .content .list .box {
  width: 22%;
  float: left;
  margin-right: 2%;
  margin-bottom: 22px;
  text-align: center;
  border-radius: 5px;
}
/* line 1242, ../sass/style.page.scss */
#point2coupon .content .list .box p {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
}
/* line 1247, ../sass/style.page.scss */
#point2coupon .content .list .box p:nth-of-type(1) {
  font-size: 13px;
  line-height: 26px;
}
/* line 1251, ../sass/style.page.scss */
#point2coupon .content .list .box p:nth-of-type(3) {
  margin-bottom: 5px;
}
/* line 1255, ../sass/style.page.scss */
#point2coupon .content .list .backgroundGray {
  background: #ebebeb;
}
/* line 1257, ../sass/style.page.scss */
#point2coupon .content .list .backgroundGray p {
  color: #999;
}
/* line 1261, ../sass/style.page.scss */
#point2coupon .content .list .mg-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
/* line 1265, ../sass/style.page.scss */
#point2coupon .content .list .mg-t-22 {
  margin-top: 22px;
}
/* line 1269, ../sass/style.page.scss */
#point2coupon .content .list .backgroundGreen {
  background: #00bc8c;
}
/* line 1271, ../sass/style.page.scss */
#point2coupon .content .list .backgroundGreen p {
  color: #fff;
}
/* line 1275, ../sass/style.page.scss */
#point2coupon .content .list .first, #point2coupon .content .list .five {
  margin-left: 3%;
}
/* line 1278, ../sass/style.page.scss */
#point2coupon .content .list .borderPoint {
  /* border: 2px solid #098068; */
  background:#2cbecb;
  /* margin-top: 20px; */
  margin-bottom: 20px;
}
/* line 1283, ../sass/style.page.scss */
/* #point2coupon .content .list .marginTop {
  margin-top: -2px;
} */
/* line 1288, ../sass/style.page.scss */
#point2coupon .content .padding p {
  font-size: 14px;
  color: #666;
}

/* line 1299, ../sass/style.page.scss */
#login .content .loginBg {
  max-width: 65px;
}

/* line 1303, ../sass/style.page.scss */
#login .content .phone i {
  font-size: 26px;
}
/* line 1308, ../sass/style.page.scss */
#login .content .test img,#bindWeChat .content .test img {
  max-width: 86px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  height: 44px;
}

.loginIcon{
	width:19px;
	height:24px;
	position:absolute;
	left:30px;
	top:26%;
	z-index: 3;
}
/* line 1317, ../sass/style.page.scss */
#login .content .forgetLabel .useragree {
  padding-left: 0;
  float: left;
}
/* line 1320, ../sass/style.page.scss */
#login .content .forgetLabel .useragree #saveUserName {
  vertical-align: text-top;
  margin-top: 0;
}
/* line 1325, ../sass/style.page.scss */
#login .content .forgetLabel .forget {
  font-size: 13px;
  color: #666;
}
/* line 1331, ../sass/style.page.scss */
/* #login .content .mg-t-50 a:nth-of-type(2) {
  color: #666;
} */

/* line 1341, ../sass/style.page.scss */
#register .content .row {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1344, ../sass/style.page.scss */
#register .content .row span {
  color: red;
}
/* line 1348, ../sass/style.page.scss */
#register .content .row .col i {
  font-size: 26px;
}
/* line 1352, ../sass/style.page.scss */
#register .content .row p {
  line-height: 42px;
}
/* line 1357, ../sass/style.page.scss */
#register .content .row .test img {
  max-width: 70px;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 2;
}
/* line 1365, ../sass/style.page.scss */
#register .content .row .forget {
  font-size: 13px;
  color: #666;
}
/* line 1371, ../sass/style.page.scss */
#register .content .agree label {
  padding-right: 0;
  line-height: 11px;
}
/* line 1374, ../sass/style.page.scss */
#register .content .agree label input {
  vertical-align: text-top;
  margin-top: 3px;
}
/* line 1379, ../sass/style.page.scss */
#register .content .agree a {
  color: #ff0000;
  margin-left: -8px;
}
/* line 1385, ../sass/style.page.scss */
#register .content .btn a:nth-of-type(2) {
  color: #666;
}

/* line 1395, ../sass/style.page.scss */
#register3 .content {
  color: #00bc8a;
}
/* line 1397, ../sass/style.page.scss */
#register3 .content p {
  font-size: 11px;
}
/* line 1400, ../sass/style.page.scss */
#register3 .content p:nth-of-type(1) {
  font-size: 16px;
}

/* line 1409, ../sass/style.page.scss */
#findpwd .findpwdBox label {
  vertical-align: middle;
}
/* line 1419, ../sass/style.page.scss */
#findpwd .findpwdBox img {
  width: 70px;
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: 8px;
}

/* line 1433, ../sass/style.page.scss */
#findpwd3 .content .prompt{
  color: #00bc8a;
}


/* line 1446, ../sass/style.page.scss */
body #indexMask {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
/* line 1451, ../sass/style.page.scss */
body #indexMask #boxShadowIndex {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 550;
}
/* line 1459, ../sass/style.page.scss */
body #indexMask #boxShadowIndex #boxIndex {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
}
/* line 1464, ../sass/style.page.scss */
body #indexMask #boxShadowIndex #boxIndex a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1468, ../sass/style.page.scss */
body #indexMask #boxShadowIndex #boxIndex a img {
  width: 100%;
}
/* line 1472, ../sass/style.page.scss */
body #indexMask #boxShadowIndex #boxIndex #buttonClose {
  position: absolute;
  right: 10%;
  top: -5%;
  font-size: 32px;
  cursor: pointer;
  color: #fab27b;
}
/* line 1482, ../sass/style.page.scss */
body #indexMask #maskIndex {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 500;
}

#bindResult .a6,#bindRevise .a6{
	font-size:14px;
	color:#a6a6a6;
}
/* #userinfo .userinfoTextL{
	float:left;
} */
#userinfo .item-note{
	text-align:right;
}
#userinfo .userBgOver{
	width:26px;
	vertical-align: middle;
}
#userinfo .item-icon-right .icon{
	position:static;
	height:57px;
}