@charset "UTF-8";
/*------------------------------------*\
    $POPUP
\*------------------------------------*/
/*-- 页面辅助文字 --*/
/*-- 页面辅助文字 --*/
/* -- 按钮 -- */
/*-- 文本截取，超出一行行加省略号 --*/
/*-- 文本截取，超出两行加省略号 --*/
/*-- 圆角 --*/
/*-- inline-block --*/
/*-- 透明度 --*/
/*-- 一级下拉菜单样式 --*/
/*-- 导航下拉菜单原始样式 --*/
/*-- 导航下拉菜单hover样式 --*/
/*-- new标记 --*/
/*-- 分隔符 --*/
/*-- 按钮通用 --*/
/*-- 卡片透明度 --*/
/*-- 小三角朝下投影效果 --*/
.popup-box {
  width: 400px;
  height: auto;
  position: fixed;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -220px;
  padding-bottom: 30px;
  z-index: 100;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
}

.popup-box .popup-tit {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #444;
  text-align: left;
  padding-left: 30px;
  border-bottom: 1px solid #eaeaea;
}

.popup-box .rich-text {
  text-align: center;
  line-height: 22px;
  color: #999999;
  padding: 0 40px;
  margin: 15px 0 35px;
}

.popup-box .popup-tit #popup-header-close {
  background: url("../images/svg/icon-pop-colose.svg") no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 22px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}

.popup-box .popup-content {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  text-align: center;
  margin-top: 35px;
  padding: 0 30px;
  word-wrap: break-word;
}

.mask-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 99;
}

.popup-box .pop-btn {
  text-align: center;
  margin-top: 35px;
}

#tip {
  width: 300px;
  height: 200px;
  background: #ffffff;
  color: #333333;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

#tip p {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.pop-login {
  width: 400px;
  height: 608px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -200px;
  z-index: 15;
}

.login-box {
  position: relative;
}

.member-login {
  margin-top: -5px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

.private-pop,
.feedback-pop {
  width: 512px;
  margin-left: -256px;
  margin-top: -224px;
}
.private-pop .text-style,
.feedback-pop .text-style {
  width: 100%;
}

.pop-up {
  *zoom: 1;
}
.pop-up:after {
  content: "";
  display: table;
}
.pop-up:after {
  clear: both;
}
.pop-up .text-style {
  padding-right: 40px;
}
.pop-up .pinlunt {
  position: relative;
}

.centre-pop {
  width: 480px;
  margin-left: -240px;
  margin-top: -145px;
}

.pop-up {
  color: #444444;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 16;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.popup-title {
  padding: 20px 30px 20px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #eeeeee;
}

.popup-con {
  padding: 30px;
}

.pop-subtitle {
  margin-top: 25px;
  font-size: 14px;
}

.pop-close,
.small-close {
  width: 15px;
  height: 15px;
  background: url(../images/common/guanbi.svg?v=1) no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.pop-close:hover,
.small-close:hover {
  background: url(../images/common/guanbihover.svg) no-repeat;
}

.pop-close,
.small-close {
  position: absolute;
  right: 30px;
  top: 20px;
}

.pop-up-confirm .tips-text {
  padding: 56px 30px 0;
}

.alert-confirm .tips-text {
  padding: 56px 24px 0;
}

.seconds-alert-text {
  text-align: center;
  margin-top: 15px;
  line-height: 26px;
  margin-bottom: -15px;
}

.alert-confirm,
.pop-up-confirm {
  padding: 0 0 83px;
}
.alert-confirm .tips-text-normal,
.pop-up-confirm .tips-text-normal {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.alert-confirm .tips-text-normal .medium-text,
.pop-up-confirm .tips-text-normal .medium-text {
  font-size: 14px;
}
.alert-confirm .tips-text-normal .large-text,
.pop-up-confirm .tips-text-normal .large-text {
  color: #444444;
}
.alert-confirm .tips-text,
.pop-up-confirm .tips-text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-up-normal {
  padding: 30px 0;
}
.pop-up-normal .medium-text {
  font-size: 14px;
}
.pop-up-normal .large-text {
  color: #444444;
}
.pop-up-normal .tips-text {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wx-code-pop,
.pop-up-normal,
.alert-confirm,
.pop-up-confirm {
  background: #ffffff;
  color: #444444;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  vertical-align: middle;
  z-index: 15;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-up-normal,
.alert-confirm,
.pop-up-confirm {
  width: 300px;
  margin-left: -150px;
  margin-top: -120px;
}
.pop-up-normal .pop-btn-con,
.alert-confirm .pop-btn-con,
.pop-up-confirm .pop-btn-con {
  position: absolute;
  bottom: 20px;
}

.pop-confirm,
.pop-cancel {
  min-width: 120px;
  height: 36px;
  margin: 20px 8px 0;
  padding: 0 20px;
  font-size: 14px;
}

.remind-bind-pop {
  width: 412px;
}
.remind-bind-pop .tips-text {
  color: #282828;
}
.remind-bind-pop .tips-alert-text {
  font-size: 14px;
}

.remind-bind-copy {
  padding: 0 30px;
  color: #282828;
  margin-top: 5px;
  line-height: 24px;
}

.wx-code-pop {
  width: 466px;
  height: 222px;
  margin-left: -229px;
  margin-top: -114px;
  padding: 58px 20px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wx-code {
  width: 130px;
  height: 130px;
  margin-top: 4px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}

.wx-tip-con {
  display: inline-block;
}
.wx-tip-con .draw-tip {
  font-size: 14px;
}
.wx-tip-con .send-con-tip {
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
}

.label-noinfo {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
}

.login-success-pop {
  width: 420px;
  margin-left: -210px;
  margin-top: -134.5px;
}

.pop-up-normal .pop-btn-con,
.pop-up-confirm .pop-btn-con {
  width: 100%;
}

.alert-confirm .pop-btn-con {
  width: 100%;
}

.toast-success,
.toast-fail {
  padding: 30px;
  text-align: center;
  z-index: 15;
  width: 300px;
  min-height: 200px;
  background: #ffffff;
  color: #444444;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -120px;
  display: block;
  vertical-align: middle;
  z-index: 150;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.22, 1.59);
}
.toast-success .toast-tips-text,
.toast-fail .toast-tips-text {
  font-size: 16px;
  margin-top: 14px;
}
.toast-success .toast-socend-text,
.toast-fail .toast-socend-text {
  font-size: 14px;
}
.toast-success.hide,
.toast-fail.hide {
  display: block;
}
.toast-success.scale,
.toast-fail.scale {
  transform: scale(1);
  opacity: 1;
}

.toast-success .toast-pictrue {
  background-image: url(../images/success.png);
}

.toast-fail .toast-pictrue {
  background-image: url(../images/fail.png);
}

.toast-pictrue {
  width: 132px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 132px 100px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.pop-pm-suggest,
.pm-suggest-tips {
  width: 480px;
  margin-top: -167px;
  margin-left: -240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-pm-suggest .suggest-item label {
  margin-right: 36px;
}

.pop-pm-suggest .suggest-box {
  margin-top: -14px;
}

.pop-auxiliary-tips {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.pm-suggest-tips {
  padding: 10px 30px 30px;
  color: #282828;
}
.pm-suggest-tips .img-item {
  margin-top: 20px;
  *zoom: 1;
}
.pm-suggest-tips .img-item:after {
  content: "";
  display: table;
}
.pm-suggest-tips .img-item:after {
  clear: both;
}
.pm-suggest-tips .img-item > img {
  float: left;
}
.pm-suggest-tips .sug-tips-item {
  padding: 8px 12px;
  margin-left: 16px;
  line-height: 26px;
  background: #eeeeee;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  position: relative;
}
.pm-suggest-tips .sug-tips-item:before {
  content: "";
  display: block;
  border-top: 6px solid transparent;
  border-right: 6px solid #eeeeee;
  border-bottom: 6px solid transparent;
  border-left: none;
  position: absolute;
  left: -6px;
  top: 16px;
}
.pm-suggest-tips .con-item-box {
  padding-left: 55px;
  margin-top: 26px;
  line-height: 26px;
}

.pop-close-tips {
  width: 420px;
  height: 260px;
  margin-left: -210px;
  margin-top: -130px;
}
.pop-close-tips .envelop-image {
  width: 265px;
  height: 150px;
  margin: 24px auto 20px;
  background: url(../images/svg/submit-image.svg) no-repeat left center;
}

.report-con-covers {
  min-height: 248px;
}

.reportpop-con {
  padding-top: 0;
}
.reportpop-con .radio label {
  height: auto;
  line-height: 22px;
}

.report-option-row {
  border-bottom: 1px solid #eeeeee;
}
.report-option-row label {
  width: 100%;
  padding: 20px 0;
  vertical-align: inherit;
}
.report-option-row label:hover {
  color: #d36f16;
}
.report-option-row label.current {
  color: #d36f16;
}
.report-option-row label.radio-1 {
  background: url(../images/common/radio.svg?v=2) left 24px no-repeat;
}
.report-option-row label.radio-0 {
  background: url(../images/common/radioxuanzhong.svg?v=2) left 24px no-repeat;
}

.hide {
  display: none;
}
