.bg {
    position: relative;
}

.bg img {
    width: 100%;
}

.tab_nav {
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    height: 104px;
    display: flex;
    align-items: center;
}

.tab_nav li {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
}

.tab_nav li:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 52px;
    background: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    right: 0;
}

.tab_nav li a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.tab_nav li.cur a {
    color: #3b9b90;
    font-style: italic;
}

.tab_nav li.cur a span {
    font-size: 40px;
}

/* .tab_nav li.cur:after{
	content: '';
	width: 120px;
	height: 3px;
	border-radius: 3px;
	background-color: #3b9b90;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
} */
.main_wrapper {
    position: relative;
}

.main_wrapper .wrapper_item {
    display: none;
}

.intro {
    margin-top: 80px;
    position: relative;

}

.intro .comma {
    width: 40px;
    position: absolute;
    right: 0;
    top: -10px;
}

.intro .tit {
    color: #3b9b90;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

.intro .tit:after {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 40, 0) 0%, #6cb4ad 12%, #6cb4ad 20%, rgba(0, 0, 40, 0) 100%);
}

.intro p {
    line-height: 28px;
    margin-bottom: 20px;
}

.intro .more {
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    background-color: #d3ebe4;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #3b9b90;
    justify-content: end;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.intro .more .iconfont {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    font-weight: bold;
}

.intro .more:hover .iconfont {
    transform: translate(5px) scale(1.3);
    transition: all .3s ease-out;
}

.section {
    margin-top: 70px;
}

.application {
    background-color: #f7f7f7;
    padding-bottom: 80px;
}

.title {
    font-size: 30px;
    font-weight: bold;
    width: 194px;
    height: 60px;
    /* padding: 12px 60px; */
    color: #fff;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 64px;
    margin-bottom: 40px;
}

.title .rect {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #3b9b90;
    position: absolute;
    right: -15px;
    top: -10px;
}

.title .rect:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3b9b90;
    position: absolute;
    left: 28px;
    top: 24px;
}

.title:before {
    display: block;
    content: '';
    width: 86px;
    height: 10px;
    background-color: #3b9b90;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 10;
}

.application .cnt {
    display: flex;
}

.application .cnt_img {
    width: 40%;

}

.application .cnt_img_up{
    max-height: 270px;
    overflow: hidden;
}
.application .cnt_img img {
    width: 100%;
}

.application .cnt_img_down {
    width: 100%;
    background-color: #3b9b90;
    margin-top: 14px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 26px;
    height: 190px;

}

.application .cnt_img_down p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.application .cnt_text {
    width: 60%;
    padding-left: 20px;
}

.application .cnt_text ul {
    background-color: #fff;
    padding: 30px;
    /*padding-bottom: 10px;*/

}

.cnt_text ul li {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cnt_text ul li:last-child {
    border-bottom: none;
}

.cnt_text ul li:first-child {
    padding-top: 0;
}

.application .more {
    margin-top: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 380px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 28px;
    text-align: left;
    color: #333;
    justify-content: end;
    -webkit-transition: 0.3s;

}

.application .more .iconfont {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #3b9b90;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    font-weight: bold;
    color: #fff;
}

.application .more:hover {
    color: #3b9b90;
}

.application .more:hover .iconfont {
    transform: translate(3px) scale(1.15);
    transition: all .3s ease-out;
}

.application .tit {
    color: #3b9b90;
    font-weight: bold;
    font-size: 16px;
}

.design .cnt {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #3b9b90;
    padding: 40px;
}

.design .cnt_img {
    width: 55%;
    padding-right: 20px;
}

.design .cnt_text {
    width: 45%;
    margin-top: -20px;
}

.design .cnt_text li {
    position: relative;
}

.design .cnt_text li span {
    display: inline-block;
    width: 40px;
    height: 26px;
    background-image: linear-gradient(0deg, rgba(108, 180, 173, .5) 5%, transparent);
    background-image: -webkit-linear-gradient(0deg, rgba(108, 180, 173, .5) 5%, transparent);
    text-align: center;
    line-height: 26px;
    color: #0a8276;
    font-weight: 500;
    font-style: italic;
    border-radius: 26px;
    font-size: 16px;

}
.win-list{
    margin-top: 24px;
}
.win-list .win-title span {
    padding: 0px 40px;
    height: 46px;
     border-radius:8px 8px 0px 0px;
    background: linear-gradient(0deg, #6cb5ae 30%,#088276 100%);
    background: -webkit-linear-gradient(0deg, #6cb5ae 30%,#088276 100%);

    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 200px;*/
}
.win-list .win-scroll {
    border-radius: 0px 5px 5px 5px;
    padding: 0px 20px;
    height: 405px;
    overflow: hidden;
    /*border: 2px solid #3b9b90;*/
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 52%, rgba(212, 248, 254, 0.8) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.8) 52%, rgba(212, 248, 254, 0.8) 100%);

    /*background:rgba(212, 248, 254, 0.8);*/
}

.win-list .win-scroll li {
    height: 50px;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

.day-row{
    line-height: 30px;
    margin-top:20px;


}
.day-row a, .day-row>div {
    width: 100%;
    display: flex;
    justify-content: center;
}
.day-row .nums{
    color: red;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.day-row .check-text{
    color: #0a8276;
    font-weight: bold;
    text-decoration:underline ;
}
.record-con{
    padding: 30px;
    text-align: center;
}
.record-con .record-title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;

    color: #0a8276;
    padding-bottom: 10px;

    position: relative;
    margin-bottom: 20px;
}
.record-con .record-title:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(78, 185, 251, 0) 0%, #3b9b90 46.5%, rgba(78, 185, 251, 0) 100%);
}
.record-con .update-message a{
    color: #0a8276!important;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}
.record-item{
    line-height: 28px;
}
.gift-modal{
    padding: 30px;
    text-align: center;
}
.win-gift-text strong{
    color: #0a8276!important;
}
.gift-modal  .update-message a{
    color: #0a8276!important;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}
.lottery,.draw{
    background-color: #f7f7f7;
    overflow: hidden;
    padding-bottom: 70px;
}
.lottery {
    margin-top: 70px;
    padding-bottom: 70px;
}
.draw .container{
    background-color: #fff;
}
.small_login a{
    color: #0a8276;
    font-weight: bold;
    text-decoration: underline;
}
.small_login a:hover{
    color: #3b9b90;
}
.cnt_rule li {
    line-height: 30px;
}

.cnt_rule strong {
    color: #3b9b90;
    font-weight: bold;
    font-size: 16px;
}

.cnt_rule a {
    color: #3b9b90;
    font-weight: bold;
}
.win-list .win-scroll li:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(78, 185, 251, 0) 0%, #3b9b90 46.5%, rgba(78, 185, 251, 0) 100%);
}
.win-list .win-scroll li span {
    display: block;
    width: 50%;
    font-size: 14px;
    color: #0a8276;
}
.cnt_prize {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-start;
    margin-top: 40px;
}

.cnt_prize li {
    width: 20%;
    padding: 10px;


}

.cnt_prize li > div {
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.cnt_prize .prize_name {
    color: #333;
    text-align: center;

}

.cnt_prize li .num {
    color: #fff;
    background-color: #3b9b90;
    width: 70px;
    height: 28px;
    border-radius: 32px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.cnt_prize li img {
    max-width: 100%;
    max-height: 170px;
}

.draw_layer .close {
    position: absolute;
    top: 16px;
    right: 40px;
    font-size: 20px;
    width: 70px;
    height: 70px;
    border-radius: 500px;
    line-height: 70px;
    color: #80808D;
    opacity: 0.6 !important;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 2px solid #808080;
    text-align: center;
    line-height: 32px;
}

.draw_layer {
    width: 450px;
    height: 240px;
    border-radius: 10px;
    background-color: white;
    background: url(../images/l_bg2.png) no-repeat 0 0;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    margin: 0 auto;
    margin-top: 6%;
    display: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    border: 3px solid #fff;

}

.draw_layer #name {
    color: #3b9b90;
    display: block;
    text-align: center;
    line-height: 30px;
}

.draw_layer .close {
    right: 50%;
    top: auto;
    bottom: -50px;
    transform: translateX(50%);
    color: #fff;
    border: 2px solid #fff;
}

.draw_layer .s_icon {
    margin-bottom: 5px;
    display: block;
}

.draw_layer .s_icon img {
    height: 50px;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.question {
    /* padding-bottom: 50px; */
    background-color: #fff
}

.hint {
    font-size: 14px;
    margin-bottom: 10px;
}

.hint .hint_h {
    color: red;
}

.q_cnt {
    margin-top: 44px;
    background: url(../images/q_bg.jpg) no-repeat 0 top;
    padding: 40px 40px 0;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.question .q_tit {
    margin-top: -50px;
    position: relative;
    z-index: 50;
    margin-bottom: 20px;
    color: red;
}

._info {
    font-size: 14px;
    font-weight: 400;
    color: red;
    margin-top: 8px;
}

._info .user-inform {
    color: #3b9b90;
}

.q_item .q_title {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    /* padding-left: 42px; */
    line-height: 24px;
    margin-bottom: 28px;
    color: #333;
}

.q_item .q_title span {
    color: #ccc;
    font-size: 24px;
    font-weight: 400;
}

.q_item .q_title .tit_l {
    float: left;
    width: calc(100% - 180px);

}

.d_btns {
    float: right;
}

.d_btns a {
    display: block;
    width: 120px;
    height: 34px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 34px;
    background: #3b9b90;
    /* float: left; */
    margin-bottom: 10px;
}

.d_btns a:hover {
    opacity: .8;
    color: #fff;
}

/* .q_item .q_title:after {
	content: '';
	background: -webkit-linear-gradient(90deg, #6cb4ad, transparent);
	background: linear-gradient(90deg, #6cb4ad, transparent);
	position: absolute;
	left: 35px;
	bottom: 0;
	width: 80px;
	height: 5px;
	border-radius: 6px;
} */

.q_item .el-radio {
    color: #666;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /* white-space: nowrap; */
    outline: none;
    font-size: 14px;
    margin-right: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* width: 30%; */
}

.q_item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}


.b_q_item {
    margin: 0 auto;
    text-align: center;
    border-bottom: 0;
}

.q_cnt button {
    width: 200px;
    height: 48px;

    padding: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 auto;
    /* text-align: center; */
    display: block;
    border-radius: 48px;
    background: #3b9b90;

    margin-top: 20px;
}

.q_cnt button:hover {
    background: #0a8276;
}

.question .line {
    width: 100%;
    height: 2px;
    background-color: #3b9b90;
    position: relative;
}

.question .p_bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.angle {
    background: #3b9b90;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}

.angle2 {
    background: conic-gradient(from 90deg at 50% 0, #3b9b90 0, #3b9b90 45deg, transparent 45.1deg);
    position: absolute;
    right: 0;
    width: 40px;
    height: 20px;
}

.turntable {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px 70px 40px;
    background: url(../images/p_bg.png) no-repeat bottom right;
}

.g-lottery-case {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.g-lottery-box {
    width: 400px;
    height: 400px;
    margin: 20px auto 0px;
    position: relative;
    background: url(../images/ly-plate-c.gif) no-repeat;
}

.g-lottery-box .g-lottery-img {
    width: 340px;
    height: 340px;
    position: relative;
    background: url(../images/bg-lottery.png) no-repeat;
    left: 30px;
    top: 30px;
}

.g-lottery-box .playbtn {
    width: 186px;
    height: 186px;
    position: absolute;
    top: 77px;
    left: 77px;
    background: url(../images/playbtn.png) no-repeat;
}

.about .cnt {
    background: #3b9b90;
    padding: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 24px;
    margin-top: 60px;
    color: #fff;
}

.to-top {
    margin-top: 10px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: linear-gradient(#f4f5f8, #fdfefe);
    box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
    -webkit-box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    cursor: pointer;
    right: 50px;
    bottom: 100px;
    text-align: center;
    line-height: 60px;
    z-index: 200;
}

.to-top:hover {
    background: #3b9b90;
}

.to-top .iconfont {
    font-size: 18px;
}

.to-top:hover .iconfont {
    color: #fff;
}

.application .g_cnt {
    position: relative;
    display: block;
}

.g_cnt_up {
    background: #3b9b90;
    position: relative;
    width: 100%;
}

.g_cnt_text {
    width: 65%;
    /* float: right; */
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
}

.g_cnt_text .more {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 370px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 28px;
    text-align: left;
    color: #333;
    justify-content: end;
    -webkit-transition: 0.3s;
    float: right;
    margin-top: -20px;
}

.g_cnt_down {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.g_cnt_down > li {
    width: 33.33%;
    padding: 10px;
}

.g_cnt_down li > div {
    background-color: #fff;
    border: 1px solid #3b9b90;
    position: relative;
    padding: 24px;
    height: 420px;
}

.g_cnt_down div li {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 14px;
}

.g_cnt_down div .tit {
    font-size: 18px;
    text-align: center;
    position: relative;
}

.g_cnt_down div .tit:after {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(0, 0, 40, 0) 10%, #6cb4ad 20%, #6cb4ad 50%, rgba(0, 0, 40, 0) 100%);
}

.g_cnt_down div ul {
    margin-top: 30px;
}

.g_cnt_down .g_more {
    width: 120px;
    height: 35px;
    border-radius: 35px;
    border: 1px solid #3b9b90;
    color: #0a8276;
    text-align: center;
    line-height: 35px;
    display: block;
    text-align: center;
    margin: 10px auto;

}

.g_design .cnt_img {
    width: 100%;
}

.g_design .cnt_img img {
    max-height: 500px;
}

.presentation {
    color: red !important;
}
.g-left,.g-right{
    width: 50%;float: left;
}
@media (max-width: 1199px) {


    .intro .tit {
        font-size: 20px;
    }

    .application .cnt {
        flex-wrap: wrap;
    }

    .application .cnt_img,
    .application .cnt_text,
    .design .cnt_img,
    .design .cnt_text {
        width: 100%;
    }

    .application .cnt_img_up {
        height: 150px;
        overflow: hidden;
    }

    .application .cnt_img img {
        margin-top: -40%;
    }

    .application .cnt_img_down {
        height: 150px;
    }

    .application .cnt_text {
        padding-left: 0;
    }

    .design .cnt_text {
        margin-top: 30px;
    }

    .cnt_prize {
        margin-top: 20px;
    }

    .q_cnt {
        margin-top: 24px;
    }

    .q_item .q_title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .g_cnt_up {
        height: 180px;
    }

    .g_cnt_up img {
        display: none;
    }

    .g_cnt_text {
        width: 100%;
        position: static;
        font-size: 15px;
        line-height: 22px;
        padding: 30px;
    }

    .g_cnt_text .more {
        float: none;
        margin-top: 10px;
    }

    .g_cnt_down > li {
        width: 100%;
    }

    .g_cnt_down li > div {
        height: auto;
    }

    .q_item .q_title span {
        display: none;
    }

    .q_item .q_title:after {
        display: none;
    }
}

@media (max-width: 991px) {

    .win-list .win-scroll li span:last-child{
        white-space: nowrap;
        max-width: 33.33%;
        text-overflow: ellipsis;
        overflow: hidden;

    }
    .g-left,.g-right{
        width: 100%;float: none;
    }
    .tab_nav {
        height: 84px;
    }
    .cnt_prize li > div {
        background-color: #fff;
        position: relative;
        padding-bottom: 0;
        height: 180px;
        padding: 0 14px;
    }
}

@media (max-width: 767px) {
    .q_item .q_title .tit_l {
        float: none;
        width: 100%;
    }
    .d_btns{
        float: none;
    }
    .d_btns a{
        margin: unset;
        margin-top: 14px;
    }
    .layui-layer{
        width: 90%!important;
    }
    .container {
        padding: 0 24px;
    }

    body {
        font-size: 14px;
    }

    .draw_layer {
        width: 95%;
        top: 40px;
    }

    .tab_nav li a {
        font-size: 16px;
    }

    .tab_nav li.cur a span {
        font-size: 30px;
    }

    .tab_nav {
        height: 54px;

        width: 95%;
        margin-top: -15px;
    }

    .section {
        margin-top: 30px;
    }

    .intro .tit {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .intro .comma {
        display: none;
    }

    .intro .tit:after {
        top: 55px;
        left: 0;
    }

    .intro p {
        line-height: 24px;
    }

    .intro .more {
        margin: 0 auto;
    }

    .application .cnt_img_up {
        height: 120px;
    }

    .application .cnt_img_down {
        margin-top: 0;
        padding: 10px;
    }

    .application .cnt_img_down p {
        font-size: 15px;
        line-height: 28px;
    }

    .application .more {
        width: 200px;
        margin-top: 0;
        height: 48px;
    }

    .design .cnt {
        padding: 15px;
    }

    .cnt_prize li {
        width: 50%;
    }

    .application .cnt_text ul {
        padding: 20px;
    }

    .about .cnt {
        background: #3b9b90;
        padding: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 26px;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
        width: 164px;
        height: 50px;
        /* padding: 12px 60px; */
        color: #fff;
        background-color: #1a1a1a;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .angle2 {
        right: 24px;
    }

    .angle {
        left: 24px;
    }

    .q_cnt button {
        margin-bottom: 24px;
    }

    .g-lottery-box {
        width: 300px;
        height: 300px;
        background-size: 100%;
    }

    .g-lottery-box .g-lottery-img {
        width: 260px;
        height: 260px;
        left: 20px;
        top: 20px;
        background-size: 100% 100%;
    }

    .g-lottery-box .playbtn {
        width: 120px;
        height: 120px;
        background-size: 100%;
        left: 70px;
        top: 70px;
    }

    .application {
        padding-bottom: 60px;
    }

    .g_intro .tit:after {
        top: 30px;
    }

    .g_cnt_up {
        height: auto;
    }
}
