html{
	background: #F6F6F6;
	width: 100%;
	min-width: 1480px;
}
body{
	background: transparent;
}


.info{
	width: 1480px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	padding-bottom: 110px;
}

.info .member{
	width: 192px;
	height: 885px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.info .member .top{
	width: 100%;
	height: 80px;
	/*border-bottom: 4px solid #f5f9fd;*/
	/*margin-bottom: 10px;*/
}
.info .member .tab-list{
	width: 100%;
	padding:  0 20px;
	border-top: 4px solid #f5f9fd;
}
.info .member .tab-list li{
	width: 240px;
	height: 80px;
	border-bottom: 1px solid #F6F6F6;
}
.info .member .tab-list li:nth-last-child(1){
	border-bottom: 0;
}
.info .member .tab-list li a{
	height: 80px;
}
.info .member .tab-list li .text{
	margin-left: 12px;
}
.icon-right{
	width: 6px;
	height: 10px;
}

.info .right{
	width: 1180px;
	min-height: 804px;
	margin-left: 20px;
}
.info .right .top-info{
	width: 1180px;
	height: 200px;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: relative;
}

.info .right .top-info .active{
	width: 150px;
	height: 150px;
	position: relative;
}
.info .right .top-info .active >img{
	width: 100%;
	height: auto;
	display: block;
}
.info .right .top-info .active .is_vip{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}

.info .right .top-info .info1{
	height: 100%;
	padding: 13px 40px;
}

.info .right .top-info .info1 .code a{
	color: #005CA7;
	border: 1px solid #005CA7;
	border-radius: 5px;
	padding: 6px;
	font-size: 16px;
}
.info .right .top-info .flex-right{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	width: 140px;
	height: 36px;
	padding: 6px 13px;
	background: #215DA2;
	border-radius: 5px;
}
.info .right .top-info .flex-right a:hover{
	color: #FFFFFF;
}
.info .right .set{
	width: 1180px;
	margin-top: 33px;
	position: relative;
}


.info .right .set h4{
	width: 1180px;
	padding-left: 20px;
	position: relative;
}

.info .right .set h4::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #215DA2;
}

.course-list{
	margin-top: 37px;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	padding: 20px;
}

input[type=checkbox] {
    display: none
}

label {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 15px;
    height: 15px;
    cursor: pointer;
		background: url('../images/info/radio2.png') no-repeat center;
}

label.mark {
  background: url('../images/info/radio1.png') no-repeat center;
	background-size: 14px 14px;
}

a:hover .text{
	color: #ff873e;

}
.tab-list .focus .text{
	color: #ff873e;
}
.my_money-19{
	width: 100%;
}
.cartMain {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 210px
}

.cartMain_hd {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3c3c3c;
    border: 1px solid #EFEFEF;
    border-bottom: 0;
}

.cartMain_hd li{
	border-left: 1px solid #EFEFEF;
}
.cartMain_hd li:nth-child(1){
	border-left: 0;
}
.cartMain_hd li{
	color: #333333;
	font-size: 18px;
}
.cartMain_hd .cartTop {
    height: 50px
}

.cartMain_hd .cartTop .list_chk {
    width: 118px;
    padding-left: 28px;
}
.cartMain_hd .cartTop .list_con {
    width: 341px;
	text-align: center;
}
.cartMain_hd .cartTop .list_con a{
    width: 100%;
	text-align: center;
}

.cartMain_hd .cartTop .list_chk label {
    position: absolute;
    left: 45px;
    top: 24px;
    margin: 0
}

.cartMain_hd .cartTop .list_info {
    padding: 0;
    text-indent: 15px
}


.cartBox {
    width: 100%;
}

.cartBox .shop_info {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
    line-height: 38px;
    vertical-align: baseline;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    box-sizing: border-box;
}

.cartBox .shop_info .all_check {
    position: relative;
    float: left;
    width: 30px;
    height: 38px
}

.cartBox .shop_info .all_check input[type=checkbox] {
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -20px
}

.cartBox .shop_info .all_check .shop {
    position: absolute;
    top: 13px
}

.cartBox .shop_info .shop_name {
    float: left
}

.cartBox .order_content {
    border: 1px solid #EFEFEF;
	border-bottom: 0;
}

.cartBox .order_content a {
	font-size: 20px;
	color: #D54242;
}
.cartBox .order_content ul li{
	
	border-left: 1px solid #EFEFEF;
}
.cartBox .order_content ul li:nth-child(1){
	border-left: none;
}
.cartBox .order_lists:nth-child(2n){
	background: #F8F8F8;
}

.cartBox .order_content ul li.list_con{
	width: 341px;
	padding: 20px 30px;
}

.order_lists {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e7e7e7;
    overflow-y:hidden;
}

.order_lists:last-child {
    border-bottom: 0
}

.order_lists li {
    float: left;
    height: 100%;
    line-height: 50px;
}

.order_lists .list_chk {
    position: relative;
    width: 118px;
}

.order_lists .list_chk input[type=checkbox] {
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -20px
}
.cartMain_hd .order_lists .list_chk label {
    position: absolute;
	transform: translate(-80%,-50%);
}
.order_content .order_lists .list_chk label {
    position: absolute;
	left: 33px;
	top: 50%;
}

.order_lists .cartBox .list_con {
	width: 341px;
	padding: 20px 50px;
}

.order_lists .list_con img {
	width: 110px;
    vertical-align: top;
}

.order_lists .list_con .list_text {
	line-height: 18px;
	width: 150px;
	height: 110px;
}
.order_lists .list_con .list_text span{
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.order_lists .list_con  a {
	color: #3c3c3c;
	font-size:18px;
}

.order_lists .list_info {
    width: 252px;
    box-sizing: border-box;
    padding: 20px 0
}

.order_lists .list_info p {
    color: #9c9c9c;
    line-height: 18px;
    margin-left: 15px
}

.order_lists .list_price {
    width: 151px;
    text-align: center;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}

.order_lists .list_price .price {
    margin-left: 0;
    float: initial;
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Tahoma, arial;
    color: #3c3c3c;
    font-weight: 700
}

.order_lists .list_price .price e{
	font-size: 20px;
}

.order_lists .list_amount {
	width:200px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.order_lists .list_amount .amount_box {
    display: inline-block;
    width: 99px;
    height: 36px;
    position: relative
}

.order_lists .list_amount .amount_box input {
    width: 39px;
    height: 36px;
    border: 1px solid #DBDBDB;
    color: #333333;
    text-align: center;
    background-color: #f8f8f8;
    z-index: 2;
    position: absolute;
    left: 30px;
	font-size: 18px;
	padding: 8px 0;
}

.order_lists .list_amount .amount_box a {
    height: 36px;
    width: 30px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    text-align: center;
    line-height: 30px;
    color: #444;
    position: absolute;
    top: 0
}

.order_lists .list_amount .amount_box .reduce {
    left: 0;
		color: #cbcbcb;
		border-right: 0;
}

.order_lists .list_amount .amount_box .reSty:hover {
    border-right: 0;
    border-color: #e5e5e5;
    text-decoration: none;
    color: #cbcbcb
}

.order_lists .list_amount .amount_box .plus {
	border-left-color: transparent;
	right: 0;
}

.order_lists .list_sum {
	width: 170px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.order_lists .list_sum e{
	font-size: 20px;
}

.order_lists .list_sum .sum_price {
    line-height: 18px;
    font-family: Verdana, Tahoma, arial;
    color: #ff6d00;
    font-weight: 500;
		font-size: 12px;
}
.order_lists .list_sum .sum_price e{
	font-size: 20px;
}

.order_lists .list_op {
    width: 140px;
    text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.order_lists .list_op .scj {
    line-height: 18px;
}

.order_lists .list_op .del {
    line-height: 18px;
}

.bar-wrapper {
    width: 100%;
    height: 90px;
    bottom: -1px;
    z-index: 99;
	border-top: 1px solid #EFEFEF;
	padding-top: 40px;
}

.bar-wrapper .bar-right {
    float: right;
    color: #3c3c3c
}

.bar-wrapper .bar-right strong {
    color: #ff6d00
}

.bar-wrapper .piece {
	font-size: 20px;
	float: left;
	min-width: 110px;
	margin-right: 20px;
	height: 50px;
	line-height: 50px;
}

.bar-wrapper .bar-right .piece_num {
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
    font-family: tohoma, arial
}

.bar-wrapper .bar-right .totalMoney {
    float: left;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
		color:#FF6F06;
		font-size: 20px;
}
.bar-wrapper .bar-right .totalMoney e{
	font-size: 30px;
}
.bar-wrapper .bar-right .totalMoney .total_text {
    float: right;
    font-weight: 400;
    font-size: 30px;
    font-family: Arial;
    vertical-align: middle;
    margin-left: 3px
}

.bar-wrapper .bar-right .calBtn {
    float: left;
		margin-left: 30px;
}

.bar-wrapper .bar-right .calBtn a {
    display: block;
    width: 120px;
    height: 50px;
    color: #666666;
    background: #E6E6E6;
    cursor: not-allowed;
    font-size: 22px;
    letter-spacing: 5px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    border-radius: 2px
}

.bar-wrapper .bar-right .calBtn a.btn_sty {
		width: 130px;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
    background: #215DA2;
    cursor: pointer;
		color: #FFFFFF;
}

.model_bg {
		width: 100%;
		height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none
}

.my_model {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 270px;
    height: 140px;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
		justify-content: center;
		align-items: center;
		transform: translate(-50%,-50%);
}

.my_model .title {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.my_model .title .closeModel {
    float: right;
    cursor: pointer
}

.my_model p {
    line-height: 16px;
		text-align: center;
}

.my_model .opBtn {
    margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
}

.my_model .opBtn a {
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
		border-radius: 5px;
		margin-left: 20px;
}
.my_model .opBtn a:nth-child(1){
	margin-left: 0px;
}

.my_model .dialog-sure {
    background: #FF6F06;
    color: #fff;
    border: 1px solid #FF6F06
}

.my_model .dialog-close {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #3c3c3c
}

.dj {
    background-color: #fda96a;
    color: white;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.yh {
    margin-top: 6px;
    margin-left: 24px;
}

.yyh {
    display: inline-block;
    color: #fda96a;
    margin-left: 20px;
}

.dz {
    display: inline-block;
    color: #999999;
    margin-left: 20px;
}

a:hover .text{
	color: #215DA2;
}
.tab-list .focus .text{
	color: #215DA2;
}