html {
    min-width: 0;
    background: transparent;
}
body{
    margin: 0;
    padding: 0;
}
.clearfix {
    display: block;
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul {
    margin: 0;
    padding: 0;
}
.title {
    font-size: 28px;
    color: #111111;
    line-height: 29px;
    padding: 68px 0 22px;
    position: relative;
}

.title.b-border {
    border-bottom: 1px solid #999999
}

.title.b-border:after {
    position: absolute;
    display: block;
    content: '';
    width: 140px;
    height: 6px;
    background: #02328D;
    bottom: 0;
    left: 0;
}

.title-en {
    font-size: 16px;
    color: #999999;
    line-height: 1;
    padding-bottom: 22px;
    position: relative;
    border-bottom: 1px solid #999999;
}

.title-en:after {
    position: absolute;
    display: block;
    content: '';
    width: 140px;
    height: 6px;
    background: #02328D;
    bottom: 0;
    left: 0;
}

.photo-item {
    color: #999999;
    width: 292px;
    height: 194px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 32px;
    position: relative;
}

.photo-item:nth-child(4n+1) {
    margin-left: 0px;
}

.photo-item:nth-child(-n+4) {
    margin-top: 0px;
}

.photo-item:hover .inner-box {
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.3);
}


.photo-item .pro-img {
    display: block;
    width: 292px;
    height: 194px;
    object-fit: cover;
    position: relative;
}

.photo-item .title {
    position: relative;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */


    height: 25px;
    background: #0047FB;
    border-radius: 6px;

    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    min-width: 110px;
    max-width: 220px;
    padding: 0 20px;
    box-sizing: border-box;

    bottom: -12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}

.photo-item .honor-img {
    width: 292px;
    height: 194px;
}


.shooting-box {
    text-align: center;
}

.shooting-box .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    padding-bottom: 20px;
}

.shooting-box .en {
    font-size: 14px;
    color: #111111;

    margin-top: 16px;
}

.shooting-box .sub-title {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .photo-page-box {
        padding-bottom: 0.2rem !important;
    }

    .title {
        font-size: 0.36rem;
        line-height: 0.58rem;
        padding: 0.4rem 0 0.2rem;
    }

    .title.b-border {
        width: 6.9rem;
        margin: 0 auto;
    }

    .title.b-border:after {

        width: 1.6rem;
        height: 0.08rem;

    }

    .shooting-box .title {
        font-size: 0.36rem;

        width: 6.9rem;
        margin: 0 auto;

    }

    .shooting-box .sub-title {
        font-size: 0.32rem;
    }

    .photo-list {
        width: 6.9rem !important;
        margin: 0 auto;
    }

    .photo-item {
        width: 3.35rem;
        height: 2.24rem;

        margin-left: 0.2rem;
        margin-bottom: 0.6rem;
        margin-top: 0;
    }

    .photo-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .photo-item .pro-img {
        width: 100%;
        height: 100%;
    }

    .photo-item .title {
        height: 0.5rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
        min-width: 2.2rem;
        max-width: 100%;
        bottom: -0.24rem;
        padding: 0 0.4rem;
        border-radius: 0.12rem;
    }
    
    .header-title{
        font-size: 18px;
    }


}


  .header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      z-index: 2;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
  }

.header-title {
    position: absolute;
    left: 25%;
    top: 0;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    margin: 0;
    padding: 0;
}

.page {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
}

.staff-name {
    text-align: center;
    color: #FFFFFF;
}

.bg_tt {
    background-color: #0047FB;
}

.radius4 {
    border-radius: 4px;
}

.tc {
    text-align: center;
}

.color1 {
    color: rgb(138, 149, 163);
    font-size: 12px;
}

.m-container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    -moz-transition: bottom .5s ease-in-out;
    -webkit-transition: bottom .5s ease-in-out;
    -o-transition: bottom .5s ease-in-out;
    -ms-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
    background: #FFFFFF;
}

.list-his {
    box-sizing: border-box;
    position: relative;
    padding: 15px 8px;
}

.list-his-hr span, .pre-his span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 5px;
}

.pre-his {
    padding: 3px 0 10px;
}

.pre-his span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 5px;
}

.msg-info-hasAvatar, .msg-info-noAvatar {
    text-align: center;
}

.msg-info {
    background-color: rgb(245, 245, 245);
    color: rgb(138, 149, 163);
    max-width: calc(100% - 110px);
}

.msg-info, .msg-info0 {
    position: relative;
    display: inline-block;
    display: inline-table;
    max-width: calc(100% - 110px);
    min-width: 10px;
    padding: 10px;
    margin: 10px 28px;
    line-height: normal;
}

.avatar-icon {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
}

.avatar-icon-img {
    width: 36px;
    height: 36px;
    border: 0;
    object-fit: cover;
}

.list-his-hr {
    margin-top: 20px;
    padding: 10px 0;
}

.list-his-hr, .pre-his {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.hr-left, .hr-right {
    width: 60px;
    height: 1px;
    display: inline-block;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgb(138, 149, 163) 40%, rgb(138, 149, 163) 100%);

}

.hr-right {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgb(138, 149, 163) 40%, rgb(138, 149, 163) 100%);
}

.list-msg li .msg-lf {
    padding-top: 0px;
}

.list-msg li .msg {
    padding-top: 15px;
    padding-bottom: 15px;
}

.msg-rt {
    padding-right: 12px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.msg {
    width: 75%;
}

.msg-staff-name {
    color: rgb(138, 149, 163);
    font-size: 12px;
    padding: 0px 0px 2px;
}

.msg-con {
    border-radius: 8px;
}

.msg-lf .msg-con {
    border-top-left-radius: 0;
    box-shadow: 1px 1px 4px #ddd;
}

.msg-rt .msg-con {
    border-top-right-radius: 0;
}

.border-color-angle1 {
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
}

.msg-item {
    word-wrap: break-word;
    padding: 10px;
    overflow: hidden;
    white-space: pre-wrap;
}

.bgwhite .msg-item {
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    box-shadow: 0 0 3px #ddd;
}

.bg2 {
    background-color: #fff;
    color: #333;
}

.bg3 {
    background-color: #0047FB;
    color: #FFF;
}

#chat_text {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-wrap {
    flex: 1 1 300px;
    width: auto !important;
    padding: 4px 6px 10px;
    position: relative;
    overflow: hidden;
}

#html_input, #textInput, .pre-input {
    display: block;
    width: 100%;
    /*width: 320px;*/
    max-width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
}

.enter-sel {
    flex: 0 0 auto;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    margin: 30px 10px 0;
}

.bg0 {
    background-color: #0047FB;
}

.enter-btn {
    padding: 0 20px;
    color: #FFFFFF;

}

.enter-sel {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;

}

#textInput {
    padding: 10px;
    box-sizing: border-box;
}

.msg-img, .msg-item img {
    max-width: 100%;
    max-width: 150px;
    vertical-align: bottom;
}

.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1147483647;
    background: #000;
    opacity: .5;
}
.mask-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1147483647;
    background: #000;
}
.mask-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hide{
    display: none;
}
