@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    list-style: none;
    text-decoration: none !important;
    scroll-behavior: smooth;
}

#index_top {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
}

/* @font-face {
    font-family: 'PingFang SC';
    src: url('https://ceshigo.oss-cn-hangzhou.aliyuncs.com/ceshigo/PingFang.ttf');
} */
/* @font-face {
    font-family: 'PingFang SC';
    src: url('./PingFang.woff');
} */

@font-face {
    font-family: 'Agency FB';
    src: url('../img/AGENCYR.TTF');
}

.homeIndex_top {
    background: transparent !important;
    border-bottom: 1px solid transparent !important;
}

.wFff {
    color: #fff !important;
}

.wFff input {
    border: 1px solid #fff !important;
}

#index_top .index_topBox {
    margin: 0 auto;

}

#index_top .addlabel {
    position: relative;
    padding-right: 10px !important;
}

#index_top .addlabel::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: url("../img/newMassge.png?v1") no-repeat !important;
    background-size: 100% 100%;
    margin-left: 2px;
    right: -12px;
    top: 3px;
}

#index_top .index_topBox .newTop {
    display: flex;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
    color: #fff;
    /* border: 1px solid; */
}

#index_top .index_topBox .newTop .imgs {
    display: flex;
    align-items: center;
}

#index_top .index_topBox .newTop .gjgx {
    /* width: 142px;
    height: 22px; */
    display: block;
}

#index_top .index_topBox .newTop .iso {
    /* width: 182px;
    height: 22px; */
    margin-left: 30px;
    display: block;
}

.hotline {
    display: flex;
    align-items: center;
}

.hotline p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-block-start: auto !important;
}

.hotline > a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-white);
    margin-block-start: auto !important;
    margin-left: 15px;
}

.hotline > a:hover {
    color: var(--test-color-3);
}

#index_top .index_topBox .newTop .loginType {
    width: 80px;
    /* margin-left: 30px; */
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    position: relative;
    /* padding-bottom: 10px; */
    margin-left: 20px;
}

#index_top .index_topBox .newTop .success > a {
    display: flex !important;
    align-items: center;
}

#index_top .index_topBox .newTop .success > a::after {
    display: block;
    width: 10px;
    height: 7px;
    content: "";
    background: url("../img/topSan.svg") no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
}

#index_top .index_topBox .newTop .success:hover .searchList {
    display: block;
}

#index_top .index_topBox .newTop .loginType .searchList {
    width: 120px;
    top: 36px;

    position: absolute;
    top: 19px;
    right: 0;
    padding-top: 4px;
    /* display: flex; */
    display: none;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #FFFFFF;
    margin: 0;
    padding: 6px 0;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li {
    margin-bottom: 6px;
    height: 30px;
    line-height: 30px;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li > a {
    text-indent: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #000000;
    position: relative;

}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li > a:hover {
    color: #0651E5;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li > a:hover::before {
    display: block;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li > a:hover::after {
    display: block;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li > a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #0651E5;
    top: 0;
    left: 0;
    display: none;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li > a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #0651E5;
    top: 0;
    right: 0;
    display: none;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li:last-child {
    background: #E65555;
    cursor: pointer;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0px;
}

#index_top .index_topBox .newTop .loginType .searchList .boxUl li:last-child a {
    color: #fff;
}

#index_top .index_topBox .newTop .loginType > a {
    text-decoration: none;
    display: block;
    font-weight: 400;
    color: #000000;
    width: 100%;
    /* margin-top: 5px; */
    font-size: 14px;
}


#index_top .index_topBox .topBox {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

#index_top .index_topBox .topBox > .left {
    width: 160px;
}

#index_top .index_topBox .topBox > .left a img {
    /* display: block; */

    /* background: url("../img/logo1.png") no-repeat;
    background-size: 100% 100%; */
}

.milldle {
    background-color: var(--color-white);
}

.fixed-milldle {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.milldle .topNav > .typeList {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
}

.milldle .topNav > .typeList > li {
    padding-right: 30px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    position: relative;
}

.milldle .topNav > .typeList > li > p {
    position: relative;
    transition: all .3s ease;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important
}

.milldle .topNav > .typeList > li > p::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--test-color-3);
    left: 0;
    bottom: -4px;
    display: none;
}

.milldle .topNav > .typeList > li:hover > p {
    /* font-weight: bold; */
}

.milldle .topNav > .typeList > li:hover > a {
    /* font-weight: bold; */
    color: var(--test-color-3);
}

.milldle .topNav > .typeList > li:hover > p::before {
    display: block;
}

/* .milldle .topNav>.typeList>li:hover>a::before {
   display: block;
} */

.milldle .topNav > .typeList > li > a {
    position: relative;
    transition: all .3s ease;
    color: #333;
    text-decoration: navajowhite;
    cursor: pointer;
}

.milldle .topNav > .typeList > li > a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #487dd4;
    left: 0;
    bottom: -10px;
    display: none;
}

.homeIndex_topBut {
    background: rgba(21, 93, 236, 0.31) !important;
    border: 1px solid var(--test-color-3) !important;
    color: #fff !important;
}

.milldle .topNav > .typeList > li .otherBox {
    position: absolute;

    padding: 6px 0;
    width: 120px;
    left: 50%;
    top: 0;
    padding-top: 26px;
    transform: translate(-50%, 0);
    display: none;
    z-index: 100;
}

.milldle .topNav > .typeList > li .otherBox .boxUl {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.milldle .topNav > .typeList > li .otherBox .boxUl li {
    margin-bottom: 6px;
    height: 30px;
    line-height: 30px;
}

.milldle .topNav > .typeList > li .otherBox .boxUl li > a {
    text-indent: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #000000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 5px;

}

.milldle .topNav > .typeList > li .otherBox .boxUl li > a:hover {
    color: #0651E5;
}

.milldle .topNav > .typeList > li .otherBox .boxUl li > a:hover::before {
    display: block;
}

.milldle .topNav > .typeList > li .otherBox .boxUl li > a:hover::after {
    display: block;
}

.milldle .topNav > .typeList > li .otherBox .boxUl li > a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #0651E5;
    top: 0;
    left: 0;
    display: none;
}

.milldle .topNav > .typeList > li .otherBox .boxUl li > a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #0651E5;
    top: 0;
    right: 0;
    display: none;
}

.milldle .topNav > .typeList > li .typeItemOp {
    position: absolute;
    padding-top: 11px;
    width: 1200px;
    display: none;
    z-index: 1000;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    min-height: 200px;
    padding-top: 20px;
    overflow: hidden;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationBox {
    display: flex;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationBox .calculationLeft ul > {
    width: 200px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationBox .calculationLeft ul > li {
    width: 200px;
    height: 80px;
    background: linear-gradient(180deg, #F1F1F850 0%, rgba(255, 255, 255, 0.5) 100%);
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationBox .calculationLeft ul > .select {
    border-right: 4px solid var(--test-color-3);
    position: relative;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationBox .calculationLeft ul > .select::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    background: linear-gradient(275deg, var(--test-color-3) 0%, rgba(6, 81, 229, 0) 100%);
    -webkit-clip-path: polygon(0% 0, 50% 50%, 0% 100%, 0 0);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationBox .calculationRight {
    margin-left: 59px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.milldle .topNav > .typeList > li .typeItemOp .rightBox .itemOv {
    display: flex;
    flex-wrap: wrap;
    height: 460px;
    overflow: hidden;
    overflow-y: auto;
    width: 970px;
}

.milldle .topNav > .typeList > li .typeItemOp .rightBox .itemOv::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.milldle .topNav > .typeList > li .typeItemOp .rightBox .itemOv::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    background: #0651E5;
}

.milldle .topNav > .typeList > li .typeItemOp .rightBox .itemOv::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist:nth-child(1) {
    display: flex;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist a {
    display: block;
    margin-bottom: 30px;
    margin-right: 30px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist a .img {
    width: 200px;
    height: 170px;
    background: #F1F1F840;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist a .img img {
    width: 180px;
    height: 150px;
    border-radius: 2px;
    display: block;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist a p {
    width: 200px;
    height: 30px;
    background: #F1F1F840;
    color: #000000;
    font-weight: 400;
    border-radius: 2px;
    font-size: 14px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist a:nth-child(4n) {
    margin-right: 0px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .calculationlist a:hover p {
    background: var(--test-color-3);
    color: #fff;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .recommend {
    position: initial;
    width: auto !important;
    margin-bottom: 10px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .recommend ul {
    display: flex;
    list-style: none;
    margin-left: 30px;
    flex-wrap: wrap;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .recommend ul > li > a {
    height: 30px;
    border-radius: 2px;
    background: #F1F1F8;
    padding: 0 23px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-right: 20px;
    line-height: 30px;
    color: #666666;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .recommend ul > li > a:hover {
    color: #fff;
    background: var(--test-color-3);
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList {
    /* margin-top: 15px; */
    padding-bottom: 20px;
    display: flex;
    align-items: self-start;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left {
    width: 149px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left > li {
    width: 149px;
    height: 60px;
    background: #FFFFFF;
    margin-bottom: 1px;
    text-align: center;
    line-height: 60px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left > li > div {
    width: 128px;
    text-align: right;
    cursor: pointer;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left > li > div:nth-of-type(1) {
    font-size: 16px;
    color: #000000;
    line-height: 18px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left > li > div:nth-of-type(2) {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
    line-height: 17px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightItem {
    display: none;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightItem:nth-child(1) {
    display: block;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left .select {
    background: var(--test-color-3);
    color: #fff !important;
    position: relative;
    width: 159px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left .select::before {
    position: absolute;
    content: "";
    color: #fff;
    background: url("../img/left.png") no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left .select > div {
    color: #fff !important;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .left > li:last-child {
    margin-bottom: 0px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right {
    margin-left: 50px;
    width: 939px;
    position: initial;
    height: auto !important;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNav {
    display: flex;
    width: 95px;
    line-height: 30px;
    flex-shrink: 0;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNav > li {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNav .select {
    position: relative;
    font-weight: bold;
    color: var(--test-color-3);
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNav .select::before {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 56px;*/
    /*height: 2px;*/
    /*left: 50%;*/
    /*top: 30px;*/
    /*transform: translate(-50%, 0);*/
    /*background: var(--test-color-3);*/
}


.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList {
    display: flex;
    max-height: 450px;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
    width: 906px;
    display: none;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList:nth-child(1) {
    display: flex;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item {
    height: 200px;
    width: 414px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item img {
    width: 414px;
    height: 150px;
    display: block;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item > div {
    display: flex;
    justify-content: space-between;
    background: #F1F1F8;
    position: relative;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item > div > h3 {
    width: 280px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

[v-cloak] {
    display: none;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item > div > div {
    width: 125px;
    height: 50px;
    padding-right: 4.5px;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item > div::before {
    position: absolute;
    content: "查看详情";
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: var(--test-color-3);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all .3s ease;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item:nth-child(2n) {
    margin-right: 0;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList > .item:hover > div::before {
    opacity: 1;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    background: #0651E5;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .activityList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox {
    /*margin-top: 20px;*/
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .listItem:nth-child(1) {
    display: block;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .list {
    display: flex;
    flex-wrap: wrap;
    /*height: 390px;*/
    /*writing-mode: vertical-lr;*/
    flex-direction: row;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .otherNav {
    display: flex;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .otherNav li {
    width: 260px;
    height: 40px;
    /* background: #FFFFFF; */
    /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06); */
    margin-right: 40px;
    font-weight: bold;
    text-indent: 10px;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-bottom: 1px solid #DDDDDD;

}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .otherNav li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: var(--test-color-3);
    border-radius: 50%;
    margin-right: 4px;
}


.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .list a {
    writing-mode: horizontal-tb;
    width: 150px;
    height: 30px;
    border-radius: 2px;
    background: #ffffff;
    margin-bottom: 10px;
    margin-right: 18px;
    color: #000000;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .list a:hover {
    background: var(--test-color-3);
    color: #fff;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .list a:nth-child(10n) {
    margin-bottom: 0px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .imgBox {
    width: 260px;
    height: min-content;
    background: #F1F1F840;
    padding: 15px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .imgBox img {
    width: 230px;
    height: 196px;
    display: flex;
    border-radius: 2px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .imgBox p {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    padding: 8px 0;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .listBox .imgBox span {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    line-height: 14px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNavList {
    display: flex;
    margin-top: 20px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNavList .item {
    margin-right: 40px;
    width: 260px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNavList .item a {
    display: block;
    width: 260px;
    height: 30px;
    padding: 0 10px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right .rightNavList .item a:hover {
    background: var(--test-color-3);
    color: #fff;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .imgList {
    width: 880px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .imgList .imgitem {
    width: 260px;
    height: 226px;
    background: #F1F1F840;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .imgList .imgitem img {
    display: block;
    width: 230px;
    height: 196px;
    border-radius: 2px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .listBox {
    margin-top: 0px;
    height: 310px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .listBox .list {
    height: 310px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .listBox .list a:nth-child(8n) {
    margin-bottom: 0px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select2 .listBox .list a:nth-child(10n) {
    margin-bottom: 10px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select3 .rightNav li {
    width: 190px;
    height: 108px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select4 .rightNav li {
    width: 190px;
    height: 108px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .selectList .right #select5 .rightNav li {
    width: 190px;
    height: 108px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item {
    display: flex;
    width: 1200px;
    background: #FFFFFF;
    position: relative;
    /* margin-top: 10px; */
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item > a {
    position: absolute;
    /* top: 240px; */
    width: 140px;
    height: 40px;
    background: #F7F7F7;
    right: 50px;
    bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    text-align: center;
    line-height: 40px;
    /* background: red; */
    z-index: 10;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item > a:hover {
    background: #0651E5;
    color: #fff;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .left {
    width: 310px;
    height: 220px;
    background: linear-gradient(270deg, #F1F1F8 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .left img {
    display: block;
    width: 270px;
    height: 180px;
}


#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .right {
    margin-left: 30px;
    /* display: flex; */
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .right .srText {
    padding-top: 20px;
    display: flex;
}


#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .right .srText > div h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .right .srText > div p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item .right p {
    margin-top: 110px;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item:nth-of-type(2) {
    margin-top: 20px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srBox > .item:nth-of-type(2) .right .srText > p {
    margin-top: 153px;
}

.milldle .topNav > .typeList > li .typeItemOp .fiTitle {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    display: flex;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 9px;
    background: #FFF;
    border-left: 1px solid var(--test-color-3);
    margin: 0 !important;
    margin-left: 20px !important;

}


#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList {
    width: 1122px;
    margin: 0 auto;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    background: #0651E5;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a {
    width: 257px;
    height: 224px;
    background: linear-gradient(180deg, #F1F1F8 0%, #F1F1F8 64%, rgba(241, 241, 248, 0) 100%);
    padding: 10px;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
    border-radius: 2px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a img {
    width: 237px;
    height: 160px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a h4 {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-top: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    width: auto;
    text-align: left;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a p {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 400;
    margin-top: 13px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a:nth-child(4n) {
    margin-right: 0px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a:hover {
    background: var(--test-color-3);
    color: #fff;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a:hover h4 {
    color: #fff;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList a:hover p {
    color: #fff;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList {
    display: flex;
    flex-wrap: wrap;
    width: 1060px;
    /* margin-top: 20px; */
    margin-left: 40px;
    overflow: hidden;
    overflow-y: auto;

}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    background: #0651E5;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item {
    width: 330px;
    height: 210px;
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
    margin-right: 35px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item img {
    width: 135px;
    height: 190px;
    border-radius: 2px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item .itemRight {
    width: 140px;
    margin-left: 20px;
}

#index_top .index_topBox .topBox > .milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item .itemRight h3 {
    color: #000000;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 400;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item .itemRight P {
    margin-top: 106px !important;
    width: 100%;
    height: 40px;
    background: #F1F1F840;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item:nth-of-type(3n) {
    margin-right: 0px;
}

.milldle .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList .item:hover .itemRight P {
    background: #0651E5;
    color: #fff;
}

.milldle .topNav > .typeList > li:nth-child(1) > .typeItemOp {
    left: 0px;
}

.milldle .topNav > .typeList > li:nth-child(2) > .typeItemOp {
    left: -62px;
}

.milldle .topNav > .typeList > li:nth-child(3) > .typeItemOp {
    left: -154px;
}

.milldle .topNav > .typeList > li:nth-child(3) > .typeItemOp .typeItemOpBox {
    padding: 20px 0;
}

.milldle .topNav > .typeList > li:nth-child(4) .typeItemOp {
    left: -248px;
}

.milldle .topNav > .typeList > li:nth-child(4) .typeItemOp.typeItemOpBox {
    padding-top: 20px;
    padding-bottom: 20px;
}

.milldle .topNav > .typeList > li:nth-child(5) .typeItemOp {
    left: -390px;
}

.milldle .topNav > .typeList > li:nth-child(5) .typeItemOp .typeItemOpBox {
    padding-top: 20px;
    padding-bottom: 20px;
}

.milldle .topNav > .typeList > li:nth-child(6) .typeItemOp {
    left: -470px;
}

.milldle .topNav > .typeList > li:nth-child(6) .typeItemOp .typeItemOpBox {
    padding-top: 20px;
    padding-bottom: 66px;
}

.milldle .topNav > .typeList > li:nth-child(7) .typeItemOp {
    left: -532px;
}

.milldle .topNav > .typeList > li:nth-child(7) .typeItemOp .typeItemOpBox {
    padding-top: 20px;
}

.milldle .topNav > .typeList > li:hover::after {
    display: block;
}

.milldle .topNav > .typeList > li:hover .typeItemOp {
    display: block;
}


#index_top .index_topBox .topBox > .right {
    display: flex;
    align-items: center;
    position: initial;
    width: auto !important;
    height: auto !important;
}

#index_top .index_topBox .topBox > .right .searchBox {
    width: 361px;
    height: 40px;
    position: relative;
    /*margin-left: 33px;*/
}

#index_top .index_topBox .topBox > .right .searchList {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 30px;
    /* height: 0; */
    transition: all .3s ease;
    max-height: 0px;
    overflow: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

#index_top .index_topBox .topBox > .right .searchList .boxUl {

    padding: 6px 0;
}

#index_top .index_topBox .topBox > .right .searchList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

#index_top .index_topBox .topBox > .right .searchList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    background: #0651E5;
}

#index_top .index_topBox .topBox > .right .searchList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

#index_top .index_topBox .topBox > .right .searchList .boxUl {
    list-style: none;
}


#index_top .index_topBox .topBox > .right .searchList .boxUl li {
    margin-bottom: 6px;
    height: 30px;
    line-height: 30px;
}

#index_top .index_topBox .topBox > .right .searchList .boxUl li > a {
    text-indent: 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #000000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 10px;

}

#index_top .index_topBox .topBox > .right .searchList .boxUl li > a:hover {
    color: #0651E5;
}

#index_top .index_topBox .topBox > .right .searchList .boxUl li > a:hover::before {
    display: block;
}

#index_top .index_topBox .topBox > .right .searchList .boxUl li > a:hover::after {
    display: block;
}

#index_top .index_topBox .topBox > .right .searchList .boxUl li > a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #0651E5;
    top: 0;
    left: 0;
    display: none;
}

#index_top .index_topBox .topBox > .right .searchList .boxUl li > a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #0651E5;
    top: 0;
    right: 0;
    display: none;
}

#index_top .index_topBox .topBox > .right .search {
    height: 40px;
    position: relative;
    transition: all .1s ease;
    margin: 0 !important;
    margin-left: auto;
}

#index_top .index_topBox .topBox > .right .search > input {
    height: 100%;
    display: flex;
    width: 100%;
    outline: none;
    border: 1px solid var(--test-color-3);
    border-radius: 40px 0 0 40px;
    padding-right: 10px;
    font-size: 14px !important;
    padding-left: 10px;
}

#index_top .index_topBox .topBox > .right .search > input:focus {
    border: 1px solid #0651E5;
}

.wFff input::-webkit-input-placeholder {
    color: #fff;
}

.wFff input:focus:-moz-placeholder {
    color: #fff;
}

.wFff input:focus::-moz-placeholder {
    color: #fff;
}

.wFff input::-webkit-input-placeholder {
    color: #fff;
}

.wFff input:focus:-ms-input-placeholder {
    color: #fff;
}

#index_top .index_topBox .topBox > .right .search > .searchImg {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: -79px;
    border-radius: 0 40px 40px 0;
    background: var(--test-color-1);
}

#index_top .index_topBox .topBox > .right .search > .searchImg p {
    display: block;
    width: 79px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#index_top .index_topBox .topBox > .right .search > .opr {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 18px;
    height: 18px;
    background: url("../img/search.png") no-repeat;
    background-size: 18px 18px;
    z-index: 1000;
    cursor: pointer;
}


#index_top .index_topBox .topBox > .right .success:hover .searchList {
    display: block;
}

#index_top .index_topBox .topBox > .right .rightBut {
    /*width: 125px;*/
    display: flex;
    justify-content: right;
    margin-left: 46px;
    border-radius: 20px;
    overflow: hidden;
}

#index_top .index_topBox .topBox > .right .rightBut > a {
    text-decoration: none;
    width: 65px;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 40px; */
}

#index_top .index_topBox .topBox > .right .rightBut > a:nth-of-type(1) {
    background: var(--test-color-1);
    color: var(--color-white);
}

#index_top .index_topBox .topBox > .right .rightBut > a:nth-of-type(2) {
    color: var(--test-color-1);
    border-radius: 0 20px 20px 0;
    border: 1px var(--test-color-1) solid;
}

/*@media screen and (max-width: 1530px) {*/
/*    #index_top .index_topBox {*/
/*        width: 1200px;*/
/*    }*/

/*    #index_top .index_topBox .topBox > .milldle {*/
/*        margin-left: 17px;*/
/*    }*/

/*    .topNav {*/
/*        width: 640px;*/
/*    }*/

/*    .topNav > .typeList > li {*/
/*        padding: 0 8px;*/
/*    }*/

/*    #index_top .index_topBox .topBox > .right .search {*/
/*        width: 150px !important;*/
/*    }*/

/*    .topNav > .typeList > li .six {*/
/*        left: -566px;*/
/*    }*/

/*    #index_top .index_topBox .topBox > .right .searchBox {*/
/*        width: 150px;*/
/*    }*/

/*    #index_top .index_topBox .topBox > .right .loginType {*/
/*        margin-left: 20px;*/
/*    }*/

/*    #index_top .index_topBox .topBox > .right .searchList {*/
/*        width: 150px;*/
/*    }*/

/*    .topNav > .typeList > li:nth-child(1) > .typeItemOp {*/
/*        left: -177px !important;*/
/*    }*/

/*    .topNav > .typeList > li:nth-child(2) > .typeItemOp {*/
/*        left: -235px !important;*/
/*    }*/

/*    .topNav > .typeList > li:nth-child(3) .typeItemOp {*/
/*        left: -293px !important;*/
/*    }*/

/*    .topNav > .typeList > li:nth-child(4) .typeItemOp {*/
/*        left: -365px !important;*/
/*    }*/

/*    .topNav > .typeList > li:nth-child(5) .typeItemOp {*/
/*        left: -497px !important;*/
/*    }*/

/*    .topNav > .typeList > li:nth-child(6) .typeItemOp {*/
/*        left: -549px !important;*/
/*    }*/

/*    !* #index_top .index_topBox .topBox>.milldle .topNav>.typeList>li .six {*/
/*        left: -531px;*/
/*    } *!*/

/*}*/

@media screen and (max-width: 1350px) {
    .topNav > .typeList > li .typeItemOp .typeItemOpBox {
        height: 450px !important;
        /* overflow: hidden;
        overflow-y: auto; */
        padding-bottom: 20px;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList {
        height: 406px !important;
        overflow: hidden;
        overflow-y: auto;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox .srdBox .srdList {
        height: 406px !important;
        width: 1132px !important;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
        background: #0651E5;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
        background: #0651E5;
    }

    .topNav > .typeList > li .typeItemOp .typeItemOpBox .fiBox .fiList::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }


}