﻿html, body {
    min-height: 100%;
    position: relative;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bfbfbf;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.layoutHeaderContainer {
    width: 100%;
    min-width: 1200px;
    background: #f8f8f8;
    cursor: default;
}

    .layoutHeaderContainer .layoutHeader {
        width: 1198px;
        height: 40px;
        line-height: 40px;
        margin: auto;
        position: relative;
    }

        .layoutHeaderContainer .layoutHeader .headerNav {
        }

            .layoutHeaderContainer .layoutHeader .headerNav li {
                display: inline-block;
                margin-left: 38px;
                color: #4c4c4c;
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
            }

                .layoutHeaderContainer .layoutHeader .headerNav li a {
                    line-height: 40px;
                    display: inline-block;
                }

                    .layoutHeaderContainer .layoutHeader .headerNav li a:hover {
                        color: #2cc17b;
                    }

                .layoutHeaderContainer .layoutHeader .headerNav li:first-child {
                    margin-left: 0;
                }

        .layoutHeaderContainer .layoutHeader .headerRight {
            color: #4c4c4c;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 0;
            right: 0;
        }

            .layoutHeaderContainer .layoutHeader .headerRight .headerTitle {
                display: inline-block;
            }

            .layoutHeaderContainer .layoutHeader .headerRight .headerLogin {
                height: 14px;
                line-height: 14px;
                display: inline-block;
                margin-left: 10px;
                padding-left: 10px;
                border-left: 1px solid #8c8c8c;
            }

                .layoutHeaderContainer .layoutHeader .headerRight .headerLogin:hover {
                    color: #2cc17b;
                }

.headerBottomBg {
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
}

.layoutHeaderBottom {
    width: 1198px;
    margin: auto;
    padding: 22px 0;
    position: relative;
}

    .layoutHeaderBottom .headerLogo {
        width: 170px;
        height: 54px;
        cursor: pointer;
    }

        .layoutHeaderBottom .headerLogo img {
            width: 100%;
            height: 100%;
        }

    .layoutHeaderBottom .headerRight {
        position: absolute;
        top: 22px;
        right: 0;
    }

        .layoutHeaderBottom .headerRight .searchBox {
            font-size: 0;
        }

            .layoutHeaderBottom .headerRight .searchBox input {
                width: 200px;
                height: 40px;
                font-size: 18px;
                color: #8c8c8c;
                padding: 0 10px;
                border: 2px solid #2cc17b;
                border-right: 0;
            }

                .layoutHeaderBottom .headerRight .searchBox input:focus {
                    border-color: #38dc8f;
                }

                .layoutHeaderBottom .headerRight .searchBox input:-ms-input-placeholder {
                    color: #bfbfbf;
                    font-size: 16px;
                }

                .layoutHeaderBottom .headerRight .searchBox input:-moz-placeholder {
                    color: #bfbfbf;
                    font-size: 16px;
                }

                .layoutHeaderBottom .headerRight .searchBox input::-webkit-input-placeholder {
                    color: #bfbfbf;
                    font-size: 16px;
                }

            .layoutHeaderBottom .headerRight .searchBox .searchBtn:hover {
                background: #38dc8f;
            }

            .layoutHeaderBottom .headerRight .searchBox .searchBtn,
            .layoutHeaderBottom .headerRight .searchBox .searchBtn:active {
                width: 54px;
                height: 44px;
                font-size: 32px;
                color: #fff;
                padding: 6px;
                box-sizing: border-box;
                display: inline-block;
                cursor: pointer;
                background: #2cc17b;
            }

.layoutFooter {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    line-height: 20px;
    background: #444546;
    position: absolute;
    left: 0;
    padding-top: 20px;
   /* bottom: -160px;*/
}

    .layoutFooter p {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

.checkIco {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #adadad;
    position: relative;
}

    .checkIco .iconfont {
        color: #8c8c8c;
        font-size: 36px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -17px;
        margin-top: -18px;
        margin-top: -16px\9;
        display: none;
    }

    .checkIco:hover {
        border-color: #c7c7c7;
    }

    .checkIco.checkedBox {
        border-color: #2cc17b;
    }

        .checkIco.checkedBox .iconfont {
            color: #2cc17b;
            display: inline-block;
        }

.btnStyle {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    background: #2cc17b;
    border-radius: 4px;
    cursor: default;
    display: inline-block;
    border: none;
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

    .fRight:after, .fRight:before, .fLeft:after, .fLeft:before {
        content: '';
        clear: both;
        overflow: hidden;
        visibility: hidden;
        height: 0;
    }

.btnStyle:hover {
    background: #38dc8f;
    color: #fff;
}

.btnStyle:active {
    background: #2cc17b;
}

.disableBtn {
    background: #bfbfbf !important;
    /*pointer-events:none;*/
    cursor: not-allowed !important;
}

.alertMsk {
    width: 100%;
    height: 100%;
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*display:none;*/
}

    .alertMsk .alertBg {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: absolute;
        top: 0;
        left: 0;
    }

    .alertMsk .alertBox {
        width: 340px;
        min-height: 200px;
        background: #fff;
        margin-top: -100px;
        margin-left: -170px;
        border-radius: 4px;
        position: absolute;
        left: 50%;
        top: 50%;
        overflow: hidden;
        z-index: 1;
    }

        .alertMsk .alertBox .alertClose {
            font-size: 30px;
            color: #4c4c4c;
            position: absolute;
            right: 8px;
            top: 8px;
            cursor: pointer;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .alertMsk .alertBox .alertClose1 {
            text-align: center;
            margin: 28px auto;
            font-size: 18px;
            font-weight: bold;
            color: #2cc17b;
        }

        .alertMsk .alertBox .alertClose:hover {
            font-weight: bold;
            font-size: 40px;
        }

        .alertMsk .alertBox .alertTitle {
            height: 58px;
            line-height: 58px;
            color: #2cc17b;
            font-size: 20px;
            text-align: center;
            border-bottom: 1px solid #ebebeb;
        }

        .alertMsk .alertBox .alertContent {
            color: #4c4c4c;
            font-size: 18px;
            text-align: center;
            margin-top: 60px;
        }

.confirmMsk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

    .confirmMsk .confirmBg {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        filter: alpha(opacity=30);
        position: absolute;
        top: 0;
        left: 0;
    }

    .confirmMsk .confirmContainer {
        width: 700px;
        min-height: 320px;
        margin-left: -350px;
        position: absolute;
        top: 192px;
        left: 50%;
    }

        .confirmMsk .confirmContainer .confirmTitle {
            width: 100%;
            height: 36px;
            line-height: 36px;
            background: #2cc17b;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

        .confirmMsk .confirmContainer .confirmClose:hover {
            font-weight: bold;
        }

        .confirmMsk .confirmContainer .confirmClose,
        .confirmMsk .confirmContainer .confirmClose:active {
            color: #fff;
            font-weight: normal;
            font-size: 26px;
            position: absolute;
            right: 12px;
            top: 4px;
            cursor: pointer;
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

        .confirmMsk .confirmContainer .confirmContent {
            width: 100%;
            min-height: 284px;
            background: #fff;
            position: relative;
        }

            .confirmMsk .confirmContainer .confirmContent .operateBtns {
                position: absolute;
                right: 0;
                bottom: 10px;
            }

                .confirmMsk .confirmContainer .confirmContent .operateBtns .btnStyle {
                    width: 90px;
                    height: 32px;
                    line-height: 32px;
                    font-size: 14px;
                    border-radius: 2px;
                    margin-right: 16px;
                }

                    .confirmMsk .confirmContainer .confirmContent .operateBtns .btnStyle.otherBtn:hover {
                        background: #f9ae68;
                    }

                    .confirmMsk .confirmContainer .confirmContent .operateBtns .btnStyle.otherBtn,
                    .confirmMsk .confirmContainer .confirmContent .operateBtns .btnStyle.otherBtn:active {
                        background: #f79438;
                    }

.scrollbarStyle::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.scrollbarStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.scrollbarStyle::-webkit-scrollbar-thumb,
.scrollbarStyle::-webkit-scrollbar-thumb:active {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dbdbdb;
}
    /*---鼠标点击滚动条显示样式--*/
    .scrollbarStyle::-webkit-scrollbar-thumb:hover {
        background-color: #e2e2e2;
        height: 50px;
        -webkit-border-radius: 4px;
    }

.hoverBox {
    padding: 8px 6px;
    color: #4c4c4c;
    font-size: 12px;
    border: 1px solid #fc8e37;
    background: #ffebd9;
    position: absolute;
}

    .hoverBox .arrows {
        border: 10px solid transparent;
        border-top: 4px solid #fc8e37;
        position: absolute;
    }

.loaddingMsk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    /*display:none;*/
}

    .loaddingMsk .laddingBg {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        filter: alpha(opacity=30);
        position: absolute;
        top: 0;
        left: 0;
    }

    .loaddingMsk .laddingContent {
        width: 180px;
        height: 120px;
        margin: 400px auto;
        position: relative;
        z-index: 1;
    }

        .loaddingMsk .laddingContent img {
            width: 100%;
            height: 100%;
        }

        .loaddingMsk .laddingContent .loadText {
            width: 100%;
            font-size: 18px;
            color: #8c8c8c;
            text-align: center;
            position: absolute;
            bottom: 18px;
            left: 0;
        }

.rightFixedMsk {
    width: 80px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 14px #ccc;
    -webkit-box-shadow: 0 0 14px #ccc;
    box-shadow: 0 0 14px #ccc;
    position: fixed;
    top: 60%;
    right: 20px;
    z-index: 99;
}

    .rightFixedMsk li {
        height: 60px;
        padding: 10px 0;
        text-align: center;
        cursor: default;
        border-bottom: 1px solid #ebebeb;
    }

        .rightFixedMsk li:hover {
            background: #f5f5f5;
        }

        .rightFixedMsk li:last-child {
            border: none;
        }

        .rightFixedMsk li .icoBox {
            text-align: center;
            margin-bottom: 10px;
            display: inline-block;
            position: relative;
        }

            .rightFixedMsk li .icoBox img {
                width: 36px;
                height: 36px;
            }

            .rightFixedMsk li .icoBox .iconfont {
                color: #e0e0e0;
                font-size: 38px;
            }

        .rightFixedMsk li.ewCodeGroup:hover .ewCodeBox {
            width: 200px;
            height: 200px;
            opacity: 1;
        }

        .rightFixedMsk li.ewCodeGroup .ewCodeBox {
            width: 0;
            height: 0;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            top: 0px;
            right: 82px;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .rightFixedMsk li.ewCodeGroup .ewCodeBox img {
                width: 200px;
                height: 200px;
            }

        .rightFixedMsk li .rText {
            color: #2cc17b;
            font-size: 14px;
        }

.ms-controller {
    visibility: hidden;
}
