﻿body {
    padding: 0;
    margin: 0;
    color: #505457;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
}


.clear {
    clear: both;
}

.wrap {
    width: 1200px;
    margin: 10px auto;
}

.input-text {
    border-bottom: 1px #808080 solid;
    background: #faf5c7;
}

.btn-success {
    background: #1cb177;
    z-index: 1000;
}

.sub_title {
    padding: 5px;
    background: #20d9ab;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    background-image: url('/recource/sub_title.png');
}

.p_left {
    width: 180px;
    float: left;
}

.p_right {
    margin-left: 10px;
    width: 1010px;
    float: left;
    padding: 10px 10px;
    background: #fff;
    box-shadow: 5px 2px 2px #bbb;
    border-radius: 5px;
    min-height: 550px;
}


.left_header {
    padding: 10px 0;
    text-align: center;
    border: 1px #ccc solid;
    background: #fff;
    margin-bottom: 10px;
}

.menu_title {
    background: #808080;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.menu_list {
    padding: 0;
    margin: 0;
    border: 1px #ccc solid;
}

    .menu_list li {
        list-style: none;
        padding-left: 40px;
        border-bottom: 1px #f0f0f0 solid;
    }

#menu_myLife.active {
    background: #1ed49a url('/Content/user/menu_myLife.png') no-repeat 10px;
}

#menu_report.active {
    background: #1ed49a url('/Content/user/menu_report.png') no-repeat 10px;
}

#menu_data.active {
    background: #1ed49a url('/Content/user/menu_data.png') no-repeat 10px;
}

#menu_frind.active {
    background: #1ed49a url('/Content/user/menu_frind.png') no-repeat 10px;
}

#menu_chanllge.active {
    background: #1ed49a url('/Content/user/menu_chanllge.png') no-repeat 10px;
}

#menu_userInfo.active {
    background: #1ed49a url('/Content/user/menu_userInfo.png') no-repeat 10px;
}

#menu_danger.active {
    background: #1ed49a url('/Content/user/menu_danger.png') no-repeat 10px;
}

#menu_device.active {
    background: #1ed49a url('/Content/user/menu_device.png') no-repeat 10px;
}

#menu_enClosure.active {
    background: #1ed49a url('/Content/user/menu_enClosure.png') no-repeat 10px;
}
#menu_ideaCall.active {
    background: #1ed49a url('/Content/user/menu_enClosure.png') no-repeat 10px;
}

.menu_list li.menu_myLife {
    background: #fff url('/Content/user/menu_myLife.png') no-repeat 10px;
}

    .menu_list li.menu_myLife:hover {
        background: #1ed49a url('/Content/user/menu_myLife.png') no-repeat 10px;
    }

.menu_list li.menu_report {
    background: #fff url('/Content/user/menu_report.png') no-repeat 10px;
}

    .menu_list li.menu_report:hover {
        background: #1ed49a url('/Content/user/menu_report.png') no-repeat 10px;
    }

.menu_list li.menu_data {
    background: #fff url('/Content/user/menu_data.png') no-repeat 10px;
}

    .menu_list li.menu_data:hover {
        background: #1ed49a url('/Content/user/menu_data.png') no-repeat 10px;
    }

.menu_list li.menu_frind {
    background: #fff url('/Content/user/menu_frind.png') no-repeat 10px;
}

    .menu_list li.menu_frind:hover {
        background: #1ed49a url('/Content/user/menu_frind.png') no-repeat 10px;
    }

.menu_list li.menu_chanllge {
    background: #fff url('/Content/user/menu_chanllge.png') no-repeat 10px;
}

    .menu_list li.menu_chanllge:hover {
        background: #1ed49a url('/Content/user/menu_chanllge.png') no-repeat 10px;
    }

.menu_list li.menu_userInfo {
    background: #fff url('/Content/user/menu_userInfo.png') no-repeat 10px;
}

    .menu_list li.menu_userInfo:hover {
        background: #1ed49a url('/Content/user/menu_userInfo.png') no-repeat 10px;
    }

.menu_list li.menu_danger {
    background: #fff url('/Content/user/menu_danger.png') no-repeat 10px;
}

    .menu_list li.menu_danger:hover {
        background: #1ed49a url('/Content/user/menu_danger.png') no-repeat 10px;
    }

.menu_list li.menu_device {
    background: #fff url('/Content/user/menu_device.png') no-repeat 10px;
}

    .menu_list li.menu_device:hover {
        background: #1ed49a url('/Content/user/menu_device.png') no-repeat 10px;
    }

.menu_list li.menu_enClosure {
    background: #fff url('/Content/user/menu_enClosure.png') no-repeat 10px;
}

    .menu_list li.menu_enClosure:hover {
        background: #1ed49a url('/Content/user/menu_enClosure.png') no-repeat 10px;
    }

.menu_list li.menu_ideaCall {
    background: #fff url('/Content/user/menu_enClosure.png') no-repeat 10px;
}
.menu_list li.menu_ideaCall:hover {
    background: #1ed49a url('/Content/user/menu_enClosure.png') no-repeat 10px;
}

.menu_list li.menu_productInfo {
    background: #fff url('/Content/user/menu_enClosure.png') no-repeat 10px;
}

    .menu_list li.menu_productInfo:hover {
        background: #1ed49a url('/Content/user/menu_enClosure.png') no-repeat 10px;
    }


.menu_list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}



    .menu_list li a:hover {
        color: #fff;
    }

.menu_list li.active a {
    color: #fff;
}
.imgPepple{
	height:80px;
	wider:80px;
	border-radius:40px;
}
