.encrypted{
    width:100%;margin-bottom:50px;
}
.encrypted .warp{
    width:1200px;margin:0 auto;
}
.encrypted .checkContentTit{
    margin-top:150px;margin-bottom:80px;
}
        .list li{
            width: 75%;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #DFDFDF;
            height: 50px;
            margin: 20px auto;
        }
        .down {
            width: 98px;
            height: 30px;
            background: #CA1421;
            border-radius: 15px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            line-height: 30px;
            font-family: AliRegular;
        }
        .pNames {
    font-size: 15px;
    font-family: AliRegular;
    font-weight: 500;
    color: #2C2C34;
    margin-left: 15px;
}
.Pagers {
    margin-top: 50px;
    /*margin-right: 430px;*/
}
.Pagers ul {
    display: flex;
    justify-content: center;
}
.Pagers ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #000;
}
.Pagers ul .active span {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}





.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.checkContent {
    width: 100%;
    /*height: 542px;*/
}

.contactsBanner {
    width: 100%;
    height: auto;
}

.contactsBanner img {
    width: 100%;
    height: auto;
}

.checkContentTit {
    margin-top: 150px;
}

.checkContentTit a {
    display: block;
    font-size: 24px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    text-align: center;
}

.formList {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.formList span {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 500;
    display: block;
    margin-top: 50px;
    margin-right: 40px;
    color: #2C2C34;
}

.formList input {
    /* width: 660px; */
    width: 35%;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    /* margin-left: 40px; */
    padding-left: 32px;
    outline: none;
    margin-top: 50px;
}

.formLists {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.formLists span {
    font-size: 18px;
    font-family: AliRegular;
    font-weight: 500;
    display: block;
    margin-top: 50px;
    color: #2C2C34;
    margin-right: 10px;
}

.formLists input {
    width: 35%;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    /* margin-left: 40px; */
    padding-left: 32px;
    outline: none;
    margin-top: 50px;
    margin-left: 14px;
    font-family: AliRegular;
}

.btn {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.btn a {
    display: block;
    width: 12%;
    height: 50px;
    background: #CA1421;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 15px;
    color: #fff;
    font-family: AliRegular;
}

.lian li {
    position: relative;
}

.lian li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lian li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 16px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    font-family: AliRegular;
}

.lian li:last-child a {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #ca1421;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 308px;
    z-index: 999;
    line-height: 30px;
    transform: rotate(-90deg);
    color: #ffffff;
}

.checkContents {
    display: none;
}

.contactsBanners {
    display: none;
}

.last-contents {
    display: none;
}
.encryptedApp{
    display: none;
}
@media (max-width: 767px) {
    .encrypted{
        display: none;
    }
    .encryptedApp{
        display: block;
    }
    .list li{
        width: 90%;
        height: 40px;
        margin: 10px auto;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #DFDFDF;
    }
    .down {
        color: #CA1421;
        width: 90px;
        height: auto;
        background: none;
            
        display: block;
        text-align: right;
        /*line-height: 30px;*/
        font-family: AliRegular;
    }
    
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contactsBanners {
        display: block;
        width: 100%;
        /*margin-top: 80px;*/
    }
    .contactsBanners img {
        display: block;
        width: 100%;
   
    }
    .contactsBanner {
        display: none;
    }
    .checkContents {
        display: block;
        width: 90%;
        margin: 0 auto;
        
    }
    .checkContentTits {
        width: 100%;
        text-align: center;
    }
    
    .checkContentTits a {
        display: block;
        font-size: 18px;
        font-family: AliMedium;
        font-weight: 500;
        color: #2C2C34;
        padding: 15px 0;
    }
    .checkContent {
        display: none;
    }
    .formsList {
        width: 100%;
        display: flex;
        align-items: center;
        /*margin-left: 60px;*/
        justify-content: center;
    }
    .formsList span {
        display: inline-block;
        margin-right: 20px;
        font-family: AliMedium;
    }
    .formsList input {
        display: block;
        height: 30px;
        border: 1px solid #5E5E5E;
        border-radius: 6px;
        width: 200px;
        padding-left: 13px;
        outline: none;
    }
    .formsLists {
        margin-top: 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-left: 47px;*/
    }
    .formsLists span {
        display: inline-block;
        margin-right: 8px;
        font-family: AliMedium;
    }
    .formsLists input {
        display: block;
        height: 30px;
        border: 1px solid #5E5E5E;
        border-radius: 6px;
        width: 200px;
        padding-left: 13px;
        outline: none;
    }
    .btns {
        width: 100%;
        margin-top: 20px;
        /*margin-left: 20px;*/
    }
    .btns a {
        display: block;
        width: 120px;
        height: 30px;
        background: #CA1421;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin: 0 auto;
        border-radius: 15px;
        font-family: AliRegular;
    }
    .last-content {
        display: none;
    }
    .aboutBottoms {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .aboutBottomsCon {
        padding: 10px;
    }
    .aboutLefts {
        width: 100%;
    }
    .leftTitles {
        text-align: center;
    }
    .leftTitles span {
        font-size: 20px;
        line-height: 1.5;
        display: block;
    }
    .aboutLefts dl dd>a {
        font-size: 18px;
        line-height: 1.5;
        text-indent: 20px;
        display: block;
    }
    .aboutLefts dl li>a>img {
        width: 100%;
        display: block;
    }
    .aboutCenters dl dd a {
        font-size: 18px;
        line-height: 1.5;
        text-indent: 20px;
        display: block;
    }
    .aboutCenters dl li>a>img {
        width: 100%;
        display: block;
    }
    .aboutRights dl li>a>img {
        width: 100%;
        display: block;
    }
    .aboutRights dl dd a {
        font-size: 18px;
        line-height: 1.5;
        text-indent: 20px;
        display: block;
    }
    .aboutBottom {
        display: none;
    }
    .contactUsfooterBanner {
        display: none;
    }
    .contactUsfooterBanners {
        display: block;
        width: 100%;
        height: 200px;
    }
    .contactUsfooterBanners img {
        display: block;
        width: 100%;
        height: 200px;
    }
    .lian {
        display: none;
    }
    .footer {
        display: none;
    }
    .footers {
        display: block;
        width: 100%;
    }
    .footersCon {
        width: 100%;
        display: flex;
    }
    .footersCon ul {
        width: 30%;
    }
    .footersCon ul li {
        display: flex;
        width: 100%;
    }
    .footersCon ul li a {
        line-height: 30px;
        margin-left: 30px;
    }
    .rightfooters {
        display: flex;
        width: 70%;
        margin-top: 10px;
        justify-content: space-around;
    }
    .rights-one>img {
        width: 103px;
        display: block;
        height: 102px;
    }
    .rights-two>img {
        width: 103px;
        display: block;
        height: 102px;
    }
}


@media (min-width: 1200px) {
    .encrypted .warp{
        width:1200px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1600px){
    .encrypted .warp{
        width:1200px;
    }
}
