﻿h4 {
    /*display: block;
    
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;*/
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}
body div {
    user-select: none;
    font-size:14px;
}
.LoadingBG {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #e9e9e9;

    z-index: 10000;
    left: 0px;
    top: 0px;
    display:none;
}
.PopupWindow {
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
}
.PopupContent {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d0d1d1;
    border-image: none;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    box-sizing: border-box;
    position: relative;
    width: auto;
    z-index: 2000;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.DrawContenter {
    height: 100%;
   
    width: 66.67%;
    float: left;
    background-image: url('/css/images/canvasbg.jpg');
}
    .DrawContenter .Inner {
        z-index: 100;
        overflow: hidden;
        display: flex;
        height: 100%;
        position: relative;
        align-items: center;
    }

#EditLayer1 {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
}
.FuncContenter {
    height: 100%;

    width: 33.33%;
    float: left;
}
.BGCanvas {
    position: absolute;
    left: 0px;
}
.EditCanvas{
    position:absolute;
    overflow:hidden;
}
    .EditCanvas img {
        position:absolute;
    }
.MainFuncContenter {
    width: 100%;
    height: calc(100% - 104px);
}
.BtnContenter {
    width: 100%;
}
.FuncRow {
    width: 100%;
    height: 52px;
}
    .FuncRow .EditorBtn {
        width: 30%;
        height: 50px;
        background-color: #000000;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
        line-height: 50px;
        float: left;
        cursor: pointer;
        font-size: 16px;
    }
#editor_frame_module {
    position: absolute;
    z-index: 1001;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    left: 0px;
    
}
.editor_frame {
    border: 2px solid #00d9e1;
    z-index: 1001;
    position: absolute;
    /* transition: all 0.25s ease-in-out; */
}
#editor_func_module {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corner_contenter {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: move;
    z-index: 1002;
}
.degree_contenter {
    position: absolute;
    padding: 20px;
    top: 100%;
    z-index: 1002;
}
.corner_top {
    top: -16px;
}

.corner_left {
    left: -16px;
}
.corner_bottom {
    bottom: -16px;
}

.corner_right {
    right: -16px;
}
.btn_corner {
    width: 100%;
    height: 100%;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .btn_corner::after {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 0 5px 1px rgb(57 76 96 / 15%), 0 0 0 1px rgb(53 71 90 / 20%);
        position: relative;
    }


/*功能面板*/
body.black .function_div {
    background-color: #293039;
}

.function_div {
    /*transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out, top .25s ease-in-out;
    transition: all 0.25s ease-in-out;*/
}


.function_div {
    height: 100%;
    position: relative;
    width: 98%;
    top: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto;
}
#BGContenter {
    width: 100%;
    height: 100%;
}
.SingleColorBlock, .DoubleColorBlock {
    width: 100%;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
}
.SingleColorPopup {
    position: absolute;
    width: calc(100% - 2px);
    min-height: 50px;
    background-color: #fff;
    margin-top: 8px;
    margin-left: 1px;
    border-radius: 4px;
    border-top: solid 1px #ddd;
    display: none;
    z-index: 1;
    /*transition: all 0.15s ease-in-out;*/
    /*height: 304px;*/
}
    .SingleColorPopup .SingleColorInner {
        padding-top: 8px;
        width: calc(100% - 24px);
        margin-left: 16px;
    }
.PaletteBlock .PopupBlockTitle {
    /* margin: 8px 8px 4px; */
    padding: 5px 0;
    text-align: left;
}
.PopupBlockTitle span {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(14, 19, 24, .6);
    /* margin: 0 8px; */
}
.ColorType {
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 4px;
    padding: 3px 10px;
}
.ColorTypeDouble {
    display: none;
}
.Palette {
    width: 98%;
}
.ColorBG {
    width: 100%;
    height: 230px;
    background-color: hsl(0, 100%, 50%);
    border-radius: 5px;
    position: relative;
}


.ColorBG .ColorBGPointer {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -10px;
    border: 2px white solid;
    border-radius: 50%;
    z-index: 10;
    background-color: hsl(0, 100%, 50%);
    top: -10px;
    cursor: pointer;
}
.ColorBG .ColorSat {
    position: absolute;
    width: 100%;
    height: 230px;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
}
.ColorBG .ColorLight {
    position: absolute;
    width: 100%;
    height: 230px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    border-radius: 4px;
}
.ColorPickerSlider {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.ColorPickerSliderBG {
    position: absolute;
    top: 6px;
    height: 8px;
    width: 100%;
    background: linear-gradient(to right, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(360, 100%, 50%));
    border-radius: 20px;
}
.ColorPickerSliderThumb {
    position: relative;
    top: 0px;
    height: 20px;
    width: 1px;
    cursor: pointer;
}
.SliderPointer {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -8px;
    border: 2px white solid;
    border-radius: 22px;
    border-radius: 50%;
    z-index: 10;
    background-color: hsl(0, 100%, 50%);
}
.ColorHEX {
    width: 100%;
    display: inline-block;
}
.ColorInputSpan {
    width: 50%;
    float: left;
}
    .ColorInputSpan input[type=text] {
        border: solid 1px #000;
        border-radius: 4px;
        margin: 0 auto;
        width: 70%;
    }

.ColorInputChoiced {
    background-color: #d1d1d1;
}
.ColorSpanDouble {
    display: none;
}

.ColorInputSpan {
    width: 50%;
    float: left;
}
    .ColorInputSpan input[type=text] {
        border: solid 1px #000;
        border-radius: 4px;
        margin: 0 auto;
        width: 70%;
    }
.GradientsParameter {
    display: none;
}
.GradientsParameterBlock {
    min-height: 35px;
    line-height: 35px;
}
.GradientsType {
    display: inline-block;
    /* line-height: 25px; */
    float: left;
    padding-left: 7px;
}
    .GradientsType span {
        border: solid 1px #000;
        border-radius: 4px;
        cursor: pointer;
        padding: 5px 10px;
    }

.Disappear {
    display: none;
}
.GradientsDirect {
    padding-left: 23px;
    float: left;
    display: inline-block;
}
.GradientsDirectionBlock {
    display: inline-block;
    line-height: 35px;
    height: 35px;
}
    .GradientsDirectionBlock span {
        border: solid 1px #000;
        border-radius: 4px;
        cursor: pointer;
        padding: 5px 10px;
    }
.LinearGradientSlider {
    margin-bottom: 10px;
    width: 98%;
}
div.ui-widget-content {
    background: white;
}

.SliderRange {
    margin-left: 4px;
}

.PopupBlockContent {
    width: 100%;
    display: inline-block;
    min-height: 64px;
}
    .PopupBlockContent .ColorBlock {
        margin: 8px 16px 24px 0px;
    }

.ColorBlock {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 8px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #555;
    /*transition: all 0.25s ease-in-out;*/
}
    .ColorBlock .SingleColor, .ColorBlock .DoubleColor {
        cursor: pointer;
        display: inline-block;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 4px;
    }
.ColorPopup {
    background-color: rgb(0, 0, 0);
    background-image: url(/css/images/palette.png);
    background-size: cover;
    cursor: pointer;
}
.hide {
    display: none;
    z-index: -1;
    opacity: 0;
}
#ProudctArea #ProductPhotoDiv img {
    max-width: 100%;
}


#ProductInfoInner {
    position: relative;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    /* color: #646565; */
}

#ProductInfoInner #BtnToCart {
    display: none;
}
    #ProductInfoInner #QtySheet {
    }
        #ProductInfoInner #QtySheet .QTYSpecName {
            width: 100%;
        }
        #ProductInfoInner #QtySheet span, #ProductInfoInner .QtySheet span {
            width: 33%;
            display: inline-block;
            float: left;
        }
    #ProductInfoInner #ProductIntroduction {
        width: 100%;
    }
        #ProductInfoInner #ProductIntroduction #TabList {
            margin-bottom: 5px;
            margin-top: 15px;
        }
            #ProductInfoInner #ProductIntroduction #TabList span {
                cursor: pointer;
                padding: 5px;
            }
            #ProductInfoInner #ProductIntroduction #TabList .Separate {
                margin: 0 5px;
            }
            #ProductInfoInner #ProductIntroduction #TabList .TabsSelected {
                background-color: #ddd;
            }
        #ProductInfoInner #ProductIntroduction #TabContent {
            border-top: solid 1px #aaa;
            padding-top: 15px;
            text-align: left;
            margin: 0px 5px;
        }
            #ProductInfoInner #ProductIntroduction #TabContent .TabInner {
                /*display: none;*/
            }
                #ProductInfoInner #ProductIntroduction #TabContent .TabInner .InfoTable {
                    background-color: #f8f9f9;
                    border: #d0d1d1 1px solid;
                    border-right: solid 3px #d0d1d1;
                    border-bottom: solid 3px #d0d1d1;
                    width: 100%;
                    /* height: 250px; */
                }
                    #ProductInfoInner #ProductIntroduction #TabContent .TabInner .InfoTable .InfoTableInner {
                        padding-left: 8px;
                    }
                        #ProductInfoInner #ProductIntroduction #TabContent .TabInner .InfoTable .InfoTableInner .InfoTableCell {
                            width: 79px;
                            height: 34px;
                            background-color: #ffffff;
                            float: left;
                            margin-right: 8px;
                            margin-top: 8px;
                            text-align: center;
                        }
            #ProductInfoInner #ProductIntroduction #TabContent h4 {
                font-size: 14px;
                line-height: 1.5;
                letter-spacing: 0.1em;
            }
    #ProductInfoInner #ProductQTY {
        line-height: 75px;
    }
    #ProductInfoInner #Oprice {
        text-decoration: line-through;
        font-size: 14px;
        line-height: 75px;
    }
    #ProductInfoInner #SalePrice {
        font-size: 18px;
        line-height: 75px;
        /* margin-left: 10px; */
    }
    #ProductInfoInner #TotalPrice {
        font-size: 18px;
        line-height: 75px;
        margin-left: 50px;
    }
    #ProductInfoInner .ProductSpec {
        padding-bottom: 10px;
    }
    #ProductInfoInner .ProductInfoBlock {
        min-height: 75px;
        text-align: left;
    }
        #ProductInfoInner .ProductInfoBlock #PDQtySelect {
            min-width: 75px;
            height: 29px;
        }

        #ProductInfoInner .ProductInfoBlock .SpecDetail, #ProductInfoInner .ProductInfoBlock .ProcessingSpecDetail {
            min-width: 75px;
            height: 29px;
            border: solid 1px #9b9b9b;
            display: inline-block;
            text-align: center;
            line-height: 29px;
            margin-bottom: 5px;
            margin-right: 5px;
            cursor: pointer;
            background-color: #fff;
            color: #000;
        }

        #ProductInfoInner .ProductInfoBlock .SpecDetailSelected, .QTYSpecName.SpecDetailSelected, .ProcessingSpecDetail.SpecDetailSelected {
            background-color: #000;
            color: #FFF;
        }
        #ProductInfoInner .ProductInfoBlock #ProductName {
            font-size: 20px;
        }
        #ProductInfoInner .ProductInfoBlock .MethodContenter {
            /* height: 400px; */
            /* background-color: #ddd; */
            padding-left: 10px;
        }
            #ProductInfoInner .ProductInfoBlock .MethodContenter .QTYSpecName {
                width: 100%;
            }
            #ProductInfoInner .ProductInfoBlock .MethodContenter #QtySheet span, #ProductInfoInner .ProductInfoBlock .MethodContenter .QtySheet span {
                width: 33%;
                display: inline-block;
                float: left;
                word-break: break-all;
            }
            #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicAdd {
                margin: 15px 0px;
                cursor: pointer;
                background-color: #fff;
                width: 100px;
                border: solid 1px;
                text-align: center;
            }
            #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock {
                width: 100%;
                padding-top: 20px;
                border-bottom: solid 1px;
                padding-bottom: 10px;
            }
                #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicModuleBlock {
                    width: 100%;
                    margin-top: 5px;
                }
                    #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicModuleBlock .DynamicModuleName {
                        cursor: pointer;
                        float: left;
                        border: solid 1px #9b9b9b;
                        margin-right: 5px;
                        padding: 0px 3px;
                    }
                #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicModuleBlock {
                    width: 100%;
                }

                    #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem {
                        float: left;
                        margin-right: 5px;
                        min-width: 64px;
                    }

                        #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicTitle {
                            text-align: center;
                        }

                        #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicInput {
                            width: 100%;
                        }

                            #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicInput select {
                                width: 95%;
                                height: 26px;
                                background-color: #fff;
                                color: #000;
                            }

                            #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicInput input[type='text'] {
                                width: 86%;
                                text-align: center;
                                background-color: #fff;
                                color: #000;
                            }
            #ProductInfoInner .ProductInfoBlock .MethodContenter #DynamicIntro {
                display: inline-block;
            }
                #ProductInfoInner .ProductInfoBlock .MethodContenter #DynamicIntro div {
                    min-height: 30px;
                }
                #ProductInfoInner .ProductInfoBlock .MethodContenter #DynamicIntro h4 {
                    font-size:14px;
                }


        #ProductInfoInner .ProductInfoBlock .MethodContenter {
            /* height: 400px; */
            background-color: #eee;
            padding-left: 10px;
        }
        #ProductInfoInner .ProductInfoBlock .MethodContenter {
            /* height: 400px; */
            background-color: #eee;
            padding-left: 10px;
        }
    #ProductInfoInner .ProductSpec .SpecName {
        padding-bottom: 10px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .ColorBlock {
        width: 60px;
        height: 60px;

    }
    body div {
        user-select: none;
        font-size: 30px;
    }
    .DrawContenter {
        height: 60%;
        width: 100%;
    }

    .FuncContenter {
        height: 40%;
        width: 100%;
    }

    .MainFuncContenter {
        height: calc(100% - 160px);
    }

    .FuncRow .EditorBtn {
        font-size: 36px;
        padding: 10px;
    }
    /*.function_div {
        height: 100%;
        position: relative;
        width: 98%;
        top: 0px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0 auto;
    }*/






    #ProductInfoInner {
        position: relative;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        /* color: #646565; */
    }

        #ProductInfoInner #BtnToCart {
            display: none;
        }

        #ProductInfoInner #QtySheet {
        }

            #ProductInfoInner #QtySheet .QTYSpecName {
                width: 100%;
            }

            #ProductInfoInner #QtySheet span, #ProductInfoInner .QtySheet span {
                width: 33%;
                display: inline-block;
                float: left;
            }

        #ProductInfoInner #ProductIntroduction {
            width: 100%;
        }

            #ProductInfoInner #ProductIntroduction #TabList {
                margin-bottom: 5px;
                margin-top: 15px;
            }

                #ProductInfoInner #ProductIntroduction #TabList span {
                    cursor: pointer;
                    padding: 5px;
                }

                #ProductInfoInner #ProductIntroduction #TabList .Separate {
                    margin: 0 5px;
                }

                #ProductInfoInner #ProductIntroduction #TabList .TabsSelected {
                    background-color: #ddd;
                }

            #ProductInfoInner #ProductIntroduction #TabContent {
                border-top: solid 1px #aaa;
                padding-top: 15px;
                text-align: left;
                margin: 0px 5px;
            }

                #ProductInfoInner #ProductIntroduction #TabContent .TabInner {
                    /*display: none;*/
                }

                    #ProductInfoInner #ProductIntroduction #TabContent .TabInner .InfoTable {
                        background-color: #f8f9f9;
                        border: #d0d1d1 1px solid;
                        border-right: solid 3px #d0d1d1;
                        border-bottom: solid 3px #d0d1d1;
                        width: 100%;
                        /* height: 250px; */
                    }

                        #ProductInfoInner #ProductIntroduction #TabContent .TabInner .InfoTable .InfoTableInner {
                            padding-left: 8px;
                        }

                            #ProductInfoInner #ProductIntroduction #TabContent .TabInner .InfoTable .InfoTableInner .InfoTableCell {
                                width: 79px;
                                height: 34px;
                                background-color: #ffffff;
                                float: left;
                                margin-right: 8px;
                                margin-top: 8px;
                                text-align: center;
                            }

                #ProductInfoInner #ProductIntroduction #TabContent h4 {
                    font-size: 30px;
                }

        #ProductInfoInner #ProductQTY {
            line-height: 75px;
        }

        #ProductInfoInner #Oprice {
            text-decoration: line-through;
            font-size: 14px;
            line-height: 75px;
        }

        #ProductInfoInner #SalePrice {
            font-size: 30px;
        }

        #ProductInfoInner #TotalPrice {
            font-size: 30px;
        }

        #ProductInfoInner .ProductSpec {
            padding-bottom: 10px;
        }

        #ProductInfoInner .ProductInfoBlock {
            min-height: 75px;
            text-align: left;
        }

            #ProductInfoInner .ProductInfoBlock #PDQtySelect {
                min-width: 75px;
                height: 29px;
            }

            #ProductInfoInner .ProductInfoBlock .SpecDetail, #ProductInfoInner .ProductInfoBlock .ProcessingSpecDetail {

                padding: 20px;
            }

            #ProductInfoInner .ProductInfoBlock .SpecDetailSelected, .QTYSpecName.SpecDetailSelected, .ProcessingSpecDetail.SpecDetailSelected {
                background-color: #000;
                color: #FFF;
            }

            #ProductInfoInner .ProductInfoBlock #ProductName {
                font-size: 40px;
            }

            #ProductInfoInner .ProductInfoBlock .MethodContenter {
                /* height: 400px; */
                /* background-color: #ddd; */
                padding-left: 10px;
            }

                #ProductInfoInner .ProductInfoBlock .MethodContenter .QTYSpecName {
                    width: 100%;
                }

                #ProductInfoInner .ProductInfoBlock .MethodContenter #QtySheet span, #ProductInfoInner .ProductInfoBlock .MethodContenter .QtySheet span {
                    width: 33%;
                    display: inline-block;
                    float: left;
                    word-break: break-all;
                }

                #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicAdd {
                    margin: 15px 0px;
                    cursor: pointer;
                    background-color: #fff;
                    width: 100px;
                    border: solid 1px;
                    text-align: center;
                }

                #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock {
                    width: 100%;
                    padding-top: 20px;
                    border-bottom: solid 1px;
                    padding-bottom: 10px;
                }

                    #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicModuleBlock {
                        width: 100%;
                        margin-top: 5px;
                    }

                        #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicModuleBlock .DynamicModuleName {
                            cursor: pointer;
                            float: left;
                            border: solid 1px #9b9b9b;
                            margin-right: 5px;
                            padding: 0px 3px;
                        }

                    #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicModuleBlock {
                        width: 100%;
                    }

                    #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem {
                        float: left;
                        margin-right: 5px;
                        min-width: 64px;
                    }

                        #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicTitle {
                            text-align: center;
                        }

                        #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicInput {
                            width: 100%;
                        }

                            #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicInput select {
                                width: 95%;
                                height: 26px;
                                background-color: #fff;
                                color: #000;
                            }

                            #ProductInfoInner .ProductInfoBlock .MethodContenter .DynamicBlock .DynamicTitleBlock .DynamicItem .DynamicInput input[type='text'] {
                                width: 86%;
                                text-align: center;
                                background-color: #fff;
                                color: #000;
                            }

                #ProductInfoInner .ProductInfoBlock .MethodContenter #DynamicIntro {
                    display: inline-block;
                }

                    #ProductInfoInner .ProductInfoBlock .MethodContenter #DynamicIntro div {
                        min-height: 30px;
                    }

                    #ProductInfoInner .ProductInfoBlock .MethodContenter #DynamicIntro h4 {
                        font-size: 14px;
                    }


            #ProductInfoInner .ProductInfoBlock .MethodContenter {
                /* height: 400px; */
                background-color: #eee;
                padding-left: 10px;
            }

            #ProductInfoInner .ProductInfoBlock .MethodContenter {
                /* height: 400px; */
                background-color: #eee;
                padding-left: 10px;
            }

        #ProductInfoInner .ProductSpec .SpecName {
            padding-bottom: 10px;
        }
}