/*
* 中间内容层
*/
.section .main {
    margin: 60px auto 0 auto;
}

/* 顶部内容 */
.section .main .top {
    display: flex;
}

.section .main .top .left,
.section .main .top .right {
    flex: 1;
    display: flex;
    align-items: center;
}

.section .main .top .left span {
    font-size: 14px;
    color: #1B172E;
    position: relative;
    cursor: pointer;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.section .main .top .left .city {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(191, 191, 191, 1);
    border-radius: 20px;
    font-size: 14px;
    color: #1B172E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .main .top .left .city .location {
    display: block;
    width: 13px;
    height: 16px;
    margin-right: 8px;
}

.section .main .top .left .city .dowmIcon {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.section .main .top .left .area {
    margin-left: 58px;
    margin-right: 34px;
}

.section .main .top .left .area::after,
.section .main .top .left .stress::after {
    content: url('../../images/down_style_1.png');
    width: 14px;
    height: 14px;
    position: absolute;
    right: -18px;
    top: 3px;
}

.section .main .top .right .search {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.section .main .top .right .search span {
    display: block;
    width: 70px;
    height: 40px;
    background-color: #3D7FFF;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.section .main .top .right .search input {
    width: 380px;
    height: 38px;
    border: 1px solid rgba(236, 236, 236, 1);
    font-size: 16px;
    padding: 0 10px;
}

.section .main .top .right .search .hotThing {
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    display: flex;
}

.section .main .top .right .search .hotThing .hot_item {
    background: rgba(240, 242, 245, 1);
    font-size: 14px;
    color: rgba(144, 147, 153, 1);
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.section .main .top .right .search .hotThing .hot_item p {
    margin-left: 5px;
    max-width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section .main .top .right .search .hotThing .hot_item img {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

.section .main .top .right .thingBtn {
    width: 133px;
    height: 40px;
    background: #3D7FFF;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .main .top .right .thingBtn:hover {
    background: rgba(23, 112, 227, 1);
}

.section .main .top .right .thingBtn img {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 7px;
}



/* 中间内容 */
.section .main .hd {
    margin-top: 41px;
    position: relative;
}

.section .main .hd .content .item {
    margin-bottom: 64px;
}

.section .main .hd .content .item .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.section .main .hd .content .item .theme {
    display: flex;
    align-items: center;
    width: 100%;
}

.section .main .hd .content .item .theme img {
    margin-right: 10px;
    display: block;
    width: 32px;
    height: 32px;
}

.section .main .hd .content .item .title .more {
    float: right;
    margin-top: -30px;
    cursor: pointer;
}

.underline {
    position: relative;
}

.underline::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E9EC;
    position: absolute;
    bottom: -10px;
    left: 0;
}


/* .section .main .hd .content .item .title::before {
    content: url('../../../public/images/wykd.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
} */

.section .main .hd .content .item ul {
    margin: 0 -36px 0 0;
    /* height: 180px; */
    /* overflow: hidden; */
}

.section .main .hd .content .item ul li {
    margin-top: 30px;
    width: 550px;
    height: 60px;
    background: rgba(241, 242, 243, 1);
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    margin-right: 36px;
    display: flex;
    justify-content: left;
    align-items: center;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all .2s;
    position: relative;
    font-size: 16px;
}

.section .main .hd .content .item ul li:after {
    content: url('../../images/down_style_1.png');
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.section .main .hd .content .item ul li .operation {
    top:50%;transform:translateY(-50%);
    display: none;
    position: absolute;
    right: 30px;
    z-index: 3;
}

.section .main .hd .content .item ul li .operation a {
    display: inline-block;
    width: 80px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.section .main .hd .content .item ul li .operation .thing_guide {
    background: rgba(255, 255, 255, 1);
    font-weight: 500;
    color: rgba(23, 112, 227, 1);
}

.section .main .hd .content .item ul li .operation .thing-style {
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 500;
    color: #fff;
    background: rgba(23, 112, 227, 1);
}

.section .main .hd .content .item ul li .operation .thing-style:hover {
    background: rgba(255, 255, 255, 1);
    font-weight: 500;
    color: rgba(23, 112, 227, 1);
}

/* .section .main .hd .content .item ul li:nth-of-type(4n) {
    margin-right: 0;
    margin-bottom: 0;
} */
.section .main .hd .content .item ul li span {
    margin-left: 36px;
}

.section .main .hd .content .item ul li:hover {
    background-color: rgba(23, 112, 227, 1);
    color: #fff;
}

.section .main .hd .content .item ul li:hover .operation {
    display: block;
}

.section .main .hd .content .item .open {
    height: 40px;
    cursor: pointer;
    background: rgba(241, 242, 243, 1);
}

.section .main .hd .content .item .open span {
    display: block;
    width: 56px;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(23, 112, 227, 1);
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

.section .main .hd .content .item .open span::after {
    content: url('../../images/down_style_2.png');
    width: 14px;
    height: 14px;
    position: absolute;
    right: -18px;
    top: 2px;
}

/* 选择展开 */
.section .main .hd .content .item.on ul {
    height: auto;
}

.section .main .hd .content .item.on .open span::after {
    content: url('../../images/up_style_2.png');
    width: 14px;
    height: 14px;
    position: absolute;
    right: -18px;
    top: 2px;
}

/* 左边导航条 */
.section .main .hd .navList {
    position: absolute;
    left: -197px;
    top: 0;
    display: flex;
    flex-direction: column;
    min-width: 150px;
    text-align: right;
    padding-right: 12px;
    border-right: 1px solid rgba(226, 226, 226, 1);
}

.section .main .hd .navList a {
    height: 17px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 12px;
    position: relative;
}

.section .main .hd .navList a:hover,
.section .main .hd .navList a.on {
    color: rgba(23, 112, 227, 1);
}

.section .main .hd .navList a:hover::after,
.section .main .hd .navList a.on::after {
    color: rgba(23, 112, 227, 1);
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 3px;
    height: 19px;
    background-color: #1770E3;
}


/* 遮罩 */
.dialog_mask {
    display: none;
}

.mask {
    box-sizing: border-box;
    padding: 45px 50px;
}

.mask .top p {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 33px;
}

.mask .top ul {
    margin-top: 20px;
}

.mask .top ul li {
    display: inline-block;
    margin-right: 32px;
    font-size: 16px;
    color: rgba(23, 112, 227, 1);
    line-height: 22px;
    position: relative;
    cursor: pointer;
}

.mask .top ul li:first-of-type {
    cursor: pointer;
    color: #333;
}

.mask .top ul li:first-of-type:hover {
    text-decoration: none;
}

.mask .top ul li:hover {
    text-decoration: underline;
}

.mask .top ul li::after {
    content: url('../../images/down_style_3.png');
    width: 14px;
    height: 14px;
    position: absolute;
    right: -20px;
    top: 5px;
    transform: rotate(270deg);
}


.mask .top ul li:last-of-type::after {
    display: none;
}

.mask .center {
    margin-top: 20px;
    /* min-height: 200px; */
}

.mask .center ul li {
    width: 120px;
    height: 40px;
    background: rgba(241, 242, 243, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    font-size: 16px;
    color: #1B172E;
    line-height: 22px;
    cursor: pointer;
    margin: 0 20px 20px 0;
    transition: all .3s;
    font-weight: 500;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}

.mask .center ul li:nth-of-type(6n) {
    margin-right: 0;
}

.mask .center ul li:hover {
    background: rgba(23, 112, 227, 1);
    color: #fff;
}

.mask .footers {
    margin-top: 80px;
}

.mask .footers .first,
.mask .footers .second {
    text-align: center;
}

.mask .footers .cancel,
.mask .footers .prev {
    font-size: 16px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}

.mask .footers .second {
    display: none;
}

.mask .footers .next,
.mask .footers .submit {
    font-size: 16px;
    font-weight: 500;
    color: rgba(23, 112, 227, 1);
    line-height: 22px;
    margin-left: 45px;
    cursor: pointer;
    display: inline-block;
}