.myzone {
    padding-bottom: 40px;
    background: #f5f5f5;
    background: none\0;
}
.myzone .webBox{
	margin-top: 50px;
	padding-bottom: 50px;
	padding-top: 5px;
}
.myzone .aside{
    float:left;
    width:200px;
    
    padding:20px 0 200px 0;
    box-shadow: 0px 1px 5px rgba(39,38,38,.2);
    box-shadow: 0px 2px 3px #d6d6db\0;
    background: #fff;
    position: relative;
    behavior: url(./css/ie-css3.htc);
	border-radius: 6px;
}
.myzone .aside ul{

}
.myzone .aside ul li{

}
.myzone .aside ul li a{
    display:block;
    color:#333;
    font-size:16px;
    padding:12px 0 12px 55px;
    border-left:solid 3px transparent;
    background-repeat:no-repeat;
    background-position:20px 10px;
    position:relative;
}
.myzone .person{background-image:url(../images/icon-mz1.png);}
.myzone .publish{background-image:url(../images/icon-mz10.png);}
.myzone .recommend{background-image:url(../images/icon-mz11.png);}
.myzone .api{background-image:url(../images/icon-mz2.png);}
.myzone .buy{background-image:url(../images/icon-mz3.png);}
.myzone .order{background-image:url(../images/icon-mz4.png);}
.myzone .recharge{background-image:url(../images/icon-mz5.png);}
.myzone .record{background-image:url(../images/icon-mz6.png);}
.myzone .news{background-image:url(../images/icon-mz7.png);}
.myzone .amend{background-image:url(../images/icon-mz8.png);}
.myzone .log{background-image:url(../images/icon-mz9.png);}
.myzone .aside ul li.on a{
    border-left-color: #FF9C13;
    background-color: #FFF6EA;
    color: #FF9C13;
}
.myzone .aside ul li a:hover{
    background-color:#FFF6EA;
	color:#FF9C13;
}
.myzone .aside ul li a i{
    display:block;
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    color:#fff;
    border-radius:50%;
    background:#e64c4c;
    position:absolute;
    top:8px;
    left:35px;
    z-index:5;
    behavior: url(./css/ie-css3.htc)\9\0;
}

.myzone .article {
    float: right;
    width: 983px;
	background-color: #FFFFFF;
	padding-bottom: 300px;
}
.my_box{
	padding: 0 26px;
}
.my_title{
	border-bottom:1px solid #ECECEC;
	padding-bottom: 10px;
	padding-top: 25px;
}
.my_title span{
	color: #858585;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	margin-right: 50px;
	cursor: pointer;
}
.my_title span.ontitle{
	border-bottom:1px solid #FF9C13;
	color: #FF9C13;
}
/* 个人中心 */
.myzone .me_article {
   padding-bottom: 0px;
   background-color: transparent;
}
.myzone .me_article .my_box {
   padding-bottom: 50px;
   background-color: #ffffff;
}
.person_box{
	width: 100%;
}
.person_box .my_box_top{
	padding: 30px 0;
	border-bottom: 1px solid #ECECEC;
}
.person_box .my_box_top .tou{
	display: inline-block;
	vertical-align: top;
	width: 165px;
	height: 151px;
	border-radius: 12px;
}
.person_box .my_box_top .my_box_right{
	display: inline-block;
	margin-left: 30px;
	margin-top: 10px;
}
.person_box .my_box_top .my_box_right .title{
	font-size: 24px;
	font-weight: 500;
	color: #363636;
	margin-bottom: 10px;
}
.person_box .my_box_top .my_box_right .my_time{
    font-size: 16px;
    color: #939393;
	margin-bottom: 30px;
}
.person_box .my_box_top .my_box_right .my_time .day{
	display: inline-block;
	vertical-align: middle;
    width: 14px;
	height: 14px;
	background: url(../images/my/time.png);
	background-size: cover;
	margin-right: 5px;
}
.person_box .my_box_top .my_box_right .my_name{
    font-size: 20px;
    color: #939393;
}

.person_box ul{
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.person_box li{
	width: 50%;
	padding: 14px 0;
}
.person_box li .tit{
	display: inline-block;
	width:100px;
	color: #939393;
	font-size: 18px;
}
.person_box li .con{
	display: inline-block;
	color: #363636;
	font-size: 18px;
	margin-left: 40px;
}
.person_box li .con .clo1{
	color: #EB0100;
}
.person_box li .con .btn{
	display: inline-block;
	width:78px;
	height:32px;
	background:#FF9C13;
	border-radius:8px;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	margin-left: 20px;
	font-size: 16px;
}
.person_box .my_btn{
	margin-top: 50px;
}
.person_box  .my_btn a{
	display: inline-block;
	width:160px;
	height:54px;
	background: linear-gradient(-34deg, #FF8E41 0%, #FF5757 100%);
	border-radius:8px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 200px;
	font-size: 20px;
}
.my_bottom{
	margin-top: 30px;
}
.myTit{
	margin-bottom: 25px;
}
.myTit span{
	color: #212328;
	cursor: pointer;
	font-size: 18px;
	margin: 0 30px;
}
.myTit span.on{
	color: #FF9C13;
}
.mylist{
	background-color: #ffffff;
    padding: 10px 110px 30px 40px;
}
.mylist_box{
	margin-bottom: 40px;
}
.dynamic{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}
.dynamic .dynamic_left{
	width: 223px;
	height: 153px;
	display: inline-block;
	vertical-align: top;
}
.dynamic .dynamic_right{
	margin-left: 20px;
	width: 580px;
	display: inline-block;
	padding-top: 6px;
}
.dynamic .dynamic_right .dynamic_top .title{
	color: #363636;
	font-size: 20px;
    font-weight: 500;
}
.dynamic .dynamic_right .dynamic_top .time{
	color: #939393;
	font-size: 16px;
    font-weight: 500;
}
.dynamic .dynamic_right .con{
	margin-top: 6px;
	margin-bottom: 15px;
	color: #939393;
	font-size: 16px;
    font-weight: 500;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	height: 46px;
}
.dynamic .dynamic_bottom .dynamic_avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.dynamic .dynamic_bottom .dynamic_name{
   display: inline-block;
   vertical-align: middle;
   font-size: 22px;
   color: #363636;
   margin-left: 5px;
}
/* 我的帖子 */
.posts_top{
	padding-top: 20px;
}
.posts_top span{
	font-size: 20px;
}
.posts_top .col1{
	color: #FF9C13;
}
.posts_top .col2{
	color: #939393;
}
.posts_top .col3{
	color: #636363;
}
.mylist_item .posts_list{
	padding: 26px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
}
.mylist_item  .posts_con{
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
	color: #363636;
}
.mylist_item  .posts_bottom{
	padding-left: 10px;
}
.mylist_item  .posts_bottom .posts_time{
	color: #939393;
	font-size: 14px;
}
.mylist_item .posts_bottom .posts_see,.mylist_item .posts_bottom .posts_comment,.mylist_item .posts_bottom .posts_recommend{
	margin-left: 30px;
}
.mylist_item .posts_bottom .posts_see .see{
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 14px;
	background: url(../images/my/see.png);
}
.mylist_item .posts_bottom .posts_comment .see{
	vertical-align: middle;
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../images/my/comment.png);
}
.mylist_item .posts_bottom .posts_comment .see.on{
	background: url(../images/my/comment_on.png);
}
.mylist_item .posts_bottom .posts_recommend .see{
	vertical-align: middle;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/my/recommend.png);
	cursor: pointer;
}
.mylist_item .posts_bottom .posts_recommend .see.on{
	background: url(../images/my/recommend_on.png);
}
/* 关注 */
.guan_item{
	width: 276px;
	padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
	margin-right: 110px;
}
.guan_list .guan_left{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.guan_list .guan_right{
	margin-left: 20px;
	display: inline-block;
}
.guan_list .guan_right .title{
	font-size: 20px;
	font-weight: 500;
	color: #212328;
}
.guan_list .guan_right .fensi{
	font-size: 16px;
	font-weight: 400;
	color: #636363;
	margin-top: 12px;
	margin-bottom: 14px;
}
.guan_list .guan_right .guan_btn{
	text-align: center;
	width: 81px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #636363;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #636363;
	cursor: pointer;
}
.guan_list .guan_right .fen_btn{
   color: #FFFFFF;
   background: #FF9C13;
   border: 1px solid #FF9C13;
}

.mylist .mylist_page{
	width: 100%;
	text-align: center;
}
.mylist .mylist_page .next{
	display: inline-block;
	width: 111px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #FF9C13;
	border-radius: 17px;
	font-size: 18px;
	color: #FF9C13;
	margin: 0 40px;
	cursor: pointer;
}
.mylist .mylist_page .next:hover{
	background-color: #FF9C13;
	color: #ffffff;
}
/* 发表文章 */
.publish_box{
	margin-top: 27px;
}
.publish_box .quan{
	margin-bottom: 27px;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #FF9C13;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}
.quanlist{
	position: absolute;
	top: 40px;
	left: 0px;
	border: 1px solid #FF9C13;
	background-color: #fff;
	height: 300px;
	overflow-y: scroll;
}
.quanlist::-webkit-scrollbar {
  display: none;
}
.publish_box .quan_item{
	width: 120px;
	padding: 10px 10px;
	cursor: pointer;
	font-size: 14px;
}
.publish_box .quan_item.on{
	background-color: #FFF6EA;
}
.publish_box .publish_title{
	margin-bottom: 27px;
	width: 920px;
	height: 50px;
	border: 1px solid #D5D5D5;
	padding-left: 10px;
}
.publish_box  .publish_con{
	margin-bottom: 27px;
	width: 930px;
	height: 450px;
	border: 1px solid #D5D5D5;
	padding: 10px;
}
.publish_box .add_box{
    display: inline-block;
}
.publish_box  .add_img{
	width: 138px;
	height: 141px;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 5px;
}
.publish_box .add_img .ImgInput{
	width: 138px;
	height: 141px;
	position: absolute;
	top: 0;
	left: 0;
	background-color:transparent;
	opacity: 0;
}
.publish_box  .add_img .add{
	width: 40px;
	height: 40px;
}
.publish_box .add_title{
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #636363;
	text-align: center;
}
.publish_box .publish_btn{
	margin: 20px auto;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #FF9C13;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

/* 我的推荐 */
.recommend_box{
	margin-top: 18px;
}
.recommend_box .recommend_no{
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recommend_box .recommend_no .renzheng{
	width: 37px;
	height: 39px;
	background: url(../images/my/ren.png);
	background-size: cover;
	margin-bottom: 20px;
}
.recommend_box .recommend_no .recommend_btn{
	margin: 20px auto;
	width: 240px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #FF9C13;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}
.recommend_apply{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.recommend_apply .recommend_top{
	display: flex;
	flex-direction: row;
}
.recommend_apply .recommend_top .recommend_num{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.recommend_apply .recommend_top .recommend_num .tip{
	margin-top: 5px;
	font-size: 12px;
    color: #666666;
}
.recommend_apply .recommend_top .step{
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	background: #CACACA;
	border: 2px solid rgba(202, 202, 202, 0.2);
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.recommend_apply .recommend_top .step.cur{
	background: #FF9C13;
	border: 2px solid rgba(255, 156, 19, 0.2);
}
.recommend_apply .recommend_top .step_line{
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #E5E5E5;
	margin-top: 20px;
}
.recommend_write{
	margin-top: 47px;
}
.recommend_write .write_int{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
.recommend_write .write_int .write_name{
	display: inline-block;
	text-align: right;
	width: 100px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.recommend_write .write_int .write_con{
	font-size: 16px;
	font-weight: 400;
	color: #212328;
	margin-left: 10px;
}
.recommend_write .write_int .league{
	width: 170px;
	height: 30px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	padding:0 10px;
	font-size: 12px;
}
.write_right .identity_top{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 10px;
}
.write_int .identity_img{
	width: 190px;
	height: 107px;
	margin-right: 10px;
}
.write_int .identity_pass{
	width: 89px;
	height: 90px;
}
.write_right p{
	width: 190px;
	font-size: 10px;
	line-height: 18px;
	font-weight: 400;
	color: #999999;
}
.write_right .identity_file{
	display: inline-block;
	width: 58px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: #FF9C13;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	position: relative;
}
.write_right .upimg{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.yue{
	padding-left: 30px;
	margin-top: 70px;
	color: #FF9C13;
	font-size: 12px;
	font-weight: 500;
}
.write_int .tong{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../temp/xie_cur.png) no-repeat;
	background-size: cover;
}
.write_int .tong.nocur{
	background: url(../temp/xie.png) no-repeat;
	background-size: cover;
}
.recommend_write  .recom_btn{
	justify-content: center;
}
.write_int .write_que{
	display: inline-block;
	width: 76px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FF9C13;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 20px;
	cursor: pointer;
}
.write_int .write_close{
	display: inline-block;
	width: 76px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	margin: 0 20px;
	cursor: pointer;
}
/* 申请接口 */
.my_api {
	margin-top: 18px;
}
.my_api>table{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.my_api table,.my_api table tr{
	width: 100%;
	height: 100%;
}
.my_api table tr th{
	background-color: #FFF6EA;
}
.my_api table tr{
	height: 50px;
}
.my_api>table tr th,.my_api>table tr td{
	width: 120px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.my_api table tr .w165{
	width: 165px;
}

.my_api table tr .w490{
	width: 490px;
}
.my_api table tr .w130{
	width: 130px;
}
.my_api table tr .w490 .table_left{
	width: 120px;
	text-align: center;
	border-right: 1px solid #FFE6E6E6;
	border-bottom: 1px solid #FFE6E6E6;
}
.my_api table tr .w490 .table_all{
	width: 370px;
	padding: 0 10px ;
    line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #FFE6E6E6;
}
.my_api table tr .w490 .tab_con:last-child .table_left{
	border-bottom: 0px solid #FFE6E6E6;
}
.my_api table tr .w490 .tab_con:last-child .table_all{
	border-bottom: 0px solid #FFE6E6E6;
}


.my_api table tr .w60{
	width: 100px;
}
.my_api table tr .w230{
	width: 230px;
}
.my_api table tr .w600{
	width: 600px;
}
.my_api table tr .w190{
	width: 190px;
}
.my_api table tr .w490.alginleft{
	padding: 0 10px;
   text-align: left;
   line-height: 36px;
}
/* .my_api table tr:hover td{
   background-color: #FFF6EA;
} */
.my_api table .apply:hover{
	background: linear-gradient(-34deg, #FF8E41 0%, #FF5757 100%);
	color: #FFFFFF;
}
.my_api table tr p.apply{
	color: #FF9C13;
	background: #FFFFFF;
    border: 1px solid #FF9C13;
	border-radius: 2px;
	width: 138px;
	height: 31px;
	line-height: 31px;
	cursor: pointer;
	margin: 10px auto;
}
.my_api table tr span.apply{
	color: #FF9C13;
	background: #FFFFFF;
	border: 1px solid #FF9C13;
	border-radius:2px;
	padding: 6px 10px;
	margin-left: 10px;
	cursor: pointer;
}
/* 操作日志 */
.my_log {
	margin-top: 18px;
}
.my_log table{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.my_log table,.my_log table tr{
	width: 100%;
}
.my_log table tr th{
	background-color: #FFF6EA;
}
.my_log table tr{
	height: 50px;
}
.my_log table tr th,.my_log table tr td{
	width: 140px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.my_log table tr .w85{
	width: 85px;
}
.my_log table tr .w200{
	width: 200px;
}
.my_log table tr .w376{
	width: 376px;
}
.my_log table tr:hover td{
   background-color: #FFF6EA;
}
.my_log table{
	margin-bottom: 50px;
}
/* 充值记录 */
.my_record {
	margin-top: 18px;
}
.my_record table{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.my_record table,.my_record table tr{
	width: 100%;
}
.my_record table tr th{
	background-color: #FFF6EA;
}
.my_record table tr{
	height: 50px;
	line-height: 50px;
}
.my_record table tr th,.my_record table tr td{
	width: 230px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.my_record table tr .w180{
	width: 180px;
}
.my_record table tr .w140{
	width: 140px;
}
.my_record table tr .w270{
	width: 270px;
}
.my_record table tr .w120{
	width: 120px;
}
.my_record table tr .apply{
	color: #FF9C13;
	background: #FFFFFF;
	border: 1px solid #FF9C13;
	border-radius:2px;
	padding: 6px 10px;
	margin-left: 10px;
	cursor: pointer;
}
.my_record table tr:hover td{
   background-color: #FFF6EA;
}
.my_record table .apply:hover{
	background: linear-gradient(-34deg, #FF8E41 0%, #FF5757 100%);
	color: #FFFFFF;
}

/* 我的订单 */
.my_order {
	margin-top: 18px;
}
.my_order table{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.my_order table,.my_order table tr{
	width: 100%;
}
.my_order table tr th{
	background-color: #FFF6EA;
}
.my_order table tr{
	height: 50px;
}
.my_order table tr th,.my_order table tr td{
	width: 120px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.my_order table tr .w100{
	width: 100px;
}
.my_order table tr .w230{
	width: 230px;
}
.my_order table tr .w130{
	width: 130px;
}
.my_order table tr .w180{
	width: 180px;
}
.my_order table tr:hover td{
   background-color: #FFF6EA;
}
.my_order table tr .fubtn{
	color: #FF9C13;
	background: #FFFFFF;
	border: 1px solid #FF9C13;
	border-radius:2px;
	padding: 6px 10px;
	margin-left: 10px;
	cursor: pointer;
}
.my_order table .fubtn:hover{
	background: linear-gradient(-34deg, #FF8E41 0%, #FF5757 100%);
	color: #FFFFFF;
}
/* 消息记录 */
.my_news {
	margin-top: 18px;
}
.my_news table{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.my_news table,.my_news table tr{
	width: 100%;
}
.my_news table tr th{
	background-color: #FFF6EA;
}
.my_news table tr{
	height: 50px;
	line-height: 50px;
}
.my_news table tr th,.my_news table tr td{
	width: 150px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.my_news table tr .w100{
	width: 100px;
}
.my_news table tr .w210{
	width: 210px;
}
.my_news table tr .w110{
	width: 305px;
}
.my_news table tr .w190{
	width: 190px;
}

.my_news table tr:hover td{
   background-color: #FFF6EA;
}
/* 我的购物车 */
.my_buy {
	margin-top: 18px;
}
.my_buy {
	margin-top: 18px;
}
.my_buy table{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.my_buy table,.my_buy table tr{
	width: 100%;
}
.my_buy table tr th{
	background-color: #FFF6EA;
}
.my_buy table tr{
	height: 50px;
	line-height: 50px;
}
.my_buy table tr th,.my_buy table tr td{
	width: 120px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.my_buy table tr .w100{
	width: 100px;
}
.my_buy table tr .w230{
	width: 230px;
}
.my_buy table tr .w130{
	width: 130px;
}
.my_buy table tr .w180{
	width: 180px;
}

.my_buy table tr .apply{
	color: #E82F2E;
	background:rgba(255,255,255,1);
	border:1px solid rgba(251, 120, 106, 1);
	border-radius:2px;
	padding: 6px 10px;
	margin-left: 10px;
	cursor: pointer;
}
.my_buy table tr:hover td{
   background-color: #FFF6EA;
}
.my_buy table .apply:hover{
	background:#EF2E2D;
	color: #FFFFFF;
}

.my_buy table tr b{
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../images/my_buy_no.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 6px;
	cursor: pointer;
}
.my_buy table tr b.buyon{
	background:url(../images/my_buy_on.png) no-repeat;
}
.my_buy .buy_box{
	text-align: right;
	margin-top: 30px;
	font-size: 18px;
}
.my_buy .buy_box .buy_li{
	margin-top: 15px;
	color: #757575;
}
.my_buy .buy_box .buy_col{
	color:#000000;
	font-weight: 600;
}
.my_buy .buy_box .buy_li .col1{
	color: #EF2E2D;
}
.my_buy .buy_box .buy_li select{
	display: inline-block;
	width:272px;
	height:40px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(206, 206, 206, 1);
	color:#EF2E2D;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	padding-left: 20px;
	margin-left: 5px;
}
.my_buy .buy_box  .my_btn{
	display: inline-block;
	width:160px;
	height:54px;
    background: linear-gradient(-34deg, #FF8E41 0%, #FF5757 100%);
	border-radius:8px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 40px;
	font-size: 18px;
}
/* 账户充值 */
.my_recharge {
	margin-top: 18px;
	font-size: 18px;
}
.my_recharge .recharge_first,.my_recharge .recharge_next{
	text-align: center;
	margin-top: 10px;
}
.my_recharge .recharge_first .con{
	color:#FD3C3C;
	width:605px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	font-weight: 600;
}
.my_recharge .recharge_first .recharge_li{
	margin-top: 40px;
}
.my_recharge .recharge_first .recharge_on{
	margin-top: 90px;
	text-align: center;
	color: #707070;
	font-size: 16px;
	line-height: 40px;
}
.my_recharge .recharge_li .textInput{
	width:210px;
	height:58px;
	background:rgba(255,255,255,1);
    border: 2px solid #FF9C13;
	border-radius:4px;
	line-height: 58px;
	text-align: center;
	color: #9F9F9F;
	font-size: 18px;
}
.my_recharge .recharge_li .nextbtn{
	display: inline-block;
	width:140px;
	height:58px;
    background: linear-gradient(-34deg, #FF8E41 0%, #FF5757 100%);
	border-radius:8px;
	line-height: 58px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 30px;
	font-size: 20px;
	cursor: pointer;
}
.recharge_next .next_title{
	color:#707070;
	font-size: 22px;
	font-weight: 600;
	margin: 80px 0 80px 0;
}
.recharge_next .next_title .col1{
	color:#EB0100;
}
.recharge_next  .next_type{
	display: inline-block;
	margin: 0 45px;
}
.recharge_next  .type_img{
	padding: 20px;
	width:118px;
	height: 118px;
	border:2px solid rgba(75, 179, 21, 1)
}
.recharge_next  .zfb .type_img{
	border:2px solid #1575FF;
}


.recharge_next .next_btn{
	display: block;
	width:114px;
	height:36px;
	background:rgba(21,117,255,1);
	border-radius:4px;
	line-height: 36px;
	margin-top: 30px;
	color: #FFFFFF;
}
.recharge_next .wx_btn{
	background: rgba(75, 179, 21, 1);
}

/* 修改个人信息 */
.my_amend {
	margin-top: 130px;
}
.my_amend .my_tab{
	margin-left: 140px;
}
.my_amend .my_tab .amend-user{
	margin-bottom: 45px;
}
.my_amend .my_tab .amend_left{
	display: inline-block;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	width: 150px;
}
.my_amend .my_tab .amend_left .icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon-phone.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.my_amend .my_tab .amend_left .mail{
	background: url(../images/icon-mail.png) no-repeat;
	background-size: 100%;
}
.my_amend .my_tab .amend_left .yzm{
	background: url(../images/icon-yzm.png) no-repeat;
	background-size: 100%;
}
.my_amend .my_tab .amend_left .pass{
	background: url(../images/icon-code.png) no-repeat;
	background-size: 100%;
}

.my_amend .my_tab .textInput{
	display: inline-block;
	width:370px;
	height:50px;
	background:rgba(255,255,255,1);
	border:2px solid rgba(235, 235, 235, 1);
	border-radius:4px;
	line-height: 50px;
	padding-left: 20px;
}
.my_amend .my_tab .textyzm{
	display: inline-block;
	width:223px;
	height:50px;
	background:rgba(255,255,255,1);
	border:2px solid rgba(235, 235, 235, 1);
	border-radius:4px;
	line-height: 50px;
	padding-left: 20px;
}
.amend_right{
	display: inline-block;
	color:#777777;
	font-weight: bold;
}
.amend_right .yzmimg{
	display: inline-block;
	width: 135px;
	height: 50px;
	vertical-align: middle;
	margin: 0 8px;
}
.amend_right .col1{
	color:#EB0100;
}

.amend_btn{
	display: block;
	width:370px;
	height:50px;
	background:#FF9C13;
	border:2px solid rgba(238, 123, 123, 1);
	border-radius:4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
    margin-left: 150px;
	cursor: pointer;
	font-size: 20px;
}