/* line 1, ../sass/_base.scss */
body {
  font-family: Microsoft JhengHei, Arial;
}

/* line 5, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Microsoft JhengHei, Arial;
}

/* line 9, ../sass/_base.scss */
ul {
  list-style: none;
}

/* line 13, ../sass/_base.scss */
.disappear {
  display: none;
}

/* line 17, ../sass/_base.scss */
.scroll-top-section {
  cursor: pointer;
  color: #fff;
}
.scroll-top-section:hover, .scroll-top-section:focus {
  color: #fff;
}

/*WIDTH_BLOCK*/
/* line 26, ../sass/_base.scss */
.width_85_per {
  width: 85%;
}
@media (max-width: 1024px) {
  /* line 26, ../sass/_base.scss */
  .width_85_per {
    width: 100%;
  }
}

/* line 33, ../sass/_base.scss */
.width_15_per {
  width: 15%;
}
@media (max-width: 1024px) {
  /* line 33, ../sass/_base.scss */
  .width_15_per {
    width: 100%;
  }
}

/* line 41, ../sass/_base.scss */
.width_full {
  width: 100% !important;
}

/* line 45, ../sass/_base.scss */
.width_half {
  width: 50% !important;
}

/*FLOAT_BLOCK*/
/* line 51, ../sass/_base.scss */
.float_left {
  float: left;
}

/* line 55, ../sass/_base.scss */
.float_right {
  float: right;
}

/*MARGIN_BLOCK*/
/* line 62, ../sass/_base.scss */
.margin_bottom_85_px {
  margin-bottom: 85px;
}

/* line 67, ../sass/_base.scss */
.margin_bottom_40_px {
  margin-bottom: 40px;
}

/* line 71, ../sass/_base.scss */
.margin_bottom_15_px {
  margin-bottom: 15px;
}

/* line 75, ../sass/_base.scss */
.margin_right_2_per {
  margin-right: 2%;
}

/*COLOR_BLOCK*/
/* line 83, ../sass/_base.scss */
.color_light_red {
  color: #E95252 !important;
  color: #C71A1A !important;
}

/* line 87, ../sass/_base.scss */
.color_white {
  color: #fff !important;
}

/* line 91, ../sass/_base.scss */
.color_white_opacity_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.font_size_29_px {
  font-size: 1.813em;
}

.color_gray {
  color: #444 !important;
}

/*FONT_SIZE_BLOCK*/

/* line 107, ../sass/_base.scss */
.font_size_23_px {
  font-size: 1.438em;
}

/* line 120, ../sass/_base.scss */
.font_weight_200 {
  font-weight: 200;
}

/*LINE_HEIGHT_BLOCK*/
/* line 115, ../sass/_base.scss */
.line_height_35_px {
  line-height: 35px;
}

/*PADDING_BLOCK*/
/* line 128, ../sass/_base.scss */
.padding_left_35_px {
  padding-left: 35px;
}

/* line 132, ../sass/_base.scss */
.padding_left_45_px {
  padding-left: 45px;
}

/*LINE*/
/* line 139, ../sass/_base.scss */
.red_line {
  border: 1px solid #A81F24;
  width: 100%;
}

/* line 144, ../sass/_base.scss */
.white_line {
  border: 1px solid #fff;
  width: 100%;
}

/* line 149, ../sass/_base.scss */
.gray_line {
  border: 1px solid #727272;
  width: 100%;
}

/* line 155, ../sass/_base.scss */
.border_top_0 {
  border-top: 0 !important;
}

/*image*/
/* line 163, ../sass/_base.scss */
.base_html_img {
  max-width: 650px;
}

/* line 171, ../sass/_base.scss */
.print_link {
  /*color: #fff;*/
  color: #000;
  text-decoration: underline !important;
}
/* line 175, ../sass/_base.scss */
.print_link:hover {
  /*color: #fff;*/
  color: #000;
}

/* line 1, ../sass/_scroll.scss */
.scrollbar {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 10, ../sass/_scroll.scss */
.force-overflow {
  /*min-height: 450px;*/
}

/*
 *  STYLE 1
 */
/* line 19, ../sass/_scroll.scss */
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 26, ../sass/_scroll.scss */
#style-1::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
@media (max-width: 600px) {
  /* line 26, ../sass/_scroll.scss */
  #style-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
}

/* line 36, ../sass/_scroll.scss */
#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
}

/*
 *  STYLE 2
 */
/* line 47, ../sass/_scroll.scss */
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/* line 54, ../sass/_scroll.scss */
#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 60, ../sass/_scroll.scss */
#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929;
}

/*
 *  STYLE 3
 */
/* line 71, ../sass/_scroll.scss */
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 77, ../sass/_scroll.scss */
#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

/* line 83, ../sass/_scroll.scss */
#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/*
 *  STYLE 4
 */
/* line 92, ../sass/_scroll.scss */
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 98, ../sass/_scroll.scss */
#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 104, ../sass/_scroll.scss */
#style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

/*
 *  STYLE 5
 */
/* line 115, ../sass/_scroll.scss */
#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 121, ../sass/_scroll.scss */
#style-5::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 127, ../sass/_scroll.scss */
#style-5::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

/*
 *  STYLE 6
 */
/* line 141, ../sass/_scroll.scss */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 147, ../sass/_scroll.scss */
#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 153, ../sass/_scroll.scss */
#style-6::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 7
 */
/* line 171, ../sass/_scroll.scss */
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 178, ../sass/_scroll.scss */
#style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 184, ../sass/_scroll.scss */
#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

/*
 *  STYLE 8
 */
/* line 199, ../sass/_scroll.scss */
#style-8::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #F5F5F5;
}

/* line 205, ../sass/_scroll.scss */
#style-8::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 211, ../sass/_scroll.scss */
#style-8::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/*
 *  STYLE 9
 */
/* line 221, ../sass/_scroll.scss */
#style-9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 227, ../sass/_scroll.scss */
#style-9::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 233, ../sass/_scroll.scss */
#style-9::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 10
 */
/* line 251, ../sass/_scroll.scss */
#style-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 258, ../sass/_scroll.scss */
#style-10::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 264, ../sass/_scroll.scss */
#style-10::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 11
 */
/* line 283, ../sass/_scroll.scss */
#style-11::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 290, ../sass/_scroll.scss */
#style-11::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 296, ../sass/_scroll.scss */
#style-11::-webkit-scrollbar-thumb {
  background-color: #3366FF;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 12
 */
/* line 314, ../sass/_scroll.scss */
#style-12::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #444444;
}

/* line 321, ../sass/_scroll.scss */
#style-12::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 327, ../sass/_scroll.scss */
#style-12::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 13
 */
/* line 342, ../sass/_scroll.scss */
#style-13::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}

/* line 349, ../sass/_scroll.scss */
#style-13::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 355, ../sass/_scroll.scss */
#style-13::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 14
 */
/* line 370, ../sass/_scroll.scss */
#style-14::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: #CCCCCC;
}

/* line 376, ../sass/_scroll.scss */
#style-14::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 382, ../sass/_scroll.scss */
#style-14::-webkit-scrollbar-thumb {
  background-color: #FFF;
  background-image: -webkit-linear-gradient(90deg, black 0%, black 25%, transparent 100%, black 75%, transparent);
}

/*
 *  STYLE 15
 */
/* line 397, ../sass/_scroll.scss */
#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 404, ../sass/_scroll.scss */
#style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 410, ../sass/_scroll.scss */
#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}

/*
 *  STYLE 16
 */
/* line 426, ../sass/_scroll.scss */
#style-16::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 433, ../sass/_scroll.scss */
#style-16::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 439, ../sass/_scroll.scss */
#style-16::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}

/* line 1, ../sass/_cover.scss */
.rb-grid-center li h3 {
  text-align: center;
  /*height: 8em;
  line-height: 8em;*/
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  padding: 0 1.6em;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  /* line 1, ../sass/_cover.scss */
  .rb-grid-center li h3 {
    width: 100%;
    /*height: 100%;*/
    line-height: normal;
  }
}

/* line 14, ../sass/_cover.scss */
.btn-red {
  background: #A81F24;
  box-shadow: 0 7px 0 #7A171C;
}

/* line 19, ../sass/_cover.scss */
.btn-blue {
  background: #1D6C9E;
  box-shadow: 0 7px 0 #176287;
}

/* line 24, ../sass/_cover.scss */
.sq-side-menu .first .content .words {
  display: block;
  font-size: 60%;
  margin-top: 3px;
}

@media (max-width: 1130px) {
  /* line 31, ../sass/_cover.scss */
  .slogan {
    position: absolute;
    top: -100px;
    text-align: left;
    display: block;
  }
  /* line 37, ../sass/_cover.scss */
  .slogan h1 {
    display: none;
  }


  .sq-side-menu .first .content .words {
    font-size: 45%;
  }
}
@media (max-width: 800px) {
  /* line 31, ../sass/_cover.scss */
  .slogan {
    position: absolute;
    top: -100px;
    text-align: left;
    display: block;
  }
  /* line 46, ../sass/_cover.scss */
  .slogan h1 {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 31, ../sass/_cover.scss */
  .slogan {
    position: absolute;
    top: -100px;
    text-align: left;
    display: block;
  }
  /* line 55, ../sass/_cover.scss */
  .slogan h1 {
    display: none;
  }
}
@media (max-width: 500px) {
  /* line 31, ../sass/_cover.scss */
  .slogan {
    width: 100%;
  }
}

@media (max-width: 910px) {
  /* line 65, ../sass/_cover.scss */
  #home {
    height: auto !important;
  }
}

/* line 71, ../sass/_cover.scss */
#logo {
  cursor: pointer;
}
@media (max-width: 800px) {
  /* line 71, ../sass/_cover.scss */
  #logo {
    display: none;
  }
}

/* line 79, ../sass/_cover.scss */
.rb-week {
  height: 85vh;
}

@media (max-width: 600px) {
  /* line 84, ../sass/_cover.scss */
  .verification--post-board-block .rb-week {
    height: 327px;
  }
}
/* line 89, ../sass/_cover.scss */
.rb-week > div:first-child {
  width: 100%;
}

/* line 93, ../sass/_cover.scss */
.rb-week > div {
  width: 100%;
}

/* line 97, ../sass/_cover.scss */
.service-matter {
  /*overflow: auto;*/
}
/* line 99, ../sass/_cover.scss */
.service-matter table {
  width: 100%;
  height: 100%;
  color: #000;
}
/* line 106, ../sass/_cover.scss */
.service-matter table thead tr th {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  font-size: 1.813em;
}

.service-matter table caption {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    font-size: 1.813em;
    font-weight: 700;
}
@media (max-width: 600px) {
  /* line 115, ../sass/_cover.scss */
  .service-matter table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
/* line 123, ../sass/_cover.scss */
.service-matter table tbody tr {
  text-align: center;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  /* line 123, ../sass/_cover.scss */
  .service-matter table tbody tr {
    /*border-bottom: 5px solid rgba(255, 255, 255, 0.5);*/
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    border-bottom: 0;
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
  }
}
/* line 135, ../sass/_cover.scss */
.service-matter table tbody tr td {
  font-size: 1.438em;
  padding: 20px;
  /*border-right: 1px solid #fff;*/
  position: relative;
}

.service-matter table tbody tr th {
  font-size: 1.438em;
  padding: 20px;
  /*border-right: 1px solid #fff;*/
  position: relative;
  text-align: center;
}

/* line 141, ../sass/_cover.scss */
.service-matter table tbody tr td .verification_pass_link {
  /*color: #fff;*/
  color: #000;
  text-decoration: underline !important;
}
/* line 146, ../sass/_cover.scss */
.service-matter table tbody tr td .file_link {
  /*color: #fff;*/
  color: #000;
  text-decoration: underline !important;
}
@media (max-width: 1650px) {
  /* line 154, ../sass/_cover.scss */
  .service-matter table tbody tr td {
    /*border-right: 1px solid #fff;*/
    border-right: 1px solid #000;
  }
  .service-matter table tbody tr th {
    /*border-right: 1px solid #fff;*/
    border-right: 1px solid #000;
  }
}
@media (max-width: 600px) {
  /* line 160, ../sass/_cover.scss */
  .service-matter table tbody tr td {
    display: block;
    border-right: 0px;
    /*border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #000;
    min-height: 32px;
    padding: 0;
    /*padding-left: 138px;*/
    /*padding-left: 200px;*/
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    max-height: 32px;
    text-align: left;
  }

  .service-matter table tbody tr th {
    display: block;
    border-right: 0px;
    /*border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #000;
    min-height: 32px;
    padding: 0;
    /*padding-left: 138px;*/
    /*padding-left: 200px;*/
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    max-height: 32px;
    text-align: left;
  }
}
/* line 177, ../sass/_cover.scss */
.service-matter table tbody tr td:last-child {
  /*border-right: 0;*/
}
@media (max-width: 1650px) {
  /* line 177, ../sass/_cover.scss */
  .service-matter table tbody tr td:last-child {
    border-right: 0;
  }

  .service-matter table tbody tr th:last-child {
    border-right: 0;
  }
}
/* line 182, ../sass/_cover.scss */
.service-matter table tbody tr td:last-child::after {
  border-right: 0;
}
.service-matter table tbody tr th:last-child::after {
  border-right: 0;
}
/* line 186, ../sass/_cover.scss */
.service-matter table tbody tr td::after {
  content: '';
  height: 70%;
  position: absolute;
  /*border-right: 1px solid rgba(255, 255, 255, 0.5);*/
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  right: 0;
  top: 15%;
}
.service-matter table tbody tr th::after {
  content: '';
  height: 70%;
  position: absolute;
  /*border-right: 1px solid rgba(255, 255, 255, 0.5);*/
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  right: 0;
  top: 15%;
}
@media (max-width: 1650px) {
  /* line 186, ../sass/_cover.scss */
  .service-matter table tbody tr td::after {
    height: auto;
    border-right: 0;
  }
  .service-matter table tbody tr th::after {
    height: auto;
    border-right: 0;
  }
}
/* line 200, ../sass/_cover.scss */
.service-matter table tbody tr td.get_height::after {
  height: 70%;
}
/* line 204, ../sass/_cover.scss */
.service-matter table tbody tr:first-child {
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
@media (max-width: 600px) {
  /* line 204, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child {
    position: fixed;
    top: 100px;
    z-index: 1;
    background-color: #cccccc;
  }
  /* line 213, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child td {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  /* line 219, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child td:nth-child(2) {
    /*min-height: 64px;*/
  }
  /* line 222, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child td {
    text-align: center;
  }


  /* line 213, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child th {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  /* line 219, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child th:nth-child(2) {
    /*min-height: 64px;*/
  }
  /* line 222, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child th {
    text-align: center;
  }
}
/* line 228, ../sass/_cover.scss */
.service-matter table tbody tr:first-child td:nth-child(1) {
  min-width: 145px;
}
/* line 231, ../sass/_cover.scss */
.service-matter table tbody tr:first-child td:nth-child(2) {
  min-width: 145px;
}
/* line 234, ../sass/_cover.scss */
.service-matter table tbody tr:first-child td:nth-child(3) {
  min-width: 145px;
}
/* line 237, ../sass/_cover.scss */
.service-matter table tbody tr:first-child td:nth-child(4) {
  min-width: 145px;
}
/* line 240, ../sass/_cover.scss */
.service-matter table tbody tr:first-child td:nth-child(5) {
  min-width: 145px;
}
/* line 243, ../sass/_cover.scss */
.service-matter table tbody tr:first-child td:nth-child(6) {
  min-width: 185px;
}


/* line 228, ../sass/_cover.scss */
.service-matter table tbody tr:first-child th:nth-child(1) {
  min-width: 145px;
}
/* line 231, ../sass/_cover.scss */
.service-matter table tbody tr:first-child th:nth-child(2) {
  min-width: 145px;
}
/* line 234, ../sass/_cover.scss */
.service-matter table tbody tr:first-child th:nth-child(3) {
  min-width: 145px;
}
/* line 237, ../sass/_cover.scss */
.service-matter table tbody tr:first-child th:nth-child(4) {
  min-width: 145px;
}
/* line 240, ../sass/_cover.scss */
.service-matter table tbody tr:first-child th:nth-child(5) {
  min-width: 145px;
}
/* line 243, ../sass/_cover.scss */
.service-matter table tbody tr:first-child th:nth-child(6) {
  min-width: 185px;
}
@media (max-width: 600px) {
  /* line 243, ../sass/_cover.scss */
  .service-matter table tbody tr:first-child td:nth-child(6) {
    min-width: 150px;
  }
  .service-matter table tbody tr:first-child th:nth-child(6) {
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  /* line 255, ../sass/_cover.scss */
  .service-matter table tbody tr:nth-child(2) {
    border-left: 0;
  }
  /* line 257, ../sass/_cover.scss */
  .service-matter table tbody tr:nth-child(2) td {
    padding-left: 155px;
  }
}
/* line 264, ../sass/_cover.scss */
.service-matter table tbody tr:last-child {
  border-bottom: 0;
}
/* line 271, ../sass/_cover.scss */
.service-matter .home_news_detail {
  font-size: 1.438em;
}
/* line 273, ../sass/_cover.scss */
.service-matter .home_news_detail .home_news_detail_date {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
/* line 278, ../sass/_cover.scss */
.service-matter .home_news_detail .home_news_detail_post {
  width: 100%;
  text-align: left;
}
/* line 284, ../sass/_cover.scss */
.service-matter .home_news_detail p a {
  color: #fff;
  text-decoration: underline !important;
}

/* line 292, ../sass/_cover.scss */
.verification_mark_section_1_img {
  width: 300px;
  margin-top: 5px;
  margin-left: 22px;
}
@media (max-width: 800px) {
  /* line 292, ../sass/_cover.scss */
  .verification_mark_section_1_img {
    margin-left: 0px;
  }
}
@media (max-width: 430px) {
  /* line 292, ../sass/_cover.scss */
  .verification_mark_section_1_img {
    width: 100%;
  }
}

/* line 1, ../sass/_page_block.scss */
.page_title {
  width: 100%;
  background-color: #E95252;
  background-color: #E32626;
  color: #fff;
  font-weight: bold;
  padding: 25px 45px;
  font-size: 1.313em;
  /*margin-bottom: 85px;*/
}

/* line 11, ../sass/_page_block.scss */
span.breadcrumbs {
  display: block;
  font-size: 1.125em;
}

/* line 16, ../sass/_page_block.scss */
.search-input {
  float: right;
}
@media (max-width: 800px) {
  /* line 16, ../sass/_page_block.scss */
  .search-input {
    float: none;
    overflow: hidden;
  }
}
/* line 22, ../sass/_page_block.scss */
.search-input input {
  width: 260px;
  border: 0px;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
  font-size: 0.65em;
  padding: 0 10px;
  float: left;
}
@media (max-width: 800px) {
  /* line 22, ../sass/_page_block.scss */
  .search-input input {
    float: left;
  }
}
@media (max-width: 430px) {
  /* line 22, ../sass/_page_block.scss */
  .search-input input {
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    padding-right: 50px;
  }
}
/* line 39, ../sass/_page_block.scss */
.search-input button {
  height: 40px;
  border: 0px;
  float: right;
  width: 50px;
  border-radius: 0px 5px 5px 0px;
  background-color: #727272;
}
.search-input button:focus {
  border: 3px;
  border-color: #00f;
  border-style: solid;
  border-radius: 2px;
}
/* line 46, ../sass/_page_block.scss */
.search-input button img {
  width: 27px;
  float: left;
  margin-left: 3px;
}
@media (max-width: 800px) {
  /* line 39, ../sass/_page_block.scss */
  .search-input button {
    float: left;
  }
}
@media (max-width: 430px) {
  /* line 39, ../sass/_page_block.scss */
  .search-input button {
    float: right;
    margin-top: -40px;
  }
}

/* line 62, ../sass/_page_block.scss */
.next-bg-white input {
  border: 1px solid #727272;
  border-right: 0;
}
/* line 66, ../sass/_page_block.scss */
.next-bg-white button {
  margin-top: 1px;
}

/* line 71, ../sass/_page_block.scss */
.text_indent_type_1 {
  text-indent: -35px;
  padding-left: 35px;
}

/* line 75, ../sass/_page_block.scss */
.text_indent_type_2 {
  text-indent: -45px;
  padding-left: 45px;
}

/* line 79, ../sass/_page_block.scss */
.text_indent_type_3 {
  text-indent: -30px;
  padding-left: 30px;
}

/* line 83, ../sass/_page_block.scss */
.text_indent_type_4 {
  text-indent: -47px;
  padding-left: 47px;
}

.text_indent_type_5 {
  text-indent: -66px;
  padding-left: 66px;
}

/* line 94, ../sass/_page_block.scss */
.qa_block ul li {
  border-bottom: 1px solid #AAAAAA;
  cursor: pointer;
}
/* line 98, ../sass/_page_block.scss */
.qa_block ul li:first-child {
  /*border-top: 1px solid #AAAAAA;*/
}
/* line 102, ../sass/_page_block.scss */
.qa_block .qa-question {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
/* line 108, ../sass/_page_block.scss */
.qa_block .qa-question img {
  width: 55px;
  float: left;
}
/* line 111, ../sass/_page_block.scss */
.qa_block .qa-question img.less {
  display: none;
  opacity: 0.75;
}
/* line 119, ../sass/_page_block.scss */
.qa_block .qa-question h3 {
  line-height: 45px;
  font-size: 1.688em;
  padding-left: 109px;
  text-indent: -29px;
  color: #333;
  /*font-weight: bold;*/
}
/* line 127, ../sass/_page_block.scss */
.qa_block .qa-question span.date {
  float: right;
  font-size: 1.688em;
  line-height: 45px;
  color: #333;
}
@media (max-width: 1024px) {
  /* line 127, ../sass/_page_block.scss */
  .qa_block .qa-question span.date {
    float: left;
    padding-left: 80px;
  }
}
/* line 138, ../sass/_page_block.scss */
.qa_block .qa-question span.news_date {
  float: left;
  font-size: 1.688em;
  line-height: 45px;
  color: #333;
  margin-left: 110px;
}
/* line 147, ../sass/_page_block.scss */
.qa_block .more_detail {
  line-height: 45px;
  font-size: 1.688em;
  color: #333;
  width: 100%;
  display: none;
  margin-bottom: 15px;
  /*background-color: #fff;*/
  padding: 25px 15px 25px 80px;
}
/* line 157, ../sass/_page_block.scss */
.qa_block .more_detail .bottom_date {
  margin-top: 20px;
  text-align: right;
  width: 100%;
  font-size: 1.250em;
}
@media (max-width: 800px) {
  /* line 157, ../sass/_page_block.scss */
  .qa_block .more_detail .bottom_date {
    text-align: left;
  }
  /* line 164, ../sass/_page_block.scss */
  .qa_block .more_detail .bottom_date span {
    display: block;
  }
}
/* line 169, ../sass/_page_block.scss */
.qa_block .more_detail .bottom_post {
  width: 100%;
  text-align: right;
  font-size: 1.250em;
}
@media (max-width: 800px) {
  /* line 169, ../sass/_page_block.scss */
  .qa_block .more_detail .bottom_post {
    text-align: left;
  }
}

/* line 183, ../sass/_page_block.scss */
.download_block ul li {
  border-bottom: 1px solid #AAAAAA;
}
/* line 186, ../sass/_page_block.scss */
.download_block ul li:first-child {
  border-top: 1px solid #AAAAAA;
}
/* line 190, ../sass/_page_block.scss */
.download_block .download-list {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
/* line 196, ../sass/_page_block.scss */
.download_block .download-list img {
  width: 75px;
  float: right;
}
/* line 200, ../sass/_page_block.scss */
.download_block .download-list h3 {
  line-height: 55px;
  font-size: 1.688em;
  padding-left: 29px;
  text-indent: -29px;
  color: #333;
  /*font-weight: bold;*/
}
/* line 209, ../sass/_page_block.scss */
.download_block .download-list span.news_date {
  float: left;
  font-size: 1.688em;
  line-height: 55px;
  color: #333;
  margin-left: 29px;
}

/* line 220, ../sass/_page_block.scss */
.understanding_verification_table {
  width: 100%;
}
/* line 223, ../sass/_page_block.scss */
.understanding_verification_table tr td {
  border: 1px solid #999899;
  text-align: left;
  padding: 10px 15px;
}
.understanding_verification_table tr th {
  border: 1px solid #999899;
  text-align: left;
  padding: 10px 15px;
  font-weight: 500;
}
/* line 228, ../sass/_page_block.scss */
.understanding_verification_table tr th:first-child {
  width: 35%;
}
/* line 233, ../sass/_page_block.scss */
.understanding_verification_table tr:first-child th:first-child {
  width: 15%;
}

/* line 240, ../sass/_page_block.scss */
.verification_pass_block {
  width: 100%;
  border: 1px solid #999;
  overflow: hidden;
}
/* line 244, ../sass/_page_block.scss */
.verification_pass_block .left_title {
  background-color: #A23435;
  width: 25%;
  color: #fff;
  height: 70px;
  font-size: 1.813em;
  text-align: left;
  line-height: 70px;
  position: relative;
  float: left;
  padding: 0 0 0 12px;
}
.verification_pass_block .big_VP_left {
  height: 140px;
  line-height: 140px;
}
@media (max-width: 1440px) {
  /* line 244, ../sass/_page_block.scss */
  .verification_pass_block .left_title {
    width: 100%;
  }
  .verification_pass_block .big_VP_left {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 990px) {
  /* line 244, ../sass/_page_block.scss */
  .verification_pass_block .left_title {
    height: auto;
  }
  .verification_pass_block .big_VP_left {
    line-height: 70px;
  }
}
/* line 262, ../sass/_page_block.scss */
.verification_pass_block .left_title::after {
  content: '';
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 10%;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1440px) {
  /* line 262, ../sass/_page_block.scss */
  .verification_pass_block .left_title::after {
    border-bottom: 0;
  }
}
/* line 275, ../sass/_page_block.scss */
.verification_pass_block .right_content {
  width: 75%;
  color: #333;
  height: 70px;
  font-size: 1.813em;
  text-align: left;
  line-height: 70px;
  position: relative;
  float: left;
  padding: 0 30px;
  white-space: nowrap;
}
.verification_pass_block .big_VP_right {
  height: 140px;
  white-space: initial;
}
@media (max-width: 1440px) {
  /* line 275, ../sass/_page_block.scss */
  .verification_pass_block .right_content {
    width: 100%;
    white-space: initial;
  }
  .verification_pass_block .big_VP_right {
    height: auto;
    white-space: initial;
  }
}
@media (max-width: 990px) {
  /* line 275, ../sass/_page_block.scss */
  .verification_pass_block .right_content {
    height: auto;
  }
}
/* line 295, ../sass/_page_block.scss */
.verification_pass_block .right_content::after {
  content: '';
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
  float: left;
}

.verification_pass_block .big_VP_right::after {
  content: initial;
}
.verification_pass_block .big_VP_right .big_VP_right_bottom_line{
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.verification_pass_block .big_VP_right .big_VP_right_bottom_line::after{
  content: '';
  position: relative;
  width: 100%;
  border-bottom: 1px solid #999;
  float: left;
}

@media (max-width: 1440px) {
  /* line 295, ../sass/_page_block.scss */
  .verification_pass_block .right_content::after {
    border-bottom: 0;
  }
  .verification_pass_block .big_VP_right .big_VP_right_bottom_line::after{
    border-bottom: 0;
  }
}
/* line 313, ../sass/_page_block.scss */
.verification_pass_block div:nth-child(11)::after {
  border-bottom: 0;
}
/* line 318, ../sass/_page_block.scss */
.verification_pass_block div:nth-child(12)::after {
  border-bottom: 0;
}






/* line 1, ../sass/_go_top.scss */
.to-top {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
  font-size: 1.250em;
  cursor: pointer;
}

.to-top:hover, .to-top:focus {
  color: #fff;
  border-radius: 40px;
}
@media (max-width: 600px) {
  /* line 1, ../sass/_go_top.scss */
  .to-top {
    zoom: 0.7;
  }
}
/* line 18, ../sass/_go_top.scss */
.to-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 1, ../sass/_footer.scss */
footer.main_footer {
  background-image: url("/images/footer_bg.png");
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #3E3E3F;
}
/* line 8, ../sass/_footer.scss */
footer.main_footer .footer_ul_li {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  /* line 8, ../sass/_footer.scss */
  footer.main_footer .footer_ul_li {
    width: 100%;
  }
}
/* line 16, ../sass/_footer.scss */
footer.main_footer .footer_ul_li ul.parent_ul {
  margin-top: 40px;
}
/* line 18, ../sass/_footer.scss */
footer.main_footer .footer_ul_li ul.parent_ul li.parent_li {
  list-style: none;
  float: left;
  color: #fff;
  width: 16.66666%;
  font-size: 1.250em;
  line-height: 50px;
}
@media (max-width: 1024px) {
  /* line 18, ../sass/_footer.scss */
  footer.main_footer .footer_ul_li ul.parent_ul li.parent_li {
    width: 33.33333%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /* line 18, ../sass/_footer.scss */
  footer.main_footer .footer_ul_li ul.parent_ul li.parent_li {
    width: 50%;
    text-align: center;
  }
}
/* line 35, ../sass/_footer.scss */
footer.main_footer .footer_ul_li ul.parent_ul li.parent_li ul li {
  display: list-item;
  font-size: 1.063em;
  line-height: 30px;
  color: #fff;
}
/* line 46, ../sass/_footer.scss */
footer.main_footer .logo_block {
  text-align: center;
}
/* line 48, ../sass/_footer.scss */
footer.main_footer .logo_block img {
  width: 300px;
  margin: 0px 20px;
}
@media (max-width: 480px) {
  /* line 48, ../sass/_footer.scss */
  footer.main_footer .logo_block img {
    width: 100%;
    margin: 0;
    margin-top: 5px;
  }
}
/* line 60, ../sass/_footer.scss */
footer.main_footer span {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 45px;
}

/* line 1, ../sass/_login.scss */
.login_wrapper, .forget_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  display: none;
}
/* line 9, ../sass/_login.scss */
.login_wrapper .cover, .forget_wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 19, ../sass/_login.scss */
.login_wrapper .login_block, .forget_wrapper .login_block {
  position: relative;
  margin: 0 auto;
  width: 390px;
  background-color: #fff;
  min-height: 300px;
  z-index: 2;
  /*margin-top: 25vh;*/
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  /* line 19, ../sass/_login.scss */
  .login_wrapper .login_block, .forget_wrapper .login_block {
    margin-top: 30px;
  }
}
/* line 33, ../sass/_login.scss */
.login_wrapper .login_block .close_btn, .forget_wrapper .login_block .close_btn {
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
/* line 44, ../sass/_login.scss */
.login_wrapper .login_block .close_btn img, .forget_wrapper .login_block .close_btn img {
  width: 80%;
}
/* line 48, ../sass/_login.scss */
.login_wrapper .login_block .content, .forget_wrapper .login_block .content {
  padding: 40px 30px 125px 30px;
  text-align: center;
}
/* line 51, ../sass/_login.scss */
.login_wrapper .login_block .content h1, .forget_wrapper .login_block .content h1 {
  border-bottom: 2px solid #6A6B6B;
  padding-bottom: 25px;
  margin-bottom: 35px;
  color: #6A6B6B;
}
.login_wrapper .login_block .content h2, .forget_wrapper .login_block .content h2 {
  border-bottom: 2px solid #6A6B6B;
  padding-bottom: 25px;
  margin-bottom: 35px;
  color: #6A6B6B;
}
/* line 57, ../sass/_login.scss */
.login_wrapper .login_block .content input, .forget_wrapper .login_block .content input {
  width: 100%;
  margin-bottom: 25px;
  height: 45px;
  padding: 0px 10px;
  font-size: 1.375em;
  color: #6A6B6B;
  border-width: 2px;
  border-style: solid;
}
/* line 67, ../sass/_login.scss */
.login_wrapper .login_block .content button, .forget_wrapper .login_block .content button {
  width: 130px;
  font-size: 1.375em;
}
/* line 73, ../sass/_login.scss */
.login_wrapper .login_block .content .image_verification_block input, .forget_wrapper .login_block .content .image_verification_block input {
  /*width: 45%;*/
  width: 41%;
  margin-right: 2%;
}
/* line 77, ../sass/_login.scss */
.login_wrapper .login_block .content .image_verification_block img, .forget_wrapper .login_block .content .image_verification_block img {
  float: left;
  /*width: 42%;*/
  width: 36%;
  margin-right: 0;
}
/* line 82, ../sass/_login.scss */
.login_wrapper .login_block .content .image_verification_block span, .forget_wrapper .login_block .content .image_verification_block span {
  cursor: pointer;
  display: block;
  float: left;
  width: 11%;
}

.login_wrapper .login_block .content .image_verification_block>.change_login_valicode, .forget_wrapper .login_block .content .image_verification_block>.change_login_valicode {
  float: left;
  width: 11%;
  position: relative;
  background-color: rgba(0,0,0,0);
  height: 45px;
}
/* line 87, ../sass/_login.scss */
.login_wrapper .login_block .content .image_verification_block span img, .forget_wrapper .login_block .content .image_verification_block span img {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.login_wrapper .login_block .content .image_verification_block>.change_login_valicode>img, .forget_wrapper .login_block .content .image_verification_block>.change_login_valicode>img {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 99, ../sass/_login.scss */
.login_wrapper .login_block a, .forget_wrapper .login_block a {
  display: block;
  width: 50%;
  /*float: left;*/
  text-align: center;
  height: 100px;
  line-height: 100px;
  background-color: #000;
  font-size: 1.438em;
  color: white;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
}
/* line 113, ../sass/_login.scss */
.login_wrapper .login_block .forget_pwd_btn, .forget_wrapper .login_block .forget_pwd_btn {
  left: 0;
  border-radius: 0 0 0 10px;
}
/* line 117, ../sass/_login.scss */
.login_wrapper .login_block .register_btn, .forget_wrapper .login_block .register_btn {
  right: 0;
  border-radius: 0 0 10px 0;
}

/* line 1, ../sass/_home.scss */
#metro-panel .slogan img {
  width: 335px;
  /*margin-top: -65px;*/
  margin-top: -20px;
}
@media (max-width: 480px) {
  /* line 1, ../sass/_home.scss */
  #metro-panel .slogan img {
    width: 100%;
    margin: 0;
  }
}

/* line 13, ../sass/_home.scss */
.home_verification_billboard {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
}
/* line 20, ../sass/_home.scss */
.home_verification_billboard .sec {
  text-align: center;
  padding: 90px 0px;
  width: 30%;
  float: left;
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* line 20, ../sass/_home.scss */
  .home_verification_billboard .sec {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
/* line 30, ../sass/_home.scss */
.home_verification_billboard .sec h1 {
  font-size: 1.625em;
  color: #fff;
}
.home_verification_billboard .sec h2 {
  font-size: 1.625em;
  color: #fff;
}
.home_verification_billboard .sec h3 {
  font-size: 1.625em;
  color: #fff;
}
/* line 34, ../sass/_home.scss */
.home_verification_billboard .sec .botton_cus {
  border: 1px solid #fff;
  color: #fff;
  height: 45px;
  font-size: 1.625em;
  line-height: 44px;
  margin-top: 25px;
}
/* line 43, ../sass/_home.scss */
.home_verification_billboard .sec-block-1 {
  margin-right: 2.5%;
}
@media (max-width: 1024px) {
  /* line 43, ../sass/_home.scss */
  .home_verification_billboard .sec-block-1 {
    margin-right: 0;
  }
}
/* line 50, ../sass/_home.scss */
.home_verification_billboard .sec-block-2 {
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: 35%;
}
@media (max-width: 1024px) {
  /* line 50, ../sass/_home.scss */
  .home_verification_billboard .sec-block-2 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* line 61, ../sass/_home.scss */
.home_verification_billboard .sec-block-3 {
  margin-left: 2.5%;
}
@media (max-width: 1024px) {
  /* line 61, ../sass/_home.scss */
  .home_verification_billboard .sec-block-3 {
    margin-left: 0;
  }
}

/* line 1, ../sass/_user.scss */
.user_input_block {
  width: 49%;
  float: left;
}
@media (max-width: 1440px) {
  /* line 1, ../sass/_user.scss */
  .user_input_block {
    width: 100%;
  }
}
/* line 8, ../sass/_user.scss */
.user_input_block .label_title {
  color: #727272;
  font-size: 1.813em;
  float: left;
}
/* line 13, ../sass/_user.scss */
.user_input_block .input_obj {
  float: left;
  margin-left: 10px;
  max-width: 100%;
}
/* line 18, ../sass/_user.scss */
.user_input_block .input_obj input {
  height: 47px;
  width: 100%;
  padding: 0px 15px;
  font-size: 1.563em;
  color: #727272;
  max-width: 100%;
}
/* line 27, ../sass/_user.scss */
.user_input_block .input_obj input[type="radio"] {
  width: 30px;
  float: left;
  margin-top: 0;
}
/* line 32, ../sass/_user.scss */
.user_input_block .input_obj span {
  font-size: 1.813em;
  line-height: 45px;
  float: left;
  margin-left: 5px;
}

/* line 41, ../sass/_user.scss */
.image_verification_block {
  float: left;
}
/* line 43, ../sass/_user.scss */
.image_verification_block input {
  height: 45px;
  float: left;
  width: 280px;
  margin-right: 20px;
  padding: 0px 15px;
  font-size: 1.563em;
  color: #727272;
}
/* line 52, ../sass/_user.scss */
.image_verification_block img {
  float: left;
  height: 45px;
  margin-right: 20px;
}
/* line 57, ../sass/_user.scss */
.image_verification_block a {
  float: left;
  font-size: 1.813em;
  text-decoration: underline !important;
}

.freego {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sitemap{
  padding-left: 24px;
}



@media (max-width: 600px) {
  .small_no_text_indent {
    text-indent: 0px;
    padding-left: 0px;
  }
  .small_margin_bottom {
    margin-bottom: 50px;
  }
}


@media (max-width: 1130px) {
  .home_small_logo_hide {
    display: none;
  }
}

.site_link {
  padding: 5px 20px;
  text-align: right;
  background-color: #E2E2E2;
}

.site_link a {
  color: #000;
}

a:focus { 
  border:3px;
  border-color:#00f;
  border-style: solid;
  border-radius: 2px;
}  


.sq-side-menu a {
    display: block;
    height: 100%;
    width: 170px;
}

footer.main_footer .footer_ul_li ul.parent_ul li.parent_li ul a {
    display: block;
}

.download_block .download-list a {
    display: block;
    overflow: hidden;
    float: right;
}


.login_wrapper .login_block a.login_sound_btn, .forget_wrapper .login_block a.forget_sound_btn {
    float: left;
    width: 10%;
    position: relative;
    background-color: rgba(0,0,0,0);
    height: 45px;
}


.login_wrapper .login_block .content .image_verification_block a.login_sound_btn img, .forget_wrapper .login_block .content .image_verification_block a.forget_sound_btn img {
    width: 100%;
    height: 30px;
    margin-top: 7px;
}

@media (max-width: 600px) {
  .register_sound_btn {
    width: 100%;
  }
}



.qa_block ul button.qa_link_has_more {
    display: block;
    border: 0;
    background-color: rgba(255,255,255,0);
    padding: 0;
    text-align: left;
}


.qa_block ul button.qa_link_has_more:focus {
    border: 3px;
    border-color: #00f;
    border-style: solid;
    border-radius: 2px;
}


.qa_block ul button:first-child li {
     border-top: 1px solid #AAAAAA; 
}


#rb-grid > li:focus {
    border: 3px;
    border-color: #00f;
    border-style: solid;
    border-radius: 2px;
}


#rb-grid > li .rb-overlay .rb-close:focus {
    border: 3px;
    border-color: #00f;
    border-style: solid;
    border-radius: 2px;
}

.has_news_top{
  padding-right: 110px;
}
.news_top {
  position: absolute;
  top: 0;
  right: 10px;
  width: 100px !important;
}



.understanding_verification_table_2 tr th {
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 15px;
}

.understanding_verification_table_2 tr td {
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 15px;
}


button.btn:focus, button.btn:hover {
  border: 3px;
  border-color: #00f;
  border-style: solid;
  border-radius: 2px;

  outline: none;
}