body{background-color: #fafafa;}

nav>ul>li:nth-child(2)>a{color: #0287d2;font-weight: 600}

/*筛选样式调整*/
.screen{margin:50px auto 20px;}
.sort{margin:0 auto 30px;}
.screen>div:last-child{padding-bottom: 0}



/*全选*/
.check-all{margin-left: 38px;}
.check-all>*{float: left;margin-top: 35px;padding-left: 10px;}
.check-all>button{margin:25px 40px;padding: 0 20px;height: 30px;color: #fff;background-color: #0287d2;border-radius: 5px;}

/*一键投递模态框*/
.onekey{display: none; position:fixed;width:100%;z-index: 12;}
.onekey>div{position:relative;margin:0 auto;background-color: #fff;width: 1000px;height: 700px;}
.onekey h2{width: 100%;height: 80px;background-color: #d4d4d4;line-height: 80px;text-align: center}
.onekey .fa-close{position: absolute;right: 30px;top: 20px;font-size: 30px}
.onekey>div>div{width: 900px;margin: 40px auto}
.onekey>div>div .input-group{border: none;margin-left: 0;}
.onekey>div>div span{font-size: 15px;color: red;font-weight: 400;}
/*文件上传按钮*/
.exportfile>input{margin:30px 0;height: 30px;border:1px solid #c1c1c1;}
.exportfile>input[type="file"]{position:relative;width:400px;right:400px;opacity: 0}
.exportfile>input[type="text"]{width: 320px;background-color: #fff;text-indent: 1em;border-radius: 5px 0 0 5px ;}
.exportfile>input[type="button"]{position:relative;right:5px;top:1px;width: 80px;color: #999;background-color: #f1f1f1;border-radius: 0 5px 5px 0;}
.onekey>div>button{display:block;margin:60px auto;width: 500px;height: 40px;background-color: #0287d2;color: #fff;cursor: pointer}

/*投资方表格*/
.invests{background-color: #fff;box-shadow: 0 0px 5px -2px rgba(0,0,0,.3);}
.invests table{width: 1100px;margin:0 auto;}
.invests tr{width:100%;height: 130px;border-bottom: 1px solid #ebebeb;}
.invests tr:nth-child(1)>td{}
.invests-img{margin-left: 25px;width: 150px;height: 100px;border: 1px solid #d1d1d1;overflow: hidden;display: flex;align-items: center;justify-content: center;}

.invests-td{width: 100px;text-align: center}



/*弹出层*/
.relation-layer{display: none;width: 900px;height:600px;left: 25%;top: 22% !important;z-index: 100}
.relation-layer th,.relation-layer td{height: 40px !important;}
/*.layui-layer-title{background-color: #0287d2;color: #fff;}*/
.layui-layer-btn .layui-layer-btn0{background-color: #0287d2;border-color: #0287d2}
.layui-layer-dialog.reply{display: none;}




.input-group.second-screen{background-color: #fff;}




.gma-table>table.space td{white-space: normal}
.gma-table>table{width: 100%;overflow: hidden;}
.gma-table>table tr>th{height: 50px;color: #0287d2;border: 1px solid #c5cfea;}
.gma-table>table tr>td{height: 56px;color: #000;border: 1px solid #c5cfea;}
.gma-table>table p{text-align: center}
.gma-table>table tr>th:nth-child(odd){background-color:#f5f6fa }
.gma-table>table tr>th:nth-child(even){background-color:#eaeef7}
.gma-table>table tr:hover{background-color: rgba(122,140,227,.1)}
.gma-table>table img{width: 76px;height: 40px;}
.gma-table>table a:not(.add-themeweek){display: inline-block;width: 30px;}
.gma-table .btn{width: 45px;height: 25px;padding: 3px;margin: 2px;font-size: 13px;}
.gma-table td>div{width: 40px;height:40px;margin:0 auto;border-radius: 100%;overflow: hidden;border: 1px solid #ccc}
.gma-table td>div>img{width: 100%;}

.toPublish{position: absolute;width: 100px;height: 30px;border: #0287d2 1px solid;border-radius: 5px;color: #0287d2;text-align: center;line-height: 30px;bottom: 50px;left: 410px}
.toPublish:hover{background-color: #0287d2;color: #fff}

td{
    overflow: inherit;
    white-space: normal;
}
.layui-layer .paging{position: absolute;margin-top: 20px;right: 10px;bottom: -40px;}

.choose{background-color: rgba(2,135,210,.2)}


