/* body{
    background-color: rgb(245,245,245);
} */
.body_div{
    /* width: 1200px; */
    /*height: 800px;*/
    /*background-color: white;*/
    /*border-radius: 20px;*/
    margin-left: 18%;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.nav_div{
    width: 220px;
    height: 630px;
    /*padding-bottom: 10px;*/
}
.info_div{
    width: 720px;
    padding: 20px 30px;
}
.info_div2{
    width: 100%;
    padding: 20px 30px;
    border-radius: 8px;
    background-color: white;
    margin-left: 10px;
}
.info_div1{
    width: 100%;
    /*padding: 20px 30px;*/
}
.info_div_link{
    width: 100%;
    padding: 20px 30px;
}
.ad_div{
    width: 160px;
    height: 400px;
}
.oss_data{
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.nav_div,.info_div,.ad_div,.info_div_link{
    border-radius: 8px;
    background-color: white;
}
.nav_title{
    font-size: 20px;
    /* font-weight: bold; */
    margin: 8px;
    padding-bottom: 4px;
    padding-left: 6px;
    border-bottom: 1px lightgray dashed;
}
.nav_item_body{
    padding-left: 36px;
}

.nav_item{
    display: flex;
    /*align-items: center;*/
    font-size: 16px;
    margin-top: 16px;
    width: 100%;
}
.nav_item div img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border-radius: 50%;
}

.info_div_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info_div_input{
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 40px;
}
.info_div_input1{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    /*height: 40px;*/
}
.info_div_logo,.info_div_logo img{
    width: 199px;
    height: 199px;
}
.add_div{
    width: 10px;
    height: 10px;
}
.desc{
    font-size: 10px;
    color: rgb(146,146,146);
}
.ipt{
    border-radius: 8px;
    border: none;
    height: 40px;
    width: 400px;
    font-size: 14px;
    background-color: rgb(240,241,244);
    color: rgb(37,37,37);
    padding-left: 10px;
}
.adipt{
    border-radius: 8px;
    border: none;
    height: 40px;
    width: 100%;
    font-size: 14px;
    background-color: rgb(240,241,244);
    color: rgb(37,37,37);
    padding-left: 10px;
}
.ipt1{
    border-radius: 8px;
    border: none;
    height: 40px;
    width: 60px;
    font-size: 14px;
    background-color: rgb(240,241,244);
    color: rgb(37,37,37);
    margin-left: 10px;
    text-align: center;
}
.ipt2{
    border-radius: 8px;
    border: none;
    height: 34px;
    width: 140px;
    font-size: 14px;
    background-color: rgb(240,241,244);
    color: rgb(37,37,37);
    margin-left: 14px;
    text-align: center;
}
.ipt3{
    border-radius: 8px;
    border: none;
    height: 34px;
    width: 340px;
    font-size: 14px;
    background-color: rgb(240,241,244);
    color: rgb(37,37,37);
    margin-left: 14px;
    text-align: center;
}
.info_div_title{
    font-size: 16px;
    color: black;
    /* font-weight: bold; */
    margin-right: 20px;
}
.phone{
    margin-left: 100px;
    margin-top: 6px;
}
.btn_blue{
    border: none;
    background-color: rgb(41,121,255);
    width: 60px;
    height: 40px;
    border-radius: 8px;
    color: white;
    margin-left: 10px;
}
.btn_blue1{
    border: none;
    background-color: rgb(41,121,255);
    width: 100px;
    height: 34px;
    border-radius: 8px;
    color: white;
    margin-left: 10px;
}
.send_btn{
    background-color: rgb(254,141,10);
}
.send_btn2{
    background-color: rgb(240,56,38);
}
.send_btn,.send_btn1,.send_btn2{
    font-size: 14px;
    width: 340px;
    height: 40px;
    border-radius: 8px;
    margin: 20px 44px;
    color: white;
    border: none;
}
.send_btn1{
    background-color: rgb(89,173,248);

}
.result_div{
    border-radius: 8px;
    border: none;
    width: 400px;
    padding: 20px 10px;
    font-size: 14px;
    background-color: rgb(240,241,244);
    color: rgb(37,37,37);
    word-wrap:break-word;
    word-break:break-all;
}
.lab{
    color: red;
    /* font-weight: bold; */
}
.outLogin{
    width: 100px;
    height: 30px;
    background-color: #0000FF;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 8px;
    margin-left: 1600px;
    margin-top: -500px;
}
.nav-home{
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-img{
    width: 299px;
    height: 80px;
    margin-left: 100px;
}
.nav-user{
    width: 400px;
    height: 80px;
    /*background-color: rebeccapurple;*/
    border-left: 1px dashed lightgray;
    display: flex;
    align-items: center;
}
.nav-img img{
    width: 199px;
    height: 60px;
    margin-top: 10px;
}
.user-avator,.user-avator img{
    width: 60px;
    height: 60px;
}
.user-info{
    height: 60px;
    width: 180px;
    font-size: 14px;
    margin-left: 20px;
    line-height: 30px;
    text-align: center;
}
.user-avator{
    margin-left: 20px;
}
.user-avator img{
    border-radius: 50%;
    /*border: 4px solid lightgreen;*/
}

.logout{
    border-radius: 30px;
}
.hgt_gd{
    height: 200px;
    overflow-y: auto;
}
.item_div{
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-left: 2%;
}
.send_xiaomi{
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin-left: 2%;
}
.account_title{
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
.assignment{
    margin-bottom: 10px;
    margin-top: 10px;
}
.center_title{
    border-bottom: 1px dashed lightgray;
    width: 99%;
    margin-left: 1%;
}

.left_img{
    display: flex;
    height: 200px;
    width: 100%;
    align-items: center;
    /* background-color: black; */
}
.d_body{
    /* height: 100%; */
    display: flex;
    justify-content: space-around;
}
.d_img{
    width: 14%;
    /* background-color: #0000FF; */
    margin-left: 6%;
}
.d_body{
    width: 69%;
    font-size: 20px;
}
.d_img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.d_body div div span{
    color: rgb(110, 110, 110);
    margin-right: 10px;
    
}
.dataTitle{
    font-size: 30px;
}
.dataTitle1{
    font-size: 26px;
}
.seacrh_body{
    display: flex;
    align-content: center;
    margin-top: 20px;
    height: 38px;
}


.advertisingSpaceIdTitle{
    height: 38px;
    background-color: #FAFAFA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 15px;
    line-height: 20px;
    border:1px solid #eee;
}
.oldImg{
    width: 100px;
    height: 100px;
    margin-right: 4px;
}