/* 全局设置 */
* {
  padding: 0;
  margin: 0;
  outline: 0px;
  scroll-behavior: smooth;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  min-width: 500px;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #848fa8; 
}
html,
body,
.wrapper {
  height: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.7rem;
  font-family: "Microsoft YaHei", "微软雅黑", 'Roboto', serif;
  letter-spacing: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}
p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}
b,
strong {
  font-weight: 900;
}
.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}
input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}
button {
  cursor: pointer;
}
span {
  font-size: 13px;
}
::selection {
  background: #2D3954;
  color: #ffffff;
}
section {
  padding: 100px 0px;
}
.common-div {
  text-align: center;
  padding-bottom: 40px;
}
.common-div h2 {
  color: #2D3954;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  margin-bottom: 20px;
}
.common-div h2:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: 100%;
  right: 48%;
  background-color: #f62621;
}
.common-div p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.7;
}
button:focus {
  outline: none;
}
html::-webkit-scrollbar {
  width: 8px; 
}
html:hover::-webkit-scrollbar-thumb {
  background: #8a6a41;
  border-radius: 4px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #e99e3b; 
}

/* ========================================================== */
/* part1 */
.carousel-item img {
  position: relative;
  height: 100vh;
  /* min-height: 800px; */
  filter: blur(1px) brightness(0.6);
  transform: scale(1.2);
}
/* .overlay-sliderimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(85, 58, 17, 0.617) 100%, rgba(255, 255, 255, 0.7679446778711485) 100%);
} */
.carousel .left-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(0, 0, 0, .3);
  left: 0;
  transition: background .5s;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  z-index: 9;
  margin-left: 5px;
  border: 1px solid #f1b25e5d;;
}
.carousel .left-arrow .arrow-prev {
  transform: rotateZ(-135deg);
}
.carousel .right-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(0, 0, 0, .3);
  right: 0;
  transition: background .5s;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  z-index: 9;
  margin-right: 5px;
  border: 1px solid #f1b25e5d;
}
.carousel .arrow {
  display: inline-block;
  border: 3px solid #f1b25e;;
  width: 10px;
  height: 10px;
  border-left: none;
  border-bottom: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.carousel .right-arrow .arrow-next {
  transform: rotateZ(45deg);
}
.carousel .left-arrow:hover,
.carousel .right-arrow:hover {
  background: rgba(167, 127, 76, 0.5);

}
.carousel {
  position: relative;
}
.logo_part {
  position: absolute;
  right: 2%;
  top: 20px;
  height: 35px;
  transition: all 0.5s ease-in-out;
}
.logo_part img {
  height: 100%;
  filter: drop-shadow(1px 1px 10px rgba(50, 100, 200, 0.5));
}
.logo_part:hover {
  transform: scale(1.1);
}
.help_doc {
  color: white;
  position: absolute;
  text-shadow: 1px 1px 10px rgba(50, 100, 200, 0.5);
  font-size: 25px;
  font-weight: bold;
  left: 2%;
  top: 20px;
  line-height: 35px;
  transition: all 0.5s ease-in-out;
}
.help_doc:hover {
  color: white;
  transform: scale(1.1);
}
.banner_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_text h2 {
  color: #e99e3b;
  font-size: 120px;
  font-weight: 700;
  line-height: 180px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px rgba(50, 100, 200, 0.5);
}
.banner_text p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #f0d6b4;
  background: linear-gradient(to right, #49311100 2%, #4931113b 50%, #49311100 98%);
}
.banner_text .setzip {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #f0d6b4c7;
  background: none;
  text-shadow: #ffeded56 1px 1px 2px;
}
.banner_text .download_btn {
  display: flex;
  justify-content: center;
}
.download_btn h3 {
  width: 200px;
  height: 50px;
  background-color: #e99e3b;
  border-radius: 10px;
  margin: 30px;
  text-align: center;
  align-content: center;
  border: 0px solid #e99e3b;
  transition: all 0.5s ease-in-out;
}
.download_btn a {
  color: #2b1e0d;
  font-size: 30px;
  font-weight: bold;
}
.download_btn h3:hover {
  background: transparent;
  border: 2px solid #e99e3b;
  transform: scale(1.1);
  backdrop-filter: blur(5px);
}
.download_btn h3:hover a {
  color: #e99e3b;
  text-shadow: 1px 1px 10px rgba(50, 100, 200, 0.5);
}

/* ========================================================== */
/* part2 */
#alltypes-section {
  background-color: #e99e3b;
  overflow: hidden;
}
.alltypes-holder {
  position: relative;
  /* overflow: hidden; */
}
.alltypes-holder .alltypes-pi {
  display: block;
  position: relative;
  width: 178px;
  height: 178px;
  margin: 0 auto;
  left: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.alltypes-pi-number {
  position: absolute;
  top: 0;
  right: 8px;
  width: 45px;
  height: 45px;
  line-height: 38px;
  border: 2px solid #ffcf90;
  color: #ffe0b7;
  background-color: #c78d41ab;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 2;
  font-family: "Microsoft YaHei", "微软雅黑", 'Roboto', serif;
  padding: 2px 16px;
  backdrop-filter: blur(2px);
}
.alltypes-pi .alltypes-pi-inner {
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}
.alltypes-pi .alltypes-pi-inner:hover {
  transform: scale(1.1);
}
.alltypes-holder .alltypes-pi img {
  display: inline-block;
  position: relative;
  width: 80%;
  max-width: 100%;
  left: 10%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.alltypes-title {
  color: #2D3954;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.alltypes-text-holder p {
  color: #ececec;
  font-weight: 300;
}

/* ========================================================== */
/* part3 */
.doc-section {
  padding: 0px;
  background-color: #f1f5ff;
  box-shadow: rgba(0, 0, 0, .1) 0px 0px 20px;
  overflow: hidden;
}
.doc-item-content {
  padding: 81px 13% 81px 17% !important;
  background-color: #f1f5ff;
}
.doc_text_tittle h3 {
  color: #2D3954;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 30px;
}
.doc-with-dash {
  margin-bottom: 20px;
}
.doc-with-dash li {
  line-height: 31px;
  font-weight: 300;
}
.doc-with-dash li a {
  color: #848fa8;
}
.doc-with-dash li i {
  color: #f62621;
}
.doc-with-dash li .fa-link {
  color: #5f7fca;
}
.doc-item-img img {
  transition: 0.5s;
}
.doc-item-img img:hover {
  transform: scale(1.1);
}

/* ========================================================== */
/* part4 */
.python-section {
  background-color: #e99e3b;
  overflow: hidden;
}
.python-section .python-items {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.python-image a img {
  position: relative;
  transition: 0.5s;
}
.python-image a img:hover {
  transform: scale(1.1);
}
.python-deatils {
  padding: 20px;
}
.python-deatils .proerty_text h3 {
  margin-bottom: 10px;
}
.python-deatils .proerty_text h3 a {
  font-size: 20px;
  font-weight: bold;
  color: #2D3954;
  transition: all 0.5s ease-in-out;
}
.python-deatils .proerty_text h3 a:hover {
  color: #e99e3b;
}
.python-items {
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.pythons.owl-drag .owl-item {
  height: 480px;
  padding: 0px 10px;
}
.proerty_meta {
  margin-bottom: 10px;
}
.proerty_meta ul {
  font-weight: 300;
  font-size: 13px;
  text-wrap: nowrap;
  overflow: hidden;
}
.proerty_meta ul i {
  margin-right: 10px;
  margin-top: 6px;
}
.proerty_det-btn a {
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.proerty_det-btn a:hover {
  letter-spacing: 1px;
}
.proerty_det-btn a i {
  color: #f62621;
  font-size: 16px;
  margin-left: 5px;
}
.python .owl-dots.disabled {
  display: block;
}
.python .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 500px;
  position: relative;
}
.python .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f62621;
}
.python .owl-dots .owl-dot.active span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: 0;
  right: 0;
  background-color: #f62621;
  border-radius: 25px;
  opacity: 0.2;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.freefootage {
  position: absolute;
  bottom: 32%;
  right: 10px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 5px;
  color: #ededed;
  background: #f6252194;
}
.freefootage:hover {
  background-color: #f5f5f594;
  color: #f62521
}

/* ========================================================== */
/* part5 */
#gizmo-Properties {
  overflow: hidden;
}
.gizmopro_content {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.gizmopro-image {
  line-height: 0;
}
.gizmopro-image:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 -350px 120px -120px rgba(0, 20, 46, 0.5);
  z-index: 5;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.gizmopro_content:hover .gizmopro-image:before {
  box-shadow: inset 0 -150px 120px -120px rgba(0, 20, 46, 0.5);
}
.gizmopro-image img {
  display: block;
  width: 100%;
}
.gizmopro_content .gizmopro-image img {
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.gizmopro_content .gizmopro-image {
  flex-basis: 25%;
  text-align: center;
  overflow: hidden;
}
.gizmopro_content:hover .gizmopro-image img {
  transform: scale(1.05) rotate(0deg);
  overflow: hidden;
}
.gizmopro-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px;
  z-index: 10;
}
.gizmopro-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.gizmopro-item-info-bottom {
  display: table-row;
  width: 100%;
  height: 70%;
  vertical-align: bottom;
}
.gizmopro-item-info-bottom-left {
  position: relative;
  display: table-cell;
  width: calc(100% - 80px);
  height: 100%;
  vertical-align: middle;
  vertical-align: bottom;
}
.gizmopro-pli-title a {
  margin: 0;
  font-weight: bold;
  color: #ededed;
}
.gizmopro-pli-title a:hover {
  color: #e99e3b;
}
.gizmopro-item-detail {
  color: #ededed;
  font-weight: 400;
  line-height: 16px;
  margin: 10px 0 0 0;
}
.gizmopro-item-teach {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  background-color: #f6252194;
  padding: 0px 10px;
  border-radius: 10px;
}
.gizmopro-item-teach i {
  font-size: 13px;
  margin-right: 3px;
  color: #ededed;
}
.gizmopro-item-teach a {
  color: #ededed;
}
.gizmopro-item-teach:hover {
  background-color: #f5f5f594;
}
.gizmopro-item-teach:hover a,
.gizmopro-item-teach:hover i {
  color: #f62521;
}
.gizmopro-pl-item-inner:hover .gizmopro-image img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.col-gizmopro {
  margin-bottom: 30px;
}
.dot_gizmo {
  width: 100%;
  text-align: center;
}
.gizmo-Properties {
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* ========================================================== */
/* part6 */
.node-section {
  background-color: #d0d3db;
}
.row .col-node {
  top: -15px;
  margin-top: 15px;
}
.node-package-item-inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.node-title-holder {
  position: relative;
  height: 100%;
  background-color: #e99e3b;
  border-radius: 0 0 10px 10px;
}
.node-package-title {
  color: #fff;
  padding: 31px 0 25px;
  margin: 0;
}
.node-content-holder {
  overflow: hidden;
}
.node-content-holder .node-img {
  margin-bottom: 0px;
  transition: 0.5s;
}
.node-content-holder .node-img:hover {
  transform: scale(1.1);
}
.node-package-content {
  text-align: center;
  font-size: 16px;
  line-height: 100px;
}
.node-teach {
  position: absolute;
  top: 90px;
  right: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  background-color: #f6252194;
  padding: 0px 10px;
  border-radius: 10px;
}
.node-teach i {
  font-size: 13px;
  margin-right: 3px;
  color: #ededed;
}
.node-teach a {
  color: #ededed;
}
.node-teach:hover {
  background-color: #f5f5f594;
}
.node-teach:hover a,
.node-teach:hover i {
  color: #f62521;
}
.dot_node {
  text-align: center;
}

/* ========================================================== */
/* part7 */
.aboutSetting-section {
  background-image: url(../images/nuke_plugins/slider_img01.jpg);
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.aboutSetting-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e99e3ba8;
  backdrop-filter: blur(5px);
}
.aboutSetting-tittle {
  margin-bottom: 50px;
  position: relative;
}
.aboutSetting-tittle:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0px;
  background-color: #f62621;
}
.aboutSetting-tittle h3 {
  color: #ffffff;
}
.testi-box {
  margin-bottom: 10px;
}
.testi-info {
  margin: 20px 0px 20px 30px;
}
.testi-box .testi-thumb {
  border-radius: 10px;
  border: 2px solid #f18900;
  width: 180px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.testi-box .testi-thumb img {
  transition: 0.5s;
}
.testi-box .testi-thumb img:hover {
  transform: scale(1.1);
}
.testi-info .testi-title {
  color: #ffffff;
}
.testi-content p {
  color: #e7e7e7;
  font-size: 16px;
  padding: 0px 0px 0px 30px;
  font-weight: 400;
}
.aboutSetting .owl-dots .owl-dot.active span,
.aboutSetting .owl-dots .owl-dot:hover span {
  background-color: #f62621;
}
.aboutSetting .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

/* ========================================================== */
/* part8 */
.others_section {
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  overflow: hidden;
}
.others-grid {
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  padding: 10px;
  border-radius: 10px;
}
.others-grid .others-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.others-grid .others-thumb img {
  transition: all 0.5s ease-in-out;
}
.others-grid .others-thumb img:hover {
  transform: scale(1.1);
}
.others-grid .others-body {
  padding: 10px 10px 10px 10px;
}
.others-grid .others-body .bl-title a {
  font-size: 20px;
  font-weight: 700;
  color: #2D3954;
  transition: all 0.5s ease-in-out;
}
.others-grid .others-body .bl-title a:hover {
  color: #e99e3b;
}
.others-grid .others-body p {
  padding: 10px 0px 20px;
  color: #5f5f5f;
}
.others-grid .others-body a {
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  color: #e99e3b;
  margin-right: 10px;
}
.others-grid .others-body a i {
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
  color: #e99e3b;
}
.others-grid .others-body .bl-continue:hover,
.others-grid .others-body .bl-continue:hover i {
  transform: scale(1.1);
  color: #f62621;
}

/* ========================================================== */
/* part9 */
.flow-section {
  padding: 30px 0px;
  background-color: #92530525;
}
.flow-img {
  padding: 0px 40px;
  filter: grayscale(100%);
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flow-img:hover {
  filter: grayscale(0%);
  opacity: 0.8;
}
.flow .owl-nav.disabled+.owl-dots {
  display: none;
}

/* ========================================================== */
/* part10 */
#footer-section {
  padding: 80px 0px;
  background-color: #e99e3b;
}
.footer_about_widget h4 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer_about_widget .f-ab-2 {
  margin-bottom: 10px;
  color: #d0d6e9;
  font-size: 14px;
}
.footer_about_widget p i {
  margin-right: 10px;
  color: #f62621;
}
.footer_about_widget a {
  color: #d0d6e9;
  font-weight: 500;
  font-size: 14px;
}
.footer_qlink_widget h4 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer_qlink_widget ul li {
  margin-bottom: 10px;
}
.footer_qlink_widget ul li a {
  color: #d0d6e9;
  font-weight: 500;
  font-size: 14px;
}
.footer_about_widget a:hover,
.footer_qlink_widget a:hover {
  color: #f62621;
}
.footer_menu_widget {
  margin-top: 100px;
}
.footer_menu_widget p {
  color: #d0d6e9;
}
.copyright-widget p {
  color: #d0d6e9;
}
.top-to-bottom {
  padding: 6px 15px;
  position: fixed;
  bottom: 2%;
  right: 3%;
  background: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.top-to-bottom a i {
  margin-left: -4px;
  margin-top: 2px;
  color: #f62621;
  font-size: 32px;
}