.topBack{
  width: 100%;
  height: 217px;
  background: url('https://wbyixiu.oss-cn-hangzhou.aliyuncs.com/vip/pc/passwordCodeTopBack.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 58px;
  right: 0px;
  z-index: -1;
}

.main{
  width: 1190px;
  margin: 0 auto;
}

.main .top{
  width: 1149.5px;
  height: 187px;
  align-items: start;
  padding: 30px 0px 0px 39.5px;
  margin-bottom: 30px;
}

.main .top .left{
  height: 187px;
  color: #999;
  line-height: 13.5px;
  padding-top: 15px;
}

.main .top .left .phoneCon{
  height: 21px;
  margin-bottom: 30.5px;
}

.main .top .left .phoneCon>span,
.main .top .left .passwordCodeCon>span{
  display: inline-block;
}

.main .top .left .passwordCodeCon{
  line-height: 13.5px;
}

.main .top .right{
  width: 252px;
  height: 110px;
  color: #F0C78C;
  background: #342C22;
  border-radius: 10px;
  border: 1px solid #4A3E2E;
  padding: 45px 0 0 30px;
}

.main .top .right .income{
  font-size: 32px;
  line-height: 25px;
  margin-top: 29px;
}

.main .content{
  width: 1190px;
  padding: 0 0px 30px;
  background: #FFF;
  border-radius: 10px;
}

.main .content .tabsOrInfo{
  width: calc(100% - 70px);
  height: 73.5px;
  padding: 0px 40px 0px 30px;
  background: url('https://wbyixiu.oss-cn-hangzhou.aliyuncs.com/vip/pc/tabsOrInfoBack.png') no-repeat;
  background-size: cover;
}

.main .content .tabsOrInfo .tabs .tabs_item{
  font-weight: 400;
  color: #666666;
  margin-right: 29.5px;
  cursor: pointer;
}

.main .content .tabsOrInfo .tabs .tabs_item.active{
  font-weight: bold;
  color: #EB576A;
  margin-right: 29.5px;
}

.main .content .tabsOrInfo .tabs .tabs_item .icon{
  width: 18px;
  height: 18px;
  margin-right: 9.5px;
}

.main .content .tabsOrInfo .info{
  color: #FFD4DA;
  line-height: 15.5px;
}

.main .content .tabsOrInfo .info>span{
  display: inline-block;
  color: #FFF;
  font-size: 20px;
}

.main .content .core{
  width: calc(100% - 60px);
  padding: 30px 30px 0;
}

.main .content .core .core_one,
.main .content .core .core_two .withdrawrecord .withdrawrecord_con{
  width: calc(100% - 2px);
  line-height: 66px;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.main .content .core .core_one .core_one_th,
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th{
  width: 100%;
  height: 66px;
  color: #666666;
  background: #FBFBFB;
  border-radius: 10px 10px 0 0;
}

.main .content .core .core_one .core_one_th>div:nth-child(1),
.main .content .core .core_one .core_one_tr>div:nth-child(1){
  width: 339px;
}

.main .content .core .core_one .core_one_th>div:nth-child(2),
.main .content .core .core_one .core_one_tr>div:nth-child(2){
  width: 308.5px;
}

.main .content .core .core_one .core_one_th>div:nth-child(3),
.main .content .core .core_one .core_one_tr>div:nth-child(3){
  width: 280.5px;
}

.main .content .core .core_one .core_one_th>div:nth-child(4),
.main .content .core .core_one .core_one_tr>div:nth-child(4){
  width: 202px;
}

.main .content .core .core_one .core_one_tr,
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr{
  color: #333333;
  border-top: 1px solid #DDDDDD;
}

.main .content .core .core_one .core_one_tr>div:nth-child(1){
  color: #666666;
}

.main .content .core .core_two{
  padding: 30px 0 0 14.5px;
}

.main .content .core .core_two .core_two_tabs .core_two_tab_item{
  height: 26.5px;
  line-height: 13px;
  color: #666666;
  margin-right: 44px;
  position: relative;
  cursor: pointer;
}

.main .content .core .core_two .core_two_tabs .core_two_tab_item.active{
  color: #EB576A;
}

.main .content .core .core_two .core_two_tabs .core_two_tab_item::after{
  content: '';
  display: none;
  width: 26px;
  height: 3px;
  background: #EB576A;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 14.5px;
}

.main .content .core .core_two .core_two_tabs .core_two_tab_item.active::after{
  display: block;
}

.main .content .core .core_two .applyWithdrawForm{
  padding: 45px 0 0 28px;
}

.main .content .core .core_two .applyWithdrawForm .formItem{
  margin-bottom: 30px;
}

.main .content .core .core_two .applyWithdrawForm .formItem .itemTit{
  width: 70px;
  text-align: right;
  color: #666666;
}

.main .content .core .core_two .applyWithdrawForm .formItem .itemContent{
  color: #333333;
}

.main .content .core .core_two .applyWithdrawForm .formItem .itemContent input{
  width: 127px;
  height: 46px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  outline: none;
  padding: 0 10px;
  margin-right: 15px;
}

.main .content .core .core_two .applyWithdrawForm .affirmWithdraw{
  width: 211px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #FFFFFF;
  background: linear-gradient(-90deg, #FF4866, #FF387A);
  border-radius: 10px;
  margin-left: 70px;
}

.main .content .core .core_two .withdrawrecord{
  margin-top: 30px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(1),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(1){
  width: 150px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(2),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(2){
  width: 100px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(3),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(3){
  width: 64px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(4),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(4){
  width: 80px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(5),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(5){
  width: 164.5px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(6),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(6){
  width: 140px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(7),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(7){
  width: 140px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(8),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(8){
  width: 60px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(9),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(9){
  width: 164.5px;
}

.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_th>div:nth-child(10),
.main .content .core .core_two .withdrawrecord .withdrawrecord_con .withdrawrecord_tr>div:nth-child(10){
  width: 100px;
}

.applyInviteCodeCon .title{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 19.5px;
  text-align: center;
  padding: 45px 0 30px;
}

.applyInviteCodeCon .applyInviteCodeForm{
  width: calc(100% - 60px);
  margin: 0 auto;
}

.applyInviteCodeCon .applyInviteCodeForm .formItem {
  margin-top: 15px;
}


.applyInviteCodeCon .applyInviteCodeForm .formItem .tit{
  width: 115px;
  color: #333333;
  text-align: right;
  margin-right: 15px;
}

.applyInviteCodeCon .applyInviteCodeForm .formItem input{
  width: 317px;
  height: 44px;
  color: #999999;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 0 15px;
}

.applyInviteCodeCon .confirmApply{
  width: 409px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #FFFFFF;
  background: #FF4563;
  border-radius: 10px;
  margin: 24px auto 0;
  cursor: pointer;
}

/*遮罩*/
.mask-all {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/*绑定支付宝*/
.bind-frame {
  width: 512px;
  height: 346px;
  background: #FFFFFF;
  border-radius: 18px;
  box-sizing: border-box;
  padding-top: 25px;
  text-align: center;
}

.bind-frame .button-bg {
  display: inline-block;
  cursor: pointer;
  width: 186px;
  height: 44px;
  background: #FEC72E;
  border-radius: 6px;
  line-height: 44px;
}

.bind-frame .button-bg:hover {
  opacity: 0.9;
}

.bind-frame .cancel {
  display: inline-block;
  cursor: pointer;
  width: 114px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  line-height: 42px;
  margin-left: 5px;
}

.bind-frame .accountInfo {
  color: #929292;
  line-height: 35px;
  margin-top: 7px;
}

.bind-frame input {
  width: 275px;
  border-bottom: 1px solid #E5E5E5;
  line-height: 35px;
}

.bind-frame input::placeholder {
  color: #B6B6B6;
}