﻿/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

@font-face {
    font-family: dineuePROTT;
    src: url('../style/adineuePROTT-Light_0.ttf');
}@font-face {
    font-family: dineuePROTTRegular;
    src: url('../style/adineuePROTT-Regular.ttf');
}
body {
    /*background: #fff;
    color: #555;
    font-size: 14px;*/
    font-family: dineuePROTT,"PingFang SC", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

/*a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }*/

img {
    border: none;
    vertical-align: middle;
}

ol, ul, li {
    list-style: none;
}

/*input, textarea, select, button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}*/

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *+height:1%;
}


/*公共类*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

.wrapper {
    min-height: 100vh;
    background: #f5f5f1;
    padding-bottom: 50px;
}

.topline {
    height: 8px;
    width: 100%;
    background: #f8e71c;
}
/*下拉框选中样式*/
.layui-unselect dl dd.layui-this {
    background-color: #f5f5f1;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}



@media screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

.img-responsive {
    width: 100%;
    display: block;
    height: auto;
}


.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #c4d600;
}


.layui-form-checkbox[lay-skin=primary] i {
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c4d600;
    background-color: #c4d600;
}

.layui-form-checkbox[lay-skin=primary] span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
}

/*.adidas-search .layui-unselect, .adidas-search .multiSelect, .adidas-search .layui-input {
    border: none;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 2px 0 rgba(185,185,185,0.12), 0 2px 2px 0 rgba(108,108,108,0.20);
    -webkit-box-shadow: 0 0 2px 0 rgba(185,185,185,0.12), 0 2px 2px 0 rgba(108,108,108,0.20);
    box-shadow: 0 0 2px 0 rgba(185,185,185,0.12), 0 2px 2px 0 rgba(108,108,108,0.20);
}*/

.adidas-search .layui-unselect, .adidas-search .multiSelect, .adidas-search .layui-input {
    border: none;
    font-size: 16px;
    letter-spacing: 2.14px;
    color: #6c6c6c;
    font-family: dineuePROTT;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 2px 0 rgba(185,185,185,0.12), 0 2px 2px 0 rgba(108,108,108,0.20);
    -webkit-box-shadow: 0 0 2px 0 rgba(185,185,185,0.12), 0 2px 2px 0 rgba(108,108,108,0.20);
    box-shadow: 0 0 2px 0 rgba(185,185,185,0.12), 0 2px 2px 0 rgba(108,108,108,0.20);
}

.adidas-search .searchby {
    font-size: 16px;
    color: #000;
    padding-right: 20px;
    font-family: dineuePROTT, 'Semibold',sans-serif;
}

.layui-layer-setwin .layui-layer-close2 {
    top: -47px !important;
    background: url(../images/icon_close_btn.png) no-repeat;
    background-size: contain;
    width: 56px !important;
    height: 60px !important;
    right: 184px !important;
    box-shadow: 0px 2px 7px 0px rgba(23, 21, 21, .5);
    border-radius: 50%;
    background-position: 0 0 !important;
}

.icon-ck__empty, .icon-ck__checked {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
}


.icon-ck__empty {
    background: url('../images/icon_ck_empty.png') no-repeat;
    background-size: contain;
}

.icon-ck__checked {
    background: url('../images/icon_ck_checked.png') no-repeat;
    background-size: contain;
}


/*分页控件颜色*/
.m-pagination-page > li.active > a {
    color: #000;
    background-color: #f8e71c;
    border-color: #f8e71c;
}

.layui-form-select .layui-edge {
    border-top-color: #4a4a4a;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    font-size: 16px;
}

    .layui-form-select dl dd.layui-this {
        background-color: #f5f5f1;
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

        .layui-form-select dl dd.layui-this::before {
            border: #f8e71c;
            width: 10px;
            height: 10px;
        }



.layui-unselect:not(.xm-select-validate) dl dd:hover:before {
    background: #f5f5f1;
}

.layui-unselect:not(.xm-select-validate) dl dd:before {
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #fff;
    margin-right: 6px;
}

.layui-unselect:not(.xm-select-validate) dl dd.layui-this {
    background-color: #f5f5f1;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

    .layui-unselect:not(.xm-select-validate) dl dd.layui-this:before {
        border-radius: 50%;
        content: " ";
        display: inline-block;
        height: 10px;
        width: 10px;
        background: #f7e81c;
        margin-right: 6px;
    }

.layui-layout-admin .layui-header {
    background: #fff;
}

.layui-layout-admin .layui-logo {
    /*width: 300px;*/
}

.adidas-menu {
    background: #fff;
    display: flex;
    text-align: center;
    padding-top: 35px;
    max-width: 1280px;
    margin: 0 auto;
}

    .adidas-menu li {
        display: flex;
    }

        .adidas-menu li:nth-child(n+2) {
            padding: 0 0 0 80px;
        }

        .adidas-menu li:nth-child(2) {
            padding-right: 100px;
            padding-left: 138px;
        }

    .adidas-menu .adidas-menu__step {
        font-size: 18px;
        padding-right: 10px;
        font-weight: bold;
        color: #000;
        padding-top: 5px;
    }

        .adidas-menu .adidas-menu__step span {
            font-size: 36px;
            padding-left: 10px;
        }


.menu-desc {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}

    .menu-desc.active:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8px;
        background-color: #f8e71c;
        transition: all .2s;
        -webkit-transition: all .2s;
    }

.layui-nav-item span {
    color: #1d5aab;
}

.layui-nav .layui-nav-item a, .layui-nav .layui-nav-item a:hover {
    color: #000;
}

.icon-list, .icon-task, .icon-isc, .icon-model, .icon-import, .icon-video,.icon-mnq {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-list {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_list_normal.png');
}

    .icon-list.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_list_active.png');
    }

.icon-task {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_task_normal.png');
}

    .icon-task.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_task_active.png');
    }

.icon-isc {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_isc_normal.png?ver=3.3');
}

    .icon-isc.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_isc_active.png?ver=3.3');
    }

.icon-mnq  {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_mnq_normal.png?ver=3.3');
}
    .icon-mnq.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_mnq_active.png?ver=3.3');
    }

.icon-model {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_model_normal.png?ver=3.3');
}
    .icon-model.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_model_active.png?ver=3.3');
    }

.icon-import {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_import_normal.png');
    background-position: bottom;
}

    .icon-import.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_import_active.png');
        background-position: bottom;
    }

.icon-video {
    width: 54px;
    height: 54px;
    background-image: url('../images/icon_video_normal.png?ver=3.3');
}

    .icon-video.active {
        width: 54px;
        height: 54px;
        background-image: url('../images/icon_video_active.png?ver=3.3');
    }


.layui-nav-bar {
    background: #f8e71c;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: #f2f2f2;
    color: #000;
}

/*滚动条 start*/
::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: rgba(0,0,0,0.3);
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(42, 51, 56, 0.7);
}

    ::-webkit-scrollbar-thumb:hover {
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: rgba(7, 170, 247, 1);
    }



.btn-default {
    background: #f8e71c;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    letter-spacing: 2px;
    font-family: dineuePROTT, sans-serif;
    letter-spacing: 3.6px;
}


.btn-primary {
    background: #000000;
    box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.50);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 3.6px;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    width: 100%;
}


.form-item input {
    font-size: 16px;
    color: #000000;
    letter-spacing: 2.14px;
    border: none;
    font-family: dineuePROTT,sans-serif;
}


.form-item .form-item__title {
    padding-bottom: 14px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'PingFang SC Semibold';
    color: #000;
    padding-left: 10px;
    letter-spacing: 1.88px;
}



.iconupload, .iconpreview, .icondelete {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
