html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font: inherit;
    vertical-align: baseline
}

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {
    -webkit-text-size-adjust: none
}

html,body {
    width: 100%;
    height: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    font-family: arial, sans-serif
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

ins,a {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

img {
    display: inline-block
}

input,textarea {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none
}

html {
    font-size: 37.5px
}

* {
    -webkit-box-sizing: border-box;
}

html,body {
    width: 100%;
    min-height: 100%;
    background: #efefef
}

h1 {
    font-size: .37333rem
}

p {
    font-size: .32rem
}

.container {
    width: 100%
}

.container header {
    width: 100%
}

.container header h1 {
    width: 100%;
    height: 1.0rem;
    color: #eba142;
    font-size: .48rem;
    text-align: center;
    line-height: 0.6rem
}

.container header h1 span {
    color: #333
}

.container section {
    width: 100%;
    padding: 0 .53333rem
}

.container section .important {
    width: 8rem;
    margin: 0 auto
}

.container section .important .into {
    width: 100%;
    height: 1.33333rem;
    display: flex;
    background: #fff;
    margin: .26667rem 0;
    cursor: pointer
}

.container section .important .into img {
    display: block;
    width: 1.06667rem
}

.container section .important .into span {
    flex: 1;
    line-height: 1.33333rem;
    text-align: center;
    color: #eba142;
    font-size: .37333rem
}

.container section .important p {
    width: 100%;
    text-align: center;
    line-height: .8rem;
    font-size: .32rem
}

.container section .friendly {
    margin: 1rem 0;
    border-top: solid .02667rem #eba142
}

.container section .friendly span {
    display: block;
    width: 100%;
    color: #eba142;
    text-align: center;
    line-height: .8rem;
    font-size: .37333rem
}

.container section .friendly p {
    width: 100%;
    line-height: .66667rem;
    text-align: center
}

.container section .add {
    margin-bottom: .26667rem;
    border-bottom: solid .02667rem #eba142
}

.container section .add span {
    color: #323433;
    text-align: center;
    line-height: .8rem;
    display: block;
    width: 100%;
    font-size: .37333rem
}

.container section .add .pic {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin: .26667rem 0;
    justify-content: space-between;
    overflow: hidden
}

.container section .add .pic li {
    width: 30%;
    background: #fff;
    border-radius: .26667rem;
    overflow: hidden;
    text-align: center;
    line-height: 1.33333rem
}

.container section .add .pic li img {
    width: 100%;
    display: block
}

.container section .state {
    width: 100%;
    display: flex;
    padding: .53333rem 0;
}

.container section .state>div {
    width: 50%
}

.container section .state .s-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative
}

.container section .state .s-left .logo {
    width: 2.13333rem;
    border-radius: 100%;
    background: #eba142
}

.container section .state .s-left .logo img {
    display: block;
    width: 100%
}

.container section .state .s-left .warm {
    flex: 1
}

.container section .state .s-left .warm h1 {
    width: 100%;
    text-align: center;
    line-height: .8rem;
    font-size: .37333rem
}

.container section .state .s-left .warm p {
    width: 100%;
    text-align: center;
    font-size: .32rem
}

.container section .state .s-left :before {
    content: '';
    display: block;
    height: 80%;
    background: #eba142;
    width: .02667rem;
    position: absolute;
    right: 0;
    top: 10%
}

.container section .state .s-right p {
    line-height: .66667rem;
    text-align: center
}

.container footer {
    width: 100%;
    padding: .26667rem 0
}

.container footer h1 {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    font-size: .8rem;
    text-align: center
}

.container footer button {
    width: 4rem;
    height: .8rem;
    display: block;
    outline: none;
    margin: .26667rem auto;
    border-radius: .26667rem;
    border: solid .02667rem #eba142;
    background: #fff;
    font-size: .37333rem;
    cursor: pointer
}

.container footer p {
    width: 100%;
    text-align: center
}

@media screen and (min-width: 768px) {
    p {
        font-size: 14px !important;
        line-height: 30px !important
    }

    h1 {
        font-size: 18px !important
    }

    header h1 {
        width: 100%;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important
    }

    section {
        padding: 0 150px !important
    }

    section .important {
        width: 400px !important;
        margin: 20px auto !important
    }

    section .important .into {
        width: 100%;
        height: 80px !important;
        display: flex;
        margin: 10px 0 !important
    }

    section .important .into img {
        width: 80px !important;
        display: block
    }

    section .important .into span {
        font-size: 20px !important;
        line-height: 80px !important
    }

    section .friendly {
        padding: 20px 0 !important
    }

    section .friendly span {
        font-size: 18px !important;
        line-height: 30px !important
    }

    section .add {
        padding: 20px 0 !important
    }

    section .add .pic {
        width: 60% !important;
        justify-content: space-between !important;
        margin: 20px auto !important
    }

    section .add .pic li {
        width: 25% !important
    }

    section .add .pic li img {
        width: 100% !important
    }

    section .add span {
        font-size: 18px !important;
        line-height: 30px !important
    }

    section .state>div {
        padding: 0 60px !important
    }

    section .state .s-left {
        padding: 0 100px !important
    }

    footer {
        padding: 30px 0 !important
    }

    footer button {
        width: 200px !important;
        height: 40px !important;
        font-size: 16px !important
    }
}