.alert-bg2{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    display: none;
    overflow: auto;
    /* box-sizing: border-box;
    padding: 37.5px 0; */
}
.alert-cont1{
    position: relative;
    width: 310.01px;
    height: 223.01px;
    background-color: #ffffff;
    border-radius: 12.49px;
    background: url("../images/mashsell/alert-bg1.png") no-repeat;
    background-size: 100% 100%;    
    background-position: 0 0;        
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.alert-cont1 h3{
    font-size: 16.99px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2em;
    letter-spacing: 0.45px;
    color: #292929;
    margin-bottom: 13.39px;
    text-align: center;
}
.alert-cont1 p{
    font-size: 12.0px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    color: #3687f4;
    margin-bottom: 15.26px;
}
.alert-cont1 input{
    width: 210.0px;
    height: 39.0px;
    background-color: #ffffff;
    border-radius: 2.51px;
    border: solid 0.49px #c0c0c0;
    font-size: 13.01px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39.0px;
    letter-spacing: 0.0px;
    color: #333;      
    text-align: center;     
    margin-bottom: 22.76px;           
}
.alert-cont1 .alert-close{
    position: absolute;
    width: 22.99px;
    height: 22.99px;
    border-radius: 50%;
    bottom: -37.99px;
    text-align: center;
    line-height: 22.99px;
    color: #fff;
    font-size: 20.62px;
    left: 50%;
    margin-left: -11.49px;
}
.alert-cont1 .alert-close img{
    width: 100%;
    height: 100%;
}
.from-submit,
.alert-cont1 .submit
{
    width: 217.01px;
    height: 43.99px;
    background-image: linear-gradient(100deg, 
        #2f74ff 0%, 
        #388ef0 100%);
    border-radius: 22.01px;
    margin: 0 auto;
    font-size: 16.99px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.0px;
    line-height: 43.99px;
    text-align: center;
    color: #ffffff;
}


/* 换绑弹窗 */
.alert-huanbang{
	width: 345.0px;
	background-color: #ffffff;
	border-radius: 7.99px;
    padding-top: 15.0px;
}
.alert-huanbang .cont-tit{
    margin-bottom: 18.75px;
}
.alert-huanbang .cont-tit h3{
	font-size: 16.99px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.1em;
	letter-spacing: 0.45px;
	color: #343434;
    margin-bottom: 9.49px;
    text-align: center;
}
.alert-huanbang .cont-tit p{
    width: 100%;
	font-size: 13.01px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18.0px;
	letter-spacing: 0.34px;
	color: #292929;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.alert-huanbang .cont-tit .van-count-down{
    color: #ff002a;
}
.alert-huanbang .step-box{
    box-sizing: border-box;
	width: 325.01px;
	background-color: rgba(58, 122, 254, 0.1);
	border-radius: 7.99px;
    margin: 0 auto;
    margin-bottom: 9.0px;
    padding: 11.25px 9.38px;
}
.alert-huanbang .step-box.disable{
    opacity: 0.5;
}
.alert-huanbang .step-tit{

}
.alert-huanbang .step-tit p{
	font-size: 15.0px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.1em;
	letter-spacing: 0.41px;
	color: #343434;
    margin-bottom: 7.5px;
}
.alert-huanbang .step-tit p span{
    font-size: 18.0px;
    font-weight: bold;
    font-style: italic;
    color: #ff8019;
}
.alert-huanbang .step1-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alert-huanbang .step1-l{
	font-size: 13.01px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.1em;
	letter-spacing: 0.34px;
	color: #292929;
}
.alert-huanbang .step1-l span{
    font-size: 18.0px;
    font-weight: bold;
    font-style: italic;
    color: #ff8019;
    margin-right: 9.38px;
}
.alert-huanbang .step1-r img{
    width: 15.49px;
    height: 15.49px;
}
.alert-huanbang .step-input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.99px;
}
.alert-huanbang .step-input div{
	font-size: 13.01px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.1em;
	letter-spacing: 0.34px;
	color: #343434;
}
.alert-huanbang .step-input input{
	width: 214.5px;
	height: 27.0px;
	background-color: #ffffff;
	border-radius: 2.51px;
	border: solid 1px#c0c0c0;
    box-sizing: border-box;
    padding-left: 6.49px;
	font-size: 13.01px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27.0px;
	letter-spacing: 0.0px;
	color: #333;
}
.alert-huanbang .step-submit{
	width: 150.0px;
	height: 30.49px;
	background-color: #3a7afe;
	box-shadow: 0.0px 1.99px 4.99px 0.0px 
		rgba(58, 122, 254, 0.3);
	border-radius: 15.0px;
    margin: 0 auto;
	font-size: 15.04px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.0px;
	color: #ffffff;
    line-height: 30.49px;
    text-align: center;
    margin-top: 14.51px
}
.alert-huanbang .step-status-btn{
	width: 150.0px;
	height: 30.49px;
	background-color: #ffffff;
	box-shadow: 0.0px 1.99px 4.99px 0.0px 
		rgba(58, 122, 254, 0.3);
	border-radius: 15.0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 15.04px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.0px;
	color: #666666;
    line-height: 30.49px;
    margin-top: 14.51px
}
.alert-huanbang .step-status-btn img{
	width: 21.0px;
	height: 21.0px;
    margin-right: 10.5px;
}
.alert-huanbang .alert-close{
    text-align: center;
    font-size: 15.0px;
    padding: 11.25px 0;
}