/*公共样式*/
html, body {
    height: 100%;
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif' !important;
}

.header .layui-nav-child {
    z-index: 99999;
    top: 60px;
    left: auto;
    right: 0;
}

.seraph {
    font-size: 16px !important;
}
/* .main_body{ min-width:1200px; } */
.layui-nav .layui-nav-item a {
    cursor: pointer;
    color:#6A6A6A;
}

.layui-nav .layui-nav-item > a {
    color: rgba(255,255,255,0.9);
    max-height: 60px;
}

.layui-layer-tab .layui-layer-title span {
    padding: 0 !important;
}

iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
}

.top_menu.layui-nav .layui-nav-child dd.layui-this a, .closeBox.layui-nav .layui-nav-child dd.layui-this a, .closeBox .layui-nav-child dd.layui-this, .top_menu .layui-nav-child dd.layui-this {
    background: none;
    color: #333;
}

.layui-nav .layui-nav-child a:hover, .layui-nav .layui-nav-child dd.layui-this a:hover {
    background-color: #fff;
    color: #0078D7 !important;
}
/* .main_body {
    min-width: 1250px;
} */
/*模拟加载层图标样式*/
.layui-layer-dialog .layui-layer-content .layui-layer-ico16 {
    background-size: 100% 100% !important;
}
/*样式改变的过渡*/
.layui-body, .layui-footer, .layui-layout-admin .layui-side, .logo, .topLevelMenus li.layui-nav-item, .topLevelMenus li.layui-nav-item:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
/*隐藏*/
*[mobile], .component .layui-select-title i.layui-edge {
    display: none;
}

/*打开页面动画*/
.layui-tab-item.layui-show {
    animation: moveTop 1s;
    -webkit-animation: moveTop 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@keyframes moveTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes moveTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes moveTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*锁屏*/
.admin-header-lock {
    width: 320px;
    height: 170px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.admin-header-lock-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

    .admin-header-lock-img img {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 0 30px #44576b;
    }

.admin-header-lock-name {
    color: #009688;
    margin: 8px 0 15px 0;
}

.input_btn {
    overflow: hidden;
    margin-bottom: 10px;
}

.admin-header-lock-input {
    width: 170px;
    color: #fff;
    background-color: #009688;
    float: left;
    margin: 0 10px 0 40px;
    border: none;
}

    .admin-header-lock-input::-webkit-input-placeholder {
        color: #fff;
    }

    .admin-header-lock-input::-moz-placeholder {
        color: #fff;
    }

    .admin-header-lock-input:-ms-input-placeholder {
        color: #fff;
    }

    .admin-header-lock-input:-moz-placeholder {
        color: #fff;
    }

#unlock {
    float: left;
}

#lock-box p {
    color: #e60000;
}
/*顶部*/
.header {
    z-index: 2000;
}

.logo {
    color: #fff !important;
    float: left;
    line-height: 60px;
    font-size: 14px;
    padding-left: 22px;
    text-align: center;
    width: 152px;
    text-align: left;
}

.hideMenu {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    background-color: #1AA094;
}

    .hideMenu:hover {
        color: #fff;
    }

.layui-nav cite {
    margin-left: 5px;
}
/*顶部右侧*/
.topLevelMenus {
    float: left;
}

    .topLevelMenus li.layui-nav-item:hover {
        background-color: #3C65A4;
    }
/* .layui-nav .layui-this:after{ bottom:-5px!important;} */
.header .layui-nav-bar {
    top: 60px !important;
}

.topLevelMenus .layui-nav-item.layui-this {
    background-color: #2B579A !important;
}

.top_menu.layui-nav .layui-this:after {
    width: 0px;
}

.top_menu .layui-nav-bar, .mobileTopLevelMenus .layui-nav-bar {
    background-color: rgba(0,0,0,0.7);
}

/*左侧导航*/
.layui-nav {
    background-color: inherit !important;
}

.showMenu.layui-layout-admin .layui-side {
    left: -200px;
}

.showMenu .layui-body, .showMenu .layui-footer {
    left: 0;
}
/*左侧用户头像*/
.top_menu {
    background-color: inherit !important;
    position: absolute;
    right: 0;
    top: 0;
}

.layui-layout-admin .layui-side {
    left: 0;
    overflow: visible;
    border: 1px solid #C9C9C9;
}

.user-photo {
    width: 200px;
    height: 120px;
    padding: 15px 0 5px;
}

    .user-photo a.img {
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

        .user-photo a.img img {
            display: block;
            border: none;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 4px solid #44576b;
            box-sizing: border-box;
        }

    .user-photo p {
        display: block;
        width: 100%;
        height: 25px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        white-space: nowrap;
        line-height: 25px;
        overflow: hidden;
    }
/*左侧导航重定义*/
/* .layui-nav-item.layui-nav-itemed{ background-color:#2B2E37 !important;} */
/* .layui-nav-itemed:before{ width:5px; height:100%; background-color:#009688; position:absolute; content:''; left:0; top:0;} */
.layui-nav-itemed .layui-nav-child a {
    padding-left: 40px;
}
/*左侧搜索框*/
.component {
    width: 180px;
    height: 30px;
    margin: 0 auto 5px;
    position: relative;
}

    .component .layui-input {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        border: none;
        transition: all 0.3s;
        background: rgba(255,255,255,0.05);
    }

        .component .layui-input:focus {
            background: #fff;
            color: #000;
        }

    .component .layui-form-select dl {
        top: 33px;
        background: #fff;
    }

    .component .layui-icon {
        position: absolute;
        right: 8px;
        top: 8px;
        color: #000;
    }

    .component dl dd {
        color: #000 !important;
    }

        .component dl dd.layui-this {
            color: #fff !important;
        }

        .component dl dd.layui-select-tips {
            color: #999 !important;
        }

/*layui-body*/
.layui-body {
    overflow: hidden;
    background: #fff;
}

#top_tabs_box {
    padding-right: 138px;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
    background-color: #dedede;
}

#top_tabs {
    position: absolute;
    border-bottom: none;
    padding-left: 26px;
}

.layui-tab-title .layui-this {
    background-color: #1AA094;
    color: #fff;
}

    .layui-tab-title .layui-this:after {
        border: none;
    }

.layui-tab-title li cite {
    font-style: normal;
    padding-left: 5px;
    font-size: 14px;
}

.clildFrame.layui-tab-content {
    top: 41px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0; /*padding-bottom: 20px;*/
}

.main_body .layui-layout-admin .layui-body {
    bottom: 0;
}
/*多窗口页面操作下拉*/
.closeBox {
    position: absolute;
    right: 0;
    color: #000;
    border-left: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    padding: 0;
}

    .closeBox.layui-nav .aja-nav-item a {
        padding: 0 10px !important;
    }

    .closeBox .layui-nav-item {
        line-height: 30px;
    }

        .closeBox .layui-nav-item > a, .closeBox .layui-nav-item > a:hover {
            color: #000;
        }

    .closeBox .layui-nav-child {
        top: 31px;
        left: -75px;
    }

    .closeBox .layui-nav-bar {
        display: none;
    }

    .closeBox a i.caozuo {
        font-size: 20px;
        position: absolute;
        top: 1px;
        left: 0;
    }

    .closeBox a span.layui-nav-more {
        border-color: #454545 transparent transparent;
    }

        .closeBox a span.layui-nav-more.layui-nav-mored {
            border-color: transparent transparent #454545;
        }
/*功能设定*/
.functionSrtting_box {
    padding-top: 15px;
}

    .functionSrtting_box .layui-form-label {
        width: 81px;
    }

    .functionSrtting_box .layui-word-aux {
        position: absolute;
        left: 60px;
        top: 9px;
        font-size: 12px;
    }
/*换肤*/
.skins_box {
    padding: 10px 34px 0;
}

.skinBtn {
    text-align: center;
}
/*橙色*/
.orange .layui-layout-admin .layui-header {
    background-color: orange !important;
}

.orange .layui-bg-black {
    background-color: #e47214 !important;
}
/*蓝色*/
.blue .layui-layout-admin .layui-header {
    background-color: #3396d8 !important;
}

.blue .layui-bg-black, .blue .hideMenu {
    background-color: #146aa2 !important;
}
/*自定义*/
.skinCustom {
    visibility: hidden;
}

    .skinCustom input {
        width: 48%;
        margin: 5px 2% 5px 0;
        float: left;
    }

.orange .layui-nav-tree .layui-nav-child a, .blue .layui-nav-tree .layui-nav-child a {
    color: #fff;
}

.orange .top_menu.layui-nav .layui-nav-more, .blue .top_menu.layui-nav .layui-nav-more {
    border-color: #fff transparent transparent !important;
}

.orange .top_menu.layui-nav-itemed .layui-nav-more, .orange .top_menu.layui-nav .layui-nav-mored, .blue .top_menu.layui-nav-itemed .layui-nav-more, .blue .top_menu.layui-nav .layui-nav-mored {
    border-color: transparent transparent #fff !important;
}
/*底部*/
.footer {
    text-align: center;
    line-height: 44px;
    border-left: 1px solid #DCDCDC;
    z-index: 999;
}


/*@media screen and (max-width: 1080px){
	.mobileTopLevelMenus[mobile]{display:inline-block;}
	.site-mobile .site-tree-mobile,.topLevelMenus[pc]{display:none !important;}
}*/
.mobileTopLevelMenus[mobile] {
    display: inline-block;
}

.site-mobile .site-tree-mobile, .topLevelMenus[pc] {
    display: inline-block !important;
}


/*@media screen and (max-width: 720px){
	.hideMenu{ display: none !important; }
	.mobileTopLevelMenus[mobile]{ padding:0;}
	.top_menu>li[pc]{ display: none !important; }

	.layui-layout-admin .layui-side{ left:-260px; }
	.site-mobile .layui-side{ left: 0; z-index:1100; }
	.site-tree-mobile {display: block!important; position: fixed; z-index: 100000; bottom: 15px; left: 15px; width:40px; height:40px; line-height:40px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;}
	.site-mobile .site-mobile-shade { content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); z-index: 999;}
	.layui-body,.layui-layout-admin .layui-footer{ left:-2px; }
}*/
/*@media screen and (max-width:480px){
	.logo{ width:120px; font-size: 18px;}
	#userInfo>a{ padding:0 10px;}
	.mobileTopLevelMenus[mobile] li>a{ padding:0 17px 0 15px;}
	.logo,.layui-nav.top_menu{ padding:0 5px;}
	.adminName,.top_menu dd[pc]{ display: none !important; }
	[mobile],.top_menu .layui-nav-item.showNotice[pc]{ display:inline-block !important; }
}*/





/*修改顶部高度*/
.header .layui-nav-child, .layui-body, .layui-layout-admin .layui-side, .header .layui-nav-bar {
    top: 45px !important;
}

.header .layui-nav .layui-nav-item, .header .layui-nav .layui-nav-item > a, .logo {
    line-height: 45px !important;
    max-height: 45px !important;
    background-color: #2A2E3F;
    height: 40px;
}

.mobileTopLevelMenus {
    float: left;
}

.header {
    background-color: #2A2E3F !important;
    max-height: 45px !important;
}

.hideMenu {
    margin-top: 10px;
}
/* index页*/
.card1 {
    background: url('../images/在线订仓.png') no-repeat center center;
}

.card2 {
    background: url('../images/物流跟踪.png') no-repeat center center;
}

.card3 {
    background: url('../images/提单申领.png') no-repeat center center;
}

.card4 {
    background: url('../images/费用审核.png') no-repeat center center;
}

.card1:hover {
    background: url('../images/在线订仓 copy.png') no-repeat center center;
}

.card2:hover {
    background: url('../images/物流跟踪 copy.png') no-repeat center center;
}

.card3:hover {
    background: url('../images/提单申领 copy.png') no-repeat center center;
}

.card4:hover {
    background: url('../images/费用审核 copy.png') no-repeat center center;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #007AFF !important;
    outline: none !important;
}
/* 自定义样式 */
.seraph-icon-message + cite {
    display: block;
    width: 46px;
    height: 21px;
    background-color: #F5A623;
    border: 2px solid #ffffff;
    border-radius: 99px;
    text-align: center;
    line-height: 25px;
    font-family: Helvetica;
    font-size: 18px;
    color: #FFFFFF;
}

.spectaculars-box {
    width: 100%;
    height: 100%;
}

.logo > .cut-off {
    width: 1px;
    height: 24.8px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 5px;
}

.logo > span {
    font-size: 12px;
    margin-left: 12px;
    color: #ffffff;
}

.spectaculars-box {
    width: 1070px;
    /* border: 1px solid #333; */
    /* margin: 0 auto; */
    position: absolute;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.spectaculars-header h6 {
    font-family: PingFangSC-Regular;
    font-size: 30px;
    color: #354052;
    margin-top: 60px;
}

.spectaculars-header p {
    font-size: 20px;
    color: #354052;
    margin-top: 10px;
}

.spectaculars-content ul {
    margin-top: 30px;
    width: 892px;
    padding-top: 52px;
    position: absolute;
    left: 50%;
    margin-left: -446px;
}

.spectaculars-content li {
    border: 1px solid #CECECE;
    width: 205px;
    height: 205px;
    float: left;
    text-align: center;
    border-radius: 4px;
    margin-right: 18px;
    margin-bottom: 18px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

    .spectaculars-content li > div {
        width: 100%;
        position: absolute;
        bottom: 15px;
        text-align: center;
        height: 30px;
        background: #fff;
    }

    .spectaculars-content li:hover div {
        background: rgb(61, 108, 191);
        color: #fff;
    }

    .spectaculars-content li a {
        display: block;
    }

.spectaculars-content img {
    width: 205px;
    height: 205px;
    /* margin-top: 52px; */
}

.spectaculars-content p {
    font-size: 18px;
    color: #354052;
    margin-top: 10px;
}

.spectaculars-content .default {
    margin-top: 91px;
    font-size: 18px;
    color: #9C9C9C;
}

.foot-logo {
    position: absolute;
    right: 25px;
    bottom: 0;
}

.layui-nav-bar {
    display: none !important;
}

.layui-nav .layui-this:after {
    display: none;
}



body .layui-nav-tree .layui-nav-item a:hover {
    background: #f1f1f1 !important;
    color: #6A6A6A;
}

body .layui-nav-tree .layui-nav-item .layui-nav-child a:hover {
    background: #f1f1f1!important;
    color: #000;
}

.layui-side {
    /* background-color: #f5f5f5; */
    background: #f6f6f6;
    /*padding-top: 10px;*/
}

    .layui-side .layui-nav .layui-nav-item > a {
        color: #6A6A6A;
        /*margin-top:20px;*/
        /* font-size: 16px; */
    }

/* .layui-side cite,.layui-nav cite {
	font-size: 16px;
} */
.layui-nav-tree .layui-this {
    background-color: #f6f6f6;
}

    .layui-nav-tree .layui-this > a {
        color: #0069C6 !important;
        background-color: #f6f6f6 !important;
        /* background-color: #fff !important; */
    }

.layui-nav-tree > ul > li {
    background-color: #f6f6f6;
}
/* .layui-nav-tree .layui-nav-item:hover {
	background-color: #fff !important;
} */

.layui-nav-itemed > a {
    color: #6A6A6A !important;
}

.layui-nav-itemed .layui-nav-child {
    /*background-color: #fff !important;*/
    /* border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC; */
}

.layui-nav-tree .layui-nav-child a {
    color: #6A6A6A;
    background-color: #f6f6f6;
}

.layui-nav-tree .layui-nav-child .layui-this > a {
    background-color: #f1f1f1 !important;
}

.layui-icon-position {
    position: absolute;
    right: 30px;
}

.layui-nav .layui-nav-more {
    background: url("../images/黑-下拉.png") no-repeat center center;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 15px;
    height: 15px;
    top: 16px;
    /* right: 25px; */
    margin-top: 0px !important;
    border-width: 0px;
}

.layui-nav .layui-nav-mored {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 16px;
}

#top_tabs_box .layui-nav-more {
    top: 7px;
}

.layui-header .layui-nav .layui-nav-more {
    /* content: url("../images/下拉.png"); */
    background: url("../images/下拉.png") no-repeat center center;
    top: 15px;
}

.layui-nav-itemed .layui-nav-more {
    /* content: url("../images/黑-下拉.png"); */
    background: url("../images/黑-下拉.png") no-repeat center center;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: 14px;
    height: 14px;
    border-width: 0px;
    top: 15px;
}
/* 隐藏左侧导航按钮 */
.hideMenu {
    position: absolute;
    top: -10px;
    left: 201px;
    z-index: 999;
    width: 24px;
    height: 30px;
    background-color: #EBEBEB;
    /* margin-top: -25px; */
    padding: 0;
}

#top_tabs_box .layui-tab-title li {
    line-height: 29px;
    font-size: 12px;
    background-color: #EBEBEB;
    color: #6A6A6A;
    /*opacity: 0.7;*/
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    margin-right: -1px;
}

    #top_tabs_box .layui-tab-title li:hover {
        background: #DDDDDD;
    }

    #top_tabs_box .layui-tab-title li .layui-tab-close {
        color: #6A6A6A;
        font-size: 14px !important;
    }

    #top_tabs_box .layui-tab-title li.layui-this {
        color: #4A4A4A;
        letter-spacing: 0;
        background-color: #FFFFFF;
        opacity: 1;
        height: 31px;
        border-bottom: 0;
    }

        #top_tabs_box .layui-tab-title li.layui-this:hover {
            color: #6A6A6A;
            letter-spacing: 0;
            background-color: #D5E1F2;
            opacity: 1;
            height: 31px;
        }



/* .layui-layer-page {
    width: 455px !important;
} */
.layui-body {
    background: #fff;
}


.closeBox.layui-nav .aja-nav-item a, .top_menu.layui-nav .aja-nav-item a {
    display: block;
    padding: 0 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #000;
    height: 30px;
}

.top_menu.layui-nav .aja-nav-item > a {
    line-height: 45px !important;
    height: 45px !important;
    background-color: #2A2E3F;
    color: #fff;
}

.top_menu.layui-nav .aja-nav-item {
    line-height: 45px !important;
    max-height: 45px !important;
    background-color: #EF4333;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

.closeBox.layui-nav .aja-nav-item a:hover {
    color: #000;
}

.closeBox .aja-nav-item {
    line-height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.aja-show {
    display: block !important;
}

.aja-hide {
    display: none !important;
}

/*.xiahua{
        border-bottom: 2px solid #fff;
}*/
.xiahua >a{
    color:#fff!important;
}
/*.xiahua >a >cite {
     border-bottom: 2px solid #fff;
     padding-bottom:10px;
}*/

.xiahua:after{
content: " ";
    width: 76px;
    height: 2px;
    background: #fff;
    position: absolute;
    /* top: 80px; */
    right: 10px;

}


#top-menu{
    position: absolute;
    overflow: hidden;
    height: 40px;
}
.hiddenBtn{
    display:none !important;
}

.otherMenu{
    width: 20px;
    height:20px;
    cursor:pointer;
}
.hideMenuList{
    width: 100px;
    height: auto;
    background-color: #2A2E3F;
    position: absolute;
    left: -32px;
}
.hideMenuList ul{
    text-align: center;
}

.hideMenuList li{
    cursor: pointer;
}

.hideMenuList li:hover{
    background-color: #2A2E3F;
    opacity: 0.5;
}
