@charset "utf-8";
html,body {
    background-color: #C01824;
    width: 100%;
    overflow-x: hidden;
    /* overflow: auto; */
}

.main_head {
	width: 100%;
    min-width: 1200px;
    font-size: 22px;
    color: #9F3F35;
}

.main_bg1 {
	width: 100%;
	height: 559px;
	background: url('../images/welcoming/bg1.jpg') no-repeat center 0;
}

.main_bg2 {
	width: 100%;
	height: 470px;
	background: url('../images/welcoming/bg2.png') no-repeat center 0;
}

.main_box {
    width: 1058px;
    margin: -470px auto 0;
}

.surprise_one {
    position: relative;
    width: 100%;
	height: 861px;
	background: url('../images/welcoming/surprise1.png') no-repeat center;
}
.js_openUrl {
    position: absolute;
    left: 50%;
    top: 687px;
    margin-left: -214px;
    width: 428px;
	height: 118px;
	background: url('../images/welcoming/button.png') no-repeat center;
}
.surprise_two {
    margin: 23px 0;
    width: 100%;
	height: 950px;
	background: url('../images/welcoming/surprise2.png') no-repeat center;
}
.surprise_three {
    position: relative;
    width: 100%;
	height: 1287px;
	background: url('../images/welcoming/surprise3.png') no-repeat center;
}
.rule {
    top: 1024px;
    width: 100%;
    position: absolute;
    padding: 0 120px;
}
.rule-item {
    width: 813px;
    margin: 10px 0;
    line-height: 40px;
}

#footer_link_info , #footer_link_info p a{
    color: #ffffff;
}

.wrap #footer_link_info {
    padding: 30px 0 20px 0;
}