@charset "utf-8";

.content {
    width: 1050px;
    margin: 0 auto;
}

.photo2, .photo2 img {
    width: 70px;
    height: 70px;
}

.myinfo {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(152,152,152,0.15);
    border-radius: 10px;
    margin-top: 20px;
}

.infotxt li.line {
    width: 300px;
    height: 1px;
    background: #DADDDF;
}

.carda, .cardb {
    width: 13px;
    height: 13px;
}

.carda {
    background: url(../images/carda.png) no-repeat;
    background-size: cover;
}

.cardb {
    background: url(../images/cardb.png) no-repeat;
    background-size: cover;
}

.garybtn {
    width: 86px;
    height: 32px;
    color: #bbb;
    background: #F8F8F8;
    border-radius: 16px;
}

.upbtn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #33B4EA;
    border-radius: 10px;
}

.navbox a {
    padding: 25px 0 8px 0;
    border-bottom: #fff solid 4px;
    margin-left: 45px;
}

    .navbox a:first-child {
        margin-left: 20px;
    }

    .navbox a.active, .navbox a:hover {
        border-bottom: #0085C6 solid 4px;
    }

.icon {
    width: 18px;
    height: 18px;
}

.navtxt li {
    margin-right: 20px;
}

    .navtxt li.active {
        height: 28px;
        line-height: 28px;
        padding: 0 15px;
        color: #fff;
        background: #0085C6;
        border-radius: 14px;
    }

        .navtxt li.active .fontC01 {
            color: #fff
        }

.equity {
    color: #fff;
    padding: 20px;
    background: #E2C274;
    box-shadow: 0 6px 15px 0 rgba(226,194,116,0.50);
    border-radius: 10px;
    position: relative;
}

    .equity .eqbg {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.cashbtn {
    width: 80px;
    height: 32px;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
}

.whitebox {
    padding: 20px 20px 80px 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(137,137,137,0.10);
    border-radius: 10px;
    flex-grow: 1;
    margin-right: 20px;
    position: relative;
}

    .whitebox:last-child {
        margin-right: 0;
    }

    .whitebox ul li {
        padding: 8px;
    }

    .whitebox .bg {
        width: 130px;
        height: 90px;
        position: absolute;
        right: 20px;
        bottom: 10px;
    }

.addicon {
    width: 12px;
    height: 12px;
    background: url(../images/add.png) no-repeat;
    background-size: cover;
}

.picblue {
    width: 86px;
    height: 32px;
    line-height: 32px;
    color: #0085C6;
    text-align: center;
    ;
    border: 1px solid #0085C6;
    border-radius: 16px;
}

.titlabel {
    width: 100px;
    position: relative;
}

.iicon {
    width: 10px;
    height: 10px;
    margin: 5px 0 0 3px;
    cursor: pointer;
}

.limit {
    position: absolute;
    left: 20px;
    top: -25px;
    width: 100px;
    padding: 8px 10px;
    color: #fff;
    background: #666666;
    border-radius: 4px;
}

.triangle {
    position: absolute;
    left: 72%;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid #666666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.time {
    width: 165px;
}

.type {
    width: 110px;
}

.name {
    width: 135px;
}

.state {
    width: 90px;
}

.do {
    width: 160px;
}

.txtblue {
    color: #33B4EA;
}

.txtgreen {
    color: #00BE71;
}

.txtred {
    color: #FF5660;
}

.do a {
    font-size: 12px;
    color: #bbb;
}

    .do a:hover {
        color: #0085C6;
    }

    .do a span {
        display: inline-block;
        width: 15px;
        height: 15px;
        display: block;
        background-size: cover;
    }

.err {
    border: 1px solid #ff5660;
}

.do a span.edit {
    background: url(../images/edit.png) no-repeat;
    background-size: cover;
}

.do a:hover span.edit {
    background: url(../images/editcur.png) no-repeat;
    background-size: cover;
}

.do a span.del {
    background: url(../images/del.png) no-repeat;
    background-size: cover;
}

.do a:hover span.del {
    background: url(../images/delcur.png) no-repeat;
    background-size: cover;
}

.do a span.renew {
    background: url(../images/renew.png) no-repeat;
    background-size: cover;
}

.do a:hover span.renew {
    background: url(../images/renewcur.png) no-repeat;
    background-size: cover;
}

.do a span.see {
    background: url(../images/see.png) no-repeat;
    background-size: cover;
}

.do a:hover span.see {
    background: url(../images/seecur.png) no-repeat;
    background-size: cover;
}

.rznav {
    position: relative;
}

.rzok {
    position: absolute;
    left: 10%;
    top: -20px;
    width: 135px;
    height: 135px;
}
/*login*/
.login {
    /*height: 100%;*/
    background: #f8f8f8;
}

.logintop {
    width: 1050px;
    margin: 0 auto;
    height: 49px;
}

.loginbox {
    width: 1050px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    margin-top: 80px;
}

.loginbg {
    width: 620px;
    height: 430px;
    background: url(../images/loginbg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 30px 100px 0;
}

.logincont {
    width: 400px;
}

.loginlist {
    width: 280px;
    height: 48px;
    background: #F7FAFC;
    border-radius: 24px;
}

.inplogin {
    width: 100%;
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    background: none;
    box-sizing: border-box;
}

.selectbox2 {
    width: 60px;
}

    .selectbox2 ul {
        width: 40px;
        left: 0px;
    }

        .selectbox2 ul li {
            line-height: 26px;
        }

    .selectbox2 input {
        width: 60px;
    }

    .selectbox2:after {
        top: 21px;
    }

.numbtn {
    width: 150px;
    cursor: pointer;
    text-align: center;
    background: none;
    color: #0085C6;
    border-left: #DADDDF solid 1px;
}

.bluebtn, .enterbtn {
    height: 40px;
    color: #fff;
    background: #0085C6;
    border-radius: 20px;
}

.enterbtn {
    width: 280px;
    /*width: 40%;*/
    display:inline;
}

.registeredDiv {
    display: none;
}
.bandDiv {
    display: none;
}
.btnBand {
    display: none;
}
.loginAccDiv {
    display: none;
}
.loginText {
    text-align: center;
    margin-top: 10px;
    color: #595959;
}

.loginTextGoRegistered {
    color: #0085C6;
    cursor: pointer;
}

.loginTextGoLogin {
    color: #0085C6;
    cursor: pointer;
}

.registered {
    display:inline;
    float: right;
    height: 40px;
    color: #fff;
    background: #0085C6;
    border-radius: 20px;
    margin-top: 20px;
    width: 40%;
}

.dash {
    width: 92px;
    height: 1px;
    border-top: 1px dashed #DADDDF;
}

.wxbtn {
    width: 280px;
    height: 40px;
    color: #0085C6;
    background: #FFFFFF;
    border: 1px solid #0085C6;
    border-radius: 20px;
}

    .wxbtn img {
        width: 24px;
        height: 24px;
    }
/*setup*/
.photoimg {
    border: 1px solid #DADFDF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

    .photoimg img {
        width: 70px;
        height: 70px;
    }

.labelbox {
    width: 411px;
    height: 38px;
    border: 1px dashed #DADDDF;
    border-radius: 19px;
}

.labelbtn {
    width: 38px;
    height: 38px;
    border: 1px solid #DADDDF;
    border-radius: 19px;
    cursor: pointer;
}

    .labelbtn img {
        width: 12px;
        height: 12px;
    }

.labels span {
    color: #bbb;
    margin-right: 10px;
    padding: 0px 6px;
    font-size: 12px;
    background: #F7FAFC;
    border-radius: 10px;
}

    .labels span.garytxt {
        color: #DADDDF
    }
/*弹出框*/
.theme-popover-mask,
.theme-popover-mask2 {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=30);
    display: none;
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    display: none;
    padding: 20px;
}

.theme-popover1 {
    width: 460px;
    height: 260px;
}

.theme-popover2 {
    width: 460px;
    height: 400px;
}

.theme-popover3 {
    width: 460px;
    height: 300px;
}

.theme-popover4 {
    width: 460px;
    height: 240px;
}

.theme-popover5 {
    width: 300px;
    height: 400px;
}

.popcont {
    width: 280px;
}

.close {
    width: 12px;
    height: 12px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
}

.garyline {
    widows: 100%;
    height: 1px;
    background: #DADDDF;
}

.upsiglebtn {
    height: 50px;
    margin-top: 100px;
    border-top: #DADDDF solid 1px;
    border-bottom: #DADDDF solid 1px;
}

.timebox {
    width: 200px;
    height: 38px;
    position: relative;
}

    .timebox input {
        width: 160px;
        padding-left: 30px;
    }

.timeicon {
    position: absolute;
    top: 23px;
    left: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/calendar.png) no-repeat;
    background-size: cover;
}

.footerBorder {
    border-top: none;
}

.score-popover {
    width: 560px;
    height: 308px;
}
