body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  background: #F5F5F5;
}

* {
  font-family: "Microsoft YaHei";
}

i,
em {
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: #FF6600;
}

ul,
p,
dd,
dl,
h1,
h4 {
  margin: 0;
  padding: 0;
}

li {
  float: left;
  display: inline;
}

.bigdiv {
  width: 100%;
  float: left;
}

.centerdiv {
  width: 1200px;
  margin: 0 auto;
}

.top {
  height: 40px;
  background: #333333;
  color: #b0b0b0;
  font-size: 12px;
}
.top a {
  color: #B0B0B0;
}
.top a:hover {
  color: #FFFFFF;
}

.top_nr {
  width: 100%;
  float: left;
}
.top_nr ul {
  float: left;
  display: block;
}
.top_nr ul.right {
  float: right;
}
.top_nr ul li {
  line-height: 16px;
  padding-right: 10px;
  margin: 12px 10px 12px 0;
  border-right: 1px #424242 solid;
}
.top_nr ul li:last-child {
  border: none;
}
.top_nr ul li.reg {
  margin-right: 0;
}
.top_nr ul li.cart {
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 12px 10px;
}
.top_nr ul li.cart i {
  float: left;
  font-size: 18px;
  padding-right: 5px;
}
.top_nr ul li.cart:hover {
  background: #FFFFFF;
  color: #FF6600;
}
.top_nr ul li.cart .cart_nr {
  width: 300px;
  padding: 10px 10px 0;
  border: 1px #EEEEEE solid;
  border-top: none;
  position: absolute;
  right: 0;
  top: 40px;
  background: #FFFFFF;
  display: none;
  z-index: 20;
}
.top_nr ul li.cart .cart_nr ul {
  width: 100%;
  float: left;
  display: block;
  border-bottom: 1px #EEEEEE solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top_nr ul li.cart .cart_nr ul:last-child {
  border-bottom: none;
}
.top_nr ul li.cart .cart_nr ul li {
  padding: 0;
  margin: 0;
  color: #333333;
  border: none;
}
.top_nr ul li.cart .cart_nr ul li.proimg {
  width: 60px;
  height: 60px;
}
.top_nr ul li.cart .cart_nr ul li.proimg img {
  width: 100%;
  height: 100%;
  border: none;
}
.top_nr ul li.cart .cart_nr ul li.title {
  width: 120px;
  padding-left: 10px;
  line-height: 20px;
}
.top_nr ul li.cart .cart_nr ul li.price {
  width: 100px;
  padding-left: 10px;
  text-align: right;
}
.top_nr ul li.cart .cart_nr ul li.price i {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 8px;
  margin-right: -3px;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  opacity: 0;
}
.top_nr ul li.cart .cart_nr ul li.price i:hover {
  color: #FF6600;
}
.top_nr ul li.cart .cart_nr ul.total {
  border: none;
  padding: 10px 0;
  background: #F5F5F5;
}
.top_nr ul li.cart .cart_nr ul.total li {
  width: 130px;
  padding: 0 10px;
}
.top_nr ul li.cart .cart_nr ul.total li.right {
  text-align: right;
}
.top_nr ul li.cart .cart_nr ul.total li.right input[type="button"] {
  background: #FF6600;
  color: #FFFFFF;
  border: none;
  width: 120px;
  height: 40px;
  outline: none;
}
.top_nr ul li.cart .cart_nr ul.total li span {
  display: block;
  color: #666666;
}
.top_nr ul li.cart .cart_nr ul.total li span.price {
  color: #FF6600;
  padding-top: 5px;
  line-height: 24px;
}
.top_nr ul li.cart .cart_nr ul.total li span.price b {
  font-size: 24px;
  font-weight: 100;
  padding-right: 5px;
}

.menu_bar {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.menu_bar .logo {
  float: left;
  height: 60px;
}
.menu_bar .logo img {
  height: 60px;
  width: auto;
  border: none;
}
.menu_bar .menu {
  float: left;
  padding-left: 50px;
}
.menu_bar .menu li {
  line-height: 60px;
  font-size: 16px;
  margin: 0 15px;
  _margin: 0 10px;
  *margin: 0 10px;
  cursor: pointer;
}
.menu_bar .menu li.all_cate {
  position: relative;
  z-index: 20;
}
.menu_bar .menu li.all_cate .category {
  display: none;
  top: 60px;
  left: -140px;
  border: 1px #DDDDDD solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
  *filter: Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFFFF, endcolorstr=#FFFFFFFF);
}
.menu_bar .menu li.all_cate .category dd {
  color: #333333;
}
.menu_bar .menu li.all_cate .category dd i {
  color: #CCCCCC;
}
.menu_bar .menu li.all_cate .category dd:hover {
  color: #FFFFFF;
}
.menu_bar .menu li.all_cate .category dd:hover i {
  color: rgba(255, 255, 255, 0.5);
}
.menu_bar .search {
  float: right;
  padding-top: 5px;
}
.menu_bar .search input[type="text"] {
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: 1px #EEEEEE solid;
  padding: 10px;
  float: left;
  outline: none;
  font-size: 14px;
}
.menu_bar .search input.submit {
  height: 52px;
  border: 1px #EEEEEE solid;
  border-left: none;
  float: left;
  outline: none;
  padding: 0 15px;
  font-size: 22px;
  background: #FFFFFF;
}

.category {
  width: 235px;
  background: rgba(0, 0, 0, 0.6);
  *filter: Alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#60000000, endcolorstr=#60000000);
  height: 400px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.category dd {
  color: #FFFFFF;
  line-height: 40px;
  float: left;
  width: 195px;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}
.category dd:hover {
  background: #FF6600;
}
.category dd span {
  float: left;
}
.category dd i {
  float: right;
  position: relative;
  top: 1px;
  color: rgba(255, 255, 255, 0.5);
}

.footer_links {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.footer_links dl {
  width: 155px;
  float: left;
  display: block;
}
.footer_links dl dt {
  font-size: 14px;
  padding-bottom: 15px;
}
.footer_links dl dd {
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}
.footer_links ul {
  width: 250px;
  padding-left: 19px;
  float: left;
  border-left: 1px #EEEEEE solid;
  padding-bottom: 10px;
}
.footer_links ul li {
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.footer_links ul li.tel_400 {
  color: #FF6600;
  font-size: 24px;
  padding-bottom: 10px;
}
.footer_links ul li.online_kf {
  padding-top: 20px;
}
.footer_links ul li.online_kf a {
  padding: 5px 10px;
  color: #FF6600;
  border: 1px #FF6600 solid;
  cursor: pointer;
  display: inline-block;
}
.footer_links ul li.online_kf a:hover {
  background: #FF6600;
  color: #FFFFFF;
}
.footer_links ul li.online_kf a i {
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.footer_box {
  padding: 20px 0;
}

.footer {
  width: 100%;
  float: left;
}
.footer li {
  line-height: 20px;
}
.footer li.logo {
  width: 60px;
  height: 60px;
}
.footer li.logo img {
  width: 100%;
  height: 100%;
  border: none;
}
.footer li.copyright {
  padding-left: 10px;
}
.footer li.copyright span {
  display: block;
  font-size: 12px;
  color: #999999;
}
.footer li.copyright span.links {
  color: #666666;
}
.footer li.copyright span.links em {
  padding: 0 15px;
  color: #BBBBBB;
}
.footer li.img_links {
  float: right;
}
.footer li.img_links img {
  border: none;
  margin-left: 10px;
  max-height: 30px;
}

.bg_white {
  background: #FFFFFF;
}

@font-face {
  font-family: 'iconfont';
  src: url("//at.alicdn.com/t/font_104111_guxn9mels94.eot");
  src: url("//at.alicdn.com/t/font_104111_guxn9mels94.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_104111_guxn9mels94.woff2") format("woff2"), url("//at.alicdn.com/t/font_104111_guxn9mels94.woff") format("woff"), url("//at.alicdn.com/t/font_104111_guxn9mels94.ttf") format("truetype"), url("//at.alicdn.com/t/font_104111_guxn9mels94.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
}
.page a {
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  color: #BBBBBB;
  display: inline-block;
  font-weight: 200;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
}
.page a:hover {
  background: #BBBBBB;
  color: #FFFFFF;
}
.page a.on {
  color: #FFFFFF;
  background: #757575;
}
.page a.iconfont {
  height: 28px;
  width: 40px;
  line-height: 28px;
  padding: 2px 0 0 8px;
}

.goto_top {
  position: fixed;
  right: 15px;
  bottom: 100px;
  text-align: center;
  color: #999999;
  font-size: 35px;
  min-height: 35px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
.goto_top:hover {
  color: #FF6600;
  border-color: #FF6600;
}

.huise {
  color: #999999;
}

.abs_box {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  *filter: Alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#70000000, endcolorstr=#70000000);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 22;
}

.ucenter_left {
  width: 240px;
  float: left;
  margin: 40px 0;
  background-color: #FFFFFF;
}
.ucenter_left dl {
  float: left;
  width: 200px;
  margin-left: 40px;
  padding-top: 50px;
}
.ucenter_left dl dt {
  font-size: 17px;
  color: #333;
  padding-bottom: 20px;
}
.ucenter_left dl dd {
  color: #757575;
  padding: 7px 0;
  cursor: pointer;
}
.ucenter_left dl dd.on {
  color: #FF6600;
}
.ucenter_left dl dd.on:hover {
  color: #FF6600;
}
.ucenter_left dl dd:hover {
  color: #333333;
}
.ucenter_left dl:last-child {
  padding-bottom: 50px;
}

.ucenter_right {
  width: 940px;
  float: right;
  margin: 40px 0;
  padding-top: 40px;
  background-color: #FFFFFF;
}
.ucenter_right h1 {
  margin: 0 0 0 30px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 30px;
  color: #757575;
}
.ucenter_right .userHead {
  width: 660px;
  min-height: 150px;
  float: left;
  margin: 0 50px;
  padding: 20px 0 20px 180px;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
.ucenter_right .userHead img {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #e0e0e0;
}
.ucenter_right .userHead h2 {
  font-weight: normal;
  margin: 0;
  color: #616161;
  font-size: 24px;
}
.ucenter_right .userHead p {
  color: #b0b0b0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.ucenter_right .userHead p span {
  float: left;
}
.ucenter_right .userHead a {
  color: #ff6600;
}
.ucenter_right .userHead a i {
  position: relative;
  padding-right: 3px;
  top: 2px;
}
.ucenter_right .indexInfo {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.ucenter_right .indexInfo ul {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
}
.ucenter_right .indexInfo ul li {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.ucenter_right .indexInfo ul li em {
  color: #FF6600;
}
.ucenter_right .indexInfo ul li i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #FFFFFF;
  font-size: 45px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 50%;
}
.ucenter_right .indexInfo ul li i.bg1 {
  background: #FF6600;
}
.ucenter_right .indexInfo ul li i.bg2 {
  background: #8BC34A;
}
.ucenter_right .indexInfo ul li i.bg3 {
  background: #2196F3;
}
.ucenter_right .indexInfo ul li i.bg4 {
  background: #FFAB00;
}
.ucenter_right .collect {
  width: 100%;
  float: left;
}
.ucenter_right .collect ul {
  padding: 20px 30px 15px;
  width: 880px;
  float: left;
}
.ucenter_right .collect ul li {
  width: 273px;
  margin: 30px 30px 0 0;
}
.ucenter_right .collect ul li:nth-child(3n) {
  margin-right: 0;
}
.ucenter_right .collect ul li img {
  width: 200px;
  height: 100px;
  margin: 0 36.5px 10px;
}
.ucenter_right .collect ul li p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
.ucenter_right .collect ul li p.price {
  color: #FF6700;
  margin-bottom: 10px;
}
.ucenter_right .collect ul li a {
  display: block;
  width: 108px;
  height: 28px;
  float: left;
  margin: 0 13.25px;
  text-align: center;
  line-height: 28px;
  background-color: #ff6700;
  border: 1px solid #ff6700;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ucenter_right .collect ul li a.del {
  border: 1px solid #b0b0b0;
  color: #757575;
  background-color: #FFFFFF;
}
.ucenter_right .collect ul li:hover a {
  opacity: 1;
}
.ucenter_right .collect ul li:hover a:hover {
  background-color: #F25807;
  border: 1px solid #F25807;
}
.ucenter_right .collect ul li:hover a:hover.del {
  background-color: #757575;
  border: 1px solid #757575;
  color: #FFFFFF;
}


.ucenter_right .collect ul li input {
    display: block;
    width: 108px;
    height: 28px;
    float: left;
    margin: 0 13.25px;
    text-align: center;
    line-height: 28px;
    background-color: #ff6700;
    border: 1px solid #ff6700;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.ucenter_right .collect ul li input.del {
    border: 1px solid #b0b0b0;
    color: #757575;
    background-color: #FFFFFF;
}

.ucenter_right .collect ul li:hover input {
    opacity: 1;
}

.ucenter_right .collect ul li:hover input:hover {
    background-color: #F25807;
    border: 1px solid #F25807;
}

.ucenter_right .collect ul li:hover input:hover.del {
    background-color: #757575;
    border: 1px solid #757575;
    color: #FFFFFF;
}

.ucenter_right .addressList {
  width: 100%;
  padding: 30px 30px 0;
  box-sizing: border-box;
  float: left;
}
.ucenter_right .addressList ul {
  float: left;
  width: 100%;
}
.ucenter_right .addressList ul li {
  width: 220px;
  height: 180px;
  border: 1px solid #e0e0e0;
  margin: 0 23px 23px 0;
  padding: 18px 24px 0;
  position: relative;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
.ucenter_right .addressList ul li:nth-child(3n) {
  margin-right: 0;
}
.ucenter_right .addressList ul li h3 {
  margin: 0 0 15px;
  height: 24px;
  width: 100%;
  float: left;
  font-weight: normal;
  color: #333;
}
.ucenter_right .addressList ul li h3 i {
  float: left;
  font-size: 18px;
}
.ucenter_right .addressList ul li h3 i.right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  color: #FF6600;
}
.ucenter_right .addressList ul li p {
  width: 100%;
  display: block;
  float: left;
  color: #757575;
  font-size: 13.5px;
  line-height: 22px;
}
.ucenter_right .addressList ul li p span {
  margin-left: 5px;
}
.ucenter_right .addressList ul li p.btn {
  display: none;
  width: 220px;
  position: absolute;
  bottom: 10px;
  right: 24px;
  text-align: right;
}
.ucenter_right .addressList ul li p.btn a {
  padding-left: 10px;
  color: #FF6600;
}
.ucenter_right .addressList ul li.addNewAddress {
  text-align: center;
  color: #e0e0e0;
  cursor: pointer;
}
.ucenter_right .addressList ul li.addNewAddress span {
  width: 100%;
  display: block;
}
.ucenter_right .addressList ul li.addNewAddress span.iconfont {
  font-size: 36px;
  padding: 50px 0 5px;
}
.ucenter_right .addressList ul li:hover {
  border: #B0B0B0 1px solid;
}
.ucenter_right .addressList ul li:hover a {
  color: #ff6700;
}
.ucenter_right .addressList ul li:hover.addNewAddress {
  color: #757575;
}
.ucenter_right .addressList ul li:hover p.btn {
  display: block;
}
.ucenter_right .userInfo {
  width: 100%;
  float: left;
}
.ucenter_right .userInfo ul {
  margin: 15px 0 30px;
  padding: 0 30px 0 300px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.ucenter_right .userInfo ul li {
  width: 100%;
  height: 35px;
  color: #545454;
  line-height: 35px;
  margin: 8px 0;
}
.ucenter_right .userInfo ul li p {
  color: #999999;
  margin-right: 20px;
  float: left;
}
.ucenter_right .userInfo ul li p.input {
  margin-right: 0;
}
.ucenter_right .userInfo ul li p.input input {
  width: 120px;
  border: 1px #EEEEEE solid;
  padding: 7px 10px;
}
.ucenter_right .userInfo ul li span {
  float: right;
}
.ucenter_right .userInfo ul li span.left {
  float: left;
}
.ucenter_right .userInfo ul li span i {
  color: #00BD38;
  font-size: 24px;
  float: left;
  padding-right: 5px;
}
.ucenter_right .userInfo ul li span em {
  float: left;
}
.ucenter_right .userInfo ul li span a {
  display: block;
  float: right;
  margin-left: 15px;
  width: 144px;
  height: 35px;
  text-align: center;
  background-color: #FF6700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 5px;
}
.ucenter_right .userInfo ul li span a.shimingrenzhen {
  color: #999999;
  background-color: #F1F1F1;
}
.ucenter_right .userInfo ul li span a:hover {
  background-color: #F25807;
}
.ucenter_right .userInfo ul li span a:hover.shimingrenzhen {
  color: #999999;
  background-color: #F1F1F1;
}
.ucenter_right .userInfo ul .headImg {
  position: absolute;
  width: 160px;
  left: 50px;
  top: 30px;
}
.ucenter_right .userInfo ul .headImg input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.ucenter_right .userInfo ul .headImg img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #e0e0e0;
}
.ucenter_right .userInfo ul .headImg p {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  color: #757575;
}
.ucenter_right .userInfo ul .headImg p a {
  color: #757575;
}
.ucenter_right .userInfo ul .headImg p a:hover {
  color: #FF6600;
}
.ucenter_right .safeMenu {
  width: 100%;
  margin-top: 30px;
  float: left;
}
.ucenter_right .safeMenu ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 50px;
  border-bottom: 1px solid #E2E2E2;
}
.ucenter_right .safeMenu ul li {
  padding: 0 20px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #757575;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 3px solid transparent;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}
.ucenter_right .safeMenu ul li.on, .ucenter_right .safeMenu ul li:hover {
  color: #FF6700;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-top: 3px solid #FF6700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ucenter_right .safeMenu h3 {
  float: left;
  margin: 20px 50px;
  width: 818px;
  font-weight: normal;
  font-size: 14px;
  padding: 12px 10px;
  border: 1px solid #FF6700;
  color: #FF6700;
  background-color: #FFF7F0;
}
.ucenter_right .safeForm {
  width: 100%;
  float: left;
  margin: 20px 0 40px;
}
.ucenter_right .safeForm ul {
  float: left;
  width: 100%;
}
.ucenter_right .safeForm ul li {
  width: 540px;
  margin-left: 200px;
  margin-bottom: 10px;
}
.ucenter_right .safeForm ul li i {
  color: #FF0000;
  margin-right: 3px;
}
.ucenter_right .safeForm ul li input {
  width: 200px;
  padding: 0 10px;
  outline: none;
  height: 33px;
  line-height: 33px;
  border: 1px solid #E2E2E2;
}
.ucenter_right .safeForm ul li input.safe_duan {
  width: 80px;
}
.ucenter_right .safeForm ul li select {
  padding: 8px 5px;
  border: 1px solid #E2E2E2;
}
.ucenter_right .safeForm ul li a {
  margin-left: 150px;
  margin-top: 10px;
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  font-size: 16px;
  background-color: #FF6700;
  color: #FFFFFF;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ucenter_right .safeForm ul li a:hover {
  background-color: #F25807;
}
.ucenter_right .safeForm ul li span {
  height: 35px;
  float: left;
  line-height: 35px;
}
.ucenter_right .safeForm ul li span.left {
  width: 120px;
  text-align: right;
  display: inline-block;
}
.ucenter_right .safeForm ul li span.getCode {
  font-size: 13px;
  display: inline-block;
  *position: relative;
  *top: 1px;
  width: 80px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  color: #FF6600;
}
.ucenter_right .safeForm ul li span img {
  margin-top: 6px;
}
.ucenter_right .safeForm ul li span p.yanzhenma {
  line-height: 35px;
  height: 35px;
}
.ucenter_right .safeForm ul li span p.yanzhenma:hover {
  color: #FF6700;
  text-decoration: underline;
}

.commentPro {
  float: left;
  width: 100%;
}
.commentPro ul {
  width: 880px;
  margin: 0 30px;
  padding: 30px 0;
  float: left;
  border-bottom: 1px solid #E0E0E0;
}
.commentPro ul li {
  padding-left: 180px;
  width: 700px;
  position: relative;
}
.commentPro ul li img {
  position: absolute;
  left: 0;
  width: 148px;
  height: 148px;
  border: 1px solid #F1F1F1;
}
.commentPro ul li h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.commentPro ul li p {
  color: #888;
  font-size: 13px;
  line-height: 24px;
}
.commentPro ul li p span {
  color: #FF6700;
}
.commentPro ul li p i {
  color: #1488F5;
}
.commentPro ul li p.desc {
  margin-bottom: 10px;
}
.commentPro dl {
  width: 880px;
  margin: 0 30px;
  float: left;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 50px;
}
.commentPro dl dt {
  width: 100%;
  float: left;
  padding: 45px 0 20px;
  font-size: 18px;
  color: #333333;
}
.commentPro dl dt.comment {
  padding: 20px 0 10px;
}
.commentPro dl dd {
  width: 100%;
  float: left;
  padding-bottom: 5px;
  color: #757575;
}
.commentPro dl dd span {
  padding-left: 15px;
}
.commentPro dl dd span i {
  color: #FF6700;
}
.commentPro dl dd p {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 36px;
  border: 1px #EEEEEE solid;
  background: #F9F9F9;
  color: #BBBBBB;
  margin: 0 10px 10px 0;
  position: relative;
}
.commentPro dl dd p#upLoadImgBtn {
  cursor: pointer;
}
.commentPro dl dd p:last-child {
  margin-right: 0;
}
.commentPro dl dd p img {
  max-width: 100%;
  max-height: 100%;
}
.commentPro dl dd p i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  cursor: pointer;
  color: #FF6600;
  position: absolute;
  top: 0;
  right: 0;
}
.commentPro dl dd input[type='file'] {
  display: none;
}
.commentPro dl dd textarea {
  width: 80%;
  border: 1px #EEEEEE solid;
  resize: none;
  line-height: 24px;
  padding: 10px;
  outline: none;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
}
.commentPro dl dd select {
  width: 50%;
  float: left;
  height: 40px;
  line-height: 38px;
  border: 1px #EEEEEE solid;
  padding: 0 5px;
  outline: none;
}
.commentPro dl dd input[type="submit"],
.commentPro dl dd input[type="button"] {
  padding: 10px 40px;
  margin-top: 20px;
  cursor: pointer;
  background: #FF6600;
  color: #FFFFFF;
  font-size: 14px;
  outline: none;
  border: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.commentPro dl dd input[type="submit"]:hover,
.commentPro dl dd input[type="button"]:hover {
  background: #FF3E00;
}
.commentPro dl:last-child {
  border-bottom: none;
}

.new_address {
  width: 410px;
  padding: 20px;
  background: #FFFFFF;
  position: fixed;
  left: 50%;
  margin-left: -175px;
}
.new_address ul {
  width: 100%;
  float: left;
  display: block;
}
.new_address ul li {
  width: 100%;
  padding: 5px 0;
}
.new_address ul li input[type="text"] {
  width: 390px;
  border: 1px #EEEEEE solid;
  padding: 10px;
  outline: none;
}
.new_address ul li select {
  float: left;
  width: 130px;
  margin-right: 10px;
  border: 1px #EEEEEE solid;
  padding: 10px;
  outline: none;
}
.new_address ul li select:last-child {
  margin-right: 0;
}
.new_address ul li textarea {
  width: 390px;
  border: 1px #EEEEEE solid;
  padding: 10px;
  outline: none;
  resize: none;
}
.new_address ul li.btnbox {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px #F5F5F5 solid;
}
.new_address ul li.btnbox input.btn {
  padding: 7px 30px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #FFFFFF;
  background: #FF6600;
  margin: 0 10px;
}
.new_address ul li.btnbox input.cancel {
  background: #BBBBBB;
}

.safe_ts {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.safe_ts dl {
  float: left;
  display: block;
  width: 100%;
}
.safe_ts dl dd {
  float: left;
  display: inline;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}
.safe_ts dl dd.title {
  width: 100%;
  border-bottom: 1px #EEEEEE solid;
  margin-bottom: 10px;
}
.safe_ts dl dd.title span {
  float: left;
  display: block;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  bottom: -1px;
  border-bottom: 1px #FF6600 solid;
  font-size: 18px;
}

.orderMenu {
  padding: 0 30px !important;
}

.orderListBox {
  width: 100%;
  float: left;
  padding: 20px 30px;
  box-sizing: border-box;
}
.orderListBox .orderList {
  width: 100%;
  float: left;
  margin: 15px 0;
  border: 1px #EEEEEE solid;
  box-sizing: border-box;
}
.orderListBox .orderList:hover {
  background: #FAFAFA;
  border-color: #DDDDDD;
}
.orderListBox .orderList .orderInfo {
  width: 100%;
  float: left;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px #EEEEEE dotted;
}
.orderListBox .orderList .orderInfo p {
  display: block;
  float: left;
  width: 100%;
  color: #666666;
  line-height: 35px;
}
.orderListBox .orderList .orderInfo p.status {
  font-size: 22px;
  color: #C90000;
}
.orderListBox .orderList .orderInfo p.status a {
  float: right;
  color: #FF6600;
  font-size: 14px;
}
.orderListBox .orderList .orderInfo p span {
  display: block;
  float: left;
  font-size: 13px;
  margin-right: 20px;
}
.orderListBox .orderList .orderInfo p span.right {
  float: right;
  margin-right: 0;
}
.orderListBox .orderList .orderInfo p span.right i {
  color: #C90000;
  font-size: 24px;
  padding-right: 5px;
}
.orderListBox .orderList .proInfoBox {
  width: 82%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.orderListBox .orderList .proInfoBox .proInfo {
  width: 100%;
  float: left;
  padding: 20px 0;
  box-sizing: border-box;
  border-right: 1px #EEEEEE solid;
  border-bottom: 1px #EEEEEE dotted;
  margin-bottom: -1px;
}
.orderListBox .orderList .proInfoBox .proInfo:last-child {
  border-bottom: none;
}
.orderListBox .orderList .proInfoBox .proInfo img {
  float: left;
  width: 60px;
  height: 30px;
  margin-top:15px;
}
.orderListBox .orderList .proInfoBox .proInfo p {
  display: block;
  width: 80%;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 30px;
  color: #666666;
}
.orderListBox .orderList .proInfoBox .proInfo p.title {
  font-size: 16px;
  color: #000000;
}
.orderListBox .orderList .orderBtn {
  width: 18%;
  float: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.orderListBox .orderList .orderBtn a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px #EEEEEE solid;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  margin-top: 13px;
  cursor: pointer;
}

.orderDetail {
  width: 100%;
  float: left;
  padding: 0 30px 30px;
  box-sizing: border-box;
}
.orderDetail dl {
  width: 100%;
  float: left;
  display: block;
}
.orderDetail dl dt {
  width: 100%;
  float: left;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px #EEEEEE solid;
  margin: 10px 0;
  line-height: 30px;
}
.orderDetail dl dt a {
  display: block;
  float: right;
  border: 1px #EEEEEE solid;
  padding: 0 30px;
  font-size: 14px;
}
.orderDetail dl dt a:hover {
  color: #FF6600;
  border-color: #FF6600;
}
.orderDetail dl dt i {
  display: block;
  float: right;
  color: #FF6600;
  font-size: 14px;
}
.orderDetail dl dd {
  width: 100%;
  float: left;
  color: #666666;
  line-height: 30px;
}
.orderDetail dl dd.textRight {
  text-align: right;
}
.orderDetail dl dd.textRight i {
  display: block;
  float: right;
  width: 120px;
  color: #FF6600;
}
.orderDetail dl dd.textRight i em {
  font-size: 24px;
}
.orderDetail dl dd p {
  width: 100%;
  float: left;
  padding: 10px 0;
  display: block;
}
.orderDetail dl dd p img {
  width: 40px;
  height: 20px;
  margin-top:10px;
  float: left;
  margin-right: 15px;
}
.orderDetail dl dd p span {
  float: left;
  display: block;
  line-height: 40px;
}
.orderDetail dl dd p span.right {
  float: right;
}
.orderDetail dl .wlInfo {
  width: 100%;
  margin-top: 10px;
  float: left;
  border-left: 1px #EEEEEE solid;
  box-sizing: border-box;
  padding-left: 30px;
}
.orderDetail dl .wlInfo p {
  display: block;
  float: left;
  width: 100%;
  color: #666666;
  position: relative;
}
.orderDetail dl .wlInfo p i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #CCCCCC;
  position: absolute;
  top: 11px;
  left: -34px;
}
.orderDetail dl .wlInfo p i.on {
  background: #FF6600;
}
.orderDetail dl .wlInfo p span {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 13px;
  line-height: 30px;
}
.orderDetail dl .wlInfo p span:last-child {
  margin-right: 0;
}

.myComment {
  width: 100%;
  float: left;
  padding: 20px 30px;
  box-sizing: border-box;
}
.myComment dl {
  width: 100%;
  float: left;
}
.myComment dl dt, .myComment dl dd {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.myComment dl dt p, .myComment dl dd p {
  display: block;
  float: left;
  line-height: 25px;
  width: 50%;
}
.myComment dl dt p img, .myComment dl dd p img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.myComment dl dt p span, .myComment dl dd p span {
  display: block;
  float: left;
  width: 70%;
  line-height: 25px;
}
.myComment dl dt p span.commentImg, .myComment dl dd p span.commentImg {
  width: 100%;
  margin-top: 10px;
}
.myComment dl dt p span.commentImg img, .myComment dl dd p span.commentImg img {
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 10px 10px 0;
}
.myComment dl dt {
  padding: 10px 0;
  border-bottom: 1px #EEEEEE solid;
}
.myComment dl dt p {
  color: #666666;
}
.myComment dl dd {
  border-bottom: 1px #EEEEEE dotted;
}
.myComment dl dd:hover {
  background: #FAFAFA;
  border-color: #DDDDDD;
}

.help {
  width: 100%;
  float: left;
  padding: 10px 30px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.help img {
  max-width: 500px;
}

.help_nav {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #666666;
  padding: 20px 0 10px;
}
.help_nav i {
  padding: 0 10px;
  color: #999999;
  font-size: 12px;
}
.help_nav a {
  color: #666666;
}
.help_nav a:hover {
  color: #FF6600;
}

/*# sourceMappingURL=ucenter.css.map */
