@charset "UTF-8";
/*头部 */
header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 120;
  /*登录相关*/
  /*导航相关*/
  /*logo相关*/
  /*导航下拉*/
}
header > .head-hr {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
header > .head-div {
  text-align: center;
}
header > .head-div .head-user-tel {
  text-align: right;
  margin: 10px 0 28px 0 ;
}
header > .head-div .head-user-tel .text-red {
  color: red;
  cursor: pointer;
  margin-right: 16px;
}
header > .head-div .head-user-tel .user-centre {
  color: #2F2F2F;
  margin-right: 16px;
}
header > .head-div .head-user-tel .tel {
  color: #888888;
}
header > .head-div .head-nav {
  display: flex;
  height: 40px;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 22px;
}
header > .head-div .head-nav .logo-div {
  display: flex;
  height: 40px;
  align-items: center;
}
header > .head-div .head-nav .logo-div >  .logo-img {
  display: block;
  width: 140px;
  height: 38px;
  margin-right: 6px;
}
header > .head-div .head-nav .logo-div > .logo-shu {
  background: #979797;
  height: 40px;
  width: 1px;
  margin-right: 10px;
}
header > .head-div .head-nav .logo-div > .logo-title {
  width: 180px;
  text-align: left;
}
header > .head-div .head-nav .logo-div > .logo-title .logo-title-top {
  font-size: 16px;
  color: #2F2F2F;
}
header > .head-div .head-nav .logo-div > .logo-title .logo-title-button {
  color: #666666;
  font-size: 13px;
}
header > .head-div .nav-div {
  z-index: 100;
  display: flex;
  height: 40px;
  align-items: center;
  text-align: right;
  /*二级下拉*/
}
header > .head-div .nav-div > .nav-ul {
  height: 40px;
  line-height: 40px;
  justify-content: space-between;
}
header > .head-div .nav-div > .nav-ul .nav-li {
  position: relative;
  float: left;
  cursor: pointer;
  font-size: 16px;
  margin-right: 40px;
}
header > .head-div .nav-div > .nav-ul .nav-li a {
  color: inherit;
}
header > .head-div .nav-div > .nav-ul .nav-li .pull {
  height: 6px;
  margin-left: 2px;
  margin-bottom: 2px;
}
header > .head-div .nav-div .nav-shu {
  width: 1px;
  height: 20px;
  background: #c5c5c5;
  margin-right: 40px;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow {
  display: none;
  position: absolute;
  width: 120px;
  background: #21232C;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tit-box {
  width: 100%;
  background: #FF7385;
  height: 5px;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul {
  color: #FFFfff;
  text-align: left;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li a {
  display: inline-block;
  width: inherit;
  height: inherit;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li {
  position: relative;
  text-align: center;
  /*三级下拉*/
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li > .nav-three {
  display: none;
  position: absolute;
  top: 0;
  left: 120px;
  width: max-content;
  background: #3C3D47;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li > .nav-three .nav-three-box {
  width: 100%;
  background: #F29DA8;
  height: 5px;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li > .nav-three .nav-three-ul a {
  display: inline-block;
  width: inherit;
  height: inherit;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li > .nav-three .nav-three-ul li {
  padding-left: 10px;
  text-align: center;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li > .nav-three .nav-three-ul li:hover {
  background: #61626f;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li > .nav-three .nav-three-ul li:after {
  content: "";
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li:hover {
  background: #3C3D47;
}
header > .head-div .nav-div > .nav-ul .nav-li .nav-tow .nav-tow-ul li:after {
  content: ">";
  margin-left: 10px;
}
header > .head-div .nav-div .nav-activity a {
  color: inherit;
}
/*登录*/
.bg-black {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}
.bg-black > .logos-panel {
  display: flex;
  width: 690px;
  height: 486px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background: #FFFfff;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
}
.bg-black > .logos-panel .logos-img {
  width: 367px;
  height: 486px;
  background: url("../image/logo-bg.png") center;
  padding: 35px 25px;
}
.bg-black > .logos-panel .logos-img p {
  color: white;
  margin-bottom: 18px;
}
.bg-black > .logos-panel .logos-img .logos-title {
  font-size: 24px;
}
.bg-black > .logos-panel .logos-img .logos-conten {
  font-weight: lighter;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.bg-black > .logos-panel .logos-img .logos-hr {
  background: #FFFfff;
  width: 220px;
  height: 1px;
  margin-bottom: 70px;
}
.bg-black > .logos-panel .logos-img .register-but {
  margin: 0 auto;
  width: 116px;
  height: 38px;
  background: #F04949;
  color: #FFFfff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.bg-black > .logos-panel .logos-user {
  width: 333px;
  position: relative;
}
.bg-black > .logos-panel .logos-user .logo-verify {
  display: block;
}
.bg-black > .logos-panel .logos-user .logo-pass {
  display: none;
}
.bg-black > .logos-panel .logos-user .logo-pass p {
  margin-top: 32px;
  margin-left: 40px;
  font-size: 24px;
  color: #848484;
  margin-bottom: 32px;
}
.bg-black > .logos-panel .logos-user .logo-pass .pass-hr {
  width: 238px;
  height: 1px;
  background: #BFBFBF;
  margin-left: 40px;
  margin-bottom: 20px;
}
.bg-black > .logos-panel .logos-user .logo-pass .pass-title {
  width: 240px;
  margin-left: 40px;
  color: #BFBFBF;
}
.bg-black > .logos-panel .logos-user .logos-tap {
  margin-left: 40px;
  display: flex;
  color: #848484;
}
.bg-black > .logos-panel .logos-user .logos-tap div {
  cursor: pointer;
  height: 30px;
}
.bg-black > .logos-panel .logos-user .logos-tap .sel {
  border-bottom: 1px #F04949 solid;
  color: #3CB3F1;
}
.bg-black > .logos-panel .logos-user .logos-tap div:first-of-type {
  margin-right: 50px;
}
.bg-black > .logos-panel .logos-user .button-img {
  width: 328px;
  height: 41px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../image/buttonlang.png") center no-repeat;
}
.bg-black > .logos-panel .logos-user .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.bg-black > .logos-panel .logos-user .acton {
  display: block;
}
.bg-black > .logos-panel .logos-user form {
  display: none;
  position: relative;
  margin-top: 20px;
  margin-left: 40px;
}
.bg-black > .logos-panel .logos-user .logoForm {
  display: block;
}
.bg-black > .logos-panel .logos-user .register-pass {
  display: none;
}
.bg-black > .logos-panel .logos-user .register-pass .register-form {
  display: block;
}
.bg-black > .logos-panel .logos-user .register-pass .register-form > .rules {
  color: #bebebe;
}
.bg-black > .logos-panel .logos-user .register-pass .register-form > .rules span {
  line-height: 5px;
}
.bg-black > .logos-panel .logos-user p {
  font-size: 24px;
  margin-top: 20px;
  color: #343434;
  margin-bottom: 16px;
  margin-left: 40px;
}
.bg-black > .logos-panel .logos-user label {
  font-size: 14px;
  color: #848484;
}
.bg-black > .logos-panel .logos-user .phone-panel,
.bg-black .pass {
  width: 240px;
  height: 36px;
  border-bottom: 1px #CBCBCB solid;
  margin-top: 10px;
  display: flex;
  margin-bottom: 30px;
}
.bg-black > .logos-panel .logos-user .phone-panel img {
  width: 18px;
  height: 22px;
  margin-right: 10px;
  display: block;
}
.bg-black > .logos-panel .logos-user .phone-panel .phone-text {
  border: none;
  width: 70%;
  height: 22px;
  font-size: 14px;
}
.bg-black > .logos-panel .logos-user .phone-panel .phone-text[type='text']::placeholder {
  color: #CBCBCB;
}
.bg-black > .logos-panel .logos-user .pass img {
  width: 22px;
  height: 9px;
  display: block;
  margin-top: 12px;
  margin-right: 10px;
}
.bg-black > .logos-panel .logos-user .pass .password {
  font-size: 14px;
}
.bg-black > .logos-panel .logos-user .pass .password[type='password']::placeholder {
  color: #CBCBCB;
}
.bg-black > .logos-panel .logos-user .submit-btn {
  background: #3CB3F1;
  width: 84%;
  height: 38px;
  color: #FFFfff;
  margin-top: 16px;
  cursor: pointer;
}
.bg-black > .logos-panel .logos-user .verify-pass {
  width: 240px;
  margin-top: 10px;
  display: flex;
  margin-bottom: 30px;
}
.bg-black > .logos-panel .logos-user .verify-pass .verify-input {
  height: 36px;
  border-bottom: 1px #CBCBCB solid;
  width: 118px;
  display: flex;
}
.bg-black > .logos-panel .logos-user .verify-pass .verify-input img {
  width: 20px;
  height: 24px;
  display: block;
  margin-top: 4px;
  margin-right: 10px;
}
.bg-black > .logos-panel .logos-user .verify-pass .verify-input .password {
  font-size: 14px;
  width: 118px;
}
.bg-black > .logos-panel .logos-user .verify-pass .verify-input .password[type='text']::placeholder {
  color: #CBCBCB;
}
.bg-black > .logos-panel .logos-user .verify-pass input[type="button"] {
  width: 100px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 10px;
  margin-left: 18px;
  margin-top: 5px;
}
.bg-black > .logos-panel .logos-user .verify-pass .verify-btn-on {
  cursor: pointer;
  color: #3CB3F1;
  border: 1px solid #3CB3F1;
}
.bg-black > .logos-panel .logos-user .verify-pass .verify-btn-off {
  cursor: not-allowed;
  color: #ccc;
  border: 1px solid #ccc;
}
.select {
  border-bottom: #FF7385 1px solid;
  color: #FF7385;
}
/*底部 */
footer {
  width: 100%;
}
footer > .foot-div {
  background: #3d3b3b;
  height: 174px;
  text-align: center;
  position: relative;
}
footer > .foot-div .foot-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1100px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer > .foot-div .foot-panel .foot-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer > .foot-div .foot-panel .foot-left > img {
  display: inline-block;
  width: 73px;
  height: 24px;
}
footer > .foot-div .foot-panel .foot-left > .xian {
  margin: 0 10px;
  background: #656565;
  width: 2px;
  height: 18px;
}
footer > .foot-div .foot-panel .foot-left > .foot-text {
  margin-top: 4px;
  font-weight: bolder;
  font-size: 32px;
  color: #FFFfff;
}
footer > .foot-div .foot-panel .foot-right {
  text-align: right;
  color: #FFFfff;
}
footer > .foot-div .foot-panel .foot-right > ul {
  display: flex;
  justify-content: right;
  margin-bottom: 10px;
}
footer > .foot-div .foot-panel .foot-right > ul li:after {
  content: "|";
  margin: 0 20px;
}
footer > .foot-div .foot-panel .foot-right > ul li:last-of-type:after {
  content: "";
  margin: 0;
}
footer > .foot-div .foot-panel .foot-right > ul li .sel {
  color: #B9C005;
}
/*私信*/
.user-msgs {
  display: none;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.user-msgs > .umsg-panel {
  position: absolute;
  top: 25%;
  left: 40%;
}
.user-msgs > .umsg-panel > .umsg-top {
  font-size: 16px;
  width: 505px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background: #c7ab69;
  text-align: center;
  line-height: 40px;
  color: #FFFfff;
}
.user-msgs > .umsg-panel > .umsg-top .uclose {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 8px;
  cursor: pointer;
}
.user-msgs > .umsg-panel > .user-txt {
  width: 505px;
  height: 400px;
  background: #f5f5f5;
  border-radius: 0 0 5px 5px ;
  padding-top: 20px;
}
.user-msgs > .umsg-panel > .user-txt .umsg-txt {
  display: block;
  width: 450px;
  height: 320px;
  background: #FFFfff;
  margin: auto;
  padding: 10px;
  color: #b5b5b5;
  border: 5px;
}
.user-msgs > .umsg-panel > .user-txt .umsg-txt::placeholder {
  color: #bebebe;
}
.user-msgs > .umsg-panel > .user-txt .umsg-fs {
  cursor: pointer;
  margin: 10px auto;
  width: 120px;
  height: 35px;
  background: #3CB3F1;
  color: #FFFfff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}
/*# sourceMappingURL=public.css.map */