.v3-header {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 65px;
    margin: 0 auto;
    z-index: 1;
}

.v3-header-main {
    height: 50px;
    background: #152763;
    border-bottom: 1px solid #1f448c;
}

.v3-header-main .p1 {
    width: 1440px;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.v3-header .p1-l {
    display: flex;
}

.v3-logo {
    position: relative;
    width: 308px;
    height: 65px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: url(../../images/v3/logo-cur.png) no-repeat center;
    /* background-size: 100%; */
    object-fit: cover;
}

.v3-logo span {
    color: #fff;
}

.v3-logo img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.v3-logo::after {
    content: '';
    position: absolute;
    left: 114px;
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: #00BDFF;
    z-index: 2;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.v3-logo:hover::after,
.v3-logo.active::after {
    transform: none;
}

.v3-nav {
    display: flex;
    height: 51px;
    margin-left: 33px;
}

.v3-nav a {
    position: relative;
    width: 70px;
    margin-left: 85px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.v3-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #00BDFF;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.v3-nav .cur::after,
.v3-nav a:hover::after {
    transform: none;
}

.p1-r {
    display: flex;
}

.p1-r-btn {
    position: relative;
}

.p1-r-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.3;
}

.p1-r-btn {
    display: flex;
}

.p1-r-btn li {
    margin-right: 20px;
}

.p1-r-btn a {
    position: relative;
}

.p1-r-btn a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    background-color: #00BDFF;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.p1-r-btn a:hover::after {
    transform: none;
}

.p1-r-btn a img {
    width: 36px;
    height: 36px;
}

.user-info .child-nav {
    top: 51px !important;
}

.date-info {
    margin: 10px 0 10px 20px;
    font-size: 12px;
    color: #fff;
    display: flex;
    line-height: 24px;
}

.wd {
    width: 70px;
}

.wd p {
    line-height: 15px;
}

.week {
    padding-right: 5px;
    text-align-last: justify;
}

.time {
    line-height: 26px;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 300;
}

.top-ban {
    position: relative;
    display: flow-root;
    width: 100%;
    max-width: 1920px;
    height: 1080px;
    margin: -65px auto 0;
    background: url(../../images/v3/top-ban.gif) no-repeat top center;
    /* background-size: 100%; */
    object-fit: cover;
}

.top-ban-main {
    display: flow-root;
    position: relative;
    width: 1440px;
    height: 100%;
    margin: 0 auto;
}

.top-title {
    line-height: 44px;
    margin: 125px 0 23px;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.top-des {
    position: relative;
    box-sizing: border-box;
    width: 450px;
    line-height: 36px;
    padding: 0 8px;
    margin: 0 auto;
    font-size: 16px;
    color: #00FAFF;
    text-align: center;
}

.top-des::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9px;
    height: 10px;
    background: url(../../images/v3/icon4.png) no-repeat center;
    background-size: 100%;
}

.top-des::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 10px;
    background: url(../../images/v3/icon5.png) no-repeat center;
    background-size: 100%;
}

.top-search {
    position: relative;
    width: 690px;
    height: 50px;
    margin: 35px auto 0;
    background: rgba(0, 189, 255, 0.1);
    border-radius: 25px;
    border: 1px solid #00BDFF;
}

.top-search-btn {
    position: absolute;
    right: -1px;
    top: 0;
    width: 121px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #00BDFF, #4AFDFF);
    border-radius: 0px 25px 25px 0px;
    font-weight: 400;
    font-size: 18px;
    color: #0F2059;
    text-align: center;
    cursor: pointer;
}

.condition-type {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 74px;
    height: 30px;
    background: rgba(0, 189, 255, 0.2);
    border-radius: 14px;
    border: 1px solid rgba(0, 188, 254, 0.2);
    text-align: center;
}

.condition-type span {
    font-size: 14px;
    color: #FEFFFF;
}

.condition-type img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.top-search .layui-form-select {
    position: absolute;
    right: 121px;
    top: 0;
    width: 90px;
    line-height: 50px;
}

.top-search .layui-form-select .layui-input {
    height: 50px;
    padding-left: 0;
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
}

.top-search .layui-form-select dl {
    border: none;
    padding: 0;
    top: 52px;
    font-size: 14px;
    border-radius: 0;
}

.top-search .layui-form-select dl dd.layui-this {
    background-color: #0d306a;
}

.top-search .layui-form-select .layui-edge {
    border-top-color: #00BDFF;
}

.search-key {
    width: 355px;
    height: 50px;
    line-height: 50px;
    margin-left: 110px;
    font-size: 14px;
    background: none;
    color: #fff;
}

.search-key:focus {
    color: #fff;
    background: none;
    outline: none;
}

.policy-btn {
    position: absolute;
    left: 300px;
    bottom: 400px;
    display: block;
    width: 185px;
    height: 165px;
}

.count {
    width: 219px;
    height: 64px;
    background: url(../../images/v3/count.png) no-repeat center;
    background-size: 100%;
    text-align: center;
}

.count p:first-child {
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #00F2FF;
}

.count p:last-child {
    position: relative;
    font-size: 12px;
    color: #fff;
}

.count p:last-child::before {
    content: '';
    position: absolute;
    left: 57px;
    top: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FFB933;
}

.policy-count {
    display: block;
    position: absolute;
    left: 143px;
    bottom: 609px;
}

.policy-line {
    position: absolute;
    left: 251px;
    bottom: 515px;
    width: 99px;
    height: 88px;
    background: url(../../images/v3/line1.png) no-repeat center;
    background-size: 100%;
}

.pointer-btn {
    position: absolute;
    left: 605px;
    bottom: 155px;
    display: block;
    width: 185px;
    height: 165px;
}

.pointer-count {
    display: block;
    position: absolute;
    left: 443px;
    bottom: 104px;
}

.pointer-line {
    position: absolute;
    left: 672px;
    bottom: 121px;
    width: 92px;
    height: 56px;
    background: url(../../images/v3/line3.png) no-repeat center;
    background-size: 100%;
}

.case-btn {
    position: absolute;
    right: 330px;
    bottom: 300px;
    display: block;
    width: 185px;
    height: 165px;
}

.case-count {
    display: block;
    position: absolute;
    right: 121px;
    bottom: 440px;
}

.case-line {
    position: absolute;
    right: 232px;
    bottom: 347px;
    width: 107px;
    height: 84px;
    background: url(../../images/v3/line2.png) no-repeat center;
    background-size: 100%;
}

.con {
    margin-top: 28px;
}