@media screen and (max-width: 760px) {
  .zdy-btns div {
    width: 100px;
    font-size: 12px;
  }
}

@media screen and (max-width: 760px) {
  main .wrapper .section-title h2 {
    font-size: 24px!important;
  }
}

@media screen and (max-width: 760px) {
  main section.scene .tab-cards li {
    font-size: 16px;
    line-height: 4;
  }

  main section.scene .tab-contents .left {
    margin-top: 25px;
  }
}

@media screen and (max-width: 800px) {
  main section.banner .card h4 {
    font-size: 14px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 760px) {
  main section.operation .op-item::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: #E1E8F1;
    margin: 24px 0;
  }
}

/* @media screen and (max-width: 760px) {
  header nav .logo img:nth-of-type(1) {
    display: none;
  }
}

.img-new {
  display: none;


@media screen and (max-width: 760px) {
  .img-new {
    display: block;
  }
} */




/* form */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}


/* .form1 {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(49, 59, 55, .5);
} */

.show-how {
  /* padding: 0 0 40px; */
  overflow:auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  display: block;
  z-index: 999999;
  background-color: rgba(49, 59, 55, .5)

  
}


.show-how .order-show {
  padding: 0;
  width: 470px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
  border-radius: 2px;
  transform: translateY(-50%);
}

.show-how .order-show .close {
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
  opacity: .5;
}


.show-how .order-show .form-header {
  background:linear-gradient(to bottom, #2ea3fb, #2f7bf1);
  text-align: center;
  color: #fff;
  /* padding-top: 45px; */
  height: 50px;
}

.show-how .order-show .form-header h3 {
  /* font-size: 20px;
  margin-bottom: 15px; */
  line-height: 50px;
  /* font-weight: 400; */
}

.show-how .order-show .form-content {
  padding: 20px 25px 30px;
}

.show-how .order-show .form-content .form-group {
  position: relative;
  margin-bottom: 20px;
}

.show-how .order-show .form-content label {
  display: block;
  color: #1f2d3d;
  font-size: 16px;
  margin-bottom: 10px;
}

.show-how .order-show .form-content label::after {
  content: '*';
  color: #e02020;
}
.show-how .order-show .form-content .last-label::after {
  content: '';
}

.show-how .order-show .form-content .industry-label::after {
  content: '';
}


.show-how .order-show .form-content .form-control {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #99a9bf;
  padding: 12px 10px;
  font-size: 16px;
}

.show-how .order-show .form-content .error-msg {
  font-size: 12px;
  line-height: 20px;
  color: #e02020;
  position: absolute;
  /* display: none; */
}

.show-how .order-show .form-content .code-wrap {
  /* height: 40px; */
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.show-how .order-show .form-content .code-wrap .col-left {
  flex-basis: 65%;
  padding: 0 10px;
}

.show-how .order-show .form-content .code-wrap .col-right {
  flex-basis: 35%;
  padding: 0 10px;
}

.show-how .order-show .form-content .code-wrap .get-code {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #3473e3;
  color: #3473e3;
  text-align: center;
}

.show-how .order-show .form-content .code-wrap .btn {
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.show-how .order-show .form-content .select-industry, .select-wrap {
  position: relative;
}

.show-how .order-show .form-content select.form-control {
  padding: 5px 10px;
}

.show-how .order-show .form-content select.form-control:focus {
  color: #3473e3;
  border: 1px solid #3473e3;
}

.show-how .order-show .form-content .form-control:focus {
  color: #3473e3;
  border: 1px solid #3473e3;
}

.show-how .order-show .form-content select:invalid {
  color: #99a9bf!important;
}

.show-how .order-show .form-content .form-control.textarea {
  height: auto;
}

.show-how .order-show .form-content .form-button-group {
  text-align: center;
  margin-top: 30px;
}

.show-how .order-show .form-content .btn.submit {
  display: inline-block;
  width: 135px;
  height: 36px;
  line-height: 36px;
  background: #3A95FF;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}
#key_industry,#order_product,#demand_content{	 
  color: #757575;
  font-family: auto;
}
/* select {
 color: #99a9bf;
} */

option {
  color: #3473e3;
}

@media screen and (max-width: 1080px) {
  .show-how .order-show {
    width: 90%;
  }
}

@media screen and (max-width: 1080px) {
  .show-how .order-show .form-content {
    padding: 20px 15px 30px;
    height: 470px;
    overflow-y: scroll;
  }
}

.index_7 {
  position: relative;
}

.index_7 img{
  transform: scale(.8);
  /* position: absolute; */
  top: 100px;
  right: 200px;
}

/* main section.banner .show .shape {
  position: absolute;
	right: -750px;
	top: -275px;
	transform: scale(.4);
} */

/* toast */
@keyframes fadeIn {
  0%    {opacity: 0}
  100%  {opacity: 1}
    }
@-webkit-keyframes fadeIn {
  0%    {opacity: 0}
  100%  {opacity: 1}
    }
@-moz-keyframes fadeIn {
  0%    {opacity: 0}
  100%  {opacity: 1}
    }
 @-o-keyframes fadeIn {
  0%    {opacity: 0}
  100%  {opacity: 1}
    }
@-ms-keyframes fadeIn {
  0%    {opacity: 0}
  100%  {opacity: 1}
    }
@keyframes fadeOut {
  0%    {opacity: 1}
  100%  {opacity: 0}
    }
@-webkit-keyframes fadeOut {
  0%    {opacity: 1}
  100%  {opacity: 0}
    }
@-moz-keyframes fadeOut {
  0%    {opacity: 1}
  100%  {opacity: 0}
    }
@-o-keyframes fadeOut {
  0%    {opacity: 1}
  100%  {opacity: 0}
    }
@-ms-keyframes fadeOut {
  0%    {opacity: 1}
  100%  {opacity: 0}
    }
#toast{
  background: rgba(22, 18, 18, 0.301);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding:20px;
  border-radius: 3px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 99999;
}
.hide{
  display: none;
}
.fadeOut{
  animation: fadeOut .5s;
}
.fadeIn{
  animation: fadeIn .5s;
}

