@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Source Han Sans CN', 'Source Han Sans SC', 'Helvetica Neue', Helvetica, Arial, 'STHeitiSC-Light', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif', 'Microsoft YaHei';
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style-type: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
body,
button,
input,
select,
textarea {
  font: 14px/25px '';
  color: #151515;
}
/*"Open Sans","Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,Arial,sans-serif*/
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button {
  cursor: pointer;
  outline: 0;
}
mark {
  background-color: transparent;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  _color: #151515;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
::selection {
  color: #fff;
  background: #328EFE;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #328EFE;
  text-shadow: none;
}
input::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.no {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
a {
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  background: linear-gradient(130deg, #E23F48 0%, #C5232C 100%);
  width: 100%;
  height: 100%;
}
.L_bodys {
  height: 100%;
}
.L_header_top {
  position: fixed;
  background: #ffffff;
  min-width: 1200px;
  z-index: 100;
  width: 100%;
  padding: 0 40px;
}
.L_header_top > div {
  margin: 0 auto;
  padding: 10px 0;
}
.L_header_top .L_head_logo {
  float: left;
}
.L_header_top .L_head_logo img {
  display: block;
  height: 30px;
}
.L_header_top .L-header-navsy {
  float: right;
}
.L_header_top .L-header-navsy a {
  float: left;
  line-height: 30px;
  font-size: 16px;
  margin: 0 10px;
}
.L_header_top .L-header-navsy a:hover {
  color: #E23F48;
}
.copyright {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  min-width: 1200px;
}
.copyright a {
  color: #fff;
}
@keyframes mymove3 {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -moz-transform: scale(1);
    /* Firefox */
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -o-transform: scale(1);
    /* Opera */
  }
  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
  }
}
.L_cenpig_bg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
}
.L_cenpig_bg img {
  display: block;
  width: 1413px;
  animation: mymove3 7s infinite alternate;
  -ms-animation: mymove3 7s infinite alternate;
  /* IE 9 */
  -moz-animation: mymove3 7s infinite alternate;
  /* Firefox */
  -webkit-animation: mymove3 7s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: mymove3 7s infinite alternate;
  /* Opera */
}
.L_centent {
  width: 740px;
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 100;
}
.L_cenleft {
  padding: 20px 0 20px 20px;
}
.L_cenleft > div img {
  width: 240px;
  border-radius: 20px 0 0 20px;
}
@keyframes mymove {
  from {
    transform: scale(0.6);
    color: #656565;
    left: 250px;
    transform-origin: 0;
  }
  to {
    transform: scale(1);
    left: 0;
    color: #151515;
  }
}
@keyframes mymove2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.L_cenright {
  flex: 1;
  padding: 20px 80px 0 80px;
  position: relative;
}
.L_cenright .L_formbox .L_formtit {
  padding: 25px 0 10px;
  position: relative;
}
.L_cenright .L_formbox .L_formtit span {
  font-size: 28px;
  font-weight: bold;
  color: #151515;
  width: 120px;
  position: absolute;
  animation: mymove 0.5s;
  -webkit-animation: mymove 0.5s;
}
.L_cenright .L_formbox .L_formtit em {
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  float: right;
  color: #656565;
  animation: mymove2 1s  forwards;
  -webkit-animation: mymove2 1s  forwards ;
}
.L_cenright .L_formbox .L_formtit2 em {
  font-size: 14px;
  color: #656565;
  position: relative;
  top: 7px;
}
.L_cenright .L_formbox .L_formtit2 a {
  color: #E42020;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox {
  margin-top: 20px;
  background: #f2f7fd;
  height: 50px;
  border-radius: 8px;
  display: flex;
  border: 1px solid #F2F7FD;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox input {
  flex: 1;
  width: 100%;
  background: #F2F7FD;
  border-radius: 8px;
  font-size: 18px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox input::-webkit-input-placeholder {
  /* placeholder颜色 */
  /* placeholder字体大小 */
  font-size: 14px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .small_placeholder::-webkit-input-placeholder {
  /* placeholder颜色 */
  /* placeholder字体大小 */
  font-size: 12px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .small_placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .small_placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .small_placeholder:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  position: relative;
  top: -2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_haveyzm {
  width: 90px;
  line-height: 50px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  background: #FFA6AB;
  color: #fff;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .yzm_active {
  background: #E42020;
  color: #fff;
  cursor: pointer;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox em {
  width: 44px;
  height: 44px;
  position: relative;
  top: 2px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox em::after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 11px;
  top: 11px;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_usericon::after {
  background: url(../img/L-sicon.png) no-repeat center -173px;
  background: url(../img/L-user@2x.png) no-repeat center center;
  background-size: cover;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_wordicon::after {
  width: 17px;
  height: 24px;
  top: 10px;
  left: 13px;
  background: url(../img/L-sicon.png) no-repeat center 0px;
  background: url(../img/L-password@2x.png) no-repeat center center;
  background-size: cover;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_eyeicon {
  cursor: pointer;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_eyeicon::after {
  background: url(../img/L-sicon.png) no-repeat center -276px;
  width: 20px;
  height: 17px;
  top: 14px;
  background: url(../img/L-noopen@2x.png) no-repeat center center;
  background-size: cover;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_eyeopen::after {
  background: url(../img/L-sicon.png) no-repeat center -228px;
  width: 20px;
  height: 15px;
  top: 15px;
  background: url(../img/L-open@2x.png) no-repeat center center;
  background-size: cover;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_phoneicon::after {
  width: 14.5px;
  height: 22px;
  left: 14px;
  background: url(../img/L-sicon.png) no-repeat center -61px;
  background: url(../img/L-ipone@2x.png) no-repeat center center;
  background-size: cover;
}
.L_cenright .L_formbox .L_formalltt .L_inputbox .L_input_yzmicon::after {
  width: 18px;
  height: 21px;
  left: 12px;
  background: url(../img/L-sicon.png) no-repeat 1px -114px;
  background: url(../img/L-yzm@2x.png) no-repeat center center;
  background-size: cover;
}
.L_cenright .L_formbox .L_formalltt .inputerror {
  border: 1px solid #f66;
}
.L_cenright .L_formbox .L_formalltt .L_errorbox {
  font-size: 12px;
  color: #CF333C;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin: 15px 0 5px;
}
.L_cenright .L_formbox .L_formalltt .L_but_goto {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 20px 60px #AAB6C8;
  background: #FFA6AB;
  color: #fff;
}
.L_cenright .L_formbox .L_formalltt .active {
  color: #fff;
  background: #E33A44;
  box-shadow: 0px 5px 20px 0px rgba(204, 42, 39, 0.3);
}
.L_cenright .L_formbox .L_formalltt .L_gozcbtns {
  font-size: 14px;
  color: #656565;
  display: flex;
  padding: 20px 0 50px;
}
.L_cenright .L_formbox .L_formalltt .L_gozcbtns p {
  flex: 1;
}
.L_cenright .L_formbox .L_formalltt .L_gozcbtns p a {
  color: #E42020;
}
.L_cenright .L_formbox .L_formalltt .L_logon_xy {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 20px 0 0;
}
.L_cenright .L_formbox .L_formalltt .L_logon_xy a {
  color: #E42020;
}
.L_cenright .L_gologin_there h2 {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}
.L_cenright .L_gologin_there h2 em {
  padding: 0 10px;
}
.L_cenright .L_gologin_there .L_gologin_icon {
  display: flex;
}
.L_cenright .L_gologin_there .L_gologin_icon a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  font-size: 0;
}
.L_cenright .L_gologin_there .L_gologin_icon .Lswx {
  background: url(../img/L-wx@2x.png) no-repeat;
  background-size: cover;
}
.L_cenright .L_gologin_there .L_gologin_icon .Lswx:hover {
  background: url(../img/L-haswx@2x.png) no-repeat;
  background-size: cover;
}
.L_cenright .L_gologin_there .L_gologin_icon .Lsqq {
  background: url(../img/L-qq@2x.png) no-repeat;
  background-size: cover;
}
.L_cenright .L_gologin_there .L_gologin_icon .Lsqq:hover {
  background: url(../img/L-hasqq@2x.png) no-repeat;
  background-size: cover;
}
.L_cenright .L_gologin_there .L_gologin_icon .Lswb {
  background: url(../img/L-wb@2x.png) no-repeat;
  background-size: cover;
}
.L_cenright .L_gologin_there .L_gologin_icon .Lswb:hover {
  background: url(../img/L-haswb@2x.png) no-repeat;
  background-size: cover;
}
.L_cenright .L_gologin_there .L_gologin_icon > div {
  flex: 1;
}
.box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(28, 44, 45, 0.8);
  z-index: 111;
}
.box > div {
  width: 500px;
  height: 500px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.box > div div {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 60px solid #00f;
  border-color: linear-gradient(130deg, #E23F48 0%, #C5232C 100%);
  background: #999;
  transform: rotateY(45deg) skew(10deg, 5deg);
}
.L_yesopensd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 222222;
  display: none;
}
.L_yesopensd div {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #fff;
  padding: 20px 45px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 0 30px #999;
}
@media screen and (max-height: 635px) {
  body {
    height: auto;
  }
  .L_header_top {
    position: relative;
  }
  .L_bodys {
    height: auto;
  }
  .L_centent {
    position: relative;
    transform: translate(0, 0);
    left: auto;
    top: auto;
    margin: 50px auto;
  }
  .copyright {
    position: relative;
    padding-bottom: 20px;
  }
}
