.sharebox {
    margin-top: 11.5vw;
}

.sharenav {
    width: 100vw;
    height: 3rem;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding: 0 1.18rem 0 1.18rem;
}

.sharenav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
    font-size: 0.83rem;
    font-family: ArialMT;
    color: rgba(161, 161, 161, 1);
}

.sharenav ul li {}

.ddmin h2 {
    display: flex;
    height: 1.43rem;
    align-items: center;
}

.sharenavactive {
    height: 2.9rem;
    line-height: 3rem;
    border-bottom: 2px solid #DA4E4E;
}

.downloadpdf {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.colormin,
.twmin {
    margin: 0vw 4vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.twmin {
    margin-top: 30px;
}

.twmin .dlmin {
    width: 44vw;
    height: 53vw;
    margin-bottom: 4vw;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.33rem;
    overflow: hidden;
}

.dlmin .imgmin {
    width: 100%;
    height: 100%;
}


/*.dlmin .dtmin{*/


/*  display: flex;*/


/*    align-items: center;*/


/*    margin-top: 0.5rem;*/


/*}*/

.dlmin .dtmin {
    height: 8.5vw;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-right: 0.3rem;
}

.dtmin img {
    width: 5.8667vw;
    height: 5.8667vw;
    border-radius: 100%;
    margin-left: 1.3333vw;
    margin-right: 0.4rem
}

.dtmin p,
.dtmin a {
    width: 34vw;
    font-size: 12px;
    font-weight: 600;
    color: rgba(3, 3, 3, 1);
    cursor: pointer;
    margin-right: 1.3333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*.ddmin {*/


/*         margin-left: 9vw;*/


/*    clear: both;*/


/*    display: flex;*/


/*    justify-content: space-between;*/


/*    align-items: center;*/


/*    flex-wrap: wrap;*/


/*}*/

.ddmin {
    margin-left: 9vw;
    clear: both;
}

.saveimgmin {
    margin-bottom: 0.3rem;
}

.ddmin h3 {
    display: flex;
    align-items: center;
    margin: 0.5rem 0 0.6rem 0;
}

.ddmin h3 img {
    width: 2.5333vw;
}

.ddmin h3 span {
    font-size: 2vw;
    font-weight: normal;
}

.ddmin p {
    font-size: 10px;
    white-space: pre;
    margin-bottom: 0.1rem;
}

.ddmin i {
    display: inline-block;
    height: 2px;
    border-radius: 100%;
    background: rgba(216, 216, 216, 1);
    border: 0.33vw solid rgba(151, 151, 151, 1);
    margin: 0 0.6vw 0.25vw 0.6vw;
}

#pdfshow {
    display: flex;
    font-size: 12px;
    font-weight: normal;
    color: #858585;
    align-items: center;
    justify-content: center;
    margin-top: 2.6667vw;
    margin-bottom: 2.5rem;
}

#pdfshow img {
    margin-right: 1.3333vw;
    width: 13px;
}

.MySavepag .Msave {
    width: 10.8rem;
    position: absolute;
    right: 0;
    height: 3rem;
    box-sizing: border-box;
}

.Msave {
    width: 100vw;
    position: relative;
    height: 3rem;
    box-sizing: border-box;
    padding: 0 1.18rem 0 1.18rem;
}

.Msave .type {
    position: absolute;
    float: right;
    font-weight: 600;
    cursor: pointer;
}

.Msave .type span {
    width: 7.5rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.Msave .type img {
    width: 0.6rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}

.Msave .ulone {
    width: 8.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.17rem 0.58rem 0rem rgba(0, 0, 0, 0.36);
    position: absolute;
    top: 1.7rem;
    right: 1rem;
    font-size: 14px;
    cursor: pointer;
}

.Msave .ulone>li {
    height: 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Msave .ulone li span {
    width: 80%;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Msave .ulone li .number {
    width: 2rem;
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
}

.Msave .ulone li .exit {
    display: block;
}

.exit img {
    width: 1rem;
}

.Msave .ulone li .ultwo {
    width: 70px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    cursor: pointer;
    font-size: 13px;
    position: absolute;
    right: -35px;
    top: 27px;
    display: none;
    z-index: 999;
}

.tagorUpload {
    border-radius: 30px;
    display: none;
    border: 1px solid #e06a6a;
    font-size: 12px;
    height: 2.3rem;
    margin: 1rem 1.18rem 0 1.8rem;
}

.defaultupload .upload {
    width: 80vw;
    border-radius: 2rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vw auto;
    width: 18rem;
    height: 2.5rem;
    background: rgba(203, 0, 0, 1);
}

.tagorUpload .upload {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e06a6a;
    width: 48%;
}

.tagorUpload .tag {
    width: 52%;
    border-radius: 30px;
    background: #cb0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listactive {
    border-bottom: 2px solid #cb0000;
    height: 100%;
    box-sizing: box-sizing;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannermin {
    width: 44vw;
    height: 31.7vw;
}

.Popularpag,
.MySavepag,
.Catgoriespag,
.Tag {
    display: none;
}

.Catgoriespag {
    box-sizing: border-box;
    padding: 0 1rem;
}

.Catgoriespag .Catgoriesone {
    height: 3.6rem;
    border-bottom: solid 1px #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Catgoriespag .Catgoriesone div {
    display: flex;
    align-items: center;
}

.Catgoriespag .Catgoriesone div img {
    width: 1.98rem;
    height: 1.98rem;
    margin-right: 0.83rem;
}

.Catgoriespag .Catgoriesone div p {
    display: inline-block;
    font-size: 1rem;
}

.Catgoriespag .Catgoriesone span {
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(181, 181, 181, 1);
}

.tagone:nth-child(odd) {
    background: rgba(233, 240, 255, 1);
}

.tagone {
    height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tagone div {}

.tagone div .number {
    margin: 0 1.2rem;
}

.tagone div p {
    display: inline-block;
    font-weight: 600;
    color: rgba(67, 115, 186, 1);
    font-size: 16px;
}

.tagone .contentnum {
    color: rgba(181, 181, 181, 1);
    margin-right: 1.2rem;
    font-size: 14px;
}

.tagone:nth-child(1) .number {
    color: #CB0000;
}

.tagone:nth-child(2) .number {
    color: #CB0000;
}

.tagone:nth-child(3) .number {
    color: #CB0000;
}

.Tag .Msave {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.timeM {
    font-weight: bold;
    margin-left: 1rem;
}
