* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  resize: none;
  outline: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.common-container {
  width: 1200px;
  margin: 0 auto;
}
.ws_alert {
  padding: 30px 50px;
  position: fixed;
  text-align: center;
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  z-index: 9999;
}
.common-no-data {
  text-align: center;
  font-size: 18px;
  color: #666;
  min-height: 446px;
  background: #fff;
  padding-top: 150px;
}
.common-no-data-pad {
  text-align: center;
  font-size: 12px;
  color: #999;
  min-height: 446px;
  background: #fff;
  padding-top: 20px;
}
.header {
  overflow: hidden;
  width: 100%;
  height: 66px;
  background-color: #000;
  color: #fff;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 66px;
  position: relative;
  font-size: 12px;
  position: absolute;
  z-index: 30;
}
.header .header-left {
  font-size: 16px;
  float: left;
}
.header .header-left .back-icon {
  margin-right: 16px;
  vertical-align: middle;
}
.header .header-right {
  float: right;
  font-size: 12px;
}
.header .header-right .header-search {
  width: 288px;
  padding: 2px 10px;
  margin-top: 21px;
  height: 25px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  line-height: 25px;
  background-color: rgba(255, 251, 240, 0.1);
  float: left;
}
.header .header-right .header-search .search-icon {
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.header .header-right .header-search input {
  height: 25px;
  float: left;
  font-size: 12px;
  color: #fff;
  border: none;
  background: none;
  width: 80%;
  outline: none;
}
.header .header-right .header-all {
  float: left;
}
.header .header-right .header-all .share,
.header .header-right .header-all .collect,
.header .header-right .header-all .download,
.header .header-right .header-all .line {
  display: inline-block;
}
.header .header-right .header-all .share span,
.header .header-right .header-all .collect span,
.header .header-right .header-all .download span,
.header .header-right .header-all .line span {
  margin-left: 6px;
  vertical-align: middle;
}
.header .header-right .header-all .share img,
.header .header-right .header-all .collect img,
.header .header-right .header-all .download img,
.header .header-right .header-all .line img {
  vertical-align: middle;
}
.header .header-right .header-all .download {
  height: 20px;
  margin: 0 20px 0 40px;
}
.header .header-right .header-all .collect {
  margin: 0 19px 0 60px;
}
.header .header-right .header-all .line {
  width: 1px;
  background: #fff;
  margin-bottom: -4px;
  height: 16px;
  margin-right: 26px;
}
.header .header-user {
  float: left;
}
.header .header-user .user-img {
  margin-top: 15px;
  width: 38px;
  height: 38px;
  line-height: 66px;
  background: #fff;
  float: left;
  -webkit-border-radius: 38px;
          border-radius: 38px;
  vertical-align: middle;
}
.header .header-user .username {
  margin: 0 16px 0 12px;
  vertical-align: middle;
}
.header .header-user .header-more {
  vertical-align: middle;
}
.wws-header-box {
  height: 80px;
  width: 100%;
}
.wws-header-box .wws-header {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.wws-header-box .wws-header .header-left {
  height: 80px;
}
.wws-header-box .wws-header .header-left .logo {
  margin-right: 100px;
  margin-top: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wws-header-box .wws-header .header-left .logo .img {
  display: block;
}
.wws-header-box .wws-header .header-left .header-left-item {
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 46px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wws-header-box .wws-header .header-left .header-left-item .header-li {
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  margin-right: 54px;
  cursor: pointer;
  color: #fff;
}
.wws-header-box .wws-header .header-left .header-left-item .header-li img {
  width: 10px;
  height: 6px;
  margin-left: 5px;
}
.wws-header-box .wws-header .header-left .header-left-item .header-li:nth-last-of-type(1) {
  margin-right: 0;
}
.wws-header-box .wws-header .header-right .header-search {
  width: 240px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  font-size: 12px;
  position: relative;
  top: 24px;
  margin-right: 14px;
}
.wws-header-box .wws-header .header-right .header-search .img {
  width: 12px;
  margin-right: 16px;
  position: relative;
  top: 7px;
  left: 10px;
}
.wws-header-box .wws-header .header-right .header-search .input {
  width: 200px;
  height: 26px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}
.wws-header-box .wws-header .header-right .header-search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}
.wws-header-box .wws-header .header-right .header-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.wws-header-box .wws-header .header-right .header-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.wws-header-box .wws-header .header-right .header-down .span {
  display: block;
  height: 80px;
  line-height: 80px;
}
.wws-header-box .wws-header .header-right .header-line {
  margin-left: 18px;
  margin-right: 18px;
  height: 24px;
  border-left: 1px solid #fff;
  position: relative;
  top: 25px;
}
.wws-header-box .wws-header .header-right .header-user-no {
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user {
  height: 80px;
  position: relative;
}
.wws-header-box .wws-header .header-right .header-user .header-user-img {
  position: relative;
  top: 20px;
  margin-right: 12px;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user .header-user-img .img {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.wws-header-box .wws-header .header-right .header-user .header-user-text {
  position: relative;
  top: 29px;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user .header-user-icon .img {
  margin-left: 10px;
  position: relative;
  top: 28px;
  width: 10px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript {
  display: none;
  position: absolute;
  top: 70px;
  z-index: 11;
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.2);
          box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.2);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #000;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-user-des-child {
  padding: 24px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top .img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top .span {
  font-size: 16px;
  color: #333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top .span1 {
  width: 146px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top .span1 .name {
  line-height: 20px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top .span1 .jifen {
  font-size: 13px;
  color: #fb8f2f;
  line-height: 20px;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-top .span2 {
  color: #999;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-mid {
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-mid .mid-name {
  width: 20px;
  color: #0239b5;
  background: rgba(2, 57, 181, 0.1);
  padding: 6px 4px;
  text-align: center;
  margin-right: 10px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-mid .mid-right .mid-fr-title {
  width: 180px;
  font-size: 15px;
  color: #111;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-mid .mid-right .mid-fr-mid {
  font-size: 14px;
  color: #999;
  height: 40px;
  line-height: 40px;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-mid .mid-right .mid-fr-bott {
  width: 180px;
  color: #0239b5;
  font-size: 14px;
  cursor: pointer;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-bott {
  padding-left: 18px;
}
.wws-header-box .wws-header .header-right .header-user .header-user-descript .header-des-bott .span {
  color: #333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 100px;
  cursor: pointer;
}
/** 分页 */
.paginate {
  text-align: center;
}
.paginate li:first-of-type a {
  background: #F0F0F0;
  border: 1px solid rgba(178, 178, 178, 0.19);
}
.paginate a,
.paginate span {
  text-decoration: none;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  font-size: 14px;
  color: #777;
}
.paginate .on {
  color: #fff;
  background: #3e7aff;
}
.paginate li {
  display: inline-block;
}
.paginate li.active a {
  color: #f60;
  border: 1px solid #f60;
}
.paginate a.unclick,
.paginate a.unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}
.reviewSys .current {
  color: #272727;
  border: none;
}
.footer-box {
  height: 150px;
  background-color: #1f253b;
  border-top: 1px solid #fff;
}
.footer-box .footer {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.footer-box .footer .footer-left .footer-left-top {
  font-size: 14px;
  margin-bottom: 25px;
}
.footer-box .footer .footer-left .footer-left-top .img {
  width: 170px;
  margin-right: 20px;
  margin-top: 28px;
}
.footer-box .footer .footer-left .footer-left-top .footer-desc {
  margin-right: 40px;
  margin-top: 42px;
}
.footer-box .footer .footer-left .footer-left-top .footer-item {
  margin-top: 42px;
}
.footer-box .footer .footer-left .footer-left-top .footer-item .footer-li {
  margin-right: 33px;
  cursor: pointer;
}
.footer-box .footer .footer-left .footer-left-bott {
  color: #d7e3fc;
}
.footer-box .footer .footer-right .footer-right-concat {
  margin-right: 40px;
}
.footer-box .footer .footer-right .footer-right-concat .footer-concat-li {
  margin-right: 32px;
  text-align: center;
  margin-top: 40px;
}
.footer-box .footer .footer-right .footer-right-concat .footer-concat-li .img {
  width: 36px;
}
.footer-box .footer .footer-right .footer-right-concat .footer-concat-li .span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.footer-box .footer .footer-right .footer-erweima {
  margin-top: 22px;
  text-align: center;
}
.footer-box .footer .footer-right .footer-erweima .img {
  width: 80px;
  height: 80px;
}
.footer-box .footer .footer-right .footer-erweima .span {
  display: block;
}
.dialog-common {
  display: none;
  width: 522px;
  height: 492px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin-left: -238px;
  margin-top: -246px;
  -webkit-animation-name: flyIn5;
          animation-name: flyIn5;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #165dfd;
}
.dialog-common .dialog-common-title {
  height: 45px;
  line-height: 45px;
  position: relative;
  font-size: 20px;
  background: #165dfd1f;
  text-align: center;
}
.dialog-common .dialog-common-title .dialog-common-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 45px;
  height: 45px;
  color: #bbb;
  cursor: pointer;
}
.dialog-confirm-box {
  display: block;
  width: 422px;
  height: 284px;
  margin-top: -120px;
  margin-left: -211px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
          box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  padding: 16px 0 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-text {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 20px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-input input {
  width: 240px;
  height: 42px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-text {
  min-height: 20px;
  line-height: 1.8;
  margin-top: 35px;
  margin-bottom: 35px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-btn {
  width: 240px;
  height: 40px;
  margin: 0 auto;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-btn-item {
  width: 45%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #165dfd;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@-webkit-keyframes flyIn5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flyIn5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#dialogBg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  display: none;
}
#dialog-login {
  width: 440px;
  height: 400px;
  margin: 0 auto;
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -220px;
  z-index: 500;
  border: 1px solid #ccc;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
}
#dialog-login .closeDialogBtn {
  position: absolute;
  top: 20px;
  right: 20px;
}
#dialog-login .dialogLogin-title {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 60px;
}
#dialog-login .dialogLogin-form {
  width: 400px;
  margin: 120px auto 0;
}
#dialog-login .dialogLogin-form .loginForm-item {
  width: 250px;
  height: 35px;
  margin: 0 auto 15px;
  position: relative;
}
#dialog-login .dialogLogin-form .loginForm-item input {
  padding: 0 30px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
#dialog-login .dialogLogin-form .loginForm-item .getcode {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 14px;
  color: #0060e5;
}
#dialog-login .form-operate {
  width: 250px;
  margin: 20px auto 0;
  font-size: 14px;
  color: #0060e5;
}
#dialog-login .form-operate .operate-left,
#dialog-login .form-operate .operate-right {
  cursor: pointer;
}
#dialog-login .form-operate img {
  vertical-align: middle;
}
#dialog-login .user-login {
  width: 250px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #0060e5;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin: 20px auto 20px;
}
#dialog-login .user-register {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#dialog-login .user-register .login-span {
  color: #0060e5;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.login-form .form-item {
  width: 390px;
  height: 42px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #f9f9f9;
  margin-bottom: 26px;
  position: relative;
}
.login-form .form-item .img {
  margin-left: 18px;
  vertical-align: middle;
}
.login-form .form-item .span {
  padding: 0 10px;
  color: #ccc;
}
.login-form .form-item .input {
  width: 200px;
  height: 40px;
  border: none;
  resize: none;
  outline: none;
}
.login-form .form-item .getcode {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #0060e5;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.login-form .form-operate {
  color: #0060e5;
  font-size: 14px;
  line-height: 1;
  padding: 20px 0 66px;
}
.login-form .form-operate .operate-left .img {
  position: relative;
  top: 2px;
}
.login-form .form-operate .operate-left .span {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.login-form .form-operate .operate-right {
  cursor: pointer;
}
.login-form .submit {
  width: 390px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #0060e5;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-bottom: 24px;
}
.login-form .other {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.login-form .other a {
  color: #0060e5;
}
.login-form .register {
  font-size: 14px;
  text-align: center;
}
.login-form .register .span {
  color: #0060e5;
  cursor: pointer;
}
