﻿@charset "utf-8";
/* author lyc */

*{ margin:0px; padding:0px; font-family:'微软雅黑'; -webkit-tap-highlight-color:rgba(0,0,0,0);  }
li{ list-style:none }
img{ border:none}
a{ color:#fff; display:block; text-decoration:none;}
 

body{}

/* -------------------------摇奖排行榜-----------------------------------  */
.Top_Record{width:90%; margin:20px auto; color:#666; text-align:center; line-height:50px; font-size:18px; padding:15px 0; background:none;}

.record_Top{width:90%; height:50px; background:linear-gradient(90deg, 
        rgba(66, 133, 244, 0.1) 0%,
        rgba(66, 133, 244, 0.2) 50%,
        rgba(66, 133, 244, 0.1) 100%
    ); text-align:center; line-height:50px; margin:0 auto; color:#4285f4; position:relative; padding-left:15px; overflow:hidden; border-radius:4px;}

.record_Top:before {
    display: none;
}

.record_Top:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.topRec_List dl,.maquee{ 
    width: 90%;
    overflow: hidden; 
    margin: 0 auto; 
}

.topRec_List dl {
    margin-bottom: 1px;
}

.topRec_List dd{ 
    float: left; 
    text-align: center; 
    color: #fff;
    background: #4285f4;
}

.topRec_List dl dd:nth-child(1){ width:17%; height:40px; line-height:40px; }
.topRec_List dl dd:nth-child(2){ width:18%; height:40px; line-height:40px; }
.topRec_List dl dd:nth-child(3){ width:25%; height:40px; line-height:40px; }
.topRec_List dl dd:nth-child(4){ width:40%; height:40px; line-height:40px; }

.maquee{ 
    height: 300px;
    background: #fff;
    border: none;
    overflow: hidden;
}

.topRec_List ul{ 
    width: 100%; 
    height: 300px;
}
.topRec_List li{ 
    width: 100%; 
    height: 38px; 
    line-height: 38px; 
    text-align: center; 
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #666;
    clear: both;
}

.apple,.aa{ width:50%; height:50px; overflow:hidden; margin:30px auto; border:1px solid #1B96EE;}
.apple a,.aa a{ width:100%; height:50px; line-height:50px; text-indent:20px; color:#1B96EE;}
.aa {word-wrap:break-word;line-height:50px;  color:#1B96EE;}

.maquee ul li {
    display: block;
    padding: 0;
}

.maquee ul li div {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.record_Top p {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
    color: #4285f4;
    margin: 0;
    font-weight: bold;
}

.record_Top p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #4285f4;
}

/* 添加列宽设置 */
.topRec_List li div:nth-child(1){ width:17%; }
.topRec_List li div:nth-child(2){ width:18%; }
.topRec_List li div:nth-child(3){ width:25%; }
.topRec_List li div:nth-child(4){ width:40%; }

.topRec_List dd,
.topRec_List li div {
    height: 40px;
    line-height: 40px;
}
