﻿@charset "UTf-8";

html, body, div, ul, li, h1, h2, p, img {
    padding: 0;
    margin: 0 auto;
    border: 0;
}

html, body {
    font-size: 14px;
    font-family: "Microsoft YaHei","宋体",arial,courier new,courier,monospace;
    color: #333;
    background-color: #f9f9f9;
}

ol, ul, li {
    list-style-type: none;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    list-style: none;
    list-style-type: none;
}

.list {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

    .list .tal {
        text-align: left;
        padding-left: 0.5vw;
    }

    .list a {
        color: #08c;
    }

    .list tr {
        background-color: #f9f9f9;
    }

        .list tr:hover {
            background-color: #ffc;
        }

    .list th, .list td {
        padding: 0.8vw 0.2vw;
        border: 0.1vw solid #fff;
        text-align: center;
        line-height: 1.2vw;
        box-sizing: border-box;
    }

        .list td .button:hover {
            background-color: #fff;
        }

        .list td .button {
            border: 1px solid #09c;
            padding: 0 8px;
            cursor: pointer;
            margin: 0 1px;
            color: #08c;
            border-radius: 3px;
            height: 30px;
            display: inline-block;
            line-height: 30px;
            box-sizing: border-box;
            vertical-align: top;
        }

        .list td .checkbox {
            width: 1.3vw;
            height: 1.3vw;
            margin: 0;
            vertical-align: middle;
            margin-top: -0.2vw;
        }

        .list td .vip {
            color: #fff;
            background-color: #fe6968;
            border-radius: 0.2vw;
            font-size: 0.8vw;
            padding: 0 0.5vw;
            line-height: 1.8vw;
            display: inline-block;
            margin-right: 0.1vw;
            height: 1.8vw;
        }

        .list td img {
            width: 2vw;
            height: 2vw;
            padding: 0 0.1vw;
            vertical-align: middle;
            cursor: pointer;
        }

    .list th {
        background-color: #f5f5f5;
        color: #888;
        padding: 0;
    }

    .list .head, .list .head th {
        background-color: #eff7ff;
        color: #08c;
        font-weight: bold;
        text-shadow: none;
        line-height: 3vw;
    }

        .list .head:hover {
            background-color: #eff7ff;
        }

    .list .foot {
        background-color: #EFF7FF;
        text-align: center;
        padding: 8px;
        width: 100%;
    }

        .list .foot a:hover {
            text-decoration: none;
        }

        .list .foot .button {
            font-size: 14px;
            cursor: pointer;
            overflow: hidden;
            line-height: 33px;
            padding: 0 20px;
            margin: 0 3px;
        }

.form {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    background-color: #f5f5f5;
    overflow: hidden;
    border-width: 0 0 0.15vw 0.15vw;
    border-style: solid;
    border-color: #fff;
}

    .form dt, .form dd {
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
        float: left;
        border-top: 2px solid #fff;
        overflow: hidden;
        line-height: 50px;
        min-height: 75px;
    }

    .form dt {
        width: 22%;
        text-align: right;
        color: #666;
        font-weight: bold;
    }

        .form dt .button {
            font-size: 14px;
            margin: 0;
            cursor: pointer;
            padding: 0 18px;
            line-height: 35px;
        }

    .form dd {
        width: 78%;
        border-left: 2px solid #fff;
        background-color: #fafafa;
        border-right: 2px solid #fff;
    }

        .form dd img {
            height: 35px;
            margin: 0 5px;
            vertical-align: middle;
            display: inline-block;
            border-radius: 3px;
        }

        .form dd .thumbnailer {
            margin: 0;
            display: inline-block;
            vertical-align: middle;
        }

            .form dd .thumbnailer img {
                height: 2.4vw;
                margin: 0.15vw 0.1vw 0 0.1vw;
                vertical-align: top;
                cursor: pointer;
                display: inline-block;
            }

    .form .foot {
        background-color: #EFF7FF;
        text-align: center;
        padding: 10px;
        width: 100%;
        border-width: 0 2px 2px 0;
        border-top: 2px solid #fff;
    }

        .form .foot a:hover {
            text-decoration: none;
        }

        .form .foot .button {
            cursor: pointer;
            overflow: hidden;
            line-height: 40px;
            padding: 0 20px;
            margin: 0 5px;
            border-radius: 5px;
        }

    .form .strong {
        color: #08c;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        margin-top: -0.2vw;
    }

    .form .vip {
        color: #fff;
        background-color: #fe6968;
        border-radius: 0.2vw;
        font-size: 0.9vw;
        padding: 0.5vw 0.8vw 0.55vw 0.8vw;
        line-height: 1.1vw;
        display: inline-block;
        margin: -0.25vw 0.5vw 0 0.5vw;
        vertical-align: middle;
    }

    .form .tips {
        padding: 0 15px;
        font-weight: bold;
        background-color: #e0f0f0;
        color: #f00;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        border-radius: 3px;
        line-height: 40px;
        border: 1px solid #fff;
    }

        .form .tips a {
            color: #08c;
        }

    .form .textbox {
        width: 30%;
        height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
        color: #333;
        border-radius: 0.1vw;
        font-size: inherit;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .form .short {
        width: 16.8vw;
    }

    .form .textarea {
        width: 50%;
        border: 1px solid #ddd;
        line-height: 1.5;
        padding: 10px;
        height: 150px;
        border-radius: 3px;
        font-size: inherit;
        box-sizing: border-box;
        text-align: justify;
        color: #333;
        font-family: inherit;
        vertical-align: top;
    }

    .form .select {
        height: 1.8vw;
        border: 1.3px solid #ddd;
        margin: 0 0.2vw;
        line-height: 2.3vw;
        padding: 0 0.2vw;
        color: #333;
        box-sizing: border-box;
        border-radius: 0.2vw;
        font-size: inherit;
        vertical-align: middle;
    }

    .form .button {
        line-height: 30px;
        padding: 0 20px;
        margin: 0 5px 0 0;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        border-radius: 0.2vw;
        cursor: pointer;
    }

    .form .smallbutton {
        font-size: 0.8vw;
        line-height: 2vw;
        padding: 0 1vw;
        margin: -0.25vw 0 0 0.5vw;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        border-radius: 0.2vw;
    }

    .form input[type="radio"] {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: -3px 0 0 5px;
        vertical-align: middle;
    }

    .form input[type="checkbox"] {
        width: 1.2vw;
        height: 1.2vw;
        padding: 0;
        margin: 0.8vw 0 0 0;
        vertical-align: top;
    }

    .form label[for] {
        cursor: pointer;
        padding: 0 0.8vw 0 0.3vw;
        display: inline-block;
        vertical-align: top;
        color: #666;
    }

.two {
    overflow: hidden;
}

    .two dt {
        width: 20%;
    }

    .two dd {
        width: 30%;
    }

.photoeditor {
    overflow: hidden;
}

    .photoeditor .item {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 0.5vw;
        position: relative;
    }

        .photoeditor .item .image {
            padding: 0;
            cursor: pointer;
            height: 20vw;
            overflow: hidden;
        }

            .photoeditor .item .image img {
                width: 100%;
                height: auto;
                vertical-align: top;
            }

        .photoeditor .item .tool {
            overflow: hidden;
            margin-left: -1%;
            width: 101%;
        }

            .photoeditor .item .tool .button {
                width: 32.2%;
                margin: 0.3vw 0 0 1%;
                line-height: 2.3vw;
                height: 2.5vw;
                border-radius: 0.2vw;
                display: inline-block;
                box-sizing: border-box;
                text-align: center;
            }

        .photoeditor .item .play {
            position: absolute;
            left: 9vw;
            top: 5vw;
        }

            .photoeditor .item .play img {
                width: 5vw;
            }

.regioner {
    overflow: hidden;
}

    .regioner .item {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 0.5vw;
        border: 0.1vw solid #fff;
        height: 74.5vh;
    }

        .regioner .item .title {
            background-color: #eee;
            height: 5vh;
            line-height: 5vh;
            text-align: center;
            font-size: 1.1vw;
            font-weight: bold;
            color: green;
        }

            .regioner .item .title .input {
                width: 70%;
                height: 4.5vh;
                padding: 0.5vw;
                border: 0.1vw solid #eee;
                color: #333;
                border-radius: 0.1vw;
                font-size: 0.8vw;
                box-sizing: border-box;
                vertical-align: top;
            }

            .regioner .item .title .button {
                width: 29%;
                height: 4.5vh;
                padding: 0.5vw;
                border: 0.1vw solid #08c;
                color: #333;
                border-radius: 0.1vw;
                font-size: 0.8vw;
                margin-left: 1%;
                background-color: #fff;
                box-sizing: border-box;
                vertical-align: top;
            }

        .regioner .item .content {
            overflow-x: hidden;
            overflow-y: auto;
            margin: 0;
            box-sizing: border-box;
            background-color: #fff;
            height: 67vh;
            padding: 0.2vw;
            position: relative;
        }

        .regioner .item .list div {
            margin: 0.2vw 0;
        }

        .regioner .item .side div {
            margin: 0.2vw 2vw 0.2vw 0;
        }

        .regioner .item .content div {
            padding: 0 0.5vw;
            font-size: 1vw;
            border-bottom: 0.1vw solid #eee;
            overflow: hidden;
            height: 5vh;
            line-height: 5vh;
        }

            .regioner .item .content div::before {
                content: "";
                width: 1vw;
                height: 1vw;
                background-color: #ddd;
                display: inline-block;
                margin: -0.2vw 0.5vw 0 0;
                border-radius: 0.2vw;
                vertical-align: middle;
            }

        .regioner .item .content .current {
            background-color: #34C5E2;
            color: #fff;
            cursor: pointer;
        }

        .regioner .item .content div:hover {
            background-color: #ccc;
            cursor: pointer;
        }

        .regioner .item .content .letterlist {
            position: sticky;
            float: right;
            right: 0;
            top: 0;
        }

            .regioner .item .content .letterlist i {
                display: block;
                width: 2vw;
                text-align: center;
                cursor: pointer;
                line-height: 2.5vh;
                font-weight: bold;
                height: 2.5vh;
                color: #666;
            }

                .regioner .item .content .letterlist i:hover {
                    background-color: #34C5E2;
                    color: #fff;
                    cursor: pointer;
                }

.tal {
    text-align: left;
}

.male {
    color: dodgerblue;
}

.female {
    color: deeppink;
}

.gray {
    color: #369;
    border: 1px solid #09c;
    background-color: #fff;
}

.orange {
    color: #fff;
    background-color: #fe6968;
    border: 1px solid #fff;
}

.blue {
    color: #fff;
    background-color: #34C5E2;
    border: 1px solid #fff;
}

.green {
    color: #fff;
    background-color: #63c058;
    border: 1px solid #fff;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    background-color: rgb(0,0,0);
    z-index: 998;
}

.informationTips {
    width: 30%;
    background-color: #fe6968;
    z-index: 999;
    position: fixed;
    top: 25%;
    left: 35%;
    box-sizing: border-box;
    border-radius: 0.5vw;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 1vw #fff;
    padding: 2%;
}

    .informationTips .image {
        width: 1.6vw;
        height: 1.6vw;
        display: inline-block;
        vertical-align: middle;
        margin: -0.3vw 0.5vw 0 0;
    }

    .informationTips .content {
        overflow: hidden;
        padding: 3%;
        box-sizing: border-box;
        font-size: 1.5vw;
        line-height: 2vw;
        text-align: center;
        font-weight: bold;
        background: transparent;
    }

    .informationTips .bottom {
        width: 100%;
        text-align: center;
        padding: 3%;
        overflow: hidden;
        box-sizing: border-box;
    }

        .informationTips .bottom .button {
            display: inline-block;
            padding: 0.5vw 1.5vw;
            border-radius: 0.2vw;
            margin-left: 0.2vw;
            border: 0.1vw solid #fff;
            font-size: 1.1vw;
        }

.scrollInformation {
    font-size: 1.5vw;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-radius: 0.5vw;
    padding: 1vw 5vw;
}

.uploadpanel {
    width: 50px;
    height: 50px;
    background: transparent url('/images/upload.png') repeat scroll 0% 0%;
    margin: 5px 15px 0 0;
    background-size: 100%;
    display: inline-block;
}

    .uploadpanel .fileupload {
        width: 50px;
        height: 50px;
        opacity: 0;
        cursor: pointer;
    }

.smalluploadpanel {
    width: 40px;
    height: 40px;
    background: transparent url('/images/upload.png');
    margin: 7px 5px 0 5px;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

    .smalluploadpanel .fileupload {
        width: 40px;
        height: 40px;
        opacity: 0;
        cursor: pointer;
        vertical-align: top;
    }

.uploadpriview {
    margin: -0.3vw 0.2vw 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 2.3vw;
    box-sizing: border-box;
}

    .uploadpriview .image {
        vertical-align: top;
        cursor: pointer;
        border-radius: 0.1vw;
        height: 100%;
        box-sizing: border-box;
        margin: 0;
    }

.error {
    background-color: #e0f0f0;
    padding: 3%;
    font-size: 2vw;
    text-align: center;
    color: #fe6968;
    font-weight: bold;
    margin: 1%;
}

    .error .button {
        color: #fff;
        border-radius: 0.1vw;
        font-size: 1.1vw;
        line-height: 2.3vw;
        height: 2.5vw;
        display: inline-block;
        box-sizing: border-box;
        padding: 0 1vw;
        vertical-align: middle;
        margin: -0.5vw 0.5vw 0 0;
        font-weight: normal;
    }

    .error a {
        color: #08c;
        padding: 0 5px;
    }

.popup {
    position: fixed;
    z-index: 998;
    background-color: #fff;
    padding: 0.6vw;
    margin: 0;
    border-radius: 0.2vw;
    box-shadow: 0 0 3vw #666;
}

    .popup .popupcontainer {
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background-color: #f5f5f5;
    }

    .popup .close {
        position: fixed;
        cursor: pointer;
        width: 2vw;
        height: 2vw;
        padding: 0;
        margin: 0;
    }

.loading {
    position: fixed;
    background-color: #f5f5f5;
    padding: 2vw;
    border-radius: 0.5vw;
    border: 0.1vw solid #fff;
    box-shadow: 0 0 5vw #aaa;
    z-index: 999;
    width: 25vw;
    text-align: center;
    top: 30%;
    left: 40%;
    overflow: hidden;
}

    .loading .image {
        width: 2vw;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-top: 0.2vw;
    }

    .loading .text {
        padding: 0 1vw;
        font-size: 1.8vw;
        font-weight: bold;
        color: #09c;
        box-sizing: border-box;
        display: inline-block;
        max-width: 23vw;
        overflow: hidden;
    }

.progress {
    position: fixed;
    background-color: #f5f5f5;
    padding: 1vw;
    border-radius: 0.5vw;
    border: 0.1vw solid #fff;
    box-shadow: 0 0 5vw #aaa;
    z-index: 999;
    top: 30%;
    left: 35%;
}

    .progress .text {
        line-height: 3vw;
        display: inline-block;
        vertical-align: top;
        font-size: 1.6vw;
        font-weight: bold;
        color: #09c;
    }

    .progress .status {
        display: inline-block;
        width: 30vw;
        position: relative;
        border: 0.1vw solid #09c;
        height: 2.85vw;
        border-radius: 0.3vw;
        margin-left: 0.5vw;
        background-color: #eee;
        padding: 0.1vw;
    }

        .progress .status .bar {
            display: inline-block;
            background-color: green;
            content: 'a';
            height: 2.8vw;
            box-sizing: border-box;
            border-radius: 0.3vw;
            line-height: 2.8vw;
            text-align: center;
            color: #fff;
            padding: 0 0.5vw;
        }

.pager {
    padding: 0.8vw 0;
    text-align: right;
    font-size: 1vw;
    border-width: 0.1vw;
    border-style: solid;
    border-color: #fff;
}

    .pager .detail {
        background-color: #eee;
        border-radius: 0.2vw;
        color: #666;
        margin: 0 0.1vw;
        padding: 0 1vw;
        display: inline-block;
        vertical-align: top;
        height: 2.6vw;
        line-height: 2.6vw;
    }

        .pager .detail i {
            color: #09c;
            padding: 0 0.2vw;
            font-weight: bold;
            font-size: 0.9vw;
        }

    .pager .jump {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

        .pager .jump .textbox {
            display: inline-block;
            vertical-align: top;
            width: 4vw;
            border: 0.1vw solid #ddd;
            border-radius: 0.2vw;
            text-align: center;
            color: #666;
            background-color: #fff;
            box-sizing: border-box;
            font-size: 1vw;
            height: 2.6vw;
            line-height: 2.6vw;
        }

        .pager .jump .button {
            height: 2.6vw;
            line-height: 2.6vw;
            background-color: #eee;
            color: #09c;
            font-size: 1vw;
            padding: 0 1vw;
            margin-left: 0.5vw;
        }

    .pager a {
        background-color: #eee;
        border-radius: 0.2vw;
        color: #666;
        display: inline-block;
        height: 2.6vw;
        line-height: 2.6vw;
        margin: 0 0.1vw;
        vertical-align: top;
        text-align: center;
        padding: 0 1vw;
        min-width: 3vw;
        box-sizing: border-box;
    }

        .pager .current,
        .pager a:hover {
            background-color: #34C5E2;
            border-color: #34C5E2;
            color: white;
            font-weight: bold;
        }

.chatbottom {
    position: fixed;
    bottom: 0;
    height: 8.5vw;
    background-color: #eee;
    width: 50vw;
    z-index: 995;
    padding-left: 1vw;
    padding-top: 1vw;
    box-sizing: border-box;
}

    .chatbottom .function {
        overflow: hidden;
    }

        .chatbottom .function .textbox {
            color: #333;
            font-size: 1vw;
            width: 70%;
            box-sizing: border-box;
            float: left;
            border: solid 0.1vw #ccc;
            box-shadow: none;
            height: 4vw;
            padding: 0 1vw;
            border-radius: 0.5vw;
        }

        .chatbottom .function .button {
            box-sizing: border-box;
            display: block;
            float: left;
            text-align: center;
            width: 27%;
            margin-left: 1%;
            height: 4vw;
            line-height: 4vw;
            font-size: 2vw;
            border-radius: 0.5vw;
        }

    .chatbottom .tool {
        width: 50vw;
        height: 3vw;
        padding: 0.5vw 0;
        overflow: hidden;
        box-sizing: border-box;
    }

        .chatbottom .tool .button {
            font-size: 1vw;
            border-radius: 0.5vw;
            display: inline-block;
            padding: 0.5vw 2vw;
        }
