body,
html {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

#header {
  position: relative;
  height: 60px;
}

.headerIn {
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  font-size: 0;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  z-index: 99;
}

.headerIn p {
  margin: 0;
}

.headerIn div,
.headerIn span {
  box-sizing: border-box;
  vertical-align: top;
}

.headerInBg {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
}

.headerInBgShow {
  display: block;
}

.headerInTL {
  padding-left: 50px;
  float: left;
}

.headerlogoA {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
}

.headerlogoA .headerlogo {
  height: 38px;
  vertical-align: middle;
  cursor: pointer;
}

.headerNavList {
  display: inline-block;
  padding-left: 20px;
}

.headerNavListItem {
  padding-right: 30px;
  display: inline-block;
}

.headerNavListItemTxt {
  color: #212121;
  display: inline-block;
  font-size: 14px;
}

.headerNavListItemLogW {
  display: inline-block;
  height: 100%;
  margin-left: 7px;
  width: 6px;
}

.headerNavListItemLog {
  width: 12px;
  height: 6px;
  display: inline-block;
  vertical-align: middle !important;
  background: url('https://static.shinewonder.com/pano/newModule/img/down.png') center;
}

.headerNavListItem:hover .headerNavListItemLog {
  background: url('https://static.shinewonder.com/pano/newModule/img/downAct.png') center;
}

.headerNavListItemLogImg {
  display: inline-block;
  margin-left: 5px;
  margin-right: -7px;
}

.headerNavListItemLogImg img {
  vertical-align: baseline;
}

.headerNavListItem:hover .headerNavListItemTxt {
  color: rgb(255, 119, 0);
}

.headerNavListItem:nth-last-child(1) {
  padding-right: 0;
}

.headerInTRItem {
  display: inline-block;
}

.defLogin {
  display: none;
}

/* 右 */
.headerInTR {
  float: right;
  padding: 0 33px 0 0;
}

.headerInTRItem {
  display: inline-block;
}

.headerInTRItemTxt {
  color: #212121;
  font-size: 14px;
}

.headerInTRItemA {
  display: inline-block;
  width: 86px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  vertical-align: middle;
}

.headerInTRLogin {
  border: 1px solid #ff7700;
  color: #ff7700;
  margin-right: 10px;
  width: 88px;
  box-sizing: border-box;
}

.headerInTRLogin:hover {
  background: #ff7700;
  color: #fff;
}

.headerInTRre {
  background: #ff7700;
  color: #fff !important;
}

.headerInTRre:hover {
  background: rgba(255, 119, 0, 0.8);
  color: #fff !important;
}

.headerInTRItemDw {
  margin-right: 33px;
  cursor: pointer;
  position: relative;
}

.headerInTRItemBot {
  display: none;
  width: 190px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: -30px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 6%);
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
}

.headerInTRItemBotItem {
  height: 30px;
  margin: 10px;
  font-size: 12px;
  color: #000;
  line-height: 30px;
  display: block;
  padding-left: 20px;
}

.headerInTRItemBotItem:hover {
  background: #f2f2f2;
}

.headerInTRItemDw:hover .headerInTRItemBot {
  display: block;
}

/* 中间自定义 */
.headerInTMDef {
  float: right;
}

/* 下拉框 */
.headerNavListItemDw {
  position: absolute;
  height: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 60px;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
  overflow: hidden;
  line-height: 20px;
  display: inline;
}

.headerNavListItemDwIn {
  width: 1480px;
  margin: auto;
  height: 100%;
  padding: 0 20px;
}

.headerNavListItem:hover .headerNavListItemDw {
  height: 314px;
}

.headerNavListItemShow {
  display: block;
  transition: height 0.4s;
  -moz-transition: height 0.4s;
  /* Firefox 4 */
  -webkit-transition: height 0.4s;
  /* Safari 和 Chrome */
  -o-transition: height 0.4s;
  /* Opera */
}

.hNListItemDwItem {
  display: inline-block;
  height: 100%;
  position: relative;
}

.hNListItemDwItem1 {
  width: 259px;
  border-right: 1px solid #ececec;
  box-sizing: border-box;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hNListItemDwItemT {
  font-size: 20px;
  color: #212121;
  padding-top: 32px;
}

.hNListItemDwItemT2 {
  font-size: 14px;
  color: #6E6E6E;
  word-break: break-all;
  padding-top: 14px;
}

.hNListItemDwItem1 .hNListItemDwItemT2 {
  width: 238px;
}

.hNListItemDwItemT3 {
  padding-top: 24px;
  font-size: 0;
}

.hNListItemDwItemTa {
  color: #FF6E07;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

.hNrightAct {
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url('https://static.shinewonder.com/pano/newModule/img/rightAct.png');
  vertical-align: middle !important;
  top: -2px;
  position: relative;
  margin-left: 3px;
}

.hNListItemDwItemTa:hover {
  color: #FF6E07;
}

.hNListItemDwItemTa:hover .hNrightAct {
  animation: arrowAnima 0.8s infinite;
  -webkit-animation: arrowAnima 0.8s infinite;
  /* Safari 和 Chrome */
}

.hNListItemDwItem2Item {
  display: inline-block;
  line-height: 14px;
  width: 295px;
  padding: 32px 0 0 30px;
}

.hNListItemNews {
  display: inline-block;
  width: 295px;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 4px;
}

.hNListItemDwItem2ItemBot {
  padding-top: 14px;
}

.hNListItemDwItemT4 {
  font-size: 14px;
  color: #FF6E07;
  font-weight: bold;
  padding-bottom: 22px;
}

.hNListItemNews .hNListItemDwItemT4 {
  padding: 0px 0 16px 0;
}

.hNListItemDwItemT5,
.hNListItemDwItemT5a {
  font-size: 14px;
  color: #171717;
  font-weight: bold;
}

.hNListItemDwItemT6 {
  font-size: 12px;
  color: #707070;
  padding: 6px 2px 0 0;
  line-height: 18px;
}

.hNListItemNews .hNListItemDwItemT6 {
  min-height: 42px;
}

.headerNavListItemDwrender .hNListItemDwItemT6 {
  padding: 15px 2px 0 0;
}

.hNListItemDwBotImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.headerNavListItemTool .hNListItemDwItemT5a {
  color: #FF6E07;
}

.headerNavListItemTool .hNListItemDwItem2ItemBot {
  padding-top: 58px;
}

.headerNavListItemTool .hNListItemDwItemT6 {
  padding: 20px 6px 0 0;
}

.headerNavListItemTool .hNListItemDwItem2Item {
  padding: 33px 0 0 30px;
}

.hNListItemDwColor {
  color: #FF6E07 !important;
}

/* 2024-07-24修改的金牌会员部分 */

.headerIconWrap {
  display: flex;
}

.headerInTRGoldIcon {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/goldTip.png');
  background-size: 100% 100%;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.headerInTRItemClientWrap {
  margin-left: 32px;
}

.headerInTRClineIcon {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/clientTip.png');
  width: 17px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.headerInTRItemWrap {
  position: relative;
}

.headerInTRClientPopup {
  display: none;
  width: 160px;
  background: #fff;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 6%);
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
}

.headerInTRGoldPopupWrap {
  width: 384px;
  height: 279px;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/itemBg.png');
  position: absolute;
  background-size: 100% 100%;
  left: -120px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  padding: 0 23px;
  display: none;
}

.goldPopupTitle {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/goldTitle.png');
  background-size: 100% 100%;
  width: 212px;
  height: 33px;
  display: inline-block;
  margin-top: 19px;
}

.headerInTRGoldPopupItem {
  height: 35px;
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 245, 223, 0.75) 48%, rgba(255, 206, 107, 0.13) 100%);
  border: 1px solid #FFDBAB;
  display: flex;
  align-items: center;
  line-height: 35px;
  margin-top: 13px;
}

.headerInTRGoldPopupItemTxt {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  color: #3A3129;
}

.headerInTRGoldPopupItemWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.headerInTRGoldPopupItemIcon {
  background-size: 100% 100%;
  margin-right: 6px;
  margin-left: 10px;
}

.headerInTRGoldPopupItemOneRender {
  border-radius: 10px 2px 2px 2px;
  width: 160px;
  margin-right: 16px;
  margin-top: 0px;
}

.headerInTRGoldPopupItemTwo {
  width: 160px;
  border-radius: 2px 2px 10px 2px;
  margin-top: 0px;
}

.headerInTRGoldPopupItemthree {
  width: 200px;
  margin-right: 11px;
}

.headerInTRGoldPopupItemforth {
  width: 125px;
  border-radius: 2px 2px 2px 10px;
}

.headerInTRGoldPopupItemOneRender .headerInTRGoldPopupItemIcon {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/render.png');
  width: 17px;
  height: 17px;
}

.headerInTRGoldPopupItemTwo .headerInTRGoldPopupItemIcon {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/vr.png');
  width: 15px;
  height: 15px;
}

.headerInTRGoldPopupItemthree .headerInTRGoldPopupItemIcon {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/trans.png');
  width: 17px;
  height: 17px;
}

.headerInTRGoldPopupItemforth .headerInTRGoldPopupItemIcon {
  background-image: url('https://static.shinewonder.com/pano/newModule/img/goldAndClient/model.png');
  width: 16px;
  height: 16px;
}

.headerInTRItemWrap:hover .headerInTRItemTxt {
  color: #FF7700;
}

.headerInTRItemGoldMemberWrap:hover .headerInTRGoldPopupWrap {
  display: flex;
}

.headerInTRItemClientWrap:hover .headerInTRClientPopup {
  display: block;
}

.headerInTRGoldPopupBtn {
  width: 191px;
  height: 44px;
  background: linear-gradient(90deg, #FFD387 0%, #FF7519 100%);
  box-shadow: 0px 3px 16px rgba(255, 182, 86, 0.52);
  border-radius: 22px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  margin-top: 22px;
}

.headerInTRGoldPopupBtn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}

.headerInTRGoldItemLimitTime {
  margin-top: -11px;
  height: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  color: #CECECE;
  display: none;
}

/* 2024-07-24修改的金牌会员部分end */
/* 登录后头像部分 st */
/*loginPho start*/
.actLoginWrap {
  float: right;
  position: relative;
  padding: 0 10px;
  margin-right: -10px;
}

.actLogPhoImg {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  vertical-align: middle;
}

.actLogContent {
  display: none;
  position: absolute;
  top: 58px;
  right: 10px;
  width: 332px;
  height: 242px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 10;
}

.actLoginWrap:hover .actLogContent {
  display: block;
}

.actLogCTop {
  position: relative;
  margin: 0 2px;
  height: 63px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 62px;
  padding-left: 16px;
}

.actLogCTopPhoImg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
}

.actLogCTopName {
  font-size: 14px;
  color: #0c0c0c;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  max-width: 145px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 8px;
}

.actLogCTopEdite {
  float: right;
  margin-right: 16px;
}

.actLogItem {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.actELine {
  margin: 0 4px;
}

.actEdite {
  color: #c08a08;
}

.actEdite:hover {
  color: #c08a08;
}

.actLogOut {
  color: #0c0c0c;
}

.actLogOut:hover {
  color: #0c0c0c;
}

.actELine {
  color: #e2e2e2;
}

.actLogCCen {
  text-align: center;
  padding-top: 16px;
}

.actLogCCenCont {
  display: inline-block;
  width: 312px;
  height: 72px;
  border-radius: 8px;
  background: #fff7e8;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}

.actLogCContItemP {
  font-size: 12px;
  color: #707070;
  padding-top: 10px;
}

.actLogCContItem {
  display: inline-block;
  height: 100%;
  line-height: 16px;
}

.moneyItem1 {
  width: 82px;
}

.moneyItem2 {
  width: 66px;
  margin: 0 28px;
}

.moneyItem3 {
  width: 62px;
}

.actContLog {
  font-size: 12px;
  color: #353535;
  vertical-align: top;
}

.actLogCContMoney {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 15px;
}

.actLogCBot {
  position: absolute;
  width: 100%;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  background: #f5f6f9;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0;
}

.actLogCBotItem {
  line-height: 12px;
  display: inline-block;
  vertical-align: middle !important;
  position: relative;
}

.perSonImg {
  vertical-align: top;
}

.actLogCBotItem:hover .actBotTxt {
  color: #f5a415;
}

.actBotTxt {
  font-size: 12px;
  color: #000;
  padding-top: 6px;
}

.actLogCBotItemDiv {
  display: inline-block;
  width: 1px;
  height: 39px;
  vertical-align: middle;
  background: #e4e5e6;
  margin: 0 16px;
}

.msgTipHeader {
  display: none;
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 50%;
  background: #e60012;
  top: -4px;
  right: 7px;
}

/* 登录后头像部分 ed */
/* 缩放部分 st */
.headerZoomR {
  padding-right: 5px;
}

.headerZoomClose {
  display: none;
}

.headerZoom,
.headerZoomList {
  display: none;
}

._headerZoom .headerZoom {
  display: inline-block;
}

._headerZoom .headerNormal {
  display: none;
}

._headerZoom .headerInTR .headerNormal {
  display: inline-block;
  float: right;
  margin-left: 32px;
}

._zoomList .zoomListShow {
  display: block;
}

._zoomList .headerZoomClose {
  display: inline-block;
}

._zoomList .headerZoomNormal {
  display: none;
}

.headerZoomIcon {
  cursor: pointer;
  vertical-align: middle;
}

.headerZoomList {
  padding: 60px 40px 0 72px;
  background: #fff;
  text-align: left;
}

.headerZoomListItem {
  height: 56px;
  line-height: 54px;
  border-bottom: 1px #dcdcdc solid;
  font-size: 16px;
}

.headerZoomListItem:nth-last-child(1) {
  border-bottom: none;
}

.headerZoomListItemA {
  text-decoration: none;
  color: #000;
}

/* 缩放部分 ed */
/* 显示隐藏类 st*/
._headerHide {
  display: none;
}

._headerShow {
  display: block;
}

/* 显示隐藏类 ed*/
/* 箭头动画  */
@keyframes arrowAnima {
  0% {
    left: 0px;
  }

  50% {
    left: 6px;
  }

  100% {
    left: 0px;
  }
}

@media (max-width: 720px) {

  ._headerZoom .headerInTR .headerInTRItemWrap .headerInTRItemTxt {
    display: none
  }
}