body {
    background-image: url(../../images/loginbg.png);
    background-size: 100% 100%;
    background-attachment: fixed;
}

.login_w {
    width: 1518px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 1518px;
    height: 85px;
    margin: 30px auto 30px;
    border-bottom: 2px solid #2376f33a;
    line-height: 20px;
}

/* .line{
    width: 1518px;
    margin: -25px auto;
    height: 2px;
	background-color: #418dff;
	opacity: 0.2;
} */
.header_text {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 485px;
    height: 58px;
    /* border: 1px solid red; */
}

.header_text .tel {
    margin-left: 13px;
    padding-right: 5px;
    border-right: 1px solid #c6c6c6;
    font-size: 14px;
    color: #666666;
}

.header_text .tel p {
    font-size: 10px;
}

.number {
    margin-left: 5px;
    font-size: 33px;
    color: #666666;
}

.login_box {
    text-align: right;
    height: 750px;
    display: flex;
    justify-content: space-between;
}

.login_left {
    width: 668px;
    height: 750px;
}

.hyk {
    width: 600px;
    height: 232px;
    font-size: 108px;
    letter-spacing: 0px;
    color: #418dff;
    text-align: left;
}

.hyk .hyk_bottom {
    display: flex;
    justify-content: space-between;
    height: 81px;
    margin-top: 80px;
    line-height: 81px;
    width: 475px;
}

.hyk .hyk_bottom .left {
    width: 81px;
    height: 81px;
    padding-left: 5px;
}

.hyk .hyk_bottom span {
    font-size: 47px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #418dff;
}

.hyk .hyk_bottom .right p {
    margin-top: -60px;
    margin-left: -10px
}

.box_right {
    width: 668px;
    height: 750px;
    background-color: #ffffff;
    box-shadow: 2px 3px 26px 6px rgba(5, 39, 91, 0.1);
    border-radius: 33px;
    text-align: center;
}

.box_right .content {
    margin-top: 85px !important;
}

.box_right .text {
    border: 1px solid rgb(66, 34, 245);
    height: 300px;
}

.text div {
    width: 100%;
}

.box_right .box {
    text-align: center;
    font-size: 48px;
    width: 100%;
    /* line-height: 50px;	 */
    color: #333333;
}

.box_right .zhuce {
    font-size: 20px;
    color: #418dff;
    height: 20px;
    line-height: 70px;
}

.box_right .zhuce a {
    color: #418dff;
}

.box_right .zhuce a:hover {
    color: #418dff;
}

.layui-form {
    margin-top: 80px;
}

.layui-form-item {
    margin-bottom: 40px !important;
}

.layui-input {
    width: 450px !important;
    border: none !important;

}

.layui-input:focus {
    border: none !important;
    box-shadow: none;
}

.login_btn {
    width: 500px;
    height: 64px;
    border-radius: 32px;
    margin-top: 70px;
    margin-left: -111px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

.login_xieyi {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-left: -25px;
    color: #999999;
    margin-top: 50px;
}

.login_xieyi a {
    color: #418dff;
}

.login_xieyi a:hover {
    color: #418dff;
}

.layui-input-inline {
    position: relative;
}

.layui-input-inline .eye {
    position: absolute;
    top: 8px;
    right: 8px;
}

.layui-form-label {
    margin-left: 34px;
}

.mima {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin-top: 50px;
    margin-left: 85px;
}

.mima-left {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #999999;
}

.layui-form .repass {
    display: inline-block !important;
    vertical-align: -1px;
    width: 15px;
    height: 15px;
    border-color: #999999;
}

.layui-form .layui-form-checkbox {
    display: none;
}

.mima-right {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #418dff;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #d6d6d6;
    font-size: 20px;
}

:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #d6d6d6;
    font-size: 20px;
}

::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #d6d6d6;
    font-size: 20px;
}

:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #d6d6d6;
    font-size: 20px;
}