@font-face {
  font-family: "iconfont"; /* Project id 2999426 */
  src: url('//at.alicdn.com/t/font_2999426_re3as2zocgr.woff2?t=1639017725342') format('woff2'),
       url('//at.alicdn.com/t/font_2999426_re3as2zocgr.woff?t=1639017725342') format('woff'),
       url('//at.alicdn.com/t/font_2999426_re3as2zocgr.ttf?t=1639017725342') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cuowukongxin:before {
  content: "\ed1a";
}

.icon-sucai:before {
  content: "\e620";
}

.icon-fenxiang:before {
  content: "\e605";
}

.icon-shoucang:before {
  content: "\e617";
}


#heade_box {
    background-color: var(--style-user-center-primary-color);
}
.attention{
  font-size: 18px;
  line-height: 300%;
  text-align: center;
   background: var(--style-user-center-primary-color);
   color:#FFF;
}
.heade_content {
    width: 1300px;
    height: 50px;
    margin: 0 auto;
    align-items: center;
    overflow: hidden;
}

.heade_left {
  height: 100%;
  float: left;
  align-items: center;
}

.heade_left img {
    height: 50px;
}

.heade_left .notop_nav{
  color: #fff;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.heade_left .notop_nav:hover{
  background-color: #fff;
  color: var(--style-user-center-primary-color);
}
.heade_right {
    display: inline-block;
    float: right;
}

.heade_right ul {
    height: 50px;
    line-height: 50px;
    display: flex;
}

.heade_right ul span {
    color: white;
}

.toggle {}

.toggle img {
    width: 25px;
    height: 25px;
    padding: 12px 0;
    margin-right: 10px;
}

.list-link {
    margin-right: 20px;
}

.heade_right ul li {
    display: inline-block;
}

.heade_right ul li a {
    color: white;
    text-decoration: none;
}

.header_box {
    width: 1300px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.header-left {}

.header-right {
    /* width: 450px; */
    /* display: flex; */
    align-items: center;
}

.search-input {
    display: flex;
}

.select-search {}

.select-search select {
    width: 80px;
    height: 40px;
    border: 1px solid #e4393c;
    box-sizing: border-box;
    border-right: none;
    padding: 0 10px;
}

.input {
    width: 350px;
    height: 40px;
    border: 1px solid #e4393c;
    box-sizing: border-box;
    border-left: none;
    padding: 0 10px;
}

.nav-search-btn {
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4393c;
}

.nav-search-btn img {
    width: 27px;
    height: 27px;
}

.search-content {
    display: flex;
    align-items: center;
    height: 35px;
}

.search-content span {
    margin-right: 11px;
}

.search-content span:last-child {
    margin-right: 0;
}

.header_left {
    float: left;
}

.header_left img {
    width: 100px;
    height: 100px;
}

.header_right {
    float: left;
    margin-left: 20px;
}

.header-info-title {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header-info-title label {}

.title-icon {
    display: flex;
    align-items: center;
    margin-left: 175px;
}

.title-icon img {
    width: 16px;
}

.title-icon span {
    font-size: 16px;
}

.btn-follow {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 20px;
    border-radius: 3px;
    background-color: #45bab5;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.header-info-txt {
    margin-bottom: 3px;
    font-size: 15px;
    width: 600px;
}

.header-info-txt li{
    float: left;
    width: 50%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding-right: 20px;
    text-overflow:ellipsis;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.header-info-txt li label {
    color: #f37201 !important;
}




.-info-txt {
    display: flex;
    width: 230px;
}

.items-1 {
    width: 345px !important;
    display: flex;
    justify-content: space-between;
}

.items-2 {
    width: 280px !important;
}

.txtul {
    margin-right: 25px;
    /* margin-left: 5px; */
    color: #333;
    height: 20px;
    display: inline-block;
    overflow:hidden; text-overflow:ellipsis;
}

.txtul img {
    width: 13px;
    height: 13px;
}

.nav_wrapper {
    border-top: 1px solid #bbbbc0;
    border-bottom: 1px solid #bbbbc0;
    height: 60px;
    width: 100%;
}

.nav_container {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.nav_container ul li {
    float: left;
    height: 100%;
    line-height: 60px;
    list-style: none;
}

.nav_container ul li a {
    padding: 20px 40px;
    font-size: 16px;
    color: #999;
}

.nav_container ul li a:hover {
    color: #333;
}

.current {
    color: #999;
}

.nav_container ul li a:focus {
    color: #333;
}


/* 推荐页 */

.photo_box {
    background-color: #ededef;
    height: 100%;
    min-height: 600px;
    padding: 5px 0 40px;
}

.phone_mian {
    text-align: center;
}

.phone_info {
    width: 1300px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid #555;
    padding-bottom: 20px;
    color: #555;
    margin-bottom: 30px;
}

.phone_mian a {
    font-size: 16px;
    color: #fff;
    background-color: #e4393c;
    border-radius: 3px;
    padding: 10px;
}

.photo_container {
    width: 1305px;
    height: 100%;
    margin: 0 auto;
}

.shitu {
    height: 30px;
    padding-top: 10px;
}

.shitu img {
    width: 30px;
    height: 30px;
    float: right;
}

.photo_content {
    padding-top: 10px;
}

.photo_content ul li {
    width: 132px;
    display: inline-block;
    margin: 9px;
    position: relative;
    border-radius: 8px;
    border: 1px #CCC solid;
}
.photo_content ul li:hover{  
    border: 1px #F00 solid;
    /*box-shadow: 0 0.5px 1px  #f211e3;*/
}

.photo_content ul li span {
    position: absolute;
    top: 120px;
    right: 10px;
    font-size: 16px;
}

.photo_content .showPic img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
	border: 1px #ccc solid;
}

.photo_content .subPics {
    margin: 5px 0;
}

.photo_content .subPics li {
    margin: 0;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 4px;
    box-sizing: border-box;
    border: 1px solid #EDEDEF;
}

.photo_content .subPics li:last-child {
    margin-right: 0;
}

.photo_content .subPics li.curr {
    border-color: #f37211;
}

.photo_content .subPics li img {
    width: 30px;
    height: 30px;
    display: block;
}


.photo_content p {
    padding: 0 5px;
    word-break: break-word;
    /*height: 40px;*/
    margin-top: 5px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-radius: 8px;
}

.photo_pages {
    text-align: center;
    margin: 20px 0;
}

.photo_pages span {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
}

.photo_pages li {
    display: inline-block;
    width: 40px;
    line-height: 30px;
    border: 1px solid #f37211;
    border-radius: 10px;
}

.photo_pages li.leaf {
    width: 80px;
}

.photo_pages li a {
    display: inline-block;
    width: 100%;
}

.photo--content {
    width: 1300px;
    margin: 0 auto;
    padding-top: 10px;
}

.--title {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #f0f2f5;
}

.--title li {
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: #eee;
    opacity: 0.5;
}

.-id {
    width: 8%;
}

.-photo {
    width: 12%;
}

.-name {
    width: 35%;
}

.-name p {
    padding-right: 30px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.-addtime,
.-classify,
.-state {
    width: 15%;
}

.--content {
    height: 100px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.--content li {
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
}

.--content img {
    width: 80px;
    height: 80px;
    border-radius: 7px;
}


/* 动态页 */

.pho_container {
    width: 1100px;
    margin: 0 auto;
}

.pho-cont {
    overflow: hidden;
    padding-top: 20px;
}

.pho-img {
    float: left;
    width: 100px;
    height: 100px;
}

.pho-img img {
    width: 100%;
    height: 100%;
}

.pho-con {
    overflow: hidden;
    width: 950px;
    float: left;
    background-color: #fff;
    margin-left: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.con-content {
    padding: 0 10px;
}

.con-up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.up-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pho-title {
    line-height: 30px;
}

.pho-title a {
    font-size: 20px;
    color: black;
}

.pho-time {
    text-align: right;
    line-height: 30px;
    margin-right: 20px;
}

.pho-btn {
    text-align: right;
}

.pho-btn button {
    border: none;
    background-color: #ffffff;
}

.pho-btn button img {}

.con-img {
    overflow: hidden;
}

.con-img a {
    display: inline-block;
    width: 212px;
    height: 212px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.con-img a:nth-child(4n) {
    margin-right: 0px;
}

.con-img a img {
    width: 100%;
    height: 100%;
}

.footer-hide {
    text-align: right;
}

.footer-hide img {}

.pho-footer {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    background-color: #eee;
}

.pho-footer li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.pho-footer li span {
    color: black;
    margin-right: 10px;
}

.pho-footer li a span {}

.pho-footer li:last-child {
    margin-right: 0px;
}

._left {
    display: flex;
    align-items: center;
}

._left li a {}

.pho-footer li img {
    width: 24px;
    height: 24px;
}

._right {
    display: flex;
    align-items: center;
}




/* 相册页 */

._shitu {
    height: 30px;
    padding-top: 10px;
}

._shitu img {
    width: 30px;
    height: 30px;
    float: right;
}

.photo-content {
    padding-top: 10px;
}

.photo-content ul li {
    width: 140px;
    display: inline-block;
    margin: 9px;
    position: relative;
}

.photo-content ul li span {
    position: absolute;
    top: 120px;
    right: 10px;
    color: #fff;
}

.photo-content img {
    width: 140px;
    height: 140px;
    border-radius: 5px;
}

.photo-content p {
    padding: 0 5px;
    word-break: break-word;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.photo-show {
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
}

.show-left {
    float: left;
    margin: 20px 0 20px 20px;
    width: 600px;
    height: 750px;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 2px 2px #dedede;
}

.left-swiper {
    width: 100%;
    height: 100%;
    /*border: 1px solid #dedede;*/
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
}



.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top img {
    width: 600px;
    height: 100%;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    color: #666;
}


.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-size: 60px;
    font-weight: 600;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding-top: 10px;
}

.gallery-thumbs img {
    width: 140px;
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


/* .swiper-button-white{
        color: red;
} */

.show-right {
    float: right;
    width: 500px;
    margin: 20px;
}

.right-infor {
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px #dedede;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.right-info {
    width: 100%;
}

.right-info h1 {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor: pointer;
}

.right-info p {
    font-size: 14px;
    line-height: 28px;
    color: #919191;
}

.right-info p span {
    margin-right: 10px;
}

.right-info p span:last-child {
    margin-right: 0;
}

.right-link {
    margin-top: 90px;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right-link li {
    list-style: none;
    margin-right: 10px;
    color: #AAA;
}

.right-link li:hover {
    color: #E43B3E;
}

.right-link li:last-child {
    margin-right: 0;
    color: #AAA;
}

.right-link li:hover>a {
    color: #E43B3E;
}

.right-link li:hover>i {
    color: #E43B3E;
}

.right-link li a {
    padding: 5px 10px;
    color: #AAA;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 0px;
}

/* 分享的盒子 */

.share_li {
    position: relative;
}

.share_li:hover .share_box {
    display: block;
}

.share_box {
    display: none;
    position: absolute;
    top: 20px;
    right: 0px;
    width: 120px;
    background-color: #fff;
    padding: 12px;
}


.right-content {
    margin-top: 10px;
    min-height: 625px;
}

.right-content ul li {
    display: inline-block;
    width: 110px;
    margin-right: 15px;
}

.right-content ul li:nth-child(4n) {
    margin-right: 0;
}

.right-content ul li img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
}

.right-content ul li p {
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


/* 分类页 */

.class_box {
    padding: 20px 0;
    overflow: hidden;
}

.class-left {
    float: left;
    background-color: #f8f8f8;
    width: 180px;
    box-sizing: border-box;
    min-height: 600px;
}

.left-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    background-color: var(--style-user-center-primary-color);
}

.left-nav {
    padding: 0 20px 0 15px;
    height: 45px;
    border-bottom: 1px solid #ebebeb;
}

.-nav1:hover {
    background-color: #dedede;
}

.-nav2:hover {
    background-color: #dedede;
}

.-nav3:hover {
    background-color: #dedede;
}

.-nav4:hover {
    background-color: #dedede;
}

.nav-title a {
    font-size: 16px;
    line-height: 45px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.nav-info {
    display: none;
}

.nav-info a {
    font-size: 15px;
    line-height: 30px;
}

.nav-title {}

.nav-btn {
    border: none;
    padding: 0 5px;
    background: none;
}

.nav-btn img {
    width: 15px;
    height: 15px;
}

.nav-title a {}

.nav-info {
    padding-left: 20px;
}

.nav-info a {}

.nav-info p {
    display: flex;
    align-items: center;
}

.nav-info p img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.class-right {
    width: 1118px;
    float: right;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 5px;
}

.right-title {
    background-color: #efefef;
    margin-bottom: 15px;
    display: flex;
}

.right-title {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
    line-height: 35px;
    background-color: var(--style-user-center-primary-color);
}

._title-left {
    font-size: 25px;
}

._title-sapn {
    margin: 0 10px;
}

/*分页*/
.con_pages {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.con_page_l,
.con_page_r{
    color: #A8A8A8;
}

.con_page_r a {
    border: 1px solid #e6e6e6;
    padding: 3px 8px 4px 14px;
    color: #333;
}

.con_page_r i {
    margin: 0 2px;
}

.con_page_r .link_l {
    background-color: #EFEFEF;
}

.con_page_l span {
    font-weight: 600;
}


.right-pho {
    padding: 0 13px;
}

.right-pho ul {
    overflow: auto;
}

.right-pho ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 122px;
    height: 145px;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    float: left;
    border: 1px #CCC solid;
}
.right-pho ul li:hover{  
    border: 1px #F00 solid;
    /*box-shadow: 0 0.5px 1px  #f211e3;*/
}
.right-pho .forbidden-icon{
  width: 122px;
  height: 122px;
  line-height: 122px;
}
.open-dialog[data-id]{
  cursor: pointer;
}
#confirm-password{
  display: none;
}
#confirm-password h3{
  margin: 10px 0;
}
#confirm-password .action{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#confirm-password .layui-layer-close{
  position: relative;
}
#opbox{
  display: none;
}
.access-denied{
  height: 300px;
  display: flex;
  color: #f00;
  align-items: center;
  justify-content: center;
}
.access-denied .icon{
  font-size: 50px;
}
.right-pho .forbidden-icon .icon{
  font-size: 50px;
}
.right-pho .forbidden-text{
  color: var(--style-user-center-active-color);
}

.right-pho ul li img {
    width: 122px;
    height: 122px;
    border-radius: 5px;
}
.right-pho ul li p{
    padding: 0 5px;
    word-break: break-word;
    /* height: 40px; */
    margin-top: 5px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-radius: 8px;
}
.right-pho ul li:nth-child(8n) {
    margin-right: 0;
}



/* 名片页 */

.card-info {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}

.card-title {
    height: 100px;
    border-bottom: 1px solid #eee;
}

.card-title h1 {
    font-size: 28px;
    color: #191919;
    text-align: left;
    font-weight: 400;
    padding-top: 33px;
    padding-left: 50px;
}

.card-photo {
    overflow: hidden;
    height: 180px;
    border-bottom: 1px solid #eee;
}

.info-title {
    font-size: 24px;
    color: #333;
    width: 3%;
    /*height: 100%;*/
    position: absolute;
    top:29%;
    /*float: left;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.info-content {
    height: 100%;
    padding: 20px;
    margin-left: 2%;
    /*display: flex;*/
    /*flex: 1;*/
}

.info-content ul {
    display: flex;
    flex-direction: column;
}

.card-photo img {
    width: 120px;
    height: 120px;
}

.card-mess {
    min-height: 360px;
    /*display: flex;*/
    /*align-items: center;*/
}

.info-con ul li {
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.info-con ul li img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.info-con ul li span {
    font-size: 20px;
    margin-right: 10px;
    /*transform: translateY(20px);*/
}

.card-notice {
    height: 160px;
}

.notice-title {
    font-size: 24px;
    color: rgb(10, 6, 6);
    width: 20%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-info {
    padding: 20px;
    display: flex;
    flex: 1;
}

.notice-info p {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}


/* 一周上新 */

.update-content {
    padding-top: 20px;
}

.update-content ul li {
    position: relative;
    width: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.update-content ul li:nth-child(8n) {
    margin-right: 0;
}

.update-content ul li a {}

._number {
    position: absolute;
    top: 120px;
    right: 10px;
    color: #fff;
}

.update-content ul li a img {
    width: 140px;
    height: 140px;
    border-radius: 5px;
}

.update-content ul li a p {
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.update-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}


/* 本月下架 */

.putaway-content {
    padding-top: 20px;
}

.putaway-content ul li {
    position: relative;
    width: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.putaway-content ul li:nth-child(8n) {
    margin-right: 0;
}

.putaway-content ul li a {}

._number {
    position: absolute;
    top: 120px;
    right: 10px;
    color: #fff;
}

.putaway-content ul li a img {
    width: 140px;
    height: 140px;
    border-radius: 5px;
}

.putaway-content ul li a p {
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.putaway-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.footer_box {
    background-color: var(--style-user-center-primary-color);
}

.footer {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

.footer p {
    font-size: 15px;
    color: #fff;
}
