.main {
    /*width: 78.125%;*/
    max-width: 1500px;
}

body {
    /* padding-top: 70px; */
}

.head {
    /* position: fixed; */
    position: sticky;
}

.dinfo_top {
    background: #fff;
}

.d3info_main1 {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    /* height: 900px; */
}

.dinfo_l {
    width: 50%;
    flex: 1;
}

.gallery-top .swiper-slide img {
    width: 100%;
    cursor: url(../pic/Magnifier.png),auto;
}

.dinfo_r {
    /*width: 21%;*/
    width: 340px;
    min-width: 340px;
    margin-left:20px;
    /* padding-bottom: 40px; */
}

.infor1 {
    background: #fff;
    margin-bottom: 10px;
    /* padding: 0 20px; */
    border: 1px solid #EEEEEE !important;
}

.infor1_m {
    padding: 15px 20px;
}

.infor_title {
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
    padding: 15px 20px;
}

.infor_t1 {
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2d;
}

.infor_t2 {
    font-size: 14px;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.fz {
    font-size: 12px;
    color: #a0a0a0;
    border-radius: 3px;
    border: 1px solid #a0a0a0;
    margin-left: 10px;
    display: flex;
    width: 30px;
    /* text-align: center; */
    height: 18px;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 1px;
    cursor: pointer;
}
.fz:hover{
    color:#06CD65;
    border: 1px solid #06CD65;
}
.infor1_m_list {
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.infor1_ml {
    font-size: 14px;
    color: #5b5b5b;
}

.infor1_mr {
    font-size: 14px;
    color: #333;
}

.infor1_m_list:nth-last-of-type(1) .infor1_ml,
.infor1_m_list:nth-last-of-type(1) .infor1_mr {
    color: #06CD65;
}

.infor1_m_list:nth-last-of-type(1) {
    margin-bottom: 0;
}

.infor1_mr img {
    width: 11px;
    margin-right: 5px;
}

.infor2 {
    padding: 15px 20px 0;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE !important;
}

.infor2_tl {
    overflow: hidden;
}

.infor2_tl_1 {
    color: #06CD65;
    margin-right: .52vw;
    text-decoration: underline;
    font-size: 14px;
}

.infor2_top {
    /* overflow: hidden; */
    height: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    position: relative;
}

.info2_tr {
    color: #D80B19;
    font-size: 14px;
}

.info2_tr span {
    font-weight: bold;
    font-size: 18px;
}

.infor2_m {
    height: 58px;
    border-radius: 3px;
    background: #06CD65;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    /* margin-bottom: .78vw; */
    cursor: pointer;
}
.infor2_m:hover{
    background: #06CD65;
}
.infor2_m img {
    margin-right: 6px;
    width: 14px;
    position: relative;
    top: 2px;
}

.infor2_b {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #eee dashed;
    margin-top: 16px;
}

.infor2_bl1 a {
    color: #2d2d2d;
}

.infor2_bl1 {
    color: #2d2d2d;
    font-size: 14px;
    margin-right: 13px;
    white-space: nowrap;
    cursor: pointer;
}

.infor2_bl1 img,
.infor2_bl2 img {
    margin-right: 5px;
}

.infor2_bl2:hover {
    color: #06CD65;
}

.infor2_b_l a,
.infor2_b_r a {
    display: flex;
    align-items: center;
}

.infor2_b_l,
.infor2_b_r {
    display: flex;
    align-items: center;
}

.infor2_bl2 img {
    width: 14px;
}

.infor2_bl2 a {
    color: #2d2d2d;
}

.infor2_bl2 {
    color: #2d2d2d;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.infbrshu {
    width: 1px;
    height: 9px;
    background: #eee;
    margin: 0 .52vw;
}

.infor3 {
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE !important;
}

.info3_top {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info3l {
    display: flex;
    width: 66%;
}

.userpl {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    margin-right: 10px;
}

.info3u {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 0;
}

.i3_uname {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    color: #2d2d2d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i3_vip {
    font-size: 12px;
    color: #95a6b4;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.i3_vip img {
    width: 15px;
    margin-right: 5px;
}

.info3r {
    background: #06CD65;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    /* line-height: 30px; */
    text-align: center;
    width: 82px;
    cursor: pointer;
    padding-left: 4px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info3r:hover{
    background: #06CD65;
}
.info3_b {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.infor3_b {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.infor3_b img {
    width: 100%;
    /* height: 106px; */
    /* margin-right: 5%; */
    height: 100%;
}

.addbbb {
    width: 30%;
    margin-right: 5%;
    height: 89px;
    overflow: hidden;
}
.addbbb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addbbb:nth-last-of-type(1) {
    margin-right: 0;
}

.infor3_b:nth-last-child() {
    margin-right: 0;
}

.infor4 img {
    width: 100%;
}

.infol1 {
    margin-bottom: 16px;
    background: #fff;
    /*padding: 10px;*/
    padding: 19px 22px 13px;
    border: 1px solid #eee;
}

.infol3_title {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #2d2d2d;
}

.infol3_title img {
    width: 16px;
    margin-right: 5px;
}

.d3info_main1 .gli {
    width: 24.2%;
    margin-right: 1%;
    margin-left: 0;
    margin-bottom: 23px;
    padding: 0;
}

.ad {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ad a {
    display: inline-block;
    width: 49%;
}

.ad img {
    width: 100%;
}

.infor5 {
    padding: 25px 20px 20px;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #EEEEEE !important;
}

.info5_title {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 10px;
    font-weight: bold;
}

.infor6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #5b5b5b;
    margin-bottom: 15px;
}

.infor6 a:hover {
    color: #06CD65;
}

.infor6 .info5_title {
    margin-bottom: 0;
}

.infor6_con {
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infor6_con:hover {
    color: #06CD65;
}

.hengs {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 25px 0;
}

.vipal {
    position: absolute;
    width: 156px;
    padding: 9px 10px 4px;
    background: #fff;
    display: none;
    left: -55px;
    z-index: 500;
    box-shadow: 0 0 18px -2px #ddd;
}

.san {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 73px;
}

.vipli {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    border-bottom: 1px solid #FAFAFA;
}

.vipl img {
    width: 16px;
    margin-right: 5px;
}

.qtvip {
    color: #be6f41;
}

.byvip {
    color: #95a6b4;
}

.hjvip {
    color: #f2bc0f;
}

.qyvip {
    color: #6b1afd;
}

.vipr {
    color: #06CD65;
}

.govips:hover .vipal {
    display: block;
}

.govips,
.govips_2 {
    display: inline-block;
}

.buyal {
    background: #fff;
    width: 640px;
    position: fixed;
    z-index: 200;
    left: calc(50% - 270px);
    top: 20vh;
    display: none;
    border-radius: 3px;
    overflow: hidden;
}

.buy_top {
    height: 46px;
    text-align: center;
    line-height: 46px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.buy_title {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
    background: #F0F0F0;
    border-bottom: 1px solid #E5E5E5;
}

.close {
    position: absolute;
    width: 10px;
    right: 27px;
    top: 18px;
}

.buymain {
    padding: 28px 27px 22px;
    background: #fff;
}

.buyli:nth-of-type(1) {
    font-weight: bold;
}

.buyli {
    font-size: 14px;
    /* color: #454545; */
    margin-bottom: 20px;
    display: flex;
    color: #4E4E4E;
    /* font-weight: bold; */
}

.buti {
    width: 56px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    /* color: #4E4E4E; */
    color: #454545;
    font-weight: bold;
}

.jb {
    color: #06CD65;
}

.moh {
    margin-right: 6px;
}

.buyzhu {
    color: #8e8e8e;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 13px;
}

.buy_btn {
    width: 88px;
    height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #CCCCCC;
    line-height: 34px;
    margin-right: 15px;
    border-radius: 3px;
    color: #5b5b5b;
    cursor: pointer;
    font-weight: normal;
}

.buy_btn:hover {
    color: #fff;
    background: #E80D01;
    border: 1px solid #E80D01;
}

.buybtns {
    display: flex;
    position: relative;
    bottom: 7.5px;
    margin-bottom: 7px;
}

.buyzhu2 {
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 28px;
    font-weight: normal;
}

.buy_btn_act {
    color: #fff;
    background: #E80D01;
    border: 1px solid #E80D01;
}

.gobuy {
    width: 118px;
    height: 36px;
    color: #fff;
    background: #E80D01;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    position: relative;
    left: 165px;
    cursor: pointer;
    font-weight: normal;
}

.zfpic {
    width: 183px;
    height: 183px;
    position: relative;
    left: 80px;
    border: 1px solid #F0F0F0;
}

.buyzhu3 {
    font-size: 12px;
    color: #454545;
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.buyzhu3 img {
    width: 13px;
    margin-right: 5px;
}

.scal {
    background: #fff;
    width: 360px;
    height: 394px;
    position: fixed;
    z-index: 200;
    left: calc(50% - 180px);
    top: 20vh;
    display: none;
}

.scal_m {
    padding: 25px 28px 20px;
}

input[type='radio'] {
    opacity: 0;
    position: absolute;
    z-index: -2;
}

input[type="radio"]+label {
    width: 15px;
    height: 15px;
    border: 1px solid #454545;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 8px;
}

input[type="radio"]+label::before {
    content: '';
    border-radius: 1.4rem;
    width: 5px;
    height: 5px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

input[type="radio"]:checked+label {
    border: 1px solid #E81100;
    box-sizing: border-box;
    background: #E81100;
}

input[type="radio"]:checked+label::before {
    content: '√';
    color: #fff;
    font-size: 12px;
}

.scgroup {
    font-size: 14px;
    color: #454545;
    display: flex;
    align-items: center;
}

.group {
    padding: 20px 0;
    height: 148px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.group::-webkit-scrollbar {
    display: none;
}

.groupadd {
    border: 1px solid #EFEFEF;
    display: flex;
    margin-bottom: 40px;
}

.groupsearch {
    width: 73%;
    height: 36px;
    padding-left: 15px;
    border-right: solid 1px #EFEFEF;
}

.group_btn {
    border: none;
    background: transparent;
    font-size: 14px;
    width: 27%;
    color: #8e8e8e;
    display: inline-block;
    height: 36px;
}

.groupsearch::placeholder {
    color: #b8b8b8;
}

.group_btns {
    display: flex;
    justify-content: space-around;
}

.g_btn {
    width: 105px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.group_qx {
    border: 1px solid #606060;
    background: #fff;
    color: #555;
}

.group_qd {
    border: 1px solid #E80D01;
    background: #E80D01;
    color: #fff;
}

.gosc {
    cursor: pointer;
}

.group .scgroup {
    margin-bottom: 10px;
}

.downzhu {
    font-size: 14px;
    color: #E80D01;
    margin-bottom: 10px;
    margin-top: 5px;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    /*height: 85px;*/
    border: 1px solid #fff;
    /* border-radius: 3px; */
    
    width: 168px;
    height: 119px;
    border-radius: 4px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    /* border: 1px solid #06CD65; */
}

.gallery-thumbs .swiper-slide img {
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active{
    border: 1px solid #06CD65;
}

.info3l a {
    display: block;
    height: 53px;
}

.buyli:nth-of-type(2) .jb {
    font-weight: bold;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    /*display: none;*/
}

.gallery-top:hover .swiper-button-next {
    display: block;
}

.gallery-top:hover .swiper-button-prev {
    display: block;
}


.gallery-top .swiper-button-prev.swiper-button-white:hover{
    background-image: url(../pic/ban_preved.png);
    cursor: pointer;
}
.gallery-top .swiper-container-rtl .swiper-button-next.swiper-button-white:hover{
    background-image: url(../pic/ban_preved.png);
    cursor: pointer;
}
.gallery-top .swiper-button-next.swiper-button-white:hover{
     background-image: url(../pic/ban_nexted.png); 
     cursor: pointer;
}
.gallery-top .swiper-container-rtl .swiper-button-prev.swiper-button-white:hover{
     background-image: url(../pic/ban_nexted.png); 
     cursor: pointer;
}

.gallery-top .swiper-button-next.swiper-button-disabled,.gallery-top .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: inherit;
    cursor: pointer;
}



.addhei{
    min-height: 823px;
}



.glist_3d .gli:nth-child(4n) {
    margin-right: 0;
}


.gallery-top{
    /*height: 755px;*/
    height: 709px;
    text-align: center;
    background: #F7F7F7;
}
.gallery-top .swiper-slide{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.gallery-top .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-top .swiper-slide img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.glist_3d .gli:nth-child(6n) {
    margin-right: 1%;
}




.infor1,.infor2,.infor3,.infor4,.infor5{
    border-radius: 4px;
    /*overflow: hidden;*/
}





.banner-box{
    padding: 0 20px;
    position: relative;
}

.adradd{
    line-height: 0;
}


@media only screen and (max-width: 1500px){
.gallery-top{
    /*height: 630px;*/
}


.gpic{
    height: 210px;
}
}


.problemlist {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 395px;
    overflow: hidden;
}

.problemli {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

.problemli_l {
    display: flex;
    align-items: center;
    width: 97%;
}
.problemli img {
    width: 24px;
    margin-right: 10px;
}
.problemli .img2{
    display: none;
}
.problemli:hover .procon{
    color: #06CD65;
}
.problemli:hover .img2{
    display: inline-block;
}
.problemli:hover .img1{
    display: none;
}
.addads{
    margin-top: 15px;
}

.problemlist a {
    display: block;
    padding: 11px 13px;
    margin-bottom: 5px;
}

.problemlist a:hover {
    background: #F9F9F9;
}



.common {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.common_left {
    width: 49.4%;
}

.index_title {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.title_name {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
}

.title_name span {
    font-size: 12px;
    color: #ccc;
    margin-left: 5px;
}

.tips {
    display: flex;
}

.tip {
    height: 35px;
    line-height: 33px;
    padding: 0 18px;
    background: #eee;
    font-size: 14px;
    border-radius: 35px;
    color: #666;
    margin-left: 10px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
}

.tips .tip:hover {
    color: #fff;
    background: #06CD65;
    /* border: 1px solid transparent; */
}
.tips .tip_more {
    /* border: 1px solid #898989; */
    line-height: 33px;
    /* background: transparent; */
}