#wrapper,.main                { overflow: hidden;}
.main                         { padding-bottom:30px; }
.picMarquee-top               {  width:260px; overflow:hidden; position:relative;  border:1px solid #eee;   }
.picMarquee-top .hd           { overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-top .hd i         {line-height: 30px;}
.picMarquee-top .hd .prev,
.picMarquee-top .hd .next     { display:block;float:right; margin-right:5px; line-height: 30px; font-size: 16px; cursor:pointer;}
.picMarquee-top .hd .next     { background-position:0 -140px;  }
.picMarquee-top .hd .prevStop { background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop { background-position:-60px -140px;  }
.picMarquee-top .bd           { padding:10px;   }
.picMarquee-top .bd ul        { overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li     { text-align:center; zoom:1; width: 240px; height: 280px; overflow: hidden;}
.picMarquee-top .bd ul li .pic{ text-align:center; width:238px; height: 240px; overflow: hidden; border:1px solid #eee;}
.picMarquee-top .bd ul li .pic img{ width:100%;}
.picMarquee-top .bd ul li .pic:hover{ border-color:#ccc;  }
.picMarquee-top .bd ul li .title{ line-height:28px; width: 232px; text-align: center; color: #555; }

.formTable input,.formTable label,.formTable select,.formTable img,.cartTable input,.cartTable img{
  display: inline-block !important;
  font-weight: normal !important;
}

.classify{
  float: left;
  width: 230px;
  background-color: #fff;
}
.classify ul{
  margin-top: 20px;
  padding-bottom: 3000px;
  margin-bottom: -3000px;
  list-style: none;
  background-color: #fff;
}
.classify ul li{
  position: relative;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.classify ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 15px;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
  color: #555; 
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.classify ul li.active{
  padding-left: 50px;
  color: #fff;
  background-color: #3acf87; 
}
.classify ul li.active a{
  color: #fff;
}

.classify ul li a:hover{
  padding-left: 25px;
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.classify ul li:hover{
  color: #fff;
  background-color: #3acf87;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; 
}
.classify .freeTel{
  width: 200px;
  margin: 50px auto 0 auto;
  background-color: #fff;
  padding: 20px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.classify .freeTel i{
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  line-height: 90px;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #3acf87; 
}
.classify .freeTel p{
  text-align: center;
  color: #505050;
  font-weight: 16px;
  margin-top: 10px;
}
.classify .freeTel p span{
  text-align: center;
  display: block;
  color: #310404;
  font-size: 20px;
  margin-top: 5px;
}
.mainContent{
  float: left;
  width: 950px;
  padding:25px 0;
  background-color: #fff;
}
.contentAll{
  padding: 10px 40px;
}
.contentAll h3.articleTitle{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 25px;
  color: #555;
}
/*********************************************************** login ****************************************************************/
.clearfloat{
  clear: both;
}
.login-boxes{
  position: relative;
  background-color: #fafafa;
  border: 1px solid #eee;
  width: 345px;
  margin: 0 auto;
  padding: 30px;
  margin-top: 65px;
}
.login-box{
  height: 380px;
}
.login-box:nth-child(2){
  display: none;
}
.login-icon{
  position: absolute;
  top: 6px;
  right: 6px;
}
.login-icon i{
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(img/login-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.login-icon i.computer{
  display: none;
}
.login-icon i.computer:hover{
  background-position: -100px 0; 
}
.login-icon i.wechat{
  background-position: -50px 0;
}
.login-icon i.wechat:hover{
  background-position: -150px 1px;
}
.login-icon i:hover{
  color: #c00;
}
.login-tip{
  position: absolute;
  top: 10px;
  right: 65px;
}
.login-tip .poptip{
  border: 1px solid #f3d995;
  height: 16px;
  line-height: 16px;
  padding: 5px 20px 5px 15px;
  background: #fefcee;
  color: #df9c1f;
  position: relative;
}
.poptip-arrow {
    position: absolute;
    top: 8px;
    right: 0;
}

.poptip-arrow em, .poptip-arrow span {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(255,255,255,0);
    border-color: transparent;
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
    border-width: 6px 0 6px 6px;
}
.poptip-arrow em {
    left: 1px;
    border-left-color: #f3d995;
}
.poptip-arrow span {
    border-left-color: #fefcee;
}
.login-tip .poptip .computer{
  display: none;
}
.login-box h3{
  text-align: left;
  color: #444;
}
.login-input{
  margin-top: 25px;
}
.login-input i{
  display: block;
  float: left;
  font-size: 25px;
  width: 40px;
  height: 40px;
  background-color: #E4E4E4;
  border: 1px solid #E4E4E4;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.login-input input{
  width: 260px;
  border: 1px solid #eee;
  border-left: none;
  font-weight: normal;
  color: #111 !important;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  background-color: #fff;
  height: 40px;
}
.login-input input.inputValiCode{
  width: 55px;
}
.login-input .valiCodeImg{
  display: block !important;
  float: left;
  width: 72px;
  margin-left: 2px;
  padding-top: 13px;
}
.login-input .tips{
  cursor: pointer;
  font-size: 12px;
  line-height: 50px;
}
.login-input .tips:hover a{
   color: #00904A;
}
.login-submit{
   margin-top: 30px;
}
.login-submit input{
  width: 80%;
  padding: 0;
  height: 44px;
  line-height: 44px;
  margin-left: 10%;
  font-size: 16px;
}
.login-submit input:hover{
  background-color: #00904A;
}
.login-box .free-reg{
  margin-top: 30px;
  text-align: center;
}
.login-box .free-reg a{
  color: #666;
  font-size: 12px;
}
.login-box .free-reg a:hover{
  color: blue;
}
.loginTable{ 
  color: #666;
  width: 580px;
  margin: 70px auto 50px auto;
  border: 1px solid #eee;
}
.loginTable thead tr{
  color: #3acf87;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
}
.loginTable thead tr th{
  text-align: center;
  border-bottom: 1px solid #eee;
}
.loginTable tbody tr{

}
.loginTable tbody tr th{
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  width: 90px;
  height: 55px;
  padding-left: 20px;
}
.loginTable tbody tr td{
  vertical-align: middle;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}
.loginTable tbody tr td input{
  display: inline-block;
  height: 25px;
  width: 120px;
  border: 1px solid #eee;
  padding: 0 15px;
}
.loginTable label{
  margin-left: 20px;
}
.loginTable label:first-child{
  margin-left: 0px;
}
.loginTable label ._clientAdditionalInfo_108{
  width: 13px;
  height: 13px;
}
.loginTable tbody tr td span{
  color: #aaa;
  font-size: 12px;
}
.loginTable tbody tr td span a{
  color: #a91818;
  font-size: 12px;
}
.loginTable tbody tr td span a:hover{
  color: #e61616;
}
.loginTable .inputValiCode{
  width: 60px;
}
.loginTable ._vali_code  span a{
  color: #aaa;
  cursor: pointer;
}
.loginTable ._vali_code  span a:hover{
  color: #00904A;
  cursor: pointer;
}
.loginTable .valiCodeImg{
  display: inline-block;
    vertical-align: middle;
    width: 81px;
    height: 25px;
}
.loginTable tfoot th{
  padding: 10px;
  text-align: center;
}
.loginTable tfoot .loginButton{
  width: 110px;
  height: 35px;
  color: #fff;
  padding: 0;
  background-color: #a91818;
  text-align: center;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition:all 0.5s;
}
.loginTable tfoot .loginButton:hover{
  background: #e61616;
  transition: all 0.5s;
  -webkit-transition:all 0.5s;
}
.loginTable tfoot span.error{
  color: #E7363E;
  font-size: 12px;
}
.login-wx-img{
  padding-top: 30px;
  width: 240px;
  height: 274px;
  margin: 0 auto;
}
.login-wx-img img{
  opacity: 0.9;
}
.login-box-wx p{
  text-align: center;
}
/*********************************************************** //login ****************************************************************/
.path{
  margin-top: 21px;
  padding-bottom: 15px;
  text-align: right;
  border-bottom: 1px dotted #eaeaea;
  color: #717171;
}
.path a{
  color: #00904A;
}
.path a:hover{
  color: #CE2441;
}
.bodyBox{
  padding-left: 30px;
  padding-right: 30px;
}
.bodyBox input.button{
  padding: 0 50px;
}
.bodyBox h2{
  padding-bottom: 25px;
  color: #3ACF87;
  font-weight: normal;
  font-size: 22px;
}
.clientProfile,.formTable{
  color: #444;
}
.clientProfile table td{
  padding: 12px 20px;
  width: 50%;
}
.clientProfile .clientMoreTd .sbutton{
  color: #fff;
}
.formTable th, .formTable td{
  padding: 14px 17px;
}
.formTable table thead th{
  padding:  10px 20px;
}
.formTable table tbody td label{
   padding-left: 12px;
}
.formTable input.inputText{
  color: #333;
  padding: 5px;
  border-radius: 5px;
}
.formTable td a{
  text-decoration: none;
  color: #3acf87
}
.formTable td a:hover{
  color: #00904A;
}
.formTable td a.sbutton:hover{
  color: #fff;
}
.formTable select{
  border-radius: 3px;
  padding: 3px;
  color: #444;
}
.formTable .price{
  color: #333;
}
.formTable textarea{
  font-weight: 300;
  color: #333;
  border-radius: 5px;
}
.formTable input.button{
  padding: 0 50px;
}
.formTable input.button:hover{
  background-color: #00904A;
}
.notifaction{
  border:1px solid #ccc;
  margin: 150px auto;
}
.notifaction h1{
  margin: 0 10px;
}
.notifaction p{
  text-align: center;
  margin-top: 21px;
}

.googdsList ul li{
  width: 230px;
  height: 300px;
  margin: 18px 8px;
  border: 1px solid #f5f5f5;
  padding: 4px;
  border-radius: 3px;
}
.googdsList ul li:hover{
  border: 1px solid #c00;
}
.googdsList .img{
  overflow: hidden;
  border: 0;
  width: 230px;
  height: 230px;
  margin: 0;
}
.googdsList b.price{
  margin-top: 5px;
  padding-bottom: 0px;
  line-height: 24px;
  font-size: 16px;
  color: #c00;
  text-align: left;
  border: 0;
}
.googdsList b.price em{
  font-size: 22px;
  font-style: normal;
}
.googdsList .title{
  border: 0;
  text-align: left;
}
.googdsList .title span{
  display: inline-block;
  width: 190px;
}
.googdsList .title i{
  font-size: 20px;
}
.googdsList .title i:hover{
  color: #c00;
}
/*********************************************************** 产品展示 ****************************************************************/
.goods{
  margin-top: 35px;
  margin-left: 19px;
}
.goods p{
  margin: 0;
}
.productShow{
  display: block;
  overflow: hidden;
  width: 320px;
  height: 385px;
  border: 1px solid #D6D6D6;
}
.productShow .productShow_viewBox{
  border: 0;
  padding: 5px;
  width: 100%;
  height: 310px;
  background-color: #fff;
}
.productShow .productShow_viewBox .productShow_viewBox_wrap{
  width: 100%;
  height: 100%;
}
.productShow .productShow_thumbList{
  border: 0;
}
.goodsName{
  position: relative;
  width: 375px;
  margin-left: 30px;
  float: left;
}
.goods .goodsName h1{
  font-weight: 600;
  color: #111;
  padding-bottom:5px;
  font-size: 16px;
}
.goodsName h4{
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #717171;
}

.product-left{
  float: left;
}
#play{width:450px;text-align:center;position:relative;overflow:hidden;}
#play .img_ul{position:relative;z-index:1; height: 400px; border: 1px solid #eee; overflow: hidden;}
#play .img_ul li{
  display: none;
  height: 100%;
  width: 100%;
}
.img_ul li a{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 398px;
  width: 450px;
}
.img_ul li img{
  max-height: 100%;
  display: inline;
}
.img_hd {
  width:450px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  background-color:#eee;
  overflow:hidden;
  height:66px;
  padding:2px 0;
  position:relative;
}
.img_hd ul{position:absolute;z-index:1}
.img_hd ul li{
  float:left;width:60px;
  height:60px;
  border:3px solid #eee;
  cursor:pointer;
  overflow:hidden;
  display:inline;
  margin:1px 2px;
  text-align:center
}
.img_hd ul li img{
  max-width: 500% !important;
  height: 100% !important;
  display: inline;
}
.img_hd ul li.on{
  border-color:#3D99DC;
}
.goodsPrice{
  margin-top: 7px;
  font-size: 16px;
  padding: 10px;
  background-color: #F0EFEF;
}
.goodsPrice span,.goodsSkuItem strong{
  font-weight: normal;
  width: 48px;
  display: inline-block;
  font-size:12px;
  color: #666;
}

.goodsSkuItem span{
  color: #333;
}
.goodsSkuItem .countTnput{
  display: inline-block;
  width: 40px;
}
.goodsPrice em,.goodsSkuItem em{
  font-style: normal;
}
.mamber-price em{
  color: #c00;
  font-size: 26px;
  font-weight: bold;
}
.maket-price{
  padding-bottom: 10px;
}
.maket-price em{
  font-size: 12px;
  color: #313131;
  text-decoration: line-through;
}
.stockAll span{
  color: #717171;
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
}
.goodsSkuItem{
  padding-left: 10px;
}
.goodsSkuItem em{
  color: #717171;
}
._skuAttributeId{
  margin-top: 20px;
}
.goodsSkuItem label.on{
  background-color: #c00;
  border-color: #c00;
}
.goodsSkuItem label._productFitting{
  border: none;
}
.goodsSkuItem label._productFitting b{
  color: #c00;
  display: inline-block;
  width: 60px;
  padding: 0 10px;
}
.goodsSkuItem label._productFitting b span{
  color: #c00;
  padding-left: 5px;
}

.freight{
  margin-top: 20px;
}
.stockAll{
  margin-top: 20px;
}
.buyButton {
  margin-top: 0px;
}
.buyButton .buy{
  margin-top: 10px;
  width: 228px;
  border-radius: 0;
  height: 33px;
  line-height: 33px;
  font-weight: normal;
  font-size: 14px;
  background-color:#c00;
}
.buyButton .buy:nth-child(1){
  width: 226px;
  background-color: #fff;
  border: 1px solid #c00;
  color: #c00;
  transition: all 0.5s; 
  -webkit-transition: all 0.5s; 
}
.buyButton .buy i{
  margin-right: 5px;
}
.goodsDetail{
  min-height: 300px;
  position: relative;
  margin-top: 40px;
  border: #eaeaea 1px solid;
}
.goodsDetail .title{
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  border-bottom: #eaeaea 1px solid;
  padding: 0;
  height: 50px;
}
.goodsDetail .title span{
  cursor: pointer;
  position: relative;
  border-right: 1px solid #eee;
  padding: 0px 25px;
  line-height: 50px;
  display: block;
  float: left;
}
.goodsDetail .title span.title-active{
  color: #c00;
  font-weight: 600;
}
.goodsDetail .title span.title-active::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #c00;
  margin-top: -1px;
}
.goodsDetail .title span.title-active::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid #c00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}
.goodsDetail .title span b{
  margin-left: 10px;
  color:#35a; 
}
.goodsDetail .title.title-active span b{
  font-weight: 600px;
}
.goodsParameter .goodsAttrList{
  padding: 10px 20px;
}
.goodsParameter .goodsAttrList li{
  width: 33%;
  line-height: 22px;
  padding-top: 6px;
  display: inline-block;
}
.goodsDetail .goodsDetailBody{
  padding: 0;
}
.goodsDetail .goodsDetailBody img{
  max-width: 100%;
}
.goodsDetail .goodsDetailBody p{
  padding: 0 10px;
}
.goodsDetailBody .order-rate{
  padding: 20px 10px;
}
.goodsDetailBody .order-rate h5{
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #eee;
}
.goodsDetailBody .order-rate h5 span{
  color: #c00;
  font-weight: 600;
}
.goodsDetailBody .order-rate-table{
  width: 100%;
}
.goodsDetailBody .order-rate-table tr{
  border-bottom: 1px solid #eee;
  padding: 0 10px;
}
.goodsDetailBody .order-rate-table tr td{
  padding: 20px 10px;
}
.goodsDetailBody .order-rate-table .comment span{
  display: block;
  color: #AF874D;
}
.goodsDetailBody .order-rate-table .comment b{
  color: #ccc;
  display: block;
  font-size: 12px;
}
.goodsDetailBody .order-rate-table .score{
  width: 80px;
  text-align: right;
}
.goodsDetailBody .order-rate-table .num{
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popupTips{
    width: 200px;
    height: 180px;
    background: #FBFBFB;
    border: #ccc 1px solid;
    border-radius: 20px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100px;
    margin-top: -90px;
    z-index: 99999;
    display: none;
    text-align: center;
}
.popupTips .booen_icon {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: #85B200;
    border: #fff 2px solid;
    border-radius: 100%;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
}
.popupTips b {
    color: #658800;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
}
/*********************************************************** //产品展示 ****************************************************************/
.goodsTable table td.info{
  vertical-align:middle;
}
.goodsTable table td.info h3{
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
}
.goodsTable table td.info h3 span{
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  color: #666;
}
.goodsTable table td.info h3:hover{
  color: #00904A;
}
.goodsTable table td.info p{
  color: #585858;
  margin-top: 10px;
}
/************************************************** alipay *****************************************************/
.goReg{
  margin-top: 20px;
  text-align: right;
}
/************************************************** cartTable *****************************************************/
.client-cart{
  border: none;

}
.cartTable table{
  border: none;
}
.cartTable table thead th{
  background-color: #f6f6f6;
  text-align: left;
  padding: 10px 20px;
  color: #606060;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
}
.cartTable table tbody tr{
  border-bottom: #eee 1px solid;
}
.cartTable table tbody tr:last-child{
  border-bottom: none;
}
.cartTable table tbody td{
  text-align: center;
  border: none;
}
.cartTable table tbody td a{
  color: #333;
}
.cartTable table tbody td.span a {
  color: #333;
}
.cartTable table td{
  padding: 20px 5px;
}
.cartTable table td.del{
  width: 60px;
  text-align: center;
}
.cartTable table td.del a{
  background-color: #f6f6f6;
  color: #a0a0a0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}
.cartTable table td.del a:hover{
  background-color: #c00;
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.cartTable table td.del a span{
  line-height: 40px;
}
.cartTable table tbody td .stockSet {
  text-align: center;
}
.cartTable table td.pic{
  width: 100px;
}
.cartTable a.button{
  width: 80px;
}
.cartTable a.button:hover{
  background-color: #00904A;
}
.cartTable table tfoot td{
  padding: 15px 20px;
  background-color: #f6f6f6;
}
/************************************************** wxpay *****************************************************/
.pay-wx-box{
  width: 550px;
  margin: 50px auto 0 auto;
}
.pay-wx-box p{
  padding: 0;
  margin-bottom: 0;
}
.pay-wx-price{
  text-align: center;
  font-size: 35px;
  color: #323232;
}
.pay-wx-img{
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.pay-wx-img img{
  display: inline-block !important; 
  width: 250px;
}
.pay-wx-img p{
  width: 100%;
  text-align: center;
}
.pay-wx-info{
  margin-top: 5px;
}
.pay-wx-info h5{
  font-size: 14px;
  font-weight: 300;
  float: left;
  color: #606060;
}
.pay-wx-info p{
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  float: right;
  line-height: 20px;
  color: #606060;
}
/************************************************** order *****************************************************/
.order-dl                               {margin-top: 25px !important; border-bottom: #eaeaea 1px solid;}
.order-dl dd                            {color: #555;}
.order-dl dd span:nth-child(1)          {display: inline-block; width: 380px;}
.order-dl dd span:nth-child(2)          {display: inline-block; }
.order-dl dd label                      {color: #888; font-weight: normal; margin-right: 10px;}
.order-dl dt                            {border: none; padding: 10px; text-align: left;}
.order-return .icon                     {text-align: center; width: 100px; max-height: 180px; overflow: hidden;}
.order-return .icon img                 {height: 150px;}
.orderReturn span                       {color: #00A756;}
.formTable .orderId span                {font-size: 12px; color: #666; margin-left: 10px;}
/************************************************** order-pay *****************************************************/
.order-edit tr.order-pay input          {width:60px; text-align:center; padding: 2px 2px;}
.order-edit tr.order-pay .textPs        {display: inline-block; margin-left: 10px; font-size: 12px; color: #999;  }
/************************************************** order-list *****************************************************/
.userOrders                                     {background: #Fafafa; border-top: none;} 
.userOrders .buy                                {border-radius: 0; background-color: #c00;}
.userOrders .user-order-info span               {margin-left: 70px; width: 60px; }
.userOrders .user-order-info span:nth-child(2)  {width: 80px;  display: inline-block;}
.userOrders .user-order-info span:first-child   {margin-left: 0px;}
.userOrders .last a                             {display: inline-block; margin-left: 15px; color: #3acf87; font-size: 12px;}                     
.userOrders .last a:hover                       {color: #00BF63;}  
/************************************************** client-adress *****************************************************/
.client-adress table td                         {padding: 10px 5px; color: #555;}
.client-adress table td.address-index span      {padding: 2px 5px;text-align: center; border-radius: 3px;background: #ffd6cc;color: #f30;}
/************************************************** addon *****************************************************/
.sideGuide ul                                   {border: none;}
.sideGuide ul li                                {width: 50px;}
.sideGuide .sideGuide-hotline a:hover dl dt, 
.sideGuide .sideGuide-hotline a:hover dl dd     {border-bottom: #eee 1px solid; color: #555;}
/************************************************** edit *****************************************************/
.portrait-edit img                              {max-height: 100px;}
.clientProfile .clientPhoto                     {width: 175px; height: 175px; border-radius: 90px; right: 30px; background-position: center;}
