/*开始*/
/*背景层*/
.dl-Mobile-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:1000;
	background: rgba(0,0,0,.3);
}
/*中间盒子*/
.Mobile-wrap{
	width: 526px;
	height: 463px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 32px 93px 0px;
	box-sizing: border-box;
}
.Mobile-wrap>h3,.Mobile-wrap>p{
	display: block;
	width: 100%;
	text-align: center;
	color: #676666;
}
/*标题*/
.Mobile-wrap>h3{
	font-size: 19px;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
}
/*提示*/
.Mobile-wrap>p{
	height:30px;
	line-height: 30px;
	font-size: 14px; 
}
/*信息收集盒子*/
.Mobile-wrap-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 24px;
}
.Mobile-wrap-box>div{
	width: 100%;
	margin: 0 auto 20px;
}
/*手机号*/
.phone-Package{
	height: 40px;
}
.phone-Package>div{
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	height: 40px;
	background: #fff;
}
/*left*/
.phone-Package .phoneLeft{
	width: 117px;
	float: left;
	font-size: 14px;
	color: #4C4548;
	padding-left: 12px;
	line-height: 38px;
}
.phoneLeft>i{
	float: right;
	display: inline-block;
	width: 25px;
	height: 100%;
	line-height: 38px;
	color: #b0b0b0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
/*right*/
.phone-Package .phoneRight{
	width: 221px;
	float: right;
	position: relative;
}
.phoneRight>i{
	display: block;
	height: 100%;
	line-height: 38px;
	padding: 0 10px;
	float: left;
	font-size: 22px;
	color: #CBCBCB;
}
.phoneRight>input{
	display: block;
	float: left;
	height: 100%;
	line-height: 38px;
	font-size: 14px;
}
.phoneRight>p,.code-Package>p{
	display: none;
	font-size: 12px;
	color: #FD6B6B;
	position: absolute;
	top: 40px;
	right: 0;
}
.code-Package>p{
	top: 42px;
}
/*滑动验证*/
.Mobile-wrap-box>div.silde-Package{
	height: 34px;
	background: red;
	margin-bottom: 15px;
}
/*验证码*/
.code-Package{
	height: 40px;
	border-bottom: 1px solid #E4E4E4;
	position: relative;
}
.code-Package>i{
	display: block;
	padding: 0 8px;
	height: 100%;
	line-height: 39px;
	color: #CBCBCB;
	text-align: center;
	font-size: 18px;
	float: left;
}
.code-Package input.input_1{
	display: block;
	height: 100%;
	line-height: 39px;
    font-size: 14px;
    float: left;
}
.code-Package input.input_2 {
    border: none;
    position: absolute;
    font-size: 14px;
    color: #FF9315;
    top: 10px;
    right: 0;
    background: none;
    cursor: pointer;
}
/*确认按钮*/
.Mobile-submit{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px; 
}
.Mobile-submit>a{
	display: block;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(90deg,rgba(255,196,12,1) 0%,rgba(255,144,0,1) 100%);
	color: #fff;
	line-height: 40px;
	text-align: center;
}
/*温馨提示*/
.Mobile-wrap>p.Mobile-hint{
	display: block;
	font-size: 12px;
	color: #999999;
	text-align: left;
	line-height: 18px;
	height: auto;
}
.Mobile-wrap .Mobile-hint>span{
	color: #FE9205;
}
/*取消按钮*/
.Mobile-cancel{
	display: block;
	width: 30px;
	margin: 10px auto;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

/*样式调整*/
.phoneLeft #iconJiantou{
	background: none;
}
.phoneRight #iconShouji{
	background: none;
	margin-top: 0px;
	width: 42px;
}
.phoneRight #phone-Int{
	background: none;
	width: 160px;
	border: none;
	display: block;
    float: left;
    height: 100%;
    line-height: 38px;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
}
.phoneRight #phone-Int:focus{
	box-shadow: none;
}
.code-Package #iconMima{
	width: 34px;
	background: none;
}
.code-Package #codeInt{
	display: block;
    height: 100%;
    line-height: 39px;
    font-size: 14px;
    float: left;
    background: none;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
    box-shadow: none;
}

.dl-Mobile-wrap .bind-center {
	width: 526px;
	height: 463px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.dl-Mobile-wrap .bind-center .skip-btn-bind {
	color: #666666!important;
}

.dl-Mobile-wrap .bind-center .bind-mobile-img {
	margin-left: -31px;
}

/* 20231204绑定手机号 */
.dl-Mobile-wrap.dl-Mobile-wrap-new .bind-center > a {
	display: none;
}

.dl-Mobile-wrap.dl-Mobile-wrap-new .Mobile-wrap {
	padding: 32px 84px 48px;
	border-radius: 20px;
	height: auto;
}

.dl-Mobile-wrap.dl-Mobile-wrap-new .icon-guanbi2 {
	position: absolute;
    right: 22px;
    top: 22px;
    font-size: 32px;
    color: #CBCBCB;
    z-index: 3;
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
    opacity: 0.9;
    transition: all 0.2s ease;
    cursor: pointer;
}

.dl-Mobile-wrap.dl-Mobile-wrap-new .icon-guanbi2:hover {
	opacity: 1;
}

.dl-Mobile-wrap.dl-Mobile-wrap-new .username-wrap {
	border-radius: 4px;
    border: 1px solid #E4E4E4;
    height: 40px;
    overflow: hidden;
}

.dl-Mobile-wrap.dl-Mobile-wrap-new .username-input {
	width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
	box-shadow: none;
}