a,
a:hover {
    text-decoration: none;
}

.color-red {
    /* color: #f55050; */
    color: #f55050;
}

.color-black {
    color: #333333;
}

.color-blue {
    color: #5e95d2;
}

.clearfix {
    display: inline-block;
    content: '';
    clear: both;
    width: 100%;
}

.u-header {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.u-h-logo {
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 100px;
    line-height: 100px;
}

.u-h-logo img {
    max-width: 100%;
    vertical-align: middle;
}

.u-nav {}

.u-nav li {
    position: relative;
    text-align: right;
    margin-top: 6px;
}

.u-nav li>a {
    display: inline-block;
    text-decoration: none;
}


.none-selected{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*2016/11/11*/

.u-nav-img {
    height: 64px;
    line-height: 64px;
    display: inline-block;
    width: 64px;
    background-color: #fff;
    text-align: center;
    margin-right: -14px;
    border-radius: 50%;
    box-shadow: 1px 0 10px 0 rgba(204,204,204,0.5);
    position: relative;
}

.u-nav li.active .u-nav-img {
    background-color: #f55050;
    box-shadow: 1px 0 10px 0 rgba(245,80,80,0.5);
}

.u-nav-img em {
    display: inline-block;
    vertical-align: middle;
}

.u-nav li.u-nav1 em {
    /* background: url(../img/user/u01.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_zhanghu_h.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.u-nav li.u-nav2 em {
    /* background: url(../img/user/u02.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_chujie_h.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 35px;
}

.u-nav li.u-nav3 em {
    /* background: url(../img/user/u03.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_zijin_h.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 32px;
}

.u-nav li.u-nav4 em {
    /* background: url(../img/user/u04.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_jiangjin_h.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.u-nav li.u-nav5 em {
    background: url(../img/user/u05.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.u-nav li.u-nav6 em {
    /* background: url(../img/user/u06.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_xiaoxi_h.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.u-nav li.u-nav7 em {
    /* background: url(../img/user/u07.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_shezhi_h.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.u-nav li.u-nav1.active em {
    /* background: url(../img/user/u01-h.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_zhanghu_b.svg) no-repeat;
    background-size: 100%;
}

.u-nav li.u-nav2.active em {
    /* background: url(../img/user/u02-h.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_chujie_b.svg) no-repeat;
    background-size: 100%;
}

.u-nav li.u-nav3.active em {
    /* background: url(../img/user/u03-h.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_zijin_b.svg) no-repeat;
    background-size: 100%;
}

.u-nav li.u-nav4.active em {
    /* background: url(../img/user/u04-h.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_jiangjin_b.svg) no-repeat;
    background-size: 100%;
}

.u-nav li.u-nav5.active em {
    background: url(../img/user/u05-h.png) no-repeat;
    background-size: 100%;
}

.u-nav li.u-nav6.active em {
    /* background: url(../img/user/u06-h.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_xiaoxi_b.svg) no-repeat;
    background-size: 100%;
}

.u-nav li.u-nav7.active em {
    /* background: url(../img/user/u07-h.png) no-repeat; */
    background: url(../img/user/menu_icon/icon_shezhi_b.svg) no-repeat;
    background-size: 100%;
}

.main_box {
    display: inline-block;
    width: 1000px;
    font-size: 14px;
}

.u-nav-img img {
    max-width: 100%;
    vertical-align: middle;
}

.u-nav-img .circle {
    position: absolute;
    box-sizing: content-box;
    width: 21px;
    height: 21px;
    line-height: 20px;
    color: #fff;
    background-color: #f55050;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    top: 10px;
    right: 5px;
    font-size: 12px;
}

.u-nav li.active .u-nav-img .circle {
    color: #f55050;
    background: #fff;
}

.u-nav li>a p {
    color: #f55050;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    width: 144px;
    position: relative;
    font-weight: bold;
    top: 6px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-shadow: 10px 0 10px 0 rgba(204,204,204,0.5);
}

.u-nav li.active>a p {
    color: #fff;
    background-color: rgb(245, 80, 80);
    box-shadow: 8px 0 10px 0 rgba(245,80,80,0.5);
}

.sub-nav {
    padding: 15px 0;
    background: #f55050;
    margin-left: 60px;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px;
    display: none;
}

.sub-nav a {
    display: inline-block;
    margin: 5px 8px;
    width: 100px;
    height: 24px;
    line-height: 22px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}

.sub-nav a .circle {
    position: absolute;
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    top: -9px;
    right: -3px;
    background-color: #fff;
    color: #f55050;
    font-size: 12px;
}

.sub-nav a.current .circle {
    background-color: #f55050;
    color: #fff
}

.sub-nav a.current,
.sub-nav a:hover {
    background: #fff;
    color: #f55050;
}

.u-main {
    padding: 20px 0 50px;
}

.sub-nav a:hover .circle {
    background-color: #f55050;
    color: #fff;
    border: 2px solid #fff;
}

.u-main-b {
    position: relative;
    display: inline-block;
    width: 1000px;
    background: #fff;
    min-height: 800px;
    padding: 30px 20px 50px;
    border: 1px solid #eee;
}

.u-c-t {
    width: 100%;
}

.u-c-t-l {
    /* display: inline-block; */
    float: left;
    position: relative;
}

.u-c-t-r {
    /* display: inline-block; */
    float:right;
    /* padding-left: 50px;
    margin-left: 60px;
    border-left: 1px solid #999;
    padding-bottom: 50px;
    padding-top:20px; */
}

.u-c-t-r .title{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight:normal;
}

.u-c-t-r .balance{
    color:#999999;
    font-size:16px;
    font-weight:normal;
}

.u-c-t-r .balance span i {
    font-size:24px;
    font-style:normal;
}

.u-c-t-r .content{
    margin-top:15px;
}

.u-c-t-l-img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.u-c-t-l-img img {
    width: 100%;
}

.u-c-t-l-b {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.u-c-t-l-b h1 {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.u-c-t-l-b h2 {
    color: #cc0033;
    font-size: 16px;
    line-height: 24px;
}

.u-c-t-l-b p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.u-c-t-l-b ul {
    margin-top: 5px;
}

.u-c-t-l-b li {
    float: left;
    margin-right: 5px;
}

.u-c-t-l-b li a {
    display: inline-block;
    background: url(../img/user/u07s.png) no-repeat;
    background-size: 121px 20px;
    background-position: 0px 0px;
    vertical-align: bottom;
}

.u-c-t-l-b li.u-card a {
    width: 23px;
    height: 18px;
    background-position: 1px -4px;
}

.u-c-t-l-b li.u-email a {
    width: 19px;
    height: 19px;
    background-position: -52px -2px;
}

.u-c-t-l-b li.u-phone a {
    width: 14px;
    height: 20px;
    background-position: -77px 0px;
}

.u-c-t-l-b li.u-bank a {
    width: 21px;
    height: 16px;
    background-position: -100px -4px;
}

.u-c-t-l-b li.u-pay a {
    width: 19px;
    height: 21px;
    background-position: -27px 0px;
}

.u-c-t-l-b li:hover a {
    background: url(../img/user/u07s-h.png) no-repeat;
    background-size: 121px 20px;
    background-position: 0px 0px;
}

.u-c-t-l-b li.u-card:hover a {
    width: 23px;
    height: 18px;
    background-position: 1px -4px;
}

.u-c-t-l-b li.u-email:hover a {
    width: 19px;
    height: 19px;
    background-position: -52px -2px;
}

.u-c-t-l-b li.u-phone:hover a {
    width: 14px;
    height: 20px;
    background-position: -77px 0px;
}

.u-c-t-l-b li.u-bank:hover a {
    width: 21px;
    height: 16px;
    background-position: -100px -4px;
}

.u-c-t-l-b li.u-pay:hover a {
    width: 19px;
    height: 21px;
    background-position: -27px 0px;
}

.u-c-t-l-b li.hasdone a {
    background: url(../img/user/u07-h.png) no-repeat;
    background-size: 121px 20px;
    background-position: 0px 0px;
}

.u-c-t-l-b li.hasdone.u-card a {
    width: 23px;
    height: 18px;
    background-position: 1px -4px;
}

.u-c-t-l-b li.hasdone.u-email a {
    width: 19px;
    height: 19px;
    background-position: -52px -2px;
}

.u-c-t-l-b li.hasdone.u-phone a {
    width: 14px;
    height: 20px;
    background-position: -77px 0px;
}

.u-c-t-l-b li.hasdone.u-bank a {
    width: 21px;
    height: 16px;
    background-position: -100px -4px;
}

.u-c-t-l-b li.hasdone.u-pay a {
    width: 19px;
    height: 21px;
    background-position: -27px 0px;
}


.u-c-t-r a {
    display: block;
    margin-bottom: 12px;
    width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #f55050;
    font-size: 16px;
    border: 1px solid #f55050;
    border-radius: 5px;
    margin-right:10px;
}

.u-c-t-r a:nth-child(2){
    margin-top:11px;
}
.u-c-t-r a.has,
.u-c-t-r a:hover {
    background: #f55050;
    color: #fff;
}

.u-c-p {
    background: #f6f6f6;
    border-radius: 10px;
    height: 113px;
    margin-bottom: 20px;
    /* width: 630px; */
    width:80%;
    float: left;
    /* margin-left: 25px; */
}

.u-c-p ul {
    width: 100%;
}

.u-c-p li {
    float: left;
    width: 33.33%;
    /* padding: 20px 0px 25px 0px; */
    margin: 5px 0px 5px 0px;
    /* border-right: 1px solid #e5e5e5; */
    position: relative;
    text-align: center;
}

.u-c-p li:last-child {
    border-right: none;
}

.u-c-p li:last-child a {
    border-right:none;
}

.u-c-p a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 13px 0px 23px 0px;
    border-right: 1px solid #e5e5e5;
}

.u-c-p a p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 5px;
}

.u-c-p a h1 {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.u-c-p a h1 span {
    color: #f55050;
}

.u-c-p li.hover a h1 span {
    color: #333;
}

.u-c-p a h1 span i {
    font-size: 24px;
    font-style: normal;
}

.u-c-p a em {
    display: inline-block;
    width: 32px;
    height: 18px;
    background: url(../img/user/u08.png) no-repeat;
    background-size: 30px 39px;
    background-position: 0px -21px;
    position: absolute;
    top: 25px;
    right: 15px;
}

.u-c-p-s {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: none;
    padding-top: 113px;
    z-index: 2;
}

.u-c-p-s div {
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: left;
    border-top: 1px dashed #eee;
    background: #fff;
}

.u-c-p-s p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.u-c-p-s p span {
    color: #333;
}

.u-c-p-s p span i {
    font-size: 18px;
    font-style: normal;
}

.u-c-p li.hover:hover {
    background: #fff;
}

.u-c-p li.hover:hover .u-c-p-s {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.u-c-p li.hover:hover a em {
    background-position: 0px 0px;
}

.u-c-p li.hover:hover a h1 span {
    color: #f55050;
}

.u-c-list {
    margin-bottom: 40px;
}

.u-c-n {
    height: 55px;
    position: relative;
}

.u-c-n li {
    float: left;
}

.u-c-n li a {
    display: inline-block;
    padding: 15px 20px;
    color: #999999;
    font-size: 16px;
}

.u-c-n li.active a {
    border-bottom: 3px solid #f55050;
    color: #f55050;
}

.u-c-b {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    position: relative;
}

.u-c-b-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    overflow: hidden;
}

.u-c-b-list.active {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    overflow: visible;
}

.u-c-list-l {
    float: left;
    width: 700px;
}

.u-c-list-r {
    float: left;
    width: 238px;
    padding-left: 38px;
}

.u-c-list-r li {
    padding: 25px 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.u-c-list-r li p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.u-c-list-r li i {
    font-style: normal;
    font-size: 16px;
}

.u-c-list-r li span {
    color: #f55050;
    font-size: 18px;
}

.u-c-n .more {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.u-c-n .more a {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.u-c-n .more a:hover {
    color: #f55050;
}

.u-c-item {}

.u-c-item li {
    width: 100%;
    padding: 20px 0 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.u-c-item dl {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}

.u-c-item dl.dl5 {
    width: 15%;
}

.u-c-item dl.dl2 {
    width: 23%;
}

.u-c-item dl.dl4 {
    width: 22%;
}

.u-c-item dl span {
    color: #333;
}

.u-c-item dl span i {
    font-style: normal;
    font-size: 24px;
}

.u-c-item dl a {
    display: inline-block;
    line-height: 32px;
    border-radius: 5px;
    background: #f55050;
    color: #fff;
    font-size: 14px;
    width: 120px;
}

#Calendar td {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    color: #999999;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

#Calendar thead td {
    background: #f6f6f6;
    text-align: center;
}

#Calendar tbody td.active {
    background: #f55050;
    color: #fff;
}

#Calendar tbody td em {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    background: #f55050;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 5px;
}

#Calendar tbody td em.overdue {
    background: #e5e5e5;
    color: #f55050;
}

#Calendar tbody td em.overdue i {
    border-color: transparent #e5e5e5 transparent transparent;
}

#Calendar tbody td em i {
    display: inline-block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #f55050 transparent transparent;
    position: absolute;
    left: -12px;
    top: 6px;
}

#Calendar tbody td.active em {
    background: #fff;
    color: #f55050;
}

#Calendar tbody td.active em i {
    border-color: transparent #fff transparent transparent;
}

.modal-title {
    font-size: 16px;
    color: #999;
}

.modal-title p {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 10px;
}

.modal-title p i {
    color: #f55050;
    font-style: normal;
    display: inline-block;
    margin: 0 2px;
}

.modal-body td {
    padding: 10px;
    text-align: center;
}

.modal-body table {
    width: 100%;
}

.u-main-t {
    margin-top: 40px;
}

.u-main-t h1 {
    font-size: #333333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.u-main-t h1 span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #333;
    margin-right: 10px;
}

.safety-t {
    padding: 30px 40px 22px 20px;
    border-radius: 10px;
    border: 1px dashed #f4e1ae;
    background: #fffdee;
    position: relative;
    margin-bottom: 25px;
}

.safety-t p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.safety-t p i {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 30px;
    vertical-align: middle;
    background: url(../img/user/u09.png) no-repeat;
    background-size: 100% 100%;
}

.safety-t ul {
    position: absolute;
    right: 40px;
    top: 30px;
    width: auto;
}

.safety-t ul span {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    vertical-align: middle;
}

.safety-t ul li {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    padding-top: 4px;
}

.safety-t ul li img {
    max-width: 100%;
}

.safety-b li {
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.safety-b p {
    color: #999999;
    font-size: 14px;
    line-height: 44px;
}

.safety-b img {
    max-width: 100%;
    margin-right: 20px;
    vertical-align: middle;
}

.safety-b p strong {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    display: inline-block;
    margin-right: 20px;
}

.safety-b p span {
    display: inline-block;
    margin-right: 10px;
}

.safety-b li>a {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #f55050;
    font-size: 14px;
    color: #f55050;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    right: 0;
}

.safety-b a:hover {
    background: #f55050;
    color: #fff;
}

.safety-b p i {
    font-style: normal;
    color: #5e95d2;
}

.safety-b .level {
    display: inline-block;
    width: 160px;
    height: 8px;
    background: #cccccc;
    border-radius: 10px;
    position: relative;
}

.safety-b .level em {
    display: inline-block;
    height: 8px;
    background: #5e95d2;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.safety-b a.disabled {
    background: #dcdcdc;
    border-color: #dcdcdc;
    color: #fff;
}

.safety-b a.disabled:hover {
    color: #fff;
    border-color: #dcdcdc;
    background: #dcdcdc;
}

.pay-nav {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    position: relative;
    height: 50px;
    z-index: 2;
}

.pay-nav li {
    float: left;
}

.pay-nav li a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #999999;
    font-size: 14px;
    border-right: 1px solid #eee;
}

.pay-nav li a i {
    display: inline-block;
    background: url(../img/user/u12.png) no-repeat;
    background-size: 67px 20px;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 10px;
}

.pay-nav li a i.rili {
    width: 22px;
    height: 21px;
    background-position: 0px 0px;
}

.pay-nav li a i.liebiao {
    width: 19px;
    height: 19px;
    background-position: -48px 0px;
}

.pay-nav li.active a {
    border-top: 2px solid #f55050;
    color: #f55050;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.pay-nav li.active a i {
    background: url(../img/user/u12-h.png) no-repeat;
    background-size: 67px 20px;
    background-position: 0 0;
}

.pay-nav li.active a i.rili {
    background-position: 0px 0px;
}

.pay-nav li.active a i.liebiao {
    background-position: -48px 0px;
}

.pay-nav p {
    position: absolute;
    line-height: 50px;
    right: 20px;
    top: 0;
    font-size: 14px;
    color: #999999;
}

.pay-nav p i {
    font-style: normal;
    color: #cccccc;
}

.pay-nav p span {
    font-size: 16px;
    color: #5e95d2;
}

.pay-nav p em {
    font-style: normal;
    font-size: 16px;
    color: #f55050;
}

.pay-c {
    position: relative;
}

.pay-c-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pay-c-list.active {
    position: relative;
    display: block;
    z-index: 1;
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pay-search {
    width: 100%;
}

.pay-search-in {
    float: left;
    width: 475px;
}

.pay-sear-s {
    float: left;
    width: 460px;
    padding-left: 30px;
}

.pay-list {
    position: relative;
    margin-bottom: 10px;
}

.pay-list span {
    display: inline-block;
    width: 90px;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.pay-input {
    padding-left: 90px;
}

.pay-input input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 80px 0 10px;
}

.pay-input .btn {
    width: 70px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ccc;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.pay-input-d input {
    width: 180px;
    padding: 0 10px;
}

.pay-sear-s {
    color: #999999;
    font-size: 14px;
    line-height: 34px;
}

.pay-sear-s span {
    color: #5e95d2;
}

.pay-sear-s a {
    display: inline-block;
    padding: 0 10px;
    line-height: 34px;
    background: #5e95d2;
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
}

.pay-sear-s a i {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../img/user/close.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.p-lie-list {
    margin-top: 10px;
}

.p-lie-list table {
    width: 100%;
}

.p-lie-list table tr {
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
}

.p-lie-list table td {
    padding: 15px 10px;
}

.p-lie-list table th {
    border-right: 1px solid #fff;
    background: #eee;
    font-weight: bold;
    padding: 15px 10px;
}

.fc-week-p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-align: center;
}

.pay-c-ca {
    padding: 10px 0;
}

.pay-c-ca h1 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.pay-c-ca input {
    width: 180px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 10px;
}

.pay-c-ca .btn {
    width: 70px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ccc;
    margin-left: 10px;
}

.online-tab,
.offline-tab {
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    color: #959595;
    height: 150px;
    padding: 10px 25px 10px 10px;
    cursor: pointer;
}

.online-tab h3,
.offline-tab h3 {
    margin: 15px 0 5px;
}

.online-tab.hover,
.offline-tab.hover {
    border: 1px solid #f19149;
    background-color: #fff3e0;
    color: #090404;
}

.online-tab.hover h3,
.offline-tab.hover h3 {
    color: #f19149;
}

.recharge-icon {
    height: 104px;
    float: left;
    width: 104px;
    margin: 13px 23px;
    background: url('../img/sources/recharge-icon.png') no-repeat;
}

.online-tab .recharge-icon {
    background-position: 0 -106px;
}

.online-tab.hover .recharge-icon {
    background-position: 0 0;
}

.offline-tab .recharge-icon {
    background-position: 0 -318px;
}

.offline-tab.hover .recharge-icon {
    background-position: 0 -212px;
}

.userTopUp_bank {
    width: 668px;
    overflow: hidden;
}

.userTopUp_bank ul {
    width: 688px;
}

.userTopUp_bank ul li {
    width: 150px;
    height: 40px;
    position: relative;
    float: left;
    margin: 0 20px 10px 0;
    display: inline;
    border: 1px solid #d3d8dc;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background-image: url(../img/icons/bank.gif);
    background-repeat: no-repeat;
}

.userTopUp_bank ul li.other-banks i {
    width: 26px;
    height: 26px;
    float: left;
    margin: 8px 6px 0 5px;
    overflow: hidden;
}

.userTopUp_bank ul li.other-banks a {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #a0a0a0;
    text-decoration: underline;
}

.userTopUp_bank ul li.other-banks a:hover {
    color: #d33626;
}

.userTopUp_bank_desc {
    margin: 20px 0 0 0;
    border: 1px solid #d3d8dc;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 80%;
    display: none;
}

.userTopUp_bank_desc th,
.userTopUp_bank_desc td {
    text-align: center;
    vertical-align: middle;
    height: 35px;
    border-left: 1px solid #d0d5d9;
    border-bottom: 1px solid #d0d5d9
}

.userTopUp_bank_desc th {
    background: #e8ecef;
    font-weight: normal
}

.userTopUp_bank_desc .visa-card td {
    display: none
}

.userTopUp_bank .icon-checkmark {
    background-color: #FFFFFF;
    border: 1px solid #349cd8;
}

.bank-101 {
    background-position: -5px 0;
}

.bank-102 {
    background-position: 0 -39px;
}

.bank-103 {
    background-position: 0 -78px;
}

.bank-104 {
    background-position: 0 -117px;
}

.bank-105 {
    background-position: 0 -156px;
}

.bank-106 {
    background-position: 0 -195px;
}

.bank-107 {
    background-position: 0 -234px;
}

.bank-108 {
    background-position: 0 -273px;
}

.bank-109 {
    background-position: 0 -312px;
}

.bank-110 {
    background-position: 0 -351px;
}

.bank-111 {
    background-position: 0 -390px;
}

.bank-112 {
    background-position: 0 -429px;
}

.bank-113 {
    background-position: 0 -468px;
}

.bank-114 {
    background-position: 0 -507px;
}

.bank-115 {
    background-position: 0 -546px;
}

.has-error .help-block {
    left: 0;
    top: 0px;
}

#CertifyForm .has-error .help-block {
    left: 0;
    top: 58px;
}

#changerPasswordForm .has-error .help-block {
    left: 0px;
    top: 34px;
}

.BankCardBox.icon-checkmark:before,
.userTopUp_bank .icon-checkmark:before {
    color: white;
    position: absolute;
    font-size: 12px;
    top: 0px;
    right: 0px;
    padding: 6px;
    border-radius: 0 0 0 4px;
    background-color: #00a0e9;
}

.icon-checkmark:before {
    content: "\e61f";
}

.tab-content2 {
    padding-left: 220px;
}

.tab-content2>div {
    border: 1px dashed #edd28b;
    padding: 20px;
    background: #fffdee;
    border-radius: 10px;
}

.panel .panel-heading {
    background: transparent;
}

.panel-body li {
    line-height: 30px;
}

.un-line .title {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    border-left: 3px solid #f55050;
    padding-left: 10px;
    margin: 10px 0;
}

.un-line .title span {
    font-size: 18px;
    color: #f55050;
}

.un-line p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 30px;
}

.process {
    background: url(../img/user/u13.png) no-repeat;
    background-size: 100% 100%;
    height: 70px;
    margin: 0 30px;
    margin-bottom: 20px;
}

.process li {
    float: left;
    width: 25%;
}

.process span {
    display: block;
    padding-left: 70px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.process span i {
    font-style: normal;
    color: #5e95d2;
}

.count-info {
    position: relative;
}

.count-info span {
    display: inline-block;
    width: 152px;
    height: 141px;
    background: url(../img/user/u14.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    top: 40px;
}

.count-info th {
    font-weight: normal;
}

.recharge-b {
    padding: 10px 30px;
}

.recharge-b a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #f55050;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}

.recharge-info {
    padding: 30px 20px;
}

.recharge-info dl {
    position: relative;
    margin-bottom: 10px;
}

.recharge-info dt {
    width: 100px;
    line-height: 34px;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    position: absolute;
    top: 0;
    empty-cells: 0;
    text-align: right;
}

.recharge-info dd {
    padding-left: 110px;
}

.recharge-info dd input {
    width: 220px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 10px;
}

.recharge-info dd label {
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}

.recharge-info dd img {
    width: 70px;
    height: 70px;
}

.recharge-info dd .up_img {
    position: relative;
}

.recharge-info dd .up_img input {
    width: 70px;
    height: 70px;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
}

.recharge-info .help-block {
    width: 170px;
}

.recharge-info .has-error .help-block {
    right: 0px;
}

.p-lie-list a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f55050;
    font-size: 14px;
    color: #f55050;
}

.p-lie-list a:hover {
    color: #5e95d2;
    border-color: #5e95d2;
}

.tixian-b {}

.tixian-b dl {
    position: relative;
    margin-bottom: 25px;
}

.tixian-b dt {
    display: inline-block;
    width: 120px;
    text-align: right;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
}

.tixian-b dd {
    padding-left: 130px;
    color: #999;
    font-size: 14px;
    line-height: 34px;
    position: relative;
}

.tixian-b dd input {
    width: 180px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.tixian-b .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #f55050;
    margin-left: 10px;
}

.tixian-b .has-error .help-block {
    left: 360px;
    right: auto;
    top: 0;
}

.tixian-b .help-block {
    width: 170px;
    padding: 0 5px;
}

.tixian-b .form-control-feedback {
    right: auto;
    left: 495px;
}


/*加息券*/

.u-cou-nav {
    padding: 0 90px;
    margin-bottom: 30px;
}

.u-cou-nav li {
    float: left;
    margin-right: 15px;
}

.u-cou-nav li a {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 3px;
    color: #999999;
    font-size: 14px;
}

.u-cou-nav li.on a,
.u-cou-nav li:hover a {
    background: #f55050;
    color: #fff;
}

.u-cou-b {
    padding: 0 65px;
}

.u-cou-b li {
    border: 1px solid #f4e1ae;
    background: #fffdee;
    margin-bottom: 20px;
    border-left: none;
}

.u-cou-b-l {
    width: 234px;
    position: relative;
    float: left;
}

.u-cou-b-l img {
    width: 100%;
}

.u-cou-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 30px;
}

.u-cou-info h1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 5px;
}

.u-cou-info p {
    font-size: 30px;
    color: #ffffff;
    line-height: 60px;
}

.u-cou-info p span {
    font-size: 42px;
    font-weight: bold;
}

.u-cou-info p i {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 10px;
}

.u-cou-b-c {
    float: left;
    width: 450px;
    padding-left: 5px;
    padding-top: 15px;
    height: 120px;
    border-right: 1px dashed #f4e1ae;
}

.u-cou-b-c h1 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.u-cou-b-c h1 small {
    font-size: 24px;
    color: #f55050;
}

.u-cou-b-c p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.u-cou-b-c p span {
    color: #999;
}

.u-cou-b-r {
    float: left;
    width: 140px;
    line-height: 120px;
    text-align: center;
}

.u-cou-b-r a {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #4f83be;
    color: #4f83be;
    font-size: 14px;
    border-radius: 3px;
}


/*.u-cou-b-r a:hover{background: #f55050;color: #fff;}*/

.u-cou-b-r a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/wen1.png) no-repeat;
    margin-left: 5px;
    background-size: 100% 100%;
    vertical-align: middle;
}

.u-cou-b li.overdue,
.u-cou-b li.used {
    border-color: #e5e5e5;
    background: #fafafa;
}

.u-cou-b li.overdue .u-cou-b-c,
.u-cou-b li.used .u-cou-b-c {
    border-color: #e5e5e5;
}

.u-cou-b li.overdue .u-cou-b-c h1,
.u-cou-b li.overdue .u-cou-b-c h1 small,
.u-cou-b li.overdue .u-cou-b-c p,
.u-cou-b li.overdue .u-cou-b-c p span {
    color: #ccc;
}

.u-cou-b li.overdue .u-cou-b-r a,
.u-cou-b li.overdue .u-cou-b-r a:hover {
    border-color: #ccc;
    color: #ccc;
    background: none;
}

.u-cou-b li.used .u-cou-b-c h1 small {
    color: #333;
}

.u-main-b .panel-body {
    padding: 0;
}

.bg_f {
    background: #f8b551;
}

.bg_5 {
    background: #5e95d2;
}

.add_p {
    line-height: 30px;
    text-align: center;
    ;
    text-indent: 0;
}

.add_p i {
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    border-radius: 2px;
}

.add_p span {
    display: block
}

.tz-org-th {
    background: #feefd8;
}

.tz-org-td td,
.tz-org-th th {
    border: 1px solid #fcddb9;
}


/*消息管理*/

.msg-nav {
    margin-bottom: 20px;
}

.msg-nav li {
    float: left;
    margin-right: 10px;
}

.msg-nav li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    border-radius: 3px;
}

.msg-nav li.active a {
    background: #f55050;
    color: #fff;
}

.msg-c-t {
    background: #eeeeee;
    padding: 10px;
    line-height: 20px;
}

.msg-c-t input {
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
}

.msg-c-t label {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.msg-c-t a {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
}

.msg-list li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 10px;
    background: #fff;
}

.msg-list li {
    background: #fafcff;
}

.msg-list-l {
    float: left;
    width: 125px;
}

.msg-list-c {
    float: left;
    width: 600px;
}

.msg-list-r {
    float: left;
    width: 190px;
    padding-left: 10px;
}

.msg-list-l {
    line-height: 30px;
}

.msg-list-l input {
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
}

.msg-list-l label {
    font-weight: normal;
    font-size: 14px;
    color: #5e95d2;
    margin-bottom: 0;
}

.msg-list-c h1 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.msg-list-c p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.msg-list-r p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}

.msg-list li.on {
    background: #fafafa
}

.msg-list li.on .msg-list-c h1,
.msg-list li.on .msg-list-c p,
.msg-list li.on .msg-list-l label {
    color: #999;
}

.msg-list li.on .msg-list-l input {
    border-color: #999;
}

.friend-b-t-l,
.friend-b-t-r {
    float: left;
    width: 50%;
}

.friend-b .title {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    border-left: 3px solid #f55050;
    margin-bottom: 10px;
    text-align: left;
}

.friend-b-t-l-wei {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px;
    width: auto;
    margin: 0 auto;
}

.friend-b-t-l {
    text-align: center;
}

.friend-b-t-l p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
}

.friend-b-t-r h2 {
    color: #5e95d2;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
}

.friend-b-t-r input {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none!important;
}

.friend-b-t-btn {
    margin-top: 20px;
}


/*#zclip-ZeroClipboardMovie_1{opacity:0;}*/

.friend-b-t-btn a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #5e95d2;
    border: 1px solid #5e95d2;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}

.friend-b-t-btn a.has {
    color: #fff;
    background: #f55050;
    border-color: #f55050;
}

.friend-b-t {
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
}

.friend-b-b p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.friend-b-b p span {
    color: #f55050;
    font-size: 16px;
}

.friend-b-b h2 {
    color: #5e95d2;
    font-size: 20px;
    line-height: 30px;
}

.friend-b-b-img {
    text-align: center;
    margin-top: 20px;
}

.friend-b-b-img img {
    max-width: 100%;
}

.friend-d-t {
    background: url(../img/user/u23.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.friend-d-t-l {
    float: left;
    width: 210px;
    padding: 15px 10px 25px 25px;
}

.friend-d-t-r {
    float: left;
    width: 728px;
    padding-left: 10px;
}

.friend-d-t-r li {
    float: left;
    width: 16.66%;
    padding: 15px 10px 25px 10px;
}

.friend-d-t-l p {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}

.friend-d-t-l h1 {
    font-size: 16px;
    color: #999999;
}

.friend-d-t-l h1 span {
    color: #f55050;
}

.friend-d-t-l h1 span i {
    font-size: 24px;
    font-style: normal;
}

.friend-d-t-r li p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.color5 {
    color: #f88d25;
}

.friend-d-b-t li {
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
    padding: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    background: #eeeeee;
}

.friend-d-list li {
    float: left;
    width: 25%;
    padding: 10px;
    color: #333333;
    font-size: 14px;
    position: relative;
}

.friend-d-list li.col-red-d60 {
    color: #f55050;
}

.friend-d-list {
    border-bottom: 1px solid #eee;
}

.friend-d-list-b table {
    width: 100%;
}

.friend-d-list-b td,
.friend-d-list-b th {
    border: 1px solid #fcddb9;
    padding: 10px;
    color: #666666;
    font-size: 12px;
}

.friend-d-list-b th {
    background: #feefd8;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.friend-d-list-b td.color5 {
    color: #f88d25;
}

.friend-d-list-b {
    position: relative;
    border-top: 1px solid #facd89;
    display: none;
}

.friend-d-list-b em {
    border-left: 1px solid #facd89;
    border-top: 1px solid #facd89;
    width: 16px;
    height: 16px;
    background: #feefd8;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: -8px;
}

.friend-d-list li .ar01 {
    margin-top: 0;
    margin: 0;
}

.myaddress-b {
    padding: 0 20px;
}

.myaddress-b-t {
    position: relative;
    margin-bottom: 20px;
}

.myaddress-b-t h2 {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.myaddress-b-t h2 i {
    font-style: normal;
    color: #f55050;
}

.myaddress-b-t a {
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f55050;
}

.myaddress-b-t a i {
    display: inline-block;
    width: 27px;
    height: 20px;
    background: url(../img/user/u43.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    vertical-align: middle;
}

.myaddress-list li {
    border: 1px solid #eeeeee;
    background: #fafafa;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
}

.address-list-l {
    float: left;
    width: 340px;
    position: relative;
    padding: 25px 0;
}

.address-list-c {
    float: left;
    width: 300px;
    position: relative;
    border-right: 1px dashed #eee;
}

.address-list-r {
    float: left;
    width: 200px;
    padding: 25px 0;
    padding-left: 20px;
    padding-top: 53px;
}

.address-list-l-info {
    padding-left: 120px;
}

.address-list-l img {
    width: 72px;
    position: absolute;
    left: 30px;
    z-index: 0;
}

.address-list-l-info p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.address-list-l-info p span {
    color: #999;
}

.address-list-r span {
    display: inline-block;
    width: 77px;
    height: 33px;
    background: url(../img/user/u42.png) no-repeat;
    background-size: 77px 84px;
    background-position: 0px 0px;
    cursor: pointer;
}

.myaddress-list li.on .address-list-r span {
    background-position: 0 -49px;
}

.address-list-r a {
    display: inline-block;
    width: 82px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    vertical-align: top;
    background: #fff;
    border-radius: 3px;
}

.address-list-r a i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
    width: 17px;
    height: 16px;
    background: url(../img/user/u44.png) no-repeat;
    background-size: 100% 100%;
}

.address-list-r a:hover {
    color: #f55050;
    border-color: #f55050;
}

.myaddress-list li.on {
    background: url(../img/user/u40.png) no-repeat top left #fafafa;
}

.address-list-c p {
    font-size: 14px;
    color: #666666;
    line-height: 110px;
}

.address-list-c p span {
    color: #999;
}

.attrValues ul li {
    margin: 0 10px;
}

.u-main-b .btn.flatBtn {
    width: auto;
    padding: 0 10px;
}


/*2016/11/15*/

#slideFull {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

#slideContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: none;
    padding-top: 26px;
}

.slideContent-nav {
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    background: url(../img/step-bg.png);
    height: 56px;
    display: none;
}

.slideContent-b {
    text-align: center;
}

.slideContent-all {
    display: inline-block;
    margin: 50px auto;
    position: relative;
}

.slideContent-c {
    position: relative;
}

.slideContent-c .get_details{
    display: inline-block;
    width: 254px;
    height: 56px;
    position: absolute;
    top: 363px;
    left: 216px;
}


.slideContent-c-n {
    position: absolute;
    top: 100px;
    width: 237px;
    left: 51%;
    margin-left: -125px;
}

.slideContent-s{
    position: absolute;
    top: 355px;
    width: 237px;
    left: 51%;
    margin-left: -125px;
}

.introjs-tooltipbuttons {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
}

.introjs-tooltipbuttons .index{
    opacity: 0;
    width: 229px;
    height: 66px;
    top: 17px;
    left: 12px;
}

.introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    border: 2px solid #fff;
    margin: 0 10px;
    width: 168px;
    height: 46px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}

.introjs-button:focus,
.introjs-button:active {
    color: #fff;
    background: none;
    border-color: #fff;
}

.introjs-button:hover {
    color: #000;
    border-color: #fff100;
    background: #fff100;
}

.introjs-prevbutton {}

.introjs-nextbutton {
    opacity: 0;
    filter: alpha(opacity=0);
}

.introjs-skipbutton,.introjs-skipbutton2 {
    display: inline-block;
    position: absolute;
    top: -500px;
    right: 0;
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
}
.introjs-skipbutton2{
    background: url('../img/icons/newuser_guide_closebtn.png') no-repeat;
}

.u-main-t em {
    display: inline-block;
    padding: 0 8px;
    background: #f55050;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    border-radius: 5px;
    position: relative;
    margin-left: 15px;
}

.u-main-t em i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f55050;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -4px;
}

.rotate45 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*2016/11/16*/

.edit_phone {
    width: 600px;
    margin: 0 auto;
}

.edit_phone_nav {}

.edit_phone_nav li {
    float: left;
    width: 33.33%;
    padding: 2px 10px;
    font-size: 18px;
    color: #999999;
}

.edit_phone_nav li.on {
    color: #f55050;
}

.edit_phone_nav li.pass {
    color: #333;
}

.edit_phone_nav li i {
    font-style: italic;
    font-size: 24px;
    display: inline-block;
    margin-right: 5px;
}

.edit_phone_nav p {
    border-radius: 10px;
    background: #dcdcdc;
    height: 10px;
    position: relative;
}

.edit_phone_nav p em {
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.edit_phone_nav p em.edit_active {
    background: #f55050;
    z-index: 2;
    width: 33.33%
}

.edit_phone_nav p em.edit_next {
    background: #cccccc;
    z-index: 1;
    width: 66.66%
}

.edit_phone_b {
    width: 410px;
    margin: 0 auto;
    padding: 40px 0;
}

.edit_phone_b dl {
    position: relative;
    margin-bottom: 20px;
}

.edit_phone_b dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: right;
}

.edit_phone_b dd {
    padding-left: 110px;
}

.edit_phone_b dd input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 10px 0 30px;
}

.edit_phone_btn a {
    display: inline-block;
}

.edit_phone_list {
    position: relative;
    line-height: 34px;
}

.edit_phone_list i {
    position: absolute;
    top: 7px;
    left: 5px;
}

.edit_phone_list i.msg_code {
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url(../img/msg.png) no-repeat;
    background-size: 100% 100%;
    top: 9px;
}

.edit_phone_b dd .edit_phone_code input {
    padding-right: 120px;
}

.edit_phone_b dd .edit_phone_code button {
    display: inline-block;
    width: 116px;
    text-align: center;
    background: #4f83be;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}

.edit_phone_next {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border: 1px solid #f55050;
    color: #f55050;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.edit_phone_next:hover {
    color: #fff;
    background: #f55050;
}

.edit_cancel {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border: 1px solid #4f83be;
    color: #4f83be;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.edit_cancel:hover {
    color: #fff;
    background: #4f83be;
}

.bg-blue {
    background: #4f83be;
}

.bg-red {
    background: #f55050;
}

.edit_phone_su {
    text-align: center;
}

.edit_phone_su img {
    max-width: 100%;
    margin-bottom: 10px;
}

.edit_phone_su h1 {
    font-size: 30px;
    color: #f55050;
    margin-bottom: 10px;
}

.edit_phone_su p {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.edit_phone_btn {
    text-align: center;
}

.edit_phone_btn a {
    width: 180px;
    display: inline-block;
    margin: 0 10px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 5px;
}


/*礼券*/

.u-cou-wen {
    display: inline-block;
    position: relative;
}

.u-cou-wen i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/wen1.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    cursor: pointer;
}

.u-cou-wen em {
    background: #fff;
    display: none;
    width: 20px;
    height: 20px;
    border-left: 1px solid #6699cc;
    border-top: 1px solid #6699cc;
    z-index: 2;
    position: absolute;
    top: 40px;
    left: 0;
}

.u-cou-wen-s {
    display: none;
    position: absolute;
    top: 50px;
    width: 600px;
    left: -400px;
    background: #ffffff;
    border: 1px solid #5e95d2;
    padding: 20px;
    z-index: 1;
}

.u-cou-wen-s h2 {
    color: #6699cc;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #6699cc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.u-cou-wen-s p {
    color: #6699cc;
    font-size: 14px;
    line-height: 24px;
}

.u-cou-wen:hover em {
    display: inline-block;
}

.u-cou-wen:hover .u-cou-wen-s {
    display: block;
}


/*礼券规则*/

.single_page {
    padding: 20px 10px;
}

.single_page h1 {
    color: #333333;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
}

.single_page h1 small {
    font-size: 24px;
}

.single_page h1 a {
    float: right;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #f55050;
    color: #f55050;
    font-size: 16px;
    border-radius: 3px;
}

.single_page h1 a:hover {
    color: #fff;
    background: #f55050;
}

.single_page h1 a i {
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    line-height: 30px;
}

.single_page p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 30px;
}


/*风险评估*/

.risk {}

.risk-t {
    border-bottom: 1px #eee solid;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.risk-t h3 {
    padding: 0 15px;
    background: #fff;
    color: #333;
    font-size: 22px;
    position: relative;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.risk-t p {
    line-height: 20px;
    color: #999;
}

.risk-c {
    overflow: hidden;
    padding: 0 10px;
}

.risk-c dl {
    overflow: hidden;
    display: block;
    border-bottom: 1px #eee dashed;
    padding: 10px 0;
}

.risk-c dl dt span.Validform_wrong {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #f55050;
    line-height: 30px;
    font-size: 12px;
}

.risk-c dl dt span.Validform_right {
    display: none;
}

.risk-c dl dt,
.risk-c dd {
    display: block;
}

.risk-c dl dt {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.risk-c dl dd {
    line-height: 24px;
    padding-left: 25px;
    font-size: 14px;
    cursor: pointer;
}

.risk-c dl dd:hover {
    background: #f1f1f1;
}

.risk-c dl dd label {
    font-weight: normal;
    margin-bottom: 0;
}

.risk-c dl dd label input,
.risk-c dl dd label span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.risk-btn {
    text-align: center;
    padding-top: 20px;
}

.risksubmit {
    border-radius: 3px;
    background: #f55050;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
    border: none;
    box-shadow: 0 1px 3px #eee;
}

.risk_tips_footer {
    text-align: center;
}

.risk_tips_btn {
    background: #fff;
    border: 1px #f55050 solid;
    border-radius: 5px;
    font-size: 16px;
    color: #f55050;
}

.risk_tips_btn:hover,
.risk_tips_btn:active {
    color: #f55050
}

.risk_tips {
    padding: 30px 20px;
    font-size: 16px;
    color: #999;
}

.risk_tips_s {
    padding-bottom: 20px;
    line-height: 30px;
}

.risk_tips_s strong {
    font-size: 20px;
    color: #f55050;
}

.risk-c dl dd label input:disabled {
    color: #f00;
}


/*会员中心-风险评估提示*/

.uc_risk-tips {
    position: relative;
    border: 1px #FAE6C2 solid;
    padding: 10px;
    line-height: 20px;
    background: #FFFBE5;
    color: #333;
    margin-bottom: 15px;
    font-size: 14px;
}

.uc_risk-tips i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    background: #00CCFF;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
}

.uc_risk-tips a {
    color: #3399FF;
}

.uc_risk-tips .uc_tips-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    color: #FFCC99;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}


/*2017-05-15*/


/*电子签章*/

.electroSign {
    padding: 0 20px;
}

.electroSign h1 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}

.electroSign p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 40px;
}

.no_certifical {
    text-align: center;
}

.install_certificate,
.install_certificate2 {
    display: inline-block;
    width: 70%;
    background: #e60012;
    font-size: 30px;
    color: #ffffff;
    line-height: 70px;
    border-radius: 10px;
}

.no_certifical a {
    display: inline-block;
    width: 70%;
    background: #e60012;
    font-size: 30px;
    color: #ffffff;
    line-height: 70px;
    border-radius: 10px;
    text-decoration: none;
    outline: none
}

.install_certificate2:hover {
    background: #e93e4b;
    color: #fff;
}

.no_certifical a:hover,
.no_certifical a:active,
.no_certifical a:visited,
.no_certifical a:link {
    background: #e93e4b;
    color: #fff;
}

.electroSign h3 {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

.electroSign h3 span {
    color: #e60012;
}

.certificalTip_input {
    position: relative;
}

.certificalTip_input input {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.certificalTip_input span {
    display: inline-block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/electronic/icon.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}

.certificalTip_input span.ok_install {
    background-position: -60px -51px;
}

.certificalTip_input span.no_install {
    background-position: -104px -51px;
}

.certificalTip_input p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-left: 26px;
    margin-bottom: 20px;
}

.certificalTip_input p a,
.certificalTip_input p a:hover {
    color: #5e95d2;
}

.certificalTip_input em {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.electronic_btn {
    padding: 20px 0;
    text-align: center;
}
/* caz证书授权申请书 */
.grant-apply-css h1{
    margin: 30px 0;
    font-size: 24px;
    font-weight: bold;
}
.grant-apply-css h2{
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.electronic_btn .btn {
    background: #d6001d;
    color: #fff;
    line-height: 50px;
    padding: 0 80px;
    border-radius: 10px;
    font-size: 18px;
}

.certificalCode_phone {
    text-align: center;
}

.certificalCode_phone p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.certificalCode_Input {
    margin-bottom: 20px;
    padding: 0 80px;
}

.certificalCode_Input input {
    width: 45%;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #999999;
    background: #f7f7f7;
    font-size: 16px;
}

.certificalCode_Input .getCode {
    width: 45%;
    float: right;
    line-height: 50px;
    border-radius: 10px;
    background: #5e95d2;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 0;
}

.rt-getCode {
    width: 45%;
    float: right;
    line-height: 50px;
    border-radius: 10px;
    background: #5e95d2;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 0;
}

.code_tip {
    display: none;
    margin-top: 20px;
    line-height: 30px;
    color: #d6001d;
    font-size: 14px;
    text-align: center;
}

.has_certifiacl h2 {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 20px;
}

.has_certifiacl table {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    text-align: center;
    border-radius: 10px;
}

.has_certifiacl table th {
    background: #eeeeee;
    text-align: center;
    border-right: 1px solid #fff;
    color: #999999;
    font-size: 14px;
    padding: 15px 10px;
    font-weight: normal;
}

.has_certifiacl table th:last-child {
    border: none;
}

.has_certifiacl table td {
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
    line-height: 30px;
}

.certifi_btn {
    display: inline-block;
    width: 124px;
    height: 32px;
    background: url(../img/electronic/icon.png) no-repeat;
}

.certifi_btn.open_cer {
    background-position: -146px 0px;
}

.certifi_btn.close_cer {
    background-position: 0px 0px;
}

.certificalCode_phone h1 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 20px;
}

.u-c-t-b {
    float: left;
    margin-bottom: 45px;
    margin-left:80px;
}

.u-c-t-b-info {
    width: 290px;
    height: 209px;
    background: url(../img/app/cgbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    text-align: center;
}

.u-c-t-b-info h1 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.u-c-t-b-info a,
.u-c-t-b-info button {
    display: inline-block;
    background: #ffc619;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}

.u-c-t-b-info button {
    outline: none;
    border: none;
    padding: 10px;
}

.u-c-t-b-info a.no-open {
    width: 250px;
    height: 40px;
    line-height: 40px;
}

.u-c-t-b-info p {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 12px;
}

.u-c-t-b-info a.has-open {
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.loan-detail-t {
    position: relative;
}

.loan-detail-t-l {}

.loan-detail-t-l p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}

.loan-detail-t-l p span {
    color: #f55050;
    font-size: 18px;
}

.loan-detail-t-l p a {
    color: #4f83be;
}

.loan-detail-back {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #f55050;
    color: #f55050;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
}

.loan-detail-back i {
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../img/user/u47.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.loan-detail-dis {}

.loan-detail-dis li {
    float: left;
    width: 25%;
    text-align: center;
    background: #ebf3fb;
    border-right: 1px solid #dbe8f6;
    padding: 14px 10px;
}

.loan-detail-dis li:last-child {
    border-right: none;
}

.loan-detail-dis li p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.loan-detail-dis li h1 {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

.loan-detail-dis li span {
    font-size: 18px;
}

.loan-detail-tit {}

.loan-detail-tit-l {
    display: inline-block;
}

.loan-detail-tit-l p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
}

.loan-detail-tit-l p span {
    display: inline-block;
    width: 6px;
    height: 24px;
    border-radius: 5px;
    background: #4f83be;
    margin-right: 5px;
    vertical-align: middle;
}

.loan-detail-tit-r {
    display: inline-block;
    float: right;
}

.loan-detail-tit-r p {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}

.loan-detail-tit-r p span {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

.loan-detail-tit-r p em {
    font-size: 24px;
    vertical-align: bottom;
}

.loan-detail-tit-r a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background: #4f83be;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.loan-detail {}

.loan-detail td {}

.loan-detail {}

.gray-table.loan-detail tbody tr,
.gray-table.loan-detail thead th {
    text-align: center;
    text-indent: 0;
    border-bottom: none;
}

.gray-table.loan-detail thead th {
    font-size: 14px;
    color: #999999;
}

.loan-detail tbody tr td {
    color: #333333;
    font-size: 14px;
    padding: 8px 0;
}

.loan-detail tbody tr td span {
    color: #f55050;
}

.loan-detail tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.loan-detail tbody tr.is-loan td {
    color: #999
}

.loan-detail tbody tr.is-loan td span {
    color: #47b370
}

#article{
    top:120px;
}
#article .modal-header{
    text-align: center;
    background: #e1e1e1;
    color:#cb0001;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#article .modal-title{
    color: #cb0001;
    font-size: 22px;
}
#article .article-content{
    height:240px;
    overflow: auto;
}
#article .article-content img{
    max-width:100%;
}
#article .modal-body{
    padding: 35px 35px 20px 35px;
}
#article .know{
    background-color: #f04646;
    float: right;
}

/* ----我的积分---- */
.u-main-b.myintegral {
    padding: 0 20px;
    min-height: 700px;
}
.flex-justify-align {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.integral {
    height: 90px;
    border-bottom: 1px solid rgba(238,238,238,1);
}

/* 积分显示 */
.integral-show {
    display: flex;
    align-items: center;
}
.integral-show strong{
    position: relative;
    top: 0;
    font-size: 24px;
}
.integral-show p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight:bold;color:#444;
}
/* 签到 */
.integral-signin {
    display: block;
    width: 120px;
    height: 40px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
}
.integral-signin-no {
    color: #fff;
    background: #f55050;
    box-shadow:0px 4px 10px 0px rgba(245,80,80,0.5);
    transition: background .2s ease;
    -webkit-transition: background .2s ease;
}
.integral-signin-no:link {
    color: #fff;
    background: rgba(245,80,80,1);
}
.integral-signin-no:hover {
    color: #fff;
    background: rgba(245,80,80,.85);
}


.integral-signin-ed {
    color: #f55050;
    line-height: 36px;
    box-sizing: border-box;
    border:2px solid rgba(245,80,80,1);
}
.integral-signin-ed:hover,.integral-signin-ed:link{
    color: #f55050;
}
/* 积分记录菜单 */
.integral-tab {
    height: 76px;
}
.integral-menu a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
}
.integral-menu li {
    display: inline-block;
    margin-right: 20px;
    padding: 4px 10px;
    border-radius:4px;
    cursor: pointer;
}
.integral-menu li.active {
    background:rgba(245,80,80,1);
}
.integral-menu li.active a {
    color: #fff;
}

/* 兑换规则按钮 */
.integarl-rule-btn,.integarl-record-btn {
    display: flex;
    align-items: center;
}
.integarl-rule-btn a,
.integarl-record-btn a {
    color: #f55050;
}
.integarl-rule-btn span,
.integarl-record-btn span{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    /* border: 2px solid #f55050;
    border-radius: 14px; */
    /* vertical-align: middle; */
    text-align: center;
}
.integral-rule-span{
    margin-left: 20px;
    background: url('/static/img/user/icon_guizhe.svg') center left no-repeat;
    background-size: auto 100%;
}
.integral-record-span{
    background: url('/static/img/user/icon_duihuan.svg') center left no-repeat;
    background-size: auto 100%;
}

/* 积分详情 */
.integral-details {
    width: 664px;
    color: #666;
}
.integral-details-ul li{
    display: inline-block;
    width: 24.5%;
    height:40px;
    padding-left: 5px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.integral-details-ul li:first-child {
    /* 宽度 */
    width: 37%;
}
.integral-details-ul li:nth-child(2),.integral-details-ul li:nth-child(3) {
    width: 18%;
}
    
.integral-details-head li{
    padding-left: 10px;
    background:rgba(238,238,238,1);
    font-weight: bold;
}
.integral-details-list li {
    border-bottom: 1px solid rgba(238,238,238,1);
}

/* 签到日历 */
.integral-calendar {
    width: 276px;
    text-align: center;
}
.integral-calendar-head {
    height:40px;
    background:rgba(245,80,80,1);
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
/* 日历列表 */
.integral-calendar table {
    width: 100%;
   
}
.integral-calendar thead td{
    padding: 10px 0;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.integral-calendar tbody tr{
    height: 56px;
}
.integral-calendar tbody span{
    display: block;
    position: relative;
}
/* 签到图标 */
.integral-calendar em {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
}
.integral-calendar em.today {
    background: #F55050;
    color: #fff;
}
.integral-calendar .is-signin {
    width: 16px;
    height: 21px;
}
.integral-calendar .yes-signin::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 12px;
    width: 16px;
    height: 8px;
    border-color: #ff4f51;
    border-style: solid;
    border-width: 2px 2px 0 0;
    /* transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); */
    /* -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); */
    transform: rotate(127deg);
    -webkit-transform: rotate(127deg);
}
/*------- 连续签到 -------*/
.keep-sign-in li {
    height: 40px;
}
.keep-sign-in-left {
    float: left;
    width: 80%;
}
.keep-sign-in-left li {
    display: flex;
    align-items: center;
    padding-top: 2px;
    padding-left: 40px; 
    text-align: left;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
/* .keep-sign-in-left li:not(.keep-sign-in-left-7) { */
.keep-sign-in-left li {
    background: url('/static/img/user/icon_jifen.svg') 10px center no-repeat;
}
/* .keep-sign-in-left li:nth-child(7) {
    background: url('/static/img/user/icon_liwu.svg') 10px center no-repeat;
    background-size: 22px 22px;
} */
.keep-sign-in-left li span:first-child {
    flex: 2;
}
.keep-sign-in-left li span:last-child {
    flex: 3;
}
.keep-sign-in-right {
    float: right;
    width: 20%;
}
.keep-sign-in-right li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}
.keep-sign-in-right li i {
    position: relative;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #eee;
    border-radius: 9px;
}
.keep-sign-in-right li span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    box-sizing: content-box;
    height: 100%;
    padding: 2px 0;
    border-left: 2px solid #eee;
}
/* 签到状态 */
.keep-sign-in-right li.active i {
    background: #f55050;
}
.keep-sign-in-right li.active i::before {
    content: '';
    position: absolute;
    /* top: 50%; */
    left: 50%;
    z-index: 3;
    display: block;
    width: 65%;
    height: 42%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(-45deg) translate(-61%,-19%);
    -webkit-transform: rotateZ(-45deg) translate(-61%,-19%);
}
.keep-sign-in-right li.active span {
    border-left: 2px solid #f55050;
}
.keep-sign-in-right li:last-child span {
    display: none;
}
.total-sign-in {
    padding: 15px 0 0 5px;
    /* font-size: 16px; */
    font-weight: bold;
    text-align: left;
}
.total-sign-in strong {
    color: #f55050;
}
/*------- 连续签到 end-------*/

/* 通用标题 */
.integral-title {
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.integral-title span {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 11px;
    padding: 0 5px;
}
.integral-title span::after,.integral-title span::before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 3px;
    background: #f55050;
    border-radius: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.integral-title span::after {
    top: 8px;
}
.integral-title span::before {
    top: 0;
}
/* 加息券区 */
.integral-product {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.integral-product li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 315px;
    /* height: 209px; */
    padding: 20px 0 10px;
    transition: box-shadow .3s ease;
}
.jiaxiquan span {
    display: inline-block;
    text-align: center;
}
.integral-product .jiaxiquan {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width:270px;
    height:144px;
    margin-bottom: 10px;
    background:linear-gradient(90deg,rgba(246,108,83,1) 0%,rgba(236,76,72,1) 100%);
    font-size: 18px;
    color: #fff;
    /* font-weight: bold; */
    border-radius: 6px;
}
.jiaxiquan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 33%;
    display: block;
    height: 100%;
    border-left: 4px dotted #fff;
}
.integral-product .li-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 15px 0;
}
.integral-product .li-container p:nth-of-type(1){
    font-size: 18px;
    color: #f55050;
}
/* .integral-product .li-container p{
    font-weight: bold;
} */
.integral-product li:hover {
    box-shadow:0px 0px 10px 0px rgba(204,204,204,0.5);
}
/* 申请兑换按钮 */
.apply-exchange {
    display: flex;
    align-items: center;
    height:80px;
}
.apply-exchange-btn ,.input-addres, .go-editaddress{
    display: block;
    text-decoration: none;
    width:260px;
    /* height:50px; */
    margin: 15px auto 0;
    background:linear-gradient(90deg,rgba(246,108,83,1) 0%,rgba(236,76,72,1) 100%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius:25px;
    transition: box-shadow .3s ease;
    cursor: pointer;
}
.apply-exchange-btn:hover ,.input-address:hover{
    color: #fff;
    box-shadow:0px 4px 10px 0px rgba(245,80,80,0.5);
}
/* 选择状态 */
.integral-mark {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
}
.integral-mark span{
    padding-top: 5px;
    font-size: 18px;
}
/* 兑换记录 */
.exchange-report .integral-details-ul li {
    width: 19.5%;
}
.integral-title-border {
    border-bottom: 1px solid rgba(238,238,238,1);
}
.exchange-before {
    /* display: none; */
}
/* 兑换成功 + 暂无记录*/
.exchange-success {
    display: none;
    width: 100%;
    height: 500px;
}
.no-record {
    width: 100%;
    height: 400px;
}
.no-record p{
    padding: 30px 0;
    color: #999;
    font-size: 20px;
}
.exchange-success>div,.no-record>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.exchange-success p {
    padding: 10px 0;
    color: #f55050;
    font-size: 18px;
    font-weight: bold;
}
.exchange-success a {
    width:200px;
    height:40px;
    margin: 5px 0;
    border-radius:48px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.exchange-success a:hover {

}
.exchange-success .report-btn {
    background:linear-gradient(90deg,rgba(246,108,83,1) 0%,rgba(236,76,72,1) 100%);
    color: #fff;
    box-shadow:0px 4px 10px 0px rgba(245,80,80,0.5);
}
.exchange-success .goon-btn { 
    color: #333;
    border:1px solid rgb(216, 216, 216);
}
/* 清除 a 标签样式 */
a,
a:link,
a:focus,
a:visited,
a:hover,a:active {
    text-decoration: none;
    /* color: #fff; */
    outline: none;
}
a.apply-exchange-btn:active,
a.apply-exchange-btn:link,
a.apply-exchange-btn:visited {
    color: #fff;
}

/* 积分分页样式 */
.integral-page .pagination {
    display: block;
    text-align: center;
}
.integral-page .pagination span{
    width:32px;
    height:32px;
    background:rgba(245,80,80,1);
    color: #fff;
    border-radius:4px;
}
.integral-page .pagination a{
    /* width:32px; */
    height:32px;
    color: #666;
    border-radius:4px;
    border:1px solid rgba(204,204,204,1);
}
.integral-page .pagination span,
.integral-page .pagination a {
    margin: 0 4px;
    padding: 4px 9px;
}
/* 积分规则 */
.integral-rule>div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.integral-rule h3{
    position: relative;
    font-size: 20px;
    margin: 10px 0;
    padding-left: 25px;
}
.integral-rule h3::before {
    content: '';
    position: absolute;
    display: block;
    width:16px;
    height:16px;
    top: 3px;
    left: 0;
    border-radius:10px;
    border:3px solid rgba(245,80,80,1);
}
.integral-rule p {
    padding: 2px;
    text-align: justify;
}
.integral-rule a {
    color: #f55050;
}

/* 积分任务 */
.integral-task-record {
    position: relative;
    padding-top: 20px;
}
.integral-task-record a {
    display: inline-block;
    padding: 8px 22px;
    background: #fff;
    border-radius: 8px 8px 0px 0px;
    font-size: 18px;
    color: #333;
}
.integral-task-record a.active {
    color: #fff;
    background: #f55050;
}
.integral-task-record::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.integral-task-list {
    width: 650px;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boder-bottom-solid {
    border-bottom: 1px solid #eee;
}
.boder-top-solid {
    border-top: 1px solid #eee;
}
.tast-title {
    padding: 10px 0;
}
.tast-title img{
    width: 18px;
    margin-right: 5px;
}
.tast-title a {
    display: flex;
    color: #F55050;
}
.integral-task-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #eee;
}
.integral-task-list-text {
    flex: 1;
    padding: 0 20px 0 10px;
}
.integral-task-list-text div {
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fai-c {
    margin-bottom: 5px;
}
.integral-task-list li a {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    padding: 12px 0;
    background:rgba(245,80,80,1);
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    line-height: 1;
}
.integral-task-list li.ed a {
    background:rgba(255,189,84,1);
}
.integral-task-list li>img {
    display: block;
    width: 48px;
    height: 48px
}
.integral-task-num {
    display: flex;
    align-items: center;
}
.integral-task-num img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

/* 兑换申请缺弹窗 */
.apply-model {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    color: #666;
}
.apply-model-content {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; */
    width: 480px;
    margin-top: -10%;
    padding: 30px 30px 18px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}
.apply-model-content h4 {
    padding: 0 0 10px;
    font-size: 18px;
    /* border-bottom: 1px solid #eee; */
}
.apply-model-content p {
    height: 60px;
    line-height: 56px;
    font-size: 18px;
    /* text-align: center; */
    color: #929292;
    font-weight: bold;
}
.apply-model-btn {
    display: flex;
    justify-content: flex-end;
    color: #666;
}
.apply-model-btn a {
    display: inline-block;
    width: 15%;
    margin-left: 30px;
    padding: 10px 0;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-align: center;
    /* border: 1px solid #f78888; */
    /* border-radius: 5px; */
}
/* .apply-model-btn a.apply-sure {
    background: #F55050;
    color: #fff;
} */
.reality-rize-popup-content {
    background: none;
    border:0;
}
.prize-address {
    display: none;
    padding: .3rem .1rem;
    background: #fff;
    border-radius: 6px;
}
.address-no img {
    display: block;
    width: 80%;
    height: 4rem;
}
.address-no p {
    padding: .2rem 0;
    text-align: center;
}
.address-no .btn-style {
    line-height: 45px;
    font-size: 16px;
    margin: 10px auto 0;
}
.address-yes .btn-style {
    width: 60%;
    margin: 20px auto 6px;
    font-size: 16px;
    line-height: 45px;
}
.go-editaddress {
    background: #fff;
    color: #f55050;
    border: 1px solid #f55050;
}
.address-yes .btn-style .go-editaddress {
    margin: 20px auto 0;
}
.prize-info .img-box,.address-no .img-box {
    width: 100px;
    height: 100px;
    padding-left: 0;
    display: flex;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
}
.address-no .img-box {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    padding-left: 0;
}
.prize-info .img-box img,.address-no .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


.address-itme span {
    color: #333;
}
.edit-address {
    background: #fff;
    color: #f55050;
    border: 1px solid #f55050;
    text-align: center;
    border-radius: 25px;
    transition: box-shadow .3s ease;
}
.product-popup {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 19;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #666;
    font-size: 16px;
}

.product-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    /* font-weight: 600; */
}
.btn-close-container{
    font:0.37rem/1rem Sans-serif;
    text-align:center;
    margin:20px auto 0;
}
.btn-close-container img {
    width: 70%;
    cursor: pointer;
}
/* 加息劵弹窗 */
.coupon-popup .integral-product {
    padding: 20px;
    width: 315px;
}
.coupon-popup .jiaxiquan {
    /* width: 70%; */
}
.reality-product .li-container .img-box {
    display: flex;
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.reality-product .li-container .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/* 实物兑换弹窗地址样式 */
.address-list {
    min-height: 92px;
    max-height: 184px;
    margin: 20px 0 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow-y: scroll;
}
.address-list li {
    display: flex;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}
.address-list li+li{
    border-top: 1px solid #eee;
}
.address-list li .select{
    display: inline-block;
    width: 18px;
    height: 18px;
    /* margin-right: 10px; */
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
    background: url(/static/mobile/images/user_center_integral_v/icon_gouxuan_bg.svg);
    background-size: 100% 100%;
}
.address-list li.active .select{
    background: url(/static/mobile/images/user_center_integral_v/icon_gouxuan.svg);
    background-size: 100% 100%;
}
.address-itme {
    display: flex;
    margin: 5px 10px 5px 0;
}
.address-itme span {
    padding-left: 15px;
    font-weight: bold;
}
/* .address-list::-webkit-scrollbar {
    width: 8px;
    background: #eee;
    border-radius: 4px;
}
.address-list::-webkit-scrollbar-thumb {
    border: 2px solid #eee;
    background: #fff;
    border-radius: 4px;
} */
.integral-link {
    display: flex;
}
.integral-link img {
    width: 56px;
}
.integral-link a {
   
    margin-left: 25px;
    color: #333;
    font-weight: bold;
}
.integral-link .flex-center {
    display: flex;
    align-items: center;
}
/* 实物兑换弹窗地址样式 end */

/* 网银充值 */
.ebank-list {
    display: flex;
}
.ebank-list span, .ebank-detail span {
    color: #f55050;
}
.ebank-list-item {
    display: flex;
    flex-wrap: wrap;
    width: 846px;
    flex: 1;
}
.ebank-list-item li {
    width: 22%;
    margin: 0 10px 20px;
    cursor: pointer;
    border: 1px solid #eee;
}
.ebank-list-item li img {
    width: 100%;
}
.ebank-detail {
    display: none;
}
.ebank-detail div {
    margin-bottom: 35px;
}
.ebank-detail img {
    margin-left: 5px;
}
.ebank-detail .imgurl {
    border-radius:1px;
    border:3px solid rgba(245,80,80,1);
}
.ebank-detail a:hover, .ebank-detail a {
    color: #f55050;
}
.ebank-detail .balance strong{
    color: #f55050;
    font-size: 24px;
}
.chargeAmount {
    width:260px;
    height:44px;
    padding-left: 5px;
    margin: 0 10px 0 5px;
    border-radius:8px;
    border:2px solid rgba(238,238,238,1);
    outline: none;
}
.ebank-detail .link-ebank {
    display: block;
    width:260px;
    height:54px;
    margin-left: 78px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    background:rgba(245,80,80,1);
    border-radius:8px;
    box-shadow: 0 3px 10px 0px rgba(245,80,80,.5);
}
.ebank-detail .balance {
    margin-left: 7px;
}
.ebank-detail .link-ebank:hover {
    color: #fff;
}
.limit-detail ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.limit-detail li span {
    margin: auto;
    color: #090404;
}
.limit-detail ul li {
    display: flex;
    flex: 1;
    align-self: stretch;
    padding: 20px 15px;
    text-align: center;
    /* line-height: 1; */
}
.limit-detail ul {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.limit-detail ul+ul {
    border-bottom: 1px solid #e2e2e2;
}
.limit-detail-title {
    border-top: 1px solid #e2e2e2;
    background: #f2f2f2;
}
.limit-detail li+li {
    border-left: 1px solid #e2e2e2;
}
.ebank-type {
    display: flex;
    align-items: center;
    margin: 35px 0;
}
.ebank-type span {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ebank-type span:last-child {
    margin-left: 80px;
}
.ebank-type img {
    margin-right: 5px;
}
.e-bank {
    padding: 0 15px;
}
.chargeAmount.select {
    border-color: #f55050;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}
.selected-bank a, .selected-bank {
    display: flex;
    align-items: center;
}
/* 网银充值 end */

/* 加载等待动画 */

.run-loader {
    display: none;
    width: 50px;
    height: 50px;
    margin: 40px auto;
    box-sizing: border-box;
    border: 5px solid #F55050;
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
}

@keyframes loader-rotate {
    0% {transform: rotate(0); }
    100% {transform: rotate(360deg); } 
}
    