body {
    line-height: 1;
}

.roadShowBanner {
    width: 100%;
    height: 450px;
    background: url(../../img/roadShow/roadShowBanner.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.roadShowBanner p {
    width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #282828;
}

.roadShowBanner p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.banner {
    width: 100%;
    height: 300px;
    line-height: 300px;
    color: #F0F2F5;
    font-size: 48px;
    text-align: center;
    background: url(../../img/roadShow/banner.png) center center no-repeat;
    background-size: cover;
}

.main,
.roadshowDetails {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 104px;
}

.main {
    border: none;
}

.forecastActivities li {
    height: 301px;
    background: #EAECF1;
    overflow: hidden;
    margin-bottom: 40px;
}

.forecastActivities li img {
    width: 525px;
    height: 301px;
    float: left;
    background: #fff;
}

.forecastActivities li>div {
    width: 622px;
    height: 100%;
    float: right;
    margin-left: 53px;
}

.forecastActivities li>div p:first-child {
    margin-top: 47px;
}

.forecastActivities li>div p:first-child span:first-child {
    width: 98px;
    height: 28px;
    line-height: 28px;
    background: #DF483C;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 17px;
}

.forecastActivities li>div p:first-child span:first-child+span {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    cursor: pointer;
}

.forecastActivities li>div p:nth-of-type(2),
.forecastActivities li>div p:nth-of-type(2)+p {
    font-size: 14px;
    color: #282828;
}

.forecastActivities li>div p:nth-of-type(2) {
    margin-top: 29px;
    margin-bottom: 18px;
}

.forecastActivities li>div p:nth-of-type(2)+p {
    margin-bottom: 47px;
}

.forecastActivities li>div button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #0478FC;
    font-size: 16px;
    color: #FDFDFD;
    cursor: pointer;
}

.forecastActivities li>div button:hover {
    background: #1D71E3;
}

.apply:disabled {
    background: #89c0fe;
    cursor: auto;
}

.activityTitle {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin: 51px 0 45px;
}

.pastActivities {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.pastActivities li {
    width: 381px;
    height: 418px;
    margin-right: 28px;
    margin-bottom: 28px;
    box-shadow: 0px 0px 13px 0px rgba(106, 136, 195, 0.23);
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.pastActivities li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    /*动画的过渡效果*/
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
}

.pastActivities li:nth-child(3n) {
    margin-right: 0;
}

.pastActivities li>img {
    width: 100%;
    height: 214px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}

.pastActivities li>p:nth-of-type(1) {
    width: 335px;
    height: 48px;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    margin: 19px auto 10px;
    line-height: 24px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pastActivities li>p:nth-of-type(2) {
    font-size: 14px;
    color: #585858;
    margin-left: 23px;
    margin-bottom: 13px;
}

.pastActivities li>p:nth-of-type(3) {
    font-size: 14px;
    color: #585858;
    padding-left: 23px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D4D4D4;
}

.registrationStatus {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0 23px;
}

.registrationStatus img {
    vertical-align: middle;
}

.registrationStatus span {
    font-size: 16px;
    color: #282828;
    margin-left: 6px;
}

.registrationStatus button {
    font-size: 16px;
    color: #1459F4;
    background: #fff;
    cursor: pointer;
}


/* 路演活动详情页 */

.specialActivities {
    width: calc(100% - 39px);
    height: 290px;
    background: url(../../img/roadShow/specialActivities.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 60px;
    display: flex;
    align-items: center;
    padding-left: 39px;
    box-shadow: 2px 2px 13px 0px rgb(32 76 151 / 23%);
}

.specialActivities>img {
    width: 508px;
    height: 285px;
    position: relative;
    top: -30px;
}

.specialActivities>div {
    width: 759px;
    margin-left: 55px;
    text-align: justify;
}

.specialTitle {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin: 0 0 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activityTime,
.activityType {
    margin-bottom: 14px;
}

.activityTime img,
.activityType img {
    vertical-align: middle;
}

.activityTime img {
    margin-right: 10px;
}

.activityType img {
    margin-right: 17px;
}

.activityTime span,
.activityType span {
    font-size: 14px;
    color: #666666;
}

.specialActivities button {
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FDFDFD;
    font-size: 14px;
    background: linear-gradient(0deg, #2F6FF4, #1E4FD9);
    margin-top: 16px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.roadshowDetails>p {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin-top: 69px;
}

.roadProject {
    margin-top: 40px;
}

.roadProject li {
    width: 1200px;
    height: 200px;
    padding: 25px 30px 30px;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 13px 0px rgba(32, 76, 151, 0.23);
    margin-bottom: 35px;
}

.roadProject li:last-child {
    margin-bottom: 0;
}

.roadProject li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    /*动画的过渡效果*/
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
}

.roadProject li:hover>div>p:first-child {
    color: #1459F4;
}

.roadProject li>img {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    margin-right: 30px;
    margin-top: 5px;
}

.roadProject li>div {
    width: 976px;
}

.roadProject li>div>p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
}

.projectInfo {
    overflow: hidden;
    margin: 18px 0 15px;
}

.projectInfo>p {
    float: left;
    margin-right: 33px;
}

.projectInfo>p img {
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

.projectInfo>p:nth-of-type(1) img {
    margin-right: 6px;
}

.projectInfo>p:nth-of-type(3) img {
    width: 17px;
}

.projectInfo>p span {
    font-size: 14px;
    color: #666;
}

.companyIntroduction {
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    color: #282828;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contactWay {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-top: 40px;
    text-align: center;
}

.roadshowLabel {
    margin-top: 10px;
}

.roadshowLabel span {
    padding: 9px 10px;
    color: #0478FC;
    background: #ECF3FE;
    margin-right: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.roadshowLabel span:nth-of-type(1),
.roadshowLabel span:nth-of-type(2) {
    color: #E65A53;
    background: #FBEAEA;
}