#loginform .os-login-box {
  margin-bottom: 15px;
}

/* .os-bind-box .os-icon-bind {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
} */

/* .os-bind-box .os-icon-bind:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
} */

.os-show {
  display: block;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
  border-left: 2px solid gray;
}

.os-hide {
  color: #aaa;
  font-style: italic;
  font-weight: bold;
}

.os-icon-gray {
  color: #666;
}

.os-preview-box {
  padding: 10px 12px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  max-width: 500px;
}

#wpos_setting code {
  border-radius: 3px;
}

#error-page {
  min-height: 320px;
}

#error-page h1 {
  margin-top: -8px;
}



#os-popup-overlay {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}

#os-popup-box {
  display: none;
  position: fixed;
}

.os-popup-box {
  -webkit-box-shadow: 5px 5px 10px #00000080;
  -moz-box-shadow: 5px 5px 10px #00000080;
  box-shadow: 5px 5px 10px #00000080;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  background: #fff;
  z-index: 5000;
  cursor: pointer;
}

#os-popup-title {
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: #ccc solid 1px;
  width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

#os-popup-title .os-icon {
  float: left;
  margin: 0px 5px 0px 1px;
  line-height: 100%;
}

#os-popup-title span {
  line-height: 100%;
  font-size: 18px;
  padding: 0px 2px 0px 5px;
  float: right;
}

#os-popup-content {
  margin: 10px;
  line-height: 0px;
}

#os-popup-content canvas {
  margin: 15px;
}

.os-share-native {
  font-size: 75px !important;
  color: #fff;
}

/*===CUSTOMIZE UNDER===*/

.os-icon-container {
  transition: 0.5s;
  cursor: pointer;
}

.os-icon-container:hover {
  opacity: 0.75;
}

.os-login-box,
.os-share-box {
  clear: both;
  line-height: 30px;
}

.os-icon {
  font-size: 20px;
  cursor: pointer;

  /* font-size: 24px; */
  /* font-style: normal !important; */
  /* font-weight: normal !important; */
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  /* display: inline-block; */
  /* margin: 2.5px; */
  /* width: 30px; */
  /* height: 30px; */
  /* line-height: 22px; */
}

/* 
.os-icon svg {
  width: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: -0.15em;
  fill: currentColor;
  -webkit-border-radius: 22%;
  -moz-border-radius: 22%;
  border-radius: 22%;
}
 */




.os-share-box .os-icon {
  font-size: 23px;
}

.os-share-box .os-icon svg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/**
* 图标背景色
* ========================================
*/


.btn-microsoft {
  background-color: #0078D4;
  color: #fff;
}

.btn-microsoft:hover {
  background-color: #005A9E;
  color: #fff;
}

.btn-steam {
  background-color: #171A21;
  color: #fff;
}

.btn-steam:hover {
  background-color: #2A2E35;
  color: #fff;
}

.btn-google {
  background-color: #fff;
  color: #3C4043;
  border: 1px solid #DADCE0;
}

.btn-google:hover {
  background-color: #F8F9FA;
}

.btn-qq {
  background-color: #12B7F5;
  color: #fff;
}

.btn-qq:hover {
  background-color: #0EA0DB;
}

.btn-sina {
  background-color: #E6162D;
  color: #fff;
}

.btn-sina:hover {
  background-color: #C41225;
}