.main {
    font-family: "微软雅黑";
   padding-top:1%;
    height: 1080px;
}

.mainLefte, .mainContent {
   
}

.mainContent {
    background: white;
}

.contentNav {
    height: 495px;
    background: white;
}

.loginName {
    margin: 0px 0 20px 0;
    padding-top: 20px;
    background: white;
}
.menuList{
    padding:0;
}
.nameImg {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .nameImg img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.loginName p {
    text-align: center;
}

.loginName span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.loginName p {
    font-size: 12px;
    color: #BEBEBD;
}

.loginName button {
    width: 135px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #e3b158;
    background: #e3b158;
    color: white;
    margin: 10px 0 20px;
    text-align: center;
}

.title {
    height: 100px;
    text-align: center;
    color: #747473;
}

.item {
    border: 1px solid #BEBEBD;
    border-right: none;
}

.item_last {
    border: 1px solid #BEBEBD;
}

#memberItems > .item:last-child {
    border-right: 1px solid #BEBEBD;
}

.item:hover {
    border: 1px solid #0000FF !important;
}

    .item:hover .money {
        color: #0278FC;
    }

.content {
    text-align: center;
}

    .content > div {
        padding: 10px;
    }

.c_title {
    margin-top: 20px;
    color: #8A8A89;
}

.applyBtn {
    border: 1px solid #60ABFD;
    width: 100px;
    height: 30px;
    text-align: center;
    margin-left: 28%;
    line-height: 28px;
    color: #60ABFD;
}

    .applyBtn:hover {
        background-color: #0179FD;
        color: white !important;
        cursor: pointer;
    }

        .applyBtn:hover a {
            color: white !important;
        }

sup {
    font-size: 18px;
    color: #BEBEBD;
}

sub {
    font-size: 20px;
    color: #BEBEBD;
}

.permissions {
    color: #9F9F9E;
    height: 100px;
}

.money {
    color: #616160;
    font-size: 36px;
}

.m_item {
    border: 1px solid #BEBEBD;
    margin: 20px;
    height: 75px;
}

    .m_item > .item_detail {
        padding: 10px;
        width: 70px;
        height: 70px;
    }

    .m_item span {
        color: #676766;
        font-size: 20px;
    }

    .m_item:hover {
        border: 1.5px solid #0278FC;
        cursor: pointer;
    }

.itemActive {
    border: 1.5px solid #0278FC;
    cursor: pointer;
}

.m_item:hover span {
    color: #0278FC;
}

.m_item:hover .triangle {
    display: block;
}

.qrcode {
}

.weinxin {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
    color: #ABABAB;
}

.triangle {
    width: 0;
    height: 0;
    border: 20px solid red;
    border-top-color: #0278FC;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: rotate(-135deg);
    position: absolute;
    top: -3px;
    left: 166px;
    display: none;
}

.select {
    color: white;
    position: absolute;
    left: 180px;
    top: -2px;
    transform: rotate(10deg);
}

.tabMenu a:visited li {
    background-color: #007FFF;
}

.menuList li {
    padding: 8px;
    list-style-type: none;
}

    .menuList li:hover {
        cursor: pointer;
    }

.menuList > li img {
    z-index: 999;
}

.menuActive {
    background-color: #D9EBFE;
}
.personalTitle {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.personalBody {
    display: flex;
    flex-direction: column;
}
.personalTitle > ul {
    padding: 8px;
    list-style-type: none;
    margin-top: 8px;
}

    .personalTitle > ul li {
        float: left;
        padding: 5px;
    }

.personalTitle li {
    font-size: 15px;
    cursor: pointer;
}

.personalTitle > ul:first-child {
    color: #70706F;
}

.mainContent :not(:first-child) {
    /* display: none; */
}

.myRecommender {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
}

.essentialButton {
    padding: 45px 0;
}

    .essentialButton div:nth-child(1) {
        float: left;
    }

    .essentialButton div:nth-child(2) {
        display: inline-block;
        float: right;
        color: white;
        padding: 3px 12px;
        background: #0278FC;
        border: 1px solid #0278FC;
        border-radius: 5px;
        cursor: pointer;
    }

.essentialInformation .active {
}
.tabRecommender{
    padding:10px;
}
.tabRecommender table {
    margin: 0;
}

.slider {
    background-color: #63A0D2;
    height: 2.5px;
    margin-top: 13px;
}

.clear {
    clear: both;
}

.memberInfo span {
}

.memberInfo .essentialInformation {
    margin: 15px 0;
}

.essentialInformation p {
    width: 300px;
    display: inline-block;
}

    .essentialInformation p span {
        color: #9F9F9E;
        padding-right: 20px;
    }

.essentialInformation {
    padding-left: 13px;
}

.personalOperation {
    padding-left: 13px;
    padding-top: 50px;
}

    .personalOperation > div {
        position: relative;
    }
.tabPersonal{
    padding:10px;
}
.tabPersonal table {
    margin: 0;
}

.resources {
    font-size: 30px;
    text-align: center;
    margin-bottom: 5%;
}

    .resources + div {
        text-align: center;
    }

.line {
    width: 1px;
    height: 40px;
    border: 1px solid #E9E9E8;
    position: absolute;
    top: 0%;
    left: 100%;
}

.essentialInformation div {
    display: inline-block;
    border-radius: 8%;
    padding: 3px 12px;
    border: 1px solid #337ab7;
}

    .essentialInformation div:hover {
        border: 1px solid #337ab7;
        background-color: #0278FD;
    }

        .essentialInformation div:hover a {
            color: white;
        }

.actives {
    border: 1px solid #337ab7;
    background: #0278FD;
    color: white;
    cursor: pointer;
}

    .actives a {
        color: white;
    }

.myAccount {
    margin-bottom: 1.5%;
}

.balance {
    font-size: 24px;
}

.recommend {
    margin-left: 1.5%;
}

    .recommend > span {
        padding-right: 3%;
    }

.itemActive {
    border: 1.5px solid #0278FC;
    cursor: pointer;
}

.listforflex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 0;
}

    .listforflex li {
        list-style: none;
    }

.Function {
    height: 230px;
    width: 1139px;
    margin: 0 auto;
    box-shadow: 15px 44px 26px -10px #ccc;
}

.funName {
    font-size: 18px;
}

.Function li p {
    font-size: 22px;
    text-align: center;
}

.Function li {
    display: block;
    width: 200px;
    text-align: center;
    padding: 15px 0 0 0;
}

    .Function li p:nth-child(2) {
        font-size: 14px;
        text-align: center;
        margin-bottom: 26px;
        color: #ccc;
    }

    .Function li p:nth-child(3) {
        font-size: 14px;
        text-align: center;
    }

        .Function li p:nth-child(3) i {
            font-size: 32px;
            text-align: center;
            font-style: normal;
            font-family: 'Microsoft YaHei';
        }

    .Function li p:nth-child(4) a {
        font-size: 16px;
        text-align: center;
        padding: 10px 5px;
        display: block;
        width: 120px;
        height: 40px;
        line-height: 17px;
        border: 1px solid #B5BEC7;
        background: #B5BEC7;
        border-radius: 10px;
        color: #fff;
        margin: 0 auto;
    }


    .Function li:hover {
        background: #0278FC;
    }

    .Function li.funName:hover {
        background: #fff;
    }

    .Function li:hover p {
        color: #fff;
    }
    .Function li:hover p i{
        color: #fff;
    }
        .Function li:hover p:nth-child(4) a {
            background: #fff;
            color: #0278FC;
        }

.funName {
    line-height: 200px;
}

.buy {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    border: 1px solid #DEB365;
    color: #DEB365;
    text-align: center;
    margin: 0 auto;
}

.servers {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 5px 5px 0 0;
    background: #D9B787;
    color: #fff;
    font-size: 20px;
}

.title-1 {
    height: 50px;
    line-height: 50px;
}

    .title-1 strong {
        font-size: 20px;
        color: #D9B787;
    }

.boxBuy {
    width: 300px;
    height: 240px;
    box-shadow: 0 0 17px -4px #bbb;
    border-radius: 5px;
}

    .boxBuy p {
        text-align: center;
    }

table {
    box-shadow: 0 0 10px 6px #eee;
}



.imgbox {
    text-align: center;
    margin: 10px 5px;
}

#tab div {
    width: 50%;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    color: #777;
    background: #eee;
    border-radius: 10px 50px 5px 5px;
    cursor: pointer;
}

    #tab div:nth-child(2) {
        border-radius: 50px 10px 5px 5px;
    }

    #tab div.checked {
        background: #fff;
        color: #0278FC;
    }

body {
    background: #F6F6F6;
}

#personal {
    background: #fff;
    width: 1139px;
    margin: 0 auto;
}

#tab {
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

#companycontent {
    display: none;
}
.paybanner {
    width: 100%;
    height: 530px;
    padding-top: 150px;
}
    .paybanner p {
        text-align: center;
        color: #fff;
        font-size: 40px;
    }
        .paybanner p a {
            color: #2B1B10;
            font-size: 20px;
            background: #F7D08F;
            width: 188px;
            height: 50px;
            display: block;
            line-height: 50px;
            border-radius: 50px;
            margin: 34px auto;
        }
        .paybanner img {
            width: 100%;
            height: 100%;
        }
    .paybanner ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 1300px;
        margin: 0 auto;
        padding:0;
    }
        .paybanner ul li {
            width: 220px;
            height: 205px;
            border-radius: 20px 20px 0 0;
            background: #fff;
            padding: 0 20px;
        }
            .paybanner ul li img {
                width: 50px;
                height: 50px;
                text-align: center;
                margin: 33px auto;
                display: block;
            }
            .paybanner ul li p {
                color: #202020;
                font-size: 20px;
                margin-top: 26px;
            }
            .paybanner ul li div {
                color: #202020;
                font-size: 18px;
                text-align: center;
                height: 36px;
            }
        .porsonlist {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-around;
        }
    .porsonlist ul {
        width: 25%;
        border: 1px solid #ddd;
        padding: 0;
    }
        .porsonlist ul li {
            display: inline-block;
            width: 100%;
            height: 32px;
            list-style: none;
            text-align: center;
            background: #fff;
            border-bottom: 1px solid #ddd;
            line-height: 32px;
        }

@media screen and (max-width: 768px) {
    .paybanner {
        width: 680px;
        height:265px;
        margin:0 auto;
    }

        .paybanner img {
            width: 100%;
            height: 100%;
        }
    #personal{
        width:7.5rem;
    }
    .Function {
        width: 7.5rem;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0;
        margin:0;
    }
    .Function li{
        width:20%;
    }
    .container {
        padding: 0;
        margin: 0;
    }
}