﻿html {
  padding: 0;
  border: none;
  margin: 0;
  box-sizing: border-box;
  font-size: 100px;
}
html body {
  overflow-x: hidden;
}
.transform_none {
  transform: none!important;
}
p span{
  text-indent: initial;
}
/*a鏍峰紡*/
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
p {
  margin: 0;
}
span {
  display: inline-block;
}
.draggable-inner-div {
  width: 100%;
  height: 100%;
}
.jz-row {
  display: flex;
  align-items: center;
}
.ud-margin {
  margin: 0.1rem 0;
}
.fixTop {
  position: fixed!important;
  z-index: 1400;
}
.add-text,.add-picture-text span{
  display: inline;
}
/*鏂囨湰缁勪欢*/
.add-text {
  overflow-y: hidden;
}
.add-text .add-text-inner {
  overflow: hidden;
  font-size: 0.16rem;
}
.add-text .add-text-inner p {
  word-break: break-all;
  /*margin: 0.05rem 0;*/
}
.add-text .add-text-inner p:first-child {
  margin-top: 0;
}
/*瑙嗛缁勪欢*/
.add-video .video-wap,
.add-video .video-frame {
  width: 100%!important;
  height: 100%!important;
  overflow: hidden;
}
/*瀵艰埅缁勪欢鐨刢ss*/
.add-nav {
  list-style: none;
  width: 100%;
}
.add-nav.nav-show {
  transform: none !important;
}
.add-nav .nav-group {
  position: relative;
  font-size: 0.12rem;
  text-align: center;
}
.add-nav .nav-group:hover > .second-nav {
  display: block;
}
.add-nav .nav-group .first-a:hover {
  text-decoration: none;
}
.add-nav .add-nav-ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  list-style: none;
}
.add-nav .add-nav-ul li {
  flex-shrink: 0;
  z-index: 999;
}
.add-nav .add-nav-ul .first-nav {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.add-nav .add-nav-ul .first-nav > .second-nav {
  bottom: 0;
  transform: translateY(100%);
}
.add-nav .add-nav-ul .first-a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.add-nav .vertical-ul {
  flex-direction: column;
}
.add-nav .vertical-ul .first-nav .second-nav {
  top: 0;
  bottom: initial;
  transform: translateX(100%);
}
.second-nav {
  position: absolute;
  list-style: none;
  display: none;
  padding-left: 0rem;
  right: 0;
  top: 0;
  left: 0;
  bottom:0;
  transform: translateY(100%);
  width: 100%;
}
.second-nav .second-li .second-nav{
  transform: translateX(100%);
}
.second-nav .second-li,
.second-nav .second-a {
  cursor: pointer;
  user-select: none;
}
.second-nav .second-li {
  text-align: center;
  position: relative;
}
.second-nav .second-li:hover {
  display: block;
}
.second-nav .second-li:hover > .second-nav {
  display: block;
}
.second-nav .second-a:hover {
  text-decoration: none;
}
.accordion-heading {
  width: 100% !important;
  text-align: center;
  height: 0.45rem;
  line-height: 0.45rem;
  color: white;
  position: relative;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.accordion-heading .accordion-toggle {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.2rem;
}
.sub-nav {
  width: 100% !important;
  white-space: nowrap;
  color: white;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-sub-items {
  max-height: 10rem;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
/*鍥剧墖缁勪欢*/
.add-picture .img_div {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.add-picture .img_div img {
  top: 0;
  left: 0;
  position: relative;
  object-fit: contain;
}
.add-picture .img_div .img-title {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
}
.add-picture .img_div .img-content,
.add-picture .img_div .img-icon {
  z-index: 110;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-picture .img_div .img-content {
  flex-direction: column;
  align-items: stretch;
}
.add-picture .img_div .img-icon i {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.add-picture .img_div .img_hover {
  display: none;
}
.add-picture .img_div:hover .img_hover {
  display: flex;
}
/*鍥炬枃缁勪欢*/
.add-picture-text {
  overflow-y: hidden;
}

.add-picture-text .text-content {
  font-size: 0.16rem;
}
.add-picture-text .text-content span {
  display: initial;
}
/*.add-picture-text .text-content p {*/
  /*overflow: hidden;*/
  /*word-break: break-all;*/
/*}*/
.add-picture-text .paragraph_image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.add-picture-text .img-a {
  position: relative;
}
.add-picture-text .img-a .img-title {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
}
.add-picture-text .img-a .img-content,
.add-picture-text .img-a .img-icon {
  z-index: 110;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-picture-text .img-a .img-content {
  flex-direction: column;
  align-items: stretch;
}
.add-picture-text .img-a .img-icon i {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0.01rem solid rgba(238, 238, 238, 0.555);
  border-radius: 0.02rem;
}
.add-picture-text .img-a .img_hover {
  display: none;
}
.add-picture-text .img-a:hover .img_hover {
  display: flex;
}
.add-picture-text .img-a .text-content {
  padding: 0.09rem;
  font-size: 0.16rem;
}
.add-picture-text .img-a .text-content p {
  overflow: hidden;
  word-break: break-all;
}
/*瑙嗛缁勪欢*/
.add-video .video-wap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*閫氭爮缁勪欢*/
.add-wide {
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.add-wide .add-wide-div {
  height: 100%;
  width: 100vw;
  flex-shrink: 0;
  position: relative;

}
.add-wide .add-wide-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*杩斿洖椤堕儴鎻掍欢*/
.unit-go-top {
  width: 0.9rem;
  height: 0.9rem;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.unit-go-top .unit-go-top-a {
  width: 100%;
  height: 100%;
  display: block;
}
.unit-go-top .unit-go-top-a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unit-container {
  background-color: lightgray;
}
/*绾挎潯鎻掍欢*/
.unit-line {
  border: 0.01rem dashed #444;
  box-sizing: border-box;
  position: relative;
  height: 1.5rem;
}
.unit-line .line-content {
  width: 100%;
  height: 100%;
  padding: 0;
  border-color: transparent;
  border-width: 0;
  overflow: visible;
  border-style: solid;
}
.unit-line .line-content .line-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-line .line-content .other-line .right2left {
  width: 100%;
}
.unit-line .line-content .other-line .top2bottom {
  height: 100%;
}
.unit-line .line-content .horizontal {
  border: none;
  margin-top: 15%;
  height: 0;
  width: 100%;
}
.unit-line .line-content .vertical {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.unit-line .line-content .vertical-arrowbottom,
.unit-line .line-content .vertical-arrowtop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unit-line .line-content .vertical-arrowbottom > div,
.unit-line .line-content .vertical-arrowtop > div {
  flex-shrink: 0;
}
.unit-line .line-content .vertical-arrowbottom .line-area,
.unit-line .line-content .vertical-arrowtop .line-area {
  flex-grow: 1;
}
.unit-line .line-content .vertical-line01 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line01.png);
  width: 0.05rem;
  height: 100%;
}
.unit-line .line-content .vertical-line02 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line02.png);
  width: 0.05rem;
  height: 100%;
}
.unit-line .line-content .vertical-line03 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line03.png);
  width: 0.07rem;
  height: 100%;
}
.unit-line .line-content .vertical-line04 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line04.png);
  width: 0.03rem;
  height: 100%;
}
.unit-line .line-content .vertical-line05 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line05.png);
  width: 0.05rem;
  height: 100%;
}
.unit-line .line-content .vertical-line06 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line06.png);
  width: 0.07rem;
  height: 100%;
}
.unit-line .line-content .vertical-line07 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line07.png);
  width: 0.08rem;
  height: 100%;
}
.unit-line .line-content .vertical-line08 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line08.png);
  width: 0.08rem;
  height: 100%;
}
.unit-line .line-content .vertical-line09 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line09.png);
  width: 0.1rem;
  height: 100%;
}
.unit-line .line-content .vertical-line10 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line10.png);
  width: 0.27rem;
  height: 100%;
}
.unit-line .line-content .vertical-line11 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line11.png);
  width: 0.1rem;
  height: 100%;
}
.unit-line .line-content .vertical-line12 {
  background: url(http://material.17hongtu.cn/static/templates/images/gray_line12.png);
  width: 0.27rem;
  height: 100%;
}
.unit-line .line-content .horizontal-arrowleft,
.unit-line .line-content .horizontal-arrowright {
  display: flex;
  align-items: center;
}
.unit-line .line-content .horizontal-arrowleft > div,
.unit-line .line-content .horizontal-arrowright > div {
  flex-shrink: 0;
}
.unit-line .line-content .horizontal-arrowleft .line-area,
.unit-line .line-content .horizontal-arrowright .line-area {
  flex-grow: 1;
}
.unit-line .line-content .horizontal-dashed {
  border-top: 0.01rem dashed #028bcf;
}
.unit-line .line-content .horizontal-dotted {
  border-top: 0.03rem dotted #028bcf;
  border-bottom: 0.03rem dotted #028bcf;
}
.unit-line .line-content .horizontal-double {
  border-top: 0.03rem double #028bcf;
}
.unit-line .line-content .horizontal-groove {
  border-top: 0.1rem groove #028bcf;
}
.unit-line .line-content .horizontal-mdashed {
  border-top: 0.04rem dashed #028bcf;
  border-bottom: 0.04rem dashed #028bcf;
  padding-top: 0.01rem;
}
.unit-line .line-content .horizontal-ridge {
  border-top: 0.05rem ridge #028bcf;
}
.unit-line .line-content .horizontal-solid {
  border-top: 0.02rem solid #028bcf;
}
.unit-line .line-content .horizontal-line01 {
  background: url(../image/xgray_line01.png);
  height: 0.05rem;
}
.unit-line .line-content .horizontal-line02 {
  background: url(../image/xgray_line02.png);
  height: 0.05rem;
}
.unit-line .line-content .horizontal-line03 {
  background: url(../image/xgray_line03.png);
  height: 0.07rem;
}
.unit-line .line-content .horizontal-line04 {
  background: url(../image/xgray_line04.png);
  height: 0.03rem;
}
.unit-line .line-content .horizontal-line05 {
  background: url(../image/xgray_line05.png);
  height: 0.05rem;
}
.unit-line .line-content .horizontal-line06 {
  background: url(../image/xgray_line06.png);
  height: 0.07rem;
}
.unit-line .line-content .horizontal-line07 {
  background: url(../image/xgray_line07.png);
  height: 0.08rem;
}
.unit-line .line-content .horizontal-line08 {
  background: url(../image/xgray_line08.png);
  height: 0.08rem;
}
.unit-line .line-content .horizontal-line09 {
  background: url(../image/xgray_line09.png);
  height: 0.1rem;
}
.unit-line .line-content .horizontal-line10 {
  background: url(../image/xgray_line10.png);
  height: 0.27rem;
}
.unit-line .line-content .horizontal-line11 {
  background: url(../image/xgray_line11.png);
  height: 0.1rem;
}
.unit-line .line-content .horizontal-line12 {
  background: url(../image/xgray_line12.png);
  height: 0.27rem;
}
/*鐣欒█琛ㄥ崟鎻掍欢*/
.unit-message-form .draggable-inner-div {
  overflow-y: hidden;
}
.unit-message-form .form-input {
  padding-left: 0.1rem;
}
.unit-message-form .radio-inline,
.unit-message-form .checkbox-inline {
  color: var(--color);
  font-size: var(--fontSize);
}
.unit-message-form .el-input {
  height: 100%;
}
.unit-message-form .el-input__inner {
  background: transparent;
}
.unit-message-form .el-input__prefix {
  left: auto;
  right: 0.05rem;
}
.unit-message-form .el-select,
.unit-message-form .el-date-editor {
  width: 100%;
  height: 100%;
}
.unit-message-form .whiteIcon .el-input__icon,
.unit-message-form .whiteIcon .el-icon-arrow-up {
  color: white;
}
.unit-message-form input:focus,
.unit-message-form textarea:focus,
.unit-message-form button:active {
  outline: none;
}
.unit-message-form .form-hidden {
  overflow: hidden;
}
.unit-message-form .el-input__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-message-form .el-input__inner {
  border: none;
  height: 100%;
}
.unit-message-form .sub-button {
  margin-top: 0.2rem;
}
.unit-message-form .form-style-2 .form-row {
  display: flex;
}
.unit-message-form .form-style-2 .form-title {
  width: 0.8rem;
  padding-right: 0.1rem;
  flex-shrink: 0;
}
.unit-message-form .form-style-3 .check-gap {
  padding-left: 0.14rem;
}
.unit-message-form .form-style-3 .form-row {
  display: flex;
  position: relative;
}
.unit-message-form .form-style-3 .form-row > * {
  flex-shrink: 0;
}
.unit-message-form .form-style-3 .form-row input,
.unit-message-form .form-style-3 .form-row textarea {
  padding: 0.04rem 0.14rem;
}
.unit-message-form .form-style-3 .form-row input::placeholder,
.unit-message-form .form-style-3 .form-row textarea::placeholder {
  color: white;
}
.unit-message-form .form-style-3 .form-title {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  padding-right: 0.1rem;
}
.unit-message-form .form-style-4 .form-top {
  display: flex;
  flex-wrap: wrap;
}
.unit-message-form .form-style-4 .form-top .form-top-item {
  margin-right: 0.1rem;
}
.unit-message-form .form-style-4 .form-top .form-top-item:last-child {
  margin-right: 0 !important;
}
.unit-message-form .form-style-5 {
  display: flex;
  align-items: center;
}
.unit-message-form .form-style-5 * {
  flex-shrink: 0;
}
.unit-message-form .form-style-5 .form-top {
  display: flex;
}
.unit-message-form .form-style-5 .form-top .form-top-item {
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.unit-message-form .form-style-5 .sub-button {
  margin-top: 0 !important;
}
/*鏂囩珷璇︽儏*/
.unit-news-detail .detail-author-time {
  display: flex;
}
.unit-news-detail .detail-pre-next {
  margin-top: 0.2rem;
  width: 100%;
}
.unit-news-detail .detail-pre-next i {
  font-size: 0.12rem;
  color: #C2C2C2;
}
.unit-news-detail .prevlist,
.unit-news-detail .nextlist {
  display: flex;
  align-items: baseline;
  color: #333;
  margin-top: 0.12rem;
}
.unit-news-detail .pre-next-text{
  min-width: 0.5rem;
}
.unit-news-detail .detail-content {
  text-indent: 2em;
  overflow: hidden;
}
.unit-news-detail .detail-content img {
  max-width: 100%;
}
/*鏂伴椈鍒楄〃*/
.unit-news-list .news-list {
  overflow-y: hidden;
}
.unit-news-list .news-list .news-list-group {
  margin-bottom: 0.07rem;
}
.unit-news-list .news-list .news-list-group .news-list-group-body {
  display: flex;
  align-items: center;
}
.unit-news-list .news-list .news-list-group .news-list-group-body .article {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.unit-news-list .news-list .news-list-group .news-list-group-body .article .article-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unit-news-list .news-list .news-list-group .news-list-group-body .article .article-title .news-title {
  flex-grow: 1;
}
.unit-news-list .news-list .news-list-group .news-list-group-body .article .el-icon-view {
  margin-right: 0.06rem;
}
.unit-news-list .news-list .news-list-style2 .news-list-group-body {
  align-items: flex-start !important;
}
.unit-news-list .news-list .news-list-style2 .news-list-group-body .img-a {
  flex-shrink: 0;
}
.unit-news-list .news-list .news-list-style2 .news-list-group-body .article {
  margin-left: 0.1rem;
}
.unit-news-list .news-list .news-list-style2 .news-list-group-body .article .artical-cate {
  color: #409eff !important;
  margin-right: 0.06rem;
}
.unit-news-list .news-list .news-list-style3 .news-list-group-body {
  align-items: flex-start !important;
}
.unit-news-list .news-list .news-list-style3 .news-list-group-body .date-sec {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #409eff;
  color: white;
  margin: 0 0.2rem;
}
.unit-news-list .news-list .news-list-style3 .news-list-group-body .date-sec .date {
  font-size: 0.2rem;
}
.unit-news-list .news-list .news-list-style3 .news-list-group-body .date-sec .year {
  font-size: 0.12rem;
}
.unit-news-list .news-list .news-list-style4 {
  display: flex;
  flex-wrap: wrap;
}
.unit-news-list .news-list .news-list-style4 .news-list-group {
  margin: 0.1rem;
}
.unit-news-list .news-list .news-list-style4 .news-list-group-body {
  display: flex;
  flex-direction: column;
}
.unit-news-list .news-list .news-list-style4 .article {
  width: 100%;
  align-items: stretch;
}
.unit-news-list .news-list .news-list-style4 .article .article-title {
  margin-top: 0.1rem;
}
.unit-news-list .news-list .news-tip {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #b1b1b1;
}
.unit-news-list .news-list .news-more-btn {
  font-size: 0.1rem;
  margin-top: 0.1rem;
}
.unit-news-list .news-list .news-more-btn .chinese {
  padding: 0.04rem 0.08rem;
  color: #696969;
  border: 0.01rem solid #B8B8B8;
  font-size: 0.12rem;
}
.unit-news-list .news-list .news-more-btn .chinese .glyphicon-chevron-right {
  transform: translateY(1px);
}
.unit-news-list .img-a {
  width: 1.1rem;
  height: 1rem;
  position: relative;
}
.unit-news-list .img-a:hover .img_hover {
  display: block;
}
.unit-news-list .paragraph_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.unit-news-list .img-title {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
}
.unit-news-list .img-content,
.unit-news-list .img-icon {
  z-index: 110;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-news-list .img-content {
  flex-direction: column;
  align-items: stretch;
}
.unit-news-list .img_hover {
  display: none;
}
.unit-news-list .img-icon i {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.02rem;
}
.preview-inner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.preview-inner h4 {
  color: white;
  margin-bottom: 20px;
}
.preview-inner .swiper-container {
  height: 60%;
}
.preview-inner .swiper-container .swiper-slide {
  width: 100% !important;
  position: relative;
}
.preview-inner .swiper-container img {
  width: 100%;
  height: calc(100% - 30px);
  object-fit: contain;
}
.preview-inner .swiper-container .preview-title {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}
/*浜у搧璇︽儏鎻掍欢*/
.unit-product-detail {
  margin-bottom: 0.2rem;
}
.unit-product-detail .product-tab {
  display: flex;
  height: 0.39rem;
  padding-left: 0.1rem;
  margin-top: 0.15rem;
}
.unit-product-detail .product-tab .tab {
  width: 1.34rem;
  height: 0.39rem;
  overflow: hidden;
  margin: 0 0.01rem -0.01rem 0;
  line-height: 0.4rem;
  font-size: 0.14rem;
  text-align: center;
}
.unit-product-detail .product-content {
  overflow: hidden;
  margin: auto;
}
.unit-product-detail .product-content .content-title {
  padding-left: 0.1rem;
  margin-bottom: 0.05rem;
  line-height: 0.3rem;
}
.unit-product-detail .product-content img {
  width: 100%;
}
.unit-product-detail .detail-pre-next {
  margin: 0.1rem 0;
  width: 100%;
}
.unit-product-detail .detail-pre-next .prevlist,
.unit-product-detail .detail-pre-next .nextlist {
  padding: 0.015rem 0;
  display: flex;
  align-items: center;
  color: #333;
}
.unit-product-detail .title-text {
  display: inline-block;
  white-space: nowrap;
}
.unit-product-detail .product-detail .product-detail-top {
  display: flex;
}
.unit-product-detail .product-detail .collection {
  color: #454545;
  line-height: 0.24rem;
  height: 0.24rem;
  clear: both;
  width: 0.6rem;
}
.unit-product-detail .product-detail .collection:hover {
  color: red;
}
.unit-product-detail .product-detail .picture-big {
  width: 3rem;
  height: 3rem;
  margin-right: 0.1rem;
}
.unit-product-detail .product-detail .picture-big img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unit-product-detail .product-detail .product-info {
  width: 4.9rem;
}
.unit-product-detail .product-detail .product-info h2 {
  font-size: 0.2rem;
  border-bottom: 0.01rem solid #e2e2e2;
  font-weight: normal;
  line-height: 0.33rem;
  margin-bottom: 0.1rem;
  font-family: "SimSun";
}
.unit-product-detail .product-detail .product-info .prodcuts-descone {
  font-size: 0.12rem;
  margin-bottom: 0.1rem;
}
.unit-product-detail .product-detail .product-info .sale-price {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.unit-product-detail .product-detail .product-info .price {
  font-size: 0.2rem;
  color: #ff5022;
  font-weight: bold;
}
.unit-product-detail .product-detail .product-info .products-qty-span {
  margin-left: 0.08rem;
  font-size: 0.12rem;
}
.unit-product-detail .product-detail .product-info .pro-type {
  border: 0.01rem solid #dedede;
  padding: 0.01rem 0.02rem;
  font-size: 0.1rem;
  background-color: #fbfbfb;
  margin-right: 0.05rem;
  cursor: pointer;
}
.unit-product-detail .product-detail .magnify-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.unit-product-detail .product-detail .magnify-inner .magnify-show {
  width: 100%;
  height: 100%;
  position: absolute;
}
.unit-product-detail .product-detail .magnify-inner .magnify-show:hover .lens {
  display: block;
}
.unit-product-detail .product-detail .magnify-inner .magnify-show .magnify-main {
  width: 100%;
  height: 100%;
}
.unit-product-detail .product-detail .magnify-inner .magnify-show .lens {
  display: none;
  position: absolute;
  width: 30%;
  height: 30%;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.unit-product-detail .product-detail .magnify-inner .magnify-show:hover + .magnify-sec {
  display: block;
}
.unit-product-detail .product-detail .magnify-inner .magnify-sec {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -0.2rem;
  top: 0;
  z-index: 999;
  transform: translateX(100%);
}
.unit-product-detail .product-detail .small-pic {
  display: flex;
  align-items: center;
  height: 1rem;
  max-width: 6.6rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.unit-product-detail .product-detail .small-pic .small-pic-content {
  width: 5.5rem;
  display: flex;
  overflow-x: auto;
}
.unit-product-detail .product-detail .small-pic .small-pic-content > div {
  flex-shrink: 0;
}
.unit-product-detail .product-detail .small-pic .small-pic-arrow {
  height: 100%;
  width: 0.3rem;
  border: 0.01rem solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cecece;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.unit-product-detail .product-detail .small-pic .pic-arrow-right {
  left: auto;
  right: 0;
}
.unit-product-detail .product-detail .small-pic img {
  width: 1rem;
  height: 1rem;
  border: 0.01rem solid #cecece;
}
.unit-product-detail .product-detail .small-pic .img-active {
  border: 0.02rem solid orange;
}
.unit-product-detail .product-detail .mobile-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.04rem;
  border-radius: 0;
}
.unit-product-detail .product-detail-style1 .member-row {
  padding-left: 0.2rem;
  margin: 0.1rem 0;
}
.unit-product-detail .product-detail-style1 .pro-size {
  margin-left: 0 !important;
  padding: 0.04rem 0.1rem;
  cursor: pointer;
}
.unit-product-detail .product-detail-style1 .small-pic {
  min-width: auto;
  max-width: 3.1rem;
  padding: 0 0.3rem;
}
.unit-product-detail .product-detail-style1 .small-pic .small-pic-arrow {
  width: 0.2rem;
}
.unit-product-detail .product-detail-style1 .small-pic .small-pic-content {
  width: auto;
}
.unit-product-detail .product-detail-style1 .detail-input {
  width: 70px;
  border: 1px solid #cecece;
}
.unit-product-detail .product-detail-style1 .detail-btn {
  border: none;
  background-color: orangered;
  border-radius: 0.02rem;
  color: white;
  margin-right: 0.2rem;
  transition: all 0.2s ease-in;
}
.unit-product-detail .product-detail-style1 .detail-btn:hover {
  opacity: 0.5;
}
.unit-product-detail .product-detail-style1 .detail-btn:active {
  opacity: 1;
}
.unit-product-detail .product-detail-style1 .detail-btn:focus {
  outline: none;
}
.unit-product-detail .product-detail-style1 .cart-btn {
  background-color: #ebebeb;
  color: #333;
}
.product-detail-style2 .small-pic {
  max-width: 5rem !important;
}
.unit-product-detail .product-detail-style2 .product-detail-top {
  flex-direction: column;
  align-items: center;
}
.unit-product-detail .product-detail-style2 .product-detail-top .product-info {
  width: 100%;
}
.unit-product-detail .product-detail-style2 .product-detail-top .product-info .product-title {
  margin: 0;
  text-align: center;
  border: none !important;
}
.unit-product-detail .product-detail-style2 .product-detail-top .product-info .create-time {
  text-align: center;
  color: #7E7E7E;
  font-size: 0.12rem;
}
.unit-product-detail .product-detail-style2 .product-detail-top .gap-line {
  width: 100%;
  height: 0.1rem;
  background-color: #f5f5f5;
  border-top: 0.01rem solid #dfdfdf;
  border-bottom: 0.01rem solid #dfdfdf;
}
.unit-product-detail .product-detail-style2 .product-detail-top .picture-big {
  border-color: #cecece;
}
.unit-product-detail .product-detail-style3 .member-row {
  padding-left: 0.2rem;
  margin: 0.1rem 0;
}
.unit-product-detail .product-detail-style3 .pro-size {
  margin-left: 0 !important;
  padding: 0.04rem 0.1rem;
}
.unit-product-detail .product-detail-style3 .product-detail-top {
  flex-direction: column;
}
.unit-product-detail .product-detail-style3 .picture-big {
  margin-left: auto !important;
  margin-right: auto !important;
}
.unit-product-detail .product-detail-style3 .picture-big .swiper-slide {
  height: auto;
}
.unit-product-detail .product-detail-style3 .product-info {
  padding: 0 0.1rem;
}
.unit-product-detail .product-detail-style3 .product-info h2 {
  margin-top: 0;
}
.unit-product-detail .product-detail-style3 .spe-modal {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.unit-product-detail .product-detail-style3 .ab-button {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  display: flex;
  transform: translateX(-10px);
}
.unit-product-detail .product-detail-style3 .ab-button .detail-btn {
  border: none;
  background-color: orangered;
  color: white;
  transition: all 0.2s ease-in;
  height: 0.4rem;
  width: 50%;
  margin: 0;
}
.unit-product-detail .product-detail-style3 .ab-button .detail-btn:active {
  background-color: orange;
}
.unit-product-detail .product-detail-style3 .ab-button .cart-btn {
  background-color: orange;
}
.unit-product-detail .product-detail-style3 .ab-button .cart-btn:active {
  background-color: #fdda11;
}
.unit-product-detail .product-detail-style3 .ab-button .confirm-btn {
  width: 100%;
  margin-top: 0.1rem;
}
.unit-product-detail .product-detail-style3 .ab-button .specification {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.1rem;
  min-height: 4rem;
  box-sizing: border-box;
  border-top: 0.01rem solid #cecece;
  display: flex;
  flex-direction: column;
  background-color: white;
  max-height: 4rem;
  overflow-y: auto;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .glyphicon-remove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.1rem;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td {
  display: inline-block;
  user-select: none;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td span,
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td input {
  vertical-align: middle;
  width: 0.6rem;
  height: 0.28rem;
  border: 0.01rem solid #cecece;
  text-align: center;
  transition: border-color 0.2s ease-in;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td span:focus,
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td input:focus {
  outline: none;
  border-color: #409eff;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td input {
  user-select: text;
  margin: 0 0.04rem;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td span {
  width: 0.28rem;
  line-height: 0.28rem;
  color: #949494;
}
.unit-product-detail .product-detail-style3 .ab-button .specification .count-td span:active {
  opacity: 0.8;
}
.unit-product-detail .product-detail-style3 .detail-input {
  width: 0.7rem;
  border: 0.01rem solid #cecece;
}
.unit-product-detail .product-detail-style3 .product-filter {
  border-bottom: 0.01rem solid #cecece;
  position: relative;
  font-size: 0;
}
.unit-product-detail .product-detail-style3 .product-filter span {
  width: 0.75rem;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
  color: #333;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}
.unit-product-detail .product-detail-style3 .product-filter .bg-thumb {
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.35rem;
  left: 0;
  top: 0;
  background-color: orangered;
  transition: transform 0.2s ease-out;
}
/*浜у搧鍒楄〃鎻掍欢*/
.unit-product-list .product-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 0.01rem solid #d4d4d4;
  height: 0.33rem;
  margin-bottom: 0.1rem;
  background-color: #ffffff;
}
.unit-product-list .search-td {
  padding: 0 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0.01rem solid #d4d4d4;
  text-align: center;
  color: #666;
  display: block;
  height: 0.31rem;
  line-height: 0.31rem;
}
.unit-product-list .search-td:last-child {
  border-right: none;
}
.unit-product-list .sure-btn {
  display: block;
  border: 0.01rem solid #d4d4d4;
  padding: 0rem 0.08rem;
  line-height: 0.2rem;
  margin-left: 0.05rem;
  margin-right: 0.04rem;
}
.unit-product-list .product-list {
  font-size: 0.12rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.unit-product-list .product-group {
  margin: 0.1rem;
  padding: 0.1rem;
  display: flex;
  flex-direction: column;
}
.unit-product-list .product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.unit-product-list .product-img .img-a {
  width: 100%;
  height: 100%;
  position: relative;
}
.unit-product-list .product-img .img-a img {
  width: 100%;
  height: 100%;
}
.unit-product-list .product-img .img-a .img-title {
  display: block;
  z-index: 100;
  position: relative;
  margin-top: -0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
}
.unit-product-list .product-img .img-a .img-content,
.unit-product-list .product-img .img-a .img-icon {
  z-index: 110;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-product-list .product-img .img-a .img-content {
  flex-direction: column;
  align-items: stretch;
}
.unit-product-list .product-img .img-a .img-icon i {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.02rem;
}
.unit-product-list .product-img .img-a .img_hover {
  display: none;
}
.unit-product-list .product-img .img-a:hover .img_hover {
  display: flex;
}
.unit-product-list .product-img .img-a:hover .img-title {
  display: block;
}
/*Unslider鎻掍欢*/
.unit-unslider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.unit-unslider .banner-html5zoo {
  flex-shrink: 0;
  width: 100vw;
  min-width: 100%;
}
.unit-unslider .swiper-container {
  flex-shrink: 0;
  min-width: 100%;
  z-index: 0;
  height: 100%!important;
  width: 100vw !important;
}
.unit-unslider .swiper-container .swiper-wrapper .swiper-slide,
.unit-unslider .swiper-container a {
  width: 100% !important;
  height: 100% !important;
}
.unit-unslider .swiper-container .swiper-slide a {
  display: flex;
  align-items: center;
}
.unit-unslider .swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unit-unslider .swiper-container .swiper-button-prev,
.unit-unslider .swiper-container .swiper-button-next {
  outline: none;
}
.unit-unslider .swiper-container .swiper-pagination {
  bottom: 0;
}
.unit-unslider .swiper-container .swiper-pagination-customs {
  display: inline-block;
  margin: 0 0.06rem;
}
.unit-unslider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.unit-unslider .no-after::after {
  content: "";
}
.unit-unslider .unslider-style1 .slider-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.unit-unslider .unslider-style2 {
  position: relative;
}
.unit-unslider .unslider-style2 .swiper-pagination-bullet {
  margin: 0 0.04rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0.02rem solid brown;
  transform: translateY(-0.14rem);
}
.unit-unslider .unslider-style2 .swiper-pagination-bullet-active {
  background-color: brown;
}
.unit-unslider .unslider-style2 .slider-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
  .unit-unslider .swiper-container {
    width: 100vw!important;
  }
  .unit-unslider .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
  }
  .unit-unslider .unslider-style2 .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
  }
}
@media (max-width: 1200px) {
  .unit-unslider .swiper-container {
    width: 100%!important;
  }
}
.unit-lantern {
  overflow-y: hidden;
}
.unit-lantern .swiper-wrapper {
  transition-timing-function: linear !important;
}
.unit-lantern .lantern-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.unit-lantern .lantern-div:visited {
  text-decoration: none;
}
.unit-lantern .lantern-div:link {
  text-decoration: none;
}
.unit-lantern .lantern-div:hover {
  text-decoration: none;
}
.unit-lantern .lantern-div img {
  width: 100%;
  height: 1.5rem;
  vertical-align: middle;
  border: 0.01rem solid #cecece;
}
.unit-lantern .lantern-div .text-span {
  margin: 0.05rem 0;
  text-align: center;
  width: 100%;
}
/*鎸夐挳鎻掍欢*/
.unit-btn-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit-btn-div:active {
  opacity: 0.5;
  transform: translateY(1px);
}
.unit-btn-div .uni-btn-body {
  position: relative;
  transition: all 0.1s ease-in;
  overflow: hidden;
}
.unit-btn-div .uni-btn-body .btn-text {
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.unit-btn-div .btn-link {
  display: flex;
  overflow: hidden;
  cursor: pointer;
  background-color: #ff9900;
  position: relative;
  border: 0.01rem solid #ff9900;
}
.unit-btn-div .button_gradient-link {
  background: url(../image/gradientbg.png) 50% 0% repeat-x;
}
.unit-btn-div .button_circle-link {
  border-radius: 50%;
  background: url(../image/gradientbg.png) 50% 0% repeat-x;
  box-shadow: 0 0 0.01rem 0.01rem #f8f8f8 inset, var(--shadow) !important;
}
.unit-btn-div .button_shinyinvert2-link {
  background: url(../image/shinybg.png) 0 100% repeat-x;
}
.unit-btn-div .button_btnshiny-link {
  background: url(../image/btnshinybg.png) 50% 50% repeat-x;
  box-shadow: 0 0 0.01rem 0.01rem #f8f8f8 inset, var(--shadow) !important;
}
.unit-btn-div .button_btnoval-link {
  background: url(../image/btnshinybg.png) 50% 50% repeat-x;
}
.unit-btn-div .button_btngrid-link {
  background: url(../image/gridbg.png) 0 0 repeat;
  box-shadow: 0 0 0.01rem 0.01rem #f8f8f8 inset, var(--shadow) !important;
}
.unit-btn-div .button_arrowright-link,
.unit-btn-div .button_arrowleft-link {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.unit-btn-div .button_arrowright-cbg,
.unit-btn-div .button_arrowleft-cbg {
  flex-grow: 1;
}
.unit-btn-div .button-arrow-right,
.unit-btn-div .button-arrow-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unit-btn-div .button_arrowright-ctop,
.unit-btn-div .button_arrowleft-ctop {
  border-width: 0.2rem;
  border-color: orange;
  border-style: solid;
  border-top-color: transparent!important;
}
.unit-btn-div .button_arrowright-ctop {
  border-right-color: transparent!important;
}
.unit-btn-div .button_arrowleft-ctop {
  border-left-color: transparent!important;
}
.unit-btn-div .button_arrowright-cbottom,
.unit-btn-div .button_arrowleft-cbottom {
  border-width: 0.2rem;
  border-color: orange;
  border-style: solid;
  border-bottom-color: transparent!important;
}
.unit-btn-div .arrow-bg-texture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.unit-btn-div .button_arrowright-cbottom {
  border-right-color: transparent!important;
}
.unit-btn-div .button_arrowleft-cbottom {
  border-left-color: transparent!important;
}
.unit-btn-div .button_btnbasic-link {
  background: url(../image/basicbg.png) 50% 50% repeat-x;
}
.unit-btn-div .button_btncarve-link {
  background: url(../image/carvebg.png) 50% 100% repeat-x;
}
.unit-btn-div .button_shinyinvert-link {
  background: url(../image/shinynvertbg.png) 0 0 repeat-x;
}
.unit-btn-div .bgimg1 {
  background-image: url("../image/bg1.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg2 {
  background-image: url("../image/bg2.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg3 {
  background-image: url("../image/bg3.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg4 {
  background-image: url("../image/bg4.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg5 {
  background-image: url("../image/bg5.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg6 {
  background-image: url("../image/bg6.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg7 {
  background-image: url("../image/bg7.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg8 {
  background-image: url("../image/bg8.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg9 {
  background-image: url("../image/bg9.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg10 {
  background-image: url("../image/bg10.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg11 {
  background-image: url("../image/bg11.png");
  background-repeat: repeat;
}
.unit-btn-div .bgimg12 {
  background-image: url("../image/bg12.png");
  background-repeat: repeat;
}
.unit-baidumap .bm-view {
  width: 100%;
  height: 100%;
}
.unit-baidumap td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.unit-breadcrumb {
  display: flex;
  align-items: center;
}
.unit-breadcrumb .breadcrumb-ul {
  flex-shrink: 0;
  list-style: none;
  margin-bottom: 0;
}
.unit-breadcrumb .breadcrumb-ul > li {
  display: inline-block;
}
.unit-breadcrumb .divider {
  padding: 0 0.05rem;
}
.unit-jslider .jslider-style1 .unit-jslider-inner {
  width: 100% !important;
  height: 100% !important;
}
.unit-jslider .jslider-style1 .unit-jslider-inner .swiper-slide {
  width: 100% !important;
}
.unit-jslider .jslider-style1 .unit-jslider-inner .swiper-slide .jslider-a {
  width: 100%;
  height: 100%;
  display: block;
}
.unit-jslider .jslider-style1 .unit-jslider-inner .jslider-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.unit-jslider .jslider-style1 .unit-jslider-inner .jslider-item .jslider-title {
  width: 3rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.14rem;
  box-sizing: border-box;
}
.unit-jslider .jslider-style1 .unit-jslider-inner .jslider-item .jslider-title div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-jslider .jslider-style1 .unit-jslider-inner .jslider-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unit-jslider .jslider-style1 .gallery-thumbs {
  padding: 0.1rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 1;
  display: flex;
  align-items: center;
}
.unit-jslider .jslider-style1 .gallery-thumbs .slider-arrow {
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-0.02rem);
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.unit-jslider .jslider-style1 .gallery-thumbs .gallery-thumbs-inner {
  width: 0.5rem;
  height: 0.3rem;
}
.unit-jslider .jslider-style1 .gallery-thumbs > span {
  color: white;
  font-size: 0.2rem;
}
.unit-jslider .jslider-style1 .gallery-thumbs > span:active {
  opacity: 0.5;
}
.unit-jslider .jslider-style1 .gallery-thumbs .swiper-slide {
  border: 0.02rem solid lightgray;
  box-sizing: border-box;
}
.unit-jslider .jslider-style1 .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 0.24rem;
}
.unit-jslider .jslider-style1 .gallery-thumbs .swiper-slide-active {
  border-color: orange;
}
.unit-jslider .jslider-style2 .unit-jslider-inner {
  width: 100% !important;
  height: 100% !important;
}
.unit-jslider .jslider-style2 .unit-jslider-inner .swiper-slide {
  width: 100% !important;
}
.unit-jslider .jslider-style2 .unit-jslider-inner .swiper-slide .jslider-a {
  width: 100%;
  height: 100%;
  display: block;
}
.unit-jslider .jslider-style2 .unit-jslider-inner .jslider-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.unit-jslider .jslider-style2 .unit-jslider-inner .jslider-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unit-jslider .jslider-style2 .unit-jslider-inner .jslider-item .slider-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.4rem;
  text-align: center;
}
.unit-jslider .jslider-style2 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  line-height: 0.18rem;
  background: transparent;
  border: 0.01rem solid white;
  color: white;
}
.unit-jslider .jslider-style2 .swiper-pagination-bullet-active {
  background-color: white;
  color: black;
}
.unit-jslider .jslider-style2 .swiper-button-prev,
.unit-jslider .jslider-style2 .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.02rem;
  background-color: #ffffff57;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.unit-jslider .jslider-style2 .swiper-button-prev::after,
.unit-jslider .jslider-style2 .swiper-button-next::after {
  color: white;
  font-size: 0.18rem;
}
.unit-jslider .jslider-style2 .no-after::after {
  content: '';
}
.add-icon .add-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-search-box input:focus {
  outline: none;
}
.unit-search-box .search-radio {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.unit-search-box .search-radio input:first-child {
  margin-left: 0;
}
.unit-search-box .search-radio input {
  margin-left: 0.1rem;
}
.unit-search-box .search-keyword {
  cursor: pointer;
  display: inline-block;
}
.unit-search-box .search-style1 {
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  border: 0.01rem solid #cecece;
  height: 0.4rem;
}
.unit-search-box .search-style1 .el-icon-search {
  margin-right: 0.04rem;
}
.unit-search-box .search-style1 .search-input {
  flex-grow: 1;
  height: 100%;
  border: none;
}
.unit-search-box .search-style1 .search-select {
  text-align: center;
  text-align-last: center;
  width: 0.8rem;
  border-bottom: none;
  border-top: none;
  height: 100%;
  border-radius: 0;
  border-color: #cecece;
  background-image: linear-gradient(to bottom, #fdfdfd, #eeeeee);
}
.unit-search-box .search-style1 .search-btn {
  flex-shrink: 0;
  min-width: 0.7rem;
  height: 100%;
  border: none;
  color: #6694a4;
  background-image: linear-gradient(to bottom, #ffffff, #edf9fd);
}
.unit-search-box .search-style2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.02rem 0.02rem 0.02rem #cecece57;
  height: 0.4rem;
  box-sizing: border-box;
  padding: 0.06rem;
}
.unit-search-box .search-style2 .search-inner-bg {
  background-color: #e3e5e7;
  border-radius: 0.2rem;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.unit-search-box .search-style2 .search-inner-bg .search-input {
  flex-grow: 1;
  height: 100%;
  background-color: transparent;
  border: none;
}
.unit-search-box .search-style2 .search-inner-bg .search-select {
  width: 0.8rem;
  height: 100%;
  text-align: center;
  text-align-last: center;
  border-radius: 0.28rem;
  background-color: #778b98;
  border: none;
  color: white;
}
.unit-search-box .search-style2 .search-inner-bg .search-select option {
  color: #333;
  background: #fff;
}
.unit-search-box .search-style2 .el-icon-search {
  flex-shrink: 0;
  display: inline-block;
  width: 0.6rem;
  color: #778b98;
  text-align: center;
  font-weight: 600;
  font-size: 0.2rem;
}
.unit-search-box .search-style3 {
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: orangered;
  padding: 0.03rem;
  position: relative;
}
.unit-search-box .search-style3 .search-input {
  height: 100%;
  flex-grow: 1;
}
.unit-search-box .search-style3 .search-button {
  background: transparent;
  border: none;
  height: 100%;
  color: white;
}
.unit-search-box .collapse-input-outter {
  justify-content: flex-end;
}
.unit-search-box .collapse-input-outter .collapse-input {
  max-width: 0;
  transform: scaleX(0);
  transition: max-width 0.5s ease-in-out;
}
.unit-search-box .collapse-input-outter .collapse-input::-webkit-input-placeholder {
  color: inherit;
}
.unit-search-box .collapse-input-outter .collapse-input::-moz-placeholder {
  color: inherit;
}
.unit-search-box .collapse-input-outter .collapse-input:-moz-placeholder {
  color: inherit;
}
.unit-search-box .collapse-input-outter .collapse-input:-ms-input-placeholder {
  color: inherit;
}
.unit-search-box .collapse-input-outter .expand-input {
  max-width: 20rem;
  transform: scaleX(1);
}
.unit-shape .draggable-inner-div {
  width: 100%;
  height: 100%;
}
.unit-shape .shape-frame {
  width: 100%;
  height: 100%;
}
.unit-news-cate .news-empty-hint {
  background-color: #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit-news-cate .draggable-inner-div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.unit-news-cate .news-list-body-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.unit-news-cate .news-list-group {
  white-space: nowrap;
  display: block;
}
.unit-product-cate .product-cate-style1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.unit-product-cate .product-cate-name {
  position: relative;
}
.unit-product-cate .product-cate-name:hover > ul {
  display: block;
}
.unit-product-cate .product-cate-name ul {
  display: none;
  position: absolute;
  width: 1rem;
  right: -1rem;
  top: 0;
  list-style: none;
  padding-left: 0;
}
.unit-product-cate .product-empty-hint {
  background-color: #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit-product-cate .product-cate-style2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.unit-product-cate .product-cate-style2 .product-cate-name {
  flex-shrink: 0;
}
.unit-product-cate .product-cate-style2 ul {
  width: 100%!important;
  left: 0;
  transform: translateY(100%);
}
.unit-product-cate .product-cate-style3 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.unit-product-cate .product-cate-style3 .product-cate-name a {
  display: inline-block;
}
.unit-picture-hover {
  overflow-y: hidden;
}
.unit-picture-hover .picture-hover-inner {
  display: flex;
}
.unit-picture-hover a {
  display: block;
}
.unit-picture-hover .flip-img-outter {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.unit-picture-hover .flip-img-outter .flip-img-hover {
  display: none;
}
.unit-picture-hover .flip-img-outter:hover > .flip-img-hover {
  display: block;
}
.unit-picture-hover .flip-img-outter:hover > .flip-img-default {
  display: none;
}
.unit-picture-hover .flip-img-outter .flip-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unit-picture-hover .flip-img-outter .img-title {
  width: 100%;
}
.unit-picture-hover .unit-picture-hover-ltr .flip-img {
  transition: transform 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
}
.unit-picture-hover .unit-picture-hover-ltr .flip-front {
  opacity: 1;
  z-index: 1;
  transform: rotateY(0);
}
.unit-picture-hover .unit-picture-hover-ltr .flip-back {
  opacity: 0;
  transform: rotateY(180deg);
}
.unit-picture-hover .unit-picture-hover-ltr.active .flip-front {
  opacity: 0;
  transform: rotateY(180deg);
}
.unit-picture-hover .unit-picture-hover-ltr.active .flip-back {
  opacity: 1;
  display: block;
  transform: rotateY(0);
}
.unit-picture-hover .unit-picture-hover-utd {
  overflow: hidden;
}
.unit-picture-hover .unit-picture-hover-utd .flip-img {
  border: none !important;
  transition: transform 0.3s ease-in;
  transform: translateY(-100%);
}
.unit-picture-hover .unit-picture-hover-utd.active .flip-img {
  transform: translateY(0);
}
.unit-sidebar {
  width: 0.6rem;
  height: 100vh;
  position: fixed;
  z-index: 10000;
}
.unit-sidebar a {
  display: block;
}
.unit-sidebar .menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.1rem 0;
  min-height: 0.65rem;
}
.unit-sidebar .menu-item .menu-icon {
  font-size: 0.24rem;
  margin-bottom: 0.04rem;
}
.unit-sidebar .menu-item .icon-weibo {
  transform: scale(1.4);
}
.unit-sidebar .menu-item .menu-text {
  font-size: 0.12rem;
  white-space: nowrap;
}
.unit-sidebar .menu-item .jz-row {
  display: flex;
  align-items: center;
}
.unit-sidebar .sidebar-style-1 {
  height: 100%;
  padding-top: 0.4rem;
  box-sizing: border-box;
  width: 0.6rem;
  display: flex;
  flex-direction: column;
}
.unit-sidebar .sidebar-style-1 .menu-item:hover > .menu-pop {
  display: block;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop {
  display: none;
  position: absolute;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.1rem;
  top: 50%;
  background-color: white;
  color: #a8a7a7;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop::after {
  display: flex;
  content: "";
  position: absolute;
  border: 0.12rem solid transparent;
  border-left-color: white;
  top: 50%;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .first,
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .phone {
  font-size: 0.2rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .first .glyphicon,
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .phone .glyphicon {
  margin-right: 0.1rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .time {
  font-size: 0.12rem;
  border-bottom: 0.01rem solid #e4e4e4;
  padding-bottom: 0.06rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .servicelist {
  margin: 0.06rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .servicelist .iconfont {
  font-size: 0.24rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .servicelist span {
  font-size: 0.12rem;
  margin-left: 0.1rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .qrlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.1rem 0;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .qrlist img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.04rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .menu-pop .qrlist span {
  white-space: nowrap;
  color: #333;
  font-size: 0.14rem;
}
.unit-sidebar .sidebar-style-1 .menu-item .left-menu-pop {
  right: 0;
  transform: translate(100%, -50%);
}
.unit-sidebar .sidebar-style-1 .menu-item .left-menu-pop::after {
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
}
.unit-sidebar .sidebar-style-1 .menu-item .right-menu-pop {
  left: 0;
  transform: translate(-100%, -50%);
}
.unit-sidebar .sidebar-style-1 .menu-item .right-menu-pop::after {
  right: 0;
  transform: translate(100%, -50%);
}
.unit-sidebar .sidebar-style-2 {
  box-sizing: border-box;
  width: 0.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unit-sidebar .sidebar-style-2 .menu-item {
  margin: 0.04rem 0;
  border-radius: 0.02rem;
  border: 0.01rem solid #cecece;
}
.unit-sidebar .sidebar-style-2 .menu-item:hover > .menu-pop {
  display: block;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop {
  display: none;
  position: absolute;
  padding: 0.1rem;
  top: 50%;
  background-color: white;
  color: #a8a7a7;
  border: 0.01rem solid #cecece;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop::after {
  display: inline-block;
  background-color: white;
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  border-right: 0.01rem solid #cecece;
  border-bottom: 0.01rem solid #cecece;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .first,
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .phone {
  min-width: 2rem;
  font-size: 0.2rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .first .glyphicon,
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .phone .glyphicon {
  margin-right: 0.1rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .time {
  font-size: 0.12rem;
  border-bottom: 0.01rem solid #e4e4e4;
  padding-bottom: 0.06rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .servicelist {
  margin: 0.06rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .servicelist .iconfont {
  font-size: 0.24rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .servicelist span {
  font-size: 0.12rem;
  margin-left: 0.1rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .tip {
  font-size: 0.12rem;
  margin: 0.1rem 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .qrlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.1rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .qrlist img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.04rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .menu-pop .qrlist span {
  white-space: nowrap;
  color: #333;
  font-size: 0.14rem;
}
.unit-sidebar .sidebar-style-2 .menu-item .left-menu-pop {
  right: -0.2rem;
  transform: translate(100%, -50%);
}
.unit-sidebar .sidebar-style-2 .menu-item .left-menu-pop::after {
  left: 0.09rem;
  transform: translate(-100%, -50%) rotate(135deg);
}
.unit-sidebar .sidebar-style-2 .menu-item .right-menu-pop {
  left: -0.2rem;
  transform: translate(-100%, -50%);
}
.unit-sidebar .sidebar-style-2 .menu-item .right-menu-pop::after {
  right: 0.09rem;
  transform: translate(100%, -50%) rotate(-45deg);
}
.unit-tabs .tabs-inner {
  display: flex;
  flex-direction: column;
}
.unit-tabs .tab-navigation {
  display: flex;
  align-items: flex-end;
}
.unit-tabs .tab-navigation .tab-item {
  padding: 10px 15px;
  color: #333;
  flex-shrink: 0;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.unit-tabs .tab-navigation .tab-active {
  background-color: red;
}
.unit-tabs .tab-content {
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}
.unit-tabs .tabs-vertical {
  flex-direction: row;
}
.unit-tabs .tabs-vertical .tab-navigation {
  flex-direction: column;
}
.unit-tabs .tabs-vertical .tab-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.unit-tabs .tabs-horizontal .tab-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  white-space: nowrap;
}
.unit-mixslider .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.unit-mixslider .swiper-slide .mixslider-a {
  width: 100%;
  height: 100%;
  display: block;
}
.unit-mixslider .swiper-slide .slider-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.unit-mixslider .swiper-slide .slider-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  padding: 0.08rem 0.08rem 0.44rem;
  background: rgba(0, 0, 0, 0.5);
}
.unit-mixslider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 0.02rem;
  box-sizing: border-box;
  bottom: 0;
}
.unit-mixslider .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(206, 206, 206, 0.5);
  color: #cecece;
  margin: 0.02rem;
}
.unit-mixslider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f66c0a;
  color: white;
}
.pop-container {
  position: fixed;
  z-index: 1029;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.pop-container .pop-container-inner {
  position: absolute;
  width: 5rem;
  height: 4rem;
  background-color: white;
}
.pop-container .pop-container-inner .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.2rem;
  padding: 0.1rem;
  color: #333;
}
.unit-timeline .timeline-style1 .time-part {
  height: 0.5rem;
}
.unit-timeline .timeline-style1 .time-part .year {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: orange;
  border-radius: 50%;
  color: white;
  justify-content: center;
}
.unit-timeline .timeline-style1 .time-part .month {
  width: 0.18rem;
  height: 0.18rem;
  border: 0.04rem solid orange;
  background-color: white;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.unit-timeline .timeline-style1 .time-part .month .month-text {
  position: absolute;
  left: 50%;
  top: 0;
  color: #333;
  white-space: nowrap;
  transform: translate(-50%, -100%);
  padding: 0.04rem 0;
}
.unit-timeline .timeline-style1 .time-part .month .month-tag {
  display: none;
  position: absolute;
  left: -0.25rem;
  color: white;
  width: 1.7rem;
  height: 0.8rem;
  background-color: orange;
  padding: 0.04rem;
  top: -0.4rem;
  transform: translateY(-100%);
}
.unit-timeline .timeline-style1 .time-part .month .month-tag .glyphicon-record {
  margin-right: 0.04rem;
}
.unit-timeline .timeline-style1 .time-part .month .month-tag .month-arrow {
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  border-width: 0.1rem;
  border-style: solid;
  transform: translateY(100%);
}
.unit-timeline .timeline-style1 .time-part .month .month-tag .arrow-bottom {
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
}
.unit-timeline .timeline-style1 .time-part .line {
  height: 0.02rem;
  width: 0.8rem;
  background-color: #e6e6e6;
}
.unit-timeline .timeline-style1 .glyphicon-time {
  font-size: 0.3rem;
  color: #cecece;
  margin-left: 0.04rem;
}
.unit-timeline .timeline-style1-vertical {
  display: flex;
  flex-direction: column;
}
.unit-timeline .timeline-style1-vertical .jz-row {
  flex-direction: column;
}
.unit-timeline .timeline-style1-vertical .time-part {
  height: auto;
  width: 0.5rem;
}
.unit-timeline .timeline-style1-vertical .time-part .month .month-text {
  left: auto;
  right: -0.1rem;
  top: 50%;
  transform: translate(100%, -50%);
}
.unit-timeline .timeline-style1-vertical .time-part .month .text-left {
  left: -0.1rem;
  right: auto;
  top: 50%;
  transform: translate(-100%, -50%);
}
.unit-timeline .timeline-style1-vertical .time-part .month .month-tag {
  left: -0.3rem;
  top: -0.2rem;
  transform: translateX(-100%);
}
.unit-timeline .timeline-style1-vertical .time-part .month .month-tag .jz-row {
  flex-direction: row;
}
.unit-timeline .timeline-style1-vertical .time-part .month .month-tag .month-arrow {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0.2rem;
  transform: translateX(100%);
}
.unit-timeline .timeline-style1-vertical .time-part .month .month-tag .arrow-left {
  border-top-color: transparent!important;
  border-bottom-color: transparent!important;
  border-right-color: transparent!important;
}
.unit-timeline .timeline-style1-vertical .time-part .line {
  flex-shrink: 0;
  height: 0.8rem;
  width: 0.02rem;
}
.unit-timeline .timeline-style1-vertical .glyphicon-time {
  margin-top: 0.04rem;
  margin-left: 0;
}
.unit-fullscreen {
  width: 100% !important;
  height: 0;
  position: relative;
}
.unit-fullscreen .left-attrs {
  position: fixed;
  left: 0.8rem;
  top: 0.6rem;
  bottom: auto;
  right: auto;
  transform: none;
  background-color: #409eff;
}
.unit-fullscreen .left-attrs .glyphicon-save,
.unit-fullscreen .left-attrs .glyphicon-open {
  display: none;
}
.unit-fullscreen .left-attrs.mobile-attr {
  position: absolute;
  left: 0;
  top: 0;
}
.unit-fullscreen .full-scroll-outter {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
}
.unit-fullscreen .full-scroll-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}
.unit-fullscreen .full-scroll-body .full-item {
  width: var(--outw);
  min-width: var(--outm);
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.unit-fullscreen .full-scroll-body .full-item .full-item-inner {
  position: relative;
  width: var(--width);
  height: 100%;
  margin: 0 auto;
}
.unit-fullscreen .full-indicator {
  position: fixed;
  z-index: 1002;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.unit-fullscreen .full-indicator .full-indicator-item {
  font-size: 0;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.unit-fullscreen .full-indicator .full-indicator-item > span {
  flex-shrink: 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
  user-select: none;
}
.unit-fullscreen .full-indicator .full-indicator-item .full-text {
  white-space: nowrap;
}
/*::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
.unit-blocksit {
  overflow: hidden;
}
.unit-blocksit .blocksit-inner {
  position: relative;
}
.unit-blocksit .blocksit-item {
  position: absolute;
  transition: all 0.3s ease-out;
}
.unit-blocksit .blocksit-item .blocksit-title,
.unit-blocksit .blocksit-item .blocksit-desc {
  width: 100%;
  padding: 0.06rem 0.08rem;
  word-break: break-all;
}
.unit-blocksit .blocksit-item .blocksit-title {
  border-bottom: 0.01rem solid;
  border-bottom-color: inherit;
}
.form-select-com select {
  text-align: center;
  width: 33.33%;
  border: none;
  height: 100%;
  box-sizing: border-box;
  color: inherit;
  background: transparent;
  border-radius: 0;
}

.add-type {
  display: flex;
  flex-direction: column;
}
.add-type .type-menu-header {
  height: 40px;
  background-color: #ff5000;
  line-height: 32px;
  color: white;
  padding: 4px 20px;
  box-sizing: border-box;
}
.add-type .type-menu-item {
  padding: 4px 20px;
}
.add-type .type-menu-item:hover .type-detail {
  display: block;
}
.add-type .type-detail {
  position: absolute;
  z-index: 3;
  right: 1px;
  top: 0;
  width: 700px;
  height: 100%;
  transform: translateX(100%);
  background-color: #eee;
  box-sizing: border-box;
  display: none;
}
.add-type .type-hand {
  display: inline-block;
  cursor: pointer;
}
.add-type .sub-type-list {
  display: flex;
  flex-wrap: wrap;
}
.add-type .type-separator {
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}
.draggable-inner-div {
  width: 100%;
  height: 100%;
}

.add-type .type-detail-mobile {
  display: block;
}
.add-type .type-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-tabbtm {
  position: fixed !important;
  width: 100% !important;
  z-index: 10 !important;
  left: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
}
.add-tabbtm .add-tabbtn-inner {
  width: 100%;
  height: 100%;
  display: flex;
}
.add-tabbtm .add-tabbtn-inner .add-tabitem {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: inherit;
}
.add-tabbtm .add-tabbtn-inner .add-tabitem i {
  font-size: 20px;
}
.add-tabbtm .add-tabbtn-inner .add-tabitem span {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
}
.add-tabbtm .add-tabbtn-icon {
  text-align: center;
}
.add-tabbtm .add-tabbtn-svg svg {
  width: 100%;
  height: 100%;
}
/*轮播三*/
.unit-unslider .swiper-container.unslider-style3 .swiper-slide {
    width: 60% !important;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}
.unit-unslider .swiper-container.unslider-style3 .swiper-slide-active,
.unit-unslider .swiper-container.unslider-style3 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.unit-unslider .unslider-style3 .slider-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: 500ms;
}
.unit-unslider .unslider-style3 .swiper-slide-active .slider-title,
.unit-unslider .unslider-style3 .swiper-slide-duplicate-active .slider-title {
  transform: translateY(0);
}
/*小屏轮播*/
.jslider-style3 {
  overflow: hidden;
  position: relative;
}
.jslider-style3 .jslider-img-div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s ease-out;
}
.jslider-style3 .jslider-img-div img {
  width: 100%;
  height: 100%;
}
.jslider-style3 .slider-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: all 0.8s ease-out;
}
.jslider-style3 .jslider-active .slider-title {
  transform: translateY(0);
}

/*图文*/
.img-text-body {
  position: relative;
}
.img-text-body-topleft .img-a {
  float: left;
}
.img-text-body-topright .img-a {
  float: right;
}
.img-text-body-left {
  display: flex;
  overflow: hidden;
}
.img-text-body-left .img-a {
  flex-shrink: 0;
}
.img-text-body-right {
  display: flex;
}
.img-text-body-right .text-content {
  order: 1;
}
.img-text-body-right .img-a {
  order: 2;
  flex-shrink: 0;
}
.img-text-body-bottom {
  display: flex;
  flex-direction: column;
}
.img-text-body-bottom .text-content {
  order: 1;
}
.img-text-body-bottom .img-a {
  order: 2;
  flex-shrink: 0;
}
.unit-fullscreen .full-item .com-full-height .img_div,
.unit-fullscreen .full-item .com-full-height .img_div a,
.unit-fullscreen .full-item .com-full-height .img_div a img,
.unit-fullscreen .full-item .com-full-width .img_div,
.unit-fullscreen .full-item .com-full-width .img_div a,
.unit-fullscreen .full-item .com-full-width .img_div a img,
.unit-fullscreen .full-item .com-full-width .img-a.draggable-inner-div,
.unit-fullscreen .full-item .com-full-height .img-a.draggable-inner-div,
.pop-container-inner .com-full-width .img-a.draggable-inner-div,
.pop-container-inner .com-full-height .img-a.draggable-inner-div {
  width: 100% !important;
  height: 100% !important;
}
.unit-fullscreen .full-item .com-full-width .img-a.draggable-inner-div img,
.unit-fullscreen .full-item .com-full-height .img-a.draggable-inner-div img, .pop-container-inner .com-full-width .img-a.draggable-inner-div img,
.pop-container-inner .com-full-height .img-a.draggable-inner-div img {
  width: 100% !important;
  height: 100% !important;
}
.unit-fullscreen .full-item .com-full-width, .pop-container-inner .com-full-width {
  width: 100% !important;
  left: 0 !important;
}
.unit-fullscreen .full-item .com-full-height, .pop-container-inner .com-full-height {
  height: 100% !important;
  top: 0 !important;
}
.unit-fullscreen .full-item .com-full-width {
  width: 100% !important;
  left: 0 !important;
}
.unit-fullscreen .full-item .com-full-height {
  height: 100% !important;
  top: 0 !important;
}
.jz-empty-tip {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: lightgray;
}
.jz-empty-tip .empty-title {
  color: #333;
  margin-top: 20px;
  font-size: 14px;
}
.unit-fullscreen-2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  perspective: 1200px;
  -webkit-perspective: 1200px;
  /* Safari 和 Chrome */
}

.unit-fullscreen-2 .full-item-current {
  z-index: 1;
  visibility: visible !important;
  display: block!important;
}

.unit-fullscreen-2 .left-attrs {
  position: fixed;
  left: 70px;
  top: 60px;
  bottom: auto;
  right: auto;
  transform: none;
  background-color: var(--theme);
}

.unit-fullscreen-2 .left-attrs .glyphicon-save,
.unit-fullscreen-2 .left-attrs .glyphicon-open {
  display: none;
}

.unit-fullscreen-2 .fullscreen-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  display: none;
}

.unit-fullscreen-2 .fullscreen-item-inner {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.unit-fullscreen-2 .leftCss{
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  align-items: flex-start;
}
.unit-fullscreen-2 .leftSubCss{
  flex-direction: row-reverse
}
.unit-fullscreen-2 .rightCss{
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.unit-fullscreen-2 .bottomCss{
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  justify-content: center;
}
.unit-fullscreen-2 .bottomSubCss {
  flex-direction: row;
  writing-mode: vertical-rl;
  margin-left: 0.1rem!important;
}
.unit-fullscreen-2 .bottomSubCss .full-text{
  margin-right: 0!important;
  margin-bottom: 0.1rem;
}
