* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #c40000;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

.box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("bg-1.png") repeat-y;
    background-size: 100% auto;
}

.content {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
    background: url("bg.png") no-repeat center top;
    background-size: 100% auto;
    padding: 40px 0 20px 0;
    box-sizing: border-box;
}

.logo {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}


.tit {
    width: 90%;
    line-height: 1.4;
    color: #fac285;
    margin: 20px auto;
    text-align: center;
}

.tit h2 {
    font-size: 28px;
}

.tit .one {
    font-size: 34px;
}

.main {
    width: 100%;
    padding: 40px 10px 0 10px;
    height: auto;
    box-sizing: border-box;
}

.main ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main ul li {
    width: 49%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f9c385;
    border-radius: 20px;
    margin-bottom: 10px;
}

.main ul li a {
    display: block;
}

.footer {
    position: relative;
    top: -30px;
    width: 100%;
    height: auto;
    text-align: center;
    color: #f9c385;
    line-height: 2;

}

.logo-2 {
    width: 100%;
    height: auto;
}

.logo-2 img {
    width: 100%;
}

@media screen and (min-width:600px) {
    .box {
        width: 600px;
    }
}