@charset 'utf-8';

.banner-box{
    position: relative;
    overflow: hidden;
  }
.bg-box{
    width: 100%;
    min-width: 1200px;
    height: 683px;
    padding-top: 188px;
    box-sizing: border-box;
    
}
.bg1{
    background: url('https://images.coralglobal.cn/picture/threeweb/insurance-bg1.png') no-repeat center/cover;
}
.bg2{
    background: url('https://images.coralglobal.cn/picture/threeweb/insurance-bg2.png') no-repeat center/cover;
}
.bg-btn{
    width: 228px;
    height: 44px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 24px;
    font-size: 18px;
    color: #EA3B3D;
    text-align: center;
    line-height: 44px;
    box-shadow: 0 4px 0 0 #FF9192;
    cursor: pointer;
}
.bg-btn1{
    color: #2864F1;
    box-shadow: 0 4px 0 0 #8BB8FF;
}
.show{
    opacity: 1;
}
.title-box{
    width:1200px;
    margin:0 auto;
    text-align: center;
}
.title-in{
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.4px;
}
.advantages-in{
    padding: 66px 0 76px;
    box-sizing: border-box;
}
.advantages-in-box{
    display: flex;
    width: 1200px;
    margin: 37px auto 0;
    justify-content: space-between;
}
.advantages-in-sbox{
    width: 282px;
    height: 398px;
    border-radius: 20px;
    text-align: center;
    transition: .2s;
    background: url(https://images.coralglobal.cn/picture/threeweb/insurance-product-bg.png) no-repeat -342px -465px/342px 465px #FEF9F6;
}
.advantages-in-sbox:hover{
    box-shadow: 10px 13px 13px 0 #FFC9C9;
    background-position: center;
}
.advantages-in-sbox:hover .advantages-in-box-p,
.advantages-in-sbox:hover .advantages-in-box-tip{
    color: #fff;
}
.advantages-in-box-p{
    margin-top: 27px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #EC4543;
}
.advantages-in-box-tip{
    width: 210px;
    margin: 14px auto 0;
    font-size: 16px;
    color: #5A5350;
    line-height: 26px;
}
.advantages-in-tip{
    position: relative;
    width: 520px;
    height: 53px;
    margin: 70px auto 0;
    border-radius: 27px;
    border: 1px solid #FFAFAE;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #FF6A69;
}
.advantages-in-tip::after,
.advantages-in-tip::before{
    content: '';
    position: absolute;
    top:45%;
    width: 6px;
    height: 6px;
    background: #FFD6D6;
    border-radius: 50px;
}
.advantages-in-tip::before{
    left: 18px;
}
.advantages-in-tip::after{
    right: 18px;
}
.insurance-process{
    position: relative;
    padding: 66px 0 166px;
    background-color: #F9F9F9;
    text-align: center;
}
.insurance-process-bg{
    position: relative;
    width: 1200px;
    height: 188px;
    margin:70px auto 0;
    background: url('https://images.coralglobal.cn/picture/threeweb/insurance-process.png') no-repeat center/cover;
}
.insurance-process-text{
    position: absolute;
    top: 70px;
    display: flex;
    align-items: center;
    width: 113px;
    height: 90px;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    
}
.insurance-demand{
    padding: 66px 0 150px;
}
.insurance-demand-box{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 62px auto 0;
}
.insurance-demand-sbox{
    position: relative;
    width: 345px;
    height: 242px;
    background-color: #FCFBFB;
    box-shadow: 4px 9px 25px 0px rgba(93, 50, 50, 0.12);
    border-radius: 12px;
    border: 3px solid #FFF;
    text-align: center;
    overflow: hidden;
}
.insurance-demand-sbox > img {
    margin-top:35px;
}
.insurance-demand-sbox > p{
    z-index: 1;
    position: relative;
    width: 246px;
    height: 99px;
    margin:12px auto 0;
    font-size: 18px;
    color: #333;
    line-height: 33px;
    text-align: left;
}
.insurance-demand-radius{
    position: absolute;
    right: -38px;
    bottom: -68px;
    width: 166px;
    height: 166px;
    background: linear-gradient(137deg, rgba(255, 232, 228, 0.65) 0%, #FCFBFB 100%);
    border-radius: 50%;
    font-size: 104px;
    color: #FFD9D9;
    text-align: left;
    font-style: italic;
    text-indent: 32px;
}
.wechat-in{
    z-index: 2;
    position: fixed;
    bottom:10%;
    right: 25px;
    width: 186px;
    background-color: #fff;
    box-shadow: 3px 5px 39px 0px rgba(217, 193, 193, 0.3);
    border-radius: 50% 50% 0 0;
}
.wechat-in-icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    margin:34px auto 0;
    background-color: #28C445;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #DEFBE3;
    cursor: pointer;
}
.wechat-in-btn{
    width: 150px;
    height: 40px;
    margin:22px auto 30px;
    background: linear-gradient(90deg, #FF7A3D 0%, #FF4242 100%);
    border-radius: 28px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.bcf{
    background-color: #fff;
}
.cover{
    z-index: 10000;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100vw;
    height: 100vh;
    background-color: rgba(40, 40, 40, 0.59);
}
.cover-box{
    position: relative;
    display: flex;
    align-items: center;
    width: 420px;
    height: 192px;
    background-color: #FFFFFF;
    box-shadow: 3px 5px 39px 0px rgba(217, 193, 193, 0.3);
    border-radius: 5px;
}
.cover-box > p{
    width: 172px;
    margin-left: 30px;
    text-align: center;
    color: #070707;
    font-size: 16px;
    line-height: 1.6;
}
.cover-close{
    position: absolute;
    top: 2px;
    right: 16px;
    font-size: 26px;
    cursor: pointer;
}
.cover-none{
    display: none;
}