@charset "utf-8";

/*============
	基本默认值
 =============*/

body{
	max-width: 1080px;
	margin: auto;
}

@media screen and (max-width:1080px) {
    body,
    html {
        font-size: 130%;
    }
}

@media screen and (max-width: 960px) {
    body,
    html {
        font-size: 120%;
    }
}

@media screen and (max-width: 840px) {
    body,
    html {
        font-size: 90%;
    }
}

@media screen and (max-width: 720px) {
    body,
    html {
        font-size: 90%;
    }
}

@media screen and (max-width: 480px) {
    body,
    html {
        font-size: 90%;
    }
}

@media screen and (max-width: 360px) {
    body,
    html {
        font-size: 90%;
    }
}

@media screen and (max-width: 320px) {
    body,
    html {
        font-size: 90%;
    }
}

input,
textarea {
	outline: none;
	font-family: "微软雅黑";
	color: #666;
}

ul,
li,
dd,
dl,
dt {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
	_zoom: 1
}


/*网页头部*/
.header-container{
	width: 100%;
	overflow: hidden;
}
.hd-bg{
	position: relative;
	width: 240%;
	left: 50%;
	margin-left: -120%;
}

/*领券*/

.container-1000 {
    position: relative;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}





.container-100p {
    position: relative;
    width: 100%;
    overflow: hidden;
}



.image-responsive {
    width: 100%;
    vertical-align: middle;
}

.image-background {
    position: relative;
    width: 190%;
    left: 50%;
    margin-left: -95%;
    vertical-align: middle;
}

.coupon {
    /*position: absolute;*/
    padding: .4rem 0;
    z-index: 5;
    background:#c11b01;
}

.coupon-link {
    display: block;
    position: absolute;
    top: calc(50% - 0.75rem );
    right: 5%;
    width: 15%;
    height: 1.5rem;
    font-size: .6rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-indent: .2rem;
    color: #fff;
    background-color: #ff284b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.coupon-link:after {
    content: '>';
    display: block;
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: 1rem;
    height: 1rem;
    font-size: .8rem;
    text-align: center;
    line-height: 1rem;
    color: #ff284b;
    background-color: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.coupon-popup-wrap {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.coupon-popup {
    position: relative;
    top: 20%;
    left: 5%;
    width: 90%;
    height: 60%;
    background: url("../images/midyear_coupon_popup.png") no-repeat center;
    background-size: contain;
}

.coupon-popup-close {
	/*background: red;*/
    display: block;
    position: absolute;
    top: 18%;
    right: 3%;
    width: 15%;
    height: 10%;
    z-index: 9;
}

.popup-text {
    position: absolute;
    padding: 0;
    margin: 0 0 0 -50%;
    top: 20%;
    left: 50%;
    width: 100%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.popup-text-title {
    font-size: 1.4rem;
    color: #fd2044;
}

.popup-text-content {
    font-size: 1rem;
    color: #59510e;
}

.popup-coupon {
    position: absolute;
    padding: 0;
    margin: 0 0 0 -50%;
    top: 45%;
    left: 50%;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    color: #ff284b;
}

.popup-coupon-content {
    font-size: .8rem;
}

.popup-btn {
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    width: 6rem;
    height: 1.8rem;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff284b;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

.popup-btn-check {
    margin-left: -7rem;
}

.popup-btn-confirm {
    margin-left: 1rem;
}


.rules-link {
    display: block;
    position: absolute;
    top: 3rem;
    right: 8%;
    width: 2rem;
    height: .5rem;
    font-size: .4rem;
    line-height: .5rem;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px dotted #ff284b;
    color: #ff284b;
}


/*中间内容*/

.main-container{
	background-color: #e23a1f;
	padding: 5px 0px 60px;
	font-family: "微软雅黑";
}

.item-content{
	margin: auto;
}

.rule-tit{
	padding: 5px;
	line-height: 1.5rem;
	background-color: #ac1700;
	font-size: 0.95rem;
	color: #ffecd5;
}

.rule-content{
	background:#ffe0ba;
	padding:10px 1rem 10px; 
}



.rule-content ul{
	padding-left:1rem;
}

.rule-content ul li,.rule-content dl dt,.rule-content p{
	color: #c11b01;
	font-weight: bold;
	font-size: 0.85rem;
	line-height: 1.8rem;
}

.rule-content ul li{
	padding:3px 0px;
	list-style: decimal;
}


.rule-content ul li span.normal{
	font-weight: normal;
}

.rule-content ul li span.dd,.rule-content dd{
	color: #9f3d1a;
	font-size: 0.75rem;
	font-weight: normal;
}

.rule-content p.indent{
	text-indent:35px;
}

.rule-content dd{
	line-height: 1.5rem;
}




.more-ul {
	padding-top: 5px;
    margin: 0;
    list-style: none;
}

.more-li {
    float: left;
    margin: 0 1% 1% 0;
    width: 49%;
}

.more-li:nth-child(2n) {
    margin-right: 0;
}

.link-ul {
    padding: .5rem 0 0 0;
    margin: 0 0 0 .2rem;
    list-style: none;
}

.link-li {
    float: left;
    margin: 0 1% 1% 0;
    width: 24%;
    height: 1rem;
}

.link-li-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: .6rem;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff8a00;
}

.link-li:nth-child(4n) {
    margin-right: 0;
}
