/* styles.css */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  width: 100%;
  overflow: auto;
  position: relative;
  font-size: 16px;
  background: #fff;
}

/*  */
/* header {
  background: linear-gradient(135deg, #e6f7ff, #ffffff);
  text-align: center;
  padding: 50px 0;
} */
.nav_box {
  width: 100%;
  height: 60px;
}
.nav_content {
  background: #ffffff;
  display: flex;
  align-item: center;
  justify-content: space-between;
  /* width: 80%; */
  margin: 0 auto;
  padding: 8px 16%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.nav_content_logo {
  width: 140px;
  height: auto;
}
.logo_png {
  width: 160px;
  height: auto;
  /* border:1px solid red; */
}
.nav_list {
  display: flex;
  align-content: center;
  /* padding-right: 200px; */
}

.nav_list_item {
  color: #666666;
  font-size: 16px;
  margin-left: 25px;
  position: relative;
  top: 10px;
  cursor: pointer;
}
.nav_list_item_a {
  color: #666666;
  font-size: 16px;
  margin-left: 25px;
  position: relative;
  top: 10px;
}
.qqq {
  color: #1890ff;
}
.nav_list_item:hover {
  color: #1890ff;
}

.top_bg {
  width: 100%;
  height: auto;
}

/* a {
  text-decoration: none;
  outline: none;
} */

/*  */
.core-features {
  background: #f9fcff;
  padding: 80px 0;
  text-align: center;
}
.core_features_h2 {
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
}
.core_features_tips {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #282828;
  margin-top: 10px;
}
.feature_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.feature_list_item {
  width: 30%;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 14px rgba(0, 0, 0, 0.03);
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 20px 40px 40px;
}
.feature_list_item_img_box {
  height: 70px;
}
.feature_list_item_icon {
  width: 70px;
  height: auto;
}
.feature_list_item_title {
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  text-align: left;
  color: #282828;
  margin-top: 12px;
}
.feature_list_item_text {
  width: 70%;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #282828;
  margin-top: 10px;
}

/* -- */

.script_generation {
  background: #eaf2ff;
  text-align: center;
  padding: 60px 0px 80px 0px;
}
.script_generation_h2 {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
}
.script_generation_content {
  width: 66%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.script_generation_content_left {
  width: 50%;
  text-align: left;
  /* padding-left: 20px; */
}
.script_generation_title {
  margin-bottom: 15px;
}
.script_generation_tips {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.script_generation_list {
  position: relative;
  left: 20px;
  margin-top: 20px;
}
.script_generation_list_item {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}
.script_generation_content_right {
  width: 50%;
}

.script_bg {
  width: 90%;
  height: auto;
}
/* .script-generation,
.video-editing,
.template-market,
.distribution {
  background: #f0f8ff;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/*  */
.video_editing {
  /* background: #eaf2ff; */
  text-align: center;
  padding: 60px 0px 100px 0px;
}
.video_editing_h2 {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
}

.video_editing_content {
  width: 66%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  background: #f9fbff;
  border: 2px solid #ecf2ff;
  border-radius: 20px;
}

.video_editing_content_left {
  width: 50%;
}

.batch_left {
  width: 90%;
  height: auto;
}

.video_editing_content_right {
}

.video_editing_content_left_title {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  text-align: left;
  color: #333333;
}

.video_editing_content_left_tips {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #979cb1;
  margin-top: 20px;
}

.video_editing_content_left_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.video_editing_content_left_box_item {
  display: flex;
  align-items: center;
  width: 40%;
  margin-top: 10px;
  margin-right: 5%;
}

.video_editing_content_left_box_item_icon {
}

.video_editing_content_left_box_item_icon_icon {
  width: 28px;
  height: auto;
}

.video_editing_content_left_box_item_box {
  /* display: flex;
  align-items: center; */
  margin-left: 10px;
}

.video_editing_content_left_box_item_box_one {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
}

.video_editing_content_left_box_item_box_two {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
}
/*  */

.template_market {
  background: #eaf2ff;
  text-align: center;
  padding: 50px 0px 80px 0px;
}
.template_market_h2 {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
}
.template_market_content {
  width: 66%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.template_market_content_left {
  width: 50%;
  text-align: left;
}
.template_market_content_left_h3 {
  margin-bottom: 15px;
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.template_market_content_left_tips {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #979cb1;
}
.template_market_content_left_list {
  margin-top: 40px;
}
.template_market_content_left_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.template_market_content_left_list_item_icon {
  width: 18px;
  height: auto;
}
.template_market_content_left_list_item_text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-left: 6px;
}

.template_right_box {
  width: 50%;
}
.template_right {
  width: 80%;
  height: auto;
}
/*  */

.distribution {
  /* background: #eaf2ff; */
  text-align: center;
  padding: 80px 0px 80px 0px;
}
.distribution_h2 {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
}
.distribution_content {
  width: 66%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  background: #f9fbff;
  border: 2px solid #ecf2ff;
  border-radius: 20px;
  padding: 50px 20px 50px 20px;
}
.distribution_content_img {
  width: 50%;
}
.distribution_content_img_img {
  width: 90%;
  height: auto;
}
.distribution_content_right {
}
.distribution_content_right_h3 {
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.distribution_content_right_tips {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #979cb1;
  margin-top: 14px;
}
.distribution_content_right_list {
  margin-top: 30px;
}
.distribution_content_right_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.distribution_content_right_list_item_icon {
  width: 24px;
  height: auto;
}
.distribution_content_right_list_item_text {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
  margin-left: 6px;
}
/*  */

.industry_scenarios {
  background: #eaf2ff;
  text-align: center;
  padding: 80px 0px 80px 0px;
}
.industry_scenarios_h2 {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
}
.industry_scenarios_content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  margin-top: 70px;
}

.industry_scenarios_content_item {
  width: 30%;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 14px rgba(0, 0, 0, 0.03);
  text-align: left;
  margin-bottom: 20px;
  /* padding: 20px 20px 40px 40px; */
}

.industry_scenarios_content_item_icon {
  width: 100%;
  height: auto;
}
.industry_scenarios_content_item_text {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
  margin-top: 5px;
  margin-bottom: 10px;
}
/*  */
.cooperation_advantages {
  /* background:rgb(94, 99, 107); */
  text-align: center;
  padding: 85px 0px 123px 0px;
}
.cooperation_advantages_title {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #282828;
  /* margin-top: 50px; */
}
.cooperation_advantages_content {
  width: 66%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.cooperation_advantages_content_item {
}
.cooperation_advantages_content_item_icon {
  width: 100px;
  height: auto;
}
.cooperation_advantages_content_item_title {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 26px;
  margin-top: 2px;
}
.cooperation_advantages_content_item_one {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  margin-top: 8px;
}
.cooperation_advantages_content_item_two {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  margin-top: 4px;
}
/*  */

.cta {
  text-align: center;
  position: relative;
}
.cta_bg_box {
  position: relative;
}
.bg_two {
  width: 100%;
  height: auto;
}
.cta_bg_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta_bg_content_title {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #2c77ff;
}
.cta_bg_content_form {
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  width: 600px;
}
.cta_bg_content_inp {
  border: none;
  width: 470px;
  padding-left: 10px;
}
.cta_bg_content_btn {
  margin-left: 5px;
  width: 100px;
  height: 37px;
  line-height: 37px;
  background: #2c77ff;
  border-radius: 5px;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
/*  */

.footer_content {
  background: #1f2e3c;
  color: #ecf0f1;
  text-align: center;
  padding: 20px 0;
}
.footer_content_top {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}
.footer_content_top_item {
  display: flex;
  align-items: center;
}
.footer_content_top_item_icon {
  width: 30px;
  height: auto;
}
.footer_content_top_item_text {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-left: 5px;
}

.footer_content_bottom {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer_content_bottom_left {
  display: flex;
}

.footer_content_bottom_left_left {
  text-align: left;
}

.logo_two {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.footer_content_bottom_left_left_item {
  margin-top: 10px;
}
.footer_content_bottom_left_left_label {
  font-size: 14px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.03px;
}
.footer_content_bottom_left_left_text {
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.04px;
}
.footer_content_bottom_left_left_text_a{
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.04px;
}

.footer_content_bottom_left_right {
}
.footer_content_bottom_left_right_one {
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.04px;
}
.footer_content_bottom_left_right_one_a {
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.04px;
}
.footer_content_bottom_left_right_two {
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.04px;
  margin-top: 4px;
}
.footer_content_bottom_left_right_two_a {
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.04px;
  margin-top: 4px;
}

.footer_content_bottom_right {
}
.code {
  width: 180px;
  height: auto;
}

.reserve_a_seat {
  background: #1f2e3c;
  height: 20px;
}
