@charset "UTF-8";
.header-three > i {
  width: 312px;
  height: 56px;
  display: inline-block;
  background-image: url(../images/lou.png);
  position: absolute;
  bottom: 0;
  left: 330px;
}

.header-three {
  width: 1000px;
  /* height: 92px;原风格高度 */
   height:90px;/*2018新春风格高度 */
  margin: 0 auto;
  position: relative;
}
.header-three img {
  bottom: 4px;
}
.header-three > i {
  left: 240px;
}
.header-three ul {
  position: absolute;
  bottom: 14px;
  right: 1px;
}
.header-three ul li {
  font-size: 14px;
  color: #333;
  margin-left: 20px;
  position: relative;
}
.header-three ul li .i1 {
  width: 23px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/message.png);
}
.header-three ul li .i2 {
  border-radius: 100%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e30000;
  display: inline-block;
  position: absolute;
  right: -2px;
  top: -2px;
}
.header-three ul li a {
  color: #333;
}
.header-three ul .message {
  margin: 2px -6px 0 4px;
}

/* 原风格样式  */

.header-three .right{
	padding:30px 0 0 0;
}
.header-three .right a {
  padding: 8px 28px;
  display: inline;
  border-radius: 2px; 
  color: #f00;
  font-size: 14px;
  color: #fff;
  float:left;
}
.header-three .right .logins {
  background: #f12600;
}
.header-three .right .registers {
  background: #422791;
}

/* 2018新春样式开始 */
/* .header-three .right{
	padding:45px 0 0 0;
}
.header-three .right a {
  padding: 8px 28px;
  display: inline;
  border-radius: 2px; 
  color: #f00;
  font-size: 14px;
  color: #fff;
  float:left;
}
.header-three .right .logins {
  background: #ec254d;
  border-right: 1px solid #d9244a;
}
.header-three .right .registers {
  background: #ec254d;
} */


.mine-banner {
  height: 170px;
  background: #f3f7fc;
  position: relative;
}
.mine-banner .titlebox {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -500px;
}
.mine-banner .titlebox div {
  width: 424px;
  height: 90px;
  display: block;
  background: rgba(79, 92, 113, 0.5);
  border-radius: 60px;
  font-size: 14px;
  color: #fff;
}
.mine-banner .titlebox div img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 20px;
}
.mine-banner .titlebox div p {
  margin-bottom: 6px;
}

.mine-top-nav {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
}
.mine-top-nav ul a {
  font-size: 16px;
  color: #4e7dcd;
  width: 250px;
  height: 80px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
}
.mine-top-nav ul a li i {
  display: inline-block;
  background-image: url(../images/mine-top-nav.png);
  margin-top: 12px;
}
.mine-top-nav ul a li .i1 {
  height: 35px;
  width: 48px;
  background-position: -262px 0;
}
.mine-top-nav ul a li .i2 {
  height: 31px;
  width: 42px;
  background-position: -172px 0;
}
.mine-top-nav ul a li .i3 {
  height: 31px;
  width: 33px;
  background-position: -64px 0;
}
.mine-top-nav ul a li .i4 {
  height: 32px;
  width: 32px;
  background-position: 0 0;
}
.mine-top-nav ul a li span {
  display: block;
  width: 250px;
  text-align: center;
}
.mine-top-nav ul a.select, .mine-top-nav ul a:hover {
  background: #4e7dcd;
  color: #fff;
}
.mine-top-nav ul a.select .i1, .mine-top-nav ul a:hover .i1 {
  background-position: -214px 0;
}
.mine-top-nav ul a.select .i2, .mine-top-nav ul a:hover .i2 {
  background-position: -130px 0;
}
.mine-top-nav ul a.select .i3, .mine-top-nav ul a:hover .i3 {
  background-position: -97px 0;
}
.mine-top-nav ul a.select .i4, .mine-top-nav ul a:hover .i4 {
  background-position: -32px 0;
}
.mine-top-nav ul a.select::after, .mine-top-nav ul a:hover::after {
  content: "";
  width: 250px;
  height: 4px;
  background: #4369a8;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#mine-bottom-nav {
  height: 72px;
  background: #4e7dcd;
  line-height: 72px;
}
#mine-bottom-nav .mine-bottom-nav {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#mine-bottom-nav .mine-bottom-nav li {
  font-size: 14px;
  color: #fff;
  width: 100px;
  margin-right: 40px;
  text-align: center;
}
#mine-bottom-nav .mine-bottom-nav li i {
  display: inline-block;
  float: left;
  background-image: url(../images/img-f-nav.png);
}
#mine-bottom-nav .mine-bottom-nav li .i1 {
  height: 35px;
  width: 29px;
  background-position: -26px 0;
  margin-top: 18px;
}
#mine-bottom-nav .mine-bottom-nav li .i2 {
  height: 33px;
  width: 26px;
  background-position: 0 0;
  margin-top: 19px;
}
#mine-bottom-nav .mine-bottom-nav li .i3 {
  height: 35px;
  width: 43px;
  background-position: -94px 0;
  margin-top: 18px;
}
#mine-bottom-nav .mine-bottom-nav li .i4 {
  height: 24px;
  width: 39px;
  background-position: -55px 0;
  margin-top: 24px;
}
#mine-bottom-nav .mine-bottom-nav li:first-child {
  background: #d83d29;
  font-size: 18px;
  height: 75px;
  position: absolute;
  top: -3px;
}

#mine {
  background: #f7f7f7;
  width: 100%;
}
#mine .mine {
  width: 1000px;
  margin: 0 auto;
}

/* 个人中心2 */
.mine-2 .top {
  height: 196px;
  padding-top: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.mine-2 .top span {
  font-size: 18px;
  color: #333;
}
.mine-2 .top .left {
  width: 310px;
  margin-right: 112px;
  border-right: 1px dashed #c6c6c6;
}
.mine-2 .top .left i {
  width: 25px;
  height: 16px;
  display: inline-block;
  margin-left: 30px;
  background-image: url(../images/ear.png);
}
.mine-2 .top .left b {
  color: #d36206;
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-top: 20px;
}
.mine-2 .top .left b span {
  font-size: 42px;
  color: #d36206;
}
.mine-2 .top .left button {
  width: 92px;
  height: 34px;
  background: #4e7dcd;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
}
.mine-2 .top > a {
  font-size: 16px;
  color: #4e7dcd;
  width: 50px;
  border-right: 1px solid #4e7dcd;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  margin-left: -4px;
}
.mine-2 .top .ka {
  width: 294px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  margin-top: 88px;
  border-radius: 8px 8px 0 0;
  background: #d7eeff;
  position: relative;
}
.mine-2 .top .ka i {
  width: 33px;
  height: 25px;
  display: inline-block;
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 6px;
  background-image: url(../images/s-people.png);
}
.mine-2 .top .ka span {
  font-size: 16px;
  color: #666;
  padding: 0 12px;
  line-height: 16px;
  display: inline-block;
  border-right: 1px solid #666;
  margin-left: -4px;
}
.mine-2 .top .ka::after {
  content: "";
  display: block;
  width: 294px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.mine-2 .main {
  padding-top: 30px;
}
.mine-2 .main a {
  color: #218ddb;
}
.mine-2 .main table {
  margin-top: 30px;
  padding-bottom: 200px;
}
.mine-2 .main table tr {
  width: 100%;
  padding-left: 20px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #666;
  display: block;
}
.mine-2 .main table tr.select, .mine-2 .main table tr:hover {
  background: #f0f0f0;
}

/* 个人充值 */
.mine-2-last-chongzhi {
  height: 780px;
}
.mine-2-last-chongzhi p {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 62px;
  margin-top: 26px;
}
.mine-2-last-chongzhi p a {
  font-size: 18px;
  color: #666;
  padding: 0 12px;
}
.mine-2-last-chongzhi p a.select, .mine-2-last-chongzhi p a:hover {
  color: #29a1f7;
}
.mine-2-last-chongzhi ul {
  width: 400px;
  margin: 0 auto;
}
.mine-2-last-chongzhi ul li {
  float: none;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  width: 400px;
}
.mine-2-last-chongzhi ul li span {
  padding: 0 20px;
  color: #666;
  font-size: 16px;
}
.mine-2-last-chongzhi ul li input {
  font-size: 16px;
  height: 20px;
  text-indent: 14px;
  border-left: 1px solid #ececec;
}
.mine-2-last-chongzhi ul .last-two {
  border: none;
  background: none;
  text-align: center;
  font-size: 12px;
  color: #d45d03;
  height: 12px;
  line-height: 12px;
  margin: 8px 0 20px 0;
}
.mine-2-last-chongzhi ul .last-btn-a {
  border: none;
}
.mine-2-last-chongzhi ul .last-btn-a a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  background: #29a1f7;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}
.mine-2-last-chongzhi .chongzhi-three {
  text-align: center;
}
.mine-2-last-chongzhi .chongzhi-three img {
  margin-top: 44px;
}
.mine-2-last-chongzhi .chongzhi-three p {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mine-2-last-chongzhi .chongzhi-three p a {
  font-size: 16px;
  color: #1b93ea;
  border-right: 1px solid #a9a9a9;
  line-height: 16px;
  display: inline-block;
}
.mine-2-last-chongzhi .chongzhi-three .yuchongzhiithree,
.mine-2-last-chongzhi .chongzhi-three .yue {
  font-size: 20px;
  color: #333;
  margin: 50px 0 22px 0;
}
.mine-2-last-chongzhi .chongzhi-three .time {
  font-size: 16px;
  color: #9d9d9d;
  margin-bottom: 157px;
}
.mine-2-last-chongzhi .addka li {
  margin-bottom: 30px;
}
#mine .msgcode {
  width: 123px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #f39723;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  float: right;
}
#mine .msgcodedjs {
  width: 123px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  float: right;
  background: #cccccc;
}
.mine-2-last-chongzhi .addka .xinxi {
  border: none;
  background: none;
  color: #999;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 8px;
}
.mine-2-last-chongzhi .addka .xinxi span {
  padding: 0;
  color: #de7c00;
}
.mine-2-last-chongzhi .addka .first,
.mine-2-last-chongzhi .addka .two {
  border: none;
  background: none;
  height: 20px;
  line-height: 20px;
}
.mine-2-last-chongzhi .addka .first > span,
.mine-2-last-chongzhi .addka .two > span {
  border-right: 1px solid #ececec;
}
.mine-2-last-chongzhi .addka .first b,
.mine-2-last-chongzhi .addka .two b {
  font-weight: normal;
  padding-left: 20px;
}
.mine-2-last-chongzhi .addka .first b a,
.mine-2-last-chongzhi .addka .two b a {
  font-size: 14px;
  color: #29a1f7;
}
.mine-2-last-chongzhi .addka .first b span,
.mine-2-last-chongzhi .addka .two b span {
  padding: 0;
}
.mine-2-last-chongzhi .addka .xieyi {
  border: none;
  background: none;
  height: 16px;
  line-height: 16px;
  margin-top: -10px;
}
.mine-2-last-chongzhi .addka .xieyi a {
  font-size: 16px;
}
.mine-2-last-chongzhi .addka .xieyi .l {
  color: #999;
}
.mine-2-last-chongzhi .addka .xieyi .r {
  color: #29a1f7;
}
.mine-2-last-chongzhi .chongzhi-wangyin {
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
}
.mine-2-last-chongzhi .chongzhi-wangyin .left {
  padding: 0 20px;
  border-right: 1px solid #ececec;
}
.mine-2-last-chongzhi .chongzhi-wangyin .input-box {
  float: none;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  margin-top: 38px;
  margin-bottom: 30px;
}
.mine-2-last-chongzhi .chongzhi-wangyin .input-box span {
  padding: 0 20px;
  color: #666;
  font-size: 16px;
}
.mine-2-last-chongzhi .chongzhi-wangyin .input-box input {
  font-size: 16px;
  height: 20px;
  text-indent: 14px;
}
.mine-2-last-chongzhi .mine-ka-yuchongzhi {
  width: 430px;
}
.mine-2-last-chongzhi .mine-ka-yuchongzhi li {
  margin-bottom: 30px;
  position: relative;
  width: 400px;
}
.mine-2-last-chongzhi .mine-ka-yuchongzhi li i {
  width: 9px;
  height: 16px;
  display: inline-block;
  background-image: url(../images/last-r-row.png);
  position: absolute;
  top: 22px;
  right: 20px;
}
.mine-2-last-chongzhi .mine-ka-yuchongzhi .moneybox {
  background: none;
  border: none;
  height: 124px;
}
.mine-2-last-chongzhi .mine-ka-yuchongzhi .moneybox a {
  width: 118px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #d0d0d0;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  margin-left: 10px;
  margin-bottom: 12px;
  background: #fff;
}
.mine-2-last-chongzhi .mine-ka-yuchongzhi .moneybox a.select, .mine-2-last-chongzhi .mine-ka-yuchongzhi .moneybox a:hover {
  border: 1px solid #29a1f7;
  color: #29a1f7;
}
.mine-2-last-chongzhi .yuchongzi-two {
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
}
.mine-2-last-chongzhi .yuchongzi-two span {
  padding: 0 16px;
}
.mine-2-last-chongzhi .yuchongzi-two .input-box {
  float: none;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  margin-top: 38px;
  margin-bottom: 4px;
}
.mine-2-last-chongzhi .yuchongzi-two .input-box span {
  padding: 0 20px;
  color: #666;
  font-size: 16px;
}
.mine-2-last-chongzhi .yuchongzi-two .input-box input {
  font-size: 16px;
  height: 20px;
  text-indent: 14px;
  border-left: 1px solid #ececec;
}
.mine-2-last-chongzhi .yuchongzi-two .password {
  font-size: 16px;
  color: #29a1f7;
}
.mine-2-last-chongzhi .yuchongzi-two .sure-btn {
  width: 400px;
  height: 60px;
  display: block;
  background: #29a1f7;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  margin: 28px 0 20px 0;
}
.mine-2-last-chongzhi .yuchongzi-two .xieyi {
  font-size: 16px;
}
.mine-2-last-chongzhi .yuchongzi-two .xieyi .l {
  color: #999;
}
.mine-2-last-chongzhi .yuchongzi-two .xieyi .r {
  color: #29a1f7;
}
.mine-2-last-chongzhi .guanli-checkbox {
  border: none;
  background: none;
  height: 22px;
  line-height: 22px;
  margin-top: 16px;
}
.mine-2-last-chongzhi .guanli-checkbox input {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}
.mine-2-last-chongzhi .guanli-checkbox span {
  padding: 0;
  line-height: 22px;
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.mine-2-last-chongzhi .guanli-checkbox span a {
  text-decoration: underline;
  color: #7795cc;
}

/* 市民卡管理 */
.mine-ka-guanli {
  height: 790px;
}
.mine-ka-guanli > p {
  padding: 28px 0 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.mine-ka-guanli > p a {
  padding: 0 10px;
  font-size: 18px;
  color: #666;
}
.mine-ka-guanli > p a.select, .mine-ka-guanli > p a:hover {
  color: #29a1f7;
}
.mine-ka-guanli .top-ka {
  height: 182px;
  padding-top: 30px;
}
.mine-ka-guanli .top-ka div {
  float: left;
}
.mine-ka-guanli .top-ka .addbox {
  width: 254px;
  height: 156px;
  border: 1px dashed #bfbfbf;
  border-radius: 20px;
  text-align: center;
}
.mine-ka-guanli .top-ka .addbox a {
  width: 100%;
  height: 100%;
  display: block;
}
.mine-ka-guanli .top-ka .addbox a i {
  width: 34px;
  height: 34px;
  background-image: url(../images/last-add.png);
  display: inline-block;
  margin-top: 50px;
}
.mine-ka-guanli .top-ka .addbox a span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.mine-ka-guanli .top-ka .img-box {
  width: 254px;
  height: 156px;
  border-radius: 20px;
  background: #d7eeff;
  color: #666;
  margin-left: 20px;
}
.mine-ka-guanli .top-ka .img-box .logo {
  width: 100%;
  margin-top: 13px;
  padding-left: 13px;
  margin-bottom: 20px;
}
.mine-ka-guanli .top-ka .img-box .logo i {
  width: 33px;
  height: 25px;
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.mine-ka-guanli .top-ka .img-box .logo .i1 {
  background-image: url(../images/s-people.png);
}
.mine-ka-guanli .top-ka .img-box .logo .i2 {
  height: 24px;
  background-image: url(../images/last-people.png);
}
.mine-ka-guanli .top-ka .img-box .num {
  padding-left: 13px;
  line-height: 16px;
  margin-bottom: 16px;
}
.mine-ka-guanli .top-ka .img-box .time {
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #bfe1fb;
  padding-left: 13px;
}
.mine-ka-guanli .top-ka .blue {
  width: 234px;
  position: absolute;
  top: 170px;
  left: 36px;
}
.mine-ka-guanli .top-ka .blue i {
  width: 20px;
  height: 10px;
  display: block;
  background-image: url(../images/l-r.png);
  margin-left: 107px;
}
.mine-ka-guanli .top-ka .blue hr {
  border: 1px solid #0081e2;
}
.mine-ka-guanli .top-ka .a-btn {
  position: absolute;
  top: 204px;
  left: 150px;
}
.mine-ka-guanli .top-ka .a-btn a {
  padding: 10px 8px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
}
.mine-ka-guanli .main {
  border: 1px solid #e0e0e0;
  padding: 32px 0 10px 0;
}
.mine-ka-guanli .main li {
  clear: both;
  overflow: hidden;
  float: none;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  padding-left: 32px;
}
.mine-ka-guanli .main li b {
  width: 110px;
  display: block;
  float: left;
  font-weight: normal;
  line-height: 20px;
}
.mine-ka-guanli .main li span {
  float: left;
  display: block;
  width: 624px;
  line-height: 20px;
}

/* 个人中心应用 */
.mine-yingyong {
  height: 1000px;
}
.mine-yingyong > a {
  width: 296px;
  height: 98px;
  line-height: 98px;
  border-radius: 4px;
  border: 2px solid #d2d2d2;
  display: inline-block;
  font-size: 36px;
  color: #333;
  margin-top: 140px;
}
.mine-yingyong > a i {
  display: inline-block;
  margin-left: 40px;
  background-image: url(../images/img-fei.png);
}
.mine-yingyong > a .i1 {
  height: 46px;
  width: 39px;
  background-position: -30px 0;
  margin-top: 30px;
}
.mine-yingyong > a .i2 {
  height: 47px;
  width: 30px;
  background-position: 0 0;
  margin-top: 25px;
}
.mine-yingyong > a span {
  padding-left: 32px;
  border-left: 1px solid #d2d2d2;
  margin-left: 26px;
}
.mine-yingyong p {
  text-align: center;
  margin-top: 216px;
}
.mine-yingyong p a {
  font-size: 22px;
  color: #055a91;
  width: 130px;
  display: inline-block;
}
.mine-yingyong p a i {
  width: 26px;
  height: 20px;
  display: inline-block;
  margin-right: 12px;
  background-image: url(../images/jiluka.png);
  float: left;
  margin-top: 5px;
}

/* 个人中心-交易查询 */
.mine-chaxun .time select,
.mine-chaxun .time input, .mine-chaxun .zhuangtai select {
  height: 40px;
  display: inline-block;
  background: #fff;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  line-height:40px\9;
}

.mine-chaxun {
  height: 1000px;
  padding-top: 40px;
  font-size: 14px;
  color: #333;
}
.mine-chaxun .time {
  height: 40px;
}
.mine-chaxun .time select,
.mine-chaxun .time input {
  width: 88px;
}
.mine-chaxun .time select {
  width: 70px;
  padding-left: 10px;
}
.mine-chaxun .zhuangtai {
  height: 40px;
  margin-top: 16px;
}
.mine-chaxun .zhuangtai select {
  padding-left: 10px;
  width: 164px;
  margin-right: 30px;
  padding:7px 0 9px 5px\9;  
}
.mine-chaxun .zhuangtai a {
  width: 74px;
  height: 40px;
  display: inline-block;
  background: #f19916;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  margin-left: -20px;
  vertical-align:top;
}
.mine-chaxun table {
  width: 1000px;
  margin-top: 20px;
}
.mine-chaxun table .th {
  width: 1000px;
  background: #fff;
  text-align: left;
}
.mine-chaxun table .th th {
  padding-left: 22px;
  color: #333;
}
.mine-chaxun table .th th:nth-child(6) {
  padding-left: 10px;
}
.mine-chaxun table tr {
  height: 54px;
  color: #666;
}
.mine-chaxun table tr a.sc_tradeinfo {
  color: #29a1f7;
  width: 77px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.mine-chaxun table tr a.sc_tradeinfob{
    background: #fff;
    color: #29a1f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mine-chaxun table tr a.sc_tradeinfo span.sc_tsanjiao{
    width: 57px;
    display: inline-block;
    text-align: center;
    height: 30px;
    background: url(../images/tradelist.png) center right no-repeat;
}
.mine-chaxun table tr a.sc_tradeinfo:hover{
    background: #fa973a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#ffffff
}
.mine-chaxun table tr a.sc_tradeinfo:hover span{background: none}
.mine-chaxun table tr .custom-menu{
    width: 77px;
    height: 30px;
    position: absolute;
    top: 39px;
    left: 25px;
    line-height: 30px;
    z-index: 1;
    display: none
}
.mine-chaxun table tr .custom-menu ul li .sc_caozan{
    width: 77px;
    height: 30px;
    background: #ffffff;
    color: #29a1f7;
    display: inline-block;
}
.mine-chaxun table tr .custom-menu ul li .sc_caozan:hover{
    background: #fa973a;
    color: #FFF;
}
.mine-chaxun .num-nav {
  width: 344px;
  margin: 26px auto;
}
.mine-chaxun .num-nav li a {
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background: #fff;
  margin-right: 1px;
  font-size: 18px;
  color: #666;
}
/* 个人中心-账户设置 */
.mine-zhaunghu {
  padding-top: 96px;
}
.mine-zhaunghu .ka,
.mine-zhaunghu .gerenxinxi {
  height: 292px;
  border: 1px dashed #d2d2d2;
  padding-top: 25px;
  padding-left: 20px;
}

.mine-zhaunghu .ka li,
.mine-zhaunghu .gerenxinxi li {
  font-size: 14px;
  color: #333;
  float: none;
  margin-bottom: 40px;
}
.mine-zhaunghu .ka li b,
.mine-zhaunghu .gerenxinxi li b {
  font-size: 20px;
  font-weight: normal;
}
.mine-zhaunghu .ka li .left,
.mine-zhaunghu .gerenxinxi li .left {
  width: 160px;
  display: inline-block;
}
.mine-zhaunghu .ka li span i,
.mine-zhaunghu .gerenxinxi li span i {
  width: 18px;
  height: 13px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  background-image: url(../images/s-ka.png);
}
.mine-zhaunghu .ka li a,
.mine-zhaunghu .gerenxinxi li a {
  color: #29a1f7;
}
.mine-zhaunghu .ka {
  border: none;
}
.mine-zhaunghu .ka a {
  width: 45px;
  height: 20px;
  border: 1px solid #29a1f7;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #29a1f7;
  margin-right: 10px;
}
.mine-zhaunghu .ka a.select, .mine-zhaunghu .ka a:hover {
  background: #29a1f7;
  color: #fff;
}
.mine-zhaunghu .last p {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 62px;
}
.mine-zhaunghu .last p a {
  font-size: 18px;
  color: #666;
  padding: 0 12px;
}
.mine-zhaunghu .last p a.select, .mine-zhaunghu .last p a:hover {
  color: #29a1f7;
}
.mine-zhaunghu .last ul {
  width: 400px;
  margin: 0 auto;
}
.mine-zhaunghu .last ul li {
  float: none;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
}
.mine-zhaunghu .last ul li span {
  padding: 0 20px;
  color: #666;
  font-size: 16px;
}
.mine-zhaunghu .last ul li input {
  font-size: 16px;
  height: 20px;
  text-indent: 14px;
  border-left: 1px solid #ececec;
}
.mine-zhaunghu .last ul .checkbox {
  border: none;
  background: none;
}
.mine-zhaunghu .last ul .checkbox > span {
  padding: 0 22px;
  line-height: 22px;
  margin-top: 18px;
  border-right: 1px solid #ececec;
  display: inline-block;
  float: left;
}
.mine-zhaunghu .last ul .checkbox label {
  width: 45px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-top: 18px;
}
.mine-zhaunghu .last ul .checkbox label input {
  width: 22px;
  height: 22px;
  float: left;
}
.mine-zhaunghu .last ul .checkbox label span {
  padding: 0;
  line-height: 22px;
  border-right: none;
  float: left;
  padding-left: 5px;
}
.mine-zhaunghu .last ul li.submit1 {
  border: none;
}
.mine-zhaunghu .last ul li.submit1 a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  background: #29a1f7;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  margin-top: 50px;
}
.mine-zhaunghu .last .anquan div {
  width: 400px;
  margin: 0 auto;
}
.mine-zhaunghu .last .anquan div b {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.mine-zhaunghu .last .anquan div select {
  width: 400px;
  background: none;
  font-size: 16px;
  color: #666;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-left: 20px;
}
.mine-zhaunghu .last .login-password-xiugai-success div {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.mine-zhaunghu .last .login-password-xiugai-success div img {
  margin-top: 28px;
  margin-bottom: 40px;
}
.mine-zhaunghu .last .login-password-xiugai-success div p {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
}

/* 重置操作指南 */
.zhongzhi {
  width: 1025px;
  margin: 0 auto;
}
.mine-zhaunghu .chongzhi-pay-password ul li {
  position: relative;
}
.mine-zhaunghu .chongzhi-pay-password ul li .send-yzm {
  width: 123px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #29a1f7;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.mine-zhaunghu .chongzhi-pay-password ul .txt-phone {
  border: none;
  background: none;
  color: #999;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 8px;
}
.mine-zhaunghu .chongzhi-pay-password ul .txt-phone span {
  color: #de7c00;
  padding: 0;
}
 .mine-2-last-chongzhi .fangshi {
  padding-left: 20px;
  border: none;
  background: none;
  margin-top: 30px;
}
.mine-2-last-chongzhi .fangshi a {
  width: 124px;
  height: 35px;
  display: inline-block;
}
.mine-2-last-chongzhi .fangshi a img {
  width: 98px;
  height: 30px;
  float: left;
  margin-top: 2px;
  margin-left: 2px;
}
.mine-2-last-chongzhi .fangshi a.select, .mine-2-last-chongzhi .fangshi a:hover {
  background-image: url(../images/fangshibox.png);
}
/*# sourceMappingURL=mine.css.map */

/*已登录未登录公共页面头部*/
.register_top_warp {
	height: 30px;
	width: 100%;
	background: #505050;
}

.register_top_warp .register_top {
	height: 30px;
	width: 1000px;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
}

.register_top_warp .register_top a {
	color: #fff;
	margin: 0 10px;
	font-size: 14px;
}

.fr {
	float: right;
}

.coloe {
	color: #bfbfbf;
}

.logo_wrap {
	width: 100%;
	height: 100px;
	background: #fff url(../images/logo_bg1.png) no-repeat;
}

.logo_wrap .logo_box {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/home_logo.png) 80% 11px no-repeat;
}

.logo_wrap .logo_box .logo {
	width: 376px;
	height: 100px;
}

.no_login_nav_wrap {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/nav_bg1.png) no-repeat;
}

.no_login_nav_wrap .no_login_nav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	background: #02b754;
}

.no_login_nav_wrap .no_login_nav .register_n {
	width: 164px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0d60da;
	color: #fff;
}
/*手机验证码样式*/
.msg_code,
.email_msg_code {
	width: 102px;
	height: 42px;
	border: 1px solid #4f9df5;
	background: #fff;
	border-radius: 3px;
	margin-left: 7px;
	color: #4f9df5;
	display: block;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}

.msg_codejs {
	width: 102px;
	height: 42px;
	border: 1px solid #4f9df5;
	background: #fff;
	border-radius: 3px;
	margin-left: 7px;
	color: #4f9df5;
	/*display: block;*/
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
/*错误提示*/
.validata_erro {
	/*margin-left: 22px;*/
	text-align: left;
	display: inline-block;
	width: 262px;
}

.validata_car_title {
	font-size: 14px;
	color: #999;
	display: inline-block;
}

.error_d {
	background: url(../images/car_warm.png) no-repeat left center;
	color: #999;
	display: inline-block;
	margin-left: 10px;
	text-indent: 25px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.error_c {
	background: url(../images/car_warm_r.png) no-repeat left center;
	color: #FF0000;
	display: inline-block;
	margin-left: 10px;
	padding-left: 25px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.error_s {
	background: url(../images/icon_success.png) no-repeat left center;
	color: #02B754;
	display: inline-block;
	margin-left: 10px;
	text-indent: 25px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

/*忘记密码*/
.register_wrap{
		width: 800px;
		height: auto;
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		margin-top: 40px;
		padding-bottom: 80px;
		background: #fff;
		margin-bottom: 30px;
	}
.register_wrap .register_head {
	width: 100%;
	height: 70px;
	position: relative;
	background: #3f86d6;
}

.register_wrap .register_head ul {
	margin-left: 34px;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.register_wrap .register_head ul li {
	width: 138px;
	height: 48px;
	background: #FFF;
	margin-right: 20px;
	text-align: center;
	line-height: 48px;
	border-bottom: 1px solid #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.register_wrap .h74 {
	height: 74px;
}
.register_wrap .text_right {
	display: inline-block;
	width: 180px;
	text-align: right;
	margin-top: 10px;
	float: left;
}
.register_wrap .input_style{
	width: 320px;
	height: 42px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	line-height: 42px;
}
.register_wrap .input_style2{
	width: 210px;
	height: 42px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	line-height: 42px;
}
.register_wrap .check_wrap,
.register_wrap .check_wrap2 {
	width: 100%;
	height: 60px;
	text-indent: 173px;
}
.register_wrap .input_wrap{
	width: 340px;
	height: 74px; 
	float: left;
	margin-left: 15px;
}
.Protocol .check_gou,
.register_wrap .check_gou,
.register_wrap .check_gou2 {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}
.Protocol .check_bg,
.register_wrap .check_bg {
		background: url(../images/chck_box.png) no-repeat;
		background-position: 0 0;
	}

.Protocol .check_bgg,
.register_wrap .check_bgg {
		background: url(../images/chck_box.png) no-repeat;
		background-position: 0 -31px;
	}
	
.register_wrap .agreement_txt,
.register_wrap .agreement_txt2 {
	color: #999999;
}
	.Protocol .agreement_erro,
.register_wrap .agreement_erro,
.register_wrap .agreement_erro2 {
	color: red;
	text-indent: 193px;
	line-height: 30px;
	display: none;
	font-size: 14px;
}
.register_wrap .register_btn{
	display: block;
	width: 327px;
	height: 44px;
	background: #3f86d6;
	border-radius: 5px;
	margin-left: 195px;
	text-align: center;
	line-height: 44px;
	color: #fff;
}
.register_wrap .foget_next{
	display: block;
	width: 327px;
	height: 44px;
	background: #3f86d6;
	border-radius: 5px;
	margin-left: 195px;
	text-align: center;
	line-height: 44px;
	color: #fff;
}
/*手机找回密码*/
.register_wrap .now_phone{
	padding: 0 35px;
	height: 65px;
}
.register_wrap .now_phone p{
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #dcdcdc;
}
/*第一步*/
		
.flow_wrap {
	width: 705px;
	margin: 0 auto;
	display: none;
}

.flow_wrap .flow {}

.flow_wrap .flow_tips {
	padding-left: 25px;
	margin-top: 22px;
}

.flow_wrap .flow_tips i {
	display: inline-block;
	height: 1px;
	width: 160px;
	background: #ddd;
	padding: 0 8px;
	position: relative;
	top: -5px;
}

.flow_wrap .flow_tips .flow_tips_num {
	display: inline-block;
	background: url(../images/flow_icon.png) no-repeat;
	width: 24px;
	height: 22px;
	text-indent: -99em;
}

.flow_wrap .flow_tips .num_01 {
	background-position: -32px 0;
}

.flow_wrap .flow_tips .num_02 {
	background-position: 0 -32px;
}

.flow_wrap .flow_tips .num_03 {
	background-position: 0 -65px;
}

.flow_wrap .flow_tips .num_04 {
	background-position: 0 -96px;
}

.flow_wrap .flow_txt {
	font-size: 12px;
	color: #4e4e4e;
	margin-top: 10px;
}

.flow_wrap .flow_txt_t+.flow_txt_t {
	margin-left: 160px;
}
/*第二步*/

.flow_wrap .flow_tips .num_m01 {
	background-position: 0 0;
}

.flow_wrap .flow_tips .num_m02 {
	background-position: -32px -32px;
}

.flow_wrap .flow_tips .num_m03 {
	background-position: -32px -65px;
}

.flow_wrap .flow_tips .num_m04 {
	background-position: -32px -96px;
}
/* 第三步 */

.flow_wrap .flow_tips .num_s01 {
	background-position: 0 0;
}

.flow_wrap .flow_tips .num_s02 {
	background-position: 0 -32px;
}

.flow_wrap .flow_tips .num_s03 {
	background-position: -32px -96px;
}
/*邮箱找回密码*/
.register_wrap .email_register{
	/*text-align: center;*/
}
.register_wrap .email_register .email_main{
	width: 500px;
	margin: 0 auto;
	height: auto;
	margin-top: 70px;
}
.register_wrap .email_register .email_main p{
	height: 80px;
	line-height: 80px;
}
.register_wrap .email_register .email_btn{
	display: block;
	width: 327px;
	height: 44px;
	background: #3f86d6;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	margin: 0 auto;
}		