/*首页*/
.banner{
	width:100%;
	margin:0 auto;
	height:230px;
	background:#f3f3f3 url(../images/top_bg.png) no-repeat top center;     
}
.banner_con{
  width: 1000px;
  margin:0 auto;
}
.banner_con .top_pic{
      position: relative;
      top: 60px;
      margin-right: 50px;
      width: 170px;
      height: 170px;
}
.banner_con .top_pic img{
  width: 170px;
  height: 170px;
  border-radius:50%;
}
.banner .form{
    width: 580px;
    padding-top: 65px;
    margin: 0 auto;
}
.banner .form .item{
	margin-bottom:23px;
	position:relative;
}
.banner .form input{
	font-size:24px;
	color:#fff;
	width:250px;
}
.banner .form .password:hover,
.banner .form .baseinfo:hover,
.banner .form .loginClick:hover{
      color:#3698e0;
}
.banner .form .accNumber{
      color:#fff;
      font-size:24px;
      margin-right: 50px;
}
.banner .form .iphone{
	display: inline-block;
	width: 103px;
	height: 26px;
	position: relative;
	cursor:pointer;
	background:url(../images/icon.png) no-repeat -366px -562px;
}
.banner .form .iphone:hover{
	background:url(../images/icon.png) no-repeat -366px -599px;
}
.banner .form .low,.banner .form .middle,.banner .form .high{
	display: inline-block;
	 width:231px;height:22px;
	 position: relative;
	top: 6px;
	background:url(../images/icon.png) no-repeat -149px -34px;
}
.banner .form .middle{
	background:url(../images/icon.png) no-repeat -149px -67px;
}
.banner .form .high{
	background:url(../images/icon.png) no-repeat -149px -99px;
}
.banner .form a{
	font-size:14px;
	color: #fff;
	margin-left:25px;
}
.banner .form .info{
	display:inline-block;
	text-align:center;
	width:50px;
	height:22px;
	line-height:22px;	
	border-radius:5px;
}
.banner .form .zhengchang{
	background: #71e6be;
}
.banner .form .yichang{
	background: #ff6060;
}
.lunbo,.huiyuan{
	width:958px;
	margin:0 auto;
	background:#fff;
	padding:0 20px 20px;
	margin-bottom:20px;
	border:1px solid #e1e1e1;
}
.huiyuan{
  padding-bottom:40px;
  margin-bottom: 0;
}
.lunbo p,.huiyuan p{
	padding:15px 0;
	margin-bottom:40px;
	color:#666666;
	font-size:18px;
	background:url(../images/line.png) no-repeat bottom left;
}
.huiyuan p span{
	display:inline-block;
	width:123px;height:33px;
	margin-top:-4px;
	background:url(../images/icon.png) no-repeat -150px -150px;
}
.huiyuan p span:hover{
	cursor:pointer;
	background:url(../images/icon.png) no-repeat -149px -190px;
}
.lunbo-right{
      width: 708px;
      overflow: hidden;
      margin: 0 auto;
      border-radius:20px;
}
.expiredBox,.existBox{
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  cursor:pointer;
}

.huiyuan .kapian .expiredBox{
  display:inline-block;
  margin-top: 50px;
}
.huiyuan .huiyuanCon{
	margin-top:100px;
	padding:0 40px;
}
.huiyuan .kapian{
	margin-right:40px;
}
.huiyuan .kapian .guoqi,.huiyuan .kapian .nowCard{
	width:120px;
	height:120px;
	margin-top:50px;
	cursor: pointer;
}
.huiyuan .kapian .nowCard{
	margin-top:0;
}
/*登录详情*/
.content{
	width:958px;
	margin:0 auto;
	padding:20px;
	background: #fff;
	/*margin-top:20px;*/
}
.paddingBottom50{
	padding-bottom: 150px;
}
.content .con-title{
	border-bottom:1px solid #f2f2f2;
}
.content .con-title a{
	font-size:18px;
	margin-right:80px;
	color: #b2b2b2;
	display:inline-block;
	padding-bottom:20px;
}
.content .con-title a.loginActive{
	color:#666666;
	border-bottom:1px solid #3698e0;
}
.content .con-info{
	margin-top:30px;
}
.content .con-info-item{
	width:800px;
	margin:0 auto;
	border:1px solid #f2f2f2;
	color:#000;
}
.content .con-info-item table{
	padding:30px 66px;
      padding-bottom:80px;
}
.content .con-info-item th{
	color:#b3b3b3;
	font-size:14px;
	text-align: left;
	width:300px;
	padding-bottom:20px;
}
.content .con-info-item .last{
	width:400px;
}
.content .con-info-item td{
	color:#666;
	font-size:14px;
	padding:5px 0;
}
.content .con-info-item .zhuyi{	
	display: inline-block;
      color: #ff6060;
      font-size: 12px;
      width: 768px;
      margin: 0 auto;
      padding: 20px 66px;
}
/*分页样式*/
.page{
  text-align: center;
      position: relative;
    /* margin-top: 121px; */
    top: 50px;
}
.page a{
  text-decoration: none;
  border:1px solid #efefef; 
  color: #50a7e7;
  cursor:pointer;
  padding:5px 10px;
  border-radius:5px;
  font-size:12px;
  display:inline-block;
}
.page a.pageActive{
  color: #fff;
  background: #fa892a;
}
/*更换手机号码*/
.content{
	border:1px solid #e1e1e1;
	border-top:1px solid #f0f0f0;	
}
.content form{
    width: 520px;
    margin: 0 auto;
    padding: 100px 0 50px 0;
}
.content form div{
	margin-bottom:20px;
}
.content form label{
	color:#b2b2b2;
	font-size:14px;
}
.content form input{
	border:1px solid #f2f2f2;
	padding: 10px;
	color:#666;
	width:300px;
	margin-right:10px;
}
.content form .telphone{
  border:none;
}
.content form div a{
	color:#3698e0;
	font-size:14px;
	text-decoration:underline;
}
.content .tongxingma .txmActive{
  color:#3698e0;
}
.tongxingma .txmDefault{
  color:#b2b2b2;
}
.tongxingma .timeBlue{
  color:#3698e0;
  font-size:12px;
  display:none;
}
.content .tongxingma .timeBlue a,.popup .tongxingma a{
  text-decoration: none;
  color:#b2b2b2;
}
.changePhone{
	padding-bottom:130px;
}
.content form .tijiao{
	text-align: center;
	cursor:pointer;
}
.content form .btn,.content form .btn-tianjia{
	background: #3698e0;
	color:#fff;
	width:82px;
	font-size:14px;
	border-radius:5px;
	position:relative;
	top:150px;	
	cursor:pointer;
}
/*添加会员卡*/
.content .addCard{
	padding-top:40px;
	padding-bottom:0px;
}
.content-box .getCardPro{
    margin-top: 20px;
}
.content .addCard .btn-tianjia{
	top:100px;
}
.paddingBottom{
	padding-bottom: 100px;
}
.content .addCard label{
	width:100px;
	display: inline-block;
      text-align: right;
}
.content .addCard .accNumber{
      color: #666;
}
.content .background{
	width:708px;
	height:180px;
	padding:30px 45px;
	cursor:pointer;
	background:url(../images/newCard.png) no-repeat center center;
}
.content .fxlxfs{
	text-align: center;
	padding-bottom:20px;
}
.content .fxlxfs a{
	text-decoration:underline;
	position: relative;
      top: -20px;
      left: 10px;
      font-size:18px;
      color:#3698e0;
}
.content .paddingBottom60{
	padding-bottom: 60px;
}
.content .addCard .nianji select{
	border:1px solid #f2f2f2;
	padding:8px 10px;
	width: 160px;
}
/*下拉列表框*/
#selectBox{  
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}
.content form .selectBox{
    	position: relative;
	clear: both;
	overflow: hidden;
	width: 207px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	margin-bottom: 0; 
}
.content form  .selectParent{
	font-size: 12px;
	width: 170px;		
	margin-bottom: 0; 
}
.content form .nianjiLabel{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.selectParent ul{
    display: none;
    position: relative;
    width: 185px;
    left: 0px;
    text-indent: 8px;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #f2f2f2; 
    z-index:99;
}
.selectParent ul li{
    list-style: none;
    cursor:pointer;
    z-index:99;
    background: #fff;
}
.sanjiao{
    float:left;
    display: inline-block;
    width: 11px;
    height: 7px;
    position: relative;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    background: url(../images/icon.png) no-repeat -158px -656px;
    left: 12px;
    top:12px;
    margin-bottom: 0;
}
.content form .selectValue{
    width:150px;
    float:left;
    padding:0 10px;
    margin-bottom: 0;
}
.selectParent ul li:hover{
    background:#3698e0;
    color: #fff;
}
.content form .sanjiaobox{
    width: 33px;
    height: 30px;
    background: #fff;
    float: left;
    border-left: 1px solid #f2f2f2;
    margin-bottom: 0;
}
/*龙之门服务 */
.list{
	width: 1000px;
	height:224px;
	padding:0;
	background:url(../images/axzx.png) no-repeat center center;
	border:none;
}
.list .con-title{
	background:url(../images/line.png) no-repeat bottom center;
}
.list .con-title a{
	padding:20px;
	border:none;
	display:inline-block;
}
.list .con-title{
	border:none;
}
.list .con-title a.active{
	border:none;
}
.gaoqingketang{
	background:url(../images/gqkt.png) no-repeat center center;
}
.tiantianjiajiao{
	background:url(../images/ttjj.png) no-repeat center center;
}
.guanzhuaixue{
	background: #fff;
	padding-bottom: 30px;
}
.list .con-title span{
	width:82px;height:32px;
	position: relative;
    	top: 15px;
    	right: 20px;
    	cursor:pointer;
	background:url(../images/icon.png) no-repeat -150px -374px;
}
.list .con-title span:hover{
	background:url(../images/icon.png) no-repeat -261px -374px;
}
.list .con-title span.yidingyue{
      /*display:none;*/
      background:url(../images/icon.png) no-repeat -368px -376px;
}
/*轮播图*/
.wap{
    width: 800px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}
.container1{
    position: relative;
    width: 1600px;
    overflow: hidden;
    height: auto;
}
.lunbotu{
	width: 900px;
      margin: 0 auto;
	position:relative;
}
.container1 img{
    width: 115px;
    margin-left: 80px;
    float: left;
}
#prev,#go{
	width:36px;height:35px;
	background:url(../images/icon.png) no-repeat -151px -237px;
	cursor:pointer;
}
#prev{
	background:url(../images/icon.png) no-repeat -151px -237px;
}
#go{
	width:36px;height:35px;
	background:url(../images/icon.png) no-repeat -212px -237px;
}
/*账号管理——基本信息*/
.content .con-info-item .attention{
	padding:20px;
	font-size:12px;
	color:#b2b2b2;
}
.content .con-info-item  .xing{
	color:#ff6060;
}
.content form.paddingTop30{
	padding-top: 50px;
	padding-bottom:20px;
}
.content .paddingTop30 label{
	width:80px;
	text-align: right;
	display:inline-block;
}
.content .sex .sex-info{
	width:332px;
	display: inline;
}
.content .sex .boy,.content .sex .girl,.content .sex .sexboy,.content .sex .sexgirl{
	display:inline-block;
	width:82px;height:32px;
	position:relative;
	top:10px;
	margin-right:40px;
	background:url(../images/icon.png) no-repeat -150px -286px;
}
.content .sex .sexboy{
	background:url(../images/icon.png) no-repeat -150px -326px;	
}
.content .sex .girl{
	background:url(../images/icon.png) no-repeat -261px -286px;
}
.content .sex .sexgirl{
	background:url(../images/icon.png) no-repeat -261px -326px;	
}
.content .basicInfo{
	padding-bottom: 110px;
}
.content .basicInfo .tijiao .btn{
	top:120px;
	cursor:pointer;
}
.content .tijiao .confirm{
	color:#ccc;
	border:1px solid #ccc;
	background: #fff;
	margin-right:80px;
}
.content .tijiao .confirm:hover{
	color:#3698e0;
	border:1px solid #3698e0;
	background: #fff;
}
.content .tijiao .reset{
	color:#fff;
	background: #3698e0;
}
.content .tijiao .reset:hover{
	color:#fff;
	background: #9acbef;
}
/*账号管理——修改密码*/
.content .name .passStrength{
	color:#666666;
	font-size:12px;
}
.content .name .passStrength .strengthHigh{
	font-size:12px;
	color: #71e6be;
}
.content .name .passStrength .strengthMiddle{
	font-size:12px;
	color: #ffca57;
}
.content .name .passStrength .strengthLittle{
	font-size:12px;
	color: #ff4848;
}
/*账号管理——头像管理*/
.content .pro-info{
	font-size:14px;
	color: #b2b2b2;
	text-align: center;
	margin-bottom: 0;
}

/*图片上传*/
.content .formWidth{
  width: 600px;
}
.content .upload{
  margin-bottom: 0px;
}
.content form .tijiaoHeight{
  height: 0px;
  margin-bottom: 0;
}
.content .basicInfo .tijiao .btn60{
  top: 60px;
}
.content .upload .leftPic,.content .upload .rightPic{
  display:inline-block;
  width: 232px;
  height: 232px;
  position: relative;
}
.content .upload .rightPic{
  width: 170px;
  height: 170px;
  top: 30px;
}
.content .upload #facing,.content .upload #face,.content .upload #prevview{
  position: absolute;
  width: 232px;
  height: 232px;
  left: 0;
  top: 0;
  cursor:pointer;
}
.content .upload #face{
  opacity: 0;
}
.content .upload #prevview{
  width: 170px;
  height: 170px;
}
.content .upload .jiantouPic{
  display:inline-block;
  width: 50px;
  height: 35px;
  position:relative;
  top: 95px;
  left: 75px;
  background:url(../images/upload.png) no-repeat center center;
}
.content .upload-btn{
  position:relative;
  text-align: center;
}
.content .upload-btn a{
    position: absolute;
    text-align: center;
    left: 181px;
    text-decoration: none;
    height: 22px;
    line-height: 22px;
    background: #37daa2;
    top: 209px;
    color: #fff;
    font-size: 14px;
    width: 50px;
}
/*弹窗样式*/
.mask{
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
    display:none;
    z-index:1000;
}
.popup{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 1111;
      background-color: white;
      padding: 30px 100px 30px 100px;
      border-radius: 15px;
      color:#b2b2b2;
      font-size:12px;
      display: none;
}
.popup .closeBox{
      display:block;
      position:absolute;
      top:-40px;
      right: 0;
      cursor:pointer;
      width:18px;height:18px;
      background:url(../images/icon.png) no-repeat -382px -247px;
}
.popup .iphoneLogo{
      position:relative;
      text-align: center;
      margin-bottom:30px;
}
.popup .iphoneLogo .biaozhi{
      color: #3698e0;
}
.popup .tongxingma{
      font-size:14px;
      margin-bottom:10px;
}
.popup .tongxingma input{
      border:1px solid #f2f2f2;
      padding:8px 10px;
}
.popup .tongxingma a{
      text-decoration: underline;
      color: #3698e0;
      margin-left: 10px;
}
.popup .tongxingma .timeBlue{
  font-size:14px;
}
.popup .tongxingma .timeBlue a{
  text-decoration: none;
  color:#b2b2b2;
  margin-left: 2px;
  font-size:14px;
}
.popup .txm-info,.content .txm-info{
      margin-bottom: 20px;
}
.popup .txm-info span,.content .txm-info{
      color:#ff6060;
      font-size:12px;
      margin-left: 63px;
}
.popup .anniu{
      width:82px;
      margin: 0 auto;
}
.popup .anniu .anniu-def{
      display:block;
      width:84px;height:34px;
      text-align: center;
      background:url(../images/icon.png) no-repeat -150px -599px;
}
.popup .anniu .anniu-def:hover{
      background:url(../images/icon.png) no-repeat -246px -599px;
}