
.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@font-face {
  font-family: 'iconfont';  /* Project id 1309781 */
  src: url('//at.alicdn.com/t/c/font_1309781_0lqwv55cyaa.woff2?t=1748315712890') format('woff2'),
  url('//at.alicdn.com/t/c/font_1309781_0lqwv55cyaa.woff?t=1748315712890') format('woff'),
  url('//at.alicdn.com/t/c/font_1309781_0lqwv55cyaa.ttf?t=1748315712890') format('truetype');
}
/* 顶部功能栏 */
#careMode {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 800px;
  height: 80px;
  background: #000;
  color: #fff;
  overflow: hidden;
  z-index: 99999;
}
#careMode .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 5px 0;
  border-radius: 12px;
  margin: 0 20px;
  font-size: 15px;
  transition: background 0.2s;
  outline: 0px !important;
}
#careMode a {
  color: #fff;
  text-decoration: none;
}
#careMode .option:last-child i {
  color: #ff4500;
}
#careMode .option:hover {
  background: rgba(255, 255, 255, 0.2);
}
#careMode .option i {
  font-size: 27px;
  margin-bottom: 2px;
  outline: 0px !important;
}

#careMode .selected {
  color: #45c3a9;
}
#careMode .selected::after {
  position: absolute;
  bottom: -4px;
  content: '';
  width: 0;
  height: 0;
  /*border: 4px solid #45c3a9;*/
  transform: rotate(45deg);
}
#mask_create {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: transparent;
  z-index: 99999;
  transition: background 0.5s;
}

.zoom1_2 {
  zoom: 1.2;
}
.zoom1_2 #careMode {
  zoom: 0.8333;
}
.zoom1_4 {
  zoom: 1.4;
}
.zoom1_4 #careMode {
  zoom: 0.7142;
}
.mask_create-trans {
  background: rgba(255, 147, 41, 0.118) !important;
}
/* 底部字幕栏 */
#subtitle {
  position: fixed;
  box-sizing: border-box;
  /*display: none;*/
  top: calc(100vh - 140px);
  top: -moz-calc(100vh - 140px);
  top: -webkit-calc(100vh - 140px);
  width: 100%;
  height: 140px;
  padding: 6px 60px;
  font-size: 43px;
  text-align: center;
  background: #ffffff;
  border-top: 4px solid #dedede;
  overflow: auto;
  color: #111;
  z-index: 9999;
}
#subtitle #close {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
}
.big_cursor,
.big_cursor input,
.big_cursor a,
.big_cursor iframe {
  cursor: url(https://webresource.c-ctrip.com/NFES/libs/1620451403492/dist/icon/pointer.cur),
    auto !important;
}
.wireframe {
  outline: 1px dashed #dedede !important;
}
