.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.formulate_moudle {
    /*padding: 60px 0;*/
    padding: 30px 0 60px;
    background: #ffffff;
    /*background: #f4f4f4 url('../img/formulate_head_bg.png') no-repeat center top;*/
}

.formulate_step_box {
    width: 100%;
    overflow: hidden;
    min-height: 903px;
    position: relative;
}

.formulate_box {
    top: 0;
    left: 0;
    position: absolute;
}

.formulate_info {
    float: left;
    width: 1200px;
    margin-left: 10px;

}

.formulate_info:first-child {
    margin-left: 0;
}

.formulate_step_head_info {
    /*width: 384px;
    margin: 0 auto;*/
    text-align: left;
}


.formulate_step_head_left {
    float: left;
    margin-left: 7px;
    padding: 8px 0 7px;
}


.formulate_step_head_right {
    float: right;
    margin-right: 7px;
}

.formulate_step_head_perfection {
    width: 200px;
    height: 45px;
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    background: #ffffff;
}

.formulate_step_head_title {
    /*width: 300px;*/
    height: 30px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
    color: #47aebd;
    line-height: 30px;
    display: inline-block;
}

.formulate_step_head_icon {
    width: 80px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -13px;
    background: url(../img/formulate_head_icon.png) no-repeat right center;
}

.formulate_step_content_bg {
    min-height: 827px;
    border-radius: 10px;
    margin: 10px auto 7px;
    width: calc(100% - 14px);
    box-shadow: 0px 0px 13px 0px rgba(25, 59, 98, 0.24);
    background: #f4f7fe url(../img/costom_temps_top.jpg) no-repeat left top;
}

.formulate_step_content {
    min-height: 738px;
    position: relative;
    padding: 26px 24px 22px;
    background: url(../img/costom_temps_bottom.jpg) no-repeat right bottom;
}

.formulate_step_subhead {
    padding: 15px 0 15px 105px;
}

.formulate_step_subhead_title {
    float: left;
    height: 24px;
    font-size: 22px;
    color: #333333;
    line-height: 25px;
}

.formulate_step_subhead_title span {
    font-size: 14px;
}

.formulate_step_close {
    top: 18px;
    right: 22px;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url("../img/formulate_step_close.png") no-repeat center center;
}

/* 第一步 start */
.formulate_step1 {
    width: 770px;
    margin: 108px auto 0;
}

.formulate_step1_list {
    float: left;
    width: 341px;
    margin: 0 22px;
}

.formulate_step1_project,
.formulate_step1_interest {
    height: 218px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.formulate_step1_project img,
.formulate_step1_interest img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.formulate_step1_content {
    margin: 20px 0;
    text-align: center;
}

.formulate_step1_content_check {
    width: 32px;
    height: 32px;
    margin-top: -4px;
    vertical-align: middle;
    display: inline-block;
    background: url(../img/formulate_check.png) no-repeat center center;
}

.formulate_step1_content_title {
    height: 32px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    display: inline-block;
}

.formulate_step1_content_introduce {
    font-size: 14px;
    color: #469cd0;
    line-height: 26px;
    padding: 0 44px;
    text-align: center;
}

/* 第一步 end */

/* 第二部 start */
.step2_info_show_moudle {
    height: 45px;
    padding: 0 40px;
    margin: 30px 0 0 -20px;
}

.step2_info_item {
    float: left;
    width: 178px;
    height: 43px;
    display: none;
    cursor: pointer;
    padding: 0 20px;
    margin-left: 20px;
    border-radius: 4px;
    border: solid 1px #52c3cf;
    background-image:
            linear-gradient(#ffffff, #ffffff),
            linear-gradient(#ffffff, #ffffff);
    box-shadow: 0px 0px 11px 2px rgba(80, 193, 207, 0.26);
}

.step2_info_label {
    float: left;
    width: 70px;
    height: 43px;
    line-height: 43px;
}

.step2_info_content {
    height: 43px;
    margin-left: 70px;
    position: relative;
}

.step2_info_icon {
    float: right;
    margin: 13px 0;
}

.step2_info_txt {
    height: 43px;
    overflow: hidden;
    line-height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formulate_step2 {
    /*width: 862px;*/
    margin: 50px 30px 0;
}

/*.formulate_step2_info {
    height: 44px;
    overflow: hidden;
}*/

.formulate_step2_item:not(:last-child) {
    /*display: none;*/
    margin-bottom: 25px;
}

.formulate_step2_item:first-child {
    display: block;
}

.formulate_step_label {
    float: left;
    width: 346px;
    height: 44px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 44px;
    text-align: right;
    margin-right: 30px;
}

.formulate_step_input_content {
    overflow: hidden;
}

.formulate_step_input {
    border: 0;
    width: 316px;
    height: 44px;
    padding: 0 10px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(71, 165, 211, 0.35);
}

/*.step2_correlation_info {
    margin: 68px 0 0 -34px;
}

.step2_correlation_info_item {
    float: left;
    width: 190px;
    margin-left: 34px;
    padding: 26px 0px;
    text-align: center;
    border-radius: 10px;
    background: rgba(241, 241, 241, .3);
}

.step2_correlation_info_icon {
    width: 40px;
    height: 40px;
    margin: -4px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.step2_correlation_info_icon1 {
    background: url('../img/virus_icon.png') no-repeat center center;
}

.step2_correlation_info_icon2 {
    background: url('../img/clinic_data_icon.png') no-repeat center center;
}

.step2_correlation_info_icon3 {
    background: url('../img/gene_icon.png') no-repeat center center;
}

.step2_correlation_info_icon4 {
    background: url('../img/research_icon.png') no-repeat center center;
}

.step2_correlation_info_txt {
    height: 40px;
    font-size: 16px;
    color: #4fafdb;
    line-height: 40px;
    display: inline-block;
}*/
.formulate_left {
    float: left;
}

.formulate_right {
    float: right;
}

.formulate_template_module {
    margin: 50px 0 100px;
}

.formulate_template_head {
    padding: 12px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #47aebd;
}

.formulate_template_headline>p {
    color: #4fabde;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

.formulate_template_head_handle>a {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.formulate_template_info {
    margin-left: -25px;
}

.formulate_template_item {
    margin-left: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(39, 39, 39, 0.15);
}

.formulate_template_item>img {
    z-index: 1;
    width: 37px;
    height: 37px;
    right: 25px;
    top: 20px;
    position: absolute;
}

.formulate_template_top {
    position: relative;
}

.formulate_template_authentication {
    top: 12px;
    right: 5px;
    width: 56px;
    height: 52px;
    position: absolute;
    background: url("../img/formulate_template_authentication.png") no-repeat center center;
}

.formulate_template_bottom {
    width: 310px;
    background: #ffffff;
    padding: 20px 12px 20px 18px;
}

.formulate_template_title {
    margin-bottom: 12px;
}

.formulate_template_title>a {
    max-width: 100%;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formulate_template_label {
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.formulate_template_content {
    overflow: hidden;
}

.formulate_template_content>p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    max-width: 115px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 第二部 end */

/* 第三部 start */
.formulate_step3_subhead {
    margin: 66px 0 193px;
}

.formulate_step3_subhead_title {
    height: 22px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

.step3_info_show_moudle {
    height: 45px;
    padding: 0 49px;
}

.step3_info_item {
    float: left;
    width: 178px;
    height: 43px;
    margin: 0 20px;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 4px;
    border: solid 1px #52c3cf;
    background-image:
            linear-gradient(#ffffff, #ffffff),
            linear-gradient(#ffffff, #ffffff);
    box-shadow: 0px 0px 11px 2px rgba(80, 193, 207, 0.26);
}

.step3_info_label {
    float: left;
    width: 70px;
    height: 43px;
    line-height: 43px;
}

.step3_info_content {
    height: 43px;
    margin-left: 70px;
    position: relative;
}

.step3_info_icon {
    float: right;
    margin: 13px 0;
}

.step3_info_txt {
    height: 43px;
    overflow: hidden;
    line-height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 第三部 end */

/* 第四部 start */
.formulate_step4 {
    margin: 20px 0 0;
}

.formulate_step4_top_half {
    width: 608px;
    margin: 0 auto;
}

.formulate_step_list {
    margin-bottom: 25px;
}

.formulate_step4 .formulate_step_label {
    width: 140px;
}

.formulate_step_hint {
    height: 14px;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    text-align: center;
}

.formulate_step_hint_btn,
.formulate_step_hint_btn:hover {
    color: #1694d7;
}

.formulate_step4_proj_box {
    width: 1056px;
    display: none;
    margin: 0 auto;
}

.formulate_step4_proj_hade {
    position: relative;
    border-bottom: 1px solid #47aebd;
}

.formulate_step4_proj_hadeline {
    height: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: center;
}

.formulate_step4_and {
    width: 20px;
    height: 18px;
    left: 50%;
    bottom: -9px;
    cursor: pointer;
    color: #47aebd;
    line-height: 18px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    background: #c4e3f4;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.formulate_step4_proj_info {
    width: 760px;
    /*height: 325px;*/
    /*overflow: auto;*/
    margin: 20px auto 0;
}

.formulate_step4_proj_item {
    margin-bottom: 15px;
}

.formulate_step4_proj_item:last-child {
    margin-bottom: 0;
}

.formulate_step4_proj_label {
    float: left;
    width: 100px;
    height: 44px;
    margin-right: 30px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 44px;
    text-align: right;
}

.formulate_step4_proj_content {
    width: 530px;
    margin-left: 130px;
    position: relative;
}

.formulate_step4_proj_input,
.formulate_step4_proj_select {
    border: 0;
    width: 500px;
    height: 44px;
    display: block;
    padding: 0 10px;
    border-radius: 5px;
    background: #ffffff;
}

.formulate_step4_proj_input_item {
    margin-bottom: 15px;
}

.formulate_step4_proj_input_item:last-child {
    margin-bottom: 0;
}

.formulate_step4_proj_select {
    width: 336px !important;
    padding: 0 0 0 10px !important;
}

.formulate_step4_built_in_box {
    width: 520px;
    height: 44px;
    border-radius: 5px;
    background: #ffffff;
}

.formulate_step4_built_in_unit {
    float: right;
    width: 50px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #b0afaf;
}

.formulate_step4_built_in_input {
    border: 0;
    height: 44px;
    width: 448px;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 5px;
}

.formulate_step4_proj_textarea {
    border: 0;
    width: 500px;
    resize: none;
    height: 95px;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff;
}

.formulate_step4_handle {
    top: 10px;
    right: -52px;
    position: absolute;
}

.formulate_step4_handle_btn {
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.formulate_step4_handle_btn:hover {
    color: #fff;
}

.formulate_step4_handle .layui-icon-addition {
    background: #f39c12;
}

.formulate_step4_handle .layui-icon-subtraction {
    background: #eb5454;
}

/* 第四部 end */

/* 第五步 start */

.formulate_step4_content {
    height: 686px;
    position: relative;
    border-radius: 10px;
    margin: 24px auto 7px;
    width: calc(100% - 14px);
    box-shadow: 0px 0px 13px 0px rgba(25, 59, 98, 0.24);
    background: linear-gradient(to right, #baf1ee, #c4e3f4);
}

.formulate_step4_left {
    float: left;
    width: 288px;
    height: calc(100% - 40px);
    padding: 20px 0 20px 40px;
}

.formulate_step4_menu_title {
    height: 22px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
}

.formulate_step4_menu {
    width: 282px;
    overflow: auto;
    margin-top: 20px;
    max-height: 604px;
}

.formulate_step4_menu_list {
    width: 256px;
    height: 105px;
    border-radius: 4px;
    margin-bottom: 16px;
    background: #ffffff;
    border: solid 1px rgba(70, 159, 210, .27);
    box-shadow: 7px 11px 9px 0px rgba(70, 156, 207, 0.24);
}

.formulate_step4_menu_list:last-child {
    margin-bottom: 0;
}

.formulate_step4_menu_list a {
    width: 100%;
    height: 100%;
    display: block;
}

.formulate_step4_menu_img {
    float: left;
    width: 105px;
    height: 105px;
}

.formulate_step4_menu_txt {
    float: left;
    width: 151px;
    height: 105px;
    text-align: center;
    padding-top: 18px;
}

.formulate_step4_right {
    height: calc(100% - 40px);
    padding: 20px 30px 20px 45px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 10px 10px 0;
}

.formulate_step4_temp_label {
    height: 32px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 32px;
    display: inline-block;
    margin: 1px 20px 1px 0;
}

.formulate_step4_temp_look {
    width: 80px;
    height: 32px;
    font-size: 14px;
    color: #4fabdd;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    background: #f1f1f1;
    display: inline-block;
    border: solid 1px #d7dbe8;
    box-shadow: 1px 2px 6px 1px rgba(204, 204, 223, 0.43);
}

.formulate_step4_temp_look:hover {
    color: #4fabdd;
}

.step4_temp_info {
    height: 528px;
    overflow: auto;
    margin: 15px 0 10px -12px;
}

.step4_temp_list {
    float: left;
    width: 180px;
    height: 247px;
    border-radius: 10px;
    margin: 0 0 15px 12px;
    background: #ffffff;
    border: solid 1px #d7dbe8;
}

.step4_temp_img {
    width: 180px;
    height: 138px;
    margin-bottom: 12px;
    border-radius: 10px 10px 0 0;
}

.step4_temp_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.step4_temp_bottom {
    padding: 0 20px;
}

.step4_temp_title {
    height: 24px;
    font-size: 14px;
    color: #404040;
    overflow: hidden;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.step4_temp_organ_info {
    position: relative;
    padding: 5px 0 16px;
}

.step4_temp_organ_icon {
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 1px;
    position: absolute;
    background: #6e45e2;
}

.step4_temp_organ_label {
    float: left;
    height: 14px;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

.step4_temp_organ_txt {
    height: 14px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.step4_temp_other {
    margin-top: 10px;
}

.search_template_adopt,
.search_template_browse {
    height: 28px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.step4_temp_adopt {
    float: left;
}

.step4_temp_browse {
    float: right;
}

.step4_iconfont {
    vertical-align: bottom;
}

.formulate_step4_btn_box {
    text-align: center;
}

/* 第五步 end */
.formulate_step_btn_box {
    left: 0;
    width: 100%;
    bottom: 10px;
    position: absolute;
    text-align: center;
}

.formulate_step_next,
.formulate_step_go,
.formulate_step_created {
    padding: 0 50px;
    height: 50px;
    margin: 0 15px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    border-radius: 25px;
    display: inline-block;
    background-image:
            linear-gradient(98deg, #50c2ce 0%, #4faade 100%),
            linear-gradient(#60a9dd, #60a9dd);
}

.formulate_step_next:hover,
.formulate_step_go:hover,
.formulate_step_created:hover {
    color: #ffffff;
}

.formulate_step_back {
    padding: 0 50px;
    height: 50px;
    margin: 0 15px;
    font-size: 16px;
    color: #60a9dd;
    line-height: 50px;
    background: #ffffff;
    border-radius: 25px;
    border: solid 1px #60a9dd;
    display: inline-block;
}

.formulate_step_back:hover {
    color: #60a9dd;
}
.formulate_checked{
    width:45px;
    height:45px;
    position: absolute;
}
.formulate_background{
    float: left;
    cursor:pointer;
}
.formulate_step4_proj_textarea{
    border: 0;
    width: 500px;
    height: 74px;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff;
}
.step2_info_show_moudle_field {
    height: 45px;
    padding: 0 40px;
    margin: 30px 0 0 -20px;
}
.formulate_step2_item_field {
    /*display: none;*/
    margin-bottom: 25px;
}

.formulate_step2_item_field:first-child {
    display: block;
}
#plan{
    height:180px;
    line-height: 180px;
    display: none;
    text-align: center;
}
/*input[name="subsidizeOrganization"]{
    cursor: not-allowed;
}*/
.layui-laydate-content td.laydate-selected {
    background-color: #C4E3F4;
}
/*
.layui-layer-title{
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #C4E3F4;
    border-radius: 2px 2px 0 0;
}*/

/* formulate.html中剪切出来的 */
select[name="isDependProject"]{
    width:520px;
}

div.dependProject{
    display:none;
}

ul li.formulate_choose{
    border:0.1em solid #0d8ddb;
}

div.otherCategory{
    display:none;
}

input[disabled=disabled]{
    background-color: darkgrey;
}

.plan_window_info {
    padding: 50px 20px 30px;
}

.plan_window_item {
    margin-bottom: 20px;
}

.plan_window_item:last-child {
    margin-bottom: 0;
}

.plan_window_headline {
    height: 30px;
    line-height: 30px;
}

.plan_window_radio {
    cursor: pointer;
    margin-right: 25px;
}

.plan_window_radio>input[type='radio'] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0px 4px 0 0;
    vertical-align: middle;
}

.plan_window_input {
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    width: calc(100% - 20px);
    border: 1px solid #dfdfdf;

}

.plan_window_textarea {
    height: 67px;
    resize: none;
    padding: 5px 10px;
    border-radius: 5px;
    width: calc(100% - 20px);
    border: 1px solid #dfdfdf;
}
textarea.error{
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00;
}

.tips{
    /*margin-left: -305px;*/
    font-size: 16px;
    color: red;
}
.layer_notice {
    float: left;
    height: 100px;
    width: 330px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.tip-content .layui-layer-content{
    border: 3px solid #ccc;
}

.formulate_guide_sec{
    background: url(../img/formulate_guide_bg.png) no-repeat center;
    margin: 30px auto 0;
    /*width: 1200px;*/
    min-height: 148px;
    /* background-color: #edfdff; */
    /*box-shadow: 0px 0px 40px 0px rgba(211, 139, 241, 0.11);*/
    border-radius: 20px;
    /*border: solid 5px rgba(245, 237, 254, 0.46);*/
    padding: 20px 5px 15px 30px;
    font-size: 18px;
    box-sizing: border-box;
}
.formulate_guide_sec p{
    color: #333333;
    margin: 5px 0;
    color: #000000;
    font-size: 18px;
    margin-right: 230px;
}
.formulate_guide_sec p span{
    font-size: 22px;
    color: #47359e;
    font-weight: bold;
}
.formulate_guide_sec p:first-child{
    margin: 5px 0 8px 0;
    color: #47359e;
    font-size: 20px;
    font-weight: bold;
}