/* 顶部banner */
.top-banner{
    position: relative;
    background: #4276FF;
    padding: 70px 0 54px;
    overflow: hidden;
}
.top-banner::before{
    display: block;
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 9px rgba(58, 101, 216, 0.4);
    width: 322px;
    height: 322px;
    border-radius: 50%;
    right: 13%;
    top: -182px;
}
.top-banner::after{
    display: block;
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 9px rgba(58, 101, 216, 0.4);
    width: 259px;
    height: 259px;
    border-radius: 50%;
    left: 18%;
    bottom: -165px;
}
.top-banner > .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-banner h1{
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
}
.top-banner .desc{
    max-width: 900px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px auto 0;
}
.top-banner a.link{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 20px;
}
/* 顶部banner */
/* 面包屑 */
.crumbs-nav{
    margin-top: 20px;
}
.crumbs-nav a{
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}
.crumbs-nav a:last-child{
    color: #4276FF;
}
.crumbs-nav a:hover{
    color: #4276FF;
}
.crumbs-nav span{
    margin: 0 5px;
}
/* 面包屑 */
.exchange-order{
    padding: 90px 0;
} 

.exchange-order .mark-p {
    color: #666666;
    margin: 10px auto 90px;
    text-align: center;
}
.exchange-order .step-content{
    max-width: 380px;
    padding-right: 15px;
    width: 33%;
}
.exchange-order .step-img{
    min-width: 60px;
    width: 60px;
}
.exchange-order .me-box {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 50px;
}

.exchange-order .me-box h5 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.exchange-order .me-box p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    line-height: 20px;
    max-width: 210px;
}
.exchange-order .step-form{
    width: 67%;
    padding-left: 15px;
}
.exchange-order .form-group{
    margin-bottom: 15px;
}
.exchange-order .mt80{
    margin-top: 80px;
}

.exchange-order input,
.exchange-order textarea,
.exchange-order select {
    width: 100%;
    outline: none;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    line-height: 18px;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
}
.exchange-order input,
.exchange-order select {
    height: 36px;
}
.exchange-order textarea{
    height: 100px;
    padding: 10px 15px;
}
.exchange-order .input-code{
    max-width: 200px;
    width: 50%;
    padding-right: 30px;
}
.exchange-order .captcha-desc{
    display: flex;
}
.exchange-order .captcha-desc img{
    width: 120px;
    height: 36px;
}
.exchange-order .btn-item{
    text-align: left;
}
.exchange-order .input-btn {
    padding: 6px 30px;
    background: #4276FF;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
    margin-top: 30px;
    transition: all .3s;
    cursor: pointer;
}

.exchange-order .input-btn:hover {
    background: #1E56E7;
    color: #fff;
}

.exchange-order .refresh {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../png/icon2-2.png) no-repeat -116px -8px;
}

.company-box {
    background-color: #f6f6f6;
    padding: 30px 0;
}

.company-link a {
    color: #4276FF;
}

.company-link a:hover {
    text-decoration: underline;
}

.error {
    color: #ff0000;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
}
/* dialog */
.dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #2C2935;
    opacity: 0.2;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: block;
}
.content-dialog.close { 
    display: none;
}
.content-dialog.open {
    display: flex;
}
.content-dialog .dialog-body {
    text-align: center;
    width: 560px;
    background-color: #ffffff;
    padding: 60px;
    border-radius: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%, -50%);
}
.dialog-body .body-close {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/reviews/close_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}
.dialog-body .body-mes {
    margin: 40px 0 10px;
    font-size: 24px;
    font-family: 'Open-Sans-Bold';
    font-weight: bold;
    line-height: 32px;
}
.dialog-body .body-desc {
    font-size: 16px;
    line-height: 28px;
}
.dialog-body .body-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}
.dialog-body .body-icon.fail-icon {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/reviews/error_icon.svg) no-repeat;
    background-size: 100% 100%;
}
.dialog-body .body-icon.success-icon {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/reviews/success_icon.svg) no-repeat;
    background-size: 100% 100%;
}
.dialog-body .btn-ground {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    display: none;
}
.dialog-body .body-btn {
    display: inline-block;
    font-family: 'Open-Sans-Bold';
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background-color: #4276FF;
    border-radius: 4px;
    border: 1px solid transparent;
}
.dialog-body .body-btn.contact-us {
    display: none;
}
.dialog-body .body-btn.cancel {
    font-weight: bold;
    color: #2C2935;
    background-color: #ffffff;
    border: 1px solid #E3E3FC;
    margin-left: 80px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px){
    .top-banner::after{
        width: 170px;
        height: 170px;
        left: auto;
        right: -58px;
        bottom: -88px;
    }
    .top-banner::before{
        width: 92px;
        height: 92px;
        top: -46px;
        left: 9px;
    }
    .content-dialog .dialog-body {
        width: 460px;
    }
}

@media(max-width:992px){
    .top-banner {
        padding: 40px 0;
    }
    .top-banner h1 {
        font-size: 31px;
        line-height: 41px;
    }
    .top-banner .desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 21px;
    }
}

@media (max-width: 768px){
    .top-banner {
        height: auto;
        padding: 38px 0 48px;
    }
    .top-banner h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 41px;
    }
    .top-banner .desc {
        margin-top: 21px;
    }
    .exchange-order {
        padding: 60px 0;
    }
    .exchange-order .mark-p {
        margin: 10px auto 40px;
    }
    .exchange-order .step-content {
        width: 40%;
    }
    .exchange-order .step-form {
        width: 60%;
    }
     /* dialog */
     .content-dialog .dialog-body {
        width: 280px;
        padding: 30px;
    }
    .dialog-body .body-icon.fail-icon, .dialog-body .body-icon.success-icon {
        width: 44px;
        height: 44px;
        background-size: cover;
    }
    .dialog-body .body-close {
        right: 10px;
        top: 10px;
    }
    .dialog-body .body-mes {
        margin: 20px 0 10px;
        line-height: 20px;
        font-size: 16px;
    }
    .dialog-body .body-desc {
        font-size: 12px;
        line-height: 16px;
    }
    .dialog-body .btn-ground {
        margin-top: 20px;
    }
    .dialog-body .body-btn {
        width: 220px;
        height: 44px;
        line-height: 24px;
    }
}
@media (max-width: 500px){
    .exchange-order h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .exchange-order .content{
        flex-wrap: wrap;
    }
    .exchange-order .step-content {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .exchange-order .me-box p {
        max-width: 250px;
    }
    .exchange-order .step-form {
        width: 100%;
        padding-left: 0px;
    }
    .exchange-order .mt80 {
        margin-top: 0;
    }
    .exchange-order .input-code {
        padding-right: 15px;
    }
    .exchange-order .input-btn {
        margin-top: 10px;
    }
    .company-box {
        padding: 20px 0;
    }
}