.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.middle-box {
  min-width: 1232px;
  width: 1730px;
  margin: 0 auto;
  height: 100%;
}

.show1232 {
  display: none;
}

.web-nav-box {
  width: 100%;
  position: fixed;
  min-width: 1232px;
  z-index: 500;
}

.nav-search-box {
  width: 480px;
  height: 50px;
  line-height: 50px;
  left: 40%;
  z-index: 100;
}

.nav-search-box .tj-search-box {
  position: absolute;
  top: 50px;
  right: 80px;
  width: 380px;
  background-color: #ffffff;
  box-shadow: 1px 2px 9px 0px rgba(153, 153, 153, 0.6);
  border-radius: 0px 0px 5px 0px;
  padding: 20px;
  z-index: 100;
  display: none;
}

.nav-search-box .tj-search-box .history-title {
  color: #999999;
  line-height: 17px;
  margin-bottom: 20px;
}

.nav-search-box .tj-search-box .history-title .clear-hostory {
  line-height: 17px;
}

.nav-search-box .tj-search-box .history-title .clear-hostory .icon {
  margin-right: 6px;
}

.nav-search-box .tj-search-box .history-title .clear-hostory:hover {
  color: #f2a506;
}

.nav-search-box .tj-search-box .history-title .clear-hostory:hover .index-delete-icon {
  background: url(../img/icon.png);
  background-position: -398px -48px;
}

.nav-search-box .tj-search-box .history-list {
  margin-bottom: 20px;
}

.nav-search-box .tj-search-box .history-list li {
  color: #333333;
  line-height: 15px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-search-box .tj-search-box .history-list li a{
  width: 100%;
  display: block;
}
.nav-search-box .tj-search-box .history-list li:hover {
  color: #f2a506;
}

.nav-search-box .tj-search-box .history-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.nav-search-box .tj-search-box .hits-list {
  margin-bottom: 0;
}

.nav-search-box .tj-search-box .hits-list li {
  line-height: 20px;
}

.nav-search-box .tj-search-box .hits-list li .s20x20,
.nav-search-box .tj-search-box .hits-list li .s_20x20 {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  font-style: unset;
  text-align: center;
}

.nav-search-box .input-key {
  width: 400px;
  height: 50px;
  background-color: #2f333e;
  border-radius: 25px 0px 0px 25px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

.nav-search-box .search-btn {
  width: 80px;
  height: 50px;
  background-color: #f2a506;
  border-radius: 0px 25px 25px 0px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

.web-nav {
  background-color: #1d2025;
  position: relative;
}

.web-nav .nav-logo {
  padding: 20px 0;
}

.web-nav .nav-leader-box {
  padding: 23px 0;
}

.web-nav .nav-leader-box .group {
  margin-right: 20px;
  text-align: center;
  color: #999999;
  line-height: 16px;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}

.web-nav .nav-leader-box .group .icon {
  margin-bottom: 5px;
}

.web-nav .nav-leader-box .group .hover-box {
  position: absolute;
  padding-top: 20px;
  top: 46px;
  right: -30px;
  display: none;
  z-index: 10;
}

.web-nav .nav-leader-box .group.isActive {
  color: #f2a506;
}

.web-nav .nav-leader-box .group:hover {
  color: #f2a506;
}

.web-nav .nav-leader-box .group:hover .hover-box {
  display: block;
}

.web-nav .nav-leader-box .nav-no-login {
  text-align: center;
}

.web-nav .nav-leader-box .nav-no-login .s30x27 {
  margin-bottom: 3px;
}

.web-nav .nav-leader-box .nav-no-login .text {
  color: #999999;
}

.web-nav .nav-leader-box .nav-no-login .text .href {
  color: #999999;
  padding: 0 5px;
}

.web-nav .nav-leader-box .nav-no-login .text .href:hover {
  color: #f2a506;
}

.web-nav .nav-leader-box .nav-aready-login {
  width: 46px;
  height: 46px;
  position: relative;
  margin-right: 34px;
}

.web-nav .nav-leader-box .nav-aready-login .user {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box {
  position: absolute;
  padding-top: 36px;
  z-index: 100;
  top: 40px;
  right: -30px;
  display: none;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box {
  position: relative;
  width: 350px;
  background-color: #ffffff;
  box-shadow: 1px 2px 9px 0px rgba(153, 153, 153, 0.6);
  border-radius: 0px 0px 5px 0px;
  padding: 22px 20px;
  border-top: solid 3px #ff5400;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .box-top-sanjiao-icon {
  position: absolute;
  top: -15px;
  right: 38px;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .tuichu {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #000000;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box {
  text-align: center;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .center {
  display: inline-block;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .name {
  color: #000000;
  line-height: 17px;
  margin-bottom: 12px;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .name .nichen {
  margin-right: 7px;
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .name .coin {
  margin-left: 7px;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .name .icon {
  margin: 0 3px;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .isVIP {
  color: #666666;
  margin-bottom: 14px;
}

.web-nav .nav-leader-box .nav-aready-login .nav-user-info-box .hover-box .info-box .btn button {
  width: 200px;
  height: 46px;
  background-color: #f2a506;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.web-nav .nav-leader-box .nav-aready-login:hover .nav-user-info-box {
  display: block;
}

.nav-history-box {
  position: relative;
  width: 360px;
  background-color: #ffffff;
  box-shadow: 1px 2px 9px 0px rgba(153, 153, 153, 0.6);
  border-radius: 0px 0px 5px 0px;
  padding: 20px;
  border-top: solid 3px #ff5400;
}

.nav-history-box .box-top-sanjiao-icon {
  position: absolute;
  top: -15px;
  right: 50px;
  z-index: 100;
}

.nav-history-box .nav-history-list .data {
  line-height: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.nav-history-box .nav-history-list .data .nav-history-icon {
  float: left;
  margin-right: 12px;
}

.nav-history-box .nav-history-list .data .name {
  color: #333333;
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-history-box .nav-history-list .data .type {
  float: right;
  color: #999999;
}

.nav-history-box .nav-history-list .data:hover .name {
  color: #f2a506;
}

.nav-history-box .nav-history-list .data:nth-last-child(1) {
  margin-bottom: 0;
}

.nav-ewm-box {
  position: relative;
  width: 370px;
  background-color: #ffffff;
  box-shadow: 1px 2px 9px 0px rgba(153, 153, 153, 0.6);
  border-radius: 0px 0px 5px 0px;
  padding: 30px;
  border-top: solid 3px #ff5400;
}

.nav-ewm-box .box-top-sanjiao-icon {
  position: absolute;
  top: -15px;
  right: 58px;
}

.nav-ewm-box .ewm-list {
  text-align: center;
  color: #333;
}

.nav-ewm-box .ewm-list .data {
  width: 140px;
  float: left;
  margin-right: 30px;
}

.nav-ewm-box .ewm-list .data .ewm {
  width: 140px;
  height: 140px;
  margin-bottom: 18px;
}

.footer {
  background-color: #1d2025;
  text-align: center;
  color: #eeeded;
  min-width: 1232px;
}

.footer .footer-link {
  padding: 30px;
  line-height: 30px;
}

.footer .footer-link a {
  margin-left: 20px;
}

.footer .footer-link a:nth-child(1) {
  margin-left: 5px;
}

.footer .footer-tip {
  padding: 20px 30px;
  color: #999999;
  line-height: 30px;
}

.navigation-box {
  background-color: #2f333e;
  line-height: 40px;
  padding-right: 44px;
}

.navigation-box .tab {
  display: inline-block;
  margin-right: 38px;
  color: #ffffff;
  line-height: 36px;
  position: relative;
}

.navigation-box .tab .class-box {
  position: absolute;
  top: 35px;
  left: 0;
  padding-top: 1px;
  z-index: 10;
  background-color: #1d2025;
  display: none;
}

.navigation-box .tab .class-box .list {
  min-width: 508px;
  padding: 20px;
  padding-bottom: 0;
  background-color: #1d2025;
  border-radius: 0px 0px 5px 5px;
}

.navigation-box .tab .class-box .list .data {
  display: block;
  line-height: 14px;
  margin-right: 20px;
  margin-bottom: 14px;
  float: left;
  color: #c7c7c7;
}

.navigation-box .tab .class-box .list .data:hover {
  color: #f2a506;
}

.navigation-box .tab:hover {
  color: #f2a506;
}

.navigation-box .tab:hover .class-box {
  display: block;
}

.navigation-box .tab.active {
  color: #f2a506;
  border-bottom: solid 3px #f2a506;
}

.fix-button-group {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 130px;
  z-index: 500;
}

.fix-button-group .group {
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #c7c7c7;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 80px;
}

.fix-button-group .group .center {
  display: inline-block;
  height: 30px;
}

.fix-button-group .group .text {
  display: none;
  line-height: 30px;
  margin-right: 18px;
}

.fix-button-group .group:hover {
  width: 130px;
  background-color: #ff5400;
  margin-left: 0;
}

.fix-button-group .group:hover .text {
  display: inline-block;
}

.page-route {
  padding: 20px 0;
  margin-bottom: 10px;
  line-height: 15px;
  color: #999999;
  font-size: 14px;
}

.page-route .page-route-home-icon {
  margin-right: 10px;
}

.page-route a:nth-last-child(1) {
  color: #333;
}

.fy-box {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.fy-box .page {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
}

.fy-box .page.active {
  background-color: #efa508;
  color: #fff;
  border: solid 1px #efa508;
}

.fy-box .page:hover {
  border: solid 1px #efa508;
}

.fy-box .sl {
  display: inline-block;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
}

.fy-box .page_index {
  width: 90px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}

.fy-box .page_index:focus {
  border: solid 1px #efa508;
}

.fy-box .jump {
  width: 83px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

.fy-box>li{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
}

.fy-box>li>a{
  display: inline-block;
  width: 100%;
  height: 100%;
}


.fy-box>li:hover {
  border: solid 1px #f2a506;
}

.fy-box>li.am-active {
  background-color: #f2a506;
  border: solid 1px #f2a506;
  color: #fff;
}

.fy {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.fy a,
.fy span,
.fy input,
.fy button {
  display: inline-block;
}

.fy a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-right: 10px;
  color: #999;
}

.fy .bn {
  width: 91px;
}

.fy a.active {
  background-color: #f2a506;
  border: solid 1px #f2a506;
  color: #fff;
}

.fy a:hover {
  border: solid 1px #f2a506;
}

.fy span {
  width: 30px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  color: #999;
}

.page-link {
  padding: 20px 0;
  line-height: 14px;
  color: #999;
  font-size: 14px;
}

.page-link .group .page-route-home-icon {
  margin-right: 4px;
}

.page-link .group:nth-last-child(1) {
  color: #fff;
}

.page-link.white-bg .group:nth-last-child(1) {
  color: #333;
}

.nav-phone-fixed-box {
  position: absolute;
  width: 100%;
  background-color: #1d2025;
  top: 92px;
  left: 0;
  padding: 20px 12px;
  max-height: 300px;
  overflow-y: auto;
}

.nav-phone-fixed-box .nav-class-box .class-group {
  margin-bottom: 20px;
}

.nav-phone-fixed-box .nav-class-box .class-group .group-title {
  color: #f2a506;
  font-size: 14px;
}

.nav-phone-fixed-box .nav-class-box .class-group .group-data {
  padding-top: 13px;
}

.nav-phone-fixed-box .nav-class-box .class-group .group-data .data {
  width: 20%;
  padding: 3px;
  float: left;
}

.nav-phone-fixed-box .nav-class-box .class-group .group-data .data a {
  display: block;
  text-align: center;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #2f333e;
  border-radius: 2px;
  color: #fff;
}

.nav-phone-fixed-box .nav-user-box {
  text-align: center;
}

.nav-phone-fixed-box .nav-user-box .box-top-sanjiao-icon {
  position: absolute;
  top: -15px;
  right: 38px;
}

.nav-phone-fixed-box .nav-user-box .tuichu {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #000000;
}

.nav-phone-fixed-box .nav-user-box .info-box {
  text-align: center;
}

.nav-phone-fixed-box .nav-user-box .info-box .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.nav-phone-fixed-box .nav-user-box .info-box .center {
  display: inline-block;
}

.nav-phone-fixed-box .nav-user-box .info-box .name {
  color: #fff;
  line-height: 17px;
  margin-bottom: 12px;
}

.nav-phone-fixed-box .nav-user-box .info-box .name .nichen {
  margin-right: 7px;
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-phone-fixed-box .nav-user-box .info-box .name .coin {
  margin-left: 7px;
}

.nav-phone-fixed-box .nav-user-box .info-box .name .icon {
  margin: 0 3px;
}

.nav-phone-fixed-box .nav-user-box .info-box .isVIP {
  color: #666666;
  margin-bottom: 14px;
}

.nav-phone-fixed-box .nav-user-box .info-box .btn button {
  width: 81px;
  height: 31px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.nav-phone-fixed-box .nav-user-box .info-box .btn .yellow {
  background-color: #f2a506;
}

.nav-phone-fixed-box .nav-user-box .info-box .btn .gray {
  background-color: #5d6373;
  margin-left: 10px;
}
.to-share {
  position: relative;
}

.to-share .share-box {
  position: absolute;
  top: 18px;
  left: 0;
  width: 276px;
  padding-top: 17px;
  z-index: 10;
  display: none;
}

.to-share .share-box .share-list-box {
  position: relative;
  width: 290px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  color: #666666;
  line-height: 40px;
  padding: 0 20px;
}

.bdsharebuttonbox a{
  padding-left: 0px !important;
  background-image:none !important;
}

.bds_sqq,.bds_qzone,.bds_weixin,.bds_tqq,.bds_tsina{
  background-position: 0px !important;
}

.to-share .share-box .share-list-box .share-sanjiao-icon {
  position: absolute;
  left: 30px;
  top: -7px;
}

.to-share .share-box .share-list-box .s20x19-a {
  display: inline-block;
  float: left;
  margin: 0 10px;
  height: 40px;
  width: 19px;
  box-sizing: border-box;
}

.to-share .share-box .share-list-box .s20x19-a .icon {
  margin-top: 10px;
}

.to-share .share-box .share-list-box .s20x19-a:nth-last-child(1) {
  margin-right: 0 !important;
}

.to-share .share-box .share-list-box .s20x19-a:nth-child(1) {
  margin-left: 6px !important;
}

.to-share:hover .share-box {
  display: block;
}

.common-cz-pop {
  z-index: 1000;
  text-align: center;
  width: 420px;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
}

.common-cz-pop .pop-title {
  height: 40px;
  background-color: #eaeaea;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
}

.common-cz-pop .pop-cloce-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.common-cz-pop .pop-msg {
  padding: 50px 45px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.common-cz-pop .pop-btn-group .btn {
  width: 100px;
  height: 40px;
  font-size: 14px;
  border-radius: 3px;
}

.common-cz-pop .pop-btn-group a:nth-child(2) .btn {
  margin-left: 10px;
}

.common-cz-pop .pop-btn-group .yellow-btn {
  background-color: #f2a506;
  color: #333;
}

.common-cz-pop .pop-btn-group .gray-btn {
  background-color: #c4c4c4;
  color: #fff;
}

.common-cz-pop .pop-btn-group .orange-btn {
  background-color: #fc5301;
  color: #fff;
}

.common-tip-pop {
  padding-bottom: 0;
}

.bc-pop .pop-list {
  padding: 20px 36px;
}

.bc-pop .pop-list .data {
  line-height: 40px;
  font-size: 16px;
  min-width: 140px;
  color: #333;
  float: left;
  margin-right: 30px;
  text-align: left;
  cursor: pointer;
}

.bc-pop .pop-list .data .radio-icon {
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.ds-pop {
  width: 691px;
  z-index: 1000;
  background: #ffffff;
  border-radius: 5px;
}

.ds-pop .pop-title {
  position: relative;
  height: 70px;
  background: url(../img/ds.png) center/cover;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.ds-pop .pop-title .pop-cloce-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.ds-pop .pop-body {
  padding: 18px 56px 40px 56px;
}

.ds-pop .pop-body .yue {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 18px;
}

.ds-pop .pop-body .yue .coin-icon {
  margin-right: 6px;
}

.ds-pop .pop-body .gift-solid {
  position: relative;
  width: 580px;
  height: 368px;
  margin-bottom: 20px;
}

.ds-pop .pop-body .gift-solid .lr-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ds-pop .pop-body .gift-solid .solid2-left-icon {
  left: -36px;
}

.ds-pop .pop-body .gift-solid .solid2-right-icon {
  right: -36px;
}

.ds-pop .pop-body .gift-solid .page-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 30px;
}

.ds-pop .pop-body .gift-solid .page-list .data {
  float: left;
  width: 80px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.ds-pop .pop-body .gift-solid .page-list .data .gift-img {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  margin-bottom: 10px;
}

.ds-pop .pop-body .gift-solid .page-list .data .gift-name {
  color: #333333;
  line-height: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-pop .pop-body .gift-solid .page-list .data .gift-money {
  color: #f35f07;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-pop .pop-body .gift-solid .page-list .data:nth-child(5n) {
  margin-right: 0;
}

.ds-pop .pop-body .gift-solid .page-list .data.active .gift-img {
  border: solid 2px #fc5301;
}

.ds-pop .pop-body .gift-solid .gift-page-btn-group {
  height: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 28px;
  left: 0;
}

.ds-pop .pop-body .gift-solid .gift-page-btn-group .btn {
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  margin-right: 6px;
  border-radius: 6px;
  display: inline-block;
}

.ds-pop .pop-body .gift-solid .gift-page-btn-group .btn:nth-last-child(1) {
  margin-right: 0;
}

.ds-pop .pop-body .gift-solid .gift-page-btn-group .btn.active {
  width: 20px;
  background-color: #fc5301;
}

.ds-pop .pop-body .pop-sub {
  line-height: 50px;
}

.ds-pop .pop-body .pop-sub .select-num {
  width: 170px;
  height: 50px;
  border: solid 1px #d2d2d2;
  position: relative;
}

.ds-pop .pop-body .pop-sub .select-num .show-num {
  width: 136px;
  height: 50px;
  padding: 0 10px;
  color: #333333;
}

.ds-pop .pop-body .pop-sub .select-num .show-num .sz {
  display: inline-block;
  width: 32px;
  margin-right: 10px;
}

.ds-pop .pop-body .pop-sub .select-num .show-num .num-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-pop .pop-body .pop-sub .select-num .show-but {
  width: 30px;
  height: 48px;
  background-color: #ebebeb;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.ds-pop .pop-body .pop-sub .select-num .num-list {
  position: absolute;
  bottom: 48px;
  left: -1px;
  border: solid 1px #d2d2d2;
  border-bottom: none;
  background-color: #fff;
  display: none;
}

.ds-pop .pop-body .pop-sub .select-num .num-list .data {
  width: 168px;
  height: 50px;
  border-bottom: solid 1px #d2d2d2;
  padding: 0 10px;
  cursor: pointer;
}

.ds-pop .pop-body .pop-sub .select-num .num-list .data input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.ds-pop .pop-body .pop-sub .select-num .num-list .data .sz {
  display: inline-block;
  width: 32px;
  margin-right: 10px;
}

.ds-pop .pop-body .pop-sub .select-num .num-list .data .num-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-pop .pop-body .pop-sub .submit-btn {
  width: 80px;
  height: 50px;
  background-color: #fc5301;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}

.cz-pop {
  width: 654px;
  z-index: 1000;
  border-radius: 5px;
}

.cz-pop .pop-title {
  position: relative;
  height: 84px;
  background: url(../img/ds.png) center/cover;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 18px 30px;
}

.cz-pop .pop-title .cz-title .user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}

.cz-pop .pop-title .cz-title .info {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

.cz-pop .pop-title .pop-cloce-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.cz-pop .pop-body {
  padding: 30px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

.cz-pop .pop-body .cz-tab-grou {
  margin-bottom: 30px;
}

.cz-pop .pop-body .cz-tab-grou .tab {
  display: block;
  float: left;
  width: 110px;
  height: 44px;
  border: solid 1px #f35f07;
  border-left: none;
  line-height: 44px;
  text-align: center;
  color: #f35f07;
  font-size: 16px;
}

.cz-pop .pop-body .cz-tab-grou .tab:nth-child(1) {
  border-left: solid 1px #f35f07;
}

.cz-pop .pop-body .cz-tab-grou .tab.active {
  background-color: #fc5301;
  color: #fff;
}

.cz-pop .pop-body .tab-page .cz-select-group {
  margin-bottom: 30px;
}

.cz-pop .pop-body .tab-page .cz-input-group {
  line-height: 50px;
  margin-bottom: 20px;
}

.cz-pop .pop-body .tab-page .cz-input-group .g-name {
  display: inline-block;
  width: 90px;
  color: #333333;
}

.cz-pop .pop-body .tab-page .cz-input-group .input-col12 {
  display: inline-block;
  box-sizing: border-box;
  width: 482px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  padding: 0 10px;
  color: #333333;
}

.cz-pop .pop-body .tab-page .cz-input-group .input-col12:focus {
  border: solid 1px #fc5301;
}

.cz-pop .pop-body .tab-page .cz-input-group .submit-btn {
  width: 133px;
  height: 50px;
  background-color: #fc5301;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}

.cz-pop .pop-body .tab-page .group-title {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin-bottom: 16px;
}

.cz-pop .pop-body .tab-page .tc-list .data {
  width: 133px;
  height: 62px;
  border-radius: 3px;
  border: solid 1px #dbdbdb;
  position: relative;
  padding: 10px;
  text-align: center;
  float: left;
  margin-right: 20px;
  color: #666666;
  cursor: pointer;
}

.cz-pop .pop-body .tab-page .tc-list .data .number {
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 18px;
}

.cz-pop .pop-body .tab-page .tc-list .data .money {
  line-height: 16px;
}

.cz-pop .pop-body .tab-page .tc-list .data .already-select-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.cz-pop .pop-body .tab-page .tc-list .data .step_1 {
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.cz-pop .pop-body .tab-page .tc-list .data .step_2 {
  width: 100%;
  height: 100%;
}

.cz-pop .pop-body .tab-page .tc-list .data .step_2 .input-zdy {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  color: #666;
  height: 20px;
  margin-top: 10px;
}

.cz-pop .pop-body .tab-page .tc-list .data:nth-child(4n) {
  margin-right: 0;
}

.cz-pop .pop-body .tab-page .tc-list .data.active {
  border: solid 1px #fc5301;
  color: #f35f07;
}

.cz-pop .pop-body .tab-page .tc-list .data.active .already-select-icon {
  display: block;
}

.cz-pop .pop-body .tab-page .pay-type-list .data {
  width: 134px;
  height: 62px;
  border-radius: 3px;
  border: solid 1px #dbdbdb;
  text-align: center;
  position: relative;
  line-height: 62px;
  float: left;
  margin-right: 20px;
  color: #666;
  cursor: pointer;
}

.cz-pop .pop-body .tab-page .pay-type-list .data .already-select-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.cz-pop .pop-body .tab-page .pay-type-list .data span {
  display: inline-block;
}

.cz-pop .pop-body .tab-page .pay-type-list .data span .zf-icon {
  margin-top: 15px;
  margin-right: 10px;
}

.cz-pop .pop-body .tab-page .pay-type-list .data.active {
  border: solid 1px #fc5301;
  color: #f35f07;
}

.cz-pop .pop-body .tab-page .pay-type-list .data.active .already-select-icon {
  display: block;
}

.cz-pop .pop-body .tab-page .cz-submit .sumbit-btn {
  width: 133px;
  height: 50px;
  background-color: #fc5301;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.cz-pop .pop-body .tab-page .cz-submit .tip {
  color: #999;
}

.common-tip {
  z-index: 1100;
  height: 80px;
  line-height: 80px;
  padding: 0 38px;
  box-shadow: 0px 1px 4px 0px #d2d2d2;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}

.common-tip .icon {
  margin-top: 30px;
  margin-right: 5px;
}

.delete-tip-pop {
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.delete-tip-pop .tip-box {
  height: 200px;
  box-shadow: 0px 1px 4px 0px #d2d2d2;
  border: solid 1px #d2d2d2;
  color: #333;
  background-color: #eee;
  border-radius: 8px;
}

.delete-tip-pop .tip-box .tip-msg {
  vertical-align: middle;
  height: 120px;
  color: red;
  font-size: 16px;
  line-height: 120px;
  padding: 0 30px;
  min-width: 420px;
  text-align: center;
}
.delete-tip-pop .tip-box .btn-group {
  text-align: center;
  background-color: #fff;
  height: 80px;
  padding-top: 20px;
  border-radius: 0px 0px 5px 0px;
}
.delete-tip-pop .tip-box .btn-group button {
  width: 100px;
  height: 40px;
  color: #ffffff;
  border-radius: 3px;
}
.delete-tip-pop .tip-box .btn-group .qx {
  background-color: #302e4b;
  margin-right: 20px;
}
.delete-tip-pop .tip-box .btn-group .cz {
  background-color: #ef1f46;
}
@media screen and (min-width: 1480px) and (max-width: 1730px) {
  .middle-box {
    width: 1480px;
  }
  .size2 {
    display: none;
  }
}

@media screen and (min-width: 1232px) and (max-width: 1480px) {
  .middle-box {
    width: 1232px;
  }
  .size2 {
    display: block;
  }
  .size3 {
    display: none;
  }
}
