
/*
    刷新招商
*/
.jp-top-modal  .jp-modal-content,
.jp-add-modal  .jp-modal-content,
.jp-refresh-modal .jp-modal-content {
    width: 800px;
}

.refresh-btn-area {
    padding: 20px 0;
}

.refresh-box {
    padding: 0 40px;
}

.refresh-title {
    height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.refresh-time-list {
    margin-bottom: 20px;
}

.top-item,
.common-time-item {
    position: relative;
    float: left;
    width: 98px;
    height: 64px;
    padding-top: 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #a4a9b5;
    text-align: center;
    cursor: pointer;
}

.top-item.selected,
.common-time-item.selected {
    border-color: #196781;
}

.top-item.selected:after,
.common-time-item.selected:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #196781;
    border-bottom: 5px solid #196781;
}

.refresh-time {
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
}

.refresh-money {
    height: 20px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #196781;
    line-height: 20px;
}

.refresh-tip {
    margin-bottom: 23px;
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
}

.green {
    font-size: 24px;
    color: #196781;
}

.shuoming {
    margin-bottom: 50px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #666973;
    line-height: 20px;
}

.top-item {
    padding: 0;
    line-height: 64px;
}

/* 广告位 */
.add-box {
    text-align: center;

}

.add-tip {
    height: 22px;
    margin: 24px 0 18px;
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.add-contact {
    width: 720px;
    height: 140px;
    margin: 0 auto 20px;
    border: 1px solid #e0e0e9;
}

.add-contact-left {
    padding-left: 80px;
    padding-top: 38px;
    text-align: center;
}

.add-contact-left span:nth-child(1) {
    height: 40px;
    font-size: 28px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.add-contact-left span:nth-child(2) {
    height: 25px;
    font-size: 18px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.add-contact-right {
    margin-left: 230px;
    padding-top: 22px;
}

.add-contact-right p {
    margin: 0 0 14px;
    text-align: left;
}

.add-contact-right p span {
    height: 20px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.add-contact-right p img {
    position: relative;
    top: -1px;
}