@charset "utf-8";
/* 包含用户登陆,注册,登陆后的店铺列表,营销活动通知等样式 */
#sign-box {
  height: 100%;
}
#sign-box.reg {
  background: #fff;
}
#sign-box.reg #sign-body {
  background: #fff;
}
#site-head {
  width: 100%;
  height: 100px;
  background: #fff;
}
#site-head .logo {
  position: relative;
  top: 40px;
  padding-left: 100px;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: url(../../../images/logo4.png) no-repeat left bottom;
  color: #1a75ca;
  font-size: 18px;
  background-size: 90px;
}
#site-head a {
  color: #1a75ca;
  font-size: 18px;
  text-decoration: none;
}
#site-head a:hover {
  text-decoration: none;
}
#sign-body {
  position: relative;
  height: 800px;
  box-sizing: border-box;
  background: rgba(17, 151, 231, 0.6);
}
#sign-body #canvas {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
}
#sign-body .sign-form-box {
  position: relative;
  top: 60px;
  width: 300px;
  margin: 0 auto;
  padding: 40px 160px 40px 130px;
  background: rgba(240, 240, 240, 0.9);
  box-shadow: 0 0 40px #a8b6db;
  border-radius: 10px;
}
#sign-body .sign-form-box:hover {
  box-shadow: 0 0 40px #bbb;
}
#sign-body ul li {
  width: 320px;
  position: relative;
}
#sign-body ul li:nth-of-type(odd) {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
#sign-body ul li:nth-of-type(odd) em {
  color: #000;
}
#sign-body ul li:nth-of-type(even) {
  height: 34px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #dfe3ec;
  border-radius: 3px;
  margin-bottom: 10px;
}
#sign-body ul li:nth-of-type(even) i {
  margin: 0 8px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 24px;
  font-size: 24px;
  color: #bfbfbf;
}
#sign-body ul li:nth-of-type(even) input {
  border: none;
  width: 260px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  vertical-align: top;
  margin: 5px 0;
  padding-left: 10px;
  box-shadow: 1px 0 0 #ccc inset;
}
#sign-body ul li:last-of-type {
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
}
#sign-body ul li:last-of-type button {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 5px;
}
#sign-body ul li.random_code {
  width: 230px;
}
#sign-body ul li.random_code .code {
  width: 170px;
}
#sign-body ul li.random_code img {
  cursor: pointer;
  position: absolute;
  top: -3px;
  right: -91px;
  width: 80px;
}
#sign-body ul li.random_code .msg-wrap {
  left: 92px;
}
#site-bottom {
  position: relative;
  width: 100%;
  height: 150px;
  background: #fff;
}
#site-bottom .copyright {
  position: absolute;
  width: 100%;
  bottom: 20px;
  color: #999;
}
#site-bottom .copyright p {
  font-size: 14px;
  line-height: 2;
}
#reg-form {
  position: relative;
  top: 100px;
  width: 860px;
  margin: 0 auto;
  border: 1px solid #c9c9c9;
  background: #fdfdfd;
  border-radius: 10px;
}
#reg-form .form-h {
  font-size: 14px;
  color: #444444;
  border-bottom: 1px solid #d8d8d8;
}
#reg-form .ui.form {
  width: 600px;
  margin: 60px auto;
}
#reg-form .form-label {
  height: 38px;
  line-height: 38px;
}
#reg-form .form-label label {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
#reg-form .codepic {
  vertical-align: top;
  height: 50px;
  margin-top: -5px;
  margin-left: 10px;
}
#reg-form input[type="text"],
#reg-form input[type="password"] {
  width: 240px;
  color: #666;
  height: 34px;
  line-height: 34px;
}
#reg-form input[type="text"]:focus,
#reg-form input[type="password"]:focus {
  color: #999;
}
#reg-form .iconfont {
  margin-right: 5px;
  font-size: 18px;
  color: #999;
}
#reg-form input.code {
  width: 100px;
}
#reg-form input[type="checkbox"] {
  vertical-align: top;
}
#reg-form .signin {
  margin-top: 10px;
}
#shoplist {
  margin: 20px auto;
}
#shoplist .l-b,
#shoplist .r-b {
  padding: 20px;
  border: 1px solid #e8e8e8;
  height: 150px;
  width: 430px;
  background: #fff;
}
#shoplist .singin-info,
#shoplist .modify {
  height: 30px;
  line-height: 30px;
}
#shoplist .singin-info {
  font-size: 14px;
  color: #666;
}
#shoplist .info-box .view {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: url(../images/userpic.png) no-repeat center center;
}
#shoplist .info-box .view img {
  width: 100%;
}
#shoplist .info-box .view #modify-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#shoplist .info-box .view #modify-pic .webuploader-pick {
  left: inherit !important;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 90px;
  transform-origin: bottom left;
  transition-duration: .8s;
  transform: rotate(-90deg);
  border-radius: 50%;
  background: rgba(0, 183, 238, 0.6);
}
#shoplist .info-box .view #modify-pic:hover div {
  left: 0 !important;
}
#shoplist .info-box .view #modify-pic:hover div.webuploader-pick {
  transform: rotate(0);
}
#shoplist .info-box .view .circle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #0cc;
}
#shoplist .info-box .view .circle.show {
  display: block;
}
#shoplist .info-box .view .circle.hide {
  display: none;
}
#shoplist .info-box .view .pie_left,
#shoplist .info-box .view .pie_right {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
#shoplist .info-box .view .left,
#shoplist .info-box .view .right {
  width: 90px;
  height: 90px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#shoplist .info-box .view .pie_right,
#shoplist .info-box .view .right {
  clip: rect(0, auto, auto, 45px);
}
#shoplist .info-box .view .pie_left,
#shoplist .info-box .view .left {
  clip: rect(0, 45px, auto, 0);
}
#shoplist .info-box .view .mask {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
  font-weight: bold;
  color: #00aacc;
}
#shoplist .info-box .info {
  margin-left: 20px;
}
#shoplist .info-box .info li {
  height: 30px;
  line-height: 30px;
}
#shoplist .info-box .info li span {
  color: #333;
}
#shoplist .info-box .info li em {
  color: #666;
}
#shoplist .title-box {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #999;
}
#shoplist .title-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
}
#shoplist .title-box a {
  font-size: 12px;
}
#shoplist .notices {
  margin-top: 20px;
}
#shoplist .notices li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
#shoplist .notices li span {
  width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #888;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#shoplist .notices li em {
  color: #999;
}
#shoplist .notices li a:hover span {
  color: #1a75ca;
}
#shoplist .shops {
  background: #fff;
}
#shoplist .shops .shop-title {
  height: 30px;
  line-height: 30px;
  padding: 2px 10px;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #c83786;
}
#shoplist .shops .shop-title h3 {
  font-size: 18px;
  font-weight: 700;
}
#shoplist .shops .shop-title p {
  margin-top: 4px;
  margin-left: 20px;
  font-size: 14px;
  color: #999;
  vertical-align: bottom;
}
#shoplist .shops .shop-title button {
  margin-top: 2px;
}
#shoplist .shops .selectall {
  width: 40px;
}
#shoplist .shops .in-out tr:last-of-type td {
  border: none;
}
.ui.error-msg {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #ff6c6c;
}
#stores {
  font-size: 14px;
}
#storeuser .store-write {
  width: 900px;
}
#storeuser .store-form .basic-info {
  border-right: 1px dotted #ccc;
}
#storeuser .store-form .basic-info,
#storeuser .store-form .pwd {
  width: 420px;
}
