﻿body#usercenter {
    background: #F6F7FB;
}

body {
    height: 100%;
}

h1 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

h1 > strong {
    color: red;
    padding-left: 10px;
}

h2 {
    padding-bottom: 30px;
    color: #666;
}

.usercenter {
    margin: auto;
    margin-bottom: 30px;
    /*margin-top: 10px;*/
    width: 1200px;
    font-size: 0;
}

.usercenterleft {
    width: 260px;
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
}

.usercenterleft ul li {
    padding-right: 20px;
    cursor: pointer;
}
.usercenterleft ul li span {
    display: block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding-left: 20px;
    color: #2D2D2D;
    position: relative;
    box-sizing: border-box;
}
.usercenterleft ul li span i{
    font-size: 18px;
    margin-right: 10px;
}
.usercenterleft ul li span img{
    width: 20px;
    float: right;
    margin-right: 30px;
    margin-top: 12px;
}

.usercenterleft ul li dl{
    padding-left: 50px;
}
.usercenterleft ul li dl a {
    color: #2D2D2D;
    display: block;
    height: 40px;
    line-height: 40px;
}
.showActive a{
    color: #01AB84 !important;
}
/*.usercenterleft ul li a:hover {*/
/*    background-color: #EDEEF4;*/
/*    color: #000;*/
/*}*/
.usercenterleft dl{
    overflow: hidden;
    transition: all .5s;
    max-height: 0;
}
.usercenterleft .active dl{
    max-height: 200px;
}

.usercenterleft ul li.active span {
    background: #01AB84;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    transition: all .5s;
}

/*.usercenterleft ul li.active span:before {*/
/*    content: "";*/
/*    height: 24px;*/
/*    width: 10px;*/
/*    left: -5px;*/
/*    top: 10px;*/
/*    position: absolute;*/
/*    border-radius: 10px;*/
/*    background-color: #01AB84;*/
/*}*/

.usercenterright {
    width: 940px;
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 16px;
    min-height: 600px;
    margin-top: -30px;
}
.courseList{
    margin-bottom: 20px;
}
.transparentbg {
    background-color: transparent;
}

.p0 {
    padding: 0;
}

.writeform {
    text-align: center;
    padding-top: 10px;

    padding-bottom: 10px;
}

.writeform > div {
    display: table;
    width: 550px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.writeform > div > label,
.writeform div > span {
    display: table-cell;
    padding: 5px 0;
    text-align: left;
    position: relative;
}

.writeform > div > label {
    text-align: right;
    color: #000;
    width: 120px;
    font-size: 16px;
}

.writeform > div > label > i {
    color: red;
    padding-right: 5px;
    font-style: normal;
}

.writeform div > span > input {
    height: 50px;
    background: #F6F7FB;
    border: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
}

.writeform div > span > select {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #555;
    background-color: #F6F7FB;
    background-image: none;
    border-radius: 5px;
    border: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
    appearance: none;
    padding-left: 20px;
    background-image: url('../img/arrow.png');
    background-position: 380px center;
    background-repeat: no-repeat;
}

.writeform div > span select option {
    height: 40px;
    line-height: 40px;
}

.writeform .selectWrite p{
    padding: 10px 0;
    background: #F6F7FB;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.writeform .selectWrite p > span{
    display: flex !important;
    align-items: center;
    background: #F6F7FB;
    margin-bottom: 5px !important;
}
.writeform .selectWrite p > span span{
    text-align: left;
    width: 85%;
}
.writeform .selectWrite input{
    margin-left: 20px !important;
    margin-right: 10px !important;
    width: 16px !important;
    height: 16px !important;
}

select::-ms-expand {
    display: none;
}

.writeform div > span img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
}

button.ysrzbtn {
    width: 250px;
    border: 0;
    height: 48px;
    background: #01AB84;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all .5s;
    cursor: pointer;
}

button.ysrzbtn:hover {
    background-color: #009472;
}

button.ysrzbtn:active {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2) inset;
}
#memberAreaList select{
    margin-bottom: 5px;
}

/*--相关的单选复选按钮--*/
@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #01AB84;
    }
}

.magic-radiobox {
    margin-top: -2px;
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    color: #666;
    padding-left: 30px;
    cursor: pointer;
    margin-top: -3px;
    vertical-align: top;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block;
}

.magic-radio + label:before {
    border-radius: 50%;
    margin-top: -2px;
}

.magic-radio + label:after {
    top: 3px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #01AB84;
}

.magic-radio:checked + label:before {
    border: 1px solid #01AB84;
}

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9;
}

.magic-checkbox + label:before {
    border-radius: 3px;
}

.magic-checkbox + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border: #01AB84;
    background: #01AB84;
}

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.layui-layer-molv {

    border-radius: 10px;

    text-align: center;
}

.layui-layer-content {
    margin: auto;
}

#loginbox {
    /* display: none; */
}

#djstime, #regDjstime ,#regDjstime1{
    position: absolute;
    top: 0;
    height: 48px;
    line-height: 48px;
    right: 0;
    padding-right: 5px;
}

.loginbox {
    display: table;
    width: 510px;
    margin: auto;
    padding-top: 30px;
}

div.loginboxleft,
div.loginboxright {
    display: table-cell;
    color: #666;
}

div.loginboxleft {
    width: 260px;
}

div.loginboxright {
    width: 250px;
}

div.loginboxleft > p {
    /*margin-top: 10px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin: 10px auto;
    width: 80%;
    height: 48px;
    background: #F6F7FB;
    border-radius: 5px;
    position: relative;
}

div.loginboxleft > p > input {
    width: 80%;
    display: block;
    height: 48px;
    border: 0;
    font-size: 16px;
    padding-left: 60px;
    background-color: transparent;
}

div.loginboxleft > p > input:focus,
div.loginboxleft > p > input:active {
    border: 0;
}

div.loginboxleft > p > label {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    z-index: 2;
    padding-left: 15px;
    line-height: 48px;
}

div.loginboxleft > p > button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    z-index: 2;
    padding-left: 5px;
    line-height: 48px;
    border: 0;
    color: #01AB84;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    cursor: pointer;
}

div.loginboxleft h1 {
    padding-bottom: 20px;
}

div.loginboxleft > button {
    height: 48px;
    z-index: 2;
    line-height: 48px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #01AB84;
    cursor: pointer;
}

div.loginboxleft > div {
    font-size: 14px;
    color: #666;
    text-align: center;
}

div.loginboxleft > div > a {
    color: #01AB84;
}

progress::-webkit-progress-bar {
    background-color: #eee;
}

progress::-webkit-progress-value {
    background-color: #01AB84;
}

.listdata progress {
    width: 195px;
    vertical-align: middle;
    height: 3px;
    margin-right: 5px;
}

.ucenter {
    position: relative;
    width: 950px;
}

.ucenter > div {
    background-color: #fff;
    border-radius: 5px;
    height: 160px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
}

.ucenterl {
    width: 680px;
}

.ucenterr {
    width: 260px;
    float: right;
    position: relative
}

.ucenterr a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    box-sizing: border-box;
    padding: 40px;
    padding-top: 70px;
    position: relative;
    transition: all .3s;
    background-color: #18D9AD;
    color: #fff;
}

.ucenterr a:hover {
    background-color: #01AB84
}

.ucenterr a:before {
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    box-shadow: 10px 10px 50px rgba(255, 255, 255, .4) inset;
    right: -70px;
    top: -60px;
}
.levelInfo_name img{
    width: 20px;
}

.ucenterr a:after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 10px 10px 20px rgba(255, 255, 255, .3) inset;
    position: absolute;
    left: -30px;
    bottom: -30px;
}

.ucenterr a label {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    padding-top: 5px;

}

div.username {
    display: inline-block;
    position: relative;
    width: 260px;
    /*height: 100px;*/
    /*margin-top: 30px;*/
    border-right: 1px #DCDFE6 solid;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 15px;
    color: #333;
    padding-left: 29px;
}

#levelImgBox {
    position: absolute;
    top: -15px;
    left: 195px;
    border: 1px #ccc solid;
    background: #fff;
    border-radius: 5px;
    padding: 19px;
    z-index: 999;
    width: 420px;
    height: 90px;
}
#levelImgBox img{
    width: 100%;
    height: 100%;
}

div.username > span {
    display: inline-block;
    position: relative;
    width: 62px;
    height: 62px;
    /*overflow: hidden;*/
    vertical-align: middle;
    clear: both;
    margin-right: 5px;
}

div.username > p {
    display: inline-block;
    /*vertical-align: middle;*/
    text-align: left;
    font-size: 14px;
    color: #999;
    /*padding-left: 15px;*/
}

div.username .levelInfo_name {
    font-size: 18px;
    display: block;
    color: #000;
    padding-top: 5px;
}
.levelInfo_name span{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
}

div.username .levelInfo_dj i {
    display: inline-block;
    font-size: 10px;
    width: 12px;
    height: 12px;
    text-align: right;
    padding-left: 2px;
    box-sizing: border-box;
    line-height: 12px;
    font-style: normal;
    color: #999;
    border: 1px #999 solid;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
    cursor: pointer;
}


img.touxiang {
    width: 42px;
    height: 42px;
    margin-left: -2px;
}

img.txmask {
    width: 62px;
    /*height: 48px;*/
    position: absolute;
    left: -1px;
    top: 0;
}

div.qiandao {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: center;
}

.qiandao > img {
    width: 380px;
}

div.qiandao > p {
    text-align: left;
    width: 270px;
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
    margin: auto;
}

#sign {
    cursor: pointer;
    float: right;
    width: 78px;
    height: 25px;
    background: #01AB84;
    border-radius: 3px;
    color: #fff;
    margin-top: -3px;
    border: 1px solid #01AB84;
}

#signed {
    float: right;
    width: 58px;
    height: 25px;
    background: rgba(153, 221, 205, 0.6);
    border-radius: 3px;
    color: #fff;
    margin-top: -3px;
    border: 1px solid rgba(153, 221, 205, 0.6);
}

div.qiandao ul {
    display: inline-block;
    width: 320px;
    margin-top: 10px;
}

div.qiandao ul li {
    display: inline-block;
    width: 40px;
    font-size: 12px;
}

div.qiandao ul li label {
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    color: #aaa;
    letter-spacing: -1px;
    border: 1px #999 solid;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

div.qiandao ul li:first-child label:before {
    content: "";
    width: 16px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: -10px;
    bottom: -13px;
}

div.qiandao ul li:last-child label:before {
    content: "";
    width: 16px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    bottom: -13px;
}

div.qiandao ul li p {
    padding-top: 5px;
    border-top: 1px #eee solid;
    position: relative;
}

div.qiandao ul li p:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -5px;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
}

div.qiandao ul li.active p {
    color: #01AB84;
}

div.qiandao ul li.active p:before {
    background-color: #01AB84;
}

.ucentertab {
    margin-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    min-height: 500px;
    color: #666
}

.jfprize {
    color: #FF3200;
    font-size: 16px;
}

.jfprize strong {
    font-size: 16px;
    font-weight: 400;
}

table.tbl {
    border-collapse: collapse;
    width: 100%;
    border: 1px #f5f5f5 solid;
}

table.tbl th {
    color: #666;
    text-align: left;
    background-color: #F5F7F9
}

table.tbl th,
table.tbl td {
    padding: 10px;
    font-size: 14px;
}

table.tbl td {
    border: 1px #f5f5f5 solid;
    color: #666
}

.colortxt {
    color: #01AB84 !important
}

.jifenshophead {
    color: #666;
    display: table;
    width: 100%;
}

.jifenshophead > div {
    display: table-cell;
    vertical-align: top;
}

div.jifenshopheadleft {
    width: 330px;
    text-align: center;
}

div.jifenshopheadleft img {
    max-width: 100%;
    border-radius: 5px;
}

div.jifenshopheadright {
    padding-left: 20px;
}

div.jifenshopheadright > strong {
    font-size: 22px;
}

div.jifenshopheadright > p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    color: #ff5f00;
}

div.jifenshopheadright > p > label {
    font-size: 16px;
}

div.jifenshopheadright > button {
    width: 180px;
    height: 40px;
    border: 0;
    color: #fff;
    background: #01AB84;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

div.jifenshoptxt {
    color: #666;
    padding-top: 30px;
}

div.jifenshoptxt strong {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.jifenshoptxt p {
    padding-top: 10px;
    color: #676767;
}

#shdz {
    display: none;
}

.openwin {
    padding-top: 20px;
    color: #666;
}

.txbox {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.txbox img {
    width: 100%;

    height: 100%;
}

.txbox > a {
    display: block;
    color: #fff;
    padding: 3px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);

}

.zblisoutbox {
    display: inline-block;
    /*width: 100%;*/
}

.zhibobox .zblisoutbox .zbtjlist:nth-child(3n) {
    margin-right: 30px;
}

.zhibobox .zblisoutbox .zbtjlist:nth-child(4n) {
    margin-right: 0px;
}
.usercenterright .zblisoutbox .zbtjlist:nth-child(3n) {
    margin-right: 0px !important;
}
.pagectrl {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

.pagectrl button {
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.pagectrl button.active {
    background: #01AB84;
    color: #fff;
}

.pagectrl input {
    height: 32px;
    width: 50px;
    border-radius: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.zhiboxiangqingmian {
    width: 870px;
    height: 475px;
    background: #000;
    position: relative;
}

.zqxqtitlebox {
    width: 860px;
    padding: 20px 10px;
}

.kcxqrightbox {
    margin-top: 0px;
}

.newplboxba,
.newplboxca {
    background-color: transparent;
}

.newplboxba {
    border-radius: 5px;
    margin-top: 0;
}

.newplboxba textarea {
    box-sizing: border-box;

}

.newpchuifubtn {
    border-radius: 5px;
    margin-top: 10px;
}

.hdshowtime {
    float: none;
    padding-left: 50px;
}

.ma {
    padding: 10px;
    display: none;
    background-color: transparent;
    text-align: center;
}

.ma img {
    width: 260px;
    height: 260px;
}

.ma p {
    font-size: 16px;
    color: #666;
}

.zhibozqxqimg {
    overflow: hidden;
    width: 880px;
}

.zhibozqxqimg img {
    width: 100%;
    border-radius: 5px;
}

.ljpaybtn {
    width: 180px;
    font-size: 18px;
    border: none;
}

div.txt {
    color: #666;
    padding-bottom: 30px;
}

div.txt p {
    padding-top: 5px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    text-align: justify;
}

div.txt h3 {
    padding-top: 20px;
}

div.txt blockquote {
    background-color: #f6f7fb;
    margin-top: 10px;
    padding: 10px;
}

#zq .zbtjlist {
    margin-right: 16px;
}

#zq .zbtjlist:nth-child(3n) {
    margin-right: 0;
}

.layer {
    display: none;
}

.tx {
    color: #000;
    padding-top: 30px;
}

.tx p {
    padding-bottom: 50px;
    font-weight: 500;
    font-size: 20px;
}

.tx button {
    width: 200px;
}

.tx img {
    width: 90px;
    height: 90px;
}

.btn {

    height: 48px;
    background: #01AB84;
    border: 0;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin: 5px;
}

.btnborder {
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    color: #01AB84;
    background-color: #fff;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #01AB84;
}

.layui-layer-shade {
    opacity: 0.8 !important;
}

.layertitle {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #000;
    /*margin-top: 10px;*/
    font-weight: bolder;
}

.layerbtnbox {
    text-align: center;
    padding-top: 10px;
}

#wjdc button {
    width: 200px;
}

#wjdc .writeform > div {
    width: 80%;
    margin: auto;
    display: block;
}

#wjdc .writeform > div > label {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
}
#wjdc .writeform > div > span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

ul.bangdan {
    padding-top: 10px;
    padding-bottom: 30px;
}

ul.bangdan li {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.bangdan li img {
    border-radius: 50%;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-left: 20px;
    margin-right: 6px;
}

ul.bangdan li label {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

ul.bangdan li:nth-child(1) label,
ul.bangdan li:nth-child(2) label,
ul.bangdan li:nth-child(3) label {
    color: #009472;
    font-style: italic;
}

ul.bangdan li span.fxCount {
    float: right;
    color: #FF5F00;
}

ul.bangdan li span.fxName {
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.redtxt {
    color: red;
}

.lianxiwomen {
    text-align: center;
    color: #000;
    padding-top: 100px;
}

.lianxiwomen img {
    max-width: 200px;
    margin-bottom: 10px;
}

.yinsitiaokuan {
    padding: 20px;
}

.ranking {
    width: 686px;
    margin: 48px auto;
    position: relative;
}

.ranking .ranking-item {
    width: 686px;
    height: 88px;
    line-height: 88px;
    margin-bottom: 30px;
    position: relative;
}

.ranking .ranking-item .num, .ranking .ranking-item .header-img, .ranking .ranking-item .user-name {
    float: left;
    margin-right: 20px;
}

.ranking .ranking-item .num {
    font-size: 32px;
    width: 40px;
    height: 88px;
    line-height: 88px;
    text-align: center;
}

.ranking .ranking-item .user-name {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    display: inline-block;
    vertical-align: top;
}

.ranking .ranking-item .header-img {
    overflow: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 17px;
    display: inline-block;
}

.ranking .ranking-item .header-img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.ranking .ranking-item .mark {
    float: right;
    font-size: 36px;
    font-family: ArialNarrow-Bold, ArialNarrow;
    font-weight: bold;
    color: #606266;
}

.ranking .ranking-item .one, .ranking .ranking-item .two, .ranking .ranking-item .three {
    width: 40px;
    height: 40px;
    font-size: 40px;
    font-family: Arial-BoldItalicMT, Arial;
    font-weight: normal;
    color: #01AB84;
    margin-right: 13px;
    margin-top: 22px;
}

.mark-one {
    color: #FFB606 !important;
}

.mark-two {
    color: #BDC3C7 !important;
}

.mark-three {
    color: #D6A184 !important;
}

.no-data {
    width: 900px;
    margin-top: 80px;
    text-align: center;
}

.no-data img {
    width: 280px;
    height: 200px;
    display: block;
    margin: 0px auto;
}

.no-data .info {
    text-align: center;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #868686;
    margin-top: 54px;
}

/*.buyBox {*/
/*    height: 140px !important;*/
/*}*/

.ing {
    background: #FF5F00;
    color: #FFFFFF;
}

.wait {
    background: #FFAF00;
    color: #FFFFFF;
}

.end {
    background: #CCCCCC;
    color: #676767;
}

.zq {
    background: #01AB84;
    color: #FFFFFF;
}

.old {
    background: #006EFF;
    color: #FFFFFF;
}

.tjtoppicbox div {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.detailBtn {
    float: right;
}

.showD {
    height: 230px !important;
}

.packUpBox {

}

.packUp {
    margin-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.detailBox {
    position: relative;
}

.detailBox p strong {
    display: inline-block;
    width: 70px;
}

.detailBox h3 span {
    display: inline-block;
    margin-left: 10px;
}

button.collect-btn {
    margin-top: 32px;
    width: 180px;
    height: 40px;
    background: white;
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ccc;
    line-height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.collected {
   color: #01Ab84 !important;
}

.collect-btn .collectImg {
    /* background: #FF5F00; */
    width: 22px;
    height: 22px;
    margin-top: 10px;
    vertical-align: top;
}
div.username > span ul li a {
    /*zoom: 0.7;*/
    height: 22px;
}



.rzClosr {
    font-size: 34px;
    font-weight: 200;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #999;
    cursor: pointer;
}

.rzClosr:hover {
    color: #496FFF;
}


/*个人中心*/
.person_set{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
}
.person_set p{
    display: inline-block;
    border-bottom: 2px solid #01AB84;
    height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #01AB84;
}
.personR .editBtn {
    float: right;
    margin-top: 20px;
    margin-right: 38px;
    cursor: pointer;
    width: 30px;
}
.fpxz{
    overflow: hidden;
    background: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
}

/*我的资料*/
.formCont {
    padding: 40px 0px;
}
.formCont1 {
    padding: 40px 36px;
}
.formCont .el-form-item{
    display: inline-block !important;
}
.formCont .el-input__inner{
    height: 28px !important;
}
.formCont .el-form-item {
    margin-bottom: 5px;
}
.formCont .el-input__icon{
    line-height: 23px;
}
.dizhi .el-form-item {
    width: 96px !important;
}
.dizhi .el-select .el-input__inner{
    width: 96px !important;
}
.lineList {
    margin-bottom: 20px;
}

.halfList img {
    width: 20px;
    vertical-align: middle;
}

.halfList label {
    font-size: 14px;
    color: #333;
    width: 90px;
    text-align-last: justify;
    margin-right: 5px;
    display: inline-block;
}

.labelSpan {
    background: #F3F7FF;
    border-radius: 4px;
    display: inline-block;
    color: #4A70FF;
    font-size: 12px;
    padding: 5px 12px;
    margin-right: 10px;
}

.accountSecurity {
    padding: 42px 36px;
    border-top: 1px solid #E5E5E5;
}

.accountTab {
    margin-top: 42px;
}

.accountTab .accountCont {
    width: 223px;
    height: 235px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-right: 40px;
    /* display: inline-block; */
    float: left;
    border: 1px solid #E5E5E5;
}

.cur {
    box-shadow: 2px 3px 10px 0px rgba(117, 117, 117, 0.19);
    border: none;
}

.tiRight {
    width: 43px;
    position: absolute;
    top: 0;
    right: 0;
}

.accountTab .photo {
    margin-top: 28px;
    width: 60px;
}

.accountTab .txt1 {
    margin-top: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.accountTab .txt2 {
    margin-top: 15px;
    color: #999999;
    font-size: 12px;
    height: 14px;
}


.changeBtn {
    margin-top: 28px;
    width: 137px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #01AB84;
    border-radius: 4px;
    font-size: 12px;
    color: #01AB84;
    display: inline-block;
    cursor: pointer;
}

.changeBtn:hover{
    background: #01AB84 !important;
    color: #fff !important;
}


.zhanImg{
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.changeCode{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.changeCode_box{
    width: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 14px;
}
.frame_head {
    height: 50px;
    line-height: 50px;
    background: #01AB84;
    border-radius: 14px 14px 0px 0px;
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
}

.frame_body {
    padding: 30px;
}
.changeCode_box img{
    position: absolute;
    right: 25px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.changeForm {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}



.changeForm .changeForm_list label {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 90px;
    display: inline-block;
    text-align-last: justify;
}

.changeForm_list{
    margin-bottom: 20px;
}
.changeForm .changeForm_list input {
    border: 0;
    font-size: 16px;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    background: #F6F7FB;
}

.changePassBtn{
    width: 200px;
    border: 0;
    height: 48px;
    background: #01AB84;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all .5s;
    cursor: pointer;
}
.changeGetCode{
    display: inline-block;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    background: #F6F7FB;
    text-align: left;
}
.changeGetCode input{
    width: 160px !important;
    display: inline-block;
}
.changeGetCode .sendChangeBtn{
    float: right;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    color: #01AB84;
    width: 110px;
    background: none;
}
.halfList input,
.halfList select{
    padding: 0 3px;
    min-height: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    background: #fff;
    width: 300px;
}
.halfList select{
    padding: 0 !important;
}

.changeHead {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
}

.changeHead img {
    width: 100%;
    height: 100%;
}

.changeHead > a {
    display: block;
    color: #fff;
    padding: 3px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);

}


/*我的消息*/
.message_list{
    display: inline-block;
    margin-left: 40px;
}
.message_list span{
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    border-radius: 34px;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}
.message_list span.cur{
    background: #01AB84 !important;
    color: #fff !important;
}
.message_read{
    display: inline-block;
    float: right;
    margin-right: 20px;
    color: #999;
    font-size: 16px;
    font-weight: bolder;
}


/*我的发票*/
.tip_tit{
    font-size: 16px;
    margin-top: 20px;
    color: #666;
    font-weight: bold;
}
.tip_tit img{
    width: 25px;
    vertical-align: middle;
}
.tip_list{
    margin-left: 40px;
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
    float: left;
}
.tip_list li{
    list-style: disc !important;
    font-size: 13px;
    margin-bottom: 3px;
}

.tip_code{
    display: inline-block;
    float: right;
    margin-right: 50px;
}
.tip_code img{
    width: 120px;
}

/*我的课程*/
.myCourseTab{
    overflow: hidden;
    margin-bottom: 20px;
}
.myCourseTab_fl{
    float: left;
}
.myCourseTab_fl span{
    border-left: 5px solid #01AB84;
    padding: 0px 6px;
    display: inline-block;
    font-size: 18px;
    float: left;
    cursor: pointer;
    font-weight: bold;
}
.myCourseTab_fl1 span{
    border: 1px solid #01AB84;
    padding: 3px 15px;
    display: inline-block;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
.myCourseTab_fl1 .courseCur{
    background: #01AB84 !important;
    color: #fff !important;
}
.myCourseTab_fr{
    float: right;
    display: flex;
    cursor: pointer;
}
.myCourseTab_fr img{
    width: 18px;
    height: 18px;
}
.myCourseTab_fr span{
    font-size: 14px;
    color: #2D2D2D;
    cursor: pointer;
    margin-left: 5px;
}
.myCourseTab_fr .courseCur{
    border-bottom: 3px solid #01AB84 !important;
    color: #01AB84 !important;
}
.pageBox {
    text-align: center;
    margin-top: 20px;
}

.noLive{
    margin: 50px 0;
    text-align: center;
}


.submitInfo{
    background: #01AB84;
    color: #fff;
    padding: 7px 40px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin-top: 50px;
}


.infoBanner{
    padding-top: 90px;
}


.addMemberBox{
    margin-top: 200px;
    text-align: center;
}
.addMember_tip{
    color: #888;
    font-size: 18px;
}
.addMemberBox button{
    background: #01AB84;
    margin-top: 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 8px 24px;
    cursor: pointer;
}

.myCollectionBox{
    width: 100%;
}

.kjxzBtn{
    color: #01AB84;
    float: right;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.finishLive{
    height: 530px;
    overflow: hidden;
}
.watchAll{
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #01AB84;
}
.memberTip{
    width: 50px !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
