/*==common==*/
input,
button {
  outline: none;
}
[v-cloak] {
  display: none;
}
html,
body {
  min-width: auto;
  font-family: 'PingFangSC-Regular', 'Helvetica', 'Arial', 'sans-serif', 'Microsoft YaHei';
  font-weight: lighter;
  word-break: keep-all;
  font-size: 12px;
  color: #fff;
}
p {
  margin: 0;
}
a:focus {
  outline: none;
}
a:visited {
  color: #F1F1F1;
  text-decoration: none;
}
a,
a:hover {
  color: #F1F1F1;
  text-decoration: none;
}
#v_org_banner,
#v_org_association,
#v_org_showCase,
#v_org_footer,
#v_org_relative_productions,
.navbar.navbar-default.navbar-fixed-top {
  min-width: 378px;
}
/*==/common==*/
.org-title,
.org-title a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.org-bg {
  background: -webkit-linear-gradient(270deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 0%, #111111 100%, #111111 100%);
  background: -moz-linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 0%, #111111 100%, #111111 100%);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 0%, #111111 100%, #111111 100%);
}
/*==header==*/

.btn-big {
  display: none;
  position: relative;
  top: 14px;
  left: 221px;
  width: 159px;
  height: 40px;
  background-image: linear-gradient(270deg, #84CAA8 0%, #04ADCC 100%);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  border: 0;
}
.btn-big a{
  width: 159px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.btn-close {
  color: #000 !important;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 25px;
  top: 19px;
}
.modal2{
  position: relative;
  top: -102%;
}
.modal2:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.modal2:target:before {
  display: block;
}
.modal2:target .modal-dialog {
  -webkit-transform: translate(0, 97%);
  -ms-transform: translate(0, 97%);
  transform: translate(0,97%);
  top: 10%;
}
.modal-dialog {
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  width: 544px;
  height: 272px;
  -webkit-transform: translate(0, -350%);
  -ms-transform: translate(0, -350%);
  transform: translate(0, -350%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}


.modal-headers p{
  height: 50px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #26233A;
  text-align: center;
  padding-bottom: 33px;
}
.modal-headers h2 {
  padding-top: 43px;
  height: 76px;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #26233A;
  text-align: center;
  margin: 0;
}
.modal-body {
  padding: 0 32px;
  font-size: 0;
}
.modal-body .download{
  width: 221px;
  height: 118px;
  padding-left:10px;
  background: #E5E8EB;
  border-radius: 8px;
  display:inline-block;
}
.download button{
  width: 100px;
  height: 30px;
  margin-top: 14px;
  background-image: linear-gradient(134deg, #3023AE 0%, #C86DD7 100%);
  border-radius: 4px;
  border: 0;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.download .recommend{
  width: 23px;
  height: 23px;
  font-size: 23px;
  display: inline-block;
  position: absolute;
  left: 136px;
  bottom: 25px;
}
.modal-body h3{
  margin-top: 19px;
  font-family: PingFangSC-Semibold;
  line-height: 22px;
  font-size: 16px;
  color: #26233A;
}
.modal-body p{
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #26233A;
  line-height: 17px;
  margin-top: 3px;
}
.modal-body .enter{
  width: 221px;
  height: 118px;
  margin-left: 18px;
  padding-left:10px;
  background: #E5E8EB;
  border-radius: 8px;
  display:inline-block;
}
.enter button{
  width: 76px;
  height: 30px;
  margin-top: 14px;
  color: #7E5EE7;
  font: initial;
  border-radius: 4px;
  border:1px solid #6051BF;

}
.org-header {
  position: absolute;
  justify-content: space-between;
  height: 32px;
  top: 0;
  right: 0;
  left: 0;
  padding-right: 8%;
  padding-left: 8%;
  line-height: 32px;
  z-index: 100;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: #121212;
}
.container-fluid {
  padding: 0px 8%;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  background: #121212;
}
.navbar-fixed-top {
  border-width: 0px;
}
.navbar {
  height: 32px;
  min-height: 32px;
  margin-bottom: 0px;
}
.navbar-collapse.collapse {
  position: relative;
  display: flex !important;
  border: none;
}
.navbar-right {
  display: flex;
  align-items: center;
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  color: #B2B4C1;
  font-size: 12px;
}
.nav-partition{
    border-left: 1px solid #979797;
    margin-right: 20px;
    opacity: 0.4;
}
.partition{
  border: 1px solid #979797;
  height: 18px;
  margin: 0px 0 0 20px;
  display: none;
  vertical-align: middle;
}
.nav-pills > li + li {
  margin-left: 20px;
}
.navbar-nav > li > a {
  line-height: 32px;
  padding: 0px;
}
.org-header-middle,
.org-header-large {
  display: none;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.org-header-middle {
  display: none;
}
.navbar-brand {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0px;
}
.org-header-logo,
.navbar-brand>img{
  display: none;
}
.org-header-home {
  height: 32px;
  width: 102px;
  line-height: 32px;
  color: #B2B4C1 !important;
  text-align: center;
  font-size: 12px!important;
  font-weight: normal;
}
.icon-shouye2 {
  margin-right: 8px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
  color: #B2B4C1;
}
.org-header-nav-right {
  position: absolute !important;
  height: 100%;
  margin-left: 0px !important;
  right: 0px;
  top: 0px;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  border:none;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
.org-header-nrsign{
    position: fixed !important;
    height: auto;
    margin-left: 0px !important;
    right: 8%;
    top: 10px;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    border: none;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}
.org-header-nrsign .org-header-user-signIn:hover{
  color: #fff;
  background: #7E5EE7;
}
.navbar-left {
  padding: 0px;
}
.org-header-middle-list-item {
  display: none;
}
.org-header-list-item:first-child {
  display: flex;
  align-items: center;
}
.org-header-list-user-login {
  width: 192px;
}
.org-header-list-user-login:hover {
  background: #7E5EE7;
}
.org-header-list-user-login .org-header-list-item:first-child {
  width: 100%;
}
.org-header-list-user-login .org-header-list-item:first-child > .dropdown-menu {
  right: auto !important;
}
.org-header-list-item .dropdown-menu {
  color: #333;
  left: auto;
}
.org-header-list-item .dropdown-menu i {
  margin-right: 15px;
}
a.org-header-item {
  margin-left: 40px;
  color: #C7B269;
  text-decoration: none;
}
.org-header-item img {
  vertical-align: text-bottom;
}
.org-header-menu-list {
  display: flex;

}
.org-header-menu-item {
  margin-left: 1%;
  height: 100%;
  line-height: 60px;
  color: #FFFFFF;
  cursor: pointer;
}
.org-header-menu-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.org-header-menu-item i {
  font-size: 12px;
}
.org-header-menu .add,
.org-header-menu .add:focus,
.org-header-menu .add:hover {
  color: #7E5EE7 !important;
  /* cursor: default !important; */
}
.org-header-call{
  display: none;
}
.org-header-list-item .dropdown-toggle-lang {
  margin-right: 0px;
  line-height: 56px;
  width: 50px;
}
.org-header-list-item .dropdown-toggle-lang i {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 4px;
  font-size: 20px;
}
.org-header-list-item .dropdown-toggle-username {
  height: 32px;
  width: 100%;
  text-align: center;
  /* max-width: 180px; */
}
.org-header-list-item .dropdown-toggle-username span {
  display: inline-block;
  max-width: calc(85%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.org-header-list-item .dropdown-toggle-username b {
  position: relative;
  top: -12px;
}
.org-header-scroll-bgblack,
.org-header-bgblack {
  background-color: #101010;
}
.org-header-user-signIn {
  position: relative;
  width: 92px;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  color: #B2B4C1;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  margin-right: 10px;
}
.org-header-user-signUp {
  background: #7E5EE7;
  color: #FFFFFF;
  margin: 0;
}
.org-header-list-item .dropdown-menu-userInfo {
  width: 192px;
  top: 0px;
  left: 0px;
  line-height: 1;
  background: #1E2028;
  color: #fff;
  padding: 0px;
  margin: 0px;
  border-radius: 0;
  border: 0px;
  overflow: hidden;
}
.dropdown-menu-userInfo > li > a {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0px;
}
.dropdown-menu-userInfo > li > a > span {
  position: absolute;
  left: 19px;
  display: inline-block;
  height: 36px;
  color: #B2B4C1;
}
.dropdown-menu-userInfo > li > a > p {
  padding-left: 45px;
  color: #B2B4C1;
}
.dropdown-menu-userInfo > li:first-child {
  background: #7E5EE7;
  height: 32px;
}
.dropdown-menu-userInfo > li:first-child > a {
  line-height: 60px;
  padding: 0px 60px;
  color: #fff;
}
.dropdown-menu-userInfo > li > a:hover {

  color: #B2B4C1;
  background: rgba(126,94,231,0.40);
}

.dropdown-menu-userInfo > .dropdown-menu-userInfo-item-first {
  margin-top: 14px;
}
.dropdown-menu-userInfo > .dropdown-menu-userInfo-item-first > a > span {
  top: 0px;
  height: 36px;
}
.dropdown-menu-userInfo > .dropdown-menu-userInfo-item-last {

}
.dropdown-menu-userInfo > .dropdown-menu-userInfo-item-last > a > span {
  bottom: 0px;
  height: 36px;
}
.dropdown-menu-userInfo > .dropdown-menu-userInfo-item > a:hover > div {
  background: #4A4ABE;
}
.dropdown-menu-userInfo > .dropdown-menu-userInfo-item > a:hover > p {
  color: #fff;
}
.dropdown-menu-userInfo > li > a > div {
  position: absolute;
  left: 17px;
  top: 15px;
  border: 1px solid #4B4BBF;
  width: 10px;
  height: 10px;
  background: #191B23;
  border-radius: 10px;
}
.dropdown-menu-userInfo > li:first-child > a {
  line-height: 32px;
  height: 32px;
  padding: 0px 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu-userInfo-management-message,
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-balance > div {
  display: flex;
  justify-content: space-between;
}
.dropdown-menu-userInfo-management-message > div:first-child,
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-balance > div > div,
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-management > div {
  display: flex;
  align-items: center;
  height: 45px;
}
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-management > div {
  display: flex;
  align-items: center;
  height: 40px;
}
.dropdown-menu-userInfo-management-messageCount {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  text-align: center;
  background: #aa7722;
  line-height: 35px;
}
.dropdown-menu-userInfo-balance-btn {
  width: 55px;
  height: 35px !important;
  margin: 5px 0px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #aa7722;
  color: #aa7722;
}
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-management > div > input,
.dropdown-menu-userInfo-management-message > div > input,
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-balance > div > div > input {
  width: 20px;
  height: 20px;
  margin: 0px;
  margin-left: 5px;
}
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-management > div > label,
.dropdown-menu-userInfo-management-message > div > label,
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-balance > div > div > label {
  position: relative;
  margin-left: 15px;
  display: inline-block;
  max-width: 100%;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 400;
}

.dropdown-menu-userInfo > li.dropdown-menu-userInfo-border{
  padding: 0 20px ;
  margin-top: 14px;
}
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-border .logtop{
  border-top: 1px solid rgb(151,151,151,0.3);
}

.dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut {
  border: none;
  height: 50px;
}
.dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut:hover {
  /* background: #3B3BA9; */
}
.dropdown-menu-first-top {
  display: flex;
}
.dropdown-menu-userInfo > .dropdown-menu-userInfo-loginOut > a {
  height: 50px;
  padding: 0px;
  line-height: 50px;
  color:  #B2B4C1;
  padding-left: 45px;
}
.dropdown-menu-first-top-left > img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.dropdown-menu-first-top-right {
  line-height: 32px;
  margin-left: 15px;
}
.dropdown-menu-first-bottom {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;
}
.dropdown-menu-first-top-right-lastdiv {
  color: #aa7722;
}
.navbar-right .dropdown-menu.org-menubar {
  display: block;
  right: auto;
  transform: translateY(-200%);
}
.org-header-menu-item.open > .org-menubar {
  right: 0;
  overflow-y: auto;
  cursor: default;
  transform: translateY(0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #4B4BBF;
}
.org-menubar-content {
  display: flex;
  justify-content: space-between;
  background: #101010;
  padding-bottom: 50px;
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(-100px);
  -mos-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.org-header-menu-item.open > .org-menubar > .org-menubar-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -mos-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.org-menubar {
  position: fixed;
  top: 60px;
  height: 100%;
  width: 100%;
  padding-top: 0px;
  border-top: 1px solid #222;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  z-index: 101;
}
body::-webkit-scrollbar,
.org-header-bgblack::-webkit-scrollbar,
.org-menubar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
body::-webkit-scrollbar-track,
.org-header-bgblack::-webkit-scrollbar-track,
.org-menubar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
/*定义滑块
内阴影+圆角*/
body::-webkit-scrollbar-thumb,
.org-header-bgblack::-webkit-scrollbar-thumb,
.org-menubar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(112, 105, 105, 0.7);
}
.org-header-list-item .dropdown-toggle-lang:hover,
.org-menubar-right-top:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.org-menubar-list-item:hover {
  color: #7E5EE7;
  cursor: pointer;
}
.dropdown-toggle.dropdown-toggle-username:hover {
  cursor: pointer;
}
.org-menubar-title {
  line-height: 1;
  height: 14px;
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
  margin-bottom: 24px;
}
.org-menubar-close {
  display: block;
  position: absolute;
  top: 25px;
  right: 35px;
  width: 19px;
  height: 18px;
  background: url(../images/icon-19-close.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
}
.org-menubar-close:hover {
  -webkit-transform: rotate(360deg);
  -mos-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.org-menubar-list {
  display: flex;
  font-size: 14px;
  line-height: 14px;
  margin-left: 8%;
}
.org-menubar-list > div {
  width: 100%;
}
.org-menubar-list-item {
  margin-right: 25%;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.org-menubar-list a {
  text-decoration: none;
}
.org-menubar-list dt {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.org-menubar-list dd {
  opacity: 0.6;
  font-size: 12px;
  width: 100%;
  max-width: 285px;
  line-height: 22px;
}
.org-menubar-list dd a {
  color: #fff;
}
.org-menubar-right {
  flex-shrink: 0;
  margin-left: 3%;
  margin-right: 8%;
  max-width: 461px;
  width: 35%;
  height: 200px;
  color: #fff;
}
.org-menubar-right-top {
  display: flex;
  margin-top: 65px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  /* border-bottom: 1px dashed #222; */
}
.org-menubar-right-bottom {
  line-height: 1;
}
.org-menubar-right-bottom-more {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}
.org-menubar-right-bottom-more:hover {
  text-decoration: underline;
  color: #7C7DEC;
}
.org-menubar-right-top img {
  position: relative;
  top: 8px;
  height: 90px;
  width: 160px;
  margin-left: 20px;
}
.org-menubar-right-item-content {
  position: relative;
  z-index: 0;
}
.org-menubar-right-hotNews {
  position: absolute;
  top: 6px;
  left: 5px;
  height: 26px;
  width: 80px;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  background-color: #C8342D;
  z-index: -1;
}
.org-menubar-right-hotNews-tag {
  display: inline-block;
  width: 90px;
  margin-right: 20px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.org-menubar-right-hotNews-title {
  display: -webkit-box;
  max-width: 280px;
  font-size: 16px;
  line-height: 34px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
.org-menubar-right-hotNews-subtitle {
  margin-top: 20px;
  opacity: 0.8;
  line-height: 22px;
  font-size: 12px;
}
.org-menubar-right-bottom div div {
  color: #ccc;
  font-size: 12px;
  line-height: 34px;
}
.org-menubar-right-bottom div div span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.org-menubar-right-bottom div div a {
  height: 100%;
  width: 100%;
  line-height: 36px;
  font-size: 12px;
  color: #fff;
}
.org-header-user-signIn:hover {
  color: #7E5EE7;
}
.org-header-user-signUp:hover {
  color: #eee;
  background: #6B50C4;
}
.org-menubar-right-bottom div div a:hover span {
  border-color: #4B4BBF;
}
.org-banner-slide {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  text-align: center;
  opacity: 1;
  animation: slideopacity 1.5s infinite;
  -webkit-animation: slideopacity 1.5s infinite;
  z-index: 5;
}
@keyframes slideopacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.org-banner-slide-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-60-slide.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}
.mnavbar-brand,
.org-right-personal,
.org-mask,
.org-header-personal,
.org-bagnaw{
    display: none;
}
.org-anhome{
  display: none!important;
}
/*==/header==*/
/*==banner==*/
/*==/relative-productions==*/
/*==footer==*/
.org-footer {
  display: flex;
  background-color: #13151B;
  min-width: 378px;
}
.org-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 450px;
  height: 100%;
  width: 100%;
  padding: 0px 8%;
  background-color: #13151B;
}
.org-footer-content-left {
  margin-right: 130px;
}
.org-footer-content-left-logo {
  width: 152px;
  height: 32px;
  margin-bottom: 20px;
  margin-top: 22px;
}
.org-footer-content-left-title {
  font-size: 14px;
  color: #B2B4C1;
  letter-spacing: 0;
  height: 21px;
  line-height: 24px;
}
.org-footer-content-left-menulist > div {
  display: flex;
  align-items: center;
  line-height: 16px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.org-footer-content-left-menulist > div:hover {
  color: #4B4BBF;
}
.org-footer-content-left-menulist > div > span {
  display: inline-block;
  width: 1px;
  border: 2px solid #4B4BBF;
  height: 16px;
  margin-right: 6.5px;
}
.org-footer-content-left-menulist {
  max-width: 600px;
  margin-top: 45px;
  margin-bottom: 37px;
}
.org-footer-content-left-menulist > a {
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 15px;
}
.org-footer-content-left-menulist > a:hover {
  color: #4B4BBF;
  text-decoration: none;
}
.org-footer-content-left-menulist > a:focus {
  text-decoration: none;
}
.org-footer-content-left-menulist > a > span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  border: 2px solid #4B4BBF;
  height: 16px;
  margin-right: 6.5px;
}
.org-footer-content-left-subtitle_2,
.org-footer-content-left-subtitle_1 {
  font-size: 12px;
  color: #515565;
  margin-bottom: 8px;
}
.org-footer-content-left-subtitle_1 span {
  color: #4B4BBF;
}
.org-footer-content-left-subtitle_2 span {
  color: #b2b4c1;
}
.org-footer-iconList {
  display: flex;
  justify-content: space-between;
  max-width: 250px;
}
.org-footer-iconList > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 31px;
  color: #525564;
  border: 1px solid #313441;
  border-radius: 4px;
}
.org-footer-iconList > a:focus,
.org-footer-iconList > a:hover {
  text-decoration: none;
  color: #B2B4C1;
  background: #191B23;
  border: 1px solid #B2B4C1;
}
.org-footer-iconList > a > i {
  font-size: 24px;
}
.org-footer-content-left .org-footer-iconList {
  display: none;
}
.org-footer-content-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 531px;
  width: 40%;
}
.org-footer-content-right-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 60px;
}
.org-footer-content-right .org-footer-content-right-partners {
  margin-top: 14px;
  margin-bottom: 30px;
}
.org-footer-content-right .org-footer-content-right-partners > a {
  cursor: default;
}
.org-footer-content-right .org-footer-content-right-partners img {
  height: 73px;
  width: 74px;
  margin-left: 14px;
}
.org-footer-content-right .org-footer-content-right-partners > a:first-child img {
  margin-left: 0px;
}
/* .org-footer-content-right .org-footer-iconList {

} */
/*==/footer==*/
/*==media query==*/
@media screen and (max-width: 1400px) {
  .org-relative-production-left-info,
  .org-relative-production-right-info,
  .org-relative-production-left-info-list,
  .org-relative-production-processes {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .org-menubar-list dd {
    display: none;
  }
  .org-menubar-list {
    width: 45%;
  }
  .org-menubar-right {
    height: auto;
    width: 40%;
  }
  .org-menubar-right-top {
    margin-top: 50px;
    display: flex;
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .org-menubar-hotNews-large {
    display: none;
  }
  .nav_,
  .org-header-home{
    display: none;
  }
  .org-header{
    background: none;
  }
  .navbar-default{
    background: rgba(0,0,0,0.50);
  }
  .org-header-logo,
  .navbar-brand>img{
    display: block;
  }
  .navbar-brand{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
  }
  .org-header-personal{
    display: block;
    position: absolute;
    line-height: 88px;
    right: 4%;
  }
  .org-header-personal span{
      font-size: 23px;
      color: rgba(255,255,255,0.8);
      cursor: pointer;
  }
  .org-right-personal{
    width: 248px;
    background: #121212;
    padding: 28px 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .org-rplist li:nth-child(1){
    line-height: initial;
    opacity: 0.8;
    font-size: 14px;
    cursor: pointer;
  }
  .org-rplist li{
      line-height: initial;
      opacity: 0.6;
      font-size: 14px;
      cursor: pointer;
  }
  .org-rplist li a{
    color: #FFFFFF;
    text-decoration: none;
  }
  .org-rplist-li{
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
  }
  .org-rplist-li img{
    width: 48px;
    height: 48px;
    margin: 0 9.5px 20px 18px;
    border-radius: 50%;
  }
  .org-rplist-li span{
    font-size: 16px;
    font-weight: 700;
    vertical-align: super;
  }
  .org-rplist-lis{
    margin: 0 0 16px 18px;
  }
  .navbar-collapse.collapse.addd {
    display: flex !important;
    background: #121212;
    height: 100% !important;
    z-index: 3;
    position: fixed;
    top: 0;
    width: 248px;
    padding: 0;
    overflow: auto;
  }
  .mnavbar-brand{
    position: absolute;
    margin: 70px 0 40px 32px;
    display: block;
  }
  .org-header-logo{
      width: 148px;
      height: 28px;
  }
  .org-header-list-item:first-child{
      display: none;
  }
  .navbar-nav>li:first-child{
      margin-top: 0;
  }
  .org-mask{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0.5;
      background: #000;
      z-index: 2;
  }
  .org-header-midd{
      width: 24px;
      height: 24px;
      border-radius: 50%;
  }
  .org-header-menu-item{
    height: 60px;
  }
  .nav-partition{
    display: none;
  }
  .org-header-menu-item .add{
    color: #B2B4C1 !important;
  }
  .org-anhome{
    font-size: 14px;
    color: #B2B4C1;
    display: block!important;
  }
  body{
    touch-action: none;
  }
  .org-bagnaw{
    display: block;
  }
  .org-bagnaw a:hover,
  .org-bagnaw a:focus{
    background: rgba(126,94,231,0.40);
    cursor: pointer;
    color: #fff;
  }
  .org-bagnaw a{
    height: 32px;
    width: 100%;
    line-height: 32px;
    padding-left: 32px;
    margin-top: 13px;
    font-size: 14px;
    color: #7E5EE7;
    letter-spacing: 0.88px;
    vertical-align: middle;
    display: inline-block;
  }
  .org-bagnaw a:visited{
    color: #7E5EE7;
  }
  .org-diandian{
    width: 5px;
    height: 5px;
    margin-right: 15px;
    border-radius: 50%;
    background: #7E5EE7;
    display: inline-block;
  }
  .org-header-menu .add,
  .org-header-menu .add:focus,
  .org-header-menu .add:hover {
    color: #fff !important;
  }
  .org-header-call{
    display: block;
    width: 88px;
    height: 32px;
    border: 1px solid #7E5EE7;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
  }
  .navbar-default .navbar-nav>li>a{
    height: 32px;
    line-height: 32px;
    padding-left: 32px;
    margin-top: 13px;
    color: #999;
  }
  .org-header-list-item .dropdown-toggle-lang:hover,
  .org-menubar-right-top:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .org-menubar-list-item:hover{
    background: rgba(126,94,231,0.40);
    cursor: pointer;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .org-menubar-right {
    display: none;
  }
  /*==header==*/
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
    padding: 0px 8%;
  }
  .display-none {
    display: none !important;
  }
  .navbar {
    border-radius: 4px;
    height: auto;
  }
  .navbar-fixed-top {
    border-radius: 0px;
  }
  .container-fluid {
    padding: 0px;
  }
  .navbar-header > .navbar-toggle {
    display: inline-block;
  }
  .org-header-middle,
  .org-header-large {
    display: none;
  }
  .org-banner-left {
    margin-left: 8%;
  }
  .org-banner-animation .org-banner-subtitle {
    font-size: 28px;
    line-height: 47px;
  }
  .org-banner-left-btns {
    width: 70%;
  }
  .org-banner-news,
  .org-banner-news_type {
    font-size: 14px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: calc(20%) !important;
    max-height: 100%;
    padding: 0px 8%;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: calc(100%) !important;
    padding: 0px 8%;
    border-top: 1px solid #222;
    overflow: auto !important;
    box-shadow: none;
  }
  .navbar-collapse.collapse.in ul {
    right: auto;
  }
  .org-header-bgblack {
    height: 100% !important;
  }
  .org-header-bgblack > .container-fluid {
    height: 100%;
  }
  .container-fluid > .navbar-header {
    width: 100%;
    height: 88px;
    padding: 0px 2%;
  }
  .navbar-brand {
    height: 88px;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin: auto;
  }
  .org-header-nav-right {
    position: relative !important;
    top: 0px;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-top: 20px;
    margin-top: 120px;
    padding-left: 32px;
  }
  .navbar-right {
    display: block;
    float: none !important;
    margin: 140px 0 0 0;

  }
  .navbar-nav > li > a,
  .navbar-nav > li {
    line-height: 60px;
    float: none;
  }
  .navbar-nav > li:first-child {
    margin-top: 25px;
    margin-left: 0;
    height: 50px;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }
  .org-header-list-item .dropdown-toggle-lang {
    line-height: 58px;
  }
  .navbar-default .navbar-header > .navbar-toggle {
    height: 40px;
    margin: 0px;
    margin-top: 23px;
    border-color: transparent;
    border-radius: 4px;
    float: left;
  }
  .navbar-default .navbar-header > .navbar-toggle .icon-bar {
    width: 20px;
    background: #D8D8D8;
  }
  .navbar-header > .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-default .navbar-header > .navbar-toggle:hover,
  .navbar-default .navbar-header > .navbar-toggle:focus {
    background: none;
  }
  .navbar-default .navbar-header > .navbar-toggle[aria-expanded="true"] .icon-bar:last-child {
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
    /* transition: all 1s; */
  }
  .navbar-default .navbar-header > .navbar-toggle[aria-expanded="true"] .icon-bar-first {
    transform: rotate(45deg);
    /* transition: transform 1s; */
  }
  .navbar-collapse {
    box-shadow: none;
    padding: 0px;
  }
  .navbar-collapse.collapsing {
    transition-duration: 0s;
    transition-timing-function: none;
    transition-property: none;
    box-shadow: none;
  }
  .navbar-collapse[aria-expanded="true"].collapsing {
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-property: height,visibility;
    box-shadow: none;
  }
  .navbar-collapse.collapse.in::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  .navbar-collapse.collapse.in::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  /*定义滑块
       内阴影+圆角*/
  .navbar-collapse.collapse.in::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(112, 105, 105, 0.5);
  }
  .org-menubar {
    position: relative;
    top: 0px;
    height: auto;
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow-y: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
  }
  .org-menubar-content {
    justify-content: flex-start;
    padding-bottom: 0px;
    background: transparent;
  }
  .org-menubar-content .org-menubar-list dd,
  .org-menubar-content .org-menubar-right,
  .org-menubar-title {
    display: none;
  }
  .org-menubar-content .org-menubar-list {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  .org-menubar-content .org-menubar-list .org-menubar-list-item {
    width: 100%;
    margin: 0px;
  }
  .org-menubar-list dt {
    font-size: 16px;
    padding-left: 20px;
    line-height: 40px;
    margin: 0px;
  }
  .org-menubar-list dt:hover {
    padding-left: 18px;
    font-size: 16px;
  }
  .org-menubar-content .org-menubar-list .org-menubar-list-item:hover {
    border-left: 2px solid #4B4BBF;
  }
  .org-header-menu-item > a {
    font-size: 18px;
  }
  .org-header-middle-list-item {
    display: flex;
    align-items: center;
    width: 145px;
  }
  .org-header-middle-list-item > div {
    width: 64px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
  }
  .org-header-middle-list-item > div:first-child {
    background-color: #4B4BBF;
    margin-right: 10px;
  }
  .org-header-middle-list-item > div:last-child {
    border: 1px solid rgba(204, 204, 204, 0.5);
  }
  .org-header-middle-list-item > div:last-child:hover {
    line-height: 34px;
    border: none;
    background-color: #4B4BBF;
  }
  .org-header-middle-list-item > div > i {
    position: relative;
    display: inline-block;
    top: 2px;
    line-height: 1;
    font-size: 18px;
    margin-right: 0px;
  }
  .org-header-list-user-login .org-header-list-item:first-child {
    width: auto;
    display: none;
    flex-direction: column;
  }
  .org-header-list-item .dropdown-toggle-username {
    height: 60px;
    width: calc(115%);
    text-align: start;
  }
  .org-header-list-item .dropdown-toggle-username > b {
    top: -20px;
  }
  .dropdown-menu-userInfo > .dropdown-menu-userInfo-item-last {
    margin-bottom: 0px;
  }
  .org-header-nav-right .org-header-list-item.open .dropdown-menu-userInfo {
    margin-top: auto;
    margin-bottom: 30px;
    width: auto;
    top: 80px;
    background: transparent;
    border-radius: 0px;
  }
  .org-header-list-user-login:hover {
    background: transparent;
  }
  .dropdown-menu-userInfo > .dropdown-menu-userInfo-item-first {
    margin-top: 0px;
  }
  .dropdown-menu-userInfo > .dropdown-menu-userInfo-item-last > a > span,
  .dropdown-menu-userInfo > li > a > span,
  .dropdown-menu-userInfo > li > a > div,
  .dropdown-menu-userInfo > .dropdown-menu-userInfo-item-first > a > span,
  .dropdown-menu-userInfo > li:first-child {
    display: none;
  }
  .dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut > a,
  .dropdown-menu-userInfo > li > a > p {
    padding-left: 20px;
  }
  .dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut > a:hover,
  .dropdown-menu-userInfo > li > a > p:hover {
    padding-left: 17px;
    border-left: 2px solid #4B4BBF;
    font-weight: 700;
  }
  .dropdown-menu-userInfo > .dropdown-menu-userInfo-loginOut > a {
    color: #B2B4C1;
  }
  .dropdown-toggle.dropdown-toggle-username:hover,
  .dropdown-menu-userInfo > li > a:hover,
  .dropdown-menu-userInfo > .dropdown-menu-userInfo-item > a:hover > p {
    color: #4B4BBF;
  }
  .dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut {
    text-align: start;
    background: transparent;
  }
  .dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut:hover {
    background: transparent;
  }
  .navbar-nav .open .dropdown-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-right .dropdown-menu.org-menubar {
    display: none;
    height: 0px;
    transform: none;
  }
  .org-header-menu-item.open > .org-menubar {
    display: inline-block;
    height: auto;
    transform: none;
  }
  /*==/header==*/
}
@media screen and (max-width: 1024px) {
  .org-relative-production-left-info,
  .org-relative-production-right-info,
  .org-relative-production-left-info-list,
  .org-relative-production-processes {
    display: flex;
  }
  .org-footer-content-left {
    margin-right: 0px;
  }
  /*==association==*/
  .org-association-item-btn {
    background: transparent;
    max-height: 36px;
    max-width: 135px;
    width: 80%;
    height: 20%;
  }
  .org-association-item-category {
    display: none;
  }
  .org-association-item {
    width: 100%;
  }
  .org-association-item-bg {
    flex: 1;
    height: 100%;
  }
  /*==/association==*/
  /*==relative-productions==*/
  .org-relative-production-flex-end {
    flex-wrap: wrap-reverse !important;
  }
  .org-relative-productions-title {
    font-size: 32px;
  }
  .org-relative-productions-subtitle {
    display: none;
  }
  .org-relative-production {
    flex-wrap: wrap;
  }
  .org-relative-production-left {
    width: 100%;
  }
  .org-relative-production-img {
    left: 10%;
  }
  .org-relative-production-left_second,
  .org-relative-production-right {
    width: 100%;
    max-width: 1000px;
    align-items: center;
    text-align: center;
    /* padding: 15% 20%; */
    margin: 0px 10%;
  }
  .org-relative-production-right-title {
    font-size: 30px;
    line-height: 36px;
    color: #FEFEFE;
    text-align: center;
    margin-top: 100px;
  }
  .org-relative-production-right-subtitle {
    flex-shrink: 0;
    font-size: 24px;
    color: #4B4BBF;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 24px;
    /* margin-top: 4%; */
  }
  .org-relative-production-left-info,
  .org-relative-production-right-info {
    width: 90%;
    font-size: 18px;
    color: #A4A4A4;
    text-align: center;
    line-height: 40px;
    max-width: 100%;
    /* margin-top: 4%; */
    /* margin-bottom: 3%; */
  }
  .org-relative-production-processe-img,
  .org-relative-production-right-renderfarmimg {
    margin-top: 40px;
  }
  .org-relative-production-right_second {
    width: 100%;
  }
  .org-relative-production-right_second .org-relative-production-img {
    right: 10%;
    left: auto;
  }
  .org-relative-production-right-btn_2,
  .org-relative-production-right-btn_1 {
    width: 40%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .org-relative-production-right-btn_1 {
    margin-right: 4%;
    margin-left: 8%;
  }
  .org-relative-production-right-btn_2 {
    margin-right: 8%;
  }
  .org-relative-production-right-iconList {
    display: none;
  }
  .org-relative-production-right-renderfarmimg {
    display: inline-block;
  }
  .org-relative-production-processe-img {
    display: inline-block;
  }
  .org-relative-production-right-btns {
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 130px;
  }
  .org-relative-production-left-info-list > div {
    font-size: 18px;
    line-height: 40px;
  }
  /*==/relative-productions==*/
  /*==footer==*/
  /*==/footer==*/
}
@media screen and (max-width: 767px) {
  .org-header-nav-right .org-header-list-item.open .dropdown-menu-userInfo > li > a {
    padding: 0px;
  }
  .dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut > a {
    padding-left: 20px !important;
    color: #B2B4C1 !important;
  }
  .dropdown-menu-userInfo > li.dropdown-menu-userInfo-loginOut > a:hover {
    color: #4B4BBF !important;
  }
}
@media screen and (max-width: 576px) {
  .org-relative-production-left-info,
  .org-relative-production-right-info,
  .org-relative-production-left-info-list,
  .org-relative-production-processes {
    display: none;
  }
  .org-relative-production-right-btns {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .org-header-list-item .dropdown-toggle-username {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  /*==header==*/
  .org-header-nav-right {
    flex-wrap: wrap;
  }
  .org-header-nav-right.dropdown.org-header-list-user-login {
    height: auto;
  }
  .org-header-list-user-login .org-header-list-item:first-child {
    margin-bottom: 20px;
    width: auto;
  }
  .org-header-list-item .dropdown-toggle-username {
    width: calc(101%);
  }
  /*==/header==*/
  /*==banner==*/
  .org-banner.swiper-container-vertical > .swiper-pagination-bullets,
  .org-banner.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
    top: auto;
    right: auto;
    margin-top: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .org-banner.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .org-banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    left: auto;
    top: auto;
  }
  .org-banner.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .org-banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: auto;
    margin-right: 18px;
  }
  .org-banner.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
  .org-banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0px;
  }
  .org-banner-slide {
    display: none;
  }
  .org-banner-news,
  .org-banner-news_type {
    font-size: 16px;
  }
  .org-banner-title {
    font-size: 28px;
    text-align: center;
  }
  .org-banner-animation .org-banner-subtitle {
    font-size: 24px;
  }
  .org-banner-left {
    margin-right: 8%;
  }
  .swiper-slide-active .org-banner-animation {
    width: 100%;
  }
  .org-banner-left-btns {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  a.org-banner-click_btn_2,
  a.org-banner-click_btn_1 {
    margin: 0px;
  }
  a.org-banner-click_btn_2 {
    margin: 0px;
    margin-top: 30px;
  }
  .org-banner-animation,
  .org-banner-left-btns {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -mos-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    transition-delay: 0s;
  }
  .swiper-slide-active .org-banner-animation,
  .swiper-slide-active .org-banner-left-btns {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    transition-delay: 0s;
  }
  .org-banner-category {
    display: none;
  }
  .org-banner-left {
    align-items: center;
  }
  /*==/banner==*/
  /*==association==*/
  .org-association-item-btn {
    display: none;
  }
  .org-association-item {
    height: 220px;
  }
  .org-association-item-titleText {
    display: none;
    font-size: 18px;
  }
  .org-association-item-title > span {
    display: inline-block;
    font-size: 24px;
  }
  .org-association-item-title > span > i {
    font-size: 48px;
  }
  .org-showCase-title,
  .org-relative-productions-title {
    font-size: 28px;
  }
  /*==/association==*/
  /*==relative ==*/
  .org-relative-production-right-btns {
    flex-direction: column;
    align-items: center;
  }
  .org-relative-production-right-btn_2,
  .org-relative-production-right-btn_1 {
    transform: scaleY(1);
    margin: 0px;
    margin-top: 30px;
    width: 70%;
  }
  .org-relative-production-right,
  .org-relative-production-left_second {
    /* padding: 10% 11%; */
    align-items: center;
  }
  .org-relative-production-right-title {
    width: 100%;
    white-space: unset;
    flex-shrink: 0;
  }
  .org-relative-production-right-subtitle {
    text-overflow: unset;
    white-space: unset;
    margin-bottom: 20px;
  }
  .org-relative-production-left-info,
  .org-relative-production-right-info {
    overflow: auto;
    text-overflow: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .org-relative-production-processe-img {
    height: auto;
  }
  /*==/relative ==*/
}
@media screen and (max-width: 1600px) {
  .org-footer {
    display: flex;
    background-color: #13151B;
  }
  .org-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 540px;
    height: 100%;
    width: 100%;
    padding: 0px 8%;
  }
  .org-footer-content-left-logo {
    width: 152px;
    height: 32px;
    margin-bottom: 20px;
    margin-top: 22px;
  }
  .org-footer-content-left-title {
    font-size: 14px;
    color: #B2B4C1;
    letter-spacing: 0;
    height: 21px;
    line-height: 24px;
  }
  .org-footer-content-left-subtitle_2,
  .org-footer-content-left-subtitle_1 {
    font-size: 12px;
    color: #515565;
    margin-bottom: 8px;
  }
  .org-footer-content-left-subtitle_1 span {
    color: #4B4BBF;
  }
  .org-footer-content-left-subtitle_2 span {
    color: #b2b4c1;
  }
  .org-footer-content-left .org-footer-iconList {
    display: block;
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin-top: 30px;
  }
  .org-footer-iconList > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 31px;
    color: #525564;
    border: 1px solid #313441;
    border-radius: 4px;
  }
  .org-footer-iconList > a:focus,
  .org-footer-iconList > a:hover {
    text-decoration: none;
    color: #B2B4C1;
    border: 1px solid #B2B4C1;
  }
  .org-footer-iconList > a > i {
    font-size: 24px;
  }
  .org-footer-content-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 276px;
  }
  .org-footer-content-right .org-footer-iconList {
    display: none;
  }
  .org-footer-content-right-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 60px;
  }
  .org-footer-content-right .org-footer-content-right-partners {
    margin-top: 14px;
    margin-bottom: 0;
  }
  .org-footer-content-right .org-footer-content-right-partners img {
    height: 73px;
    width: 74px;
    margin-left: 0;
    margin-right: 14px;
    margin-bottom: 21px;
  }
  .org-footer-content-right .org-footer-content-right-partners > a:first-child img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .org-footer {
    background-color: #13151B;
  }
  .org-footer-content {
    display: block;
    min-height: 540px;
    height: 100%;
    width: 100%;
    padding: 0px 8%;
  }
  .org-footer-content-left {
    text-align: center;
  }
  .org-footer-content-left-logo {
    width: 152px;
    height: 32px;
    margin: 134px auto 20px;
  }
  .org-footer-content-left-title {
    font-size: 14px;
    color: #B2B4C1;
    letter-spacing: 0;
    height: 21px;
    line-height: 24px;
  }
  .org-footer-content-left-menulist {
    max-width: 584px;
    margin: 40px auto 37px;
    text-align: left;
  }
  .org-footer-content-left-menulist > div {
    display: flex;
    align-items: center;
    line-height: 16px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .org-footer-content-left-menulist > div:hover {
    color: #4B4BBF;
  }
  .org-footer-content-left-menulist > div > span {
    display: inline-block;
    width: 1px;
    border: 2px solid #4B4BBF;
    height: 16px;
    margin-right: 6.5px;
  }
  .org-footer-content-left-subtitle_2,
  .org-footer-content-left-subtitle_1 {
    font-size: 12px;
    color: #515565;
    margin-bottom: 8px;
  }
  .org-footer-content-left-subtitle_1 span {
    color: #4B4BBF;
  }
  .org-footer-content-left-subtitle_2 span {
    color: #b2b4c1;
  }
  .org-footer-content-left .org-footer-iconList {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin: 25px auto 0;
  }
  .org-footer-iconList > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 31px;
    color: #525564;
    border: 1px solid #313441;
    border-radius: 4px;
  }
  .org-footer-iconList > a:focus,
  .org-footer-iconList > a:hover {
    text-decoration: none;
    color: #B2B4C1;
    border: 1px solid #B2B4C1;
  }
  .org-footer-iconList > a > i {
    font-size: 24px;
  }
  .org-footer-content-right {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .org-footer {
    background-color: #13151B;
  }
  .org-footer-content {
    display: block;
    min-height: 540px;
    height: 100%;
    width: 100%;
    padding: 0px 8%;
    background-color: #191B23;
  }
  .org-footer-content-left {
    text-align: center;
  }
  .org-footer-content-left-logo {
    width: 152px;
    height: 32px;
    margin: 65px auto 20px;
  }
  .org-footer-content-left-title {
    font-size: 14px;
    color: #B2B4C1;
    letter-spacing: 0;
    height: 21px;
    line-height: 24px;
    margin: 0 auto 64px;
  }
  .org-footer-content-left-menulist {
    max-width: 544px;
    margin: 40px auto 37px;
    flex-wrap: wrap;
    width: 240px;
  }
  .org-footer-content-left-menulist > a {
    width: 105px;
  }
  .org-footer-content-left-menulist > div {
    display: flex;
    align-items: center;
    line-height: 16px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .org-footer-content-left-menulist > div:nth-child(4) {
    margin-right: 1rem;
  }
  .org-footer-content-left-menulist > div:hover {
    color: #4B4BBF;
  }
  .org-footer-content-left-menulist > div > span {
    display: inline-block;
    width: 1px;
    border: 2px solid #4B4BBF;
    height: 16px;
    margin-right: 6.5px;
  }
  .org-footer-content-left-subtitle_2,
  .org-footer-content-left-subtitle_1 {
    font-size: 12px;
    color: #515565;
    margin-bottom: 8px;
  }
  .org-footer-content-left-subtitle_1 span {
    color: #4B4BBF;
  }
  .org-footer-content-left-subtitle_2 span {
    color: #b2b4c1;
  }
  .org-footer-content-left .org-footer-iconList {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin: 25px auto 0;
  }
  .org-footer-iconList > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 31px;
    color: #525564;
    border: 1px solid #313441;
    background: #191B23;
    border-radius: 4px;
  }
  .org-footer-iconList > a:focus,
  .org-footer-iconList > a:hover {
    text-decoration: none;
    color: #B2B4C1;
    border: 1px solid #B2B4C1;
  }
  .org-footer-iconList > a > i {
    font-size: 24px;
  }
  .org-footer-content-right {
    display: none;
  }
}
h1,h2,h3,h4{
  margin: 0;
  padding: 0;
}
.org-header-menu .tooltips{
  margin-top: 20px;
  width: 220px;
  height: 40px;
  background-color: #fff;
  color: #7e63e4;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  position: fixed;
  box-shadow: 4px 4px 33px -1px 
}
.org-header-menu .tooltips .tool:before{
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    top: -20px;
    left: 65px;
    border-color:  transparent transparent #fff;
}
.top{
  min-width: 1280px;
    height: 757px;
    background: url(../images/background4.png);
    background-color: #312B5A;
}
.title{
    font-family: PingFangSC-Semibold;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 151px;
    line-height: 70px;
}
#head .describe{
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color:#B7A4FF;
    text-align: center;
    line-height: 32px;
    margin-bottom: 16px;
}
.message{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}
.slogan{
    padding-top: 90px;
}
.price{
    font-family: PingFangSC-Semibold;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 36px;
    height: 36px;
    text-align: center; 
}
#head >div{
    text-align: center;
    padding-top: 54px;
    font-size: 0;
}
.email{
    width: 582px;
    height: 58px;
    font-size: 16px;
    line-height: 22px;
    background: #F2F4F6;
    color: black;
    border: 1px solid #979797;
    border-radius: 10px 0 0 10px;
    padding-left: 37px;
    vertical-align:top
}
.emailButtom{
    width: 150px;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    background: #7E63E4;
    border-radius: 0 10px 10px 0;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor:pointer
}
.tips{
    padding-top: 8px;
    line-height: 22px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFCC00;
    text-align: center;
}
.support{
  min-width: 1280px;
  height: 617px;
}
.support >h2{
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #26233A;
  text-align: center;
  height: 33px;
  line-height: 33px;
  margin-top: 84px;
}
.support >span{
  display:block;
  width: 257px;
  margin: 0 auto;
  margin-top: 23px;
  height: 0;
  line-height: 0;
  border: 1px rgba(38,35,58,0.15) solid;
}
.support .DMAX{
  display: inline-block;
  width: 19%;
  height: 379px;
  margin-top: 90px;
  margin-left: 15%;
  border: 1px solid #26233A;
  border-radius: 10px;
}
.support .DMAX >img{
  display: block;
  width: 74px;
  height: 114px;
  margin: 0 auto;
  margin-top: 59px;
  margin-bottom: 36px;
}
.support .vray >img{
  display: block;
  width: 124px;
  height: 132px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 27px;
}
.support .sketchup >img{
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  margin-top: 52px;
  margin-bottom: 29px;
}
.support .vray{
  display: inline-block;
  width: 19%;
  height: 379px;
  border: 1px solid #26233A;
  border-radius: 10px;
  margin: 0 7%;
}
.support .sketchup{
  display: inline-block;
  width: 19%;
  height: 379px;
  border: 1px solid #26233A;
  border-radius: 10px;
}
.support >div >p{
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #26233A;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 23px;
  }
.support >div >button{
  display: block;
  width: 150px;
  height: 58px;
  font-family: PingFangSC-Semibold;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 10px;
  margin: 0 auto;
}
.support >div >button >a{
  color: #26233A;
  display: block;
  width: 150px;
  height: 58px;
  line-height: 58px;
  text-decoration:none;
  border-radius: 10px;
}
.support >div >button>a:hover{
  background: #7E63E4;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
}
.details{
  min-width: 1280px;
  height:986px;
  background: url(../images/background3.png);
}
.details >h2{
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  margin-left: 167px;
  padding-top: 96px;
}
.details .version{
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: rgba(255,255,255,0.80);
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
  margin-left: 167px;
}
.details .download{
  width: 150px;
  height: 58px;
  background: #7E63E4;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
  margin-left: 167px;
  margin-top: 36px;
  border: 0;
}
.details .link{
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  height: 22px;
  margin-left: 167px;
  margin-top: 66px;
}
.details .link >a{
  color: #7E63E4;
  text-decoration:none;
}
.details .particulars{
  width: 727px;
  height: 154px;
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #F7B737;
  margin-left: 167px;
  margin-top: 16px;
}
.details .prices{
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 16px 16px 43px -10px rgba(0,0,0,0.30);
  border-radius: 10px;
  width: 21%;
  height: 495px;
}
.details .prices >h3{
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #26233A;
  margin-top: 45px;
  margin-left: 59px;
  line-height: 33px;
  height: 33px;
}
.details .prices >span{
  display:block;
  width: 60%;
  height: 2px;
  margin: 13px 0 0 59px;
  opacity: 0.15;
  background: #26233A;
}
.details .prices >h4{
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #26233A;
  line-height: 22px;
  margin-top: 26px;
  margin-left: 59px;
}
.details .prices .cost{
  margin-top: 55px ;
  margin-bottom: 34px;
  height: 73px;
}
.details .prices .cost >p{
  font-family: PingFangSC-Semibold;
  font-size: 21px;
  color: #7E63E4;
  line-height: 22px;
}
.details .prices >p{
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #26233A;
  height: 44px;
  line-height: 22px;
  margin-top: 16px;
  margin-left: 59px
}
.details .price1{
  margin-top: 86px;
  margin-left: 24%;
}
.details .price2{
  margin: 86px 3% 0 3%;
}
.details .price3{
  margin-top: 86px;
}
.details .prices >button{
  display: block;
  width: 150px;
  height: 58px;
  background: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #26233A;
  line-height: 22px;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 10px;
  margin-left: 59px;
  margin-top: 27px;
}
.details .prices >button:hover{
  background: #7E63E4;
  font-size: 16px;
  color: #FFFFFF;
}
.showcase{
  width: 100%;
  height: 971px;
}
.showcase .note{
  width: 60%;
  height: 66px;
  line-height: 22px;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #26233A;
  margin-top: 161px;
  margin-left:27%;
}
.showcase >h3{
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #26233A;
  line-height: 33px;
  margin-top: 119px;
  text-align: center;
}
.showcase >span{
  display:block;
  width: 116px;
  height: 2px;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 86px;
  opacity: 0.15;
  background: #26233A;
}
.showcase .case{
  width:23%;
  height: 367px;
  display: inline-block;
  margin-top: 86px;
}
.showcase .case1{
  margin-left: 14%; 
}
.showcase .case2{
  margin: 0 2%; 
}
.showcase .case img{
  width: 100%;
  height: 329px;
}
.showcase .case .aa{
  text-align: right;
  margin-top: 16px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #0D4360;
  line-height: 22px;
  height: 22px;
  display: block;
}
.showcase .case .aa .cc{
  color: #7E63E4;
  display: inline;
  text-decoration:none;
}
@media screen and (max-width: 1646px) {
  .showcase .case2 .aa{
    width: 239px;
    margin-left: auto;
  }
  }
.footer{
  height: 866px;
  background: url(../images/background5.png);
}
.footer >h3{
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 33px;
  padding-top: 156px;
}
.footer >span{
  display:block;
  width: 560px;
  height: 2px;
  margin: 0 auto;
  margin-top: 20px;
  transform: scaleY(-1);
  background: rgba(255,255,255,0.40);
}
.footer >p >a{
  color: #7E63E4;
  text-decoration:none;
}
.footer .email1{
  margin-top: 45px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 33px;
}
.footer .skype{
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 33px;
}
.footer >h2{
  width: 715px;
  height: 100px;
  line-height: 50px;
  margin: auto;
  margin-top: 131px;
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
}
.footer >button{
  display: block;
  width: 197px;
  height: 58px;
  background: #7E63E4;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  margin: auto;
  margin-top: 97px;
  border: 0;
  border-radius: 10px;
}
.footer >button >a{
  display: block;
  width: 197px;
  height: 58px;
  line-height: 58px;
  border-radius: 10px;  
}
.ad{
  position: fixed;
  width: 300px;
  height: 135px;
  bottom: 44px;
  left: 51px;
  background: url(../images/xuanfu.png);
  background-size: 100% 100%;
}
.ad .learn{
  width: 155px;
  height: 31px;
  margin-top: 97px;
  margin-left: 56px;
  border-radius: 11px;
  border: 0;
  background: url(../images/learn.png);
  background-size: 100% 100%;
}
.ad .x{
  width: 31px;
  height: 31px;
  border-radius: 11px;
  border: 0;
  margin-top: 97px;
  margin-left: 42px;
  background: url(../images/x.png);
  background-size: 100% 100%;
}
.submit{
  width: 57px;
  height: 57px;
  position: fixed;
  right: 50px;
  bottom: 42px;
  background: url(../images/icon.png);
  background-size: 100% 100%;
  cursor:pointer;
}
.ad2{
  width: 200px;
  height: 220px;
  position: fixed;
  right: 130px;
  background: #f3f4f6;
  bottom: 46px;
  border: 2px solid #7E5EE7;
  border-radius: 18px;
  display: block;
}
.ad2 .ema{
  margin-top: 14px;
  margin-left: 10px;
  padding-left: 11px;
  height: 26px;
  width: 180px;
  line-height: 26px;
  font-size: 18px;
  background: #dadada;
  color: #333333;
  border: 0;
  border-radius: 4px;
  font-family: SourceHanSansCN-Regular;
}
.ad2 .mess{
  margin-top: 8px;
  margin-left: 10px;
  padding-left: 11px;
  width: 180px;
  height: 124px;
  font-size: 18px;
  background: #dadada;
  color: #333333;
  border: 0;
  border-radius: 4px;
  font-family: SourceHanSansCN-Regular;
  word-break:break-all;
  outline: none;
}
.ad2 .submitButton{
  margin: 0 auto;
  margin-top: 5px;
  height: 28px;
  width: 115px;
  text-align: center;
  background: #7E5EE7;
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  display: block;
  font-family: SourceHanSansCN-Regular;
  cursor: pointer;
}
.ad2 .submitButton[disabled] {
  cursor: not-allowed;
}