/*DINCondensedBold*/
@font-face {
    font-family: "DINCondensedBold";
    src: url("../fonts/DIN Condensed Bold.ttf");
}
/*OpenSans*/
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.ttf");
}
/*OpenSans-Bold*/
@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.ttf");
}
body{
	margin: 0;
	padding: 0;
	background: #FFD52C;
	font-family: 'OpenSans', Helvetica, Arial, sans-serif;
}
a{
	text-decoration: none;
}
.mb20{
	margin-bottom: 20px;
}
.pb20{
	padding-bottom: 20px;
}
.c-width{
	width: 1190px;
}
.wd{
	width: 1148px;
}
.center{
	margin: 0 auto;
}
.bold{
	font-family: 'DINCondensedBold', Helvetica, Arial, sans-serif;
}
.fontblodsec{
	font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}
#full-get .logo{
	height: 60px;
	background: url(../img/fullget/top-line.png) repeat;
}
#full-get .logo img{
	margin: 0 auto;
	padding: 6px 0;
}
#full-get .full-ban img{
	width: 100%;
}
.full-tip{
	padding: 20px 15px;
	background: #35C680;
	border-left: 1px solid #35C680;
}
.full-date{
	padding: 20px 0;
	background: #35C680;
}
.full-date img{
	margin: 0 auto 20px;
}
.gif-con{
	background: #0D726E;
	margin: 0 42px;
	border-radius: 5px;
}
.gif-con img{
	width: 94px;
}
.full-tip .flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFE32C;
    position: relative;
}
.full-tip .flex:after{
	position: absolute;
	width: 1px;
	content: '';
	display: block;
	right: -1px;
	background: #FFE32C;
	height: 100%;
}
.flex1{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    background: #FFFFBE;
    padding: 9px 20px 9px 56px;
    font-size: 13px;
    line-height: 25px;
    color: #79764C;
}
.full-tip ul{
	margin: 0;
	padding: 0;
	/*padding-left: 25px;*/
	/*margin-top: 2px;*/
}
.flex1 .ul-tip{
	color: #0d926e;
}
.flex1 a:hover{
	text-decoration: underline;
}
.ti-bg{
	width: 1190px;
    transform: translateX(-1px);
}
.list{
	background: #F9F9F9;
	padding: 40px 10px 0;
}
.list .item-detail {
    width: 216px;
    background-color: #fff;
    margin: 0 22px 60px 0;
    float: left;
}
.list .title {
    color: #4a4a4a;
    height: 36px;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
}
.list .sl-title {
    width: 300px;
    margin: 30px auto;
}
.list .info {
    font-size: 16px;
    padding: 10px;
}
.list .price {
    color: #0d926e;
    margin-top: 10px;
    font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
}
.list .price .discount{
	/*text-decoration: line-through;*/
    color: #9C9C9C;
    font-weight: normal;
    position: relative;
}
.list .price .discount:before{
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	border-bottom: 2px solid #9C9C9C;
}
.list .item-img-box {
    width: 216px;
    height: 162px;
    overflow: hidden;
}
.list .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}
.list .item-detail:nth-child(5n+5){
    margin-right: 0;
}
.list .btn-add-basket{
	display: block;
    font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0d926e;
}
.list .dis-btn{
	display: block;
    color: #fff;
    font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    background-color: #c7c7c7;
    cursor: no-drop;
}
.list .tip{
	display: none;
}
.hover-type-all:hover{
	background-color: #09694f;
}
.list .item-title{
	text-align: center;
	width: 100%;
	right: 0;
	top: 0;
	color: #FFFFFF;
	line-height: 61px;
    font-size: 24px;

}
.loading-block {
    height: 500px;
    background-color: #fff;
    text-align: center;
}
.loading-block img { display: inline-block; margin-top: 100px; vertical-align: middle;}
.hide{
	display: none;
}
.js-add-scc{
	left: 0;
	bottom: -20px;
	font-size: 12px;
}
.timer{
	top: 0;
    height: 60px;
    line-height: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #FFFFFF;
}
.timer .timeDiv{
	float: right;
}
.timer .timeDiv .timeDes{
    text-shadow: 0 1px 0 #9D1900;
}
.timer .timeDiv .timeCon{
	padding: 3px;
    background: #FFD52C;
    border: 1px solid #FFD72E;
    box-shadow: inset 0 1px 0px 0 rgba(3,3,3,0.3);
    border-radius: 2px;
    font-size: 28px;
    color: #695400;
    letter-spacing: 0;
}
.timer .common{
	padding: 0 4px;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.00) 57%);
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 3px;
}
.botDv{
	background: #F9F9F9;
}
.botDv ul{
	margin: 0;
    padding-bottom: 30px;
    color: #666;
    font-size: 12px;
    margin-top: -27px;
    display: inline-block;
    padding-left: 30px;
}
