.main-container {
    padding: 0;
}

.std ul {
    padding: 0
}

.std ul li {
    list-style: none;
}

.check-in-calendar {
    width: 500px;
    margin: auto;
}

.check-in-calendar .earned {
    background: #2d38c6;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 35px;
    font-weight: bold;
}

.check-in-calendar .earned i {
    font-style: normal;
}

.check-in-calendar .nov {
    background: #2d38c6;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.check-in-calendar ul {
    /* border-left: 1px solid #cccccc; */
}

.check-in-calendar ul li span {
    width: 14.285%;
    display: block;
    position: relative;
    float: left;
    /* border-right: 1px solid #cccccc; */
    /* border-bottom: 1px solid #cccccc; */
    line-height: 52px;
    color: #000021;
}
.check-in-calendar ul li span:before{
	 content: '';
	 display: block;
	 box-sizing: content-box;
	 border: 2px solid #2d38c6;
	 border-radius: 50%;
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 left: 50%;
	 margin-left: -17px;
	 margin-top: -17px;
	 top: 50%;
}
.check-in-calendar ul li span.day-null:before{
	display:none;
}
.check-in-calendar ul li.data-title span:before{
	display:none;
}

.check-in-calendar ul li:nth-child(1) span {
    font-weight: bold;
    color: #000000;
}

.check-in-calendar .on:before {
    content: '';
    display: block;
    box-sizing: content-box;
    border: 2px solid #ec6900;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    top: 50%;
}

.check-in-calendar .current:before {
    content: '';
    display: block;
    box-sizing: content-box;
    border: 2px solid #f3bb32;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    top: 50%;
}

.check-in-calendar .current_cuss {
    background-image:url(checked.png?v=1.0);
    background-color: #ffffff;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-size: 0;
    border: 0;
}
.check-in-calendar .current_cuss:before{
	border: 0;
    margin: 0;
    height: auto;
    top: 0;
	left: 0;
    border-radius: inherit;
}
.check-in-btn div {
    width: 276px;
    line-height: 32px;
    background: #f3bb32;
    color: #ffffff;
    border-radius: 15px;
    margin: 25px auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.check-in-btn div.checkInTime-btn,.check-in-btn div.checkInSucc-btn {
    border: 1px solid #ff9427;
    color: #ff9427 !important;
    background: #ffffff;
}

.checkIn-seccuss-notice .porto-container {
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    width: 260px;
    padding: 15px 5px;
    text-align: center;
    margin-left: -130px;
    margin-top: -65px;
    border-radius: 5px;
}

.checkIn-seccuss-notice .porto-container .porto-content .close {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 30px;
    float: right;
    line-height: 20px;
    color: #171717;
    top: -10px;
}

.check-in-calendar  .check_showpoint{
	background-image:url(point.png?v=1.2);
	background-size: 36px;
	font-size: 20px;
    font-weight: bold;
}

@media (max-width: 599px) {
    .check-in-calendar {
        width:300px;
    }

    .check-in-calendar .earned {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .check-in-calendar .nov {
        font-size: 14px;
        line-height: 30px;
    }

    .check-in-calendar ul li span {
        font-size: 14px;
        line-height: 40px;
    }

    .check-in-btn div {
        font-size: 13px;
        margin: 10px auto;
        line-height: 28px;
    }

    .check-in-center .summer-sales-content p {
        font-size: 14px;
    }

    .check-in-calendar .current_cuss:before {
        background-position: 3px -88px;
    }
	
	.check-in-calendar .check_showpoint:before{font-size:16px;}
	
	.check-in-calendar ul li span:before,.check-in-calendar .on:before,.check-in-calendar .current:before{border-width:1px;width: 26px;height: 26px;margin-left: -14px;margin-top: -14px;}
	
	.check-in-calendar .current_cuss{background-size:26px;}
	
	.check-in-calendar .check_showpoint{background-size:29px;font-size: 16px;}
}
