/*在线办理和办事指南区域选择样式 start*/
.upd-gt-warp {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  min-width: 12rem;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
  z-index: 10000;
}
.upd-gt-tc {
  /* height: 450px; */
  /* height: 4.5rem; */
  position: absolute;
  top: 35%!important;
  left: 50%!important;
  margin-top: -225px;
  margin-left: -500px;
  margin-top: -2.25rem;
  margin-left: -5rem;
  /* box-shadow: 0 0 0.06rem 0 #ededed;
  -ms-box-shadow: 0 0 .06rem 0 #ededed;
  -webkit-box-shadow: 0 0 0.06rem 0 #ededed;
  -moz-box-shadow: 0 0 .06rem 0 #ededed; */
  border-radius: 0.1rem;
  background: #fff;
  padding: 0 40px 30px;
  box-sizing: border-box;
  z-index: 10000;
}
.upd-gt-header {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 47px 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 19px;
}
.upd-gt-tc i.close {
  /* display: none; */
  width: 12px;
  height: 12px;
  background: url("/images/gttc-icon2.png") no-repeat center;
  background-color: #4393f4;
  cursor: pointer;
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0.1rem;
  box-sizing: border-box;
}
.tc-gt-warp {
  width: 932px;
  padding-top: 18px;
  padding-bottom: 12px;
  /* max-height: 80%;
  overflow-y: scroll; */
}
.upd-gt-header .pull-l{
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #4393f4;
  display: flex;
  align-items: center;
}
.upd-gt-header .pull-l span{
  cursor: pointer;
  /* margin-top: -0.03rem; */
  display: inline-block;
}
.upd-gt-title,.tc-gt-choose{
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #4393f4;
}
.tc-gt-warp li.cur,.tc-gt-warp>a.cur{
  color: #4393f4;
}
.tc-gt-footer{
  padding-top: 27px;
  border-top: 1px solid #f7f7f7;
  display: none;
}
.tc-gt-btns{
  display: flex;
  margin-top: 27px;
}
.tc-gt-btns a{
  display: inline-block;
  width: 124px;
  height: 52px;
  border-radius: 26px;
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-right: 31px;
  text-align: center;
  font-weight: bold;
}

.tc-gt-btns .tc-gt-btn1{
  background-color: #4393f4;
  color: #ffffff;
  font-weight: bold;
}
.tc-gt-btn1.disabled{
  background-color: #eeeeee;
  color: #333333!important;
  cursor: not-allowed;
  text-decoration: none!important;
}
.disabled{
  cursor: not-allowed;
}
.tc-gt-btns a:hover span{
  color: #fff;
}
.tc-gt-btns a.tc-gt-btn1:hover{
  color: #ffffff;
}
.tc-gt-btns .tc-gt-btn2{
  color: #999797;
  cursor: auto;
}
.tc-gt-btns .tc-gt-btn3{
  background-color: #ebf4fb;
  color: #4393f4;
  font-weight: bold;
}
.tc-gt-warp li,.tc-gt-warp>a{
  width: 164px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 2px;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc-gt-warp li.nocur,.tc-gt-warp>a.nocur{
  color: #999797;
  cursor: auto;
}
.curBlue{
  color: #0679e5 !important;
}
/*在线办理和办事指南区域选择样式 end*/
@media screen and (max-width: 768px){
  /*在线办理和办事指南区域选择样式 start*/
  .upd-gt-warp{
    min-width: unset;
  }
  .upd-gt-tc{
    width: 90%;
    margin-left: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-top: 0;
    top: 5%!important;
    padding: 0 0.4rem 0.3rem;
    max-height: 90vh;
    overflow-y: auto;
  }
  .upd-gt-header{
    padding: 0.47rem 0 0.2rem;
  }
  .upd-gt-header .pull-l{
    font-size: .34rem;
  }
  .upd-gt-title, .tc-gt-choose{
    font-size: .32rem;
    line-height: .4rem;
  }
  .tc-gt-footer{
    padding-top: .3rem;
  }
  .tc-gt-warp li, .tc-gt-warp>a{
    font-size: .3rem;
    line-height: .4rem;
  }
  .tc-gt-warp li, .tc-gt-warp>a{
    width: 33%;
  }
  .tc-gt-warp{
    width: 100%;
  }
  .upd-gt-tc i.close{
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
  }
  .tc-gt-btns a{
    width: 1.5rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: .35rem;
    font-size: .3rem;
  }
  .tc-gt-btns{
    margin-top: .3rem;
  }
  /*在线办理和办事指南区域选择样式 end*/
}
