@charset "utf-8";
/* CSS Document */

.article_content h3 {
    position: relative;
    color: #c87b63;
    width: 100%;
    padding: 0.25em 0.5em 0.25em 1.2em;
    border: 1px solid #e9a893;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #eee;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.06);
    background: #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+50,ffffff+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .article_content h3::after {
        position: absolute;
        top: 50%;
        left: 0.7em;
        transform: translateY(-50%);
        content: '';
        width: 5px;
        height: 12px;
        background-color: #ff6464;
        border-radius: 4px;
    }

.LoginForm h3 {
    position: relative;
    color: #c87b63;
    width: 100%;
    padding: 0.25em 0.5em 0.25em 1.2em;
    border: 1px solid #e9a893;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #eee;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.06);
    background: #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+50,ffffff+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .LoginForm h3:after {
        position: absolute;
        top: 50%;
        left: 0.7em;
        transform: translateY(-50%);
        content: '';
        width: 5px;
        height: 12px;
        background-color: #ff6464;
        border-radius: 4px;
    }

.article_content input {
    padding: 5px 10px;
    border: 1px solid #aaa;
}

.article_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
    /*.form ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.form ul li{
    display: block;
    width: 100%;
    margin: 10px 0;
}*/
    .article_content.SupplierForm {
    }

        .article_content.SupplierForm ul {
            margin-bottom: 20px;
        }

            .article_content.SupplierForm ul li {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                width: 50%;
                padding-bottom: 10px;
                border-bottom: 0px dotted #999;
            }

    .article_content ul li.form_area {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 10px 20px 10px 20px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    /*.form ul li ul{
    display: flex;
    flex-wrap:wrap;
    padding: 0px;}
.form ul li ul li{
    display: flex;
    align-items: center;
    width: 48%;
    padding: 10px 0;
    margin-right: 1%;
}

.form ul li ul li.full_size{
    width: 100%;
}*/
    .article_content ul li ol.iti__country-list li {
        display: block;
        width: auto;
        padding: 0;
        margin: 5px 10px;
        flex-wrap: wrap;
    }

    .article_content input {
        height: 36px;
        font-size: 1.4rem;
    }

input.admin_name {
    margin-right: 5px;
}

input.size_tiny {
    width: 60px;
}

input.size_short {
    width: 200px;
}

input.size_middle {
    width: 290px;
}

input.size_long {
    width: 460px;
}

input.size_phone {
    width: 90px;
}

textarea.size_tiny {
    width: 40px;
}

textarea.size_short {
    width: 200px;
}

textarea.size_middle {
    width: 320px;
}

textarea.size_long {
    width: 460px;
}

textarea.size_phone {
    width: 90px;
}

.article_content textarea {
    width: 100%;
    height: 200px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #aaa;
    outline: none;
}

.SupplierForm ul li.textarea {
    align-items: flex-start;
}

span.star {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.5rem;
    color: #ff0000;
    font-weight: 600;
}

.title_wrap h6 {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.6rem;
    white-space: nowrap;
    margin-bottom: 10px;
}

.content_wrap {
    /*margin-bottom: 30px;*/
}

    .content_wrap p {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 2;
    }

.tele_wrap {
    display: flex;
    align-items: center;
    height: 36px;
    /*padding: 0 10px;
    border: 1px solid #aaa;*/
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

    .tele_wrap select {
        border: 1px solid #aaa;
        background-color: transparent;
    }

    .tele_wrap input {
        height: 36px;
        border: 1px solid #aaa;
        padding: 5px 10px;
        margin: 0 3px;
    }

.article_content ul li ul.agree_items {
}

    .article_content ul li ul.agree_items li {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        background-color: #eee;
    }

.login_wrap .btn_wrap {
    justify-content: center;
}

.inquiry_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #666;
}

.signin_btn a, .forget_pw a {
    font-size: 1.4rem;
    margin: 0 5px;
}

.verification_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*margin-top: 10px;*/
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

    .verification_wrap p {
        margin: 10px 0;
    }

.login_wrap a {
    padding: 0 24px;
}

.item_inputbox a {
    padding: 0;
}

.verification {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.verification_input input {
    margin-bottom: 10px;
    height: 36px;
    padding: 0 15px 0 15px;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.SupplierForm {
    width: 95%;
    margin-bottom: 30px;
}

    .SupplierForm ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

        .SupplierForm ul li {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: flex-start;
            width: calc(50% - 20px);
            padding: 18px 0;
            border-bottom: 1px solid #ddd;
        }

            .SupplierForm ul li.helf_li h6 {
                width: calc(100% - 10px);
                margin-bottom: 10px;
            }

    .SupplierForm .ms-drop ul li {
        width: 100%;
    }

    .SupplierForm ul li.old_pw {
        width: 100%;
    }

    .SupplierForm ul li ul li {
        width: 100%;
    }

.article_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_item {
}

.form_content {
    /*width: 100%;*/
}

.title_wrap h6 {
    position: relative;
    /*padding-left: 15px;*/
}
/*.title_wrap h6:after{
    position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height: 5px;
     border: solid 3px #909f7f;
     border-radius:100%;
}*/
a.view {
    width: 20px;
    height: 20px;
    background-image: url("../images/view.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    a.view.eye_hidden {
        background-image: url("../images/hidden.png");
    }

a.field-icon {
    width: 16px;
    height: 16px;
    background-image: url("../images/view.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a.field-icon-slash {
    width: 16px;
    height: 16px;
    background-image: url("../images/hidden.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.field-icon-slash {
    float: right;
    margin-top: 10px;
    margin-left: -26px;
    position: relative;
    z-index: 2;
}

a.field-icon1 {
    width: 20px;
    height: 20px;
    background-image: url("../images/view.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a.field-icon-slash1 {
    width: 20px;
    height: 20px;
    background-image: url("../images/hidden.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a.field-icon2 {
    width: 20px;
    height: 20px;
    background-image: url("../images/view.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a.field-icon-slash2 {
    width: 20px;
    height: 20px;
    background-image: url("../images/hidden.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SupplierItems {
    width: 95%;
}

    .SupplierItems ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .SupplierItems ul li {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            width: 50%;
            padding: 18px 0;
            /*padding-bottom: 10px;
    margin-bottom: 20px;*/
            border-bottom: 1px solid #ddd;
        }

            .SupplierItems ul li.full_li h6 {
                width: calc(100% - 10px);
                margin-bottom: 10px;
            }
/*.SupplierItems ul li:nth-last-child(1){
    border-bottom: 0px solid #ddd;
}*/
.SupplierForm ul li.full_li {
    width: 100%;
}

.SupplierForm ul li.helf_li {
    width: 100%;
    margin-right: 1%;
    align-items: flex-start;
    flex-direction: column;
}

.SupplierForm ul li .checkbox_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .SupplierForm ul li .checkbox_wrap label {
        margin-bottom: 10px;
    }

    .SupplierForm ul li .checkbox_wrap input {
        margin-bottom: 10px;
    }

.SupplierForm ul li.helf_li select.select_box_normal {
    margin-bottom: 10px;
}

.SupplierItems ul li.full_li {
    width: 100%;
}

.certification_form {
}

    .certification_form ul {
        width: 100%;
    }

        .certification_form ul li {
            background-color: #fff;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            border: 1px solid #e9a893;
            box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.12);
            padding: 20px;
            margin: 10px;
        }

.certification_photo {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product_photo {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.certification_photo p {
    display: block;
    width: 100%;
}

.certification_photo img {
    width: 100px;
    height: auto;
    border: 1px dashed #aaa;
    padding: 5px;
    background-color: #fff;
}

.upload_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.SupplierContent {
    width: 95%;
}

.certi_wrap {
    width: 100%;
}

    .certi_wrap ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

        .certi_wrap ul li {
            display: flex;
            justify-content: flex-start;
            align-content: flex-start;
            flex-wrap: wrap;
            width: auto;
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0px dashed #aaa;
            margin-right: 20px;
            padding-top: 0;
        }

            .certi_wrap ul li:nth-last-child(1) {
                /*border-bottom: 0px dashed #aaa;*/
            }

.certification_name {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.certification_brief {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.brief_content {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
}

.article_wrap.end_wrap {
    border-bottom: 0px solid #000;
    padding-bottom: 0px;
}

.brand_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

    .brand_wrap input {
        margin-right: 5px;
    }

    .brand_wrap ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .brand_wrap ul li {
            display: flex;
            justify-content: center;
            width: calc(20% - 20px);
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 20px;
        }

            .brand_wrap ul li img {
                display: block;
                width: auto;
                height: 100px;
                margin-bottom: 10px;
            }

            .brand_wrap ul li p {
                display: block;
                width: 100%;
                text-align: center;
                font-weight: bold;
            }

.edit.brand_wrap {
}

    .edit.brand_wrap ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .edit.brand_wrap ul li {
            display: flex;
            justify-content: flex-start;
            width: calc(50% - 20px);
            flex-wrap: wrap;
            align-items: center;
            background-color: #f4f4f4;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            border: 1px solid #e9a893;
            box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.12);
            padding: 20px;
            margin: 10px;
        }

            .edit.brand_wrap ul li img {
                display: block;
                width: auto;
                height: 100px;
            }

            .edit.brand_wrap ul li p {
                display: block;
                width: auto;
                text-align: left;
                font-weight: bold;
            }

.upload_certification {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.upload_product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    /*margin-bottom: 10px;*/
}

.item_inputbox {
    margin-bottom: 10px;
    margin-right: 5px;
}

.btn_right {
    display: flex;
    justify-content: flex-end;
}

.upload_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.edit.brand_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.edit.brand_photo {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dele_file {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
}

    .dele_file a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background-color: #8f9f38;
        color: #fff;
        border: 1px solid #8f9f38;
        font-family: Arial, sans-serif;
        text-indent: -9999px;
        background-image: url(../images/close.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

        .dele_file a:hover {
            color: #8f9f38;
            border: 1px solid #8f9f38;
            background-color: #fff;
            background-image: url(../images/close_o.png);
        }

.article.forget_pw_wrap {
    width: 30vw;
}

.company_photo {
    display: flex;
    flex-wrap: wrap;
}

    .company_photo img {
        width: 80px;
        height: 53px;
    }

img.supplier_logo {
    width: auto;
    height: 100px;
}

.products_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box_inside {
    margin: 0 10px;
    padding-right: 10px;
    border-right: 1px dashed #aaa;
}

    .box_inside:nth-last-child(1) {
        border-right: 0px dashed #aaa;
    }

@media screen and (max-width: 1366px) {

    .article_content {
        width: 100%;
        margin: 0 auto;
    }

    .SupplierForm {
        width: 95%;
    }

    .SupplierContent {
        width: 95%;
    }

    .SupplierItems {
        width: 95%;
    }
}

@media screen and (max-width: 1180px) {

    .SupplierForm {
        width: 95%;
    }

        .SupplierForm h6 {
            width: 90%;
        }

    .country_wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {

    .path {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 820px) {

    .article_content ul li ul li.full_size {
        width: 100%;
    }

    .article_content.SupplierForm ul li {
        width: 100%;
    }

    .SupplierForm h6 {
        width: 90%;
        margin-bottom: 5px;
    }

    .form_content {
        width: 100%;
    }

    .edit.brand_wrap ul li {
        width: 100%;
    }

    .article.forget_pw_wrap {
        width: 95vw;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
    .SupplierForm ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    input.size_long {
        width: 100%;
    }

    input.admin_name {
        margin-right: 5px;
    }

    .article_content textarea {
        width: 100%;
    }

    .SupplierItems ul li {
        width: 100%;
    }

    .certi_wrap ul li {
        width: auto;
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .brand_wrap ul li {
        width: 100%;
    }

    .tele_wrap {
        flex-wrap: wrap;
        height: auto;
    }

        .tele_wrap input {
            margin: 0 5px 5px 5px;
        }

    .SupplierForm ul li.helf_li {
        width: 100%;
    }

    .SupplierForm ul li ul li {
        margin: 0;
    }
}
