html,
body {
    position: relative;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.tubiao {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.tubiao img {
    width: 85%;
    margin-left: 7.5%;
}

.tubiao p {
    text-align: center;
    font-size: 13px;
    margin: 0;
    margin-top: -5px;
    color: #222;
}

.tu {
    transform: translate3d(0, 0, 0)
}

.swiper-pagination {
    bottom: 15px !important;
}

.swiper-pagination-bullet {
    width: 25px !important;
    height: 4px !important;
    border-radius: 50px !important;
    background: #a7a7a7 !important;
    outline: none !important;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    /* background: #fe3e4d !important; */
    background: #FF6A00 !important;
}

.ms2 {
    overflow-y: hidden;
    padding-bottom: 10px;
}

.ms-div {
    width: 85px;
    display: inline-block;
    float: left;
    margin: 0 5px;
}

.ms-div img {
    width: 100%;
    margin-bottom: 5px;
}

.ms-p {
    padding-left: 10px;
    padding-top: 10px;
}

.ms-p i {
    color: #FF6A00;
    font-size: 14px;
}

.ms-div p:nth-child(2) {
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #222;
}

.ms-div s:nth-child(3) {
    display: block;
    text-align: center;
    margin: 0;
    color: #787878;
}

.ms-div:hover,
.ms-div:focus {
    text-decoration: none;
}

.ms3 {
    padding: 0 5px;
}

.ms2::-webkit-scrollbar {
    display: none;
}

.youh {
    width: 100%;
    border-radius: 15px;
    float: left;
    background: #fff;
}

.youh-img {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.youh a:hover,
.youh a:focus {
    text-decoration: none;
}

.youh .sytemChildDiv a:nth-child(1) {
    border-right: 1px solid #f5f5f5;
}

.youh .sytemChildDiv::after {
    content: '';
    display: block;
    clear: both
}

.youh .sytemChildDiv a:nth-child(1),
.youh .sytemChildDiv a:nth-child(2) {
    width: 50%;
    padding: 10px;
    float: left;
}

.youh .sytemChildDiv a:nth-child(1) div,
.youh .sytemChildDiv a:nth-child(2) div {
    width: 55%;
    float: left;
    padding: 15px 0;
}

.youh .sytemChildDiv a:nth-child(2) p {
    margin: 0;
}

.youh .sytemChildDiv a:nth-child(1) p:nth-child(1),
.youh .sytemChildDiv a:nth-child(2) p:nth-child(1) {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.youh .sytemChildDiv a:nth-child(1) p:nth-child(2),
.youh .sytemChildDiv a:nth-child(2) p:nth-child(2) {
    margin: 0;
    font-size: 12px;
    color: #9b9b9b;
}

.youh .sytemChildDiv a:nth-child(1) img,
.youh .sytemChildDiv a:nth-child(2) img {
    width: 45%;
}

.youh a:nth-child(1) {
    float: left;
}

.youh .sytemChildDiv~a {
    width: 25%;
    float: left;
    border-right: 1px #f5f5f5 solid;
    border-top: 1px #f5f5f5 solid;
    padding: 10px 0;
}

.youh .sytemChildDiv~a img {
    width: 85%;
    margin-left: 7.5%;
    margin-top: 10px;
}

.youh .sytemChildDiv~a p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #222;
}

.youh .sytemChildDiv~a p:nth-child(1) {
    font-weight: bold;
    height: 20px;
    overflow: hidden;
}

.youh .sytemChildDiv~a p:nth-child(2) {
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #9b9b9b;
    height: 17px;
}

.youh a:last-child {
    border-right: none !important;
}

.biaoti {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.biaoti img:nth-child(1) {
    margin-right: 10px;
    width: 20%;
}

.biaoti img:nth-child(2) {
    margin-left: 10px;
    width: 20%;
}

.tehui {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.tehui2 {
    float: left;
    background: #fff;
    width: 100%;
    border-radius: 15px;
}

.tehui a {
    width: 25%;
    float: left;
    padding: 5px;
}

.tehui a img {
    width: 100%;
    float: left;
}

.tehui a p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #000;
}

.tehui a s {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #787878;
}

.swiper-container333 {
    width: 100%;
    height: 100%;
}

@media (max-width: 414px) {
    .tubiao img {
        width: 40%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .tubiao {
        text-align: center;
    }
}