
.firstMenu{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.firstMenu>div{ 
    height: 40px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #919196;
    background: #fff;
    border-radius: 6px;
    margin-right: 50px;
    cursor: pointer;
}

.seccondMenu{
    display: flex;
    min-height: 40px;
    background: #fff;
    position: relative; 
    padding: 20px 10px 0px 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
    border: 1px solid #eaeaef;
}
.seccondMenu .menu1{
    display: flex;
}
.seccondMenu .menu2{
    display: flex;
}
.seccondMenu .menu1>div,.seccondMenu .menu2>div{
    cursor: pointer;
    height: 38px;
    flex:0 0 140px;
    background: #f3f4f7;
    border: 1px solid #dcdfe6;
    color: #2c2c2e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.active1::after{
    content: "";
    position: absolute;
    top: -31px;
    left: 47.5px ;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
}

.gridContent{
    display: flex;
    flex-direction: column;
    min-height: 600px;
    background: #fff;
    padding: 20px 0;
}
.gridContent .search{
    height: 50px;
    display: flex;
}
.gridContent .search input{
    height: 48px;
    border: 1px solid #e2e1f1;
    flex: 1;
    font-size: 18px;
    border-radius:6px 0 0 6px ;
   	padding-left:20px;
   	box-sizing:border-box;
}
.gridContent .search>div{
    height: 48px;
    flex: 0 0 120px;
    background: #1540B8;
    color: #fff;
    border:1px solid #540B8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius:0 6px 6px 0 ;
    cursor:pointer;
}
.gridContent .search>div:hover{
	background:#3363e8;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.gridContent .keyword{
    color: #676769;
    font-size: 14px;
    padding: 10px 0;
}
.gridContent .keyword span{
    font-weight: bold;
}

.searchBox{
    display: flex;
    margin-bottom: 40px;

}
.searchBox .search{
    flex: 1;
}
.searchBox .btn-add{
    flex: 0 0 120px;
    margin-left: 20px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1540B8;
    border: 1px solid #1540B8;
    cursor:pointer;
}
.searchBox .btn-add:hover{
	background:#1540b8;
	color:white;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.addPage{
    min-height: 600px;
    background: #fff;
    padding: 50px 50px 75px 20px;
}
.normalWrap{
    display: flex;
    height: 35px;
    margin-bottom: 20px;
}
.normalWrap>div{
    flex: 0 0 33.3%;
    display: flex;
    align-items: center;
    color: #6f6f71;
    font-size: 16px;
    font-weight: bold;
}
.normalWrap>div span{
    width: 120px;
    text-align: right;
}
.normalWrap>div select{
    height: 100%;
    border: 1px solid #dcdfe6;
    color: #d4d5d8;
    border-radius: 6px;
    width: 242px;
}
.normalWrap>div input {
    height: 100%;
    border: 1px solid #dcdfe6;
    color: #d4d5d8;
    border-radius: 6px;
    width: 240px;
}
.thirdWrap>div span{
    width: 120px;
}
.thirdWrap>div input{
    width: 618px;
    border-radius: 6px;
}
.fourthWrap>div{
    display: flex;
    height: 160px;
    align-items: baseline;
}
.fourthWrap>div>div{
    width: 120px;
    text-align: right;
    color: #6f6f71;
    font-size: 16px;
    font-weight: bold;
}
.fourthWrap>div>textarea{
    resize: none;
    width: 1000px;
    font-size: 18px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    color: #d4d5d8;
}
.option{
    display: flex;
    justify-content: center;
    align-items: center;
}
.option .addPageBack{
    width: 118px;
    height: 43px;
    border:1px solid #1540B8;
    color: #1540B8;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    align-items: center;
    cursor: pointer;
}
.option .addPagePush{
    width: 120px;
    height: 45px;
    background: #f7b500;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}
.choose{
    width: 130px;
    height: 43px;
    border:1px solid #1540B8;
    color: #1540B8;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 20px;
}
.listDailog .search{
    display: flex;
    margin-bottom: 20px;
}
.listDailog .search div{
    flex:0 0 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1540B8;
    color: #fff;
    font-size: 16px;
    border-radius: 0 6px 6px 0;
}
.listDailog .search input{
    flex: 1;
    height: 28px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #e2e1f1;
}

.baoming{
    width: 100%;
    height: 600px;
    border: 1px solid #E6E6EB;
    box-sizing: border-box;
    padding: 60px;
}
.baoming>div:nth-child(1){
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.baoming>div:nth-child(2){
    width: 100%;
    height: 100px;
    line-height: 50px;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.baoming>div:nth-child(3){
    width: 600px;
    margin: 0 auto;
}
.baoming>div:nth-child(4){
    width: 150px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: #1540B8;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
}
.noQY{
    background: #676769 !important;
    cursor: not-allowed !important;
}
.progress{
    width: 1200px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.progress::before{
    position: absolute;
    content: "";
    width: 1100px !important;
    height: 10px;
    background-color: #e2e2e2;
    left: 50px;
    top: 22px;
    border-radius: 5px;
}
.progress>div{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    cursor: pointer;
}
.progress>div>div:nth-child(1){
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #1540B8;
    margin-bottom: 10px;
    border-radius: 27px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.progress>div>div:nth-child(2){
    font-size: 16px;
    color: black;
}
.gray{
    background-color: #e2e2e2 !important;
}
.main{
    width: 100%;
    min-height: 600px;
    border: 2px solid #E6E6EB;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 60px;
}
.contentTitle{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.contentTitle>div:nth-child(1){
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
.contentTitle>div:nth-child(2){
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1540B8;
    border-radius: 5px;
    color: #1540B8;
    text-align: center;
    cursor: pointer;
}
.contentTitle>div:nth-child(2):hover{
    background: #1540B8;
    color: white;
}
.end{
    width: 100%;
    min-height: 600px;
    border: 2px solid #E6E6EB;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0;
}
.step4{
    display: flex;
}
.step4 .left{
    width: 450px;
    height: 600px;
    background: #f4f5ff;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.step4 .left>div:nth-child(1), .step4 .right>div:nth-child(1){
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #1540B8;
    font-weight: bold;
    margin-bottom: 30px;
}
.step4 .left>div>div{
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.step4 .left>div>div>div:nth-child(2){
    width: 240px;
    text-align: right;
    font-weight: normal !important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.step4 .right{
    width: calc(100% - 450px);
    height: 100%;
    padding: 40px;
}
.step4 .right>div:nth-child(2){
    width: 100%;
    height: 530px;
    overflow: auto;
}
.step2>div:nth-child(1){
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.helpBTN{
    width: 200px;
    height: 75px !important;
    line-height: 75px;
    text-align: center;
    background: #1540B8;
    border-radius: 8px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    margin-left: 290px;
    margin-top: 40px;
}
.already{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.already>div{
    width: 100%;
    height: auto;
    border: 2px solid #E6E6EB;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 20px;
}
.already>div>div:nth-child(3){
    display: flex;
}
.already>span{
    height: 50px ;
    line-height: 50px ;
    font-size: 20px ;
    font-weight: bold ;
}
.gydetail{
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 40px;
}
.otherTitle{
    width: 150px;
    text-align: right;
    padding-right: 12px;
    box-sizing: border-box;
    color: #5e6d82;
}
.video, .pics{
    display: flex;
}
.el-textarea__inner{
    resize: none !important;
}
.dl{
    font-size: 20px;
    font-weight: bold;
    color: #1540B8;
    cursor: pointer;
}

