.vertical-middle(){
    display: inline-block;
    vertical-align: middle;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.display_table_row{
    display: table-row;
    >*{
        display: table-cell;
    }
    >.colon{
        padding: 0 3px;
    }
}

@md_width: 1200px;
@sm_width: 1000px;
@xs_width: 750px;
#magic_header{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    a{
        text-decoration: none;
    }
    #fixed_navbar{
        background: #fefefe;
        .navbar_container{
            > div{
                text-align: left;
                display: inline-block;
                vertical-align: middle;
                height: 85px;
            }
        }
        .logo-nav-new {
            margin-right: 85px;
            padding: 12px 0;
            a{
                display: block;
                div {
                    font-size: 35px;
                    color: orange;
                    text-align: center;
                    height: 36px; line-height: 36px;
                }
                img {
                    display: block;
                    margin: 0 auto;
                    height: 75px;
                }
            }
            .banner {
                margin-left: 0px;
                font-size: 14px;
                overflow: hidden;
                letter-spacing: 5px;

                text-align: center;
                font-size: 18px; font-weight: 700;
                height: 25px; line-height: 25px;
                margin: 0;
            }
        }


        .navbar-header{
            @media (min-width: 768px){
                padding: 0;
            }
            .navbar-brand{
                padding: 0;
                height: 60px;
                line-height: 60px;
                b{
                    margin-left: 30px;
                }
            }
            .navbar-brand.logo{
                img{
                    max-height: 100%;
                    margin: 0;
                }
            }
        }
        #header_searcharea{
            width: 360px;
            text-align: center;
            padding: 8px 0;
            ul.nav{
                border: none;
                .nav-item{
                    cursor: pointer;
                    background: #06396b;
                    a{
                        margin: 0;
                        padding: 5px 20px;
                        color: #fff;
                        border: none;
                        border-radius: 0;
                    }
                }
                .nav-item.active{
                    a{
                        background: #fad735;
                        color: #555;
                    }
                }
            }
            > div{
                // display: inline-block;
                > .fa-search{
                    position: absolute;
                    font-size: 25px;
                    margin-top: 7px;
                    margin-left: 5px;
                    z-index: 902;
                }
                > input{
                    width:100%;
                    padding-left: 40px;
                    height: 40px;
                }
                > select{
                    height: 40px; max-width: 100px;
                }
            }
        }
        .navbar-user-menu{
            padding: 20px 0;
            float: right;
            >ul{
                margin: 0;
                >li{
                    height: 45px; line-height: 45px;
                    span.divider{
                        width: 1px; height: 10px;
                        background-color: #ccc;
                        .vertical-middle();
                    }
                }
            }
            
            .label{
                font-size: 12px;
                padding: 2px 5px;
            }
            .fa-shopping-cart{
                font-size: 18px;
            }
        }
    }

    .magic_user_center_dropdown{
        >a, >a:hover{
            cursor: pointer;
            background: transparent;
        }
    }
    #user_center_dropdown{
        ul{
            min-width: 175px;
            left: auto; right: 0;
            padding: 8px 0;
            li{
                height: 30px;
                line-height: 27px;
                padding: 0 2px;
                white-space: nowrap;
                a{
                    .vertical-middle();
                    width: 80px; max-width: 80px; overflow: hidden;
                    padding: 0 8px; margin: 0;
                    font-size: 14px;
                }
                a:focus{
                    outline: none;
                }
                span.divider{
                    margin: 0; padding: 0;
                }
            }
        }
        ul.en_flag{
            li{
                height: 60px;
                a{
                    width: 95%; max-width: 100%;
                }
                span.divider{
                    display: none;
                }
            }
        }
    }
    #user_name_dropdown{
        #userdropdownMenu2{
            span{
                display: inline-block; vertical-align: middle;
                max-width: 180px; overflow: hidden;
                white-space: nowrap; word-break: keep-all;
            }
            font{
                color: #fff; padding: 2px 3px;
                font-size: 12px;
                margin-left: 5px;
            }
        }
        .dropdown-menu{
            padding: 0; margin: 0;
            > div{
                padding: 0 10px;
                height: 35px;
                line-height: 35px;
                white-space: nowrap;
                a{
                    > i{
                        vertical-align: middle;
                        width: 28px; text-align: center;
                    }
                    > i.fa-stack{
                        font-size: 12px;
                    }
                    > i.fa{
                        font-size: 24px;
                    }
                    > i.iconfont{
                        font-size: 20px;
                    }
                    label{
                        cursor: pointer;
                        font-weight: 300;
                    }
                }
            }
        }
    }

    .navbar-top-collapse{
        font-size: 16px;
        background: #05f;
        // border-bottom: 2px solid #0094e7;

        .navbar-nav{
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-top: 0; margin-bottom: 0; padding: 0;
            li{
                display: inline-block;
                height: 38px; line-height: 38px;
                padding: 8px 30px 0 20px;
                a{
                    padding: 0; margin: 0;
                    color: #fff;
                }
                a:hover{
                    color: #fad735;
                    background: transparent;
                }
                a:focus{
                    background: transparent;
                    outline: 0;
                }
            }
            li.active{
                a{
                    color: #fad735;
                }
            }
        }
    }
    @media (max-width: @md_width){
        #fixed_navbar{
            .navbar_container{
                width: 100%; text-align: center;
            }
            .logo-nav-new {
                margin-right: 50px;
            }
            #header_searcharea{
                margin-right: 85px;
                > div{
                    > select{
                        max-width: 80px;
                    }
                }
            }
            .navbar-user-menu{
                float: none;
            }
        }
        .navbar-top-collapse{
            .container{
                text-align: center;
            }
        }
    }
    @media (min-width: @md_width){
        .navbar-top-collapse{
            .navbar-nav{
                margin-left: 180px;
            }
        }
    }
    @media (max-width: @sm_width) {
        #fixed_navbar{
            .navbar_container{
                > div{
                    height: auto;
                }
            }
            .logo-nav-new {
                margin-right: 20px;
                padding: 3px 0;
            }
            #header_searcharea{
                width: 270px;
                margin-right: 55px;
                padding: 3px 0;
                ul.nav{
                    .nav-item{
                        a{
                            padding: 3px 10px;
                        }
                    }
                }
                > div{
                    > .fa-search{
                        font-size: 20px;
                    }
                    > input{
                        padding-left: 30px;
                        height: 35px;
                    }
                    > select{
                        height: 35px; max-width: 50px;
                    }
                }
            }
            .navbar-user-menu{
                padding: 3px 0;
            }
        }
        .navbar-top-collapse{
            .navbar-nav{
                li{
                    height: 32px; line-height: 32px;
                    padding: 5px 10px;
                }
            }
        }
    }
    @media (max-width: @xs_width) {
        #fixed_navbar{
            .logo-nav-new {
                margin-right: 0;
            }
            #header_searcharea{
                margin-right: 0;
            }
        }
    }


    // mini顶部栏
    .top-mini-nav{
        width: 100%;
        line-height: 40px;
        background: #fff;
        li{
            span.divider{
                width: 1px; height: 10px;
                background-color: #ccc;
                .vertical-middle();
            }
        }
        #user_name_dropdown{
            #userdropdownMenu2{
                span{
                    display: inline;
                    vertical-align: top;
                }
            }
        }
        .pull-right{
            ul{
                margin: 0;
            }
        }
        #my_messages_quantity_nav .label, .my_cart_quantity{
            display: inline-block;
            padding: 2px 5px;
            font-size: 12px;
        }
    }
}

/* 翻页器 */
#pagination_area{
    height: 40px;
    .whj_jqueryPaginationCss-1, .whj_jqueryPaginationCss-2, .whj_jqueryPaginationCss-3, .whj_jqueryPaginationCss-4{
        float: right;
        .whj_border,.whj_padding{
            height: 30px; 
            vertical-align: middle;
            margin: 5px; padding: 3px 8px;
        }
    }
}

/* 滚动式控件 */
.keywordarea{
    display: none;
    position:absolute;
    z-index: 2000;
    width:800px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border: #aaa 1px solid;
    background: #fff;
}
.productnumbadge{
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px; font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #3aa;
    border-radius: 10px;
}
.increased_num{
    color: #d9534f;
    font-size: 15px;
    font-weight: 700;
    i{
        margin-left: 3px;
    }
}

/* 用户信息页面面包屑导航 */
#partner_info_breadcrumb{
    background: transparent;
    li + li:before {
        content: ">\00a0";
        color: #666;
    }
}

/* 图片放大插件 */
.zoomImageViewbigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.zoomImageViewbigimg:hover{cursor: move}
.zoomImageViewmask{
    position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none;
}
.zoomImageViewmask:hover{cursor:zoom-out}

/* magic sub导航栏  例产品不存在界面 */
.magic_sub_nav_bar{
    span{
        vertical-align: top;
    }
    a{
        text-decoration: none;
        vertical-align: top;
    }
    a:not(:last-child)::after{
        content: "\00a0|\00a0";
        color: #666;
        vertical-align: top;
        margin: 0; padding: 0;
    }
}

.childcenter{
    display: -webkit-box; -webkit-box-pack:center;-webkit-box-orient:vertical;
    display: -moz-box; -moz-box-pack:center;-moz-box-orient:vertical;
    display: -ms-flexbox; -ms-flex-pack:center;	-ms-flex-direction:column;
    display: -o-box; -o-box-pack:center; -o-box-orient:vertical;
    display: box; box-pack:center;  box-orient: vertical;
}
.notselect{		/*拖动不会选中文字*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* 模态框 */
.modal-dialog-centered{ /* 设置该class的标签一定要内联设置 display none */
    display: -ms-flexbox; display: flex; display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
.itdaw_magic_modal{
    .modal-header{
        border-radius: 5px 5px 0 0;
        padding: 6px 20px;
        .modal-title{
            font-size: 15px;
            margin: 0; padding: 0;
        }
        .fa{
            font-size: 20px;
        }
        .close{
            opacity: 1;
            font-size: 25px; font-weight: 300;
        }

        .text-danger{
            color: #d9534f;
        }
        .text-warning{
            color: #f0ad4e;
        }
        .text-success{
            color: #5cb85c;
        }
    }
    .modal-header.bg-primary{
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        .close{
            color: #fff;
        }
    }
    .modal-header.bg-danger{
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        .close{
            color: #fff;
        }
    }
    .modal-header.bg-warning{
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
        .close{
            color: #fff;
        }
    }
    .modal-header.bg-success{
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        .close{
            color: #fff;
        }
    }
    

    .modal-body{
        padding: 10px;
        overflow: auto;
        .modal-body-content{
            // border: 1px solid #cdcdcd;
            background: #fff;
            padding: 20px;
            overflow: auto;
        }
    }
    .modal-footer{
        padding: 10px 15px;
        text-align: center;
    }
    .modal-content{
        background: #f3f3f3;
        border: none;
    }
}
/* 选择控件 */
.info_select_badge.operation_badge{
    border-radius: 5px;
    padding: 5px;
    background: #aaa;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    label{
        margin: 0;
        display: inline;
    }
    .fa{
        margin-left: 5px;
        cursor: pointer;
    }
}

.keywordarea_infoselect{
    display: none;
    position:absolute;
    z-index: 2000;
    width: 800px; max-height: 450px;
    overflow-y: auto;
    padding: 5px;
    border: #aaa 1px solid;
    background: #fff;
    > .fa-remove{
        float:right;
        cursor: pointer;
    }

    h6{
        font-weight:900;
        color:#111;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .magic_section_display_window{
        background: transparent;
        border: none; box-shadow: none;
        padding-bottom: 0;
    }
    .magic_section_small_block, .fake_magic_section_small_block{
        a{
            width: auto; min-width: 85px;
            border-radius: 5px;
            overflow: visible;
            .small_block_title{
                white-space: nowrap; word-wrap: keep-all;
                line-height: 45px; 
                margin: 0; padding: 0 20px;
            }
            .small_block_title.with_img{
                padding: 0 5px;
                span{
                    white-space: nowrap; word-wrap: keep-all;
                }
            }
        }
    }
}
// 流程
.magic-process{
    text-align: center;
    > div{
        .vertical-middle();
    }
    > div:not(.magic_arrows){
        padding: 10px;
        margin: 0 30px;
        *{
            .vertical-middle();
            color: #0094e7;
        }
        span{
            text-align: center;
            font-size: 18px;
            line-height: 18px;
            border-radius: 15px;
            border: #0094e7 1px solid;
            background: #d9edf7;
            padding: 6px;
            height: 30px;
            width: 30px;
        }
        label{
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 10px;
            font-size: 15px;
            font-weight: 300;
        }
    }
    > .magic_arrows{
        font-size: 50px;
        color: #d9edf7;
    }
}
// 查看发票信息弹出框中的表格
.partner_invoice_information_modal{
    > div{
        line-height: 32px;
        border: 1px solid #e5e5e5;
        border-style: none solid;
        text-align: center;
    }
    > div:nth-child(1){
        border-style: solid solid none solid;
    }
    .modal_partner_invoice_table{
        margin: 0; padding: 0;
        table{
            width: 100%;
            tr{
                td{
                    border: 1px solid #e5e5e5;
                    line-height: 30px;
                    text-align: center;
                }
                td:nth-child(1){
                    width: 150px;
                }
                td:nth-child(2).hide_colon {
                    display: none;
                }
                td:nth-child(3) {
                    text-align: left;
                    padding-left: 15px;
                }
            }
        }
    }
}
.magic_o_composer_emoji{
    position: absolute; top: 30px; z-index: 802;
    display: none;
    background: #fefefe;
    width: 230px;
    padding: 10px;
    border: #c3c3c3 1px solid;

    .o_mail_emoji{
        display: inline-block;
        width: 25px; height: 25px;
        cursor: pointer;
        margin: 2px;
        img{
            width: 100%; height: 100%;
        }
    }
}
.magic_mail_emoji{
    display: inline-block;
    width: 25px; height: 25px;
    margin: 2px;
    img{
        width: 100%; height: 100%;
    }
}

//侧边栏
.itdaw_page_barcontrol{
    position: fixed;
    z-index: 1003;
    .leftbarcontrol_button{
        display: block;
        width: 58px; height: 58px;
        cursor: pointer;
        margin-bottom: 4px;
        background-color: rgba(60, 60, 60, 0.6);
        font-size: 14px; font-weight: bold; color: white;
        text-align: center;
        border: 1px solid #505050; text-shadow: #3b4c58 1px 1px 0px;
        border-radius: 5px;
    }
}
#itdaw_page_leftbarcontrol{
    left: 0;
}
#itdaw_page_rightbarcontrol{
    right: 0;
}
//左侧边栏
.itdaw_left_toolbar{
    position: fixed;
    left: 0; top: 0;
    z-index: 1003;
    width: 285px; height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #EDEBEB;
    border: 6px solid #7a6e6e;
    border-style: none solid;

    .left_bar_panel{
        width: 100%;
        a {
            text-decoration: none;
            color: #333;
        }
        .panel_header{
            height: 40px; line-height: 40px;
            background: #eceaea;
            >*{
                .vertical-middle();
            }
            .panel_title{
                width: 70%;
                color: #5e5050;
                font-size: 16px;
                >*{
                    .vertical-middle();
                }
                i{
                    font-size: 25px;
                    margin: 0 10px;
                }
                em{
                    font-style: normal;
                }
            }
            .panel_close_button_area{
                width: 25%;
                text-align: right;
                i{
                    cursor: pointer;
                    font-size: 20px;
                }
            }
        }
        .panel_body{
            .info_block{
                background: #fefefe;
                margin-bottom: 10px;
                .block_title{
                    font-size: 15px;
                    text-align: center;
                    padding: 12px 0 7px;
                    border-bottom: 1px solid #ddd;
                }
                .block_body{
                    padding: 8px;
                    text-align: center;
                }
            }
        }
    }
}
#itdaw_left_user_info_toolbar{
    .panel_body{
        .info_block{
            .person_link_button{
                .vertical-middle();
                width: 66px;
                margin: 5px;
                text-align: center;
                .link_icon{
                    display: inline-block;
                    width: 50px; height: 50px; line-height: 50px;
                    border: 2px #555 solid;
                    color: #555;
                    border-radius: 5px;
                    font-size: 16px;
                    i{
                        font-size: 20px;
                    }
                    i.iconfont{
                        font-size: 25px;
                    }
                }
                .link_text{
                    display: block;
                    margin: 8px 0 0 0;
                    font-size: 13px; font-weight: 300;
                    color: #666666;
                    line-height: 18px;
                }
                .link_number{
                    span{
                        display: inline-block;
                        padding: 0px 5px;
                        color: #fff; background: #5bc0de;
                        border-radius: 8px;
                        min-width: 25px;
                        text-align: center;
                    }
                }
            }
        }
        .person_base_info{
            padding: 8px;
            >div:nth-child(1){
                >*{
                    .vertical-middle();
                }
                .avatar{
                    width: 65px; height: 65px;
                    overflow: hidden;
                    border-radius: 50% 50% 50% 50%;
                    a{
                        img{
                            width: 100%; height: 100%;
                        }
                    }
                }
                .user_name{
                    font-size: 15px;
                    font{
                        display: inline-block;
                        color: #fff;
                        padding: 3px 5px;
                        border-radius: 15px;
                    }
                }
            }
            >div:nth-child(2){
                padding: 2px;
            }
            .auth_status_link{
                >*{
                    .vertical-middle();
                }
                i{
                    font-size: 20px;
                }
                label{
                    font-size: 15px;
                    margin: 0;
                }
            }
        }
        .person_collect_info{
            .person_link_button{
                width: auto;
                .link_text{
                    display: inline-block;
                    margin: 0;
                }
                .link_number{
                    display: inline-block;
                    padding: 0; margin: 0 0 0 5px;
                }
            }
        }
        .person_form_info{
            .block_body{
                text-align: left;
            }
            .from_number_link{
                .vertical-middle();
                min-width: 110px;
                margin: 0 5px 5px 0; padding: 3px 10px;
                span{
                    display: inline-block;
                    font-size: 13px;
                    padding: 0 5px; margin-left: 5px;
                    color: #fff; background: #d9534f;
                    border-radius: 8px;
                    min-width: 25px;
                    text-align: center;
                }
            }
        }
    }
}


/* 图库 */
.partner_image_gallery_area{
    .image_area{
        padding: 10px;
        overflow-x: hidden; overflow-y: auto;
        .image_item{
            display: inline-block; vertical-align: top;
            width: 100px;
            margin: 10px; padding: 3px;
            img{
                width: 100%;
            }
        }
        .image_item.select_image{
            border: red solid 2px;
        }
    }
    .pagination_area{
        margin-top: 10px;
        text-align: right;
    }
}

.page_error_area{
    text-align: center;
    font-size: 20px; font-weight: 700;
    margin-top: 30px;
}
/* 用户字段控制 */
.user_field_control_block{
    width: 90px;
    .form-control{
        padding: 6px 2px;
    }
}

/* 广告 */
.page_left_advertise_area, .page_right_advertise_area{
    position: absolute;
    width: 120px;
    z-index: 10;
}
.page_left_advertise_area{
    left: 0;
}
.page_right_advertise_area{
    right: 0;
}
.page_top_advertise_area{
    width: 100%;
    text-align: center;
    .page_advertisement_area{
        margin: 5px 0;
    }
}
.page_top_advertises_area{
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box; display: flexbox; display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

    text-align: center;

    > div{
        display: inline-block;
        margin: 0 10px;
    }
    .page_advertisement_area{
        margin: 5px 0;
    }
}

.page_advertisement_area{
    text-align: center;
    >div{
        display: inline-block;
        position: relative;
        width: 100%; height: 100%;
        margin: 0 auto;

        .advertise_tip_button,.close_button{
            position: absolute;
            display: inline-block;
            text-align: center;
            z-index: 6;
            color: #fff;
            background: rgba(0, 0, 0, 0.1);
            border: 1px solid #fff;
            border-radius: 3px;
        }
        .advertise_tip_button{
            width: 30px; height: 18px; line-height: 18px;
            left: 0; bottom: 0;
            font-size: 12px;
        }
        .close_button{
            top: 0; right: 0;
            width: 18px; height: 18px; line-height: 18px;
            cursor: pointer;
        }
        .advertise_item{
            cursor: pointer;
            width: 100%; height: 100%;
            div{
                width: 100%; height: 100%;
                img{
                    width: 100%; height: 100%;
                }
            }
        }
        .advertise_item[href="javascript:void(0);"]:not(.attract_investment_ad){
            cursor: default;
        }
        .carousel{
            width: 100%; height: 100%;
            .carousel-indicators{
                bottom: -8px;
            }
            .carousel-control{
                .glyphicon-chevron-left, .glyphicon-chevron-right{
                    font-size: 25px;
                }
                .glyphicon-chevron-left::before, .glyphicon-chevron-right::before{
                    font-size: 15px;
                    cursor: pointer;
                }
            }
        }
    }

}
.page_advertisement_area.page_advertise_top{
    height: 90px;
    > div{
        width: 1140px;
    }
}
.page_advertisement_area.page_advertise_top_left, .page_advertisement_area.page_advertise_top_right{
    display: inline-block;
    height: 90px;
    > div{
        width: 500px;
    }
}
.page_advertisement_area.page_advertise_left, .page_advertisement_area.page_advertise_right{
//     > div{
//         .advertise_tip_button, .close_button{
//             position: static;
//         }
//         .advertise_tip_button{
//             float: left;
//         }
//         .close_button{
//             float: right;
//         }
//     }
    .carousel-control{
        height: 20px;
        top: ~"calc(50% - 10px)";
    }
    .carousel-control.left{
        left: 0;
    }
    .carousel-control.right{
        right: 0;
        .glyphicon{
            left: -3px;
        }
    }
}


//用户引导
@operation_guide_div_background: #fcfcfc;
@operation_guide_div_border: #ddd;
.operation_guide_div{
    position: none;
    
    border: 1px solid @operation_guide_div_border; border-radius: 4px;
    box-shadow: 1px 5px 13px rgba(0,0,0,.2);
    background: @operation_guide_div_background;

    padding: 10px;

    .contents_area{
        .content_panel{
            padding: 10px;
        }
    }
    .button_area{
        text-align: center;
        .btn-sm{
            margin: 5px 10px 0;
        }
    }
}
.operation_guide_div::before, .operation_guide_div::after{  // 增加箭头
    content: '';
    position: absolute;
    width: 0; height: 0;
}
.operation_guide_div.pos_right::before{  //
    top: ~"calc(50% - 18px)"; left: -20px;
    border-right: 22px solid @operation_guide_div_border;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.operation_guide_div.pos_right::after{
    top: ~"calc(50% - 16px)"; left: -18px;
    border-right: 20px solid @operation_guide_div_background;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.operation_guide_div.pos_left::before{  //
    top: ~"calc(50% - 18px)"; right: -20px;
    border-left: 22px solid @operation_guide_div_border;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.operation_guide_div.pos_left::after{
    top: ~"calc(50% - 16px)"; right: -18px;
    border-left: 20px solid @operation_guide_div_background;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.operation_guide_div.pos_top::before{  //
    bottom: -20px; left: ~"calc(50% - 18px)"; 
    border-top: 22px solid @operation_guide_div_border;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}
.operation_guide_div.pos_top::after{
    bottom: -18px; left: ~"calc(50% - 16px)"; 
    border-top: 20px solid @operation_guide_div_background;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.operation_guide_div.pos_bottom::before{  //
    top: -20px; left: ~"calc(50% - 18px)"; 
    border-bottom: 22px solid @operation_guide_div_border;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}
.operation_guide_div.pos_bottom::after{
    top: -18px; left: ~"calc(50% - 16px)"; 
    border-bottom: 20px solid @operation_guide_div_background;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

@operation_guide_div_background2: #00a4ef;
@operation_guide_div_border2: #46b8da;
.operation_guide_div.background_blue{
    background: @operation_guide_div_background2;
    border-color: @operation_guide_div_border2;
    color: #fff;
    // .button_area{
    //     .btn-primary{
    //         background: ;
    //     }
    // }
}
.operation_guide_div.background_blue.pos_right:before{
    border-right-color: @operation_guide_div_border2;
}
.operation_guide_div.background_blue.pos_right:after{
    border-right-color: @operation_guide_div_background2;
}
.operation_guide_div.background_blue.pos_left:before{
    border-left-color: @operation_guide_div_border2;
}
.operation_guide_div.background_blue.pos_left:after{
    border-left-color: @operation_guide_div_background2;
}
.operation_guide_div.background_blue.pos_top:before{
    border-top-color: @operation_guide_div_border2;
}
.operation_guide_div.background_blue.pos_top:after{
    border-top-color: @operation_guide_div_background2;
}
.operation_guide_div.background_blue.pos_bottom:before{
    border-bottom-color: @operation_guide_div_border2;
}
.operation_guide_div.background_blue.pos_bottom:after{
    border-bottom-color: @operation_guide_div_background2;
}

.operation_guide_div.operation_guide_basic_div{
    position: absolute; z-index: 1000;
    max-width: 200px;
    .contents_area{
        .content_panel{
            word-break: break-all; white-space: normal;
            >*{
                width: 100%;
            }
        }
    }
}