﻿/*侧边栏*/
#switchOpen { width: 66px; height: 32px; overflow: hidden; line-height: 52px; border-radius: 5px; text-align: center; padding: 0px 0px 0px 6px; position: fixed; bottom: 20%; right: -140px; z-index: 12; cursor: pointer; background-color: rgba(179,14,80,0.5); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }

#switchOpen img { margin: 6px 0px 0px 14px; display: block }

#goTop { display: none; width: 66px; height: 32px; overflow: hidden; line-height: 52px; border-radius: 5px; text-align: center; padding: 0px 0px 0px 6px; position: fixed; bottom: 10%; right: -18px; z-index: 999; cursor: pointer; background-color: rgba(179,14,80,0.5); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }

#goTop img { width: auto; height: 11px; margin: 10px 0px 0px 12px; display: block }

#slideBar { position: fixed; right: -100px; bottom: 0%; z-index: 999; display: block; background-color: rgba(179,14,80,1); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; height: 100%; width: 54px; padding-top: 120px; }

.imgOn { display: none; font-size: 14px; color: #fff; }

.btn { width: 100%; height: 24px; display: block; margin: 28px auto; cursor: pointer; position: relative; text-align: center; color: #fff; font-size: 18px; padding: 0px 1px; overflow: hidden; }

.btn img { display: block; margin: 0px auto; }

.btn.on { }

.btn.on .imgOn { display: block; }

.btn.on .img { display: none; }

.btn:hover .imgOn { display: block; }

.btn:hover .img { display: none; }

.btn span { display: block; width: 18px; height: 18px; overflow: hidden; background-color: #FF0000; border-radius: 50%; color: #fff; font-size: 12px; position: absolute; top: 0px; right: 6px; }

#slideBar .switchClose { width: auto; height: auto; overflow: hidden; display: none; background-color: rgba(179,14,80,0.5); border-bottom-left-radius: 5px; border-top-left-radius: 5px; cursor: pointer; position: absolute; top: 50%; left: -24px; vertical-align: middle; padding: 16px 6px 16px 8px; }

#switchOpenLeft { width: 66px; height: 32px; overflow: hidden; line-height: 52px; border-radius: 5px; text-align: center; padding: 0px 0px 0px 6px; position: fixed; bottom: 20%; left: -124px; z-index: 12; cursor: pointer; background-color: rgba(179,14,80,0.5); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }

#switchOpenLeft img { margin: 6px 0px 0px 30px }

#slideBarLeft { display: none; position: fixed; left: 0px; bottom: 0%; z-index: 10; background-color: rgba(179,14,80,1); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }

#slideBarLeft .switchClose { width: auto; height: auto; overflow: hidden; display: block; background-color: rgba(179,14,80,0.5); border-bottom-right-radius: 5px; border-top-right-radius: 5px; cursor: pointer; position: absolute; top: 50%; right: -24px; vertical-align: middle; padding: 16px 6px 16px 8px; }
/*侧边栏反馈*/
.directionFeedback { width: 100%; font-size: 12px; color: #000; }

.directionFeedback .dfTitle { width: 100%; height: 100px; overflow: hidden; line-height: 100px; text-align: center; font-size: 14px; }

.directionFeedback .totleQuestion { width: 100%; height: calc(100% - 120px); overflow: auto; }

.directionFeedback .totleQuestion .prompt { width: 100%; height: 42px; overflow: hidden; line-height: 42px; }

.directionFeedback .totleQuestion .prompt i { color: #b30e50; }

.directionFeedback .totleQuestion .question1 { width: 100%; height: auto; overflow: hidden; line-height: 30px; text-align: center; }

.directionFeedback .totleQuestion .question1 span { width: auto; min-width: 90px; height: 32px; overflow: hidden; display: inline-block; margin: 0px 16px; cursor: pointer; padding: 0px 12px; line-height: 30px; border: 1px solid #b5b5b5; color: #b5b5b5; border-radius: 60px; }

.directionFeedback .totleQuestion .question1 span.on { color: #fff; background: -webkit-linear-gradient(to right,#b40f51,#f84654); background: -o-linear-gradient(to right,#b40f51,#f84654); background: -moz-linear-gradient(to right,#b40f51,#f84654); background: linear-gradient(to right,#b40f51,#f84654); border: 1px solid #eee; }

.directionFeedback .totleQuestion .question2 { width: 100%; height: auto; overflow: hidden; margin-bottom: 12px; }

.directionFeedback .totleQuestion .question2 textarea { width: 100%; height: 120px; border: 1px solid #b5b5b5; padding: 12px; display: block; resize: none; outline: none; background: none; }

.directionFeedback .totleQuestion .question3 { width: 100%; height: auto; overflow: hidden; position: relative; margin-bottom: 24px; /*background: url(/Areas/Web/Images/v1.0/Img/addImg.png) no-repeat center center; background-size: cover;*/ }
/*.directionFeedback .totleQuestion .question3 input { width: 100%; height: 100%; overflow: hidden; opacity: 0; position: absolute; top: 0px; left: 0px; z-index: 1; cursor: pointer; }*/
.directionFeedback .totleQuestion .question4 { width: 100%; height: auto; overflow: hidden; margin: 8px 0px 52px 0px; }

.directionFeedback .totleQuestion .question4 label { width: auto; height: 28px; overflow: hidden; display: block; float: left; line-height: 28px; }

.directionFeedback .totleQuestion .question4 input { width: 180px; height: 28px; overflow: hidden; display: block; float: left; margin-left: 12px; border: 1px solid #b5b5b5; border-radius: 5px; padding: 0px 8px; background: none; outline: none; }

.directionFeedback .totleQuestion .submit { width: auto; min-width: 90px; height: 32px; overflow: hidden; display: block; cursor: pointer; border-radius: 24px; outline: none; padding: 0px 12px; line-height: 30px; color: #fff; border: none; background: -webkit-linear-gradient(to right,#b40f51,#f84654); background: -o-linear-gradient(to right,#b40f51,#f84654); background: -moz-linear-gradient(to right,#b40f51,#f84654); background: linear-gradient(to right,#b40f51,#f84654); }

.upload-img-box { width: 86px; height: 86px; position: relative; float: left; margin: 0 10px 0px 0 }

.upload-img-box img { width: 100%; height: 100%; border: 1px dashed #f84654; box-sizing: border-box; margin: 0 !important }

.upload-img-box .remove-img { position: absolute; top: 0px; right: 0px; display: none; width: 100%; height: 25px; line-height: 25px; text-align: center; cursor: pointer; background: #000; color: #fff; opacity: 0.6; font-weight: normal; z-index: 11; }

.img-upload-btn { color: #f84654; width: 86px; height: 86px; line-height: 86px; text-align: center; font-size: 20px; border: 3px dashed #f84654; cursor: pointer; top: 0; font-weight: bold; }

.file.uploadFilebtn { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; opacity: 0; cursor: pointer; }

.upload-img-box .text-muted { display: block; line-height: 26px; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
/*头部*/
.swiper-button-next, .swiper-button-prev{z-index:inherit !important}
#top { width: 100%; height: auto; position: fixed; top: 0px; left: 0px; z-index: 1000; background-color: #f9f9f9; /*border-bottom: 1px solid #eee;*/ overflow: visible !important; min-width: 1200px; }

#top .direction { width: 100%; height: 38px; overflow: hidden; background-color: #6c0c56; padding: 8px 1%; }

#top .direction .center { width: 100%; height: 100%; overflow: hidden; position: relative; color: #fff; font-size: 20px; line-height: 22px; }

#top .direction .center a { display: inline-block; color: #fff; font-size: 20px; padding-right: 18px; margin-right: 18px; }

#top .direction .center span { display: inline-block; margin-right: 88px; }

#top .direction .center a.landing { border-right: 2px solid #fff; line-height: 12px; }

#top .direction .center .right { width: auto; min-width: 120px; height: auto; overflow: hidden; position: absolute; top: 0px; right: 0px; }

#top .direction1 { width: 100%; height: auto; padding: 0px 2% 0px 2%; margin: 0px auto; max-width: 1600px; }

#top .direction1 .center { width: 100%; height: auto; position: relative; }

#top .direction1 .center:after { width: 100%; height: 0px; overflow: hidden; content: " "; clear: both; display: block; }

#top .direction1 .center .logo { width: 163px; height: 45px; overflow: hidden; text-align: center; position: absolute; top: 15px; left: 0px; }

#top .direction1 .center .logo img { width: 100%; height: auto; overflow: hidden; display: block; }

#top .direction1 .center .logo span { width: 100%; height: 30px; overflow: hidden; display: block; line-height: 30px; color: #dadada; letter-spacing: 4px; font-size: 16px; }

#top .direction1 .center .right { height: 75px; width: auto; min-width: 50px; max-width: 1200px; margin: 0px 0% 0px 0px; float: right; position: relative; }

#top .direction1 .center .inputCenter { /*width: 100%;*/ }

#top .direction1 .center .right .search { width: 500px; height: 36px; display: block; float: left; margin: 19.5px 42px 0px 0px; border: 1px solid #e5e5e5; border-radius: 18px; background-color: #F7F7F7; }

#top .direction1 .center .right .search .chooseSearch { width: 80px; height: 100%; display: block; text-align: center; color: #434343; font-size: 12px; position: relative; float: left; }

#top .direction1 .center .right .search .chooseSearch span { width: 100%; height: 34px; overflow: hidden; display: block; line-height: 34px; padding-right: 10px; cursor: pointer; background: url(/Areas/Web/Images/v1.0/Img/singleH.png) no-repeat center right; background-size: 10px 5px; }

#top .direction1 .center .right .search .chooseSearch ul { width: 100%; height: auto; overflow: hidden; display: none; line-height: 34px; background-color: #f7f7f7; padding-right: 10px; position: absolute; top: 34px; left: 0px; z-index: 9; }

#top .direction1 .center .right .search .chooseSearch ul li { width: 100%; height: 34px; overflow: hidden; display: block; line-height: 34px; cursor: pointer; }

#top .direction1 .center .right .search .searchText { width: 380px; height: 100%; overflow: hidden; border: none; background: none; padding: 0px 8px; display: block; font-size: 14px; color: #000; float: left; }

#top .direction1 .center .right .search .searchButton { width: 30px; height: 100%; overflow: hidden; font-size: 0px; color: #dadada; text-align: center; border: none; display: block; float: left; background: url(/Areas/Web/Images/v1.0/Img/search.png) no-repeat center center; background-size: 19px 19px; cursor: pointer; outline: none; }

#top .direction1 .center .right .center { margin: 20px auto; }

#top .direction1 .center .right .nav { width: auto; height: auto; position: relative; float: left; }

#top .direction1 .center .right .nav:after { width: 100%; height: 0px; overflow: hidden; display: block; content: " "; }

#top .direction1 .center .right .nav li { width: 75px; height: 75px; display: block; float: left; margin-left: 6px; position: relative; line-height: 75px; text-align: center; }

#top .direction1 .center .right .nav li:last-child { margin-right: 0%; }

#top .direction1 .center .right .nav li img { width: 22px; height: 22px; overflow: hidden; margin: 0px auto; cursor: pointer; display: inline-block; vertical-align: middle; -webkit-transform: rotate(-360deg); /* Chrome, Safari, Opera */ transform: rotate(-360deg); -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */ transition: all 0.5s; display: inline-block; }

#top .direction1 .center .right .nav li img.on { width: 0px; }
/*#top .direction1 .center .right .nav li.loadingSuccess img.on {
                        width: 22px;
                        height: 22px;
                        -webkit-transform: rotate(-360deg); /* Chrome, Safari, Opera 
                        transform: rotate(-360deg);
                        -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 
                        transition: all 0.5s;
                        display: inline-block;
                    }*/

#top .direction1 .center .right .nav li.on img.on { display: inline-block; width: 22px; }

#top .direction1 .center .right .nav .loadingSuccess.on img.on { width: 22px; -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */ transform: rotate(0deg); }

#top .direction1 .center .right .nav li.on img.no { display: none; }

#top .direction1 .center .right .nav li:hover img.on { display: inline-block; width: 22px; -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */ transform: rotate(0deg); }

#top .direction1 .center .right .nav li:hover img.no { display: none; }

#top .direction1 .center .right .nav li:hover { background-color: #b30e50; }

#top .direction1 .center .right .nav li span { width: 100%; height: 100%; display: none; cursor: pointer; text-align: center; font-size: 16px; line-height: 26px; }

#top .direction1 .center .right .nav li.on { background-color: #b30e50; }

#top .direction1 .center .right .nav li.on i { width: 0; height: 0; position: absolute; bottom: -35px; left: 50%; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 18px solid #eee; display: none; margin: 0px 0px 0px -16px; }

#top .direction1 .center .right .nav li .centerAction { width: 100%; height: auto; position: absolute; top: 72px; left: 0px; z-index: 10; line-height: 32px; display: none; background: url(/Areas/Web/Images/v1.0/Img/shareUp.png) no-repeat; background-size: 100% 100%; padding: 16px 6px 2px 6px; }

#top .direction1 .center .right .nav li .centerAction a { width: 100%; display: block; border-bottom: 1px solid #fff; font-size: 14px; text-align: center; color: #000; }

#top .direction1 .center .right .nav li .centerAction a:last-child { border-bottom: none; }

#top .direction1 .center .right .nav li.loadingSuccess:hover .centerAction { display: block; }
/*header badge style*/
.nav li:hover span.wisole-badge-purple { display: none !important; }

.nav li.on span.wisole-badge-purple { display: none !important; }

span.wisole-badge-purple { height: 19px !important; width: auto !important; background-color: #b30e50 !important; color: #fff !important; position: absolute !important; top: 19px !important; left: 47px !important; max-width: 26px !important; min-width: 20px !important; display: inline-block; padding: 2px 5px !important; font-size: 12px !important; line-height: 14px !important; border-radius: 110px !important; overflow: hidden !important; }


/*#top #top_msgcount { font-size: 10px; position: absolute; top: -12px; color: #740d57; }*/
#top .goBack { width: 32px; height: 32px; overflow: hidden; cursor: pointer; display: block; position: absolute; top: 22px; left: 0px; background: url(/Areas/Web/Images/v1.0/Img/back.png) no-repeat center center; background-size: 28px 28px; }


.nav li .centerAction { width: 100%; height: auto; position: absolute; top: 72px; left: 0px; line-height: 32px; display: none; background: url(/Areas/Web/Images/v1.0/Img/shareUp.png) no-repeat; background-size: 100% 100%; padding: 16px 6px 2px 6px; }

.nav li .centerAction a { width: 100%; display: block; border-bottom: 1px solid #fff; font-size: 14px; text-align: center; color: #000; }

.nav li .centerAction a:last-child { border-bottom: none; }

.nav li.loadingSuccess:hover .centerAction { display: block; }

#top .goBack { width: 32px; height: 32px; overflow: hidden; cursor: pointer; display: none; position: absolute; top: 22px; left: 0px; background: url(/Areas/Web/Images/v1.0/Img/back.png) no-repeat center center; background-size: 28px 28px; }

.direction2 { width: 100%; max-height: 600px; padding: 0px 2% 0px 2%; margin: 0px auto; background-color: #f9f9f9; min-height: 300px; display: block; border-bottom: 1px solid rgba(126,35,106,0.1); }

/*分类导航*/
.classification { position: relative; overflow: visible; }

#classification { width: 1128px; height: 80%; overflow: hidden; display: none; background-color: #fff; box-shadow: 0px 0px 2px 3px #cfcfcf; position: fixed; top: 0px; left: 20px; z-index: 9; margin: 90px 0px 0px 0px; }

#classification .leftNav { width: 171px; height: 100%; overflow: hidden; background-color: #fbfbfb; }

#classification .leftNav ul { width: 100%; height: auto; overflow: hidden; }

#classification .leftNav ul li { width: 100%; height: auto; overflow: hidden; }

.direction2 .directionChange { overflow: hidden; display: block; height: 100% !important; }
/*首页 头部搜索下拉框*/
.direction2 .directionSearch { width: 100%; height: auto; overflow: hidden; }

.direction2 .directionSearch .tab { width: 100%; height: 38px; overflow: hidden; display: block; text-align: center; }

.direction2 .directionSearch .tab a { width: auto; height: 100%; overflow: hidden; display: inline-block; line-height: 38px; color: #000; font-size: 14px; margin: 0px 18px; }

.direction2 .directionSearch .tab a.on { color: #7e236a; }
/*首页 头部搜索下拉框的轮播样式*/
.direction2 .directionSearch .searchIchange { width: 1200px; position: relative; margin: 0px auto; padding-bottom: 50px; }

.direction2 .directionSearch .searchIchange .hd { display: block; width: 100%; height: 42px; overflow: hidden; position: absolute; bottom: 0%; right: 0%; text-align: center; }

.direction2 .directionSearch .searchIchange .hd .prev { display: inline-block; width: 10px; height: 20px; overflow: hidden; margin: 0px 32px; cursor: pointer; background: url(/Areas/Web/Images/v1.0/Img/prev.png) no-repeat; background-size: 100% 100%; z-index: 10; }

.direction2 .directionSearch .searchIchange .hd .next { display: inline-block; width: 10px; height: 20px; overflow: hidden; margin: 0px 32px; cursor: pointer; background: url(/Areas/Web/Images/v1.0/Img/next.png) no-repeat; background-size: 100% 100%; z-index: 10; }

.direction2 .directionSearch .searchIchange .hd .prevStop { background: url(/Areas/Web/Images/v1.0/Img/prevNo.png) no-repeat; background-size: 100% 100%; }

.direction2 .directionSearch .searchIchange .hd .nextStop { background: url(/Areas/Web/Images/v1.0/Img/nextNo.png) no-repeat; background-size: 100% 100%; }

.direction2 .directionSearch .searchIchange .hd ul { float: right; overflow: hidden; zoom: 1; margin-top: 10px; zoom: 1; width: 0px; }

.direction2 .directionSearch .searchIchange .hd ul li { float: left; width: 9px; height: 9px; overflow: hidden; margin-right: 5px; text-indent: -999px; cursor: pointer; }

.direction2 .directionSearch .searchIchange .hd ul li.on { background-position: 0 0; }

.direction2 .directionSearch .searchIchange .bd { overflow: hidden; width: 100%; }

.direction2 .directionSearch .searchIchange .bd ul { overflow: hidden; zoom: 1; }

.direction2 .directionSearch .searchIchange .bd ul li { float: left; _display: inline; overflow: hidden; width: 300px !important; padding: 0px 12px; }

.direction2 .directionSearch .searchIchange .bd ul li .block { width: 100%; margin: 12px auto; border: 1px solid #ddd1da; }

.direction2 .directionSearch .searchIchange .bd ul li .block .left { width: 100%; height: auto; overflow: hidden; float: left; color: #5e5e5e; font-size: 12px; position: absolute; bottom: 0px; left: 0px; /*background: url(/Areas/Web/Images/v1.0/Img/searchIchangeB.png) repeat-x;*/ background: -webkit-linear-gradient(rgba(229,229,229,0.2), rgba(228,220,226,0.8)); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(rgba(229,229,229,0.2), rgba(228,220,226,0.8)); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(rgba(229,229,229,0.2), rgba(228,220,226,0.8)); /* Firefox 3.6 - 15 */ background: linear-gradient(rgba(229,229,229,0.2), rgba(228,220,226,0.8)); /* 标准的语法 */ }

.direction2 .directionSearch .searchIchange .bd ul li .block .left h3 { width: 60%; height: 24px; overflow: hidden; line-height: 24px; font-size: 14px; color: #000; padding-left: 8px; }

.direction2 .directionSearch .searchIchange .bd ul li .block .left span { width: 60%; height: 52px; overflow: hidden; line-height: 24px; font-size: 14px; color: #000; display: block; padding-left: 8px; }

.direction2 .directionSearch .searchIchange .bd ul li .block .img { width: 200px; height: 200px; overflow: hidden; float: right; }

.direction2 .directionSearch .searchIchange .bd ul li .block .img img { width: 100%; height: 100%; overflow: hidden; display: block; }

.direction2 .directionSearch .searchIchange .bd ul li .block .right { width: 86px; height: 18px; overflow: hidden; position: absolute; bottom: 12px; right: 12px; }

.direction2 .directionSearch .searchIchange .bd ul li .block .right span { width: 40px; height: 18px; overflow: hidden; display: block; float: left; color: #7e236a; font-size: 12px; text-align: center; line-height: 16px; border: 1px solid #7e236a; border-radius: 2px; margin-left: 3px; }

.direction2 .directionSearch .searchIchange .bd ul li .block a { width: 100%; overflow: hidden; display: block; color: #2a2a2a; font-size: 18px; padding: 12px 0px 12px 0px; position: relative; background-color: #e5e5e5; }
/*首页 头部搜索下拉框的轮播样式*/
.direction2 .directionFind { width: 100%; height: auto; overflow: hidden; }

.direction2 .directionFind .tab { width: 100%; height: 38px; overflow: hidden; display: block; text-align: center; margin: 12px 0px; }

.direction2 .directionFind .tab a { width: auto; height: 100%; overflow: hidden; display: inline-block; line-height: 38px; color: #fff; font-size: 18px; border-radius: 4px; margin: 0px 12px; padding: 0px 8px; }

.direction2 .directionFind .tab a.first { background-color: #262123; }

.direction2 .directionFind .tab a.second { background-color: #ab8e4d; }

.direction2 .directionFind .tab a.three { background-color: #6cab3b; }

.direction2 .directionFind .tab a.four { background-color: #f88b3b; }

.direction2 .directionFind .tab a.five { background-color: #e55c55; }

.direction2 .directionFind .tab a.six { background-color: #71cbac; }
/*首页 头部搜索下拉框的轮播样式*/
.direction2 .directionFind .searchIchange { width: 1200px; position: relative; margin: 0px auto; padding-bottom: 50px; background-color: #fff; }

.direction2 .directionFind .searchIchange .prev { display: inline-block; width: 10px; height: 20px; overflow: hidden; position: absolute; bottom: 50px; right: 180px; cursor: pointer; background: url(/Areas/Web/Images/v1.0/Img/prev.png) no-repeat; background-size: 100% 100%; z-index: 10; }

.direction2 .directionFind .searchIchange .next { display: inline-block; width: 10px; height: 20px; overflow: hidden; position: absolute; bottom: 50px; right: 120px; cursor: pointer; background: url(/Areas/Web/Images/v1.0/Img/next.png) no-repeat; background-size: 100% 100%; z-index: 10; }

.direction2 .directionFind .searchIchange .prevStop { background: url(/Areas/Web/Images/v1.0/Img/prevNo.png) no-repeat; background-size: 100% 100%; }

.direction2 .directionFind .searchIchange .nextStop { background: url(/Areas/Web/Images/v1.0/Img/nextNo.png) no-repeat; background-size: 100% 100%; }

.direction2 .directionFind .searchIchange .hd ul { float: right; overflow: hidden; zoom: 1; margin-top: 10px; zoom: 1; width: 0px; }

.direction2 .directionFind .searchIchange .hd ul li { float: left; width: 9px; height: 9px; overflow: hidden; margin-right: 5px; text-indent: -999px; cursor: pointer; }

.direction2 .directionFind .searchIchange .hd ul li.on { background-position: 0 0; }

.direction2 .directionFind .searchIchange .bd { overflow: hidden; width: 100%; }

.direction2 .directionFind .searchIchange .bd ul { overflow: hidden; zoom: 1; padding: 0px; }

.direction2 .directionFind .searchIchange .bd ul li { width: 1200px; height: auto; zoom: 1; vertical-align: middle; display: block; }

.direction2 .directionFind .searchIchange .bd ul li .left { width: 340px; height: 456px; float: left; border-radius: 5px; /* background-color: #f29c9f;*/ position: relative; margin: 12px 0px 46px 120px; padding: 12px; }

.direction2 .directionFind .searchIchange .bd ul li .left .img { width: 100%; height: 100%; overflow: hidden; display: block; /* position: absolute; bottom: -30px; left: -18px;*/ }

.direction2 .directionFind .searchIchange .bd ul li .left .text { width: 249px; height: 79px; overflow: hidden; background-color: #fff; /* color: #f29c9f; */ font-size: 14px; text-align: center; line-height: 28px; padding: 12px; position: absolute; bottom: 18px; left: -120px; }

.direction2 .directionFind .searchIchange .bd ul li .left .text span { display: block; font-size: 18px; }

.direction2 .directionFind .searchIchange .bd ul li .right { width: 450px; height: 100%; overflow: hidden; float: right; /*color: #f29c9f;*/ font-size: 14px; margin: 12px 120px 46px 0px; }

.direction2 .directionFind .searchIchange .bd ul li .right h3 { width: 100%; height: 38px; line-height: 38px; font-size: 38px; overflow: hidden; margin: 60px 0px 28px 0px; font-style: normal; }

.direction2 .directionFind .searchIchange .bd ul li .right .text { width: 100%; max-height: 170px; overflow: hidden; display: block; line-height: 28px; }

.direction2 .directionFind .searchIchange .bd ul li .right .icon { width: 100%; height: auto; overflow: hidden; display: block; /* border-top: 1px solid #f29c9f; */ padding-top: 34px; margin-top: 34px; }

.direction2 .directionFind .searchIchange .bd ul li .right .icon img { display: block; float: left; margin-right: 26px; }

.direction2 .directionFind .searchIchange.first .bd ul li .left { background-color: #262123; }

.direction2 .directionFind .searchIchange.first .bd ul li .left .text { color: #262123; }

.direction2 .directionFind .searchIchange.first .bd ul li .right { color: #262123; }

.direction2 .directionFind .searchIchange.first .bd ul li .right .icon { border-top: 1px solid #262123; }

.direction2 .directionFind .searchIchange.second .bd ul li .left { background-color: #ab8e4d; }

.direction2 .directionFind .searchIchange.second .bd ul li .left .text { color: #ab8e4d; }

.direction2 .directionFind .searchIchange.second .bd ul li .right { color: #ab8e4d; }

.direction2 .directionFind .searchIchange.second .bd ul li .right .icon { border-top: 1px solid #ab8e4d; }

.direction2 .directionFind .searchIchange.three .bd ul li .left { background-color: #6cab3b; }

.direction2 .directionFind .searchIchange.three .bd ul li .left .text { color: #6cab3b; }

.direction2 .directionFind .searchIchange.three .bd ul li .right { color: #6cab3b; }

.direction2 .directionFind .searchIchange.three .bd ul li .right .icon { border-top: 1px solid #6cab3b; }

.direction2 .directionFind .searchIchange.four .bd ul li .left { background-color: #f88b3b; }

.direction2 .directionFind .searchIchange.four .bd ul li .left .text { color: #f88b3b; }

.direction2 .directionFind .searchIchange.four .bd ul li .right { color: #f88b3b; }

.direction2 .directionFind .searchIchange.four .bd ul li .right .icon { border-top: 1px solid #f88b3b; }

.direction2 .directionFind .searchIchange.five .bd ul li .left { background-color: #e55c55; }

.direction2 .directionFind .searchIchange.five .bd ul li .left .text { color: #e55c55; }

.direction2 .directionFind .searchIchange.five .bd ul li .right { color: #e55c55; }

.direction2 .directionFind .searchIchange.five .bd ul li .right .icon { border-top: 1px solid #e55c55; }

.direction2 .directionFind .searchIchange.six .bd ul li .left { background-color: #71cbac; }

.direction2 .directionFind .searchIchange.six .bd ul li .left .text { color: #71cbac; }

.direction2 .directionFind .searchIchange.six .bd ul li .right { color: #71cbac; }

.direction2 .directionFind .searchIchange.six .bd ul li .right .icon { border-top: 1px solid #71cbac; }
/*首页 头部分类*/
.direction2 .directionClassify { width: 100%; height: auto; overflow: hidden; margin: 0px auto; }

.direction2 .directionClassify .tab { width: 68px; height: 600px; overflow: hidden; display: block; text-align: center; float: left; /*background-color: #e3dae1;*/ }

.direction2 .directionClassify .tab a { width: 100%; height: 35px; overflow: hidden; display: block; margin: 42px 0px; position: relative; text-align: center; }

.direction2 .directionClassify .tab a:hover img { display: none; }

.direction2 .directionClassify .tab a.on img { display: none; }

.direction2 .directionClassify .tab a img { display: block; margin: 0px auto; }

.direction2 .directionClassify .tab a span { width: 100%; height: 100%; overflow: hidden; display: block; line-height: 35px; color: #000; font-size: 16px; /* background-color: #e5e3bb;*/ }

.direction2 .directionClassify .searchIchange { width: 1100px; height: 566px; overflow: hidden; display: block; float: right; }

.direction2 .directionClassify .searchIchange .searchIchangeTable { width: 100%; height: 38px; overflow: hidden; display: block; margin: 18px 0px; text-align: center; }

.direction2 .directionClassify .searchIchange .searchIchangeTable span { width: auto; max-width: 124px; height: 100%; overflow: hidden; display: inline-block; margin: 0px 18px; text-align: center; padding: 0px 8px; text-align: center; color: #000; /*background-color: #cecc9f;*/ border-radius: 5px; font-size: 18px; line-height: 38px; cursor: pointer; }

.direction2 .directionClassify .searchIchange .searchITChange { width: 100%; height: 510px; overflow: hidden; display: block; }

.direction2 .directionClassify .searchIchange .searchITChange li { width: 13.85%; height: 160px; overflow: hidden; display: block; float: left; margin-right: 0.5%; margin-bottom: 6px; position: relative; }

.direction2 .directionClassify .searchIchange .searchITChange li:hover a { display: block; float: left; margin-right: 0.5%; }

.direction2 .directionClassify .searchIchange .searchITChange li:nth-child(7n) { margin-right: 0%; }

.direction2 .directionClassify .searchIchange .searchITChange li img { width: 100%; height: auto; overflow: hidden; display: block; }

.direction2 .directionClassify .searchIchange .searchITChange li a { width: 100%; height: 100%; overflow: hidden; display: none; position: absolute; top: 0px; left: 0px; color: #fff; font-size: 12px; text-align: center; background-color: rgba(242,156,159,0.5); padding-top: 88px }

.direction2 .directionClassify .searchIchange .searchITChange li a span { width: 100%; height: 38px; overflow: hidden; line-height: 38px; display: block; }

.direction2 .directionClassify .searchIchange .searchITChange li a i { max-width: 100px; height: 18px; line-height: 16px; border: 1px solid #fff; padding: 0px 4px; }
/*首页 头部登录样式*/
.direction2 .directionLoding { width: 100%; height: 100%; overflow: hidden; background: url(/Areas/Web/Images/v1.0/Img/loginBackground.png) no-repeat; background-attachment: fixed !important; background-position: top center; }

.direction2 .directionLoding #login { width: 400px; height: auto; overflow: hidden; margin: 0px auto; color: #b30e50; font-size: 18px; }

.direction2 .directionLoding #login .lineT { width: 100%; height: 90px; overflow: hidden; font-size: 38px; line-height: 90px; margin-bottom: 60px; text-align: center; }

.direction2 .directionLoding #login .lineT i { color: #be050d; margin: 0px 8px; display: inline-block; }

.direction2 .directionLoding #login .line1 { width: 100%; height: 50px; overflow: hidden; border-bottom: 1px solid #b30e50; }

.direction2 .directionLoding #login .line1 img { display: block; margin: 8px 12px 0px 0px; float: left; }

.direction2 .directionLoding #login .line1 input { width: 354px; height: 100%; overflow: hidden; float: left; background: none; border: none; font-size: 20px; color: #740d57; }

.direction2 .directionLoding #login .line2 { width: 100%; height: 38px; overflow: hidden; line-height: 38px; }

.direction2 .directionLoding #login .line2 .autoLogin { max-width: 50%; height: 100%; display: inline-block; cursor: pointer; }

.direction2 .directionLoding #login .line2 .autoLogin i { width: 15px; height: 15px; overflow: hidden; border: 1px solid #b30e50; display: inline-block; margin-right: 6px; }

.direction2 .directionLoding #login .line2 .autoLogin i.on { background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: contain; }

.direction2 .directionLoding #login .line2 a { max-width: 50%; height: 100%; overflow: hidden; float: right; color: #b30e50; font-size: 18px; }

.direction2 .directionLoding #login .ok { width: 100%; height: 50px; overflow: hidden; margin-top: 56px; color: #fff; font-size: 24px; cursor: pointer; background: #b30e50; border: none; display: block; text-align: center; line-height: 50px; }

.direction2 .directionLoding #login .ok:hover { background: url(/Areas/Web/Images/v1.0/Img/loginButton.png) repeat-x; border: none; }

.direction2 .directionLoding #login .line3 { width: 100%; height: 38px; overflow: hidden; text-align: right; line-height: 38px; }

.direction2 .directionLoding #login .line3 a { color: #b30e50; font-size: 18px; }
/*首页 头部登录注册*/
.direction2 .directionLoding #register { width: 500px; height: auto; margin: 8px auto 8px auto; color: #b30e50; font-size: 20px; display: none; }

.direction2 .directionLoding #register .select { width: 110px; height: 28px; position: relative; padding-right: 18px; border-bottom: 1px solid #b30e50; line-height: 28px; text-align: center; }

.direction2 .directionLoding #register .select .choose { width: 100%; height: 28x; display: block; background: url(/Areas/Web/Images/v1.0/Img/registerSelect.png) no-repeat center right; padding-right: 14px; cursor: pointer; }

.direction2 .directionLoding #register .select ul { width: 100%; height: auto; display: block; position: absolute; top: 40px; left: 0px; background-color: #fff; display: none; }

.direction2 .directionLoding #register .select ul li { width: 100%; height: 28px; display: block; background-color: #b30e50; cursor: pointer; color: #fff; }

.direction2 .directionLoding #register .select ul li a { width: 100%; height: 28px; display: block; line-height: 28px; color: #fff; font-size: 30px; }

.direction2 .directionLoding #register .line1 { width: 100%; height: 48px; overflow: hidden; border-bottom: 1px solid #b30e50; margin-top: 10px; padding: 0px 12px; }

.direction2 .directionLoding #register .line1 img { display: block; margin: 11px 12px 0px 0px; float: left; }

.direction2 .directionLoding #register .line1 input { width: 354px; height: 100%; overflow: hidden; float: left; background: none; border: none; font-size: 20px; color: #740d57; }

.direction2 .directionLoding #register .line2 { width: 100%; height: 48px; overflow: hidden; margin-top: 10px; padding: 0px 12px; }

.direction2 .directionLoding #register .line2 input { width: 202px; height: 48px; overflow: hidden; border: none; border-bottom: 1px solid #b30e50; background: none; font-size: 20px; color: #740d57; }

.direction2 .directionLoding #register .line2 span { display: block; overflow: hidden; border: none; float: right; }

.direction2 .directionLoding #register .line2 span.verification { cursor: pointer; }

.direction2 .directionLoding #register .line2 span.send { min-width: 89px; max-width: 200px; text-align: center; color: #fff; height: 28px; line-height: 28px; padding: 0px 6px; margin-top: 9px; background: #b30e50; cursor: pointer; }

.direction2 .directionLoding #register .line2 span.send em { font-style: normal; }

.direction2 .directionLoding #register .line2 span.send:hover { background: url(/Areas/Web/Images/v1.0/Img/loginButton.png); cursor: pointer; }

.direction2 .directionLoding #register .autoLogin { width: 100%; height: 38px; display: inline-block; line-height: 38px; margin-top: 18px; }

.direction2 .directionLoding #register .autoLogin i { width: 15px; height: 15px; overflow: hidden; border: 1px solid #b30e50; display: inline-block; margin-right: 6px; }

.direction2 .directionLoding #register .autoLogin i.on { background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: contain; }

.direction2 .directionLoding #register .autoLogin span { cursor: pointer; }

.direction2 .directionLoding #register .autoLogin a { color: #b30e50; font-size: 20px; }

.direction2 .directionLoding #register .ok { width: 100%; height: 50px; overflow: hidden; margin-top: 18px; color: #fff; font-size: 24px; cursor: pointer; background: #b30e50; border: none; }

.direction2 .directionLoding #register .ok:hover { background: url(/Areas/Web/Images/v1.0/Img/loginButton.png) repeat-x; border: none; }
/*首页 头部登录 登录成功页面*/
.direction2 .directionLoding #success { width: 500px; height: auto; margin: 32px auto 0px auto; color: #b30e50; font-size: 30px; text-align: center; display: none; }

.direction2 .directionLoding #success .line1 { width: 100%; height: 90px; overflow: hidden; font-size: 38px; line-height: 90px; margin-bottom: 60px; }

.direction2 .directionLoding #success .line1 i { color: #be050d; margin: 0px 8px; display: inline-block; }

.direction2 .directionLoding #success .line2 { width: 100%; height: 100px; overflow: hidden; line-height: 100px; display: block; }

.direction2 .directionLoding #success .line2 img { display: inline-block; margin-right: 28px; position: relative; top: 8px; }

.direction2 .directionLoding #success .line3 { width: 100%; height: 40px; line-height: 40px; color: #fff; text-align: center; margin: 28px 0px 120px 0px; }
/*#success .line3 .select
{width: 180px; height: 40px; position: relative; float: left; padding-right: 18px; background:#b30e50;}#success .line3 .select:hover
{background: url(/Areas/Web/Images/v1.0/Img/loginButton.png) repeat-x;}#success .line3 .select .choose
{width: 100%; height:40px; display: block;background: url(/Areas/Web/Images/v1.0/Img/loginSelect.png) no-repeat center right;padding-right: 14px; cursor: pointer;}#success .line3 .select ul
{width: 100%; height:auto; display: block; position: absolute;top: 40px; left: 0px; background-color: #be339e; display:none;}#success .line3 .select ul li
{width: 100%; height:40px; display: block; border-bottom: 1px solid #b30e50;}#success .line3 .select ul li a
{width: 100%; height:40px; display: block; line-height: 40px; color:  #fff; font-size: 30px;} 
#success .line3 .goHome
{width: 180px; height:40px;background:#b30e50;color: #fff; font-size: 30px; float: right;}#success .line3 .goHome:hover
{background: url(/Areas/Web/Images/v1.0/Img/loginButton.png) repeat-x;}*/
.direction2 .directionLoding #success .line3 a { display: inline-block; margin: 0px 58px; }

/*没有消息*/
.direction2 .newNo { width: 100%; height: 600px; overflow: hidden; background: url(/Images/v1.0/Img/newNo.png) no-repeat center center; background-size: 552px 290px; }
/*首页 头部消息*/
.direction2 .directionNews { width: 100%; height: auto; overflow: hidden; margin: 0px auto; }

.direction2 .directionNews .tab { width: 100%; height: 90px; overflow: hidden; display: block; text-align: center; }

.direction2 .directionNews .tab div { width: 68px; height: 100%; overflow: hidden; display: block; position: relative; float: left; }

.direction2 .directionNews .tab div a { width: 40px; height: 40px; overflow: hidden; display: block; padding: 3px; border: 1px solid #f9f9f9; border-radius: 50%; margin: 8px auto; }

.direction2 .directionNews .tab div:hover span { display: block; }

.direction2 .directionNews .tab div:hover a.A1 { border: 1px solid #ab8e4d; }

.direction2 .directionNews .tab div:hover a.A2 { border: 1px solid #f88b3b; }

.direction2 .directionNews .tab div:hover a.A3 { border: 1px solid #e55c55; }

.direction2 .directionNews .tab div:hover a.A4 { border: 1px solid #71cbac; }

.direction2 .directionNews .tab div.on span { display: block; }

.direction2 .directionNews .tab div img { display: block; width: 100%; }

.direction2 .directionNews .tab div span { min-width: 47px; height: 28px; overflow: hidden; margin: 6px auto 0px auto; padding: 0px 4px; display: none; line-height: 32px; color: #616366; font-size: 12px; background: url(/Areas/Web/Images/v1.0/Img/newsHover.png) no-repeat; background-size: 100% 100%; }

.direction2 .directionNews .tab div.hot i { width: 6px; height: 6px; overflow: hidden; display: block; border-radius: 6px; background-color: #e60012; position: absolute; top: 3px; right: 8px; }

.direction2 .directionNews .searchIchange { width: 100%; height: 100%; overflow: hidden; display: block; padding: 34px 0px; margin-bottom: 12px; }

.direction2 .directionNews .searchIchange .newContent { width: 100%; height: auto; overflow: hidden; display: block; position: relative; padding: 50px 0px 52px 0px; }

.direction2 .directionNews .searchIchange .newContent:before { width: 1px; height: 50px; overflow: hidden; display: block; background-color: #d3d3d3; content: ""; position: absolute; top: 0px; left: 7px; z-index: 1; }

.direction2 .directionNews .searchIchange .blBlock { width: 100%; height: auto; overflow: hidden; position: relative; padding-bottom: 38px; /*margin-top: 8px;*/ }

.direction2 .directionNews .searchIchange .blBlock:after { width: 1px; height: 100%; overflow: hidden; display: block; background-color: #d3d3d3; content: ""; position: absolute; top: 20px; left: 6px; z-index: 1; }

.direction2 .directionNews .searchIchange .blBlock > div { width: 100%; height: 18px; overflow: hidden; line-height: 18px; color: #000; font-size: 14px; margin-bottom: 0px; padding-left: 26px; position: relative; }

.direction2 .directionNews .searchIchange .blBlock > div i { color: #919191; display: inline-block; margin-right: 10px; max-width: 120px; }

.direction2 .directionNews .searchIchange .blBlock > div:before { width: 12px; height: 12px; overflow: hidden; display: block; position: absolute; top: 3px; left: 0px; z-index: 1; background-color: #b30e50; border-radius: 50%; content: ""; }

.direction2 .directionNews .searchIchange .blBlock .list { width: 100%; height: auto; overflow: hidden; display: block; line-height: 28px; color: #919191; font-size: 12px; margin-top: 24px; padding: 0px 32px 0px 26px; position: relative; }

.direction2 .directionNews .searchIchange .blBlock .list i { width: 100%; max-height: 38px; overflow: hidden; display: block; line-height: 28px; font-size: 12px; background-color: #fff; padding: 9px 8px; }

.direction2 .directionNews .searchIchange .blBlock .list i span { width: 100%; height: 28px; overflow: hidden; display: block; line-height: 28px; font-size: 14px; font-weight: bold; position: relative; padding-right: 120px; }

.direction2 .directionNews .searchIchange .blBlock .list i.all { max-height: none; }

.direction2 .directionNews .searchIchange .blBlock .list.on { color: #000; }

.direction2 .directionNews .searchIchange .blBlock .list .more { display: block; width: auto; height: 28px; line-height: 28px; overflow: hidden; text-align: right; color: #1b7ccd; }

.direction2 .directionNews .searchIchange .blBlock .list .close { position: absolute; top: 19px; right: 6px; }


/*首页 头部购物车*/
.direction2 .directionCart { width: 1200px; height: auto; overflow: hidden; margin: 0px auto; }

.direction2 .directionCart .tab { width: 68px; height: 600px; overflow: hidden; display: block; text-align: center; float: left; padding: 120px 0px; /* background-color: #e3dae1;*/ }

.direction2 .directionCart .tab a { width: 100%; height: 48px; overflow: hidden; display: block; margin: 42px 0px; position: relative; }

.direction2 .directionCart .tab a:hover img { display: none; }

.direction2 .directionCart .tab a.on img { display: none; }

.direction2 .directionCart .tab a img { display: block; margin: 0px auto; }

.direction2 .directionCart .tab a span { width: 100%; height: 100%; overflow: hidden; display: block; line-height: 48px; color: #000; font-size: 16px; /*background-color: #e5e3bb;*/ }

.direction2 .directionCart .tab a.hot i { width: 6px; height: 6px; overflow: hidden; display: block; border-radius: 6px; background-color: #e60012; position: absolute; top: 3px; right: 8px; }

.direction2 .directionCart .searchIchange { width: 1100px; height: 100%; overflow: auto; display: block; float: right; position: relative; margin-right: 20px; }

.direction2 .directionCart .searchIchange .title { width: 100%; height: 36px; overflow: hidden; color: #000; font-size: 14px; line-height: 36px; }

.direction2 .directionCart .searchIchange .header { width: 100%; height: 36px; overflow: hidden; color: #000; font-size: 14px; line-height: 36px; position: relative; }

.direction2 .directionCart .searchIchange .header > div { float: left; }

.direction2 .directionCart .searchIchange .header div.first { width: 130px; padding-left: 6px; }

.direction2 .directionCart .searchIchange .header div.second { width: 570px; }

.direction2 .directionCart .searchIchange .header div.three { width: 130px; }

.direction2 .directionCart .searchIchange .header div.four { width: 130px; }

.direction2 .directionCart .searchIchange .header div.five { width: 130px; }

.direction2 .directionCart .searchIchange .header div.delete { float: right; position: absolute; top: 0px; right: 0px; }

.direction2 .directionCart .searchIchange .header div.first .choose { width: 12px; height: 12px; overflow: hidden; margin: 13px 8px 0px 0px; float: left; position: relative; border: 1px solid #b0b0b0; display: block; cursor: pointer; }

.direction2 .directionCart .searchIchange .header div.first .choose.on { border: 1px solid #b30e50; /*background-color: #b30e50;*/ background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionCart .searchIchange .header div.first .choose input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; background-color: #fff; }

.direction2 .directionCart .searchIchange .shops { width: 100%; height: 460px; overflow: hidden; font-size: 14px; }

.direction2 .directionCart .searchIchange .shops .shop { width: 100%; height: auto; overflow: hidden; margin-bottom: 8px; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle { width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #000; position: relative; padding: 0px 6px; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle .choose { width: 12px; height: 12px; overflow: hidden; margin: 11px 8px 0px 0px; float: left; position: relative; border: 1px solid #b0b0b0; display: block; cursor: pointer; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle .choose.on { border: 1px solid #b30e50; /*background-color: #b30e50;*/ background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle .choose input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; background-color: #fff; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle a { color: #000; font-size: 14px; display: block; float: left; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle .coupon { float: left; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle .coupon img { float: left; margin: 6px 16px 0px 22px; }

.direction2 .directionCart .searchIchange .shops .shop .shopTitle .coupon .couponText { width: auto; height: 28px; overflow: hidden; line-height: 26px; border: 1px solid #730c5b; padding: 0px 6px; text-align: center; display: block; float: left; color: #730c5b; border-radius: 5px; margin: 2px 0px 0px 4px; }

.direction2 .directionCart .searchIchange .shops .shop > ul { width: 100%; height: auto; overflow: hidden; display: block; }

.direction2 .directionCart .searchIchange .shops .shop > ul > li { width: 100%; height: 110px; overflow: hidden; display: block; margin-top: 3px; border: 1px solid #b5b5b5; padding: 6px; position: relative; /*background-color: #fff;*/ }

.direction2 .directionCart .searchIchange .shops .shop ul li.no { background-color: rgba(154,154,154,0.5); }

.direction2 .directionCart .searchIchange .shops .shop ul li.no .choose { pointer-events: none; }

.direction2 .directionCart .searchIchange .shops .shop ul li.no .parameter { pointer-events: none; }

.direction2 .directionCart .searchIchange .shops .shop ul li .choose { width: 12px; height: 12px; overflow: hidden; margin: 42px 14px 0px 0px; float: left; position: relative; border: 1px solid #b0b0b0; display: block; cursor: pointer; }

.direction2 .directionCart .searchIchange .shops .shop ul li .choose.on { border: 1px solid #b30e50; /*background-color: #b30e50;*/ background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionCart .searchIchange .shops .shop ul li .choose input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; background-color: #fff; }

.direction2 .directionCart .searchIchange .shops .shop ul li .img { width: 94px; height: 94px; overflow: hidden; display: block; float: left; }

.direction2 .directionCart .searchIchange .shops .shop ul li .img img { width: 100%; height: 100%; overflow: hidden; display: block; }

.direction2 .directionCart .searchIchange .shops .shop ul li .describe { width: 424px; height: 94px; overflow: hidden; display: block; float: left; padding: 0px 24px; position: relative; }

.direction2 .directionCart .searchIchange .shops .shop ul li .describe .describeTitle { width: 90%; height: 24px; overflow: hidden; line-height: 24px; color: #000; }

.direction2 .directionCart .searchIchange .shops .shop ul li .describe .describeText { width: 90%; height: 44px; overflow: hidden; line-height: 22px; color: #535252; font-size: 12px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .describe .bank { width: 90%; height: 12px; overflow: hidden; margin-top: 8px; display: none; }

.direction2 .directionCart .searchIchange .shops .shop ul li .describe .bank img { display: block; float: left; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter { width: 120px; height: auto; display: block; float: left; margin-right: 26px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter > div { width: 100%; height: 24px; display: block; color: #646464; font-size: 14px; line-height: 24px; margin-top: 12px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter > div span { width: 50px; height: 24px; overflow: hidden; display: block; float: left; text-align: right; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter > div .change { width: 60px; height: 24px; display: block; float: left; position: relative; margin-left: 8px; line-height: 22px; border: 1px solid #c9aac2; text-align: center; color: #010101; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter > div .change div { width: 100%; height: 100%; overflow: hidden; cursor: pointer; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter > div .change ul { width: 100%; height: auto; overflow: hidden; position: absolute; top: 24px; left: 0px; display: none; box-shadow: 0px 1px 2px 0px #c9aac2; background-color: #fff; }

.direction2 .directionCart .searchIchange .shops .shop ul li .parameter > div .change ul li { width: 100%; height: 24px; overflow: hidden; text-align: center; line-height: 24px; cursor: pointer; }

.direction2 .directionCart .searchIchange .shops .shop ul li .unitPrice { width: 130px; height: 100%; display: block; float: left; color: #000; font-size: 18px; margin-top: 12px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .unitPrice i { color: #646464; font-size: 12px; text-decoration: line-through; display: block; }

.direction2 .directionCart .searchIchange .shops .shop ul li .number { width: 117px; height: 100%; display: block; float: left; color: #000; font-size: 18px; margin-top: 6px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .number .subtraction { width: 26px; height: 26px; overflow: hidden; display: block; float: left; line-height: 26px; background-color: #a56696; text-align: center; font-size: 18px; color: #a596a1; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.direction2 .directionCart .searchIchange .shops .shop ul li .number .subtraction.no { background-color: #decad9; pointer-events: none; }

.direction2 .directionCart .searchIchange .shops .shop ul li .number input { min-width: 52px; max-width: 52px; height: 26px; overflow: hidden; display: block; float: left; margin: 0px 2px; border: 1px solid #decad9; text-align: center; color: #000; font-size: 18px; padding: 0px 12px; line-height: 24px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .number .add { width: 26px; height: 26px; overflow: hidden; display: block; float: left; line-height: 26px; background-color: #a56696; text-align: center; font-size: 18px; color: #b30e50; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.direction2 .directionCart .searchIchange .shops .shop ul li .money { width: 130px; height: 100%; display: block; float: left; color: #b30e50; font-size: 18px; margin-top: 6px; }

.direction2 .directionCart .searchIchange .shops .shop ul li .del { width: 18px; height: 24px; overflow: hidden; text-align: center; font-size: 24px; cursor: pointer; position: absolute; top: 42px; right: 0px; }

.direction2 .directionCart .searchIchange .sXz { width: 100%; height: 50px; overflow: hidden; position: absolute; bottom: 0px; left: 0px; z-index: 3; background-color: #fff; color: #000; font-size: 14px; line-height: 50px; padding: 0px 0px 0px 12px; }

.direction2 .directionCart .searchIchange .sXz .chooseAll { width: 28%; height: auto; overflow: hidden; float: left; }

.direction2 .directionCart .searchIchange .sXz .chooseAll span { width: 12px; height: 12px; overflow: hidden; margin: 21px 10px 0px 0px; float: left; position: relative; position: relative; border: 1px solid #b5b5b5; display: block; cursor: pointer; }

.direction2 .directionCart .searchIchange .sXz .chooseAll span.on { border: 1px solid #b30e50; background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionCart .searchIchange .sXz .chooseAll span input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; }

.direction2 .directionCart .searchIchange .sXz .heji { width: 70%; height: 100%; overflow: hidden; float: right; }

.direction2 .directionCart .searchIchange .sXz .heji .sumbit { width: 100px; height: 100%; overflow: hidden; float: right; cursor: pointer; text-align: center; background-color: #999; font-size: 18px; }

.direction2 .directionCart .searchIchange .sXz .heji .text { min-width: 126px; height: 100%; overflow: hidden; float: right; }

.direction2 .directionCart .searchIchange .sXz .heji .text div { width: auto; height: 100%; overflow: hidden; float: left; margin-right: 28px; }

.direction2 .directionCart .searchIchange .sXz .heji .text div.freight { color: #000; }

.direction2 .directionCart .searchIchange .sXz .heji .text div.freight i { color: #b30e50; }

.direction2 .directionCart .searchIchange .sXz .heji .text div.sum { color: #5a5a5c; }

.direction2 .directionCart .searchIchange .sXz .heji .text div.sum i { color: #b30e50; font-size: 18px; }

.direction2 .directionCart .addAddress { width: 460px; height: 100%; margin: 0px auto; font-size: 14px; position: relative; display: none; }

.direction2 .directionCart .addAddress .titile { width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #000; font-weight: bold; }

.direction2 .directionCart .addAddress .describe { width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #666; }

.direction2 .directionCart .addAddress label { width: 100%; height: 28px; overflow: hidden; line-height: 28px; color: #000; display: block; }

.direction2 .directionCart .addAddress .text { width: 100%; height: 28px; overflow: hidden; line-height: 26px; color: #000; display: block; border: 1px solid #959595; border-radius: 5px; margin-bottom: 4px; background: none; padding: 0px 8px; }

.direction2 .directionCart .addAddress .submit { width: 100%; height: 28px; overflow: hidden; line-height: 28px; color: #000; display: block; border: none; border-radius: 5px; background-color: #a76899; margin: 16px auto; cursor: pointer; }
/*.direction2 .directionCart .settlement1
{width: 100%; height: 100%; overflow: hidden;font-size: 14px; color: #000;}.direction2 .directionCart .settlement1 .left
{width: 50%; height: 100%; overflow: hidden;float: left; padding: 0px 5% 0px 0px;}.direction2 .directionCart .settlement1 .left .titile
{width: 100%; height: 48px; overflow: hidden; line-height: 48px; font-size: 18px;font-weight: bold;}.direction2 .directionCart .settlement1 .left .describe
{width: 100%; height: 212px; overflow: hidden; border: 1px solid #959595; padding: 10px; border-radius: 4px;}.direction2 .directionCart .settlement1 .left .describe>a
{width: 100%; height: 24px; overflow: hidden;line-height: 24px; color: #000; font-size: 14px;}.direction2 .directionCart .settlement1 .left .describe .line
{width: 100%; height: auto; overflow: hidden;}.direction2 .directionCart .settlement1 .left .describe .line .lineLeft
{width: auto; height: auto; overflow: hidden; float: left;}.direction2 .directionCart .settlement1 .left .describe .line .lineLeft img{display: block;}.direction2 .directionCart .settlement1 .left .describe .line .lineLeft span
{width: 64px; height: 28px; overflow: hidden;background-color: #a76899; text-align: center; display: block; border-radius: 4px; margin-top: 26px; line-height: 28px;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight
{width: 100%; height: auto; padding-left: 110px;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineTitle
{width: 100%; height: 26px; overflow: hidden; color: #000; font-size: 18px; line-height: 26px;white-space: nowrap;text-overflow:ellipsis;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine
{width: 100%; height: 140px; overflow: hidden; color: #757575; font-size: 14px;line-height: 22px;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llLeft
{width: 50%; height: 100%; overflow: hidden; float: left;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llLeft>div
{width: 50%; height: 28px; position: relative; line-height: 28px;float: left;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llLeft>div span
{width: 50%; height: 100%; overflow: hidden;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llLeft>div ul
{width: 100%; height: auto; overflow: hidden; position: absolute; top: 28px; left: 0px; background-color: #fff; display: none;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llLeft>div ul li
{width: 100%; height: 24px; overflow: hidden; line-height: 24px; border-bottom: 1px dashed #eee; display: block; text-align: center; cursor: pointer;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llLeft .number
{width: 38px; height: 24px;overflow: hidden; line-height: 22px; text-align: center; border: 1px solid #959595; color: #000; border-radius: 4px;margin-top: 8px;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight
{width: 50%; height: 100%;overflow: hidden; padding: 0px 0px 0px 5%; float: left;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight>span
{width: 100%; height: 28px;overflow: hidden;line-height: 28px; font-size: 18px; color: #000; display: block;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight>span i{text-decoration: line-through; font-size: 12px; margin-left: 8px;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight .choose
{width: 100%; height: 28px; position: relative; line-height: 28px;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight .choose span
{width: 50%; height: 100%; overflow: hidden;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight .choose ul
{width: 100%; height: auto; overflow: hidden; position: absolute; top: 28px; left: 0px; background-color: #fff; display: none;}.direction2 .directionCart .settlement1 .left .describe .line .lineRight .lineLine .llRight .choose ul li
{width: 100%; height: 24px; overflow: hidden; line-height: 24px; border-bottom: 1px dashed #eee; display: block; text-align: center; cursor: pointer;}.direction2 .directionCart .settlement1 .left .remarks
{width: 90%; height: 130px; overflow: hidden;padding: 12px;resize: none; background-color: #fff; border: none; margin-top: 24px;}.direction2 .directionCart .settlement1 .right .explainL
{width: 100%; height: 48px; overflow: hidden; line-height: 24px; font-size: 14px;margin-bottom: 12px;}.direction2 .directionCart .settlement1 .right .addressExplain
{width: 100%; height: auto; overflow: hidden; color: #000; font-size: 14px; line-height: 24px;}.direction2 .directionCart .settlement1 .right .addressExplain .name{font-weight: bold;}.direction2 .directionCart .settlement1 .right .addressExplain .adLine{width: 100%;}.direction2 .directionCart .settlement1 .right .addressExplain .adLine span
{min-width: 80px; height: 28px; overflow: hidden; text-align: center; color: #a76899; border-radius: 4px; line-height: 28px;margin: 32px 40px 0px 0px;display: block; float: left; padding: 0px 8px; cursor: pointer;}.direction2 .directionCart .settlement1 .right
{width: 50%; height: 100%; overflow: hidden;float: left; color: #000; font-size: 14px;}.direction2 .directionCart .settlement1 .right .titile
{width: 100%; height: 32px; overflow: hidden; line-height: 32px; font-size: 18px;font-weight: bold; margin-top: 16px;}.direction2 .directionCart .settlement1 .right .rAddress
{width: 100%; height: auto; max-height: 30px; overflow: hidden; line-height: 15px; margin-top: 16px;}.direction2 .directionCart .settlement1 .right .rAddress i
{width: 15px; height:15px; overflow: hidden; float: left; border: 1px solid #959595; border-radius: 100%; cursor: pointer;}.direction2 .directionCart .settlement1 .right .rAddress.on i
{border: 4px solid #b30e50;}.direction2 .directionCart .settlement1 .right .rAddress span
{display: block; padding-left: 20px; width: 100%;}.direction2 .directionCart .settlement1 .right .explain
{width: 100%; height: 66px; overflow: hidden; line-height: 22px; font-size: 12px; color: #707070; margin: 48px 0px;}.direction2 .directionCart .settlement1 .right .continue
{width: 140px; height: 34px; overflow: hidden; text-align: center; background-color: #a76899; border-radius: 4px;margin: 12px 0px 48px 0px; line-height: 34px;display: block;cursor: pointer;}.direction2 .directionCart .pay
{width: 540px; height: 100%; overflow: hidden; margin: 0px auto; color: #000; font-size: 14px;}.direction2 .directionCart .pay .titile
{width: 100%; height: 38px; overflow: hidden; line-height: 38px; font-size: 18px; font-weight: bold;margin-top: 16px;}.direction2 .directionCart .pay .explain
{width: 100%; height: 28px; overflow: hidden; line-height: 28px;}.direction2 .directionCart .pay .choosePay{width: 100%; height: auto; overflow: hidden;margin: 12px 0px 32px 0px;}.direction2 .directionCart .pay .choosePay a
{width: auto; height: auto; overflow: hidden; display: block; float: left; margin: 0px 6px 6px 0px; border: 1px solid #dedede;}.direction2 .directionCart .pay .choosePay a.on{border: 1px solid #959595;}.direction2 .directionCart .pay .titile1
{width: 100%; height: 24px; overflow: hidden; line-height: 24px; font-weight: bold;}.direction2 .directionCart .pay .explain1
{width: 100%; height: 24px; overflow: hidden; line-height: 24px;}.direction2 .directionCart .pay .addInformation{width: 100%; height: auto; overflow: hidden; margin: 24px 0px;}.direction2 .directionCart .pay .addInformation .block{width: 180px; overflow: hidden; float: left;}.direction2 .directionCart .pay .addInformation .block label
{width: 100%; height: 30px; overflow: hidden; display: block; line-height: 30px; font-weight: bold;}.direction2 .directionCart .pay .addInformation .block .text
{width: 150px; height: 32px; overflow: hidden; display: block; line-height: 30px; background: none;border: 1px solid #959595; border-radius: 4px; padding: 0px 8px;}.direction2 .directionCart .pay .addInformation .block .submit
{width: 76px; height: 32px; overflow: hidden; display: block; line-height: 32px; background-color: #ac76a0; border: none; border-radius: 4px;
margin-top: 30px;cursor: pointer;text-align: center;}.direction2 .directionCart .pay .line
{width: 100%; height: auto; overflow: hidden; border: 1px solid #c1c1c1; padding: 6px;}.direction2 .directionCart .pay .line .left
{width: 50%; height: auto; overflow: hidden; border-right: 1px solid #959595; float: left;padding: 6px 12px;}.direction2 .directionCart .pay .line .left div
{width: 50%; height: 26px; overflow: hidden;line-height: 26px; float: left;}.direction2 .directionCart .pay .line .left span
{width: 100%; height: 56px; overflow: hidden;line-height: 80px; display: block; position: relative; padding: 0px 50% 0px 0px;}.direction2 .directionCart .pay .line .left span i
{width: 50%; height: 100%; overflow: hidden; display: block; position: absolute;top: 0px; right: 0px; font-size: 18px; font-weight: bold;}.direction2 .directionCart .pay .line .right
{width: 50%; height: auto; overflow: hidden; float: left;}.direction2 .directionCart .pay .line .right .text
{width: 185px; height: 32px; overflow: hidden; margin: 12px auto 22px auto; display: block; background: none;font-size: 16px; border: 1px solid #c9c9c9; border-radius: 4px; text-align: center; padding: 0px 8px;}.direction2 .directionCart .pay .line .right .submit
{width: 185px; height: 32px; overflow: hidden; margin: 0px auto; display: block; background-color: #ac76a0; border: none; border-radius: 4px; text-align: center;font-weight: bold; font-size: 18px; cursor: pointer;}*/
.direction2 .directionCart .previousPage { width: 16px; height: 28px; display: block; overflow: hidden; position: absolute; top: 0px; left: -40px; }

.direction2 .directionCart .previousPage img { width: 100%; height: 100%; display: block; overflow: hidden; }
/*订单*/
.direction2 .directionCart .order { width: 90%; display: block; margin: 52px auto; font-size: 12px; color: #000; position: relative; }

.direction2 .directionCart .order .orTitle { width: 100%; height: 34px; overflow: hidden; line-height: 34px; background-color: #f5f5f5; padding: 0px 18px; font-size: 14px; text-align: center; }

.direction2 .directionCart .order .orTitle .first { text-align: left; }

.direction2 .directionCart .order .orTitle .first span { color: #b30e50; display: inline-block; margin-left: 18px; }

.direction2 .directionCart .order .orGoods { width: 100%; height: auto; overflow: hidden; border: 1px solid #d8d8d8; padding: 0px 18px; }

.direction2 .directionCart .order .orGoods > div { float: left; margin: 8px 0px; overflow: hidden; }

.direction2 .directionCart .order .first { width: 45%; height: auto; }

.direction2 .directionCart .order .second { width: 15%; height: auto; }

.direction2 .directionCart .order .third { width: 20%; height: auto; margin-top: 38px; }

.direction2 .directionCart .order .fourth { width: 15%; height: auto; }

.direction2 .directionCart .order .fifth { width: 5%; height: auto; }

.direction2 .directionCart .order .orGoods .first .leftImg { width: 100px; height: 100px; overflow: hidden; display: block; float: left; }

.direction2 .directionCart .order .orGoods .first .orright { padding-left: 120px; }

.direction2 .directionCart .order .orGoods .first .orright .orrTitle { width: 100%; height: 18px; overflow: hidden; line-height: 18px; font-size: 14px; }

.direction2 .directionCart .order .orGoods .first .orright .orrTitle1 { width: 100%; height: 36px; overflow: hidden; line-height: 18px; color: #535252; }

.direction2 .directionCart .order .orGoods .first .orright .orrParameter { width: 100%; height: 18px; overflow: hidden; line-height: 18px; color: #646464; font-size: 14px; margin-top: 12px; }

.direction2 .directionCart .order .orGoods .second { font-size: 18px; margin-top: 46px; }

.direction2 .directionCart .order .orGoods .second i { width: 100%; height: 20px; overflow: hidden; display: block; line-height: 20px; font-size: 12px; color: #646464; text-decoration: line-through; }

.direction2 .directionCart .order .third .chooseNumber { width: 100%; height: auto; overflow: hidden; line-height: 46px; margin-top: 38px; }

.direction2 .directionCart .order .third .chooseNumber .subtraction { width: 24px; height: 24px; overflow: hidden; display: block; float: left; line-height: 22px; border: 1px solid #cecece; border-radius: 3px; text-align: center; font-size: 18px; color: #a596a1; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.direction2 .directionCart .order .third .chooseNumber .subtraction.no { background-color: #decad9; pointer-events: none; }

.direction2 .directionCart .order .third .chooseNumber input { min-width: 24px; max-width: 24px; height: 24px; overflow: hidden; display: block; float: left; border-radius: 3px; background: none; margin: 0px 12px; border: 1px solid #cecece; text-align: center; color: #000; font-size: 16px; padding: 0px 6px; line-height: 22px; }

.direction2 .directionCart .order .third .chooseNumber .add { width: 24px; height: 24px; overflow: hidden; display: block; float: left; line-height: 22px; border: 1px solid #cecece; border-radius: 3px; text-align: center; font-size: 18px; color: #b30e50; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.direction2 .directionCart .order .orGoods .fourth { font-size: 18px; margin-top: 46px; }

.direction2 .directionCart .order .orGoods .fourth i { width: 100%; height: 20px; overflow: hidden; display: block; line-height: 20px; font-size: 12px; color: #944b84; text-decoration: line-through; }

.direction2 .directionCart .order .orGoods .fifth a { font-size: 16px; color: #a6a6a6; margin-top: 42px; display: block; }

.direction2 .directionCart .order .orGoods .remarks { width: 99.8%; height: auto; overflow: hidden; display: block; margin: 0px auto; border-top: 1px solid #d8d8d8; }

.direction2 .directionCart .order .orGoods .remarks label { width: 7%; height: 24px; display: block; float: left; line-height: 24px; margin-top: 2px; }

.direction2 .directionCart .order .orGoods .remarks textarea { width: 93%; height: 40px; display: block; float: left; border: none; background: none; resize: none; padding: 2px; font-size: 14px; color: #000; line-height: 24px; outline: none; }

.direction2 .directionCart .order .orLine { width: 100%; height: auto; display: block; overflow: hidden; margin-top: 12px; }

.direction2 .directionCart .order .orLine .olLeft { width: 60%; height: 284px; overflow: hidden; float: left; }

.direction2 .directionCart .order .orLine .olLeft .olTab { width: 100%; height: 28px; overflow: hidden; line-height: 28px; }

.direction2 .directionCart .order .orLine .olLeft .olTab span { width: 132px; height: 28px; overflow: hidden; display: block; float: left; margin-right: 4px; cursor: pointer; background-color: #af7ca4; font-size: 14px; color: #fff; text-align: center; }

.direction2 .directionCart .order .orLine .olLeft .olTab span.on { background-color: #944b84; }

.direction2 .directionCart .order .orLine .olLeft .change { width: 100%; height: auto; overflow: hidden; display: block; padding: 8px 0px; }

.direction2 .directionCart .order .orLine .olLeft .change .chTitle { width: 100%; height: 40px; overflow: hidden; display: block; font-size: 12px; line-height: 20px; color: #000; margin: 12px 0px; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 { width: 49%; height: 170px; overflow: hidden; display: block; font-size: 12px; padding: 8px; line-height: 22px; color: #000; margin-right: 1%; float: left; background-color: #e1e1e1; margin-top: 12px; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .name { width: 100%; height: 22px; overflow: hidden; display: block; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .name span { font-weight: bold; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .name a { display: block; float: right; color: #000; margin-left: 12px; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .name i { display: block; float: right; color: #858585; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .common i { width: 40px; height: 18px; overflow: hidden; display: block; float: left; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .common span { display: block; padding-left: 40px; }

.direction2 .directionCart .order .orLine .olLeft .change .block1 .searchAdd { display: block; height: 100%; cursor: pointer; margin: 0px auto; }

.direction2 .directionCart .order .orLine .olLeft .change .titile { width: 100%; height: 32px; overflow: hidden; line-height: 32px; font-size: 18px; font-weight: bold; }

.direction2 .directionCart .order .orLine .olLeft .change .rAddress { width: 100%; height: auto; max-height: 30px; overflow: hidden; line-height: 15px; margin-top: 16px; }

.direction2 .directionCart .order .orLine .olLeft .change .rAddress i { width: 15px; height: 15px; overflow: hidden; float: left; border: 1px solid #959595; border-radius: 100%; cursor: pointer; }

.direction2 .directionCart .order .orLine .olLeft .change .rAddress.on i { border: 4px solid #b30e50; }

.direction2 .directionCart .order .orLine .olLeft .change .rAddress span { display: block; padding-left: 20px; width: 100%; }

.direction2 .directionCart .order .orLine .olLeft .change .explain { width: 70%; height: 66px; overflow: hidden; line-height: 22px; font-size: 12px; color: #707070; margin-top: 18px; }

.direction2 .directionCart .order .orLine .olRight { width: 35%; height: 100%; overflow: hidden; float: right; font-size: 14px; color: #000; line-height: 22px; text-align: right; margin-top: 114px; }

.direction2 .directionCart .order .orLine .olRight .common i { width: 55%; height: 100%; overflow: hidden; float: left; display: block; }

.direction2 .directionCart .order .orLine .olRight .common span { width: 45%; height: 100%; overflow: hidden; float: left; display: block; }

.direction2 .directionCart .order .orLine .olRight .money i { font-size: 18px; font-weight: bold; }

.direction2 .directionCart .order .orLine .olRight .next { width: 162px; height: 45px; overflow: hidden; float: right; display: block; border-radius: 4px; cursor: pointer; font-size: 18px; text-align: center; background-color: #944b84; line-height: 45px; color: #fff; margin-top: 12px; }
/*付款*/
.direction2 .directionCart .payment { width: 90%; display: block; margin: 52px auto; font-size: 12px; color: #000; position: relative; }

.direction2 .directionCart .payment .orTitle { width: 100%; height: 34px; overflow: hidden; line-height: 34px; background-color: #f5f5f5; padding: 0px 18px; font-size: 14px; text-align: center; }

.direction2 .directionCart .payment .orTitle .first { text-align: left; }

.direction2 .directionCart .payment .orGoods { width: 100%; height: auto; overflow: hidden; border: 1px solid #d8d8d8; padding: 0px 18px; }

.direction2 .directionCart .payment .orGoods > div { float: left; margin: 8px 0px; overflow: hidden; }

.direction2 .directionCart .payment .first { width: 45%; height: auto; }

.direction2 .directionCart .payment .second { width: 25%; height: auto; }

.direction2 .directionCart .payment .third { width: 30%; height: auto; text-align: right; }

.direction2 .directionCart .payment .orGoods .first .leftImg { width: 100px; height: 100px; overflow: hidden; display: block; float: left; }

.direction2 .directionCart .payment .orGoods .first .orright { padding-left: 120px; }

.direction2 .directionCart .payment .orGoods .first .orright .orrTitle { width: 100%; height: 18px; overflow: hidden; line-height: 18px; font-size: 14px; }

.direction2 .directionCart .payment .orGoods .first .orright .orrTitle1 { width: 100%; height: 36px; overflow: hidden; line-height: 18px; color: #535252; }

.direction2 .directionCart .payment .orGoods .first .orright .orrParameter { width: 100%; height: 18px; overflow: hidden; line-height: 18px; color: #646464; font-size: 14px; margin-top: 12px; }

.direction2 .directionCart .payment .orGoods .second { font-size: 18px; margin-top: 46px; }

.direction2 .directionCart .payment .orGoods .second i { width: 100%; height: 20px; overflow: hidden; display: block; line-height: 20px; font-size: 12px; color: #646464; text-decoration: line-through; }

.direction2 .directionCart .payment .orGoods .common { width: 100%; line-height: 22px; display: block; overflow: hidden; }

.direction2 .directionCart .payment .orGoods .third .common i { width: 65%; height: 100%; overflow: hidden; float: left; display: block; }

.direction2 .directionCart .payment .orGoods .third .common span { width: 35%; height: 100%; overflow: hidden; float: left; display: block; }

.direction2 .directionCart .payment .orGoods .remarks { width: 99.8%; height: auto; overflow: hidden; display: block; margin: 0px auto; border-top: 1px solid #d8d8d8; }

.direction2 .directionCart .payment .orGoods .remarks label { width: 7%; height: 24px; display: block; float: left; line-height: 24px; margin-top: 2px; }

.direction2 .directionCart .payment .orGoods .remarks textarea { width: 93%; height: 40px; display: block; float: left; border: none; background: none; resize: none; padding: 2px; font-size: 14px; color: #000; line-height: 24px; outline: none; }

.direction2 .directionCart .payment .pay { width: 100%; height: 100%; overflow: hidden; margin: 0px auto; color: #000; font-size: 14px; position: relative; padding-right: 48%; }

.direction2 .directionCart .payment .pay > div { margin: 0px; }

.direction2 .directionCart .payment .pay .titile { width: 100%; height: 38px; overflow: hidden; line-height: 38px; font-size: 18px; font-weight: bold; margin-top: 16px; }

.direction2 .directionCart .payment .pay .explain { width: 100%; height: 18px; overflow: hidden; line-height: 18px; }

.direction2 .directionCart .payment .pay .choosePay { width: 100%; height: auto; overflow: hidden; margin: 12px 0px 22px 0px; }

.direction2 .directionCart .payment .pay .choosePay a { width: auto; height: auto; overflow: hidden; display: block; float: left; margin: 0px 6px 6px 0px; border: 1px solid #dedede; }

.direction2 .directionCart .payment .pay .choosePay a.on { border: 1px solid #959595; }

.direction2 .directionCart .payment .pay .titile1 { width: 100%; height: 24px; overflow: hidden; line-height: 24px; font-weight: bold; }

.direction2 .directionCart .payment .pay .explain1 { width: 100%; height: 64px; overflow: hidden; line-height: 64px; border: 1px dashed #959595; padding: 0px 12px; }

.direction2 .directionCart .payment .pay .explain1 input { width: 0px; }

.direction2 .directionCart .payment .pay .explain1 .copyInput { width: 15px; height: 15px; overflow: hidden; border: 1px solid #710b5a; padding: 1px; cursor: pointer; border-radius: 50%; display: block; float: left; margin: 26px 0px 0px 0px; }

.direction2 .directionCart .payment .pay .explain1 .copyInput.on i { background-color: #710b5a; }

.direction2 .directionCart .payment .pay .explain1 .copyInput i { width: 100%; height: 100%; overflow: hidden; border-radius: 50%; display: block; }

.direction2 .directionCart .payment .pay .explain1 img { display: block; float: left; margin: 17px 6px 0px 6px; }

.direction2 .directionCart .payment .pay .explain1 div { width: 270px; height: 100%; overflow: hidden; float: left; }

.direction2 .directionCart .payment .pay .explain1 > i { width: 80px; height: 100%; overflow: hidden; display: block; float: right; background: url(/Areas/Web/Images/v1.0/Img/seachDown1.png) no-repeat center right; background-size: 13px 8px; padding-right: 20px; }

.direction2 .directionCart .payment .pay .addInformation { width: 100%; height: 28px; overflow: hidden; line-height: 28px; color: #000; font-size: 18px; font-weight: bold; cursor: pointer; margin-top: 32px; }

.direction2 .directionCart .payment .pay .line { width: 250px; height: auto; overflow: hidden; border: 1px solid #c1c1c1; padding: 6px; position: absolute; bottom: 0px; right: 0px; }

.direction2 .directionCart .payment .pay .line .left { width: 100%; height: auto; overflow: hidden; /* border-right: 1px solid #959595;*/ float: left; padding: 6px 12px; }

.direction2 .directionCart .payment .pay .line .left div { width: 100%; height: 26px; overflow: hidden; line-height: 26px; text-align: center; }

.direction2 .directionCart .payment .pay .line .left span { width: 100%; height: 56px; overflow: hidden; line-height: 56px; display: block; position: relative; padding: 0px 51% 0px 0px; text-align: right; }

.direction2 .directionCart .payment .pay .line .left span i { width: 50%; height: 100%; padding-left: 1%; overflow: hidden; display: block; position: absolute; top: 0px; right: 0px; font-size: 18px; font-weight: bold; text-align: left; }

.direction2 .directionCart .payment .pay .line .right { width: 100%; height: auto; overflow: hidden; float: left; }

.direction2 .directionCart .payment .pay .line .right div { width: 100%; text-align: center; }

.direction2 .directionCart .payment .pay .line .right div .text { width: 32px; height: 32px; overflow: hidden; display: inline-block; background: none; font-size: 16px; border: 1px solid #c9c9c9; border-radius: 4px; text-align: center; padding: 0px 2px; margin: 0px 2px; }

.direction2 .directionCart .payment .pay .line .right .submit { width: 185px; height: 32px; overflow: hidden; margin: 18px auto; display: block; background-color: #ac76a0; border: none; border-radius: 4px; text-align: center; font-weight: bold; font-size: 18px; cursor: pointer; }

.direction2 .directionCart .payment .addInfor { width: 100%; height: 288px; overflow: hidden; display: none; }

.direction2 .directionCart .payment .addInfor .addInformation { width: 100%; height: 18px; overflow: hidden; line-height: 18px; color: #000; font-size: 18px; font-weight: bold; margin-top: 20px; }

.direction2 .directionCart .payment .addInfor .industryLine { width: 100%; height: auto; overflow: hidden; position: relative; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock { width: 32.33%; height: 57px; overflow: hidden; margin-right: 1%; float: left; margin-top: 14px; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock i { width: 100%; height: 24px; overflow: hidden; line-height: 24px; display: block; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock input.textC { width: 230px; height: 32px; overflow: hidden; line-height: 30px; border-radius: 5px; float: left; background: none; padding: 0px 18px; display: block; border: 1px solid #959595; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock input.text { width: 160px; height: 32px; overflow: hidden; line-height: 30px; border-radius: 5px; float: left; background: none; padding: 0px 18px; display: block; border: 1px solid #959595; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .copySelectC { width: 230px; height: auto; position: relative; display: inline-block; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .copySelect { width: 100px; height: auto; position: relative; display: inline-block; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .copySelect > span { width: 100%; height: 30px; overflow: hidden; line-height: 30px; cursor: pointer; border: 1px solid #959595; padding: 0px 18px; display: block; background: url(/Areas/Web/Images/v1.0/Img/orderManagement1.png) no-repeat center right 8px; background-size: 14px 12px; border-radius: 5px; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .copySelectC > span { width: 100%; height: 30px; overflow: hidden; line-height: 30px; cursor: pointer; border: 1px solid #959595; padding: 0px 18px; display: block; background: url(/Areas/Web/Images/v1.0/Img/orderManagement1.png) no-repeat center right 8px; background-size: 14px 12px; border-radius: 5px; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .special { width: 25%; height: 100%; overflow: hidden; margin-right: 1%; float: left; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .special i { width: 100%; height: 24px; overflow: hidden; line-height: 24px; display: block; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock .special input.textN { width: 100%; height: 32px; overflow: hidden; line-height: 30px; border-radius: 5px; float: left; background: none; padding: 0px 18px; display: block; border: 1px solid #959595; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock ul { width: 100%; height: auto; overflow: hidden; display: none; border: 1px solid #959595; background-color: #fff; position: absolute; top: 30px; left: 0px; z-index: 1; }

.direction2 .directionCart .payment .addInfor .industryLine .industryBlock ul li { width: 100%; height: 28px; overflow: hidden; cursor: pointer; padding: 0px 18px; line-height: 28px; }

.direction2 .directionCart .payment .addInfor .industryLine .ok { width: 60px; height: 32px; overflow: hidden; line-height: 32px; text-align: center; color: #fff; cursor: pointer; font-size: 14px; display: block; background: #8e407c; float: left; border-radius: 5px; position: absolute; bottom: 0px; right: 50px; }

.direction2 .directionCart .payment .addInfor .industryLine .cancle { width: 44px; height: 32px; overflow: hidden; line-height: 32px; text-align: center; color: #a4a3a3; cursor: pointer; font-size: 14px; display: block; float: left; border-radius: 5px; position: absolute; bottom: 0px; right: 0px; }
/*首页 头部订单*/
.direction2 .directionOrder { width: 1200px; height: auto; overflow: hidden; margin: 0px auto; }

.direction2 .directionOrder .tab { width: 68px; height: 600px; overflow: hidden; display: block; text-align: center; float: left; padding: 14px 0px; /*background-color: #e3dae1;*/ }

.direction2 .directionOrder .tab a { width: 100%; height: 48px; overflow: hidden; display: block; margin: 42px 0px; position: relative; }

.direction2 .directionOrder .tab a:hover img { display: none; }

.direction2 .directionOrder .tab a.on img { display: none; }

.direction2 .directionOrder .tab a img { display: block; margin: 0px auto; }

.direction2 .directionOrder .tab a span { width: 100%; height: 100%; overflow: hidden; display: block; line-height: 48px; color: #000; font-size: 16px; background-color: #f7d9ca; }

.direction2 .directionOrder .tab a.hot i { width: 6px; height: 6px; overflow: hidden; display: block; border-radius: 6px; background-color: #e60012; position: absolute; top: 3px; right: 8px; }

.direction2 .directionOrder .searchIchange { width: 1100px; height: 100%; overflow: auto; display: block; float: right; position: relative; }

.direction2 .directionOrder .searchIchange .title { width: 100%; height: 36px; color: #000; font-size: 14px; line-height: 36px; margin-top: 12px; }

.direction2 .directionOrder .searchIchange .title .search { width: 239px; height: 29px; overflow: hidden; color: #a4a4a4; font-size: 14px; line-height: 29px; background-color: #eaeaea; float: left; padding: 0px 5px; }

.direction2 .directionOrder .searchIchange .title .search .text { width: 200px; height: 100%; overflow: hidden; color: #a4a4a4; font-size: 14px; line-height: 29px; background: none; border: none; float: left; display: block; }

.direction2 .directionOrder .searchIchange .title .search .submit { width: 29px; height: 29px; overflow: hidden; background: url(/Areas/Web/Images/v1.0/Img/directionOrderSeach.png) no-repeat center center; background-size: 70% 70%;; border: none; font-size: 0px; cursor: pointer; float: left; display: block; }

.direction2 .directionOrder .searchIchange .title .sort { width: 194px; height: auto; float: right; position: relative; color: #000; text-align: center; }

.direction2 .directionOrder .searchIchange .title .sort span { width: 100%; height: 32px; overflow: hidden; display: block; border: 1px solid #c2c2c2; line-height: 30px; border-radius: 5px; cursor: pointer; }

.direction2 .directionOrder .searchIchange .title .sort ul { width: 100%; height: auto; position: absolute; top: 34px; left: 0px; box-shadow: 0px 0px 2px 3px #eee; z-index: 1; border-radius: 5px; display: none; }

.direction2 .directionOrder .searchIchange .title .sort ul li { width: 100%; height: 28px; overflow: hidden; line-height: 28px; background-color: #fff; cursor: pointer; }

.direction2 .directionOrder .searchIchange .header { width: 100%; height: 36px; overflow: hidden; color: #000; font-size: 14px; line-height: 36px; position: relative; }

.direction2 .directionOrder .searchIchange .header > div { float: left; }

.direction2 .directionOrder .searchIchange .header div.first { width: 130px; padding-left: 6px; }

.direction2 .directionOrder .searchIchange .header div.second { width: 370px; }

.direction2 .directionOrder .searchIchange .header div.delete { float: right; position: absolute; top: 0px; right: 0px; }

.direction2 .directionOrder .searchIchange .header div.first .choose { width: 12px; height: 12px; overflow: hidden; margin: 13px 8px 0px 0px; float: left; position: relative; border: 1px solid #b0b0b0; display: block; cursor: pointer; }

.direction2 .directionOrder .searchIchange .header div.first .choose.on { border: 1px solid #b30e50; /*background-color: #b30e50;*/ background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionCart .searchIchange .header div.first .choose input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; background-color: #fff; }

.direction2 .directionOrder .searchIchange .shops { width: 100%; height: 500px; overflow: hidden; font-size: 14px; }

.direction2 .directionOrder .searchIchange .shops .shop { width: 100%; height: auto; overflow: hidden; margin-bottom: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle { width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #000; position: relative; padding: 0px 6px; background-color: #f5f5f5; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle > div { float: left; height: 100%; overflow: hidden; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .one { width: 442px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .two { width: 130px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .three { width: 130px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .four { width: 130px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .five { width: 127px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .six { width: 110px; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .choose { width: 12px; height: 12px; overflow: hidden; margin: 11px 8px 0px 0px; float: left; position: relative; border: 1px solid #b0b0b0; display: block; cursor: pointer; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .choose.on { border: 1px solid #b30e50; /*background-color: #b30e50;*/ background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .choose input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; background-color: #fff; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle a { color: #000; font-size: 14px; display: block; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .coupon { float: left; }

.direction2 .directionOrder .searchIchange .shops .shop .shopTitle .coupon img { float: left; margin: 6px 16px 0px 22px; }

.direction2 .directionOrder .searchIchange .shops .shop > ul { width: 100%; height: auto; overflow: hidden; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop > ul > li { width: 100%; height: auto; overflow: hidden; display: block; margin-top: 3px; position: relative; /*background-color: #fff;*/ }

.direction2 .directionOrder .searchIchange .shops .shop > ul > li .list { width: 100%; height: 110px; overflow: hidden; display: block; border: 1px solid #b5b5b5; }

.direction2 .directionOrder .searchIchange .shops .shop ul li.no { background-color: rgba(154,154,154,0.5); }

.direction2 .directionOrder .searchIchange .shops .shop ul li.no .choose { pointer-events: none; }

.direction2 .directionOrder .searchIchange .shops .shop ul li.no .parameter { pointer-events: none; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .choose { width: 12px; height: 12px; overflow: hidden; margin: 42px 14px 0px 6px; float: left; position: relative; border: 1px solid #b0b0b0; display: block; cursor: pointer; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .chooseZan { width: 12px; height: 12px; overflow: hidden; margin: 42px 14px 0px 0px; float: left; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .choose.on { border: 1px solid #b30e50; /*background-color: #b30e50;*/ background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .choose input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; background-color: #fff; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .img { width: 94px; height: 94px; overflow: hidden; display: block; float: left; margin-top: 6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .img img { width: 100%; height: 100%; overflow: hidden; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .describe { width: 322px; height: 94px; overflow: hidden; display: block; float: left; padding: 0px 12px; position: relative; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .describe .describeTitle { width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #000; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .describe .describeText { width: 100%; height: 44px; overflow: hidden; line-height: 22px; color: #535252; font-size: 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .describe .bank { width: 100%; height: 12px; overflow: hidden; margin-top: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .describe .bank img { display: none; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .parameter { width: 130px; height: auto; display: block; float: left; padding-right: 26px; color: #676767; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .parameter span { width: 100%; height: 24px; overflow: hidden; display: block; line-height: 24px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .parameter span i { width: 60px; height: 24px; overflow: hidden; display: inline-block; line-height: 24px; vertical-align: -6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .unitPrice { width: 130px; height: 100%; display: block; float: left; color: #000; font-size: 18px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .unitPrice i { color: #646464; font-size: 12px; text-decoration: line-through; display: block; margin-top: 6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .money { width: 130px; height: 100%; display: block; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .money i { display: block; margin-top: 6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .success { width: 110px; height: 100%; display: block; float: left; color: #b30e50; border-left: 1px solid #e0e0e0; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .success a { width: 66px; height: 29px; overflow: hidden; display: block; color: #fff; line-height: 29px; text-align: center; margin: 10px auto 0px auto; background-color: #1f1c1c; border-radius: 5px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .operation { width: 127px; height: 100%; display: block; float: left; color: #000; border-left: 1px solid #e0e0e0; padding: 0px 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .operation a { width: 100%; height: 24px; overflow: hidden; display: block; color: #000; line-height: 24px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .del { width: 18px; height: 24px; overflow: hidden; text-align: center; font-size: 24px; cursor: pointer; position: absolute; top: 42px; right: 0px; }
/*订单详情*/
.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder { width: 70%; height: auto; overflow: hidden; margin: 2px auto; background-color: #eee; padding: 2px; border: 1px solid #ccc; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .miaosu { width: 100%; height: 50px; overflow: hidden; line-height: 50px; border-bottom: 1px solid #ccc; position: relative; padding: 0px 58px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .miaosu img { display: block; overflow: hidden; position: absolute; top: 13px; left: 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .miaosu i { display: block; overflow: hidden; position: absolute; top: 0px; right: 0px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .name { width: 100%; height: 58px; overflow: hidden; line-height: 20px; border-bottom: 1px solid #ccc; position: relative; padding: 6px 58px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .name img { display: block; overflow: hidden; position: absolute; top: 18px; left: 14px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .name span { display: inline-block; overflow: hidden; margin-right: 90px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .name div { width: 100%; height: 20px; overflow: hidden; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .time { width: 100%; height: auto; overflow: hidden; line-height: 24px; padding: 24px 58px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .time > div { width: 100%; height: 24px; overflow: hidden; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .time > div i { width: 74px; height: 100%; overflow: hidden; display: block; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .detailsOrder .time > div span { padding-left: 80px; display: block; }
/*查看物流*/
.direction2 .directionOrder .searchIchange .shops .shop ul li .details { width: 70%; height: auto; overflow: hidden; margin: 2px auto; background-color: #eee; position: relative; border: 1px solid #ccc; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .detailText { width: 100%; height: auto; overflow: hidden; background-color: #ddd; padding: 14px; line-height: 22px; font-size: 12px; color: #000; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .detailText .dtTitle { width: 100%; height: 28px; overflow: hidden; line-height: 28px; font-size: 18px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .detailText .time { width: 100%; height: 22px; overflow: hidden; line-height: 22px; font-size: 14px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .detailText .time i { color: #5f5f5f; font-size: 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .map { width: 100%; height: auto; overflow: hidden; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .map img { width: auto; height: auto; overflow: hidden; display: block; margin: 0px auto; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .dtOperation { width: 170px; height: 32px; overflow: hidden; position: absolute; bottom: 24px; right: 24px; line-height: 32px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .details .dtOperation a { width: 68px; height: 100%; overflow: hidden; color: #fff; font-size: 14px; text-align: center; background-color: #1f1c1c; border-radius: 4px; display: block; float: left; margin-left: 8px; }

.direction2 .directionOrder .searchIchange .sXz { width: 100%; height: 50px; overflow: hidden; position: absolute; bottom: 0px; left: 0px; z-index: 3; background-color: #fff; color: #000; font-size: 14px; line-height: 50px; padding: 0px 0px 0px 12px; }

.direction2 .directionOrder .searchIchange .sXz .chooseAll { width: 28%; height: auto; overflow: hidden; float: left; }

.direction2 .directionOrder .searchIchange .sXz .chooseAll span { width: 12px; height: 12px; overflow: hidden; margin: 21px 10px 0px 0px; float: left; position: relative; position: relative; border: 1px solid #b5b5b5; display: block; cursor: pointer; }

.direction2 .directionOrder .searchIchange .sXz .chooseAll span.on { border: 1px solid #b30e50; background: url(/Areas/Web/Images/v1.0/Img/loginChoose.png) no-repeat center center; background-size: 80% 80%; }

.direction2 .directionOrder .searchIchange .sXz .chooseAll span input { position: absolute; top: 0px; left: 0px; display: block; width: 1px; opacity: 0; }

.direction2 .directionOrder .searchIchange .sXz .heji { width: 70%; height: 100%; overflow: hidden; float: right; }

.direction2 .directionOrder .searchIchange .sXz .heji .sumbit { width: 100px; height: 100%; overflow: hidden; float: right; cursor: pointer; text-align: center; background-color: #000; font-size: 18px; color: #fff; }

.direction2 .directionOrder .searchIchange .sXz .heji .text { min-width: 126px; height: 100%; overflow: hidden; float: right; }

.direction2 .directionOrder .searchIchange .sXz .heji .text div { width: auto; height: 100%; overflow: hidden; float: left; margin-right: 28px; }

.direction2 .directionOrder .searchIchange .sXz .heji .text div.freight { color: #000; }

.direction2 .directionOrder .searchIchange .sXz .heji .text div.freight i { color: #b30e50; }

.direction2 .directionOrder .searchIchange .sXz .heji .text div.sum { color: #5a5a5c; }

.direction2 .directionOrder .searchIchange .sXz .heji .text div.sum i { color: #b30e50; font-size: 18px; }

.direction2 .mCustomScrollBox > .mCSB_scrollTools { width: 6px !important; height: 100%; top: 0; right: 0; }

.direction2 .mCSB_container { margin-right: 18px; }
/*评价*/
.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate { width: 70%; height: auto; overflow: hidden; margin: 2px auto; background-color: #eee; padding: 2px; border: 1px solid #ccc; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate img { display: inline-block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elChoice { width: 100%; height: 42px; overflow: hidden; line-height: 42px; border-bottom: 1px solid #ccc; text-align: center; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elChoice div { width: auto; height: 100%; overflow: hidden; display: inline-block; margin: 0px 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score { width: 100%; height: auto; overflow: hidden; border-bottom: 1px solid #ccc; padding: 2px 6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score .elsTitle { width: 100%; height: 28px; overflow: hidden; line-height: 28px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score .elsTitle img { vertical-align: -3px; margin-right: 6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score .elsLine { width: 100%; height: 58px; overflow: hidden; line-height: 58px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score .elsLine div { width: 33.33%; height: 100%; overflow: hidden; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score .elsLine div span { display: inline-block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .score .elsLine div span img { vertical-align: -3px; margin-left: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate { width: 100%; height: auto; overflow: hidden; padding: 6px 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate .text { width: 100%; height: auto; overflow: hidden; padding: 12px; background-color: #fff; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate .text textarea { width: 100%; height: 72px; overflow: hidden; resize: none; background: none; border: none; outline: none; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate .text img { display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate .elsLine { width: 100%; height: 30px; overflow: hidden; line-height: 30px; text-align: right; margin: 14px 0px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate .elsLine div { display: inline-block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .evaluate .elsEvaluate .elsLine span { display: inline-block; width: 66px; height: 100%; background-color: #000; border-radius: 4px; text-align: center; color: #fff; }
/*申请退换货*/
.direction2 .directionOrder .searchIchange .shops .shop ul li .apply { width: 70%; height: auto; overflow: hidden; margin: 2px auto; background-color: #eee; padding: 2px; border: 1px solid #ccc; padding: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply img { display: inline-block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyTab { width: 100%; height: 33px; overflow: hidden; border: 1px solid #ddd; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyTab a { width: auto; overflow: hidden; line-height: 29px; border: 1px solid #bebebe; display: block; float: left; padding: 0px 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyTab a.on { border: 1px solid #821f6c; color: #821f6c; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange { width: 100%; height: auto; overflow: hidden; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyTitle { width: 100%; height: 36px; overflow: hidden; line-height: 36px; font-weight: bold; margin-top: 6px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyChoice { width: 100%; height: auto; overflow: hidden; line-height: 24px; border-bottom: 1px solid #cfcfcf; margin-bottom: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyChoice span { width: auto; height: 100%; overflow: hidden; display: inline-block; margin-right: 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyChoice span input { vertical-align: -2px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange textarea { width: 100%; height: 100px; overflow: hidden; resize: none; background: #fff; border: none; outline: none; padding: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyLine { width: 100%; height: 30px; overflow: hidden; line-height: 30px; text-align: right; margin: 14px 0px; position: relative; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyLine div { max-width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0px; left: 0px; cursor: pointer; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyLine div img { margin-right: 6px; height: 100%; display: block; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .apply .applyChange .applyLine span { display: inline-block; width: 66px; height: 100%; background-color: #000; border-radius: 4px; text-align: center; color: #fff; cursor: pointer; }
/*等待处理*/
.direction2 .directionOrder .searchIchange .shops .shop ul li .wait { width: 70%; height: auto; overflow: hidden; margin: 2px auto; background-color: #eee; border: 1px solid #ccc; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitTop { width: 100%; height: auto; overflow: hidden; background-color: #ddd; padding: 14px; line-height: 24px; font-size: 12px; color: #000; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitTop .waitTtitle { width: 100%; height: 28px; overflow: hidden; font-size: 18px; line-height: 28px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait ..waitTop span { width: 100%; height: 24px; overflow: hidden; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitText { width: 100%; height: auto; overflow: hidden; padding: 14px; line-height: 24px; font-size: 14px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitText .waitTitle { width: 100%; height: 32px; overflow: hidden; line-height: 32px; font-size: 18px; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitText div { width: 100%; height: 24px; overflow: hidden; line-height: 24px }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitText div i { width: 74px; height: 100%; overflow: hidden; display: block; float: left; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitText div span { padding-left: 80px; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitLine { width: 100%; height: 30px; overflow: hidden; line-height: 30px; text-align: right; margin: 14px 0px; position: relative; padding: 0px 14px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .wait .waitLine span { display: inline-block; width: 66px; height: 100%; background-color: #000; border-radius: 4px; margin-left: 8px; text-align: center; color: #fff; cursor: pointer; }
/*已同意*/
.direction2 .directionOrder .searchIchange .shops .shop ul li .agree { width: 70%; height: auto; overflow: hidden; margin: 2px auto; background-color: #eee; border: 1px solid #ccc; padding: 8px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeTop { width: 100%; height: auto; overflow: hidden; background-color: #ddd; padding: 14px; line-height: 24px; font-size: 12px; color: #000; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeTop .waitTtitle { width: 100%; height: 28px; overflow: hidden; font-size: 18px; line-height: 28px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeTop span { width: 100%; height: 24px; overflow: hidden; display: block; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeTab { width: 100%; height: 33px; overflow: hidden; border: 1px solid #ddd; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeTab a { width: auto; overflow: hidden; line-height: 29px; border: 1px solid #bebebe; display: block; float: left; padding: 0px 12px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeTab a.on { border: 1px solid #821f6c; color: #821f6c; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeChange { width: 100%; height: auto; overflow: hidden; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeChange .agreeInput { width: 280px; height: 34px; overflow: hidden; border: 1px solid #b282a7; font-size: 14px; color: #000; border-radius: 4px; padding: 0px 6px; background: none; outline: none; display: block; margin: 24px 0px 12px 0px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeChange div { width: 100%; height: 88px; overflow: hidden; padding-left: 12px; font-size: 12px; color: #676767; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeLine { width: 100%; height: 30px; overflow: hidden; line-height: 30px; text-align: right; margin: 14px 0px; position: relative; padding: 0px 14px; }

.direction2 .directionOrder .searchIchange .shops .shop ul li .agree .agreeLine span { display: inline-block; width: 66px; height: 100%; background-color: #000; border-radius: 4px; margin-left: 8px; text-align: center; color: #fff; cursor: pointer; }
/* ========== */
/* = 侧边栏弹窗 = */
/* ========== */
.hui { width: 100%; height: 100%; overflow: hidden; display: none; background-color: rgba(0,0,0,0.4); position: fixed; top: 0px; left: 0px; z-index: 9; }

#slideBar .direction2 { width: 1200px; height: 100%; overflow: hidden; padding: 32px 32px 32px 32px; margin: 0px 0px 0px 0px; position: absolute; top: 0%; right: 0px; background-color: #f9f9f9; min-height: 300px; display: block; box-shadow: -2px 3px 6px 0px #cecece; z-index: 10; }

.directionCurspon { width: 220px; font-size: 14px }

.side-asset-list { padding: 5px 14px; }

.side-asset-list p { color: #fff; padding-top: 10px; }

.side-asset-list ul { margin-top: 10px; }

.side-asset-list li { background-color: #fd7778; padding: 10px; position: relative; }

.side-asset-list li:before { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAECAQAAABhe7jaAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAAMgAAAAEAIwF5NQAAABISURBVDjL7cYxFYAgFADAgxI+olDBFizWsoURSOLj2cEBRyP8hZsu1dvhwu70rke+b6Q6PQqGwnrkeyJj+q3HXjY00Iz14OMDOiIdQWtnq7QAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDQtMDFUMTY6MDQ6NTYrMDg6MDC7Xd3cAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA0LTAxVDE2OjA0OjU2KzA4OjAwygBlYAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=) repeat-x; position: absolute; top: -2px; left: 0; content: ''; height: 4px; width: 100%; }

.side-asset-list li a { color: #fff; }

.side-asset-list li h3 { font-size: 12px; line-height: 30px; height: 30px; color: #a44; position: relative; text-align: right; }

.side-asset-list li h3 span { font-size: 20px; width: 60px; color: #fff; position: absolute; bottom: -10px; left: 0; text-align: left; }

.side-asset-list li h5 { font-size: 12px; line-height: 20px; height: 20px; overflow: hidden; }

.side-asset-list li p { padding: 0 0 0 60px; color: #a44; text-align: right; }

.side-asset-list li.coupon-lg { background-color: #ffc24d; }

.side-asset-list li.coupon-sm { background-color: #3abec0; }

.side-asset-list li.coupon-lg h3, .side-asset-list li.coupon-lg p { color: #b70; }

.side-asset-list li.coupon-sm h3, .side-asset-list li.coupon-sm p { color: #13797b; }

.side-asset-list li.getCurCoupon { cursor: pointer; position: relative; }

.side-asset-list li.getCurCoupon:after { content: '立即领取'; width: 24px; background: rgba(0,0,0,0.4); color: #fff; position: absolute; top: 0; line-height: 20px; right: 0; padding: 6px 10px; transition: all .3s; bottom: 0; }

.side-asset-list li.getCurCoupon:hover:after { padding: 24px 15px; }


/*侧边栏买家客服*/
.directionBuyers { width: 100%; font-size: 12px; color: #000; }

.directionBuyers .buyersLeft { width: 20%; height: 100%; overflow: hidden; float: left; }

.directionBuyers .buyersLeft .buyersLtop { width: 100%; height: 72px; overflow: hidden; background-color: #e3dae1; padding: 8px 12px; }

.directionBuyers .buyersLeft .buyersLtop img { width: 58px; height: 58px; overflow: hidden; display: block; float: left; border-radius: 50%; }

.directionBuyers .buyersLeft .buyersLtop div { padding-left: 68px; color: #000; font-size: 12px; line-height: 18px; margin-top: 14px; }

.directionBuyers .buyersLeft .buyersLtop div span { width: 100%; height: 18px; overflow: hidden; display: block; }

.directionBuyers .buyersLeft .buyersLtop div i { width: 100%; height: 18px; overflow: hidden; display: block; color: #7f246a; }

.directionBuyers .buyersLeft .buyersLsearch { width: 100%; height: 46px; overflow: hidden; padding: 15px 8px; border-bottom: 1px solid #c9c9c9; }

.directionBuyers .buyersLeft .buyersLsearch img { width: 16px; height: 16px; overflow: hidden; display: block; float: left; }

.directionBuyers .buyersLeft .buyersLsearch span { padding-left: 20px; display: block; }

.directionBuyers .buyersLeft .buyersLsearch span input { width: 100%; height: 100%; overflow: hidden; display: block; border: none; background: none; font-size: 14px; color: #000; }

.directionBuyers .buyersLeft .buyersLtab { width: 100%; height: 32px; overflow: hidden; padding: 0px 8px; }

.directionBuyers .buyersLeft .buyersLtab img { display: inline-block; margin: 6px 12px; width: 22px; height: 22px; }

.directionBuyers .buyersLeft .buyersLchange { width: 100%; height: 444px; overflow: hidden; }

.directionBuyers .buyersLeft .buyersLchange li { width: 100%; height: 52px; overflow: hidden; padding: 8px 12px; position: relative; cursor: pointer; border-bottom: 1px solid #c9c9c9; }

.directionBuyers .buyersLeft .buyersLchange li:hover { background-color: #e3dae1; }

.directionBuyers .buyersLeft .buyersLchange li.on { background-color: #e3dae1; }

.directionBuyers .buyersLeft .buyersLchange li img { width: 40px; height: 40px; overflow: hidden; display: block; float: left; border-radius: 100%; }

.directionBuyers .buyersLeft .buyersLchange li div { padding-left: 46px; line-height: 36px; color: #999; }

.directionBuyers .buyersLeft .buyersLchange li i { width: 18px; height: 18px; overflow: hidden; display: none; position: absolute; bottom: 3px; left: 34px; background: url(/Areas/Web/Images/v1.0/Img/indexBuyers8.png) no-repeat center center; background-size: 100%; }

.directionBuyers .buyersLeft .buyersLchange li.hot i { display: block; }

.directionBuyers .buyersCenter { width: 55%; height: 100%; overflow: hidden; float: left; }

.directionBuyers .buyersCenter .buyersCtop { width: 100%; height: 72px; overflow: hidden; background-color: #e3dae1; }

.directionBuyers .buyersCenter .buyersCtop img { width: 40px; height: 40px; overflow: hidden; display: block; float: left; border-radius: 50%; margin-top: 14px; }

.directionBuyers .buyersCenter .buyersCtop div { padding-left: 56px; line-height: 72px; }

.directionBuyers .buyersRight { width: 25%; height: 100%; overflow: hidden; float: left; }

.directionBuyers .buyersRight .buyersRtop { width: 100%; height: 72px; overflow: hidden; background-color: #e3dae1; text-align: center; }

.directionBuyers .buyersRight .buyersRtop span { display: inline-block; margin: 0px 42px; line-height: 72px; cursor: pointer; }

.directionBuyers .buyersRight .buyersRtop span.on { color: #7f246a; }

.directionBuyers .buyersRight .buyersRchange { width: 100%; height: auto; overflow: hidden; }

.directionBuyers .buyersRight .buyersRchange .buyersRcTab { width: 100%; height: 32px; overflow: hidden; text-align: center; }

.directionBuyers .buyersRight .buyersRchange .buyersRcTab span { display: inline-block; margin: 0px 18px; line-height: 32px; cursor: pointer; }

.directionBuyers .buyersRight .buyersRchange .buyersRcTab span.on { color: #7f246a; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange { width: 100%; height: 494px; overflow: hidden; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops { width: 100%; height: auto; overflow: hidden; padding: 2px 4px; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcTime { width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #5c5c5c; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList { width: 100%; height: auto; overflow: hidden; border: 1px solid #cdcdcd; border-radius: 4px; padding: 2px 6px; position: relative; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList .buyersRcName { width: 100%; height: 26px; overflow: hidden; line-height: 26px; position: relative; padding-right: 50%; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList .buyersRcName span { width: 50%; height: 100%; overflow: hidden; position: absolute; text-align: right; top: 0px; right: 0px; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList .buyersRcRemacks { width: 48%; height: 24px; overflow: hidden; line-height: 24px; position: absolute; bottom: 6px; left: 6px; color: #7e236a; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul { width: 100%; height: auto; overflow: hidden; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li { width: 100%; height: auto; overflow: hidden; border-bottom: 1px solid #cdcdcd; padding-top: 4px; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li:last-child { border-bottom: none; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcImg { width: 63px; height: 63px; overflow: hidden; display: block; float: left; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail { padding-left: 70px; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcTitel { width: 100%; height: 18px; overflow: hidden; line-height: 18px; margin-bottom: 6px; font-size: 14px; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine { width: 100%; height: auto; overflow: hidden; line-height: 19px; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine .buyersRcLeft { width: 50%; height: auto; overflow: hidden; float: left; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine .buyersRcLeft span { width: 100%; height: 22px; overflow: hidden; display: block; color: #757575; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine .buyersRcLeft div { width: 42px; height: 20px; overflow: hidden; line-height: 20px; display: block; color: #fff; background-color: #b47ea7; border-radius: 4px; margin-top: 3px; text-align: center; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine .buyersRcRight { width: 50%; height: auto; overflow: hidden; float: left; color: #757575; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine .buyersRcRight span { width: 100%; height: 22px; overflow: hidden; display: block; font-size: 14px; font-weight: bold; color: #000; }

.directionBuyers .buyersRight .buyersRchange .buyersRCchange .buyersRcShops .buyersRcList ul li .buyersRcDetail .buyersRcLine .buyersRcRight span i { text-decoration: line-through; color: #757575; font-size: 12px; }

.directionBuyers .buyersRight .buyersRchange .buyersRsearch { width: 100%; height: 46px; overflow: hidden; padding: 15px 8px; border-bottom: 1px solid #c9c9c9; }

.directionBuyers .buyersRight .buyersRchange .buyersRsearch img { width: 16px; height: 16px; overflow: hidden; display: block; float: left; }

.directionBuyers .buyersRight .buyersRchange .buyersRsearch span { padding-left: 20px; display: block; }

.directionBuyers .buyersRight .buyersRchange .buyersRsearch span input { width: 100%; height: 100%; overflow: hidden; display: block; border: none; background: none; font-size: 14px; color: #000; }

.directionBuyers .buyersRight .buyersRchange .goodsList { width: 100%; height: auto; overflow: hidden; display: block; padding: 8px; }

.directionBuyers .buyersRight .buyersRchange .goodsList li { width: 33.33%; height: auto; overflow: hidden; display: block; float: left; padding: 4px; }

.directionBuyers .buyersRight .buyersRchange .goodsList li img { width: 100%; height: auto; overflow: hidden; display: block; }

.chat02_title { height: 35px; position: relative; background-color: #fff; border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; }

.chat02_bar { height: 32px; width: 100%; overflow: hidden; text-align: right; background-color: #fff; border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; }

.chat02_bar span { height: 24px; width: 54px; overflow: hidden; margin: 0px 14px; border-radius: 4px; line-height: 24px; display: inline-block; background-color: #b47ea7; text-align: center; color: #fff; cursor: pointer; }

.chat02_title_btn { cursor: pointer; float: left; display: block; width: 24px; height: 24px; margin: 5px 6px; }

.ctb01 { background: url(/Areas/Web/Images/v1.0/Img/indexBuyers5.png) no-repeat center center; background-size: 100%; }

.ctb02 { background: url(/Areas/Web/Images/v1.0/Img/indexBuyers6.png) no-repeat center center; background-size: 100%; }

.ctb03 { background: url(/Areas/Web/Images/v1.0/Img/indexBuyers7.png) no-repeat center center; background-size: 100%; }

.ctb04 { background: url(/Areas/Web/Images/v1.0/Img/indexBuyers4.png) no-repeat center center; background-size: 100%; }

.chat02_content { height: auto; border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; }

.chat02_content textarea { border: none; display: block; width: 100%; height: 96px; overflow-y: auto; resize: none; outline: none; padding: 0px 12px; font-size: 14px; }

.wl_faces_box { position: absolute; width: 428px; height: 225px; bottom: 22px; left: -0px; display: none; }

.wl_faces_content { background: #fff; border: 1px #ccc solid; width: 417px; height: 216px; margin: 3px 4px; }

.wl_faces_content .title { height: 30px; position: relative; }

.wl_faces_content .title ul { }

.wl_faces_content .title ul li { position: absolute; display: block; }

.wl_faces_content .title ul li.title_name { width: 82px; height: 30px; bottom: 0; _bottom: -2px; left: 0px; text-align: center; line-height: 32px; font-weight: bold; color: #333; }

.wl_faces_content .title ul li.wl_faces_close { right: 8px; top: 15px; }

.wl_faces_content .title ul li.wl_faces_close span { background: url(/Areas/Web/Images/v1.0/Img/directionNewsClose.png); background-size: 100% 100%; cursor: pointer; display: block; width: 15px; height: 15px; }

.wl_faces_main { }

.wl_faces_main ul { margin: 0x 12px; padding-top: 8px; overflow: hidden; border-top: 1px #CCC solid; width: 360px; }

.wl_faces_main ul li { float: left; height: 26px; width: 26px; text-align: center; margin: 6px; }

.wl_faces_main ul li img { width: 100%; height: 100%; display: block; }

.wlf_icon { background: url('/Areas/Web/Images/v1.0/Img/layer_arrow.png') no-repeat 0 0; position: absolute; width: 22px; height: 9px; bottom: -4px; _bottom: -11px; left: 61px; }

.chat03_content li label { display: block; position: absolute; width: 9px; height: 9px; left: 27px; }

label.online { background: url('/Areas/Web/Images/v1.0/Img/status.gif') no-repeat 0 0; _background: url('/Areas/Web/Images/v1.0/Img/status.gif') no-repeat 0 5px; bottom: 4px; _bottom: 2px; }

label.offline { background: url('/Areas/Web/Images/v1.0/Img/status.gif') no-repeat 0 -11px; bottom: 4px; _top: 25px; }

.chat01_content { height: 364px; overflow-x: none; border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; }

.message_box { display: none; _width: 550px; }

.message { clear: both; padding: 10px 10px 10px 0; position: relative; margin: 0px 10px; }

.message .user-logo { float: right; width: 50px; height: 50px; resize: none; margin-left: 12px; }

.message .user-logo img { width: 100%; height: 100%; overflow: hidden; display: block; border-radius: 50%; }

.message .wrap-text { float: right; margin-left: 10px; display: inline; width: 130px; overflow: hidden; resize: none; text-align: right; }

.message h5 { color: #369; font-weight: bold; display: none; }

.message .wrap-text div { margin: 10px 0; word-break: break-all; word-wrap: break-word; height: auto; overflow: hidden; background-color: #fff; padding: 8px 12px; border-radius: 4px; }

.message .wrap-ri { float: right; width: 72px; overflow: hidden; resize: none; height: 39px; position: relative; }

.message .wrap-ri div { text-align: right; color: #999; height: 18px; line-height: 18px; overflow: hidden; clear: both; position: absolute; bottom: 0px; right: 5px; }

.message .wrap-ri div span { display: inline-block; line-height: 18px; vertical-align: bottom; zoom: 1; }

#slideBar .side-point { position: absolute; display: none; width: 120px; left: -121px; font-size: 12px; text-align: center; line-height: 24px; height: 70px; border-radius: 4px; background-color: #494949; color: white; padding-top: 9px; }

#slideBar .side-point i { background-color: #b30e50; display: block; border-radius: 4px; padding: 0 10px; margin: 2px 0; color: #fff; display: inline-block; line-height: 20px; }
/*960-1199*/
@media (max-width: 1199px) {
    #top .direction1 .center .logo { top: 12px; }
}
/*640-959*/
@media (max-width: 959px) {
}
/*320-639*/
@media (max-width: 639px) {
    #top .direction1 .center .right { padding: 2px 0px; float: right; }

    #top .direction1 .center .right .nav li { height: 22px; }

    #top .direction1 .center .right .search .submit { width: 28px; height: 28px; }
}
