.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: 200px;
}

.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;
}

@media (max-width: 767px) {
    .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: 768px) and (max-width: 991px) {*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*        padding-bottom: 30px;*/
/*    }*/
/*    .contactsBanners {*/
/*        display: block;*/
/*        width: 100%;*/
        /* height: 200px; */
/*        height: auto;*/
/*        margin-top: 120px;*/
/*    }*/
/*    .contactsBanners img {*/
/*        display: block;*/
/*        width: 100%;*/
        /* height: 200px; */
/*    }*/
/*    .contactsBanner {*/
/*        display: none;*/
/*    }*/
/*    .checkContents {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .checkContentTits {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .checkContentTits a {*/
/*        display: block;*/
/*        font-size: 18px;*/
/*        font-family: PingFangSC;*/
/*        font-weight: 500;*/
/*        color: #2C2C34;*/
/*        padding: 15px 0;*/
/*    }*/
/*    .checkContent {*/
/*        display: none;*/
/*    }*/
/*    .formsList {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/
/*    .formsList span {*/
/*        display: inline-block;*/
/*        margin-right: 20px;*/
/*    }*/
/*    .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;*/
/*    }*/
/*    .formsLists span {*/
/*        display: inline-block;*/
/*        margin-right: 20px;*/
/*    }*/
/*    .formsLists input {*/
/*        display: block;*/
/*        height: 30px;*/
/*        border: 1px solid #5E5E5E;*/
/*        border-radius: 6px;*/
/*        width: 200px;*/
/*        padding-left: 13px;*/
/*        outline: none;*/
/*        margin-left: -10px;*/
/*    }*/
/*    .btns {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*    }*/
/*    .btns a {*/
/*        margin-top: 20px;*/
/*        padding: 0 40px;*/
/*        background: #CA1421;*/
/*        height: 40px;*/
/*        color: #fff;*/
/*        text-align: center;*/
/*        line-height: 40px;*/
/*        margin-left: 60px;*/
/*        border-radius: 15px;*/
/*    }*/
/*    .last-content {*/
/*        display: none;*/
/*        width: 100%;*/
/*        height: 100px;*/
/*    }*/
/*    .last-tit,*/
/*    .last-con {*/
/*        font-size: 30px;*/
/*        line-height: 1.5;*/
/*    }*/
/*    .footer {*/
/*        display: none;*/
/*    }*/
/*    .footers {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .footersCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*    }*/
/*    .footersCon ul {*/
/*        width: 30%;*/
/*    }*/
/*    .footersCon ul li {*/
/*        display: flex;*/
/*        width: 100%;*/
/*        margin-top: 15px;*/
/*    }*/
/*    .footersCon ul li a {*/
/*        line-height: 2;*/
/*        margin-left: 30px;*/
/*        font-size: 30px;*/
/*    }*/
/*    .rightfooters {*/
/*        display: flex;*/
/*        width: 70%;*/
/*        margin-top: 10px;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .rights-one>img {*/
/*        width: 220px;*/
/*        display: block;*/
/*        height: 200px;*/
/*    }*/
/*    .rights-two>img {*/
/*        width: 220px;*/
/*        display: block;*/
/*        height: 200px;*/
/*    }*/
/*    .rights-one>div {*/
/*        font-size: 30px;*/
/*    }*/
/*    .rights-two>div {*/
/*        font-size: 30px;*/
/*    }*/
/*    .lian {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .last-content {*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .navTitles {}*/
/*    .last-tit,*/
/*    .last-con {}*/
/*    #liansxi {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (min-width: 1200px) {}