a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner-box {
    max-width: 19.2rem;
    margin: 0px auto;
    padding-bottom: 2.35rem;
    background: url("../images/banner-bg.jpg") 1.6rem bottom / 92% 100% no-repeat;
    position: relative;
}

.banner {
    width: 14.73rem;
    max-width: 100%;
    margin-left: 0px;
    margin-right: auto;
    position: relative;
}

.banner>ul {
    padding: 1.1rem 0px;
}


.bqnner-q {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(50%, -50%);
    width: 5.75rem;
    height: 5.75rem;
    z-index: 10;
}

/* è½¨é“ */
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.1;
}

/* çº¿æ¡ */
.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.1;
    opacity: 0.2;
}

svg.on .path-loop {
    animation: path_loop 6s linear;
}

@keyframes path_loop {
    0% {
        stroke-dashoffset: 158;
    }

    100% {
        stroke-dashoffset: 0;
    }

}

.bqnner-q::after {
    content: '';
    width: 3.2rem;
    height: 3.2rem;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.1;
    animation: scale 10s linear infinite;
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }


}

.banner .slick-dots li {
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.3;
    margin: 0px 0.13rem;
}

.banner .slick-dots {
    text-align: right;
    bottom: 0.6rem;
    padding-right: 0.6rem;
}

.banner .slick-dots li.slick-active {
    background: transparent;
    opacity: 0.6;
}

.banner .slick-dots li.slick-active button {
    font-size: 0.16rem;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.banner .slick-dots li.slick-active button::before {
    content: "0";
}

.banner .slick-prev {
    position: absolute;
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/banner-l.png") 0% 0% / 100% 100% no-repeat;
    inset: auto 2.4rem 0.26rem auto;
    transition: all 0.5s;
}

.banner .slick-next {
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/banner-r.png") 0% 0% / 100% 100% no-repeat;
    inset: auto 0px 0.28rem auto;
    transition: all 0.5s;
}

.banner .slick-arrow:hover {
    opacity: 0.6;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}


@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}







.s1 {
    position: relative;
    background: url("../images/s1-bg.png") right bottom 40% no-repeat;
}

.tit {
    position: relative;
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
}

.tit::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0.59rem;
    height: 0.05rem;
    background-color: rgb(117, 0, 112);
}

.s1-l .tit::after {
    background-color: rgb(195, 162, 89);
}

.tit h3 {
    font-family: sy;
    font-size: 0.5rem;
    color: rgb(117, 0, 112);
}

.s1-l .tit h3 {
    color: rgb(255, 255, 255);
}

.tit a {
    padding-right: 0.3rem;
    padding-bottom: 0.16rem;
    font-family: Athelas-Regular;
    font-size: 0.18rem;
    color: rgb(117, 0, 112);
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: url("../images/more.png") right center / auto 100% no-repeat;
}

.s1-l .tit a {
    color: rgb(255, 255, 255);
    background: url("../images/more1.png") right center / auto 100% no-repeat;
}

.tit a:hover {
    opacity: 0.7;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0.55rem;
}

.s1-l {
    margin-top: -2.4rem;
    width: 59%;
    position: relative;
}

.s1-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l ul li {
    width: 47%;
    margin-bottom: 0.45rem;
}

.s1-l ul li a .pic {
    padding-top: 65%;
}

.s1-tx p {
    font-family: ArialMT;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: rgb(117, 0, 112);
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}

.s1-tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(51, 51, 51);
}

.s1-r {
    width: 35%;
    margin-top: 0.7rem;
}

.s1-r ul li a h3 {
    font-family: ArialMT;
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(51, 51, 51);
    margin-bottom: 0.2rem;
}

.s1-r ul li a {
    padding: 0.25rem 0px;
    border-bottom: 1px dashed rgb(229, 229, 229);
}

.s1-r ul li a p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: rgb(51, 51, 51);
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.3rem;
}

.s1-ifo p:first-child {
    background: url("../images/s1-ico.png") left 0.05rem / 0.18rem no-repeat;
}

.s1-ifo p:last-child {
    background: url("../images/s1-ico.png") left -0.25rem / 0.18rem no-repeat;
}

.s1-r ul li a:hover h3 {
    color: rgb(117, 0, 112);
}

.more a {
    display: inline-block;
    padding-right: 0.3rem;
    padding-bottom: 0.16rem;
    font-family: Athelas-Regular;
    font-size: 0.18rem;
    color: rgb(117, 0, 112);
    background: url("../images/more.png") right center / auto 100% no-repeat;
}

.more a:hover {
    opacity: 0.7;
}

.s2 {
    padding: 1rem 0;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-l {
    width: 4rem;
}

.s2-r {
    width: 60%;
}

.s2-l p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: rgb(51, 51, 51);
    margin-bottom: 0.8rem;
}

.s2-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-r ul li {
    width: 47%;
}

.s2-r .pic {
    padding-top: 65%;
}

.s2-r ul li a h3 {
    font-size: 0.2rem;
    color: rgb(117, 0, 112);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-r ul li p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: rgb(51, 51, 51);
    opacity: 0.8;
    margin: 0.2rem 0px;
}

.s2-r ul li a {
    position: relative;
}

.s2-r ul li a b {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: rgb(51, 51, 51);
    position: relative;
    display: block;
    padding-left: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-r ul li a b::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background-color: rgb(117, 0, 112);
}

.s2-r ul li a b:hover {
    color: rgb(117, 0, 112);
}

.s2-ifo {
    padding: 0.3rem 0.15rem;
}

.homec {
    background: url("../images/s3-bg.png") center bottom / cover no-repeat;
    padding-top: 1rem;
    padding-bottom: 1.7rem;
    position: relative;
    z-index: 3;
    margin-top: -0.2rem;
   overflow: hidden;
}

.homec .scirs {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: absolute;
    right: -2rem;
    top: -1.5rem;
    background: linear-gradient(25deg, rgba(229, 73, 198, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
    box-shadow: rgba(229, 73, 198, 0.2) -1rem 1rem 1rem;
}

.homec .intit {
    position: absolute;
    top: 0px;
    left: 0.75rem;
    transform-origin: left top;
    transform: rotate(90deg);
}

.homec .intit h3 {
    margin-right: 1.5rem;
}

.homec .intit .inmore {
    font-weight: bold;
}

.homec .w16 {
    position: relative;
}

.homec .scir {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    position: absolute;
    right: -6rem;
    z-index: 3;
    transition: 0.6s 0.3s;
    top: -1.7rem;
}

.homec .scirss {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -1.7rem;
    z-index: -1;
}

.homec .scirss img {
    position: absolute;
    width: 6rem;
    right: 0px;
    top: 0px;
}

.homec .scir ul li {
    position: absolute;
    width: 1.14rem;
    height: 1.14rem;
    margin-left: -0.57rem;
    background: rgba(255, 255, 255, 0);
    top: 50%;
    margin-top: -0.57rem;
    border-radius: 50%;
    cursor: pointer;
}

.homec .scir ul li i {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    border: 1px solid rgb(190, 82, 185);
    background: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.homec .scir ul li i::before {
    content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgb(88, 24, 84);
    z-index: 2;
}

.homec .scir ul li span {
    font-family: sy;
    color: rgb(195, 162, 89);
    position: absolute;
    left: 280%;
    top: 50%;
    white-space: nowrap;
    font-size: 0.36rem;
    transform: translateY(-50%);
    width: 0px;
    display: block;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
}

.homec .scir ul li::after {
    content: "";
    height: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: calc(100% - 0.3rem);
    width: 0px;
    opacity: 0.5;
}

.homec .scir ul li:nth-child(1) {
    left: 0px;
    top: 50%;
}

.homec .scir ul li:nth-child(2) {
    left: 0.1rem;
    top: calc(50% + 1rem);
}

.homec .scir ul li:nth-child(3) {
    left: 0.35rem;
    top: calc(50% + 2rem);
}

.homec .scir ul li:nth-child(4) {
    left: 0.8rem;
    top: calc(50% + 3rem);
}

.homec .scir ul li:nth-child(5) {
    left: 6.35vw;
    top: calc(50% + 15.85vw);
}

.homec .scir ul li:nth-child(6) {
    left: 9.65vw;
    top: calc(50% + 18.85vw);
}

.homec .scir ul li i svg {
    height: 0.65rem;
    margin: 0px auto;
    position: relative;
    z-index: 5;
    display: block;
}

.homec .scir ul li i .st0 {
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 1px;
    stroke-miterlimit: 10;
}

.homec .scir ul li.on i {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(182, 71, 161) 0%, rgb(94, 7, 89) 100%);
    border: 0px;
    padding-bottom: 0.1rem;
    transition: 0.3s;
}

.homec .scir ul li.on i::before {
    width: 0.7rem;
    height: 0.7rem;
    background: linear-gradient(-135deg, rgb(158, 55, 139) 0%, rgb(94, 28, 88) 100%);
    transition: 0.5s 0.5s;
}

.homec .scir ul li.on span {
    width: 3.4rem;
    transition: 0.8s 1.3s;
}

.homec .scir ul li.on::after {
    width: 2.14rem;
    transition: 0.5s 1s;
}

.homec .scir ul li.on:nth-child(2) {
    transform: rotate(-10deg);
}

.homec .scir ul li.on:nth-child(3) {
    transform: rotate(-20deg);
}

.homec .scir ul li.on:nth-child(4) {
    transform: rotate(-30deg);
}

.homec .scir ul li.on:nth-child(5) {
    transform: rotate(-40deg);
}

.homec .scir ul li.on:nth-child(6) {
    transform: rotate(-50deg);
}

.homec .aright {
    max-width: 6.26rem;
}

.homec .aright .item::after {
    content: "";
    width: 0.5rem;
    height: 4px;
    background: rgb(195, 162, 89);
    left: 0.6rem;
    bottom: -2px;
    position: absolute;
}

.homec .aright .item h4 {
    font-size: 0.24rem;
    font-weight: bold;
    font-family: sy;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.homec .aright .item .desc {
    font-size: 0.18rem;
    color: rgb(171, 133, 51);
    line-height: 0.3rem;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 0.1rem;
    position: relative;
    z-index: 3;
}

.homec .aright .item {
    padding: 0px 0.6rem 0.25rem;
    border-bottom: 1px solid rgb(181, 181, 181);
    position: relative;
    margin-bottom: 0.3rem;
}

.homec .aright .item.on {
    background: linear-gradient(90deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.2) -0.5rem 0.6rem 1rem;
    padding-top: 0.3rem;
    margin-bottom: 0.8rem;
}

.homec .aright .item.on::after {
    bottom: auto;
    top: 0px;
    background: rgb(117, 0, 112);
}

.homec .aright .item.on h4 {
    color: rgb(117, 0, 112);
}

.homec .aright ul li:nth-child(1) .desc {
    display: block;
}

.homec .aright ul li.on:nth-child(1) {
    margin-top: 0px;
}

.s3 {
    position: relative;
}

.s3-tit {
    width:50%;
}

.s3-tit .tit h3 {
    margin-right: 2rem;
}

.s4 {
    background: url("../images/s4-bg.jpg") center top / 100% no-repeat;
    padding: 1.2rem 0px;
}

.s4 .tit h3 {
    color: rgb(255, 255, 255);
}

.s4-lt ul li a .icon {
    width: 1.78rem;
    height: 1.78rem;
    margin: 0px auto;
}

.s4-lt ul li a .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.s4 .tit::after {
    background: rgb(195, 162, 89);
}

.s4-tx h3 {
    font-family: sy;
    font-size: 0.52rem;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.s4-tx p {
    font-size: 0.18rem;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-family: sy;
}

.s4-tx {
    text-align: center;
}

.s4-lt {
    position: relative;
    padding-left: 1rem;
}

.s4-lt::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0px;
    transform: translateY(-50%);
    width: 90%;
    border-top: 1px dashed rgb(195, 162, 89);
    opacity: 0.5;
}

.s4-lt::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 0px;
    transform: translateY(-50%);
    width: 0.3rem;
    height: 0.3rem;
    background: url("../images/s4-dots.png") 0% 0% / 100% 100% no-repeat;
}

.s4-top {
    padding-bottom: 3.7rem;
    position: relative;
}

.s4-top .tit {
    margin-bottom: 2rem;
}

@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.s4-item p {
    position: absolute;
    color: rgb(224, 190, 118);
    background-color: rgba(171, 133, 51, 0.3);
    border-radius: 0.99rem;
    min-width: 1.03rem;
    line-height: 0.3rem;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.s4-item p:nth-child(even) {
    animation: shake 2s infinite linear;
}

.s4-item p:nth-child(odd) {
    animation: shake 2.5s infinite linear;
}

.s4-item p:hover {
    opacity: 0.7;
}

.s4-item p:nth-child(1) {
    top: 0px;
    left: 60%;
}

.s4-item p:nth-child(2) {
    top: 8%;
    left: 65%;
    background-color: rgba(171, 133, 51, 0.5);
}

.s4-item p:nth-child(3) {
    top: 12%;
    left: 45%;
    background-color: rgba(171, 133, 51, 0.9);
}

.s4-item p:nth-child(4) {
    top: 25%;
    left: 50%;
    background-color: rgba(171, 133, 51, 0.6);
}

.s4-item p:nth-child(5) {
    top: 20%;
    left: 63%;
    background-color: rgba(171, 133, 51, 0.4);
}

.s4-item p:nth-child(6) {
    bottom: 35%;
    left: 50%;
    background-color: rgba(171, 133, 51, 0.9);
}

.s4-item p:nth-child(7) {
    bottom: 30%;
    left: 30%;
    background-color: rgba(171, 133, 51, 0.1);
}

.s4-item p:nth-child(8) {
    bottom: 30%;
    left: 67%;
    background-color: rgba(171, 133, 51, 0.6);
}

.s4-item p:nth-child(9) {
    bottom: 27%;
    left: 90%;
    background-color: rgba(171, 133, 51, 0.7);
}

.s4-item p:nth-child(10) {
    bottom: 25%;
    left: 40%;
    background-color: rgba(171, 133, 51, 0.2);
}

.s4-item p:nth-child(11) {
    bottom: 28%;
    left: 55%;
    background-color: rgba(171, 133, 51, 0.3);
}

.s4-item p:nth-child(12) {
    bottom: 20%;
    left: 60%;
    background-color: rgba(171, 133, 51, 0.5);
}

.s4-item p:nth-child(13) {
    bottom: 20%;
    left: 80%;
    background-color: rgba(171, 133, 51, 0.7);
}


.s4-bot {
    padding-top: 1.1rem;
    padding-bottom: .6rem;
    padding-right: .9rem;
    background: url(../images/s5-bg.jpg) no-repeat right center;
    background-size: 74% 100%;
}

.s4-btit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: .7rem;
}

.s4-btit .tit {
    margin-left: .7rem;
    margin-bottom: 0;
}

.s4-btit p {

    font-size: .16rem;
    line-height: .3rem;
    color: #c3a259;
    opacity: 0.5;
    width: 6.2rem;
}

.s4-ban {
    width: 48%;
}

.s4-ban .pic {
    padding-top: 55%;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-blt {
    flex: 1;
    min-width: 0;
}



.s4-blt ul li a h3 {
    font-size: .2rem;
    color: #ffffff;
}

.s4-blt ul li a p {
    font-size: .16rem;
    line-height: .24rem;
    color: #da8ed0;
    opacity: 0.71;
    max-width: 5rem;
    margin-right: 0;
    margin-left: auto;
    display: none;
}

.s4-blt ul li.on a p {
    display: block;
}

.s4-bot .more {
    text-align: right;
}

.s4-bot .more a {
    color: rgb(255, 255, 255);
    background: url(../images/more1.png) right center / auto 100% no-repeat;
}

.s4-blt ul li a {
    text-align: right;
    position: relative;
    padding: .15rem 0;
}

.s4-blt ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    border-bottom: 1px solid #ffffff;
    opacity: 0.3;
    transition: all 1s;
}

.s4-blt ul li a::before {
    content: '';
    width: 0;
    height: 0;
    background: url(../images/s5-dots.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 102%;
    bottom: -0.15rem;
    transition: all 1s;
    animation-delay: 1s;
}

.s4-blt ul li.on a::before {
    width: .3rem;
    height: .3rem;
}

.s4-blt ul li.on a::after {
    width: 102%;
}


/* index */
.index {
    background: url(../images/f-bg.jpg) no-repeat center bottom;
    background-size: 100%;
    
}






@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .bqnner-q {
        display: none;
    }

    .banner-box {
        background: url(../images/banner-bg.jpg) left bottom / cover no-repeat;
    }

    .banner>ul {
        padding: 0;
    }

    .s1-c>div {
        width: 100%;
    }

    .s1-l {
        margin-top: -2rem;
    }

    .s1-c {
        padding: 0;
    }

    .s1-l ul li {
        width: 48%;
    }

    .s1-r {
        margin-top: 0;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2 {
        padding: .3rem 0;
        padding-bottom: 0;
    }

    .homec .scirss,
    .homec .scir {
        display: none;
    }
    .s3-tit{width:100%;}
    .s4-bot {
        background-size: cover;
    }

    .s4 {
        background-size: cover;
    }

    .tit h3 {
        font-size: .3rem;
    }

    .banner .slick-arrow {
        display: none !important;
    }
    .banner .slick-dots {
        bottom: .3rem;
    }
}

@media screen and (max-width: 1024px) {
    .s4-btit p {
        flex: 1;
        min-width: 0;
        width: auto;
    }
    .s4-bot {
        padding: .3rem;
    }


}

@media screen and (max-width: 768px) {
    .s4-btit {
        justify-content: flex-start;
    }
    .s4-btit .tit {
        order: -1;
        margin: 0;
        margin-bottom: .3rem;
    }
    .s4-btit p {
        flex: auto;
        width: 100%;
    }

    .s4-ban {
        width: 100%;
    }
    .s4-blt {
        flex: auto;
        width: 100%;
    }
    .s4-blt ul li.on a::after {
        width: 100%;
    }
    .s4-blt ul li a::before {
        right: 100%;
    }
}

@media screen and (max-width: 640px) {
    .s4-item p {
        position: static;
        margin: .2rem 0;
        display: inline-block;
    }

    .s4 {
        padding: .5rem 0;
    }

    .s4-top {
        padding-bottom: 0;
    }
    .s4-top .tit {
        margin-bottom: .3rem;
    }

    .s4-lt ul li a .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .s4-tx h3 {
        font-size: .5rem;
    }
}

@media screen and (max-width: 480px) {
    .s2-r ul li {
        width: 100%;
    }

    .s3-tit {
        position: static;
        transform: none;
    }

    .homec {
        padding: .5rem 0;
    }

    .homec .scirs {
        display: none;
    }
}