﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei" !important;
}

body, ul, li, h1, h2, h3, h4, h5, h6, p, ol, li, dt, dd, dl {
    border: none;
    list-style: none;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei" !important;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

img {
    vertical-align: bottom;
    display: block;
}

a {
    text-decoration: none;
    color: #ff9f00;
}

    a img {
        border: none;
    }

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.cbefore:before {
    content: "";
    display: table;
}

.displayNone {
    display: none;
}

input {
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.all-lay-one-right {
    width: 34px;
    padding-top: 210px;
    background-color: #fff;
    /* box-shadow: 0 0 2px 1px #EFEFEF; */
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0px;
    height: 100%;
    right: 0px;
    z-index: 10000;
}

    .all-lay-one-right .all-lay-one-detail {
        width: 35px;
        height: 30px;
        display: block;
        position: relative;
        margin-bottom: 50px;
        padding-top: 5px;
    }

        .all-lay-one-right .all-lay-one-detail .img1 {
            margin: 0 auto;
            height: 18px;
        }

        .all-lay-one-right .all-lay-one-detail .img2 {
            margin: 0 auto;
            height: 22px;
            display: none;
        }

        .all-lay-one-right .all-lay-one-detail .box1 {
            display: none;
            position: absolute;
            background-color: #fff;
            z-index: 2000;
            top: 0;
            right: 40px;
            min-width: 100px;
            border: 1px solid #ddd;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .all-lay-one-right .all-lay-one-detail .box1 .bgbg {
                position: absolute;
                top: 19px;
                right: -5px;
            }

            .all-lay-one-right .all-lay-one-detail .box1 .word1 {
                font-size: 14px;
                width: 220px;
                height: 40px;
                line-height: 40px;
                color: #444;
                padding-left: 15px;
                border-bottom: 1px solid #ddd;
            }

            .all-lay-one-right .all-lay-one-detail .box1 .box1-body {
                width: 220px;
                padding-top: 20px;
            }

                .all-lay-one-right .all-lay-one-detail .box1 .box1-body .noj {
                    margin: 0 auto;
                    margin-bottom: 15px;
                }

                .all-lay-one-right .all-lay-one-detail .box1 .box1-body .word2 {
                    font-size: 14px;
                    color: #999;
                    text-align: center;
                    margin-bottom: 15px;
                }

                .all-lay-one-right .all-lay-one-detail .box1 .box1-body .box1-btn {
                    height: 30px;
                    width: 100px;
                    border: 1px solid #0078F2;
                    display: block;
                    text-align: center;
                    line-height: 28px;
                    font-size: 14px;
                    color: #0078F2;
                    border-radius: 3px;
                    margin: 0 auto;
                }

                .all-lay-one-right .all-lay-one-detail .box1 .box1-body .box1-jl {
                    display: block;
                    padding: 0 10px;
                    height: 24px;
                    margin-bottom: 10px;
                }

                    .all-lay-one-right .all-lay-one-detail .box1 .box1-body .box1-jl img {
                        height: 18px;
                        margin-top: 3px;
                        margin-right: 5px;
                        float: left;
                    }

                    .all-lay-one-right .all-lay-one-detail .box1 .box1-body .box1-jl .box-word1 {
                        font-size: 12px;
                        color: #333;
                        width: 110px;
                        float: left;
                        line-height: 24px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .all-lay-one-right .all-lay-one-detail .box1 .box1-body .box1-jl .box-word2 {
                        font-size: 12px;
                        color: #D82A29;
                        width: 60px;
                        float: left;
                        line-height: 24px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

            .all-lay-one-right .all-lay-one-detail .box1 .word3 {
                padding-left: 10px;
                font-size: 14px;
                color: #333;
                height: 43px;
                line-height: 43px;
                float: left;
            }

            .all-lay-one-right .all-lay-one-detail .box1 span {
                display: block;
                color: #0078F2;
                padding: 0 15px;
                float: left;
                line-height: 43px;
                height: 43px;
                font-size: 14px;
            }

        .all-lay-one-right .all-lay-one-detail .wid22 {
            width: 240px;
        }

        .all-lay-one-right .all-lay-one-detail .wid12 {
            width: 120px;
        }

        .all-lay-one-right .all-lay-one-detail:hover {
            background-color: #0078F2;
            width: 40px;
            margin-left: -1px;
        }

.all-lay-two-bottom {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.checkbody,.checktrue, .checkfalse {
    display: none;
}

.all-lay-two-bottom .all-lay-two-bottom-box {
    width: 625px;
    height: 290px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: 300px;
}

    .all-lay-two-bottom .all-lay-two-bottom-box .img1 {
        position: absolute;
        top: -86px;
        left: 5px;
    }

    .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-tit {
        background-color: #0078F2;
        text-align: center;
        height: 62px;
        line-height: 62px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-close {
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
    }

    .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-body {
        height: 170px;
        padding-top: 38px;
        padding-left: 56px;
        border-bottom: 1px solid #ddd;
    }

        .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-body a {
            display: block;
            width: 145px;
            height: 30px;
            border: 1px solid #0078F2;
            /* border-radius: 17px; */
            float: left;
            position: relative;
            text-align: center;
            font-size: 18px;
            color: #0078F2;
            line-height: 28px;
            margin-right: 44px;
            margin-bottom: 36px;
            padding-left: 10px;
        }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-body a img {
                position: absolute;
                top: -3px;
                left: -17px;
            }

    .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer {
        padding: 0 40px;
        padding-top: 15px;
    }

        .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .left-box {
            float: left;
        }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .left-box img {
                float: left;
                height: 26px;
                margin-right: 10px;
            }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .left-box .word1 {
                font-size: 16px;
                color: #444;
                line-height: 26px;
                float: left;
            }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .left-box .word2 {
                font-size: 16px;
                color: #FF9F00;
                line-height: 26px;
                float: left;
                font-weight: bold;
            }

        .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .right-box {
            float: right;
        }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .right-box img {
                float: left;
                height: 26px;
                margin-right: 5px;
            }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .right-box .word1 {
                font-size: 16px;
                color: #444;
                line-height: 26px;
                float: left;
            }

            .all-lay-two-bottom .all-lay-two-bottom-box .all-lay-two-footer .right-box .word2 {
                font-size: 16px;
                color: #FF9F00;
                line-height: 26px;
                float: left;
                font-weight: bold;
            }

.all-lay-two-sm {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 37px;
    z-index: 20000;
    cursor: pointer;
}

.all-lay-two-sm1 {
    display: none;
    position: fixed;
    bottom: 0%;
    right: 37px;
    z-index: 20000;
    cursor: pointer;
}

.all-lay-three-bottom {
    transition: all .5s;
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: -100%;
    z-index: 20000;
    background-color: rgba(0, 120, 242, 0.3);
}

    .all-lay-three-bottom .all-lay-three-detail-box {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        top: -40px;
    }

        .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-close {
            position: absolute;
            top: -20px;
            right: -20px;
            z-index: 20000;
            cursor: pointer;
        }

        .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail {
            background-color: #fff;
            height: 100px;
            padding-right: 10px;
            /* border: 1px solid #fafafa; */
            border-radius: 5px;
            position: relative;
            padding-left: 62px;
            padding-top: 10px;
            margin-right: 100px;
            float: left;
            box-shadow: 0px 20px 80px 10px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

            .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail div {
                width: 104px;
                height: 104px;
                border-radius: 50%;
                border: 1px solid #fafafa;
                position: absolute;
                top: 0;
                left: -52px;
                overflow: hidden;
                background-color: #fff;
            }

                .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail div img {
                    width: 100px;
                }

            .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail .word1 {
                font-size: 16px;
                color: #333;
                margin-bottom: 8px;
            }

            .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail .word2 {
                display: block;
                font-size: 14px;
                color: #fff;
                background-color: #FF9F00;
                width: 80px;
                text-align: center;
                line-height: 24px;
                height: 24px;
                margin-bottom: 8px;
            }

            .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail .word3 {
                font-size: 16px;
                color: #545454;
                display:none;
            }

            .all-lay-three-bottom .all-lay-three-detail-box .all-lay-three-detail:nth-last-child(1) {
                margin: 0;
            }

.imagbox {
    display: block;
    width: 80px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    left: 0px;
    cursor: pointer;
    background-color: rgb(122, 207, 247);
    display: flex;
    border-radius: 0 5px 5px 0;
}

.imagboxtxt {
    width: 60%;
    color: #fff;
    font-size: 18px;
    padding: 5px 0 0 8px;
    letter-spacing: 2px;
}

.all-lay-three-sm {
    width: 40%;
    padding: 10px 0;
    box-sizing: border-box;
}

.all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-title {
    background-color: #FFFFFF;
    text-align: center;
    height: 62px;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #464646;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-one {
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #464646;
    font-size: 14px;
    min-height: 157px;
    padding: 18px 0;
    text-align: center;
    width: 378px;
    margin-left: 18px;
}

    .all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-one .all-lay-check-two {
        color: #999;
        font-size: 20px;
        margin-top: 43px;
        text-align: center;
    }

.all-lay-two-bottom .all-lay-two-bottom-box1 {
    width: 417px;
    height: 330px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: 300px;
}

    .all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-three {
        margin-top: 30px;
        text-align: center;
    }

        .all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-three .all-lay-check-input {
            border: 1px solid #ccc;
            border-radius: 5px;
            color: #464646;
            font-size: 14px;
            height: 38px;
            padding: 0 10px;
            width: 171px;
        }

        .all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-three .all-lay-check-submit {
            background: #1694c8 none repeat scroll 0 0;
            border-radius: 5px;
            color: #fff;
            font-size: 20px;
            height: 40px;
            margin-left: 14px;
            width: 193px;
        }

    .all-lay-two-bottom .all-lay-two-bottom-box1 .all-lay-check-close {
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
    }

.all-lay-two-sm-two {
    position: fixed;
    bottom: 45%;
    right: 37px;
    z-index: 20000;
    cursor: pointer;
}

.all-lay-one-right1 {
    width: 34px;
    padding-top: 150px;
    background-color: #fff;
    /* box-shadow: 0 0 2px 1px #EFEFEF; */
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0px;
    height: 100%;
    right: 0px;
    z-index: 10000;
}

    .all-lay-one-right1 .all-lay-one-detail {
        width: 35px;
        height: 30px;
        display: block;
        position: relative;
        margin-bottom: 25px;
        padding-top: 5px;
    }

        .all-lay-one-right1 .all-lay-one-detail .img1 {
            margin: 0 auto;
            height: 18px;
        }

        .all-lay-one-right1 .all-lay-one-detail .img2 {
            margin: 0 auto;
            height: 18px;
            display: none;
        }

        .all-lay-one-right1 .all-lay-one-detail .box1 {
            display: none;
            position: absolute;
            background-color: #fff;
            z-index: 2000;
            top: 0;
            right: 35px;
            min-width: 100px;
            border: 1px solid #ddd;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .all-lay-one-right1 .all-lay-one-detail .box1 .bgbg {
                position: absolute;
                top: 19px;
                right: -5px;
            }

            .all-lay-one-right1 .all-lay-one-detail .box1 .word1 {
                font-size: 14px;
                width: 220px;
                height: 40px;
                line-height: 40px;
                color: #444;
                padding-left: 15px;
                border-bottom: 1px solid #ddd;
            }

            .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body {
                width: 220px;
                padding-top: 20px;
            }

                .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .noj {
                    margin: 0 auto;
                    margin-bottom: 15px;
                }

                .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .word2 {
                    font-size: 14px;
                    color: #999;
                    text-align: center;
                    margin-bottom: 15px;
                }

                .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .box1-btn {
                    height: 30px;
                    width: 100px;
                    border: 1px solid #0078F2;
                    display: block;
                    text-align: center;
                    line-height: 28px;
                    font-size: 14px;
                    color: #0078F2;
                    border-radius: 3px;
                    margin: 0 auto;
                }

                .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .box1-jl {
                    display: block;
                    padding: 0 10px;
                    height: 24px;
                    margin-bottom: 10px;
                }

                    .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .box1-jl img {
                        height: 18px;
                        margin-top: 3px;
                        margin-right: 5px;
                        float: left;
                    }

                    .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .box1-jl .box-word1 {
                        font-size: 12px;
                        color: #333;
                        width: 110px;
                        float: left;
                        line-height: 24px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .all-lay-one-right1 .all-lay-one-detail .box1 .box1-body .box1-jl .box-word2 {
                        font-size: 12px;
                        color: #D82A29;
                        width: 60px;
                        float: left;
                        line-height: 24px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

            .all-lay-one-right1 .all-lay-one-detail .box1 .word3 {
                padding-left: 10px;
                font-size: 14px;
                color: #333;
                height: 30px;
                line-height: 30px;
                float: left;
            }

            .all-lay-one-right1 .all-lay-one-detail .box1 span {
                display: block;
                color: #0078F2;
                padding: 0 15px;
                float: left;
                line-height: 30px;
                /*height: 43px;*/
                font-size: 14px;
            }

        .all-lay-one-right1 .all-lay-one-detail .wid22 {
            width: 240px;
        }

        .all-lay-one-right1 .all-lay-one-detail .wid12 {
            width: 120px;
        }

        .all-lay-one-right1 .all-lay-one-detail:hover {
            background-color: #0078F2;
            width: 40px;
            margin-left: -1px;
        }

        .all-lay-one-right1 .all-lay-one-detail:nth-child(2) {
            margin-bottom: 350px;
        }
