/*弹窗登录注册框美化*/
.hyth-login-form {
    width: 810px !important;
    min-height: 550px !important;
    border-radius: 0px !important;
}
.hyth-login-form .layui-layer-content {
    padding: 0px !important;
    display: flex !important;
}
.hyth-login-form .layui-layer-content .row-left {
    background: #fff;
    width: 40%;
    border-radius: 0px;
    height: 550px;
    z-index: 0;
}
.row-left .hyth-main-title {
    text-align:center;
    font-size:2rem;
    color:var(--hyth-login-main-title-color);
    margin-top:100px;
    letter-spacing:5px;
}
.row-left .hyth-qrcode {
    text-align:center;
    margin-top:80px;
}
.row-left .hyth-qrcode img {
    width:150px;
    height:150px;
}
.row-left .hyth-sub-title {
    text-align:center;
    font-size:1.2rem;
    color:var(--hyth-login-sub-title-color);
    margin-top:80px;
    letter-spacing:2px;
}
.jinsom-pop-login-form {
    padding: 10px 100px 10px;
}
.login-close {
    position: absolute;
    right: 52px;
}
.jinsom-pop-login-form li {
    margin-bottom: 10px;
}
.jinsom-pop-login-form li input {
    border-radius: 0px;
}
.hyth-login-form .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -15px;
    top: -12px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #787878;
    border: 0;
}
.login-close .layui-layer-close1 {
    background-position: 15px -48px;
    cursor: pointer;
}
.hyth-login-form .layui-layer-content .row-right {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    background: #fff;
}
.row-right .login-top {
    height: 100px;
    margin-top: 10px;
    text-align: center;
}
.row-right .login-top img {
    width:200px;
    height:50px;
    margin-top: 30px;
}
.row-right .login-from-swerpper {
    width: 60%;
    margin: 0 auto;
}
.row-right .login-from-swerpper select {
    background: #F8F8F8;
    border: 1px solid #C5BEBE;
    cursor: pointer;
    margin-right: 10px;
    width: 130px;
}
.login-from-swerpper li {
    position: relative;
    margin-bottom: 20px;
}
.login-from-swerpper li.phone {
    display: flex;
}
.login-from-swerpper li input {
    width: 100%;
    line-height: 35px;
    padding: 0 0 0 30px;
    border-radius: 0px;
    background: #F8F8F8;
    border: 1px solid #C5BEBE;
    box-sizing: border-box;
}
.login-from-swerpper li.phone:before {
    content: "\f10b";
    font-size: 22px;
    top: 8px;
}
.login-from-swerpper li.phone:has( > select):before {
    left: 146px;
}
.login-from-swerpper li.code:before {
    content: "\f14a";
    font-size: 13px;
}
.login-from-swerpper li.code {
    display: flex;
}
.login-from-swerpper li.code input.jinsom-get-code {
    background-color: var(--jinsom-color);
    border: none;
    padding: 0;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
.login-from-swerpper li:before {
    position: absolute;
    top: 11px;
    left: 6px;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}
.login-from-swerpper li.username:before {
    content: "\f007";
}
.login-from-swerpper li.pass:before {
    content: "\f023";
}
.login-from-swerpper .row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-from-swerpper .row .jinsom-login-type {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: unset;
    flex: 1;
}
.login-from-swerpper .row .jinsom-login-type li {
    flex: 0;
    margin: 0;
}

.login-from-swerpper .row .jinsom-login-type li:before,.login-from-swerpper .row .jinsom-login-type li.phone:before {
    content: unset;
    font-size: unset;
    top: unset;
}
.login-from-swerpper .row .jinsom-login-type li i {
    font-size: 30px;
}
.row-right .jinsom-login-btn span:first-child {
    margin-right: 0;
}
.jinsom-login-btn {
    width: 100%;
}
.jinsom-login-btn span.login {
    background-color: var(--jinsom-color);
}
.jinsom-login-btn span.login:hover {
    opacity: 0.8;
}
.jinsom-login-btn span {
    background: var(--jinsom-color);
    border-radius: 0px;
}
.row-right .login-container {
    height: 435px;
}
.row-right .login-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: #EFF1F5;
    width: 100%;
    font-size: 12px;
    border-radius: 0px;
}
.login-footer .item {
    margin: 0 15px;
}
.login-footer a {
    color: #0096e6;
}
.row-right .login-line {
    display: flex;
    width: 80%;
    margin: 15px auto 10px;
}
.login-line .line {
    flex: 1;
    position: relative;
    top: -7px;
    border-bottom: 1px solid #DDDDDD;
}
.login-line .row-txt {
    margin: 0 20px;
}
.jinsom-pop-login-form li.code input:last-child {
    background-color: #ffa042;
}
.hyth-login-form .layui-form-radio {
    margin: 6px 10px 0 11px;
}

.hyth-type-login-way {
    height: 30px;
    line-height: 30px;
    display: flex;
    width: 60%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.hyth-type-login-way span {
    font-size: 18px;
    color: #a1a6bb;
    width: auto;
    margin: 0 auto;
    height: 100%;
    line-height: 30px;
    cursor: pointer;
    border-bottom: 2px solid #ccc;
}

.hyth-type-login-way span.checked {
    border-bottom: 2px solid var(--jinsom-color);
    color: #333;
}
.hyth-type-login-way-account {

}

.hyth-type-login-way-phone {

}


/*幻灯片*/
.row-left .swiper-wrapper a {
    display: flex;
}
.row-left .swiper-text {
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.row-left .swiper-pagination {
    width: 40%;
}
.row-left .swiper-button-next, .row-left .swiper-button-prev {
    background: #fff0;
    font-size: 40px !important;
    color: #fff;
    display: none;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
.row-left .swiper-button-next {
    left: calc(40% - 60px);
}