/*
    common.css   hison - 2019/04/17 00000
*/

body {
  background: #fff;
}

/* __ 颜色 */
.bg--f4f6f9 {
  background-color: #f4f6f9;
}
.bg--eceff5 {
  background-color: #eceff5;
}
.c--1f2f3d {
  color: #1f2f3d;
}
.c--5e6d82 {
  color: #5e6d82;
}
.c--9babc0 {
  color: #9babc0;
}
.c--d3dce6 {
  color: #d3dce6;
}
.c--50b400 {
  color: #50b400;
}
.c--1890fe {
  color: #1890fe;
}
.c--409eff {
  color: #409eff;
}

.c--ff8103 {
  color: #00b3ba !important;
}
.c--f90 {
  color: #f90;
}
.c--ff0c00 {
  color: #ff0c00;
}

/* __ 按钮 */
/* >>主按钮 */
.btn__a_primary {
  background-color: #ff8103;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  text-align: center;
  outline: none;
  padding: 0 10px;
  text-decoration: none;
  line-height: 36px;
  position: relative;
}
button.btn__a_primary,
input.btn__a_primary {
  border: 0;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
.btn__a_primary:hover {
  background-color: #f90;
}
.btn__a_primary.disabled,
.btn__a_primary:disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* __ 箭头（下拉） */
.triangle-up:before {
  content: "";
  font-size: 0;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff #fff;
  border-style: solid;
  border-width: 5px;
  margin-left: -4.5px;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  box-shadow: -2px 2px 4px 0 rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: -2px 2px 4px 0 rgba(153, 153, 153, 0.2);
}

/* __ 顶部弹窗 */
.qy__fx-popover {
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  position: absolute;
  z-index: 1001;
}

/* __ 当前位置 */
.qy__fx-Breadcrumb {
  color: #9babc0;
  background: #F4F6F9 !important;
  font-size: 12px;
  font-family: simsun;
  line-height: 50px;
}

.qy__fx-Breadcrumb.hoteltailNavigationbar{
  /* background: #fff !important; */
}

.qy__fx-Breadcrumb.hoteltailNavigationbar > div{
  background: transparent !important;
} 

.qy__fx-Breadcrumb em {
  padding: 0 5px;
}
.qy__fx-Breadcrumb span {
  color: #1f2f3d;
}
.qy__fx-Breadcrumb a:hover {
  color: #ff8103;
}

/* __ table表格样式 */
.qyfx__table table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
}
.qyfx__table table tbody tr {
  transition: all 0.3s;
}
.qyfx__table table tbody tr:hover {
  background: #f9fafc;
}
.qyfx__table table th,
.qyfx__table table td {
  border-bottom: 1px solid #eceff5;
  word-break: break-all;
  word-wrap: break-word;
  padding: 10px;
  text-align: left !important;
  height: 20px;
  line-height: 20px;
}

.qyfx__table table td.nodatalist{
  border-bottom: none;
  text-align: center !important;
  padding: 30px 0;
}

.qyfx__table table th {
  background: #f6f6f6;
  color: #9babc0;
  font-size: 12px;
  font-family: simsun;
  text-align: center;
  border-bottom: 0;
}
.qyfx__table table td {
  color: #1f2f3d;
  font-size: 12px;
  font-family: tahoma;
  line-height: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.qyfx__table table td p {
  font-family: tahoma;
}
.qyfx__table table td .lk:hover {
  text-decoration: underline;
}
.qyfx__table table td .btn_setDefAddr {
  border: 1px solid transparent;
  border-radius: 2px;
  color: #1f2f3d;
  display: inline-block;
  line-height: 24px;
  width: 70px;
}
.qyfx__table table td .btn_setDefAddr:hover {
  background: #fff;
  border-color: #eceff5;
  color: #ff8103;
}
.qyfx__table table td .btn_setDefAddr.on {
  background: #fef5ec;
  border-color: #ff8103;
  color: #ff8103;
  cursor: default;
}
.qyfx__table-noDate {
  color: #9babc0;
  font-size: 14px;
  font-family: simsun;
  padding: 20px 0;
  line-height: 40px;
}
/* 表格间距 */
.qyfx__table.pd10 table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.qyfx__table.pd15 table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.qyfx__table.pd25 table td {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* 表格内部产品信息 */
.qyfx__table table .hinfo .img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.qyfx__table table .hinfo .desc {
  padding-left: 70px;
}
.qyfx__table table .hinfo .desc a {
  color: #1f2f3d;
  font-size: 12px;
  line-height: 18px;
}
.qyfx__table table .hinfo .desc .num {
  color: #9babc0;
  font-size: 12px;
}
/* 表格内含有checkbox */
.qyfx__table table .qy__fm-checkbox {
  vertical-align: top;
  margin-top: 2px;
}
/* 表格内含有切换开关 */
.qyfx__chkSwitch {
  background: url(../../images/ucenter/icon__chkboxHL2.png) no-repeat -74px 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 70px;
}
.qyfx__chkSwitch.on {
  background-position: 0 0;
}
.qyfx__chkSwitch.bg2 {
  background: url(../../images/ucenter/icon__chkboxHL3.png) no-repeat -74px 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 70px;
}
.qyfx__chkSwitch.bg2.on {
  background-position: 0 0;
}
/* 有边框线 */
.qyfx__table.outbor table th,
.qyfx__table.outbor table td {
  border: 1px solid #eceff5;
}
.qyfx__table.nobor table th,
.qyfx__table.nobor table td {
  border: 0;
}
.qyfx__table.fs14 table td {
  font-size: 14px;
}

/* __ form表单样式 */
.qyfx__form-item {
  margin-bottom: 15px;
}
.qyfx__form-item_text {
  margin-bottom: 10px;
}
.qyfx__form-item:before,
.qyfx__form-item:after {
  content: "";
  display: table;
  clear: both;
}
.qyfx__form-item .form-col {
  float: left;
  box-sizing: border-box;
}
.qyfx__form-item .form-col.col2 {
  width: 50%;
}
.qyfx__form-item .form-col.col3 {
  width: 33.3%;
}
.qyfx__form-item .form-col.col4 {
  width: 25%;
}
.qyfx__form-item .form-col.col5 {
  width: 20%;
}
.qyfx__form-item .qy__fm-lbl {
  box-sizing: border-box;
  color: #5e6d82;
  float: left;
  font-size: 14px;
  font-family: simsun;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  line-height: 34px;
  min-width: 90px;
}
.qyfx__form-item_text .qy__fm-lbl {
  line-height: 30px;
}
.qyfx__form-item .qy__fm-box {
  font-size: 14px;
  margin-left: 90px;
  line-height: 34px;
  position: relative;
}
.qyfx__form-item_text .qy__fm-box {
  line-height: 30px;
}
.qyfx__form-item .qy__fm-lbl.require:before {
  content: "*";
  color: #ff8103;
  font-size: 12px;
  font-family: tahoma;
  margin-right: 3px;
}
.qyfx__form-item .qy__fm-ipt {
  background-color: #fff;
  border: 1px solid #e4e4e5;
  box-sizing: border-box;
  border-radius: 3px;
  color: #1f2f3d;
  float: left;
  font-size: 14px;
  font-family: simsun;
  outline: none;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  width: 100%;
  transition: border-color 0.3s;
}
.qyfx__form-item .qy__fm-area {
  background-color: #fff;
  border: 1px solid #d3dce6;
  box-sizing: border-box;
  border-radius: 3px;
  color: #1f2f3d;
  float: left;
  font-size: 14px;
  font-family: simsun;
  overflow: auto;
  outline: none;
  resize: vertical;
  padding: 8px 10px;
  width: 100%;
  transition: border-color 0.3s;
}
/* select（组件美化） */
.qyfx__form-item .qy__fm-selectbox {
  display: inline-block;
  width: 100%;
  position: relative;
}
.qyfx__form-item .qy__fm-selectbox:after {
  content: "";
  background: url(../../images/v2/icon_arrB@1x.png) no-repeat center;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.qyfx__form-item .qy__fm-select {
  background: none;
  border: 1px solid #d3dce6;
  border-radius: 3px;
  color: #1f2f3d;
  font-size: 14px;
  font-family: simsun;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  height: 34px;
  line-height: 32px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* select（模拟） */
.qyfx__form-item .qy__fm-ipt_select {
  display: inline-table;
  line-height: normal;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.qyfx__form-item .qy__fm-ipt_select .qy__fm-ipt {
  display: table-cell;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.qyfx__form-item .qy__fm-niceSelect {
  display: table-cell;
  vertical-align: top;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-family: simsun;
  height: 32px;
  width: 70px;
  position: relative;
}
.qyfx__form-item .qy__fm-ipt_select .qy__fm-niceSelect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qyfx__form-item .qy__fm-niceSelect:after {
  content: "";
  background: url(../../images/v2/icon_arrB@1x.png) no-repeat;
  margin-top: -2px;
  height: 5px;
  width: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
}
.qyfx__form-item .qy__fm-niceSelect .select_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 25px 0 10px;
  height: 32px;
  line-height: 32px;
}
.qyfx__form-item .qy__fm-niceSelect .select_ul {
  background: #fff;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 6px 0;
  overflow-y: auto;
  min-width: 100%;
  position: absolute;
  left: -1px;
  top: 42px;
  z-index: 1001;
}
.qyfx__form-item .qy__fm-niceSelect .select_ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 34px;
}
.qyfx__form-item .qy__fm-niceSelect .select_ul li:hover {
  background: #f4f6f9;
}
.qyfx__form-item .qy__fm-niceSelect .select_ul li.selected {
  background: #f4f6f9;
}
/* radio、checkbox样式 */
.qy__fm-radio_group,
.qy__fm-checkbox_group {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}
.qy__fm-radio input[type="radio"],
.qy__fm-checkbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.qy__fm-radio,
.qy__fm-checkbox {
  color: #333;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-family: simsun;
  outline: none;
  line-height: 1;
  position: relative;
}
.qy__fm-radio input[type="radio"]:checked + em,
.qy__fm-checkbox input[type="checkbox"]:checked + em {
  color: #00adb2;
}
/* radio */
.qy__fm-radio input[type="radio"] + em:before {
  content: "";
  background: url(../../images/v2/sprite-icons.png) no-repeat -11px -119px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  height: 14px;
  width: 14px;
}
.qy__fm-radio input[type="radio"]:checked + em:before {
  background-position: -39px -119px;
}
/* checkbox */
.qy__fm-checkbox em {
  line-height: 16px;
}
.qy__fm-checkbox input[type="checkbox"] + em:before {
  content: "";
  background: url(../../images/v2/sprite-icons.png) no-repeat -67px -117px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  height: 16px;
  width: 16px;
}
.qy__fm-checkbox input[type="checkbox"]:checked + em:before {
  background-position: -99px -117px;
}

/* __ 无数据提示 */
.qyfx__ucTips-nodata {
  text-align: center;
  padding: 100px 0;
}
.qyfx__ucTips-nodata .t_text {
  color: #5e6d82;
  font-size: 14px;
  font-family: simsun;
  margin-top: 20px;
}

/* …… 顶部、导航菜单 {{{ …… */
/* __ 顶部区域 */
/* .qy__fx-header { */
  /* background-color: #fff; */
/* } */
.qy__fx-header.borB {
  border-bottom: 2px solid #00adb2ff;
}
.qy__fx-header .inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.qy__fx-header .qylogo {
  display: inline-block;
  vertical-align: top;
}
.qy__fx-header .qylogo .logo {
  background: url(../../images/v2/qylogo.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  height: 56px;
  width: 220px;
}
.qy__fx-header .qylogo .slogan {
  color: #5e6d82;
  font-size: 22px;
  font-family: "Microsoft Yahei";
  line-height: 110px;
}
.qy__fx-header .qylogo .slogan .dot {
  background: #5e6d82;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 50px 10px 0;
  height: 3px;
  width: 3px;
}
.qy__fx-header .qyui-searbox {
  border: 2px solid #f90;
  border-radius: 2px;
  height: 34px;
  width: 420px;
  position: absolute;
  left: 375px;
  top: 30px;
}
.qy__fx-header .qyui-searbox .sear-input .el-input-group__prepend {
  background-color: #f5f5f5;
  border: 0;
}
.qy__fx-header .qyui-searbox .sear-input .el-select .el-input {
  width: 80px;
}
.qy__fx-header .qyui-searbox .sear-input .el-select .el-input .el-input__inner {
  color: #5e6d82;
  font-size: 14px;
}
.qy__fx-header .qyui-searbox .sear-input .el-select .el-input__icon {
  font-size: 12px;
  line-height: 34px;
}
.qy__fx-header .qyui-searbox .sear-input .el-input__inner {
  border: 0;
  font-size: 12px;
  font-family: simsun;
  height: 34px;
  line-height: 34px;
}
.qy__fx-header .qyui-searbox .sear-input .el-input-group__append {
  background-color: #f90;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.qy__fx-header .qyui-searbox .sear-input .el-input-group__append .el-button {
  padding: 0 8px 0 10px;
  margin: 0;
}
.qy__fx-header
  .qyui-searbox
  .sear-input
  .el-input-group__append
  .el-icon-search {
  color: #fff;
  font-size: 21px;
}
.qy__fx-header .qyui-service {
  background-image: linear-gradient(
    -90deg,
    transparent 0%,
    #f4f6f9 50%,
    transparent 100%
  );
  height: 56px;
  position: absolute;
  right: 0;
  top: 20px;
}
.qy__fx-header .qyui-service ul li {
  position: relative;
  margin-left: 15px !important;
}
.qy__fx-header .qyui-service ul li.li_lang {
  margin: 13px 0 0 10px;
  height: 40px;
}
.qy__fx-header .qyui-service ul li.li_teltime {
  margin: 13px 0 0 25px;
  color: #fff;
}


.qy__fx-header .qyui-service ul li .triangle-up:before {
  left: 75%;
}
.qy__fx-header .qyui-service ul li .nav_language {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-family: simsun;
  line-height: 30px;
}
.qy__fx-header .qyui-service ul li .nav_language:before {
  content: "";
  background: url(../../images/v2/lang_flag_cn.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 30px;
  width: 30px;
}
.qy__fx-header .qyui-service ul li .nav_language:after {
  content: "";
  background: url(../../images/v2/sprite-icons.png) no-repeat;
  background-position: -12px -12px;
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 5px;
  height: 4px;
  width: 7px;
  transition: all 0.2s;
}
.qy__fx-header .qyui-service ul li .nav_language_box {
  padding: 10px;
  width: 100px;
  left: -38px;
  top: 40px;
  border-radius: 8px;
}
.qy__fx-header .qyui-service ul li .nav_language_box a {
  color: #5e6d82;
  display: block;
  font-size: 12px;
  font-family: tahoma;
  padding-left: 40px;
  height: 30px;
  line-height: 28px;
}
.qy__fx-header .qyui-service ul li .nav_language_box a.cur {
  background-color: rgba(0, 0, 0, 0.15);
  /* color: #fff; */
}
.qy__fx-header .qyui-service ul li .nav_language_box a:hover {
  background-color: #f4f6f9;
}
/* .qy__fx-header .qyui-service ul li .nav_language_box a.cur:hover{background-color: #00ADB2;} */
.qy__fx-header .qyui-service ul li .nav_language_box .a1 {
  background: url(../../images/v2/lang_flag_cn.png) no-repeat 10px center;
  background-size: 20px;
}
.qy__fx-header .qyui-service ul li .nav_language_box .a2 {
  background: url(../../images/v2/lang_flag_cn.png) no-repeat 10px center;
  background-size: 20px;
  margin-top: 5px;
}
.qy__fx-header .qyui-service ul li .ico_tel {
  background: url(../../images/v2/icon-serv-tel.png) no-repeat center;
  background-size: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  height: 30px;
  width: 30px;
}
.qy__fx-header .qyui-service ul li .ico_tel_time {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 17px;
}
/*.qy__fx-header .qyui-service ul li .ico_tel_time .tel{color:#00ADB2FF; font-size: 14px; font-family: tahoma; font-weight: 700;}*/
.qy__fx-header .qyui-service ul li .ico_tel_time .tel {
  color: #fff;
  font-size: 8px;
  font-family: tahoma;
}
.qy__fx-header .qyui-service ul li .ico_tel_time .tel:after {
  content: "";
  background: url(../../images/v2/sprite-icons.png) no-repeat;
  background-position: -33px -12px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0 5px;
  height: 4px;
  width: 7px;
  transition: all 0.3s;
}
.qy__fx-header .qyui-service ul li .ico_tel_time .txt {
  color: #5e6d82;
  font-size: 12px;
  font-family: tahoma;
  text-align: center;
}
.qy__fx-header .qyui-service ul li .nav_tel_box {
  padding: 5px 10px 15px;
  width: 165px;
  left: -10px;
  top: 40px;
}
.qy__fx-header .qyui-service ul li .nav_tel_box p {
  color: #f90;
  font-size: 12px;
  font-family: tahoma;
  margin-top: 10px;
}
/* .qy__fx-header .qyui-service .kf-bg{background: url(../../images/v2/icon-serv-kefu.png) no-repeat center; height: 65px; width: 65px; position: absolute; top: -5px; right: 0;} */

.qy__fx-header .qyui-service {
  background-image: unset;
  display: flex;
  align-items: center;
}

.qyui-service ul {
  display: flex;
  align-items: center;
}

.qyui-service ul li {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}

.qy__fx-header .qyui-service ul li .ico_tel_time {
  height: 40px;
}

.qyui-service ul li .tel {
  line-height: 40px;
}

/* __ 导航菜单 */
/*.qy__fx-navbar{background-color: #00ADB2; height: 40px;}*/
.qy__fx-navbar {
  /* background-color: #fff; */
  padding: 10px 0;
  height: 36px;
}
.qy__fx-navbar .nav_list li {
  float: left;
  margin-right: 10px;
}
.qy__fx-navbar .nav_list li a {
  display: block;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  padding: 0 24px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid transparent;
  
  transition: all 0.3s;
}

/* .qy__fx-navbar .nav_list {
  margin: 10px 0;
  height: 40px;
} */

.qy__fx-navbar .nav_list li.on a,
.qy__fx-navbar .nav_list li a:hover {
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 18px;
  
  background: rgba(255,255,255,.3);
}
.qy__fx-navbar .nav_operate li.item {
  float: left;
  position: relative;
}
.qy__fx-navbar .nav_operate li .triangle-up:before {
  left: 75%;
}
.qy__fx-navbar .nav_operate li .lk-opr {
  color: black;
  display: block;
  font-family: tahoma;
  padding: 0 15px;
  line-height: 40px;
  transition: all 0.3s;
  position: relative;
}
.qy__fx-navbar .nav_operate li .lk-opr:after {
  content: "";
  height: 55px;
  width: 100%;
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0;
}
.qy__fx-navbar .nav_operate li .lk-dollar:hover {
  background-color: #ff8103;
}
.qy__fx-navbar .nav_operate li .lk-islogin:hover {
  background-color: #00adb2ff;
}
.qy__fx-navbar .nav_operate li .lk-lgreg {
  background-color: #00adb2;
  font-size: 14px;
  font-family: simsun;
  padding: 0 30px;
}
/* 1123 */
.qy__fx-navbar .nav_operate li .lk-lgreg:hover {
  background-color: #337e80;
}
/* 货币 */
.qy__fx-navbar .nav_operate li .nav_dollar_box {
  padding: 10px;
  width: 520px;
  right: -110px;
  top: 55px;
}
.qy__fx-navbar .nav_operate li .dollar-choose {
  background: #f4f6f9;
  padding: 10px;
}
.qy__fx-navbar .nav_operate li .dollar-choose h2 {
  color: #9babc0;
  font-size: 12px;
  font-family: simsun;
  font-weight: 700;
}
.qy__fx-navbar .nav_operate li .dollar-choose .tip {
  background: url(../../images/v2/icon-tip@1x.png) no-repeat left center;
  color: #9babc0;
  display: block;
  font-size: 12px;
  font-family: simsun;
  margin-top: 5px;
  padding-left: 20px;
  line-height: 20px;
}
.qy__fx-navbar .nav_operate li .dollar-tit {
  color: #505760;
  font-size: 14px;
  font-family: simsun;
  font-weight: 700;
  margin: 10px;
}
.qy__fx-navbar .nav_operate li .dollar-tab {
  width: 100%;
}
.qy__fx-navbar .nav_operate li .dollar-tab.borB {
  border-bottom: 1px solid #eceff5;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.qy__fx-navbar .nav_operate li .dollar-tab td {
  color: #9babc0;
  cursor: pointer;
  font-size: 12px;
  font-family: simsun;
  padding-left: 10px;
  height: 30px;
  width: 25%;
}
.qy__fx-navbar .nav_operate li .dollar-tab td:hover {
  background-color: #f4f6f9;
}
.qy__fx-navbar .nav_operate li .dollar-tab td em {
  color: #ff8103;
  font-size: 14px;
  font-family: tahoma;
  margin-right: 3px;
}
.qy__fx-navbar .nav_operate li .dollar-tab td.cur {
  background-color: #f90;
  color: #fff;
}
.qy__fx-navbar .nav_operate li .dollar-tab td.cur em {
  color: #fff;
}
/* 登录前 */
.qy__fx-navbar .nav_operate li .nav__lgreg_box {
  padding: 20px;
  padding-bottom: 10px;
  width: 250px;
  right: 0;
  top: 55px;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .lgreg-tit {
  border-bottom: 1px solid #eceff5;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.qy__fx-navbar .nav_operate li .el-form-item {
  margin-bottom: 20px;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .el-input__inner {
  font-size: 14px;
  font-family: simsun;
  padding-left: 40px;
  height: 34px;
  line-height: 34px;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .ipt-user .el-input__inner {
  background: url(../../images/v2/icon__lgreg-user.png) no-repeat 15px center;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .ipt-pass .el-input__inner {
  background: url(../../images/v2/icon__lgreg-pass.png) no-repeat 15px center;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .el-button--primary {
  background: #f90;
  border: 0;
  display: block;
  padding: 10px 20px;
  width: 100%;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .el-button--primary:hover {
  background: #ff8103;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .el-checkbox__label {
  font-size: 12px;
  font-family: simsun;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .link-go {
  line-height: 18px;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .link-go a {
  color: #f90;
  font-size: 12px;
  font-family: simsun;
  margin-left: 5px;
}
.qy__fx-navbar .nav_operate li .nav__lgreg_box .link-go a:hover {
  text-decoration: underline;
}
/* 登录后 */
/*.qy__fx-navbar .nav_operate li .nav__islogin_box{width: 300px; right: 0; top: 55px;}*/
.qy__fx-navbar .nav_operate li .nav__islogin_box {
  width: 150px;
  right: 0;
  top: 55px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .hdtit {
  font-size: 12px;
  font-family: simsun;
  padding: 15px;
  text-align: left;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .hdtit h2 {
  color: #1f2f3d;
  font-size: 12px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .hdtit a {
  color: #00adb2ff;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .hdtit a:hover {
  text-decoration: underline;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-tx li {
  float: left;
  height: auto;
  width: 50%;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-tx li a {
  border-top: 1px solid #eceff5;
  border-left: 1px solid #eceff5;
  color: #9babc0;
  font-size: 12px;
  font-family: simsun;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-tx li a:hover {
  background: #f9fafc;
}
.qy__fx-navbar
  .nav_operate
  li
  .nav__islogin_box
  .ord-tx
  li:nth-of-type(2n + 1)
  a {
  border-left: 0;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-tx li a em {
  color: #ff8103;
  display: block;
  font-size: 16px;
  font-family: tahoma;
  font-weight: 700;
  margin-top: 5px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls {
  border-top: 5px solid #f4f6f9;
  border-bottom: 5px solid #f4f6f9;
  padding: 20px 0;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li {
  float: left;
  text-align: center;
  height: auto;
  width: 25%;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a {
  color: #5e6d82;
  display: block;
  font-size: 12px;
  font-family: simsun;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a:hover {
  color: #00adb2;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a .ico {
  background: url(../../images/v2/sprite-icons.png) no-repeat;
  display: block;
  margin: 0 auto 10px;
  height: 20px;
  width: 24px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a .ico.i1 {
  background-position: -56px -8px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a .ico.i2 {
  background-position: -89px -8px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a .ico.i3 {
  background-position: -122px -8px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .ord-ls li a .ico.i4 {
  background-position: -154px -8px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .btn-logout {
  background: #fff;
  color: #9babc0;
  display: block;
  text-align: center;
  line-height: 36px;
}
.qy__fx-navbar .nav_operate li .nav__islogin_box .btn-logout:hover {
  background: #f9fafc;
  color: #5e6d82;
}
/* }}} */

/* …… 底部区域 {{{ …… */
.qy__fx-footer {
  padding-bottom: 30px;
}
.qy__fx-footer .copyright {
  color: #9babc0;
  font-size: 12px;
  font-family: simsun;
  text-align: center;
}
/* }}} */

/* …… 分页组件2.0 {{{ …… */
.qyfx__pagination .pagination_inner {
  color: #777;
  font-size: 12px;
  font-family: arial;
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.qyfx__pagination .p-body {
  display: inline-block;
  *display: inline;
  margin: 0 auto;
  zoom: 1;
  vertical-align: middle;
}
.qyfx__pagination .p-body a,
.qyfx__pagination .p-body span {
  background-color: #f4f6f9;
  border: 1px solid #f4f6f9;
  border-radius: 2px;
  color: #5e6d82;
  font-size: 14px;
  float: left;
  margin: 0 3px;
  padding: 0 10px;
  line-height: 28px;
  text-decoration: none;
}
.qyfx__pagination .p-body a:hover {
  background-color: #eceff5;
}
.qyfx__pagination .p-body .selected {
  background: #ff9b05;
  border-color: #ff9b05;
  color: #fff;
}
.qyfx__pagination .p-body .dotted {
  background: none;
  border: 0;
  font-family: tahoma;
}
.qyfx__pagination .p-body .first {
  background: url(../../images/v2/icon_arrL@1x.png) no-repeat center #f4f6f9;
  font-size: 0;
  overflow: hidden;
  margin-right: 15px;
  padding: 0 15px;
}
.qyfx__pagination .p-body .first.disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
  pointer-events: none;
}
.qyfx__pagination .p-body .last {
  background: url(../../images/v2/icon_arrR@1x.png) no-repeat center #f4f6f9;
  font-size: 0;
  overflow: hidden;
  margin-left: 15px;
  padding: 0 15px;
}
.qyfx__pagination .p-body .last.disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
  pointer-events: none;
}
.qyfx__pagination .p-info {
  color: #5e6d82;
  font-family: SimSun;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 24px;
}
.qyfx__pagination .p-info .ipt-text {
  border: 1px solid #eceff5;
  font-size: 14px;
  font-family: arial;
  outline: none;
  padding: 0;
  text-align: center;
  height: 28px;
  line-height: 28px;
  width: 34px;
}
.qyfx__pagination .p-info .btn-go {
  background: #f4f6f9;
  border: 1px solid #eceff5;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
}
/* }}} */

/* …… 登录/注册页面 {{{ …… */
.qy__fx-lgregPanel {
  padding: 30px 0;
}
.qy__fx-lgregPanel .lgreg-panel {
  box-shadow: 0 0 5px rgba(150, 150, 150, 0.1);
  border-radius: 2px;
}

.newqycompanyinfo {
  overflow: hidden;
}

.qy__fx-lgregPanel .lgreg-hd {
  border-bottom: 2px solid #d3dce6;
  padding: 0 30px;
  height: 60px;
  display: none;
  line-height: 60px;
}
.qy__fx-lgregPanel .lgreg-hd h2 {
  color: #1f2f3d;
  font-size: 20px;
}
.qy__fx-lgregPanel .lgreg-hd a {
  color: #ff8103;
  font-size: 14px;
  text-decoration: underline;
}
.qy__fx-lgregPanel .lgreg-inner {
  padding: 0 0 30px 275px;
  min-height: 600px;
}
.qy__fx-lgregPanel .lgreg-form {
  width: 575px;
}
.qy__fx-lgregPanel .lgreg-form .lgren_hints {
  margin-top: 50px;
  margin-bottom: 50px;
}
.qy__fx-lgregPanel .lgreg-form .lgren_hints h2 {
  border-bottom: 2px solid #ff8103;
  color: #1f2f3d;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 3px;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item__label {
  color: #333;
  font-size: 14px;
  font-family: simsun;
}
.qy__fx-lgregPanel .lgreg-form .el-input .el-input__inner {
  font-size: 14px;
  font-family: simsun;
  border-radius: 20px !important;
  border-color: #E4E4E5;
}

.qy__fx-lgregPanel .lgreg-form .el-input .el-input__inner::-webkit-input-placeholder{
  color: #999 !important;
}

.newqynextpage {
  width: 465px;
  margin-left: 110px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: #007980;
}

.newqymdpwd1{
  padding-top: 50px;
}

.newqyfirstpage {
  text-align: center;
  color: rgb(0, 179, 186);
  font-size: 12px;
  line-height: 50px
}
.newqynextpage a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.qy__fx-lgregPanel .lgreg-form .el-input .el-input__inner::-webkit-input-placeholder{
  color: #999;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item {
  margin-bottom: 20px;
}

.qy__fx-lgregPanel .lgreg-form .el-form-item .btn-imgcode {
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
  height: 38px;
  width: 90px;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .btn-getcode {
  margin-left: 10px;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .el-checkbox {
  margin-right: 5px;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .el-checkbox .el-checkbox__label {
  font-size: 12px;
  font-family: simsun;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .lk-clause {
  color: #ff8103;
  font-size: 12px;
  font-family: simsun;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .lk-tolg {
  color: #b2b2b2;
  text-align: center !important;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .btn-submit {
  /* background: #00adb2; */
  border: 0;
  display: block;
  font-size: 14px;
  line-height: 44px;
  font-family: "Microsoft Yahei";
  padding: 0;
  width: 100%;
  border-radius: 20px;
  background: #007980;
}
.qy__fx-lgregPanel .lgreg-form .el-form-item .btn-submit:hover {
  /* background: #00e2e6; */
  
}
/* 错误提示 */
/* .qy__fx-lgregPanel .lgreg-form .el-form-item .el-form-item__error{left: 475px; top: 8px;} */
/* 注册成功 */
.qy__fx-lgregPanel .lgreg-form .lgreg-success {
  padding: 120px 0 200px;
}
.qy__fx-lgregPanel .lgreg-form .lgreg-success .reg__suc-ico {
  background: url(../../images/v2/icon__success-plain.png) no-repeat center;
  height: 57px;
  width: 57px;
}
.qy__fx-lgregPanel .lgreg-form .lgreg-success .reg__suc-tips {
  margin-left: 70px;
}
.qy__fx-lgregPanel .lgreg-form .lgreg-success .reg__suc-tips h2 {
  color: #50b400;
  font-size: 24px;
}
.qy__fx-lgregPanel .lgreg-form .lgreg-success .reg__suc-tips p {
  color: #5e6d82;
  font-size: 14px;
  font-family: simsun;
  margin-top: 10px;
}
.qy__fx-lgregPanel .lgreg-form .lgreg-success .reg__suc-tips .btn__a_primary {
  margin-top: 50px;
  width: 120px;
}
/* }}} */

/* …… 重写wcPop弹窗样式 {{{ …… */
/* __1、常规对话框（收件地址、xxx、xxx） */
#qyfxPop_Form .popui__panel-tit {
  height: 45px;
  line-height: 45px;
}
#qyfxPop_Form .popui__setclose {
  top: 13px;
}
#qyfxPop_Form .popui__panel-btn:after {
  display: none;
}
#qyfxPop_Form .popui__panel-btn .btn {
  border: 1px solid #e4e4e5;
  color: #5e6d82;
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  margin: 0 10px;
  padding: 0 25px;
}
#qyfxPop_Form .popui__panel-btn .btn:last-child {
  background: #2093f7;
  border-color: #2093f7;
  color: #fff;
}
#qyfxPop_Form .popui__panel-btn .btn:after {
  display: none;
}
#qyfxPop_Form .popui__panel-btn .btn:first-child:hover {
  background: #ecf5ff;
  color: #2093f7;
}
#qyfxPop_Form .popui__panel-btn .btn:last-child:hover {
  background: #409eff;
}
/* }}} */

/* …… 重写element-ui组件样式 {{{ …… */
[v-cloak] {
  display: none;
}
/* __checkbox组件 */
.el-checkbox__inner:hover {
  border-color: #ff8103 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #ff8103 !important;
  border-color: #f90 !important;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #ff8103 !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #ff8103 !important;
}
/* __label设置 */
.el__form-ucenter .el-form-item__label {
  color: #5e6d82;
  font-size: 12px;
  font-family: simsun;
}
.el__form-ucenter.el_lbl14 .el-form-item__label {
  font-size: 14px;
}
/* __input设置 */
.el__form-ucenter .el__ipt {
  font-size: 12px;
}
.el__form-ucenter .el__ipt.fs14 {
  font-size: 14px;
}
/* __select设置 */
.el__form-ucenter .el__select .el-input {
  font-size: 12px;
}
.el__form-ucenter .el__select.fs14 .el-input {
  font-size: 14px;
}
/* __button设置 */
.el__form-ucenter .el__btn.el-button--primary.is-disabled {
  background-color: #d5dde7;
  border-color: #d5dde7;
}
/* __datepicker设置 */
.el__form-ucenter .el__datepicker .el-range-input {
  font-size: 12px;
}
.el__form-ucenter .el__datepicker.fs14 .el-range-input {
  font-size: 14px;
}
/* __radiogroup组件 */
.el__radiogroup-orange .el-radio.is-bordered.is-checked {
  border-color: #00adb2ff;
}
.el__radiogroup-orange .el-radio__input.is-checked .el-radio__inner {
  background: #00adb2ff;
  border-color: #00adb2ff;
}
.el__radiogroup-orange .el-radio__input.is-checked + .el-radio__label {
  color: #00adb2;
}
/* radio-group-button */
.el__radiogroupButton-orange .el-radio-button__inner:hover {
  color: #1f2f3d;
}
.el__radiogroupButton-orange
  .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  color: #fff;
}
/* }}} */




#txt_username {
	display: inline-block;
	margin-left: 4px;
  color: #fff;
}

/* #txt_username:hover {
  color: #00adb2ff;
} */

#afterlogin_cn {
  display: none !important;
  border-radius: 6px;
  background: #fff;
  line-height: 1.2;
  color: #666;
}

#afterlogin_cn > div + div {
  border-top: 1px solid #f6f6f6;
}

.menubox:hover #afterlogin_cn {
  display: block !important;
}

.pro_no-data{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
}



.menubox .nav__islogin_box {
  width: 150px;
  right: 0;
  position: absolute;
  top: 40px;
}
.menubox .nav__islogin_box .hdtit {
  font-size: 12px;
  font-family: simsun;
  padding: 15px;
  text-align: left;
  margin-right: 0 !important;
  text-align: center;
}
.menubox .nav__islogin_box .hdtit h2 {
  color: #1f2f3d;
  font-size: 12px;
}
.menubox .nav__islogin_box .hdtit a {
  color: #666;
  float: unset;
}
.menubox .nav__islogin_box .hdtit a:hover {
  text-decoration: underline;
}
.menubox .nav__islogin_box .ord-tx li {
  float: left;
  height: auto;
  width: 50%;
}
.menubox .nav__islogin_box .ord-tx li a {
  border-top: 1px solid #eceff5;
  border-left: 1px solid #eceff5;
  color: #9babc0;
  font-size: 12px;
  font-family: simsun;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s;
}
.menubox .nav__islogin_box .ord-tx li a:hover {
  /* background: #f9fafc; */
}
.menubox
  .nav__islogin_box
  .ord-tx
  li:nth-of-type(2n + 1)
  a {
  border-left: 0;
}

.menubox {
  position: relative;
  line-height: 40px;
}

.menubox .nav__islogin_box .ord-tx li a em {
  color: #ff8103;
  display: block;
  font-size: 16px;
  font-family: tahoma;
  font-weight: 700;
  margin-top: 5px;
}
.menubox .nav__islogin_box .ord-ls {
  border-top: 5px solid #f4f6f9;
  border-bottom: 5px solid #f4f6f9;
  padding: 20px 0;
}
.menubox .nav__islogin_box .ord-ls li {
  float: left;
  text-align: center;
  height: auto;
  width: 25%;
}
.menubox .nav__islogin_box .ord-ls li a {
  color: #5e6d82;
  display: block;
  font-size: 12px;
  font-family: simsun;
}
.menubox .nav__islogin_box .ord-ls li a:hover {
  color: #00adb2;
}
.menubox .nav__islogin_box .ord-ls li a .ico {
  background: url(../../images/v2/sprite-icons.png) no-repeat;
  display: block;
  margin: 0 auto 10px;
  height: 20px;
  width: 24px;
}
.menubox .nav__islogin_box .ord-ls li a .ico.i1 {
  background-position: -56px -8px;
}
.menubox .nav__islogin_box .ord-ls li a .ico.i2 {
  background-position: -89px -8px;
}
.menubox .nav__islogin_box .ord-ls li a .ico.i3 {
  background-position: -122px -8px;
}
.menubox .nav__islogin_box .ord-ls li a .ico.i4 {
  background-position: -154px -8px;
}
.menubox .nav__islogin_box .btn-logout {
  /* background: #fff; */
  color: #666;
  display: block;
  text-align: center;
  border-top: 1px solid #f6f6f6;
  line-height: 36px;
}
.menubox .nav__islogin_box .btn-logout:hover {
  /* background: #f9fafc; */
  /* color: #5e6d82; */
  text-decoration: underline;
}

#qyfx__header{
  background: #00797f;
}

.el-input__inner{
  border-radius: 0 !important;
}

.el-button--mini, .el-button--small {
  border-radius: 0 !important;
}

.utip{
  top: 50% !important;
  transform: translate(88px, -50%);
  border: none !important;
  background: #fff !important;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  padding: 10px 16px !important;
  border-radius: 10px;

}

.utip .big-up-arrow{
  width: 6px;
  height: 6px;
  border: none !important;
  left: -2px !important;
  background: #fff;
  box-shadow: 1px -1px 4px rgba(0,0,0,0.2);
  top: 50% !important;
  transform: rotate(-45deg) translate(0, -50%);
}

.small-up-arrow{
  width: 2px !important;
  height: 50% !important;
  background: #fff  !important;
  top: 25%  !important;
  left: 0  !important;
}

.pg__fxBanner{
  background: #fff;
  overflow: hidden;
}
.pg__fxBanner > div{
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  margin-bottom: 60px;
  margin-top: 20px;
}

.pg__fxBanner > div .newqybuessbaner1,
.pg__fxBanner > div .newqybuessbaner2 {
  flex: 1;
}

.pg__fxBanner > div .newqybuessbaner2 {
  border-left: 1px solid #eceff5;
}

.layui-laypage a{
  border-radius: 15px;
}

.layui-laypage .layui-laypage-curr {
	font-size: 16px;
  margin: 0 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
}

.layui-laypage a {
	border: 1px solid #e5e5e5 !important;
	background: #fff;
  font-size: 16px;
  margin: 0 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
}

.layui-laypage>a:first-child, .layui-laypage>a:first-child em {
	border-radius: 20px;
}

.layui-laypage .layui-laypage-skip{
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.layui-laypage input {
  height: 40px;
  line-height: 40px;
  width: 60px;
  padding: 0 15px;
  border-radius: 20px;
}

.layui-laypage button{
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
}

.layui-laypage a, .layui-laypage span{
  font-size: 16px;
}

.layui-laypage-prev,
.layui-laypage-next {
  width: 30px;
  border: none;
  position: relative;
  overflow: hidden;
}

.layui-laypage-prev:before,
.layui-laypage-next:before{
  content: '>';
  display: flex;
  width: 100%;
  font-family: '黑体';
  height: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  justify-content: center;
  align-items: center;
}

.layui-laypage-prev:before{
  content: '<';
}

.qyfx__ucOrd-details:after {
  display: block;
  content: '';
  clear: both;
}

.qyfx__table td{
  border: none !important;
  background: transparent !important;
  text-align: left !important;
}

.qyfx__table td > div {
  padding-left: 0 !important;
}

.qyfx__table.fs14 table td:first-child {
  width: 74px !important;
  text-align: right !important;
  color: #999 !important;
}

.qyfx__table.fs14 table td:nth-of-type(2){
  padding-left: 15px !important;
}

.cnts {
  background: transparent !important;
}

.hotel-pop-container {
  display: flex;
}

.hotel-swiper{
  width: 400px;
  height: 312px;
  overflow: hidden;
  position: relative;
}

.hotel-swiper .swiper-wrapper {
  width: 9999999px;
  height: 312px;
}

.hotel-swiper .swiper-slide {
  width: 400px;
  float: left;
}

.hotel-swiper .slide-btn-prev,
.hotel-swiper .slide-btn-next{
  width: 40px;
  display: block;
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

.hotel-swiper .slide-btn-prev{
  left: 10px;
}

.hotel-swiper .slide-btn-next{
  right: 10px;
}

.slide-page{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  font-size: 14px;
  color: #fff;
}



.hotel-swiper .swiper-slide img{
  display: block;
  width: 400px;
  height: 312px;
  object-fit: cover;
}

.hotel-pop-images{
  margin-right: 20px;
}

.hotel-small-images{
  width: 400px;
  height: 76px;
  overflow: hidden;
  margin-top: 22px;
}

.hotel-small-images .swiper-wrapper {
  width: 999999px;
  height: 76px;
}

.hotel-small-images .swiper-slide {
  display: inline-block;
  width: 106px;
  border: 2px solid #fff;
  height: 72px;
  float: left;
}

.hotel-small-images .swiper-slide.active {
  border-color: #00b2ba;
}

.hotel-small-images .swiper-slide + .swiper-slide {
  margin-left: 10px;
}

.hotel-small-images img{
  display: block;
  width: 106px;
  height: 72px;
  object-fit: cover;
}

.hotel-pop-info{
  flex: 1;
  height: 406px;
  overflow-y: scroll;
}

.hotel-pop-info::-webkit-scrollbar{
  width: 0px;
  background: #ccc;
}

.hotel-pop-info h2{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.hotel-equipment p{
  font-size: 14px;
  margin-bottom: 10px;
}

.hotel-equipment p img{
  margin-right: 6px;
}

.hotel-description{
  margin-top: 20px;
  color: #333;
  line-height: 20px;
  font-size: 14px;
}

.hotel-description h4{
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

