
.mac_pop_msg_bg, .mac_pop_bg, .logout-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
  background-color: rgba(0,0,0,.7);
}
.mac_pop_msg_bg {
  z-index: 9993;
}
.mac_pop_msg, .mac_pop, .logout-box, .del-all-confirm {
  position: fixed;
  left: 50%;
  margin-left: -150px;
  top: 30%;
  padding: 10px 20px;
  background-color: #fff;
  width: 260px;
  text-align: center;
  line-height: 1.8;
  z-index: 9994;
  border-radius: 5px;
}
.mac_pop, .logout-box, .del-all-confirm {
  width: 300px;
  margin-left: -170px;
  z-index: 9992;
  top: 20%;
}
.mac_pop .pop_top h2 {
  display: none;
}
.mac_pop .pop_top .pop_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.mac_pop .pop_top .pop_close:hover {
  border-color: #f60;
  color: #f60;
}
.logout-bg {
  z-index: 6666;
  display: none;
}
.logout-box, .del-all-confirm {
  z-index: 6667;
  border-radius: 0;
  padding: 0;
  margin-left: -150px;
  display: none;
}
.logout-bg.show, .logout-box.show, .del-all-confirm.show {
  display: block;
}
.logout-title {
  font-size: 16px;
  line-height: 3;
  font-weight: bold;
  color: #555;
}
.logout-content {
  text-align: left;
}
.logout-content p {
  padding-left: 22%;
  color: #777;
  line-height: 2.5;
}
.logout-content p i {
  width: 30px;
  font-size: 18px;
  color: #f60;
}
.logout-footer {
  line-height: 3;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  text-align: center;
}
.logout-close {
  display: inline-block;
  width: 50%;
  color: #f60;
}
.logout-close:nth-child(2) {
  width: calc(50% - 1px);
  border-left: 1px solid #ddd;
  color: #333;
}
.logout-close:hover {
  text-decoration: none;
}
.login-title {
  margin-top: 50px;
  overflow: hidden;
  color: #666;
  padding-bottom: 20px;
}
.login-title h1 {
  float: left;
}
.login-title a {
  color: #008000;
  line-height: 40px;
}
.login-title h1 a {
  font-size: 14px;
  color: #febf4b;
}
.login-title a i {
  margin-right: 5px;
}
.login-wrapper {
  width: 100%;
  background: url("https://www.yingshidaquana.com/template/yingshidaquana/image/login-bg.jpg") no-repeat center center #ebd9a9;
  background-size: auto 100%;
  overflow: hidden;
  height:484px;
}
.login-wrapper .wrapper {
  padding-bottom: 20px;
  overflow: hidden;
}
.form-wrapper {
  width: 300px;
  float: right;
  padding: 10px;
  background-color: #fff;
  color: #666;
}
.form-tab-title {
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.report-form-wrapper .form-tab-title{text-align: left;}
.mac_pop .form-wrapper {
  width: auto;
  float: none;
}
.form-tab-title-item {
  display: inline-block;
  margin-left: 15px;
}
.form-tab-title-item.active, .mac_pop_login .form-tab-title-item:nth-child(1), .mac_pop_reg .form-tab-title-item:nth-child(2) {
  border-bottom: 1px solid #f60;
  position: relative;
  margin-bottom: -1px;
  color: #f60;
}
.mac_pop_login #float-reg {
  display: none;
}
.mac_pop_reg #float-login {
  display: none;
}
.form-tab-title-item:hover {
  font-size: 16px;
  text-decoration: none;
}
.form-item {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  overflow: hidden;
}
.form-item * {
  display: inline-block;
}
.form-item .form-label, .form-item .form-input, .form-item .form-btn, .form-item .form-verify, .form-item .form-verify-refresh {
  height: 30px;
  line-height: 30px;
  float: left;
}
.form-item .form-label {
  width: 20%;
  text-align: right;
  margin-right: 2%;
  font-size: 12px;
}
.form-item .form-input {
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  background-color: #f9f9f9;
  width: 74%;
  text-indent: 10px;
  font-size: 12px;
}
.form-item input.form-input:read-only {
border-color:#fcfcfc;
background-color:#fcfcfc;
cursor: default;
}
.form-item .form-input-half {
  width: 35%;
  margin-right: 2%;
}
.form-item .form-verify {
  width: 30%;
  margin-right: 1%;
}
.form-item .form-verify-refresh {
  width: 6%;
  text-align: center;
  color: #f60;
  cursor: pointer;
}
.form-item .form-btn {
  border: none;
  background-color: #f60;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.form-item .form-btn:hover {
  text-decoration: none;
  opacity: .8;
}
.form-item .form-btn:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #666;
}
.form-item .form-btn:disabled:hover {
  opacity: 1;
  cursor: default;
}
.form-item .form-btn-verify, .form-item .form-btn-player-password {
  width: 37%;
  font-size: 12px;
}
.form-item .form-btn-popedom {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  font-size: 12px;
  float: none;
}
.form-item .form-btn-block,.form-item .form-textarea {
  width: 93%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #1db69a;
  border: 1px solid #1db69a;
}
.form-item .form-textarea{
      border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    background-color: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}
.form-item .form-sub-link {
  font-size: 12px;
  float: right;
  margin-right: 4%;
}
.form-item .form-sub-link-big {
  color: #f60;
}
.form-other-wrapper {
  border-top: 1px solid #eee;
  text-align: center;
}
.form-other-title {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -12px;
  padding: 0 8px;
  background-color: #fff;
}
.form-other-box {
  margin-top: -5px;
}
.form-other-btn {
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
}
.form-other-btn:hover {
  color: #fff;
}
.form-other-btn+.form-other-btn {
  margin-left: 15px;
}
.form-other-btn-qq {
  background-color: #9ae5ff;
}
.form-other-btn-wechat {
  background-color: #c0ea9f;
}
.user-head {
  width: 100%;
  background-color: #FEBF4B;
  overflow: hidden;
}
.user-head a {
  display: inline-block;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
  color: #fff;
}
.user-head a i {
  font-size: 18px;
  vertical-align: text-bottom;
}
.user-head a:hover {
  color: #fff;
}
.user-head .user-head-back {
  float: left;
  padding-left: 10px;
  padding-right: 20px;
}
.user-head .user-head-back i {
  font-size: 24px;
}
.user-head .user-head-title {
  font-size: 20px;
}
.user-wrapper {
  overflow: hidden;
  margin-top: 50px;
}
.user-left {
  width: 220px;
  float: left;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #666;
}
.user-right {
  width: 910px;
  float: right;
  padding-right: 20px;
}
.user-avatar {
  text-align: center;
}
.user-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.user-avatar a{
  color:#666;
}
.user-avatar a:hover{
  color:#f60;
}
.user-left-info {
  padding: 20px;
  background: url(https://www.yingshidaquana.com/template/yingshidaquana/image/user-info-bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.user-info-badge-box {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.user-info-badge {
  line-height: 1.8;
  margin-top: 5px;
  display: block;
  border-radius: 10px;
}
.user-info-badge:hover {
  text-decoration: none;
  opacity: .8;
}
.points-badge, .group-badge, .end-time-badge {
  background-color: transparent;
  color: #333;
}
.end-time-badge {
  color: #999;
  font-size: 12px;
}
.exit-badge {
  color: #fff;
  background-color: #FEBF4B!important;
}
.points-badge:hover, .group-badge:hover, .end-time-badge:hover {
  color: #333;
}
.points-badge:hover, .end-time-badge:hover {
  text-decoration: underline;
}
.exit-badge:hover {
  color: #fff;
}
.user-info-badge span {
  display: inline-block;
  line-height: 1;
  padding: 1px 2px;
  border-radius: 8px;
  font-size: 12px;
  color: #f60;
  border: 1px solid #f60;
}
.user-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.user-nav li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-nav li a {
  display: block;
  color: #666;
  border-left: 2px solid transparent;
}
.user-nav li a i {
  font-size: 16px;
  width: 30px;
  text-align: left;
}
.user-nav li a:hover {
  text-decoration: none;
  color: #f60;
}
.user-nav li.active {
}
.user-nav li.active a {
  color: #f60;
  border-left-color: #f60;
}
.user-right .form-tab-title-item {
  margin-left: 0;
  margin-right: 15px;
}
.user-security {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.user-security-item {
  display: block;
  width: 48%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  background-color: #f8fce1;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #333;
}
.user-security-item:hover {
  color: #333;
  text-decoration: none;
}
.user-security-item:nth-child(2n) {
  float: right;
}
.user-security-icon {
  width: 20%;
  text-align: center;
  height: 50px;
  line-height: 70px;
  float: left;
  color: #93d836;
}
.user-security-icon i {
  font-size: 30px;
}
.user-security-info {
  float: left;
}
.user-security-info span {
  color: #83B83B;
}
.user-security-info span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.user-security-item.warning {
  background-color: #F4E6CC;
}
.user-security-item.warning .user-security-icon {
  color: #f60;
}
.user-security-item.warning .user-security-info span, .user-security-item.warning .user-security-info span:hover {
  color: #f60;
}
.user-info {
  overflow: hidden;
}
.user-info.user-info-avatar {
  margin-top: 20px;
}
.user-info-table {
  width: 48%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-info-table.with-shadow {
  /*width:calc(48% - 10px);*/
  /*box-shadow: 0px 0px 15px rgba(0,0,0,.2);*/
    /*margin: 5px;*/
  width: calc(48% - 2px);
  border: 1px solid #f3f3f3;
}
.user-info-table .form-tab-title {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.user-info-qrcode {
  width: 48%;
  float: right;
  text-align: center;
}
.user-info-qrcode img {
  width: 250px;
}
.user-reward-box .form-item .form-label {
  width: 8%;
}
.user-reward-box .form-item .form-input-half {
  width: 47%;
}
.user-reward-box .form-item .form-btn-copy {
  width: 10%;
  font-size: 12px;
}
#user-nav-info {
  display: none;
}
.avatar-edit {
  text-align: center;
}
.avatar-edit .jQuery-imageUpload {
  width: 100%;
}
.avatar-edit img, .avatar-upload-btn {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: none;
  outline: none;
  clear: right;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.avatar-edit .form-label {
  width: 10px;
  height: 80px;
  line-height: 80px;
}
.avatar-edit .form-btn {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  outline: none;
}
.popedom-box li {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.popedom-item {
  width: 16.66666%;
  float: left;
  color: #fff;
}
.popedom-item span {
  display: block;
  width: 80%;
  text-align: center;
  margin-bottom: 2px;
}
.popedom-type-name span {
  background-color: #FEBF4B;
  border: 2px solid #FEBF4B;
}
.popedom-item span.yes {
  background-color: #93d836;
  border: 2px solid #93d836;
}
.popedom-item span.no {
  background-color: #fc2954;
  border: 2px solid #fc2954;
}
.popedom-item span.yes .fa-close, .popedom-item span.no .fa-check {
  display: none;
}
.popedom-item span em {
  font-style: normal;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.popedom-icon {
  float: right;
  width: 30%;
  background-color: #fff;
  color: #93d836;
}
.popedom-item span.no .popedom-icon {
  color: #fc2954;
}
.user-notice {
  line-height: 24px;
}
.user-notice a, .user-notice i {
  color: #f60;
}
.user-notice i {
  font-size: 24px;
}
.user-notice .highlight {
  color: #f60;
  margin-left: 5px;
  margin-right: 5px;
}
.form-item .user-notice {
  width: 74%;
  display: inline-block;
}
.user-notice.width-shadow {
  box-shadow: 0 0 15px 0 #ccc;
  margin: 5px 5px 20px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
}
.culum_list .c2_list.user-img-list li {
  width: 166px;
}
.user-btn-del {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #f60;
  color: #fff;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  border-radius: 0 0 50% 0;
}
.user-btn-del:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.user-btn-del input {
  display: none;
}
.reward-notice-wrapper {
  overflow: hidden;
}
.reward-notice {
  width: 48%;
  float: left;
}
.table-records-reward {
  margin-top: 20px;
}
.table-records {
  width: 100%;
}
.table-records th, .table-records td {
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
}
.table-records th {
  background-color: #f6f6f6;
  color: #666;
}
.table-records tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table-records td a {
  color: #f60;
}
.orders-col-1, .orders-col-3, .orders-col-4, .orders-col-5, .orders-col-7, .cards-col-1 {
  width: 10%;
}
.cards-col-3, .cards-col-4, .cash-col-1, .cash-col-2, .cash-col-3, .cash-col-4 {
  width: 15%;
}
.orders-col-6, .plog-col-1, .plog-col-2, .plog-col-3, .reward-col-1 {
  width: 20%;
}
.cards-col-5 {
  width: 25%;
}
.orders-col-2 {
  width: 30%;
}
.cards-col-2 {
  width: 35%;
}
.plog-col-4, .reward-col-2, .reward-col-3, .cash-col-5 {
  width: 40%;
}
.help-wrapper {
  padding-top: 0;
  overflow: hidden;
}
.help-divider {
  border-bottom: 1px solid #eee;
  width: 100%;
}
.help-body .small_nav {
  position: static;
  overflow: hidden;min-width:1200px;
}
.help-body .user-left {
  background-color: #fff;
}
.help-body .user-nav li {
  padding-top: 0;
  padding-bottom: 0;
}
.help-body .user-nav li.active {
  background-color: #f9f9f9;
}
.help-body .user-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 20%;
}
.help-right {
  float: left;
  width: 980px;
  border-left: 1px solid #eee;
}
.help-right, .help-right * {
  box-sizing: border-box;
}
.help-right .form-tab-title, .help-right .form-tab-title-item:hover {
  font-size: 24px;
}
.help-content {
  padding-top: 10px;
}
.help-block {
  padding-left: 50px;
  position: relative;
  padding-bottom: 20px;
}
.help-block::before {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}
.help-block:last-child::before {
  display: none;
}
.help-block-dot {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  top: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #FEBF4B;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.help-block-dot:hover {
  border-color: #f60;
}
.help-block-title {
  position: relative;
  top: -5px;
}
.help-block-text {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px;
  line-height: 1.6;
  border-left: 5px solid #FFCF77;
  border-radius: 0 2px 2px 0;
  background-color: #f6f6f6;
}
.help-block-text a {
  text-decoration: underline;
  color: #f60;
}
.help-block-text img {
  max-width: 100%;
  margin-top: 10px;
}
.help-open {
  position: fixed;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

@media (min-width: 768px) {
.help-body .user-left {
  padding-top: 20px;
}
.help-right {
  padding-top: 20px;
}
.help-body .user-nav.fixed {
  width: 220px;
  position: fixed;
  top: 0;
}
}

@media (max-width: 767px) {
.mac_pop_msg {
  width: 90%;
  margin-left: -45%;
}
.mac_pop {
  width: 96%;
  margin-left: -48%;
  top: 10%;
}
  .mac_pop .pop_top .pop_close{
    width:22px;height:22px;
  }
.login-title {
  margin-top: 0;
  border-bottom: 2px solid #eee;
}
.login-title h1 {
  text-align: center;
  float: none;
}
.login-wrapper {
  background: none;
  height:auto;
}
.login-wrapper .wrapper {
  padding-top: 0;
}
.form-wrapper {
  width: 100%;
  float: none;
}
.form-item .form-input {
  text-indent: 5px;
}
.form-item .form-btn-block,.form-item .form-textarea {
  width: 92%;
}
.body-bg-user .wrapper {
  width: 100%;
  padding-bottom: 0;
}
.user-wrapper {
  padding-top: 0;
  margin-top: 0;
}
.user-nav li {
  padding-left: 5px;
}
.user-nav-bg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
}
.user-left {
  width: 60%;
  float: none;
  position: fixed;
  top: 0;
  left: -60%;
  z-index: 3;
  border-radius: 0;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  transition: all .2s;
}
.user-nav-bg.show {
  display: block;
}
.user-left.show {
  left: 0;
}
.user-left-info {
  overflow: hidden;
}
.user-right {
  width: 100%;
  padding: 10px;
}
.user-security {
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-security-item {
  width: 100%;
  height: auto;
  float: none;
}
.user-security-item:nth-child(2n) {
  float: none;
}
.user-info-table {
  width: 100%;
}
.user-info-table.with-shadow {
  width: 100%;
}
.user-index-wrapper .user-left {
  position: static;
}
.user-index-wrapper .user-avatar {
  width: 40%;
  float: left;
}
.user-index-wrapper .user-info-badge-box {
  width: 50%;
  float: right;
  border: none;
  margin-top: 0;
}
.user-index-wrapper .user-info-badge {
  margin-top: 0;
  margin-bottom: 5px;
  background-color: #fe1729;
  color: #fff;
}
.user-index-wrapper .user-info-badge span {
  display: none;
}
.user-index-wrapper #user-nav-index {
  display: none;
}
.user-index-wrapper #user-nav-info {
  display: block;
}
.user-index-wrapper .user-left {
  width: 100%;
  background-color: transparent;
}
.user-index-wrapper .user-nav {
  padding-top: 0;
  overflow: hidden;
  padding-left: 0;
}
.user-index-wrapper .user-nav li {
  width: 33.33333%;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
  float: left;
  border: 1px solid #eee;
  border-top: none;
  border-left: none;
}
.user-index-wrapper .user-nav li:nth-child(3n+1) {
  border-right: none;
}
.user-index-wrapper .user-nav li a {
  height: 100%;
  width: 100%;
  border: none;
}
.user-index-wrapper .user-nav li a i {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 24px;
  margin-bottom: 10px;
  color: #93d836;
}
.popedom-item {
  width: 33.33333%;
  padding-right: 10px;
}
.popedom-item span {
  width: 100%;
}
.culum_list .c2_list.user-img-list li {
  width: 50%;
}
.user-btn-del {
  left: 5px;
}
.orders-col-1, .orders-col-7, .cards-col-4, .cards-col-5 {
  width: 15%;
}
.orders-col-4, .orders-col-5, .cash-col-3 {
  width: 20%;
}
.cards-col-3, .cards-col-4, .cash-col-2 {
  width: 25%;
}
.orders-col-6 {
  width: 30%;
}
.cards-col-2 {
  width: 50%;
}
.orders-col-2, .orders-col-3, .cards-col-1, .cards-col-5, .cash-col-1 {
  display: none;
}
.user-reward-box .form-item .form-label {
  width: 24%;
  text-align: left;
}
.user-reward-box .form-item .form-input-half {
  width: 48%;
}
.user-reward-box .form-item .form-btn-copy {
  width: 24%;
}
.reward-notice {
  width: calc(100% - 10px)
}
  .help-body .small_nav{min-width:auto;}
.help-right {
  float: none;
  width: 100%;
}
.help-right .form-tab-title-item {
  margin-left: 10px;
}
.help-block {
  padding-left: 24px;
  padding-right: 10px;
}
.help-block::before {
  left: 10px;
}
.help-block-dot {
  left: 2px;
}
}
