.my-wallet {height: 800px; position: relative;}
.my-wallet * { box-sizing: border-box; }

.left-nav {
    width: 200px; height: 852px;
    background: #ffffff;
    float: left;
    padding-top: 30px;
}
.left-nav li { 
	position: relative;
	padding-left: 30px; 
	height: 40px;
	line-height: 40px; 
	color: #4D4D4D;
	font-size: 18px;
	margin: 15px;
	cursor: pointer;
}
/*.left-nav li.active { 
	background: #1b7af8; color: #ffffff; 
}*/
.left-nav li img {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}
.left-nav li span {
	position: absolute;
	left: 60px;
	width: auto;
	height: 30px;
}
.personalCenter {
	float: right;
	position: relative;
    width: 980px; height: 100%;
}
.rightTopNav {
	float: right;
	display: flex;
	position: relative;
    width: 980px; height: 62px;
    background: #ffffff;
}
.rightTopNav span {
	flex: 1;
	display: inline-block;
	width: 16.5%;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 62px;
	text-align: center;
	cursor: pointer;
}
.rightTopNav span.active {
	color: #333333;
	font-weight: bold;
}
.right-content {
    float: right;
	position: relative;
    width: 980px; height: 100%;
    background: #ffffff;
    margin-top: 20px;
	overflow-y: auto / scroll;
}
.table { height: 400px; overflow-y: auto; font-size: 13px; }
.table .table-head li {
    float: left; height: 40px; line-height: 40px;
    font-weight: 600; color: #666666;
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
}
.table .row li {
    float: left; height: 50px; line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 10px;
}

.my-wallet .right-content .top-content {
    padding: 120px 0 45px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.my-wallet .right-content .top-content .share-btn {
    position: absolute; top: 20px; right: 30px;
    width: auto; height: 36px; line-height: 36px;
    background: #5147e6; color: #ffffff;
	padding:0 25px;
	border-radius: 6px;
}
.my-wallet .right-content .top-content p:first-of-type span {
    font-size: 26px; line-height: 50px;
}
.my-wallet .right-content .top-content p:last-of-type span {
    margin-left: 35px; cursor: pointer;
}

.my-wallet .right-content .bottom-content { padding: 100px 30px 40px; }
.my-wallet .right-content .bottom-content p { text-align: center; margin-bottom: 30px; }



.my-wallet .homePage {
	float: right;
	position: relative;
	width: 980px;
	height: 852px;
	background-color: #FFFFFF;
}

.homePageContainer {
	width: 94%;
	margin-left: 3%;
	height: 760px;
}

.homePage .homePageTitle {
	position: relative;
	height: 84px;
	width: 100%;
	margin-bottom: 14px;
}

.homePage .homePageTitle span:nth-child(1) {
	position: absolute;
	font-size: 60px;
	line-height: 84px;
	color: rgba(81, 71, 231, 1);
	opacity: 0.1;
}

.homePage .homePageTitle span:nth-child(2) {
	position: absolute;
	font-size: 18px;
	line-height: 84px;
	color: #4D4D4D;
	left: 20px;
}
.homePage .homePageMain {
	width: 70%;
	height: auto;
	margin: 0 auto;
}
.homePage .homePageMain .homePageMainTitle {
	width: 100%;
	height: auto;
}
.homePage .homePageMain .homePageMainTitle .homePageMainTitleRowA {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 35px;
}
.homePage .homePageMain .homePageMainTitle .homePageMainTitleRowB {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-top: 10px;
}
.homePage .homePageMain .homePageMainContent {
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.homePage .homePageMain .homePageMainContent .homePageMainContentRowA {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #333333;
}
.homePage .homePageMain .homePageMainContent .homePageMainContentRowB {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}
.homePage .homePageMain .homePageMainImg {
	width: 120%;
	margin-left:-10%;
	height: auto;
	margin-top: 56px;
	overflow: hidden;
}
.homePage .homePageMain .homePageMainImg .homePageMainImgItem {
	width: 19.9%;
	float: left;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}
.homePage .homePageMain .homePageMainImg .homePageMainImgItem > img {
	width: 100%;
	height: auto;
}
.homePage .homePageMain .homePageMainImg .homePageMainImgItemText {
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
}
.homePage .homePageFinance {
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 852px;
	color: #333333;
	background-color: #FFFFFF;
}
.homePage .homePageFinance .homePageFinanceTitle {
	height: 80px;
	line-height: 80px;
	width: auto;
	font-size: 18px;
	margin-left: 60px;
}
.homePage .homePageFinance .homePageFinanceMain {
	font-size: 16px;
	color: #333333;
	margin-top: 160px;
	width: 100%;
	text-align: center;
}
/*财务统计弹框*/
.homePage .homePageSalesAnalysis {
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 852px;
	color: #333333;
	background-color: #FFFFFF;
}
.homePage .homePageSalesAnalysis .homePageSalesAnalysisTitle {
	height: 80px;
	line-height: 80px;
	width: auto;
	font-size: 18px;
	margin-left: 60px;
}
.homePage .homePageSalesAnalysis .homePageSalesAnalysisMain {
	font-size: 16px;
	color: #333333;
	margin-top: 160px;
	width: 100%;
	text-align: center;
}



/*通讯录样式*/

.my-wallet .addressBook {
	float: right;
	position: relative;
    width: 980px; 
    height: 852px;
    background-color: #FFFFFF;
}

.addressBook .addressBookTitle {
	width: 100%;
	height: 81px;
	position: relative;
	font-size: 16px;
	color: #4D4D4D;
	border-bottom: 1px solid #EBEBEB;
}

.addressBook .addressBookTitle span {
	display: inline-block;
	position: absolute;
	height: 82px;
	line-height: 82px;
}

.addressBook .addressBookContainer {
	width: 100%;
	height: 770px;
}

.addressBook .addrBookNav {
	position: absolute;
	width: 90px;
	height: 770px;
	border-right: 1px solid #EBEBEB;
}

.addressBook .addrBookNavImg {
	position: absolute;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
	cursor: pointer;
}

.addressBook .addrBookNavImg div {
	position: absolute;
	left: 50%;
	margin-left: -17.5px;
	top: 50%;
	margin-top: -17.5px;
	width: 35px;
	height: 35px;
}

.addressBook .addrBookNavImg div img {
	position: absolute;
	left: 50%;
	margin-left: -17.5px;
	top: 50%;
	margin-top: -17.5px;
	width: 35px;
	height: 35px;
}

.addressBook .addrBookNavImg img {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}

.addressBook .addrBookMainBook {
	position: absolute;
	right: 0;
	width: 890px;
	height: 770px;
	overflow-y: auto;
}

.addressBook .addrBookBookHead {
	list-style-type: none;
	overflow: auto;
	display: flex;
}

.addressBook .addrBookBookHead li {
	flex: 1;
	text-align: center;
	border-bottom: 1px solid #EBEBEB;
	height: 45px;
	line-height: 45px;
}

.addressBook .addrBookBookBody {
	list-style-type: none;
	overflow: auto;
	display: flex;
}

.addressBook .addrBookBookBody li {
	flex: 1;
	border-bottom: 1px solid #EBEBEB;
	height: auto;
}

.addressBook .addrBookBookBody li span {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 12px 0;
	text-align: center;
}

.addressBook .addrBookMainMsg {
	position: absolute;
	right: 0;
	width: 890px;
	height: 770px;
	overflow-y: auto;
	/*background-color: lightblue;*/
}

.addressBook .addrBookMainMsgLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
	border-right: 1px solid #EBEBEB;
}

.addressBook .addrBookMainMsgSearch {
	position: absolute;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
}

.addressBook .addrBookMainMsgSearch img {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
}

.addressBook .addrBookMainMsgSearch input {
	height: 30px;
	width: 200px;
	margin: 11px 0 0 9px;
	border: 1px solid rgba(130, 123, 223, 1);
	border-radius: 4px;
	padding-left: 10px;
	color: #666666;
}

.addressBook .addrBookMainMsgUser {
	position: relative;
	width: 100%;
	height: 715px;
	top: 54px;
	overflow-y: auto;
}

.addressBook .addrBookMainMsgRight {
	position: absolute;
	width: 670px;
	height: auto;
	right: 0;
	top: 0;
	/*border-left: 1px solid #EBEBEB;*/
}

.addressBook .MsgUserItem {
	position: relative;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
	cursor: pointer;
}

.addressBook .MsgUserItem img {
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	width: 35px;
	height: 35px;
	left: 10px;
}

.addressBook .MsgUserItem span {
	position: absolute;
	display: inline-block;
}

.addressBook .MsgUserItem span img {
	position: absolute;
	width: 10px;
	height: 9px;
	margin: 0;
	left: 0;
	top: 2px;
}

.addressBook .addrBookMainMsgTitle {
	position: absolute;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
}

.addressBook .addrBookMainMsgTitle p {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 14px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.addressBook .addrBookMainMsgcontent {
	position: relative;
	width: 100%;
	height: auto;
	top: 54px;
	overflow-y: auto;
}

.addressBook .MsgcontentItem {
	height: auto;
	width: 96%;
	margin-left: 4%;
	margin-bottom: 20px;
	position: relative;
}

.addressBook .MsgcontentItem > span {
	display: inline-block;
	padding-left: 7px;
}

.addressBook .MsgcontentItemRoom {
	width: 100%;
	height: auto;
	padding-left: 50px;
	overflow: hidden;
}

.addressBook .MsgcontentItemRoom span {
	display: inline-block;
}




.my-wallet .guiguiGov {
	float: right;
	position: relative;
	width: 980px;
	height: 852px;
	background-color: #FFFFFF;
	z-index:55;
}

.guiguiGovContainer {
	width: 94%;
	margin-left: 6%;
	height: 800px;
}

.guiguiGov .guiguiGovTitle {
	position: relative;
	height: 84px;
	width: 100%;
	margin-bottom: 14px;
}

.guiguiGov .guiguiGovTitle span:nth-child(1) {
	position: absolute;
	font-size: 60px;
	line-height: 84px;
	color: rgba(81, 71, 231, 1);
	opacity: 0.1;
}

.guiguiGov .guiguiGovTitle span:nth-child(2) {
	position: absolute;
	font-size: 18px;
	line-height: 84px;
	color: #4D4D4D;
	left: 20px;
}

.guiguiGov .guiguiGovInfo {
	width: 100%;
	height: 30px;
	color: #4D4D4D;
	font-size: 16px;
}

.guiguiGov .guiguiGovExhi {
	margin-top: 40px;
}

.guiguiGov .guiguiGovExhi span:nth-child(1){
	display: inline-block;
	height: 59px;
	width: 336px;
	background-color: #5147E7;
	border-radius: 6px;
	font-size: 18px;
	text-align: center;
	line-height: 59px;
	color: #FFFFFF;
	margin-left: 30px;
	cursor: pointer;
}

.guiguiGov .guiguiGovExhi span:nth-child(2){
	display: inline-block;
	height: 59px;
	width: 336px;
	border-radius: 6px;
	font-size: 18px;
	text-align: center;
	line-height: 59px;
	color: #5147E7;
	border:1px solid rgba(81,71,231,1);
	margin-left: 101px;
	cursor: pointer;
}

.guiguiGov .guiguiGovDownload {
	width: 100%;
	height: 30px;
	font-size: 16px;
	margin-top: 16px;
}

.guiguiGov .guiguiGovDownload span:nth-child(1) {
	float: right;
	color: #5147E7;
	margin-right: 114px;
}

.guiguiGov .guiguiGovDownload span:nth-child(2) {
	float: right;
	color: #777777;
	margin-right: 10px;
}

/*实现选择开关样式*/
.guiguiGov .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.guiguiGov .cmn-toggle + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.guiguiGov input.cmn-toggle-round + label {
  padding: 2px;
  width: 30px;
  height: 16px;
  background-color: #dddddd;
  border-radius: 8px;
}
.guiguiGov input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.guiguiGov input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 8px;
  transition: background 0.4s;
}
.guiguiGov input.cmn-toggle-round + label:after {
  width: 13.5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
.guiguiGov input.cmn-toggle-round:checked + label:before {
  /*background-color: #8ce196;*/
  background-color: #5147E7;
}
.guiguiGov input.cmn-toggle-round:checked + label:after {
  margin-left: 14.5px;
}

.guiguiGov .guiguiGovMain {
	margin-top: 60px;
}
.guiguiGov .guiguiGovMainItem {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}

.guiguiGov .guiguiGovMainItem span:nth-child(1) {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

.guiguiGov .guiguiGovMainItem span:nth-child(2) {
	display: inline-block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 68px;
	color: #333333;
	font-size: 16px;
}

.guiguiGov .guiguiGovMainItem span:nth-child(3) {
	display: inline-block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 236px;
	color: #333333;
	font-size: 16px;
}

.guiguiGov .guiguiGovMainItem span:nth-child(4) {
	display: inline-block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 708px;
	color: #5147E7;
	font-size: 16px;
}


/*个人中心聊天*/
.my-wallet .addressBookChat {
	float: right;
	position: relative;
    width: 980px; 
    height: 852px;
    background-color: #FFFFFF;
}

.addressBookChat .addressBookChatTitle {
	position: relative;
	height: 64px;
	width: 100%;
	margin-bottom: 14px;
	margin-left: 33px;
}

.addressBookChat .addressBookChatTitle span:nth-child(1) {
	position: absolute;
	font-size: 60px;
	line-height: 84px;
	color: rgba(81, 71, 231, 1);
	opacity: 0.1;
}

.addressBookChat .addressBookChatTitle span:nth-child(2) {
	position: absolute;
	font-size: 18px;
	line-height: 84px;
	color: #4D4D4D;
	left: 20px;
}


.addressBookChat .addressBookContainer {
	width: 100%;
	height: 770px;
	border-top: 1px solid #EBEBEB;
}

.addressBookChat .addrBookMainMsg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 770px;
	/*background-color: lightblue;*/
}

.addressBookChat .addrBookMainMsgLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 23%;
	height: 100%;
	border-right: 1px solid #EBEBEB;
}

.addressBookChat .addrBookMainMsgSearch {
	position: absolute;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
}

.addressBookChat .addrBookMainMsgSearch img {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 16px;
}

.addressBookChat .addrBookMainMsgSearch input {
	position: absolute;
	height: 30px;
	width: 200px;
	margin: 11px 0 0 12px;
	border: 1px solid rgba(130, 123, 223, 1);
	border-radius: 4px;
	padding-left: 10px;
	color: #666666;
}

.addressBookChat .addrBookMainMsgUser {
	position: relative;
	width: 100%;
	height: 715px;
	top: 54px;
	overflow-y: auto;
	z-index: 1000;
}

.addressBookChat .addrBookMainMsgRight {
	position: absolute;
	width: 77%;
	height: 100%;
	right: 0;
	top: 0;
	/*border-left: 1px solid #EBEBEB;*/
}

.addressBookChat .MsgUserItem {
	position: relative;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
	cursor: pointer;
}

.addressBookChat .MsgUserItem img {
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	width: 35px;
	height: 35px;
	left: 10px;
}

.addressBookChat .MsgUserItem span {
	position: absolute;
	display: inline-block;
}

.addressBookChat .MsgUserItem span img {
	position: absolute;
	width: 10px;
	height: 9px;
	margin: 0;
	left: 0;
	top: 2px;
}

.addressBookChat .addrBookMainMsgTitle {
	position: absolute;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #EBEBEB;
}

.addressBookChat .addrBookMainMsgTitle p {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 14px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-size: 20px;
	/*font-weight: bold;*/
}

.addressBookChat .addrBookMainMsgcontent {
	position: relative;
	width: 100%;
	height: 715px;
	top: 54px;
}
.addressBookChat .addrBookMainMsgcontent .addrBookMainMsgcontentShow {
	position: relative;
	width: 100%;
	height: 514px;
	background-color: rgb(245,245,245);
	overflow-y: auto;
	z-index: 1000;
}
.addressBookChat .addrBookMainMsgcontentShow .addrBookMainMsgcontentOtherMsg {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.addressBookChat .addrBookMainMsgcontentShow .addrBookMainMsgcontentOtherMsg .addrBookOtherMsg {
	/* width: 500px; */
	/* max-width: 500px; */
	height: auto;
	padding: 10px 5px;
	/*background-color: #D6DDF6;*/
	font-size: 16px;
	color: #333333;
	overflow: hidden;
}
.addressBookChat .addrBookMainMsgcontentShow .addrBookMainMsgcontentOtherMsg .addrBookMyMsg {
	/* width: 500px; */
	/* max-width: 500px; */
	height: auto;
	padding: 10px 5px;
	font-size: 16px;
	color: #333333;
}
/*.addressBookChat .addrBookMainMsgcontentShow .addrBookMainMsgcontentMyMsg {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 30px 0 0;
}
.addressBookChat .addrBookMainMsgcontentShow .addrBookMainMsgcontentMyMsg .addrBookMyMsg {
	width: auto;
	max-width: 500px;
	height: auto;
	padding: 10px 5px;
	background-color: #D6DDF6;
	font-size: 16px;
	color: #333333;
	float: right;
}*/


.addressBookChat .addrBookMainMsgcontent .addrBookMainMsgcontentSend {
	width: 100%;
	height: 200px;
}
.addressBookChat .addrBookMainMsgcontent .addrBookMainMsgcontentSend .addrBookMainMsgcontentSendInput {
	width: 100%;
	height: 160px;
	resize: none;
	font-size: 14px;
	color: #333333;
	border: none;
	padding:10px ;
	position: relative;
	z-index: 1100;
}
.addressBookChat .addrBookMainMsgcontent .addrBookMainMsgcontentSend .addrBookMainMsgcontentSendBtn {
	width: 60px;
	height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	background-color: #5147E7;
	border-radius:6px;
	float: right;
	margin-right: 40px;
	position: relative;
	z-index: 1100;
}


/*客户资料样式*/
.my-wallet .addressBookLinkmen {
	float: right;
	position: relative;
    width: 980px; 
    height: 852px;
    background-color: #FFFFFF;
}

.addressBookLinkmen .addressBookLinkmenTitle {
	position: relative;
	height: 64px;
	width: 100%;
	margin-bottom: 14px;
	margin-left: 33px;
}

.addressBookLinkmen .addressBookLinkmenTitle span:nth-child(1) {
	position: absolute;
	font-size: 60px;
	line-height: 84px;
	color: rgba(81, 71, 231, 1);
	opacity: 0.1;
}

.addressBookLinkmen .addressBookLinkmenTitle span:nth-child(2) {
	position: absolute;
	font-size: 18px;
	line-height: 84px;
	color: #4D4D4D;
	left: 20px;
}

.addressBookLinkmen .addressBookContainer {
	width: 100%;
	height: 770px;
	border-top: 1px solid #EBEBEB;
}

.addressBookLinkmen .addrBookMainBook {
	position: absolute;
	right: 0;
	width: 100%;
	height: 770px;
	overflow-y: auto;
}

.addressBookLinkmen .addrBookBookHead {
	list-style-type: none;
	overflow: auto;
	display: flex;
}

.addressBookLinkmen .addrBookBookHead li {
	flex: 1;
	text-align: center;
	border-bottom: 1px solid #EBEBEB;
	height: 45px;
	line-height: 45px;
}

.addressBookLinkmen .addrBookBookBody {
	list-style-type: none;
	overflow: auto;
	display: flex;
}

.addressBookLinkmen .addrBookBookBody li {
	flex: 1;
	border-bottom: 1px solid #EBEBEB;
	height: auto;
}

.addressBookLinkmen .addrBookBookBody li span {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 12px 0;
	text-align: center;
}


.my-wallet .orderPage {
	float: right;
	position: relative;
	width: 980px;
	min-height: 852px;
}

.downloadNow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20%;
	margin: auto;
	width: 250px;
	height: 151px;
	background: rgba(52, 51, 52, 0.95);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	z-index: 901;
}

.downloadNow img {
	width: 12px;
	height: 12px;
	margin-left: 230px;
	margin-top: 5px;
}

.downloadNow p {
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}

.downloadNow div {
	width: 98px;
	height: 33px;
	line-height: 33px;
	background: rgba(81, 71, 231, 1);
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin: 35px auto 0 auto;
	cursor: pointer;
}

.orderTop {
	height: 100px;
	width: 100%;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

.orderTop[name='mobile'] {
	display: none;
}

.timeSelect {
	background-color: #fdfdfd;
	border-radius: 4px;
	border: solid 1px #827bdf;
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 8px 10px;
	font-size: 17px;
	line-height: 24px;
	color: #666;
	position: relative;
}

.timeSelect * {
	display: inline-block;
	height: 24px;
	cursor: pointer;
}

.timeSelect img {
	width: 22px;
}

.timeSelect input {
	color: #333;
	width: 55px;
	padding: 0 2px;
	text-align: center;
	background: none;
	border: none
}

.timeSelect input:nth-of-type(2) {
	margin-left: 15px;
}

.timeSelect span {
	margin-left: 15px;
	font-size: 15px;
	cursor: default;
}

.timeSelect img:nth-of-type(2) {
	margin-left: 15px;
}

.timeFilter,
.statusFilter {
	vertical-align: top;
	position: relative;
	width: 140px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 15px;
	color: #333;
	display: inline-block;
}

.timeFilter input,
.statusFilter input {
	border-radius: 4px;
	border: solid 1px #827bdf;
	height: 40px;
}

.keywordsFilter {
	vertical-align: top;
	width: 286px;
	height: 40px;
	color: #999;
	display: inline-block;
	font-size: 17px;
	position: relative;
}

.keywordsFilter input {
	width: 286px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 55px 0 44px;
	color: #333;
	line-height: 40px;
	font-size: 17px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #827bdf;
}

.keywordsFilter input::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #999;
	font-size: 17px;
	line-height: 40px;
}

.keywordsFilter input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #999;
	font-size: 17px;
	line-height: 40px;
}

.keywordsFilter input::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #999;
	font-size: 17px;
	line-height: 40px;
}

.keywordsFilter input:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #999;
	font-size: 17px;
	line-height: 40px;
}

.keywordsFilter img {
	height: 24px;
	width: 24px;
	position: absolute;
	left: 10px;
	top: 8px;
}

.keywordsFilter div {
	cursor: pointer;
	width: 45px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
	background-color: #5147e7;
	border-radius: 0px 4px 4px 0px;
	position: absolute;
	right: 0;
	top: 0;
}

.orderBody {
	width: 980px;
	position: relative;
	margin-top: 50px;
}

.orderItem {
	width: 980px;
	height: auto;
	position: relative;
	margin-bottom: 50px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px rgba(146, 143, 143, 0.16);
	border-radius: 10px;
	padding: 23px 20px 22px 20px;
}

.orderItem[name='mobile'] {
	display: none;
}

.orderItemTop {
	height: auto;
	border-bottom: 1px solid #ebebeb;
}

.orderItemTop p {
	line-height: 25px;
	margin-bottom: 17px;
	font-size: 18px;
	color: #333333;
}

.orderItemMiddle {
	height: 310px;
	/*因为整体的宽度变成了980px，所以现在只能减小这个宽度，否则会出现一个边线*/
	width: 98%;	
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 25px 0;
	white-space: nowrap;
	border-bottom: 1px solid #ebebeb;
}

.orderItemMiddle::-webkit-scrollbar {
	display: none;
}

.roomItem {
	width: 220px;
	height: 260px;
	border-radius: 4px;
	border: solid 1px #bbbbbb;
	margin: 0 92px 0 0;
	display: inline-block;
	padding: 12px;
}

.roomItem img {
	position: relative;
	width: 100%;
	height: 194px;
}

.roomItem p {
	height: 26px;
	margin-top: 12px;
	line-height: 26px;
	text-align: center;
	color: #333333;
	font-size: 19px;
}

.orderItemBottom {
	height: 50px;
	width: 100%;
	position: relative;
	padding: 20px 0 0;
}

.orderItemBottom p {
	height: 30px;
	width: 100%;
	position: relative;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}

[v-cloak] {
	display: none;
}

.orderBottom {
	margin-bottom: 50px;
}

.fenye {
	width: 100%;
	position: relative;
	text-align: right;
}

.fenye button {
	display: inline;
}

.personCenter {
	height: 40px;
	position: absolute;
	width: auto;
	right: 2%;
	top: 0;
	line-height: 40px;
	font-size: 16px;
	color: rgb(57, 57, 253);
	vertical-align: top;
	cursor: pointer;
}

.avatar {
	vertical-align: top;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
}

.avatar img {
	width: 100%;
	height: 100%;
}

.logo {
	position: absolute;
	height: 70px;
	width: 200px;
	left: 15px;
	top: 15px;
	/* background: #fff; */
}

.logo img {
	height: 100%;
	width: 100%;
}

.mobileTop {
	display: none;
}
















