@charset "utf-8";
body, h1, h2, h3, p, ul, li, button {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


ul, ol {
    list-style: none
}

img {
    border: 0
}

html, body {

    height: 100%;
    width: 100%
}

.header {
    min-width: 1024px;
    background: url("images/header_01.png") no-repeat scroll center 0 #FEC104;
    height: 415px;
}

.body {
    background-color: #FEC104;
}

.button-style {
    border-bottom: 5px solid #C30A27;
    background-color: #F32F00;
    color: white;
    font: 30px "黑体";
    text-align: center;
}


.body .content {
    width: 910px;
    margin: 0 auto 0 auto;
    padding: 0 45px 50px 45px;
    background-color: #FEC104;
}

.body .content .title {
    color: #DE1465;
    font: 48px "黑体";
    text-align: center;
    margin: 0 auto 80px auto;
}

.body .content .body-c1 {
    width: auto;
    height: 216px;
    background: url("images/step-ber12_03.png") no-repeat #FEC104;
}

.body .button1 {
    width: 280px;
    height: 62px;
    float: right;
    line-height: 50px;
}

.content .body-c2 {
    width: 909px;
    height: 328px;
    background: url("images/body-c2_03.jpg") no-repeat #FEC104;
    border-bottom: 10px solid #D2A300;
}
.body-c2 .mobile-button{
    height: 65px;
    width: 200px;
    position: relative;
    top: 40px;
    left: 325px;
}
.content .body-c3 {
    height: 174px;
    background: url("images/body-c3_03.png") no-repeat #FEC104;
    position: relative;
    margin-bottom: 40px;
}

.body-c3 .body-c3-button1 {
    width: 205px;
    height: 62px;
    float: right;
    line-height: 50px;
}
.content .body-c4{
    width: 909px;height: 500px;
    background: url("images/body-c4_03.png") no-repeat #FEC104;
    border-bottom: 10px solid #D2A300;
}

.footer{
    font-size: 24px;
    background-color: #FFE082;
    padding: 50px 0 30px 0;
    min-width: 1000px;

}
.table1 {
    margin: -30px auto 0 auto;
    width: 910px;
    color: #8E4900;
    border-collapse: separate;
    border-spacing: 30px;
}


.table1 .td {
    vertical-align: top;
}

.three-yellow-bgc {
    width: 120px;
    background-color: #FEC104;
    color: white;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    border-radius: 3px;
}



table {
    border-collapse: collapse;
    border-spacing: 0
}