body {
    line-height: 1;
    position: relative;
    min-width: 1190px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nopadding {
    padding: 0px !important;
}

.red {
    color: rgb(255, 0, 0);
}

.main_box {
    margin: 0px auto;
    width: 1190px;
}

.login_box {
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.footer_main_box {
    margin: 0px auto;
    width: 500px;
}

.header {
    background: rgb(244, 244, 244);
    top: 0px;
    width: 100%;
    height: 95px;
    border-bottom-color: rgb(230, 232, 235);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: fixed;
    z-index: 5;
}

    .header .left .logo {
        background: url("../image/wxt_logo.png") no-repeat;
        margin: 5px 0px 0px 5px;
        width: 250px;
        height: 52px;
        float: left;
        display: block;
    }

    .header .main_box .left span {
        margin: 20px 0px 0px 30px;
        color: rgb(64, 150, 227);
        font-size: 16px;
        float: left;
    }

    .header .left .city {
        margin: 20px 0px 0px 10px;
        color: rgb(51, 51, 51);
        font-size: 14px;
        float: left;
    }

        .header .left .city i {
            background: url("../image/wxt_header_city_san.png") no-repeat;
            width: 8px;
            height: 14px;
            display: inline-block;
        }

    .header .left .nav {
        margin: 20px 0px 0px 0px;
        float: left;
    }

        .header .left .nav > li {
            margin: 0px 10px 0px 0px;
            border-radius: 5px;
            width: 90px;
            overflow: hidden;
            float: left;
        }

            .header .left .nav > li > a {
                text-align: center;
                color: rgb(82, 82, 82);
                line-height: 30px;
                font-size: 16px;
                display: block;
            }

                .header .left .nav > li > a.c {
                    color: rgb(255, 255, 255);
                    background-image: url(../images/top.jpg);
                    background-repeat: repeat-x;
                }

                .header .left .nav > li > a:hover {
                    color: rgb(255, 255, 255);
                    background-image: url(../images/top.jpg);
                    background-repeat: repeat-x;
                    background-size: 100%;
                    text-decoration: none;
                }

            .header .left .nav > li a.ico::after {
                border-width: 7px 5px 0px;
                border-style: solid dotted;
                border-color: rgb(61, 147, 228) transparent transparent;
                width: 0px;
                height: 0px;
                margin-left: 3px;
                vertical-align: middle;
                display: inline-block;
                content: "";
            }

        .header .left .nav .lic {
            background-color: rgb(61, 147, 228);
        }

            .header .left .nav .lic a.ico2 {
                background: none;
                color: rgb(255, 255, 255);
            }

                .header .left .nav .lic a.ico2::after {
                    border-width: 0px 5px 7px;
                    border-style: solid dotted;
                    border-color: transparent transparent rgb(255, 255, 255);
                    width: 0px;
                    height: 0px;
                    margin-left: 3px;
                    vertical-align: middle;
                    display: inline-block;
                    content: "";
                }

            .header .left .nav .lic ul li a {
                text-align: left;
                color: rgb(255, 255, 255);
                line-height: 30px;
                padding-left: 10px;
                font-size: 16px;
                display: block;
            }

                .header .left .nav .lic ul li a:hover {
                    text-decoration: none;
                }

        .header .left .nav li .nav_1 {
            display: none;
            position: relative;
            background-color: rgb(61, 147, 228);
        }

    .header p {
        margin: 18px 5px 0px 0px;
        color: rgb(82, 82, 82);
        font-size: 14px;
    }

.top_header {
    background: rgb(56, 56, 56);
    width: 100%;
    height: 28px;
    border-bottom-color: rgb(185, 219, 250);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .top_header p {
        margin: 0px 5px;
        height: 28px;
        color: rgb(153, 153, 153);
        line-height: 28px;
        font-family: "����";
        font-size: 12px;
        display: inline;
    }

    .top_header a {
        color: rgb(255, 34, 34);
        font-family: "����";
    }

.return_top {
    background: url("../image/return_top.jpg") no-repeat center;
    transition: opacity 0.5s linear;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    display: none;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    box-shadow: 2px 2px 2px #ccc;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
}

    .return_top:hover {
        opacity: 0.4;
    }

.content {
    padding: 77px 0px 50px;
    overflow: hidden;
    margin-top: -44px;
}

.footer {
    background: rgb(240, 240, 240);
    width: 100%;
    height: 170px;
    position: relative;
}

    .footer .left {
        width: 940px;
    }

        .footer .left .logo {
            background: url("../image/wxt_footer_logo.jpg") no-repeat;
            margin: 50px 85px 0px 70px;
            width: 183px;
            height: 68px;
            float: left;
            display: block;
        }

        .footer .left ul.footer_menu_box {
            margin: 17px 0px 0px 32px;
            padding: 0px 35px 0px 0px;
            float: left;
        }

            .footer .left ul.footer_menu_box li.wli {
                height: 40px;
            }

            .footer .left ul.footer_menu_box li p.title {
                height: 28px;
                color: rgb(70, 70, 70);
                font-size: 14px;
                display: block;
            }

            .footer .left ul.footer_menu_box li a.link {
                height: 20px;
                color: rgb(126, 126, 126);
                font-family: "����";
                display: inline-block;
            }

                .footer .left ul.footer_menu_box li a.link:hover {
                    color: rgb(85, 170, 218);
                    text-decoration: none;
                }

        .footer .left i.menu_line {
            background: url("../image/wxt_footer_menu_line.jpg") repeat-y;
            margin: 21px 0px 0px;
            width: 2px;
            height: 91px;
            float: left;
            display: block;
        }

        .footer .left div.right {
            margin: 15px 0px 0px;
            width: 888px;
        }

            .footer .left div.right p {
                text-align: right;
                color: rgb(160, 160, 160);
                font-family: "Arial";
            }

                .footer .left div.right p a {
                    color: rgb(160, 160, 160);
                    font-family: "����";
                }

                .footer .left div.right p font {
                    color: rgb(79, 79, 79);
                    font-family: "����";
                }

    .footer div.right {
        margin: 30px 0px 0px;
    }

        .footer div.right div {
            display: inline-block;
        }

            .footer div.right div:first-child {
                margin-right: 20px;
            }

    .footer p.copyright {
        height: 30px;
        text-align: center;
        color: rgb(51, 51, 51);
        line-height: 30px;
        font-family: "����";
    }

.footer_ag {
    background: rgb(240, 240, 240);
    width: 100%;
    height: 40px;
    position: relative;
}

    .footer_ag .main_box p {
        text-align: center;
        color: rgb(160, 160, 160);
        line-height: 40px;
        font-family: "Arial";
    }

        .footer_ag .main_box p a {
            color: rgb(160, 160, 160);
            font-family: "����";
        }

        .footer_ag .main_box p font {
            color: rgb(79, 79, 79);
            font-family: "����";
        }

.reg_click {
    background: url("../image/wxt_notice_bg.png");
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
}

.reg_box {
    left: 15%;
    top: 8%;
    width: 72%;
    height: 80%;
    position: fixed;
    z-index: 10;
}

.reg_bg {
    background: url("../image/wxt_notice_bg.png");
    padding: 7px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

    .reg_bg .reg_main_bg {
        background: rgb(240, 240, 240);
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .reg_bg p.title {
        margin: 0px;
        height: 70px;
        text-align: center;
        color: rgb(51, 51, 51);
        line-height: 70px;
        overflow: hidden;
        font-size: 2em;
    }

    .reg_bg a.close {
        background: url("../image/wxt_reg_box_close.png") no-repeat 0px 0px;
        top: 8px;
        width: 22px;
        height: 22px;
        right: 12px;
        position: absolute;
    }

    .reg_bg .reg_main_bg ul.left {
        width: 50%;
        height: 85%;
        overflow: hidden;
    }

        .reg_bg .reg_main_bg ul.left li {
            height: 7%;
            line-height: 35px;
            margin-bottom: 4%;
        }

            .reg_bg .reg_main_bg ul.left li span {
                width: 18%;
                height: 100%;
                text-align: right;
                color: rgb(93, 93, 93);
                line-height: 32px;
                overflow: hidden;
                font-size: 1em;
                float: left;
                display: block;
            }

            .reg_bg .reg_main_bg ul.left li input {
                padding: 0px 0px 0px 2px;
                border: 1px solid rgb(205, 205, 205);
                border-image: none;
                width: 55%;
                height: 100%;
                line-height: 32px;
                font-size: 14px;
                float: left;
            }

            .reg_bg .reg_main_bg ul.left li > font {
                overflow: hidden;
                margin-left: 5px;
            }

            .reg_bg .reg_main_bg ul.left li div.agents_box {
                height: 100%;
            }

                .reg_bg .reg_main_bg ul.left li div.agents_box font {
                    color: rgb(93, 93, 93);
                }

                .reg_bg .reg_main_bg ul.left li div.agents_box input {
                    width: auto;
                    margin-right: 20px;
                }

            .reg_bg .reg_main_bg ul.left li input.submit {
                margin: 1% 0px 0px 15%;
                border: currentColor;
                border-image: none;
                width: auto;
                height: auto;
            }

    .reg_bg .reg_main_bg div.right {
        background: url("../image/wxt_reg_box_right_bg.jpg") no-repeat;
        padding: 3% 0px 0px 3%;
        width: 45%;
        height: 70%;
        overflow: hidden;
    }

        .reg_bg .reg_main_bg div.right i {
            background: url("../image/wxt_reg_box_right_san.png") no-repeat;
            margin: 0px 5px 0px 0px;
            width: 9px;
            height: 16px;
            float: left;
            display: inline-block;
        }

        .reg_bg .reg_main_bg div.right p {
            margin: 0px;
            height: 16px;
            color: rgb(51, 51, 51);
            line-height: 15px;
            font-family: "΢���ź�";
            font-size: 14px;
            display: inline;
        }

        .reg_bg .reg_main_bg div.right span {
            margin: 8px 0px 20px;
            height: 16px;
            color: rgb(51, 51, 51);
            line-height: 15px;
            font-family: "΢���ź�";
            font-size: 14px;
            float: left;
        }

        .reg_bg .reg_main_bg div.right font {
            margin: 0px 0px 10px 15px;
            width: 470px;
            height: 16px;
            color: rgb(51, 51, 51);
            line-height: 15px;
            font-family: "΢���ź�";
            font-size: 14px;
            float: left;
        }

.jiathis_default_pos {
    background: 0px 0px rgb(245, 248, 253);
    border: 1px solid rgb(203, 213, 237);
    border-image: none;
    left: auto !important;
    top: 57% !important;
    text-align: center;
    right: 10% !important;
    position: fixed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.area {
    width: 70%;
    height: 100%;
    float: left;
    display: inline;
}

    div.area font {
        margin: 5px 10px 0px;
        color: rgb(51, 51, 51);
        font-family: "΢���ź�";
        font-size: 1.2em;
        float: left;
    }

    div.area div {
        float: left;
        display: inline-block;
        position: relative;
    }

        div.area div p {
            margin: 0px;
            border-radius: 5px;
            border: 1px solid rgb(196, 197, 197);
            border-image: none;
            width: 100px;
            height: 30px;
            overflow: hidden;
            position: relative;
            z-index: 2;
        }

        div.area div font {
            background: rgb(255, 255, 255);
            margin: 0px;
            padding: 0px 0px 0px 5px;
            width: 73px;
            height: 30px;
            text-align: left;
            color: rgb(61, 147, 228);
            line-height: 30px;
            font-family: "΢���ź�";
            font-size: 14px;
            float: left;
            display: inline-block;
        }

        div.area div a {
            background: url("../image/custom/custom_area_list1_bt.jpg") no-repeat;
            width: 22px;
            height: 30px;
            float: left;
            display: inline-block;
        }

        div.area div ul {
            background: rgb(255, 255, 255);
            padding: 4px 0px 0px;
            border-radius: 0px 0px 5px 5px;
            left: 0px;
            top: 32px;
            border-right-color: rgb(196, 197, 197);
            border-bottom-color: rgb(196, 197, 197);
            border-left-color: rgb(196, 197, 197);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            position: absolute;
            z-index: 5;
            -ms-overflow-x: hidden;
            -ms-overflow-y: auto;
            max-height: 135px;
        }

            div.area div ul li {
                background: rgb(255, 255, 255);
                margin: 0px 5px;
                width: 90px;
                height: 25px !important;
                text-align: left;
                line-height: 25px;
                font-size: 14px;
                cursor: pointer;
            }

                div.area div ul li:hover {
                    color: rgb(61, 147, 228);
                }

    div.area option {
        margin: 0px 5px;
        color: rgb(51, 51, 51);
        font-family: "΢���ź�";
        font-size: 14px;
    }

div.area4 {
    width: 240px;
    float: left;
    display: inline-block;
    position: relative;
}

div.area div.area4 p {
    margin: 0px;
    border-radius: 5px;
    border: 1px solid rgb(196, 197, 197);
    border-image: none;
    width: 236px;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

div.area div.area4 font {
    background: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 209px;
    height: 30px;
    text-align: left;
    color: rgb(61, 147, 228);
    line-height: 30px;
    font-family: "΢���ź�";
    font-size: 14px;
    float: left;
    display: inline-block;
}

div.area div.area4 ul {
    background: rgb(255, 255, 255);
    padding: 4px 0px 0px;
    border-radius: 0px 0px 5px 5px;
    left: 0px;
    top: 32px;
    border-right-color: rgb(196, 197, 197);
    border-bottom-color: rgb(196, 197, 197);
    border-left-color: rgb(196, 197, 197);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: absolute;
    z-index: 5;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    max-height: 250px;
}

    div.area div.area4 ul li {
        background: rgb(255, 255, 255);
        margin: 0px 5px;
        width: 225px;
        height: 25px !important;
        text-align: left;
        line-height: 25px;
        font-size: 14px;
        cursor: pointer;
    }

p.icode {
    margin: 0px;
}

.agent_qrcode {
    top: 580px;
    right: 1px;
    position: fixed;
    z-index: 99999;
}
