body {
    background-image: url(/assets/images/simple-banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
}

.taian-page-banner {
    min-height: 400px;
    margin-top: 0px;
}

.simple-banner-block {
    margin: auto;
    padding: 100px 0;
    text-align: justify;
}

.simple-banner-block:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.simple-banner-block h1,
.simple-main-img {
    display: inline-block;
    vertical-align: middle;
}

.simple-banner-block h1 {
    width: 450px;
    font-size: 35px;
    position: relative;
    text-align: left;
    padding: 0;
}

.simple-banner-block h1::before {
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    left: -110px;
    top: -50px;
    background-repeat: no-repeat;
    background-image: url(/assets/images/simple-banner-icon.png);
    background-size: contain;
}

.simple-main-img {
    width: calc(98% - 500px);
}

.simple-main-img img {
    max-width: 100%;
    max-height: 400px;
}

.simple-blue-text {
    color: #243f82;
}

.simple-red-text {
    color: #ff7867;
}

.dark-grey-text {
    color: #2e2e2e;
}

.taian-content {
    font-size: 20px;
    line-height: 40px;
}

.simple-step {
    text-align: justify;
    margin: 50px 0;
    position: relative;
    padding: 0;
}

.simple-step:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.simple-step::before {
    position: absolute;
    width: 90%;
    height: 1px;
    border: dashed 1px #ff7867;
    content: '';
    display: block;
    top: 42%;
    left: 5%;
}

.simple-step li {
    display: inline-block;
    width: 30%;
    position: relative;
    background-color: #fff;
    border: dashed 1px #ff7867;
    border-radius: 10px;
    padding: 30px 30px 25px;
    text-align: center;
}

.step-num {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff7867;
    color: #fff;
    text-align: center;
    top: -20px;
    left: calc(50% - 20px);
}

.step-img,
.simple-step p {
    display: inline-block;
    vertical-align: middle;
}

.step-img {
    width: 40%;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.step01 {
    background-image: url(/assets/images/simple-step-01.png);
}

.step02 {
    background-image: url(/assets/images/simple-step-02.png);
}

.step03 {
    background-image: url(/assets/images/simple-step-03.png);
}

.simple-step p {
    width: 50%;
    text-align: left;
    line-height: 30px;
}

.line-break {
    display: block;
}

.simple-title {
    text-align: center;
    margin: 100px auto 50px;
}

.simple-title img {
    width: 400px;
}

.light-bg {
    background-color: #fff8f2;
    font-size: 20px;
    line-height: 40px;
    padding: 100px 0 50px;
    position: relative;
}

.simple-form-title {
    font-weight: 700;
}

.simple-input-row {
    margin-bottom: 50px;
}

.accident-conten .simple-input-row {
    margin-bottom: 0;
}

p.item-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.simple-input {
    margin-bottom: 30px;
}

.required-img {
    position: absolute;
    left: calc(97% - 350px);
    width: 370px;
    top: calc(100% - 100px);
}

.required-img p,
.man-picture {
    display: inline-block;
}

.required-img p {
    font-size: 17px;
    width: 190px;
    text-align: center;
    vertical-align: top;
    line-height: 20px;
    position: relative;
    border: #ff7867 1px solid;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 10px;
}

.required-img p::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 22px);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #ff7967;
}

.required-img p::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 20px);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent #fff8f2;
}

.man-picture img {
    width: 90px;
}

.simple-radio {
    cursor: pointer;
}

.simple-radio-block .simple-radio-wrapper {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}

.simple-radio-wrapper input {
    display: none;
}

.simple-radio-wrapper input~label i {
    display: none;
}

.simple-radio-wrapper input:checked~label {
    background-color: #ff7867;
    color: #fff;
}

.simple-radio-wrapper input:checked~label i {
    display: inline-block;
    margin-right: 5px;
}

.simple-radio-wrapper label {
    text-align: center;
}


.accident-conten {
    padding: 80px 0 120px;
    position: relative;
}

.accident-conten .simple-form-title {
    font-size: 20px;
}

/*scroll css*/
.claim-user-rule {
    margin-bottom: 50px;
}

.claim-user-rule:last-child {
    margin-bottom: 0;
}

.left-remind-icon {
    position: absolute;
    width: 150px;
    top: 550px;
    z-index: -1;
}

.left-remind-icon img {
    width: 100%;
}

.rule-text {
    height: 200px;
    padding: 10px;
    line-height: 35px;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    overflow-y: scroll;
    margin: 20px 0;
    background-color: #fff;
}

.rule-title {
    font-weight: 700;
    font-size: 20px;
}

.rule-text ol {
    padding-left: 20px;
}

.rule-text li {
    list-style: decimal;
}

.dot-text::before {
    width: 6px;
    height: 6px;
    content: '';
    display: inline-block;
    background-color: #ff7867;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.register-btn {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.check-area label {
    vertical-align: middle;
    color: #2d2d2d;
}

.check-area.disablecheck label {
    vertical-align: middle;
    color: #bfbfbf;
}

/*scroll css end*/
.simple-btn {
    text-align: center;
    margin: 0 auto 50px;
}

.simple-red-btn {
    background-color: #ff7867;
    color: #fff;
    width: 200px;
    padding: 10px;
    border-radius: 40px;
    display: block;
    margin: auto;
}

.accident-icon {
    position: absolute;
}

.accident-icon img {
    width: 100%;
}

.left-computer {
    width: 150px;
    top: calc(90% - 90px);
}

.right-office {
    width: 220px;
    left: calc(100% - 300px);
    top: calc(100% - 180px);
}

.car-plate.car-plate-hide {
    /*display: none;*/
}

.police-detail.car-plate-hide {
    /*display: none;*/
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

#finishModal .modal-header {
    background-color: #ff7867;
    color: #fff;
    padding: 10px;
}

#finishModal .modal-title {
    color: #fff;
    font-size: 20px;
}

#finishModal .modal-content {
    border-radius: 0.3rem;
    width: 100%;
}

#finishModal .modal-header .close {
    right: 6px;
    top: 6px;
}

#finishModal .modal-body p {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
    line-height: 35px;
}

#finishModal .modal-body p.taian-sign {
    margin-top: 25px;
}

#finishModal .modal-body span.simple-red-text {
    margin: 0 5px;
}

@media(max-width:1400px) {
    .simple-banner-block {
        width: calc(100% - 120px);
        margin: 0 0 0 auto;
    }

    .left-remind-icon {
        width: 90px;
    }
}

@media(max-width:991px) {
    .simple-banner-block {
        padding: 30px 0;
    }

    .simple-banner-block h1,
    .simple-main-img {
        display: block;
    }

    .simple-main-img {
        width: 100%;
        text-align: right;
    }

    .simple-main-img img {
        max-height: 300px;
    }

    .step-img,
    .simple-step p {
        display: block;
        width: 100%;
    }

    .simple-step p {
        margin-top: 20px;
    }

    .line-break {
        display: none;
    }

    p.item-title {
        font-size: 15px;
    }

    .left-computer {
        width: 90px;
        top: calc(90% - 250px);
    }

    .left-remind-icon {
        top: 500px;
    }
}

@media(max-width:768px) {
    .simple-step li {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .step-img,
    .simple-step p {
        display: inline-block;
    }

    .step-img {
        width: 30%;
    }

    .simple-step p {
        width: 60%;
        margin-top: 0;
    }

    .simple-step::before {
        height: 90%;
        width: 1px;
        top: 5%;
        left: 50%;
    }

    .simple-step:after {
        display: none;
    }

    .simple-input-row:first-child .col-md-6 {
        margin-bottom: 10px;
    }

    .simple-input.simple-radio-block {
        margin-bottom: 10px;
    }

    .simple-radio-wrapper:last-child {
        float: right;
    }

    .item-title.hide {
        display: none;
    }

    .required-img {
        width: 340px;
    }

    .left-computer {
        display: none;
    }

    .left-remind-icon {
        display: none;
    }
}

@media(max-width:560px) {
    .simple-title {
        margin: 50px auto 10px;
    }

    .simple-title img {
        width: 80%;
    }

    .light-bg {
        padding: 50px 0 25px;
    }

    .man-picture img {
        width: 60px;
    }

    .required-img {
        left: calc(98% - 320px);
        width: 310px;
        top: calc(100% - 70px);
    }

    .register-btn {
        vertical-align: top;
    }

    .check-area label {
        vertical-align: top;
        width: 90%;
        line-height: 25px;
    }

    .right-office {
        width: 150px;
        left: calc(100% - 170px);
        top: calc(100% - 125px);
    }

    .simple-btn {
        margin-top: 30px;
    }

    .simple-banner-block {
        width: 100%;
    }

    .simple-banner-block h1 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        padding-left: 50px;
    }

    .simple-banner-block h1::before {
        width: 100px;
        height: 100px;
        left: 0;
        top: -35px;
    }

    .simple-main-img {
        margin-top: 80px;
    }

    .simple-main-img img {
        max-height: 200px;
    }

    #finishModal {
        padding-right: 0 !important;
    }

    #finishModal .modal-title {
        width: 90%;
        text-align: left;
        margin-left: 0;
    }
}