* {
  padding: 0;
  margin: 0;
  font-family: 黑体;
}

a {
  color: black;
  font-family: 黑体;
}

ol,
ul {
  list-style: none;
}

.main {
  width: 100%;
  height: 100vh;
}

.main header {
  width: 100%;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

header .container {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  width: 10%;
  float: left;
}

.menuList {
  width: 70%;
}

.h_menulist {
  margin-left: 100px;
  width: 90%;
}

.h_menulist>li {
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  float: left;
  line-height: 64px;
  /* margin: 0 14px; */
  margin: 0 22px;
}

.h_menulist>li .item_name {
  color: white;
  text-decoration: none;
}

.telephone {
  width: 20%;
}

.log,
.menuList,
.telephone {
  float: left;
}

@media (min-width:1300px) {
  .headerMenu {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
  }

  #h_logo {
    display: block;
    height: 40px;
    background: url('../img/whiteLogo.png') no-repeat center/contain;
  }

  .menuList {
    display: block;
  }

  .telephone {
    display: block;
  }

  .main header {
    width: 100%;
    height: 66px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 16px;
    line-height: 1;
  }

  header .container {
    width: 1200px;
    margin: 0 auto;
  }

  .h_header:hover {
    background-color: #fff;
  }

  .h_header:hover a {
    color: #666;
  }

  .h_header:hover #h_logo {
    display: block;
    height: 40px;
    background: url('../img/innvote_logo.png') no-repeat center/contain;
  }

  .childMenu {
    display: none;
  }

  .h_menulist {
    width: 90%;
    height: 66px;
    list-style: none;
    margin: 0 auto;
  }

  .h_menulist>li {
    display: table-cell;
    width: fit-content;
    height: 30px;
    text-align: center;
    position: relative;
    font-size: 16px;
  }

  .h_menulist>li>a {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: white;
  }

  .h_menulist>li>a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    background: skyblue;
    left: 0;
    bottom: 0;
    transition: all .3s;
  }

  .h_menulist>li:hover>a:after,
  .h_menulist>li.hover>a:after {
    width: 100%;
  }

  .h_menulist>li .item_list {
    width: 150px;
    height: 0;
    position: absolute;
    top: 62px;
    left: calc(50% - 75px);
    z-index: 1000;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 10px;
  }

  .item_list li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0;
    overflow: hidden;
  }

  .item_list li:hover a {
    color: skyblue;
  }

  .item_list li a {
    text-decoration: none;
  }

  .h_menulist>.product:hover ul {
    background-color: #fff;
    height: 130px;
  }

  .banner {
    width: 100%;
    height: 440px;
    background-image: url(../img/申请合作.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 36px;
  }

  section {
    width: 100%;
    margin-bottom: 70px;
  }

  .sectionContainer {
    width: 1300px;
    margin: 0 auto;
  }

  .sectionContainer .cooperationTitle {
    font-size: 30px;
    text-align: center;
    margin-top: 60px;
  }

  .lists {
    width: 500px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 15px;
  }

  .lists .lis {
    width: 500px;
    height: 45px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .lis input {
    width: 399px;
    padding: 8px 0 8px 12px;
    box-sizing: border-box;
  }

  .lis span {
    display: inline-block;
    width: 100%;
    padding-left: 80px;
    text-align: left;
    position: absolute;
    position: absolute;
    bottom: -.9375rem;
    left: 5.625rem;
    padding-left: 0;
  }

  .lis .star {
    position: absolute;
    color: red;
    left: -1px;
  }

  .lists input {
    outline: none;
  }

  textarea {
    outline: none;
    padding: 6px 12px;
    box-sizing: border-box;
    resize: none;
    width: 400px;
  }

  .question {
    display: flex;
    width: 500px;
    margin-left: 6px;
    flex-wrap: wrap;
  }
  .question span {
    width: 100%;
    padding-left: 80px;
    display: inline-block;
  }

  .code {
    width: 480px;
    display: flex;
    justify-content: space-between;
  }

  .code input {
    width: 260px;
    height: 40px;
    margin-left: 10px;
    padding-left: 12px;
  }

  .verification {
    width: 120px;
    height: 40px;
    background-color: gray;
    margin-left: 16px;
  }

  .productions {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productions p {
    width: 100%;
  }

  .productions label {
    width: 26%;
    text-align: center;
  }

  .btn {
    width: 120px;
    height: 40px;
    color: white;
    background-color: #44B8CF;
    border-radius: 4px;
    margin: 30px auto 0;
  }

  footer {
    height: 400px;
    width: 100%;
    background-color: #33373B;
}

.footerContainer {
    width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.footLeft {
    width: 410px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 340px;
}

.footLeft>.borders {
    margin: 0;
}

.footLeft .connect {
    height: 190px;
    padding-right: 50px;
}

.hotLine {
    color: white;
    margin-right: 80px;
}

.hotLine p {
    margin: 0;
    font-size: 14px;
}

.time {
    color: white;
    margin-top: 7px;
}

.address {
    color: white;
    margin-top: 7px;
}

.email {
    color: white;
    margin-top: 7px;
}

.hotLine span {
    font-size: 19px;
}

.footCenter {
    width: 440px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding-top: 16px;
}

.aboutUs>.title,
.production>.title {
    font-size: 18px;
    text-align: left;
}

.footCenter ul li {
    margin-top: 4px;
}

.footCenter ul li a {
    color: #9E9F9F;
    text-decoration: none;
}

.footRight {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ewm {
    width: 400px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.end {
    height: 70px;
    width: 100%;
    background-color: #2D3236;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 70px;
}

.mobileFoot,
.mobileText,
.cooperationTip,
.mobileView {
    display: none;
}

}
.hide {
  display: none !important;
}

@media (max-width: 1280px) {
  .main header {
    height: 3.125rem;
  }
  .h_header{
    z-index: 1001;
  }
  #h_logo {
    display: block;
    height: 2.125rem;
    background: url('../img/whiteLogo.png') no-repeat center/contain;
    margin-top: .5rem;
  }
  .headerMenu {
    width: 100%;
    position: relative;
  }

  .menuList {
    display: none;
  }

  .telephone {
    display: none;
  }

  .logo {
    float: left;
  }

  .childMenu {
    height: 3.125rem;
    width: 3.75rem;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .childMenu .menuBtn {
    height: 1.875rem;
  }

  .childMenu ul {
    display: none;
    background-color: #fff;
    width: 100vw;
    position: absolute;
    top: 3.125rem;
    right: 0;
  }

  .childMenu ul li {
    padding: 0.5rem 0 0.5rem 0.625rem;
    border-bottom: 1px solid #ddd;
  }

  .cooperationTip {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .cooperationTip img {
    width: 2.5rem;
  }

  .tipHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tipHeader img {
    width: 1rem;
    margin-right: 0.625rem;
  }

  .active {
    height: 12.5rem;
    position: relative;
  }

  .product ul {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    display: none;
  }

  .product ul li {
    border: 0;
  }

  .product ul li a {
    font-size: .875rem;
  }
  .sectionContainer{
    padding-top: 3.75rem;
  }
  .cooperationTitle{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .lists{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .lists .lis {
    min-width: 90%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .name,.contact,.mail,.company {
    width: 76%;
    height: 1.75rem!important;
  }
  
  .star{
    color: red;
  }
  .hide{
    display: none;
  }
  #myText{
    width: 69%;
    margin-left: .0625rem!important;
  }
  label{
    font-size: .8125rem;
    margin-bottom: 0.8rem!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nameText, .contactText, .mailText, .myText{
    position: absolute;
    bottom: -.9375rem;
    left: 5.625rem;
    white-space: nowrap;
  }
  .question{
    font-size: .8125rem;
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .question span {
    width: 100%;
    padding-left: 80px;
    display: inline-block;
  }
  .productions{
    width: 83%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .productions p{
    width: 100%;
    font-size: .8125rem;
    margin-top: .5rem;
    margin-bottom: 0;
  }
  .btn{
    width: 3.75rem;
    background-color: #44B8CF;
    color: white;
  }
  .myText{
    white-space: nowrap;
    position: absolute;
    bottom: -.9375rem;
    left: 5.625rem;
    padding-left: 0!important;
  }
  footer{
    display: none;
  }
}
.dialog {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, .8);
  padding: 6px 15px;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  font-size: 20px;
  color: #101010;
  display: none;
  text-align: center;
}
.dialog img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}