* {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: nomal;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    width: 100%;
    height: 100%
}

::-webkit-input-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

#container {
    width: 420px;
    height: 490px;
    overflow: hidden;
    position: relative
}

#list {
    width: 2100px;
    height: 490px;
    position: absolute;
    z-index: 1;
    background: #fff
}

#list img {
    float: left
}

#buttons {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    margin-left: -20px
}

#buttons span {
    cursor: pointer;
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(180, 180, 180, 0.3);
    margin-right: 8px
}

#buttons .on {
    background: rgba(180, 180, 180, 0.6)
}

.arrow {
    cursor: pointer;
    display: none;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 240px;
    background-color: RGBA(0, 0, 0, .3);
    color: #fff
}

.arrow:hover {
    background-color: RGBA(0, 0, 0, .7)
}

#prev {
    left: 20px
}

#next {
    right: 20px
}

body {
    background-image: url(/img/bg_img.jpg);
    background-repeat: no-repeat;
    background-position: bottom center
}

.bg_top {
    height: 65%;
    background: #1f73f3;
    background-image: url(/img/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(/img/bg3.jpg);
    background-image: url(/img/bg4.jpg);
    background-image: url(/img/bg5.jpg);
    background-image: url(/img/bgbg.jpg)
}

.login_wrap {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    height: 490px;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1)
}

.part_left, .part_right {
    float: left
}

.left {
    width: 420px;
    height: 100%;
    background: #f4f5f7
}

.part_right {
    position: relative
}

.forms {
    position: absolute;
    width: 1140px
}

.form {
    width: 280px;
    height: 370px;
    padding: 60px 50px;
    float: left
}

.active_box {
    display: none
}

.active_box.actived {
    display: block
}

.title {
    font-size: 32px;
    color: #333;
    margin-bottom: 50px
}

input:focus {
    outline: 0;
    border: 1px solid #1f73f3
}

input {
    margin-top: 4px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

input.btn {
    color: #fff;
    text-align: center;
    cursor: pointer
}

.msg {
    height: 11px;
    padding-left: 2px;
    margin-top: 5px;
    font-size: 12px;
    color: #f66;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn_submit {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #1f73f3;
    transition: all .15s ease-in-out
}

.btn.btn_submit:hover {
    background: #0071ed
}

.a {
    font-size: 14px;
    cursor: pointer;
    color: #666
}

.a:hover {
    color: #1f73f3
}

.text_right {
    text-align: right
}

.text_center {
    text-align: center
}

.password {
    position: relative;
    margin-top: 8px
}

.btn_code {
    background: #eee;
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 14px;
    padding: 5px 5px;
    line-height: 20px;
    border-radius: 2px;
    color: #666;
    cursor: pointer
}

.img_verify {
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 2px
}

.img_verify:hover {
    cursor: pointer
}

.btn_code:hover {
    background: #eaeaea;
    transition: all .15s ease-in-out
}

.btn_display {
    width: 20px;
    height: 20px;
    background-image: url(/img/xianshi.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    color: 999;
    transition: all .15s ease-in-out
}

.btn_display.show {
    background-image: url(/img/buxianshi.png)
}

.btn_display:hover {
    color: #1f73f3;
    cursor: pointer
}

.note {
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-size: 12px;
    color: #ccc;
    text-align: center
}

.apiBox {
    position: relative
}

.apiContent {
    margin-bottom: 14px
}

.apivalue-list {
    z-index: 2;
    overflow: hidden;
    width: 300px;
    height: auto;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute !important
}

.apivalue-list li {
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #666;
    font-size: 14px
}

.apivalue-list li:hover {
    background: #ccc
}

.apivalue-list.open {
    visibility: visible
}

.apivalue-list {
    visibility: hidden;
    position: relative;
    width: 280px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0px 0 20px rgba(0, 0, 0, 0.1) inset
}

.ip-box {
    justify-content: space-between;
    display: flex
}

.ip-box>span {
    padding-right: 4px
}

.loginBox {
    position: relative
}

.loginBox.loadding .btn.btn_submit {
    background: #1890ff
}

.account_box {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    margin-top: 14px
}

.arc {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 100px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-top: 2px solid #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    animation: rt 1s infinite linear
}

@keyframes rt {
    100% {
        transform: rotate(360deg)
    }
}

#verrifyDom {
    display: block;
    position: absolute;
    top: -118px;
}

.vali-c-box {
    position: relative;
    z-index: 2;
    display: block;
}

.vali-c-img-border {
    margin-bottom: 3px;
    background-color: #fff;
}

.vali-c-bottom, .vali-c-top {
    position: relative;
    width: 280px;
}

.vali-c-img-nopadding {
    position: relative;
    width: 100%;
    height: 100%;
}

.vali-c-img-hint-info {
    position: absolute;
    bottom: 1px;
    z-index: 11;
    overflow: hidden;
    width: 260px;
    height: 22px;
    height: 0;
    transition: height .3s;
}

.vali-c-img-div img {
    width: 100%;
    height: 100%;
}

.vali-c-block {
    top: 0;
    left: 2px;
    z-index: 10;
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0;
}

.vali-c-block, .vali-c-box-shadow {
    position: absolute;
    width: 40px;
    height: 40px;
}

.vali-c-top {
    height: 0px;
}

.vali-c-img-div {
    box-sizing: border-box;
    position: relative;
    padding: 0 0px 0px 0px;
    width: 280px;
    height: 87pt;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background-color: #ffffff;
}

.scroll-bar {
    position: relative;
    margin-left: 1px;
    width: 278px;
    height: 40px;
    background: #0071ed;
    /* border-radius: 4px; */
    overflow: hidden;
}

.vali-c-btn {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 399;
    display: block;
    width: 40px;
    height: 40px;
    background-position: 0 -84px;
    box-shadow: none;
    cursor: pointer;
    background-color: #57da08;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.vali-c-btn svg {
    width: 40px;
    height: 40px;
}

.vali-c-title {
    position: absolute;
    left: 35px;
    width: 220px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 9pt !important;
    line-height: 40px !important;
    opacity: 1;
    cursor: default;
    filter: alpha(opacity=100);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

input {
    outline: none;
}

.form_header{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_header .title{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin:0 15px 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form_header .title.actvied{
    color: #1f73f3;

}

.form_header .title.actvied::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1f73f3;
    bottom: -5px;
}

.form_login .form_header .title{
    margin-bottom: 30px;
}

.scan_qrcode .qrcode_img{
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.scan_qrcode .qrcode_img .expired,.scan_success{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 14px;
}
.upload{
    color: #1f73f3;
    padding-top: 5px;
    cursor: pointer;
}
.scan_qrcode .qrcode_img img{
    width: 100%;
}
.qrcode_text{
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}
.cancel_vertiy{
    font-size: 14px;
    color: #1f73f3;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
}
#timerDom{
    font-size: 14px;
    text-align: center;
    color: #1f73f3;
}
.scan_success .success_img{
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    overflow: hidden;
}
.scan_success .success_img img {
    width: 100%;
}

.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.loading{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}
.qrcode_img .anticon-spin{
    height: 30px;
    width: 30px;
    color: #1f73f3
;
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}