@import "./reset.css";

.invite_wrap {
    padding-bottom: 3rem;
}

.content {
    width: 20.9375rem;
    margin: 0 auto;
}

.container {
    padding-bottom: 1.875rem;
}

.rank_top {
    width: 100%;
    height: 20.156rem;
    /* height: 20.563rem; */
    background: url(/static/marks/images/home_bg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}

.home_head {
    width: 19.75rem;
    height: 10.344rem;
    margin: 0 auto;
}

.content {
    margin-top: -5.6rem;
}

.enter_item {
    width: 100%;
    height: 10.3125rem;
    background: url(/static/marks/images/enter_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: .0625rem .25rem .5625rem 0 rgba(200, 219, 213, 0.4);
}

.enter_item:first-child {
    margin-bottom: 1.4rem;
}
.enter_item:last-of-type {
    margin-bottom: .8rem;
}
.enter_title {
    line-height: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
}

.enter_item div:nth-child(2) {
    width: 13.1875rem;
    font-size: .75rem;
    margin: .906rem 0 1.563rem;
    text-align: center;
}

.enter_item div:nth-child(3) {
    font-size: .75rem;
    color: #aeaeae;
}

.enter_item div:nth-child(3) span {
    color: #2e2c23;
}

.enter_item div:nth-child(3)::before,
.enter_item div:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: .625rem;
    height: .031rem;
    background-color: #989795;
    vertical-align: middle;
}

.enter_item div:nth-child(3)::before {
    margin-right: .375rem;
}

.enter_item div:nth-child(3)::after {
    margin-left: .375rem;
}

.enter_in .btn {
    display: block;
    width: 9.938rem;
    height: 1.875rem;
    line-height: 1.875rem;
    background-color: #fd5e27;
    box-shadow: 1px 4px 5px 0 rgba(171, 127, 117, 0.36);
    border-radius: .938rem;
    font-size: .875rem;
    color: #ffffff;
    margin-top: .563rem;
    text-align: center;
}

.home_ban img{
    width: 100%;
}

.bri-bot {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: #2d2d2d;
    /* background: rgba(0, 0, 0, .1); */
    z-index: 100;
    color: #fff;
    font-size: .8rem;
}

@media only screen and (min-width: 750px) {
    body {
        width: 750px;
        margin: 0 auto;
    }

    .bri-bot {
        width: 750px;
    }
}
/* 弹幕 */
@keyframes dmAnimation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-104%);
    }
}
.barrage_wrap{
    padding-top: .55rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 3.5rem;
}
.barrage{
    position: absolute;
    height: 1.25rem;
    left: 100%;
    z-index: 10;
    white-space: nowrap;
}
.bar_top{
    animation: dmAnimation 49s linear infinite;
}
.bar_mid{
    top: 2.3rem;
    animation: dmAnimation 50s linear infinite;
}
.bar_item{
	height: 1.25rem;
	line-height: 1.25rem;
	background-color: rgba(0,0,0,.1);
    border-radius: 0.625rem;
    color: #fff;
    font-size: 0.625rem;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    margin-right: .5rem;
    padding: 0 .4rem;
}
.bar_item:last-child{
    margin-right: 0;
}

/* 研线网二维码 */
.tip {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background-color: #ffffff;
    border-radius: .625rem;
    box-shadow: 0.063rem 0 0.563rem 0 rgba(200, 219, 213, 0.4);
    margin: 20px 0;
}

.tip img {
    width: 5.656rem;
    height: 5.656rem;
    margin: 1.813rem 1.438rem 1.438rem 0;
    box-shadow: 0px 0px 6px 0px rgba(209, 211, 211, 0.58);
}

.tip span {
    font-size: .813rem;
    color: #333333;
}

.tip_txt div {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: .5rem;
}
.tip_txt span{
    color: #fd5e27;
}