/* 会员中心头部导航 */
.memberCont_box{width: 100%;/*position: relative;padding-bottom: 60px;*/}
.MC_header{border-bottom: 1px solid #dfdfdf;box-shadow: 0 2px 15px 0 #dfdfdf;}
.MC_head_box{height: 130px;background: #f3f3f3;}
.MC_head{width: 1400px;margin: 0 auto;padding-top: 34px;}
.MC_head_left{width: 250px;float: left;}   
.MC_head_left span{font-size: 34px;font-weight: bold;}
.MC_head_right{float: right;}   
.MC_head_right li{min-width: 132px;height: 68px;border-right: 1px dashed #989898;float: left;text-align: center;padding: 0 10px;}
.MC_head_right li:first-child{border-left: 1px dashed #989898;}
.MC_head_right li p{font-size: 16px;margin-top: 6px;}
.MC_head_right li b{font-size: 34px;color: #0082d3;}
.MC_nav_box{height: 200px;background: #fff;}
.MC_nav{width: 1400px;margin: 0 auto;}
.MC_nav_left{margin-top: 32px;float: left;}
.MC_nav_left span{display: block;width: 136px;height: 136px;border-radius: 50%;overflow: hidden;float: left;}
.MC_nav_person{width: 210px;margin-left: 22px;float: left;padding-top: 42px;font-size: 26px;}
.MC_nav_person p:nth-child(2){font-size: 24px;color: #636363;}
.MC_nav_right{float: right;padding-top: 89px;}
.MC_nav_right li{height: 22px;padding: 0 22px;border-right: 1px dashed #989898;float: left;line-height: 22px;font-size: 18px;}
.MC_nav_right li a{display: inline-block;padding-bottom: 5px;color: #000;}
.MC_nav_right li:last-child{border-right: none;padding-right: 0;}
.MC_nav_right li.click a{color: #0082D3;font-weight: bold;border-bottom: 4px solid #0082D3;}

/* 我的订单 */
.MC_content{width: 1400px;margin: 0 auto;padding-top: 65px;}
.MC_search_box{margin-bottom: 60px;}
.MC_search_box span{font-size: 16px;margin-right: 23px;}
.MC_search_box span input,.MC_search_box span select{width: 210px;height: 32px;font-size: 16px;border: 1px solid #c9c9c9;line-height: 32px;margin: 0 5px;padding: 0 9px 0 5px;
background: url(../images/mc_icon_down.png) no-repeat right;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
/* .MC_search_box span select{background: url(../images/mc_icon_down.png) no-repeat right;appearance: none;-moz-appearance: none;-webkit-appearance: none;} */
.MC_search_box span:nth-child(2) input{width: 156px;}
.MC_search_box span select{width: 123px;}
.MC_search{width: 120px;height: 32px;font-size: 18px;background: #0082D3;line-height: 32px;text-align: center;color: #fff;border: none;float: right;}
.MC_orders_nav li{font-size: 26px;color: #b8b8b8;float: left;margin-right: 54px;padding-bottom: 5px;cursor: pointer;}
.MC_orders_nav li.click{color: #000;border-bottom: 4px solid #000;}
.MC_orders_item{background: #313131;font-size: 18px;height: 56px;line-height: 56px;margin-top: 40px;color: #fff;padding: 0 40px;}
.MC_orders_item span{text-align: center;display: inline-block;width: 147px;}
.MC_orders_item .MC_cont{width: 348px;}
.MC_orders_item .MC_action{width: 206px;}
.MC_orders_oulBox{position: relative;/* min-height: 530px; */}
.MC_orders_oul{border: 1px solid #c9c9c9;padding: 0 40px;border-top: none;/* min-height: 530px; */position: relative;top: 0;}
.MC_orders_oul li{height: 80px;border-bottom: 1px solid #C9C9C9;line-height: 80px;font-size: 16px;}
.MC_orders_oul li:last-child{border-bottom: none;}
.MC_orders_oul li span{display: inline-block;float: left;width: 152px;text-align: center;}
.MC_orders_oul li span:first-child{display: inline-block;width: 268px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 40px;}
.MC_orders_oul li .number{font-size: 22px;}
.MC_orders_oul li .date{font-size: 18px;}
.MC_orders_oul li .btn{width: 198px;text-align: right;}
.MC_orders_oul li .btn p{width: 86px;height: 34px;border: 1px solid #c9c9c9;text-align: center;line-height: 34px;display: inline-block;margin-left: 5px;margin-top: 23px;}
.MC_orders_oul li .btn p a{color:#0082D3;display: block;}
.MC_orders_oul li .btn p:first-child{margin-left: 0;}

/* 我的订单-电子票 */
.MC_ticket_box{margin-top: 10px;background: #fff;}
.MC_ticket_box table{margin-bottom: 10px;border: 1px solid #ececec;}
.MC_ticket_box table tr th{background: #f0f0f0;height: 68px;font-size: 22px;color: #555;text-align: left;padding: 0 20px;border-bottom: 1px solid #ececec;}
.MC_ticket_box table tr th b{font-size: 16px;}
.MC_ticket_box table tr td{color: #555;font-size: 16px;height: 36px;padding: 10px 20px;text-align: left;width: 33.33%;}
.MC_ticket_box .table1 tr td{border-bottom: 1px solid #ececec;border-right: 1px solid #ececec;}
.MC_ticket_box table tr td b{font-size: 18px;}
.MC_ticket_box table tr td i{font-size: 14px;font-style: normal;font-weight: bold;}
.MC_ticket_box table tr td em{color: #0082d3;font-style: normal;font-weight: bold;font-size: 18px;}
.MC_ticket_box table tr td:last-child{border-right: none;}
.MC_ticket_box table tr:last-child td{border-bottom: none;}
.MC_ticket_box .table1 .MC_noborder{border-bottom: none;}
.MC_ticket_box table tr .TD_width{width: 9%!important;}

.MC_search_box2 .MC_ticket_create input{width: 120px;}
.MC_search_box2 .MC_ticket_time input{width: 120px;}
.MC_search_box2 span:nth-child(2) input{width: 120px;}
.MC_search_box2 span input{background: url(../images/member/MC_icon_down.png) no-repeat right;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
.MC_tickets{background: #313131;font-size: 18px;height: 56px;line-height: 56px;margin-top: 40px;color: #fff;}
.MC_tickets span{text-align: center;display: inline-block;width: 19.6%;}
.MC_tickers_item{margin-bottom: 30px;}
.MC_tickers_item li{height: 80px;border-bottom: 1px solid #C9C9C9;line-height: 80px;font-size: 16px;}
.MC_tickers_item li span{display: inline-block;float: left;width: 20%;text-align: center;}
.MC_tickers_item li .btn p{width: 86px;height: 34px;border: 1px solid #c9c9c9;text-align: center;line-height: 34px;display: inline-block;margin-top: 23px;color: #0082D3;cursor: pointer;}
.MC_tickers_item li .btn p a{color:#0082D3;display: block;}
.MC_noSearch{font-size: 16px;text-align: center;}

/* 我的订单--修改 */
.MC_orders_item1{background: #313131;font-size: 18px;height: 56px;line-height: 56px;margin-top: 40px;color: #fff;}
.MC_orders_item1 span{/* width: 110px; */text-align: center;display: inline-block;width: 11.8%;}
.MC_orders_item1 .MC_cont_txt{/* width: 594px; */width: 38%;}
.MC_orders_item1 .MC_ticket{text-align: left;padding-left: 7px;}
.MC_orders_item4{background: #313131;font-size: 18px;height: 56px;line-height: 56px;margin-top: 40px;color: #fff;}
.MC_orders_item4 span{/* width: 110px; */text-align: center;display: inline-block;width: 14.8%;}
.MC_orders_item4 .MC_cont_txt{/* width: 594px; */width: 38.5%;}
.MC_orders_item4 .MC_ticket{text-align: left;padding-left: 7px;}
.MC_orders{border: 1px solid #ececec;margin-top: 20px;}
.MC_orders_title{background: #f0f0f0;height: 68px;line-height: 68px;font-size: 18px;border-bottom: 1px solid #ececec;position: relative;}
.MC_orders_title span{margin-left: 20px;}
.MC_orders_title input{width: 18px;height: 18px;vertical-align: middle;position: relative;margin-left: 10px;left: 10px;top: -2px;}
.MC_orders_title .MC_orders_del{font-size: 16px;background: url(../images/member/MC_Pticon.png) no-repeat 0 -35px;height: 24px;padding-left: 28px;line-height: 24px;position: absolute;right: 20px;top: 24px;color: #000;}
.MC_orders_title .MC_orders_reduce{font-size: 16px;background: url(../images/member/MC_Pticon.png) no-repeat 0 -127px;height: 24px;padding-left: 28px;line-height: 24px;position: absolute;right: 20px;top: 24px;color: #000;}
.MC_orders_oulbox{position: relative;}
.MC_orders_oulbox li{padding: 20px 0 20px 1.8%;border-top: 1px solid #ececec;border-right: 1px solid #ececec;/* width: 1034px; */width: 72.6%;position: relative;}
.MC_orders1 .MC_orders_oulbox li{width: 68%;}
.MC_orders_oulbox li:first-child{border-top: none;}
.MC_orders_oulbox li img{float: left;width: 7.6%;}
.MC_orders_text{font-size: 18px;/* width: 483px; */padding: 0 2% 0px 1%; line-height: 1.4;display: inline-block;float: left;width: 39.6%;
isplay: -webkit-box; -webkit-box-orient;  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; height: 74px;}
.MC_orders1 .MC_orders_text{width: 42%;padding: 0 15px;}
.MC_orders_oulbox li span{/* height: 80px; */line-height: 80px;font-size: 18px;/* width: 110px; */display: inline-block;text-align: center;width: 16.5%;}
.MC_orders1 .MC_orders_oulbox li span{width: 25%;}
.MC_orders_detail a{width: 78px;height: 30px;line-height: 30px;border: 1px solid #ececec;text-align: center;display: block;color: #000;font-size: 16px;}
.MC_orders_oulbox li i{position: absolute;top: 22%;right: 0;/* transform: translate(0, -50%); */font-style: normal;width: 16.5%;font-size: 16px;text-align: center;}
.MC_orders1 .MC_orders_oulbox li i{right: 6%;}
.MC_orders_oulbox li i a{display: block;color: #000;}
.MC_orders_oulbox li .MC_orders_href{color: #0082d3;}
.MC_orders_cont{position: absolute;top: 0;right: 0;height: 100%;width: 25.4%;}
.MC_orders_cont ul::after{ content: ".";visibility:hidden;display:block;height:0;clear:both;}
.MC_orders1 .MC_orders_cont{width: 30.2%;}
.MC_orders1 .MC_orders_cont ul li{width: 49%;}
.MC_orders_cont ul{height: 100%;}
.MC_orders_cont ul li{width: 49%;border-right: 1px solid #ececec;text-align: center;height: 100%;float: left;border-top: none;padding: 0;font-size: 26px;color: #0082d3;font-weight: bold;position: relative;}
.MC_orders_cont ul li:last-child{border-right: none;}
.MC_orders_cont ul li b{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.MC_orders_cont .MC_orders_btn a{width: 78px;height: 30px;border: 1px solid #ececec;text-align: center;line-height: 30px;display: block;color: #000;font-size: 16px;font-weight: normal;margin: 0 auto;margin-bottom: 5px;}
.MC_orders_cont .MC_orders_btn a:last-child{margin-bottom: 0;}
.MC_orders_cont .MC_orders_btn .MC_orders_pay{background: #0082d3;color: #fff;border: 1px solid #0082d3;}
.MC_orders_title2{background: none;border-bottom: none;}
.MC_orders_title2 a{color: #000;}
.MC_orders_recycling{width: 106px;height: 35px;border: 1px solid #ececec;padding-left: 44px;line-height: 35px;color: #000;background: url(../images/member/MC_Pticon.png) no-repeat 12px -121px;display: inline-block;margin-left: 20px;}
.MC_Cmtpage2{position: absolute;right: 20px;top: 3px;}
.MC_PageBox{float: right;margin-top: 8px;}
.MC_orders_box2{padding: 8px 0;}


/* 确认信 */
.MC_orders_item2 span{width: 258px;}
/* .MC_orders_oul2 li:last-child{border-bottom: 1px solid #C9C9C9;} */
.MC_orders_oul2 li span{width: 258px;}
.MC_orders_oul2 li span:first-child{width: 250px;padding: 0;margin-right: 18px;}
.MC_orders_oul2 li .btn{color: #0082D3;width: 228px;text-align: center;}

/* 我的优惠券 */
.MC_title{line-height: 50px;height: 50px;}
.MC_title span:first-child{font-size: 40px;font-weight: bold;float: left;margin-left: 0;}
.MC_title span{font-size: 22px;float: right;margin-left: 35px;}
.MC_title span b{font-size: 26px;color: #0082D3;}
.MC_orders_item3 span{width: 214px;}
/* .MC_orders_oul3 li:last-child{border-bottom: 1px solid #C9C9C9;} */
.MC_orders_oul3 li span{width: 219px;}
.MC_orders_oul3 li span:first-child{width: 219px;padding: 0;}
.MC_orders_oul3 li .btn{color: #0082D3;text-align: center;}

/* 积分 */
.MC_title p{width: 144px;height: 45px;margin-left: 15px;background: #000;color: #fff;font-size: 20px;text-align: center;line-height: 45px;display: inline-block;float: right;cursor: pointer;}
.MC_rule_box{border: 1px solid #C9C9C9;padding: 60px 60px 80px 60px;margin-top: 25px;}
.MC_rule{margin: 0 0 60px -5%;}
.MC_rule li{width: 28.3%;margin-left: 5%;float: left;font-size: 18px;}
.MC_rule li span{width: 49px;height: 49px;border-radius: 50%;background: #000;display: inline-block;font-size: 26px;color: #fff;text-align: center;line-height: 49px;margin: 0 18px 10px 0;}
.MC_rule li .A{background: #676767;float: left;}
.MC_rule li .A_text{line-height: 28px;padding-top: 12px;float: left;width: 82%;}
.MC_rule2{margin-bottom: 0;}
.MC_rule2 li{width: 95%;}
.MC_rule2 li .A_text{width: 94%;}

/* 所有积分 */
.MC_integral_item{background: #313131;font-size: 18px;height: 56px;line-height: 56px;margin-top: 40px;color: #fff;padding: 0 40px;}
.MC_integral_item span{text-align: center;display: inline-block;width: 163px;}
.MC_integral_item .MC_names{width: 565px;padding: 0 40px;}
.MC_integral_oulBox{position: relative;/* min-height: 530px; */border: 1px solid #c9c9c9;padding: 0 40px;}
.MC_integral_oul{border-top: none;/* min-height: 530px; */position: relative;top: 0;}
.MC_integral_oul li{height: 80px;border-bottom: 1px solid #C9C9C9;line-height: 80px;font-size: 16px;}
.MC_integral_oul li span{display: inline-block;float: left;width: 168px;text-align: center;}
.MC_integral_oul li .MC_names{display: inline-block;width: 565px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 40px;}

.gridtable{width: 100%; border-collapse: collapse;  border: 1px solid #c9c9c9; margin-top:30px;}
.gridtable .hei{ background: #313131;font-size: 18px;height: 56px;line-height: 56px;margin-top: 40px;color: #fff;padding: 0 40px;}
.gridtable .hei th{ font-weight:500;}
.gridtable .bys{height: 80px;border-bottom: 1px solid #C9C9C9;line-height: 80px;font-size: 16px;}
.gridtable .bys td{ text-align:center; font-size:16px;}
.w_20{ width:200px}
.w_50{ width:560px}
table.gridtable tr{}


/* 积分商城 */
.MC_choice_box{border: 1px solid #C9C9C9;padding: 28px 35px 55px 35px;margin: 30px 0 20px 0;}
.MC_choice_box p{font-size: 16px;margin-bottom: 10px;}
.MC_choice_box p span:last-child{float: right;}
.MC_choice_item{height: 28px;line-height: 28px;margin-top: 30px;}
.MC_choice_item span{font-size: 24px;font-weight: bold;margin-right: 50px;float: left;}
.MC_choice_item ul li{padding: 0 15px;margin-right: 25px;float: left;font-size: 18px;cursor: pointer;}
.MC_choice_item ul li.click{color: #fff;background: #181d20;}
.MC_sort_box{height: 62px;padding: 0 15px 0 35px;background: #181d20;line-height: 62px;font-size: 16px;color: #a8a8a9;}
.MC_sort_box span{color: #fff;font-weight: bold;float: left;margin-right: 5px;}
.MC_sort_box ul{display: inline-block;}
.MC_sort_box ul li{float: left;margin-right: 18px;cursor: pointer;}
.MC_sort_box ul li.click{color: #fff;}
.MC_goods_search{float: right;margin-top: 14px;}
.MC_goods_search input{width: 254px;height: 37px;padding: 0 20px;background: #fff;border: none;font-size: 16px;line-height: 37px;}
.MC_goods_search button{width: 64px;height: 37px;background: #0082D3;color: #fff;border: none;float: right;font-size: 16px;line-height: 37px;cursor: pointer;}
.MC_goods_list{margin: 0 0 60px -14px;}
.MC_goods_list li{float: left;margin-left: 14px;width: 19%;margin-top: 20px;}
.MC_goods_list .MC_goods_cont{border: 1px solid #C9C9C9;border-top: none;padding: 5px 12px 35px 12px;}
.MC_goods_list .MC_goods_title{font-size: 16px;line-height: 44px;border-bottom: 1px solid #C9C9C9;}
.MC_goods_list .MC_goods_title b{font-size: 26px;color: #0082D3;float: left;margin-right: 3px;}
.MC_goods_list .MC_goods_title span{float: right;color: #8d8d8d;}
.MC_goods_cont p{font-size: 14px;line-height: 20px;margin-top: 15px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.MC_pagination_box{height: 37px;width: 41.5%;margin: 0 auto;}
.MC_btn_last{width: 60px;height: 35px;border: 1px solid #e4e4e4;color: #000;font-size: 16px;line-height: 35px;background: url(../images/member/MC_icon_last2.png) no-repeat 10px 13px;padding-left: 20px;float: left;}
.MC_btn_next{width: 60px;height: 35px;border: 1px solid #e4e4e4;color: #000;font-size: 16px;line-height: 35px;background: url(../images/member/MC_icon_next2.png) no-repeat 65px 13px;padding-right: 20px;text-align: right;float: left;}
.MC_btn_l{color: #b3b3b3;background: url(../images/member/MC_icon_last1.png) no-repeat 10px 13px;}
.MC_btn_n{color: #b3b3b3;background: url(../images/member/MC_icon_next1.png) no-repeat 65px 13px;}
.MC_pages{margin: 0 5px;display: inline-block;float: left;}
.MC_pages li{width: 35px;height: 35px;text-align: center;line-height: 35px;border: 1px solid #e4e4e4;font-size: 14px;float: left;}
.MC_pages .page{color: #fff;background: #414141;border: 1px solid #414141;}
.MC_pages span{width: 22px;display: inline-block;text-align: center;height: 37px;line-height: 37px;float: left;}
.MC_page_box{color: #969696;font-size: 12px;height: 37px;line-height: 37px;float: left;margin-left: 10px;}
.MC_page_box input{width: 24px;height: 21px;border: 1px solid #e4e4e4;margin: 0 5px;color: #686868;padding: 0 5px;line-height: 19px;font-size: 14px;}
.MC_page_box button{width: 43px;height: 23px;border: 1px solid #E4E4E4;line-height: 23px;text-align: center;font-size: 12px;background: none;margin-left: 5px;}

/* 会员等级 */
.MC_nav_person2{padding-top: 28px;}
.MC_progressBar{width: 200px;height: 14px;margin-top: 8px;/* border-radius: 25px;background: #ededed;position: relative;overflow: hidden; */}
/* .MC_progressBar span{width: 150px;height: 13px;background: #0082D3;position: absolute;display: inline-block;border-radius: 0;} */
.MC_policy_box{border: 1px solid #C9C9C9;padding: 25px 35px 60px;margin-top: 30px;}
.MC_title .MC_title2{color: #4C4C4C;}
.MC_member_title{font-size: 34px;color: #4c4c4c;margin-bottom: 12px;}
.MC_level{border-bottom: 1px solid #C9C9C9;padding-bottom: 16px;margin-bottom: 50px;}
.MC_level li:first-child{margin-left: 0;}
.MC_level li{width: 240px;height: 93px;float: left;margin-left: 32px;position: relative;}
.MC_level li span{font-size: 24px;color: #fff;position: absolute;right: 34px;top: 30px;}
.MC_level_cont p{font-size: 22px;color: #4C4C4C;margin-bottom: 24px;}
.MC_level_cont p span{color: #0082D3;font-weight: bold;}
.MC_privilege_box{border: 1px solid #C9C9C9;padding: 25px 35px 60px 38px;margin-top: 45px;}
.MC_privilege_box2{padding-bottom: 35px;}
.MC_level_title{border-top: 1px solid #4c4c4c;border-bottom: 1px solid #4c4c4c;margin-bottom: 35px;}
.MC_level_title li{width: 20%;text-align: center;font-size: 22px;float: left;height: 54px;line-height: 54px;color: #4C4C4C;font-weight: bold;}
.MC_level_box table tr{text-align: center;height: 60px;}
.MC_level_box table tr td{border-right: 1px solid #4c4c4c;font-size: 18px;color: #4c4c4c;width: 20%;}
.MC_level_box table tr td:last-child{border-right: none;}
.MC_privilege_box2 table td:last-child{width: 80%;}
.MC_caption{font-size: 26px;color: #4C4C4C;margin: 38px 0 20px 0;}
.MC_caption_cont{min-height: 34px;margin-bottom: 20px;position: relative;padding-left: 45px;}
.MC_caption_cont span{width: 34px;height: 34px;border-radius: 50%;background: #4C4C4C;font-size: 22px;color: #fff;line-height: 34px;text-align: center;display: inline-block;position: absolute;left: 0;}
.MC_caption_cont p{font-size: 18px;color: #4C4C4C;line-height: 30px;}

/* 账户管理 */
select::-ms-expand { display: none; }
#userForm{ float: left;width: 320px;}
#preferenceForm{width: 450px;float: left;margin-left: 208px;}
#userFormSetLogin{width: 320px; float: left;margin-left: 102px;}
#userForm1{ display: inline-block;}
.MC_Left_box{/*width: 320px; float: left; */}
.MC_L_caption{font-size: 34px;margin-bottom: 60px;}
.MC_item_box{margin-bottom: 30px;position: relative;}
.MC_item{height: 29px;line-height: 29px;cursor: pointer;}
.MC_item b{width: 29px;height: 29px; line-height: 26px; border-radius: 50%;background: #383838;color: #fff;font-size: 26px;display: inline-block;text-align: center;float: left;}
.MC_item span{font-size: 22px;margin-left: 10px;}
.MC_item_open b{background: #0082D3;}
.MC_item_open span{font-weight: bold;}

.MC_show{display: block;}
.MC_line{width: 2px;height: 25px;background: #C9C9C9;display: block;margin: 6px 0 2px 13px;}
.MC_item_list{font-size: 22px;padding-left: 39px;position: relative;margin-top: 25px;}
.MC_item_list:after{width: 12px;height: 12px;content: '';display: inline-block;border: 5px solid #C9C9C9;border-radius: 50%;position: absolute;left: 3px;top: 5px;}
.noTop{margin-top: 0;}
.MC_item_text{margin: 6px 0 0 13px;border-left: 2px solid #C9C9C9;padding-left: 24px;}
.MC_item_text .item{position: relative;margin-bottom: 7px;}
.MC_item_text .item b{width: 13px;height: 13px;background: url(../images/member/MC_icon_point.png) no-repeat;position: absolute;left: -32px;top: 15px;}
.MC_item_text input{width: 242px;height: 42px;border: 1px solid #C9C9C9;font-size: 16px;padding: 0 18px;line-height: 42px;color: #000;}
.MC_item_text .first{padding-top: 15px;}
.MC_item_text .first b{top: 30px;}
.MC_item_text .last{margin-bottom: 0;}
.MC_item_text .last b{height: 29px;background: url(../images/member/MC_icon_point2.png) no-repeat;top: 15px;}
.MC_item_text .only{padding-top: 15px;}
.MC_item_text .only b{height: 29px;background: url(../images/member/MC_icon_point2.png) no-repeat;top: 30px;}
.MC_item_text select{background: url(../images/member/MC_icon_down.png) no-repeat right 18px;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;border: 1px solid #C9C9C9;color: #000; }
           
.MC_item_text .select1{width: 280px;height: 44px;font-size: 16px;line-height: 44px;padding: 0 13px; }
.MC_item_text .select2{width: 88px;height: 44px;font-size: 16px;line-height: 44px;padding: 0 13px;margin-left: 8px;float: left;}
.MC_item_text .select0{margin-left: 0;}
.MC_item_text .phone input:nth-child(2){width: 55px;float: left;}
.MC_item_text .phone input:last-child{width: 142px;margin-left: 8px;}
.MC_btn_box{margin-top: 20px;padding-left: 39px;}
.MC_btn_box .save{width: 122px;height: 34px;border: 1px solid #0082D3;background: #0082D3;color: #fff;font-size: 16px;text-align: center;line-height: 34px;float: left;cursor: pointer;display: inline-block;}
.MC_btn_box .cancel{width: 88px;height: 34px;border: 1px solid #C9C9C9;background: #fff;color: #4d4948;font-size: 16px;text-align: center;line-height: 34px;margin-left: 8px;cursor: pointer;display: inline-block;}
.MC_notStudent {position: relative;padding-left: 30px;margin-left: 30px;}
.MC_notStudent input{position: absolute;width: 22px;height: 22px;opacity: 0;z-index: 100;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;left: 0;top: -4px;}
.MC_notStudent input+i {position:absolute;width: 22px;height: 22px;background: url(../images/member/MC_radio_no.png) no-repeat;background-size: 22px 22px;left: 0;top: -4px;} 
.MC_notStudent input:checked+i{background: url(../images/member/MC_radio_checked.png) no-repeat;}




.MC_Center_box{/* width: 450px;float: left;margin-left: 208px; */}
.MC_item_text .ImgBox input:nth-child(2){width: 241px;float: left;}
.MC_item_text .ImgBox .MC_choice_btn{width: 124px;height: 44px;margin-left: 8px;border: none;background: #0082D3;color: #fff;padding: 0;line-height: 44px;font-size: 16px;cursor: pointer;}
.MC_item_text .MC_choice_file{position: absolute;width: 124px;padding: 0;margin-left: 8px;opacity: 0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;cursor: pointer;}
.MC_self_box{display: inline-block;margin-top: 8px;}
.MC_self_box .MC_self_img{width: 98px;height: 98px;border: 1px solid #C9C9C9;overflow: hidden;display: inline-block;float: left;}
.MC_self_box .MC_self_text{font-size: 16px;color: #585858;float: left;width: 305px;margin-left: 6px;display: inline-block;padding-top: 5px;}
.MC_self_box .MC_file_hide{width: 98px;height: 98px;position: absolute;padding: 0;cursor: pointer;opacity: 0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;}
.MC_item_text .MC_RSS input,.MC_item_text .MC_route input{width: 372px;}
.MC_item_text .MC_RSS_text,.MC_item_text .MC_airport_text{font-size: 16px;color: #585858;width: 100%;display: block;margin-top: 8px;position: relative;}
.MC_item_text .MC_airport_text{width: 68%;}
.noTop span{font-size: 16px;}
.MC_style{display: inline-block; width: 200px;height: 42px;border: 1px solid #c9c9c9;font-size: 1rem;color: #585858;line-height: 42px;float: left;position: relative;margin-bottom: 10px;margin-right: 6px;}
/* .MC_style2{margin-right: 6px;} */
.item span[class="MC_style"]:nth-child(2n){margin-right: 0;}
.MC_style label{display: block;cursor: pointer;}
.MC_style input{width: 44px;height: 44px;position: relative;float: left;cursor: pointer;margin-right: 10px;opacity: 0;z-index: 100;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;}
.MC_style i{position: absolute;display: inline-block;width: 42px;height: 42px;left: 0px;top: 0px;background: #e6e6e6;}
.MC_style input:checked+i{background: url(../images/member/MC_checked.png) no-repeat;background-size: 44px 44px;}
.MC_item_text .MC_route span:nth-child(2){display: block;width: 372px;height: 42px;border: 1px solid #C9C9C9;font-size: 16px;padding: 0 18px;line-height: 24px;color: #585858;}
.MC_item_text .MC_route input{width: 320px;border: none;padding: 0;margin-left: 5px;}
.MC_btn_box .btn_addLine{width: 124px;height: 34px;background: #c9c9c9;margin: 8px 0 12px 0;border: none;float: right;color: #585858;font-size: 16px;cursor: pointer;}
.MC_btn_box .btn_addLine_txt{font-size: 16px;color: #585858;width: 100%;display: block;height: auto;/* padding-top: 55px; */}
.MC_airport_text,.MC_mail_txt span,.MC_psd_txt,.MC_RSS_text{font-size: 16px;color: #0082d3;width: 100%;display: block;height: auto;}
.MC_airport_text{color: #585858;width: 280px;}
.MC_mail_txt span:first-child,.MC_RSS_text{color: #585858;}



/* .MC_Right_box{width: 320px;float: left;margin-left: 102px;} */




/*个人空间 S*/
.Sub_nav{ display:none;}
.MC_Spacenav a{ font-size:34px; color:#000; margin-right:120px; display:inline-block;}
.MC_Spacenav a.click{ color:#0082d3; font-weight:bold; border-bottom:4px solid #0082d3; padding-bottom:10px;}
.MC_Spacebox{ border:1px solid #cacaca; padding:40px; margin-top:40px;}

/*结伴同游*/
.MC_Compnav a{ color:#000000; font-size:18px; display:inline-block; border-left:1px dotted #959595; height:24px; padding:0 25px;}
.MC_Compnav a.click{ color:#0082d3; font-weight:bold;}
.MC_Compnav a:first-child{ padding-left:0; border-left:0;}
.MC_Company { margin-top:30px;}
.MC_Company a{ color:#4d4948; font-size:18px; display:inline-block; padding:15px 20px; border:1px solid #c9c9c9; margin-right:10px;}
.MC_Company a.click{ background:#0082d3;  border:1px solid #0082d3; color:#fff;}
.MC_Cominfor{ margin-left:-1%; margin-top:20px;}
.MC_Cominfor li{ float:left; margin-left:1%; width:24%; margin-top:15px; border:1px solid #cacaca; padding:10px;}
.MC_Cominfor span.tpic{ display:block; padding:10px;}
.MC_Comtxt1,.MC_Comtxt2{ padding:0 10px;}
.MC_Comtxt1 p{ color:#4d4948; font-size:16px; line-height:1.5; height:24px; overflow:hidden;}
.MC_Comtxt1 p a{color: #4d4948;}
.MC_Comtxt2{ text-align:center; margin-top:10px;}
.MC_Comtxt2 span{ display:inline-block; color:#4d4948; font-size:16px; font-weight:bold; padding:0 15px; vertical-align:middle;}
.MC_Comtxt2 span b{ display:block; color:#0082d3; font-size:26px; }
.MC_Comtxt2 span.Numb{ border-right:1px dotted #b2b2b2;}
.MC_Comtxt2 span.more{ border:1px dotted #b2b2b2; font-weight:normal; padding:5px 15px;}
.MC_Comtxt2 span.more a{color: #4d4948;}
.MC_Comtxt3{ text-align:center; margin-top:10px; color:#4d4948; border-top:1px  dotted #b2b2b2; padding-top:10px; font-size:16px; }
.MC_Comtxt3 span{ color:#0082d3; font-size:18px; font-weight:bold; display:inline-block;}

/*我的相册*/
.Mphoto_nav1 a{ border:1px solid #dcdcdc; width:114px; height:34px; line-height:34px; text-align:center; display:inline-block; margin-right:10px; font-size:16px; color:#000;}
.Mphoto_nav1 a.click{ background:#0082d3; color:#fff; border:1px solid #0082d3;}
.Mphotobox{ margin-left:-1%; margin-top:20px; }
.Mphotobox li{ float:left; width:19%; margin-left:1%; margin-top:10px; border:1px solid #dcdcdc; padding:10px; box-sizing:border-box;/* position: relative; */}
.Mphtop{ position:relative;height: 190px;}
.MphotoName{position: relative;}
.Mpheditbox{ position:absolute; top:10px; right:10px; text-align:right;}
.Mpheditbox span.icon{ display:inline-block; width:26px; height:26px;  background:#fff; border-radius:6px; border:1px solid #dcdcdc; text-align:center;}
.Mpheditbox span.icon i{ display:inline-block; background:url(../images/member/MC_Pticon.png) no-repeat 0 0; width:14px; height:8px; margin:9px 0; cursor:pointer;}
.Mphedit{ background:#fff; border-radius:6px 0 6px 6px; margin-top:-2px; border:1px solid #dcdcdc; padding:10px 15px; display:none;}
.Mphedit a{ display:block; color:#000; font-size:16px; padding:5px 0;text-align: left;}
.Mphedit a i.icon1{ background:url(../images/member/MC_Pticon.png) no-repeat 0 -10px; width:24px; height:20px; display:inline-block; vertical-align:middle;}
.Mphedit a i.icon2{ background:url(../images/member/MC_Pticon.png) no-repeat 0 -35px; width:24px; height:23px; display:inline-block; vertical-align:middle;}
.Mphedit a i.icon3{ background:url(../images/member/MC_Pticon.png) no-repeat 0 -98px; width:24px; height:23px; display:inline-block; vertical-align:middle;}
.Mpheditbox:hover  span.icon{ border-bottom:0; border-radius:6px 6px 0 0; height:20px;}
.Mpheditbox:hover div.Mphedit{ display:block;}
.Mphotnumb{ position:absolute; right:10px; bottom:10px;}
.Mphotnumb span{ color:#fff; font-size:21px; display:inline-block;}
.MphotoName a{ color:#000; font-size:16px; display:block; margin:10px 0; line-height:20px; height:20px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap;}
.Pedit{position: fixed;left: 0px;top: 0px;width: 100%;height: 100%; background:rgba(0, 0 , 0,0.2); z-index:880; }
.Peditbox{ display:table; height:100%; margin:0 auto;}
.Peditmain{ display:table-cell; vertical-align:middle;}
.Peditbg{margin: 0 auto;  background-color: #fff; -webkit-box-shadow: 0 0 6px #aaa; -moz-box-shadow: 0 0 6px #aaa; box-shadow: 0 0 6px #aaa; width:720px;}
.Creatbg{margin: 0 auto;  background-color: #fff; -webkit-box-shadow: 0 0 6px #aaa; -moz-box-shadow: 0 0 6px #aaa; box-shadow: 0 0 6px #aaa; width:975px;}
.uploadbg{margin: 0 auto;  background-color: #fff; -webkit-box-shadow: 0 0 6px #aaa; -moz-box-shadow: 0 0 6px #aaa; box-shadow: 0 0 6px #aaa; width:1400px;}
.Peditbg h4,.Creatbg h4,.uploadbg h4{ background:#f6f6f6; padding:10px 30px; color:#000; font-size:16px; font-weight:normal;}
.Peditbg h4 span,.Creatbg h4 span,.uploadbg h4 span{ display:inline-block; vertical-align:middle; height:30px; line-height:30px;}
.Peditbg h4 a,.Creatbg h4 a,.uploadbg h4 a{ width:30px; height:30px; display:inline-block; float:right; text-align:center; vertical-align:middle;}
.Peditbg h4 a i,.Creatbg h4 a i,.uploadbg h4 a i{ background:url(../images/member/MC_Pticon.png) no-repeat 0 -60px; width:12px; height:12px; display:inline-block; margin:9px 0;}
.Peditform{ padding:10px 30px;}
.Peditform_item1{ margin:15px 0;}
.Peditform_item1 span{ color:#000; font-size:16px; display:inline-block; margin-right:5px; width:64px;}
.Peditform_item1 input{ border:1px solid #c9c9c9; height:38px; line-height:38px; padding:0 10px; width:560px; color:#000; font-size:16px;}
.Peditform_item1 textarea{border:1px solid #c9c9c9;  padding:10px; width:560px; color:#000; font-size:16px; height:180px; display:inline-block; vertical-align:top;resize: none;}
.Peditbtm{ background:#f6f6f6; padding:15px 30px; text-align:right;}
.Peditbtm .confim{ color:#fff; font-size:16px; width:88px; height:34px; border:1px solid #0082d3; background:#0082d3; text-align:center; line-height:34px;display: inline-block;}
.Peditbtm .cancel{ color:#4d4948; font-size:16px; width:88px; height:34px; border:1px solid #c9c9c9; background:#fff; text-align:center; line-height:34px; margin-left:10px;display: inline-block;}
.Creatle{ width:655px; float:left;}
.Creatra{ float:right; width:240px; margin:15px 0;height: 257px;}
.Creatra a{ background:#f6f6f6; display:block; text-align:center; /* padding:0 0 28px 0; */width: 100%;height: 100%;}
.Creatra a span{ display:inline-block; font-size:18px; color:#bbb; margin-top:5px;}
.uploadbg h4 span select{ height:30px; border:1px solid #dcdcdc; line-height:30px; width:150px; padding:0 10px; color:#000; font-size:16px; margin-left:15px; outline:none;background: url(../images/member/MC_icon_down.png) no-repeat right;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
select::-ms-expand { display: none; }
.Peditadd{ background:#fff; padding:10px 0 30px;}
.Peditaddbox{ margin-left:-1%; margin-top:20px; min-height:400px; padding:0 30px;}
.Peditaddbox li{ float:left; margin-left:1%; width:19%; box-sizing:border-box; border:1px solid #dcdcdc; margin-top:10px; /* height:320px; */position: relative;}
.Peditxt{ padding:10px;}
/* .Peditxt p{ color:#000; font-size:16px;padding-bottom: 10px;border-bottom: 1px solid #DCDCDC;} */
.PeditTitle{color: #000;font-size: 16px;border: none;border-bottom: 1px solid #DCDCDC;background: #fff;width: 100%;padding: 3px 0 12px 0;}
.PeditCont{width: 100%;resize: none;font-size: 14px;line-height: 20px;border: none;margin-top: 8px;height: 58px;overflow: hidden;background: #FFFFFF;}
.Addpic{ position:relative;}
.Addpic span{ display:block; height:200px; width:100%;}
.Picdel{ position:absolute; top: 165px; left:0; width:100%;  background:rgba(0,0,0,0.5); height:35px; text-align:right; display:none;}
.Picdel a{ display:inline-block; background:url(../images/member/MC_Pticon.png) no-repeat 0 -75px; width:24px; height:23px; margin:6px 10px;}
.Peditaddbox li:hover div.Picdel,.Peditaddbox li.addclick a{ display:block;}
/* .Peditaddbox li.addclick { background:#f6f6f6; display:block;  border:1px solid #f6f6f6; text-align:center;} */
/* .Peditaddbox li.addclick a { padding:90px 0;} */
/* .Peditaddbox li.addclick a span{ color:#bbb; font-size:18px; display:block; margin-top:5px;} */
.Peditaddbox li.addclick { background:#f6f6f6;border:1px solid #f6f6f6;}
.Peditaddbox li .photoAdd{ color:#bbb; font-size:18px; display:block; height: 117px;text-align: center;}
.photoAddPic{margin-left: 50%;position: relative;left: -39px;}
.Peditaddbox li:hover{ border:1px solid #0082d3;}
.Peditaddbox li.addclick:hover{ border:1px solid #f6f6f6;}
.Addbtn{ background:#f6f6f6; padding:13px 30px;}
.Addbtn a.upload{ border:1px solid #0082d3; background:#0082d3; font-size:18px; color:#fff; display:inline-block; width:145px; text-align:center; padding:13px 0; margin-right:10px;}
.Addbtn a.Cadd{ border:1px solid #c9c9c9; background:#fff; font-size:18px; color:#4d4948; display:inline-block; width:145px; text-align:center; padding:13px 0;}
.Addbtn .Delbtn{background: url(../images/member/MC_Pticon.png) no-repeat 0 -35px;width:24px; height:21px;border: none;float: right;margin-top: 16px;}
/* 相册详情 */
.MphotoSet_l{border: 1px solid #dcdcdc;padding: 6px;width: 88px;height: 88px;float: left;}
.MphotoSet_r{float: left;margin: 8px 0 0 10px;}
.MphotoSet_txt{font-size: 24px;margin-bottom: 15px;}
.MphotoSet_txt span{font-size: 16px;margin-left: 15px;}
.MphotoSetBox{margin: 30px 40px;}
.PeditDel{text-align: center;padding: 40px 0;font-size: 18px;}
/* 批量管理 */
.MC_Spacebox2{border:1px solid #cacaca; margin-top:40px;}
.Mphotobox2{padding: 0 40px 40px 40px;}
.Mphoto_batchBox{width: 100%;height: 60px;background: #0082D3;line-height: 60px;}
.MphotoSet_txt2{font-size: 24px;padding-left: 40px;margin-top: 30px;}
.M_batchBox_l{font-size: 16px;color: #fff;margin-left: 40px;display: inline-block;position: relative;}
.M_batchBox_l span{margin-left: 20px;}
.M_batchBox_l span b{margin: 0 5px;}
.M_batchBox_l .input_checkAll{position: relative;display: inline-block;}
.M_batchBox_l .input_checkAll span{margin-left: 5px;}
.input_checkAll input{position: absolute;left: 0;visibility: hidden;}
.input_checkAll input+b {display: inline-block;width: 26px;height: 26px;background: #fff;position: relative;top: 7px;} 
.input_checkAll input:checked+b:after {content: ""; position: absolute;  left:3px ;bottom:10px;  width: 16px;height: 8px; border: 2px solid #0082d3;border-top-color: transparent;border-right-color: transparent; -ms-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -webkit-transform: rotate(-60deg); transform: rotate(-45deg);}
.Mphotobox2 li .input_check{position: relative;display: inline-block;/* top: -1px;left: -1px; */float: left;margin-right: 10px;}
.Mphotobox2 li .input_check input{position: absolute;left: 0;visibility: hidden;}
.Mphotobox2 li .input_check input+b {display: inline-block;width: 16px;height: 16px;background: #fff;position: relative;border: 1px solid #DCDCDC;z-index: 100;cursor: pointer;} 
.Mphotobox2 li .input_check input:checked+b{ background:#0082D3;border: 1px solid #006db1;}
.Mphotobox2 li .input_check input:checked+b:after {content: ""; position: absolute;  left:3px ;bottom:6px;  width: 8px;height: 4px;background: #0082D3; border: 2px solid #fff;border-top-color: transparent;border-right-color: transparent; -ms-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -webkit-transform: rotate(-60deg); transform: rotate(-45deg);}

.MphotoDel{font-size: 16px;color: #fff;margin-left: 40px;}
/* .M_batchBox_c{display: inline-block;margin-left: 26%;}
.M_batchBox_c a{padding: 8px 30px;background: #02befe;font-size: 16px;text-align: center;margin-right: 8px;color: #fff;} */
.M_batchBox_r{display: inline-block;float: right;font-size: 18px;margin-right: 40px;color: #fff;}
.M_batchBox_r a{color: #fff;}

.album_div_update{width: 100% !important;}
.album_input_update{width:89% !important;}

/* 删除提示 */
.Mpassword{  margin:0 auto; width:400px;}
.Mpassword_main a{ display:block; background:#0092dd; width:60px; height:30px; text-align:center;  color:#fff; font-size:16px; line-height:30px; border-radius:6px; margin:15px auto 0;}
.Mpassword_main_icon{ text-align:center;margin:15px auto;}
.Mpassword_main_icon a.Mdel{ display:inline-block; background:#6e6e6e; width:60px; height:30px; text-align:center;  color:#fff; font-size:16px; line-height:30px; border-radius:6px; }
.Mpassword_main_icon a.Msave{ display:inline-block; background:#0092dd; width:60px; height:30px; text-align:center;  color:#fff; font-size:16px; line-height:30px; border-radius:6px;margin-right:5px; }
.Mpassword_main b{ color:#0092dd; font-size:15px;}
.Mairinfor_top{ background:#6e6e6e; height:35px;   border-radius:6px 6px 0 0;}
.Mairinfor_top span{ color:#fff; line-height:35px; padding-left:15px; font-size:15px; font-weight:bold;}
.Mairinfor_top a{ background:url(../images/member/Payoff_icon.png) no-repeat -11px -1432px; width:20px; height:30px; display:block;}
.Mairinfor_main,.Mpassword_main,.Mpaya_main,.Mjf_main{ border:1px solid #dcdcdc; padding:15px 25px; background:#fff;}


/*我的评论*/
.MC_Cnavle{ float:left;}
.MC_Cnavle a{ border:1px solid #dcdcdc; display:inline-block; color:#000; font-size:16px; width:115px; height:34px; line-height:34px; text-align:center; margin-right:7px; }
.MC_Cnavle a.click{ background:#0082d3; color:#fff; }
.MC_Cnavra{ float:right; height:36px; line-height:36px; text-align:right; color:#000; font-size:16px;}
.MC_Cnavra span{ color:#0082d3; font-size:34px; font-weight:bold;}
.MC_Cmt{ margin-left:-7.4%; margin-top:20px;}
.MC_Cmt li{ float:left; width:43%; margin-left:7%; border-top:1px solid #dcdcdc; padding:20px 0;}
.MC_Cmt li:nth-of-type(1),.MC_Cmt li:nth-of-type(2){ border-top:0;}
.MC_Cmt li span.Numb{ display:inline-block; float:left; width:72px; height:72px; background:#434343; color:#fff; text-align:center; font-size:40px; line-height:72px; margin-right:20px;}
.MC_Cmtxt{ float:left; width:80%;}
.MC_Cmtxt a{ display:block;}
.MC_Cmtxt a p.txt1{ color:#000; font-size:16px; line-height:1.5; overflow:hidden; height:24px; text-overflow:ellipsis; white-space:nowrap;}
.MC_Cmtxt a p.txt2{ background:#f5f5f5; padding:0 10px; color:#000; font-size:18px; margin:10px 0; line-height:45px; height:45px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap;}
.MC_Cmtime span{ color:#a4a4a4; font-size:16px;}
.MC_Cmtpage{ text-align:right; margin-top:10px;}
.MC_Cmtpage span{ border:1px solid #e8e8e8; border-radius:6px; height:40px; display:inline-block;}
.MC_Cmtpage a{ float:left; width:40px; height:40px; border-left:1px solid #e8e8e8; display:block; color:#000; font-size:12px; text-align:center; line-height:40px;}
.MC_Cmtpage a:first-child{ border-left:0;}
.MC_Cmtpage a.click{ background:#14b7f4; color:#fff;}
.MC_Cmtpage a.click:first-child{ border-radius:6px 0 0 6px;}
.MC_Cmtpage a.Prev em{ display:inline-block;  background:url(../images/member/MC_Comicon.png) no-repeat 0 -11px; width:6px; height:11px; margin:14px 0;}
.MC_Cmtpage a.Next em{ display:inline-block;  background:url(../images/member/MC_Comicon.png) no-repeat 0 0; width:6px; height:11px; margin:14px 0;}

/*个人空间 E*/


/* 右侧悬浮 */
.wx2{right: -12px;}
.wx2 ul{background: none;}
.wx2 ul li{width: 54px;padding: 0;margin-bottom: 10px;}
.wx2 ul li a{padding-top: 11px;width: 54px;height: 43px;border-radius: 50%;background: rgba(0,0,0,0.7);}
.wx2 ul li span.zin3{left: -206px;top: -9px;}
.wx2 ul li span.zin1, .wx2 ul li span.zin2{left: -120px;top: -9px;}

/* 邮箱登录 */
/* .Pedit2{background: none;} */
.Pedit2 .Peditbg{width: 340px;border-radius: 6px;}
.Pedit2 .Peditbg h4{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.Emailform{width: 100%;text-align: center;margin-top: 28px;}
.Emailform input{width: 280px;height: 38px;border: 1px solid #c9c9c9;line-height: 38px;font-size: 14px;padding-left: 15px;margin: 0 auto 15px auto;color: #787878;}
.emailLogin{text-align: left;padding-left: 22px;margin-top: 5px;}
.emailLogin input{width: 16px;height: 16px;border: 1px solid #c9c9c9;float: left;margin-top: 2px;}
.emailLogin span{font-size: 14px;color: #555;margin-left: 8px;}
.email-btn{width: 284px;height: 40px;background: #0082d3;border-radius: 2px;color: #fff;font-size: 18px;line-height: 40px;text-align: center;margin: 15px auto 0 auto;display: block;}
.email-txt{font-size: 14px;color: #555;text-align: center;line-height: 20px;padding: 12px 0 25px 0;}

/* 详情信息 */
.Mpopup{ width:800px; margin:0 auto; font-size:12px;}
/* .Mslist_main_top{ background:#6e6e6e; height:40px;  border-radius:3px; color:#fff; font-size:12px; line-height:40px;} */
/* .Mslist_main_tople{ margin-left:20px; width:80px;}
.Mslist_main_topsq a{background:url(../images/member/Payoff_icon.png) no-repeat -11px -1427px; width:20px; height:40px; display:block;}
.Mslist_main_topNa { margin-left:20px; margin-right:20px;width:640px; height:40px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis; } */
.Mslist_main_topNa a{ color:#fff;}

.Mslist_title{ color:#0092dd; font-size:20px; margin-top:20px;}
.Mslist_route{padding: 12px 28px;}
.Mslist_route_line{display: inline-block;}
.Mslist_route_line>b{display: inline-block;background: #0092DD;width: 16px;height: 16px;border-radius: 25px;}
.Mslist_route_line span{line-height: 18px;display: inline-block;width: 260px;text-align: center;}
.Mslist_route_line i{line-height: 32px;font-style: normal;position: relative;display: inline-block;text-align: center;}
.Mslist_route_line i b{position: absolute;font-size: 22px;color: #0092DD;top: -16px;left: 50%;transform: translate(-50%, 0);}

.Mslist_main_box{width: 100%;height: 100%;position: relative;}
/* .Mslist_main{ width: 810px;height: 600px;margin: 0 auto;} */
.l{float:left;}
.r{float:right;}
.c{clear:both; }

.Mslist{border:solid 1px #e0dedf; border-radius:6px; margin-top:10px; background:#fff;}
.Mslist table tr td{ padding:6px; font-size:12px; }
.Mslist_name{ color:#0092dd; border-bottom:1px dashed #dcdcdc;border-right:1px dashed #dcdcdc;}
.Mslistime span{ background:url(../images/member/Member_icon.png) no-repeat -385px -318px; padding-left:30px;  line-height:30px;display:inline-block; margin-left:20px;}
.Mslisair span{ background:url(../images/member/Member_icon.png) no-repeat -385px -376px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisair1 span{ background:url(../images/member/Member_icon.png) no-repeat -385px -610px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslishotel span{ background:url(../images/member/Member_icon.png) no-repeat -385px -432px;padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisroom span{ background:url(../images/member/Member_icon.png) no-repeat -385px -489px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.MslisNo span{ background:url(../images/member/Member_icon.png) no-repeat -378px -551px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslistel span{ background:url(../images/member/Member_icon.png) no-repeat -385px -664px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:5px;}
.Mslismail span{ background:url(../images/member/Member_icon.png) no-repeat -385px -733px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:5px;}
.Mslisfee span{ background:url(../images/member/Member_icon.png) no-repeat -500px -318px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisaddfee span{ background:url(../images/member/Member_icon.png) no-repeat -500px -373px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisplay span{ background:url(../images/member/Member_icon.png) no-repeat -503px -432px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslistic span{ background:url(../images/member/Member_icon.png) no-repeat -500px -488px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisvisa span{ background:url(../images/member/Member_icon.png) no-repeat -500px -548px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisnation span{ background:url(../images/member/Member_icon.png) no-repeat -500px -608px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisday span{ background:url(../images/member/Member_icon.png) no-repeat -500px -663px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisbus span{ background:url(../images/member/Member_icon.png) no-repeat -498px -736px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisview span{ background:url(../images/member/Member_icon.png) no-repeat -500px -795px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Msliszt span{ background:url(../images/member/Member_icon.png) no-repeat -385px -1098px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslisxc span{ background:url(../images/member/Member_icon.png) no-repeat -493px -1095px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}

.Mslisbor{color:#2a2a2a; border-bottom:1px dashed #dcdcdc;border-right:1px dashed #dcdcdc;}
.Mslisbor1 span{ margin-right:10px;}
.Mslisbor1{color:#2a2a2a; border-bottom:1px dashed #dcdcdc;}
.Mslis_xc{ background:#f6f6f6;border-bottom:1px solid #dcdcdc;}
.Mslis_xc span{ background:url(../images/member/Member_icon.png) no-repeat -379px -795px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Mslis_xc_date{  margin:6px 30px; width:720px;}
.Mslis_xc_date span{ background:#0092dd; width:25px; height:25px; border-radius:25px; display:inline-block; text-align:center; color:#fff; font-size:14px; margin-right:8px; line-height:25px;}
.Mslis_xc_city{  line-height:25px;height:25px; }
.Mslis_xc_city1{ line-height:25px;height:25px;}
.Mslis_xc_kx b{ color:#0092dd;}

.Mslis_xc_price{ font-size:14px; text-align:right; margin-right:20px;}
.Mslis_xc_price b{ font-size:24px; color:#dc1006;}
.MsLeft span{margin-left: 5px;}
.airlines_msg td:first-child{margin-left: 6px;}

.MsNumb span{ background:url(../images/member/Member_icon10.png) no-repeat 0 -90px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.MsPicup span{ background:url(../images/member/Member_icon10.png) no-repeat 0 -60px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.Msadd span{ background:url(../images/member/Member_icon10.png) no-repeat 0 0; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.MsYj span{ background:url(../images/member/Member_icon10.png) no-repeat 0 -30px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}
.MsBx span{ background:url(../images/member/Member_icon10.png) no-repeat 0 -120px; padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}

/******增值服务********/
.Mslisadd span{ background:url(../images/member/Member_icon.png) no-repeat -385px -1144px;padding-left:30px;  line-height:30px;display:inline-block;margin-left:20px;}

.main1{width: 1200px;margin: 0 auto;}

/* 机票行程弹框 */
.lines_msg{float: left;margin-left: 6px;}
.lines_msg p{border: 1px solid #DCDCDC;border-radius: 5px;display: inline-block;margin-right: 10px;float: left;}
.lines_name{border-right: 1px solid #dcdcdc;padding: 10px 20px;float: left;min-width: 50px;}
.lines_txt{padding: 10px 20px;min-width: 100px;float: left;}
.lines_route{border: 1px solid #DCDCDC;width: 100%;}
.Mslist .lines_route tr td{border-right: 1px solid #DCDCDC;border-bottom: 1px solid #DCDCDC;text-align: center;padding: 8px;}
.Mslist .lines_route tr:last-child td{border-bottom: none;}
.Mslist .lines_route tr td:last-child{border-right: none;}
.Mslist .lines_route .noBottom{border-bottom: none;}
.ltinerary{border: 1px solid #DCDCDC;width: 100%;height: 100%;}
.ltinerary_name{width: 26%;text-align: center;height: 180px;line-height: 180px;border-right: 1px solid #DCDCDC;display: inline-block;margin: 0;float: left;}
.ltinerary_txt{width: 67%;display: inline-block;padding: 0 8px;line-height: 14px;height: 156px;overflow-y: scroll;}
.airlines_msg td{border: 1px solid #DCDCDC;border-radius: 5px;margin:11px 10px 0 0;float: left;padding: 0!important;}
.airlines_msg td span{border-right: 1px solid #DCDCDC;padding: 8px 10px;display: inline-block;}
.airlines_msg td span:last-child{border-right: none;}

@media(max-width:1600px){
.MC_content,.MC_head,.MC_nav{ width:1200px;}	
.MC_rule_box{padding: 60px 20px 80px 20px;}
.MC_rule li .A_text{width: 78%;}
.MC_goods_list{margin: 0 0 60px -12px;}
.MC_goods_list li{margin-left: 12px;}
.MC_goods_list .MC_goods_cont{padding: 5px 12px 15px 12px;}
.MC_choice_box{padding: 28px 35px 35px 35px;}
.MC_pagination_box{width: 48.5%;}
.MC_Left_box{margin-left: 40px;}
.MC_Center_box,.MC_Right_box{margin-left: 35px;}
.MC_orders_item,.MC_orders_oul{padding: 0;}
.MC_orders_item3 span{width: 194px!important;}
.MC_orders_oul3 li span{width: 199px!important;}
.MC_orders_oul3 li span:first-child{width: 199px!important;padding: 0!important;}
.MC_orders_item span{width: 130px;}
.MC_orders_item .MC_cont{width: 288px;}
.MC_orders_oul li span{width: 134px;}
.MC_orders_oul li span:first-child{width: 248px;padding: 0 20px;}
.MC_orders_oul li .btn{width: 212px;}
.MC_orders_item2 span{width: 242px;}
.MC_orders_oul2 li span{width: 242px;}
.MC_orders_oul2 li span:first-child{width: 196px;}
.MC_search_box span{margin-right: 0;}
.MC_search_box span input{width: 190px;}
.MC_search_box span:nth-child(2) input{width: 125px;}
.MC_search{width: 106px;}
.MC_level li{width: 205px;margin-left: 25px;}
.MC_level li span{top: 23px;right: 25px;}
.MC_policy_box{padding: 25px 35px 20px;}
.uploadbg{width: 1000px;}
.MC_integral_oul li span{width: 130px;}
.MC_integral_oul li .MC_names{width: 518px;}
.MC_integral_item span{width: 128px;}
.MC_integral_item .MC_names{width: 507px;}
.MC_nav_right li{padding: 0 16px;}
.MC_search_box2 .MC_ticket_create input,.MC_search_box2 span:nth-child(2) input{width: 110px;}
.MC_search_box2 span select{width: 103px;}
}


/* @media (min-width:1600px) {
	.MC_orders_text{width: 44%;}
} */


