#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333;background: #fff;}
.inner{overflow: hidden;width: 100%; margin: 0 auto;}
img{ overflow:hidden;display:block;border: none;}
.header{
    overflow: hidden;
    width: 100%;
    background-color: #235578;
    height: 1rem;
    /*line-height: 1rem;*/
    display: flex;
    align-items: center;
}
.header a{
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    margin-left: .25rem;
}
.header a img{
    display: inline-block;
    width: .2rem;
    margin-right: .1rem;
}
.header a span{
    overflow: hidden;
    display: inline-block;
    color: #fff;
    font-size: .32rem;
    line-height: .32rem;
}
.logo{
    overflow: hidden;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: solid .01rem #ccc;
}
.logo img{
    width: 1.82rem;
    margin-left: .2rem;
}
.web-banner{
    overflow: hidden;
    position: relative;
    width: 7.5rem;
    padding: .4rem .25rem;
    border-bottom: solid .2rem #f7f7f7;
    margin: 0 auto 0.5rem;
}
.web-banner span{
    overflow: hidden;
    display: block;
    font-size: .28rem;
}
.web-banner span.size{
    font-size: .32rem;
    margin-bottom: .2rem;
    color: rgb(23,91,129);
}
.web-content{
    overflow: hidden;
    width: 100%;
}
.web-content .web-page{
    overflow: hidden;
    width: 7.5rem;
    padding: .5rem .25rem;
    border-bottom: solid .2rem #f7f7f7;
    margin: 0 auto;
}

.web-banner{
    overflow: hidden;
    position: relative;
    width: 7.5rem;
    padding: 0.4rem 0.25rem;
    border-bottom: solid 0.2rem #f7f7f7;
    margin: 0 auto;
}
.web-title{
    font-weight: 600;
    margin-bottom: 0.15rem;
    font-size: 0.4rem;
    color: rgb(23,91,129);
}
.web-subtitle{
    font-weight: 500;
    font-size: 0.35rem;
}
.web-content{
    margin-top: 0.45rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
}

.customer-benefit{
    color: rgba(23,91,129, 0.9);
    margin-top: 1rem;
    font-size: 0.6rem;
    text-align: center;
}
.customer-container{
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.45rem;
    /* border: 1px solid blue; */
}
.customer-item{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    margin-top: 0.3rem;
    width: 47.5%;
    height: 5.7rem;
    /* border: 1px solid tomato; */
}
.customerBG1{
    background-image: url(/images/agency/custom1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.customerBG2{
    background-image: url(/images/agency/custom2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.customerBG3{
    background-image: url(/images/agency/custom3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.customerBG4{
    background-image: url(/images/agency/custom4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.customer-layer{
    width: 100%;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    background-color: rgba(9, 95, 134, 0.7);
}
.customer-title{
    color: white;
    font-weight: 500;
    margin-top: 0.2rem;
    font-size: 0.4rem;
    display: block;
}
.customer-content{
    color: white;
    white-space: nowrap;
    margin-top: 0.2rem;
    padding: 0 0.15rem;
    line-height: 0.17rem;
    font-size: 0.24rem;
    display: block;
}

.you-benefit{
    color: rgba(23,91,129, 0.9);
    margin-top: 1rem;
    text-align: center;
    font-size: 0.6rem;
}
.benefit-container{
    margin-top: 0.7rem;
    display: flex;
    flex-direction: column;
}
.benefit-item{
    width: 100%;
    display: flex;

}
.benefit-img{
    padding: 0.1rem;
    margin-right: 0.25rem;
}
.benefit-text{
    margin-left: 0.3rem;
    white-space: nowrap;
    width: 8rem;
    text-align: left;
    color: #333;
}
.benefit-title{
    margin-top: 0.25rem;
    font-size: 0.4rem;
    font-weight: 600;
}
.benefit-content{
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.37rem;
}

.register{
    font-weight: 500;
    color: rgba(23,91,129, 0.9);
    margin-top: 1rem;
    text-align: center;
    font-size: 0.5rem;
}
/* .register-now{
    border: 1px solid green;
} */
.register-now-item{
    display: flex;
}
.register-now-number{
    padding: 0.2rem;
    margin-right: 0.4rem;
    font-size: 2rem;
    font-weight: 600;
    color: rgb(23,91,129);
}
.register-now-text{
    margin-top: 0.75rem;
}
.now-title{
    font-size: 0.35rem;
    font-weight: 600;
    color: #333;
}
.now-text{
    margin-top: 0.2rem;
    line-height: 0.25rem;
    white-space: nowrap;
    font-size: 0.3rem;
    color: #333;
}
.horizontal-line{
    width: 100%;
    margin-bottom: 0.7rem;
}
.form-info-title{
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
    color: rgb(23,91,129);
}
.block-title{
    font-size: 0.4rem;
    letter-spacing: 1px;
    margin-bottom: 0.12rem;
}
.red-star{
    color: red;
    margin-right: 3px;
}
input{
    padding: 0.1rem;
    width: 7rem;
    height: 0.7rem;
    line-height: 0.6rem;
    font-size: 0.25rem;
    margin-bottom: 0.25rem;
    border: 1px solid rgba(18, 18, 18, 0.3);
}
.require-input{
    /* position: relative;
    top: -0.37rem; */
    font-size: 0.28rem;
    margin-bottom: 0.25rem;
}
.form-button{
    width: 5rem;
    font-weight: 700;
    padding: 0.4rem 0.2rem;
    position: relative;
    left: 50%;
    color: rgba(255, 255, 255, 0.9);
    transform: translate(-50%);
    margin: 0.3rem auto;
    font-size: 0.5rem;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(16,122,221);
    background: linear-gradient(180deg, rgba(36,115,207, 1) 0%, rgba(51,139,237, 0.85) 100%);
}
.submit_success{
    visibility: hidden;
    font-size: 0.4rem;
    position: relative;
    bottom: 0rem;
    color: #fe8905;
    text-align: center;
}
#agent-form{
    margin-bottom: 0.9rem;
}
.require-input{
    visibility: hidden;
}

.slideout-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    overflow: auto;
    z-index: 0;
    display: none;
    padding-bottom: 1rem;
}