*{
    margin:0;
    padding:0;
}

input, button { 
    outline:none 
}
.content{
    width:1100px;
    margin:0 auto;
}
.nav{
    height:70px;
    color:#137af2;
    font-size:30px;
    line-height:70px;
    font-weight:400;
}
.wrap-banner{
    position:relative;
    min-height:300px;
    overflow:hidden;
}
.wrap-banner img{
    width: 100%;
    height: auto;
}
.wrap-banner .ads{
    position:absolute;
    height:100%;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    display: -weblit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wrap-banner .ads .flex {
    width: 100%;
    display:flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.logo-wrapper{
    width: 45.5%;
    color: #fff;
    text-align: left;
}
.logo-wrapper .title{
    width: 39%;
    text-align: left;
    padding: 0;
}
.logo-wrapper .title img{
    width: 100%;
    height: auto;
}
.logo-wrapper .sub-title {
    font-size:48px;
    font-weight:500;
    margin: 10px 0 15px;;
}
.logo-wrapper .desc {
    display: inline-block;
    background: #C87E54;
    height: 42px;
    line-height: 42px;
    padding: 0 8px;
}
.card{
    padding:46px 24px;
    background:#fff;
    border-radius:20px;
    color:#67698F;
    font-size: 14px;
    box-shadow:0px 0px 11px 0px rgba(181,191,228,0.23);
    border-radius:8px;
    text-align: center;
}
.card h4{
    font-size: 34px;
    font-weight:500;
    text-align: center;
    color: #262D56;
}
.card .split_line {
    margin: 10px auto;
}
.card .input-box{
    margin-bottom: 24px;
}
.card .input-box input{
    display: block;
    width: 295px;
    box-sizing: border-box;
    height:60px;
    padding:0 10px;
    border-radius:6px;
    border:1px solid #DFDFE8;
    margin: 24px 0;
}
.card .input-box button{
    display: block;
    width: 295px;
    height:41px;
    line-height: 41px;
    background:linear-gradient(132deg,rgba(85,119,251,1) 0%,rgba(115,142,252,1) 100%);
    box-shadow:0px 5px 10px -4px rgba(85,119,251,0.43);
    border-radius:21px;
    border:none;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    cursor: pointer;
}
.block {
    margin-top: 40px;
}
.block .title{
    text-align:center;
    font-size: 40px;
    color: #6D7393;
    font-weight: 500;
    margin-bottom: 20px;
}
.block .sub-title{
    text-align:center;
    font-size: 20px;
    color: #6D7393;
    font-weight: 700;
    margin-bottom: 20px;
}
.list{
    display: -weblit-flex;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    padding:0 50px 50px;
    box-sizing:border-box;
    margin-top: 40px;
}
.list .item {
    display: -weblit-flex;
    display:flex;
    flex-direction: column;
    align-items: center;
    -webkit-flex-direction: column;
}
.list .item .img{
    display: block;
    height: 78px;
    width: 78px;
    padding: 10px;
}
.bottom-block .list .item .img{
    width: 194px;
    height: 194px;
    padding: 0;
}
.bottom-block .list .item{
    flex: 1;
    background: #FBFCFF;
    margin-right: 17px;
    padding: 40px 0;
    border-radius:1px;
}
.bottom-block .list .item:last-child{
    margin-right: 0;
}
.list .item .img img{
    height: 100%;
    width: auto;
}

.list h5{
    margin: 10px 0;
    font-size: 24px;
    color: #262D56;
}
.list p{
    font-size: 12px;
    color: #67698F;
}

.split_line{
    display: block;
    width: 122px;
    height: 11px;
    background: #5577FB;
    opacity:0.4075;
    margin: 0 auto;
}
.hr{
    width: 100%;
    height: 18px;
    background: #FBFCFF;
}
.website-info{
    color: #67698F;
    font-size: 14px;
    font-weight: 500;
}
.website-info a{
    text-decoration: none;
    color: inherit;
}
.website-info p{
    text-align: center;
    margin-bottom: 10px;
}
footer {
    height: 170px;
    background: #797E97;
    color: #fff;
    margin: 30px 0 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
footer .footer-wrapper{
    display: -weblit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}
footer .footer-wrapper .flex{
    display: -weblit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
}
footer .footer-wrapper .logo-wrapper .img{
    width: 75px;
    margin-right: 20px;
}
footer .footer-wrapper .logo-wrapper p{
    font-size: 36px;
}
footer .footer-wrapper .qrcode-wrapper .img{
    width: 107px;
    margin-left: 20px;
}
footer .footer-wrapper .qrcode-wrapper p{
    font-size: 14px;
}
footer .footer-wrapper img{
    width: 100%;
    height: auto;
}
.pop-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.pop-wrap.show{
    display: block;
}
.pop-wrap .content{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -170px;
    width: 320px;
    height:340px;
    background: #fff;
    border-radius:20px;
    color:#67698F;
    font-size: 14px;
    box-shadow:0px 0px 11px 0px rgba(181,191,228,0.23);
    border-radius:8px;
    z-index: 11;
}
.pop-wrap .content .title{
    text-align: center;
    font-size: 18px;
    padding: 14px;
    border-bottom: 1px solid #ccc;
    color: #262D56;
    position: relative;
}
.pop-wrap .content .title .close-btn{
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.pop-wrap .content .title .close-btn img{
    width: 16px;
    height: 16px;
}
.pop-wrap .content .main{
    text-align: center;
    padding: 14px;
    
}
.pop-wrap .content .main .tip-wrap {
    display: -weblit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 0;
    line-height: 0;
}
.pop-wrap .content .main .pop-icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.pop-wrap .content .main .text{
    font-size: 24px;
    color: #262D56;
}
.pop-wrap .content .main .sub-text{
    font-size: 14px;
    color: #67698F;
    margin-top: 10px;
}
.qrcode{
    margin-top: 20px;
}
.qrcode p{
    font-size: 12px;
    color: #67698F;
    text-align: center;
}
.qrcode img{
    width: 140px;
    height: 140px;
}
