html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    min-width: 1238px;
}

ul,
ol {
    list-style: none;
}

.wrap {
    width: 100%;
    height: 100%;
    background: #fff3b3;
}

.topbar {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
}

.topbar-box ul {
    width: 700px;
    height: 35px;
    margin: 0 auto;
}

.topbar-box ul li {
    width: 100px;
    height: 32px;
    float: left;
}

.topbar-box ul li a {
    text-decoration: none;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #000000;
}

.bg1 {
    background: linear-gradient(0deg, #fff3b3, #00dbca, #00b8c6);
    height: 1772px;
    position: relative;
}

.bg1-item {
    width: 100%;
    height: 100%;
    background: url(../imgs/bg1.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    top: 0;
}

.tit-img {
    width: 1131px;
    height: 109px;
    background: url(../imgs/bg2.png) no-repeat;
    background-size: cover;
    margin: 34px auto 0;
}

.content-img {
    width: 1042px;
    height: 650px;
    background: url(../imgs/bg3.png) no-repeat;
    background-size: cover;
    margin: 10px auto 0;
}

.prize-img {
    width: 1108px;
    height: 582px;
    background: url(../imgs/bg4.png) no-repeat;
    background-size: cover;
    margin: 0 auto 0;
}

.bg3 {
    width: 1030px;
    height: 721px;
    background: url(../imgs/bg7.png) no-repeat;
    background-size: cover;
    margin: 92px auto 0;
}

.bg2 {
    height: 2679px;
    background: #fff3b3 url(../imgs/bg5.png) no-repeat;
    overflow: hidden;
    background-position: bottom;
}

.bg2-content {
    width: 1024px;
    height: 1329px;
    background: url(../imgs/bg6.png) no-repeat;
    background-size: cover;
    margin: 124px auto 0;

}
