* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;

    overflow: hidden;
    font-family: "MicrosoftYaHei", "PingFangSC,宋体,Arial,sans-serif";
}

.container {

    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    background-size: cover;
    border-top: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
}

.banner2 {
    width: 100%;
    height: 100px;
    background-color: #141A88;
    z-index: 1000;
    color: #fff;
}

.abs {
    position: absolute;
}

.logo2 {
    width: 163px;
    height: 51px;

    background: url('img/logo.png') no-repeat;
    background-size: 100% 100%;
    top: 25px;
    left: 50px;
}

.btns-use {
    font-size: 16px;
    top: 0;
    left: 366px;
    line-height: 100px;
    cursor: pointer;
    /* color: #fff; */
}

.btns-use span:nth-child(2),
.btns-use span:nth-child(3),
.btns-use span:nth-child(4),
.btns-use span:nth-child(5),
.btns-use span:nth-child(6){
    margin-left: 45px;
}

a {
    color: #fff;
    text-decoration: none;
}

.open-log {
    position: relative;

}

.hot-dot {
    position: absolute;
    top: 40px;
    right: -5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
}

.hot-dot2 {
    top: 2px;
}

.new-list2 {
    display: none;
    position: absolute;
    width: 190px;
    height: 94px;
    background-color: rgba(13, 13, 13, .7);
    color: #888888;
    line-height: 34px;
    padding: 10px 10px 10px 24px;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    /* border: 1px solid #e4e4e4; */
    border-radius: 5px;
}

.new-list {
    display: none;
    position: absolute;
    width: 190px;
    height: 120px;
    background-color: rgba(13, 13, 13, .7);
    color: #888888;
    line-height: 34px;
    padding: 10px 10px 10px 24px;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    /* border: 1px solid #e4e4e4; */
    border-radius: 5px;
}

.triangle-box {
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;

}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border: 7.5px solid;

    top: 1px;
    left: -14px;
    border-color: transparent transparent rgba(13, 13, 13, .7);
}

.open-log2 {
    font-size: 14px;
}

.open-log3 {
    font-size: 14px;
    display: block;
}

.open-loglist {
    font-size: 14px;
}

.open-log:hover .new-list {
    display: block !important;
}

.open-log:hover .new-list2 {
    display: block !important;
}

.open-log:hover .new-list div:hover {

    color: #FFF;
}

.open-log:hover .new-list a:hover {

    color: #FFF;
}

.open-log:hover .new-list2 div:hover {

    color: #FFF;
}

.open-log:hover .new-list2 a:hover {

    color: #FFF;
}

.open-log:hover .new-list a {

    color: #888888;
}

.open-log:hover .new-list2 a {

    color: #888888;
}

/* 日志 */
.mask-log {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.up-log .close-log {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.log-content {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content a {
    text-decoration: none;
    color: #141a88;
}

.log-content .lists {
    width: 500px;
    padding-top: 37px;
    margin-left: 173px;
    border-left: 1px solid #ddd;
}

.log-content .lists .list {
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 30px;
    padding-bottom: 75px;
}

.log-content .lists .list .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
    background-color: #141a88;
    border-radius: 50%;
    z-index: 1;
}

.log-content .lists .list .date {
    position: absolute;
    left: -153px;
    top: -13px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.log-content .lists .list .title {
    position: absolute;
    left: 0;
    top: -13px;
    display: block;
    padding-right: 20px;

    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 14px;
    color: #666;
    text-indent: 30px;
    font-size: 16px;
    color: #333;
}

.log-content .lists .list .dl-content dl {
    overflow: hidden;
    padding-top: 20px;
}

.log-content .lists .list .dl-content dl dt {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.log-content .lists .list .dl-content dl dd {
    font-size: 12px;
    color: #999;
    line-height: 25px;
    margin-left: 12px;
}

.up-log .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

/* 关于 */
.mask-log2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 200px 0 50px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log2 .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.up-log2 .close-log2 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.log-content2 {

    margin: auto;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content2 .map-box {
    width: 887px;
    height: 695px;
    margin: auto;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    box-sizing: border-box;
    padding-top: 30px;
    color: #333333;
    text-align: center;
    background: url('../img/page-1/map.png') no-repeat;
    background-size: 100% 100%;
}

.log-content2 .up-content {
    width: 696px;
    margin: auto;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    line-height: 22px;
    font-size: 12px;
}

.log-content2 .up-content .line-da {
    width: 696px;
    margin-top: 26px;
    margin-bottom: 34px;
    border-bottom: 1px dashed #666666;
}

.log-content2 .up-content .half {
    display: inline-block;
    width: 49.5%;
}

.log-content2 .up-content .company {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 45px;
}

.log-content2 .up-content .company2 {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 35px;

}

.log-content2 .up-content .center-text {
    text-align: center;
    margin-bottom: 24px;
}

.log-content2 .up-content .new-text {
    display: inline-block;
    width: 281px;
    margin-left: 40px;
}

.log-content2 .up-content .next-h {
    font-weight: 700;
    font-size: 32px;
    margin-top: 35px;
    text-align: center;
    color: #333333;
}

.log-content2 .up-content .btn-contact {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
    background-color: #0099ff;
}

.up-log2 .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

.textcener {
    text-align: center;

}

.fw700 {
    font-weight: 700;
}

.fz20 {
    font-size: 20px;
}

.mt30 {
    margin-top: 30px;
    color: #000;

}



.article-box {
    /* display: inline-block; */
    /* margin: auto; */
    margin-top: 100px;
    text-align: left;
    padding: 0 210px
}

.article-box .top-title {
    width: 100%;
    margin: auto;
    text-align: left;
    padding-top: 20px;
}

.top-content {}

.list-ul {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; */
    width: 100%;
    margin: auto;
    /* text-align: center; */
    padding-bottom: 30px;
}

.list-ul .list-li {
    margin-top: 30px;
    margin-right: 16px;
    display: inline-block;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
    background-color: #fff;
    vertical-align: top;
    /* border-right: 0; */
}

.list-ul .list-title {

    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 18px;
    border-bottom: 1px solid #E6E6E6;

}

.list-ul .list-title .go-deatil {
    color: #141a88;
    float: right;
}

.list-ul .tr {
    display: flex;
    border-bottom: 1px solid #E6E6E6;

}

.list-ul .tr-first {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    background-color: #F4F4F9;
    animation: myfirst 1s linear 3;

}

.list-ul .tr .td {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #727171;
}

.list-ul .tr .th {
    color: #333333;
}

.list-ul .tr .rank {
    width: 62px;
    height: 29px;
    line-height: 29px;
    border-right: 1px solid #E6E6E6;
}

.list-ul .tr .name {
    /* width: 159px; */
    flex: 1;
    height: 29px;

    line-height: 29px;
    padding-left: 17px;
    margin-left: -3px;
    border-right: 1px solid #E6E6E6;
}

.list-ul .tr .firm {
    flex: 1;
    height: 29px;
    line-height: 29px;
    margin-left: -3px;
    border-right: 1px solid #E6E6E6;
}

.list-ul .tr .num {
    flex: 1;
    height: 29px;
    margin-left: -3px;
    line-height: 29px;

}

.list-ul .tr .num img {
    /* display: none; */
    vertical-align: middle;
    margin-top: -3px;

}

.list-ul .tr .rate {
    position: absolute;
    z-index: -1000;
}

.list-ul .tr-first .td {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #727171;
}

.list-ul .tr-first .th {
    color: #333333;
}

.list-ul .tr-first .rank {
    width: 62px;
    height: 29px;
    line-height: 29px;
    border-right: 1px solid #E6E6E6;
}

.list-ul .tr-first .name {
    /* width: 159px; */
    flex: 1;
    height: 29px;

    line-height: 29px;
    padding-left: 17px;
    margin-left: -3px;
    border-right: 1px solid #E6E6E6;
}

.list-ul .tr-first .firm {
    flex: 1;
    height: 29px;
    line-height: 29px;
    margin-left: -3px;
    border-right: 1px solid #E6E6E6;
}

.list-ul .tr-first .num {
    flex: 1;
    height: 29px;
    margin-left: -3px;
    line-height: 29px;

}

.list-ul .tr-first .num img {
    /* display: none; */
    vertical-align: middle;
    margin-top: -3px;

}

.list-ul .tr-first .rate {
    position: absolute;
    z-index: -1000;
}

.rank-test {
    display: inline-block;
    width: 35px;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    border-radius: 2px;
    background-color: #F4F4F9;
}

.rank-test1 {
    display: inline-block;
    width: 35px;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    border-radius: 2px;
    background-color: #141A88;
    color: #fff;
}

.rank-test2 {
    display: inline-block;
    width: 35px;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    border-radius: 2px;
    background-color: #494FBD;
    color: #fff;
}

.rank-test3 {
    display: inline-block;
    width: 35px;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    border-radius: 2px;
    background-color: #999EF5;
    color: #fff;
}


@media screen and (min-width: 1680px) {
    /* .list-ul .list-li:nth-child(3n) {
        margin-right: 0;
    } */

    /* .article-box .top-title {
        width: 1515px;
    } */

    /* .list-ul {

        text-align: left;

    }  */

}

@media screen and (max-width: 1679px) {
    /* .list-ul .list-li:nth-child(2n) {
        margin-right: 0;
    } */

    /* .article-box .top-title {
        width: 986px;
    } */

    /* .list-ul {
        width: 996px;
        text-align: left;

    } */
}

.color1 {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}


.color2 {
    color: #999999;
    font-size: 14px;
    margin: 0 10px;
}
.color4 {
    color: #999999;
    font-size: 14px;
    margin: 0 10px;
}

.color3 {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

.color5 {

    font-size: 14px;
}

.icon-1 {
    text-align: center;
    margin-top: 30px;
}

.icon-1 img {
    cursor: pointer;
}




.clearfix:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.right-top {
    float: left;
    margin-left: 30px;
    margin-top: 28px;
    text-align: left;
}

.right-top .rank5 {
    font-size: 16px;
    font-weight: bold;
}

.right-top .top-article {

    width: 360px;
    margin-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e4e4e4;
}

.right-top .left-img {
    float: left;
}

.left-img img {
    width: 140px;
}

.right-top .left-text {
    float: left;
    text-align: left;
}

.right-top .left-text .title {
    width: 190px;
    margin-left: 10px;
    color: #333333;
}

.right-top .left-text .date {

    color: #999999;
    margin-left: 10px;
    margin-top: 14px;
}

.mt20 {
    margin-top: 20px;
}

.mask-log3 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 300px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log3 .titlelog3 {
    position: relative;
    padding: 50px 20px 10px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #303133;
}

.up-log3 .close-log3 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.up-log3 .b-btn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.up-log3 .title-btn {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #141A88;
    cursor: pointer;
    margin-left: 20px;
}

/* 顶部内容 */
.top-content {
    width: 100%;
    /* height: 195px; */
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.top-content .title-name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.top-content .update {
    font-size: 14px;
    color: #333333;
    margin: 12px 0;
}

.top-content .tag-messg {
    font-size: 14px;
    color: #999999;
    padding-bottom: 18px;
    border-bottom: 1px solid #EDEDED;
}

.condition-box {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    font-size: 13px;
    color: #999999;
}

.condition-box .check {
    vertical-align: -14%;
    cursor: pointer;
}

.condition-box .date-box {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 38px;
    vertical-align: middle;
    margin-left: 10px;
    background: url("./img/date.png")no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.condition-box .date-box .show-date {
    width: 100%;
    height: 100%;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 30px;
    cursor: not-allowed;

}

.condition-box .next-bar {
    font-size: 14px;
    color: #141a88;
    line-height: 40px;
}

.condition-box .next-bar .pre {
    cursor: pointer;
}

.condition-box .next-bar .next {
    cursor: pointer;
}

#datebox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 38px;
    box-sizing: border-box;
    opacity: 0;
}

#mothbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 38px;
    box-sizing: border-box;
    opacity: 0;
}

input[type=month]::-webkit-calendar-picker-indicator {
    width: 230px;
}

input[type=date]::-webkit-calendar-picker-indicator {
    width: 230px;
}

.check2 {
    margin-left: 20px;
    vertical-align: -14%;
    cursor: pointer;
}

.check3 {
    display: none;
    vertical-align: -14%;
    cursor: pointer;
    margin-left: 20px;
}

.pro-box {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 38px;
    vertical-align: middle;
    /* background: url("./img/select.png")no-repeat;
    background-size: 100% 100%; */
}

#text {
    width: 230px;
    height: 38px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    color: #999999;
    /* opacity: 0; */
}

.pro-box .select-box {
    position: absolute;
    display: none;
    width: 230px;
    top: 40px;
    height: 100px;
    box-sizing: border-box;

    border: 1px solid #e0e0e0;
    border-radius: 2px;
    line-height: 30px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
}

.pro-box .select-box .option {
    padding: 0 10px;
    cursor: pointer;
}



.pro-box .select-box .option:hover {
    background-color: #F4F4F9;

}

.pro-box .not-allowed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: not-allowed;
}

.car-name {
    display: none;
    font-size: 13px;
    color: #333333;
    margin-left: 20px;
}

.off-locat {
    display: none;
    font-size: 13px;
    color: #808080;
    margin-left: 20px;
}

.ranking {
    color: #141a88;
}
.finish{
    text-align: center;
    margin-top: 20px;
    display: none;
}
.btn-loading{
    display: block;
    margin: auto;
    width: 200px;
    height: 40px;
    margin-top: 50px;
    background-color: #141A88;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
}
.bgcselect{
    background-color: #F4F4F9;
    animation: myfirst 1s linear 3;
}
@keyframes myfirst
{
from {background:#F4F4F9; }
to {background:transparent}
}

/* 修改弹窗联系我们 */

.img-box {
    position: relative;
    width: 1202px;
    height: 3215px;
    margin: auto;
}

.up-mask {
    width: 100%;
}

.colose-box {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: -50px;
}

.close-log2 {
    position: absolute;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}


.btn-make {
    position: absolute;
    width: 391px;
    height: 50px;
    bottom: 80px;

    left: 408px;
    cursor: pointer;
}
.btn-make a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
