@charset "utf-8";
/* CSS Document */
#consulting_selected_title{
    font-size: 16px;
}
.consulting_change_journal{
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
}
.consulting_change_journal a {
    color: #0000cc;
    font-size: 16px;
    font-weight: bold;
}
.consulting_wechat_box {
    background: #e9f0fb;
    border: 1px solid #d8e3f2;
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    width: 430px;
    margin-top: 17px;
}

.consulting_wechat_left {
    float: left;
    margin-right: 18px
}

.consulting_wechat_left img {
    width: 90px;
    display: block
}

.consulting_wechat_right {
    float: left
}
.consulting_wechat_p1 {
    font-size: 15px;
    font-weight: bold;
    margin: 4px 0px 8px 0px;
}

.consulting_wechat_p2 {
    font-size: 15px;
    margin-bottom: 7px;
}

.consulting_wechat_p3,.wechat_p4 {
    font-size: 15px;
    color: #de7300!important;
}

/*选择期刊弹窗*/
.consulting_bgPop {
    display: none;
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.consulting_pop {
    display: none;
    width: 1023px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    z-index: 130;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
    text-align: center;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 40px;
    margin-left: -512px;
}
.consulting_puple_title1 {
    background: #f8f8f8;
    text-align: left;
    padding-left: 16px;
    line-height: 47px;
    margin-bottom: 19px;
    border-radius: 10px 10px 0px 0px;
    font-size: 15px;
    font-weight: bold;
}
.consulting_pop-close {
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
    width: 15px;
}
.consulting_pop_f {
    text-align: center;
    padding: 0px 40px;
}
.consulting_submit_step_two {
    border: 1px solid #d3d3d3;
    height: auto;
    overflow: hidden;
}
#consulting_journalID11 {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    padding: 0;
    margin-top: 0px;
}
.consulting_journal_list table tr {
    border-bottom: 1px solid #eaeaea;
    line-height: 36px;
    padding: 0;
}
.consulting_table_th {
    font-size: 14px;
    color: #565656;
    font-weight: bold;
    text-align: left;
    background: #f8f8f8;
}
.consulting_radio_box {
    width: 34px;
    text-align: right;
    padding-right: 12px;
    padding-left: 20px;
}
.consulting_huiyi_name {
    font-size: 14px;
    color: #18728f;
    width: 532px;
    text-align: left;
    height: 36px;
    padding: 0px 10px 0px 0px;
}
.consulting_huiyi_name a {
    color: blue;
    font-size: 14px;
}
.consulting_place {
    text-align: left;
    font-size: 14px;
}
.consulting_time2 {
    text-align: left;
    font-size: 14px;
}
.consulting_more_link {
    text-align: left;
}
.consulting_more_link a {
    color: #0000cc;
    font-size: 14px;
}
.consulting_confirm {
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #0489bf;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    float: right;
    margin-top: 20px;
}
#consulting_info8 {
    color: red;
    float: right;
    margin-top: 30px;
    margin-right: 16px;
}
.consulting_confirm:hover {
    color: #fff !important;
}