﻿.layui-nav-itemed > .layui-nav-child {
    background-color: rgba(200,200,200,.3) !important;
}

.layui-nav-child-text {
    text-align: center;
}

.layui-colla-title .tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 18px 10px;
    height: 56px;
}

.layui-colla-title .platformlogo {
    margin-right: 0;
    width: 110px !important;
    height: 50px;
}

.platform_icon_wrap {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 110px;
    height: 90px;
}

    .platform_icon_wrap .platform_sprite_icon.icon_type_left {
        top: 18%;
        width: 200px;
        height: 90px;
        background-position-x: -310px;
        transform-origin: center left;
    }

    .platform_icon_wrap .platform_sprite_icon.shopee {
        background-position-y: -90px;
    }

    .platform_icon_wrap .platform_sprite_icon.lazada {
        background-position-y: -180px;
    }

    .platform_icon_wrap .platform_sprite_icon.tiktok {
        background-position-y: -990px;
    }

    .platform_icon_wrap .platform_sprite_icon {
        display: inherit;
        position: absolute;
        background-color: transparent;
        background-image: url('../../Content/images/platform_logo.png');
        background-repeat: no-repeat;
    }

.layui-menu-body-title-alignLeft {
    text-align: left !important;
}

.layui-form-select dl dd {
    font-size: 14px !important;
}

.layui-nav-child-text cite {
    margin-top: 12px !important;
}

.layui-tab-brief .layui-table-view {
    margin: 0 0 !important;
}

.preview .img_out {
    margin-top: 20px;
    width: 100%;
    height: 390px;
}

.img_out > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 1px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.label_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 10px;
    width: 100%;
}

    .label_list label {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin-bottom: 20px;
        width: 160px;
        height: 140px;
    }

        .label_list label > input[type="radio"] {
            position: absolute;
            top: 30px;
            left: 30px;
            z-index: -1;
        }

        .label_list label > .img_out {
            margin: 0 10px;
            border: 2px solid #eee;
            width: 140px;
            height: 90px;
            background: #fff;
        }

.img_out {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.label_list label > input[type="radio"]:checked ~ .img_out > span {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    color: #0c9;
    background: #fff;
}

.label_list label > span {
    padding-top: 10px;
    text-align: center;
}

.img_box .img_item {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
    border: 1px solid #bcbcbc;
    padding: 1px;
    width: 80px;
    height: 80px;
}
.layui-card {
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,.05) !important;
}
.tit {
    margin-bottom: 10px;
    color: #909399;
    width: 100%;
    height: 40px;
}
.platformlogo {
    float: left;
    height: 40px;
}
.address_cont .name_info {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: flex-start;
}
.address_cont .name_info > span[data-name="phone"] {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.address_cont .address_info {
    margin-bottom: 10px;
    text-align: left;
}
.layui-form-label-title {
    width: 150px;
    text-align: left;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 20px;
}
.user_info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.user_info .lt{
    margin-right: 30px;
    width: 90px;
    height: 90px;
}
    .user_info .use_img{
        border-radius: 50%;
        width: 90px;
        height: 90px;
        font-size: 40px;
        line-height: 90px;
        text-align: center;
        color: #fff;
        background: #eee;
    }
.user_info .rt > div {
    margin-top: 15px;
}
.user_info .rt > div > span:first-child {
    display: inline-block;
    padding-right: 20px;
    width: 120px;
    text-align: right;
}