html {
  -webkit-text-size-adjust: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
p {
  margin-bottom: 0 ;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.main-bb {
  border-bottom: 1px solid #efefef;
}
.main-bt {
  border-top: 1px solid #efefef;
}
.main-color {
  color: #3390DD;
}
.main-bg-color {
  background-color: #3390DD;
}
.min-w {
  min-width: 1920px;
  margin: 0 auto;
}
.full-container {
  min-width: 1920px;
}
body {
  overflow-x: hidden;
}
.m {
  width: 1920px;
  margin: 0 auto;
}
.hide,
.hidden {
  display: none !important;
}
.body-inner-container {
  width: 100% ;
  overflow-x: hidden;
}
body {
  background: #F6F6F6;
  padding-top: 74px;
}
.full-screen {
  transform-origin: 0 0;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.btn-to-video-index,
.btn-to-video-add,
.btn-to-video-detail,
.btn-to-needs-index,
.btn-to-needs-add,
.btn-to-needs-detail,
.btn-to-team-index,
.btn-to-team-add,
.btn-to-team-detail,
.btn-to-article-index,
.btn-to-article-add,
.btn-to-article-detail,
.btn-to-team-contact,
.btn-to-wenzhang-detail,
.btn-to-vip-add,
.btn-to-user-reg,
.btn-to-usercenter-index {
  cursor: pointer ;
}
.header-1-container {
  position: fixed;
  width: 100% ;
  height: 74px;
  line-height: 74px;
  top: 0;
  left: 0;
  z-index: 800;
  background: none ;
  font-size: 16px;
  background: #ffffff;
  border-bottom: 1px solid #DDDDDD;
}
.header-1-container,
.header-1-container a {
  color: #333333;
}
.header-1-container .header-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
}
.header-1-container .header-body .header-left {
  margin-right: 78px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-1-container .header-body .header-left img {
  width: 193px;
}
.header-1-container .header-body .header-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-1-container .header-body .header-nav .menu-item {
  padding: 0 40px;
  position: relative ;
}
.header-1-container .header-body .header-nav .menu-item.toggle .menu-name:after {
  width: 8px;
  height: 6px;
  height: 100% ;
  content: '';
  background: url('../image/arrow_down.png') center center no-repeat;
  display: inline-block;
  position: absolute ;
  margin-left: 10px;
  transition: all 200ms;
}
.header-1-container .header-body .header-nav .menu-item.toggle:hover .menu-name:after {
  transform: rotate(180deg);
}
.header-1-container .header-body .header-nav .menu-item.active {
  padding-top: 2px;
  line-height: 70px;
}
.header-1-container .header-body .header-nav .menu-item.active .menu-name {
  border-bottom: 3px solid #e43a3d;
  color: #E43A3D;
  font-weight: bold;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header-1-container .header-body .header-nav .menu-name {
  font-size: 16px;
  display: block;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap ;
}
.header-1-container .header-body .header-nav,
.header-1-container .header-body .header-nav a {
  columns: #333333;
}
.header-1-container .header-body .header-login .user-not-login {
  display: flex;
  align-items: center;
  height: 74px;
}
.header-1-container .header-body .header-login .user-not-login .user-item {
  cursor: pointer;
}
.header-1-container .header-body .header-login .user-not-login .user-login {
  margin-left: 16px;
  width: 79px;
  height: 32px;
  background: #E43A3D;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
}
.header-1-container .header-body .header-login .user-not-login .user-reg {
  padding-left: 40px;
  font-size: 16px;
  color: #333333;
}
.header-1-container .header-body .header-login .user-info {
  display: none ;
  position: relative ;
  z-index: 20;
  cursor: pointer ;
}
.header-1-container .header-body .header-login .user-info .user-box {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header-1-container .header-body .header-login .user-info .user-name {
  font-size: 16px;
  color: #333333;
  margin-left: 14px;
}
.header-1-container .header-body .header-login .user-info .user-headimgurl {
  width: 32px;
}
.header-1-container .header-body .header-login .user-info .user-headimgurl img {
  max-width: 100% ;
  border-radius: 100% ;
}
.header-1-container .header-body .header-login .user-info .user-opera {
  position: absolute ;
  right: -40px;
  top: 74px;
  display: none ;
}
.header-1-container .header-body .header-login .user-info:hover .user-opera,
.header-1-container .header-body .header-login .user-info.hover .user-opera {
  display: block ;
}
.header-1-container .header-body .header-login .user-info .user-opera {
  width: 148px;
  padding: 11px 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  font-size: 16px;
}
.header-1-container .header-body .header-login .user-info .user-opera,
.header-1-container .header-body .header-login .user-info .user-opera a {
  color: #333333;
}
.header-1-container .header-body .header-login .user-info .user-opera a {
  display: block ;
}
.header-1-container .header-body .header-login .user-info .user-opera .row-item {
  padding-left: 24px;
  line-height: 34px;
  height: 34px;
}
.header-1-container .header-body .header-login .user-info .user-opera .row-item:hover {
  color: #ffffff;
  background-color: #E43A3D;
}
.header-1-container .header-body .header-login.active .user-not-login {
  display: none ;
}
.header-1-container .header-body .header-login.active .user-info {
  display: block ;
}
.header-1-container .header-body .location-box {
  cursor: pointer ;
  white-space: nowrap ;
}
.header-1-container .header-body .location-box #location_city {
  font-weight: bold;
  font-size: 22px;
  margin-left: 6px;
  white-space: nowrap ;
}
.header-1-container .header-body .location-body {
  max-height: 600px;
  overflow-y: auto ;
  overflow-x: hidden ;
}
.header-1-container .head-toggle {
  position: relative ;
}
.header-1-container .head-toggle .head-toggle-body {
  padding: 18px 24px;
}
.header-1-container .head-toggle .head-toggle-body .grid-box-container {
  display: block;
  justify-content: flex-start;
  align-items: center;
}
.header-1-container .head-toggle .head-toggle-body .grid-box-container .grid-box-content {
  flex: 1;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container {
  display: block;
  align-items: flex-start;
  flex: 1;
  color: #ffffff;
  line-height: 2 ;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .row-container {
  flex: 1;
  display: block;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .child-item {
  color: #333333;
  line-height: 36px;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .row-left {
  padding-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .row-left .child-item {
  font-weight: bold;
  font-size: 20px;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .row-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .row-right .child-item {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer ;
}
.header-1-container .head-toggle .head-toggle-body .grid-item-container .row-right .child-item:hover {
  color: #E43A3D;
}
.header-1-container .head-toggle .head-toggle-body {
  display: none ;
  background: #FFFFFF;
  box-shadow: 0px 6px 11px 1px rgba(153, 153, 153, 0.16);
  border-radius: 6px;
  width: 636px;
  position: absolute ;
  left: 0;
  top: 74px;
  z-index: 10;
}
.header-1-container .head-toggle.hover .head-toggle-body {
  display: block ;
}
.header-1-container .head-toggle .grid-box-extend {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6 ;
  white-space: nowrap ;
  color: #c0c0c0;
}
.header-1-container .head-toggle .grid-box-extend .inner-text {
  font-size: 18px;
  color: #C0C0C0;
}
.fixed-login-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 99999;
}
.fixed-login-container.active {
  display: block ;
}
.fixed-login-container .inner-container {
  position: relative ;
  width: 600px;
  height: 741px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -370.5px;
  background: url('../image/new_login_bg.png') center center no-repeat;
}
.fixed-login-container .div-top-text1 {
  margin-top: 90px;
}
.fixed-login-container .div-top-text1 .p-top-text1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.fixed-login-container .inner-logo {
  width: 193px;
  height: 36px;
  background: url('../image/new_login_logo.png') center center no-repeat;
  margin-left: 203.5px;
  margin-top: 54px;
}
.fixed-login-container .div-top-text2 {
  margin-top: 30px;
}
.fixed-login-container .div-top-text2 .p-top-text2 {
  font-size: 18px;
  font-weight: bold;
  color: #E43A3D;
  line-height: 18px;
  text-align: center;
  letter-spacing: 20px;
}
.fixed-login-container .inner-close {
  width: 30px;
  height: 30px;
  position: absolute ;
  cursor: pointer ;
  top: 26px;
  right: 26px;
  z-index: 10;
  background: url('../image/new_login_close.png') center top no-repeat;
}
.fixed-login-container .inner-main {
  padding: 18px 100px 0 100px;
}
.fixed-login-container .inner-center {
  width: 100%;
}
.fixed-login-container .row-container {
  width: 400px;
  height: 56px;
  line-height: 54px;
  border: solid 1px #727272;
  border-radius: 6px;
  margin-top: 20px;
  position: relative ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fixed-login-container .row-container input::-webkit-outer-spin-button,
.fixed-login-container .row-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.fixed-login-container .row-container input[type="number"] {
  -moz-appearance: textfield;
}
.fixed-login-container .row-container input {
  color: #333333;
  font-size: 18px;
  flex: 1;
  line-height: 54px;
  border: 0 ;
  background: none ;
  outline: none;
}
.fixed-login-container .row-container.row-container-type {
  height: 111px;
  line-height: 54px;
}
.fixed-login-container .row-container-mobile {
  background: url('../image/new_login_phone.png') 18px center no-repeat;
}
.fixed-login-container .row-container-mobile input {
  margin-left: 55px;
}
.fixed-login-container .row-container-mobilecode {
  background: url('../image/new_login_code.png') 18px center no-repeat;
}
.fixed-login-container .row-container-mobilecode input {
  margin-left: 55px;
}
.fixed-login-container .row-container-mobilecode .row-pos {
  white-space: nowrap ;
  color: #E43A3D;
  font-size: 18px;
  right: 20px;
  position: absolute ;
  cursor: pointer ;
}
.fixed-login-container .row-container-type {
  border: 0 ;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fixed-login-container .row-container-type .type-item {
  width: 123px;
  height: 111px;
  cursor: pointer ;
}
.fixed-login-container .row-container-type .type-item-1 {
  background: url('../image/login_type_11.png?v=5') center center no-repeat;
}
.fixed-login-container .row-container-type .type-item-1.active {
  background: url('../image/login_type_12.png?v=5') center center no-repeat;
}
.fixed-login-container .row-container-type .type-item-2 {
  background: url('../image/login_type_21.png?v=5') center center no-repeat;
}
.fixed-login-container .row-container-type .type-item-2.active {
  background: url('../image/login_type_22.png?v=5') center center no-repeat;
}
.fixed-login-container .row-container-type .type-item-3 {
  background: url('../image/login_type_31.png?v=5') center center no-repeat;
}
.fixed-login-container .row-container-type .type-item-3.active {
  background: url('../image/login_type_32.png?v=5') center center no-repeat;
}
.fixed-login-container .row-container-submit {
  margin-top: 16px;
  border: 0 ;
}
.fixed-login-container .row-container-submit span {
  display: inline-block;
  width: 400px;
  height: 56px;
  line-height: 56px;
  background-color: #E43A3D;
  border-radius: 6px;
  cursor: pointer ;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  border: 0 ;
}
.fixed-login-container .row-container-argument {
  margin-top: 23px;
  border: 0 ;
  height: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-login-container .row-container-argument i {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: #e43a3d url('../image/new_login_checked.png') center center no-repeat;
  background-size: 18px;
  display: inline-block;
  border-radius: 4px;
}
.fixed-login-container .row-container-argument span {
  color: #999999;
  font-size: 18px;
}
.fixed-login-container .row-container-argument span.wenzhang-name {
  color: #E43A3D;
}
.fixed-right-container {
  position: fixed ;
  width: 64px;
  height: 274px;
  background-color: transparent;
  z-index: 999;
  right: 36px;
  top: 50%;
  margin-top: -137px;
}
.fixed-right-container .inner-container {
  background-color: transparent;
}
.fixed-right-container .inner-container .grid-item {
  width: 64px;
  height: 64px;
  cursor: pointer ;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  position: relative ;
}
.fixed-right-container .inner-container .grid-item span {
  display: none;
}
.fixed-right-container .inner-container .grid-item:hover {
  border: none;
  background-color: #E43A3D;
}
.fixed-right-container .inner-container .grid-item:hover .grid-item-inner {
  display: block ;
}
.fixed-right-container .inner-container .grid-item:hover i {
  display: none;
}
.fixed-right-container .inner-container .grid-item:hover span {
  display: flex;
  width: 46px;
  height: 54px;
  line-height: 24px;
  word-break: break-all;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 4px;
  align-items: center;
  justify-content: center;
}
.fixed-right-container .inner-container .grid-item-inner {
  position: absolute ;
  right: 72px;
  top: 0;
  display: none ;
}
.fixed-right-container .inner-container .grid-item-inner img {
  width: 135px;
  height: 135px;
}
.fixed-right-1 {
  width: 28px;
  height: 28px;
  background: url('../image/fixed-right-1.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.fixed-right-2 {
  width: 30px;
  height: 36px;
  background: url('../image/fixed-right-2.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.fixed-right-3 {
  width: 28px;
  height: 30px;
  background: url('../image/fixed-right-3.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.fixed-right-4 {
  width: 24px;
  height: 16px;
  background: url('../image/fixed-right-4.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_clapperboard {
  width: 93px;
  height: 103px;
  background: url('images/clapperboard@2x.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_papertray {
  width: 114px;
  height: 109px;
  background: url('images/papertray@2x.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_vip_nav {
  width: 42px;
  height: 32px;
  background: url('images/icon_vip_nav.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_vip_nav2 {
  width: 25px;
  height: 25px;
  background: url('images/icon_vip_nav2.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_arrow_right {
  width: 28px;
  height: 28px;
  background: url('images/icon_arrow_right.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.btn_search {
  width: 21px;
  height: 21px;
  background: url('images/btn_search.png') center center no-repeat;
  display: inline-block;
  background-size: 100% 100%;
}
.icon_video_add {
  width: 74px;
  height: 77px;
  background: url('images/icon_video_add.png') center top no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_order_add {
  width: 72px;
  height: 80px;
  background: url('images/icon_order_add.png') center top no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.vip_type,
.vip_type_1,
.vip_type_2,
.vip_type_3,
.vip_type_4 {
  width: 81px;
  height: 28px;
  background: url('../image/vip_type_1.png') center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: -4px;
}
.vip_type_1 {
  background-image: url('../image/vip_type_1.png');
}
.vip_type_2 {
  background-image: url('../image/vip_type_2.png');
}
.vip_type_3 {
  background-image: url('../image/vip_type_3.png');
}
.vip_type_4 {
  background-image: url('../image/vip_type_4.png');
}
.footer-1-container {
  background: url('../image/bg-foot.png') right bottom no-repeat;
  background-size: 504px 248px;
}
.footer-1-container .inner-container {
  position: relative ;
  min-height: 346px;
  font-size: 16px;
  color: #666666;
}
.footer-1-container .row-container {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 282px;
}
.footer-1-container .row-line {
  height: 1px;
  background-color: #DDDDDD;
}
.footer-1-container .row-left {
  flex: 1;
  margin-right: 80px;
}
.footer-1-container .row-center {
  width: 680px;
}
.footer-1-container .row-right {
  width: 136px;
  margin-left: 80px;
}
.footer-1-container .footer-logo {
  width: 136px;
}
.footer-1-container .footer-logo img {
  max-width: 100% ;
}
.footer-1-container .footer-title {
  margin-top: 36px;
}
.footer-1-container .footer-introduce {
  margin-top: 10px;
  margin-bottom: 32px;
}
.footer-1-container .footer-qrcode {
  text-align: center;
  max-width: 136px;
}
.footer-1-container .footer-qrcode img {
  max-width: 100% ;
}
.footer-1-container .footer-copyright {
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 14px;
  width: 100% ;
  color: #666666;
  padding-top: 5px;
}
.footer-1-container .footer-copyright p {
  line-height: 26px;
}
.footer-1-container .footer-copyright a {
  color: #666666;
}
.footer-1-container .footer-card-container-full {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-1-container .footer-hotline {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: left;
  width: 100% ;
  white-space: nowrap ;
  margin-top: 12px;
}
.footer-1-container .footer-card-container {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-1-container .footer-card-container .card-head {
  width: 100% ;
  text-align: flex-start;
  position: relative ;
  margin-bottom: 2px;
}
.footer-1-container .footer-card-container .card-head span,
.footer-1-container .footer-card-container .card-head a {
  display: inline-block;
  position: relative ;
  padding-bottom: 16px;
  font-size: 18px;
  color: #333333;
}
.footer-1-container .footer-card-container .card-body {
  width: 100% ;
  text-align: flex-start;
  white-space: nowrap ;
  padding-left: 4px;
}
.footer-1-container .footer-card-container .card-body span,
.footer-1-container .footer-card-container .card-body a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666666;
}
.icon_didiandingwei_o {
  width: 16px;
  height: 21px;
  background: url('images/didiandingwei_o@2x.png') center top no-repeat;
  display: inline-block;
  vertical-align: -2px;
}
.icon_video_sort_1 {
  width: 19px;
  height: 19px;
  background: url('images/video_sort_1.png') center top no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_video_sort_2 {
  width: 33px;
  height: 17px;
  background: url('images/video_sort_2.png') center top no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_video_sort_3 {
  width: 18px;
  height: 17px;
  background: url('images/video_sort_3.png') center top no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon_needs_location {
  width: 36px;
  height: 36px;
  background: url('../image/needs_location.png') center center no-repeat;
  background-size: 36px 36px;
  display: inline-block;
}
.icon_needs_location2 {
  width: 36px;
  height: 36px;
  background: url('../image/needs_location2.png') center center no-repeat;
  background-size: 36px 36px;
  display: inline-block;
}
.icon_login_checked {
  width: 17px;
  height: 17px;
  background: url('../image/new_login_checked.png') center center no-repeat;
  display: inline-block;
}
.global-pages-container {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.global-pages-container ul li {
  display: inline-block;
}
.global-pages-container a,
.global-pages-container span {
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  color: #666666;
  font-size: 14px;
  margin: 0 5px;
}
.global-pages-container .current {
  background-color: #E43A3D;
  color: #ffffff;
}
.global-pages-container .page-total {
  display: none ;
}
.fixed-vip-add-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 99999;
}
.fixed-vip-add-container.active {
  display: flex ;
  align-items: center;
  justify-content: center;
}
.fixed-vip-add-container .inner-shadow {
  width: 100% ;
  height: 100% ;
  position: absolute ;
  top: 0;
  left: 0;
}
.fixed-vip-add-container .inner-container {
  /* position : relative ;
		width : @w ;
		height: @h ;
		top:50%;
		left:50%;
		margin-left : -1 * @w/2 ;
		margin-top : -1 * @h/2 ;
		background:url('./images/vip_add_bg.png') center top no-repeat;
		background-size: @w @h;
		color: #ffef59; */
}
.fixed-vip-add-container .inner-qrcode {
  margin-top: 86px;
  text-align: center;
}
.fixed-vip-add-container .inner-qrcode img {
  width: 192px;
  height: 192px;
}
.fixed-vip-add-container .inner-label {
  font-size: 50px;
  margin-top: 56px;
  text-align: center;
}
.fixed-vip-add-container .inner-mobile {
  text-align: center;
  font-size: 40px;
  color: #ffef59;
  letter-spacing: 5px;
  font-weight: bold ;
  margin-top: 8px;
}
.needs-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.needs-container .icon-needs-clock1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/icon-needs-clock1.png') center no-repeat;
  background-size: 16px;
  vertical-align: -6px;
}
.needs-container .icon-needs-clock2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/icon-needs-clock2.png') center no-repeat;
  background-size: 16px;
  vertical-align: -6px;
}
.needs-container .needs-item {
  width: 300px;
  height: 202px;
  background: #FFF6F6;
  box-shadow: 0px 6px 36px 0px rgba(255, 235, 235, 0.23);
  border-radius: 6px;
  position: relative ;
  margin-right: 45px;
  margin-bottom: 30px;
}
.needs-container .needs-item:nth-child(4n) {
  margin-right: 0 ;
}
.needs-container .needs-item .needs-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 20px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 18px;
}
.needs-container .needs-item .needs-head .needs-left {
  width: 133px;
  height: 26px;
  display: flex;
  align-items: center;
  background: url(../image/icon-needs-left1.png) center no-repeat;
  background-size: 134px 26px;
}
.needs-container .needs-item .needs-head .needs-left .left-icon {
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.needs-container .needs-item .needs-head .needs-left .left-date {
  flex-grow: 1;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #E43A3D;
  text-align: center;
}
.needs-container .needs-item .needs-head .needs-right {
  align-self: flex-start;
  width: 118px;
  border-top-right-radius: 6px;
  height: 38px;
  background: url(../image/icon-needs-right1.png) center no-repeat;
  background-size: 118px 38px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
}
.needs-container .needs-item .needs-head .needs-right .line-btn {
  padding-left: 16px;
}
.needs-container .needs-item .needs-body {
  border-radius: 0 0 6px 6px;
}
.needs-container .needs-item .line-1 {
  height: 22px;
  background: linear-gradient(90deg, #fff6f6 0%, #ff7f81 47%, #fff6f6 100%);
  border-radius: 3px;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.needs-container .needs-item .line-2 {
  padding-left: 19px;
  padding-right: 8px;
  margin-bottom: 17px;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.needs-container .needs-item .line-3 {
  display: flex;
  align-items: center;
  padding-left: 21px;
}
.needs-container .needs-item .line-3 span {
  background: #FFEBEB;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #E43A3D;
  line-height: 16px;
  margin-right: 14px;
}
.needs-container .needs-item-state-2,
.needs-container .needs-item-state-3 {
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
}
.needs-container .needs-item-state-2 .needs-head .needs-left,
.needs-container .needs-item-state-3 .needs-head .needs-left {
  background: url(../image/icon-needs-left2.png) center no-repeat;
}
.needs-container .needs-item-state-2 .needs-head .needs-left .left-date,
.needs-container .needs-item-state-3 .needs-head .needs-left .left-date {
  color: #666666;
}
.needs-container .needs-item-state-2 .needs-head .needs-right,
.needs-container .needs-item-state-3 .needs-head .needs-right {
  background: url(../image/icon-needs-right2.png) center no-repeat;
  color: #666666;
}
.needs-container .needs-item-state-2 .line-1,
.needs-container .needs-item-state-3 .line-1 {
  background: linear-gradient(90deg, #fff6f6 0%, #eeeeee 47%, #fff6f6 100%);
  color: #666666;
}
.needs-container .needs-item-state-2 .line-3 span,
.needs-container .needs-item-state-3 .line-3 span {
  background-color: #F6F6F6;
  color: #666666;
}
.icon-del3 {
  display: inline-block;
  width: 41px;
  height: 41px;
  background: url('../image/icon-del3.png') center no-repeat;
  background-size: 41px 41px;
}
.icon-del4 {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../image/icon-del4.png') center no-repeat;
  background-size: 22px 22px;
}
.fixed-video-detail-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 801;
}
.fixed-video-detail-container.active {
  display: flex ;
  align-items: center;
  justify-content: center;
}
.fixed-video-detail-container .inner-container {
  width: 1166.66666667px;
  position: relative;
}
.fixed-video-detail-container .inner-title {
  line-height: 26.66666667px;
  color: #333333;
  font-size: 23.33333333px;
  font-weight: bold ;
  margin-bottom: 30px;
  padding-left: 16.66666667px;
  border-left: 3.33333333px solid #e43a3d;
}
.fixed-video-detail-container .inner-close {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.fixed-video-detail-container .btn-to-close {
  width: 21.66666667px;
  height: 21.66666667px;
  background: url('../image/video_detail_close2.png') center center no-repeat;
  background-size: 21.66666667px 21.66666667px;
  cursor: pointer ;
  display: inline-block;
}
.fixed-video-detail-container .inner-box {
  width: 1166.66666667px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative ;
  padding: 33.33333333px 25px 25px;
}
.fixed-video-detail-container .inner-video {
  width: 1116.66666667px;
  height: 628.33333333px;
  margin: 0 auto;
}
.fixed-video-detail-container .inner-video video {
  width: 100% ;
  height: 100% ;
}
.fixed-video-detail-container .inner-info {
  line-height: 46.66666667px;
  margin-top: 31.66666667px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-video-detail-container .inner-info .info-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fixed-video-detail-container .inner-info .info-left .inner-headimgurl {
  margin-right: 6.66666667px;
}
.fixed-video-detail-container .inner-info .info-left .inner-headimgurl img {
  width: 33.33333333px;
  height: 33.33333333px;
  border-radius: 100% ;
}
.fixed-video-detail-container .inner-info .info-left .inner-name {
  font-size: 16.66666667px;
  color: #333333;
}
.fixed-video-detail-container .inner-info .info-left .inner-vip {
  margin-left: 20.83333333px;
  display: flex;
  align-items: center;
}
.fixed-video-detail-container .inner-info .inner-btn {
  width: 130px;
  height: 46.66666667px;
  background: #E43A3D;
  box-shadow: 0px 3.33333333px 13.33333333px 0px rgba(190, 40, 43, 0.3);
  border-radius: 5px;
  text-align: center;
  font-size: 16.66666667px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46.66666667px;
}
.fixed-video-detail-container .inner-info .inner-btn span {
  display: block;
}
.fixed-video-detail-container .inner-info .inner-btn .icon-plane {
  display: inline-block;
  width: 23.33333333px;
  height: 21.66666667px;
  background: url('../image/icon-plane.png') center no-repeat;
  background-size: 23.33333333px 21.66666667px;
  vertical-align: -3.33333333px;
  margin-right: 9.16666667px;
}
.fixed-video-detail-container .inner-type {
  position: absolute;
  right: 41.66666667px;
  top: 105px;
  background: linear-gradient(91deg, #ff8a22 0%, #ffb425 100%);
  border-radius: 3.33333333px;
  padding: 4.16666667px 10px;
  font-size: 16.66666667px;
  font-weight: 500;
  color: #FFFFFF;
}
.icon-local3 {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('../image/icon-local3.png') center no-repeat;
  background-size: 36px;
  vertical-align: -6px;
}
.needs_detail_close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../image/needs_detail_close.png') center center no-repeat;
  background-size: 14px 14px;
}
.fixed-needs-detail-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 1000;
}
.fixed-needs-detail-container.active {
  display: flex ;
  align-items: center;
  justify-content: center;
}
.fixed-needs-detail-container .inner-container {
  position: relative;
  width: 1232px;
  height: 657px;
  background: linear-gradient(22deg, #fff0f0 0%, #ffffff 41%, #ffffff 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.fixed-needs-detail-container .inner-left {
  width: 392px;
  height: 657px;
  background: url('../image/needs-detail-bg.png') center no-repeat;
  background-size: 392px 657px;
  padding: 30px;
}
.fixed-needs-detail-container .inner-left .left-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.fixed-needs-detail-container .inner-left .left-head .head-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.fixed-needs-detail-container .inner-left .left-head .head-more {
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.fixed-needs-detail-container .inner-left .left-item {
  width: 330px;
  height: 257px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 8px 19px 1px rgba(183, 183, 183, 0.22);
  border-radius: 6px;
  padding-left: 20px;
  padding-top: 25px;
  margin-bottom: 30px;
}
.fixed-needs-detail-container .inner-left .left-item .item-title {
  height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  margin-bottom: 13px;
}
.fixed-needs-detail-container .inner-left .left-item .line-1 {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.fixed-needs-detail-container .inner-left .left-item .line-1 .text-region {
  height: 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 12px;
  margin-right: 30px;
}
.fixed-needs-detail-container .inner-left .left-item .line-1 .text-type {
  background: linear-gradient(90deg, #f7af20 0%, #fe7835 100%);
  border-radius: 15px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.fixed-needs-detail-container .inner-left .left-item .line-2 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.fixed-needs-detail-container .inner-left .left-item .line-2 .line-item {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  flex-grow: 1;
  text-align: center;
}
.fixed-needs-detail-container .inner-left .left-item .line-2 .line-item .item-text {
  font-weight: bold;
}
.fixed-needs-detail-container .inner-left .left-item .line-2 .line-item .item-label {
  opacity: 0.6;
}
.fixed-needs-detail-container .inner-left .left-item .line-2 .line-item:first-child {
  text-align: left;
}
.fixed-needs-detail-container .inner-left .left-item .line-2 .line-l {
  width: 1px;
  height: 24px;
  background: #FFFFFF;
  box-shadow: 0px 8px 19px 1px rgba(183, 183, 183, 0.22);
  border-radius: 1px;
}
.fixed-needs-detail-container .inner-left .left-item .line-3 {
  color: #FFFFFF;
}
.fixed-needs-detail-container .inner-left .left-item .line-3 .line-title {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.6;
  margin-bottom: 7px;
}
.fixed-needs-detail-container .inner-left .left-item .line-3 .line-desc {
  width: 270px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fixed-needs-detail-container .inner-right {
  flex-grow: 1;
  position: relative;
  height: 657px;
  padding: 30px;
}
.fixed-needs-detail-container .inner-right .inner-close {
  position: absolute ;
  top: 14px;
  right: 14px;
}
.fixed-needs-detail-container .inner-right .btn-to-close {
  padding: 20px;
  cursor: pointer ;
}
.fixed-needs-detail-container .inner-right .inner-title {
  height: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 26px;
}
.fixed-needs-detail-container .inner-right .inner-info {
  margin-top: 11px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.fixed-needs-detail-container .inner-right .inner-info .icon_needs_location2 {
  margin-right: 12px;
}
.fixed-needs-detail-container .inner-right .inner-info .region {
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-right: 24px;
}
.fixed-needs-detail-container .inner-right .inner-info .type {
  background: linear-gradient(90deg, #7776ff 0%, #8937f9 100%);
  border-radius: 15px;
  padding: 4px 18px;
  font-size: 16px;
  color: #FFFFFF;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 8px;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-item {
  flex-grow: 1;
  font-size: 14px;
  line-height: 28px;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-item .row-label {
  font-weight: bold;
  color: #333333;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-item .row-text {
  color: #666666;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-item .tip_mobile {
  color: #FF5500;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-1 {
  display: block;
  line-height: 28px;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-1 .row-label {
  color: #666666;
  font-weight: normal;
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-1 .row-text {
  max-width: 780px;
  font-weight: bold;
  color: #333333;
  word-break: break-all;
  overflow: hidden;
  min-height: 56px;
  max-height: 90px;
  overflow-y: auto;
  /* text-overflow: ellipsis;
						overflow: hidden;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical; */
}
.fixed-needs-detail-container .inner-right .inner-form .row-container .row-1 .row-text a {
  color: #E43A3D;
  margin-left: 2px;
}
.fixed-needs-detail-container .inner-right .opera-container {
  display: flex;
  align-items: center;
}
.fixed-needs-detail-container .inner-right .opera-container .inner-btn {
  width: 140px;
  height: 42px;
  line-height: 40px;
  margin-right: 30px;
  cursor: pointer ;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #E43A3D ;
  background: #ffffff ;
  color: #E43A3D;
}
.fixed-needs-detail-container .inner-right .opera-container .inner-btn-2 {
  border: 1px solid #E43A3D ;
  background: #E43A3D ;
  color: #ffffff;
}
.fixed-needs-detail-container .inner-right .opera-container .inner-btn-2.disabled {
  border: 1px solid #999!important;
  background: #999!important;
  color: #ffffff!important;
}
.fixed-needs-detail-container .inner-right .opera-container .state-2 {
  background: #f5f5f5 ;
  color: #999999;
  border: 1px solid #f5f5f5 ;
}
.fixed-needs-detail-container .inner-right .img-right-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 840px;
  height: 266px;
  background: #F2F5F9;
  border-radius: 6px 0px 6px 6px;
  text-align: center;
}
.fixed-team-contact-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 1000;
}
.fixed-team-contact-container.active {
  display: flex ;
  align-items: center;
  justify-content: center;
}
.fixed-team-contact-container .inner-container {
  position: relative ;
  width: 770px;
  background: #ffffff;
  color: #333333;
}
.fixed-team-contact-container .inner-container {
  padding: 40px 60px;
  border-radius: 6px;
}
.fixed-team-contact-container .inner-close {
  position: absolute ;
  top: 10px;
  right: 10px;
}
.fixed-team-contact-container .btn-to-close {
  padding: 20px;
  cursor: pointer ;
}
.fixed-team-contact-container .base-box {
  width: 100% ;
  position: relative ;
  margin-bottom: 40px;
}
.fixed-team-contact-container .banner-body {
  width: 100% ;
}
.fixed-team-contact-container .banner-body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fixed-team-contact-container .inner-headimgurl {
  height: 130px;
  text-align: center;
}
.fixed-team-contact-container .inner-headimgurl img {
  width: 130px;
  height: 130px;
  border-radius: 100% ;
}
.fixed-team-contact-container .inner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.fixed-team-contact-container .inner-info .inner-name {
  line-height: 41px;
  font-size: 22px;
  font-weight: bold;
}
.fixed-team-contact-container .inner-info .icon-recommand {
  margin-left: 13px;
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 28px;
  background: linear-gradient(0deg, #ff9220, #fe604b);
  border-radius: 14px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.fixed-team-contact-container .inner-location {
  display: flex;
  align-items: center;
  color: #333333;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  margin-top: 10px;
}
.fixed-team-contact-container .inner-location .icon_needs_location2 {
  width: 36px;
  height: 36px;
  vertical-align: -2px;
  margin-right: 12px;
}
.fixed-team-contact-container .inner-location .icon-vip {
  width: 81px;
  height: 30px;
  margin-left: 20px;
}
.fixed-team-contact-container .inner-contact {
  margin-top: 9px ;
  text-align: center;
}
.fixed-team-contact-container .inner-contact span {
  display: inline-block;
  width: 80px ;
  line-height: 23px;
  height: 23px;
  text-align: center;
  white-space: nowrap ;
  color: #ffffff;
  background-color: #ff6700;
  border-radius: 7px;
  font-size: 12px ;
}
.fixed-team-contact-container .form-item {
  line-height: 48px;
  margin-bottom: 20px;
}
.fixed-team-contact-container .form-item .form-label {
  height: 26px;
  background: url('../image/team-contact-label.png') left center no-repeat;
  background-size: 130px 26px;
  padding: 5px 33px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-bottom: 14px;
}
.fixed-team-contact-container .form-item input {
  height: 46px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EDF0F6;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 16px;
  color: #999999;
}
.fixed-team-contact-container .form-item .form-content-1 {
  width: 100%;
}
.fixed-team-contact-container .form-item .form-content-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-team-contact-container .form-item .form-content-2 .line-container-2 {
  width: 336px;
}
.fixed-team-contact-container .form-item .form-content-2 .line-container-3 {
  position: relative;
  width: 298px;
}
.fixed-team-contact-container .form-item .line-container-4 {
  width: 100% ;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #EDF0F6;
  border-radius: 6px;
  font-size: 16px;
  color: #999999;
}
.fixed-team-contact-container .form-item .form-content-5 {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-team-contact-container .form-item .form-content-5 .inner-btn {
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  white-space: nowrap ;
  cursor: pointer ;
  border-radius: 6px;
  color: #ffffff;
  background: #E43A3D;
  font-size: 16px;
}
.fixed-team-contact-container .form-item .btn-to-mobilecode {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #E43A3D;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  position: absolute ;
  right: 3px;
  top: 3px;
  cursor: pointer ;
}
.fixed-team-contact-container .form-item .moni-lists {
  display: none ;
  position: absolute ;
  width: 800px;
  height: 300px;
  overflow-y: scroll;
  top: 48px;
  z-index: 10;
}
.fixed-team-contact-container .form-item .region-all-container {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.fixed-team-contact-container .form-item .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #ffffff;
  line-height: 2 ;
}
.fixed-team-contact-container .form-item .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.fixed-team-contact-container .form-item .region-all-container .grid-item-container .row-left {
  width: 110px;
}
.fixed-team-contact-container .form-item .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.fixed-team-contact-container .form-item .region-all-container .grid-item-container .child-item {
  font-size: 21px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer ;
}
.fixed-team-contact-container .form-item .moni-select {
  position: relative ;
}
.fixed-team-contact-container .form-item .moni-select .moni-name-text {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fixed-team-contact-container .form-item .moni-select.active .moni-lists {
  display: block ;
}
.fixed-team-contact-container .form-item .moni-select .child-item.active {
  color: #ff0000;
}
.fixed-team-contact-container .form-item .moni-select,
.fixed-team-contact-container .form-item select {
  width: 306px;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dedede;
  padding-left: 15px;
}
.fixed-team-contact-container .form-item .moni-select {
  background: none ;
  border: 0 ;
}
.fixed-team-contact-container .row-container-argument {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-team-contact-container .row-container-argument .icon_login_checked {
  width: 17px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #E1E5EC;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: -2px;
}
.fixed-team-contact-container .row-container-argument .icon_login_checked.active {
  width: 17px;
  height: 16px;
  background: #e43a3d url('../image/icon-check1.png') center no-repeat;
  background-size: 13px 10px;
  border-radius: 4px;
}
.fixed-team-contact-container .row-container-argument span {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
}
.global-region-container .region {
  color: #ff6000;
  font-size: 14px;
}
.global-region-container .type {
  display: inline-block;
  background-color: #ffecca;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  padding: 0 9px;
  margin-left: 10px;
}
.footer-needs-container {
  width: 1400px;
  height: 220px;
  margin: 0 auto;
  background: url('../image/foot-needs-bg.png') center no-repeat;
  background-size: 100%;
  padding: 118px 126px 0;
  margin-top: 20px;
  position: relative;
}
.footer-needs-container .foot-needs-title {
  font-size: 36px;
  text-align: center;
  color: #333333;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 36px;
}
.footer-needs-container .row-container {
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.footer-needs-container .row-container .needs_name,
.footer-needs-container .row-container .needs_mobile,
.footer-needs-container .row-container .needs_code {
  width: 100%;
  padding: 16px 23px;
  background: #EFF3F6;
  border-radius: 6px;
  line-height: 18px;
  font-size: 16px;
  color: #666666;
  border: none;
}
.footer-needs-container .row-container .row-name {
  width: 272px;
  margin-right: 16px;
}
.footer-needs-container .row-container .row-mobile {
  width: 392px;
  background: #EFF3F6;
  border-radius: 6px;
  position: relative;
  margin-right: 16px;
}
.footer-needs-container .row-container .row-mobile .needs_mobile {
  width: 70%;
}
.footer-needs-container .row-container .row-mobile .btn-send-code {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #E43A3D;
  cursor: pointer;
}
.footer-needs-container .row-container .row-code {
  width: 271px;
  margin-right: 16px;
}
.footer-needs-container .row-container .row-btn .row-btn {
  width: 153px;
  background: #E43A3D;
  border-radius: 6px;
  text-align: center;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
}
.footer-needs-container.active {
  background: url('../image/foot-needs-bg2.png') center no-repeat;
  background-size: 100%;
}
.footer-needs-container.active .foot-needs-form {
  display: none;
}
.icon-video1 {
  display: inline-block;
  width: 76px;
  height: 71px;
  background: url('../image/icon-video1.png') center no-repeat;
  background-size: 76px 71px;
  vertical-align: -1px;
}
.icon-video2 {
  display: inline-block;
  width: 65px;
  height: 71px;
  background: url('../image/icon-video2.png') center no-repeat;
  background-size: 65px 71px;
  vertical-align: -1px;
}
.icon-needs2 {
  display: inline-block;
  width: 69px;
  height: 70px;
  background: url('../image/icon-needs2.png') center no-repeat;
  background-size: 69px 70px;
  vertical-align: -1px;
}
.icon-search {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../image/icon-search.png') center no-repeat;
  background-size: 22px 22px;
  vertical-align: -1px;
}
.icon-hot {
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url('../image/icon-hot.png') center no-repeat;
  background-size: 16px 22px;
  vertical-align: -1px;
}
.icon-del {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../image/icon-del.png') center no-repeat;
  background-size: 14px 14px;
  vertical-align: -1px;
}
.icon-local {
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url('../image/icon-local.png') center no-repeat;
  background-size: 13px 16px;
  vertical-align: -1px;
}
.icon-view-count {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url('../image/icon-view-count.png') center no-repeat;
  background-size: 14px 12px;
}
.view-more-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.view-more-container .view-more-btn {
  width: 180px;
  height: 48px;
  cursor: pointer;
  border-radius: 24px;
  border: 1px solid #DDDDDD;
  background-color: #EFF0F4;
  color: #666666;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
}
.view-more-container .view-more-btn:hover {
  color: white;
  background-color: #E43A3D;
}
.section-div-title-container {
  position: relative;
}
.section-div-title-container .section-title-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 2px;
  background-color: #E43A3D;
}
.section-div-title-container .section-inner-title-back {
  line-height: 88px;
  font-size: 56px;
  text-align: center;
  color: #666666;
  font-weight: bold;
  opacity: 0.1;
}
.section-div-title-container .section-inner-title {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -250px;
  z-index: 18;
  width: 500px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  opacity: 1;
}
.section-inner-introduce {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.layer-red-container {
  width: 500px;
  height: 320px;
  background: linear-gradient(22deg, #fff0f0 0%, #ffffff 41%, #ffffff 100%) !important;
  border-radius: 6px!important;
}
.layer-red-container .layui-layer-title {
  text-align: center;
  height: 56px;
  line-height: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 68px;
  background: none;
  border: none;
  padding: 33px 0 0;
}
.layer-red-container .layui-layer-content {
  line-height: 24px!important;
  font-size: 22px!important;
  color: #000000;
  text-align: center;
  margin-bottom: 90px;
  background: none;
  padding: 0!important;
}
.layer-red-container .layui-layer-btn {
  text-align: center;
  background: none;
}
.layer-red-container .layui-layer-btn a {
  width: 140px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  font-size: 16px;
}
.layer-red-container .layui-layer-btn .layui-layer-btn0 {
  background: #E43A3D;
  color: #FFFFFF;
  margin-right: 30px;
  border: none;
}
.layer-red-container .layui-layer-btn .layui-layer-btn1 {
  background: #FFFFFF;
  border: 1px solid #E43A3D;
  color: #E43A3D;
}
.layer-video-play-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 801;
}
.layer-video-play-container.active {
  display: flex ;
  align-items: center;
  justify-content: center;
}
.layer-video-play-container .inner-container {
  width: 1166.66666667px;
  position: relative;
}
.layer-video-play-container .inner-close {
  position: absolute;
  top: 26px;
  right: 30px;
  text-align: center;
}
.layer-video-play-container .btn-to-close {
  width: 21.66666667px;
  height: 21.66666667px;
  background: url('../image/video_detail_close2.png') center center no-repeat;
  background-size: 21.66666667px 21.66666667px;
  cursor: pointer ;
  display: inline-block;
}
.layer-video-play-container .inner-box {
  width: 1166.66666667px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative ;
  padding: 66.66666667px 25px 25px;
}
.layer-video-play-container .inner-video {
  width: 1116.66666667px;
  height: 628.33333333px;
  margin: 0 auto;
}
.layer-video-play-container .inner-video video {
  width: 100% ;
  height: 100% ;
}
.body-page-Index-index .banner-container {
  width: 1920px;
  height: 746px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Index-index .banner-container img {
  max-width: 100% ;
}
.body-page-Index-index .swiper-container-banner {
  width: 1920px;
  height: 746px;
}
.body-page-Index-index .page-main-container {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.body-page-Index-index .page-main-container .page-main-max {
  width: 1920px;
}
.body-page-Index-index .div-top-blank {
  position: relative;
  width: 100%;
  height: 466px;
  background-color: white;
  z-index: 10;
}
.body-page-Index-index .div-top-blank .div-top-ab {
  position: absolute;
  top: -140px;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
  height: 486px;
  padding: 80px 200px 60px 200px;
  z-index: 10;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
}
.body-page-Index-index .search-container,
.body-page-Index-index .search-hot-container,
.body-page-Index-index .action-container {
  width: 100% ;
}
.body-page-Index-index .search-container {
  height: 52px;
  line-height: 50px;
  position: relative ;
}
.body-page-Index-index .search-container .search-type-container {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  background-color: #EFF3F6;
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container {
  position: relative;
  cursor: pointer;
  width: 100px;
  font-size: 16px;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container .div-drop-down {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -2px;
  width: 7px;
  height: 4px;
  background: url('../image/index-search-drop.png') center center no-repeat;
  transition: all 200ms;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container .choose-text {
  padding-left: 20px;
  min-width: 87px;
  line-height: 50px;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container .choose-drop {
  position: absolute;
  width: 1px;
  height: 24px;
  right: 0;
  top: 14px;
  background-color: #C1C9CF;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container .choose-lists {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  background-color: white;
  width: 100px;
  box-shadow: 0px 6px 11px 1px rgba(153, 153, 153, 0.16);
  border-radius: 6px;
  z-index: 11;
  padding: 6px 0;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container .choose-lists .choose-item {
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container .choose-lists .choose-item:hover {
  color: #E43A3D;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container:before {
  content: '';
  width: 1px;
  height: 24px;
  background: #C1C9CF;
  position: absolute ;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.body-page-Index-index .search-container .search-type-container .search-choose-container:hover .div-drop-down {
  transform: rotate(180deg);
}
.body-page-Index-index .search-container .search-type-container .search-choose-container:hover .choose-lists {
  display: block;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container {
  width: 814px;
  height: 100%;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container input::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container input:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container textarea::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container textarea::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.body-page-Index-index .search-container .search-type-container .search-keyword-container textarea:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.body-page-Index-index .search-container .search-type-container .search-btn-container {
  width: 86px;
  background: #e43a3d url('../image/icon-search.png') center center no-repeat;
  height: 100% ;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.body-page-Index-index .search-hot-container {
  margin-top: 12px;
  margin-bottom: 40px;
  height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-page-Index-index .search-hot-container .grid-icon {
  width: 16px;
  height: 22px;
  background: url('../image/icon-hot.png') center center no-repeat;
  margin-right: 10px;
}
.body-page-Index-index .search-hot-container .grid-text {
  display: inline-block;
  line-height: 22px;
  font-size: 16px ;
  color: #BBBBBB;
}
.body-page-Index-index .search-hot-container .grid-item {
  padding: 0 12px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap ;
  font-size: 16px ;
  color: #BBBBBB;
}
.body-page-Index-index .action-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
.body-page-Index-index .action-container,
.body-page-Index-index .action-container a {
  color: #333333;
}
.body-page-Index-index .action-container .action-item-container {
  width: 460px;
  height: 220px;
  background: #F5F5F5;
  border-radius: 6px;
  position: relative ;
}
.body-page-Index-index .action-container .action-item-container:hover {
  background-color: #E43A3D;
}
.body-page-Index-index .action-container .action-item-container:hover .action-name,
.body-page-Index-index .action-container .action-item-container:hover .action-introduce {
  color: white;
}
.body-page-Index-index .action-container .action-item-container:hover .action-image-left {
  background: url('../image/index-top-left-hover.png') center center no-repeat;
}
.body-page-Index-index .action-container .action-item-container:hover .action-image-right {
  background: url('../image/index-top-right-hover.png') center center no-repeat;
}
.body-page-Index-index .action-container .action-name {
  white-space: nowrap ;
  font-size: 24px;
  line-height: 24px;
  margin-top: 41px;
}
.body-page-Index-index .action-container .action-introduce {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  margin-top: 25px;
}
.body-page-Index-index .action-container .action-btn {
  display: inline-block;
  padding: 0 21px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #7B3800;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer ;
  margin-top: 25px;
}
.body-page-Index-index .action-container .action-image {
  margin-top: 40px;
  height: 48px;
  width: 100%;
}
.body-page-Index-index .action-container .action-image-left {
  background: url('../image/index-top-left.png') center center no-repeat;
}
.body-page-Index-index .action-container .action-image-right {
  background: url('../image/index-top-right.png') center center no-repeat;
}
.body-page-Index-index .main-video-container {
  height: 1156px;
  width: 1920px;
  background-color: #EFF0F4;
  padding-top: 97px;
}
.body-page-Index-index .main-video-container .main-video-box {
  position: relative;
  width: 1400px;
  margin: 0 auto ;
  overflow: hidden;
}
.body-page-Index-index .main-video-container .video-type-container {
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  color: #666666;
}
.body-page-Index-index .main-video-container .video-type-container .inner-item {
  position: relative;
  display: inline-block;
  line-height: 16px;
  cursor: pointer ;
  margin-left: 100px;
}
.body-page-Index-index .main-video-container .video-type-container .inner-item:first-child {
  margin-left: 0;
}
.body-page-Index-index .main-video-container .video-type-container .inner-item.active {
  color: #E43A3D;
}
.body-page-Index-index .main-video-container .video-type-container .inner-item.active .div-video-type-dot {
  display: block;
}
.body-page-Index-index .main-video-container .video-type-container .inner-item .div-video-type-dot {
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #E43A3D;
  display: none;
}
.body-page-Index-index .main-video-container .video-swiper-container {
  color: #ffffff;
  font-size: 20px;
  padding-top: 60px;
  position: relative;
  margin: 0 auto;
  width: 1256px;
}
.body-page-Index-index .main-video-container .video-swiper-container .swiper-container {
  width: 1400px;
  margin-left: -73px;
  margin-top: 30px;
}
.body-page-Index-index .main-video-container .video-swiper-container .swiper-container .swiper-slide {
  margin-right: 20px;
  width: 326px;
}
.body-page-Index-index .main-video-container .video-swiper-container .swiper-container:first-child {
  margin-top: 0;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container {
  width: 326px;
  height: 298px;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  display: block ;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container:first-child {
  margin-top: 0 ;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-image {
  position: relative;
  text-align: center;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-image img {
  width: 326px;
  height: 184px;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-image .per-video-type {
  background: linear-gradient(91deg, #ff8a22 0%, #ffb425 100%);
  border-radius: 4px;
  width: 78px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 9px;
  top: 11px;
  text-align: center;
  font-size: 14px;
  color: white;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-name {
  color: #333333;
  margin-top: 19px;
  line-height: 20px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-info-outer {
  padding: 0 20px;
  margin-top: 18px;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-info {
  width: 100%;
  height: 43px;
  line-height: 28px;
  padding-top: 14px;
  border-top: 1px solid #DDDDDD;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-info .per-info-left {
  max-width: 180px;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-info .per-info-left img {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin-right: 13px;
}
.body-page-Index-index .main-video-container .video-swiper-container .per-slide-container .per-info .per-info-left .p-show-name {
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-page-Index-index .main-video-container .video-swiper-container .inner-item {
  display: none ;
  width: 100% ;
  overflow: hidden;
}
.body-page-Index-index .main-video-container .video-swiper-container .inner-item.active {
  display: block ;
}
.body-page-Index-index .main-video-container .video-swiper-container .swiper-button {
  width: 60px;
  height: 630px;
  display: flex;
  align-self: center;
  justify-content: center;
}
.body-page-Index-index .main-video-container .video-swiper-container .swiper-button span {
  position: absolute;
  top: 235px;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
}
.body-page-Index-index .main-video-container .video-swiper-container .button-prev {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 200;
  background: url("../image/swiper-bgr2.png") center no-repeat;
  background-size: 100%;
}
.body-page-Index-index .main-video-container .video-swiper-container .button-prev span {
  left: -72px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
}
.body-page-Index-index .main-video-container .video-swiper-container .button-prev .swiper-icon1 {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("../image/swiper-icon1.png") center no-repeat;
  background-size: 8px 14px;
}
.body-page-Index-index .main-video-container .video-swiper-container .button-next {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 200;
  background: url("../image/swiper-bgl2.png") center no-repeat;
  background-size: 100%;
}
.body-page-Index-index .main-video-container .video-swiper-container .button-next span {
  right: -72px;
  background: #E43A3D;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
}
.body-page-Index-index .main-video-container .video-swiper-container .button-next .swiper-icon2 {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("../image/swiper-icon2.png") center no-repeat;
  background-size: 8px 14px;
}
.body-page-Index-index .main-video-container .view-more-container {
  margin-top: 40px;
}
.body-page-Index-index .main-team-container {
  width: 1920px;
  background: #ffffff ;
  padding-top: 97px;
  padding-bottom: 60px;
}
.body-page-Index-index .main-team-container .main-team-box {
  padding-top: 78px;
}
.body-page-Index-index .main-team-container .inner-main {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 30px;
}
.body-page-Index-index .main-team-container .inner-main .team-body .swiper-slide {
  transform: scale(0.8);
}
.body-page-Index-index .main-team-container .inner-main .team-body .swiper-slide img {
  width: 305px;
  height: 349px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.body-page-Index-index .main-team-container .inner-main .team-body .swiper-slide-active,
.body-page-Index-index .main-team-container .inner-main .team-body .swiper-slide-duplicate-active {
  transform: scale(1);
}
.body-page-Index-index .main-needs-container {
  width: 1920px;
  background-color: #EFF0F4;
  padding-top: 97px;
  padding-bottom: 60px;
}
.body-page-Index-index .main-needs-container .main-needs-box {
  position: relative;
  width: 1400px;
  margin: 67px auto 0 auto;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item,
.body-page-Index-index .main-needs-container .main-needs-box .row-container {
  width: 350px;
  height: 116px;
  border-collapse: collapse;
  border: 1px solid #EEEEEE;
  padding: 16px 20px 0 20px;
  background-color: #E43A3D;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item:hover,
.body-page-Index-index .main-needs-container .main-needs-box .row-container:hover {
  box-shadow: 0px 4px 14px 0px rgba(153, 153, 153, 0.2);
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-dot-line,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-dot-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-dot-line .row-dot,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-dot-line .row-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-title,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-title {
  padding-top: 10px;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-title p,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-title p {
  font-size: 18px;
  color: #FEFEFE;
  line-height: 30px;
  white-space: nowrap ;
  overflow: hidden ;
  text-overflow: ellipsis ;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-bottom,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-bottom {
  margin-top: 13px;
  font-size: 14px;
  line-height: 16px;
  color: #FEFEFE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-bottom .row-bottom-left,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-bottom .row-bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-bottom .row-bottom-right,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-bottom .row-bottom-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 14px;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-bottom .div-img-loc,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-bottom .div-img-loc {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('../image/icon-local2.png') center center no-repeat;
  background-size: 14px 16px;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item .row-bottom .div-img-clock,
.body-page-Index-index .main-needs-container .main-needs-box .row-container .row-bottom .div-img-clock {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('../image/icon-needs-clock1.png') center center no-repeat;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item.disabled,
.body-page-Index-index .main-needs-container .main-needs-box .row-container.disabled {
  background: #ffffff ;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item.disabled .row-dot-line .row-dot,
.body-page-Index-index .main-needs-container .main-needs-box .row-container.disabled .row-dot-line .row-dot {
  background-color: #E43A3D;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item.disabled .row-title p,
.body-page-Index-index .main-needs-container .main-needs-box .row-container.disabled .row-title p {
  color: #333333;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item.disabled .row-bottom,
.body-page-Index-index .main-needs-container .main-needs-box .row-container.disabled .row-bottom {
  color: #999999;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item.disabled .div-img-loc,
.body-page-Index-index .main-needs-container .main-needs-box .row-container.disabled .div-img-loc {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('../image/index-needs-loc.png') center center no-repeat;
}
.body-page-Index-index .main-needs-container .main-needs-box .box-item.disabled .div-img-clock,
.body-page-Index-index .main-needs-container .main-needs-box .row-container.disabled .div-img-clock {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('../image/index-needs-clock.png') center center no-repeat;
}
.body-page-Index-index .main-needs-container .box-bottom {
  margin-top: 60px;
}
.body-page-Index-index .main-article-container {
  width: 1920px;
  height: 1140px;
  background: #ffffff ;
  padding-top: 97px;
  background: url('../image/index-article-bg.png') center bottom no-repeat;
}
.body-page-Index-index .main-article-container .main-article-box {
  width: 1400px;
  margin: 0 auto;
}
.body-page-Index-index .main-article-container .main-article-box .div-article-type {
  padding: 67px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-page-Index-index .main-article-container .main-article-box .div-article-type .div-article-type-item {
  cursor: pointer;
  width: 120px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  color: #666666;
  text-align: center;
  margin-left: 80px;
}
.body-page-Index-index .main-article-container .main-article-box .div-article-type .div-article-type-item:first-child {
  margin-left: 0;
}
.body-page-Index-index .main-article-container .main-article-box .div-article-type .div-article-type-item.active {
  background-color: #E43A3D;
  border: 1px solid #E43A3D;
  color: white;
}
.body-page-Index-index .main-article-container .main-article-box .div-article-type .div-article-type-item:hover {
  background-color: #E43A3D;
  border: 1px solid #E43A3D;
  color: white;
}
.body-page-Index-index .main-article-container .inner-main .card-container {
  width: 100% ;
  height: 390px;
  position: relative ;
  display: none;
}
.body-page-Index-index .main-article-container .inner-main .card-container.active {
  display: block;
}
.body-page-Index-index .main-article-container .inner-main .card-body {
  position: relative ;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left {
  width: 462px;
  height: 390px;
  padding-right: 15px;
  border-right: 1px dotted #DDDDDD;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-item {
  width: 100%;
  height: 100%;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-item .card-desc {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*
	line-height: @lh;
	max-height: @row * @lh ;
	*/
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-other {
  margin-top: 19px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-tltle {
  margin-top: 23px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-desc {
  margin-top: 14px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-dot-line {
  width: 100%;
  height: 1px;
  background: url('../image/index-article-line.png') center center no-repeat;
  margin-top: 10px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-view-detail {
  margin-top: 22px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-view-detail p {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-right: 14px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-left .card-view-detail .icon-view-detail {
  width: 4px;
  height: 7px;
  background: url('../image/index-article-view-detail.png') center center no-repeat;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right {
  width: 938px;
  height: 100%;
  flex-wrap: wrap;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-item {
  padding: 28px 34px 0 34px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-item:nth-child(1) {
  border-right: 1px dotted #DDDDDD;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-item:nth-child(1),
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-item:nth-child(2) {
  border-bottom: 1px dotted #DDDDDD;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-item:nth-child(3) {
  border-right: 1px dotted #DDDDDD;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-desc {
  margin-top: 19px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-section-right .card-other {
  position: absolute;
  bottom: 20px;
  width: 401px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-img {
  width: 100%;
  height: 230px;
  border-radius: 6px;
  overflow: hidden;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-img img {
  width: 100%;
  height: 100%;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-tltle {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*
	line-height: @lh;
	max-height: @row * @lh ;
	*/
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-desc {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*
	line-height: @lh;
	max-height: @row * @lh ;
	*/
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-other {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-other .icon-view-count {
  margin-right: 8px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-item {
  position: relative;
  width: 469px;
  height: 195px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .card-item:hover {
  box-shadow: 0px 4px 14px 0px rgba(153, 153, 153, 0.2);
}
.body-page-Index-index .main-article-container .inner-main .card-body .first-item {
  background: linear-gradient(#e43a3d 0%, #e43a3d 100%);
  background-position: 15px 10px;
  background-size: 439px 175px;
  box-shadow: 0px 6px 20px 0px rgba(228, 58, 61, 0.2);
  border-radius: 6px;
}
.body-page-Index-index .main-article-container .inner-main .card-body .first-item .card-tltle {
  color: #ffffff;
}
.body-page-Index-index .main-article-container .inner-main .card-body .first-item .card-desc {
  color: #ffffff;
  opacity: 0.7;
}
.body-page-Index-index .main-article-container .inner-main .card-body .first-item .card-other {
  color: #ffffff;
  opacity: 0.7;
}
.body-page-Index-index .main-article-container .inner-main .card-body .first-item .card-other .icon-view-count {
  background: url('../image/icon-view-count2.png') center no-repeat;
  background-size: 100%;
}
.body-page-Index-index .main-article-container .inner-main .card-foot {
  position: absolute ;
  top: 451px;
}
.body-page-Index-index .footer-needs-container {
  margin-top: -180px;
}
.body-page-Video-index {
  background-color: #EFF0F4;
}
.body-page-Video-index .banner-container {
  width: 100% ;
  min-height: 252px;
  position: relative ;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.body-page-Video-index .banner-container .image-container {
  position: relative ;
  width: 100% ;
}
.body-page-Video-index .banner-container .image-container img {
  width: 100% ;
}
.body-page-Video-index .banner-container .box-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: 30px;
}
.body-page-Video-index .banner-container .box-container .btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-page-Video-index .banner-container .box-container .btns-container .inner-btn {
  width: 360px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(39, 39, 39, 0.12);
  opacity: 0.95;
  border-radius: 6px;
  cursor: pointer ;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Video-index .banner-container .box-container .btns-container .inner-btn span {
  margin-right: 55px;
}
.body-page-Video-index .banner-container .box-container .btns-container .inner-btn-1 {
  margin-right: 262px;
}
.body-page-Video-index .filter-container {
  background: #ffffff ;
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
}
.body-page-Video-index .filter-container .inner-container {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 30px 4px 30px;
  box-shadow: 0px -6px 36px 0px rgba(169, 169, 169, 0.22);
  border-radius: 6px;
}
.body-page-Video-index .filter-container .search-container {
  margin-bottom: 28px;
  padding: 0 170px;
}
.body-page-Video-index .filter-container .search-container .search-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #EFF3F6;
  border-radius: 6px;
  margin-bottom: 12px;
}
.body-page-Video-index .filter-container .search-container .search-line .search-input {
  flex-grow: 1;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #EFF3F6;
  color: #333333;
  border: none;
}
.body-page-Video-index .filter-container .search-container .search-line .search-btn {
  width: 86px;
  height: 52px;
  background: #E43A3D;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Video-index .filter-container .search-container .search-list {
  display: flex;
  align-items: center;
}
.body-page-Video-index .filter-container .search-container .search-list .list-icon {
  margin-right: 12px;
}
.body-page-Video-index .filter-container .search-container .search-list .list-item {
  font-size: 16px;
  font-weight: 500;
  color: #BBBBBB;
  margin-right: 20px;
  cursor: pointer;
}
.body-page-Video-index .filter-container .line-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 22px;
  margin-top: 10px;
}
.body-page-Video-index .filter-container .line-container:first-child {
  margin-top: 0 ;
}
.body-page-Video-index .filter-container .line-left {
  min-width: 50px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap ;
  font-weight: bold;
}
.body-page-Video-index .filter-container .line-right {
  flex: 1;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.body-page-Video-index .filter-container .line-right > .choose-item {
  display: inline-block;
  text-align: center;
  width: 125px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 16px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 5px 10px;
}
.body-page-Video-index .filter-container .line-right > .choose-item.active {
  padding: 0;
}
.body-page-Video-index .filter-container .line-right > .choose-item.active span {
  display: inline-block;
  min-width: 85px;
  padding: 5px 10px;
  background-color: #E43A3D;
  border-radius: 4px;
  color: #ffffff;
}
.body-page-Video-index .filter-container .line-right > .choose-item-remove {
  display: inline-block;
}
.body-page-Video-index .filter-container .line-right > .choose-item-remove .choose-first {
  display: inline-block;
  text-align: center;
}
.body-page-Video-index .filter-container .line-right > .choose-item-remove .choose-first span {
  display: inline-block;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E43A3D;
  border-radius: 4px;
  color: #E43A3D;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 18px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 5px 10px;
}
.body-page-Video-index .filter-container .line-right .cursor-to-region:hover .region-all-container {
  display: block ;
}
.body-page-Video-index .filter-container .region-all-container {
  position: absolute ;
  width: 634px;
  height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  color: #333333;
  font-size: 16px;
  display: none ;
  z-index: 999;
  right: 120px;
}
.body-page-Video-index .filter-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #333333;
  line-height: 1 ;
}
.body-page-Video-index .filter-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-page-Video-index .filter-container .region-all-container .grid-item-container .row-left {
  width: 85px;
}
.body-page-Video-index .filter-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-page-Video-index .filter-container .region-all-container .grid-item-container .child-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 15px;
  cursor: pointer ;
}
.body-page-Video-index .filter-container .select-container {
  padding-top: 20px;
  padding-left: 62px;
  display: flex;
  align-items: center;
}
.body-page-Video-index .filter-container .select-container .select-item {
  min-width: 160px;
  background: rgba(228, 58, 61, 0.05);
  border: 1px solid #E43A3D;
  border-radius: 3px;
  padding: 7px 31px 7px 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #E43A3D;
  line-height: 18px;
  margin-right: 10px;
}
.body-page-Video-index .filter-container .select-container .select-item i {
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
}
.body-page-Video-index .sort-container {
  height: 56px;
  line-height: 56px;
  margin-bottom: 30px;
}
.body-page-Video-index .sort-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Video-index .sort-container .sort-item {
  cursor: pointer ;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  text-align: center;
  color: #333333;
}
.body-page-Video-index .sort-container .sort-item .icon_video_sort_1 {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/video-sort11.png') center no-repeat;
  background-size: 24px 25px;
  vertical-align: -6px;
}
.body-page-Video-index .sort-container .sort-item .icon_video_sort_2 {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/needs-sort12.png') center no-repeat;
  background-size: 24px 25px;
  vertical-align: -6px;
}
.body-page-Video-index .sort-container .sort-item:first-child {
  margin-right: 30px;
}
.body-page-Video-index .sort-container .sort-item i {
  margin-right: 10px;
}
.body-page-Video-index .sort-container .sort-item span {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.body-page-Video-index .sort-container .sort-item.active {
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
}
.body-page-Video-index .sort-container .sort-item.active .icon_video_sort_1 {
  background: url('../image/video-sort21.png') center no-repeat;
  background-size: 24px 25px;
}
.body-page-Video-index .sort-container .sort-item.active .icon_video_sort_2 {
  background: url('../image/needs-sort22.png') center no-repeat;
  background-size: 24px 25px;
}
.body-page-Video-index .sort-container .sort-item.active span {
  color: #fff;
}
.body-page-Video-index .main-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Video-index .main-container .inner-item {
  margin-right: 32px;
  margin-bottom: 29px;
  width: 326px;
  background-color: #ffffff;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 12px;
}
.body-page-Video-index .main-container .inner-item:nth-child(4n) {
  margin-right: 0 ;
}
.body-page-Video-index .main-container .inner-image {
  height: 184px;
  position: relative;
}
.body-page-Video-index .main-container .inner-image img {
  width: 100% ;
  height: 184px;
  border-radius: 12px 12px 0 0;
}
.body-page-Video-index .main-container .inner-image span {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 14px;
  padding: 6px 12px;
  background: linear-gradient(91deg, #ff8a22 0%, #ffb425 100%);
  border-radius: 4px;
  color: #fff;
}
.body-page-Video-index .main-container .inner-box {
  padding: 19px 20px 16px 20px;
}
.body-page-Video-index .main-container .inner-title {
  width: 285px;
  line-height: 24px;
  color: #333333;
  font-size: 20px;
  overflow: hidden ;
  text-overflow: ellipsis ;
  padding-bottom: 14px;
  border-bottom: 1px solid #EFF0F4;
  margin-bottom: 14px;
}
.body-page-Video-index .main-container .inner-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap ;
  margin-top: 6px;
}
.body-page-Video-index .main-container .info-left {
  width: 28px;
  margin-right: 12px;
}
.body-page-Video-index .main-container .info-left img {
  width: 100% ;
  border-radius: 100% ;
}
.body-page-Video-index .main-container .info-center {
  flex: 1;
  height: 18px;
  line-height: 18px;
  color: #333333;
  font-size: 16px;
  overflow: hidden ;
  text-overflow: ellipsis ;
}
.body-page-Video-index .main-container .info-right {
  width: 81px;
  height: 30px;
  margin-left: 32px;
  text-align: right;
  margin-right: -2px;
}
.body-page-Video-index .main-container .info-right .icon_vip {
  width: 100% ;
  height: 30px;
}
.icon-team {
  width: 20px;
  height: 23px;
  background: url('../image/icon-team.png') center center no-repeat;
  background-size: 20px 23px;
  display: inline-block;
}
.team-style {
  width: 25px;
  height: 26px;
  background: url('../image/team-style.png') center center no-repeat;
  background-size: 25px 26px;
  display: inline-block;
}
.team-type {
  width: 24px;
  height: 24px;
  background: url('../image/team-type.png') center center no-repeat;
  background-size: 24px 24px;
  display: inline-block;
}
.icon-vip-type {
  width: 28px;
  height: 28px;
}
.icon-vip-type.vip_type_1 {
  background-image: url(../image/icon-vip_type_1.png);
  background-size: 28px;
}
.icon-vip-type.vip_type_2 {
  background-image: url(../image/icon-vip_type_2.png);
  background-size: 28px;
}
.icon-vip-type.vip_type_3 {
  background-image: url(../image/icon-vip_type_3.png);
  background-size: 28px;
}
.icon-vip-type.vip_type_4 {
  background-image: url(../image/icon-vip_type_4.png);
  background-size: 28px;
}
.body-page-Needs-index2 {
    padding-top: 20px !important;
}
.body-page-Team-index2 {
  background-color: #EFF0F4;
  padding-top: 20px !important;
}
.body-page-Team-index2 .banner-container {
  width: 100% ;
  min-height: 400px;
  position: relative ;
  padding-bottom: 90px;
}
.body-page-Team-index2 .banner-container .image-container {
  position: relative ;
  width: 100% ;
}
.body-page-Team-index2 .banner-container .image-container img {
  width: 100% ;
}
.body-page-Team-index2 .banner-container .box-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: 30px;
}
.body-page-Team-index2 .banner-container .box-container .btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-page-Team-index2 .banner-container .box-container .btns-container .inner-btn {
  width: 360px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  opacity: 0.95;
  border-radius: 6px;
  cursor: pointer ;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Team-index2 .banner-container .box-container .btns-container .inner-btn span {
  margin-right: 55px;
}
.body-page-Team-index2 .banner-container .box-container .btns-container .inner-btn-1 {
  margin-right: 262px;
}
.body-page-Team-index2 .page-main-container {
  width: 1400px;
  margin: 0 auto;
}
.body-page-Team-index2 .page-main-container .page-main-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left {
  flex-grow: 1;
  padding: 30px 30px 30px 30px;
  background: #ffffff ;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  height: 540px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container {
  margin-bottom: 28px;
  padding: 0 170px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container .search-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #EFF3F6;
  border-radius: 6px;
  margin-bottom: 12px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container .search-line .search-input {
  flex-grow: 1;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #EFF3F6;
  color: #333333;
  border: none;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container .search-line .search-btn {
  width: 86px;
  height: 52px;
  background: #E43A3D;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container .search-list {
  display: flex;
  align-items: center;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container .search-list .list-icon {
  margin-right: 12px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .search-container .search-list .list-item {
  font-size: 16px;
  font-weight: 500;
  color: #BBBBBB;
  margin-right: 20px;
  cursor: pointer;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container {
  padding-bottom: 10px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 22px;
  margin-top: 10px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-container:first-child {
  margin-top: 0 ;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-left {
  min-width: 50px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap ;
  font-weight: bold;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right {
  flex: 1;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right > .choose-item {
  display: inline-block;
  text-align: center;
  width: 125px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 14px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 5px 10px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right > .choose-item.active {
  padding: 0;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right > .choose-item.active span {
  display: inline-block;
  min-width: 85px;
  padding: 5px 10px;
  background-color: #E43A3D;
  border-radius: 4px;
  color: #ffffff;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right > .choose-item-remove {
  display: inline-block;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right > .choose-item-remove .choose-first {
  display: inline-block;
  text-align: center;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right > .choose-item-remove .choose-first span {
  display: inline-block;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E43A3D;
  border-radius: 4px;
  color: #E43A3D;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 18px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 5px 10px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-right .cursor-to-region:hover .region-all-container {
  display: block ;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .line-container-region_code {
  padding-bottom: 16px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .region-all-container {
  position: absolute ;
  width: 634px;
  height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  color: #333333;
  font-size: 16px;
  display: none ;
  z-index: 999;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #333333;
  line-height: 1 ;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .region-all-container .grid-item-container .row-left {
  width: 85px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .region-all-container .grid-item-container .child-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 15px;
  cursor: pointer ;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .select-container {
  padding-top: 30px;
  padding-left: 62px;
  display: flex;
  align-items: center;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .select-container .select-item {
  min-width: 160px;
  background: rgba(228, 58, 61, 0.05);
  border: 1px solid #E43A3D;
  border-radius: 3px;
  padding: 7px 31px 7px 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #E43A3D;
  line-height: 18px;
  margin-right: 10px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-left .filter-container .select-container .select-item i {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right {
  width: 350px;
  margin-left: 30px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .right-head {
  height: 140px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .right-head img {
  height: 140px;
  width: 350px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .right-body {
  background: #ffffff ;
  padding: 0px 20px;
  border-radius: 0 0 6px 6px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 9px;
  border-bottom: 1px solid #F1F4F7;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-container:last-child {
  border-bottom: none;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-left {
  margin-right: 18px;
  width: 42px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-left .icon_top {
  width: 42px;
  height: 27px;
  background: url('../image/icon_top4.png') center center no-repeat;
  display: inline-block;
  background-size: 42px 27px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-left .icon_top_1 {
  background-image: url('../image/icon_top1.png');
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-left .icon_top_2 {
  background-image: url('../image/icon_top2.png');
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-left .icon_top_3 {
  background-image: url('../image/icon_top3.png');
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .row-center {
  flex: 1;
  width: 186px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .center-user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .center-user .user-img img {
  width: 60px;
  height: 60px;
  border-radius: 100% ;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .center-user .user-detail {
  margin-left: 14px;
  flex: 1;
  overflow: hidden ;
  white-space: nowrap ;
  text-overflow: ellipsis ;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .center-user .user-detail .user-name {
  width: 110px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap ;
  text-overflow: ellipsis ;
  overflow: hidden ;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .center-user .user-detail .user-region {
  height: 16px;
  line-height: 16px;
  color: #666666;
  font-size: 14px;
  margin-top: 6px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .icon-vip {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .icon-vip.vip_type_1 {
  background-image: url(../image/icon-vip_type_1.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .icon-vip.vip_type_2 {
  background-image: url(../image/icon-vip_type_2.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .icon-vip.vip_type_3 {
  background-image: url(../image/icon-vip_type_3.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-head .page-main-right .icon-vip.vip_type_4 {
  background-image: url(../image/icon-vip_type_4.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container {
  height: 56px;
  line-height: 56px;
  margin-bottom: 30px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item {
  cursor: pointer ;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  text-align: center;
  color: #333333;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item .icon_video_sort_1 {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/video-sort11.png') center no-repeat;
  background-size: 24px 25px;
  vertical-align: -6px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item .icon_video_sort_2 {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/needs-sort12.png') center no-repeat;
  background-size: 24px 25px;
  vertical-align: -6px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item:first-child {
  margin-right: 30px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item i {
  margin-right: 10px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item span {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item.active {
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item.active .icon_video_sort_1 {
  background: url('../image/video-sort21.png') center no-repeat;
  background-size: 24px 25px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item.active .icon_video_sort_2 {
  background: url('../image/needs-sort22.png') center no-repeat;
  background-size: 24px 25px;
}
.body-page-Team-index2 .page-main-container .page-main-body .sort-container .sort-item.active span {
  color: #fff;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-item {
  margin-bottom: 30px;
  padding: 36px 30px;
  width: 1400px;
  height: 457px;
  background-color: #ffffff;
  position: relative ;
  background: url('../image/bg-team.png') center no-repeat;
  background-size: 1400px 457px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-item:first-child {
  margin-top: 0 ;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-item.is_recommand-1:after {
  content: '';
  width: 156px;
  height: 76px;
  background: url('../image/team_tuijian.png') center center no-repeat;
  background-size: 156px 76px;
  position: absolute ;
  top: -16px;
  right: -16px;
  z-index: 20;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-item .inner-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-item .inner-icon .icon-edit {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/icon-edit.png') center center no-repeat;
  background-size: 24px 25px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F6F9;
  margin-bottom: 30px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-left {
  width: 140px;
  margin-right: 23px;
  position: relative;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-left img {
  width: 140px;
  height: 140px;
  border-radius: 14px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-center {
  flex: 1;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-right {
  margin-left: 50px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name {
  color: #333333;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  width: 615px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  overflow: hidden ;
  white-space: nowrap ;
  text-overflow: ellipsis ;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name span {
  overflow: hidden ;
  white-space: nowrap ;
  text-overflow: ellipsis ;
  display: inline-block;
  max-width: 555px;
  font-weight: bold;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name .icon-vip1 {
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name .icon-vip1.vip_type_1 {
  background-image: url(../image/icon-vip_type_1.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name .icon-vip1.vip_type_2 {
  background-image: url(../image/icon-vip_type_2.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name .icon-vip1.vip_type_3 {
  background-image: url(../image/icon-vip_type_3.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name .icon-vip1.vip_type_4 {
  background-image: url(../image/icon-vip_type_4.png);
  background-size: 28px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-name .icon-team-type {
  width: 81px;
  height: 32px;
  background: url('../image/icon-team-type.png') center top no-repeat;
  background-size: 81px 32px;
  margin-left: 16px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-region {
  height: 20px;
  line-height: 20px;
  color: #666666;
  font-size: 16px;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap ;
  max-width: 615px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-business {
  max-height: 76px;
  overflow: hidden ;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-business span {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(228, 58, 61, 0.1);
  border-radius: 15px;
  line-height: 14px;
  text-align: center;
  color: #E43A3D;
  font-size: 14px;
  margin-right: 14px;
  margin-bottom: 16px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-contact {
  margin-top: 6px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-contact span {
  display: inline-block;
  width: 120px;
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
  border-radius: 21px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 16x;
  font-weight: bold;
  cursor: pointer ;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-videos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-videos .video-item {
  position: relative ;
  width: 326px;
  height: 184px;
  margin-left: 12px;
  border-radius: 14px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-videos .video-item:first-child {
  margin-left: 0 ;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-videos .video-item .inner-image img {
  width: 100% ;
  height: 184px;
  border-radius: 14px;
}
.body-page-Team-index2 .page-main-container .page-main-body .main-container .inner-videos .video-item .inner-type {
  position: absolute ;
  z-index: 335;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 12px;
}
.body-page-Team-detail {
  background-color: #EFF0F4;
}
.body-page-Team-detail .banner-container {
  width: 100% ;
  min-height: 400px;
  position: relative ;
  background: url('../image/index-video-bg.png') center top no-repeat;
  background-size: 100% 400px;
}
.body-page-Team-detail .banner-container .banner-body {
  width: 100% ;
  height: 287px;
  top: 57px;
  position: absolute ;
}
.body-page-Team-detail .banner-container .banner-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.body-page-Team-detail .banner-container .inner-headimgurl {
  text-align: center;
}
.body-page-Team-detail .banner-container .inner-headimgurl img {
  width: 130px;
  height: 130px;
  border-radius: 100% ;
  border: 2px solid #FFFFFF;
}
.body-page-Team-detail .banner-container .inner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.body-page-Team-detail .banner-container .inner-info .inner-name {
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  font-weight: bold;
}
.body-page-Team-detail .banner-container .inner-info .icon-recommand {
  display: inline-block;
}
.body-page-Team-detail .banner-container .inner-info .icon-recommand.is_recommand_1 {
  margin-left: 13px;
  width: 56px;
  height: 28px;
  background: linear-gradient(0deg, #ff9220, #fe604b);
  border-radius: 14px;
  text-align: center;
  font-size: 18px;
}
.body-page-Team-detail .banner-container .inner-location {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 3px;
}
.body-page-Team-detail .banner-container .inner-location span {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
}
.body-page-Team-detail .banner-container .inner-location .icon_needs_location {
  vertical-align: -2px;
  margin-right: 12px;
}
.body-page-Team-detail .banner-container .inner-location .icon-vip {
  width: 81px;
  height: 30px;
  margin-left: 13px;
}
.body-page-Team-detail .banner-container .inner-contact {
  margin-top: 12px;
  text-align: center;
}
.body-page-Team-detail .banner-container .inner-contact span {
  display: inline-block;
  width: 140px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap ;
  color: #ffffff;
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
  border-radius: 24px;
  font-size: 18px;
}
.body-page-Team-detail .page-menu-container {
  width: 1400px;
  line-height: 52px;
  text-align: left;
  margin: 49px auto 30px;
}
.body-page-Team-detail .page-menu-container .menu-item {
  text-align: center;
  display: inline-block;
  width: 130px;
  line-height: 52px;
  background-color: #ffffff;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  color: #333333;
  font-size: 20px;
  cursor: pointer ;
  margin-right: 30px;
}
.body-page-Team-detail .page-menu-container .menu-item.active {
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
  color: #fff;
}
.body-page-Team-detail .page-content-container {
  width: 1400px;
  margin: 0 auto;
}
.body-page-Team-detail .page-content-container .page-item-container {
  display: none;
}
.body-page-Team-detail .page-content-container .page-item-container.active {
  display: flex ;
}
.body-page-Team-detail .page-content-container .page-item-container-1.active {
  display: block ;
}
.body-page-Team-detail .page-content-container .video-lists-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-item {
  width: 326px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #333333;
  margin: 0 32px 30px 0;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-item:nth-child(4n) {
  margin-right: 0px;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-image {
  width: 100% ;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-image img {
  width: 100% ;
  height: 184px;
  border-radius: 6px 6px 0 0;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-bottom {
  border-radius: 0 0 6px 6px;
  padding: 26px 20px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-title {
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 20px;
  white-space: nowrap ;
  text-overflow: ellipsis ;
  overflow: hidden ;
  font-weight: bold;
  width: 190px;
}
.body-page-Team-detail .page-content-container .video-lists-container .grid-type {
  padding: 8px 16px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(228, 58, 61, 0.1);
  font-size: 14px;
  line-height: 14px;
  color: #E43A3D;
}
.body-page-Team-detail .page-content-container .page-item-container-2 {
  width: 1400px;
  height: 520px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 auto 90px;
  align-items: center;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left {
  width: 700px;
  height: 520px;
  padding: 30px;
  background: url('../image/team-bg.png') center no-repeat;
  background-size: 100%;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info .inner-title {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info .inner-title i {
  margin-right: 13px;
  vertical-align: -2px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info .inner-item {
  display: flex;
  align-items: center;
  line-height: 28px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info .inner-item .item-left {
  min-width: 90px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info .inner-item .item-right {
  flex-grow: 1;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info .inner-item .item-right i {
  vertical-align: -6px;
  margin-left: 4px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info div:last-child {
  margin-bottom: 0;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info div:last-child .item-left {
  align-self: flex-start;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info div:last-child .item-right {
  min-height: 110px;
  white-space: normal;
  max-height: 110px;
  overflow-y: auto;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-info div:last-child .item-right::-webkit-scrollbar {
  width: 0px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-type .inner-title {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-type .inner-title i {
  margin-right: 14px;
  vertical-align: -4px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-type .inner-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  overflow-y: scroll;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-type .inner-list::-webkit-scrollbar {
  width: 0px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-left .inner-type .inner-list .list-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  opacity: 0.8;
  text-align: center;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 20px;
  margin-bottom: 20px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-right {
  width: 700px;
  height: 520px;
  padding: 30px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-right .inner-title {
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F5F8;
  margin-bottom: 20px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-right .inner-title i {
  margin-right: 14px;
  vertical-align: -6px;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-right .inner-box {
  width: 640px;
  height: 356px;
  background: #F2F5F8;
}
.body-page-Team-detail .page-content-container .page-item-container-2 .inner-right .inner-box img {
  width: 100%;
  height: 100%;
}
.body-controller-WenZhang,
.body-controller-Article {
  background-color: #f6f6f6;
}
.body-controller-WenZhang .banner-container,
.body-controller-Article .banner-container {
  width: 100% ;
  min-height: 252px;
  position: relative ;
}
.body-controller-WenZhang .banner-container .image-container,
.body-controller-Article .banner-container .image-container {
  position: relative ;
  width: 100% ;
}
.body-controller-WenZhang .banner-container .image-container img,
.body-controller-Article .banner-container .image-container img {
  width: 100% ;
}
.body-controller-WenZhang .banner-container .box-container,
.body-controller-Article .banner-container .box-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: 12%;
}
.body-controller-WenZhang .banner-container .btns-container,
.body-controller-Article .banner-container .btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-controller-WenZhang .banner-container .btns-container .inner-btn,
.body-controller-Article .banner-container .btns-container .inner-btn {
  width: 100px;
  height: 27px;
  background: url('images/video_banner_btn1.png') center top no-repeat;
  margin: 0 10px;
  cursor: pointer ;
}
.body-controller-WenZhang .banner-container .btns-container .inner-btn-1,
.body-controller-Article .banner-container .btns-container .inner-btn-1 {
  background-image: url('images/video_banner_btn1.png');
}
.body-controller-WenZhang .banner-container .btns-container .inner-btn-2,
.body-controller-Article .banner-container .btns-container .inner-btn-2 {
  background-image: url('images/video_banner_btn4.png');
}
.body-controller-WenZhang .page-nav-container,
.body-controller-Article .page-nav-container {
  width: 1400px;
  margin: 0 auto;
  height: 56px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  padding-left: 20px;
}
.body-controller-WenZhang .page-nav-container .img-video,
.body-controller-Article .page-nav-container .img-video {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}
.body-controller-WenZhang .page-nav-container .p-nav,
.body-controller-Article .page-nav-container .p-nav {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.body-controller-WenZhang .page-nav-container .p-nav span,
.body-controller-Article .page-nav-container .p-nav span {
  cursor: pointer;
}
.body-controller-WenZhang .page-nav-container .p-nav .span-cur,
.body-controller-Article .page-nav-container .p-nav .span-cur {
  color: #E43A3D;
}
.body-controller-WenZhang .page-main-container,
.body-controller-Article .page-main-container {
  width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
}
.body-controller-WenZhang .page-main-container .page-main-left,
.body-controller-Article .page-main-container .page-main-left {
  width: 1020px;
  float: left;
  background-color: white;
}
.body-controller-WenZhang .page-main-container .page-main-right,
.body-controller-Article .page-main-container .page-main-right {
  width: 360px;
  float: right;
}
.body-controller-WenZhang .page-main-container .page-main-right,
.body-controller-Article .page-main-container .page-main-right {
  background-color: #f6f6f6;
}
.body-controller-WenZhang .page-main-container .page-main-right .image-container,
.body-controller-Article .page-main-container .page-main-right .image-container {
  margin-bottom: 13px ;
}
.body-controller-WenZhang .page-main-container .page-main-right .image-container img,
.body-controller-Article .page-main-container .page-main-right .image-container img {
  width: 100%;
}
.body-controller-WenZhang .page-main-container .page-main-right .right-head,
.body-controller-Article .page-main-container .page-main-right .right-head {
  height: 118px;
  width: 100% ;
  background: url('images/article_right_bg.png') center top no-repeat;
  background-size: 342px 118px;
}
.body-controller-WenZhang .page-main-container .page-main-right .right-body,
.body-controller-Article .page-main-container .page-main-right .right-body {
  border: 1px solid #EBE5DF;
  border-top: 3px solid #E43A3D;
  background: #ffffff ;
  padding: 0 20px 25px 20px;
  margin-bottom: 30px;
}
.body-controller-WenZhang .page-main-container .page-main-right .right-body .right-body-top,
.body-controller-Article .page-main-container .page-main-right .right-body .right-body-top {
  height: 48px;
  width: 100%;
  border-bottom: 1px solid #EBE5DF;
}
.body-controller-WenZhang .page-main-container .page-main-right .right-body .right-body-top .p-top,
.body-controller-Article .page-main-container .page-main-right .right-body .right-body-top .p-top {
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-container,
.body-controller-Article .page-main-container .page-main-right .row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-top: 20px;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-container-0,
.body-controller-Article .page-main-container .page-main-right .row-container-0 {
  position: relative;
  margin-top: 20px;
  width: 100%;
  min-height: 34px;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-container-0 .img-row-0,
.body-controller-Article .page-main-container .page-main-right .row-container-0 .img-row-0 {
  width: 100%;
  height: auto;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-container-0 .div-bottom,
.body-controller-Article .page-main-container .page-main-right .row-container-0 .div-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 16px;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-container-0 .div-bottom .p-bottom,
.body-controller-Article .page-main-container .page-main-right .row-container-0 .div-bottom .p-bottom {
  font-size: 14px;
  line-height: 34px;
  color: white;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-left,
.body-controller-Article .page-main-container .page-main-right .row-left {
  margin-right: 5px;
  height: 28px;
  width: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-left .row-left-dot,
.body-controller-Article .page-main-container .page-main-right .row-left .row-left-dot {
  width: 4px;
  height: 4px;
  background-color: #E43A3D;
  border-radius: 50%;
}
.body-controller-WenZhang .page-main-container .page-main-right .row-center,
.body-controller-Article .page-main-container .page-main-right .row-center {
  flex: 1;
  white-space: nowrap ;
  overflow: hidden ;
  text-overflow: ellipsis ;
  color: #666666;
  font-size: 14px;
  padding-right: 6px 1;
}
.body-controller-WenZhang .page-main-container .page-main-right .text_top,
.body-controller-Article .page-main-container .page-main-right .text_top {
  color: #999999;
}
.body-controller-WenZhang .page-main-container .page-main-right .text_top_1,
.body-controller-Article .page-main-container .page-main-right .text_top_1 {
  color: #ff6000;
}
.body-controller-WenZhang .page-main-container .page-main-right .text_top_2,
.body-controller-Article .page-main-container .page-main-right .text_top_2 {
  color: #f78c4c;
}
.body-controller-WenZhang .page-main-container .page-main-right .text_top_3,
.body-controller-Article .page-main-container .page-main-right .text_top_3 {
  color: #ffb802;
}
.body-controller-WenZhang .filter-container,
.body-controller-Article .filter-container {
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  background: #FCF9F9 ;
  border-bottom: 1px solid #E0CECE;
}
.body-controller-WenZhang .filter-container .line-container,
.body-controller-Article .filter-container .line-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 46px;
}
.body-controller-WenZhang .filter-container .line-container:first-child,
.body-controller-Article .filter-container .line-container:first-child {
  margin-top: 0 ;
}
.body-controller-WenZhang .filter-container .line-left,
.body-controller-Article .filter-container .line-left {
  width: 71px ;
  color: #999999;
  white-space: nowrap ;
  letter-spacing: 20px;
}
.body-controller-WenZhang .filter-container .line-right,
.body-controller-Article .filter-container .line-right {
  flex: 1;
  color: #333333;
}
.body-controller-WenZhang .filter-container .line-right .choose-item,
.body-controller-Article .filter-container .line-right .choose-item,
.body-controller-WenZhang .filter-container .line-right .choose-item-remove,
.body-controller-Article .filter-container .line-right .choose-item-remove {
  display: inline-block;
  line-height: 46px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer ;
  position: relative ;
}
.body-controller-WenZhang .filter-container .line-right .choose-item.active,
.body-controller-Article .filter-container .line-right .choose-item.active,
.body-controller-WenZhang .filter-container .line-right .choose-item-remove.active,
.body-controller-Article .filter-container .line-right .choose-item-remove.active {
  color: #E43A3D;
}
.body-controller-WenZhang .filter-container .line-right .cursor-to-region:hover .region-all-container,
.body-controller-Article .filter-container .line-right .cursor-to-region:hover .region-all-container {
  display: block ;
}
.body-controller-WenZhang .filter-container .region-all-container,
.body-controller-Article .filter-container .region-all-container {
  position: absolute ;
  width: 1034px ;
  height: 300px ;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px 0px 7px 7px;
  color: #333333;
  font-size: 15px ;
  display: none ;
  z-index: 999;
}
.body-controller-WenZhang .filter-container .region-all-container .grid-item-container,
.body-controller-Article .filter-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #333333;
  line-height: 2 ;
}
.body-controller-WenZhang .filter-container .region-all-container .grid-item-container .row-container,
.body-controller-Article .filter-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-controller-WenZhang .filter-container .region-all-container .grid-item-container .row-left,
.body-controller-Article .filter-container .region-all-container .grid-item-container .row-left {
  width: 110px;
}
.body-controller-WenZhang .filter-container .region-all-container .grid-item-container .row-right,
.body-controller-Article .filter-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-controller-WenZhang .filter-container .region-all-container .grid-item-container .child-item,
.body-controller-Article .filter-container .region-all-container .grid-item-container .child-item {
  display: inline-block;
  padding: 0 10px ;
  cursor: pointer ;
}
.body-controller-WenZhang .sort-container,
.body-controller-Article .sort-container {
  height: 38px;
  line-height: 38px;
}
.body-controller-WenZhang .sort-container .inner-container,
.body-controller-Article .sort-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.body-controller-WenZhang .sort-container .sort-item,
.body-controller-Article .sort-container .sort-item {
  margin-left: 32px ;
  cursor: pointer ;
}
.body-controller-WenZhang .sort-container .sort-item:first-child,
.body-controller-Article .sort-container .sort-item:first-child {
  margin-left: 20px ;
}
.body-controller-WenZhang .sort-container .sort-item i,
.body-controller-Article .sort-container .sort-item i {
  vertical-align: -2px;
  margin-right: 5px ;
}
.body-controller-WenZhang .sort-container .sort-item span,
.body-controller-Article .sort-container .sort-item span {
  font-size: 12px ;
  color: #333333;
}
.body-controller-WenZhang .sort-container .sort-item.active span,
.body-controller-Article .sort-container .sort-item.active span {
  color: #ff6000;
}
.body-controller-WenZhang .main-container .inner-container,
.body-controller-Article .main-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
}
.body-controller-WenZhang .main-container .inner-item,
.body-controller-Article .main-container .inner-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-controller-WenZhang .main-container .inner-item,
.body-controller-Article .main-container .inner-item {
  height: 160px;
  background-color: #ffffff;
  width: 100% ;
  border-bottom: 1px solid #F1F1F1;
}
.body-controller-WenZhang .main-container .inner-left,
.body-controller-Article .main-container .inner-left {
  width: 840px;
  height: 100% ;
  position: relative ;
  padding-top: 29px;
  padding-right: 40px;
  padding-left: 20px;
}
.body-controller-WenZhang .main-container .inner-left .div-title,
.body-controller-Article .main-container .inner-left .div-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-controller-WenZhang .main-container .inner-left .div-title .inner-type,
.body-controller-Article .main-container .inner-left .div-title .inner-type {
  height: 16px;
  line-height: 16px;
  color: #999999;
  font-size: 12px;
  background-color: #F5F5F5;
  padding: 0 8px;
  border: 1px solid #DDDDDD;
  margin-right: 10px;
  border-radius: 8px;
}
.body-controller-WenZhang .main-container .inner-left .div-title .inner-title,
.body-controller-Article .main-container .inner-left .div-title .inner-title {
  height: 16px;
  line-height: 16px;
  color: #333333;
  font-size: 16px;
  font-weight: bold ;
  overflow: hidden ;
  text-overflow: ellipsis ;
  white-space: nowrap ;
}
.body-controller-WenZhang .main-container .inner-left .inner-intro,
.body-controller-Article .main-container .inner-left .inner-intro {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  margin-top: 11px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*
	line-height: @lh;
	max-height: @row * @lh ;
	*/
}
.body-controller-WenZhang .main-container .inner-left .div-date,
.body-controller-Article .main-container .inner-left .div-date {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
  padding-left: 20px;
}
.body-controller-WenZhang .main-container .inner-left .div-date .inner-author,
.body-controller-Article .main-container .inner-left .div-date .inner-author {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
}
.body-controller-WenZhang .main-container .inner-left .div-date .inner-date,
.body-controller-Article .main-container .inner-left .div-date .inner-date {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
}
.body-controller-WenZhang .main-container .inner-right,
.body-controller-Article .main-container .inner-right {
  width: 160px;
  height: 100% ;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 8px 0;
}
.body-controller-WenZhang .main-container .inner-right img,
.body-controller-Article .main-container .inner-right img {
  width: 100% ;
  height: auto ;
}
.body-page-WenZhang-detail .head-container,
.body-page-Article-detail .head-container {
  background-color: #ffffff;
  text-align: left;
  padding-top: 40px;
  padding-left: 20px;
}
.body-page-WenZhang-detail .head-container .inner-title,
.body-page-Article-detail .head-container .inner-title {
  color: #333333;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
.body-page-WenZhang-detail .head-container .inner-info,
.body-page-Article-detail .head-container .inner-info {
  margin-top: 30px;
  color: #999999;
  font-size: 14px;
}
.body-page-WenZhang-detail .head-container .inner-info span,
.body-page-Article-detail .head-container .inner-info span {
  margin-right: 10px;
}
.body-page-WenZhang-detail .main-container,
.body-page-Article-detail .main-container {
  background-color: #ffffff;
  padding: 42px 0 40px 0;
  padding: 20px;
}
.body-page-WenZhang-detail .main-container .inner-container,
.body-page-Article-detail .main-container .inner-container {
  display: block ;
  width: auto ;
}
.body-page-WenZhang-detail .main-container .article-content,
.body-page-Article-detail .main-container .article-content {
  flex: 1;
}
.body-page-WenZhang-detail .main-container .article-content img,
.body-page-Article-detail .main-container .article-content img {
  max-width: 100% !important;
}
.body-page-WenZhang-detail .main-container .article-nav-sep,
.body-page-Article-detail .main-container .article-nav-sep {
  width: 100%;
  height: 10px;
  background-color: #F5F5F5;
}
.body-page-WenZhang-detail .main-container .article-nav,
.body-page-Article-detail .main-container .article-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding-top: 30px;
  color: #333333;
}
.body-page-WenZhang-detail .main-container .article-nav .nav-item,
.body-page-Article-detail .main-container .article-nav .nav-item {
  padding: 0 20px;
  overflow: hidden ;
  text-overflow: ellipsis ;
  white-space: nowrap ;
  background-color: #F8F8F8;
  line-height: 34px;
  max-width: 300px;
}
.body-page-WenZhang-detail .main-container .article-nav .nav-item:hover,
.body-page-Article-detail .main-container .article-nav .nav-item:hover {
  color: white;
  background-color: #E43A3D;
}
.body-controller-Needs {
  background-color: #EFF0F4;
}
.body-controller-Needs .banner-container {
  width: 100% ;
  min-height: 400px;
  position: relative ;
  padding-bottom: 90px;
}
.body-controller-Needs .banner-container .image-container {
  position: relative ;
  width: 100% ;
}
.body-controller-Needs .banner-container .image-container img {
  width: 100% ;
}
.body-controller-Needs .banner-container .box-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: 30px;
}
.body-controller-Needs .banner-container .box-container .btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-controller-Needs .banner-container .box-container .btns-container .inner-btn {
  width: 360px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  opacity: 0.95;
  border-radius: 6px;
  cursor: pointer ;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-controller-Needs .banner-container .box-container .btns-container .inner-btn span {
  margin-right: 55px;
}
.body-controller-Needs .banner-container .box-container .btns-container .inner-btn-1 {
  margin-right: 262px;
}
.body-controller-Needs .page-main-container {
  width: 1400px;
  margin: 0 auto;
}
.body-controller-Needs .filter-container {
  width: 1400px;
  margin: 0 auto;
  background: #ffffff ;
  margin-bottom: 30px;
}
.body-controller-Needs .filter-container .inner-container {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 30px 4px 30px;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
}
.body-controller-Needs .filter-container .search-container {
  margin-bottom: 28px;
  padding: 0 170px;
}
.body-controller-Needs .filter-container .search-container .search-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #EFF3F6;
  border-radius: 6px;
  margin-bottom: 12px;
}
.body-controller-Needs .filter-container .search-container .search-line .search-input {
  flex-grow: 1;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #EFF3F6;
  color: #333333;
  border: none;
}
.body-controller-Needs .filter-container .search-container .search-line .search-btn {
  width: 86px;
  height: 52px;
  background: #E43A3D;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-controller-Needs .filter-container .search-container .search-list {
  display: flex;
  align-items: center;
}
.body-controller-Needs .filter-container .search-container .search-list .list-icon {
  margin-right: 12px;
}
.body-controller-Needs .filter-container .search-container .search-list .list-item {
  font-size: 16px;
  font-weight: 500;
  color: #BBBBBB;
  margin-right: 20px;
  cursor: pointer;
}
.body-controller-Needs .filter-container .line-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 22px;
  margin-top: 10px;
}
.body-controller-Needs .filter-container .line-container:first-child {
  margin-top: 0 ;
}
.body-controller-Needs .filter-container .line-left {
  min-width: 50px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap ;
  font-weight: bold;
}
.body-controller-Needs .filter-container .line-right {
  flex: 1;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.body-controller-Needs .filter-container .line-right > .choose-item {
  display: inline-block;
  text-align: center;
  width: 125px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 16px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 5px 10px;
}
.body-controller-Needs .filter-container .line-right > .choose-item.active {
  padding: 0;
}
.body-controller-Needs .filter-container .line-right > .choose-item.active span {
  display: inline-block;
  min-width: 85px;
  padding: 5px 10px;
  background-color: #E43A3D;
  border-radius: 4px;
  color: #ffffff;
}
.body-controller-Needs .filter-container .line-right > .choose-item-remove {
  display: inline-block;
}
.body-controller-Needs .filter-container .line-right > .choose-item-remove .choose-first {
  display: inline-block;
  text-align: center;
}
.body-controller-Needs .filter-container .line-right > .choose-item-remove .choose-first span {
  display: inline-block;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E43A3D;
  border-radius: 4px;
  color: #E43A3D;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 18px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 5px 10px;
}
.body-controller-Needs .filter-container .line-right .cursor-to-region:hover .region-all-container {
  display: block ;
}
.body-controller-Needs .filter-container .region-all-container {
  position: absolute ;
  width: 634px;
  height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  color: #333333;
  font-size: 16px;
  display: none ;
  z-index: 999;
  right: 120px;
}
.body-controller-Needs .filter-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #333333;
  line-height: 1 ;
}
.body-controller-Needs .filter-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-controller-Needs .filter-container .region-all-container .grid-item-container .row-left {
  width: 85px;
}
.body-controller-Needs .filter-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-controller-Needs .filter-container .region-all-container .grid-item-container .child-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 15px;
  cursor: pointer ;
}
.body-controller-Needs .filter-container .select-container {
  padding-top: 20px;
  padding-left: 62px;
  display: flex;
  align-items: center;
}
.body-controller-Needs .filter-container .select-container .select-item {
  min-width: 160px;
  background: rgba(228, 58, 61, 0.05);
  border: 1px solid #E43A3D;
  border-radius: 3px;
  padding: 7px 31px 7px 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #E43A3D;
  line-height: 18px;
  margin-right: 10px;
}
.body-controller-Needs .filter-container .select-container .select-item i {
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
}
.body-controller-Needs .sort-container {
  height: 56px;
  line-height: 56px;
  margin-bottom: 30px;
}
.body-controller-Needs .sort-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.body-controller-Needs .sort-container .sort-item {
  cursor: pointer ;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  text-align: center;
  color: #333333;
}
.body-controller-Needs .sort-container .sort-item .icon_needs_sort_1 {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/video-sort11.png') center no-repeat;
  background-size: 24px 25px;
  vertical-align: -6px;
}
.body-controller-Needs .sort-container .sort-item .icon_needs_sort_2 {
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('../image/needs-sort12.png') center no-repeat;
  background-size: 24px 25px;
  vertical-align: -6px;
}
.body-controller-Needs .sort-container .sort-item:first-child {
  margin-right: 30px;
}
.body-controller-Needs .sort-container .sort-item i {
  margin-right: 10px;
}
.body-controller-Needs .sort-container .sort-item span {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.body-controller-Needs .sort-container .sort-item.active {
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
}
.body-controller-Needs .sort-container .sort-item.active .icon_needs_sort_1 {
  background: url('../image/video-sort21.png') center no-repeat;
  background-size: 24px 25px;
}
.body-controller-Needs .sort-container .sort-item.active .icon_needs_sort_2 {
  background: url('../image/needs-sort22.png') center no-repeat;
  background-size: 24px 25px;
}
.body-controller-Needs .sort-container .sort-item.active span {
  color: #fff;
}
.body-controller-Needs .main-container {
  width: 1400px;
  margin: 0 auto 30px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
}
.body-controller-Needs .main-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body-page-Needs-add {
  background: #ffffff url("../image/bg-needs.png") center 580px no-repeat;
  background-size: 1920px 1280px;
}
.body-page-Needs-add .banner-container {
  width: 100%;
  position: relative;
  height: 500px;
  /* img{
			width : 100% ;
		} */
}
.body-page-Needs-add .banner-container a {
  display: block;
  height: 500px;
}
.body-page-Needs-add .page-main {
  width: 1400px;
  margin: 0 auto;
}
.body-page-Needs-add .line-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 78px;
  margin-bottom: 152px;
  height: 172px;
}
.body-page-Needs-add .line-container img {
  height: 172px;
}
.body-page-Needs-add .form-container .lable-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.body-page-Needs-add .form-container .lable-container .label-text {
  height: 36px;
  background: url('../image/needs-label.png') left center no-repeat;
  background-size: 161px 36px;
  position: relative;
  padding: 2px 44px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.body-page-Needs-add .form-container .lable-container .tip-container {
  color: #666666;
  font-size: 16px;
  align-self: flex-end;
  padding-bottom: 3px;
}
.body-page-Needs-add .form-container .user-info-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.body-page-Needs-add .form-container .user-info-container .input-container {
  border-radius: 6px;
  border: solid 1px #E5E5E5;
  position: relative ;
  width: 454px;
  margin-left: 19px;
}
.body-page-Needs-add .form-container .user-info-container .input-container:first-child {
  margin-left: 0 ;
}
.body-page-Needs-add .form-container .user-info-container .input-container input {
  flex: 1;
  line-height: 48px;
  border: 0 ;
  background: none ;
  outline: none;
  text-indent: 23px;
  font-size: 16px;
  color: #333333;
}
.body-page-Needs-add .form-container .user-info-container .input-container .mobile_code {
  width: 273px;
}
.body-page-Needs-add .form-container .user-info-container .input-container span {
  position: absolute ;
  top: 7px;
  right: 7px;
  padding: 6px 18px;
  height: 36px;
  line-height: 24px;
  background-color: #FC5F5D;
  border-radius: 6px;
  white-space: nowrap ;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer ;
}
.body-page-Needs-add .form-container .choose-type-container span {
  display: inline-block;
  padding: 0 23px;
  height: 50px;
  line-height: 48px;
  border-radius: 6px;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #E5E5E5;
  color: #666666;
  cursor: pointer ;
}
.body-page-Needs-add .form-container .choose-type-container span.active {
  border: solid 1px #FC5E5D;
  background-color: #FC5E5D;
  color: #ffffff;
}
.body-page-Needs-add .form-container .content-container {
  margin-top: 30px;
}
.body-page-Needs-add .form-container .content-container textarea {
  width: 1398px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #E5E5E5;
  color: #666666;
  font-size: 16px;
  line-height: 1.4 ;
  padding: 18px 20px;
}
.body-page-Needs-add .form-container .choose-region-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 50px;
  height: 135px;
}
.body-page-Needs-add .form-container .choose-region-container .inner-left {
  width: 690px;
  height: 50px;
}
.body-page-Needs-add .form-container .choose-region-container .inner-right {
  width: 690px;
  height: 50px;
  margin-left: 24px;
}
.body-page-Needs-add .form-container .choose-region-container .moni-lists {
  display: none ;
  position: absolute ;
  width: 850px;
  height: 300px;
  overflow-y: scroll;
  top: 50px;
  z-index: 10;
}
.body-page-Needs-add .form-container .choose-region-container .region-all-container {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.body-page-Needs-add .form-container .choose-region-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #ffffff;
  line-height: 2 ;
}
.body-page-Needs-add .form-container .choose-region-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-page-Needs-add .form-container .choose-region-container .region-all-container .grid-item-container .row-left {
  width: 110px;
}
.body-page-Needs-add .form-container .choose-region-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-page-Needs-add .form-container .choose-region-container .region-all-container .grid-item-container .child-item {
  font-size: 21px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer ;
}
.body-page-Needs-add .form-container .choose-region-container .moni-select {
  position: relative ;
}
.body-page-Needs-add .form-container .choose-region-container .moni-select.active .moni-lists {
  display: block ;
}
.body-page-Needs-add .form-container .choose-region-container .moni-select,
.body-page-Needs-add .form-container .choose-region-container select {
  width: 690px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #E5E5E5;
  padding-left: 23px;
}
.body-page-Needs-add .form-container .submit-container {
  width: 153px;
  height: 50px;
  line-height: 50px;
  background-color: #E43A3D;
  border-radius: 6px;
  margin: 60px auto 22px;
  cursor: pointer ;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.body-page-Needs-add .form-container .row-container-argument {
  border: 0 ;
  height: 22px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-page-Needs-add .form-container .row-container-argument i {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #E1E5EC;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: -2px;
}
.body-page-Needs-add .form-container .row-container-argument i.active {
  width: 18px;
  height: 18px;
  background: #e43a3d url('../image/icon-check1.png') center no-repeat;
  background-size: 13px 10px;
  border-radius: 50%;
}
.body-page-Needs-add .form-container .row-container-argument span {
  color: #666666;
  font-size: 16px;
}
.body-page-Needs-add .team-container {
  width: 1400px;
  margin: 160px auto;
  height: 530px;
}
.body-page-Needs-add .team-container .team-title {
  position: relative;
}
.body-page-Needs-add .team-container .team-title .section-title-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 2px;
  background-color: #E43A3D;
}
.body-page-Needs-add .team-container .team-title .section-inner-title-back {
  line-height: 88px;
  font-size: 56px;
  text-align: center;
  color: #666666;
  font-weight: bold;
  opacity: 0.1;
}
.body-page-Needs-add .team-container .team-title .section-inner-title {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -250px;
  z-index: 18;
  width: 500px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  opacity: 1;
}
.body-page-Needs-add .team-container .team-desc {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.body-page-Needs-add .team-container .team-box {
  margin-top: 76px;
}
.body-page-Needs-add .team-container .main-team-box {
  padding-top: 78px;
}
.body-page-Needs-add .team-container .inner-main {
  height: 710px;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 30px;
}
.body-page-Needs-add .team-container .inner-main .team-body .swiper-slide {
  transform: scale(0.8);
}
.body-page-Needs-add .team-container .inner-main .team-body .swiper-slide img {
  width: 305px;
  height: 385px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.body-page-Needs-add .team-container .inner-main .team-body .swiper-slide-active,
.body-page-Needs-add .team-container .inner-main .team-body .swiper-slide-duplicate-active {
  transform: scale(1);
}
.block-common-head .section-div-title-container {
  position: relative;
}
.block-common-head .section-div-title-container .section-title-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 2px;
  background-color: #E43A3D;
}
.block-common-head .section-div-title-container .section-inner-title-back {
  line-height: 88px;
  font-size: 56px;
  text-align: center;
  color: #666666;
  font-weight: bold;
  opacity: 0.1;
}
.block-common-head .section-div-title-container .section-inner-title {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -250px;
  z-index: 18;
  width: 500px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  opacity: 1;
}
.block-common-head .section-inner-introduce {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.body-page-Vip-index .banner-container {
  width: 100% ;
  min-height: 500px;
  position: relative ;
}
.body-page-Vip-index .banner-container .image-container {
  position: relative ;
  width: 100% ;
}
.body-page-Vip-index .banner-container .image-container img {
  width: 100% ;
}
.body-page-Vip-index .banner-container .box-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: 249px;
}
.body-page-Vip-index .banner-container .bottom-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: -6px;
}
.body-page-Vip-index .banner-container .bottom-content-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
  overflow: hidden;
  display: none ;
  position: relative ;
}
.body-page-Vip-index .banner-container .bottom-content-container.active {
  display: flex ;
}
.body-page-Vip-index .banner-container .bottom-content-container .vip_grid {
  margin: 0 22px;
  cursor: pointer;
  text-align: center;
  padding-top: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.body-page-Vip-index .banner-container .bottom-content-container .vip_grid:last-child {
  padding-top: 30px;
}
.body-page-Vip-index .banner-container .bottom-content-container .vip_grid {
  background: none center top no-repeat;
  display: inline-block;
  width: 188px;
  height: 163px;
}
.body-page-Vip-index .banner-container .bottom-content-container .vip_grid_b {
  background-image: url('../image/vip_grid_b.png');
  color: #885217;
}
.body-page-Vip-index .banner-container .bottom-content-container .vip_grid_a {
  background-image: url('../image/vip_grid_a.png');
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.body-page-Vip-index .banner-container .btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-page-Vip-index .banner-container .btns-container .inner-btn {
  height: 56px;
  text-align: center;
  margin: 0 60px;
  cursor: pointer ;
}
.body-page-Vip-index .banner-container .btns-container .inner-btn-1 {
  height: 54px;
  width: 200px;
  border: 1px solid #EEBE7D;
  background: #1B1B1B;
  border-radius: 28px;
}
.body-page-Vip-index .banner-container .btns-container .inner-btn-1 span {
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(0deg, #eeb977 0%, #efdba6 30.00488281%, #efba79 83.0078125%, #f0d6a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.body-page-Vip-index .banner-container .btns-container .inner-btn-2 {
  width: 267px;
  background: rgba(243, 207, 135, 0.9);
  border-radius: 28px;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
  color: #885219;
  position: relative;
}
.body-page-Vip-index .banner-container .btns-container .inner-btn-2 .icon-badge {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 24px;
  height: 33px;
  background: url('../image/vip-badge.png') center no-repeat;
  background-size: 24px 33px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 15px;
  word-wrap: break-word;
}
.body-page-Vip-index .needs-data-container {
  padding-top: 120px;
  height: 944px;
  background-color: #EFF0F4;
}
.body-page-Vip-index .needs-data-container .div-common-head .section-div-title-container {
  position: relative;
}
.body-page-Vip-index .needs-data-container .div-common-head .section-div-title-container .section-title-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 2px;
  background-color: #E43A3D;
}
.body-page-Vip-index .needs-data-container .div-common-head .section-div-title-container .section-inner-title-back {
  line-height: 88px;
  font-size: 56px;
  text-align: center;
  color: #666666;
  font-weight: bold;
  opacity: 0.1;
}
.body-page-Vip-index .needs-data-container .div-common-head .section-div-title-container .section-inner-title {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -250px;
  z-index: 18;
  width: 500px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  opacity: 1;
}
.body-page-Vip-index .needs-data-container .div-common-head .section-inner-introduce {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.body-page-Vip-index .needs-data-container .inner-swiper {
  width: 1239px;
  margin: 0 auto 25px;
  padding-top: 22px;
  position: relative;
}
.body-page-Vip-index .needs-data-container .inner-swiper .swiper-container {
  margin-top: 18px;
  width: 100% ;
}
.body-page-Vip-index .needs-data-container .inner-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 300px;
}
.body-page-Vip-index .needs-data-container .inner-swiper .swiper-button {
  width: 128px;
  height: 522px;
  display: flex;
  align-self: center;
  justify-content: center;
}
.body-page-Vip-index .needs-data-container .inner-swiper .swiper-button span {
  position: absolute;
  top: 235px;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
}
.body-page-Vip-index .needs-data-container .inner-swiper .button-prev {
  position: absolute;
  left: 0px;
  top: 18px;
  z-index: 200;
  background: url("../image/swiper-bgl.png") center no-repeat;
  background-size: 100%;
}
.body-page-Vip-index .needs-data-container .inner-swiper .button-prev span {
  left: -72px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
}
.body-page-Vip-index .needs-data-container .inner-swiper .button-prev .swiper-icon1 {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("../image/swiper-icon1.png") center no-repeat;
  background-size: 8px 14px;
}
.body-page-Vip-index .needs-data-container .inner-swiper .button-next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  background: url("../image/swiper-bgr.png") center no-repeat;
  background-size: 100%;
}
.body-page-Vip-index .needs-data-container .inner-swiper .button-next span {
  right: -72px;
  background: #E43A3D;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
}
.body-page-Vip-index .needs-data-container .inner-swiper .button-next .swiper-icon2 {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("../image/swiper-icon2.png") center no-repeat;
  background-size: 8px 14px;
}
.body-page-Vip-index .needs-data-container .needs-foot {
  margin-bottom: 80px;
  text-align: center;
}
.body-page-Vip-index .needs-data-container .needs-foot a {
  display: inline-block;
  width: 180px;
  height: 48px;
  background: #EFF0F4;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  font-size: 16px;
  line-height: 48px;
  color: #666666;
}
.body-page-Vip-index .team-data-container {
  width: 100% ;
  height: 730px;
  background: #ffffff ;
  padding-top: 97px;
}
.body-page-Vip-index .team-data-container .inner-data-container {
  width: 1400px;
  margin: 0 auto;
}
.body-page-Vip-index .team-data-container .main-team-box {
  padding-top: 78px;
}
.body-page-Vip-index .team-data-container .inner-main {
  height: 710px;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 30px;
}
.body-page-Vip-index .team-data-container .inner-main .team-body .swiper-slide {
  transform: scale(0.8);
}
.body-page-Vip-index .team-data-container .inner-main .team-body .swiper-slide img {
  width: 305px;
  height: 385px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.body-page-Vip-index .team-data-container .inner-main .team-body .swiper-slide-active,
.body-page-Vip-index .team-data-container .inner-main .team-body .swiper-slide-duplicate-active {
  transform: scale(1);
}
.body-page-Vip-index .team-how-container {
  padding-top: 97px;
  background-color: #EFF0F4;
  width: 100%;
  height: 792px;
}
.body-page-Vip-index .team-how-container .team-how-main-container {
  width: 1487px;
  margin: 0 auto;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-left {
  height: 386px;
  width: 620px;
  background: url('../image/vip-how-left.png') center center no-repeat;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-left .team-how-left-line {
  border-radius: 8px;
  height: 60px;
  background-color: white;
  width: 100%;
  padding-left: 20px;
  margin-top: 44px;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-left .team-how-left-line:first-child {
  margin-top: 0;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-left .team-how-left-line .p1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #E43A3D;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-left .team-how-left-line .p2 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-right {
  width: 867px;
  height: 528px;
  background: url('../image/vip-index-how2.png') center center no-repeat;
  padding-left: 57px;
}
.body-page-Vip-index .team-how-container .team-how-main-container .team-how-right img {
  width: 634px;
  height: 490px;
}
.body-page-Vip-index .team-article-container {
  padding-top: 97px;
  width: 100%;
  height: 1180px;
  background: #ffffff url('../image/vip-article-bg.png') center bottom no-repeat;
}
.body-page-Vip-index .team-article-container .main-box-container {
  padding-top: 188px;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image {
  position: relative;
  width: 332px;
  height: 352px;
  background: url('../image/vip-index-article.png') center center no-repeat;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item {
  position: absolute;
  width: 186px;
  height: 205px;
  background: url('../image/vip-article-kuang.png') center center no-repeat;
  padding: 15px;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item .article-title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*
	line-height: @lh;
	max-height: @row * @lh ;
	*/
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item-0 {
  left: -247px;
  top: -155px;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item-1 {
  left: 421px;
  top: -155px;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item-2 {
  left: -433px;
  top: 70px;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item-3 {
  left: 606px;
  top: 70px;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item-4 {
  left: -247px;
  top: 303px;
}
.body-page-Vip-index .team-article-container .main-box-container .box-center .box-center-image .article-item-5 {
  left: 421px;
  top: 303px;
}
.body-page-Vip-index .footer-needs-container {
  margin-top: -180px;
}
.icon-local2 {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: #e43a3d url('../image/icon-local2.png') center no-repeat;
  background-size: 16px 19px;
}
.icon-user1 {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: #e43a3d url('../image/icon-user1.png') center no-repeat;
  background-size: 15px 16px;
}
.icon-user2 {
  display: inline-block;
  width: 19px;
  height: 16px;
  background: #e43a3d url('../image/icon-user2.png') center no-repeat;
  background-size: 19px 16px;
}
.icon-refresh {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/icon-refresh.png') center no-repeat;
  background-size: 16px 16px;
  vertical-align: -2px;
}
.icon-edit2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../image/icon-edit2.png') center no-repeat;
  background-size: 15px 15px;
  vertical-align: -2px;
}
.icon-upload {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../image/icon-upload.png') center no-repeat;
  background-size: 22px 22px;
  vertical-align: -2px;
}
.icon-close {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('../image/icon-close.png') center no-repeat;
  background-size: 26px 26px;
  vertical-align: -2px;
}
.icon-top {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../image/icon-top.png') center no-repeat;
  background-size: 15px;
  vertical-align: -2px;
}
.user-center-bottom1 {
  display: inline-block;
  width: 65px;
  height: 75px;
  background: url('../image/user-center-bottom1.png') center no-repeat;
  background-size: 65px 75px;
  vertical-align: -2px;
}
.user-center-bottom2 {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url('../image/user-center-bottom2.png') center no-repeat;
  background-size: 75px 75px;
  vertical-align: -2px;
}
.user-center-bottom3 {
  display: inline-block;
  width: 80px;
  height: 70px;
  background: url('../image/user-center-bottom3.png') center no-repeat;
  background-size: 80px 70px;
  vertical-align: -2px;
}
.user-center-bottom4 {
  display: inline-block;
  width: 87px;
  height: 64px;
  background: url('../image/user-center-bottom4.png') center no-repeat;
  background-size: 87px 64px;
  vertical-align: -2px;
}
.user-edit-bottom {
  width: 1400px;
  margin: 0 auto;
}
.user-bottom-container .user-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-bottom-container .user-bottom-container .line-item {
  width: 270px;
  height: 266px;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px 0px rgba(153, 153, 153, 0.18);
  border-radius: 6px;
  padding: 30px 0 50px;
  text-align: center;
}
.user-bottom-container .user-bottom-container .line-item .item-icon {
  margin-bottom: 30px;
}
.user-bottom-container .user-bottom-container .line-item .item-title {
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}
.user-bottom-container .user-bottom-container .line-item .item-line {
  margin: 0 auto 22px;
  width: 54px;
  height: 4px;
  background: #E44051;
  border-radius: 2px;
}
.user-bottom-container .user-bottom-container .line-item .item-desc {
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #899BB0;
}
.body-controller-UserCenter .banner-container {
  width: 100% ;
  min-height: 400px;
  position: relative ;
  background: url('../image/index-video-bg.png') center top no-repeat;
}
.body-controller-UserCenter .banner-container .banner-body {
  width: 100% ;
  height: 319px;
  top: 52px;
  position: absolute ;
}
.body-controller-UserCenter .banner-container .banner-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.body-controller-UserCenter .banner-container .inner-headimgurl {
  height: 130px;
  text-align: center;
}
.body-controller-UserCenter .banner-container .inner-headimgurl img {
  width: 130px;
  height: 130px;
  border-radius: 100% ;
}
.body-controller-UserCenter .banner-container .inner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.body-controller-UserCenter .banner-container .inner-info .inner-name {
  font-size: 22px;
  font-weight: bold;
}
.body-controller-UserCenter .banner-container .inner-location {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 14px;
  font-weight: bold;
}
.body-controller-UserCenter .banner-container .inner-location .icon-local2 {
  vertical-align: -2px;
  margin-right: 22px;
  background-color: rgba(255, 255, 255, 0);
}
.body-controller-UserCenter .banner-container .inner-location .icon-vip {
  vertical-align: -2px;
  margin-left: 10px;
}
.body-controller-UserCenter .banner-container .inner-contact {
  margin-top: 15px;
  text-align: center;
}
.body-controller-UserCenter .banner-container .inner-contact span {
  display: inline-block;
  width: 140px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap ;
  color: #ffffff;
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
  border-radius: 24px;
  font-size: 18px;
}
.body-controller-UserCenter .banner-container .inner-contact span i {
  margin-right: 7px;
}
.body-controller-UserCenter .banner-container .inner-contact span:last-child {
  margin-left: 30px;
}
.body-controller-UserCenter .page-main-container {
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0 0px;
}
.body-controller-UserCenter .page-main-left {
  margin-bottom: 60px;
}
.body-controller-UserCenter .page-main-left.mb30 {
  margin-bottom: 30px;
}
.body-controller-UserCenter .page-main-left .page-menus {
  display: flex;
  align-items: center;
}
.body-controller-UserCenter .page-main-left .page-menus .page-menu-item {
  width: 130px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  display: block ;
  margin-right: 30px;
}
.body-controller-UserCenter .page-main-left .page-menus .page-menu-item.active {
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
  background-color: #E43A3D;
  color: #ffffff;
}
.body-controller-UserCenter .page-main-left .page-menus.type-2 .page-menu-item {
  width: 96px;
  height: 45px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 45px;
  margin-right: 21px;
}
.body-controller-UserCenter .page-main-left .page-menus.type-2 .page-menu-item.active {
  background: #E43A3D;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.body-controller-UserCenter .box-container {
  width: 100%;
}
.body-page-UserCenter-needs .type-container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-page-UserCenter-needs .type-container .type-list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.body-page-UserCenter-needs .type-container .type-list .type-item {
  width: 118px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #A9A9A9;
  font-size: 20px;
  color: #999999;
  cursor: pointer;
}
.body-page-UserCenter-needs .type-container .type-list .type-item.active {
  color: #E43A3D;
  font-weight: bold;
}
.body-page-UserCenter-needs .type-container .type-list :last-child {
  border-right: none;
}
.body-page-UserCenter-needs .type-container .type-refresh {
  height: 16px;
  font-size: 16px;
  color: #E43A3D;
  cursor: pointer;
}
.body-page-UserCenter-needs .type-container .type-refresh i {
  margin-right: 2px;
}
.body-page-UserCenter-needs .box-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.body-page-UserCenter-needs .box-container .box-item {
  width: 327px;
  height: 187px;
  background: #FAFAFA;
  box-shadow: 0px 1px 14px 0px rgba(153, 153, 153, 0.18);
  border-radius: 10px;
  padding: 22px 20px 10px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}
.body-page-UserCenter-needs .box-container .box-item:hover {
  background: #FFFFFF;
}
.body-page-UserCenter-needs .box-container .box-item:nth-child(4n) {
  margin-right: 0px;
}
.body-page-UserCenter-needs .box-container .box-item .item-status {
  position: absolute;
  top: 17px;
  right: 0;
  width: 62px;
  height: 25px;
  background: linear-gradient(91deg, #aac1ba 0%, #93b6ab 100%);
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #FFFFFF;
}
.body-page-UserCenter-needs .box-container .box-item .item-status.item-status0 {
  background: linear-gradient(91deg, #9d60f8 0%, #ba1eed 100%);
}
.body-page-UserCenter-needs .box-container .box-item .item-status.item-status1 {
  background: linear-gradient(91deg, #ff8a22 0%, #ffb425 100%);
}
.body-page-UserCenter-needs .box-container .box-item .item-status.item-status2,
.body-page-UserCenter-needs .box-container .box-item .item-status.item-status3 {
  background: linear-gradient(91deg, #00c88c 0%, #01aeb4 99%);
}
.body-page-UserCenter-needs .box-container .box-item .item-title {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 8px;
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-page-UserCenter-needs .box-container .box-item .item-type {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}
.body-page-UserCenter-needs .box-container .box-item .item-type span {
  border: 1px solid #FFB425;
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #FFB425;
}
.body-page-UserCenter-needs .box-container .box-item .item-date {
  font-size: 14px;
  color: #899BB0;
  line-height: 16px;
  margin-bottom: 13px;
}
.body-page-UserCenter-needs .box-container .box-item .item-btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.body-page-UserCenter-needs .box-container .box-item .item-btns .btn-td {
  width: 80px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.body-page-UserCenter-needs .box-container .box-item .item-btns .btn-to-needs-refuse {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #999999;
}
.body-page-UserCenter-needs .box-container .box-item .item-btns .btn-to-needs-apply {
  background: #E43A3D;
  color: #FFFFFF;
}
.body-page-UserCenter-needs .box-container .box-item .item-feedback {
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 62px;
  height: 25px;
  background: #FF0000;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}
.body-page-UserCenter-video,
.body-page-UserCenter-videoAdd,
.body-page-UserCenter-edit {
  background-color: #EFF0F4;
}
.body-page-UserCenter-video .page-main-left,
.body-page-UserCenter-videoAdd .page-main-left,
.body-page-UserCenter-edit .page-main-left {
  position: relative;
}
.body-page-UserCenter-video .page-main-left .video-btn,
.body-page-UserCenter-videoAdd .page-main-left .video-btn,
.body-page-UserCenter-edit .page-main-left .video-btn {
  position: absolute;
  top: 0px;
  right: 1px;
  width: 157px;
  height: 52px;
  background: #E43A3D;
  border-radius: 6px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}
.body-page-UserCenter-video .page-main-left .video-btn i,
.body-page-UserCenter-videoAdd .page-main-left .video-btn i,
.body-page-UserCenter-edit .page-main-left .video-btn i {
  margin-right: 11px;
}
.body-page-UserCenter-video .page-main-container,
.body-page-UserCenter-videoAdd .page-main-container,
.body-page-UserCenter-edit .page-main-container {
  padding-bottom: 100px;
}
.body-page-UserCenter-video .box-container .video-lists-container,
.body-page-UserCenter-videoAdd .box-container .video-lists-container,
.body-page-UserCenter-edit .box-container .video-lists-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item {
  position: relative;
  width: 326px;
  height: 250px;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px 0px rgba(153, 153, 153, 0.18);
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item:nth-child(4n),
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item:nth-child(4n),
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item:nth-child(4n) {
  margin-right: 0px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image {
  width: 326px;
  height: 184px;
  position: relative;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image img,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image img,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image img {
  width: 326px;
  height: 184px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image .inner-ab,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image .inner-ab,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image .inner-ab {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image .inner-type,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image .inner-type,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image .inner-type {
  background: linear-gradient(91deg, #ff8a22 0%, #ffb425 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 6px 12px;
  line-height: 15px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image .inner-top,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image .inner-top,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image .inner-top {
  margin-left: 10px;
  background: #E43A3D;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 6px 12px;
  line-height: 15px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image .inner-delete,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image .inner-delete,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image .inner-delete {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 34px;
  height: 34px;
  background: url('../image/icon-del2.png') center no-repeat;
  background-size: 34px;
  z-index: 50;
  cursor: pointer;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image .inner-edit,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image .inner-edit,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image .inner-edit {
  display: none;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 326px;
  height: 184px;
  background-color: rgba(0, 0, 0, 0.4);
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit i,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit i,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit i {
  margin-right: 7px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit p,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit p,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-image:hover .inner-edit p {
  cursor: pointer;
  padding: 8px 22px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-foot,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-foot,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-foot {
  padding: 14px 18px 18px 10px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-foot .inner-title,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-foot .inner-title,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-foot .inner-title {
  border-left: 2px solid #E43A3D;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  line-height: 16px;
  padding-left: 7px;
  font-size: 14px;
  color: #333333;
  width: 270px;
  overflow: hidden ;
  white-space: nowrap ;
  text-overflow: ellipsis ;
  margin-bottom: 10px;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-foot .inner-info,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-foot .inner-info,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-foot .inner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 16px;
  font-size: 14px;
  color: #899BB0;
}
.body-page-UserCenter-video .box-container .video-lists-container .inner-item .inner-foot .inner-info .info-hits i,
.body-page-UserCenter-videoAdd .box-container .video-lists-container .inner-item .inner-foot .inner-info .info-hits i,
.body-page-UserCenter-edit .box-container .video-lists-container .inner-item .inner-foot .inner-info .info-hits i {
  margin-right: 6px;
  vertical-align: -2px;
}
.body-page-UserCenter-video .page-form-container,
.body-page-UserCenter-videoAdd .page-form-container,
.body-page-UserCenter-edit .page-form-container {
  width: 1400px;
  padding: 40px 100px 50px;
  margin: 0 auto;
  height: 845px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
}
.body-page-UserCenter-video .page-form-container.page-edit,
.body-page-UserCenter-videoAdd .page-form-container.page-edit,
.body-page-UserCenter-edit .page-form-container.page-edit {
  height: 1430px;
  padding: 40px;
}
.body-page-UserCenter-video .page-form-container.page-edit .row-container,
.body-page-UserCenter-videoAdd .page-form-container.page-edit .row-container,
.body-page-UserCenter-edit .page-form-container.page-edit .row-container {
  padding: 0;
}
.body-page-UserCenter-video .page-form-container.page-edit .row-item input,
.body-page-UserCenter-videoAdd .page-form-container.page-edit .row-item input,
.body-page-UserCenter-edit .page-form-container.page-edit .row-item input,
.body-page-UserCenter-video .page-form-container.page-edit .row-item select,
.body-page-UserCenter-videoAdd .page-form-container.page-edit .row-item select,
.body-page-UserCenter-edit .page-form-container.page-edit .row-item select {
  width: 315px;
}
.body-page-UserCenter-video .page-form-container .row-container,
.body-page-UserCenter-videoAdd .page-form-container .row-container,
.body-page-UserCenter-edit .page-form-container .row-container {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}
.body-page-UserCenter-video .page-form-container .row-container-just-start,
.body-page-UserCenter-videoAdd .page-form-container .row-container-just-start,
.body-page-UserCenter-edit .page-form-container .row-container-just-start {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.body-page-UserCenter-video .page-form-container .row-item input,
.body-page-UserCenter-videoAdd .page-form-container .row-item input,
.body-page-UserCenter-edit .page-form-container .row-item input,
.body-page-UserCenter-video .page-form-container .row-item select,
.body-page-UserCenter-videoAdd .page-form-container .row-item select,
.body-page-UserCenter-edit .page-form-container .row-item select {
  height: 52px;
  line-height: 52px;
  width: 250px;
  text-align: left;
  color: #333333;
  border-radius: 6px;
  border: solid 1px #DDDDDD;
  text-indent: 20px;
  font-size: 16px;
}
.body-page-UserCenter-video .page-form-container .row-item select,
.body-page-UserCenter-videoAdd .page-form-container .row-item select,
.body-page-UserCenter-edit .page-form-container .row-item select {
  background: url('../image/icon-arrow.png') 216px center no-repeat;
  background-size: 13px 8px;
  appearance: none;
}
.body-page-UserCenter-video .page-form-container .row-item textarea,
.body-page-UserCenter-videoAdd .page-form-container .row-item textarea,
.body-page-UserCenter-edit .page-form-container .row-item textarea {
  height: 200px ;
  width: 100% ;
  text-align: left;
  background-color: #ffffff;
  border-radius: 7px;
  border: solid 1px #dedede;
  text-indent: 12px ;
  padding: 10px ;
}
.body-page-UserCenter-video .page-form-container .row-item.mr20,
.body-page-UserCenter-videoAdd .page-form-container .row-item.mr20,
.body-page-UserCenter-edit .page-form-container .row-item.mr20 {
  margin-right: 20px;
}
.body-page-UserCenter-video .page-form-container .row-item-2,
.body-page-UserCenter-videoAdd .page-form-container .row-item-2,
.body-page-UserCenter-edit .page-form-container .row-item-2 {
  width: 495px;
}
.body-page-UserCenter-video .page-form-container .row-item-5,
.body-page-UserCenter-videoAdd .page-form-container .row-item-5,
.body-page-UserCenter-edit .page-form-container .row-item-5 {
  flex: 1;
}
.body-page-UserCenter-video .page-form-container .row-label,
.body-page-UserCenter-videoAdd .page-form-container .row-label,
.body-page-UserCenter-edit .page-form-container .row-label {
  background: url('../image/needs-label.png') left center no-repeat;
  background-size: 161px 36px;
  position: relative;
  padding: 2px 44px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 20px;
}
.body-page-UserCenter-video .page-form-container .row-label.empty,
.body-page-UserCenter-videoAdd .page-form-container .row-label.empty,
.body-page-UserCenter-edit .page-form-container .row-label.empty {
  background: none;
}
.body-page-UserCenter-video .page-form-container .upload-bg,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg,
.body-page-UserCenter-edit .page-form-container .upload-bg {
  height: 132px;
  width: 235px;
}
.body-page-UserCenter-video .page-form-container .upload-bg img,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg img,
.body-page-UserCenter-edit .page-form-container .upload-bg img,
.body-page-UserCenter-video .page-form-container .upload-bg video,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg video,
.body-page-UserCenter-edit .page-form-container .upload-bg video {
  width: 235px;
  height: 132px;
}
.body-page-UserCenter-video .page-form-container .upload-bg2,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2,
.body-page-UserCenter-edit .page-form-container .upload-bg2 {
  height: 130px;
  width: 130px;
  position: relative;
}
.body-page-UserCenter-video .page-form-container .upload-bg2 .upload-hover,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2 .upload-hover,
.body-page-UserCenter-edit .page-form-container .upload-bg2 .upload-hover {
  width: 130px;
  height: 130px;
  border-radius: 100% ;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.body-page-UserCenter-video .page-form-container .upload-bg2 .upload-hover i,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2 .upload-hover i,
.body-page-UserCenter-edit .page-form-container .upload-bg2 .upload-hover i {
  margin-right: 7px;
}
.body-page-UserCenter-video .page-form-container .upload-bg2 .upload-hover span,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2 .upload-hover span,
.body-page-UserCenter-edit .page-form-container .upload-bg2 .upload-hover span {
  cursor: pointer;
  padding: 12px 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}
.body-page-UserCenter-video .page-form-container .upload-bg2:hover .upload-hover,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2:hover .upload-hover,
.body-page-UserCenter-edit .page-form-container .upload-bg2:hover .upload-hover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-UserCenter-video .page-form-container .upload-bg2 img,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2 img,
.body-page-UserCenter-edit .page-form-container .upload-bg2 img,
.body-page-UserCenter-video .page-form-container .upload-bg2 video,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg2 video,
.body-page-UserCenter-edit .page-form-container .upload-bg2 video {
  width: 130px;
  height: 130px;
  border-radius: 100% ;
}
.body-page-UserCenter-video .page-form-container .upload-bg3,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg3,
.body-page-UserCenter-edit .page-form-container .upload-bg3 {
  width: 448px;
  height: 224px;
}
.body-page-UserCenter-video .page-form-container .upload-bg3 img,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg3 img,
.body-page-UserCenter-edit .page-form-container .upload-bg3 img,
.body-page-UserCenter-video .page-form-container .upload-bg3 video,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg3 video,
.body-page-UserCenter-edit .page-form-container .upload-bg3 video {
  width: 448px;
  height: 224px;
}
.body-page-UserCenter-video .page-form-container .row-item-4,
.body-page-UserCenter-videoAdd .page-form-container .row-item-4,
.body-page-UserCenter-edit .page-form-container .row-item-4 {
  margin-top: 18px;
  height: 20px;
  line-height: 20px;
  color: #666666;
  font-size: 16px;
}
.body-page-UserCenter-video .page-form-container .row-container-submit,
.body-page-UserCenter-videoAdd .page-form-container .row-container-submit,
.body-page-UserCenter-edit .page-form-container .row-container-submit {
  width: 153px;
  height: 50px;
  line-height: 50px;
  cursor: pointer ;
  background-color: #E43A3D;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap ;
  margin: 20px auto 0 auto;
}
.body-page-UserCenter-video .page-form-container .row-container-line,
.body-page-UserCenter-videoAdd .page-form-container .row-container-line,
.body-page-UserCenter-edit .page-form-container .row-container-line {
  text-align: center;
}
.body-page-UserCenter-video .page-form-container .row-mobilecode,
.body-page-UserCenter-videoAdd .page-form-container .row-mobilecode,
.body-page-UserCenter-edit .page-form-container .row-mobilecode {
  position: relative ;
  width: 100% ;
}
.body-page-UserCenter-video .page-form-container .row-mobilecode input,
.body-page-UserCenter-videoAdd .page-form-container .row-mobilecode input,
.body-page-UserCenter-edit .page-form-container .row-mobilecode input {
  flex: 1;
}
.body-page-UserCenter-video .page-form-container .row-mobilecode .btn-to-mobilecode,
.body-page-UserCenter-videoAdd .page-form-container .row-mobilecode .btn-to-mobilecode,
.body-page-UserCenter-edit .page-form-container .row-mobilecode .btn-to-mobilecode {
  display: inline-block;
  width: 116px;
  height: 36px;
  line-height: 36px;
  background-color: #FC5F5D;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  position: absolute ;
  top: 7px;
  right: 7px;
}
.body-page-UserCenter-video .page-form-container .row-item-7 input,
.body-page-UserCenter-videoAdd .page-form-container .row-item-7 input,
.body-page-UserCenter-edit .page-form-container .row-item-7 input {
  width: 425px ;
}
.body-page-UserCenter-video .page-form-container .row-item-7 #team_address,
.body-page-UserCenter-videoAdd .page-form-container .row-item-7 #team_address,
.body-page-UserCenter-edit .page-form-container .row-item-7 #team_address {
  width: 650px;
}
.body-page-UserCenter-video .page-form-container .row-container-9 .row-item,
.body-page-UserCenter-videoAdd .page-form-container .row-container-9 .row-item,
.body-page-UserCenter-edit .page-form-container .row-container-9 .row-item {
  flex: 1;
}
.body-page-UserCenter-video .page-form-container .row-container-9 .row-content,
.body-page-UserCenter-videoAdd .page-form-container .row-container-9 .row-content,
.body-page-UserCenter-edit .page-form-container .row-container-9 .row-content {
  flex: 1;
}
.body-page-UserCenter-video .page-form-container .moni-lists,
.body-page-UserCenter-videoAdd .page-form-container .moni-lists,
.body-page-UserCenter-edit .page-form-container .moni-lists {
  display: none ;
  position: absolute ;
  width: 800px;
  height: 350px;
  overflow-y: scroll;
  top: 32px;
  z-index: 10;
  text-align: left;
}
.body-page-UserCenter-video .page-form-container .region-all-container,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container,
.body-page-UserCenter-edit .page-form-container .region-all-container {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.body-page-UserCenter-video .page-form-container .region-all-container .grid-item-container,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .grid-item-container,
.body-page-UserCenter-edit .page-form-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #ffffff;
  line-height: 2 ;
}
.body-page-UserCenter-video .page-form-container .region-all-container .grid-item-container .row-container,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .grid-item-container .row-container,
.body-page-UserCenter-edit .page-form-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-page-UserCenter-video .page-form-container .region-all-container .grid-item-container .row-left,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .grid-item-container .row-left,
.body-page-UserCenter-edit .page-form-container .region-all-container .grid-item-container .row-left {
  width: 110px;
}
.body-page-UserCenter-video .page-form-container .region-all-container .grid-item-container .row-right,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .grid-item-container .row-right,
.body-page-UserCenter-edit .page-form-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-page-UserCenter-video .page-form-container .region-all-container .grid-item-container .child-item,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .grid-item-container .child-item,
.body-page-UserCenter-edit .page-form-container .region-all-container .grid-item-container .child-item {
  font-size: 21px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer ;
}
.body-page-UserCenter-video .page-form-container .region-all-container .grid-item-container,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .grid-item-container,
.body-page-UserCenter-edit .page-form-container .region-all-container .grid-item-container {
  line-height: 28px;
}
.body-page-UserCenter-video .page-form-container .region-all-container .row-container,
.body-page-UserCenter-videoAdd .page-form-container .region-all-container .row-container,
.body-page-UserCenter-edit .page-form-container .region-all-container .row-container {
  margin-bottom: 10px;
}
.body-page-UserCenter-video .page-form-container .moni-select,
.body-page-UserCenter-videoAdd .page-form-container .moni-select,
.body-page-UserCenter-edit .page-form-container .moni-select {
  position: relative ;
}
.body-page-UserCenter-video .page-form-container .moni-select .region-all-container,
.body-page-UserCenter-videoAdd .page-form-container .moni-select .region-all-container,
.body-page-UserCenter-edit .page-form-container .moni-select .region-all-container {
  padding: 10px 0;
}
.body-page-UserCenter-video .page-form-container .moni-select .moni-name-text,
.body-page-UserCenter-videoAdd .page-form-container .moni-select .moni-name-text,
.body-page-UserCenter-edit .page-form-container .moni-select .moni-name-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-page-UserCenter-video .page-form-container .moni-select.active .moni-lists,
.body-page-UserCenter-videoAdd .page-form-container .moni-select.active .moni-lists,
.body-page-UserCenter-edit .page-form-container .moni-select.active .moni-lists {
  display: block ;
}
.body-page-UserCenter-video .page-form-container .moni-select .child-item.active,
.body-page-UserCenter-videoAdd .page-form-container .moni-select .child-item.active,
.body-page-UserCenter-edit .page-form-container .moni-select .child-item.active {
  color: #ff0000;
}
.body-page-UserCenter-video .page-form-container .moni-select.moni-select-2,
.body-page-UserCenter-videoAdd .page-form-container .moni-select.moni-select-2,
.body-page-UserCenter-edit .page-form-container .moni-select.moni-select-2 {
  width: 315px;
}
.body-page-UserCenter-video .page-form-container .moni-select,
.body-page-UserCenter-videoAdd .page-form-container .moni-select,
.body-page-UserCenter-edit .page-form-container .moni-select,
.body-page-UserCenter-video .page-form-container select,
.body-page-UserCenter-videoAdd .page-form-container select,
.body-page-UserCenter-edit .page-form-container select,
.body-page-UserCenter-video .page-form-container .business_type_list,
.body-page-UserCenter-videoAdd .page-form-container .business_type_list,
.body-page-UserCenter-edit .page-form-container .business_type_list {
  height: 48px;
  line-height: 48px;
  width: 448px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dedede;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.body-page-UserCenter-video .page-form-container .btn-group,
.body-page-UserCenter-videoAdd .page-form-container .btn-group,
.body-page-UserCenter-edit .page-form-container .btn-group,
.body-page-UserCenter-video .page-form-container .btn-group-vertical,
.body-page-UserCenter-videoAdd .page-form-container .btn-group-vertical,
.body-page-UserCenter-edit .page-form-container .btn-group-vertical {
  display: flex;
}
.body-page-UserCenter-video .page-form-container .business_type_list,
.body-page-UserCenter-videoAdd .page-form-container .business_type_list,
.body-page-UserCenter-edit .page-form-container .business_type_list {
  border: 0;
}
.body-page-UserCenter-video .page-form-container .business_type_list button,
.body-page-UserCenter-videoAdd .page-form-container .business_type_list button,
.body-page-UserCenter-edit .page-form-container .business_type_list button {
  height: 48px;
  line-height: 48px;
  width: 224px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dedede;
  font-size: 16px;
  padding: 0 14px;
  color: #333333;
}
.body-page-UserCenter-video .page-form-container .business_type_list .bs-searchbox input,
.body-page-UserCenter-videoAdd .page-form-container .business_type_list .bs-searchbox input,
.body-page-UserCenter-edit .page-form-container .business_type_list .bs-searchbox input {
  width: 100%;
}
.body-page-UserCenter-video .page-form-container .business_type_list > button,
.body-page-UserCenter-videoAdd .page-form-container .business_type_list > button,
.body-page-UserCenter-edit .page-form-container .business_type_list > button {
  width: 448px;
}
.body-page-UserCenter-videoAdd .page-main-left {
  margin-bottom: 30px;
}
.body-page-UserCenter-videoAdd .page-form-container {
  width: 1400px;
  padding: 40px 100px 50px;
  margin: 0 auto;
  height: 845px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(169, 169, 169, 0.12);
  border-radius: 6px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-item input,
.body-page-UserCenter-videoAdd .page-form-container .row-item select {
  height: 52px;
  line-height: 52px;
  width: 250px;
  text-align: left;
  color: #333333;
  border-radius: 6px;
  border: solid 1px #DDDDDD;
  text-indent: 20px;
  font-size: 16px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-item select {
  background: url('../image/icon-arrow.png') 216px center no-repeat;
  background-size: 13px 8px;
  appearance: none;
}
.body-page-UserCenter-videoAdd .page-form-container .row-item textarea {
  height: 100px ;
  width: 100% ;
  text-align: left;
  background-color: #ffffff;
  border-radius: 7px;
  border: solid 1px #dedede;
  text-indent: 12px ;
  padding: 10px ;
}
.body-page-UserCenter-videoAdd .page-form-container .row-label {
  background: url('../image/needs-label.png') left center no-repeat;
  background-size: 161px 36px;
  position: relative;
  padding: 2px 44px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 20px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container-3 {
  margin-bottom: 60px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container-3 .row-item-3 {
  flex-grow: 1;
  min-width: 546px;
  margin-right: 60px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container-3 .row-item-3:last-child {
  margin-right: 0;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container-3 .row-item-3 .row-content {
  display: flex;
  align-items: center;
}
.body-page-UserCenter-videoAdd .page-form-container .upload-bg {
  height: 108px;
  width: 192px;
}
.body-page-UserCenter-videoAdd .page-form-container .upload-bg img,
.body-page-UserCenter-videoAdd .page-form-container .upload-bg video {
  height: 108px;
  width: 192px;
}
.body-page-UserCenter-videoAdd .page-form-container .upload-bg:first-child {
  margin-right: 30px;
}
.body-page-UserCenter-videoAdd .page-form-container .upload-show {
  position: relative;
}
.body-page-UserCenter-videoAdd .page-form-container .upload-show .upload-del {
  position: absolute;
  right: -8px;
  top: -8px;
}
.body-page-UserCenter-videoAdd .page-form-container .upload-show .upload-del i {
  width: 21px;
  height: 21px;
  background-size: 21px;
  border-radius: 50%;
}
.body-page-UserCenter-videoAdd .page-form-container .btn-to-upload {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-UserCenter-videoAdd .page-form-container .btn-to-upload .upload-box {
  flex-grow: 1;
  text-align: center;
}
.body-page-UserCenter-videoAdd .page-form-container .btn-to-upload .upload-icon {
  font-size: 26px;
  color: #999999;
}
.body-page-UserCenter-videoAdd .page-form-container .btn-to-upload .upload-text {
  line-height: 26px;
  font-size: 16px;
  color: #999999;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container-submit {
  width: 157px;
  height: 56px;
  line-height: 56px;
  cursor: pointer ;
  background-color: #E43A3D;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  white-space: nowrap ;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 60px;
}
.body-page-UserCenter-videoAdd .page-form-container .row-container-submit i {
  margin-right: 11px;
  vertical-align: -2px;
}
.body-page-UserCenter-videoAdd .page-form-container .user-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-page-UserCenter-videoAdd .page-form-container .user-bottom-container .line-item {
  width: 270px;
  height: 266px;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px 0px rgba(153, 153, 153, 0.18);
  border-radius: 6px;
  padding: 30px 0 50px;
  text-align: center;
}
.body-page-UserCenter-videoAdd .page-form-container .user-bottom-container .line-item .item-icon {
  margin-bottom: 30px;
}
.body-page-UserCenter-videoAdd .page-form-container .user-bottom-container .line-item .item-title {
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}
.body-page-UserCenter-videoAdd .page-form-container .user-bottom-container .line-item .item-line {
  margin: 0 auto 22px;
  width: 54px;
  height: 4px;
  background: #E44051;
  border-radius: 2px;
}
.body-page-UserCenter-videoAdd .page-form-container .user-bottom-container .line-item .item-desc {
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #899BB0;
}
.body-page-UserCenter-amount .box-container .box-head {
  height: 160px;
  background: url('../image/user_amount_bg.png') center center no-repeat;
  background-size: 1400px 160px;
  padding-left: 39px;
  padding-top: 39px;
  color: #ffffff;
  margin-bottom: 30px;
}
.body-page-UserCenter-amount .box-container .box-head .text-label {
  font-size: 20px;
}
.body-page-UserCenter-amount .box-container .box-head .text-value {
  font-size: 50px;
  margin-top: 18px;
}
.body-page-UserCenter-amount .box-container .box-body {
  background: #ffffff ;
  border-radius: 6px;
  padding: 0 30px;
}
.body-page-UserCenter-amount .box-container .data-lists-container .inner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #E43A3D;
  font-size: 22px;
  line-height: 77px;
  border-top: 1px solid #F4F6F9 ;
}
.body-page-UserCenter-amount .box-container .data-lists-container .inner-item .inner-right {
  font-size: 19px;
  color: #999999;
}
.body-page-UserCenter-amount .box-container .data-lists-container:first-child {
  border-top: 0 ;
}
.fixed-video-edit-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}
.fixed-video-edit-container.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-video-edit-container .inner-container {
  width: 960px;
  height: 758.4px;
  background: #FFFFFF;
  border-radius: 4.8px;
  padding: 24px 24px 48px;
  position: relative;
}
.fixed-video-edit-container .inner-container .inner-close {
  position: absolute;
  top: 24.8px;
  right: 24.8px;
  cursor: pointer;
}
.fixed-video-edit-container .inner-container .inner-title {
  border-left: 3.2px solid #e43a3d;
  padding-left: 14.4px;
  font-size: 22.4px;
  line-height: 22.4px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 32px;
}
.fixed-video-edit-container .inner-container .inner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left {
  align-self: flex-start;
  width: 260.8px;
  margin-right: 80px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left .inner-preview {
  margin-bottom: 38.4px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left .inner-preview .preview-img {
  width: 260.8px;
  height: 147.2px;
  margin-bottom: 33.6px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left .inner-preview .preview-img img {
  width: 260.8px;
  height: 147.2px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left .inner-preview .preview-text {
  text-align: center;
  font-size: 12.8px;
  font-weight: bold;
  color: #333333;
  line-height: 14.4px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left .inner-note {
  font-size: 12.8px;
  color: #999999;
  line-height: 22.4px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-left .inner-note span {
  color: #FF0000;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right {
  flex-grow: 1;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-item input,
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-item select {
  height: 41.6px;
  line-height: 41.6px;
  width: 264px;
  text-align: left;
  color: #333333;
  border-radius: 4.8px;
  border: solid 1px #DDDDDD;
  text-indent: 16px;
  font-size: 12.8px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-item select {
  background: url('../image/icon-arrow.png') 236.8px center no-repeat;
  background-size: 10.4px 6.4px;
  appearance: none;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-label {
  background: url('../image/needs-label.png') left center no-repeat;
  background-size: 128.8px 28.8px;
  position: relative;
  padding: 1.6px 35.2px;
  font-size: 19.2px;
  font-weight: bold;
  color: #333333;
  line-height: 28.8px;
  margin-bottom: 16px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-container-2 {
  margin-bottom: 24px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-container-2 .row-item {
  flex-grow: 1;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .row-container-2 .row-item .row-content {
  display: flex;
  align-items: center;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-bg {
  height: 86.4px;
  width: 153.6px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-bg img,
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-bg video {
  height: 86.4px;
  width: 153.6px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-bg:first-child {
  margin-right: 24px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-show {
  position: relative;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-show .upload-del {
  position: absolute;
  right: -8px;
  top: -8px;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .upload-show .upload-del i {
  width: 16.8px;
  height: 16.8px;
  background-size: 16.8px;
  border-radius: 50%;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .btn-to-upload {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .btn-to-upload .upload-box {
  flex-grow: 1;
  text-align: center;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .btn-to-upload .upload-icon {
  font-size: 20.8px;
  color: #999999;
}
.fixed-video-edit-container .inner-container .inner-box .inner-right .btn-to-upload .upload-text {
  line-height: 20.8px;
  font-size: 12.8px;
  color: #999999;
}
.fixed-video-edit-container .inner-container .inner-foot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-video-edit-container .inner-container .inner-foot .foot-btn {
  border-radius: 4.8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.fixed-video-edit-container .inner-container .inner-foot .btn-cancel {
  width: 126.4px;
  height: 45.6px;
  background: #FFFFFF;
  border: 1px solid #E43A3D;
  line-height: 45.6px;
  color: #E43A3D;
  margin-right: 126.4px;
}
.fixed-video-edit-container .inner-container .inner-foot .btn-confirm {
  width: 125.6px;
  height: 44.8px;
  background: #E43A3D;
  line-height: 44.8px;
  color: #FFFFFF;
}
.fixed-video-container {
  width: 400px;
  height: 280px;
  background: linear-gradient(22deg, #fff0f0 0%, #ffffff 41%, #ffffff 100%);
  border-radius: 6px;
}
.fixed-video-container .layui-layer-setwin {
  top: 8px;
  right: 8px;
}
.fixed-video-container .layui-layer-ico {
  width: 30px;
  height: 30px;
  background: url('../image/layer-close.png') center no-repeat;
  background-size: 14px;
  background-position: 0!important;
}
.fixed-video-container .layui-layer-title {
  text-align: center;
  height: 56px;
  line-height: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 42px;
  background: none;
  border: none;
  padding: 33px 0 0;
}
.fixed-video-container .layui-layer-content {
  line-height: 38px!important;
  font-size: 22px!important;
  color: #000000;
  text-align: center;
  margin-bottom: 26px;
  background: none;
  padding: 0!important;
}
.fixed-video-container .layui-layer-btn {
  text-align: center;
  background: none;
}
.fixed-video-container .layui-layer-btn .layui-layer-btn0 {
  width: 140px;
  height: 42px;
  background: #E43A3D;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
.icon-model-card {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../image/icon-model-card.png') center no-repeat;
}
.icon-model-edit {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../image/icon-model-edit.png') center no-repeat;
}
.icon-model-del {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../image/icon-model-del.png') center no-repeat;
}
.icon-model-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../image/icon-model-arrow.png') center no-repeat;
}
.icon-model-video {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../image/icon-model-video.png') center no-repeat;
}
.body-page-UserCenter-model {
  background-color: #EFF0F4;
}
.body-page-UserCenter-model .body-inner-container {
  overflow: unset;
}
.body-page-UserCenter-model .page-main-left {
  position: relative;
}
.body-page-UserCenter-model .page-main-left .video-btn {
  position: absolute;
  top: 0px;
  right: 1px;
  width: 157px;
  height: 52px;
  background: #E43A3D;
  border-radius: 6px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}
.body-page-UserCenter-model .page-main-left .video-btn i {
  margin-right: 11px;
}
.body-page-UserCenter-model .page-main-container {
  padding-bottom: 100px;
}
.body-page-UserCenter-model .box-container .block-container {
  background-color: #ffffff;
  padding: 10px 22px 43px 51px;
  border-radius: 5px;
  border: 1px solid #E43A3D;
  margin-bottom: 24px;
}
.body-page-UserCenter-model .box-container .block-container .line-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left {
  height: 30px;
  font-size: 20px;
  color: #E43A3D;
  line-height: 30px;
  font-weight: bold;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left i {
  margin-right: 11px;
  vertical-align: -8px;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left .left-type {
  margin-left: 4px;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left .type-0 {
  color: #666;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left .type-1 {
  color: #009688;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left .type-2 {
  color: #1E9FFF;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-left .type-3 {
  color: #FFB800;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-right .line-icon {
  cursor: pointer;
  margin-left: 24px;
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-right .icon-model-arrow {
  transform: rotate(0deg);
}
.body-page-UserCenter-model .box-container .block-container .line-option .line-right .icon-model-arrow.active {
  transform: rotate(-90deg);
}
.body-page-UserCenter-model .box-container .block-container .line-tab1 {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.body-page-UserCenter-model .box-container .block-container .line-tab1 .line-left {
  width: 82px;
  height: 82px;
  margin-right: 37px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab1 .line-left img {
  width: 82px;
  height: 82px;
  border: 5px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab1 .line-right .line-info {
  display: flex;
  align-items: center;
}
.body-page-UserCenter-model .box-container .block-container .line-tab1 .line-right .line-info:first-child {
  margin-bottom: 22px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab1 .line-right .line-info .info-item {
  margin-right: 37px;
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 {
  padding: 35px 40px 25px 11px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .tab-box {
  padding-bottom: 28px;
  border-bottom: 1px solid #C9C9C9;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .tab-box:last-child {
  border: none;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-left .box-block .block-label {
  height: 19px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 22px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-left .box-block .block-info {
  display: flex;
  align-items: center;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-left .box-block .block-info .info-item {
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-right: 12px;
  font-weight: 500;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-left .box-block .block-info .info-item span {
  font-weight: 400;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-left .box-block:first-child {
  margin-bottom: 32px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-left .box-block:first-child .info-item {
  margin-right: 32px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-right {
  width: 162px;
  height: 162px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-1 .box-right img {
  width: 162px;
  height: 162px;
  border-radius: 5px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-2 {
  padding-top: 29px;
  padding-bottom: 0px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-2 .box-line {
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 35px;
  font-weight: bold;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-2 .box-line span {
  font-weight: 400;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-3 {
  padding-top: 30px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .box-3 .box-label {
  height: 19px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .gallery-wrapper-container2 {
  width: 100%;
  position: unset;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .gallery-wrapper-container2 .white-panel {
  position: unset;
  padding: 11px;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .gallery-wrapper-container2 .white-panel .img-box {
  width: 279px;
  position: relative;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .gallery-wrapper-container2 .white-panel .img-box img {
  width: 100%;
  height: auto;
}
.body-page-UserCenter-model .box-container .block-container .line-tab2 .gallery-wrapper-container2 .white-panel .img-box .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 279px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-UserCenter-model .box-container .block-add-container {
  height: 71px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E43A3D;
  text-align: center;
  font-size: 24px;
  color: #E43A3D;
  line-height: 71px;
  cursor: pointer;
}
.body-page-UserCenter-modelEdit {
  background-color: #EFF0F4;
}
.body-page-UserCenter-modelEdit .body-inner-container {
  overflow: unset;
}
.body-page-UserCenter-modelEdit .page-main-left {
  position: relative;
}
.body-page-UserCenter-modelEdit .page-main-container {
  padding-bottom: 100px;
}
.body-page-UserCenter-modelEdit .page-form-container {
  width: 1400px;
  padding: 52px 65px 45px 60px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 5px;
}
.body-page-UserCenter-modelEdit .page-form-container .form-title {
  height: 48px;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 27px;
}
.body-page-UserCenter-modelEdit .page-form-container .form-block-container {
  padding-bottom: 17px;
  border-bottom: 1px solid #C9C9C9;
}
.body-page-UserCenter-modelEdit .page-form-container .form-block-container .block-label {
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  margin-bottom: 20px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-title {
  height: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 25px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-title i {
  margin-right: 10px;
  vertical-align: -6px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-upload {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-upload .btn-to-upload {
  width: 70px;
  height: 70px;
  background: #D9D9D9;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-upload .btn-to-upload::before {
  content: "+";
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: lighter;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-upload .btn-to-upload img,
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-upload .btn-to-upload video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-upload .upload-tips {
  height: 20px;
  font-size: 16px;
  color: #727272;
  line-height: 20px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-info {
  display: flex;
  align-items: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-info .info-item {
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-info .info-item .item-label {
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-info .info-item .item-input {
  background: #D9D9D9;
  width: 120px;
  height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
  border: none;
  padding-left: 6px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-info .info-item .item-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.body-page-UserCenter-modelEdit .page-form-container .block-1 .block-info .info-item #card_no {
  width: 160px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 {
  padding-top: 17px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item {
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item .item-label {
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item .item-input {
  background: #D9D9D9;
  width: 120px;
  height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
  border: none;
  padding-left: 6px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item .item-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item #card_no {
  width: 160px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item {
  margin-right: 8px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item .item-input {
  width: 100px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item #sw {
  width: 120px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-info .info-item #sclx {
  width: 160px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-line {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-line .line-left {
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  margin-bottom: 20px;
  margin-bottom: 0px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-line .line-select {
  background: #D9D9D9;
  height: 24px;
  width: 160px;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
  border: none;
  padding-left: 6px;
  border-radius: 0px;
  text-align: left;
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-line .line-select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.body-page-UserCenter-modelEdit .page-form-container .block-2 .block-line.line-region {
  margin-bottom: 0px;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-lists {
  display: none ;
  position: absolute ;
  width: 800px;
  height: 350px;
  overflow-y: scroll;
  top: 22px;
  z-index: 10;
  text-align: left;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #ffffff;
  line-height: 2 ;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .grid-item-container .row-left {
  width: 110px;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .grid-item-container .child-item {
  font-size: 21px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer ;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .grid-item-container {
  line-height: 28px;
}
.body-page-UserCenter-modelEdit .page-form-container .region-all-container .row-container {
  margin-bottom: 10px;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select {
  position: relative ;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select .region-all-container {
  padding: 10px 0;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select .moni-name-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select.active .moni-lists {
  display: block ;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select .child-item.active {
  color: #ff0000;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select.moni-select-2 {
  width: 315px;
}
.body-page-UserCenter-modelEdit .page-form-container .moni-select,
.body-page-UserCenter-modelEdit .page-form-container select,
.body-page-UserCenter-modelEdit .page-form-container .business_type_list {
  height: 48px;
  line-height: 48px;
  width: 448px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dedede;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 {
  padding-top: 14px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-label {
  margin-bottom: 33px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-desc {
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 19px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .btn-to-upload {
  width: 70px;
  height: 70px;
  background: #D9D9D9;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .btn-to-upload::before {
  content: "+";
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: lighter;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .btn-to-upload img,
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .btn-to-upload video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-tips {
  height: 20px;
  font-size: 16px;
  color: #727272;
  line-height: 20px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview {
  display: flex;
  align-items: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview .img-box {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 12px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview .img-box video,
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview .img-box img {
  width: 70px;
  height: 70px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview .img-box .div-video {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #1E9FFF;
  background-color: #D9D9D9;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview .img-box .img-del-icon {
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-3 .block-upload .upload-box-preview .img-box .icon-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../image/needs_detail_close.png') center no-repeat;
  background-size: 14px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 {
  padding-top: 14px;
  border-bottom: none;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-label {
  margin-bottom: 33px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-desc {
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 19px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .btn-to-upload {
  width: 70px;
  height: 70px;
  background: #D9D9D9;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .btn-to-upload::before {
  content: "+";
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: lighter;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .btn-to-upload img,
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .btn-to-upload video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-tips {
  height: 20px;
  font-size: 16px;
  color: #727272;
  line-height: 20px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview {
  display: flex;
  align-items: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview .img-box {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 12px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview .img-box video,
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview .img-box img {
  width: 70px;
  height: 70px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview .img-box .div-video {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #1E9FFF;
  background-color: #D9D9D9;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview .img-box .img-del-icon {
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .upload-box-preview .img-box .icon-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../image/needs_detail_close.png') center no-repeat;
  background-size: 14px;
}
.body-page-UserCenter-modelEdit .page-form-container .block-4 .block-upload .btn-to-upload {
  overflow: hidden;
}
.body-page-UserCenter-modelEdit .page-form-container .form-foot-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.body-page-UserCenter-modelEdit .page-form-container .form-foot-container .item-btn {
  width: 256px;
  height: 67px;
  border-radius: 10px;
  line-height: 67px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.body-page-UserCenter-modelEdit .page-form-container .form-foot-container .btn-save {
  width: 252px;
  height: 63px;
  line-height: 63px;
  margin-right: 168px;
  border: 2px solid #E43A3D;
  color: #E43A3D;
}
.body-page-UserCenter-modelEdit .page-form-container .form-foot-container .btn-submit {
  background: #E43A3D;
  color: #ffffff;
}
.body-controller-UserCenter .model-banner-container {
  width: 100% ;
  min-height: 400px;
  position: relative ;
  background: url('../image/index-video-bg.png') center top no-repeat;
}
.body-controller-UserCenter .model-banner-container .banner-body {
  width: 100% ;
  height: 319px;
  top: 52px;
  position: absolute;
}
.body-controller-UserCenter .model-banner-container .banner-body .name {
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
  padding: 75px;
  border-radius: 50%;
}
.body-controller-UserCenter .model-banner-container .banner-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.body-controller-UserCenter .model-banner-container .inner-headimgurl {
  height: 110px;
  text-align: center;
}
.body-controller-UserCenter .model-banner-container .inner-headimgurl img {
  width: 110px;
  height: 110px;
  border-radius: 100% ;
}
.body-controller-UserCenter .model-banner-container .inner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}
.body-controller-UserCenter .model-banner-container .inner-info .inner-name {
  font-size: 19px;
  font-weight: normal;
  color: #000000;
}
.body-controller-UserCenter .model-banner-container .inner-contact {
  margin-top: 26px;
  text-align: center;
}
.body-controller-UserCenter .model-banner-container .inner-contact span {
  display: inline-block;
  width: 106px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #E43A3D;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #ffffff;
  font-size: 19px;
}
.body-controller-UserCenter .model-banner-container .inner-contact span:last-child {
  margin-left: 50px;
}
.fixed-cropper-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none ;
  z-index: 999;
}
.fixed-cropper-container.active {
  display: flex ;
  align-items: center;
  justify-content: center;
}
.fixed-cropper-container .inner-container {
  width: 1200px;
  overflow: hidden;
}
.fixed-cropper-container .inner-container .inner-box {
  background-color: #fff;
}
.fixed-cropper-container .inner-container .inner-box #uploadCropperImage {
  display: none;
}
.fixed-cropper-container .inner-container .inner-box #image {
  height: 600px;
}
.fixed-cropper-container .inner-container .inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.fixed-cropper-container .inner-container .inner-btn .btn-item {
  cursor: pointer;
  display: inline-block;
  width: 140px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
}
.fixed-cropper-container .inner-container .inner-btn .btn-cancel {
  background-color: #fff;
  color: #E43A3D;
  border: 1px solid #E43A3D;
  margin-right: 40px;
}
.fixed-cropper-container .inner-container .inner-btn .btn-confirm {
  color: #ffffff;
  background: #E43A3D;
}
.layer-form1-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 99999;
}
.layer-form1-container.active {
  display: block ;
}
.layer-form1-container .inner-container {
  position: relative ;
  width: 600px;
  height: 741px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -370.5px;
  background: url('../image/new_login_bg.png') center center no-repeat;
}
.layer-form1-container .div-top-text1 {
  margin-top: 90px;
}
.layer-form1-container .div-top-text1 .p-top-text1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.layer-form1-container .inner-logo {
  width: 193px;
  height: 36px;
  background: url('../image/new_login_logo.png') center center no-repeat;
  margin-left: 203.5px;
  margin-top: 54px;
}
.layer-form1-container .div-top-text2 {
  margin-top: 30px;
}
.layer-form1-container .div-top-text2 .p-top-text2 {
  font-size: 18px;
  font-weight: bold;
  color: #E43A3D;
  line-height: 18px;
  text-align: center;
  letter-spacing: 20px;
}
.layer-form1-container .inner-close {
  width: 30px;
  height: 30px;
  position: absolute ;
  cursor: pointer ;
  top: 26px;
  right: 26px;
  z-index: 10;
  background: url('../image/new_login_close.png') center top no-repeat;
}
.layer-form1-container .inner-main {
  padding: 12px 100px 0 100px;
}
.layer-form1-container .inner-center {
  width: 100%;
}
.layer-form1-container .row-container {
  width: 400px;
  height: 56px;
  line-height: 54px;
  border: solid 1px #dedede;
  border-radius: 6px;
  margin-top: 14px;
  position: relative ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layer-form1-container .row-container input::-webkit-outer-spin-button,
.layer-form1-container .row-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.layer-form1-container .row-container input[type="number"] {
  -moz-appearance: textfield;
}
.layer-form1-container .row-container input,
.layer-form1-container .row-container select {
  color: #333333;
  font-size: 18px;
  flex: 1;
  line-height: 54px;
  border: 0 ;
  background: none ;
  outline: none;
}
.layer-form1-container .row-container select:last-child {
  margin-left: 25px;
}
.layer-form1-container .row-container.row-container-city {
  padding-left: 55px;
  padding-right: 15px;
}
.layer-form1-container .row-container.row-container-type {
  height: 80px;
  line-height: 54px;
}
.layer-form1-container .row-container-name {
  background: url('../image/new_login_user.png') 18px center no-repeat;
}
.layer-form1-container .row-container-name input {
  margin-left: 55px;
}
.layer-form1-container .row-container-mobile {
  background: url('../image/new_login_phone.png') 18px center no-repeat;
}
.layer-form1-container .row-container-mobile input {
  margin-left: 55px;
}
.layer-form1-container .row-container-mobilecode {
  background: url('../image/new_login_code.png') 18px center no-repeat;
}
.layer-form1-container .row-container-mobilecode input {
  margin-left: 55px;
}
.layer-form1-container .row-container-mobilecode .row-pos {
  white-space: nowrap ;
  color: #E43A3D;
  font-size: 18px;
  right: 20px;
  position: absolute ;
  cursor: pointer ;
}
.layer-form1-container .row-container-city {
  background: url('../image/new_login_city.png') 18px center no-repeat;
}
.layer-form1-container .row-container-city input {
  margin-left: 55px;
}
.layer-form1-container .row-container-type {
  border: 0 ;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layer-form1-container .row-container-type .type-item {
  width: 186px;
  height: 66px;
  cursor: pointer ;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-form1-container .row-container-type .type-item i {
  display: inline-block;
  margin-right: 8px;
}
.layer-form1-container .row-container-type .type-item span {
  font-size: 18px;
  color: #999999;
  line-height: 36px;
}
.layer-form1-container .row-container-type .type-item.active {
  border: 2px solid #e43a3d;
}
.layer-form1-container .row-container-type .type-item.active span {
  color: #E43A3D;
}
.layer-form1-container .row-container-type .type-item-1 i {
  width: 20px;
  height: 20px;
  background: url('../image/login_type_2d2.png?v=5') center center no-repeat;
}
.layer-form1-container .row-container-type .type-item-1.active i {
  width: 20px;
  height: 20px;
  background: url('../image/login_type_2d1.png?v=5') center center no-repeat;
}
.layer-form1-container .row-container-type .type-item-2 i {
  width: 21px;
  height: 21px;
  background: url('../image/login_type_3d2.png?v=5') center center no-repeat;
}
.layer-form1-container .row-container-type .type-item-2.active i {
  width: 21px;
  height: 21px;
  background: url('../image/login_type_3d1.png?v=5') center center no-repeat;
}
.layer-form1-container .row-container-submit {
  margin-top: 4px;
  border: 0 ;
}
.layer-form1-container .row-container-submit span {
  display: inline-block;
  width: 400px;
  height: 56px;
  line-height: 56px;
  background-color: #E43A3D;
  border-radius: 6px;
  cursor: pointer ;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  border: 0 ;
}
.layer-form1-container .row-container-argument {
  margin-top: 0px;
  border: 0 ;
  height: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-form1-container .row-container-argument i {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: #e43a3d url('../image/new_login_checked.png') center center no-repeat;
  display: inline-block;
  border-radius: 4px;
}
.layer-form1-container .row-container-argument span {
  color: #999999;
  font-size: 18px;
}
.layer-form1-container .row-container-argument span.wenzhang-name {
  color: #E43A3D;
}
.layer-form2-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 99999;
}
.layer-form2-container.active {
  display: block ;
}
.layer-form2-container .inner-container {
  position: relative ;
  width: 600px;
  height: 741px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -370.5px;
  background: url('../image/new_login_bg.png') center center no-repeat;
}
.layer-form2-container .div-top-text1 {
  margin-top: 90px;
}
.layer-form2-container .div-top-text1 .p-top-text1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.layer-form2-container .inner-logo {
  width: 193px;
  height: 36px;
  background: url('../image/new_login_logo.png') center center no-repeat;
  margin-left: 203.5px;
  margin-top: 54px;
}
.layer-form2-container .div-top-text2 {
  margin-top: 30px;
}
.layer-form2-container .div-top-text2 .p-top-text2 {
  font-size: 18px;
  font-weight: bold;
  color: #E43A3D;
  line-height: 18px;
  text-align: center;
  letter-spacing: 20px;
}
.layer-form2-container .inner-close {
  width: 30px;
  height: 30px;
  position: absolute ;
  cursor: pointer ;
  top: 26px;
  right: 26px;
  z-index: 10;
  background: url('../image/new_login_close.png') center top no-repeat;
}
.layer-form2-container .inner-main {
  padding: 12px 100px 0 100px;
}
.layer-form2-container .inner-center {
  width: 100%;
}
.layer-form2-container .row-container {
  width: 400px;
  height: 56px;
  line-height: 54px;
  border: solid 1px #dedede;
  border-radius: 6px;
  margin-top: 14px;
  position: relative ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layer-form2-container .row-container input::-webkit-outer-spin-button,
.layer-form2-container .row-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.layer-form2-container .row-container input[type="number"] {
  -moz-appearance: textfield;
}
.layer-form2-container .row-container input,
.layer-form2-container .row-container select {
  color: #333333;
  font-size: 18px;
  flex: 1;
  line-height: 54px;
  border: 0 ;
  background: none ;
  outline: none;
}
.layer-form2-container .row-container select:last-child {
  margin-left: 25px;
}
.layer-form2-container .row-container.row-container-city {
  padding-left: 55px;
  padding-right: 15px;
}
.layer-form2-container .row-container.row-container-type {
  height: 80px;
  line-height: 54px;
}
.layer-form2-container .row-container-name {
  background: url('../image/new_login_user.png') 18px center no-repeat;
}
.layer-form2-container .row-container-name input {
  margin-left: 55px;
}
.layer-form2-container .row-container-mobile {
  background: url('../image/new_login_phone.png') 18px center no-repeat;
}
.layer-form2-container .row-container-mobile input {
  margin-left: 55px;
}
.layer-form2-container .row-container-mobilecode {
  background: url('../image/new_login_code.png') 18px center no-repeat;
}
.layer-form2-container .row-container-mobilecode input {
  margin-left: 55px;
}
.layer-form2-container .row-container-mobilecode .row-pos {
  white-space: nowrap ;
  color: #E43A3D;
  font-size: 18px;
  right: 20px;
  position: absolute ;
  cursor: pointer ;
}
.layer-form2-container .row-container-city {
  background: url('../image/new_login_city.png') 18px center no-repeat;
}
.layer-form2-container .row-container-city input {
  margin-left: 55px;
}
.layer-form2-container .row-container-type {
  border: 0 ;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layer-form2-container .row-container-type .type-item {
  width: 186px;
  height: 66px;
  cursor: pointer ;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-form2-container .row-container-type .type-item i {
  display: inline-block;
  margin-right: 8px;
}
.layer-form2-container .row-container-type .type-item span {
  font-size: 18px;
  color: #999999;
  line-height: 36px;
}
.layer-form2-container .row-container-type .type-item.active {
  border: 2px solid #e43a3d;
}
.layer-form2-container .row-container-type .type-item.active span {
  color: #E43A3D;
}
.layer-form2-container .row-container-type .type-item-1 i {
  width: 20px;
  height: 20px;
  background: url('../image/login_type_2d2.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-type .type-item-1.active i {
  width: 20px;
  height: 20px;
  background: url('../image/login_type_2d1.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-type .type-item-2 i {
  width: 21px;
  height: 21px;
  background: url('../image/login_type_3d2.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-type .type-item-2.active i {
  width: 21px;
  height: 21px;
  background: url('../image/login_type_3d1.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-submit {
  margin-top: 4px;
  border: 0 ;
}
.layer-form2-container .row-container-submit span {
  display: inline-block;
  width: 400px;
  height: 56px;
  line-height: 56px;
  background-color: #E43A3D;
  border-radius: 6px;
  cursor: pointer ;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  border: 0 ;
}
.layer-form2-container .row-container-argument {
  margin-top: 0px;
  border: 0 ;
  height: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-form2-container .row-container-argument i {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: #e43a3d url('../image/new_login_checked.png') center center no-repeat;
  display: inline-block;
  border-radius: 4px;
}
.layer-form2-container .row-container-argument span {
  color: #999999;
  font-size: 18px;
}
.layer-form2-container .row-container-argument span.wenzhang-name {
  color: #E43A3D;
}
.layer-form2-container .inner-container {
  position: relative ;
  height: 793px;
  margin-top: -396.5px;
  background: url('../image/new_login_bg2.png') center center no-repeat;
}
.layer-form2-container .row-container-desc {
  border: none;
  color: #999999;
  justify-content: center;
  height: 26px;
  line-height: 26px;
}
.layer-form2-container .row-container-type .type-item-1 i {
  width: 23px;
  height: 20px;
  background: url('../image/login_type_dh2.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-type .type-item-1.active i {
  width: 23px;
  height: 20px;
  background: url('../image/login_type_dh1.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-type .type-item-2 i {
  width: 21px;
  height: 17px;
  background: url('../image/login_type_ps2.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-type .type-item-2.active i {
  width: 21px;
  height: 17px;
  background: url('../image/login_type_ps1.png?v=5') center center no-repeat;
}
.layer-form2-container .row-container-argument {
  margin-top: 12px;
}
.layer-form3-container {
  width: 100% ;
  height: 100% ;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 999 ;
  background: rgba(0, 0, 0, 0.6);
  display: none ;
  z-index: 99999;
}
.layer-form3-container.active {
  display: block ;
}
.layer-form3-container .inner-container {
  position: relative ;
  width: 600px;
  height: 741px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -370.5px;
  background: url('../image/new_login_bg.png') center center no-repeat;
}
.layer-form3-container .div-top-text1 {
  margin-top: 90px;
}
.layer-form3-container .div-top-text1 .p-top-text1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.layer-form3-container .inner-logo {
  width: 193px;
  height: 36px;
  background: url('../image/new_login_logo.png') center center no-repeat;
  margin-left: 203.5px;
  margin-top: 54px;
}
.layer-form3-container .div-top-text2 {
  margin-top: 30px;
}
.layer-form3-container .div-top-text2 .p-top-text2 {
  font-size: 18px;
  font-weight: bold;
  color: #E43A3D;
  line-height: 18px;
  text-align: center;
  letter-spacing: 20px;
}
.layer-form3-container .inner-close {
  width: 30px;
  height: 30px;
  position: absolute ;
  cursor: pointer ;
  top: 26px;
  right: 26px;
  z-index: 10;
  background: url('../image/new_login_close.png') center top no-repeat;
}
.layer-form3-container .inner-main {
  padding: 12px 100px 0 100px;
}
.layer-form3-container .inner-center {
  width: 100%;
}
.layer-form3-container .row-container {
  width: 400px;
  height: 56px;
  line-height: 54px;
  border: solid 1px #dedede;
  border-radius: 6px;
  margin-top: 14px;
  position: relative ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layer-form3-container .row-container input::-webkit-outer-spin-button,
.layer-form3-container .row-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.layer-form3-container .row-container input[type="number"] {
  -moz-appearance: textfield;
}
.layer-form3-container .row-container input,
.layer-form3-container .row-container select {
  color: #333333;
  font-size: 18px;
  flex: 1;
  line-height: 54px;
  border: 0 ;
  background: none ;
  outline: none;
}
.layer-form3-container .row-container select:last-child {
  margin-left: 25px;
}
.layer-form3-container .row-container.row-container-city {
  padding-left: 55px;
  padding-right: 15px;
}
.layer-form3-container .row-container.row-container-type {
  height: 80px;
  line-height: 54px;
}
.layer-form3-container .row-container-name {
  background: url('../image/new_login_user.png') 18px center no-repeat;
}
.layer-form3-container .row-container-name input {
  margin-left: 55px;
}
.layer-form3-container .row-container-mobile {
  background: url('../image/new_login_phone.png') 18px center no-repeat;
}
.layer-form3-container .row-container-mobile input {
  margin-left: 55px;
}
.layer-form3-container .row-container-mobilecode {
  background: url('../image/new_login_code.png') 18px center no-repeat;
}
.layer-form3-container .row-container-mobilecode input {
  margin-left: 55px;
}
.layer-form3-container .row-container-mobilecode .row-pos {
  white-space: nowrap ;
  color: #E43A3D;
  font-size: 18px;
  right: 20px;
  position: absolute ;
  cursor: pointer ;
}
.layer-form3-container .row-container-city {
  background: url('../image/new_login_city.png') 18px center no-repeat;
}
.layer-form3-container .row-container-city input {
  margin-left: 55px;
}
.layer-form3-container .row-container-type {
  border: 0 ;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layer-form3-container .row-container-type .type-item {
  width: 186px;
  height: 66px;
  cursor: pointer ;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-form3-container .row-container-type .type-item i {
  display: inline-block;
  margin-right: 8px;
}
.layer-form3-container .row-container-type .type-item span {
  font-size: 18px;
  color: #999999;
  line-height: 36px;
}
.layer-form3-container .row-container-type .type-item.active {
  border: 2px solid #e43a3d;
}
.layer-form3-container .row-container-type .type-item.active span {
  color: #E43A3D;
}
.layer-form3-container .row-container-type .type-item-1 i {
  width: 20px;
  height: 20px;
  background: url('../image/login_type_2d2.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-type .type-item-1.active i {
  width: 20px;
  height: 20px;
  background: url('../image/login_type_2d1.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-type .type-item-2 i {
  width: 21px;
  height: 21px;
  background: url('../image/login_type_3d2.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-type .type-item-2.active i {
  width: 21px;
  height: 21px;
  background: url('../image/login_type_3d1.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-submit {
  margin-top: 4px;
  border: 0 ;
}
.layer-form3-container .row-container-submit span {
  display: inline-block;
  width: 400px;
  height: 56px;
  line-height: 56px;
  background-color: #E43A3D;
  border-radius: 6px;
  cursor: pointer ;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  border: 0 ;
}
.layer-form3-container .row-container-argument {
  margin-top: 0px;
  border: 0 ;
  height: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-form3-container .row-container-argument i {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: #e43a3d url('../image/new_login_checked.png') center center no-repeat;
  display: inline-block;
  border-radius: 4px;
}
.layer-form3-container .row-container-argument span {
  color: #999999;
  font-size: 18px;
}
.layer-form3-container .row-container-argument span.wenzhang-name {
  color: #E43A3D;
}
.layer-form3-container .row-container-type .type-item-1 i {
  width: 21px;
  height: 19px;
  background: url('../image/login_type_dsp2.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-type .type-item-1.active i {
  width: 21px;
  height: 19px;
  background: url('../image/login_type_dsp1.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-type .type-item-2 i {
  width: 22px;
  height: 21px;
  background: url('../image/login_type_xcp2.png?v=5') center center no-repeat;
}
.layer-form3-container .row-container-type .type-item-2.active i {
  width: 22px;
  height: 21px;
  background: url('../image/login_type_xcp1.png?v=5') center center no-repeat;
}
.icon-model-play {
  width: 72px;
  height: 72px;
  background: url('../image/icon-video.png?v=2') center center no-repeat;
  background-size: 72px 72px;
  cursor: pointer ;
  display: inline-block;
}
.body-page-Model-index {
  background-color: #EFF0F4;
}
.body-page-Model-index .banner-container {
  width: 100% ;
  min-height: 252px;
  position: relative ;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.body-page-Model-index .banner-container .image-container {
  position: relative ;
  width: 100% ;
}
.body-page-Model-index .banner-container .image-container img {
  width: 100% ;
}
.body-page-Model-index .banner-container .box-container {
  position: absolute ;
  width: 100% ;
  z-index: 10;
  bottom: 30px;
}
.body-page-Model-index .banner-container .box-container .btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-page-Model-index .banner-container .box-container .btns-container .inner-btn {
  width: 360px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px 0px rgba(39, 39, 39, 0.12);
  opacity: 0.95;
  border-radius: 6px;
  cursor: pointer ;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Model-index .banner-container .box-container .btns-container .inner-btn span {
  margin-right: 55px;
}
.body-page-Model-index .banner-container .box-container .btns-container .inner-btn-1 {
  margin-right: 262px;
}
.body-page-Model-index .filter-container {
  background: #ffffff ;
  margin-bottom: 54px;
  padding-bottom: 40px;
  position: relative;
}
.body-page-Model-index .filter-container .inner-container {
  width: 1400px;
  margin: 0 auto;
  padding: 28px 65px 4px 65px;
  box-shadow: 0px -6px 36px 0px rgba(169, 169, 169, 0.22);
  border-radius: 0px;
}
.body-page-Model-index .filter-container .search-container {
  margin-bottom: 48px;
  padding: 0 170px;
}
.body-page-Model-index .filter-container .search-container .search-line {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
}
.body-page-Model-index .filter-container .search-container .search-line .search-input {
  width: 533px;
  height: 45px;
  background: #EFF3F6;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
  border: none;
}
.body-page-Model-index .filter-container .search-container .search-line .search-input::placeholder {
  color: #727272;
}
.body-page-Model-index .filter-container .search-container .search-line .search-btn {
  width: 72px;
  height: 45px;
  background: #E43A3D;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
}
.body-page-Model-index .filter-container .line-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 22px;
  margin-top: 10px;
}
.body-page-Model-index .filter-container .line-container:first-child {
  margin-top: 0 ;
}
.body-page-Model-index .filter-container .line-left {
  min-width: 50px;
  line-height: 41px;
  height: 41px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap ;
  font-weight: bold;
}
.body-page-Model-index .filter-container .line-right {
  flex: 1;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.body-page-Model-index .filter-container .line-right > .choose-item {
  display: inline-block;
  text-align: center;
  width: 125px;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 8px 13px;
}
.body-page-Model-index .filter-container .line-right > .choose-item.active {
  padding: 0;
}
.body-page-Model-index .filter-container .line-right > .choose-item.active span {
  display: inline-block;
  min-width: 85px;
  padding: 8px 13px;
  background-color: #E43A3D;
  border-radius: 4px;
  color: #ffffff;
}
.body-page-Model-index .filter-container .line-right > .choose-item-remove {
  display: inline-block;
}
.body-page-Model-index .filter-container .line-right > .choose-item-remove .choose-first {
  display: inline-block;
  text-align: center;
}
.body-page-Model-index .filter-container .line-right > .choose-item-remove .choose-first span {
  display: inline-block;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E43A3D;
  border-radius: 4px;
  color: #E43A3D;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer ;
  position: relative ;
  white-space: nowrap;
  padding: 8px 12px;
}
.body-page-Model-index .filter-container .line-right .cursor-to-region:hover .region-all-container {
  display: block ;
}
.body-page-Model-index .filter-container .region-all-container {
  position: absolute ;
  width: 634px;
  height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  color: #333333;
  font-size: 16px;
  display: none ;
  z-index: 999;
}
.body-page-Model-index .filter-container .region-all-container .grid-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 3px 15px ;
  color: #333333;
  line-height: 1 ;
}
.body-page-Model-index .filter-container .region-all-container .grid-item-container .row-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.body-page-Model-index .filter-container .region-all-container .grid-item-container .row-left {
  width: 85px;
}
.body-page-Model-index .filter-container .region-all-container .grid-item-container .row-right {
  flex: 1;
}
.body-page-Model-index .filter-container .region-all-container .grid-item-container .child-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 15px;
  cursor: pointer ;
}
.body-page-Model-index .filter-container .select-container {
  padding-top: 26px;
  padding-left: 262px;
  padding-right: 262px;
  padding-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.body-page-Model-index .filter-container .select-container .select-btn {
  width: 145px;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
}
.body-page-Model-index .filter-container .select-container .btn-cancel {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  color: #000000;
}
.body-page-Model-index .filter-container .select-container .btn-submit {
  background: #E43A3D;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}
.body-page-Model-index .filter-container .line-container-model_price .line-right > .choose-item {
  width: unset;
}
.body-page-Model-index .sort-container {
  height: 45px;
  line-height: 45px;
  margin-bottom: 33px;
}
.body-page-Model-index .sort-container .inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Model-index .sort-container .sort-item {
  cursor: pointer ;
  width: 96px;
  height: 45px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  color: #333333;
}
.body-page-Model-index .sort-container .sort-item:first-child {
  margin-right: 21px;
}
.body-page-Model-index .sort-container .sort-item span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.body-page-Model-index .sort-container .sort-item.active {
  background: #E43A3D;
}
.body-page-Model-index .sort-container .sort-item.active span {
  color: #fff;
}
.body-page-Model-index .main-container .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.body-page-Model-index .main-container .inner-container .inner-left-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1054px;
  background: #FFFFFF;
  border-radius: 5px;
  padding-top: 11px;
  padding-bottom: 9px;
}
.body-page-Model-index .main-container .inner-item {
  margin-right: 10px;
  padding: 32px 41px;
  cursor: pointer;
}
.body-page-Model-index .main-container .inner-image {
  position: relative;
  margin-bottom: 13px;
}
.body-page-Model-index .main-container .inner-image img {
  width: 159px;
  height: 159px;
}
.body-page-Model-index .main-container .inner-image .icon-model-vip {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 62px;
  height: 55px;
  background: url('../image/icon-model-vip.png') center no-repeat;
  background-size: 62px 55px;
}
.body-page-Model-index .main-container .inner-box .inner-name {
  width: 162px;
  height: 28px;
  background: #D9D9D9;
  padding-left: 12px;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 12px;
  padding-left: 6px;
}
.body-page-Model-index .main-container .inner-box .inner-tag {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.body-page-Model-index .main-container .inner-box .inner-tag span {
  height: 23px;
  background: #FFE3AC;
  border-radius: 10px;
  border: 1px solid #FFA34F;
  text-align: center;
  font-size: 12px;
  color: #FFA34F;
  line-height: 23px;
  padding: 0 10px;
}
.body-page-Model-index .main-container .inner-box .inner-tag span:first-child {
  margin-right: 10px;
}
.body-page-Model-index .main-container .inner-box .innet-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Model-index .main-container .inner-box .innet-btn .btn-contact {
  width: 96px;
  height: 36px;
  background: #E43A3D;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.body-page-Model-index .main-container .inner-right-container {
  width: 298px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
.body-page-Model-index .main-container .inner-right-container .right-head {
  height: 119px;
  background: #0188FA;
  border-radius: 5px;
  padding: 18px;
}
.body-page-Model-index .main-container .inner-right-container .right-head .head-text {
  color: #fff;
  height: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.body-page-Model-index .main-container .inner-right-container .right-body {
  background: #ffffff ;
  padding: 0px 16px;
}
.body-page-Model-index .main-container .inner-right-container .row-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 14px 0;
  padding-left: 54px;
  cursor: pointer;
  position: relative;
}
.body-page-Model-index .main-container .inner-right-container .row-container:last-child {
  border-bottom: none;
}
.body-page-Model-index .main-container .inner-right-container .row-container .row-icon {
  position: absolute;
  left: -10px;
  top: 2px;
}
.body-page-Model-index .main-container .inner-right-container .row-container .row-icon .icon-model-vip {
  display: inline-block;
  width: 50px;
  height: 44px;
  background: url('../image/icon-model-vip.png') center no-repeat;
  background-size: 50px 44px;
}
.body-page-Model-index .main-container .inner-right-container .row-container .row-left {
  width: 40px;
  height: 40px;
  margin-right: 21px;
}
.body-page-Model-index .main-container .inner-right-container .row-container .row-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.body-page-Model-index .main-container .inner-right-container .row-container .row-right {
  width: 131px;
  height: 26px;
  background: #D9D9D9;
  line-height: 26px;
  padding-left: 12px;
  font-size: 16px;
}
.body-page-Model-detail {
  background-color: #EFF0F4;
}
.body-page-Model-detail .banner-container {
  width: 100% ;
  min-height: 400px;
  position: relative ;
  background: url('../image/index-video-bg.png') center top no-repeat;
  background-size: 100% 400px;
}
.body-page-Model-detail .banner-container .banner-body {
  width: 100% ;
  height: 287px;
  top: 57px;
  position: absolute ;
}
.body-page-Model-detail .banner-container .banner-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.body-page-Model-detail .banner-container .inner-headimgurl {
  text-align: center;
}
.body-page-Model-detail .banner-container .inner-headimgurl img {
  width: 130px;
  height: 130px;
  border-radius: 100% ;
  border: 2px solid #FFFFFF;
}
.body-page-Model-detail .banner-container .inner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.body-page-Model-detail .banner-container .inner-info .inner-name {
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  font-weight: bold;
}
.body-page-Model-detail .banner-container .inner-info .icon-recommand {
  display: inline-block;
}
.body-page-Model-detail .banner-container .inner-info .icon-recommand.is_recommand_1 {
  margin-left: 13px;
  width: 56px;
  height: 28px;
  background: linear-gradient(0deg, #ff9220, #fe604b);
  border-radius: 14px;
  text-align: center;
  font-size: 18px;
}
.body-page-Model-detail .banner-container .inner-location {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 3px;
}
.body-page-Model-detail .banner-container .inner-location span {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
}
.body-page-Model-detail .banner-container .inner-location .icon_needs_location {
  vertical-align: -2px;
  margin-right: 12px;
}
.body-page-Model-detail .banner-container .inner-location .icon-vip {
  width: 81px;
  height: 30px;
  margin-left: 13px;
}
.body-page-Model-detail .banner-container .inner-contact {
  margin-top: 12px;
  text-align: center;
}
.body-page-Model-detail .banner-container .inner-contact span {
  display: inline-block;
  width: 140px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap ;
  color: #ffffff;
  background: #E43A3D;
  box-shadow: 0px 4px 16px 0px rgba(190, 40, 43, 0.3);
  border-radius: 24px;
  font-size: 18px;
}
.body-page-Model-detail .page-menu-container {
  width: 1400px;
  line-height: 45px;
  text-align: left;
  margin: 67px auto 25px;
}
.body-page-Model-detail .page-menu-container .menu-item {
  display: inline-block;
  width: 96px;
  height: 45px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  cursor: pointer ;
  margin-right: 21px;
}
.body-page-Model-detail .page-menu-container .menu-item.active {
  background: #E43A3D;
  color: #fff;
}
.body-page-Model-detail .page-content-container {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
.body-page-Model-detail .page-content-container .page-item-container {
  display: none;
}
.body-page-Model-detail .page-content-container .page-item-container.active {
  display: block ;
}
.body-page-Model-detail .page-content-container .page-item-container-1 {
  padding-bottom: 48px;
}
.body-page-Model-detail .page-content-container .page-item-container-1.active {
  display: block ;
}
.body-page-Model-detail .page-content-container .model-lists-container {
  /* display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			flex-wrap: wrap; */
  width: 100%;
  position: relative;
  padding: 48px;
  /* .grid-item:nth-child(3n){
				margin-right: 0px;
			} */
}
.body-page-Model-detail .page-content-container .model-lists-container .grid-item {
  position: absolute;
  padding: 11px;
}
.body-page-Model-detail .page-content-container .model-lists-container .grid-image {
  width: 278px;
  position: relative;
}
.body-page-Model-detail .page-content-container .model-lists-container .grid-image img {
  width: 278px;
  background-color: #000000;
}
.body-page-Model-detail .page-content-container .model-lists-container .grid-image .grid-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 278px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-page-Model-detail .page-content-container .page-item-container-2 {
  width: 1400px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 auto 90px;
  padding: 35px 62px 25px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .inner-box {
  padding-bottom: 28px;
  border-bottom: 1px solid #C9C9C9;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .inner-box:last-child {
  border: none;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-left .box-block .block-label {
  height: 19px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 22px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-left .box-block .block-info {
  display: flex;
  align-items: center;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-left .box-block .block-info .info-item {
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-right: 12px;
  font-weight: 500;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-left .box-block .block-info .info-item span {
  font-weight: 400;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-left .box-block:first-child {
  margin-bottom: 32px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-left .box-block:first-child .info-item {
  margin-right: 32px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-right {
  width: 162px;
  height: 162px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-1 .box-right img {
  width: 162px;
  height: 162px;
  border-radius: 5px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-2 {
  padding-top: 29px;
  padding-bottom: 0px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-2 .box-line {
  height: 19px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 35px;
  font-weight: bold;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-2 .box-line span {
  font-weight: 400;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-3 {
  padding-top: 30px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-3 .box-label {
  height: 19px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-4 {
  padding-top: 30px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-4 .box-label {
  height: 19px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-4 .inner-item {
  padding: 11px;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-4 .img-box {
  width: 249px;
  position: relative;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-4 .img-box img {
  width: 100%;
}
.body-page-Model-detail .page-content-container .page-item-container-2 .box-4 .img-box .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 249px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-wrapper-container {
  width: 100%;
  position: relative;
}
.gallery-wrapper-container .white-panel {
  position: absolute;
  padding: 11px;
}
.gallery-wrapper-container .white-panel .img-box {
  width: 249px;
  position: relative;
}
.gallery-wrapper-container .white-panel .img-box img {
  width: 100%;
}
.gallery-wrapper-container .white-panel .img-box .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 249px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
