    /*公共样式*/
    
    html {
        font-size: 100px;
        font-size: calc(100vw / 750 * 100);
        width: 100%;
        height: 100%;
    }
    
    * {
        margin: 0px;
        padding: 0px;
    }
    
    button,
    input,
    textarea,
    select {
        font: inherit;
    }
    
    button {
        border: 0 none;
    }
    
    body {
        max-width: 100%;
        background: #EEDBAF;
        font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .main {
        margin: 0px auto;
        width: 100%;
        background: url('../img/home/homeBg_2019092618.png') no-repeat top/100%;
    }
    
    .header {
        width: 100%;
        height: 10rem;
        position: relative;
    }
    
    .header img {
        width: 100%;
        position: absolute;
        bottom: .4rem;
    }
    
    .new {
        width: 100%;
    }
    
    .new img {
        height: 1rem;
        display: block;
        margin-left: .4rem;
    }
    
    .posters {
        width: 100%;
    }
    
    .posters img {
        width: 100%;
        height: 5rem;
    }
    
    .kaifa_list {
        width: 100%;
        margin-top: .3rem;
        height: 2.9rem;
        overflow: hidden;
    }
    
    .kaifa_list ul {
        margin: 0rem .15rem;
    }
    
    .kaifa_list ul li {
        list-style: none;
        width: 100%;
        font-size: .32rem;
        font-family: "Microsoft YaHei";
        color: rgb(154, 128, 80);
        text-align: center;
        background: url('../img/home/list_gray.png') no-repeat top/100%;
        height: .98rem;
        line-height: .7rem;
    }
    
 
    
    .kaifa_list ul li a {
        text-decoration: none;
        color: rgb(154, 128, 80);
    }
    
   
    
    .four_step {
        width: 100%;
        margin-top: .3rem;
    }
    
    .four_step img {
        height: 1rem;
        display: block;
        margin-left: .4rem;
    }
    
    .four_step_wrap {
        width: 100%;
    }
    
    .four_step_img {
        display: table;
        margin: 0rem auto;
    }
    
    .four_step_img div {
        margin: 0rem .158rem;
    }
    
    .four_step_img div img {
        display: block;
        width: 3.4rem;
    }
    
    .clear {
        clear: both;
    }
    
    .patner {
        width: 100%;
    }
    
    .patner img {
        margin-top: .6rem;
        height: 1rem;
        display: block;
        margin-left: .4rem;
    }
    
    .footer {
        width: 100%;
    }
    
    .footer ul {
        width: 100%;
        display: inline-block;
    }
    
    .footer ul li {
        list-style: none;
        padding-left: .2rem;
        margin: .1rem;
        height: .7rem;
    }
    
    .footer ul li:last-child {
        border-right: 0rem;
    }
    
    .footer ul li img {
        height: 0.37rem;
    }
    
    .row {
        width: 100%;
        text-align: center;
    }
    
    .footer ul li span {
        display: inline-block;
        font-size: .3rem;
        color: #f4f1eb;
        background: #a98b49;
        position: relative;
        top: -.06rem;
        width: 0.5rem;
        height: 0.5rem;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 50%;
        margin-right: .1rem;
    }