html, body {
    width: 100%;
    height: 100%;
}

.TC-fwcx {
    width: 100%;
    height: 100%;
    color: #5f5f5f;
    background-color: #FFFFFB;
}
.div1{
   width:100%;
   height:100% !important;
}
.div1 .imgsm{
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
}

.div2_title {
    display: flex;
    align-items: center;
    position: fixed;
    width: 92%;
    top: 0;
    height: 3rem;
    padding: 0 4%;
    background: #fff;
    z-index:999;
}

    .div2_title .d1 {
        display: flex;
        align-items: center;
        flex: 1;
    }

        .div2_title .d1 img {
            width: 1.4rem;
            height: 1.4rem;
        }

            .div2_title .d1 img:nth-child(2) {
                margin-left: 0.5rem;
            }

    .div2_title .d2 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .div2_title .d2 img {
            width: 7rem;
        }


    .div2_title .d3 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 2px;
    }

        .div2_title .d3 img {
            width: 1.4rem;
        }

        .div2_title .d3 span {
            padding-left: 0.2rem;
            font-size: 0.8rem;
            padding-top: 2px;
        }

.div1_logo {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}
.div1_logo img{
    width:100%;
}

.div1_title {
    width: 100%;
    text-align: center;
}
.div1_title .p1{
    font-weight:bold;
    font-size:1.2rem;
}
.div1_title .p2{
    padding-top:1rem;
}

.div1_titleE {
    width: 100%;
    text-align: center;
}
.div1_titleE .p1{
    font-weight:bold;
    font-size:1.2rem;
    color: #000;
}
.div1_titleE .p2{
    padding-top:1.4rem;
    font-size:14px;
}

.div1_content {
    width: 90%;
    height: 3rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #CFCFCF;
    margin:auto;
    outline:none;
    margin-top:4rem;
    display:flex;
    align-items:center;
    font-size:1rem;
}

.div1_content_input {
    width: 80%;
    border:none;
    padding-left: 0.2rem;
    outline: none;
    height: 3rem;
    border-radius: 2rem 0 0 2rem;
}

.div1_content_tmt {
    height: 3rem;
    border-radius: 0 2rem 2rem 0;
    width: 14%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.div1_content_tmt img{
    width:1.7rem;
}
.div1_content_smt {
    height: 3rem;
    border-radius: 0 2rem 2rem 0;
    width: 20%;
    background: #D02D26;
    display:flex;
    align-items:center;
    justify-content:center;
}
.div1_content_smt img{
    width:1.7rem;
}
.div1_content2 {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
}
.div1_content2 span{
    color:#999;
    font-size:14px;
    text-decoration: underline;
}
.div1_content3 {
    width: 100%;
    padding-top: 4rem;
    text-align: center;
}
.div1_content3 button{
    background:#CFCFCF;
    color:#fff;
    font-size:0.8rem;
    /* font-weight:bold; */
    height:3rem;
    border-radius:2rem;
    outline:none;
    border:none;
    width:50%;
}


.div2_banner {
    width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .swiper-slide img {
        width: 100%;
    }

.swiper-pagination-bullet-active {
    background: rgba(255,0,0,0.4) !important;
}


.div2_content_box {
    width: 100%;
    /*border-bottom: 0.4rem solid #F3F3F3;*/
}
.div2_content {
    width: 90%;
    margin: auto;
    padding: 2rem 0;
    text-align: center;
}

.div2_content_d1{
    display:flex;
    align-items:center;
}

.div2_content_d1 span{
    font-size:1rem;
    font-weight:bold;
    padding-right:0.3rem;
}

.div2_content_d1 img {
    width:1.2rem;
}

.div2_content_d2, .div2_content_d3, .div2_content_d4, .div2_content_d5{
    padding-top: 0.2rem;
}

.div2_content2{
    width:100%;
}
.div2_content2 img{
    width: 100%;
}

.div2_content3 {
    width: 100%;
    background: #121315;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div2_content3 .s1{
       color: #fff;
    border: 1px solid #fff;
    margin-left: 3rem;
    padding: 0.2rem 0;
    width:7rem;
    border-radius: 1.6rem;
    text-align:center;
}

    .div2_content3 .s2 {
        color: #fff;
        border: 1px solid #fff;
        margin-right: 3rem;
        width: 7rem;
        padding: 0.2rem 0;
        border-radius: 1.6rem;
        text-align: center;
    }


.div2_box2_title{
    width:100%;
}
.div2_box2_title img{
    width: 100%;
}

.div2_box2_content {
    width: 90%;
    margin: auto;
}
.div2_box2_content_top {
    text-align: center;
    font-size: 1.2rem;
    padding: 1.5rem 0;
}

.div2_box2_content_bottom p {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.4rem;
}
.div2_box2_content2 {
    width: 90%;
    margin: auto;
    display: flex;
    padding: 2rem 0 1.5rem;
    justify-content: space-between;
    align-items:center;
}
.div2_box2_content2 img{
    width: 45%;
}


.div2_box3_title{
    width:100%;
}
.div2_box3_title img{
    width: 100%;
}

.div2_box3_content {
    width: 80%;
    margin: auto;
    padding: 2rem 0 4rem;
}

.div2_box3_content_top {
    text-align: left;
    font-size: 1.2rem;
    padding: 1.5rem 0;
}
.div2_box3_content_bottom p {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    line-height: 1.4rem;
}