/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body {
    background-color: #f7f7f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    margin: 0;
    color: #222
}

body.loading:after {
    background: #fff url(logo.27c482ae.png) no-repeat 50%;
    background-size: 100px;
    -webkit-animation: fade 1.5s infinite alternate;
    animation: fade 1.5s infinite alternate;
    z-index: 1001
}

@-webkit-keyframes fade {
    0% {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

.clean-padding {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

@-webkit-keyframes fadeIn {
    0.01% {
        opacity: .5
    }
    0% {
        opacity: 1
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    0.01% {
        opacity: .5
    }
    0% {
        opacity: 1
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    65% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    65% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn3 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    96% {
        opacity: 1
    }
    to {
        opacity: .1
    }
}

@keyframes fadeIn3 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    96% {
        opacity: 1
    }
    to {
        opacity: .1
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

.page-header {
    background-color: hsla(0, 0%, 100%, 0)
}

.page-container .zc-figure {
    height: 501px;
    background-color: #f0f8ff;
    margin: 0;
    max-width: 100%;
    background: url(img/chanping.png) no-repeat 50%
}

.page-container .page-container-context .preceptCol {
    position: relative;
    top: -130px;
    background: #fff;
    padding: 30px 70px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .06);
    border-radius: 12px
}

.page-container .page-container-context .preceptCol div {
    width: 1px;
    height: 40px;
    background: #eee;
    margin-top: 3%
}

.page-container .page-container-context .preceptCol li {
    padding: 0
}

.page-container .page-container-context .preceptCol li .merchImg1 {
    margin-bottom: 18px
}

.page-container .page-container-context .preceptCol li .merchImg2 {
    display: none
}

.page-container .page-container-context .preceptCol li h2 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px
}

.page-container .page-container-context .merchant-grid {
    padding: 0 30px;
    margin-top: 75px
}

.page-container .page-container-context .merchant-grid li h2 {
    color: #333;
    font-size: 16px
}

.page-container .page-container-context .merchant-help {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.page-container .page-container-context .merchant-help .server-grid-item {
    text-align: center;
    height: 400px;
    border: 2px solid #f2f2f2;
    margin-top: 75px
}

.page-container .page-container-context .merchant-help .server-grid-item .itemTit {
    font-size: 24px
}

.page-container .page-container-context .merchant-help .server-grid-item .itemVal {
    text-align: center;
    font-size: 18px
}

.page-container .page-container-context .merchant-help .server-grid-item .helpImg1 {
    display: inline
}

.page-container .page-container-context .merchant-help .server-grid-item .helpImg2 {
    display: none
}

.page-container .page-container-context .merchant-help .server-grid-item:hover {
    cursor: pointer;
    background-color: #fd7621
}

.page-container .page-container-context .merchant-help .server-grid-item:hover .helpImg1 {
    display: none
}

.page-container .page-container-context .merchant-help .server-grid-item:hover .helpImg2 {
    display: inline
}

.page-container .page-container-context .merchant-help .server-grid-item:hover .itemTit, .page-container .page-container-context .merchant-help .server-grid-item:hover .itemVal {
    color: #fff
}

.page-container .page-container-context .cooperation-case {
    margin-top: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.page-container .page-container-context .cooperation-case .caseDetails {
    width: 505px;
    padding: 20px 32px 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .06);
    border-radius: 0 12px 12px 0
}

.page-container .page-container-context .cooperation-case .caseDetails .supplier-name {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 5px
}

.page-container .page-container-context .cooperation-case .caseDetails .supplier-name .caseLt {
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 15px;
    background: url(Settlein_img_avatar.371efb72.png) no-repeat scroll 50%/30px 30px
}

.page-container .page-container-context .cooperation-case .caseDetails .supplier-detail {
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 16px;
    color: #666;
    letter-spacing: 2px;
    padding: 17px 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: left
}

.page-container .page-container-context .cooperation-case .caseDetails .supplier-detail span {
    color: #fd7e2c
}

.page-container .page-container-context .cooperation-case .cooperation-img {
    background: url(Settlein_img_Cooperationrules.f4bc99ea.png) no-repeat
}

.page-container .page-container-context .cooperation-case .cooperation-right {
    padding: 35px 20px 0 0;
    width: 52%;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .06)
}

.page-container .page-container-context .cooperation-case .cooperation-right .cooperation-size {
    text-align: left;
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 30px
}

.page-container .page-container-context .cooperation-case .cooperation-right .cooperation-type {
    background: url(Settlein_icon_point.2f6da4f9.png) no-repeat 0;
    height: 35px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
    padding-left: 36px;
    margin-bottom: 2px
}

.page-container .page-container-context .cooper-detail {
    border-radius: 12px;
    -webkit-box-shadow: 2px 3px 4px 4px rgba(0, 0, 0, .06);
    box-shadow: 2px 3px 4px 4px rgba(0, 0, 0, .06);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 356px;
    position: relative
}

.page-container .page-container-context .cooper-detail img {
    position: absolute;
    left: 40px;
    bottom: 45px
}

.page-container .page-container-context .cooper-detail .caseDetails {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 1000px) {
    .page-container .page-container-context .preceptCol {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 30px 15px
    }

    .page-container .page-container-context .preceptCol li {
        width: 33%;
        margin-bottom: 30px
    }

    .page-container .page-container-context .preceptCol div {
        display: none
    }

    .page-container .page-container-context .enter-step {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-container .page-container-context .enter-step .arrows {
        display: none
    }

    .page-container .page-container-context .cooper-detail {
        position: static;
        height: auto
    }

    .page-container .page-container-context .cooper-detail img {
        position: static;
        width: 100%
    }

    .page-container .page-container-context .cooper-detail .cooperation-right {
        padding: 35px 20px 20px;
        width: auto
    }

    .page-container .page-container-context .cooper-detail .cooperation-right .cooperation-type {
        height: auto
    }

    .page-container .page-container-context .contactPhone {
        font-size: 22px;
        margin-bottom: 60px !important
    }
}

.page-container .page-container-context .enter-step {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.page-container .page-container-context .enter-step .server-grid-item {
    padding: 42px 10px 0;
    text-align: center;
    height: 280px;
    width: 140px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.page-container .page-container-context .enter-step .server-grid-item .itemTit {
    font-size: 20px;
    color: #333
}

.page-container .page-container-context .enter-step .server-grid-item .itemVal {
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

.page-container .page-container-context .enter-step .arrows {
    width: 65px;
    height: 10px;
    background: url(Settlein_icon_arrow.d7a156f7.png) no-repeat;
    margin-top: 85px
}

.page-container .cooperation {
    height: 221px;
    background: #fff;
    line-height: 140px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 9px 0 rgba(212, 208, 208, .75);
    box-shadow: 0 1px 9px 0 rgba(212, 208, 208, .75)
}

.page-container .cooperation .collaborate-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 10px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #fd7621;
    line-height: 30px
}

.page-container .cooperation .collaborate-contact p {
    margin-left: 19px
}

/*# sourceMappingURL=/merchant.0caea22f.css.map */