/*背景色*/
.study-background{
	width: 100%;
	background-color: #F0F3EF;
	padding-top: 15px;
	transition: all linear 0.01s;
}
/*居中容器*/
.study-conatiner{
	width: 1200px;
	/*padding: 10px 0;*/
	margin: 0 auto;
	/*background-color: #fff;*/
	box-sizing: border-box;
}
.study-conatiner:after{
	content: "";
	display: table;
	clear: both;
}
/*左侧导航栏*/
.left-nav{
	float: left;
	width: 140px;
	background-color: #fff;
	margin-right: 35px;
	/*min-height: 1000px;*/
}
/*导航栏中的各模块*/
.single-nav{
	padding: 10px 20px;
}
.single-nav:not(:last-child){
	border-bottom: 1px solid #F3F3F3;
}
.single-nav>h4{
	font-size: 16px;
	font-weight: 550;
	line-height: 32px;
}
.single-nav>ul{
	margin-left: -18px;
}
.single-nav>ul>li{
	font-size: 14px;
	line-height: 32px;
	cursor: pointer;
}
.single-nav>ul>li:hover a{
	color: #209689;
}
/*右边内容主体部分*/
.main-container{
	width: 1015px;
	/*height: 500px;*/
	margin-left: 185px;
	/*margin-top: 15px;*/
	/*border: 1px solid red;*/
}
.main-container:after{
	content: "";
	display: table;
	clear: both;
}
/*右边主体部分的每一行*/
.main-row{
	width: 100%;
	/*height: 200px;.*/
	margin-bottom: 20px;
	/*border: 1px solid blue;*/
}
.main-row:after{
	content: "";
	display: table;
	clear: both;
}
/*个人信息模块*/
.personal{
	float: left;
	width: 250px;
	height: 200px;
	text-align: center;
	background-color: #00C4AE;
	box-shadow:0 0 10px #8a8a8a;
	overflow: hidden;
}
/*头像*/
.personal .avatar{
	width: 85px;
	border: 5px solid #fff;
	border-radius: 50%;
	margin-top: 20px;
}
.personal .name{
	color: #333;
	margin-top: 10px;
	font-size: 16px;
}
.personal .welcome{
	color: #333;
	font-size: 15px;
}
/*我的钱包信息*/
.personal-info{
	position: relative;
	width: 760px;
	height: 170px;
	top: 15px;
	left: 255px;
	margin: 0;
	background-color: #fff;
}
.personal-info .small-info-container{
	width: 100%;
	height: 70px;
	margin-top: 22px;
	/*border: 1px solid red;*/
	position: relative;
}
.small-info-container .single-info{
	/*float: left;*/
	/*display: inline-block;*/
	position: absolute;
	width: 33%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	/*border: 1px solid blue;*/
}
.single-info:hover .number{
	color: #00C4AE;
}
.single-info .number{
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
}
.single-info .name{
	font-size: 14px;
	/*font-weight: bold;*/
}
.small-info-container .single-info:nth-child(2){
	left: 34%;
	border-left: 1px solid #dedede;
}
.small-info-container .single-info:nth-child(3){
	left: 67%;
	border-left: 1px solid #dedede;
}
/*标题容器*/
div.study-title-container{
	border-bottom: 1px solid #F3F3F3;
}
/*标题*/
h2.study-title{
	padding: 0;
	padding-left: 15px;
	margin: 0;
	text-align:left;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	/*border-bottom: 1px solid #F3F3F3;*/
}
.main-row .personal-info h2.study-title{
	position: relative;
	left: -240px;
}

/*订单详情*/
/*订单详情标题栏*/
.orderDetail:after{
    content:"";
    display:table;
    clear: both;
}
.orderDetail>ul,ul.subNav{
	height: 20px;
	margin: 10px 0;
}
.orderDetail>ul:after,ul.subNav:after{
    content: "";
    display: table;
    clear: both;
}
.orderDetail>ul>li,ul.subNav>li{
    float: left;
    margin-right: 15px;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.orderDetail>ul>li>a,ul.subNav>li>a{
    font-size: 14px;
    color: #8a8a8a;
}
.orderDetail>ul>li:hover>a,ul.subNav>li:hover>a{
    color: #00C4AE;
}
.orderDetail>ul>li.active>a,ul.subNav>li.active>a{
    color: #00C4AE;
    border-bottom: 2px solid #00C4AE;
}
/*详情标题*/
.orderDetail>.orderHead{
    box-sizing: border-box;
    background-color: #F4F3F2;
    border: 1px solid #E3E1DE;
    width: 980px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666560;
    margin: 15px auto;
}
.orderDetail>.orderHead:after{
    content: "";
    display: table;
    clear: both;
}
.orderDetail .column{
    float: left;
    text-align: center;
}
.orderDetail .goods{
    width: 498px;
}
.orderDetail .price,.orderDetail .num,.orderDetail .receiver,.orderDetail .subPrice,.orderDetail .status,.orderDetail .operate{
    width: 120px;
}
.orderDetail .small{
    width: 150px;
}
.orderDetail .big{
    width: 189px;
}
/*订单内容详情*/
.orderContent>.item{
    width: 980px;
    margin: 0 auto;
}
.orderContent>.item>table{
    width: 100%;
    border: 1px solid rgba(0,196,174,0.4);
    border-spacing: 0;
    margin-bottom: 15px;
    border-collapse: collapse;
    color: #666560;
    font-size: 14px;
    background-color: #fff;
}
.orderContent>.item>table:last-child{
    margin-bottom: 10px;
}
/*下单时间，订单编号行*/
.orderContent>.item table .tr:first-child{
    background: rgba(0,196,174,0.1);
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666560;
}
.orderContent>.item table .tr:first-child>td>p{
    padding-left: 15px;
}
.orderContent>.item table .td{
    display: table-cell;
    text-align: center;
    /*border: 1px solid #E3E1DE;*/
}
.orderContent>.item table .td>p:first-child{
	margin-top: 10px;
}
/*table中的table*/
.orderContent>.item table tr:not(:first-child) table {
    width: 100%;
    border-collapse: collapse;
}
.orderContent>.item table tr:not(:first-child) table tr:not(:last-child){
    border-bottom: 1px solid rgba(0,196,174,0.4);
}
/*商品详情列*/
.orderContent>.item table tr:not(:first-child) table div.introduce{
    box-sizing: border-box;
    padding: 10px;
}
.orderContent>.item table tr:not(:first-child) table div.introduce:after{
    content: "";
    display: table;
    clear: both;
}
.orderContent>.item table tr:not(:first-child) table div.introduce>a>img{
    width: 100px;
    float: left;
    margin-right: 15px;
}
.orderContent>.item table tr:not(:first-child) table div.introduce>p{
    text-align: left;
    height: 22px;
    line-height: 22px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.orderContent>.item table tr:not(:first-child) table div.introduce>p.title>a{
    color: #333;
}
.orderContent>.item table tr:not(:first-child) table div.introduce>p.title>a:hover{
    color: #00C4AE;
}
.orderContent>.item table tr:not(:first-child) table div.introduce>p.materials{
    font-size: 12px;
}
.orderContent>.item table i.userlogo{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/login/user.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.orderContent>.item table a.createOrder{
    color: #666560;
    font-size: 14px;
    text-decoration: underline;
}
.orderContent>.item table a.createOrder:hover{
    color: #00C4AE;
}

/*无订单信息显示的页面*/
.item>.nothing,.item>.noLogin{
    height: 350px;
    /*display: none;*/
}
.item>.nothing img,.item>.noLogin img{
    float: left;
    height: 130px;
    padding: 100px 10px 130px 170px;
}
.item>.nothing>.message,.item>.noLogin>.message{
    float: left;
    margin: 115px 0 0 80px;
    color: #a5a5a5;
}
/*按钮*/
.item>.nothing>.message>p>a{
    display: inline-block;
    background-color: #00C4AE;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    margin: 30px 5px 0 5px;
    cursor: pointer;
}

.class-container:after{
	content: "";
	display: table;
	clear: both;
}
p.more{
	margin: 15px 0;
	text-align: center;
	cursor: pointer;
}
p.more:hover{
	color: #00C4AE;
}