body {
    background-color: #f3f3f3;
    min-width: 1334px;
  }
  
  * {
    margin: 0px;
    padding: 0px;
  }
  .upload-inc input[type="file"]{
    width: 130px;
    height: 130px;
    box-sizing: border-box;
  }
  .formItem:nth-child(3) .addRedStar{
    margin-right: 10px;
  }
  a {
    display: block;
  }
  .formItem{
    align-items: flex-start;
  }
  .thumbnail:nth-child(3n+3){
    margin-right: 0 !important;
  }
  .delate {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    /* line-height: 4.8vw; */
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: red;
}
  #agreement{
    display: inline;
    color: #EA5404;
  }
  .container {
    display: flex;
    justify-content: center;
    width: 1334px;
    background-color: #fff;
    padding-top: 70px;
    margin: auto;
    flex-direction: column;
  }
  .container .header-content {
    display: flex;
    width: 1224px;
    flex-direction: column;
    margin: auto;
  }
  .container .icon-wrapper {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
  }
  .container .icon-wrapper img {
    width: 20px;
    height: 20px;
  }
  .container .icon-wrapper span {
    margin-left: 6px;
  }
  .container .icon-wrapper .icon-content {
    width: 200px;
    display: flex;
    justify-content: space-between;
  }
  .container .information-wrapper {
    border-radius: 24px 24px 24px 24px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 28px;
  }
  .container .information-wrapper .info-content {
    display: flex;
  }
  .container .information-wrapper .info-content .left {
    position: relative;
    width: 540px;
    height: 330px;
    top: -75px;
    left: -26px;
  }
  .container .information-wrapper .info-content .left img {
    width: 540px;
    height: 330px;
    border-radius: 5PX;
  }
  .container .information-wrapper .info-content .right {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .container .information-wrapper .info-content .right .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    align-items: center;
  }
  .container .information-wrapper .info-content .right .title .text1 {
    width: 480px;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .information-wrapper .info-content .right .title .text2 {
    width: 119px;
    height: 32px;
    background: #ea5404;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
  }
  .container .information-wrapper .info-content .right .label {
    display: flex;
    margin-top: 10px;
  }
  .container .information-wrapper .info-content .right .label .labelText {
    width: 57px;
    height: 24px;
    background: rgba(234, 84, 4, 0.57);
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin-right: 12px;
  }
  .container .information-wrapper .info-content .right .activity {
    display: flex;
    flex-direction: column;
    padding: 18px 0px 18px 0px;
  }
  .container .information-wrapper .info-content .right .activity .line {
    display: flex;
    align-items: center;
  }
  .container .information-wrapper .info-content .right .activity .line img {
    width: 16px;
    /* height: 16px; */
  }
  .container .information-wrapper .info-content .right .activity .line span {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
  }
  .container .information-wrapper .info-content .right .contact {
    display: flex;
    /* justify-content: space-between; */
    height: 47px;
    align-items: center;
  }
  .container .information-wrapper .info-content .right .contact .operation {
    display: flex;
  }
  .container .information-wrapper .info-content .right .contact .operation img {
    width: 50px;
    /* height: 43px; */
  }
  .container .information-wrapper .info-content .right .contact .operation .text-block {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
  }
  .container .information-wrapper .info-content .right .contact .operation .text-block .text1 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
  }
  .container .information-wrapper .info-content .right .contact .operation .text-block .text2 {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
  }
  .container .information-wrapper .info-content .right .contact .telephone {
    display: flex;
    flex-direction: column;
    margin-left: 110px;
    color: #333333;
  }
  .container .information-wrapper .info-content .right .contact .telephone span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    justify-content: center;
  }
  .container .information-wrapper .special-guest {
    font-size: 24px;
    position: relative;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    top: 0;
    margin-bottom: 12px;
  }
  .container .information-wrapper .guest {
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 0;
    margin-bottom: 24px;
  }
  .star{
    cursor: pointer;
  }
  .container .information-wrapper .guest .guest-box {
    display: flex;
    width: 320px;
    align-items: center;
  }
  .container .information-wrapper .guest .guest-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .container .information-wrapper .guest .guest-box .card {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
  }
  .container .information-wrapper .guest .guest-box .card .name {
    font-size: 18px;
    font-weight: 400;
    color: #171b1e;
    line-height: 26px;
  }
  .container .information-wrapper .guest .guest-box .card .department {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
  }
  .container .information-wrapper .activity-welfare {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
  }
  .container .information-wrapper .welfare {
    display: flex;
    /* justify-content: space-between; */
    margin: 12px 0px 24px 0;
  }
  .container .information-wrapper .welfare .icon-welfare {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 39px;
  }
  .container .information-wrapper .welfare .icon-welfare img {
    width: 44px;
  }
  .container .information-wrapper .welfare .icon-welfare span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
  }
  .container .information-wrapper .mode {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
  }
  .container .information-wrapper .mode .price {
    display: flex;
    flex-direction: column;
  }
  .container .information-wrapper .mode .price .num {
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #ea5404;
    line-height: 35px;
  }
  .container .information-wrapper .mode .price .remarks {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-top: 6px;
  }
  .container .information-wrapper .mode .button {
    width: 218px;
    height: 72px;
    background: #ea5404;
    border-radius: 8px 8px 8px 8px;
    font-size: 33px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
    border: none;
    cursor: pointer;
  }
  .container .information-wrapper .mode .disabled{
    background: #C5C0C0;
  }
  .container .swiper-container {
    margin: auto;
    width: 1252px;
    margin: auto;
    padding: 30px 40px;
  }
  .container .swiper-container .swiper-button-next, .container .swiper-container .swiper-button-prev {
    color: #948C8C;
  }
  .container .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .container .swiper-container img {
    width: 376px;
    height: 241px;
  }
  .container .swipper2 {
    margin: 20px 0px;
  }
  .container .swipper2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .container .swipper2 .img {
    width: 198px;
    height: 147px;
  }
  .container .swipper2 .title {
    font-weight: 500;
    color: #333333;
    line-height: 23px;
    font-size: 20px;
  }
  .container .swipper2 .activity {
    display: flex;
    flex-direction: column;
    height: 115px;
    margin-top: 10px;
    justify-content: space-between;
  }
  .container .swipper2 .activity .labelText {
    width: 76px;
    height: 23px;
    background: #f47e4c;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
  }
  .container .swipper2 .activity .line {
    display: flex;
    align-items: center;
  }
  .container .swipper2 .activity .line img {
    width: 16px;
    height: 16px;
    padding: 6px 6px 6px 0px;
  }
  .container .swipper2 .activity .line span {
    display: inline-block;
    width: 360px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
  }
  .container .personnel {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    padding: 20px 65px 0px 53px;
  }
  .container .people {
    display: flex;
    /* justify-content: space-between; */
    padding: 0px 53px;
    flex-wrap: wrap;
  }
  .container .people .guest-box {
    display: flex;
    width: 282px;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .container .people .guest-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .container .people .guest-box .card {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
  }
  .container .people .guest-box .card .card-name .name {
    font-size: 18px;
    font-weight: 400;
    color: #171b1e;
    line-height: 26px;
  }
  .container .people .guest-box .card .card-name .num {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    padding-left: 10px;
  }
  .container .people .guest-box .card .department {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
  }
  .container .activity-details {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    padding: 20px 65px 20px 53px;
  }
  .container .details {
    width: 1228px;
   /* height: 677px;*/
    background: #d9d9d9;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
    padding: 24px 0;
  }
  .container .tidbits {
    padding: 0px 50px;
    display: flex;
    /* justify-content: space-between; */
  }
  .container .tidbits img {
    width: 370px;
    margin-right: 12px;
  }
  .container .comment {
    width: 1228px;
    height: 150px;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .container .comment .text {
    background: #f8f8f8;
    border-radius: 4px 0px 4px 0px;
    outline: none;
    border: none;
    padding: 10px;
  }
  .container .comment .button {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .container .comment .button .submit {
    border-radius: 4px 4px 4px 4px;
    width: 80px;
    height: 36px;
    background: #ea5404;
    font-size: 17px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    border: none;
    float: right;
    cursor: pointer;
  }
  .container .evaluation {
    display: flex;
    padding: 0px 53px;
    flex-direction: column;
  }
  .container .evaluation .evaluation-card {
    display: flex;
    margin-bottom: 20px;
  }
  .container .evaluation .evaluation-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .container .evaluation .evaluation-card .information {
    margin-left: 20px;
    width: 1150px;
    display: flex;
    flex-direction: column;
  }
  .container .evaluation .evaluation-card .information .text1 {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #171b1e;
    line-height: 21px;
  }
  .container .evaluation .evaluation-card .information .text2 {
    font-size: 14px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 12px;
  }
  .container .evaluation .evaluation-card .information .time {
    float: right;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
  }
  .container .evaluation .evaluation-card .information .discourse {
    margin-top: 9px;
    font-size: 16px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
  }
  .container .evaluation .evaluation-card .information .discourse .img {
    width: 17px;
    height: 17px;
    float: right;
    border-radius: 0;
    cursor: pointer;
  }
  .container .evaluation .evaluation-card .information .button {
    width: 60px;
    height: 24px;
    background: #dadada;
    border-radius: 4px 4px 4px 4px;
    border: none;
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  .container .evaluation .evaluation-card .information .chat {
    width: 1150px;
    height: 120px;
    display: flex;
    flex-direction: column;
  }
  .container .evaluation .evaluation-card .information .chat .text {
    outline: none;
    border: none;
    background: #f8f8f8;
    border-radius: 4px 4px 4px 4px;
    padding: 10px;
  }
  .container .evaluation .evaluation-card .information .chat .submit {
    width: 80px;
    height: 36px;
    background: #ea5404;
    font-size: 17px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    border: none;
    float: right;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin-top: 16px;
  }
  
  /*# sourceMappingURL=index.css.map */
  