
.page-login .main-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.page-login .header-login {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 64px;
}

.page-login.fixed-footer .footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.page-login .footer-wrapper {
  height: 120px;
}

.page-login .footer-bottom {
  padding: 0;
  padding-top: 30px;
}

.page-login .login-box {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 825px;
  height: 400px;
  background-color: #fff;
  overflow: hidden;
}

.page-login .login-box .login-pic {
  font-size: 0;
  float: left;
  width: 400px;
  height: 400px;
}

.page-login .login-box .login-pic img {
  width: 400px;
  height: auto;
}

.page-login .login-box .dialog-login {
  float: right;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.dialog-login {
  position: relative;
  padding: 25px 50px;
  width: 305px;
  height: 350px;
  background: #fff;
  border-radius: 2px;
}

.dialog-login__header {
  background: url("../images/bg_login_topimg.png?v=66773d7");
  top: -106px;
  left: 0;
  right: 0;
  height: 121px;
  position: absolute;
  z-index: 2;
}

.dialog-login__header--close {
  background: url("../images/ic_login_close.png?v=3119db3");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login__header--close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dialog-login_content .form-title {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  line-height: 20px;
  margin-bottom: 20px;
}

.dialog-login_content .form-title h3 {
  font-size: 18px;
  color: #4e4a4a;
  font-weight: bold;
  float: left;
}

.dialog-login_content .form-title span {
  font-size: 12px;
  color: #757575;
}

.dialog-login_content .form-title a {
  font-size: 12px;
  color: #ff4343;
  cursor: pointer;
}

.dialog-login_content .tab-content {
  width: 305px;
}

.dialog-login_content .tab-item {
  display: none;
}

.dialog-login_content .tab-item.active {
  display: block;
}

.dialog-login_content .other-login {
  margin-top: 30px;
  width: 305px;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.dialog-login_content .other-login .title {
  position: relative;
  text-align: center;
}

.dialog-login_content .other-login .title-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e5e5e5;
}

.dialog-login_content .other-login .title-text {
  font-size: 13px;
  color: #b4b4b4;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
}

.dialog-login_content .other-link {
  margin-top: 15px;
  position: relative;
  text-align: center;
}

.dialog-login_content .other-link a {
  margin-right: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.dialog-login_content .other-link__qr {
  position: absolute;
  right: 0px;
  top: 0;
  width: 116px;
  height: 40px;
  line-height: 40px;
  background: #fff7f2;
  border-radius: 20px;
  font-size: 0;
  color: #ff4343;
  cursor: pointer;
}

.dialog-login_content .other-link__qr i {
  font-size: 26px;
  margin-left: 15px;
  margin-right: 8px;
}

.dialog-login_content .other-link__qr--text {
  font-size: 13px;
  position: relative;
  top: -5px;
}

.dialog-login_content .other-login-qq,
.dialog-login_content .other-login-wx,
.dialog-login_content .other-login-sina {
  display: inline-block;
  border-radius: 19px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login_content .other-login-qq i,
.dialog-login_content .other-login-wx i,
.dialog-login_content .other-login-sina i {
  font-size: 18px;
}

.dialog-login_content .other-login-qq:hover,
.dialog-login_content .other-login-wx:hover,
.dialog-login_content .other-login-sina:hover {
  opacity: 0.85;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login_content .other-login-qq {
  background: #53BBFF;
}

.dialog-login_content .other-login-wx {
  background: #4FD745;
}

.dialog-login_content .other-login-sina {
  background: #FF604F;
}

.dialog-login_content .tip-pics {
  overflow: hidden;
  padding-top: 15px;
}

.dialog-login_content .tip-qrcode {
  float: left;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #edb6b6;
  padding: 4px;
  position: relative;
  margin-top: 15px;
}

.dialog-login_content .tip-help {
  float: right;
}

.dialog-login_content .tip-help img {
  width: 130px;
  height: 140px;
}

.dialog-login_content .tip-text {
  font-size: 12px;
  color: #bc6854;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
}

.dialog-login_content .refresh-qrcode {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  cursor: pointer;
}

.dialog-login_content .refresh-text {
  margin-top: 29px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

.dialog-login_content .refresh-btn {
  background: #ff4343;
  border-radius: 12px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
}

.dialog-login_content .tip-protocol {
  margin-top: -5px;
  font-size: 12px;
  color: #757575;
}

.dialog-login_content .tip-protocol a {
  color: #53bbff;
  cursor: pointer;
}

.dialog-login_form .form-item {
  margin-bottom: 15px;
  position: relative;
}

.dialog-login_form .input-block input {
  width: 283px;
  height: 18px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  color: #28292d;
  padding: 9px 10px;
}

.dialog-login_form .input-block input::-webkit-input-placeholder {
  color: #757575;
}

.dialog-login_form .input-block input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #757575;
}

.dialog-login_form .input-block input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575;
}

.dialog-login_form .input-block input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #757575;
}

.dialog-login_form .input-block--inline input {
  width: 184px;
  height: 18px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  color: #28292d;
  padding: 9px 10px;
  border-right: none;
}

.dialog-login_form .input-block--inline .sms-btn {
  width: 100px;
  height: 38px;
  line-height: 38px;
  float: right;
  background: #ff4343;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login_form .input-block--inline .sms-btn:hover {
  opacity: 0.85;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login_form .input-block--inline .sms-btn.disabled {
  background: #9d9fa6;
}

.dialog-login_form .input-block--inline .sms-btn.disabled:hover {
  opacity: 1;
}

.dialog-login_form .remember-link {
  float: left;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

.dialog-login_form .forgot-link {
  float: right;
  font-size: 12px;
  color: #53bbff;
}

.dialog-login_form .checkbox {
  color: #b4b4b4;
  font-size: 18px;
  float: left;
  margin-right: 6px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -3px;
}

.dialog-login_form .icon-ic_read_choose_on1 {
  color: #ff4343;
}

.dialog-login_form .submit-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ff4343;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login_form .submit-btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog-login_form .submit-btn.disabled {
  background: #e2a8a8;
}

.dialog-login_form .submit-btn.disabled:hover {
  opacity: 1 !important;
}

.dialog-login_form .submit-btn i {
  margin-left: -4px;
  margin-right: 4px;
}

.dialog-login_form .j-verify-err {
  background: #fff7f2;
  height: 20px;
  line-height: 20px;
  color: #ff4343;
  padding-left: 10px;
  position: absolute;
  border: 1px solid #ff4343;
  border-radius: 3px;
  left: 0;
  right: 0;
  top: -22px;
  font-size: 12px;
}

.dialog-login_form .j-verify-err i {
  font-size: 13px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.dialog__protocol {
  padding: 20px 0 20px 20px;
  background-color: #fff;
  height: 460px;
  border-radius: 3px;
}

.dialog__protocol-header {
  position: relative;
  margin-right: 20px;
}

.dialog__protocol-header h3 {
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  text-align: center;
  margin-bottom: 20px;
}

.dialog__protocol-header i {
  background: url("../images/ic_login_close.png?v=3119db3");
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.dialog__protocol-header i:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dialog__protocol-content {
  height: 360px;
  overflow-y: scroll;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  padding-right: 10px;
  margin-right: 10px;
}

.dialog__protocol-content p {
  text-indent: 2em;
}

.dialog__protocol-footer {
  text-align: center;
  margin-top: 22px;
}

.dialog__protocol-footer--btn {
  color: #fff;
  background: #ff4343;
  border-radius: 18px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  display: inline-block;
}

.dialog-login__toast {
  opacity: 0.9;
  background: #ff4343;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  min-width: 100px;
  border: none;
  padding: 10px 20px;
  position: absolute;
  z-index: 999;
}

.dialog__qrcode-success {
  background: #ffffff;
  border-radius: 5px;
  padding: 35px 0 45px;
  position: relative;
}

.dialog__qrcode-success > i {
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #bebfc5;
}

.dialog__qrcode-success .success-title {
  font-size: 15px;
  color: #28292d;
  text-align: center;
  margin-bottom: 10px;
}

.dialog__qrcode-success .success-subtitle {
  font-size: 13px;
  color: #999999;
  text-align: center;
}

.dialog__qrcode-success .success-subtitle a {
  color: #ff4343;
  cursor: pointer;
}

.dialog__qrcode-success .success-pic {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}

.dialog__qrcode-success .success-pic img {
  width: 112px;
  height: 150px;
}

.dialog--feed {
  position: relative;
  width: 670px;
  height: 327px;
  background: #fff;
  z-index: 99999;
}

.dialog--feed .dialog__close {
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ff620e;
  color: #fff;
  cursor: pointer;
}

.dialog--feed .dialog__close .iconfont {
  font-size: 20px;
}

.dialog--feed .dialog__head {
  width: 100%;
  height: 41px;
  font-size: 20px;
  line-height: 41px;
  text-indent: 16px;
  background: #f8f8f8;
  border-top: 3px solid #ff620e;
  overflow: hidden;
}

.dialog--feed .head-nav {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  cursor: pointer;
}

.dialog--feed .head-nav.active {
  font-size: 20px;
  font-weight: 600;
  color: #ff620e;
}

.dialog--feed .feed-input-wr {
  width: 620px;
  height: 120px;
  margin: 25px auto 15px;
  border: 1px solid #ebebeb;
}

.dialog--feed .feed-type {
  width: 604px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
  line-height: 40px;
}

.dialog--feed .type-item {
  float: left;
  width: 68px;
  height: 24px;
  margin-right: 8px;
  margin-top: 8px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  color: #666;
  background: #ebebeb;
  cursor: pointer;
}

.dialog--feed .type-item.active {
  background: #ff620e;
  color: #fff;
}

.dialog--feed .tips {
  font-size: 13px;
  color: #b4b4b4;
}

.dialog--feed .feed-input {
  display: block;
  width: 600px;
  height: 40px;
  margin: 8px auto;
  font-size: 14px;
  line-height: 20px;
  border: 0;
}

.dialog--feed .feed-email {
  display: block;
  width: 620px;
  height: 40px;
  margin: 15px auto;
  text-indent: 1em;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.dialog--feed .feed-confirm {
  float: right;
  width: 112px;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  line-height: 40px;
  background: #ff620e;
  color: #fff;
  font-size: 16px;
}

.dialog--feed .feed-history {
  width: 630px;
  height: 240px;
  margin: 20px auto;
  overflow: scroll;
}

.dialog--feed .feed-content {
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}

.dialog--feed .feed-content .time {
  float: right;
  margin-top: 11px;
  line-height: 18px;
  font-size: 12px;
  color: #999;
}

.dialog--feed .feed-reply {
  width: 610px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  background: #f1f1f1;
}

.dialog--feed .feed-reply .time {
  float: none;
}

/*
* 弹框 - 我的任务 - 活动规则
*/
.dialog-task {
  border-radius: 8px !important;
}

.dialog__task-sign {
  padding: 25px 30px !important;
  border-radius: 8px;
}

.dialog__task-sign .dialog__sign-title {
  font-size: 18px;
  color: #28292d;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.dialog__task-sign .dialog__sign-des {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 25px;
}

.dialog__task-sign .dialog__sign-des p {
  margin-top: 10px;
}

.dialog__task-sign .dialog__sign-des p:first-child {
  margin-top: 0;
}

.dialog__task-sign .dialog__sign-btn {
  background: #ffffff;
  border: 1px solid #ff620e;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #ff620e;
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  cursor: pointer;
}

.dialog-task-sign {
  position: relative;
  width: 310px;
  min-height: 291px;
  background-color: transparent !important;
  background-size: cover;
  box-shadow: none !important;
}

.dialog-task-sign .dialog__task-sign--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog-task-sign .dialog__task-sign--success {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dialog-task-sign .dialog__sign-title--success {
  font-size: 20px;
  color: #ff620e;
  font-weight: bold;
}

.dialog-task-sign .dialog__sign-des--success {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 15px;
}

.dialog-task-sign .dialog__sign-award-list {
  margin-bottom: 20px;
}

.dialog-task-sign .dialog__sign-award-item {
  width: 240px;
  height: 64px;
  line-height: 64px;
  background: #fff5e6;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  color: #9e5927;
  font-weight: bold;
}

.dialog-task-sign .dialog__sign-award-item i {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
}

.dialog-task-sign .dialog__sign-btn {
  background: #ff620e;
  border-radius: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 auto;
}
