body {
    font-size: 0.28rem;
}

.van-pagination__item--active {
    background: #ea5504 !important;
}

.home-banner {
    width: 100%;
}

.home-intro-btn {
    position: absolute;
    top: 0.15rem;
    right: 0.3rem;
    width: 1.6rem;
    height: 0.54rem;
    line-height: 0.54rem;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    border-radius: 0.3rem;
    font-size: 0.32rem;
}

.home-icon-box {
    margin-top: 0.2rem;
}

.home-icon-item {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bolder;
    font-size: 0.3rem;
}

.home-icon-item img {
    width: 0.7rem;
    margin-bottom: 0.1rem;
    /*opacity: 0.6;*/
}

.home-brochure-box {
    margin: 0.3rem;
}

.home-brochure-title {
    margin-top: 0.5rem;
    text-align: center;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}

.home-notice-box {
    margin: 0.3rem;
}

.home-notice-title {
    margin-top: 0.5rem;
    text-align: center;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}

.home-notice-more {
    float: right;
    margin-top: -0.4rem;
    color: #7c7c7c;
}

.home-notice-content {
    margin-top: 0.4rem;
}

.home-notice-content a {
    margin-bottom: 0.36rem;
    display: flex;
    justify-content: space-between;
}

.home-notice-content .dot {
    color: #e40d15;
}

.home-notice-content .title {
    display: block;
    color: #000;
    width: 4.8rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.34rem;
}

.home-notice-content .date {
    color: #666;
    font-size: 0.34rem;
}

.home-bottom {
    margin: 0.3rem;
    margin-top: 0.8rem;
}

.home-bottom-box {
    width: 100%;
    border-radius: 0.2rem;
}

.home-bottom-box .van-col {
    background: linear-gradient(to bottom right, #ea5504, #e40d15);
    border-radius: 0.2rem;
    height: 2.5rem;
}

.home-bottom-item {
    margin: 0.2rem;
    text-align: center;
}

.home-bottom-item .title {
    color: #fff;
    font-weight: bold;
}

.home-bottom-item .button {
    margin: 0.3rem auto;
    width: 1.35rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    background: #fff;
    color: #e40d15;
    text-align: center;
    font-size: 0.24rem;
}

.home-bottom-item .login {
    margin: 0.1rem auto;
    color: #fff;
    text-decoration: underline;
}

.home-bottom-item .others {
    margin: 0.2rem auto;
    color: #fff;
    text-decoration: underline;
}

.home-copyright {
    text-align: center;
    color: #999;
    margin-top: 0.5rem;
    padding-bottom: 0.3rem;
}

.home-copyright a {
    color: #999;
    text-decoration: underline;
}

.article-title {
    margin: 0.3rem;
    text-align: center;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}

.article-desc {
    text-align: center;
    color: #999;
}

.article-section {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #999;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.article-content {
    margin: 0.3rem;
}

.article-content img {
    max-width: 100% !important;
}

.article-list {
    margin: 0.3rem;
    /*height: 7.2rem;*/
}

.article-list a {
    margin-bottom: 0.48rem;
    display: flex;
    justify-content: space-between;
}

.article-list .dot {
    color: #e40d15;
}

.article-list .title {
    display: block;
    color: #000;
    width: 4.8rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.34rem;
}

.article-list .name {
    display: block;
    color: #000;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.34rem;
}

.article-list .date {
    color: #666;
    font-size: 0.34rem;
}

.article-page {
    margin: 0.3rem
}

.article-slider-img {
    width: 7.5rem;
    height: 4rem;
}

.article-phone {
    margin: 0.3rem;
    font-size: 0.28rem;
    color: #666;
}

.article-phone .title {
    font-weight: bold;
}

.article-address {
    margin: 0.3rem;
    font-size: 0.28rem;
    color: #666;
}

.article-address .title {
    font-weight: bold;
}

.company-list {
    margin: 0.3rem;
}

.company-list-box {
    text-align: center;
    border: 1px solid #eee;
    margin: 0.1rem;
    padding: 0.15rem;
    height: 1.2rem;
}

.company-list-box .no {
    font-size: 0.24rem;
    color: #e40d15;
    font-weight: bold;
}

.company-list-box .name {
    font-weight: bold;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

.job-list {
    margin: 0.3rem;
}

.job-list-box {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
}

.job-list-box .job-name {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
}

.job-list-box .job-desc {
    color: #999;
    margin-top: 0.1rem;
}

.job-list-box .job-company-name {
    color: #e40d15;
    margin-top: 0.1rem;
}

.job-list-box .arrow {
    text-align: right;
    margin-top: 0.5rem;
    color: #999;
}

.user-list {
    margin: 0.3rem;
}

.user-list-box {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
}

.user-list-box .photo {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin-right: 0.2rem;
}

.user-list-box .info {
    display: inline-block;
    vertical-align: top;
}

.user-list-box .name {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
}

.user-list-box .desc {
    color: #999;
    margin-top: 0.1rem;
}

.user-list-box .arrow {
    text-align: right;
    margin-top: 0.25rem;
    color: #999;
}

.fair-live {
    margin: 0.3rem auto;
    width: 6.9rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 2px solid #e40d15;
    text-align: center;
    font-size: 0.5rem;
    color: #e40d15;
    font-weight: bold;
    border-radius: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.company-name {
    margin: 0.3rem;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}

.company-desc {
    margin: 0.3rem;
    color: #999;
}

.company-star {
    margin: 0.3rem;
}

.company-slider-img {
    width: 7.5rem;
    height: 4rem;
}

.company-button {
    margin: 0.3rem;
}

.company-button-box {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #e40d15;
    text-align: center;
    color: #e40d15;
    font-weight: bold;
}

.company-clock {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #999;
}

.company-contact {
    margin: 0.2rem 0.3rem;
    font-size: 0.28rem;
    color: #666;
}

.company-contact .title {
    font-weight: bold;
}

.company-phone {
    margin: 0.2rem 0.3rem;
    font-size: 0.28rem;
    color: #666;
}

.company-phone .title {
    font-weight: bold;
}

.company-address {
    margin: 0.2rem 0.3rem;
    font-size: 0.28rem;
    color: #666;
}

.company-address .title {
    font-weight: bold;
}

.company-section {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #999;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.company-content {
    margin: 0.3rem;
}

.company-content img {
    max-width: 100% !important;
}

.company-video {
    margin: 0.3rem;
}

.company-video video {
    width: 100%;
    height: 4rem;
}

.company-table {
    margin: 0.3rem;
}

.company-table table {
    width: 100%;
}

table {
    color: #333333;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
}

table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999;
    background-color: #dedede;
}

table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999;
    background-color: #ffffff;
}

.login-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    color: #666;
    text-align: center;
    height: 0.24rem;
    margin-top: 0.5rem;
}

.user-info {
    margin: 0.3rem;
}

.user-info .photo {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin-right: 0.2rem;
}

.user-info .info {
    display: inline-block;
    vertical-align: top;
}

.user-info .name {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
}

.user-info .desc {
    color: #999;
    margin-top: 0.1rem;
}

.live-btn {
    position: fixed;
    bottom: 0.9rem;
    right: 0.3rem;
    width: 1.2rem;
}

.chat-box {
    position: fixed;
    width: 5rem;
    top: 3rem;
    left: 50%;
    margin-left: -2.5rem;
    text-align: center;
    color: #666;
}

.chat-box img {
    width: 100%;
    margin-bottom: 0.2rem;
}

.brochure-list {
    margin: 0.3rem;
}

.brochure-item {
    margin-bottom: 0.3rem;
}

.brochure-item .highlight {
    font-weight: bold;
    color: #ea5504;
}

/*招聘列表*/
.fair-button {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 20px;
}

.meeting-list-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
}

.meeting-list-time,
.meeting-list-position {
    color: #999;
    margin-top: 0.1rem;
}

.meeting-popup-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 15px 0;
}

.meeting-popup-button {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    padding-top: 50px;
}

.meeting-popup .van-field__control:disabled {
    color: #323233;
    -webkit-text-fill-color: #323233;
}

.meeting-popup .van-field--disabled .van-field__label {
    color: #323233;
    /*-webkit-text-fill-color: #323233;*/
}
.comment-box{
    margin: 0.3rem;
}
.comment-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.comment-title{
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.6rem;
}
.comment-btn{
}
.comment-item{
    margin-bottom: 0.3rem;
}
.comment-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.comment-name{
    color: #666;
    font-size: 0.28rem;
}
.comment-time{
    color: #999;
    font-size: 0.24rem;
}
.comment-text{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}
.comment-image-item{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
}
.comment-add-box{
    margin: 0.3rem;
}
.comment-add-title{
    text-align: center;
    margin: 0.3rem auto;
    font-size: 0.3rem;
    font-weight: bold;
}