body,
.ham-animation {
    margin: 0;
    padding: 0px;
    overflow-x: hidden;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: 'kern';
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: var(--color-background);
}


/*导航栏*/

.supplier-nav {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #FFFFFF;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}


/*.supplier-nav-content{
    display: grid;
    grid-template-columns: 10% 30% 20% 20% 20%;
    grid-template-rows: auto;
    grid-gap: 16px;
    max-width: var(--size-safearea);
    align-items: center;
    margin: 10px auto;
}
.supplier-nav-content a{

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #2A2B2E;
}
.supplier-main a:hover,.supplier-nav a:hover{
    text-decoration: none;
}
.supplier-nav-content-btn{
    padding: 10px 20px;
    background: #C03939;
    color: #fff !important;
}*/

.nav {
    width: var(--size-safearea);
    position: relative;
    margin: 0 auto;
}

.nav ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.nav ul li {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.nav ul li:nth-child(1) {
    width: 10%;
}

.nav ul li:nth-child(2) {
    width: 30%;
}

.nav ul li:nth-child(3) {
    width: 20%;
}

.nav ul li:nth-child(4) {
    width: 20%;
}

.nav ul li:nth-child(5) {
    width: 20%;
}

.nav a {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #2A2B2E;
}

.nav .supplier-section1-btn {
    font-size: 14px;
    font-weight: 400;
}

.nav a:hover {
    text-decoration: none;
}

.nav .current a {
    border-radius: 5px;
}


/* right nav */

.nav.right ul {
    text-align: right;
}


/* center nav */

.nav.center ul {
    text-align: center;
}

.supplier-main {
    margin-bottom: 16px;
}

.supplier-footer {
    display: block;
    padding: 30px auto;
    text-align: center;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #3C3C3C;
    color: #E0E0E0;
}

.supplier-footer p:nth-child(1) {
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.supplier-footer p:nth-child(2) {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}


/*首页*/

.supplier-section1 {
    display: flex;
    height: 720px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(/website/img/suppliers.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.supplier-section1-h6 {
    padding: 40px;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

.supplier-section1-h1 {
    padding: 20px;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.supplier-section1-btn {
    padding: 15px 30px;
    line-height: 40px;
    background: #C03939;
    color: #fff !important;
    text-align: center;
}

.supplier-section2 {
    display: block;
    max-width: var(--size-safearea);
    margin: 30px auto;
    /*padding: 80px;*/
    padding: 80px 30px;
    background: #fff;
}

.supplier-section2-title {
    margin-bottom: 80px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #2A2B2E;
}

.supplier-section2-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
    text-align: center;
    margin-bottom: 24px;
}

.supplier-section2-grid-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supplier-section2-grid-box h6 {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
    margin: 10px auto;
}

.supplier-section3 {
    display: block;
    max-width: var(--size-safearea);
    margin: 30px auto;
    /*padding: 32px 80px;*/
    padding: 32px;
    background: #fff;
}

.supplier-section3-title {
    margin-bottom: 30px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
}

.supplier-section3-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2A2B2E;
    text-align: center;
}

.supplier-section3-content-link {
    margin-top: 30px;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #198AF2 ;
    display: flex;
    justify-content: center;
}
.supplier-section3-content-link > a{
    color: #198AF2 !important;
}

.supplier-section4 {
    display: block;
    max-width: var(--size-safearea);
    margin: 30px auto;
    /*padding: 32px 80px;*/
    padding: 32px;
    background: #fff;
}

.supplier-section4-title {
    margin-bottom: 30px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
}

.supplier-section4-content {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2A2B2E;
    text-align: center;
}

.supplier-section4-email-content {
    margin: 24px auto;
    width: 320px;
    height: 54px;
    line-height: 54px;
    background: #F7F7F7;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}


/*阳光采购*/

.supplier-transparent {
    display: block;
    max-width: var(--size-safearea);
    margin: 0px auto;
    margin-top: 120px;
    padding: 32px;
    background: #fff;
}

.supplier-transparent-title {
    margin-bottom: 30px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
}

.supplier-transparent-content {
    /*非编辑器预设格式*/

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2A2B2E;
    word-wrap: break-word;
    word-break: break-all;
    word-break: normal;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.supplier-transparent * {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.supplier-transparent-content span {
    /*主要针对编辑器预设格式*/
    word-wrap: break-word;
    word-break: break-all;
    word-break: normal;
    white-space: pre-wrap;
}

.supplier-transparent-link {
    margin-top: 30px;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #198AF2;
}

.supplier-transparent-link a,
.supplier-agreement-link a,
.supplier-first-company-content-link a {
    font-family: PingFang HK;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background: #C03939;
    padding: 10px 32px;
}


/*供应商注册协议*/

#supplier-section2 {
    margin-top: 120px;
}

.supplier-agreement {
    display: block;
    max-width: var(--size-safearea);
    margin: 0px auto;
    /*margin-top: 120px;*/
    padding: 32px;
    background: #fff;
}

.supplier-agreement-title {
    margin-bottom: 30px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
}

.supplier-agreement-content {
    /*非编辑器预设格式*/

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2A2B2E;
    word-wrap: break-word;
    word-break: break-all;
    word-break: normal;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.supplier-agreement-content span {
    /*主要针对编辑器预设格式*/
    word-wrap: break-word;
    word-break: break-all;
    word-break: normal;
    white-space: pre-wrap;
}

.supplier-agreement-link {
    margin-top: 30px;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #198AF2;
}


/*填写资料第一/二/三页*/

legend {
    color: var(--color-black);
    font-weight: 600 !important;
}

blockquote {
    border-left: 5px solid var(--color-red) !important;
    color: var(--color-grey-gray) !important;
    margin: 40px 0px 80px!important;
}

.supplier-first {
    display: block;
    max-width: var(--size-safearea);
    margin: 0px auto;
    margin-top: 120px;
    padding: 80px;
    background: #fff;
}

.supplier-first-title {
    margin-bottom: 80px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #2A2B2E;
}

.supplier-first-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
    text-align: center;
}

.supplier-first-grid-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supplier-first-grid-box h6 {
    display: block;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
    margin: 10px auto;
}

.supplier-first-company {
    display: block;
    max-width: var(--size-safearea);
    margin: 30px auto;
    /*padding: 32px 80px;*/
    padding: 32px;
    background: #fff;
}

.supplier-first-company-title {
    margin-bottom: 30px;

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #2A2B2E;
}

.supplier-first-company-content {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2A2B2E;
}

.supplier-first-company-content-link {
    margin-top: 30px;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #198AF2;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.layui-form-item {
    display: block;
}

.layui-form-label {
    /*样式冲突重置*/
    min-width: 8%;
}

.layui-input-inline {
    /*样式冲突重置*/
    width: auto;
    min-width: 38%;
}

.layui-form-label span {
    /*样式冲突重置*/
    font-size: 14px;
    color: #FF5722;
}

.layui-btn,
.layui-btn:hover {
    background: #fff;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    color: #595959
}

.dot {
    border: 1px solid var(--color-grey-gray);
    width: 4px;
    height: 4px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: -3px;
}

.item {
    flex: 1;
    border-bottom: 1px solid rgb(62 63 70 / 15%);
}

.supplier-preview input,
.supplier-preview textarea {
    border: none !important;
}

.supplier-preview .layui-edge {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nav ul {
        border-radius: 5px;
        justify-content: center;
        align-items: unset;
    }
    .nav li {
        width: auto;
        display: none;
    }
    .nav ul li:nth-child(1) {
        width: auto;
        position: absolute;
    }
    .nav ul li:nth-child(5)>a {
        padding: 0;
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        color: #2A2B2E !important;
    }
    .nav .current {
        display: block;
        /* show only current <li> item */
    }
    .nav a {
        display: block;
        text-align: left;
    }

    .nav .current a {
        background: none;
        color: #666;
    }
    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }
    /* center nav */
    .nav.center ul {
        left: 50%;
    }
    .supplier-transparent,
    .supplier-agreement,
    .supplier-first,
    #supplier-section2 {
        margin-top: 0px;
    }
}
