* {
    margin: 0;
    padding: 0;
}

input::-ms-clear { display: none; }

.sm_clear_fix::after,
.sm_clear_fix::before {
    content: "";
    display: table;
    clear: both;
}

/* 以上是不用复制的样式 */

html,body{
    width: 100%;
    height: 100%;
}

.sm_m_bom_12{
    margin-bottom: 10px;
}

.sm_m_bom_18{
    margin-bottom: 18px;
}

.sm_m_rig_30{
    margin-right: 30px;
}

.sm_m_top_22{
    margin-top: 22px;
}

.sm_new_input{
    box-sizing: border-box;
    /*width: 320px;*/
    height: 40px;
    outline: none;
    /*border: 1px solid #e0e0e0;*/
    border-radius: 3px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    /*2.5登录样式修改*/
    width: 340px;
    background: #ffffff;
    border: 1px solid #d1dce8;

}

.sm_new_title{
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}

.sm_mac_ver_code_box{
    position: relative;
    width: 320px;
}

.sm_pic_cap{
    width: 88px;
    height: 37px;
    position: absolute;
    top: 1.5px;
    right: -19px;
    cursor: pointer;
}

.sm_new_link{
    font-size: 14px;
    color: #8a8a99;
}

.sm_re_pwd_link{
    font-size: 14px;
    color: #8a8a99;
    float: right;
}

.sm_register_link{
    font-size: 14px;
    color: #8a8a99;
    float: left;
}

.sm_new_btn{
    /*background-color: #6565f8;*/
    outline: none;
    box-sizing: border-box;
    /*width: 320px;*/
    /*height: 38px;*/
    border: none;
    color: #fff;
    cursor: pointer;
    /*2.5登录样式修改*/
    width: 340px;
    height: 40px;
    background: #409EFF;
    border-radius: 4px;
}

.sm_new_btn:hover{
    background-color: #3a8ee5;
}

.sm_new_btn:active{
    background-color: #3a8ee5;
}

.sm_login_from{
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    display: inline-block;
}

.sm_new_logo{
    width: 200px;
    display: block;
    margin: 0 auto 10px auto;
}

.sm_new_main_title{
    font-size: 12px;
    color: #8a8a99;
    text-align: center;
    margin-bottom: 24px;
}

.sm_new_main{
    width: 400px;
    height: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sm_new_container{
    width: 100%;
    height: 100%;
    background-color: #f7f9fc;
    position: relative;
}

.sm_login_item_box{
    margin-top: 12px;
    margin-bottom: 20px;
}

.sm_copy_right{
    position: absolute;
    text-align: center;
    color: #babcc2;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space:nowrap;
}

.sm_new_rePwd_main{
    width: 400px;
    height: 710px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sm_register_swiper{
    width: 400px;
    height: 100%;
    float: left;
}

.sm_register_main{
    width: calc(100vw - 400px);
    float: left;
    height: 100vh;
}

.sm_login_from{
    width: 400px;
}

.swiper-wrapper{
    height: 100vh;
}

.swiper-pagination-bullet-active{
    background-color: #c8cdf8;
    width: 24px;
    border-radius: 5px;
}

.swiper-pagination-bullet{
    background-color: #c8cdf8;
}

.sm_get_ver_con{
    position: relative;
}

.sm_popup_var_send{
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 10px;
    color: #0080FF;
    font-size: 14px;
    background-color: transparent;
    border: none;
}

.sm_popup_var_send::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #E7E7E7;
    position: absolute;
    left: -10px;
}

.sm_return_btn{
    text-align: center;
}

.sm_return_btn_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sm_return_btn_text{
    font-size: 12px;
}

.sm_disable_btn{
    color: #a6a6a7;
}

/*覆盖layui的默认样式*/
.layui-layer-btn0{
    background-color: #6565f8 !important;
    border-color: #6565f8 !important;
}

/*2.5登录样式修改*/

.lyx-login-main{
    width: 840px;
    height: 520px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(127,127,127,0.1);
    display: flex;
}
.lyx_new_container{
    width: 100%;
    height: 100%;
    /*background-image: url("../../assets/images/lyx-backound-2.5.png");*/
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lyx_login_from{
    margin: 50px 98px 91px 102px;
}
.lyx-login-f-p1{
    font-size: 32px;
    font-weight: 700;
    /*text-align: center;*/
    color: #409EFF;
    line-height: 42px;
}
.lyx-login-f-p2{
    font-size: 16px;
    /*text-align: center;*/
    color: #409EFF;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 33px;
}
.lyx_re_pwd_link{
    font-size: 12px;
    text-align: center;
    color: #409EFF;
    line-height: 16px;
    margin-top: 16px;
}
input::-webkit-input-placeholder{
    font-size: 12px;
    text-align: left;
    color: #acb6bf;
    line-height: 16px;
}
.lyx-login-f-bottom{
    display: flex;
    justify-content: space-between;
}
.lyx_re_pwd_link span{
    color: #8C8C8C;
}
a:hover{
    color: #3341bf;
}
.sm_copy_right a{
    color: #babcc2
}
.lyx-register-foot{
    margin-right: 24px;
}
#bg-video {
		  position: fixed;
		  top: 50%;
		  left: 50%;
		  min-width: 100%;
		  min-height: 100%;
		  transform: translateX(-50%) translateY(-50%);
		  z-index: -1;
		}
.sm_landing{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.4);
	/*position: relative;*/
	z-index: 9999;

	/*v2.5*/
	position: absolute;
	top: 0;
	right: 0;
}

.sm_landing_gif{
	width: 240px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 0;
	left: -30px;
	bottom: 0;
	margin: auto;
}