.right-info h1{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space:wrap!important;
}

.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px 50px 30px 50px;
    border: 1px solid #888;
    width: 50%;
    height: 28%;
    box-sizing: border-box;
}
.modal-header {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left p {
    font-size: 18px;
    line-height: 30px;
}
.modal-container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.modal-container button {
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 20px;
}
.container-left {
}
.left-txt {
    width: 450px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-txt input {
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.left-txt button {
    background-color: #58c0ea;
    color: #fff;
}
.left_btn {
    text-align: right;
    margin-top: 130px;
}
.btn-off {
    border: 1px solid #333333 !important;
}
.btn-off:hover {
    border: none !important;
    background-color: #58c0ea;
    color: #fff;
}
.container-right {
    border-left: 1px solid #dedede;
    padding-left: 50px;
}
.contianer-right img {
}
.container-right p {
    text-align: center;
    line-height: 25px;
}
.container-right button {
    margin-top: 25px;
    background-color: #58c0ea;
    color: #fff;
}

.open_share {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    z-index: 4;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.share {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.share img {
    width: 48px;
    height: 48px;
}
.share div {
    margin-top: 6px;
}
.close {
    color: #aaa;
    font-size: 28px !important;
    font-weight: bold;
}



.img-content3{
    width:1150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: none;
    flex-wrap: wrap; /* 允许子元素换行 */
}
.img-br3{
    width: 104px;
    margin-right: 12px;
    margin-bottom: 10px;
}


.img-br3 img{
    width: 100px;
    height: 100px;
}
.img-br3:nth-child(10n) {
    margin-right: 0px; /* 对每8个的倍数的元素取消右边距 */
}

.img-content2{
    width:1150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */

}
.img-br2{
    width: 133px;
    margin-right: 12px;
    margin-bottom: 10px;
}
.img-br2 img{
    width: 130px;
    height: 130px;
}
.img-br2:nth-child(8n) {
    margin-right: 0px; /* 对每8个的倍数的元素取消右边距 */
}
.img-content1{
    width:1150px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.img-br{
    margin-bottom: 15px;
}
.img-content1 img{
    width: 100%;
}
.ds{
    width:1150px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-bottom: 10px;
}
.ds-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ds-content{
    margin-top: 10px;
    padding: 10px;
}

.img-select-outer{
    width:1150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.img-select{
    width: 150px;
    height: 30px;
    line-height: 30px;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;

}
.img-select-text{
    width: 50px;
    border-right: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}
.imgactive{
    color: #004c29;
    font-weight: bold;
}

.phone-canshu{
    display: flex;
    height: 20px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.phone-canshu-code{
    display: none;
    position: absolute;
    top:20px
}

#close2{
    cursor: pointer;
}

.shareqr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.shareqr .qropen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 300px;
    /* height: 100px; */
    background: #fff;
    border-radius: 6px;
    z-index: 4;
    padding: 10px 23px 30px 23px;

}

.modal-header {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qrimg {
    width: 100%;
    /* height: 100px; */
    background: #fff;
    border-radius: 6px;
    z-index: 4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
}
