@charset "utf-8";
.ct{
    padding: 0 20px 30px 20px;
    height: auto;
}
#myLocation{
    border-bottom: 1px solid #DCDCDC;
    margin: 0;
}
.cooperation{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.list_left{
    width: 125px;
    height: auto;
    float: left;
}
.list_left img{
    margin-top: 10px;
    width: 125px;
    height: 60px;
}
.list_right{
    float: left;
    margin-left: 15px;
    height: auto;
    width: 1020px;
}
.list_right>a,.list_right>div{
    width:160px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #DCDCDC;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
    font-family:'SimSun';
    color: #122E67;
    white-space :nowrap;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0;
    display: block;
    border-radius: 4px;
    background-color: #fafafa;
}
.link_add{
    font-size: 58px;
    font-weight: 600;
    cursor: pointer;
}
.del_link{
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top:0;
    right:0;
    line-height: 26px;
    color: #d81e06;
    font-weight: 600;
    display: none;
}
.edit_link{
    text-align: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top:4px;
    right:26px;
    display: none;
}
.edit_link img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
}
.list_right>a:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #122E67;
}
.sort_id{
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top:0;
    left:0;
    line-height: 26px;
    color: #122E67;
}
.names{
    color: #122E67;
}
.list_right>a:hover .del_link{
    display: block;
}
.list_right>a:hover .edit_link{
    display: block;
}

/*弹窗样式*/
.popUp
{
    background-color: #fff;
    width: 600px;
}
.popHead
{
    position: relative;
    height: 46px;
    background-color: #2B77E5;
}
.popTitle
{
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.popHead i
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
    background-image: url('/static/img/auction/ico_order.w.png');
    background-position: -256px 0;
}
.popHead i:hover
{
    cursor: pointer;
    background-position: -240px 0;
}
#maskDiv
{
    background: #000000;
    opacity: 0.4;
}

form{
    padding-top: 10px;
}

form ul{clear: both;margin-bottom: 0}
form ul li{font-size: 14px;font-family: 'SimSun';float: left;line-height: 35px}
form .lt{text-align: right;color: #4f4f4f}
form textarea{width: 100%;height: 66px;padding:5px 6px;line-height: 20px;resize: none;border: 1px solid #C8C8C8}
form .submit{width: 320px; margin: 30px 0px;height: 46px;font-size: 18px;font-weight: bold;font-family: 'Microsoft YaHei';}
form #content{width: 500px;margin: 0 auto}
form .h35{padding: 5px 0px;}
form .redstar{color: red}
form textarea::-webkit-input-placeholder,form input::-webkit-input-placeholder{
    color: #dcdcdc;
}