/*********************************************公共样式*****************************************/

/*标题*/
.title{
    font-size: 18px;
    padding-bottom: 20px;
}
/*便签*/
.title .note{
    border-left: 3px solid red;
    margin-right: 10px;
}
a{
    text-decoration: none;
}
.col_3{
    float: left;
    width: 25%;
    position: relative;
}
.col_4{
    float: left;
    width: 33.33%;
    position: relative;
}
.col_6{
    float: left;
    width: 50%;
    position: relative;
}
.inlineBlock{
    display: inline-block;
}
/*底部导航*/
.navBottom{
    border-top: 1px solid #f9f9f9;
    background: #fff;
    padding-top: 3px;
}
.navBottom a{
    text-decoration: none;
}
/*头部导航*/
.navTop{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #fff;
    /*background: #ffa25f;*/
    background: #ff702f;
}
.navTop a{
    color: #fff;
    text-decoration: none;
}



/*********************************************页面样式*****************************************/

/*首页*/

.index{
    margin-bottom: 50px;
}
.index .bgImg{
    background: url("../img/bg_01.jpg")  50% 30%;
    height: 165px;
}
.index .userInfo{
    height: 100px;
    background: #fef2f0;
    margin-top: 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.index .set{
    margin-top: 20px;
}
.index .userImgBox{
    display: inline-block;
    position: absolute;
    bottom: 50px;
}
.index .userImgBox .userImg{
    border-radius: 50%;
    border: 5px solid #fefefe;
}
.index .userName{
    margin-left: 100px;
    margin-top: 10px;
}
.index .userName .nickname{
    font-size: 20px;
}
.index .userName .grade{
    color: #fff;
    background: -webkit-linear-gradient(left, #ff6245 , #ffa54a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff6245, #ffa54a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff6245, #ffa54a); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff6245 , #ffa54a); /* 标准的语法 */
    padding:  1px 8px 4px 4px;
    border-radius: 15px;
    margin-left: 10px;
}
.index .userPhone{
    margin-left: 100px;
    margin-top: 15px;
    font-size: 16px;
}
.index .yejiBox{
    background: #fff;
}
.index .yejiBox .yeji{
    height: 100px;
    background: #fdfdfd;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
}
.index .yeji .yejiList{
    margin-top: 20px;
    color: #333;
}
.index .tools{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.index a{
    text-decoration: none;
}
.index .upgrade{
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 6px;
}
.index .upgrade .text{
    font-size: 18px;
    margin-top: 20px;
}
.index .heart{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    margin-top: 6px;
}
.index .heart .title{
    padding-right: 15px;
}
.index .heart .activeList{
    border: 3px solid #f9f9f9;
    border-radius: 4px;
    margin-top: 10px;
}

/*发货*/

.sendgoods{
    margin-top: 50px;
    margin-bottom: 50px;
}
.sendgoods .user{
    margin-top: 10px;
}
.sendgoods .user .info{
    border: 4px solid #f4f4f4;
    padding-bottom: 15px;
}
.sendgoods .user .name{
    font-size: 16px;
}
.sendgoods .user .info>div{
    margin-top: 15px;
}
.sendgoods .goods .goodsList{
    margin-top: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.sendgoods .goods .img{
    width: 80px;
}
.sendgoods .goods .info{
    width: calc(100% - 200px);
    vertical-align: middle;
    margin-left: 10px;
}
.sendgoods .goods .info .name{
    font-size: 16px;
    margin-bottom: 5px;
}
.sendgoods .goods .info .number{
    color: #fd6233;
}
.sendgoods .goods .supply{
    width: 100px;
    vertical-align: middle
}
.sendgoods .bottom .left{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: url("../img/sendgoods.jpg") ;
}
.sendgoods .bottom .right{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #fcd56b;
}
.sendgoods .bottom{
    position: relative;
}
.sendgoods .bottom .buy{
    position: absolute;
    left: 30px;
    top: -30px;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    line-height: 60px;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}
.sendgoods .bottom .msgAlert{
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #ff464e;
    border-radius: 50%;
}

/*补货*/
/*仿照发货样式修改*/

.sendgoods .goods .supply .addBtn{
    color: #fd6233;
    font-size: 18px;
    margin-right: 10px;
}
.sendgoods .goods .supply .minusBtn{
    color: #999999;
    font-size: 18px;
    margin-left: 10px;
}

/*发货订单*/

.order{
    margin-top: 50px;
}
.order .tabsHead{
    height: 50px;
    line-height: 50px;
}
.order .tabsHead .tabs{
    font-size: 16px;
}
.order .tabsHead .active{
    color: #ff6a2f;
    border-bottom: 2px solid #ff6a2f;
}
.order .textColor{
    color: #ff6a2f;
}
.order .orderList{
    margin-top: 5px;
}
.order .orderList .head{
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.order .orderList .body{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cacaca;
    background: #fff;
}

/*分享链接*/

.share{
    position: relative;
    overflow: hidden;
}
.share .book{
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
}
.share .user{
    position: absolute;
    bottom: 0;
    left: -50px;
    right: -50px;
    height: 250px;
    border-radius: 50% 50% 0 0;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .24);
}
.share .user .userImgBox{
    margin-top: -50px;
}
.share .user .userImg{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .24);
}
.share .user .textColor{
    color: #ff4176;
}
.share .user .shareBtn{
    background: #ff8814;
    color: #fff;
    width: 50%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 25px;
}
.share .user>div:not(:first-child){
    margin-top: 10px;
}

/*申请详情*/

.auditinfo .top{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.auditinfo .textIcon{
    color: #ee3439;
    font-size: 25px;
    position: relative;
}
.auditinfo .lineLeft{
    border-top: 3px solid #ff4e32;
    width: calc(50% - 10px);
    position: absolute;
    left: 0;
    top: 15px;
}
.auditinfo .lineRight{
    border-top: 3px solid #ff4e32;
    width: calc(50% - 10px);
    position: absolute;
    right: 0;
    top: 15px;
}
.auditinfo .info{
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.auditinfo .info .infoList{
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.auditinfo .info .infoList .textColor{
    color: #ff4e32;
}
.auditinfo .fff1,
.auditinfo .fff2{
    background: #fff;
    opacity: 0.2;
    height: 15px;
    border-radius: 10px 10px 0 0;
}
.auditinfo .fff2{
    opacity: 0.5;
}
.auditinfo .fff1{
    margin-top: 20px;
}

/*升级*/
/*仿照首页样式修改*/

.index .heart .title .textColor{
    color: #fd6233;
}
.index .heart .upgradeSelect{
    padding-top: 10px;
    padding-bottom: 10px;
}
.index .heart .upgradeSelectListBox{
    display: none;
}
.index .heart .upgradeSelectList{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.index .bottomBtn{
    background: url("../img/bottom_01.jpg");
    height: 50px;
    line-height: 50px;
    color: #fff;
}

/*剩余库存*/
/*仿照发货样式修改*/

.sendgoods .inventoryInfo{
    margin-left: 10px;
}
.sendgoods .inventoryInfo .name{
    font-size: 16px;
}
.sendgoods .inventoryInfo .number{
    color: #fd6233;
}

/*个人业绩*/

.oneyeji{
    margin-top: 50px;
}
.oneyeji .search{
    width: 100%;
    background: #f6f6f6;
    border: none;
    outline: none;
    padding: 3px 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
}
.oneyeji .blank{
    height: 5px;
    background: #eee;
}
.oneyeji .infoList{
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #eee; */
}
.oneyeji .infoList .infoImg{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.oneyeji .infoList .infoUser{
    vertical-align: middle;
    margin-left: 5px;
}
.oneyeji .infoList .infoNumber{
    float: right;
    padding-top: 10px;
}
.oneyeji .infoList .infoNumber .number{
    color: #fd6233;
}

/*团队业绩*/
/*仿照个人业绩修改*/

.oneyeji .allyeji{
    position: fixed;
    top: 50px;
    z-index: 10;
}
.oneyeji .allyeji>div{
    background: #fff;
}
.oneyeji .allyeji .date{
    height: 40px;
    line-height: 40px;
    background: #f56453;
    color: #fff;
    width: 80%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*我的团队or直属下级*/
/*仿照个人业绩修改*/

.oneyeji .junior{
    background: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
.oneyeji .junior .number{
    color: #fd6233;
}

/*团队管理*/
/*仿照个人业绩修改*/

.group .rightIcon{
    margin-top: 15px;
}
.group .addGroup{
    height: 40px;
    line-height: 40px;
    background: #f56453;
    color: #fff;
}
.group .addGroup a{
    color: #fff;
    text-decoration: none;
}
.group .userInfo{
    margin-bottom: 40px;
}

/*新录入信息*/
.inputinfo{
    margin-top: 50px;
}
.inputinfo a{
    text-decoration: none;
}
.inputinfo .infoList{
    padding-top: 10px;
    padding-bottom: 10px;
}
.inputinfo .infoList:not(:first-child){
    border-bottom: 1px solid #eee;
}
.inputinfo .infoList:last-child{
    border-bottom:0;
}
.inputinfo .infoList .name{
    width: 80px;
    display: inline-block;
}
.inputinfo .infoList input{
    border: none;
    outline: none;
    width: calc(100% - 100px);
}
.inputinfo .infoList .address{
    width: 100%;
    border: none;
    outline: none;
    resize: none;
}
.inputinfo .okBtn{
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #f56453;
    margin-top: 30px;
    border-radius: 4px;
}

/*选择地区*/

.addressSelect{
    margin-top: 50px;
}
.addressSelect .addressList{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*设置*/
/*仿照新录入信息的样式*/

.inputinfo.setting{
    padding-top: 10px;
}
.inputinfo.setting a{
    text-decoration: none;
}
.inputinfo.setting .infoList{
    border-bottom: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
    color: #333;
}
.inputinfo.setting .infoList:last-child{
    border-bottom: none;
}
.inputinfo.setting .clear{
    background: #fff;
    margin-top: 10px;
    padding: 10px 0;
}

/*个人信息*/
/*仿照设置的样式*/

.inputinfo.setting .myinfo{
    margin-top: 10px;
    background: #fff;
}
.inputinfo.setting .myinfo .infoList{
    border-bottom: 1px solid #eee;
}
.inputinfo.setting .myinfo .infoList:last-child{
    border-bottom: none;
}

/*修改登录密码*/
/*仿照设置的样式*/

.inputinfo.setting.password .infoList{
    border-bottom: none;
}
.inputinfo.setting.password .testCode{
    display: inline-block;
    border: 1px solid #fd6233;
    color: #fd6233;
    padding: 3px 5px;
    border-radius: 4px;
}

/*地址管理*/
.addressmana{
    margin-top: 50px;
}
.addressmana a{
    text-decoration: none;
}
.addressmana .list{
    background: #fff;
    padding-bottom: 10px;
    margin-top: 5px;
}
.addressmana .list .name{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}
.addressmana .list .address{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.addressmana .list .default{
    padding-top: 10px;
}
.addressmana .list .default .textIcon {
    color: #ee3439;
    font-size: 14px;
    position: relative;
}
.addressmana .list .default .edit{
    margin-right: 10px;
}
.addressmana .addAddress{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #fd6233;
}

/*新建地址*/
/*仿照个人信息样式*/

.addAddress .textIcon {
    color: #ee3439;
    font-size: 14px;
    position: relative;
}

/*添加银行卡*/
.inputinfo.setting.password .addbankcard .infoList{
    border-bottom: 1px solid #eee;
}

/*填写个人信息*/

.fillinfo .info{
    background: #fff;
    margin-top: 10px;
}
.fillinfo .infoList{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.fillinfo .infoList .Left{
    width: 100px;
}
.fillinfo .infoList .Right input{
    border: none;
    width: calc(100% - 120px);
    outline: none;
}


















