body {
    background: #fff;
}
#edit-wrap,#edit-wrap-save-success {
    display: none;
    margin: 50px 100px;
}
#edit-wrap,#edit-wrap-save-failed {
    display: none;
    margin: 50px 100px;
}
#edit-wrap input[type=text],
#edit-wrap input[type=password],
#edit-wrap input[type=email] {
    width: 100%;
    padding: 12px 16px;
    margin: 0 0 0 0;
    display: block;
    border: 1px solid #c8c3cf;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4F4659;
    outline: none;
    transition: box-shadow 0.25s ease-in-out, background-image 0.25s;
    line-height: 24px;
}
/*#search-wrap input[type=text],
#search-wrap input[type=password],
#search-wrap input[type=email] {
    width: 100%;
    padding: 12px 16px;
    margin: 0 0 0 0;
    display: block;
    border: 1px solid #c8c3cf;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4F4659;
    outline: none;
    transition: box-shadow 0.25s ease-in-out, background-image 0.25s;
    line-height: 24px;
}*/
/*start*/
.wrap {
    padding: 28px 0 54px 0;
}

.vip_cont.container {
    padding-left: 0;
    padding-right: 0;
}

/*头部start*/
.vip_header {
    height: 56px;
    line-height: 56px;
    background: #42aef3;
}

.vip_header .logo_wrap .logo {
    display: inline-block;
    float: left;
    height: 51px;
    background: url(../images/logo_wrap_03.png) no-repeat;
    width: 155px;
    background-repeat: no-repeat
}

.logo_wrap .exchan {
    float: left;
    padding: 14px 0 0 29px;
    font-size: 18px;
}

.logo_wrap .exchan a {
    color: #FFFFFF;
}

.vip_header .nav {
    color: #FFFFFF;
}

.vip_header .nav a {
    color: #FFFFFF;
    line-height: 56px;
    font-size: 14px;
    margin: 0 2px;
}

/*左侧start*/
.vip_left, .vip_right {
    background: #FFFFFF;
    border: 1px solid #E0E3EC;
    /*min-height: calc(100vh - 100px);*/
    min-height:884px;
}

.vip_magLeft, .vip_magRight {
}

.head_photo span {
    padding-top: 14px;
    display: block;
    color: #FF6561
}

.vip_cont {
    display: flex;
    min-height: 650px !important;
}

.vip_left {
    width: 200px;
    min-width: 150px;
    padding: 0 0px 25px 0px;
    background: #F8F9FC;
    border: 0;
    position: relative;
}

.sidebar-b {
    font-size: 13px;
    color: #0A301C;
    position: absolute;
    bottom: 25px;
    left: 15px;
}

.sidebar-b-row {
    line-height: 15px;
}

.gap {
    width: 10px;
    height: 2px;
    background: #0A301C;
    margin: 10px 0;
}

.vip_right {
    padding: 15px 50px;
    flex: 1;
}

.vip_left dl {
    margin-bottom: 0;
}

.vip_left dl dt {
    font-size: 16px;
    color: #333333;
}

.vip_left dl dt a {
    display: flex;
    padding: 22px 0 22px 15px;
    color: #0A301C;
    position: relative;
    align-items: center;
}

.vip_left dl dt a img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

.vip_left dl dt a:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #E0E3EC;
    width: 96%;
    left: 2%;
    bottom: 0;
}

.vip_left dl dt a.active {
    background: #0CD170;
    border-left: 5px solid #0A301C;
    padding: 22px 0 22px 10px;
}

.vip_left dl dd p {
    padding: 5px 26px;
    line-height: 1.7 !important;
    margin: 0;
}

.vip_left dl dd p a {
    color: #666666;
    font-size: 14px;
    display: block;
}

.vip_left dl dd p:hover {
    background: #f0f1f5 !important;
    border-left: 3px solid #138fd1;
    margin-left: -3px;
}

.sidebar-top {
    padding: 15px;
    border-bottom: 1px solid #E0E3EC;
}

.sidebar-top img {
    width: 47px;
}

.sidebar-wel {
    color: #0A301C;
    font-size: 15px;
    font-style: italic;
}

/*右侧start*/
.cus01 {
    height: 170px;
    padding: 0px 20px;
}

.cusImg {
    width: 127px;
    height: 127px;
    overflow: hidden;
    margin: 10px;
    float: left;
}

.cusName {
    width: 600px;
    float: left;
    margin: 10px;
}

.cusName p {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #333;
    padding: 0;
    word-wrap: break-word;
    overflow: hidden;
}

.cusName span {
    line-height: 40px;
    height: 40px;
    position: relative;
    font-size: 14px;
    color: #666;
    display: block;
    word-wrap: break-word;
    overflow: hidden;
}

.cusName span i {
    width: 20px;
    height: 22px;
    background: url(../images/bdTell.png) no-repeat;
    background-position: -1px 0px;
    position: absolute;
    top: 10px;
    left: 65px;
}

.cusName span em {
    width: 110px;
    height: 26px;
    line-height: 26px;
    color: #ff6561;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/bdTell.png) no-repeat;
    background-position: -24px 0px;
    position: absolute;
    top: 10px;
    left: 87px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*表格*/
.order-table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
}

.order-table td, .order-table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.order-table td {
    padding: 15px 10px;
    line-height: 1.2;
    white-space: normal;
    word-break: break-all;
}

.order-table th {
    background: #00A988;
    color: #fff;
    line-height: 36px;
    white-space: nowrap;
    position: relative;
    text-align: center;
}

.order-table th:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    right: 0;
}

.order-table tr {
    border-bottom: 1px solid #f2f2f2;
}

.order-table tr:nth-child(2n+1) {
    background: #fff;
    color:#3A3A3A ;
}

.order-table tr:nth-child(2n) {
    background: #F5FAF8;
    color:#3A3A3A ;
}

.pages {
    margin: 30px 0;
}

/*.pages svg{
    width: 30px;
    height: 30px;
}*/
.current-page {
    display: inline-block;
    background: #00A988;
    color: #fff;
    border-radius: 12px;
    padding: 0 8px;
    line-height: 24px;
}

.pages a {
    padding: 0 8px;
}
.pages a:hover {
    display: inline-block;
    background: #00A988;
    color: #fff;
    border-radius: 12px;
    padding: 0 8px;
    line-height: 24px;

    border: 1px solid #00A988;
}

.pages .previous, .pages .next {
    font-size: 14px;
    border-radius: 12px;
    padding: 0 9px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #00A988;
    color: #00A988;
}
.pages .previous:hover, .pages .next:hover {
    color:#fff ;
    background-color:#00A988 ;
}
.pages .previous {
    margin: 0 15px 0 0;
}

.pages .next {
    margin: 0 0 0 15px;
}

.pages .disabled {
    border: 1px solid #d2d2d2 !important;
    color: #d2d2d2;
    cursor: not-allowed !important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.items-right {
    justify-content: flex-end;
}

.down-tips {
    padding: 15px 25px;
    background: #F5FFFA;
    font-size: 15px;
}

.down-tips p i {
    font-weight: bold;
    font-style: italic;
    margin: 0 2px;
}

.table-top {
    color: #3A3A3A;
    font-size: 25px;
    padding: 30px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.table-top.account {
    border-bottom: 1px solid #E0E3EC;
}

.phone-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.phone-row select {
    margin: 0 10px 0 0;
    height: 50px;
    background: #fff;
    border: 1px solid #c8c3cf;
    border-radius: 4px;
}

.phone-row input {
    margin: 0 0 0 0;
}

.flex1 {
    flex: 1;
}
.un-editable {
    background: #F8F9FC;
    border-radius: 5px !important;
    border: 1px solid #D6D6D6 !important;
}
.saved-tab {
    margin: 0px 0 30px 0;
}

.saved-tab:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.search-table {
    margin: 0;
}

.saved-tab ul {
    display: flex;
    justify-content: flex-start;
    border-bottom: 0;
    border-radius: 23px;
    width: 40%;
    background: #FFD900;
}

.saved-tab.order-tab ul {
    width: 80%;
}

.saved-tab ul li {
    width: 50%;
}

.saved-tab.order-tab ul li {
    width: 20%;
}

.saved-tab ul li a {
    font-size: 16px;
    color: #0A301C;
    display: block;
    text-align: center;
    border-radius: 5px 5px 0 0;
    height: 45px;
    line-height: 45px;
}

.saved-tab ul li a.active {
    position: relative;
    background: #FFCC00;
    border-radius: 23px;
    font-weight: bold;
}

.saved-tab ul li a.active:before {
    content: "\e857";
    font-family: "iconfont";
    color: #0A301C;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.wel-top {
    text-align: center;
    margin: 110px 0 20px 0;
}

.wel-top img {
    width: 150px;
}

.wel-home {
    font-size: 45px;
    color: #0A301C;
    text-align: center;
    font-weight: bold;
}

.download-btn {
    color: #3270EF;
    background: none;
    border: none;
}

.order-table .button {
    color: #3270EF;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.order-table .button:hover {
    text-decoration: underline;
}

.order-table .button:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D6D6D6;
    right: 0;
    top: 2px;
}

.order-table .button:last-child {
    margin: 0;
}

.order-table .button:last-child:after {
    background: none;
}

.order-table .button .iconfont {
    font-size: 18px;
    margin: 0 5px 0 0;
}

.table-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-item-box {
    border: 1px solid #E0E3EC;
    border-radius: 5px;
}

.order-item-title {
    font-family: Segoe UI;
    font-weight: 400;
    background: #F8F9FC;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    color: #777777;
}
.order-item-title span {
    margin-right: 29px;
}
.order-table-con {
    padding: 15px 0 0 0;
    border-top: 1px solid #E0E3EC;
}

.order-table-con.paddLR {
    padding: 35px 20px;
}

.paddlr-20 {
    padding: 0 20px 10px 20px;
}

.order-table-2 {
    width: 100%;
    box-sizing: border-box;
}

.order-table-2 th {
    /*line-height: 35px;*/
    /*color: #3A3A3A;*/
    /*font-weight: normal;*/
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 13px;
    color: #777777;
    line-height: 24px;
}

.order-table-2 td {
    padding: 10px 0;
    font-weight: bold;
}

.order-table-detail {
    width: 100%;
}

.order-table-detail th {
    line-height: 35px;
    color: #777777;
    font-weight: normal;
    font-size: 13px;
}

.order-table-detail td {
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.order-item-box {
    margin: 0 0 20px 0;
}

.order-item-bottom {
    background: #F8F9FC;
    line-height: 30px;
    padding: 28px 30px;
    border-radius: 0 0 5px 5px;
    text-align: right;
    border-top: 1px solid #E0E3EC;
    font-size: 18px;
    font-weight: bold;
}

.total-amount {
    font-size: 25px;
    color: #E60303;
    font-style: italic;
}

.forget-a, .edit-btn {
    color: #0A301C;
    background: #FFD900;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    text-align: center;
}

.forget-a:hover, .edit-btn:hover {
    background: #ffcc00;
    color: #0A301C;
}

.forget-a .iconfont, .edit-btn .iconfont {
    font-size: 25px;
    margin: 0 6px 0 0;
}

.account-info {
    margin: 30px 0;
    color: #3A3A3A;
    border-bottom: 1px solid #E0E3EC;
}

.account-item {
    display: flex;
    margin: 0 0 30px 0;
    align-items: center;
}

.account-item label {
    width: 20%;
    color: #777777;
    display: flex;
    align-items: center;
}

.account-item label .iconfont {
    color: #E0E3EC;
    margin: 0 6px 0 0;
    font-size: 24px;
}

.account-item img {
    margin: 0 5px 0 0;
}



.email-col {
    display: flex;
    align-items: center;
    flex: 1;
}

.verify-btn {
    color: #fff;
    background: #3270EF;
   /* font-weight: bold;*/
    font-size: 16px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    border: 0;
    margin: 0 0 0 10px;
}

.verify-btn .iconfont {
    margin: 0 6px 0 0;
    font-size: 21px;
}

.verify-btn:hover {
    background: #2d67df;
    color: #fff;
}

.member-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.member-item label {
    width: 150px;
    line-height: 50px;
    color: #777777;
    font-size: 18px;
}

.member-item input.flex1 {
    flex: 1;
}
.member-item input:focus {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #red;
}

select.form-control-m {
    color: #0A301C;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff url(/build/assets/image/select-icon.png) no-repeat calc(100% - 15px) center;
    background-size: 18px 18px;
    position: relative;
    flex: 1;
    border: 1px solid #c8c3cf;
    line-height: 24px;
    padding: 12px 16px;
}

.member-btn {
    gap: 40px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: center;
}
.clear {
    width: 48%;
    /*border: 1px solid #0CD170;*/
    padding: 13px 17px;
    /*color: #0A301C;*/
    /*border-radius: 0.25rem;*/
    /*font-size: 20px;*/
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: block;

    /*height: 50px;*/
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #0CD170;

    font-family: Segoe UI;
    font-weight: 400;
    font-size: 20px;
    color: #0CD170;
    line-height: 24px;
}
.clear:hover{
    color: #FFFFFF;
    background: #0CD170;
}
.close {
    width: 250px;
    /*border: 1px solid #0CD170;*/
    padding: 13px 17px;
    /*color: #0A301C;*/
    /*border-radius: 0.25rem;*/
    /*font-size: 20px;*/
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: block;

    /*height: 50px;*/
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #0CD170;

    font-family: Segoe UI;
    font-weight: 400;
    font-size: 20px;
    color: #0CD170;
    line-height: 24px;
}
.close:hover{
    color: #FFFFFF;
    background: #0CD170;
}
.save-btn {
    width: 250px;
    border: 1px solid #0CD170;
    /*background-color: #FFD900;*/
    padding: 13px 17px;
    color: #FFFFFF;
    /*border-radius: 0.25rem;*/
    font-size: 20px;
    cursor: pointer;
    transition: box-shadow 0.25s ease-in-out, background-color 0.3s;
    font-weight: bold;
    text-align: center;
    display: block;

    background: #0CD170;
    border-radius: 5px;
}
.save-btn:hover {
    background: #01c162;
}
.disabled {
    background: #f2f2f2;
    color: #999;
    cursor: default;
    border: initial;
}
.disabled:hover {
    background: #f2f2f2;
    color: #999;
    cursor: default;
    border: initial;
}
.email-send {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.verify-tips {
    color: #0CD170;
    margin: 0 0 0 10px;
}

.verify-tips .iconfont {
    font-size: 21px;
    color: #0CD170;
    margin: 0 10px 0 0;
}

.verified {
    margin: 0 0 0 10px;
    color: #0CD170;
}

.verified .iconfont {
    color: #0CD170;
}

.marR5 {
    margin: 0 5px 0 0;
}

.product-name {
    font-size: 20px;
    font-weight: bold;
}

/*支付*/
.wrap .container {
    padding: 0;
}

.pay-wrap {
    padding: 70px 0;
}

.pay-wrap h5 {
    color: #777777;
    font-size: 15px;
    text-align: center;
    margin: 0 0 40px 0;
}

.pay-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay-item {
    border: 1px dashed #777777;
    border-radius: 10px;
    width: 30%;
    margin: 0 3%;
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
}

.pay-item.active {
    border: 1px dashed #3270EF;
    position: relative;
}

.pay-item.active:after {
    content: "\e67f";
    font-family: "iconfont";
    font-size: 20px;
    padding: 0 5px 0 0;
    position: absolute;
    width: 65px;
    height: 40px;
    background: #3270EF;
    top: -1px;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    color: #fff;
    text-align: right;
    border-radius: 0 10px 0 0;
}

.pay-item:nth-child(1) img {
    width: 100px;
    height: auto;
}

.pay-item:nth-child(2) img {
    width: 100px;
    height: auto;
}

.pay-name {
    font-size: 18px;
    color: #3270EF;
    font-weight: bold;
    font-style: italic;
}

.pay-img {
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-image {
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-now {
    text-align: center;
}

.pay-now-btn {
    background: #0CD170;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    width: 30%;
    line-height: 40px;
    display: inline-block;
}

.pay-now-btn:hover {
    background: #01c162;
    color: #fff;
}

.success {
    display: flex;
    justify-content: center;
}

.text-c {
    text-align: center;
}

.success img {
    width: 167px;
}

.pay-tips-row-1 {
    font-size: 25px;
    color: #00A988;
    font-style: italic;
    padding: 15px 0;
    font-weight: bold;
}

.pay-tips-row-2 {
    font-size: 20px;
    color: #00A988;
    font-style: italic;
    padding: 0 0 30px 0;
    font-weight: bold;
}

.pay-tips-row-3 {
    font-size: 18px;
    color: #3A3A3A;
    padding: 0 0 60px 0;
}

.pay-tips-row-3 a {
    color: #00A988;
    font-weight: bold;
    font-style: italic;
}

.pay-success-btns {
    display: flex;
    justify-content: center;
}

.font22 {
    font-size: 22px;
}

.pay-success-btns a {
    display: inline-block;
    line-height: 50px;
    border-radius: 5px;
    background: #0CD170;
    width: 25%;
    margin: 0 2%;
    color: #fff;
    text-align: center;
}

.pay-success-btns a:hover {
    background: #01c162;
}

.pay-success-btns a .iconfont {
    font-size: 26px;
    margin: 0 6px 0 0;
}

.pay-success-box {
    margin: 30px auto;
}

.pay-fail-row-1 {
    font-size: 25px;
    color: #E60303;
    font-style: italic;
    padding: 15px 0;
    font-weight: bold;
}

.pay-fail-row-2 {
    font-size: 18px;
    color: #3A3A3A;
    padding: 0 0 60px 0;
    font-weight: bold;
}

.order-pro-row {
    display: flex;
}

.order-pro-row .order-pro-col {
    width: 40%;
}

.order-pro-row .order-pro-col.font-w {
    font-weight: normal;
    width: 60%;
}

.order-pro-row .order-pro-col li {
    color: #3A3A3A;
    line-height: 1.5;
}

.amount {
    font-weight: bold;
    color: #E60303;
}

.pay-nown-box {
    background: #F8F9FC;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #E0E3EC;
    text-align: right;
}

.pay-nown-box a {
    background: #00A988;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.no-data {
    text-align: center;
    margin: 100px 0 0 0;
}

.no-data img {
    display: inline-block;
}

.no-data-tips {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0 0;
}

.no-data-tips a {
    color: #3270EF;
}

.no-data-tips a:hover {
    color: #3270EF;
    text-decoration: underline;
}
