.bg{
	background-color: #fff;
}
.bg .bg1{
	width: 100%;
	border-top: 1px solid #000;
	color: #fff;
}
.bg .bg1 .bg1_1{
	position: relative;
	width: 66.7%;
	margin: 0 auto;
}
.bg .bg1 .bg1_1 .bg1_1_1 img{
	width: 100%;
	margin-top: -1px;
}
.bg .bg1 .bg1_1_2{
	position: absolute;
	top: 5%;
	left: 1%;
}
.bg .bg1 .bg1_1_2 ul{}
.bg .bg1 .bg1_1_2 ul li{
	font-size: 12px;
	float: left;
	padding: 0px 3px;
}
.bg .bg1 .bg1_1_2 ul li a{
	color: #fff;
}
.bg .bg1 .bg1_1_2 ul li span{}
.bg .bg1 .bg1_1_3{
	position: absolute;
	font-size: 15px;
	top: 42%;
	right: 12%;
}


.bg .bg2{
	width: 66.7%;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}
.bg .bg2 ul{}
.bg .bg2 ul li{
	float: left;
	padding: 0 50px;
}
@media(max-width: 1700px){
.bg .bg2 ul li{
	padding: 0 40px;
}
}
@media(max-width: 1500px){
.bg .bg2 ul li{
	padding: 0 30px;
}
}
@media(max-width: 1300px){
.bg .bg2 ul li{
	padding: 0 20px;
}
}
.bg .bg2 ul li a{
	color: #000;
	font-size: 14px;
	line-height: 60px;
}


.bg .bg3{
	width: 66.7%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 27px;
}
.bg .bg3 .left{
	width: 74.8%;
}
@media(max-width: 1400px){
.bg .bg3 .left{
	width: 72.2%;
}
}
.bg .bg3 .left div{
	width: 100%;
	padding-left: 2%;
}
.bg .bg3 .left>div{
	font-size: 27px;
	font-weight: bold;
	color: #000;
	line-height: 3em;
}


/*我的信息*/
.bg .bg3 .left .main{
	/*display: none;*/
}
.bg .bg3 .left .main div:first-of-type{
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	height: 3.2em;
	color: #000;
	line-height: 3.2em;
}
.bg .bg3 .left .main div:nth-of-type(2){
	font-size: 14px;
	margin-top: 5%;
	font-weight: bold;
}
.bg .bg3 .left .main div:nth-of-type(2)>ul{
}
.bg .bg3 .left .main div:nth-of-type(2)>ul li{
	margin-top: 1em;
	height: 2em;
}
.bg .bg3 .left .main div:nth-of-type(2)>ul li .kongde{
	color: #ff2121;
}
.bg .bg3 .left .main div:nth-of-type(2)>ul li a{
	display: block;
	line-height: 3em;
	text-align: center;
	width: 20%;
	background-color: #000;
	color: #fff;
}

.bg .bg3 .left .main div:nth-of-type(2)>ul li:nth-of-type(5){
	height: 3em;
	margin-top: 3em;
}
.bg .bg3 .left .main div:nth-of-type(2)>ul li:nth-of-type(6){
	height: 3em;
}


/*编辑我的信息*/
.bg .bg3 .left .editinfo{
	display: none;
}
.bg .bg3 .left .editinfo div:first-of-type{
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	height: 3.2em;
	color: #000;
	line-height: 3.2em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2){
	font-size: 14px;
	margin-top: 5%;
	font-weight: bold;
	padding: 0;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form{
	font-weight: normal;
	font-size: 14px;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form div:first-of-type{
	background-color: #fff;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form div:first-of-type span{
	display: block;
	width: 83px;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form div:first-of-type .sex{
	width: 110px;
	height: 36px;
	border: 1px solid #000;
	line-height: 36px;
	padding-left: 1em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form div:nth-of-type(2){
	color: #ff0000;
	text-align: right;
	margin-top: 0px;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li{
	width: 48.5%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 3%;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li label{
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li .name{
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 100%;
	padding-left: 0.5em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li select{
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 33%;
	/*background-color: #f2f2f2;*/
	padding-left: 1em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li .phonenumber{
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 100%;
	background-color: #f2f2f2;
	padding-left: 0.5em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li .email{
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 100%;
	padding-left: 0.5em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li .yzm{
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 49%;
	padding-left: 0.5em;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form ul li .yzm +div{
	width: 49%;
	height: 40px;
	background-color: #e5e5e5;
}
.bg .bg3 .left .editinfo div:nth-of-type(2) form .saveinfo{
	width: 121px;
	height: 36px;
	color: #fff;
	background-color: #000;
}


/*修改密码*/
.bg .bg3 .left .editmm{
	display: none;
	line-height: 1em;
}
.bg .bg3 .left .editmm div:first-of-type{
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	height: 3.2em;
	color: #000;
	line-height: 3.2em;
}
.bg .bg3 .left .editmm div:nth-of-type(2){
	font-size: 14px;
	margin-top: 5%;
	font-weight: bold;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form{
	width: 55%;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form label{
	margin-top: 1.5em;
	height: 2em;
	line-height: 2em;
	display: block;
	width: 100%;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form input[type='password']{
	height: 40px;
	border: 1px solid #e5e5e5;
	width: 100%;
	line-height: 40px;
}
/*密码强度*/
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength{
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	display: flex;
	justify-content:space-between;
	border-radius: 5px;
	border-left: 3px solid #a40000;
	border-top: 1px solid #e2e2e2;
	width: 100%;
	padding-left: 0.3em;
	background-color: #f5f5f5;
	margin-top: 1%;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength li{
	width: 22%;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength .low{
	color: red;
	background-color: red;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength .medium{
	color: blue;
	background-color: blue;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength .high{
	color: green;
	background-color: green;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength li:nth-of-type(2){
	width: 8%;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form .passwordStrength .mmqd{
	width: 24%;
	visibility: hidden;
}

.bg .bg3 .left .editmm div:nth-of-type(2) form div{
	margin-top: 15%;
	background-color: transparent;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form div .tijiao{
	width: 120px;
	height: 36px;
	text-align: center;
	background-color: #000;
	line-height: 36px;
	color: #fff;
	cursor: pointer;
}
.bg .bg3 .left .editmm div:nth-of-type(2) form div .esc{
	width: 120px;
	height: 36px;
	text-align: center;
	background-color: #000;
	line-height: 36px;
	color: #fff;
	cursor: pointer;
}





/*右侧客服中心*/
.bg .bg3 .right{
	widows: 22.7%;
	min-width: 230px;
	background-color: #eeeeee;
}
.bg .bg3 .right ul{
	width: 78.3%;
	margin: 0 auto;
}
.bg .bg3 .right ul span{
	display: block;
	text-align: center;
}
.bg .bg3 .right ul li{
	font-size: 15px;
}
.bg .bg3 .right ul li:first-of-type{
	border-bottom: 1px solid #7d7d7d;
	width: 100%;
	height: 55px;
	line-height: 4em;
}
.bg .bg3 .right ul li:nth-of-type(2){
	padding-top: 15%;
	height: 136px;
}
.bg .bg3 .right ul li:last-of-type{}
.bg .bg3 .right ul li:last-of-type a{
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 55.9%;
	padding: 0.6em 0px;
	display: block;
	margin: 0 auto;
}


/*底部*/
.bg4{
	margin-top: 190px;
}
.bg4>.bg4_1{}
.bg4>.bg4_1>ul{
	width: 100%;
	height: 226px;
	display: flex;
	justify-content:space-around;
	background-color: #f5f5f5;
}
.bg4>.bg4_1>ul>li{
	width: 25%;
	box-sizing:boder-box;
}
.bg4>.bg4_1>ul>li ul{
	margin-top: 17px;
	padding: 20px 0px;
	height: 191px;
	border-left:1px solid #a0a0a0;
}
.bg4>.bg4_1>ul>li:first-of-type ul{
	border: none;
}
.bg4>.bg4_1>ul>li ul li{
	text-align: center;
	margin-top: 15px;
	color: #000;
}
.bg4>.bg4_1>ul>li ul li:nth-of-type(2){
	font-size: 19px;
	font-weight: bold;
}
.bg4>.bg4_1>ul>li ul li:nth-of-type(3){
	font-size: 15px;
	padding-bottom: 20px;
}
.bg4>.bg4_2{
	margin-top: 50px;
}
.bg4>.bg4_2 p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

