﻿body {
    background-color: #03c564;
}

img {
    vertical-align: bottom;
}

.frhead {
    background-color: #03c564;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 100;
}

    .frhead .back {
        position: absolute;
        top: 18px;
        left: 20px;
        background: url(../images/fanhui.png) no-repeat center center;
        background-size: 28px;
        width: 20px;
        height: 20px;
    }

    .frhead .guize {
        font-size: 13px;
        background-color: rgba(0,0,0,.1);
        position: absolute;
        top: 15px;
        right: 0px;
        padding: 5px 5px 6px 12px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
.contentTopHeight {
    height:55px;
}
.frContent {
    background-color: #03c564;
}

    .frContent .content {
        padding: 15px 10px 0;
    }

.frientTip {
    display: flex;
    justify-content: center;
    align-content: center;
}

.frientTipContent {
    padding: 3px 8px;
    color: #ffffff;
    background-color: rgba(255,255,255,0.2);
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,225,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center
}

.frientTip .frientTipContent img {
    width: 23px;
    height: 23px;
    border-radius: 20px;
}

.frientTip .frientTipContent .tips {
    margin-left: 5px;
}

    .frientTip .frientTipContent .tips span {
        color: #e6fd39;
    }

.userinfoContent {
    position: relative;
    background: url(../images/fullreturn/fullreturnbg.jpg) no-repeat 100% 100%;
    background-size: 100% 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .userinfoContent .account {
        font-size: 14px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #fde231;
        padding: 5px 12px;
        border-bottom-left-radius: 10px;
    }

        .userinfoContent .account span {
            color: #f32525;
        }

        .userinfoContent .userInfo {
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 20px;
        }

        .userinfoContent .userInfo img {
            width: 23px;
            height: 23px;
            border-radius: 20px;
            border-width: 1px;
            border-style: solid;
            border-color: rgba(0,0,0,0.4);
        }

        .userinfoContent .userInfo .info {
            margin-left: 5px;
        }

    .userinfoContent .utitle {
        margin-top: 13px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

        .userinfoContent .utitle .remain {
            color: #f32525;
            font-size:24px;
        }
        .userinfoContent .utitle .orderNumTxt {
            color: #f32525;
            font-size: 16px;
            margin-left:5px;
        }
        .userinfoContent .utitle .txt {
            margin-left:20px;
        }

    .userinfoContent .orderMoney {
        color: #f32525;
        font-size:24px;
        margin:0 3px;
    }
    .userinfoContent .orderUnit {
        color: #f32525;
        font-size: 16px;
    }

    .userinfoContent .jine {
        margin-top: 10px;
        color: #f32525;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-weight: bold;
    }

    .userinfoContent .infoClass {
        padding: 10px 0;
        margin-top: 13px;
        background-color: #ffffff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    }

        .userinfoContent .infoClass .item {
            width: 43%;
            text-align: center;
        }

            .userinfoContent .infoClass .item .t {
                font-size: 14px;
            }

            .userinfoContent .infoClass .item .v {
                margin-top:3px;
                font-size: 18px;
                font-weight: bold;
            }
.tipsInfo {
    color:#666666;
    text-align:center;
    margin:10px 0 5px;
    font-size:14px;
}


.fullReturnContent {
    position: relative;
    padding-top: 60px;
}

    .fullReturnContent .guize {
        position:absolute;
        right:0;
        top:25px;
        color:#ffffff;
        background-color:rgba(0,0,0,0.1);
        padding:6px 5px 8px 18px;
        border-top-left-radius:20px;
        border-bottom-left-radius:20px;
        font-size:14px;
    }

    .fullReturnContent .fullReturnImg {
        display:flex;
        justify-content:center;
        align-items:center;
        
    }
    .fullReturnContent .fullReturnImg img {
        width:90%;
    }
    .fullReturnContent .btn {
        margin-top:15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .fullReturnContent .btn a {
            background-color: #ffff00;
            padding:10px 50px 12px;
            border-radius:20px;
            font-weight:bold;
        }


    .teamInfo {
        background-color: #fefefe;
        margin: 20px 0 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding-bottom: 50px;
    }

    .teamInfo .teamTitle {
        text-align: center;
        border-bottom: #f1f1f1 solid 1px;
        padding: 20px 0;
        color: #af481b;
        position: relative;
        font-size: 20px;
        font-weight: bold;
    }

        .teamInfo .teamTitle .myteam {
            position: absolute;
            right: 10px;
            bottom: 5px;
            font-size: 14px;
            color: #000000;
        }

.teamList {
    padding: 0 15px 12px;
}

    .teamList .teamItem {
        padding: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fdfaf3;
        border-radius: 10px;
        border: #f2eeed solid 1px;
        margin-top: 12px;
    }

        .teamList .teamItem .tx {
            width: 50px;
            height: 50px;
            border-radius: 50px;
            border: #f5d7b3 1px solid;
        }

        .teamList .teamItem .user {
            flex: 1;
            margin-left: 10px;
        }

            .teamList .teamItem .user .name {
                color: #aa4324;
                font-weight: bold;
                font-size: 16px;
            }

            .teamList .teamItem .user .level {
                margin-top: 5px;
                color: #b87c60;
                font-size: 14px;
            }

        .teamList .teamItem .fhje {
            text-align: right;
        }

            .teamList .teamItem .fhje .m {
                font-size: 24px;
                color: #02bf5b;
            }

                .teamList .teamItem .fhje .m span {
                    font-size: 12px;
                }

            .teamList .teamItem .fhje .t {
                font-size: 14px;
            }

.proList {
    background-color: #f2f2f2;
    margin: 20px 10px;
    padding: 20px 0 10px;
    border-radius: 5px;
}

.goodsItem {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

.goods_img {
    width: 36%;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
}

    .goods_img img {
        width: 100%;
    }

.goods_info {
    width: 62%;
    position: relative;
}

    .goods_info .goods_title {
        font-size: 14px;
        height: 44px;
        line-height: 22px;
        overflow: hidden;
    }

    .goods_info .yishou {
        background-color: #f6f6f6;
        color: #666666;
        padding: 3px 6px;
        border-radius: 5px;
        font-size: 12px;
    }
    .goods_info .goods_marketPrice {
        margin-top:5px;
        text-decoration:line-through;
        color:#000000;
        font-size:14px;

    }
    .goods_info .goods_price {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 40px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.gprice {
    color: #ee2d1e;
    font-size: 16px;
}

.buybtn .btn {
    background-color: #fa5f02;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 5px;
}

.contentHeight {
    height: 50px;
}

.Comfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ededed;
    background-color: #fff;
    padding: 5px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

    .Comfooter .item {
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .Comfooter .item .iconImg {
            width: 22px;
        }

        .Comfooter .item .iconTxt {
            font-size: 12px;
            margin-top: 5px;
        }

.orderList {
    background-color: #f2f2f2;
    margin: 20px 10px;
    padding: 20px 0 10px;
    border-radius: 5px;
}

.orderItem {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.orderItemTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .orderItemTitle .state {
        color: #ED17B3;
    }

.orderPro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

    .orderPro .img {
        width: 20%;
        border-radius: 5px;
    }

        .orderPro .img img {
            width: 100%;
            border: 1px solid #cccccc;
        }

    .orderPro .proName {
        flex: 1;
        margin-left: 8px;
    }

    .orderPro .proPrice {
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

        .orderPro .proPrice .p {
            color: #ED17B3;
            font-size: 16px;
        }

        .orderPro .proPrice .num {
            margin-top: 5px;
        }

.orderPrice {
    margin-top: 10px;
    display: flex;
    justify-content: right;
    align-items: center;
}

    .orderPrice span {
        font-size: 18px;
    }

.teamList {
    background-color: #f2f2f2;
    margin: 20px 10px;
    padding: 10px 0;
    border-radius: 5px;
}
.teamItem {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .teamItem .userInfo {
        display: flex;
        justify-content:flex-start;
        align-items: center;
    }
        .teamItem .userInfo .avatar {

        }
            .teamItem .userInfo .avatar img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: 1px solid #cccccc;
            }
        .teamItem .userInfo .user {
            flex:1;
            margin-left:5px;
        }
            .teamItem .userInfo .user .tel {
                margin-top:5px;
            }
            .teamItem .userInfo .user .tel span{
                margin-left:10px;
                font-size:16px;
            }
            .teamItem .levelInfo {
                font-size: 12px;
                text-align:right;
            }
        .teamItem .levelInfo .txt {
            color: #aaaaaa;
        }
        .teamItem .levelInfo .levelName {
            color: #ea698a;
            font-size:16px;
            margin-top:5px;
        }

.withdrawalList {
    background-color: #f2f2f2;
    margin: 20px 10px;
    padding: 10px 0;
    border-radius: 5px;
}
.withdrawalItem {
    padding: 10px;
    background-color: #fdfaf3;
    border-radius: 10px;
    border: #f2eeed solid 1px;
    text-align:center;
}

.helpContent {
    background-color: #f2f2f2;
    margin: 20px 10px;
    padding: 10px;
    border-radius: 5px;
    line-height:1.5;
}
    .helpContent .title {
        font-weight:bold;
    }

    .helpContent div {
        margin:10px 0;
    }
    .helpContent p {
        line-height:2;
    }


.maskContainer {
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

.tc_content {
    width: 70%;
    margin: 40% auto 0;
    position: relative;
    background-color: #fef4ea;
    border-radius: 10px;
    padding: 0 10px;
}

    .tc_content .title {
        text-align: center;
    }

        .tc_content .title span {
            text-align: center;
            background-color: #ffdec3;
            padding: 5px 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            color: #791a14;
            font-weight: bold;
        }

    .tc_content .txt {
        font-size: 14px;
        padding: 30px 10px 50px 10px;
        line-height: 1.6;
    }

.tc_close {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -70px;
    text-align: center;
}

    .tc_close img {
        width: 40px;
    }