
.userBtn{
    background: linear-gradient(180deg, #FF6FC5 0%, #FF002E 100%);
border-radius: 6px;
}

.userBtn:hover{
    background: linear-gradient(180deg, #f543ae 0%, #c2092b 100%);

}

#site-top {
    width: 100%;
    background: linear-gradient(90deg, #FF8400 0%, #FF5200 100%);
    top: 0;
    left: 0;
    z-index: 97;
}

#site-top i {
    color: #fff;
    font-size: 40px;
    padding-right: 15px
}

.logo {
    width: auto;
    margin-left: 10px;
}

.site-inner {
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    text-align: bottom;
}
.login_warp{
    width: 95%;
    margin: 20px auto 0;
}
.login_warp .item{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .login_warp .item span{
    margin-right: 20px;
} */
.login_warp .iconfont{
    font-size: 21px;
}

.site-left {
    display: flex;
}

.site-left h1 {
    margin-left: 15px;
    padding-top: 28px;
}

#feature {
    padding-bottom: 10px;
}

.feature_div button {
    width: 95%;
    height: 60px;
    border-radius: 6px;
    color: #fff;
    border: none;
    margin-top: 10px;
    line-height: 20px;
}

#feature img {
    width: 25px;
}

.banner {
    width: 95%;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
}
.banner img{
    border-radius: 5px;
}
#recent-works {
    background: #FFEFE8;
    border-radius: 6px;
    padding: 20px;
}

.shadow,.adsPopshadow{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
    display: none;
}
/* 侧边栏 */
.shoaw {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
    display: none;
}

.menusidebar {
    background-color: #fff;
    width: 0;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;z-index: 99;
}

.menusidebar .side_top {
    line-height: 65px;
    border-bottom: 1px solid #E3E3E3;
}

.nav_bar .active {
    background: linear-gradient(180deg, #FF7C00 0%, #FF5200 100%);
    border-radius: 6px;
    color: #fff;
}

.nav_bar {
    padding: 0 20px;
    line-height: 28px;
    font-weight: 600;
}

.nav_bar li {
    margin: 15px 0;
    border-bottom: 1px solid #E3E3E3;
    color: rgb(49, 49, 49);
    padding: 11px;
}




.navbar-brand {
    color: #fff;
}

.iconfont {
    font-size: 30px;
}

.home_list {
    width: 100%;
    margin: 0 auto;
}

.home_list li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 200px;
    margin: 0 0 20px 36px;
    height: 50px;
  cursor: pointer;

    background: linear-gradient(0deg, #F4F4F4 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #DFE2E9;
    border-radius: 6px;
}


.home_main {
    background-color: #fff;
    margin-top: 30px;
    border-radius: 5px;
    padding-bottom: 30px;
    min-height: 725px;
}

/* 导航 */

.navbar {
    border-radius: 5px;
    background: linear-gradient(90deg, #FF8400 0%, #FF5200 100%);
    padding: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 96;
}

.navbar-nav {
    margin-top: 0;
}



.navbar-inverse .navbar-nav>li>a {
    padding: 8px 30px;
    margin: 0 5px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #FF5200;
}

.nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-left: 20px;


}


.nav li {
    padding-top: 15px;
}

.content {
    padding: 30px;
}

section {
    width: 96%;
    margin: 30px auto;
}

article {
    width: 100%;
    margin: 0 auto 30px;

}

.summary {
    margin-bottom: 15px;
}

.summary_main {
    border-radius: 6px;
    padding: 20px 30px;
    background: #FFEFE8;
}

.summary h5 {
    line-height: 28px;
    margin-bottom: 15px;
}

.summary p {
    line-height: 30px;
    padding-left: 20px;
}

.summary .inner_list {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.summary .inner_list span {
    margin-bottom: 10px;
}

.summary .inner_list img {
    width: 18px;
    margin-right: 5px;
}

.hint {
    color: #ae2828;
    font-weight: 600;
}


/* 怎么注册 */
.step_title {
    margin-top: 10px;
    margin-bottom: 15px;
}

.step_title a {
    color: rgb(39, 117, 235);
    text-decoration: underline;
}

.step_title p {
    line-height: 30px;
    margin-bottom: 10px;
}

.img_group {
    width: 100%;
    text-align: center;
}

.img_group p {
    margin: 10px 0 30px 0;
}

.img_group img {
    width: 97%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #c9c9c9;
}

.step_subImg{
    width: 26%;
    margin-left: 20px;
}

/* 介绍页 */
.card {
    border: none;
}

.card-title {
    margin-bottom: 1.5rem;
}

.card-body {
    margin-top: 0.5rem;
}

.main_title {
    text-align: center;
    line-height: 40px;
    margin-bottom: 25px;
}

.top_card img {
    width: 90%;
}

.middle_card_left {
    display: flex;
    justify-content: center;
}

.middle_card_left .item {
    width: 49%;
    margin: 15px 17px 0 0;
    background: #FFEFE8;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.middle_card_left .item p {
    height: 15rem;
}

.middle_card_left .item p img {
    width: 78%;

}


img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.middle_card_right .card_column {
    width: 95%;
    background: #FFEFE8;
    border-radius: 10px;
    margin-top: 15px;
    padding: 20px;
}

.card_column p {
    text-align: center;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 25px
}

.card_column img {
    width: 50%;
}



/* 高频彩票 */

.block40 {
    height: 40px;
}

.lottery_list .col {
    margin-bottom: 30px;
    color: #8a8a8a;
    text-align: center;
}

.lottery_list button {
    width: 100%;
    margin-bottom: 0;
    height: 60px;
    border-radius: 6px;
    background: linear-gradient(0deg, #F4F4F4 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #DFE2E9;
}

.lottery_list p {
    line-height: 40px;
}

.container {
    position: relative;

}

.lottery_dialog {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    width: 100%;

    border-radius: 10px;
    background-color: #fff;
    display: none;
}

.lottery_dialog .closeBtn {
    position: absolute;
    right: 7px;
    color: #959595;
    top: 13px;
    cursor: pointer;
}

.popup .popupClose {
    position: absolute;
    right: 4px;
    color: #fff;
    top: 8px;
    cursor: pointer;

}
.popup{
    border-radius: 10px;
    position: fixed;
    left: 50%;top: 50%;
    transform:translate(-50%,-50%);
    z-index: 999;
    min-width: 250px;

}
.dialog_main {
    background-color: #fff;
    height: 682px;
  overflow: auto;
}

iframe {
    width: 100%;
    height: 682px;
}

.lottery_dialog iframe {
    display: none;
    border: none;
}

.qrcode {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -120px;
    top: 0;
}

@media (max-width:768px) {

    .homepage {
        background: none;
    }

    #site-top {
        position: fixed;
    }

    .container {
        margin-top: 85px;
    }
    .logo{
        max-width: 70%;
    }
    .home_list li{
        margin: 0 0 15px 0;
    }
}

.active{
    background-color: #fff; 
}
.navbar-inverse .navbar-nav>li>.active{color: #FF5200;}

.scrollbar_style::-webkit-scrollbar {
    width: 3px;
    height: 8px;
}

.scrollbar_style::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgb(241, 241, 241);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
.scrollbar_style::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ff5500;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}