section
{
	margin-top: 74px !important;
}
.ri-box ul
{
	background: #FFFFFF;
	position: fixed;
	width: 330px;
	top: 74px;
	bottom: 50px;
}
.le-box>div
{
	position: fixed;
	top: 74px;
	width: 860px;
	bottom: 50px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.ri-box ul li
{
	height: 50px;
	padding-left: 60px;
	box-sizing: border-box;
	color: #868686;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
}
.ri-box ul li i
{
	margin-right: 18px;
}
.ri-box ul li iconpark-icon
{
	height: 50px;
	color: red;
}
.active
{
	background: #F8F7F5;
	color: #333333 !important;
}
.le-box>div
{
	padding: 0 !important;
}
.acc-box li,.pb-box li
{
	padding: 30px 30px 20px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #F7F4F0;
	box-sizing: border-box;
	/* display: flex; */
}
.acc-box li>div,.pb-box li>div,.pb-box ul ul>div
{
	display: flex;
	justify-content: space-between;
}
.set-top
{
	font-size: 24px !important;
}
.pb-box ul ul .set-name
{
	line-height: 48px;
}
.set-name
{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.set-pro
{
	font-size: 14px;
	color: #AEAEAE;
	margin-top: 4px;
}
.ri-do
{
	line-height: 48px;
	font-size: 14px;
}
.ri-do>div>div
{
	float: right;
	margin-left: 20px;
}

.ri-ch
{
	color: #FF671F;
	cursor: pointer;
}
.wx-box .le-acc
{
	line-height: 48px;
}
.wechat
{
	color: #333333 !important;
}
.wechat i
{
	margin-top: 2px;
	margin-right: 6px;
}
.ri-remove
{
	color: #AEAEAE;
	cursor: pointer;
}
footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #767676;
}
footer a
{
	color: #767676;
}
.mb
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.pwd-box
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	width: 400px;
	height: 425px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 9999;
}
.pwd-tit,.phone-tit,.test-tit
{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.pwd-cont
{
	margin-top: 40px;
}
.pwd-cont>div
{
	/* overflow: hidden; */
	height: 35px;
	margin-bottom: 24px;
}
.le-pwd
{
	float: left;
	width: 88px;
	font-size: 14px;
	color: #333333;
	text-align: right;
	line-height: 35px;
}
.ri-pwd
{
	float: left;
	margin-left: 12px;
	line-height: 35px;
	color: #AEAEAE;
	width: 220px;
}
.le-pwd span
{
	color: #FF0000;
}
input,button
{
	outline: none;
}
button
{
	cursor: pointer;
}
input
{
	padding-left: 10px !important;
	width: 220px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	box-sizing: border-box;
}
.yzm-box .ri-pwd input,.yzm-box .ri-pwd button
{
	float: left;
	box-sizing: border-box;
}
.yzm-box .ri-pwd input
{
	width: 135px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
}
.yzm-box .ri-pwd button
{
	width: 75px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #FF671F;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #FF671F;
}
.sub
{
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	height: 50px;
	background: #FF671F;
	border-radius: 4px;
	margin-top: 10px;
	border: none;
}
.close
{
	position: absolute;
	top: -30px;
	right: -36px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.pwd-box,.tip-box,.phone-ch,.test,.mb
{
	/* display: none; */
}
.phone-ch
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
	height: 420px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 999;
}
.phone-con
{
	margin-top: 36px;
}
.phone-con>div
{
	margin-bottom: 20px;
	height: 40px;
}
.tel input,.newPhone input
{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	box-sizing: border-box;
}
.phone-con .yan input
{
	float: left;
	width: 225px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
}
.phone-con .yan button
{
	float: right;
	width: 75px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #FF671F;
	border-radius: 4px;
	color: #FF671F;
	font-size: 12px;
	transition: 1s;
	
}
button:disabled
{
	color: #AEAEAE !important;
	/* border: 1px solid #F1F1F1 !important; */
	transition: 1s;
}
.test
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
	height: 308px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 999;
}
.test-pro
{
	font-size: 12px;
	color: #AEAEAE;
	line-height: 20px;
	text-align: center;
	margin-top: 8px;
}
.test-box
{
	margin-top: 32px;
	font-size: 14px;
	color: #333333;
}
.test-yzm
{
	height: 35px;
	margin-top: 6px;
	border-bottom: 1px solid #F7F4F0;
}
.test-yzm input
{
	width: 200px;
	float: left;
	height: 34px;
	border: none;
}
.test-yzm button
{
	border: none !important;
	font-size: 14px;
	color: #FF671F;
	float: right;
	height: 35px;
	background: none;
}
.test-btn
{
	display: block;
	width: 150px;
	height: 35px;
	background: #FF671F;
	border: 1px solid #FF671F;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	margin: auto;
	margin-top: 48px;
}
button
{
	background: none;
	border: none;
}
.dis
{
	color: #aeaeae !important;
}
.pwd-box,.mb
{
	display: block;
}

.mb
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.bind
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	width: 400px;
	/* height: 425px; */
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 9999;
}
.bind-tit
{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.bind-con
{
	margin-top: 40px;
}
.tel input{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    box-sizing: border-box;
	padding-left: 10px;
}
.bind-con>div
{
	margin-bottom: 20px;
	height: 40px;
}
.bind-con .yan input {
    float: left;
    width: 225px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
	padding-left: 10px;
}
.bind-con .yan button {
    float: right;
    width: 75px;
    height: 40px;
    background: #FFFFFF;
    /* border: 1px solid #FF671F; */
	border: 1px solid #F1F1F1;
    border-radius: 4px;
    color: #FF671F;
    font-size: 12px;
    transition: 1s;
	box-sizing: border-box;
	cursor: pointer;
}
.bind .sub {
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    background: #FF671F;
    border-radius: 4px;
    margin-top: 10px;
    border: none;
}
