﻿@charset "UTF-8";

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 0;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    vertical-align: middle;
}

:focus {
    outline: 0;
}

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

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

th,
td {
    text-align: left;
    font-weight: normal;
}

img,
iframe {
    border: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select {
    font-size: 0;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;;
}

select {
    margin: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}

img {
    width: 100%;
}

input,
select,
textarea {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    width: 100%;
    background: #fff;
}

@font-face {
    font-family: FZPSCHJW;
    src: url('../font/FZPSCHJW.ttf');
}

@font-face {
    font-family: '思源黑体 CN Regular';
    src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: '思源黑体 CN Medium';
    src: url('../font/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: '思源黑体 CN Normal';
    src: url('../font/SourceHanSansCN-Normal.otf');
}

/*盒模型布局*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*盒模型垂直布局*/
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*子元素占据剩余的空间*/
.flex_align_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*子元素垂直居中*/
.flex_pack_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*子元素水平居中*/
.flex_pack_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*子元素两端对齐*/
.flex_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*主体*/
.index_jh_bg {
    background: #28283d url(../image/bg.png) 100% 100% no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    /*border: 1px solid #f00;*/
    /*position: relative;*/
}

.wrapper {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_jh_box {
    position: relative;
    /*background: url(../image/box.png) 100% 100% no-repeat;*/
    /*background-size: 100% 100%;*/
    width: 66%;
    /*margin: 0 auto;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    overflow: hidden;
    position: relative;
    /*padding:.17% 0 0;*/
}
.index_jh_bottom{
    position: absolute;
    bottom: 20px;
    left: 40%;
    font-size: 15px;
    color: #555860;
}

.index_login_box {
    height: 100%;
    width: 49.2%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    /*padding-left: 70px;*/
    /*padding-right: 70px*/
}

.index_login_box .index_login_title {
    font-size: 26px;
    color: #5C89F7;
    text-align: center;
    line-height: 60px;
    padding-top: 40px;
    padding-bottom: .25rem
}

.index_jh_tab, .index_jh_txt  {
    width: 55.5%;
    margin-left: 22.25%
}

.index_jh_tab ul li span {
    font-size: 14px;
    color: #999
}

.index_jh_tab ul li {
    width: 50%;
    text-align: center
}

.index_jh_tab ul .up span {
    color: #252525
}

.index_jh_tab ul .up p {
    width: 20px;
    height: 2px;
    background: #5C89F6;
    display: inline-block;
    margin-top: 5px
}

.index_jh_txt {
    position: relative
}

.index_jh_txt input {
    width: 100%;
    height: 50px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 rgba(92, 137, 246, 0.43);
    border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    padding: 5px 10px 5px 25px;
}


.index_jh_txt .index_jh_phone {
    margin-top: 10%;
    position: relative;
}

.input_phone1 i:first-child {
    background: url(../image/p1.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 15px;
}

.dx_img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 100px;
}

.remind_img {
    width: 230px;
    height: 250px;
    margin: 50px 50px 50px 195px;

}

#look{
    background: url(../image/s_code.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.index_jh_txt .index_jh_tips {
    padding-left: 25px;
    padding-top: 5%;
   /* height: 110px;*/
}
.index_jh_txt .index_jh_tips p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #EA2727;
}

.index_jh_txt .index_jh_quan {
    text-align: center;
    padding-top: 5.4%
}

.index_jh_btn i {
    width: 17px;
    height: 17px;
    margin-left : -30px;
    margin-right : 10px;
    background: url(../image/gif/loading3.gif) no-repeat;
    background-size: 100%;
    display: inline-block
}

.index_jh_txt .index_jh_quan p {
    font-size: 14px;
    color: #2C2C2C;
    margin-top: 2.3%;
    font-weight: bold;
    margin-bottom: 6.3%
}

.index_jh_txt .index_jh_btn span {
    color: #fff;
    font-size: 16px
}

.index_jh_txt .index_jh_btn {
    background: #5C89F6;
    border-radius: 4px;
    text-align: center;
    padding: 4.2% 0;
    position: relative;

}
.index_jh_btn{
    margin-top: 50px;
}

.index_jh_txt .up {
    background: #e2e2e2
}


.index_jh_txt_code {
    text-align: center;
    padding-top: 12%;
}

.index_jh_txt_code>div {
    width: 50%;
    height: 50%;
    display: inline-block;
    position: relative;
}
.code_tips {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    top:0;
}
.code_tips .code_wenan{
    font-size: 12px;
    color: #333333;
    margin-bottom: 10%;

}
.code_tips .code_btn{
    font-size: 12px;
    color: #fff;
    background: #5c89f6;
    line-height: 30px;
    width: 70%;
    margin-left: 15%;

}
.index_jh_txt_code_tips{
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-top: 8%;
}
.index_jh_txt_code_tips i {
    width: 20px;
    height: 20px;
    background: url(../image/code1.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.index_jh_footer i {
    width: 20px;
    height: 20px;
    background: url(../image/code1.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.dx_code_btn{
    width: 100px;
    float:right;
    height: 50px;
    color: #088aeb;
    border-color: #088aeb;
    outline: 0;
    background: #fff;
    border: 1px solid #088aeb;
    box-shadow: 0 2px 4px 0 rgb(92 137 246 / 43%);
    padding : 0 15px;
    border-radius : 4px;
    background-color : #fff;
    user-select:none;
    line-height:1.5;
    white-space:nowrap;
    font-size:14px;

}

.code_btn span{
    display: inline-block;
}

.index_jh_txt_pwd {
    position: relative;
}
.index_jh_txt_pwd .index_jh_phone i{
    background: url(../image/us.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
.index_jh_txt_pwd  .index_jh_pwd {
    position: relative;
    margin-top: 8%;
}

.index_jh_txt_pwd  .index_jh_pwd i{
    background: url(../image/pwd.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
}

.index_jh_txt_pwd .index_jh_tips {
   /* height:100px;*/
}
.index_jh_load {
    position: absolute;
    top:50%;
    margin-top: -20px;
    left:50%;
    margin-left: -24px;
}
/*
.index_jh_load i {
    width: 48px;
    height: 48px;
    background: url(../image/gif/loading.gif) no-repeat scroll top left;
    background-size: 100%;
    display: inline-block
}
*/

.index_jh_footer p {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding-top: 3.4%;
}
.index_jh_footer p:nth-child(2){
    color: #5C89F6;
    padding-top: 2%;
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #dac4a5;
    border-radius: 3px;
}

::-webkit-scrollbar-track-piece:vertical:decrement,
::-webkit-scrollbar-track-piece:vertical:increment {
    background-color: rgba(166, 166, 166, 0.2);
}

.index_jh_txt .focusup input{
    border: 1px solid #5C89F6 ;
}



.index_jh_txt .input_phone1 .i1 {
    background: url(../image/phone.png) no-repeat;
    background-size: 100%;
}


.index_jh_txt_pwd .input_phone2 .i2{
    background: url(../image/p.png) no-repeat;
    background-size: 100%;

}
.index_jh_txt_pwd .input_phone3 .i3{
    background: url(../image/pws.png) no-repeat;
    background-size: 100%;

}

.index_jh_downtxt{
    position: absolute;
    bottom: 40px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #5C89F6;

}
.index_jh_downtxt strong{
    font-size: 13px;
    font-weight: bold;
    color: #252525;

}