@charset "UTF-8";
/* CSS Document */


.login-wrap {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

.login-box {
    width: 340px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 30px;
}


.login-logo {
    font-size: 0;
    text-align: center;
    padding-bottom: 30px;
}

.login-logo img {
    height: 60px;
}

.login-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.login-main {
    padding-top: 30px;
}

.login-main .item {
    padding-top: 20px;
}

.login-main .item:first-child {
    padding-top: 0;
}

.login-main .item .name {
    font-size: 13px;
    color: #333;
    padding-bottom: 5px;
    padding-left: 15px;
}

.login-main .item .text {
    position: relative;
}

.login-main .item .text .icon {
    width: 20px;
    height: 20px;
    font-size: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}

.login-main .item .text .inpbox input.inp {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    padding: 0 10px 0 45px;
}

.login-main .item .text .inpbox .flex {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.login-main .item .text .inpbox .flex .l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.login-main .item .text .inpbox .flex .r {
    padding-left: 10px;
}

.login-main .item .text .inpbox .imgbox {
    width: 100px;
    height: 48px;
    font-size: 0;
}

.login-main .item .text .inpbox .imgbox img {
    width: 100px;
    height: 48px;
}

.login-main .item .btnbox input.btn {
    width: 100%;
    height: 50px;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(to right, #3168E2, #174EC7);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

.login-main .item .txtbox {
    text-align: center;
    padding: 10px 0;
    color: #999;
}


@media all and (max-width: 420px) {
    .login-wrap {
        min-height: auto;
        padding: 30px 0;
        display: block;
    }

    .login-box {
        width: auto;
        background: none;
        box-shadow: none;
        padding-top: 20px;
    }

    .login-logo {
        padding-bottom: 0;
    }

    .login-logo img {
        height: 40px;
    }
}

@media all and (max-width: 380px) {
    .login-wrap {
        padding: 30px 0;
    }
}

@media all and (max-width: 320px) {
    .login-title {
        font-size: 20px;
    }

    .login-logo img {
        height: 32px;
    }

    .login-wrap {
        padding: 20px 0;
    }

    .login-box {
        padding: 10px 20px 20px 20px;
    }
}


.find-wrap {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

.find-box {
    width: 400px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 30px;
}

.find-tabs {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.find-tabs .item {
    padding: 0 20px;
}

.find-tabs .item a {
    font-size: 24px;
    color: #999;
    display: block;
    position: relative;
}

.find-tabs .item a.on {
    font-weight: bold;
    color: #333;
}

.find-tabs .item a.on:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #174EC7;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -5px;
}

.find-main {
    padding-top: 30px;
}

.find-main .infolist {
    display: none;
}

.find-main .infolist.on {
    display: block;
}

.find-main .item {
    padding-top: 20px;
}

.find-main .item:first-child {
    padding-top: 0;
}

.find-main .item .titbox {
    font-size: 13px;
    color: #333;
    padding-bottom: 5px;
    padding-left: 15px;
}

.find-main .item .inpbox input.inp {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}

.find-main .item .inpbox textarea {
    width: 100%;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    padding: 8px 15px;
}

.find-main .item .inpbox .list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.find-main .item .inpbox .list .li {
    padding: 10px 5px 0 15px;
}

.find-main .item .inpbox .list .li label {
    display: -ms-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}

.find-main .item .inpbox .list .li label input {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
}

.find-main .item .inpbox .list .li label input:checked {
    background: #3067E1 url("../images/checked.png") no-repeat center / 100% 100%;
    border: 0 none;
}

.find-main .item .inpbox .flex {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.find-main .item .inpbox .flex .l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.find-main .item .inpbox .flex .r {
    padding-left: 10px;
}

.find-main .item .inpbox .imgbox {
    width: 100px;
    height: 48px;
    font-size: 0;
}

.find-main .item .inpbox .imgbox img {
    width: 100px;
    height: 48px;
}

.find-main .item .btnbox input.btn {
    width: 100%;
    height: 50px;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(to right, #3168E2, #174EC7);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}


.find-main .item .titbox2 {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 15px;
}

.find-main .item .titbox2 .name {
    font-size: 13px;
    color: #333;
}

.find-main .item .titbox2 .adds a {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #3067E1;
    font-weight: bold;
}

.find-main .item .titbox2 .adds a span.icon {
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 8px;
    font-size: 0;
}

.find-main .item .titbox2 .adds a span.icon:before,
.find-main .item .titbox2 .adds a span.icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #3067E1;
    border-radius: 1px;
}

.find-main .item .titbox2 .adds a span.icon:before {
    width: 10px;
    height: 2px;
    margin-left: -5px;
    margin-top: -1px;
}

.find-main .item .titbox2 .adds a span.icon:after {
    width: 2px;
    height: 10px;
    margin-left: -1px;
    margin-top: -5px;
}


.find-main .item .contact-list .group {
    padding-top: 20px;
}

.find-main .item .contact-list .group:first-child {
    padding-top: 10px;
}

.find-main .item .contact-list .contact-box {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.find-main .item .contact-list .contact-box .type {
    border-right: 1px solid #eee;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
}

.find-main .item .contact-list .contact-box .text {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.find-main .item .contact-list .contact-box .text input.inp {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}

.find-main .item .contact-list .contact-box .less {
    padding-right: 15px;
}

.find-main .item .contact-list .contact-box .less.hidden {
    visibility: hidden;
}

.find-main .item .contact-list .contact-box .less a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #999;
    font-size: 13px;
    color: #666;
    padding: 2px 6px;
    border-radius: 5px;
}


@media all and (max-width: 500px) {
    .find-wrap {
        min-height: auto;
        padding: 50px 0;
        display: block;
    }

    .find-box {
        width: auto;
        background: none;
        box-shadow: none;
    }
}

@media all and (max-width: 420px) {
    .find-wrap {
        padding: 30px 0;
    }

    .find-box {
        padding: 20px;
    }
}

@media all and (max-width: 320px) {
    .find-wrap {
        padding: 20px 0;
    }
}


.result-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.result-head {
    position: relative;
}

.result-title {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.result-title .name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 15px;
}

.result-title .name:before {
    content: '';
    display: block;
    width: 3px;
    border-radius: 2px;
    height: 16px;
    background: #174EC7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.result-title .exit a {
    display: block;
    font-size: 14px;
    color: #174EC7;
    border: 1px solid #174EC7;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 20px;
    margin-left: 15px;
}

.result-title .exit {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.result-title .exit a {
    margin-left: 15px;
}

.result-title .exit a:first-child {
    margin-left: 0;
}

.result-search {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -20px;
}

.result-search input.inp {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    padding: 0 50px 0 20px;
}

.result-search input.btn {
    display: block;
    width: 50px;
    height: 40px;
    background: url("../images/search.png") no-repeat center / 16px 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}


.result-list .item {
    border-bottom: 1px dotted #ddd;
    padding: 15px 0;
}

.result-list .item .tr {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.result-list .item .tr .td {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.result-list .item .tr .td a {
    display: inline-block;
    border: 1px solid #174EC7;
    color: #174EC7;
    padding: 2px 5px;
    border-radius: 5px;
}

.result-list .item .tr .td:nth-child(1) {
    width: 10%;
}

.result-list .item .tr .td:nth-child(2) {
    width: 15%;
}

.result-list .item .tr .td:nth-child(3) {
    width: 15%;
}

.result-list .item .tr .td:nth-child(4) {
    width: 25%;
}

.result-list .item .tr .td:nth-child(5) {
    width: 25%;
}

.result-list .item .tr .td:nth-child(6) {
    width: 10%;
}

.result-list .item:first-child .tr .td {
    font-weight: bold;
    color: #333;
}

@media all and (max-width: 800px) {
    .result-search {
        width: 300px;
        margin-left: -180px;
    }

    .result-list .item .tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .result-list .item:first-child {
        display: none;
    }

    .result-list .item .tr .td {
        text-align: left;
    }

    .result-list .item .tr .td:nth-child(1) {
        width: auto;
        padding-right: 10px;
    }

    .result-list .item .tr .td:nth-child(2) {
        width: auto;
        padding-right: 10px;
    }

    .result-list .item .tr .td:nth-child(3) {
        width: auto;
    }

    .result-list .item .tr .td:nth-child(4) {
        width: 100%;
        padding-top: 5px;
    }

    .result-list .item .tr .td:nth-child(5) {
        width: calc(100% - 60px);
    }

    .result-list .item .tr .td:nth-child(6) {
        width: 60px;
        text-align: right;
    }
}

@media all and (max-width: 700px) {
    .result-head {
        border-bottom: 1px solid #eee;
        padding: 10px 0 20px 0;
    }

    .result-title {
        border: 0 none;
        padding: 10px 0;
    }

    .result-search {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        width: 100%;
    }
}

@media all and (max-width: 420px) {
    .result-head {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 999;
        box-sizing: border-box;
        padding: 5px 20px 15px 20px;
    }

    .result-title .name {
        font-size: 16px;
    }

    .result-title .name:before {
        height: 14px;
        margin-top: -7px;
    }

    .result-title .exit a {
        font-size: 13px;
        line-height: 24px;
        padding: 0 10px;
    }

    .result-search input.inp {
        height: 36px;
        font-size: 14px;
        padding-right: 40px;
    }

    .result-search input.btn {
        width: 46px;
        height: 36px;
    }

    .result-main {
        padding-top: 103px;
    }
}

@media all and (max-width: 360px) {

}


.borderTable {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.borderTable tr td {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 10px;
}

.borderTable tr td:first-child {
    border-left: 0 none;
}

.borderTable tr:first-child td {
    border-top: 0 none;
}

