#content{
  padding-top: 100px;
}

.personalcenter_mian {
  background-color: #f7f7f7;
}

.personalcenter_back a {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.personalcenter_back {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_back.png") center top no-repeat;
  height: 832px;
}

.personalcenter_main {
  width: 1200px;
  /* height: 620px; */
  margin: 0 auto;
  padding-top: 32px;
}
/* 左边 */
.personalcenter_left {
  width: 198px;
  height: 368px;
  background-color: #fff;
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
  color: #666666;
  font-size: 16px;
}

.personalcenter_left span {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.personalcenter_leftul {
  text-align: center;
}

.personalcenter_leftul a {
  display: block;
  line-height: 28px;
  margin-top: 33px;
  border-left: 3px solid transparent;
  box-sizing: border-box;
}

.personalcenter_leftul a:hover, .personalcenter_leftul a.personactive{
  color: #f69e20;
  border-left: 3px solid #f69e20;
}

.personalcenter_leftuser span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_user.png") center top no-repeat;
}

.personalcenter_leftuser:hover span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_user_hover.png") center top no-repeat;
}

.personalcenter_leftuser.personactive span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_user_hover.png") center top no-repeat;
}

.personalcenter_leftrecharge span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_recharge.png") center top no-repeat;
}

.personalcenter_leftrecharge:hover span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_recharge_hover.png") center top no-repeat;
}
.personalcenter_leftrecharge.personactive span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_recharge_hover.png") center top no-repeat;
}

.personalcenter_leftcode span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_code.png") center top no-repeat;
}

.personalcenter_leftcode:hover span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_code_hover.png") center top no-repeat;
}
.personalcenter_leftcode.personactive span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_code_hover.png") center top no-repeat;
}

.personalcenter_leftbind span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_bind.png") center top no-repeat;
}

.personalcenter_leftbind:hover span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_bind_hover.png") center top no-repeat;
}
.personalcenter_leftbind.personactive span {
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/personalcenter_bind_hover.png") center top no-repeat;
}

.personalcenter_leftbalance span {
  background: url(https://cdn-js.yebaojiasu.com/u/balance-icon.png) left top no-repeat;
}

.personalcenter_leftbalance:hover span, .personalcenter_leftbalance.personactive span{
  background-position: -16px 0;
}

.balance-info {
  width: 100%;
  margin-top: 13px;
  overflow: hidden;
}

.balance-info > div {
  width: 432px;
  height: 104px;
  background: #FBFAFE;
  float: left;
}

.balance-info > div:last-child{
  float: right;
}

.balance-info > div p {
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #202020;
  font-size: 16px;
  margin: 23px 0 22px 0;
}

.balance-info > div p:last-child {
  margin: 0;
  color: #FEA42D;
}

.balance-info > div p:last-child span{
  font-size: 22px;
  font-weight: bold;
}

.balance-record-title {
  line-height: 1;
  margin: 25px 0 16px 0;
  font-size: 16px;
  color: #666666;
}

.balance-record-head {
  overflow: hidden;
}

.balance-record-head div {
  width: 25%;
  height: 40px;
  font-size: 16px;
  color: #202020;
  text-align: center;
  line-height: 40px;
  background: #FAFAFA;
  float: left;
}

.balance-record-body {
  max-height: 345px;
  overflow: hidden;
  margin-bottom: 28px;
}

.balance-record-body > div {
  margin-top: 33px;
  overflow: hidden;
}

.balance-record-body > div div{
  float: left;
  width: 25%;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #999999;
}

.balance-tips-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99999;
}

.balance-tips-content {
  width: 590px;
  height: 270px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #666;
  box-sizing: border-box;
  padding: 44px 30px 0 30px;
}

.balance-tips-close {
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_close.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* 右边 */
.personalcenter_right {
  width: 978px;
  /* height: 618px; */
  background-color: #fff;
  display: inline-block;
}
.personalcenter_rightmain {
  padding: 32px 40px 62px;
}
.personalcenter_righttitle {
  color: #666;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.personalcenter_righttitle span {
  cursor: pointer;
}
.personalcenter_righttitle span.spanactive {
  color: #f69e20;
}
.rightuser {
  margin-top: 40px;
}
.personcenter_type {
  color: #f69e20;
  font-size: 16px;
}
.personcenter_typeall {
  display: inline-block;
  vertical-align: top;
}
.rightuserintro {
  display: inline-block;
  vertical-align: top;
  color: #202020;
  margin-left: 24px;
}
.rightuserintro > p:nth-last-of-type(1) {
  margin-bottom: 5px;
}
.rightuser img {
  width: 76px;
}
.rightuser a{
    color: #fff;
}
.personalcenter_btn {
  display: inline-block;
  width: 140px;
  line-height: 44px;
  height: 44px;
  background-color: #f69e20;
  color: #fff;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
.personalcenter_btn:hover {
  background-color: #ffc26b;
}
/* 充值 */
.rightuserrecharge {
  float: right;
  margin-top: 23px;
}

.divhuan_tab table {
  margin-top: -40px;
}
.rightrechargetab table thead,
.divhuan_tab table thead {
  height: 40px;
  color: #202020;
  font-size: 16px;
}

.rightrechargetab table thead th,
.divhuan_tab table thead th {
  text-align: center;
  background: #FAFAFA;
}

table {
  width: 100%;
  margin: 28px 0 28px 0;
}
table tr {
  line-height: 50px;
}

table td {
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.rightrechargetab table td span,
.divhuan_tab table td span {
  margin: 0 5px;
  cursor: pointer;
}
.rightrechargetab_no h2,
.divhuan_tab_no h2 {
  color: #666666;
  text-align: center;
  margin-top: 50px;
}
/* 兑换码 */
.rightcode {
  text-align: center;
  margin-top: 60px;
}
.duihuan_btn {
  margin-top: 50px;
  margin-bottom: 85px;
  font-size: 18px;
}
#duhuan_text {
  width: 334px;
  height: 48px;
  border: 1px solid #cecece;
  text-indent: 16px;
  font-size: 16px;
  color: #999;
}
/* 绑定 */
.rightbind li {
  margin-top: 46px;
  position: relative;
}
.rightbind_commontext {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
}
.rightbind_common_p1 {
  color: #202020;
  font-size: 18px;
}
.rightbind_common_p2 {
  color: #999999;
  font-size: 16px;
}
.bind_phonetext{
  color: #f69e20;
  position: absolute;
  left: 182px;
  top: 3px;
}
.rightbind_commonbtn {
  float: right;
  margin-top: 11px;
  font-size: 18px;
}
/* 绑定手机弹框样式 */
/* .bind_phone_title {
  font-size: 18px;
  color: #666666;
  margin-top: 30px;
}
.bind_phone_tips {
  color: #999;
  font-size: 14px;
  margin-top: 14px;
}
.bind_phonenumber {
  margin: 10px 0;
}
.binddphoneclose {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.binddphoneclose:hover {
  color: #999;
}
.bindphone_codediv {
  background-color: #f9f9f9;
  width: 168px;
  display: inline-block;
}
.bindphone_code {
  width: 168px;
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_password.png") center top no-repeat;
}
.bindphone_getcode {
  display: inline-block;
  font-size: 14px;
  height: 48px;
  width: 124px;
  color: #f69e20;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  background-color: #f9f9f9;
  margin-left: 8px;
}
.bindtelmessage,
.bindcodemessage {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  width: 300px;
  color: #ec5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bind_phonediv {
  margin-top: 10px;
  background-color: #f9f9f9;
}
.bind_phoneinput {
  width: 300px;
  background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_phone.png") center top no-repeat;
} */
.duihuan_tips {
  text-align: left;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  width: 334px;
  margin: 6px auto 0;
  color: #ec5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.display {
  display: none;
}
.weixinloginshow {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 340px;
  left: 0;
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  display: none;
}

.popup > div {
  width: 350px;
  height: 402px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.popup .popup-title {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  color: #202020;
  position: absolute;
  top: 42px;
  left: 0;
}

.popup .popup-close {
  display: block;
  width: 26px;
  height: 26px;
  background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_close.png) center top no-repeat;
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: 999;
}

.popup .popup-tips {
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 145px;
  left: 0;
}

.popup .popup-btn-group {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 0;
  position: absolute;
  top: 300px;
  left: 0;
}

.popup .popup-btn-group a {
  display: inline-block;
  width: 124px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f69e20;
  font-size: 14px;
  color: #fff;
}

.popup .popup-btn-group a:first-child {
  margin-right: 20px;
  background-color: rgb(236, 236, 236);
  color: rgb(102, 102, 102);
}