﻿html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
i,
u,
div,
input,
ul,
li,
button,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

html,
body {
    width: 100%;
    /* height: 100%; */
    overflow-x: hidden;
    -webkit-text-size-adjust: none !important;
    -webkit-text-size-adjust: 100% !important;
    font-family: PingFang-SC-Medium;
}

div {
    margin: 0;
    padding: 0;
}

button {
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none; 
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

::-moz-placeholder {
    color: #c8c8c8;
}

::-webkit-input-placeholder {
    color: #c8c8c8;
}

:-ms-input-placeholder {
    color: #c8c8c8;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* input { pointer-events: none; } */


[contenteditable="true"],
input,
textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}

i,
em {
    font-style: normal;
}

* {
    box-sizing: border-box;
}
textarea{ font-family: PingFang-SC-Medium;}
.wapper{
    width:1000px;
    margin: 0 auto;
}


.cerBox{
    position: absolute;
    left:19px;
    bottom:100px;
    z-index:9;
    width:100%;
}
.cerBox h1{
    font-size:45px;
    color:rgba(255,255,255,1);
    line-height:63px;
}
.cerBox p{
    font-size:24px;
    color:rgba(255,255,255,1);
    line-height:33px;
    margin-top:12px;
}

/*header*/
.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    /* padding: 0 220px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_logo {
    width:155px;
    height:66px;
    background: url(../image/header_logo1.png) no-repeat;
    background-size: contain;
}

.header ul {
    display: flex;
}

.header ul li {
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
}

/*footer*/
.footer {
    background-color: #272727;
    height: 300px;
    color:#fff;
    text-align: center;
  }
  .footer .footer_ibfa {
    padding: 74px 0 30px 0;
  }
  .footer div {
    margin-bottom: 30px;
  }
  .footer div a {
    margin-right: 30px;
  }
  

.header ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.header .logo_business {
    margin-right: 15px;
}

@media screen and (max-width:768px) {
    .cerBox{
        position: absolute;
        left:0.4rem;
        bottom: 0.26rem;
        z-index:9;
        width:100%;
    }
    .cerBox h1{
        font-size:0.32rem;
        color:rgba(255,255,255,1);
        line-height:0.44rem;
    }
    .cerBox p{
        font-size:0.2rem;
        color:rgba(255,255,255,1);
        line-height:0.28rem;
        margin-top:0.05rem;
    }
    .webWapper{
        width:6.7rem;
        margin: 0 auto;
    }


    /*header*/
    .header {
        width: 100%;
        background-color: #000;
        height: 1rem;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: space-between;
        padding: 0 .3rem;
      }
      .header .navBtn {
        width: .45rem;
        height: .45rem;
        background: url(../image/navicon-round.png) no-repeat center;
        background-size: contain;
      }
      .header .header_logo {
        background: url(../image/header_logo2.png) no-repeat;
        width: 1.08rem;
        height: .68rem;
        background-size: contain;
      }
      .header .ul {
        z-index: 999;
        display: none;
        position: absolute;
        right: 0;
        top: 1rem;
        width: 2.4rem;
        height: 7rem;
        background-color: #000;
      }
      .header .ul li {
        text-align: center;
        padding:.5rem 0 0 0;
        line-height:0.4rem
      }
      .header .ul li a {
        color: #fff;
        font-size: .32rem;
      }
      .header .ul li a img {
        width: 0.44rem;
        height: 0.44rem;
        object-fit: contain;
      }
      .header .ul li .img2 {
        margin: 0 .14rem;
      }
      .header .logo_business{
          margin-right:0.1rem;
      }
      
      /*footer*/

      .footer {
        height:auto;
        background-color: #272727;
        padding: .2rem .3rem;
        color:#fff;
        text-align: center;
      }
      .footer .footer_ibfa {
        font-size: .12rem;
        color: #fff;
        text-align: center;
      }
      .footer div {
        width: 32%;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        margin-top: .11rem;
      }
      .footer div a{
        display:block;
      }
      .footer div a img {
        width: .26rem;
        height: .26rem;
        display:block;
      }
      .footer .copy {
        font-size:0.14rem;
        padding-top:0.1rem;
      }
      .footer .footer_ibfa{
          padding:0;
      }
      .footer div a{
          margin-right:0.2rem;
          display:block;
          height:.26rem;
      }
      
}

