* {
    margin: 0;
    padding: 0;
    outline: 0;
}
ul li {
    list-style: none;
}
p {
    margin: 0;
}
hr {
    margin: 0;
}
.crownitwelcome img{
    width: 100%;
}
.crownitwelcome a{
    text-decoration: none !important;
}
.mrgnTop15 {
    margin-top: 15px;
}
.paddingTop10 {
    padding-top: 10px;
    color: #686868;
}
.paddingTopBtm10 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #686868;
}
body {
    font-family: 'Roboto', sans-serif;
}
.loader_box{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
}
.loader_box .loader_inner{
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.loader_box .loader_inner img{
    width: 80px;
}
.crownitwelcome{
    background: #1b5885;
    padding-top: 70px;
}

.crownitwelcome header {
    height: 70px;
    padding: 10px 10px 10px 25px;
    background: #fff;
    box-shadow: 0px 3px 10px #666;
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.crownitwelcome header img {
    height: 100%;
    width: auto;
}
.crownitwelcome header a{
    float: right;
    background: #619a2f;
    color: #fff;
    border-radius: 10px;
    padding: 3px 8px;
    font-size: 12px;
    margin-top: 14px;
}
.crownitwelcome .middle {
    font: 22px/1.4em'Roboto', sans-serif;
    color: #1b5886;
    padding: 15px;
}
.crownitwelcome .middle .bodyformat1 {
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.crownitwelcome .winning_info{
    text-align: center;
    padding: 10px;
}
.crownitwelcome .winning_info h2{
    color: #1b5886;
    font-size: 24px;
    margin: 0;
    padding-top: 10px;
}
.crownitwelcome .winning_info h3{
    font-size: 20px;
    color: #1b5886;
    font-weight: normal;
    margin-top: 15px;
}
.crownitwelcome .winning_info .winner_user{
    margin-bottom: 48px;
    margin-top: 20px;
}
.crownitwelcome .winning_info .winner_user .winner_ticket{
    width: 200px;
    position: relative;
    margin: 0 auto;
}
.crownitwelcome .winning_info .winner_user .winner_ticket img{
    width: 100%;
}
.crownitwelcome .winning_info .winner_user .winner_ticket span{
    position: absolute;
    width: 80px;
    right: -40px;
    bottom: -40px;
}
.crownitwelcome .winning_info .winner_user .winner_ticket span img{
    height: 80px;
    padding: 3px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px #777; 
    border-radius: 100%;
    background: #fff;
}
.crownitwelcome .winning_info p{
    font-size: 18px;
    color: #1b5886;
}
.crownitwelcome .winner_info_full{
    padding: 10px;
}
.crownitwelcome .winner_info_full span.winner{
    width: 190px;
    height: 190px;
    display: block;
    margin: auto;
    margin-bottom: -158px;
}
.crownitwelcome .winner_info_full span.winner img{
    width: 100%;
}
.crownitwelcome .winner_info_full .winner_info{
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 240px;
}
.crownitwelcome .winner_info_full .winner_info .winner_avtar{
    width: 140px;
    position: relative;
}
.crownitwelcome .winner_info_full .winner_info .winner_avtar:before{
    background: url('../images/crownitbait/wr_bait_winner_bg.png');
    top: -25px;
    left: -20px;
    position: absolute;
    content: "";
    height: 190px;
    width: 190px;
    background-size: 100%;
}
.crownitwelcome .winner_info_full .winner_info .winner_avtar img{
    position: relative;
    border-radius: 100%;
    background: #fff;
    padding: 3px;
    z-index: 1;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px #777;
    height: 140px;
}
.crownitwelcome .winner_info_full .winner_info .main_price{
    z-index: 1;
    overflow: hidden;
    width: 90px;
    height: 90px;
    background: #fff;
    padding: 10px;
    border: 3px solid #1b5886;
    border-radius: 100%;
    position: absolute;
    right: -40px;
    bottom: -20px;
    box-shadow: 0px 0px 10px #777;
}
.crownitwelcome .winner_info_full .winner_info .main_price img{
    width: 75px;
    box-shadow: none;
    padding: 0;
    border: 0;
    position: absolute;
    border-radius: 0;
    top: 50%;
    height: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.crownitwelcome .winner_info_full .winner_info .more_price{
    position: absolute;
    right: -90px;
    bottom:-10px;
}
.crownitwelcome .winner_info_full .winner_info .more_price p{
    background: #1b5885;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    width: 70px;
    border-radius: 100%;
    height: 70px;
}
.crownitwelcome .winner_info_full .winner_info .more_price p span{
    display: block;
    margin-top: -8px;
}
.crownitwelcome .winner_info_full p.winner_name{
    font-size: 24px;
}
.crownitwelcome .winner_info_full p.winner_price{
    font-size: 20px;
    margin-top: 5px;
}

.crownitwelcome .tickets_friend{
    text-align: left;
}
.crownitwelcome .tickets_friend h2{
    font-size: 16px;
    color: #666;
    padding: 10px;
    margin: 0;
}
.crownitwelcome .tickets_friend .tickets_friend_list{
    border-top: 1px solid #ccc;
    padding: 10px;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_img{
    float: left;
    width: 70px;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_img img{
    width: 100%;
    height: 70px;
    border-radius: 100%;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info{
    margin-left: 80px;
    margin-right: 100px;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info p{
    font-size: 15px;
    color: #1b5886;
    margin-top: 25px;
    line-height: normal;
    text-align: left;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info span{
    line-height: normal;
    text-align: left;
    margin-top: 3px;
    display: block;
    color: #a6a6a6;
    font-size: 13px;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_ticket{
    width: 90px;
    float: right;
    position: relative;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_ticket span{
    position: absolute;
    left: -18px;
    font-size: 17px;
    top: 2px;
}
.crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_ticket img{
    width: 100%;
}
.crownitwelcome .tickets_friend .see_all_btn{
    margin-top: 10px;
}
.crownitwelcome .tickets_friend .see_all_btn a{
    background: #ebbc00;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    text-decoration: none;
}
.crownitwelcome .sign_up{
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.crownitwelcome .sign_up h2{
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: normal;
}
.crownitwelcome .sign_up span{
    display: block;
}
.crownitwelcome .sign_up span img{
    max-width: 200px;
}
.crownitwelcome .weekly_rush_ad{
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
}
.crownitwelcome .weekly_rush_ad h2{
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: normal;
    color: #1a5785;
}
.crownitwelcome .weekly_rush_ad ul{
    font-size: 0;
    margin-bottom: 35px;
    position: relative;
}
.crownitwelcome .weekly_rush_ad ul li{
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    height: 65px;
    width: 65px;
    padding: 10px;
    border-radius: 100%;
    border: 3px solid #22638f;
    line-height: 38px;
    margin: 0 2px;
}
.crownitwelcome .weekly_rush_ad ul li img{
    width: 100%;
}
.crownitwelcome .weekly_rush_ad ul li span{
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #888;
    line-height: normal;
    left: 0;
    top: 110%;
}
.crownitwelcome .weekly_rush_ad ul li:hover span{
    display: block;
}
.crownitwelcome .weekly_rush_ad p{
    font-size: 15px;
    color: #a6a6a6;
    line-height: 20px;
    font-weight: 300;
}
.crownitwelcome .download_box{
    background: #61b162;
    padding: 15px 30px 10px;
}
.crownitwelcome .download_box .download_box_inner{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.crownitwelcome .download_box h2{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
}
.crownitwelcome .download_box a{
    margin-top: 10px;
    display: block;
}
.crownitwelcome .download_box a img{
    width: 100%;
}


.data_popup_cont{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.data_popup_cont .error_popup{
    top: 50%;
    left: 50%;
    position: absolute;
    overflow: hidden;
    width: 300px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.data_popup_cont .error_popup p{
    padding: 12px;
    text-transform: uppercase;
}
.data_popup_cont .error_popup .error_popup_btn{
    font-size: 0;
}
.data_popup_cont .error_popup .error_popup_btn a{
    width: 50%;
    font-size: 13px;
    display: inline-block;
    background: #619800;
    padding: 5px;
    color: #fff;
}
.data_popup_cont .error_popup .error_popup_btn a:first-child{
    background: #8ebc3c;
}



.data_commonpopup_cont{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.data_commonpopup_cont .common_popup{
    top: 50%;
    left: 50%;
    position: absolute;
    overflow: hidden;
    width: 300px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.data_commonpopup_cont .common_popup p{
    padding: 12px;
    text-transform: uppercase;
}
.data_commonpopup_cont .common_popup .common_popup_btn{
    font-size: 0;
}
.data_commonpopup_cont .common_popup .common_popup_btn a{
    font-size: 13px;
    display: block;
    background: #619800;
    padding: 5px;
    color: #fff;
}



@media all and (max-width:479px){
    .crownitwelcome .your_frnds{
        font-size: 18px;
        line-height: 22px;
    }
    
    .crownitwelcome .tickets_friend .tickets_friend_list{
        padding: 5px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_img{
        width: 50px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_img img{
        height: 50px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info{
        margin-left: 57px;
        margin-right: 68px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info p{
        margin-top: 10px;
        font-size: 13px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info span{
        font-size: 12px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_ticket{
        padding-top: 10px;
        width: 65px;
    }
    .crownitwelcome .tickets_friend h2{
        font-size: 14px;
    }
    .crownitwelcome .weekly_rush_ad h2{
        font-size: 16px;
    }
    .crownitwelcome .winning_info .winner_user .winner_ticket{
        width: 150px;
    }
    .crownitwelcome .winning_info .winner_user .winner_ticket span{
        width: 60px;
        right: -30px;
        bottom: -30px;
    }
    .crownitwelcome .winning_info .winner_user .winner_ticket span img{
        height: 60px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_info{
        margin-right: 80px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_ticket{
        width: 70px;
    }
    .crownitwelcome .tickets_friend .tickets_friend_list .tickets_friend_ticket span{
        font-size: 15px;
        top: 9px;
    }
    
}