/*my*/
.myCon, .loginConG {
    /*padding-top: 1.4em;*/
}

.loginCon, .reportCo {
    /*padding-top: 4.8em;*/
}

.name {
    height: 6.8em;
    line-height: 6.8em;
}

    .name a, .myCon ul li a {
        display: block;
        height: 100%;
        padding: 0 2em;
        position: relative;
    }

    .name i {
        width: 5.2em;
        height: 5.2em;
        position: relative;
        top: .8em;
        background-color: #f2f2f2;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 1em;
        float: left
    }

    .name img {
        width: 100%;
        position: absolute;
        height:100%;
    }

    .name b {
        font-size: 2em;
        color: #282828;
    }

        .name b:after, .reportCo p:nth-child(2):after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(../images/back.png) no-repeat;
            background-size: auto 100%;
            opacity: .6;
            transform: rotate(180deg);
            margin: 0 0 -.2em .4em;
        }

    .name span {
        display: inline-block;
        width: 32px;
        height: 100%;
        background: url(../images/mySzImg.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: 2em;
    }

.myCon ul {
    margin-top: 1.4em;
}

    .myCon ul li {
        height: 5.6em;
        line-height: 5.6em;
    }

        .myCon ul li:first-child {
            border-bottom: 1px solid #f2f2f2;
        }

        .myCon ul li i {
            width: 20px;
            height: 100%;
            margin-right: .8em;
            background: no-repeat center;
            background-size: 100% 22px;
            float: left
        }

        .myCon ul li.mybj i {
            background-image: url(../images/myBjImg.png)
        }

        .myCon ul li.mybuy i {
            background-image: url(../images/myBuyImg.png)
        }

        .myCon ul li.myblack i {
            background-image: url(../images/myJbImg.png)
        }


        .myCon ul li.myjb i {
            background-image: url(../images/myJbImg.png)
        }

        .myCon ul li b {
            font-size: 1.4em;
            color: #494949;
        }

/*END my*/
/*login*/
.login-C, .reportCo > div.back-ff {
    padding: 1.2em 2em;
}

    .login-C ul {
        margin-bottom: 1.4em;
        list-style: decimal inside;
    }

    .login-C b {
        font-size: 1.4em;
    }

    .login-C li {
        margin-top: .4em;
        font-size: 1.2em;
        color: #989898;
    }

    .login-C label {
        margin-bottom: 1.4em;
        position: relative;
        display: block;
    }

        .login-C label i {
            position: absolute;
            width: 80px;
            text-align: right;
            left: 0;
            top: .8em;
            font-size: 1.4em;
        }

 

        .login-C label:nth-child(-n+3) i:before {
            content: "*";
            color: red;
            margin-left: -.3em;
        }

        .login-C label input {
            border: 1px solid #f2f2f2;
            width: 100%;
            font-size: 1.4em;
            padding: .8em 1em .8em 84px;
        }

.log-tip, .repTip {
    display: block;
    height: 1.8em;
    font-size: 1.4em;
    color: red;
}

.login-B span, .repirtBt span {
    display: inline-block;
    width: 100%;
    background-color: #00a0e9;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    line-height: 3em;
    border-radius: .2em;
}

/*END login*/
/*信息举报*/
.reportCo p {
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.4em;
    /*line-height: 3em;*/
    color: #494949;
    padding: .9em 0 .9em 70px;
    position: relative;
    overflow: hidden;
}

    .reportCo p i {
        color: #989898;
        position: absolute;
        left: 0;
        top: .9em;
    }

.NTitle {
    line-height: 1.6em;
    top: -.2em;
    position: relative
}

.reportCo select {
    border: 0;
    float: right;
    margin-right: -10%;
    width: 111%;
}

.reportCo p:nth-child(2):after {
    position: absolute;
    right: 0;
    top: .8em;
}

.repCon {
    width: 100%;
    padding-top: .6em;
    height: 9em;
    position: relative;
    font-size: 1.4em;
}

    .repCon i {
        display: block;
        color: #989898;
    }

    .repCon textarea {
        border: none;
        resize: none;
        width: 100%;
        height: 7em;
        line-height: 1.8em;
        color: #494949;
        font-size: 1.3em;
    }

.repirtBt {
    padding: 1em 2em;
}
/*END信息举报*/
