
.nybanner {
    width: 100%;
    height: 248px;
    padding-top: 64px;
    overflow: hidden;
    background-size: cover !important;
}
.wrap {
    color: #FFFFFF;
    text-align: center;
}
.wrap h2 {
    margin: 66px 0 20px 0;
}
.flex {
    display: flex;
    justify-content: center;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.seachBox {
    border-radius: 4px;
    width: 542px;
    height: 54px;
    background: #FFFFFF;
    margin: -28px auto 30px;
    box-shadow: 0px 0px 30px 0px rgba(105, 119, 135, 0.1);
}
.seachBox .select{
    height: 22px;
    width: 147px;
    border-right: 1px solid #F1F2F3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto 0;
    position: relative;
}
.seachBox .select .select-value {
    height: 22px;
    /*width: 84px;*/
    line-height: 22px;
    margin: 0 5px 0 20px;
    font-size: 16px;
    color: #2A2D2F;
    padding: 18px 0;

}
.seachBox .select .arrow{
    width: 18px;
    height: 18px;
    background: url(/static/images/authorization/select-ico.png) no-repeat center;
    background-size: cover;

}
.seachBox .select .hover{
    height: 59px;
    width: 147px;
    background:rgba(0,0,0,0);
    position: absolute;
    cursor: pointer;
    top:-16px;
}
.seachBox .select .arrow:hover {
    cursor: pointer;
}
.seachBox .select ul {
    background: #FFFFFF;
    position: absolute;
    top:41px;
    width: 146px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 30px 0px rgba(105, 119, 135, 0.1);
}
.seachBox .select ul li {
    height: 48px;
    line-height: 48px;
    color: #2A2D2F;
    font-size: 16px;
    text-align: center;
}
.seachBox .select ul li:hover {
    background: #EFF5FF;
    color: #0B7BF0;
    cursor: pointer;
}
.seachBox .select ul li:first-child:hover {
    border-radius: 10px 10px 0 0;
}
.seachBox .select ul li:last-child:hover {
    border-radius: 0 0 10px 10px;
}

.input {
    border-radius: 4px 0 0 4px;
    background: #FFFFFF;
    margin-left: 20px;
    width: 444px;
    height: 100%;
    padding: 0;
    color: #2A2D2F;
    font-size: 14px;
}
input::-webkit-input-placeholder{
    color: #B2B6BF;

}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0B7BF0;
    width: 97px;
    height: 100%;
    border-radius: 0 4px 4px 0;
}
.button:hover {
    cursor:pointer
}
.searchIcon {
   width: 22px;
    height: 22px;
}
.button .search {
    font-size: 16px;
    color: #ffffff;
}
.report a {
    width: 146px;
    height: 26px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding:0 3px 4px;
    border-bottom: 1px solid #D7090F;
    cursor: pointer;
}
.report a img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.report a p {
    width: 108px;
    font-size: 18px;
    color: #D7090F;
}
.why-title {
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    width: 306px;
    height: 48px;
    line-height: 48px;
    margin: 100px auto 0 auto;
}
.explain {
    color: #2A2D2F;
    font-size: 18px;
    line-height: 25px;
    width: 594px;
    height: 25px;
    margin: 22px auto 0 auto;
}
.explain-box {
    margin: 60px 0 80px 0;
}
.explain-box li{
    width: 285px;
    height: 249px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    border: 1px solid #F3F4F5;
    border-radius: 10px;
}
.explain-box li:first-child {
    margin-left: 0;
}
.explain-box li .icon {
    height: 66px;
    width: 66px;
}
.explain-box li .ico1 {
    background: url(../images/legal-operation.png) no-repeat;
    background-size: cover;
}
.explain-box li .ico2 {
    background: url(../images/system-stability.png) no-repeat;
    background-size: cover;
}
.explain-box li .ico3 {
    background: url(../images/official-after-sales.png) no-repeat;
    background-size: cover;
}
.explain-box li .ico4 {
    background: url(../images/resource-sharing.png) no-repeat;
    background-size: cover;
}
.explain-box li .title {
    width: 80px;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 28px;
    margin-top: 15px;
}
.explain-box li .content {
    width: 225px;
    height: 56px;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
    text-align: center;
}
.risk-box {
    height: 650px;
    background: #FAFBFD;
    overflow: auto;
}
.risk-box .title {
    width: 327px;
    height: 48px;
    font-size: 34px;
    margin: 80px auto 60px auto;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
}
.risk-box .title span {
    color: #D7090F;
}
.risk-box .card ul {
    margin-bottom: 30px;
}
.risk-box .card ul li {
    height: 176px;
    width: 380px;
    background: red;
}
.risk-box .card ul li:nth-child(2){
    margin: 0 30px;
}
.risk-box .card ul li.card1 {
    background: url(../images/card1.png);
    background-size: cover;
}
.risk-box .card ul li.card2 {
    background: url(../images/card2.png);
    background-size: cover;
}
.risk-box .card ul li.card3 {
    background: url(../images/card3.png);
    background-size: cover;
}
.risk-box .card ul li.card4 {
    background: url(../images/card4.png);
    background-size: cover;
}
.risk-box .card ul li.card5 {
    background: url(../images/card5.png);
    background-size: cover;
}
.risk-box .card ul li.card6 {
    background: url(../images/card6.png);
    background-size: cover;
}

.risk-box .card ul li .card-box{
    margin: 40px 0 12px 30px;

}
.risk-box .card ul li .card-title {
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    width: 167px;
    height: 28px;
    font-size: 20px;
}
.risk-box .card ul li .card-content{
    width: 320px;
    height: 56px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.after-sale {
    width: 272px;
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
    margin: 80px auto 60px auto;
}
.service-box li {
    width: 285px;
    height: 248px;
    margin:  0 0 80px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
}
.service-box li:first-child{
    margin-left: 0;
}
.service-box li .img {
    height: 180px;
    background: red;
}
.service-box li .title {
    width: 120px;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 28px;
    margin: 20px auto;
}
.service-box li .img1 {
    background: url(../images/after-sale.png);
    background-size: cover;
}
.service-box li .img2 {
    background: url(../images/business-cooperation.png);
    background-size: cover;
}
.service-box li .img3 {
    background: url(../images/data-assurance.png);
    background-size: cover;
}
.service-box li .img4 {
    background: url(../images/operation.png);
    background-size: cover;
}
.get-authorization {
    height: 240px;
    background: url(../images/get-authorization.png) no-repeat center;
    background-size: cover;
}
.get-authorization .title {
    width: 576px;
    height: 32px;
    font-size: 32px;
    margin: 67px auto 30px auto;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    padding-top: 67px;
    margin: 0 auto;
}
.get-authorization .getBtn {
    width: 166px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 23px;
    color: #0B7BF0;
    line-height: 44px;
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
}