* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}

.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dx {
  text-transform: uppercase;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.textdq {
  text-align: justify;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 525px;
  background: #FFF;
  overflow: hidden;
}

.fullSlide .bd {
  height: 525px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 525px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 525px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 0;
  height: 17px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 3px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  line-height: 99px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fullSlide .hd ul .on {
  width: 26px;
  background: #fff;
  border-radius: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fullSlide .prev,
.fullSlide .next {
  width: 45px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  background: url(/II4pKIuDIIMUTxWrJyODDk9FExqrEE1RJ1L.jpg) -126px -137px #000 no-repeat;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.fullSlide .prev {
  background: url(/II4pKIuDIIMUTxWrJyODDk9FExqrEE1RJ1L.jpg) -126px -137px #000 no-repeat;
  left: 10%;
}

.fullSlide .next {
  background-position: -6px -137px;
  right: 10%;
}

.Signin {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(/II4pKIuDIIMUTzWoIScpKkkMESV.jpg) no-repeat center;
  background-size: cover;
}

.Signin .SigninBox {
  width: 920px;
  height: 525px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 -20px 45px rgba(0, 0, 0, 0.1);
}

.Signin .SigninBox .SigninBoxL {
  flex: 0 0 460px;
  justify-content: center;
  float: left;
  width: 460px;
  height: 525px;
  overflow: hidden;
}

.Signin .SigninBox .SigninBoxR {
  flex: 0 0 460px;
  justify-content: center;
  float: left;
  width: 460px;
  height: 525px;
  overflow: hidden;
}

.Signin .SigninBox .SigninBoxR .SigninBoxRLogo {
  width: 190px;
  margin: 60px auto 0;
}

.Signin .SigninBox .SigninBoxR .SigninBoxRLogo img {
  width: 190px;
  height: 45px;
  display: block;
}

.Signin .SigninBox .SigninBoxR ul {
  margin-top: 50px;
}

.Signin .SigninBox .SigninBoxR ul li {
  width: 390px;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}

.Signin .SigninBox .SigninBoxR ul li input {
  display: block;
  width: 280px;
  height: 45px;
  border-radius: 24px;
  background: #f3f3f3;
  margin: 0 auto 26px;
  padding: 0 45px 0 64px;
  color: #333;
}

.Signin .SigninBox .SigninBoxR ul li input::placeholder {
  color: #c6c6c6;
}

.Signin .SigninBox .SigninBoxR ul li input.SigninBoxR1 {
  background: #f3f3f3 url(../images/SigninBoxR1.png) no-repeat 25px center;
}

.Signin .SigninBox .SigninBoxR ul li input.SigninBoxR2 {
  background: #f3f3f3 url(../images/SigninBoxR2.png) no-repeat 25px center;
}

.Signin .SigninBox .SigninBoxR ul li span.bglist {
  display: block;
  width: 22px;
  height: 15px;
  background: url(/II4pKIuDIIMUTyyoI1RoDIkH.jpg) no-repeat center;
  position: absolute;
  right: 34px;
  top: 15px;
  cursor: pointer;
  z-index: 999999;
}

.Signin .SigninBox .SigninBoxR ul li span.Pass {
  display: block;
  width: 22px;
  height: 15px;
  background: url(/II4pKIuDIIMUTxWnKRZoDIkH.jpg) no-repeat center;
  position: absolute;
  right: 34px;
  top: 15px;
  cursor: pointer;
  z-index: 999999;
}

.Signin .SigninBox .SigninBoxR ul li button {
  display: block;
  background: #0065ff;
  width: 390px;
  height: 45px;
  border-radius: 24px;
  border: 0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  margin-top: 64px;
  outline: none;
  cursor: pointer;
}



* {
  margin: 0;
  padding: 0;
}

.verify-wrap {
  width: 100% !important;
  height: 45px;
  background-color: #f3f3f3 ;
  margin: 5px auto;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

.verify-wrap .drag-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background:#0065ff  url(../images/slide.png) no-repeat center;
  background-size: 20px;
  z-index: 2;
  cursor: move;
}

.verify-wrap .suc-drag-btn {
  background: #7ac23c url(../images/slideTrue.png) no-repeat center;
  background-size: 20px;
  border-left: 1px solid #fff;
}

.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: -1px;
  height: 45px;
  border-top: 1px solid #7ac23c;
  border-top: 1px solid #7ac23c;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}

.verify-wrap .fix-tips,
.verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 1px;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 45px;
  font-size: 12px;
  text-align: center;
  border-radius: 24px;
}

.verify-wrap .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
  border-radius: 24px;
  line-height: 45px;
}


#modail-dialog-box{
  position: relative;
  z-index: 9999999999999;
}