    @charset "utf-8";
    .shzr_titlect {
        margin-top: 25px;
        padding-left: 40px;
        color: #666;
        word-break: break-all;
        padding-bottom:40px  ;
        border-bottom: 1px solid #d9d9d9;
    }
    .faqs_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .faqs_titlel {
        display: flex;
        align-items: center;
    }
    
    .faqs_titlel span {
        width: 21px;
        height: 3px;
        background-color: #df002c;
    }
    
    .faqs_titlel p {
        margin-left: 12px;
        font-family: 'ProximaNova-Semibold';
        text-transform: capitalize;
        font-size: 42px;
        color: #333;
        font-weight: 700;
    }
    
    .faqs_titler_for {
        display: flex;
        border: 2px solid #234488;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }
    
    .faqs_titler_sr {
        width: 225px;
        height: 34px;
        line-height: 34px;
        border: 0;
        padding-left: 15px;
    }
    
    .faqs_titler_tj {
        width: 50px;
        height: 34px;
        background-color: #234488;
        border: 3px solid #234488;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .faqs_titler_sr::-webkit-input-placeholder {
        color: #999;
    }
    
    .faqs_titler_sr::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }
    
    .faqs_titler_sr:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }
    
    .faqs_titler_sr:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }
    
    .faqs_ct {
        margin-top: 50px;
    }
    
    .faqs_ctitem {
        border: 1px solid #dddddd;
        margin-bottom: 20px;
    }
    
    .faqs_ctitemt {
        padding: 30px 40px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    
    .faqs_ctitemtl {
        flex: 1;
        display: flex;
    }
    
    .faqs_ctitemtl span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        background-color: #333333;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    
    .faqs_ctitemtl p {
        margin-left: 15px;
        flex: 1;
        font-family: 'ProximaNova-Semibold';
        font-size: 18px;
        color: #333;
    }
    
    .faqs_ctitemtr {
        display: flex;
    }
    
    .faqs_ctitemtr_sj {
        font-size: 18px;
        color: #666666;
        margin: 0 70px;
    }
    
    .faqs_ctitemtr_i {
        margin-top: -4px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    
    .faqs_ctitemtr_i i {
        font-size: 28px;
        color: #999999;
    }
    
    .faqs_ctitemb {
        display: none;
    }
    
    .faqs_ctitemb_box {
        display: flex;
        padding: 30px 40px;
    }
    
    .faqs_ctitemb_tb {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        background-color: #df002c;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    
    .faqs_ctitemb_ct {
        flex: 1;
        word-break: break-all;
        color: #666;
        line-height: 24px;
        margin-bottom: 5px;
    }
    
    .faqs_fy {
        margin-top: 40px;
    }
    
    .foot {
        margin-top: 0;
    }
    

.sqfw_ctitemi_icon {
    width: 94px;
    height: 94px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--flow-c1, #4f86ff), var(--flow-c2, #25c0ff));
    box-shadow: 0 12px 28px rgba(31, 82, 180, 0.25);
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    -webkit-transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    -moz-transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    -ms-transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    -o-transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.sqfw_ctitemi_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.sqfw_ctitemi_icon i{
    position: relative;
    z-index: 2;
    font-size: 42px;
    color: #fff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}
.sqfw_ctitem {
      position: relative;
    height: 195px;
    padding: 0 65px;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #d9d9d9;*/
    transition: transform .35s ease;
    -webkit-transition: transform .35s ease;
    -moz-transition: transform .35s ease;
    -ms-transition: transform .35s ease;
    -o-transition: transform .35s ease;
    background-color: #f5f5f5;
}
.sqfw_jt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sqfw_jt i{
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 700;
}
@keyframes rotate {
  0% {
    transform: translateY(0) scale(0, 0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(6px) scale(1.1, .9);
  }
  75% {
    ransform: translateY(3px);
  }
  100% {
    transform: translateY(0) scale(0, 0);
  }
}
.sqfw_jt img{
    margin: 30px 0;
    height: 50px;
    animation: rotate 1s linear infinite;
}
.sqfw_ctitem_sz{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-size: 30px;
}
.sqfw_ctitem:nth-child(even of .sqfw_ctitem) {
    background-color: #f6f8fb;
}

.sqfw_ctitemtxt {
    flex: 1;
    padding: 0 65px;
}

.sqfw_ctitemtxt_h {
    font-family: 'ProximaNova-Semibold';
    word-break: break-all;
    font-size: 24px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.sqfw_ctitemi img {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.sqfw_ctitem:hover .sqfw_ctitemi img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sqfw_ctitem:hover .sqfw_ctitemtxt_h {
    color: #df002c;
    padding-left: 5px;
}

.sqfw_ctitem:hover .sqfw_ctitemi_icon {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 18px 32px rgba(31, 82, 180, 0.32);
    filter: saturate(1.08);
}

.sqfw_ctitemtxt_p {
    color: #666;
    word-break: break-all;
}

    @media screen and (max-width:1700px) {
        .faqs_ctitemt {
            padding: 30px 20px;
        }
        .faqs_ctitemb_box {
            padding: 20px 20px;
        }
        .faqs_ctitemtr_sj {
            margin: 0 50px;
        }
    }
    
    @media screen and (max-width:1200px) {
        .faqs_ctitemt {
            padding: 20px 10px;
        }
        .faqs_ctitemb_box {
            padding: 20px 10px;
        }
        .faqs_ctitemtr_sj {
            margin: 0 40px;
        }
    }
    
    @media screen and (max-width:992px) {
        .faqs_titlel p {
            font-size: 30px;
        }
        .faqs_ct {
            margin-top: 30px;
        }
        .shzr_titlect {
            margin-top: 15px;
        }
    }
    
    @media screen and (max-width:768px) {
		.faqs_titlel span {
        width: 21px;
        height: 1px;
        background-color: #df002c;
    }
    .faqs_ct {
    margin-top: 20px;
}
  
        .faqs_titlel p {
            font-size: 24px;
        }
        .faqs_titler {
            display: none;
        }
        .faqs_ctitemtr_sj {
            display: none;
        }
        .faqs_ctitemtl p {
            font-size: 16px;
            margin: 0 10px;
        }
        .faqs_ctitemt {
            padding: 10px 15px;
        }
        .faqs_ctitemb_ct p {
            font-size: 12px;
            line-height: 20px;
        }
        .shzr_titlect {
            padding-left: 0;
            font-size: 14px;
            line-height: 22px;
        }
    }
    
@media screen and (max-width:1700px) {
    .shfw_ctitem_txt {
        padding: 0 30px;
    }
    .sqfw_ctitemtxt {
        padding: 0;
        padding-left: 50px;
    }
    .jsfw_ctitem {
        padding: 40px 80px 50px 50px;
    }
}

@media screen and (max-width:1200px) {
    .sqfw_ctitem {
        padding: 0 45px;
    }
    .shfw_ctitem_txt {
        padding: 0 15px;
    }
    .shfw_ctitem_txtp {
        margin-top: 20px;
    }
    .jsfw_ctitem {
        padding: 50px 30px;
    }
}

@media screen and (max-width:992px) {
    .sqfw_title p {
        font-size: 30px;
    }
    .sqfw_ct {
        margin-top: 30px;
    }
    .sqfw_ctitem {
        /*padding: 0 15px;*/
        height: 150px;
    }
    .sqfw_ctitemi img {
        width: 60px;
    }
    .sqfw_ctitemi_icon {
        width: 76px;
        height: 76px;
        border-radius: 20px;
    }
    .sqfw_ctitemi_icon i {
        font-size: 34px;
    }
    .shfw {
        margin-top: 60px;
    }
    .shfw_ct {
        margin-top: 30px;
    }
    .shfw_ctitem_imgdw {
        height: 50px;
        line-height: 50px;
    }
    .jsfw {
        margin-top: 60px;
    }
    .jsfw_ct {
        margin-top: 30px;
    }
    .jsfw_ctitem {
        padding: 30px 20px;
    }
    .sqfw_ctitem_sz{
        display: none;
    }
}

@media screen and (max-width:768px) {
    .sqfw_ctitemi img {
        width: 50px;
    }
    .sqfw_ctitemi_icon {
        width: 62px;
        height: 62px;
        border-radius: 16px;
    }
    .sqfw_ctitemi_icon i {
        font-size: 28px;
    }
    .sqfw_title p {
        font-size: 24px;
        margin-left: 10px;
    }
    .sqfw_ctitemtxt {
        padding-left: 20px;
    }
    .sqfw_ctitemtxt_h {
        font-size: 16px;
    }
    .sqfw_ctitemtxt_p  {
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
    }
	.sqfw_ctitemtxt_p p  {
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .shfw_ct {
        flex-wrap: wrap;
    }
    .shfw_ct>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .shfw_ctitem_txtp {
        font-size: 14px;
        line-height: 22px;
    }
	    .shfw_ctitem_txtp p {
        font-size: 14px;
        line-height: 22px;
    }
    .jsfw_ctitemh {
        font-size: 18px;
    }
    .jsfw_ctitem {
        padding: 20px 10px;
    }
    .jsfw_ctitemp {
        margin-top: 5px;
    }
    .jsfw_ctitemp p {
        font-size: 12px;
        line-height: 16px;
    }
    .sqfw_ctitem {
        height: auto;
        padding: 20px 15px 20px;
    }
   .sqfw_jt img{
       margin: 20px 0;
    height: 35px;
   }
    .sqfw_jt i{
        font-size: 18px;
    }
}
