.bt-head .bt-head-cen{
    width: 80%;
}
.bt-nav-y .nav {
    width: 90%;
}
.nav-action {
    text-align:  right;
}
.action-btn {
    margin-left: 16px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    color: #9D1615;
    padding: 5px 16px;
    text-align: left;
    line-height: 22px;
}
.bt-main {
    height: 100%;
    background: url("//static.12301.cn/guide_dashboard/images/enter_bg.jpg") no-repeat;
    background-size:cover ;
}
.main-box {
    padding: 90px 0px;
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.bt-main-table td {
    width: 400px;
    vertical-align: middle;
    padding: 40px 60px;
}
.bt-main-table td p {
  margin: 0;
}
.bt-main-table td  a{
    display: flex;
    align-items: center;
}

.bt-main-table td .item-title-box {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px #000000;
}
.bt-main-table td .item-img-box {
    margin-right:24px;
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
}
.bt-main-table td .item-img-box .item-img-mask {
    position: absolute;
    left: 0px;
    width: 90px;
    height: 90px;
    display: inline-block;
    background: rgba(255,255,255,0.20);
    border-radius: 5px;
}

.bt-main-table td .item-img-box .item-img {
    margin: 0px 5px;
    display: inline-block;
    width: 68px;
    height: 78px;
}

.bt-main-list-item  p{
    margin: 0;
 }

 .bt-main-list-item .item-img-mask {
    border: 2px solid #FFFFFF;
}

.bt-main-list-item .list-item-jgpt .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item .list-item-agency .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item .list-item-starhotel .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item .list-item-sghr .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item .list-item-dyzgj .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item .list-item-tourguide .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}
 
.bt-main-list-item-hover .item-img-mask {
    border: 2px solid #E02020;
}

.bt-main-list-item-hover .list-item-jgpt .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item-hover .list-item-agency .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item-hover .list-item-starhotel .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item-hover .list-item-sghr .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item-hover .list-item-dyzgj .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-main-list-item-hover .list-item-tourguide .item-img {
    background: url("//static.12301.cn/guide_dashboard/images/travel-icon.png") 0 0 no-repeat;
}

.bt-search-area {
    width: 454px;
    height: 470px;
    background: rgba(255,255,255,0.50);
    box-shadow: 40px 40px 80px 0 rgba(2,8,22,0.30);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.bt-search-area-header {
    width: 342px;
    height: 40px;
    margin: 30px auto;
    line-height:40px;
    border: 1px solid #E02020;
    background: rgba(224,32,32,0.05);
    border-radius: 4px;
}
.bt-search-area-header p {
    font-size: 18px;
    color: #E02020;
    letter-spacing: 0;
    text-align: center;
}

.bt-search-area-tabs {
    width: 368px;
    margin: 0px auto;
}
.search-tab-menu {
    display: flex;
    justify-content: space-between;
}
.search-tab-menu li a {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    color: #6D7278;
}
.search-tab-menu li {
    border-bottom: 2px solid transparent;
}
.search-tab-menu li.tab-menu-active {
    border-bottom: 2px solid #E02020;
}
.search-tab-menu .tab-menu-active a {
    color: #E02020;
}
.bt-search-content {
    width: 368px;
    margin: 20px auto;
    overflow: hidden;
}
.bt-search-content-tips {
    margin-top: 25px;
    font-size: 12px;
    color: rgba(0,0,0,0.50);
    letter-spacing: 0;
}

.bt-search-btn {
    display: block;
    margin: 15px auto;
    padding: 8px 0px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background: #B92121;
    border-radius: 4px;
}

.bt-search-btn-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 40px;
}
.bt-form-group {
    margin-bottom: 15px;
}
.bt-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.bt-form-control:focus {
    border-color: #E02020;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(224,32,32,0.20), 0 0 8px rgba(224,32,32,0.20);
    box-shadow: inset 0 1px 1px rgba(224,32,32,0.20), 0 0 8px rgba(224,32,32,0.20);
}
.captcha-group {
    display: flex;
    flex-direction: row;
}

.captcha-group .captcha-code {
    flex:1;
}
.captcha-group .guide-captcha-code {
    flex:1;
}
.captcha-group .captcha-image {
    width: 100px; 
    height:36px;
    margin-left: 15px;
    background:#fff
}

* {
    margin: 0;
    padding: 0;
  }

  .site-gray,
  .site-gray * {
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }

  /*html ,body{
     
      -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     }*/
  .caret_img-s {
    right: 4px;
    top: 1px;
    height: 32px;
  }

  .big-boxs {
    height: 560px;
  }

  tbody tr td {
    min-height: 22px;
    font-size: 12px;
  }

  tbody tr td.name-sun {
    color: #333;
    font-size: 20px;
  }

  #qr_img_url {
    width: 58px;
    height: 58px;
  }

  .leader-name {
    text-align: center;
    font-size: 15px;
    color: #000;
    padding-bottom: 5px;
  }

  .help-btn {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #6895b4;
    color: #6895b4;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 160px;
    top: 20px;
    z-index: 9;
    border-radius: 5px;

  }

  .help-btn:hover {
    background: #6895b4;
    color: #fff;
    text-decoration: none;
  }

  /*footer*/
  .footer {
    position: absolute;
    bottom: 4%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    color: #333;
    letter-spacing: 4px;
    font-size: 16px;
    display: block;
  }

  .footer p span {
    width: 30px;
    height: 30px;
    display: none;
    background: url("//static.12301.cn/guide_dashboard/images/old/login/logo.png") left center no-repeat;
    background-size: 30px 30px;
    vertical-align: middle;
    margin-right: 15px;

  }

  .clear-20 {
    height: 20px;
    clear: both
  }

  .color-black {
    color: black;
  }

  .help-btn:hover {
    background: #6895b4;
    color: #fff;
    text-decoration: none;
  }

  .search-type {
    line-height: 10px !important;
    margin-right: 0px !important;
    width: 120px;
    border: 1px solid #e1eef6 !important;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li.active>a:hover {
    background-color: #e1eef6;
    color: #409EFF;
  }

  .nav-tabs>li>a,
  .nav-tabs>li> :focus,
  .nav-tabs>li>a:hover {
    color: #C0C4CC;
  }

  .tab-contract-content {
    padding-top: 20px;
    height: 100px;
    background: #e1eef6;
  }

.enter-class {
    text-align: center;
    background: url("zwfwV202510_dycx_result_top.png") left top no-repeat !important;
  }

 .enter-class .layui-layer-content {
    margin-top: 134px;
    overflow: inherit
  }

.contract-class {
    background-color: rgba(255, 255, 255, 0);
  }

  .contract-content {
    background-image: url("//static.12301.cn/guide_dashboard/images/contractBackground.png");
    width: 606px;
    height: 620px;
    overflow: hidden;
    margin-bottom: 100px;
    margin-left: 50px;
  }

  .contract-btn {
    display: inline-block;
    padding: 5px 20px;
    border: #45a6d8 solid 1px;
    background: #fff;
    color: #45a6d8;
    text-decoration: none !important;
    text-align: center;
    font-size: 12px;
    float: right;
    margin-top: 15px;
    border-radius: 3px !important;
  }

  .title {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #655c5a;
  }

  .fl-t {
    display: inline-block !important;
    float: left !important;
    padding-left: 30px;
  }

  .font-size-14 {
    font-size: 16px;
    font-weight: 400;

  }

  .form-lable {
    color: #606266;
  }

  .line-height-30 {
    line-height: 40px !important;
  }

  .check_contract_title {
    font-size: 14px;
    font-weight: 500;
    text-align: left !important;
  }

  .contract-check a {
    text-decoration: none !important;
    color: #909399;
  }

  .contract-check a:hover {
    color: #409EFF;
  }

  /* #travel-base */
  .big-boxs-header .nav>li>a {
    color: rgba(255, 255, 255, 0.8);
    background: none;
    display: inline-block;
  }

  .big-boxs-header .nav>li.active>a,
  .big-boxs-header .nav>li.active>a:focus,
  .big-boxs-header .nav>li.active>a:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: solid 1px #fff;
  }

  .travel-base .tab-pane.card {
    margin: 0;
    padding: 10px 0;
  }

  .subTabbars-wrap {
    overflow: hidden;
    height: 38px;
    position: relative;
  }

  .subTabbars-wrap .tab-right-btn,
  .subTabbars-wrap .tab-left-btn {
    position: absolute;
    top: 5px;
    padding: 4px 3px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .tab-right-btn {
    right: 0;
  }

  .tab-left-btn {
    left: 0;
  }

  .subTabbars.nav {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 16px;
  }

  .subTabbars.nav>li {
    flex: 1 0 72px;
  }

  .subTabbars.nav>li>a {
    padding: 10px 8px 10px 0;
    color: #888;
    position: relative;
  }

  .subTabbars.nav>li.active>a {
    color: #222;
  }

  .subTabbars.nav>li.active>a::after {
    display: block;
    content: '○';
    color: red;
    font-size: 60%;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
  }

  .big-boxs-header .nav>li>a:focus,
  .big-boxs-header .nav>li>a:hover,
  .subTabbars.nav>li>a:focus,
  .subTabbars.nav>li>a:hover,
  .subTabbars>li.active>a,
  .subTabbars>li.active>a:focus,
  .subTabbars>li.active>a:hover {
    background: none;
  }

  .blacklist-item:not(:last-child) {
    border-bottom: dashed 1px #ececec;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .bottom-view-btn, .bottom-view-btn:hover {
    cursor: pointer;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 13px;
    width: 323px;
    height: 38px;
    line-height: 38px;
    background: #B92121;
    text-decoration: none;
  }
  .zhengjians-a h1 {
    background: #B92121;
  }


  .tab-contract-content {
    padding-top: 20px;
    height: 100px;
    background: #e1eef6;
  }

  body .enter-class {
    background: url("zwfwV202510_dycx_result_top.png") left top no-repeat !important;
    position: absolute;
    width: 349px;
    height: 622px;
    left: 50%;
    top: -50px;
    margin-left: -174px;
    z-index: 99;
  }

  body .contract-class {
    background-color: rgba(255, 255, 255, 0);
  }

  .contract-content {
    background-image: url("//static.12301.cn/guide_dashboard/images/contractBackground.png");
    width: 606px;
    height: 620px;
    overflow: hidden;
    maring-bottom: 100px;
    margin-left: 50px;
  }

  .contract-btn {
    display: inline-block;
    padding: 5px 20px;
    border: #45a6d8 solid 1px;
    background: #fff;
    color: #45a6d8;
    text-decoration: none !important;
    text-align: center;
    font-size: 12px;
    float: right;
    margin-top: 15px;
    border-radius: 3px !important;
  }

  .title {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #655c5a;
  }

  .fl-t {
    display: inline-block !important;
    float: left !important;
    padding-left: 30px;
  }

  .font-size-14 {
    font-size: 16px;
    font-weight: 400;

  }

  .form-lable {
    color: #606266;
  }

  .line-height-30 {
    line-height: 40px !important;
  }

  .check_contract_title {
    font-size: 14px;
    font-weight: 500;
    text-align: left !important;
  }

  .contract-check a {
    text-decoration: none !important;
    color: #909399;
  }

  .contract-check a:hover {
    color: #409EFF;
  }
  .contract-class  .layui-layer-content {
    height: auto ;
}
.contract-check {
  text-align: center;
}

/* #travel-base */
.big-boxs-header .nav>li>a {
  color: rgba(255, 255, 255, 0.8);
  background: none;
  display: inline-block;
}

.big-boxs-header .nav>li.active>a,
.big-boxs-header .nav>li.active>a:focus,
.big-boxs-header .nav>li.active>a:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: solid 1px #fff;
}

.travel-base .tab-pane.card {
  margin: 0;
  padding: 10px 0;
}

.subTabbars-wrap {
  overflow: hidden;
  height: 38px;
  position: relative;
}

.subTabbars-wrap .tab-right-btn,
.subTabbars-wrap .tab-left-btn {
  position: absolute;
  top: 5px;
  padding: 4px 3px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.tab-right-btn {
  right: 0;
}

.tab-left-btn {
  left: 0;
}

.subTabbars.nav {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 16px;
}

.subTabbars.nav>li {
  flex: 1 0 72px;
}

.subTabbars.nav>li>a {
  padding: 10px 8px 10px 0;
  color: #888;
  position: relative;
}

.subTabbars.nav>li.active>a {
  color: #222;
}

.subTabbars.nav>li.active>a::after {
  display: block;
  content: '○';
  color: red;
  font-size: 60%;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}

.big-boxs-header .nav>li>a:focus,
.big-boxs-header .nav>li>a:hover,
.subTabbars.nav>li>a:focus,
.subTabbars.nav>li>a:hover,
.subTabbars>li.active>a,
.subTabbars>li.active>a:focus,
.subTabbars>li.active>a:hover {
  background: none;
}

.blacklist-item:not(:last-child) {
  border-bottom: dashed 1px #ececec;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.bottom-view-btn,
.bottom-view-btn:hover {
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 13px;
  width: 323px;
  height: 38px;
  line-height: 38px;
  background: #0034c3;
  text-decoration: none;
}

/*新版*/
.bt-main-left {
  flex: 1;
}
.t-main-left_flex {
 width: 100%;
}
.bt-main-list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bt-main-list_box {
  flex: 1;
  margin: 0px 20px;
}

.bt-main-list_box a {
  display: flex;
  align-items: center;
}


.bt-main-list_box .item-title-box {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-left: 10px;
  text-shadow: 0 2px 4px #000000;
}


/* 20251024 */
.bt-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.bt-form-group label {
  min-width: 90px;
  font-size: 18px;
}

.bt-form-title {
  text-align: center;
  margin: 30px 0;
  color: #ad2e33;
  font-size: 24px;
  font-weight: bold;
}

.container {
  width: 100% !important;
  height: 100vh !important;
  background: white;
}

.bt-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.bt-search-btn:hover {
  opacity: .85;
}

.enter-class-toum{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 91;
}
