/* 未能缩小。正在返回未缩小的内容。
(929,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
@import url(../iconfont/iconfont.css);
@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){body{-webkit-text-size-adjust:none}}
a,input, textarea, keygen, select, button{
    tap-highlight-color: rgba(0,0,0,0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-appearance:none;appearance:none;
    border-radius: 0;
}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mb2{ margin-bottom:2px;}
.mb3{ margin-bottom:3px;}
.mb5{ margin-bottom:5px;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mpor90{ width:90%; margin-left:auto; margin-right:auto;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.ofh{ overflow:hidden;}
.redlow{ color:#f34f2f;}
.bgwhite{ background-color:#fff;}
/*choiseProperty.css*/

.ProductIntro{
    padding: 15px 0 15px 0;
}
.ProductIntro>ul{
    list-style: none;
}
.ProductIntro .ProImg{
    width: 120px;
}
.ProductIntro .ProImg>img{
    width: 80%;
}
.ProductIntro .Allinf{
    width: 60%;
    padding: 10px 10px 0 0;
}
.Allinf>.InfP1{
    font-size: 15px;
}
.Allinf>.InfP2{
    padding-top: 3px;
}
.Allinf>.InfP2>span:nth-child(1){
    font-size: 12px;
}


.border-eaeaea{
    border: 1px solid #eaeaea;
}
.border-f34f2f{
    border: 1px solid #f34f2f;
}
.ProPertys .propertyText{
    padding: 12px 0 12px 15px;
    color: #666666;
    background-color: #f6f6f6;
}
.ProPertys .propertyNum{
	padding:0 2% 12px 2%;
}
.ProPertys .propertyNum>div{
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    margin-top: 10px;
	width:46%; 
	float:left;
	margin:12px 2% 0 2%;
    padding: 8px 0 8px 0;
    font-size: 14px;
    border-radius: 8px;
	overflow:hidden;
}

.ProNum>.ProNumText{
    padding: 12px 0 12px 15px;
    color: #666666;
    background-color: #f6f6f6;
}
.ProNum>.ProNumInf{
    padding: 15px 0 15px 4%;
    position: relative;
}
.ProNum .iconfont{
    font-size: 12px;
    color: #999999;
    margin-top: -6px;
}
.ProNumInf>div{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    width: 140px;
    text-align: center;
}
.ProNumInf>span{
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 15px;

}
.ProNumInf>div>div{
    display: inline-block;
    width: 35px;
    text-align: center;
}
.ProNumInf>div>div:nth-child(2){
    border-left:1px solid #eaeaea ;
    border-right: 1px solid #eaeaea;
    padding: 0 5px 0 5px;
    width: 40px;
}
.BottomNulldiv{
  padding: 40px 0 40px 0;
    background-color: #f6f6f6;
}
.ShoppingCart{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
}
.disabled_productAttribute {
    background-color: #cccccc;
}


/*firstpage.css*/

*{
    font-family: "微软雅黑";
    list-style: none;
}
.ProductPic img{
    width: 100%;
}
a{
    text-decoration: none;
    color: #333333;
}
.Logo{
    text-align: center;
    margin: 20px 0 20px 0;
}
.Logo>img{
    max-width: 90%;
}
.pisenLogo{
    text-align: center;
    padding: 10px 0;
	background:#481c87;
	margin-bottom:20px;
}
.pisenLogo>img{
    max-width: 80%;
}
a{
    tap-highlight-color: rgba(0,0,0,0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
.Inp{
    width: 90%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
}
.Inp>a>input{
    width:70%;
    height: 50px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    outline:none;
    border-radius: 3px;
    color: #9b9b9b;
}
.search-div{
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    border-left:1px solid #e4e4e4 ;
    text-align: center;
    line-height: 50px;
    float: right;
}
.search-content{
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 999;
    clear: both;
    width:100%;
    background-color: rgba(255,255,255,0.92);
    border:1px solid #eaeaea ;
    font-size: 15px;
    color: #333333;
    margin-left: -1px;
}
.search-Pro{

}
.proClass-search{
    position: absolute;
    top: 40px;
}
.Inp>div>i{
    font-size: 25px;
    font-weight: bold;
    color: #cccccc;
}
.search-content>ul{
    padding-bottom: 5px;
}
.search-content>ul>li:not(.pad-t-15){
    list-style: none;
    padding: 5px 10px 5px 10px;
}
.LIone{
    padding:0 10px 5px 10px ;
}
.t-r{
    text-align: right;
}

.allIcon-one{
    width: 94%;
    display:box;
    display:-webkit-box;
    display:-moz-box;
    margin: 0 auto;
    margin-top: 1.6em
}
.allIcon-one a{
    padding:10px 0 10px 0;
}
.allIcon-one div{
    box-flex:1;
    -moz-box-flex:1;
    -webkit-box-flex:1;
    text-align: center;
}

.allIcon-one div span{border-radius:50%; display:inline-block; width:60px; height:60px;}
.allIcon-one div span font{
    font-size:36px;
	color:#fff;
	line-height:60px;
}
.allIcon-one div p{
    font-size: 12px;
    padding-top: 5px;
    color: #666666;
}
.inpInf{
    height: 30px;
    padding-left:3% ;
    width: 97%;
}
.color-blue{
    background-color: #00a3e4;
}
.color-bluelow{
    background-color: #3bb3c3;
}
.color-orange{
     background-color: #ee7d00;
 }

.color-yellow{
    background-color: #f1c40f;
}
.color-yellowdeep{
    background-color: #ff5500;
}
.color-yellowlow{
    background-color: #faaf00;
}

.color-pink{
    background-color: #eb325f;
}
.color-purple{
    background-color: #601391;
}

.color-green{
    background-color: #7ec319;
}


.marg-t-title{
    margin-top: 0px;
}
.Product-Title{
    background-color: #f6f6f6;
    border-top:1px solid #e9e9e9 ;
    border-bottom:1px solid #e9e9e9 ;
    padding: 15px 0 15px 20px;
 }
.Product-Title{
    font-size: 16px;
    color: #333333;
}
.Product-powerBack div>ul{
    list-style: none;
    padding-top: 15px;
}
.Product-powerBack{
    width: 50%;
	overflow:hidden;
}
.pad-b-40{
    padding-bottom: 40px;
}
.pad-t-15{
    padding-top: 15px;
}
.pad-b-15{
    padding-bottom: 15px;
}
.pad-t-20{
    padding-top: 20px;
}
.pad-t-10{
    padding-top: 10px;
}
.pad-b-20{
    padding-bottom: 20px;
}
.border-r{
    border-right: 1px solid #eaeaea;
}
.border-l{
    border-left: 1px solid #eaeaea;
}
.Product-powerBack div>ul>li{
    padding-left: 20px;
    padding-right: 10px;
}
.Product-powerBack div>ul>li:nth-child(1){
     color: #838383;
     font-size: 12px;
 }
.Product-powerBack div>ul>li:nth-child(2)>span:nth-child(1){
    font-size: 12px;
    color: #333333;
}
.Product-powerBack div>ul>li:nth-child(2)>span:nth-child(2){
    font-size: 12px;
    color: #333333;
}
.pro-one{
    width: 100%;
}
.pro-one-tie{
    width: 100%;
}
.t-c{
    text-align: center;
}
.ProdMarg{
    margin-top: 40px;
}
.folat-left{
 float: left;
}
.ProTwo{
    width: 50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pro-two{
    width: 70%;
}
.pro-three{
    width: 60%;
}

.displayBox{
    display:box;
    display:-webkit-box;
    display:-moz-box;
}
.flex-1{
    box-flex:1;
    -moz-box-flex:1;
    -webkit-box-flex:1;
}
.pad-l-r {
    padding: 0 10px 0 10px!important;
}
.headset{
    clear: both;
}
.headset>div ul>li{
    padding-left: 20px;
    padding-right: 10px;
    text-align: right;
}
.headset>div ul>li:nth-child(1){
    color: #838383;
    font-size: 12px;
}
.headset>div ul>li:nth-child(2)>span:nth-child(1){
    font-size: 12px;
    color: #333333;
}
.headset>div ul>li:nth-child(2)>span:nth-child(2){
    font-size: 12px;
    color: #333333;
}
.headsetRight{
    width: 49%;
}
.headsetLeft{
    width: 50%;
}
.WidthBox{
    width: 50%;
}
.proINf>ul>li{
     list-style: none;
 }
.proINf>li:nth-child(1){
    list-style: none;
    color: #838383;
    font-size: 12px;
}
.proINf>li:nth-child(2)>span:nth-child(1){
    font-size: 12px;
    color: #333333;
}
.proINf>li:nth-child(2)>span:nth-child(2){
    font-size: 12px;
    color: #333333;
}
.ProULb>div ul>li:last-child{
    padding-bottom: 15px;
}
.bottmMenu{
    background-color: #f6f6f6;
}
.bottmMenu>ul{
    width: 90%;
    margin: 0 auto;
}
.Float-r{
    float: right;
}
.bottmMenu>ul>li{
    margin-top: 10px;
    list-style: none;
    padding: 10px 0 10px 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: 47%;
}
.bottmMenu>ul>li div>span:nth-child(1){
    font-size: 30px;
    color: #666666;
}
.bottmMenu>ul>li div>span:nth-child(2){
    color: #666666;
    font-size: 14px;
}
.bottmMenu>ul>li div{
    width: 100px;
    margin: 0 auto;
}
.bottmMenu>ul>li div span.iconfont_img{}
.bottmMenu>ul>li div span.iconfont_img img{ width:30px; vertical-align:middle;}
.All-classify{
    border-top: 1px solid #eaeaea;
    border-bottom:1px solid #eaeaea ;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    background-color: #fff;
    margin-top: 10px;
}

.All-classify span:nth-child(2){
    float: right;
    line-height: 20px;
    margin-right: 10px;
    color: #999999;
}
.footer-content{
     padding-top: 10px;
}
.footer-content>li{
    list-style: none;
    display: inline-block;
    color: #333333;
}
.arrows-up{
    width: 20px;
    height: 20px;
    background-color: #b5b5b5;
    border-radius: 20px;
    float: left;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
.footer-content>li:nth-child(3)>*{
    display: inline-block;
    vertical-align: middle;
}
.footer-content>li:nth-child(1){
    margin-left: 20px;
    font-size: 16px;
}
.footer-content>li:nth-child(2){
    margin-left: 5px;
}
.footer-content>li:nth-child(3){
        float: right;
       padding-right: 15px;
}
.footer-content>li:nth-child(3)>a{
    color: #333;
}
.Arrow{
    color: #ffffff;
}

.edition{
    list-style: none;
    margin: 0 auto;
    width: 170px;
    color: #333333;
    padding: 10px 0 15px 0;
}
.BotTextMid{
    padding: 0 5px 0 5px;
}
.edition li{
    display: inline-block;
}
.edition>li>a{
    color: #333333;
}
.color-bottom{
    color: #f9c41e!important;
}


/*newAddress.css*/
.Pay>ul{
    width: 90%;
    margin: 0 auto;
}

.Pay>ul>li>div>.Inps{
    padding: 15px 0 15px 0;
    width: 90%;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
}
.Pay>ul>li{
    padding-top: 15px;
}
.payaddr{

}
.payaddr >div{
padding: 0;
height: 40px;
}
.payaddr > div > div{
height: 40px;
line-height: 40px;
}


.Pay>ul>li:last-child>div>div{
    padding: 0;
    height: 40px;
}
.Pay>ul>li:last-child>div>div>div{
    height: 40px;
    line-height: 40px;
}
.Pay input[type=text]{
    background-color: rgba(0,0,0,0);
    border:none;
    padding-left: 10px;
    width: 90%;
}
.Pay .Slectprovince{
    /*margin-right: 10px;*/
}
.Pay textarea{
    width: 93%;
    height: 100px;
    outline: none;
    padding:10px;
    border: none;
    background-color: rgba(0,0,0,0);
}
input[type=submit]{
    /*width: 100%;*/
    display: block;
    margin: 0 auto;
    height: 44px;
    border-radius: 6px;
    background-color: #6802b1;
    border: none;
    -webkit-appearance:none;
    appearance:none;
}
.Pay>ul>li>div>.Select>div>div{
    height: 45px;
    line-height: 45px;
}
.SlectInf{
    width: 100%;
    position: absolute;
    left: 0;
    height: 45px;
    opacity: 0;
}

/*Payment.css*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.PaymentSuccess{
    padding: 15px 0 15px 0;
}
.PaymentSuccess>.color-acacac{
    padding-top: 3px;
}
.PaymentInf{
    padding: 10px 0 14px 0;
}
.PaymentInf>div{
        width: 90%;
    margin: 0 auto;
}
.PaymentInf>div>p{
    padding-top:4px;
    line-height: 25px;
}
.PayMethod{
    padding: 5px 0 5px 0;
}
.PayMethod>div{
    width: 90%;
    margin:  0 auto;
}
.PayMethod>div>div{
    padding: 12px 0 12px 0;
}
.PayMethod>div>*{
    margin-top: 10px;
}
.PayPrice{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
.PayPrice>p{
    margin: 10px 0 10px 5%;
}
input[type=submit]{
    /*width: 90%;*/
    display: block;
    margin: 0 auto;
    height: 44px;
    border-radius: 6px;
    border: none;
    -webkit-appearance:none;
    appearance:none;
}


/*personlCenter.css*/

.PersonTop{

}
.height-170px{
    height: 170px!important;
}
.PersonTop>img{
    /*-webkit-filter: brightness(40%);*/
    /*-moz-filter: brightness(40%);*/
    /*filter: brightness(40%);*/
}
.PersonTop>ul{
  background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.PersonTop>ul>li{
    padding: 6px 0 6px 0;
    width: 33.33%;
}
.border-r-l{
    border-right: 1px solid rgba(245,245,245,0.16);
    border-left: 1px solid rgba(245,245,245,0.16);
}
.headIcondiv{
    position: absolute;
}
.HeadIcon{
    width: 70px;
    height: 70px;
    border-radius: 80px;
    margin: 0 auto;
    overflow: hidden;
}
.Lilist{
    width: 90%;
    margin:  0 auto;
}
.Lilist li{
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background-color: #ffffff;
    position: relative;
}
.pad-l-15{
    padding-left:15px ;
}
.bord-radius{
    border-radius: 6px;
}
.bord-radius-t{
    border-radius: 6px 6px 0 0 ;
}
.bord-radius-b{
      border-radius: 0 0 6px 6px ;
  }
.mar-t-15{
    margin-top: 15px!important;
}
.backgroundColor-tra{
    background-color: transparent;!important;
}
.mar-t-25{
    margin-top: 25px!important;
}
.Pos-fixed{
    position: fixed;
}
.Bottom{
    bottom: 0;
}

/*ProClassify.css*/

.ProClassify{
    padding: 15px 0 15px 0;
    background-color: #f6f6f6;
}
.Searchone{
    width: 100%;
    margin: 0 auto;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background-color: #fff;
}
.Searchone .inpSearch{
    width: 96%;
    border-radius: 6px;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 6px;
font-size: 14px;
    color: #838383;
}
.Searchone .divIcon{
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #eaeaea;
}
.ClassifyIcon>ul{
    list-style: none;
    width: 90%;
    margin: 0 auto;
}
.ClassifyIcon>ul>li{
    width: 25%;
    float: left;
    padding-top: 25px;
}
.ClassifyIcon>ul>li span{
    font-size: 40px;
    color: #999999;
}
.ClassifyIcon>ul>li p{
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
}
.pad-t-b-15{
    padding: 15px 0 15px 0;
}

/*����ҳ��*/

.ClassifyContent>ul{
    list-style: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}
.ClassifyContent>ul>li{
    width: 50%;
    float: left;
    padding-top: 18px;
}
.ClassifyContent>ul>li span{
    font-size: 16px;
    color: #999999;
    padding-left: 16%;
}


/*ProductInf.css*/
a{
    text-decoration: none;
}

.proAllInf{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    padding-bottom: 15px;
}
.Price{
    padding: 10px 0 10px 0;
    font-size: 20px;
}
.newPrice{
    padding-left: 20px;
    font-size: 15px;
}
.oldPrice{
    padding-left: 10px;
    font-size: 17px;
    text-decoration: line-through;
}
.INfUL>li:nth-child(1){
    padding-left: 20px;
    font-size: 17px;
    padding-right: 10px;
    line-height: 20px;
    border-right: 1px solid #e3e3e3;
}
.INfUL>li:nth-child(2){
        padding-left: 10px;
    padding-right: 10px;
}
.INfUL>li:nth-child(3){
   padding-right: 10px;
}
.INfUL>li>.iconfont{
     font-size: 26px;
    color: #b2b2b2;
 }
.INfUL>li>p{
    font-size: 12px;
    color: #b2b2b2;
}

.salesINf{
    background-color: #fff;
    margin-top: 10px;
    padding: 15px 0 15px 0;
}
.salesINf>li:nth-child(2){
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.salesINf span{
    font-size: 14px;
    color: #9f9f9f;
}
.salesINf p{
    font-size: 18px;
    color: #333333;
}

.Activity{
    background-color: #fff;
    font-size: 16px;
    padding-left: 20px;
 }
.Activity>span:last-child{
    padding-right: 10px;
}
.userBack{
    background-color: #fff;
    padding: 15px 0 15px 0;
    font-size: 17px;
    color: #333333;
}
.userBack>li>span{
    padding-bottom: 15px;
}
.Inf-border-b{
    border-bottom: 2px solid #f34f2f;
}
.userbank-pic{
    background-color: #f6f6f6;
    padding: 20px 0 0 0;
}
.userbank-pic>ul{
    padding: 0 0 20px 0;
}
.BigNum{
    font-size: 70px;
}
.bignumText{
    font-size: 14px;
}
.Star{
    line-height: 15px;
    padding-top: 10px;
}
.Star>li>span:not(.People){
   font-size: 16px;
}
.Star>li>span:last-child{
    font-size: 10px;
    padding-left: 3px;
}
.Evaluate{
    width: 100%;
    padding: 15px 0 0 0;
    background-color: #fff;
}
.Evaluate>ul{
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px;
}
.Evaluate>ul>li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
}
.Evaluate>ul>li:first-child{
    border-right: 2px solid #e5e5e5;
    padding-right: 8px;
}
.Evaluate>ul>li:nth-child(2){
    padding-left: 4px;
}
.Evaluate>ul>li:last-child{
    line-height: 22px;
}
.userEvaluate{
    width: 100%;
    background-color: #fff;
}
.userEvaluate>ul{
    width: 90%;
    margin: 0 auto;
}
.userEvaluate>ul>li{
    padding: 15px 0 15px 0;
    border-bottom:1px solid #cccccc;
}
.userEvaluate>ul>li:last-child{
    border: none;
}
.userEvaluate .headPic{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.userInfNum>li:nth-child(2){
    padding-top: 10px;
}
.userInfNum>li:nth-child(3){
    padding-top: 10px;
}
.userInfNum>li:nth-child(2)>p{
    font-size: 10px;
}
.userInfNum>li:nth-child(3)>span{
    font-size: 12px;
}
.leaveWords{
    padding-top: 10px;
    font-size: 14px;
    color: #696969;
}
.pad-0{
     padding: 0!important;
}
.zanInf{
    padding-top: 4px;
}
.zanInf>span{
    padding:0 3px 0 3px;
    color: #a5a5a5;
}
.zanInf>.iconfont{
    font-size: 20px;
}
.zanNum{
    margin-right: 10px;
}
.publishImgdiv{
    padding-top: 5px;
}
.publishImgdiv img{
    border: 1px solid #e5e5e5;
    width: 20%;
}
.pageFault{
    border-top: 1px solid #dddddd;
    padding: 20px 0 20px 0;
    background-color: #fff;
    color: #696969;
}
.pageFault>span:first-child{
    padding-left: 15px;
}
.pageFault>.nextPage{
    padding-right: 15px;
}
.pageFault .icon-jiantou1{
    font-size: 10px;
}
.Details{
    background-color: #ffffff;
    /*margin-top: 10px;*/
    padding: 15px 0 15px 0;
}
.Details>li{
    padding-left: 20px;
    padding-top: 8px;
}
.Details>li>p{
    display: inline-block;
}
.Details>li>p:nth-child(1){
    display: inline-block;
    width: 40%;
    color: #333333;
}
.Details>li>p:nth-child(2){
    color: #9f9f9f;
    vertical-align: middle;
    word-wrap: break-word;
    width: 55%;
}
.ProConsulting{
    background-color: #ffffff;
}
.ProConsulting>ul{
    width: 90%;
    margin: 0 auto;
}
.ProConsulting>ul>li{
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ProConsulting>ul>li:nth-child(1){
    border-bottom: 2px solid #e5e5e5;
}
.ProConsulting>ul>li>p>span:nth-child(2){
  padding-left: 10px;
}
.ProConsulting>ul>li:last-child{
    border-bottom: none;
}
.ProConsulting .question{
    font-size: 14px;
}
.ProConsulting .answer{
    font-size: 14px;
    padding-top: 6px;
}
.ProConsulting .Title{
    font-size: 20px;
}
.ProConsulting .PhoneAndTime{
    font-size: 12px;
    padding-top: 5px;
}
.ProConsulting .icon-weibiaoti1{
    color: #9c9c9c;
}
.ProConsulting .icon-weibiaoti2{
    color: #fabe00;
}
.pageFaultTwo{
    border-top: none!important;
}
.submitQues{
    background-color: #ffffff;
    margin-top: 10px;
    text-align: center;
}
.submitQues>div{
    width: 90%;
    margin: 0 auto;
}
.submitQues textarea{
    font-size: 14px;
    border: 1px  solid #e0e0e0;
    -webkit-appearance: none;
    border-radius:0 ;
    outline: none;
    resize:none;
    padding: 5px 8px 0 5px;
}

.submitBtn{
    width:100%;
    padding: 15px 0 15px 0;
    background-color: #6802b1;
    margin: 0 auto;
    border: 1px solid #6802b1;
    border-radius: 6px;
    margin-top: 15px;
}
    .submitBtn span{
    font-size:18px;
     color: #ffffff;
    }
.questionSubmit{
    background-color: #ffffff;
    border: 1px solid #ccc;
}
    .UserLike{
        background-color: #fff;
        padding: 10px 0 10px 0;
        margin-top: 10px;
    }
    .UserLike>ul{
        width: 90%;
        margin: 0 auto;
    }
    .UserLike>ul>li{
     padding: 5px 0 5px 0;
    }
    .huadongshangp>div{
        width: 100%;
        border: 1px solid #f2f2f2;
        padding-bottom: 5px;
    }
    .huadongshangp>div:nth-child(2){
        margin: 0 10px 0 10px;
        display: block;
    }
    .huadongshangp>div>img{
        width: 87px!important;
    }
    .huadongshangp .likeName{
        padding: 0 6px 0 6px;
        font-size: 12px;
        color: #666;
        line-height: 15px;
        word-break:break-all;
    }
    .huadongshangp .likePrice{
        font-size: 12px;
        padding: 8px 0 8px 0;
    }

footer{
    background-color: #f0f0f0;
    border-top:1px solid #eaeaea ;
}

.ProductPics img{
    width: 250px!important;
}

/*������*/
.input-select{
    opacity: 0;
    width: 80px;
    position: absolute;
    left: 0;
}


/*Prolist.css*/



.Menu{
    height: 40px;
    background-color: #f6f6f6;
    line-height: 40px;
}
.Menu>ul{
    width: 95%;
    margin: 0 auto;
    list-style: none;
}
.Menu .Pro_catalog .iconfont{
    font-size: 10px;
    padding-left: 3px;
}
.morePro{
    padding: 15px 0 15px 0;
    background-color: #f6f6f6;
    border-top: 1px solid #eaeaea;
}
.morePro>div{
    padding: 10px 0 10px 0;
    background-color: #ffffff;
    font-size: 18px;
}
.mar-b{
    margin-bottom:10px ;
}
/*ģ̬��*/
.Modal-catalog{
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1);
}
.Modal-catalog>ul{
    width: 90%;
    margin: 0 auto;
}
.Modal-catalog>ul li{
    color: #666;
   padding: 15px 0 15px 0;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
}
.Modal-catalog a{
    color: #666;
}
.Modal-catalog .iconfont{
    position: absolute;
    right: 0;
}


/*selectAddress.css*/



.Address{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
	position:relative;
}
.Address .def{ display:block; position:absolute; bottom:-1px; right:-1px; background-color:#f34f2f; padding:2px 5px; font-size:12px; color:#fff;}
.Address>li{
    width: 90%;
    margin:  0 auto;
    padding: 10px 0 10px 0;
}
.addAddress{
    width: 90%;
    margin:  0 auto;
    padding: 15px 0 15px 0;
    margin-top: 10px;
}
.addAddress>div{
    width: 90%;
    margin:  0 auto;
}
input[type=submit]{
    /*width: 90%;*/
    display: block;
    margin: 0 auto;
    height: 44px;
    border-radius: 6px;
    margin-top: 10px;
    background-color: #6802b1;
    border: none;
    -webkit-appearance:none;
    appearance:none;
}

/*settleAccounts.css*/

.UserInf{
    padding: 10px 0 10px 0;
    -webkit-border-image:url('../images/border.jpg') 4 4 stretch;
    background-color: #ffffff!important;
    position: relative;
}
.UserInf ul{
    padding: 0 40px 0 15px;
}
.UserInf>a>span{
    position: absolute;
    right: 10px;
    /*top: 40%;*/
}
.UserInf ul li{
    padding: 10px 0 10px 0;
}


.Pay{
      padding: 0 0 10px 0;
}
.Pay .defaultAddress{
    display: block;
    margin: 0 auto;
    height: 44px;
    border-radius: 6px;
    margin-top: 10px;
    border: none;
    -webkit-appearance:none;
    appearance:none;
}
.mar-right{
    margin-right: 10px!important;
}
.Pay>ul>li>div>div{
    margin-top: 10px;
}
.Pay>ul>li>div>.Pays{
    padding: 10px 0 10px 0;
}
.overPoint{
    /*display:block;*//*内联对象需加*/
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.Pay>ul>li>div>div:nth-child(1){
    /*margin-right: 10px;*/
}
.Pay>ul>li{
    padding-top: 15px;
}
.Pay>ul>li:last-child>div>div{
    padding: 0;
    height: 40px;
}
.Pay>ul>li:last-child>div>div>div{
    height: 40px;
    line-height: 40px;
}
.Pay>ul>li>span:nth-child(2){
    margin-right: 20px;
}
.Pay>ul{
    width: 90%;
    margin: 0 auto;
}
.Numdiv{
    text-align: center;
    margin-left: 20px;
    min-width: 14px;
	padding:0 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background-color: #f34f2f;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: 13px;
    right: 30px;
}
.Lilist li .iconfont{ margin-top:2px;}
.Store{
    width: 90%;
    margin-left:auto;
	margin-right:auto;
}
.Store>li{
    padding:10px;
	position:relative;
}
.Store>li.border-color-f34f2f .def{ display:block; position:absolute; bottom:-2px; right:-2px; background-color:#f34f2f; padding:2px 5px; font-size:12px; color:#fff;}
.border3{
    border: 1px solid #eaeaea;
    border-bottom:1px solid #ffffff;
}
.Store>li:last-child{
    border-bottom:  1px solid #eaeaea;
}
.Store>li>p:first-child{
    margin-bottom: 5px;
}

/*��Ʒ�б�*/
.ProList > div:first-child > div{
    margin: 0 auto;
    padding: 15px 0 15px 0;
	width:90%;
}
.ProList > div.ProPertys > div{
    margin: 0 auto;
}
.ProList > ul > li{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}
.ProList>ul>li:last-child{
    border-bottom: none;
}
.ProListUL>li>*{
     display: inline-block;
     vertical-align: middle;
 }
.ProListUL>li>div>p:last-child{
    padding-top: 5px;
}
/*�Żݾ��*/
.Favorable>li{
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.Favorable>li>div{
    width: 90%;
    margin: 0 auto;
}
.Favorable .SlelestSales{
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.Favorable .SlelestSales input{
    border: none;
    height: 50px;
    width: 100%;
    background:rgba(0,0,0,0)
}
.SlelestSales .SelectDown{
    width: 120px;
}
.SlelestSales .ButSumbit{
    width: 200px;
}
.SlelestSales>div:nth-child(1){
    padding-left: 10px;
}
.ButSumbit>input{
    padding: 0 10px 0 10px!important;
    border:1.5px solid #ccc!important;
    border-radius:5px ;
    color: #666666;
    float: right;
    width: 80px!important;
}
/*�۸�ϼ�*/
.Allprice{
    background-color: #ffffff;
}
.Allprice>ul{
    padding-top: 8px;
}
.Allprice>ul>li{
    width: 90%;
    margin: 0 auto;
    padding: 8px 0 8px 0;
}
.Allprice .SumbitDINGdan{
    padding: 10px 0 10px 0;
    border-radius: 8px;
    border: none;
}
.SlectInf{
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
    opacity: .0;
}

/*
    �结算订单
*/
.BillingOrder{
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
.BillingOrder>li{
    padding: 5px 0 5px 0;
}
.BillingOrder>li:last-child{
    line-height: 22px;
 }
.inputSumbit{
    line-height: 40px;
    padding: 10px 0 10px 0;
}
.inputSumbit >div{
    width: 90%;
    margin: 0 auto;
}
.inputSumbit input{
   padding: 10px 0 10px 0;
    width: 100px;
    -webkit-appearance:none;
    appearance:none;
    border:none;
}

/*

    ���ж���
*/
.AllorderForm{
    padding: 10px 0 10px 0;
    background-color: #ffffff;
    font-size: 14px;
}
.AllorderForm>div{
    /*width: 33.3%;*/
}
.AllorderForm>div>span{
    padding-bottom: 10px;
}
.AllodFoInf{
    margin-top: 10px;
    background-color: #ffffff;
}
.AllodFoInf>ul>li>div{
    width: 93%;
    margin: 0 auto;
}
.AllodFoInf>ul>li{
  padding: 10px 0 10px 0;
}
.AllodFoInf>ul>li:last-child{
    padding: 18px 0 18px 0;
}
.AllodFoInf .disINline>*{
    display: inline-block;
    vertical-align: middle;
}
.AllodFoInf .disINline>.float-r{
    margin-top: 8px;
}
.AllodFoInf a img{
    width: 60px;
    border: 1px solid #eaeaea;
}
.AllodFoInf>ul>li:last-child a{
    padding: 8px 10px 8px 10px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 6px;
}
.AllodFoInf .icon-jiantou{
    position: absolute;
    right: 0;top: 20px;
}
.disINline .Active{
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}

/*shopingCarfirstpage.css*/


.ProNUm{
    height: 35px;
    line-height: 35px;
    width: 110px;
    margin-top: 10px;
}
.Delet{
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 25px;
    padding: 5px;
    background-color: #fff;
}

.ProUlLI>li{
    padding: 10px 0 10px 0;
    position: relative;
}
.ProUlLI img{
    width: 120px;
}

.ProTest .Title{
    font-size: 14px;
    font-weight: bold;
}
.ProTest .huodong{
    font-size: 10px;
    padding: 3px;
    border-radius: 3px;
}
/*.ProTest>p:nth-child(2){*/
    /*padding-top: 2px;*/
/*}*/
.proImg>img{
    width: 150px;
}
.ProTest{
    position: relative;
}
.ProUlLI{
    margin: 0;
}
.ProUlLI>li:last-child{
    border: none;
}
.Activity{
    margin-top: 10px;
}
.Activity>li{
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.Activity>li>.iconfont{
    padding: 12px;
    display: inline-block; /*修改*/
    vertical-align: middle; /*修改*/
}
/* 修改*/
.Activity>li>a>.iconfont{
     position: absolute;
     top: 38%;
     right: 10px;
 }
.Activity>li>a>.font-s-14{
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}
/*  */
.Account{
    padding: 20px 0 20px 15px;
    position: relative;
}
.Account .goAccount{
    padding: 10px 25px 10px 25px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 12px;
    margin-right: 15px;
    border-radius: 5px;
    /*-webkit-appearance:none;appearance:none;*/
}
.bottomDiv{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
}
.Nopro div{
    width: 160px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 10px 0 10px 0;
}

/*

    �����ʷ
*/
.History{
}
.HistoryDiv{
    padding: 10px 0 10px 0px;
    width: 90%;
    margin: 0 auto;
}
.HistoryDiv>input{
    height: 40px;
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
    border: none;
}
.shopCarIcon{
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
}

/*
    ����ɹ��
*/
.Grade{
 width: 90%;
    margin: 0 auto;
}
.Grade>li{
    padding: 10px 0 10px 0;
}
.Grade>li img{
    width: 25px;
    margin-right: 8px;
    background-color: #ffffff;
}
.Grade .linHeight{
    line-height: 26px;
}
.Grade textarea{
    height: 80px;
    padding: 10px 3% 10px 3% ;
    width: 94%;
    font-size: 14px;
    color: #333;
}
.Grade .AaddIcon>div{
    float: left;
    border: 1px dashed #eaeaea;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: 5px;
}
.Grade>li:last-child{
    padding: 0;
}
/*
    �ҵ��ղ�
*/
.collectDel{
    position: absolute;
    bottom: 15px;
    right: 50px;
    font-size: 25px;
    padding: 5px;
    background-color: #fff;
 }
.GoshopCar{
    padding: 10px 0 20px 0;
}
.GoshopCar>div{
    padding: 10px 0 0px 0;
    width: 90%;
    margin: 0 auto;
}
.GoshopCar button{
    position: absolute;
    right: 0;
    top: 5px;
    padding: 8px;
    border: none;
}

/*WaitEvaluation.css*/

.ProNUm{
    height: 35px;
    line-height: 35px;
    width: 110px;
    margin-top: 10px;
}
.Delet{
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 25px;
    padding: 5px;
    background-color: #fff;
}

.ProUlLI>li{
    padding: 10px 0 10px 0;
    position: relative;
}
.ProUlLI input{
    padding: 8px 0 8px 0;
    width: 100px;
    margin-top: 10px;
    border: none;
}
.ProUlLI img{
    width: 120px;
}

.ProTest .Title{
    font-size: 14px;
    font-weight: bold;
}
.ProTest .huodong{
    font-size: 10px;
    padding: 3px;
    border-radius: 3px;
}
/*mainstyle.css*/
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
.displayBox{
    display:box;
    display:-webkit-box;
    display:-moz-box;
}
.font-s-12{
    font-size: 12px;
}
.font-s-13{
    font-size: 13px;
}
.font-s-14{
    font-size: 14px;
}
.font-s-15{
    font-size: 15px;
}
.font-s-16{
    font-size: 16px;
}
.font-s-17{
    font-size: 17px;
}
.font-s-18{
    font-size: 18px;
}
.font-s-20{
    font-size: 20px;
}
.font-s-25{
    font-size: 25px;
}
.font-s-30{
     font-size: 30px;
 }
.font-s-40{
    font-size: 40px;
}
.font-s-10{
    font-size: 10px;
}
.flex-1{
    box-flex:1;
    -moz-box-flex:1;
    -webkit-box-flex:1;
}
.flex-2{
    box-flex:2;
    -moz-box-flex:2;
    -webkit-box-flex:2;
}
.flex-3{
    box-flex:3;
    -moz-box-flex:3;
    -webkit-box-flex:3;
}
.flex-4{
    box-flex:4;
    -moz-box-flex:4;
    -webkit-box-flex:4;
}
.clearfloat{zoom:1}
.clearfloat:after{
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    height:0
}
.t-c{
    text-align: center;
}
.t-r{
    text-align: right;
}
.t-l{
    text-align: left;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.color-999{
    color: #999;
}
.color-f34f2f{
    color: #f34f2f!important;
}
.color-333{
    color: #333333;
}
.border-999{
    border: 1px solid #999;
}
.color-acacac{
    color: #acacac;
}
.color-79d31a{
    color: #79d31a;
}
.color-cdcdcd{
    color: #cdcdcd;
}
.color-fabf05{
    color: #fabf05;
}
.color-fff{
    color: #fff;
}
.color-modal-1{
    background-color: #ff4c4c;
}
.color-modal-2{
    background-color: #f39c11;
}
.color-modal-3{
    background-color: #34c9b2;
}
.color-modal-4{
    background-color: #6e28d1;
}
.color-modal-5{
    background-color: #3598db;
}
.color-modal-6{
    background-color: #e55b00;
}
.backgroundColor-f34f2f{
    background-color: #f34f2f !important;
}
.color-bdbdbd{
    color: #bdbdbd !important;
}
.backgroundColor-ddd{
    background-color: #ddd !important;
}
.backgroundColor-fabf05{
    background-color: #fabf05;
}
.backgroundColor-f6f6f6{
    background-color: #f6f6f6;
}
.backgroundColor-ccc{
    background-color: #ccc!important;
}
.backgroundColor-fff{
    background-color: #fff;
}
.backgroundColor-6802b1{
    background-color: #6802b1!important;
}
.backgroundColor-a266df{
    background-color: #a266df;
}
.backgroundColor-65b9fa{
    background-color: #65b9fa;
}
.backgroundColor-fd9256{
    background-color: #fd9256;
}
.backgroundColor-fc6161{
    background-color: #fc6161;
}
.backgroundColor-f0f0f0{
    background-color: #f0f0f0;
}
.backgroundColor-3b6ff4{
    background-color: #3b6ff4;
}
.border-color-f34f2f{
    border:1px solid #f34f2f!important;
}
.border-color-eaeaea{
    border:1px solid #eaeaea;
}
.border-color-dedede{
    border:1px solid #dedede;
}
.vertical-align-t{
    vertical-align: top;
}
.color-666{
    color: #666;
}
.color-dcdcdc{
    color: #dcdcdc;
}
.color-6f6f6f{
    color: #6f6f6f!important;
}
.color-ccc{
    color: #cccccc !important;
}
.mg-t-10{
    margin-top: 10px;
}
.mg-t-15{
    margin-top: 15px;
}
.font-w{
    font-weight: bold;
}
.border-t-none{
    border-top:none!important; ;
}
.border-b-none{
    border-bottom:none!important; ;
}
.border-r-none{
    border-right:none!important; ;
}
.border-l-none{
    border-left:none!important; ;
}
.border-t-b {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.border-b {
    border-bottom: 1px solid #eaeaea !important;
}
.pad-r-15{
    padding-right:15px;
}
.pd-l-10{
    padding-left: 10px;
}
.border-eaeaea{
    border: 1px solid #eaeaea;
}
.pad-b-40{
    padding-bottom: 40px;
}
.mar-b-65{
    margin-bottom: 65px;
}
.pad-l-r {
    padding: 0 10px 0 10px;
}
.mar-none{
    margin: 0!important;
}
.border-r{
    border-right: 1px solid #eaeaea;
}
.border-t{
    border-top: 1px solid #eaeaea;
}
.border-l{
    border-left: 1px solid #eaeaea;
}
.border-b-dash{
    border-bottom: 1px dashed #eaeaea ;
}

/*.pro-two{*/
    /*width: 30%;*/
/*}*/
.mar-auto{
    margin: 0 auto !important;
}
.pro-three{
    width: 75%;
}
.width-100px{
    width: 100px!important;
}
.width-100{
    width: 100%!important;
}
.width-90{
    width: 90%!important;
}
.width-50{
    width: 50%!important;
}
.width-60{
    width: 60%!important;
}
.width-40{
    width: 40%;
}
.width-70{
    width: 70%!important;
}
.width-30{
    width: 30%!important;
}
.width-20{
    width: 20%!important;
}
.width-10{
    width: 10%!important;
}
.pad-b-10{
    padding-bottom: 10px;
}
.mar-10{
    margin-top: 10px!important;
}
.mar-15{
    margin-top: 15px!important;
}
.ProdMar-20{
    margin-top: 20px;
}
.ProdMar-40{
    margin-top: 30px;
}
.Border-radius{
    border-radius: 6px!important;
}
.Pos-relative{
    position: relative;
}






/*�б�*/
.proINf>li:nth-child(1){
    list-style: none;
    color: #838383;
    font-size: 12px;
}
.proINf>li:nth-child(2)>span:nth-child(1){
    font-size: 10px;
    color: #333333;
}
.proINf>li:nth-child(2)>span:nth-child(2){
    font-size: 13px;
    color: #333333;
}

.ProULb>div ul>li:last-child{
    padding-bottom: 15px;
}
.ProULb>div{
    position: relative;
}
.ProULb .activityIcon{
    padding: 3px 6px 3px 6px;
    /*width: 50px;*/
    border-radius: 3px;
    position: absolute;
    font-size: 8px;
    left: 5px;
    top: 8px;
}



/*header*/
a{
    text-decoration: none;
}
.Header{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    background-color: #fff;
    position: relative;
}

.Header>a{
    position: absolute;
    left: 15px;
    font-size: 23px;
}
.Header>.LastIcon{
    position: absolute;
    right:0;
}
.Header>.LastIcon>span{
    font-size: 23px;
    padding: 16px 16px 16px 16px;
    /*background-color: #fff;*/
}

.Header>.LastIcon a>span{
    font-size: 23px;
    padding-left: 20px;
}

/*�����Ĺ���*/
.ShoppingCart>div{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 10px 0 ;
}
.ShoppingCart .buyBtn{
    color: #fff;
    border-radius:10px ;
    padding: 12px 0 12px 0;
    text-align: center;
    background-color: #6802b1;
    width: 100px;
    font-size: 16px;
}
.ShoppingCart .shopCar{
    color: #fff;
    border-radius:10px ;
    padding: 12px 0 12px 0;
    margin-left: 10px;
    text-align: center;
    background-color: #f34f2f;
    width: 130px;
    font-size: 16px;
}
.ShoppingCart .shopIcon{
    position: relative;
    padding-top: 2px;
}
.ShoppingCart .shopIcon>span:nth-child(1){
    font-size:40px;
    background-color: #3598db;
    color: #6802b1;
}
.ShoppingCart .shopIcon>img{
    width: 40px;
}
.ShoppingCart .shopIcon>div{
    position: absolute;
    font-size: 12px;
    top: 0;
    right: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background-color: #fabe00;
    border-radius: 20px;
}

/*ģ̬��*/
.ModalWindows{
    position: absolute;
    left: 0;top: 0;
    z-index: 100001;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}
.ModalWindows>ul{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.ModalWindows>ul>li{
    width: 33.33%;
    float: left;
    padding-top: 25px;
    list-style: none;
}
.ModalWindows div{
    margin: 0 auto;
    width: 60px;
    height: 60px;
	line-height:60px;
    border-radius: 60px;
}
.ModalWindows div>span{
   font-size: 35px;
    color: rgba(255,255,255,0.9);
}
.ModalWindows p{
    padding-top: 8px;
    font-size: 13px;
}
.returnIconbox{
	display:block;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.returnIconbox .LastIcon{
	position:absolute;
	right:0;
}

.returnIcon{
    color: #481c87;
    font-size: 23px;
    padding:16px;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
.ModalWindows a{
    color: #666666;
}

input, textarea, keygen, select, button {
    margin: 0em;
    font: -webkit-small-control;
    /*color: initial;*/
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

/*
我的优惠劵
*/
.usableFavorable{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.usableFavorable li{
    margin-top: 10px;
    /*padding: 10px;*/
}
.usableFavorable li>div:first-child{
    padding: 10px;
    background-image: url('../images/circleBorder.png');
    background-position: right;
    background-repeat: repeat-y;
}
.usableFavorable li>div:last-child{
    width: 120px;
}
.usableFavorable li>div:last-child .Text{
    padding-top:20px;
}
.usableFavorable li .staleDated{
   line-height: 90px;
}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.trackParcel>div{
    width: 90%;
    margin:  0 auto;
    padding: 10px 0 10px 0;
}
.trackParcel>div>p{
    margin-top: 5px;
}

/*
    物流跟踪
*/
.logisticsLine{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url("../images/Line.jpg");
    background-position: 12px ;
    background-repeat: repeat-y;
}
.logisticsLine>div{
    padding: 15px 0 15px 0;
}
.timeDay .pointDiv>div{
    width: 10px;
    height: 10px;
    background-color: #eeeeee;
    border-radius:10px ;
    display: inline-block;
    margin-left: 3px;
    margin-top: 6px;
    border: 5px solid #fff;
}
.timeDay .pointDiv{
    width: 80px;
}
.timeDay .textDiv{
    width: 100%;
}
.triangle{
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent; /* 下边框的高 */
    border-top: 6px solid transparent; /* 上方边框的高 */
    border-right: 6px solid #eee; /* 右边框的长度|宽度，以及背景色 */
    font-size: 0;
    line-height: 0;
    margin-top: 10px;
}
.triangle{
    position: absolute;
    top: 0;
    left: -5px;
}
.showWay{
    background-color: #eeeeee;
    padding:10px 2% 10px 10px;
    width: 96%;
    border-radius: 6px;
}
.timeDay>li{
    margin-top: 15px;
}
.now .showWay{
    background-color: #e15517;
    color: #ffffff;
}
.now  .triangle{
    border-right: 6px solid #e15517;
}
.now img{
    width: 30px;
    margin-left: -10px;
    margin-top: -8px;
}
.Date{
    position: absolute;
    left: -4px;
    top: 0;
    background-color: #ffffff;
}

/*购物车按钮*/
.shopCarModel{
    height: 66px;
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 1100;
}
.shopCarModelText{
    border:1px solid #e3e3e3;
    top:80px;
    z-index: 0;
    width: 92%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 30px 0 30px 0;
    box-shadow: 1px 0 6px #ddd;
}
.shopCarModelText>div{
    padding-top: 10px;
    position: relative;
}
.shopCarModelText>div>input:nth-child(1){
    border: 1px solid #999;
}
.shopCarModelText>div>input{
       padding: 8px 12px 8px 12px;
    border-radius: 4px;
    background-color: #ffffff;
}
.shopCarModelText>span{
   position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
/*赠品页面*/
.shopCarNum{
    background-color: #ffffff;
}
.shopCarNum>div{
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
}
.selectPro{
    position: absolute;
    right:10px;
    top: 36%;
    padding: 8px;
    /*background-color: #fff;*/
}

/*弹出错误提示框*/
.inpErrorPar{
    width: 100%;
    position: fixed;
    bottom: -60px;
    z-index: 1001;
}
.inpError{
    padding: 15px 0 15px 0;
    width: 60%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e5e5e5;
    color:#333 ;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
/*ajax弹出框*/
.AjaxModal{
    width: 100%;
    /*height: 100px;*/
    background-color: rgba(51,51,51,0.2);
    position: fixed;
    top: 0;
    z-index: 10002;
}
.loadGif{
    margin: 0 auto;
    height: 40px;
    width: 40px;
    background: url('../images/loading.gif') center no-repeat;
}

/*404页面*/
.errorPage{
    margin-top:40px;
    position: relative;
}
.errorPage>img{
    width: 300px;
}
.er_control{
 position: absolute;
    top: 220px;
}
.er_control>div{
    width: 160px;
    margin: 0 auto;
}
.er_control>div>a{
    padding: 13px 35px 13px 35px;
    border-radius: 6px;
}
.er_control>div>a:nth-child(2){
    margin-left: 10px;
}

/*
    错误弹出框
*/
.error-modal{
    background-color: rgba(255,255,255,0.9);
    height: 600px;
    position: fixed;
    width: 100%;
    z-index: 10002;
}
.errordiv-width{
    width: 300px;
    margin: 0 auto;
    margin-top: 60px;
}
.errorPage .error_inf{
    word-break: break-all;
    width: 150px;
    left: 45px;
    position: absolute;
    top:100px;
}
.errorPage .error_inf>span{
    line-height: 25px;
}
.paySuccessPar{
    margin-top: 40px;
}
.paySuccessDiv{
    margin-top: 50px;
}
.paySuccessSubm{
    padding: 12px 17px 12px 17px;
}

/*
分享*/

.shareParent{
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    z-index: 1000003;
    top: 0;
    left: 0;
}

.shareParent>div{
    margin: 0 auto;
    width: 260px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
}
.share{
    padding-bottom:20px ;
}
.share .iconfont{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #999;
    padding: 10px;
}
/*我的会员币*/
.mygold_h{ height:60px; padding:5px; background:#fff; border-bottom:#eaeaea solid 1px;}
.mygold_h .mygold{ font-size:18px; line-height:60px; padding-left:15px;}
.mygold_h .mygolduse{ border-left:#e3e3e3 solid 1px; padding:0 10px; color:#999999;}
.mygold_h .mygolduse > span{ display:inline-block; padding:4px 5px; text-align:center;}
.mygold_h .mygolduse > span .iconfont{ font-size:30px;}

.gowith_title{ border-bottom:#eaeaea solid 1px; height:52px; text-align:center; background-color:#fff;}
.gowith_title span{ height:51px; line-height:50px; font-size:16px; font-weight:bold; display:inline-block; margin:0 9%;}
.gowith_title span.active{border-bottom:#f34f2f solid 2px; color:#f34f2f;}

.mygold_detail{ padding:0 15px 15px 15px;}
.mygold_detail ul li{  line-height:30px; border-bottom:#eee solid 1px; position:relative; padding:10px 76px 10px 35px;}
.mygold_detail ul li .iconfont{ font-size:24px; position:absolute; left:0px; top:10px;}
.mygold_detail ul li .icon-goldadd{ color:#53d769;}
.mygold_detail ul li .icon-goldsub{ color:#999;}
.mygold_detail ul li .float-r{ color:#999; font-size:14px; position:absolute; right:0px; top:10px;}



@media (min-width: 768px){

.allIcon-one div span{width:80px; height:80px;}
.allIcon-one div span font{
    font-size: 45px;
	line-height:80px;
}

}
@media (max-width: 480px){
	.pro-one-tie{
		width: 100%;
	}
}

/* main_image */
.main_visual{height:auto;position:relative; display:block;}
.main_image {overflow: hidden; visibility: hidden; position: relative;  height:auto !important;}
.main_image li img{ width:100%; }
.main_image li a{display:inline-block; width:100%;}

.swipe-wrap {overflow: hidden;position: relative;}
.swipe-wrap > li {float:left;width:100%;position: relative; line-height:0px;}
div.flicking_con{position:absolute;bottom:3%;z-index:999;width:100%;height:16px; text-align:center; overflow:hidden;}
div.flicking_con em{width:20px;height:7px; margin:0 2px;display:inline-block;text-indent:-100000px;background-color: rgba(255,255,255,0.3);}
div.flicking_con em.on{background-color: rgba(255,255,255,1);}
div.ProductPics em{width:10px;height:10px;;border: 1px solid #ccc ;border-radius: 10px;margin:0 2px;display:inline-block;text-indent:-100000px;background-color: rgba(255,255,255,0.3);}
div.ProductPics em.on{background-color: rgba(204,204,204,1) !important;}
