html,
body {
  margin: 0;
  padding: 0;
}
.phone-footer {
  display: none;
}
.header-pc {
  background-image: url(https://www.info.gov.hk/tb_chest/en/contents/img/bkgdtexture.gif);
  background-repeat: repeat-x;
  border-bottom: 2px solid #cc3333;
}
.header-pc .header-pc-top {
  display: flex;
  justify-content: space-between;
}
.header-pc .header-pc-bottm {
  display: flex;
  justify-content: space-between;
}
.header-pc .header-pc-bottm .header-pc-bottm-l {
  display: flex;
  height: 20px;
}
.header-pc .header-pc-bottm .header-pc-bottm-r {
  display: flex;
  align-items: center;
  height: 20px;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-fontSize {
  display: flex;
  align-items: baseline;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-fontSize .header-pc-bottm-r-fontSize-a {
  color: #cc0000;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-fontSize a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-fontSize a:nth-of-type(1) {
  font-size: 10px;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-fontSize a:nth-of-type(2) {
  font-size: 15px;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-fontSize a:nth-of-type(3) {
  font-size: 20px;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-search {
  display: flex;
  align-items: center;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-search input {
  width: 103px;
  color: #707070;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-site {
  display: flex;
  align-items: center;
}
.header-pc .header-pc-bottm .header-pc-bottm-r .header-pc-bottm-r-mail {
  display: flex;
  align-items: center;
}
#skip-wrap {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1050;
}
#skip-wrap a {
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0);
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-wrap a:focus {
  outline: 0;
  visibility: visible;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.header-phone {
  display: none;
}
.title_content_phone {
  display: none;
}
.box {
  display: flex;
}
.box .nav {
  width: 198px;
  background-image: url(https://www.info.gov.hk/tb_chest/en/contents/img/side_bg.gif);
  background-repeat: repeat-y;
}
.box .nav .nav-ul {
  margin: 16px 0;
  padding: 0;
}
.box .nav .nav-ul li {
  list-style: none;
  background: url(https://www.info.gov.hk/tb_chest/en/contents/img/side_dot.gif) no-repeat;
  background-position: 0% 20%;
  padding-left: 30px;
  padding-bottom: 20px;
}
.box .nav .nav-ul li a {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-decoration: none;
  color: #384fa1;
}
.box .nav .nav-img a {
  display: block;
  margin-bottom: 10px;
}
.box .nav .nav-img a img {
  display: block;
  margin: 0 auto;
}
.box .tb-content {
  flex: 1;
  position: relative;
}
.box .tb-content .content-header {
  border-top: 7px solid #f15a2a;
  border-bottom: 7px solid #f15a2a;
  margin-bottom: 10px;
}
.box .tb-content .content-header .content {
  padding: 0 20px;
}
.box .tb-content .title_content_pc {
  background: #a32c2d;
  display: flex;
  border-bottom: 20px solid #f15a2a;
  border-top: 20px solid #f15a2a;
  padding: 0 20px;
}
.box .tb-content .content-nav-pc {
  display: flex;
  min-height: 35px;
  padding: 0 20px;
  border-top: 7px solid #f15a29;
  background-color: #a32d2d;
  border-bottom: 7px solid #f15a29;
}
.box .tb-content .content-nav-pc ul {
  flex: 1;
  color: #ffffff;
  margin: 0px;
  padding: 5px 15px 5px 15px;
}
.box .tb-content .content-nav-pc ul li {
  list-style-type: square;
}
.box .tb-content .content-nav-pc ul li a {
  text-decoration: none;
  color: #fff;
}
.box .tb-content .content-nav-phone {
  display: none;
}
.tb-footer {
  position: absolute;
  width: 100%;
  bottom: -7px;
}
.c613_table {
  width: "28%";
}
.c613_table_text_show {
  display: none;
}
.footer .footer-pc {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 0 16px;
  border-top: 1px dashed #000;
}
.footer .footer-pc .footer-pc-l a {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-decoration: none;
  color: #384fa1;
}
.footer .footer-pc .footer-pc-r span {
  display: block;
}
.footer .footer-pc .footer-pc-r img {
  display: block;
  width: 88px;
  float: right;
}
.footer .footer-phone {
  display: none;
}
@media screen and (max-width: 992px) {
  /* 响应式头部 */
  .header-pc {
    display: none;
  }
  .title_content_phone {
    display: block;
    position: relative;
  }
  .title_content_phone .inputs {
    border-bottom: 10px solid #f15a2a;
    border-top: 10px solid #f15a2a;
    position: relative;
    margin-bottom: 10px;
  }
  .title_content_phone .inputs .input {
    width: 100%;
    border: none;
    background: #a32c2d;
    height: 42px;
    font-size: 1em;
    line-height: 42px;
  }
  .title_content_phone .inputs .triangle_border_down span {
    display: block;
    width: 0;
    height: 0;
    border-width: 13px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 16px;
    right: 14px;
    border-radius: 2px;
  }
  .title_content_phone .inputs .triangle_border_main span {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 13px;
    border-style: solid;
    border-color: transparent transparent #fff;
    /*透明 透明  黄*/
    position: absolute;
    top: 16px;
    right: 14px;
    border-radius: 2px;
  }
  .title_content_phone .uls_box {
    display: none;
    background: #a32c2d;
    padding: 10px 0;
    margin: 0px;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
  }
  .title_content_phone .uls_box li {
    list-style-type: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
  }
  .title_content_phone .uls_box li a {
    display: inline-block;
    line-height: 28px;
    width: 100%;
    background: url(https://www.info.gov.hk/tb_chest/en/images/general/list_incon.png) no-repeat 9px 9px;
    text-indent: 28px;
  }
  .header-phone {
    display: block;
    padding-bottom: 10px;
  }
  .header-phone .header-phone-img {
    margin-top: 20px;
  }
  .header-phone .header-phone-img #navButton2 {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .header-phone .header-phone-img #navButton {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .header-phone .header-phone-language {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 24px;
    padding: 0px 38px;
  }
  .header-phone .header-phone-language span {
    color: #B35153;
  }
  .header-phone .header-phone-fontSize {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-items: baseline;
    margin-right: 26px;
  }
  .header-phone .header-phone-fontSize a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  .header-phone .header-phone-fontSize a:nth-of-type(1) {
    font-size: 14px;
  }
  .header-phone .header-phone-fontSize a:nth-of-type(2) {
    font-size: 20px;
  }
  .header-phone .header-phone-fontSize a:nth-of-type(3) {
    font-size: 26px;
  }
  .header-phone .header-phone-search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    margin: 6px 20px;
    background: #f39b00;
    background-size: 100%;
  }
  .header-phone .header-phone-search input {
    flex: .97;
    border: 1px solid #d3d3d3;
    height: 24px;
    line-height: 24px;
    border-radius: 5px 0 0 5px;
  }
  .header-phone .header-phone-search button {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0 5px 5px 0;
    height: 28px;
  }
  .header-phone .topimg {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav {
    display: none;
    position: absolute;
    top: 0;
  }
  .box .tb-content .content-header {
    display: none;
  }
  .box .tb-content .content-content .eindex-content-phone {
    display: flex;
    justify-content: space-around;
  }
  .box .tb-content .content-nav-pc {
    display: none;
  }
  .box .tb-content .content-nav-phone {
    position: relative;
    display: block;
    background-color: #a32d2d;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-title {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-top: 7px solid #f15a29;
    border-bottom: 7px solid #f15a29;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-title ul {
    flex: 1;
    color: #ffffff;
    margin: 0px;
    padding: 5px 15px 5px 15px;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-title ul li {
    list-style-type: square;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-title ul li a {
    text-decoration: none;
    color: #fff;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-title img {
    height: 16px;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-content {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #a32d2d;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-content ul {
    flex: 1;
    color: #ffffff;
    margin: 0px;
    padding: 5px 15px 5px 15px;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-content ul li {
    list-style-type: square;
  }
  .box .tb-content .content-nav-phone .content-nav-phone-content ul li a {
    text-decoration: none;
    color: #fff;
  }
  /* 响应式底部 */
  .footer .footer-pc {
    display: none;
  }
  .footer .footer-phone {
    padding: 18px 20px;
  }
  .tb-footer {
    display: none;
  }
  .phone-footer {
    width: 100%;
    display: block;
  }
  .phone-footer .phone-footer-box {
    padding: 0 20px;
  }
  .phone-footer .phone-footer-box .phone-footer-butoon {
    display: flex;
    justify-content: space-between;
  }
  .phone-footer .phone-footer-box .phone-footer-butoon div {
    border: 1px solid #b1abab;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
  }
  .phone-footer .phone-footer-box .phone-footer-butoon .back {
    position: relative;
    font-weight: bold;
    color: #000;
    padding-left: 6px;
  }
  .phone-footer .phone-footer-box .phone-footer-butoon .back .triangle_border_left {
    width: 0;
    height: 0;
    border-width: 6px 10px 6px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: 9px;
    left: 3px;
  }
  .phone-footer .phone-footer-box .phone-footer-butoon .tops {
    position: relative;
    font-weight: bold;
    color: #000;
    padding-left: 6px;
  }
  .phone-footer .phone-footer-box .phone-footer-butoon .tops .triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    top: 10px;
    left: 9px;
  }
  .phone-footer .phone-footer-box .bottom {
    height: 5px;
    background-image: linear-gradient(#575555, #fff);
    opacity: 0.6;
    margin: 5px 0;
  }
  .phone-footer .phone-footer-box .phone-footer-text p {
    margin: 0;
  }
  #my-id .nav_phone {
    width: 100%;
    height: 1000px;
    background: #ffcc02;
    background-image: url(https://www.info.gov.hk/tb_chest/en/contents/img/side_bg.gif);
    background-repeat: repeat-y;
  }
  #my-id .nav_phone ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #my-id .nav_phone ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    background: url(https://www.info.gov.hk/tb_chest/en/images/general/side_dot.gif) no-repeat 3px;
    padding-left: 30px;
  }
  .navbutton {
    width: 45px;
    height: 47px;
    display: inline-block;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
  }
  .c613_table {
    width: 100%;
  }
  .c613_table_tr {
    display: flex;
    flex-direction: column ;
    width: 100%;
  }
  .c613_table_tr_td {
    width: 100%;
  }
  .c613_table_text_hide {
    display: none;
  }
  .c613_table_text_show {
    display: block;
  }
  #skip-wrap {
    display: none;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 248px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background: #000 url("https://www.info.gov.hk/tb_chest/en/images/back-to-top.png") no-repeat center 50%;
  width: 40px;
  height: 40px;
}

#myBtn:hover {
  background-color: #555;
}
@media only screen and (max-width: 992px) {

  #myBtn {
    display: none !important;
    
  }

}
.skip{

  background: #444 !important;
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none !important;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: fixed;
  width: auto;
  z-index: 1050;
}