.company {
    margin: 0 auto;
    width: 15rem;
    margin-top: 1rem;
    padding-top: .375rem;
}

.company-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.company .company-ul {
    margin: 0 auto;
    display: flex;
    /* width: 5.9375rem; */
}

.company .company-ul li {
    width: 2.375rem;
    height: 1.125rem;
    margin-right: .125rem;
    border-top-left-radius: .0625rem;
    border-top-right-radius: .0625rem;
    background-color: #f1f1f1;
    border-bottom: .05rem solid #00FF00 ;
}

.company .company-ul li a {
    display: inline-block;
    text-align: center;
    padding: .175rem;
    font-size: .225rem;
    border-top-left-radius: .0625rem;
    border-top-right-radius: .0625rem;
    line-height: .4375rem;
    width: 100%;
    height: 106%;
}

.company .company-ul li a i {
    margin-top: .075rem;
    height: .15rem;
    line-height: .15rem;
    display: block;
    font-size: .15rem;
}

.company .company-ul li a:hover {
    background-color: #00FF00 ;
}

.company .company-ul li a:focus {
    background-color: #00FF00 ;
}

.company .list-itme .itme {
    display: none;
    width: 100%;
    margin-top: 1.25rem;
    height: 8.75rem;
    text-align: center;
}

.company .list-itme .itme img {
    width: 87%;
    height: 100%;
}

.company .list-itme .itme:nth-child(1) img {
    width: 100%;
}

.company .list-itme .itme .founder {
    display: flex;
    padding: 0 .375rem;
    width: 100%;
    height: 100%;
}

.company .list-itme .itme .founder .left {
    width: 6.65rem;
    height: 8.5rem;
    border-radius: .125rem;
}

.company .list-itme .itme .founder .left img {
    border-radius: .125rem;
}

.company-active {
    display: block;
}

.company .list-itme .itme .founder .right {
    position: relative;
    width: 5.8125rem;
    margin-left: 1.375rem;
    font-size: .2rem;
    padding-top: .75rem;
    text-indent: .4rem;
    line-height: .375rem;
    text-align: left;
}

.company .list-itme .itme .founder .right .signature {
    display: inline-block;
    right: .375rem;
    bottom: .5rem;
    position: absolute;
    margin-left: .625rem;
    margin-top: .0625rem;
    width: 2.05rem;
    height: .875rem;
}

.company .list-itme .itme .founder .right .chairman {
    display: inline-block;
    position: absolute;
    right: 1.75rem;
    bottom: .5rem;
    font-style: normal;
}

.new {
    margin: 0 auto;
    width: 20rem;
    overflow: hidden;
    margin-top: 1rem;
    padding-top: .375rem;

}

.new .new-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.new-ul {
    /* height: 11.75rem; */
    overflow: hidden;
    transition-property: all;
    transition-duration: .25s, 1s;
}

 .new-btn{
    position: relative;
}
 .new-btn ul{
    position: absolute;
    left: 50%;
    height: 50%;
    transform: translateX(-50%);
    margin-top: .25rem;
}
 .new-btn ul li {
    display: inline-block;
    text-align: center;
    width: .4375rem;
    height: .375rem;
    margin: 0 .125rem;
    font-size: .225rem;
    border-radius: 50%;
    color: #00FF00 ;
    line-height: .375rem;
    background-image: url(../img/6游戏影片——设计元素/视频旁边/标题的小黑头-36.png);
    background-size: 100%;
}
 .new-btn ul li a{
    display: block;
    color: #00FF00 ;
    width: 100%;
    height: 100%;
}
.new-btn ul .btnclick{
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 10;
    transform: scale(1.5);
    background-image: url(../img/6游戏影片——设计元素/视频旁边/标题的小绿头.png);
    background-size: 100%;
}
.new-btn ul .btnclick {
    color: #000000;
}
.new ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.new ul li {
    width: 4.6875rem;
    height: 5rem;
    margin-right: .125rem;
    margin-bottom: .25rem;
    background-color: #e9e9e9;
}

.new ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.new ul li:hover {
    background-color: #00FF00 ;
}

.new ul li .new-img {
    width: 100%;
    height: 3.125rem;
}

.new ul li .new-text {
    height: 1.75rem;
    padding: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new ul li .new-text .new-topic {
    width: 100%;
    font-size: .25rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new ul li .new-text .new-day {
    font-size: .2rem;
}

.life {
    margin: 0 auto;
    margin-top: 1rem;
    padding-top: .375rem;
    width: 18.25rem;

}

.life .life-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.life ul {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
}

.life ul li {
    width: 6rem;
    height: 3.75rem;
    margin-right: .05rem;
    margin-bottom: .05rem;
    border-radius: .125rem;
    overflow: hidden;
}

.life ul li a img {
    border-radius: .125rem;
}

.life ul li:nth-child(2) {
    width: 12.05rem;
}

.life ul li:nth-child(6) {
    width: 12.05rem;
}

.life ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.life ul li a .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .625rem;
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    font-size: .3rem;
    color: white;
    padding: .125rem 0 0 .125rem;
    transition: height .5s;
}

.life ul li a:hover .mask {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.life ul li a .mask .mytitle {
    margin-top: -0.0375rem;
    font-size: .3rem;
}

.life ul li a:hover .mask .mytitle {
    display: none;
}

.life ul li a .mask p:nth-child(2) {
    display: none;
}

.life ul li a:hover .mask p:nth-child(2) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-size: .225rem;
}

.partner {
    margin-top: 1rem;
    padding-top: .375rem;
}

.partner .partner-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.partner .partner-tale {
    position: relative;
    width: 100%;
    height: 7rem;
}

.partner .partner-tale .swiper {
    width: 100%;
    height: 100%;
    padding-top: 1.25rem;
}

.partner .partner-tale .swiper-slide {
    position: relative;
    font-size: .225rem;
    background-color: #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partner .partner-tale .swiper-slide .partner-img {
    width: 4.5rem;
    height: 6.75rem;
    margin-right: .75rem;
    border-radius: .25rem;
    margin-bottom: 1.4375rem;
}

.partner .partner-tale .swiper-button-next {
    top: 60%;
    right: 12%;
}

.partner .partner-tale .swiper-button-prev {
    top: 60%;
    left: 12%;
}

.partner .partner-tale .swiper-button-next,
.partner .partner-tale .swiper-button-prev {
    width: .75rem;
    height: .75rem;
    outline: none;
}

.partner .partner-tale .swiper-button-next span,
.partner .partner-tale .swiper-button-prev span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .65rem;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: .625rem;
    border: .025rem solid #000000;
}

.partner .partner-tale .swiper-button-next span:hover,
.partner .partner-tale .swiper-button-prev span:hover {
    background-color: #00FF00 ;
}

.partner .partner-tale .swiper-slide .partner-introduce {
    width: 11.125rem;
    height: 100%;
    padding: 1rem 0 1rem .5rem;
    /* display: flex; */
    /* flex-direction: column;
    justify-content: space-between; */
    font-size: .225rem;
}

.partner .partner-tale .swiper-slide .partner-introduce .introduce-top {
    font-weight: 700;
    font-size: .375rem;
}

.recruit {
    margin: 0 auto;
    margin-top: 1rem;
    padding-top: .375rem;
    width: 100%;
    height: 5.375rem;
    background-color: #f7f3f3;
}

.recruit .recruit-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.recruit ul {
    margin: 0 auto;
    width: 15.5rem;
    height: 2.375rem;
    display: flex;
}

.recruit ul li {
    position: relative;
    width: 4.875rem;
    height: 2.375rem;
    margin-right: .25rem;

}

.recruit ul li a img {
    border-radius: .25rem;
}

.recruit ul li .recruit-text {
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: .225rem;
}

.recruit ul li .recruit-text p {
    margin-bottom: .25rem;
}

.introduce-text {
    margin-top: .1875rem;
    line-height: .375rem;
}
.introduce-name {
    position: absolute;
    bottom: .5625rem;
}