*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

img{
    width: 100%;
}

.loadingH{
    width: 100%;
    height: 104px;
}

.headerContent{
    width: 62.5%;
    height: 100%;
    margin: 0 auto;
}

.headerContent .loadingLogo{
    float: left;
    display: block;
    margin-top: 26px;
}

.headerContent p{
    float: left;
    height: 36px;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 14px;
    color: #747474;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #dddddd;
}

.headerContent ul{
    float: right;
}

.headerContent ul li{
    padding: 0 10px;
    float: left;
    height: 18px;
    border-right: 1px solid #ddd;
    margin-top: 45px;
}

.headerContent ul li a{
    font-size: 14px;
    color: #2F2F2F;
    display: block;
}

.headerContent ul li a i{
    display: block;
    float: right;
    margin-top: -5px;
    width: 30px;
    height: 30px;
}


.headerContent ul li:last-child{
    padding-right: 0;
    border-right: none;
}

.loadingC{
    width: 100%;
}

.loadingSwiper{
    width: 100%;
}

.centerText{
    width: 62.5%;
    height: 403px;
    margin: -320px auto 0;
    position: relative;
    z-index: 66666;
}

.centerText h1{
    font-size: 60px;
    margin-bottom: 20px;
    color: white;
}

.centerText p{
    font-size: 30px;
    color: white;
    margin-bottom: 48px;
    margin-left: 187px;
}

.centerText i{
    display: block;
    width: 591px;
    margin-left: 307px;
}

.loadingText{
    width: 62.5%;
    margin: 0 auto;
    height: 620px;
    overflow: hidden;
}

.loadingText h3{
    font-size: 36px;
    margin-bottom: 40px;
}

.loadingText p{
    line-height: 30px;
}

.ltRight{
    float: right;
    margin-top: 120px;
    width: 21.5%;
}

.ltRight i{
    display: block;
    width: 100%;
}

.ltRight p{
    width: 100%;
    text-align: center;
    margin-top: 37px;
    font-size: 18px;
    color: #F6716C;
}

.ltLeft{
    width: 71.83%;
    height: 332px;
    margin-top: 110px;
    float: left;
}

.loadingForm{
    width: 100%;
    height: 180px;
    background: #F6F6F6;
    
}

.formContent{
    width: 62.5%;
    margin: 0 auto;
    position: relative;
}

.loadingForm ul{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -46px;
}

.loadingForm ul li{
    float: left;
    width: 32.8%;
    height: 130px;
    margin-right: 6px;
    text-align: center;
}

.loadingForm ul li:first-child{
    background: #F7716C;
}

.loadingForm ul li:nth-child(2){
    background: #8AB7D8
}

.loadingForm ul li:last-child{
    background: #8CDCB1
}

.loadingForm ul li:first-child:hover{
    background: rgb(248, 86, 80)
}

.loadingForm ul li:nth-child(2):hover{
    background: rgb(101, 183, 241)
}

.loadingForm ul li:last-child:hover{
    background: rgb(98, 230, 160)
}

.loadingForm ul li p{
    font-size: 15px;
    color: white;
    margin-top: 10px;
}

.loadingForm ul li p:first-child{
    font-size: 26px;
    margin-top: 24px;
}

.loadingForm ul li p span{
    font-size: 26px;
    font-weight: 600;
}

.loadingForm ul li:last-child{
    margin-right: 0;
}

.formContent>p{
    height: 42px;
    padding-top: 157px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #484848;
    font-weight: 600;
}

.formContent>p i{
    display: inline-block;
    width: 38px;
    height: 42px;
    margin-right: 21px;
}

.formContent form p{
    display: flex;
    align-items: center;
    background: white;
    width: 48.6%;
    height: 60px;
    margin-top: 22px;
    float: left;
    border: 1px solid #E1E1E1;
}

.formContent form i{
    display: inline-block;
    width: 22px;
    height: 25px;
    margin-right: 8px;
    margin-left: 24px;
}

.formContent form label{
    margin-top: 4px;
}

.formContent form input{
    width: 66%;
    height: 18px;
    border: none;
    margin-top: 8px;
    font-size: 16px;
    outline: none;
}

.formContent form input::placeholder{
    color: #AEAEAE;
}

.formContent form textarea{
    width: 99.6%;
    height: 201px;
    margin-top: 44px;
    border: 1px solid #E1E1E1;
}

.loadingBottom{
    width: 62.5%;
    height: 265px;
    margin: 0 auto;
    overflow: hidden;
}

.loadingBottom button{
    border: none;
    margin-top: 144px;
    width: 200px;
    height: 63px;
    background: #F6716C;
    line-height: 63px;
    text-align: center;
    font-size: 18px;
    color: white;
}

.loadingBottom button:hover{
    background: rgb(230, 82, 77);
}

.loadingF{
    width: 100%;
    height: 68px;
    background: #201D1E;
}

.loadingF p{
    font-size: 14px;
    text-align: center;
    color: #929292;
    height: 100%;
    line-height: 68px;
}