.vip .banner{
    background: url('/web/shiwais2/assets/img/fraud/banner.jpg') no-repeat;
    height: 500px;
    color:#fff;
    background-size: cover;
    background-position: center center;
}

.vip .banner .info-title{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}

.vip .banner .info-title p:first-child{
    font-size: 40px;
    margin: 139px 0 35px 0;
}

.vip .banner .info-title p:nth-child(2){
    width: 500px;
    line-height: 2;
    margin-bottom: 30px;
}

.vip .banner .info-title p:nth-child(3) button{
    padding: 5px 32px;
    line-height: 2;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.vip .banner .info-title p:nth-child(3) button:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #333333;
}

.vip .tab-control{
    background-color: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
    /* position: fixed; */
}

.vip .tab-control ul{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.vip .tab-control ul li{
    line-height: 100px;
    width: 260px;
    text-align: center;
}

.vip .service-box{
    margin-bottom: 30px;
}

.vip .service-box .service-box-title,
.vip .filings .service-box-title,
.vip .compensate .service-box-title,
.vip .refund .service-box-title{
    margin-top: 100px;
    font-size: 32px;
    text-align: center;
}

.vip .service-box .service-box-small,
.vip .filings .service-box-small,
.vip .compensate .service-box-small,
.vip .refund .service-box-small{
    margin-top: 15px;
    text-align: center;
    color: #999;
}

.vip .service-box .service-box-small span{
    color: #0080ff;
}

.vip .service-box ul,
.vip .compensate .compensate-list{
    width:1220px;
    height: 273px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}

.vip .service-box ul li,
.vip .compensate .compensate-list li{
    width: 383px;
    border: 1px solid #eee;
    height: 100%;
}

.vip .service-box ul li:hover,
.vip .compensate .compensate-list li:hover{
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.vip .service-box ul li img,
.vip .compensate .compensate-list li img{
    margin: 40px auto 0 auto;
    display: block;
}

.vip .service-box ul li p,
.vip .compensate .compensate-list li p
{
    margin-top: 28px;
    text-align: center;
    color: #999;
}

.vip .service-box ul li p:nth-child(2),
.vip .compensate .compensate-list li p:nth-child(2){
    font-size: 18px;
    color: #333;
}

.vip .filings{
    height: auto;
    overflow: hidden;
    background-color: #f5f7f8;
}

.vip .flow{
    width: 1133px;
    height:75px;
    margin: 60px auto;
    position: relative;
}

.vip .flow span{
    font-size: 18px;
    color: #666;
}

.vip .flow .flow-line{
    margin-top: 35px;
    width: 1082px;
    height: 2px;
    background-color: #ddd;
}

.vip .flow .flow-list{
    position: absolute;
    top: 44px;
    left: 0;
    height: 30px;
    background-color: transparent;
}

.vip .flow .flow-list li{
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f7f8;
    font-size: 14px;
    color: #333;
}

.vip .flow .flow-list li span{
    display: inline-block;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(/web/shiwais2/assets/img/vip/step_icon.png) no-repeat center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.vip .flow .flow-list .step-2,
.vip .flow .flow-list .step-3,
.vip .flow .flow-list .step-4,
.vip .flow .flow-list .step-5{
    margin-left: 180px;
}

.vip .filings .btn-box,
.vip .compensate .btn-box,
.vip .refund .btn-box{
    margin-top: 40px;
    text-align: center;
}

.vip .filings .btn-box .btn-01,
.vip .compensate .btn-box .btn-01,
.vip .refund .btn-box .btn-01{
    margin-left: 0;
    border: 1px solid #00aaff;
    color: #00aaff;
}

.vip .filings .btn-box .btn,
.vip .compensate .btn-box .btn,
.vip .refund .btn-box .btn {
    display: inline-block;
    margin-left: 40px;
    width: 200px;
    text-align: center;
    font-size: 16px;
}

.vip .filings .btn-box .btn-01:hover, 
.vip .filings .btn-box .btn-02,
.vip .compensate .btn-box .btn-01:hover,
.vip .compensate .btn-box .btn-02,
.vip .refund .btn-box .btn-01:hover,
.vip .refund .btn-box .btn-02{
    border: 1px solid #00aaff;
    background-color: #00aaff;
    color: #fff !important;
}

.vip .filings .btn-box .btn-02:hover,
.vip .compensate .btn-box .btn-02:hover,
.vip .refund .btn-box .btn-02:hover {
    border: 1px solid #0090d9;
    background-color: #0099e5;
}

.vip .filings .icp-help {
    width: 1220px;
    margin: 60px auto;
}

.vip .filings .icp-help .flow-title {
    height: 18px;
    font-size: 18px;
    color: #666;
}

.vip .filings .icp-help .question-list {
    padding-top: 15px;
}

.vip .filings .icp-help .question-list .question-item {
    margin-top: 15px;
    background-color: #fff;
}

.vip .filings .icp-help .question-list .question-item .question-name {
    position: relative;
    padding-left: 25px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

.vip .filings .icp-help .question-list .question-item .question-value {
    /* padding: 30px 40px; */
    height: 0;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    color: #999;
    transition: all 0.5s ease;
    overflow: hidden;
}

.vip .filings .icp-help .question-list .question-item .item-btn {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 20px;
    padding-right: 25px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
}

.vip .filings .icp-help .question-list .question-item .item-btn:after {
    position: absolute;
    top: -2px;
    right: 0;
    content: '';
    width: 16px;
    height: 16px;
    background: url(/web/shiwais2/assets/img/vip/close_icon.png) no-repeat center;
}

.expanded{
    color: #00aaff;
}

.expanded:after{
    background: url(https://pro.shiwaiyun.com/skin/ShiwaiX1/css/vip/img/open_icon.png) no-repeat center !important;
}

.vip .compensate{
    height: 804px;
}

.vip .compensate .flow .flow-list li{
    background-color: #fff;
}

.vip .compensate .flow .flow-list{
    margin: 0 auto;
}

.vip .compensate .flow .compensate-title{
    display: inline-block;
    padding-top: 70px;
}

.vip .service-box ul li p, .vip .compensate .compensate-list li p {
    padding: 0 34px;
}

.vip .compensate .compensate-list li {
    height: 111%;
}

.vip .flow .flow-list .steep-2,
.vip .flow .flow-list .steep-3,
.vip .flow .flow-list .steep-4,
.vip .flow .flow-list .steep-5{
    margin-left: 77px;
}

.vip .refund{
    height: auto;
    background-color: #f5f7f8;
    overflow: hidden;
}

@media (max-width: 750px) {
    .vip .banner{
      width:100%;
      height: 220px;
      background-image: url(/web/shiwais2/assets/img/vip/banner1e430ca8eead7124.png);
      background-size: cover;
    }

    .info-title{
      width: auto !important;
    }

    .vip .banner .info-title p:first-child{
      font-size: 16px;
      margin: 40px 0 0 20px;
    }

    .vip .banner .info-title p:nth-child(2) {
      width: 60%;
      line-height: 1.5;
      margin: 6px 0 0 20px;
    }

    .vip .banner .info-title p:nth-child(3) {
        width: 60%;
        line-height: 1.5;
        margin: 6px 0 0 20px;
    }

    .vip .tab-control ul {
        display: none;
    }

    .vip .service-box .service-box-title,
    .vip .filings .service-box-title, 
    .vip .compensate .service-box-title, 
    .vip .refund .service-box-title{
        margin-top: 57px;
        font-size: 30px;
    }

    .vip .service-box .service-box-small{
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .vip .service-box ul, 
    .vip .compensate .compensate-list {
        width: 100%;
        height: auto;
        margin: 43px auto;
        flex-direction: column;
    }

    .vip .service-box ul li, 
    .vip .compensate .compensate-list li {
        width: 90%;
        margin: 10px auto;
    }

    .vip .service-box .service-box-small, 
    .vip .filings .service-box-small, 
    .vip .compensate .service-box-small, 
    .vip .refund .service-box-small {
        width: 90%;
        margin: 10px auto;
    }

    .vip .flow {
        width: 90%;
        height: 155px;
        margin: 40px auto;
    }

    .vip .flow .flow-line {
        display: none;
    }

    .vip .flow .flow-list .step-2, 
    .vip .flow .flow-list .step-3, 
    .vip .flow .flow-list .step-4, 
    .vip .flow .flow-list .step-5 {
        margin-left: 0px;
        display: block;
        margin-top: 13px;
    }

    .vip .filings .btn-box, 
    .vip .compensate .btn-box, 
    .vip .refund .btn-box {
        margin-top: 69px;
        text-align: start;
        width:90%;
        margin: 69px auto 0 auto;
        display: flex;
        justify-content: space-evenly;
    }

    .vip .filings .btn-box .btn, 
    .vip .compensate .btn-box .btn, 
    .vip .refund .btn-box .btn {
        margin-left: 0;
    }

    .vip .filings .btn-box .btn, 
    .vip .compensate .btn-box .btn, 
    .vip .refund .btn-box .btn {
        width: 132px;
        font-size: 14px;
    }

    .vip .filings .icp-help {
        width: 90%;
    }

    .vip .compensate .flows{
        height: auto;
        margin: 0px auto
    }

    .vip .flows .flow-list .steep-2, 
    .vip .flows .flow-list .steep-3, 
    .vip .flows .flow-list .steep-4, 
    .vip .flows .flow-list .steep-5 {
        margin-left: 0;
    }

    .vip .flows .flow-list {
        top: 40px;
        left: 23px;
    }

    .vip .compensate .flows .compensate-list{
        margin: 261px auto 0 auto;
    }

    .vip .flows .flow-list li{
        display: block;
        margin-top: 10px;
    }

    .vip .compensate .flows .compensate-title {
        display: block;
        position: absolute;
        left: 0;
        padding-top: 33px;
        top: 223px;
    }

    .vip .compensate {
        height: auto;
    }

    .vip .compensate .btn-box {
        margin: 37px auto 40px auto;
    }
}