 ﻿.xg_userlogin .xg_imobile {
  position: relative;
}
.xg_userlogin .xg_imobile .checkcode {
  position: absolute;
  cursor: pointer;
}
.xg_Hold-allBox {
  width: 375px;
  height: 667px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 5% auto;
  border-radius: 8px;
}
.xg_hfBox {
  width: 90%;
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
  box-shadow: 0 2px 4px #ddd;
  margin-left: 5%;
  border-radius: 40px;
  font-size: 0;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xg_hfLink {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 25%;
  text-align: center;
  position: relative;
}
.xg_hfLink span {
  display: inline-block;
  vertical-align: middle;
}
.xg_hfLink:after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  height: 8px;
  width: 1px;
  background-color: #b9bac1;
}
.xg_hfLink:last-child:after {
  width: 0;
}
.xg_QQicon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/QQIcon.png') no-repeat;
  background-size: cover;
}
.xg_popQQIcon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.xg_WXicon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/WXIcon.png') no-repeat;
  background-size: cover;
}
.xg_TELicon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/TELIcon.png') no-repeat;
  background-size: cover;
}
.xg_WhatsAppicon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/WhatsappIcon.png') no-repeat;
  background-size: cover;
}
.xg_Facebookicon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/FaceBookIcon.png') no-repeat;
  background-size: cover;
}
.xg_Twittericon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/TwitterIcon.png') no-repeat;
  background-size: cover;
}
.xg_popTELicon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.xg_MAILicon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url('/Css/Img/MAILIcon.png') no-repeat;
  background-size: cover;
}
.xg_popMAILicon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.xg_popupBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  display: none;
}
.xg_mainPopupBox {
  position: fixed;
  width: 90%;
  border-radius: 8px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #666;
  display: none;
  z-index: 99;
}
.xg_mp-title {
  text-align: center;
  padding: 15px;
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #f2f2f2;
}
.xg_mp-list {
  margin: 0 auto;
  width: 240px;
  list-style: none;
}
.xg_mp-list li {
  text-align: left;
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xg_mpl-left {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 95px;
  color: #666;
}
.xg_mpl-right {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: right;
  width: 135px;
  padding-right: 5px;
  color: #666;
}
.xg_closePopup {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  background: url('/Css/Img/closeIcon.png') no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}
.xg_mpqqList {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.xg_mptxtfen {
  color: #e6266c;
  margin-left: 25px;
}
.xg_mptxtlan {
  color: #3477a8;
  margin-left: 25px;
}
.xg_zhiwen {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url('/Css/Img/zhiwen.png') no-repeat;
  background-size: cover;
}
.xg_wxList {
  list-style: none;
  padding: 10px 0;
}
.xg_wxList li {
  padding: 2px 0 5px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px dashed #ddd;
}
.xg_wxList li:last-child {
  border-bottom: 0;
}
.xg_wxl-title {
  font-size: 14px;
  color: #000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.xg_wxl-title:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  left: -10px;
  top: 9px;
  background-color: #666;
}
.xg_wxl-title:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  right: -10px;
  top: 9px;
  background-color: #666;
}
.xg_wxl-img {
  width: 110px;
}
.xg_wxl-tips {
  color: #999;
  font-size: 12px;
  padding-left: 5px;
}
.xg_marketform * {
  margin: 0 auto;
  padding: 0;
}
.xg_marketform a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.xg_marketform a,
.xg_marketform a:link,
.xg_marketform a:active,
.xg_marketform a:visited {
  color: #666;
  text-decoration: none;
}
.xg_hf-list {
  list-style: none;
  padding: 0;
  border-radius: 4px;
}
.xg_hf-list li {
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}
.xg_hf-list li:hover {
  background-color: #d5d5d5;
}
.xg_pcIcon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-size: cover;
}
.xg_hfl-txt {
  color: #444;
  padding-top: 3px;
}
.xg_hf-list li:hover .xg_rnp-tips-tel {
  display: block;
  opacity: 1;
}
.xg_rnp-tips-tel {
  display: none;
  opacity: 0;
  right: 125px;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  color: #484c61;
  width: 205px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  font-size: 14px;
  -webkit-box-shadow: 6px 0 19px rgba(0, 0, 0, 0.09);
  box-shadow: 6px 0 19px rgba(0, 0, 0, 0.09);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.xg_rnp-tips-tel:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px;
}
.xg_rnp-tips-ewm {
  display: none;
  position: absolute;
  width: 115px;
  height: 115px;
  padding: 5px;
  background-color: #fff;
  right: 125px;
  top: 50%;
  margin-top: -70px;
  -webkit-box-shadow: 6px 0 29px rgba(0, 0, 0, 0.09);
  box-shadow: 6px 0 29px rgba(0, 0, 0, 0.09);
}
.xg_rnp-tips-ewm > img {
  width: 100%;
}
.xg_rnp-tips-ewm:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px;
}
.xg_hf-list li:hover .xg_rnp-tips-ewm {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .xg_holdFloating {
    display: none;
  }
  .xg_marketform {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
  }
}
@media only screen and (min-width: 769px) {
  .xg_HoldfootBox {
    display: none;
  }
  .xg_mainPopupBox {
    display: none;
  }
  .xg_marketform {
    position: fixed;
    right: 75px;
    z-index: 999999999;
  }
  .xg_holdFloating {
    width: 102px;
    background-color: #fff;
    box-shadow: 0 0 4px #eee;
  }
  .xg_popupBox {
    display: none !important;
  }
  .xg_mainPopupBox {
    display: none !important;
  }
}
#weixin_tip {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 100;
}
#qq_tip {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.weixin_bg_img {
  width: 100%;
  text-align: right;
}
.weixin_bg_img img {
  width: 15%;
  height: auto;
  position: relative;
  right: 2%;
  margin-top: 2%;
}
.weixin_text1 {
  text-align: right;
  padding: 0 15% 0 0;
  margin: 10px 0;
}
.weixin_text1 p {
  display: inline-block;
  zoom: 1;
  font-size: 16px;
  color: #fff;
}
.weixin_text1 p + p {
  padding-left: 30px;
  background: url('/1.rc.eims.co/img/toolbox/share.png') no-repeat left
    center;
  background-size: 26px 26px;
}
.weixin_text2 {
  text-align: right;
  padding: 0 15% 0 0;
  margin: 10px 0;
}
.weixin_text2 p {
  padding-left: 30px;
  background: url('/1.rc.eims.co/img/toolbox/weixq.png') no-repeat left
    center;
  background-size: 26px 26px;
  display: inline-block;
  zoom: 1;
  font-size: 16px;
  color: #fff;
  margin-right: 1rem;
}
#uagent_tip {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 100;
}
#uagent_tip img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
#uagent_tip p {
  display: block;
  width: 60%;
  padding: 25px 0;
  top: 35%;
  left: 20%;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
#uagent_tip span {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  display: block;
  text-align: center;
}
#uagent_tip span + span {
  color: #9c9a9a;
  font-size: 14px;
  line-height: 25px;
}
#uagent_tip span + span + span {
  color: #429dda;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  border-top: 2px dashed #bbb8b8;
}
.xg_imgUpload {
  width: auto;
  min-height: 120px;
}
.xg_upload_ul {
  overflow: visible;
  min-height: 120px;
  min-width: 120px;
  zoom: 1;
}
.xg_upload_ul:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.xg_fileUpload {
  width: auto;
  min-height: 120px;
}
.xg_imgUpload_li {
  width: 120px;
  height: 120px;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px dashed #d4d4d4;
  background-color: #f8f8f8;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: left;
  text-align: center;
}
.xg_fileUpload_li {
  width: 120px;
  height: 120px;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px dashed #d4d4d4;
  background-color: #f8f8f8;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: left;
  text-align: center;
}
.xg_addimg {
  font-size: 0;
  width: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.xg_addimg .xg_imgUploadbtn span {
  color: #fff;
  font-size: 12px;
  margin-left: 4px;
  cursor: pointer;
}
.xg_imgUploadbtn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 22px;
  border: 1px solid #e9e9e9;
  text-align: center;
  line-height: 22px;
  border-radius: 5px;
  background-color: rgba(22, 155, 213, 1);
  cursor: pointer;
}
.xg_ulpi_close {
  position: absolute;
  right: -8px;
  top: -5px;
  z-index: 100;
  cursor: pointer;
}
.ulpi_changeBtn {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 5px;
  background-color: #fff;
}
.ulpi_changeBtn span {
  color: #444;
  font-size: 12px;
  margin-left: 4px;
  cursor: pointer;
}
.xg_div_img {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.xg_div_file {
  padding-top: 15px;
  text-align: center;
}
.ulpi_shadow {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.change_img {
  font-size: 0;
  width: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.upload_success {
  height: 100%;
}
.upload_success:hover .ulpi_shadow {
  display: block;
}
.hasupload {
  height: 100%;
  width: 100%;
}
.file_hasupload {
  width: 37px;
  height: 40px;
}
.xg_uperror {
  position: absolute;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  top: 40px;
  left: 38px;
}
.xg_uperror p {
  font-size: 12px;
  color: red;
}
.xg_uperror p + p {
  font-size: 12px;
  color: #00f;
  margin-top: -10px;
}
.xg_uplabel_span {
  line-height: 130px;
  float: left;
  font-size: 11px;
}
.retryup {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #popup_container {
    width: 100% !important;
  }
  .xg_scrollwidth::-webkit-scrollbar {
    width: 1px;
  }
}
.xg_mulimg img {
  display: block;
}
.bd_weixin_popup {
  height: auto !important;
}
.xg_datepicker {
  border: #999 1px solid;
  background: #fff url('Img/datePicker.gif') no-repeat right;
}

#bsMorePanel,
#bsWXBox,
#bsBox,
.bsFrameDiv,
.bsTop,
#toolbar_position,
#bsMorePanel div {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}
#bsMorePanel input {
  margin: unset;
}
.xg_typefilterlist {
  border: 1px solid #ccc;
  margin-bottom: 35px;
  color: #444;
  width: 1200px;
  margin: 0 auto;
}
.xg_typeselected_label {
  display: inline-block;
  font-size: 14px;
}
.xg_types-selected {
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}
.xg_typeselected_item {
  border: 1px solid #ccc;
  color: #5171cd;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
  margin-left: 5px;
}
.xg_typeselected_item:after {
  content: 'x';
  font-size: 14px;
  padding-left: 5px;
  vertical-align: top;
  cursor: pointer;
  line-height: 30px;
}
.xg_typesel_condition {
  display: flex;
  margin: 6px 0;
  line-height: 30px;
}
.xg_typesel_itemlabel {
  text-indent: 1em;
  font-size: 14px;
  color: #888;
  display: inline-block;
}
.xg_typesel_items {
  flex: 1;
}
.xg_typesel_items li {
  display: inline-block;
  min-width: 100px;
}
.xg_typesel_item {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #444;
  transition: all 0.3s ease;
  font-size: 14px;
}
.xg_typesel_item_active {
  color: #5171cd;
}
.xg_typesel_item:hover {
  color: #5171cd;
}
.xg_typesel_div {
  display: inline-block;
  color: #5171cd;
}

.p1798mf1798-00001 {
  height: 330px;
}
.p1782m82dd10191d3faf9d .data_col {
  height: 100px;
}
.p1782m82dd10191d3faf9d {
  position: relative;
  left: 0px;
  top: 0px;
}
.p1774mf1774-0ac860fecaaa95cdf {
  position: relative;
  left: 0px;
  top: 0px;
}
.p1774mf1774-042ac26fa4b08168d {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0130e5eec0d7584df {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-033fe7ac266e4da30 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0f30a8ceb538e0e2f {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-00e60cc675b8e73a5 {
  position: relative;
  left: 0px;
  top: 0px;
}
.p1774mf1774-0c1e877a41b633c7c {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0dd416d9f350de9ae {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-03860c2516bbedd06 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0ab8365ef35fdebab {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-06ef1d29bfce30f71 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0ff670fbd1ea10f40 {
  position: relative;
  left: 0px;
  top: 0px;
}
.p1774mf1774-0f1ea2323a35be5a9 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-05c67ca2e414121e4 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0f29714ccc47a954f {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-06736d5f5d0813486 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-03c0e6884a958679e {
  position: relative;
  left: 0px;
  top: 0px;
}
.p1774mf1774-0a9319a3eddc926d5 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0b50310bb772c60aa {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0f8b1c8402ff9e815 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0861169c11453cc8d {
  width: 133px;
  height: 133px;
}
.p1774mf1774-0c0ba82d261e084b9 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0a74871a1878ec86b {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-006469190214353c8 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0f99c71dff8abff66 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-02b7f109e5758292d {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0a397cec151b302b6 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-01d160d7898f27851 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-09ed5cd86ad46f740 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-05665c33eb4abcf3c {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0a4d6bc5fddaf37ef {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-04bac3406e81fc246 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0965f09af948bb1c1 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0b18de1dc594fd482 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0b5d0f9b66b67ac0a {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0e742029a3a1458f6 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0c99e18e9a32b9f3e {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-084a000d2b3e7c61f {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0fed86b9d8c2d7465 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-04f5d5e7875f8cd98 {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-05e8dd6f44578982c {
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-033c1c8a74742fd25 {
  width: 100px;
  height: 137px;
  position: relative;
  top: 0px;
  left: 0px;
}
.p1774mf1774-0959c20cba9a13d02 {
  width: 50px;
  height: 12px;
  position: relative;
  top: 0px;
  left: 0px;
}
@media only screen and (min-width: 769px) {
  .p1798mf1798-05732c7117221374e {
    margin-top: 0px;
    width: 200px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-075ff88e13e9583b7 {
    margin-top: 0px;
    height: 80px;
    float: right;
    overflow: hidden;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi1 {
    padding-bottom: 0px;
    width: 110px;
    height: auto;
    text-align: center;
    line-height: normal;
    background-color: transparent;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi1.xg_menuLi1-select {
    color: #4d4d4d;
    font-size: 16px;
    background-color: transparent;
    border-bottom-style: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url(/Images/Settings/CgAH512yqrKAV8D9AAAEm0ddzWs359.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi1:hover {
    color: #907af1;
    background-color: transparent;
    border-top-color: #907af1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url(/Images/Settings/CgAH512yqrKAV8D9AAAEm0ddzWs359.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi2 {
    background-color: #907af1;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi2:hover {
    background-color: #b10707;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi2.xg_menuLi2-select {
    background-color: #b10707;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuA1.xg_menuA1-select {
    color: inherit;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuA1 {
    color: #4d4d4d;
    line-height: 80px;
    font-size: 16px;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuA1:hover {
    color: #4d4d4d;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuTitle1 {
    color: inherit;
    width: auto;
  }
  .p1798mf1798-012ca002ce1b70bc5 {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi1 {
    padding-bottom: 2px;
    background-color: #907af1;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi1.xg_menuLi1-select {
    background-color: #b10707;
    border-bottom-style: none;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi1:hover {
    background-color: #b10707;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi2 {
    background-color: #907af1;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi2:hover {
    background-color: #b10707;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi2.xg_menuLi2-select {
    background-color: #b10707;
  }
  .p1798mf1798-0a28aabe76cb80bd0 {
    margin-top: 21px;
    width: 57%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0ad307008fe0c1508 {
    height: auto;
    float: left;
  }
  .p1798mf1798-071249001121e95ea {
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0def1219c9c63922d {
    width: auto;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0def1219c9c63922d:hover {
    color: #907af1;
  }
  .p1798mf1798-0ccf21012876e1778 {
    width: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 10px;
  }
  .p1798mf1798-0d591cbd01a2255f3 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 206px;
  }
  .p1798mf1798-0b937feb14b28c3f1 {
    padding-left: 50px;
    width: 100%;
    position: static;
    top: 0px;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .p1798mf1798-0b937feb14b28c3f1 .data_col {
    float: none;
    height: 206px;
  }
  .p1798mf1798-0f07871d616049c8e {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-top: 50px;
    max-width: 1200px;
    height: auto;
    float: none;
    background-color: #f2f2f2;
    margin-top: 10px;
  }
  .p1798mf1798-026aa12ae8039f662 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 0px;
    background-color: transparent;
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
  }
  .p1798mf1798-061d377dd971144e1 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-099aa18171b1a7c4f {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 96%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0a2880591beaa1ffa {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0a2880591beaa1ffa:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0b24f2b348a0c261f {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0b24f2b348a0c261f:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0ead28016fde7b276 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0ead28016fde7b276:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0c297714be2eae6e8 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0c297714be2eae6e8:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0649702377aabfcc6 {
    padding-left: 76px;
    padding-top: 40px;
    height: auto;
    border-right-color: #efefef;
    border-right-style: none;
    border-right-width: 1px;
  }
  .p1798mf1798-069b486f66a54985c {
    height: 79px;
  }
  .p1798mf1798-0ac7205f45f92a199 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0277c1cabc67e7596 {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 72%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0b4d5ad473d8ef7b6 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0b4d5ad473d8ef7b6:hover {
    color: #0b69ed;
  }
  .p1798mf1798-07714a455f6923ffa {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-07714a455f6923ffa:hover {
    color: #0b69ed;
  }
  .p1798mf1798-07d40a4d67c5ee289 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-07d40a4d67c5ee289:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0d3786ef343bba04a {
    padding-top: 40px;
    height: 259px;
    padding-left: 51px;
  }
  .p1798mf1798-0ab21524649e513bf {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0a933447aa9383e36 {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 72%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-035ed861871539e63 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-035ed861871539e63:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0c62461305a63963b {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0c62461305a63963b:hover {
    color: #0b69ed;
  }
  .p1798mf1798-06412ffc574ad6219 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-06412ffc574ad6219:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0ac1fce4e3318837d {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0ac1fce4e3318837d:hover {
    color: #0b69ed;
  }
  .p1798mf1798-00aa320086a115ebd {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-00aa320086a115ebd:hover {
    color: #0b69ed;
  }
  .p1798mf1798-08838a4725024c988 {
    margin-bottom: 10px;
    padding-left: 10px;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-08838a4725024c988:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0f15c8bb2d23efd18 {
    padding-top: 40px;
    height: 269px;
    padding-left: 26px;
  }
  .p1798mf1798-07a600b4c68947fc2 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-075865fe63fb06ef1 {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 80%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0af311c7394fed0e3 {
    margin-bottom: 14px;
    padding-left: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0af311c7394fed0e3:hover {
    color: #0b69ed;
  }
  .p1798mf1798-042da31adf2144584 {
    height: 249px;
    padding-top: 40px;
  }
  .p1798mf1798-006233ebc8479900a {
    padding-left: 0px;
    min-width: 1200px;
    max-width: 1200px;
    height: auto;
    float: none;
    background-color: transparent;
    display: inline-block;
    padding-bottom: 40px;
  }
  .p1798mf1798-06ae49935fde3ea83 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 1px;
    height: auto;
    float: none;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
  }
  .p1798mf1798-0b27355a37d611cc8 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    z-index: 0;
  }
  .p1798mf1798-0317dc25dd489c8c5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: auto;
    height: 9px;
    color: #ffffff;
    background-color: transparent;
    position: relative;
    top: -10px;
    bottom: auto;
    left: 0px;
  }
  .p1798mf1798-0389426f6f4520327 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 10px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #0b69ed;
  }
  .p1798mf1798-06ab80c3f1f7bfcd4 {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 96%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0377ba8c612dde912 {
    padding-left: 76px;
    padding-top: 40px;
    height: auto;
    border-right-color: #efefef;
    border-right-style: none;
    border-right-width: 1px;
  }
  .p1798mf1798-03a17797478b9c3fe {
    height: 79px;
  }
  .p1798mf1798-0b257ace7353c3360 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #0b69ed;
  }
  .p1798mf1798-0bab0cf2e3afcbfa3 {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 72%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-02e998cb2761d53b7 {
    padding-left: 51px;
    padding-top: 40px;
    height: 130px;
  }
  .p1798mf1798-07b36386144048995 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    border-left-color: #0b69ed;
    border-left-style: solid;
    border-left-width: 2px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 10px;
  }
  .p1798mf1798-04cb96cd2133a80f6 {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 72%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-05d40fc8469ca05ec {
    padding-left: 26px;
    padding-top: 40px;
    height: 130px;
  }
  .p1798mf1798-0930146f4228a4674 {
    margin-bottom: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #0b69ed;
  }
  .p1798mf1798-0e3fdb0c8a42a209a {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    width: 80%;
    color: #d0d0d0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-0e02cbcb3789272ce {
    padding-top: 40px;
    height: 130px;
  }
  .p1798mf1798-0819ea5a9d8c239c4 {
    padding-bottom: 0px;
    padding-left: 0px;
    min-width: 1200px;
    max-width: 1200px;
    height: auto;
    float: none;
    background-color: transparent;
    display: inline-block;
  }
  .p1798mf1798-02fd83c6d96f52bcc {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 1px;
    height: auto;
    float: none;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
  }
  .p1798mf1798-02db7f42fbfdfb54c {
    height: 130px;
    background-color: #ffffff;
  }
  .p1798mf1798-03a97eb21713637ae {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 130px;
    background-color: transparent;
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
  }
  .p1798mf1798-09a09e33b351e42a0 {
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0e62bcb80a385f1c1 {
    width: auto;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0e62bcb80a385f1c1:hover {
    color: #907af1;
  }
  .p1798mf1798-06cb95de65b6fb845 {
    width: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 10px;
  }
  .p1798mf1798-0d2c8d7f8e874b18b {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p1798mf1798-037888224558350f4 {
    padding-left: 50px;
    width: 100%;
    height: 340px;
    position: relative;
    top: 0px;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .p1798mf1798-037888224558350f4 .data_col {
    float: none;
  }
  .p1798mf1798-081fa0ffccab6d029 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-top: 50px;
    max-width: 1200px;
    height: 391px;
    float: none;
    background-color: #f2f2f2;
    margin-top: 10px;
  }
  .p1798mf1798-016d101cc33f47d3f {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 0px;
    background-color: transparent;
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
  }
  .p1798mf1798-0c90177c4eb6bc823 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0c90177c4eb6bc823:hover {
    color: #0b69ed;
  }
  .p1798mf1798-069f44266aa9c926e {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-069f44266aa9c926e .data_col {
    height: auto;
    margin-bottom: 40px;
  }
  .p1798mf1798-04c80224b31adc4e0 {
    height: 110px;
  }
  .p1798mf1798-0f2a17b04057c39cf {
    padding-top: 0px;
    height: 206px;
  }
  .p1798mf1798-0aac9549fb99e214c {
    margin-top: 0px;
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    background-color: #ffffff;
    border-top-color: #000000;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-color: #c5c6c5;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color: #c5c6c5;
    border-left-style: none;
    border-left-width: 1px;
  }
  .p1798mf1798-0aac9549fb99e214c:hover {
    color: #333333;
    background-color: #ffffff;
    border-top-color: #4d4d4d;
    border-left-color: #4d4d4d;
  }
  .p1798mf1798-0aac9549fb99e214c.p1798mf1798-0aac9549fb99e214c-select {
    color: #333333;
    background-color: #ffffff;
    border-top-color: #000000;
    border-top-width: 1px;
    border-left-color: #000000;
    border-left-width: 1px;
  }
  .p1798mf1798-0aac9549fb99e214c .xg_tab_tl_0 {
    padding-left: 20px;
    width: 51%;
    height: 59px;
    text-align: left;
    border-bottom-style: none;
  }
  .p1798mf1798-0aac9549fb99e214c .xg_tab_tl_0:hover {
    margin-bottom: 0px;
    border-bottom-color: #0b69ed;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .p1798mf1798-0aac9549fb99e214c .xg_tab_tl_0.xg_tab_tl_0-select {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #0b69ed;
  }
  .p1798mf1798-0228a50fecc7a1d75 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0228a50fecc7a1d75:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0853d8e8cc5ca7d98 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0853d8e8cc5ca7d98 .data_col {
    height: auto;
    margin-bottom: 40px;
  }
  .p1798mf1798-06294fdaf87e55bc7 {
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 18px;
    line-height: 60px;
    background-color: #ffffff;
    border-top-color: #000000;
    border-top-style: none;
    border-bottom-color: #c5c6c5;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color: #000000;
    border-left-style: none;
  }
  .p1798mf1798-06294fdaf87e55bc7:hover {
    color: #333333;
    background-color: #ffffff;
  }
  .p1798mf1798-06294fdaf87e55bc7 .xg_tab_tl_1 {
    padding-left: 20px;
    width: 51%;
    height: 59px;
    text-align: left;
  }
  .p1798mf1798-06294fdaf87e55bc7 .xg_tab_tl_1:hover {
    width: 51%;
    border-bottom-color: #0b69ed;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .p1798mf1798-06294fdaf87e55bc7 .xg_tab_tl_1.xg_tab_tl_1-select {
    border-bottom-style: solid;
    border-bottom-color: #0b69ed;
    border-bottom-width: 2px;
  }
  .p1798mf1798-0d4d1ff52d65588a3 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0d4d1ff52d65588a3:hover {
    color: #0b69ed;
  }
  .p1798mf1798-0c36ae15ca1115a07 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p1798mf1798-0c36ae15ca1115a07 .data_col {
    height: auto;
    margin-bottom: 40px;
  }
  .p1798mf1798-0e6effd382463a6b1 {
    height: 210px;
  }
  .p1798mf1798-0ba03fadbc0f68781 {
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 18px;
    line-height: 60px;
    background-color: #ffffff;
    border-top-color: #000000;
    border-top-style: none;
    border-bottom-color: #c5c6c5;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color: #000000;
    border-left-style: none;
  }
  .p1798mf1798-0ba03fadbc0f68781:hover {
    color: #333333;
    background-color: #ffffff;
  }
  .p1798mf1798-0ba03fadbc0f68781 .xg_tab_tl_2 {
    padding-left: 20px;
    width: 51%;
    height: 59px;
    text-align: left;
  }
  .p1798mf1798-0ba03fadbc0f68781 .xg_tab_tl_2:hover {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #0b69ed;
  }
  .p1798mf1798-0dab4c268ab55b800 {
    margin-bottom: 50px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    height: 250px;
  }
  .p1798mf1798-0dab4c268ab55b800 .xg_tab_tt {
    padding-top: 40px;
    height: auto;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-color: #e9e9e9;
    border-left-style: solid;
    border-left-width: 2px;
    padding-bottom: 40px;
  }
  .p1798mf1798-0dab4c268ab55b800 ul {
    width: 220px;
    float: left;
    background-color: #d9d9d9;
  }
  .p1798mf1798-0dab4c268ab55b800 .xg_tab_t_t {
    width: 980px;
    min-height: auto;
    float: right;
  }
  .p1798mf1798-0dab4c268ab55b800 .xg_tab_l_t {
    width: 220px;
    float: left;
    background-color: #ffffff;
    margin-top: 28px;
  }
  .p1798mf1798-0dab4c268ab55b800 .show_hover_nav {
    padding-top: 0px;
    background-color: #ffffff;
  }
  .p1798mf1798-0dab4c268ab55b800 .xg_tab_l_t.xg_tab_l_t-select {
    background-color: #ffffff;
  }
  .p1798mf1798-0f9e9e1ed52379c64 {
    height: 250px;
  }
  .p1798mf1798-0b2260d5e7cded479 {
    padding-left: 0px;
    min-width: 1200px;
    max-width: 1200px;
    height: 300px;
    float: none;
    background-color: transparent;
    display: inline-block;
  }
  .p1798mf1798-047aab2cfdd2e40af {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 20px;
    height: auto;
    float: none;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    display: inline-block;
  }
  .p1798mf1798-0ae4b7e06b89db919 {
    padding-left: 0px;
    height: 270px;
  }
  .p1798mf1798-03158dc845e699005 {
    height: 6px;
    color: #ffffff;
    top: -14px;
    background-color: transparent;
  }
  .p1798mf1798-00a4267fa4b795f79 {
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: auto;
    float: none;
    text-align: center;
    overflow: hidden;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 0;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi1 {
    padding-bottom: 0px;
    padding-left: 3%;
    padding-right: 3%;
    width: auto;
    height: 70px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    background-color: transparent;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi1.xg_menuLi1-select {
    color: #333333;
    font-size: 16px;
    background-color: transparent;
    background-image: none;
    border-top-color: #0b69ed;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-color: #0b69ed;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi1:hover {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-top-color: #907af1;
    border-bottom-color: #0b69ed;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi2 {
    background-color: #907af1;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi2:hover {
    background-color: #b10707;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi2.xg_menuLi2-select {
    background-color: #b10707;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuA1.xg_menuA1-select {
    color: inherit;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuA1 {
    height: 70px;
    color: #333333;
    font-size: 16px;
    line-height: 70px;
    font-weight: normal;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuA1:hover {
    color: #4d4d4d;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuTitle1 {
    color: inherit;
    width: auto;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_dropdownlist {
    height: 0px;
    margin-top: -10px;
  }
  .p1798mf1798-0c27864d1fab53f08 {
    height: auto;
    float: left;
  }
  .p1798mf1798-0ec9e453da0a9959b {
    width: 100px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: -915px;
    margin-top: 16px;
  }
  .p1798mf1798-07f47860f63742537 {
    margin-left: auto;
    padding-left: 0px;
    padding-top: 0px;
    float: right;
    height: 80px;
  }
  .p1798mf1798-0dccdc88a8cb3f10a {
    float: left;
  }
  .p1798mf1798-00001 {
    height: 330px;
    min-height: 70px;
    max-height: 70px;
    background-color: #ffffff;
    background-image: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: repeat;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
  }
  .p1782m73f566b305986976 {
    margin-top: 0px;
    height: 350px;
  }
  .p1782m400020001 {
    width: 100%;
  }
  .p1782m40002 {
    margin-top: 70px;
  }
  .p1782mefde2d2d2888ba42 {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi1 {
    width: 100%;
    height: 25px;
    color: #333333;
    background-color: transparent;
    line-height: 25px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi1:hover {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi1.xg_tMenuLi1-select {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi2 {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    width: 10%;
    height: 45px;
    float: left;
    line-height: 45px;
    background-color: transparent;
    box-shadow: rgb(205, 205, 205) 0px 0px 0px;
    -webkit-box-shadow: rgb(205, 205, 205) 0px 0px 0px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    border-bottom-color: #e9e9e9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi2:hover {
    color: #0b69ed;
    background-color: #ffffff;
    border-bottom-color: #0b69ed;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: rgb(205, 205, 205) 0px 0px 5px;
    -webkit-box-shadow: rgb(205, 205, 205) 0px 0px 5px;
    -moz-box-shadow: rgb(205, 205, 205) 0px 0px 5px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA2 {
    font-size: 16px;
  }
  .p1782m21f8b313d91187dd {
    margin-bottom: 50px;
  }
  .p1782m688df4f8e7f7b710 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1782m6f0d810c437e0a8f {
    border-top-color: #e9e9e9;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: #e9e9e9;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: #e9e9e9;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #e9e9e9;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }
  .p1782m8368481c41e9e388 {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1782m801b4b1a365251ba {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    border-bottom-color: #cdcdcd;
    border-bottom-style: none;
    border-bottom-width: 1px;
  }
  .p1782m801b4b1a365251ba:hover {
    box-shadow: #cdcdcd 0px 0px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .p1782m4564b81bb93c3953 .xg_pnFirst:hover {
    background-color: #0b69ed;
    color: #ffffff;
  }
  .p1782m4564b81bb93c3953 .xg_pnPrev:hover {
    color: #ffffff;
    background-color: #0b69ed;
  }
  .p1782m4564b81bb93c3953 .xg_pnNumber:hover {
    color: #ffffff;
    background-color: #0b69ed;
  }
  .p1782m4564b81bb93c3953 .xg_pnNext:hover {
    color: #ffffff;
    background-color: #0b69ed;
  }
  .p1782m4564b81bb93c3953 .xg_pnNumber.xg_pnNumber-select {
    color: #ffffff;
    background-color: #0b69ed;
  }
  .p1782m4564b81bb93c3953 .xg_pnEnd:hover {
    color: #ffffff;
    background-color: #0b69ed;
  }
  .p1782m4564b81bb93c3953 {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .p1782m82dd10191d3faf9d {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1782m82dd10191d3faf9d .data_col {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    border-bottom-color: #e9e9e9;
    border-bottom-style: none;
    border-bottom-width: 1px;
  }
  .p1782m50001 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .p1774mf1774-0ac860fecaaa95cdf {
    width: 80%;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #565656;
  }
  .p1774mf1774-042ac26fa4b08168d {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0130e5eec0d7584df {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-033fe7ac266e4da30 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0f30a8ceb538e0e2f {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-00e60cc675b8e73a5 {
    width: 80%;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #565656;
  }
  .p1774mf1774-0c1e877a41b633c7c {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0dd416d9f350de9ae {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-03860c2516bbedd06 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0ab8365ef35fdebab {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-06ef1d29bfce30f71 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0ff670fbd1ea10f40 {
    width: 80%;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #565656;
  }
  .p1774mf1774-0f1ea2323a35be5a9 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-05c67ca2e414121e4 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0f29714ccc47a954f {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-06736d5f5d0813486 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-03c0e6884a958679e {
    width: 80%;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #565656;
  }
  .p1774mf1774-0a9319a3eddc926d5 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0b50310bb772c60aa {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #ffffff;
    font-size: 26px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-0f8b1c8402ff9e815 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    color: #818195;
    font-size: 14px;
    border-bottom-color: #565656;
    border-bottom-style: none;
    border-bottom-width: 1px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-041189a7dd6583fa8 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 0px;
    min-height: auto;
    max-height: auto;
  }
  .p1774mf1774-0861169c11453cc8d {
    margin-right: 40px;
    float: right;
    position: relative;
    top: 0px;
    left: 0px;
    width: 35%;
    height: 0%;
  }
  .p1774mf1774-047bedf4270f0c46d {
    margin-top: 0px;
  }
  .p1774mf1774-017f85ee7246216fa {
    width: 100%;
    float: none;
    color: #818195;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .p1774mf1774-0c0ba82d261e084b9 {
    width: 8%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .p1774mf1774-0a74871a1878ec86b {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-006469190214353c8 {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0f99c71dff8abff66 {
    width: 8%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-02b7f109e5758292d {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0a397cec151b302b6 {
    width: 8%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-01d160d7898f27851 {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-09ed5cd86ad46f740 {
    width: 7%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-05665c33eb4abcf3c {
    width: 7%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0a4d6bc5fddaf37ef {
    width: 7%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-04bac3406e81fc246 {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0965f09af948bb1c1 {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0b18de1dc594fd482 {
    width: 7%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0b5d0f9b66b67ac0a {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0e742029a3a1458f6 {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }

  .p1774mf1774-0c99e18e9a32b9f3e {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-084a000d2b3e7c61f {
    width: 9%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    right: 63px;
    bottom: -26px;
    left: 0px;
  }
  .p1774mf1774-0be3811c9d5acb026 {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top-color: #676767;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #676767;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .p1774mf1774-0fed86b9d8c2d7465 {
    width: 46%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-04f5d5e7875f8cd98 {
    width: 14%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p1774mf1774-05e8dd6f44578982c {
    width: 7%;
    float: left;
    color: #818195;
    position: relative;
    top: 0px;
    left: 95px;
  }
  .p1774mf1774-033c1c8a74742fd25 {
    width: 2.5%;
    height: 100%;
    position: relative;
    top: -9px;
    left: -112px;
  }

}
@media only screen and (max-width: 768px) {
  .p1798mf1798-05732c7117221374e {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: auto;
  }
  .p1798mf1798-07d151d8e3142d410 {
    height: 60px;
  }
  .p1798mf1798-075ff88e13e9583b7 {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    background-image: url('/Images/Settings/CgAGfFwyzFOAHg0RAAAD78-y-Qo468.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    right: 0px;
    bottom: auto;
    left: auto;
    z-index: 99999;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_memu_btn {
    width: 50px;
    height: 50px;
    background-position: 0px 0px;
    position: absolute;
    top: 268px;
    bottom: auto;
    background-image: none;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi1:hover {
    color: #907af1;
    background-color: #f9f9f9;
  }
  .p1798mf1798-075ff88e13e9583b7 .xg_menuLi1.xg_menuLi1-select {
    color: #907af1;
    background-color: #f9f9f9;
  }
  .p1798mf1798-03de10a81db7d9e91 {
    height: auto;
  }
  .p1798mf1798-012ca002ce1b70bc5 {
    width: 57px;
    position: absolute;
    top: 28px;
    bottom: auto;
    left: 57px;
    height: auto;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi1.xg_menuLi1-select {
    color: #0b69ed;
    background-color: #f9f9f9;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_memu_btn {
    width: 60px;
    background-image: url('/Images/Settings/CgAH6F27_BWACtjZAAAEPsIilFc375.png');
    background-position: center center;
    display: inline-block;
  }
  .p1798mf1798-012ca002ce1b70bc5 .xg_menuLi1:hover {
    color: #0b69ed;
  }
  .p1798mf1798-03180afe16b4752d9 {
    height: 43px;
  }
  .p1798mf1798-0a28aabe76cb80bd0 {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 8px;
    width: 120px;
    height: auto;
    position: absolute;
    top: 0px;
    left: auto;
  }
  .p1798mf1798-0ad307008fe0c1508 {
    min-width: 100%;
    float: none;
    display: inline-block;
  }
  .p1798mf1798-071249001121e95ea {
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0def1219c9c63922d {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0ccf21012876e1778 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0b937feb14b28c3f1 {
    width: 100%;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-061d377dd971144e1 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-099aa18171b1a7c4f {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0a2880591beaa1ffa {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0b24f2b348a0c261f {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0ead28016fde7b276 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0c297714be2eae6e8 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0ac7205f45f92a199 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0277c1cabc67e7596 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0b4d5ad473d8ef7b6 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-07714a455f6923ffa {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-07d40a4d67c5ee289 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0ab21524649e513bf {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0a933447aa9383e36 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-035ed861871539e63 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0c62461305a63963b {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-06412ffc574ad6219 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0ac1fce4e3318837d {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-00aa320086a115ebd {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-08838a4725024c988 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-07a600b4c68947fc2 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-075865fe63fb06ef1 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0af311c7394fed0e3 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0389426f6f4520327 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-06ab80c3f1f7bfcd4 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0b257ace7353c3360 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0bab0cf2e3afcbfa3 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-07b36386144048995 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-04cb96cd2133a80f6 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0930146f4228a4674 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0e3fdb0c8a42a209a {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-09a09e33b351e42a0 {
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0e62bcb80a385f1c1 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-06cb95de65b6fb845 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-037888224558350f4 {
    width: 100%;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0c90177c4eb6bc823 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-069f44266aa9c926e {
    width: 100%;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0aac9549fb99e214c {
    width: 33%;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  .p1798mf1798-0228a50fecc7a1d75 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0853d8e8cc5ca7d98 {
    width: 100%;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-06294fdaf87e55bc7 {
    width: 33%;
    height: 32px;
    line-height: 32px;
  }
  .p1798mf1798-0d4d1ff52d65588a3 {
    width: 160px;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0c36ae15ca1115a07 {
    width: 100%;
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-0ba03fadbc0f68781 {
    width: 33%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .p1798mf1798-0dab4c268ab55b800 {
    position: absolute;
    left: 0px;
  }
  .p1798mf1798-00a4267fa4b795f79 {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    background-image: url('/Images/Settings/CgAGfFwyzFOAHg0RAAAD78-y-Qo468.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    right: 0px;
    bottom: auto;
    left: auto;
    z-index: 99999;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_memu_btn {
    width: 50px;
    height: 50px;
    background-position: 0px 0px;
    position: absolute;
    top: 268px;
    bottom: auto;
    background-image: none;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi1:hover {
    color: #907af1;
    background-color: #f9f9f9;
  }
  .p1798mf1798-00a4267fa4b795f79 .xg_menuLi1.xg_menuLi1-select {
    color: #907af1;
    background-color: #f9f9f9;
  }
  .p1798mf1798-0ec9e453da0a9959b {
    position: relative;
    left: 0px;
  }
  .p1798mf1798-00001 {
    height: 60px;
    background-color: #ffffff;
    background-image: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: repeat;
  }
  .p1782m73f566b305986976 {
    margin-top: 0px;
    height: 311px;
  }
  .p1782m40002 {
    margin-top: 60px;
  }
  .p1782mefde2d2d2888ba42 {
    position: relative;
    left: 0px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi1 {
    width: 100%;
    color: #333333;
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tTitle1:hover {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA1 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    height: 40px;
    font-size: 18px;
    border-bottom-color: #e9e9e9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi2 {
    margin-bottom: 2px;
    margin-right: 2px;
    width: 24%;
    height: 40px;
    float: left;
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuUl1:hover {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA1:hover {
    padding-bottom: 0px;
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA2:hover {
    background-color: #ffffff;
    border-top-color: #0b69ed;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi2:hover {
    border-bottom-color: #0b69ed;
    border-bottom-style: none;
    border-bottom-width: 2px;
    box-shadow: rgb(205, 205, 205) 0px 0px 5px;
    -webkit-box-shadow: rgb(205, 205, 205) 0px 0px 5px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi2.xg_tMenuLi2-select {
    border-bottom-color: #0b69ed;
    border-bottom-style: none;
    border-bottom-width: 1px;
    box-shadow: rgb(205, 205, 205) 0px 0px 5px;
    -webkit-box-shadow: rgb(205, 205, 205) 0px 0px 5px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA1.xg_tMenuA1-select {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi1:hover {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuLi1.xg_tMenuLi1-select {
    background-color: #ffffff;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA2 {
    border-bottom-color: #0b69ed;
    border-bottom-style: none;
    border-bottom-width: 2px;
  }
  .p1782mefde2d2d2888ba42 .xg_tMenuA2.xg_tMenuA2-select {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: #cdcdcd 0px 0px 5px;
  }
  .p1782m21f8b313d91187dd {
    padding-bottom: 20px;
  }
  .p1782m688df4f8e7f7b710 {
    position: relative;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .p1782m6f0d810c437e0a8f {
    border-top-color: #cdcdcd;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #cdcdcd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #cdcdcd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #cdcdcd;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
  }
  .p1782m8368481c41e9e388 {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    text-align: center;
    background-color: transparent;
    position: relative;
    left: 0px;
    height: 60px;
  }
  .p1782m801b4b1a365251ba {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    border-bottom-color: #e9e9e9;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
  }
  .p1782m3b77ff0f9aaf59c1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 60%;
    font-size: 14px;
    background-color: #0b69ed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p1782m82dd10191d3faf9d {
    width: 100%;
    position: relative;
    left: 0px;
  }
  .p1782m82dd10191d3faf9d .data_col {
    height: auto;
  }
  .p1782m6a9545459cca8b64 {
    min-height: auto;
  }
  .p1782m50001 {
    padding-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
