/*
	[@yuerpf pixels 2025]
	[@Author By DobbySoftware Dev 202505]
*/
#header {
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 0 80px;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
#header .icon-caidan {
  display: none;
}
#header .logo img {
  width: 182px;
}
#header .nav-wrap {
  color: #999999;
  width: 720px;
}
#header .nav-wrap .nav:not(:last-child) {
  margin-right: 70px;
}
#header .nav-wrap .nav:hover {
  color: #fff;
}
#header .nav-wrap .nav.active {
  color: #fff;
}
#header .right_wrap {
  margin-left: auto;
}
#header .right_wrap .search {
  width: 318px;
  height: 34px;
  background: #ffffff;
  border-radius: 17px;
  padding: 0 10px 0 0;
}
#header .right_wrap .search .dropdown {
  width: 120px;
}
#header .right_wrap .search .dropdown .el-dropdown {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#header .right_wrap .search .line {
  width: 1px;
  height: 18px;
  background: #dddddd;
}
#header .right_wrap .search input {
  width: 160px;
  padding: 0 10px;
}
#header .right_wrap .search .iconfont {
  width: 27px;
  height: 27px;
  background: #1e68a9;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 27px;
}
#header .right_wrap #dob2b_member {
  min-width: 20px;
  margin: 0 10px 0 26px;
}
#header .right_wrap #dob2b_member .login .avatar {
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
#header .right_wrap #dob2b_member .login .iconfont {
  font-size: 22px;
}
#header .right_wrap #dob2b_member .login .iconfont.notify {
  position: relative;
}
#header .right_wrap #dob2b_member .login .iconfont.notify::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #d63031;
  border-radius: 50%;
  top: 2px;
  right: 3px;
}
#header .right_wrap .icon-xiaoxi {
  font-size: 22px;
  margin-right: 26px;
}
#header .right_wrap .icon-xiaoxi.notify {
  position: relative;
}
#header .right_wrap .icon-xiaoxi.notify::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #d63031;
  border-radius: 50%;
  top: 2px;
  right: 3px;
}
#header .right_wrap .upload {
  width: 120px;
  height: 28px;
  background: var(--theme-color);
  border-radius: 5px;
}
#header .right_wrap .upload .iconfont {
  margin-left: 10px;
}
#header .right_wrap .language {
  width: 28px;
  height: 28px;
  background: #1e68a9;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

#footer {
  width: 100%;
  background: #000000;
  color: #fff;
  padding: 40px 0;
}
#footer .cont {
  border-bottom: 1px solid #5d5d5d;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
#footer .cont .l .logo img {
  width: 182px;
}
#footer .cont .m .f-nav-wrap .nav:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #878787;
  margin: 0 30px;
}
#footer .cont .r .icons {
  width: 200px;
}
#footer .cont .r .icons .icon {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
#footer .cont .r .icons .icon:hover .tooltip {
  visibility: visible;
  display: block;
}
#footer .cont .r .icons .icon:not(:nth-child(5n)) {
  margin-right: 19px;
}
#footer .cont .r .icons .icon .iconfont {
  font-size: 24px;
}
#footer .cont .r .icons .icon .tooltip {
  display: none;
  visibility: hidden;
  width: 130px;
  background-color: #fff;
  color: #fff;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -65px;
  font-size: 0;
  box-shadow: 0px 4px 12px 0px rgba(173, 173, 173, 0.25);
}
#footer .cont .r .icons .icon .tooltip::after {
  content: "";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#footer .cont .r .icons .icon .tooltip img {
  width: 100%;
  height: 100%;
}

.no-login-dialog {
  position: fixed;
  inset: 0;
  z-index: 999;
}
.no-login-dialog .cont {
  width: 529px;
  height: 613px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
}
.no-login-dialog .cont .icon-quxiao {
  position: absolute;
  top: -20px;
  right: -40px;
}
.no-login-dialog .cont form button {
  margin-top: 30px;
  width: 429px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.no-login-dialog .cont form .send {
  width: 117px;
  height: 40px;
  background: #1e68a9;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.no-login-dialog .cont form .ipt {
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin-top: 30px;
  padding: 0 10px;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
.no-login-dialog .cont form .ipt.is-error, .no-login-dialog .cont form .ipt.is-error:has(input:focus) {
  border-color: #d63031;
}
.no-login-dialog .cont form .ipt .item__error {
  color: #d63031;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.no-login-dialog .cont form .ipt .iconfont {
  color: #999999;
}
.no-login-dialog .cont form .ipt:has(input:focus) {
  transition: all 0.5s ease-out 0s;
  border-color: var(--theme-color);
}
.no-login-dialog .cont form .ipt input {
  flex: 1;
}
.no-login-dialog .cont form .checkbox input {
  margin-top: 2px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.no-login-dialog .cont .login .other-login .icons a {
  color: #00c849;
  font-size: 24px;
}
.no-login-dialog .cont .login .other-login .p {
  color: #999999;
}
.no-login-dialog .cont .login .other-login .p::before, .no-login-dialog .cont .login .other-login .p::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: #eeeeee;
}
.no-login-dialog .cont .login .other-login .p::before {
  margin-right: 10px;
}
.no-login-dialog .cont .login .other-login .p::after {
  margin-left: 10px;
}
.no-login-dialog .cont .login .go-register {
  color: #999999;
}
.no-login-dialog .cont .login .tabs .tab {
  cursor: pointer;
  position: relative;
  margin-right: 40px;
}
.no-login-dialog .cont .login .tabs .tab.active {
  color: var(--theme-color);
}
.no-login-dialog .cont .login .tabs .tab.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  bottom: -8px;
}
.no-login-dialog .cont .login .code {
  height: 300px;
}
.no-login-dialog .cont .login .code img {
  width: 285px;
}
.no-login-dialog .cont .login .login-tips {
  color: var(--theme-color);
  border-bottom: 1px solid #c5ccdb;
  padding-bottom: 15px;
  position: relative;
}
.no-login-dialog .cont .login .login-tips::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.no-login-dialog .cont .register .go-login {
  color: #999999;
}

.img-detail-popup {
  position: fixed;
  inset: 0;
  z-index: 999;
}
.img-detail-popup .mask {
  overflow-y: scroll;
}
.img-detail-popup .mask::-webkit-scrollbar {
  display: none;
}
.img-detail-popup .cont {
  width: 1400px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}
.img-detail-popup .cont .icon-quxiao {
  position: absolute;
  top: -20px;
  right: -40px;
}
.img-detail-popup .cont .user {
  padding: 30px;
}
.img-detail-popup .cont .user .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.img-detail-popup .cont .user .follow {
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
}
.img-detail-popup .cont .user .following {
  width: 96px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
  background-color: #d9d9d9;
  color: #161617;
}
.img-detail-popup .cont .user .btn {
  width: 122px;
  height: 37px;
  background: #f4f9ff;
  border-radius: 5px;
  border: 1px solid #1e68a9;
  margin-left: auto;
  text-align: center;
  line-height: 35px;
}
.img-detail-popup .cont .user .btn:hover {
  background-color: var(--theme-color);
}
.img-detail-popup .cont .picture {
  background-color: #f4f4f4;
  padding: 30px;
}
.img-detail-popup .cont .picture .img {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.img-detail-popup .cont .picture .img img {
  object-fit: contain;
  height: 100%;
}
.img-detail-popup .cont .picture .swiper-button-prev,
.img-detail-popup .cont .picture .swiper-button-next {
  --swiper-navigation-size: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(31, 45, 61, 0.11);
  color: #fff;
  transition: 0.3s;
}
.img-detail-popup .cont .picture .swiper-button-prev:hover,
.img-detail-popup .cont .picture .swiper-button-next:hover {
  background: rgba(31, 45, 61, 0.23);
}
.img-detail-popup .cont .picture .show-img {
  height: 600px;
  position: relative;
}
.img-detail-popup .cont .picture .show-img .swiper-slide {
  position: relative;
}
.img-detail-popup .cont .picture .show-img .swiper-slide .tips {
  position: absolute;
  top: 16px;
  right: 260px;
  z-index: 999;
  pointer-events: none;
}
.img-detail-popup .cont .picture .show-img .swiper-slide .tips .txt {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 3px 7px;
  display: inline-block;
}
.img-detail-popup .cont .picture .show-img .swiper-slide .tips .iconfont {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
}
.img-detail-popup .cont .picture .imgs {
  height: 112px;
  position: relative;
}
.img-detail-popup .cont .picture .imgs .swiper-slide-active .img {
  border-color: var(--theme-color);
}
.img-detail-popup .cont .picture .imgs .img {
  width: 162px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
}
.img-detail-popup .cont .picture .imgs .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.img-detail-popup .cont #detail-video {
  width: 900px;
  height: 600px;
}
.img-detail-popup .cont .detail {
  padding: 30px 30px 100px;
}
.img-detail-popup .cont .detail .r {
  width: 330px;
}
.img-detail-popup .cont .detail .r .similar-pic {
  font-size: 0;
  position: relative;
  border-radius: 10px;
}
.img-detail-popup .cont .detail .r .similar-pic .time {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 26px;
  padding: 0 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  z-index: 1;
}
.img-detail-popup .cont .detail .r .similar-pic .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}
.img-detail-popup .cont .detail .r .similar-pic:hover a img {
  transform: scale(1.2);
}
.img-detail-popup .cont .detail .r .similar-pic a img {
  width: 330px;
  height: 220px;
  object-fit: cover;
}
.img-detail-popup .cont .detail .l .info .top {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.img-detail-popup .cont .detail .l .info .itr {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.img-detail-popup .cont .detail .l .info .label {
  border-bottom: 1px solid #eeeeee;
}
.img-detail-popup .cont .detail .l .info .label .label-list .label-item {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #787878;
  margin-bottom: 20px;
}
.img-detail-popup .cont .detail .l .info .label .label-list .label-item:not(:last-child) {
  margin-right: 20px;
}
.img-detail-popup .cont .detail .l .review .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.img-detail-popup .cont .detail .l .review .review-list {
  overflow-y: auto;
  height: 600px;
}
.img-detail-popup .cont .detail .l .review .review-list::-webkit-scrollbar {
  display: none;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item:not(:last-child) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .h .name {
  font-weight: bold;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .h .date {
  color: #bfbfbf;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .i {
  margin-left: 45px;
  color: #535558;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .i .reply .iconfont {
  vertical-align: middle;
  font-size: 20px;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .i .delete {
  color: #d63031;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .i .delete .iconfont {
  font-size: 14px;
}
.img-detail-popup .cont .detail .l .review .review-list .review-item .item .itm {
  margin-left: 45px;
}
.img-detail-popup .cont .detail .l .review .reply-wrap {
  margin-top: 20px;
  width: 960px;
  background: #f4f9ff;
  border-radius: 5px;
  padding: 10px;
}
.img-detail-popup .cont .detail .l .review .reply-wrap .quote {
  width: 940px;
  background: #ffffff;
  border-radius: 2px;
  padding: 10px;
}
.img-detail-popup .cont .detail .l .review .reply-wrap .quote .i {
  color: #535558;
}
.img-detail-popup .cont .detail .l .review .reply-wrap .form .ipt input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
}
.img-detail-popup .cont .detail .l .review .reply-wrap .form button {
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.browser-warning {
  width: 100%;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  text-align: center;
}
.browser-warning a {
  margin: 0 10px;
}
.browser-warning a:hover {
  color: #d63031;
}
.browser-warning .iconfont {
  font-size: 16px;
  margin-left: 60px;
  line-height: 42px;
}
.browser-warning p {
  margin: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.flash {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.flash::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100%;
  opacity: 0.6;
}
.flash:hover::before {
  animation: shine 1s ease-out infinite;
}

.imgScale {
  overflow: hidden;
}
.imgScale img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.el-image {
  width: 100%;
  height: 100%;
}

.el-upload--picture-card:hover,
.el-upload:focus {
  color: inherit !important;
}

.el-textarea__inner {
  color: #000000 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: var(--theme-color) !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--theme-color) !important;
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: var(--theme-color) !important;
}

.el-carousel__indicator.is-active button {
  background-color: var(--theme-color) !important;
}

.el-carousel__button {
  width: 9px !important;
  height: 9px !important;
  background-color: #fff !important;
  border-radius: 50%;
  opacity: 1 !important;
}

.el-button--primary {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.back2top {
  width: 58px;
  height: 58px;
  position: fixed;
  right: 2%;
  bottom: 100px;
  cursor: pointer;
  display: none;
  z-index: 999;
  border-radius: 5px;
}

.back2top a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("images/back2top.png") no-repeat;
  background-position: 0;
}

.back2top a:hover {
  background-position: -58px;
}

#msgs {
  z-index: 1000;
  position: fixed;
  padding: 0 10px;
  background: #333333;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pages {
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
  color: #666666;
  clear: both;
}

.pages a:link,
.pages a:visited,
.pages a:active {
  background: #ffffff;
  border: #dddddd 1px solid;
  padding: 6px;
  text-decoration: none;
  margin-right: 6px;
  border-radius: 5px;
}

.pages a:hover {
  background: var(--theme-color);
  border: var(--theme-color) 1px solid;
  color: #ffffff;
  padding: 6px;
  text-decoration: none;
}

.pages strong {
  background: var(--theme-color);
  padding: 6px;
  border: var(--theme-color) 1px solid;
  color: #ffffff;
  margin-right: 6px;
  border-radius: 5px;
}

.pages_inp {
  width: 32px;
  border: #dddddd 1px solid;
  color: #666666;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
}

.pages_btn {
  width: 32px;
  border: var(--theme-color) 1px solid;
  color: #ffffff;
  padding: 6px;
  background: var(--theme-color);
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}

.pages label {
  background: #ffffff;
  border: #dddddd 1px solid;
  color: #666666;
  padding: 6px 6px;
}

.pages label em {
  color: red;
  font-weight: bold;
  font-style: normal;
}

.pages label span {
  font-weight: bold;
}

.pages cite {
  font-style: normal;
}

.default {
  width: 340px;
  margin: 150px auto;
}
.default .iconfont {
  font-size: 200px;
}
.default .content {
  margin-left: 32px;
}
.default .btns .btn {
  width: 136px;
  height: 40px;
  background: #f4f9ff;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  line-height: 38px;
}
.default .btns .btn.fbtn {
  background-color: var(--theme-color);
}
.default .btns .btn:hover {
  background-color: var(--theme-color);
}

#msgbox {
  z-index: 5;
  position: absolute;
  border-radius: 5px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: rgb(240, 249, 235);
  border-color: rgb(225, 243, 216);
  color: #3fc506;
}

#msgbox_alert {
  z-index: 5;
  position: absolute;
  border-radius: 5px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: rgb(253, 246, 236);
  border-color: rgb(250, 236, 216);
  color: rgb(230, 162, 60);
}

@media screen and (max-width: 1900px) {
  #header .nav-wrap {
    width: 600px;
  }
  #header .nav-wrap .nav:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1700px) {
  #header {
    padding: 0 50px;
  }
  #header .nav-wrap {
    width: 472px;
  }
  #header .nav-wrap.en .nav:not(:last-child) {
    margin-right: 15px;
  }
  #header .nav-wrap .nav:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1600px) {
  #header {
    padding: 0;
  }
  #header .nav-wrap {
    width: 500px;
    margin-left: 10px;
  }
  #header .nav-wrap.en .nav:not(:last-child) {
    margin-right: 7px;
  }
  #header .nav-wrap .nav:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  #header {
    padding: 0;
  }
  #header .right_wrap .search {
    width: 260px;
  }
  #header .right_wrap .search input {
    width: 102px;
  }
  #header .nav-wrap {
    width: 480px;
  }
  #header .nav-wrap.en .nav:not(:last-child) {
    margin-right: 12px;
  }
  #header .nav-wrap .nav:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1415px) {
  .w {
    width: 1200px !important;
  }
  #header .nav-wrap {
    flex: 1;
  }
}
@media screen and (max-width: 462px) {
  .pages {
    font-size: 0;
  }
  .pages strong {
    display: none;
    font-size: 12px;
  }
  .pages cite {
    font-size: 12px;
  }
  .pages .pages_inp {
    margin-left: 5px;
  }
  .pages .pages_btn {
    margin-left: 5px;
  }
  .pages a {
    display: none;
    font-size: 12px;
  }
  .pages a.prev, .pages a.next {
    display: inline-block;
  }
  .flash {
    transition: none !important;
  }
  .back2top {
    display: none !important;
  }
  .imgScale img {
    transition: none !important;
  }
  .tstn {
    transition: none !important;
  }
  .el-carousel__indicator--horizontal {
    padding: 0 2px 5px !important;
  }
  .el-carousel__button {
    width: 2px !important;
    height: 2px !important;
    transition: none !important;
  }
  #header {
    padding: 0 15px;
    height: 66px;
  }
  #header .nav-wrap {
    display: none;
  }
  #header .right_wrap .icon-caidan {
    display: block;
    margin-left: 10px;
  }
  #header .right_wrap .icon-xiaoxi {
    margin-right: 0;
  }
  #header .right_wrap .language {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
  }
  #header .right_wrap #dob2b_member {
    margin: 0 10px;
  }
  #header .right_wrap #dob2b_member .login .avatar {
    width: 24px;
    height: 24px;
  }
  #header .right_wrap .upload {
    display: none;
  }
  #header .right_wrap .search {
    width: auto;
    padding: 0;
    height: auto;
    background: transparent;
    display: none;
  }
  #header .right_wrap .search .iconfont {
    width: 24px;
    height: 24px;
  }
  #header .right_wrap .search .line {
    display: none;
  }
  #header .right_wrap .search .dropdown {
    display: none;
  }
  #header .right_wrap .search input {
    display: none;
  }
  #header .logo img {
    width: 139px;
    height: 26px;
  }
  #footer {
    padding: 14px 0 20px;
  }
  #footer .cont {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #footer .w .copyright {
    justify-content: center;
    text-align: center;
  }
  #footer .w .copyright div:nth-child(1) {
    margin-bottom: 15px;
  }
  #footer .w .l .email {
    margin-top: 10px;
  }
  #footer .w .l .phone {
    margin-bottom: 15px;
  }
  #footer .w .m .f-nav-wrap {
    width: 210px;
  }
  #footer .w .m .f-nav-wrap .nav {
    margin-bottom: 10px;
  }
  #footer .w .m .f-nav-wrap .nav:not(:last-child)::after {
    margin: 0 8px;
  }
  #footer .w .m .f-nav-wrap .nav:nth-child(3n)::after {
    display: none;
  }
  #footer .w .r {
    margin-top: 5px;
  }
  .w {
    width: 345px !important;
  }
  #header-mobile {
    background: #000000;
    position: fixed;
    inset: 0;
    z-index: 999;
  }
  #header-mobile .top {
    height: 66px;
    padding: 0 15px;
    border-bottom: 1px solid #5d5d5d;
  }
  #header-mobile .top .logo img {
    width: 139px;
    height: 26px;
  }
  #header-mobile .top .iconfont {
    font-size: 24px;
  }
  #header-mobile .search {
    height: 34px;
    background: #ffffff;
    border-radius: 17px;
    padding: 0 10px 0 0;
    margin: 20px;
  }
  #header-mobile .search .dropdown {
    width: 120px;
  }
  #header-mobile .search .dropdown .el-dropdown {
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  #header-mobile .search .line {
    width: 1px;
    height: 18px;
    background: #dddddd;
  }
  #header-mobile .search input {
    flex: 1;
    width: 0;
    padding: 0 10px;
  }
  #header-mobile .search .iconfont {
    width: 27px;
    height: 27px;
    background: #1e68a9;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 27px;
  }
  #header-mobile .nav-wrap {
    display: block;
    padding: 0 15px;
  }
  #header-mobile .nav-wrap .nav {
    color: #999999;
    display: block;
    margin-bottom: 20px;
  }
  #header-mobile .nav-wrap .nav.active {
    font-size: 16px;
    color: #fff;
  }
  #header-mobile .upload {
    padding: 0 15px;
    margin: 20px 0;
  }
  #header-mobile .upload a {
    width: 165px;
    height: 34px;
    display: block;
    background: #1e68a9;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
  }
  .no-login-dialog .cont {
    width: 315px;
    height: 386px;
    background: #ffffff;
    border-radius: 5px;
    padding: 18px 30px;
  }
  .no-login-dialog .cont .icon-quxiao {
    font-size: 18px;
    right: -20px;
    top: -20px;
  }
  .no-login-dialog .cont .tit {
    font-size: 20px;
  }
  .no-login-dialog .cont .tabs {
    margin-top: 20px;
    font-size: 12px;
  }
  .no-login-dialog .cont .go-register {
    margin-top: 15px;
    font-size: 12px;
  }
  .no-login-dialog .cont .go-login {
    font-size: 12px;
  }
  .no-login-dialog .cont form {
    margin-top: 30px;
  }
  .no-login-dialog .cont form .send {
    width: 76px;
    height: 30px;
    font-size: 12px;
    border-radius: 5px 5px 5px 5px;
    line-height: 30px;
    margin-top: 15px;
  }
  .no-login-dialog .cont form button {
    margin-top: 20px;
    width: 255px;
    height: 30px;
    border-radius: 5px;
  }
  .no-login-dialog .cont form .link {
    font-size: 12px;
  }
  .no-login-dialog .cont form .checkbox {
    font-size: 12px;
  }
  .no-login-dialog .cont form .checkbox input {
    width: 14px;
    height: 14px;
  }
  .no-login-dialog .cont form .ipt {
    height: 30px;
    transition: none;
    margin-top: 15px;
  }
  .no-login-dialog .cont form .ipt.code input, .no-login-dialog .cont form .ipt.codemail input {
    width: 100px;
  }
  .no-login-dialog .cont form .ipt input {
    font-size: 12px;
  }
  .no-login-dialog .cont form .ipt .iconfont {
    font-size: 15px;
  }
  .no-login-dialog .cont .login .code {
    display: none;
  }
  .no-login-dialog .cont .login .other-login {
    font-size: 12px;
    margin-top: 10px;
  }
  .no-login-dialog .cont .login .other-login .icons {
    margin-top: 10px;
  }
  .no-login-dialog .cont .login .other-login .icons a {
    font-size: 18px;
  }
  .no-login-dialog .cont .login .other-login .p::after, .no-login-dialog .cont .login .other-login .p::before {
    width: 80px;
  }
}
