
/* 产品 */
.md31363.t-main{width: 100%;padding: .2rem 0 1.1rem;background-color: #f5f7fb;}
.md31363.t-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md31363.t-main .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md31363.t-main .my-top{width: 100%;text-align: center;padding-bottom: .6rem;}
.md31363.t-main .my-titles{width: 100%;color: #333333;font-weight: bold;line-height: 1.16;}
.md31363.t-main .t-cont{width: 100%;display: flex;flex-wrap: wrap;padding-bottom: .2rem;}
.md31363.t-main .t-item{transition: all  .3s;display: block;cursor: pointer;position: relative;width: 31.2%;padding: .3rem .35rem .35rem;margin-right: 3.2%;margin-bottom: .5rem;background-color: #ffffff;border-radius: .25rem 0 .25rem 0;border: solid 1px #fff;}
.md31363.t-main .t-item:nth-child(3n){margin-right: 0;}
.md31363.t-main .t-img{width: 100%;margin-bottom: .3rem;position: relative;overflow: hidden;padding-top: calc(260/380*100%);}
.md31363.t-main .t-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;transform: scale(1.00);transition: all ease .5s;}
.md31363.t-main .t-text{width: 100%;padding-top: .25rem;border-top: 1px solid #eeeeee;}
.md31363.t-main .t-name{transition: all  .3s;width: 100%;margin-bottom: .2rem;color: #333333;line-height: 1.5;font-weight: bold;}
.md31363.t-main .t-intro{width: 100%;padding-right: .6rem; color: #333333;line-height: 1.8;}
.md31363.t-main .t-svg{transition: all  .3s;opacity: 0;position: absolute;bottom: .1rem;right: .1rem;display: flex;align-items: center;justify-content: center;width: .5rem;height: .5rem;background-color: var(--active);border-radius: .2rem 0 .2rem 0;}
.md31363.t-main .t-svg svg{transform: rotate(-45deg); color: #fff;width: .2rem;}
.md31363.t-main .t-item:hover{border: solid 1px #1051a9;}
.md31363.t-main .t-item:hover .t-img img{transform: scale(1.05);}
.md31363.t-main .t-item:hover .t-name{color: var(--theme);}
.md31363.t-main .t-item:hover .t-svg{opacity: 1;}

@media (max-width: 750px) {
   .md31363.t-main .t-item{width: calc(50% - .15rem);margin-right: .3rem;padding: .3rem .3rem;}
   .md31363.t-main .t-item:nth-child(3n){margin-right:.3rem;}
   .md31363.t-main .t-item:nth-child(2n){margin-right: 0;}
   .md31363.t-main .t-intro{padding-right: 0;}
}

/* 分页 */
.paging{width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: 3.12em;height: 3.12em;line-height: 3.12em;border-radius: 1.56em;color: #333333;background-color: #fff;}
.paging-item:hover{background-color: var(--active);color: #fff;}
.paging-item.active{background-color: var(--active);color: #fff;}
.paging-up{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin: .1rem .4rem;min-width: 3.12em;height: 3.12em;border-radius: 1.25em 0 1.25em 0; color: transparent;background-color: var(--theme);}
.paging-up:after{transition: all .3s;transform: rotate(0);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a8.png');background-size: 1.25em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-color: var(--active);}
.paging-up:hover:after{transform: rotate(45deg);}
.paging-next{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin: .1rem  .4rem;min-width: 3.12em;height: 3.12em;border-radius: 1.25em 0 1.25em 0; color: transparent;background-color: var(--theme);}
.paging-next:after{transition: all .3s;transform: rotate(180deg);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a8.png');background-size: 1.25em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-color: var(--active);}
.paging-next:hover:after{transform: rotate(135deg);}

@media (max-width: 1150px) {
  .paging-item{min-width: 2.8em;height: 2.8em;line-height: 2.8em;border-radius: 1.4em;}
  .paging-up{margin: .1rem;min-width: 2.8em;height: 2.8em;border-radius: 1.1em 0 1.1em 0;}
  .paging-next{margin: .1rem;min-width: 2.8em;height: 2.8em;border-radius: 1.1em 0 1.1em 0;}
}
