body {
    background: #fff;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: ain;
    src: url(./font/AlNile.ttc);
  }
  @font-face {
    font-family: arial;
    src: url(./font/Arial.ttf);
  }
  @font-face {
    font-family: arialbold;
    src: url(./font/Arial-Bold.ttf);
  }
  @font-face {
    font-family: din;
    src: url(./font/D-DIN.ttf);
  }
  @font-face {
    font-family: dinbold;
    src: url(./font/D-DIN-Bold.otf);
  }
.body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flexAround {
    display: flex;
    justify-content: space-around;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
}

.Text1 {
    text-align: center;
    font-size: 41px;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    padding-top: 45px;
}

a:hover,
a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}


.navber {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -540px;
    min-width: 1200px;
    z-index: 1;
    background: #fff;
}

.navber a {
    display: inline-block;
    padding: 0 20px;
}


.banner {
    height: 371px;
    background-image: url(../images/img1.png);
    background-size: 100% 100%;
    position: relative;
    margin-top: 89px;
}

.loadBtn {
    position: absolute;
    bottom: 38px;
    left: 200px;
    width: 155px;
}

.loadBtn a {
    padding-right: 5px;
}

.bannerText {
    font-size: 45px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 60%;
    padding-top: 40px;
}


.How {
    background-image: url(../images/img14.png);
    background-repeat: no-repeat;
    background-position: top -20px right -20px;
    background-size: 300px 180px;
    background-color: #F7F7F7;
}

.HowBox {
    padding: 40px 0;
    text-align: center;
}

.HowItem {
    display: inline-block;
    text-align: left;
    width: 350px;
    border: 2px solid #000;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin: 20px;
}

.HowItem img {
    width: 60px;
    display: block;
    margin: 0 auto 10px;
}

.HowItemtext1 {
    font-weight: bold;
    font-size: 18px;
}

.HowItemtext2 {
    font-size: 15px;
    margin-top: 10px;
}


.About {
    padding: 0px 0 80px;
    background: #fff;
}

.About1 {
    width: 900px;
    height: 400px;
    margin: 30px auto 0;
    background-image: url(../images/img7.png);
    background-size: 100% 100%;
}

.About2 {
    padding-top: 120px;
}

.aboutItem {
    text-align: center;
}


.Features {
    padding: 20px;
    background-image: url(../images/img24.png);
    background-repeat: no-repeat;
    background-size: 100% 40px;
    background-position: top -40px left 0;
    background-color: #F7F7F7;
}

.FeaturesBox1 {
    padding: 20px 0 50px;
}

.FeaturesText1,
.FeaturesText2,
.FeaturesText3,
.FeaturesText4 {
    background: #E9E9E9;
    width: 208px;
    height: 375px;
    background-repeat: no-repeat;
    background-size: 154px 308px;
    background-position: top 32px left 28px;
    position: relative;
}

.FeaturesText1 {
    background-image: url(../images/img8.png);
}

.FeaturesText2 {
    background-image: url(../images/img9.png);
}

.FeaturesText3 {
    background-image: url(../images/img10.png);
}

.FeaturesText4 {
    background-image: url(../images/img11.png);
}

.FeaturesText1>div,
.FeaturesText2>div,
.FeaturesText3>div,
.FeaturesText4>div {
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
}


.footer {
    color: #fff;
    position: relative;
    height: 890px;
}

.footerImg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 176px;
}

.footerImg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 662px;
    height: 559px;
}

.footerTitle {
    font-size: 27px;
    font-family: arial;
    font-weight: bold;
    color: #484646;
    text-align: center;
}

.footerBox {
    display: inline-block;
    width: 550px;
    margin-top: 30px;
    margin-left: 40px;
}

.footerItem {
    padding: 20px 25px 20px 90px;
    background: #F7F7F7;
    font-size: 23px;
    font-family: arial;
    color: #333333;
    line-height: 52px;
    margin-bottom: 15px;
}

.footerItem span {
    font-weight: bold;
}

.footerItem1 {
    background-image: url(../images/img18.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: top 30px left 30px;
}

.footerItem2 {
    background-image: url(../images/img19.png);
    background-repeat: no-repeat;
    background-size: 35px 27px;
    background-position: top 34px left 30px;
}

.footerItem3 {
    background-image: url(../images/img20.png);
    background-repeat: no-repeat;
    background-size: 35px 45px;
    background-position: top 77px left 30px;
}

.footerItem4 {
    background-image: url(../images/img21.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: top 30px left 30px;
}



.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.loading img {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}




.qishianniu {
    padding: 5px 10px;
    background: linear-gradient(87deg, #557BD5 0%, #67246F 100%);
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
}

.closeImg {
    position: absolute;
    top: -10px;
    right: 4px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.twoclose {
    width: 30px;
    height: 30px;
    /* position: absolute;
    top: -20px;
    right: -13px;
    width: 30px;
    height: 30px;
    cursor: pointer; */
}

.modelBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.conCen {
    width: 589px;
    background: #fff;
    border-radius: 22px;
    padding: 36px 30px 20px 30px;
    position: fixed;
    top: 10vh;
    left: calc(50vw - 321px);
}
.conCen22{
    width: 465px;
    background: #fff;
    border-radius: 22px;
    position: fixed;
    top: 11vh;
    left: calc(50vw - 220px);
    display: none;
}
.conlable {
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin-top: 36px;
    color: #575757;
}

.modelInput1 {
    width: calc(100% - 132px);
    padding: 10px 18px;
    font-size: 18px;
    outline: none;
    border: none;
    background: #F6F6F6;
    height: 36px;
    border-radius: 52px;
    position: relative;
    font-family: arial;
    font-weight:bold ;
}
input::-webkit-input-placeholder {
    color: #B2B2B2;
    font-size: 18px;
    font-weight: normal;
    font-family: arial;
    }
.modelInput2 {
    width: calc(100% - 224px);
    padding: 10px 0px 10px 18px;
    font-size: 16px;
    /* color: #989898; */
    outline: none;
    border: none;
    background: #F6F6F6;
    height: 36px;
    border-radius: 52px;
    position: relative;
    font-family: arial;
    font-weight:bold ;

}

.modelcodeBox {
    position: relative;
    margin-top: 10px;
}

.codebtn {
    /* position: absolute; */
    /* top: -4px; */
    /* right: 28px; */
    border-radius: 52px;
    width: 189px;
    height: 60px;
    text-align: center;
    background: rgba(60, 100, 234, 0.15);
    color: #4A69D2;
    font-size: 18px;
    cursor: pointer;
    font-family: arial;
    font-weight: normal;
    line-height: 60px;
}

.codebtn.on {
    /* background: #999999; */
    background: none;
}

.modelbtn {
    margin-top: 24px;
    font-size: 23px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 67px;
    color: #fff;
    cursor: pointer;
    background:rgb(254,211,128);
    font-family: arial;
    width: calc(100% - 132px);
}
.modelbtn.on {
    background: #FEA700;
}
.conTag {
    font-size: 12px;
    color: #999999;
    margin-top: 30px;
    text-align: center;
}

.modelInputError,
.codeInputError {
    font-family: arial;
    height: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #e4393c;
    /* font-weight: bold; */
}

.conTip {
    padding: 20px 20px 20px 52px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 4px;
    position: relative;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    color: #3A3A3A;
    background: #F5F5F5;
}

.conTip img {
    width: 20px;
    height: 19px;
    position: absolute;
    top: 24px;
    left: 20px;
}



.modelCen {
    width: 643px;
    background: #fff;
    margin: 20vh auto;
    border-radius: 15px;
    display: block;
}

.modelCenBox {
    margin: 0 20px;
    padding: 30px 0;
    /* position: relative; */
}

/* .modelCenBox .closeImg {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
} */
.twodel {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
}

.modelCentext1 {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.modelCentext2 {
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: #99251D;
}

.modelCenBtns {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
}

.modelCenBtns>div {
    width: 100%;
    background: #99251D;
    color: #fff;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

.modelCenBtns>div.quxiao {
    width: 45%;
    background: #CCCCCC;
    color: #fff;
    border-radius: 10px;
    line-height: 50px;
}



.successBox {
    padding: 50px 0;
    width: 643px;
    background: #fff;
    margin: 80px auto;
    border-radius: 8px;
    display: none;
}

/* .successBox img {
    width: 80px;
    display: block;
    margin: 0 auto;
} */

.successBox div {
    width: 90%;
    margin: 0 auto;
    font-size: 20;
    text-align: center;
    margin-top: 50px;
}

.succTit {
    font-family: arial;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.succText {
    font-family: arial;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.ipuTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    position: relative;
}

.iptpp {
    position: relative;
}

.iptTopText {
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.ipt84 {
    height: 24px;
    color: #333333;
}

.Box84 {
    position: absolute;
    top: 23px;
    left: 18px;
}

.succclose {
    width: 30px;
    height: 30px;
}