html{
    --accent-color:#22aaff;--accent-color-min:#22baff;}
    
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    background-color: var(--accent-color);
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_29668_op57pe23sw9.eot");
  src: url("//at.alicdn.com/t/font_29668_op57pe23sw9.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.woff") format("woff"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.svg#iconfont") format("svg");
}
/*ver*/
.list-news {
  position: relative;
  border-color: rgba(135, 150, 165, 0.1);
  padding: 0;
  margin: 0;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.list-news-item {
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.list-news-dot {
  position: relative;
  border-color: rgba(135, 150, 165, 0.1);
  padding: 0 0.5rem;
}
.list-news-item.active .list-news-dot:before {
  border-color: #448ef6;
  box-shadow: 0 0 0px 4px rgba(19, 126, 255, 0.2);
}
.list-news-dot:before {
  border-color: rgba(31, 110, 212, 0.61);
}
.list-news-dot:before,
.list-news-dot:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.list-news-dot:after {
  width: 0;
  height: auto;
  top: 26px;
  bottom: -12px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}
.list-news-item:last-child .list-news-dot:after {
  display: none;
}
.list-news-content {
  padding: 0 0 1.5rem 1rem;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.show {
  display: block !important;
}
.text-secondary {
  font-size: 0.85em !important;
}
/*文章样式*/
.entry-content code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre * {
  background: transparent !important;
}
.u-text-format h2 {
  font-size: 22px;
}
.u-text-format h3 {
  font-size: 20px;
}
.coments .bottom-area {
  padding: 0;
}
.bottom-area .comments {
  padding: 0 30px 30px 30px;
}
/*大前端样式*/
.theme-item-sidebar {
  float: left;
  width: 35%;
  position: relative;
}
.theme-item-image {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
  height: 386px;
}

.ripro-dark .theme-item-image {
  position: relative;
  border: 1px solid #232425;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
  height: 386px;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.btn-primary-outline {
  line-height: 36px;
  color: #22aaff;
  background-color: transparent;
  border: 1px solid #22aaff;
}
.theme-item-focus .btn {
  display: inline-block;
  font-weight: normal;
  color: #666;
  text-align: center;
  vertical-align: top;
  user-select: none;
  border: none;
  padding: 0 36px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 100px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-item-focus .theme-item-preview {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  bottom: -15px;
  font-weight: bold;
  line-height: 44px;
}
.theme-item-preview .bbcciconfont {
  font-weight: bold;
}

.theme-item-fcontent {
  float: left;
  width: 48%;
  margin-left: 3%;
}
.theme-item-counter {
  float: right;
  margin-top: 5px;
  color: #bbb;
  font-size: 12px;
}
.theme-item-fcontent h1 {
  margin: 0 0;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #00cdb8;
  padding-left: 10px;
  overflow: hidden;
}
.theme-item-fcontent h4 {
  margin: 10px 0 0;
  font-size: 12px;
  display: inline-block;
  color: #22aaff;
  font-weight: bold;
}
.theme-item-fcontent h3 {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  font-weight: bold;
  display: flex;
}
.theme-item-price {

  padding: 15px 0;

  border-bottom: 1px dotted #ddd;
  display: flex;
  justify-content: space-between;
}

.ripro-dark .theme-item-price {
  margin: 20px 0 0;
  padding: 15px 0;
  border-top: 1px dotted #232425;
  border-bottom: 1px dotted #232425;
  display: flex;
  justify-content: space-between;
}
.theme-item-price strong {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: #e74e52;
  margin-left: 10px;
}
.theme-item-price strong dfn {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  position: relative;
  top: -4px;
  margin-right: 7px;
}
.theme-item-price h5 {
  font-size: 16px;
  color: #e74e52;
  line-height: 30px;
  margin: 0;
  font-weight: bold;
}
.theme-item-sv {
  margin-top: 24px;
}
.theme-item-sv h6 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.theme-item-sv ul {
  overflow: hidden;
  font-size: 0;
  margin: 0 -1% 0 0;
  padding: 0;
}
.theme-item-sv li {
    -webkit-transition: color 0.25s, background-color 0.25s;
    -moz-transition: color 0.25s, background-color 0.25s;
    -ms-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
    color: #666;
    cursor: default;
    vertical-align: top;
    width: 32.3333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: inline-block;
    padding: 5px 5px 5px 12px;
    background-color: #f6f6f6;
    border-radius: 8px;
}


.ripro-dark .theme-item-sv li {
  -webkit-transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -ms-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  color: #fff;
  cursor: default;
  vertical-align: top;
  width: 32.3333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
  display: inline-block;
  padding: 5px 5px 5px 12px;
  background-color: #232425;
  border-radius: 8px;
}
.theme-item-sv li span {
  font-size: 12px;
}
.theme-item-orderarea {
  font-size: 0;
}
.theme-item-orderarea .btn {
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 6px 0 rgba(73,105,230,.22);
  box-shadow: 0 5px 6px 0 rgba(73,105,230,.22);
  border-radius: 18px;
  display: inline-block;
  background: -webkit-gradient(linear,left bottom,left top,from(var(--accent-color)),to(var(--accent-color-min)));
  background: linear-gradient(0deg,var(--accent-color),var(--accent-color-min));
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 15px !important;
}
.btn-primary {
  color: #fff;
  background-color: var(--accent-color);
}
.theme-item-orderarea .btn-default {
  padding: 0 30px;
}
.theme-item-brand {
  float: right;
  width: 11%;
}
.theme-item-brand1 {
  color: #999;
  background-color: #f6f6f6;
  padding: 15px 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.ripro-dark .theme-item-brand1 {
  color: #999;
  background-color: #232425;
  padding: 15px 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}



 .theme-item-brand1 p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.theme-item-brand2 {
  color: #999;
  background-color: #f6f6f6;
  padding: 15px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
}

.ripro-dark .theme-item-brand2 {
  color: #999;
  background-color: #232425;
  padding: 15px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
}
.theme-item-brand2 img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}
.theme-item-brand2 h4 {
  margin: 0 0 10px;
  font-size: 12px;
  color: #22aaff;
}
.theme-item-brand2 p {
  margin: 0;
  color: #999;
  line-height: 1.5;
}
.theme-item-focus {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  margin: 40px 0px 0px 0px;
  border-radius: 4px;
}

.ripro-dark .theme-item-focus {
  overflow: hidden;
  position: relative;
  background-color: #171616;
  padding: 30px 0;
  margin-bottom: 20px;
}
.theme-item-focus .btn-primary-outline {
  line-height: 36px;
  color: #22aaff;
  background-color: transparent;
  border: 1px solid #22aaff;
}
.btn-default {
  color: #777;
  background-color: #f2f2f2;
}
.theme-item-focus .bbcciconfont {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 bbcciconfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme-item-sv li .bbcciconfont {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 15px;
  width: 15px;
  text-align: center;
  margin-right: 10px;
}
img.themeimg {
  width: 365px;
  height: 270px;
  border-radius: 10px;
      margin: 0 auto;
}
.theme-item-brand1 .bbcciconfont {
  height: 50px;
  font-size: 50px;
  color: #22aaff;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .theme-item-fcontent {
    width: 62%;
  }
  .theme-item-brand {
    display: none;
  }
}
@media (max-width: 1024px) {
  .theme-item-breadcrumbs {
    display: none;
  }
  .theme-item-sidebar {
    width: auto;
    float: none;
    margin-bottom: 15px;
  }
  .theme-item-fcontent {
    width: 100%;
    margin-left: 0;
  }
  .theme-item-sidebox {
    position: relative;
    right: 0;
    width: auto;
  }
  .theme-item-contentbox {
    min-height: auto;
    margin-right: 0;
  }
  .theme-item-image {
    border: none;
    border-radius: 0;
    height: auto;
    display: block;
    padding: 0;
    text-align: center;
  }
  .theme-item-image a {
    display: block;
  }
  .theme-item-image img {
    max-height: 300px;
  }
  .theme-item-orderarea {
    text-align: center;
  }
  .theme-item-orderarea .btn {
    margin: 0 5px;
  }
  .theme-item-menubar.affix {
    top: 0;
  }
  .theme-item-menubar.affix .container {
    padding: 0;
  }
  .theme-item-menubar.affix ul {
    margin-right: 0;
    background-color: #f9f9f9;
    box-shadow: none;
  }
  .theme-item-menubar.affix .btn {
    display: none;
  }
  .theme-item-menubar {
    padding-top: 0;
  }
  .theme-item-menubar ul {
    display: flex;
    text-align: center;
  }
  .theme-item-menubar ul li {
    float: none;
    flex: 1;
    font-size: 14px;
    padding: 18px 0;
    text-align: center;
    border-top: none;
  }
  .theme-item-menubar ul li.active {
    font-weight: bold;
  }
  .theme-item-menubar.affix ul li {
    padding: 15px 0;
    height: 44px;
  }
  .theme-item-intro {
    margin-bottom: 10px;
    border-radius: 0;
  }
  .theme-item-intro.affix {
    position: relative;
    width: auto;
    top: 0;
  }
}
@media (max-width: 768px) {
  .theme-item-orderarea .go-down.btn--block{ width:100% !important;}
  .postdown_buy_sm,.postdown_ad,.theme-item-sv{ display:none;}
  .theme-item-orderarea{ display:block !important}
  .theme-item-orderarea .btn{ width:100% !important;}
  .theme-item-orderarea{ height:auto !important}
  .theme-item-focus{ margin-bottom:20px !important;}
  .theme-item-image img {
    max-height: 220px;
  }
  .theme-item-fcontent h1 {
    font-size: 18px;
  }
  .theme-item-fcontent h4 {
    font-weight: normal;
  }
  .theme-item-sidebox,
  .theme-item-contentbox {
    margin-left: -15px;
    margin-right: -15px;
  }
  .theme-item-focus {
    margin-bottom: 10px;
  }
  .theme-item-functions {
    padding: 0 15px 40px;
    border-radius: 0;
  }
  .theme-item-container {
    border-radius: 0;
    padding: 15px;
    margin-bottom: 10px;
  }
  .page-theme-item .m-menubar {
    display: none;
  }

  .theme-item-orderarea:before {
    content: "1";
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .theme-item-orderarea .btn-primary {
    height: 36px;
    line-height: 36px;
    float: right;
    margin: 7px 15px 0 0;
    font-size: 12px;
  }

  .theme-item-orderarea .btn-default:hover,
  .theme-item-orderarea .btn-default:active {
    background-color: transparent;
  }
  .theme-item-orderarea .btn-default .bbcciconfont {
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
  }
}
@media (max-width: 544px) {
  .theme-widget {
    margin-bottom: 10px;
  }
  .theme-abs {
    display: none;
    border-radius: 0;
  }
  .theme-abs img {
    width: 100%;
  }
  .theme-item-focus {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .theme-item-preview {
    font-size: 12px;
    line-height: 36px;
  }
  .theme-item-sidebar {
    margin-bottom: 0;
  }
  .theme-item-image {
    padding: 30px 0;
  }
  .theme-item-image img {
    max-height: 200px;
  }
  .theme-item-fcontent {
    padding-bottom: 10px;
  }
  .theme-item-fcontent h1 {
    font-size: 18px;
  }
  .theme-item-counter {
    font-size: 12px;
    margin-top: 1px;
  }
  .theme-item-fcontent h3 {
    font-size: 14px;
    margin-top: 7px;
    line-height: 1.4;
  }
  .theme-item-fcontent h4 {
    font-size: 12px;
  }
  .theme-item-price {
    margin: 15px 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
	display:inline-block;
  }
  .yuan_price {
    display: flex;
    margin: 0 auto; 
    margin-left: 0; 
}
  .theme-item-price strong {
    font-weight: bold;
    font-size: 30px;
  }
  .theme-item-price strong dfn {
    top: -2px;
  }
  .theme-item-price h5 {
    line-height: 24px;
    color:#e74e52;
    font-size: 16px;
        display: flex;
  }
  .theme-item-service {
    margin-bottom: 0;
  }
  .theme-item-service h6 {
    color: #22aaff;
    font-size: 14px;
  }
  .theme-item-service li {
    float: none;
    margin-top: 5px;
    width: auto;
    text-align: left !important;
    font-size: 14px;
    color: #999;
  }
  .theme-item-intro dl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .theme-item-functions ol li {
    line-height: 1.4;
    height: 68px;
    margin-top: 15px;
    padding-left: 26px;
    font-size: 11px;
  }
  .theme-item-functions ol li .bbcciconfont {
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-left: -26px;
    border-radius: 6px;
  }
  .theme-item-functions ol li strong {
    font-size: 12px;
  }
  .theme-item-functions h2 {
    font-size: 18px;
  }
  .theme-item-functions h3 {
    margin-top: 8px;
    font-size: 12px;
  }
  .theme-item-functions ul li {
    margin-top: 10px;
    padding-left: 15px;
  }
  .theme-item-functions ul li:before {
    top: 6px;
  }
  .theme-item-container {
    line-height: 1.5;
  }
  .theme-item-container h3 {
    font-size: 16px;
  }
  .theme-item-brand {
    display: block;
    float: none;
    width: auto;
    clear: both;
    background-color: #f2f2f2;
    padding: 10px 0;
    overflow: hidden;
  }
  .theme-item-brand1 {
    float: left;
    width: 45%;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: 15px;
    height: 165px;
  }
  .theme-item-brand2 {
    float: right;
    width: 45%;
    margin-right: 15px;
    background-color: #fff;
    height: 165px;
  }
  .theme-item-brand2 img {
    width: 52px;
    height: 52px;
  }
  .theme-item-brand2 h4 {
    line-height: 1;
  }
  .theme-item-brand2 p {
    line-height: 1.4;
  }
  .theme-item-breadcrumbs {
    font-size: 10px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .theme-item-breadcrumbs span {
    font-weight: normal;
    position: relative;
    top: -1px;
  }
  .theme-item-breadcrumbs .bbcciconfont {
    font-weight: normal;
    margin-right: 0;
  }
  .theme-item-breadcrumbs a:nth-of-type(1) {
    display: none;
  }
  .theme-item-breadcrumbs span:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .theme-demo-qrcode {
    display: none;
  }
}

@media (max-width: 1024px) {
  .theme-item-orderarea {
    text-align: center;
    display: flex;
    height: 60px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .theme-item-sv li {
    width: 49%;
  }
}

.theme-item-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-options {
  position: relative;
  margin-bottom: 10px;
}
.pricing-options li {
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  color: #8c8c8c;
  list-style:none;
}
.theme-item-price ul li > a {
  display: inline-block;
}
.theme-demo-qrcode {
  position: absolute;
  bottom: 1px;
  left: 1px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  width: 94px;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 0 0 0 8px;
}
.theme-demo-qrcode small {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.pricing-options li .pricing__opt,.type_icont_2 {
  font-weight: 600;
  float: right;
}
.yuan_price {
  display: flex;
 align-items: center;
}
.pricing-options strong {
  float: right;
  font-size: 20px;
  line-height: 1;
  color: #22aaff;
  margin-left: 10px;
}
.btn--primary {
  color: #ffffff;
  background: #34495e;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#34495e),
    to(#475f77)
  );
  background: -webkit-linear-gradient(left, #34495e, #475f77);
  background: linear-gradient(90deg, #34495e, #475f77);
  margin-top: 15px;
}
.theme-item-orderarea .btn--danger {
  color: #ffffff;
  background: #00cbb7;
  /* background: -webkit-gradient(linear,left top,right top,from(#61be33),to(#8fce44)); */
  /* background: -webkit-linear-gradient(left,#61be33,#8fce44); */
  /* background: linear-gradient(90deg,#61be33,#8fce44); */
  /* -webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5); */
  /* box-shadow: 0 3px 5px rgba(104,195,59,.5); */
}
.text-xl2 {
    font-size: 3.6rem !important;
}
.theme-item-brand1 i{
  color: #22aaff;
  margin-bottom:10px;
}
ul.servl li>i {
    font-size: 13px;
    margin-right: 10px;
}
/*大前端样式结束*/
.show_ie {
	margin-top: 10px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 23px;
	overflow: hidden
}

.show_ie .show-gun li {
	list-style-type: none
}

.show_ie .show-gun span {
	color: red
}

.boosvip-abs {
	float: left;
	padding: 4px 12px;
	margin-right: 10px;
	text-align: center;
	background-color: #eee;
	color: #fd721f;
	font-size: 14px
}
.shengming {
    display: block;
    font-size: 14px;
    color: #929191;
}

.shengming p {
    padding: 10px;
    border-radius: 4px;
    background: #f6f6f6;
}
.howto {
    background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
    background-size: 1400% 300%;
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: none;
    margin-left: 20px;
    border-radius: 13px;
    padding: 0 16px;
}
.postdown_ad a {
    height: 60px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #ed1c24;
	overflow:hidden;
}
.postdown_ad {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    margin: 0px 0px 20px 0px;
}
.postdown_buy_sm em {
    display: inline-block;
    width: 85%;
    font-style: normal;
    color: #6B798E;
    font-size: 12px;
}
@keyframes mymove {
	0% {
		background-position: 0% 0%
	}

	50% {
		background-position: 50% 100%
	}

	100% {
		background-position: 100% 0%
	}
}
.postdown_buy_sm_tub {
    background: linear-gradient(90deg,#ffc107,#ff7365,#ff82ea,#ffc107);
    background-size: 1400% 300%;
    padding: 4px 15px;
    margin-left: 15px;
    margin-right: 10px;
    border-radius: 30px;
    color: #FFF;
    font-size: 14px;
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    position: relative;
    bottom: 14px;
}
.postdown_buy_sm {
    background-color: #F0F4FF;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
}
.pwd .copypaw {
    cursor: copy;
    font-weight: 600;
    background-color: #c1c1c1;
    color: #fff;
    background-image: linear-gradient(45deg, #9E9E9E 25%, white 0, white 50%, #9E9E9E 0, #9E9E9E 75%, white 0);
    background-size: 2px 2px;
    box-shadow: 0 0 0;
}
.pwd .copypaw:hover {
    cursor: copy;
    color: #ffffff;
}
.theme-item-orderarea .go-down {
    width: unset !important;
    height: 39px;
}