watchClient.css 4.0 KB
.main {
    width: 1200px;
    margin: 28px auto;
    height: auto;
    box-shadow: #ccc 0px 0px 5px;
}


/* 标题 */

.title {
    color: #526AA6;
    font-size: 30px;
    width: 100%;
    height: 94px;
    border-bottom: 2px solid #526AA6;
    text-align: center;
    font-weight: bold;
    line-height: 94px;
}

.start_test_wrap {
    margin: 60px 10px 0;
    padding-bottom: 60px;
}


/* 客户信息 */

.client_table {
    width: 100%;
    border: 1px solid #526AA6;
    border-radius: 3px;
    margin-bottom: 60px;
}

.cus_infor_title {
    width: 100%;
    height: 35px;
    background-color: #526AA6;
    color: #fff;
    font-size: 18px;
}

.watch_title {
    padding-left: 30px
}


/* 客户信息状态 */

.infor_status {
    font-size: 14px;
}


/* 内容 */

.client_msg {
    margin: 20px 30px 0;
    padding-bottom: 20px;
}


/* 中文信息 */

.ch_msg {
    width: 360px;
    float: left;
}

.ch_msg_single {
    margin-bottom: 26px;
    font-size: 14px;
}

.ch_msg_l {
    color: #333;
    font-weight: bold;
    width: 140px;
    float: left;
    text-align: left;
}

.ch_msg_r {
    color: #666;
    float: left;
    text-align: left;
}


/* 英文信息 */

.eg_msg {
    float: left;
}

.eg_msg_l {
    width: 170px;
    color: #333;
    font-weight: bold;
    float: left;
    text-align: left;
}


/* 建议 */

.advice_r {
    width: 700px;
    color: #666;
    float: left;
    text-align: left;
    font-size: 14px;
}


/* 测评信息 */


/* 内容 */

.evalute_msg {
    margin: 0 20px;
}


/* 上层 */

.evalute_msg_top {
    margin-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #526AA6;
    padding-left: 150px
}

.evalute_score {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.evalute_num {
    color: #F90000;
    font-size: 48px;
    font-weight: normal
}

.evalute_month {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.month_num {
    color: #008000;
    font-size: 48px;
    font-weight: normal;
}

.evalute_time {
    font-size: 14px;
    columns: #333;
    margin-right: 10px
}


/* 下层 */

.evalute_msg_bot {
    margin: 0 10px;
}


/* 必填信息 第一部分 */

.evalute_bot_first {
    margin-top: 30px;
    margin-bottom: 10px;
}

.bot_first_single {
    margin-bottom: 20px;
}

.bot_first_l {
    width: 630px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.bot_first_r {
    color: #666;
    font-size: 14px;
    text-align: left;
    width: 60%;
}

.contrast_first_r {
    color: #666;
    font-size: 14px;
    text-align: left;
}


/* 选填信息 第二部分 */

.evalute_bot_second {
    margin-bottom: 30px
}

.evalute_second_title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #526AA6;
}

.evalute_second_quest {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 18px;
    text-align: left;
}


/* 房产证明 */

.evalute_property {
    margin-top: 18px;
    text-align: left;
}

.evalute_property a {
    color: #003CFF;
    font-size: 14px;
}


/* 资质审核 */

.qualify_msg {
    margin: 20px 30px 0
}

.quality_msg_l {
    width: 150px;
}

.qualify_contract {
    margin-bottom: 18px;
    text-align: left;
}

.qualify_contract a {
    color: #003CFF;
    font-size: 14px;
}


/* 移民款 */

.immigrate_fee {
    margin-right: 100px
}

.immi_title {
    width: 244px;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #999
}

.immi_first_single {
    margin-top: 10px
}

.immi_msg_l {
    width: 150px
}

.money_table {
    margin-top: 20px;
}

.attachment {
    color: #003CFF
}


/* 移民办理 */

.handle_msg_l {
    width: 200px
}


/* 返回按钮 */

.back_btn {
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #666;
    font-size: 20px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 100px auto 0;
}

.back_btn:hover {
    border-color: #526AA6;
    opacity: 0.8
}