/* 写完可以删除 */
#app {
    height: 100%;
}

/* header */
.header_info_box {
    width: 100%;
    padding: 10px 0;
    background: #46acba url('../img/header_bg.png') repeat-y center top;
}

.header_logo {
    float: left;
    width: 310px;
}

.header_logo a {
    display: block;
}

.header_handle {
    float: right;
    padding: 23px 0 22px;
}

.not_log_info,
.has_log_info {
    height: 40px;
    text-align: right;
    line-height: 40px;
}

.has_log_info {
    display: none;
}

.header_handle_btn {
    margin: 0 5px;
    color: #fefefe;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
}

.header_handle_btn:hover {
    color: #fefefe;
}

.header_handle_btn>i.layui-icon {
    vertical-align: middle;
    margin: -4px 0 0 0;
    display: inline-block;
}

.header_icon {
    margin-right: 6px;
}

/* footer */
.footer_module {
    padding: 45px 0;
    position: relative;
}

.footer_module:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #4696c6;
    box-shadow: 0px 12px 15px #4696c6;
}

.footer_module p {
    margin: 0;
}

.footer_info_row {
    margin-bottom: 10px;
}

.footer_info_row:last-child {
    margin-bottom: 0;
}

.footer_info_handle {
    text-align: center;
}

.footer_info_handle>a {
    color: #000000;
    margin: 0 20px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.footer_info_handle>a:hover,
.footer_info_handle>a:link {
    color: #000000;
}

.footer_info_records {
    color: #000000;
    line-height: 24px;
    text-align: center;
}
/*.footer_info_box {
    padding: 38px 0;
    background: #5c5c5c;
}

.footer_info {
    padding-left: 170px;
}

.footer_info_label {
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
}

.footer_info_content {
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    line-height: 16px;
}

.footer_info_item {
    margin-bottom: 15px;
}

.footer_info_item:nth-child(3n) {
    margin-bottom: 0;
}*/

/* 其他 */
html,
body {
    height: 100%;
}

.total_box {
    min-height: 100%;
    padding-bottom: 148px;
    margin-bottom: -148px;
}

.section {
    width: 1200px;
    margin: 0 auto;
}

.public_float_left {
    float: left;
}

.public_float_right {
    float: right;
}

.layui-form-select dl dd.layui-this {
    color: #fff;
    background-image:
        linear-gradient(98deg, #50c2ce 0%, #4faade 100%),
        linear-gradient(#4fb3d8, #4fb3d8);
}
.section_field {
    width: 1200px;
    margin: 0 auto;
    display: none;
}
/*.error{
    border:0.1em solid #c66161 !important;
    background-color:#fbe2e2 !important;
}*/



.login_info,
.reg_info {
    padding: 0 98px 66px;
}

.login_title,
.reg_title {
    height: 24px;
    color: #252525;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.login_content,
.reg_content {
    overflow: hidden;
    margin: 46px 0 10px;
}

.login_btn:hover,
.reg_btn:hover {
    color: #ffffff;
}

.login_tip,
.reg_tip {
    height: 14px;
    color: #646464;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.login_tip_box,
.reg_tip_box {
    margin-top: 30px;
}

.login_tip a,.login_tip a:hover,
.reg_tip a,.reg_tip a:hover {
    color: #42abe4;
}

/* 登录 */
.login_moudle {
    border-radius: 10px;
    border-top: 8px solid #aeacf6;
    background: url("../img/login_bg.png") no-repeat center top;
}

.login_item {
    width: 288px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #ffffff;
    border: solid 1px #42abe4;
}

.login_icon {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 24px;
}


.login_input {
    width: 212px;
    border: none;
    height: 40px;
    padding: 0 10px;
}

.login_item_code {
    margin-bottom: 20px;
}

.login_code_btn {
    float: right;
    width: 128px;
    height: 40px;
}

.login_code_btn img {
    width: 100%;
    height: 100%;
}

.login_code_input {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: #ffffff;
    border: solid 1px #42abe4;
}

.login_btn {
    width: 290px;
    height: 42px;
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 13px 0px rgba(25, 59, 98, 0.1);
    background-image:
            linear-gradient(98deg, #50c2ce 0%, #4faade 100%),
            linear-gradient(#be3232, #be3232);
}

/* 注册 */
.reg_moudle {
    border-radius: 5px;
    background: #ffffff;
}

.reg_item {
    min-height: 66px;
}

.reg_input_item {
    width: 363px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: #ffffff;
    border: solid 1px #aeaeae;
}

.reg_input {
    width: 100%;
    height: 38px;
    border: none;
}

.reg_verification_btn {
    float: right;
    width: 122px;
    height: 42px;
    color: #ffffff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    background: #4fabde;
}

.reg_verification_btn:hover,
.reg_verification_btn:link,
.reg_verification_btn:focus {
    color: #ffffff;
}

.reg_verification_input {
    width: 230px;
    height: 40px;
    border: 1px solid #aeaeae;
    padding: 0 10px;
    border-radius: 5px;
}

.reg_icon {
    height: 16px;
    margin: 2px 0;
    color: #d23b3b;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.reg_error_txt {
    height: 16px;
    margin: 4px 0;
    color: #d23b3b;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

.reg_btn_box {
    text-align: center;
}

.reg_btn {
    width: 125px;
    height: 42px;
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 13px 0px rgba(25, 59, 98, 0.1);
    background-image:
            linear-gradient(98deg, #50c2ce 0%, #4faade 100%),
            linear-gradient( #be3232, #be3232);
}
a.chooseed{
    color:#37b4c1;
    background-color:#fff;
}
.btn_link:hover,.btn_link:link {
    color: #5fabdf;
}
.btn_link{
    margin: 0 5px;
    color: #5fabdf;
}
div.layui-table-page{
    text-align: center;
}
div.layui-table-grid-down{
    display:none;
}
div.pages_box{
    margin: 20px 0 0 0;
    text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #4FB3D8;
}

/* DCC/医科院计划模板/科技基础性工作专项项目科学汇交方案 导出弹窗 */
.public_export_window {
    border-radius: 10px !important;
}

.public_export_window .layui-layer-title {
    border: 0;
    height: 46px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 30px;
    line-height: 46px;
    text-align: center;
    background: #7abef5;
    border-radius: 10px 10px 0 0;
}

.public_export_window .layui-layer-content {
    border: solid 1px #52c3cf;
    border-bottom: 0;
}

.public_export_window_info {
    width: 390px;
    padding: 30px 42px 20px;
}

.public_export_window_headline {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.public_export_window_radio_box>label {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.public_export_window_radio_box>label:not(:last-of-type) {
    margin-right: 50px !important;
}

.public_export_window_radio_box input[type='radio'] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.public_export_window .layui-layer-btn {
    border-radius: 0 0 10px 10px;
    border: solid 1px #52c3cf;
    border-top: 0;
}

.public_export_window .layui-layer-btn>a {
    width: 78px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    border: 0;
}

.public_export_window .layui-layer-btn .layui-layer-btn0 {
    background-image:
            linear-gradient(98deg, #50c2ce 0%, #4faade 100%),
            linear-gradient( #60a9dd, #60a9dd);
}

.costom_temps_recommend_title {
    margin: 0 106px;
    text-align: center;
}

.costom_temps_recommend_title>p {
    height: 50px;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #52a1d3;
    display: inline-block;
}

.costom_temps_recommend_title>a {
    height: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-left: 5px;
}
.excellent_required:before {
    top: 4px;
    left: -2px;
    color: red;
    content: '*';
    font-weight: bold;
    position: relative;
}

[v-cloak] {
    display: none !important;
}
