.flex_y_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.flex_row,
.flex {
  display: flex;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
}

/*项目竖向排列*/
.flex_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*flex-shrink  所有项目的flex-shrink: 1; 只有一个为0  则空间不足时，为0不缩小*/
/*项目可换行 默认不换行*/

.flex_grow {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

/*水平和垂直居中*/

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*水平居中*/

.flex_x_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*右对齐*/

.flex_x_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: center;
  justify-content: flex-end;
}

/*两端对齐*/

.flex_x_between,
.flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

/*两侧间距相等对齐*/

.flex_x_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

/*Y轴居中*/

.flex_y_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*底部对齐*/

.flex_y_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.item_end {
  align-self: flex-end;
  /*单个项目底部*/
}

/*-------------------------------------*/

/*item 上使用*/

/*flex-shrink  所有项目的flex-shrink: 1; 只有一个为0  则空间不足时，为0不缩小  */

/*适合左右排 0 占绝对位置 1占满盒子 根据盒子大小变化而变化*/

.flex_grow_0 {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex_grow_1 {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}



.logo_page {
  background: url(/static/index/img/indeximg/login_mian_bg.png) no-repeat left top;
  background-size: 100% 100%;
  min-width: 1280px;
  width: 100%;
  padding: 160px 0px 80px;
  min-height: 620px;
}

.layui-form .login-btn{
    margin-top: 40px;
}

/* 忘记密码 */
.forget_pwd {
  text-align: right;
  line-height: 40px;
  margin-bottom: 10px;
}

.forget_pwd a {
  color: red;
}

.get_code {
  display: inline-block;
  width: 112px;
  height: 40px;
  line-height: 40px;
  color: #409EFF;
  background: #ecf5ff;
  border: 1px solid #b3d8ff;
  border-radius: 4px;
  cursor: pointer
}

.get_code:hover {
  color: #ffffff;
  background-color: #409EFF;
}

/* 登录注册按钮 */
.layui-btn {
  width: 100%;
  background-color: #538ffc !important;
}

.code-box{
    display: flex;
    align-items: center;
}
.sendcode{
    font-size: 14px;
    color: #5182F0;
    border-bottom: 1px solid #5182F0;
    width: 140px;
    text-align: center;
    min-width: 100px;
    margin: 0 5px;
    border: none;
    background: none;
}
.sendcode:hover{
    color: #5182F0;
}

.login_con .form_item {
  width: 100%;
    padding-top: 10px;
    height: 60px;
    border-radius: 2px;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 10px;
    box-sizing: border-box;
}
.login_con .form_tip {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: #FF5E5E;
    font-size: 14px;
}
  .login_con .form_item{
            
            border-bottom: 1px solid #CCCCCC;
        }

.login_con .layui-input,
.layui-select,
.login_con .layui-textarea {
  border: none;
}

.login_con .form_item_title {
  padding: 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.login_con .form_item_title img{
    margin: 0 auto;
    display: block;
    height: 100%;
}

.login_con .layui-form-checked[lay-skin=primary] i {
  border-color: #538ffc !important;
  background-color: #538ffc;
  color: #fff;
}

.login_con .layui-btn {
    height: 44px;
  background: rgba(73, 135, 251) !important;
  border-radius: 6px !important;
  font-size: 16px;
}

.layui-form-item .layui-input-inline {
  width: 140px !important;
}


#loginCon {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  /*justify-content: space-between;*/
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  display: flex;
}
.bind-phone-wrap{
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.bind-phone-wrap *{
    box-sizing: border-box;
}
.bind-phone-wrap .bind-phone-box{
    width: 500px;
    height: 500px;
    background: #fff;
    padding: 60px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bind-phone-wrap .bind-phone-box .close{
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}
.bind-phone-box .title{
    font-size: 24px;
    margin-bottom: 54px;
}
.bind-phone-box .input-box{
    display: flex;
    align-items: center;
    width: 400px;
    height: 52px;
    border: 1px solid #D8DCE6;
    margin-top: 20px;
}
.bind-phone-box .input-box.active{
    border: 1px solid #FA5555;
}
.bind-phone-box .tips{
    color: #FA5555;
    font-size: 14px;
    padding-top: 6px;
    text-align: left;
}
.bind-phone-box .input-box .icon-box{
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
}
.bind-phone-box .input-box .icon-box img{
    margin: 0 auto;
    display: block;
    height: 100%;
}
.bind-phone-box .input-box input{
    border: none;
    width: 220px;
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
}
.get-code{
    min-width: 120px;
    text-align: right;
    color: #4987FB;
}
.bind-phone-box .input-box .get-code{
    font-size: 14px;
    color: #5182F0;
    border-bottom: 1px solid #5182F0;
    width: 140px;
    text-align: center;
    min-width: 120px;
    margin: 0 5px;
    border: none;
    background: none;
}
.bind-phone-box .bind-btn{
    display: block;
    height: 52px;
    line-height: 52px;
    background: rgba(69, 108, 240, 1);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 50px;
}

center .left_con{
    /*width: 500px;*/
    /*height: 620px;*/
    padding: 10px;
}

#banner{
    width: 100%;
    height: 600px;
}
#banner .swiper-button-prev{
    width: 24px;
    height: 60px;
    background: url(/static/index/img/indeximg/left_btn.png) no-repeat left top;
    background-size: 100% 100%;
}
#banner .swiper-button-next{
    width: 24px;
    height: 60px;
    background: url(/static/index/img/indeximg/right_btn.png) no-repeat left top;
    background-size: 100% 100%;
}
#banner .swiper-pagination-bullets{
    bottom: 20px;
}
#banner .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
}
#banner img{
    display: block;
    width: 500px;
    height: 600px;
  
  /*margin: 10px;*/
}
#banner .banner-text{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 20px 0;
}
.banner-text .title{
    font-size: 34px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.banner-text .sub-title{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

center .right_con {
    width: 470px;
    height: 524px;
    box-sizing: border-box;
    padding: 80px 40px;
    position: relative;
}

center .right_con .login-way-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

.login-way-box .login-way-icon{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.login-way-box .login-way-tips-bg{
    box-sizing: border-box;
    position: absolute;
    top: 16px;
    right: 52px;
    width: 148px;
    height: 44px;
    background: url(/static/index/img/login_way_tips_bg.png) no-repeat left top;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 17px 19px 13px 13px;
    cursor: pointer;
}
.login-way-box .login-way-tips-bg .icon{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    display: block;
}
.login-way-box .login-way-tips-bg .tips{
    font-size: 14px;
    color: #727272;
}

center .right_con .login_box {
  width: 100%;
  height: 100%;
}

.login_box .qrcode-login-box .qrcode-img{
  display: block;
    width: 220px;
    height: 220px;
    margin: 100px auto;
    border: 1px solid #e2e2e2;
}
.qrcode-login-box .qrcode-login-text{
    font-size: 14px;
    color: #666;
    text-align: center;
}

.layui-form-item .layui-input-inline {
  width: 140px !important;
}

center .right_con .login_box .tit {
  display: flex;
  justify-content: space-between;
  transition: all .3s;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #E4E7ED;
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
}

center .right_con .login_box .tit .login {
  display: inline-block;
  width: 190px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  color: #666666;
 
}

center .right_con .login_box .tit .login.on,
center .right_con .login_box .tit .login:hover {
  color: #4987FB;
  font-weight: 500;
}

center .right_con .login_box .tit .line {
    width: 50%;
    height: 2px;
    background: rgba(69, 108, 240, 1);
    border-radius: 1px;
    position: absolute;
    top: 58px;
    left: 0;
    transition: all .5s;
}