html,
body {
    width: 100%;
    font-family: "Microsoft YaHei" !important;
}

.w1200 {
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
}

.mw1200 {
    min-width: 1200px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#jpcactivitylist .clearfix {
    overflow: hidden;
    zoom: 1;
}

[v-cloak] {
    display: none !important;
}

/* 活动列表 */
#jpcactivitylist {
    width: 100%;
}

#jpcactivitylist img{
    display: block;
}
.jpcactivitylist-con {}

.jpcactivitylist-con header {
    display: flex;
    font-size: 17px;
    color: rgb(0, 0, 0);
    align-items: flex-end;
    margin: 30px 0 20px 0;
}

.jpcactivitylist-con header img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.jpcactivitylistc-lr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
}

.jpcalcright {
    min-width: 310px;
}

.jpcalcright-tools {
    width: 100%;
    height: 208px;
    border-top: 2px rgb(4, 49, 121) solid;
    background-color: rgb(246, 246, 246);
}

.jpcalcright-toolstitle {
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    background: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    padding-left: 13px;
    box-sizing: border-box;
}

.jpcalcright-toolsa {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.jpcalcright-toolsa::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 168px;
    background-color: rgb(224, 224, 224);
    width: 1px;
    height: 168px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.jpcalcright-toolsa::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 168px;
    background-color: rgb(224, 224, 224);
    width: 310px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.jpcalcright-toolsa a {
    width: 50%;
    min-height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    position: relative;
    top: 0;
    transition: top 0.1s ease-out;
}

.jpcalcright-toolsa a div img {
    margin: 0 auto 6px auto;
}

.jpcalcright-toolsa a>span {
    border-radius: 10px;
    background-color: rgb(20, 38, 78);
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: -126px;
    z-index: 100;
    display: none;
}

.jpcalcright-toolsa a>span img {
    margin: 17px auto 10px auto;
    width: 97px;
    height: 97px;
}

.jpcactivitylist5 {
    display: block;
}

.jpcactivitylist51 {
    display: none !important;
}

.jpcalcright-toolsa a:hover {
    top: -5px;
}

.jpcalcright-toolsa .jpcwx:hover>span {
    display: block;
}

.jpcalcright-toolsa .jpcwx:hover>div {
    color: rgb(59, 190, 24);
}

.jpcalcright-toolsa .jpcwx:hover .jpcactivitylist5 {
    display: none !important;
}

.jpcalcright-toolsa .jpcwx:hover .jpcactivitylist51 {
    display: block !important;
}

/* 轮播 */
.jpcalcright-swiper {
    margin: 13px 0 20px 0;
}

.jpcalcright-swiper .el-carousel__container {
    height: 380px;
}

.jpcalcright-swiper .el-carousel__button {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 13px;
    height: 13px;
    opacity: 1 !important;
}

.jpcalcright-swiper .el-carousel__indicator.is-active button {
    background: red;
}

.jpcalcright-swiper .el-carousel__indicator--horizontal {
    padding: 19px 4px;
}

/* 推荐顾问 */
.jpcalcright-advisers {
    width: 100%;
    border-top: 2px rgb(4, 49, 121) solid;
    background-color: rgb(240, 240, 240);
    padding-bottom: 18px;
}

.jpcalcright-advisers .jpcalcright-toolstitle {
    height: 55px;
    position: relative;
}

.jpcalcright-advisers .jpcalcright-toolstitle a {
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 2;
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: translateY 0.2px ease-out;
}

.jpcalcright-advisers .jpcalcright-toolstitle a:hover {
    transform: translateY(-60%);
    text-decoration: underline;
}

.jpcalcright-adviserslist {}

.jpcalcright-advisersitem {
    background-color: rgb(222, 235, 255);
    width: 310px;
    height: 76px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 20px;
}

.jpcalcright-advisersitem>img {
    margin: 0 14px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.jpcalcright-people {}

.jpcalcright-people div {
    color: rgb(0, 0, 0);
}

.jpcname {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

.jpcpost {
    font-size: 14px;
    line-height: 1.714;
}

.jpcalcright-peoplepopup {
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    background-color: rgb(20, 38, 78);
    width: 40px;
    height: 76px;
    transition: right 0.2s ease-out;
}

.jpcalcright-peoplepopup>div {
    width: 17px;
    height: 76px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    /* margin: 0 auto; */
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;}

.jpcalcright-peoplepopup>div img {
    margin: 3px 0 2px 0;
}

.jpcalcright-advisersitem:hover .jpcalcright-peoplepopup {
    right: 0px;
}

.jpcalcleft {
    width: 870px;
}

/* 选择器 */
.jpcalcleft-select {
    width: 100%;
    border-top: solid 2px rgb(4, 49, 121);
    padding: 26px 20px 0 20px;
    box-sizing: border-box;
    margin-bottom: 18px;
    user-select: none;
}

.jpcalcleft-select>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 1.778;
    padding: 0px 2px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
}

.jpcalclefts-project {
    margin: 25px 0;
}

.jpcalcleft-select>div>div:first-child {
    color: rgb(102, 102, 102);
}

.jpcalcleft-select>div>div:nth-child(2) {
    padding: 0 2px;
    margin: 0 6px;
    cursor: pointer;
    max-height: 32px;
}

.jpcalcleft-select>div>a {
    padding: 0 2px;
    margin: 0 6px;
    cursor: pointer;
    max-height: 32px;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.jpcalcleftslist {
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
}


.jpcalcleftslist a {
    padding: 0 2px;
    margin: 0 6px;
    cursor: pointer;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

/* .jpcalcleftslist */
.jpcalcleftseleact {
    background-color: rgb(20, 38, 78);
    color: rgb(255, 255, 255) !important;
    border-radius: 4px;
}

/* 展示内容 */
.jpcalcleft-items {
    width: 100%;
    border-top: 2px rgb(4, 49, 121) solid;
    background-color: rgb(240, 240, 240);
    display: flex;
    flex-wrap: wrap;
    padding: 49px 16px 0 16px;
    box-sizing: border-box;
    justify-content: space-between;
}

.jpcalcleft-item {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 12.75px 2.25px rgba(220, 220, 220, 0.4);
    width: 400px;
    height: 262px;
    text-decoration: none;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
    top: 0;
    transition: top 0.1s ease-out;
}

.jpcalcleft-item:hover {
    top: -8px;
}

.jpcalcleft-itemtitle {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 11px auto;
    text-align: left;
    font-weight: bold;
}

.jpcalcleft-itemline {
    width: 100%;
    height: 2px;
    background-color: rgb(20, 38, 78);
}

.jpcalcleft-itemtime,
.jpcalcleft-classify {
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding-left: 14px;
}

.jpcalcleft-itemtime::before,
.jpcalcleft-classify::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgb(204, 0, 0);
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.jpcalcleft-itemtime {
    margin: 28px 0 15px 0;
}

.jpcalcleft-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(190, 215, 254);
    width: 210px;
    height: 53px;
    font-size: 16px;
    color: rgb(20, 38, 78);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}

.jpcalcleft-details img {
    margin-left: 9px;
}

.jpcalcleft-switch {
    width: 211px;
    height: 61px;
    background: url('../img/jpcactivitylist12.png') no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}

.jpcalcleft-city {
    position: absolute;
    top: -10px;
    left: 0;
    width: 68px;
    height: 30px;
    background: url('../img/jpcactivitylist13.png') no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
}

.jpcalcleft-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
    cursor: default;
}

.jpcalcleft-popupcon {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    width: 381px;
    height: 411px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 44px;
    box-sizing: border-box;
    position: relative;
}

.jpcalcleft-popupcontitle {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: bold;
}

.jpcalcleft-popupx {
    width: 16px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.jpcalcleft-a {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.jpcalcleft-a>div {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 15px 0px rgba(137, 138, 137, 0.2);
    margin: 0 20px;
    cursor: pointer;
}

.jpcalcleft-a>div>div {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    transition: all 0.1s linear;
}
.jpcalcleft-a>div>div img{
    width: 23px;
    height: 24px;
}
.jpcalcleft-a>div:hover div {
    background: rgb(196, 214, 251);
    position: relative;
    top: -3px;
}

.jpcalcleft-form {}

.jpcalcleft-form>div {
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-radius: 10px;
    width: 299px;
    height: 41px;
    margin: 0 auto;
    padding: 0 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 14px;
}

.jpcalcleft-form>div img {
    margin-right: 11px;
}

.jpcalcleft-form>div input {
    border: none;
    outline: none;
    width: 244px;
    overflow: hidden;
    white-space: nowarp;
    text-overflow: ellipsis;
    color: black;
}

.jpcalcleft-form>div input::-webkit-input-placeholder {
    color: rgb(102, 102, 102);
}

.jpcalcleft-form>div input::-moz-placeholder {
    color: rgb(102, 102, 102);
}

.jpcalcleft-form>div input:-moz-placeholder {
    color: rgb(102, 102, 102);
}

.jpcalcleft-form>div input:-ms-input-placeholder {
    color: rgb(102, 102, 102);
}

.jpcalcleft-formbtn {
    border-radius: 10px;
    background-color: rgb(255, 89, 103);
    width: 301px;
    height: 49px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px auto 0 auto !important;
    cursor: pointer;
    letter-spacing: 3px;
    font-weight: bold;
}


.jpcalcleft-wx {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 3.28px 0.72px rgba(242, 241, 241, 0.47), 0.174px -4.997px 3.28px 0.72px rgba(242, 241, 241, 0.47);
    width: 239px;
    height: 239px;
    margin: 0 auto;
}

.jpcalcleft-wx>img {
    width: 172px;
    height: 172px;
    margin: 24px auto 14px auto;
}

.jpcalcleft-wx>div {
    font-size: 12px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
}

.jpcalcleft-wx>div>img {
    margin-right: 11px;
}