input[type=radio], input[type=checkbox] {
    cursor: pointer
}

#apply-member {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    color: #333;
    z-index: 9;
}

.model {
	display:none;
    position: relative;
    margin: 0 auto;
    border: 1px solid #e9ebec;
    background: #fff;
}

.model .close {
    position: absolute;
    right: 16px;
    top: 11px;
    color: #ababab;
    font-size: 20px;
    cursor: pointer
}

/* 申请模态框 */
.apply-model {
    top: 50px;
    width: 665px;
    padding: 40px;
}

.apply-model .apply-table {
    table-layout: auto;
    border: 1px solid #f2f2f2;
}

.apply-model .apply-table th {
    line-height: 50px;
    background: #f8fbfe;
}

.apply-model .apply-table td {
    padding: 0 5px;
    line-height: 64px;
	height:64px;
    text-align: center;
    border: 1px solid #f2f2f2;
}

.apply-model .apply-table td:first-of-type {
    border: 0;
}

.apply-model .apply-table tr:nth-of-type(2) td {
    border-top: 1px solid #f2f2f2;
}

.apply-model .apply-table td p {
    line-height: 24px;
}

.apply-model .apply-table .price {
    display: inline-block;
    margin: 0 17px;
    color: #ff852c;
    font-size: 24px;
    font-weight: 800
}

.apply-model .apply-table .return-price {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px;
}

.apply-model .apply-submit {
    padding: 28px 0 0;
    text-align: center;
}

.apply-model .apply-submit .button {
    height: 34px;
    padding: 0 21px;
    line-height: 34px;
    font-size: 15px;
    background: #158177;
    color: #fff;
    border: 1px solid #0f736a;
    border-radius: 1px
}

/* 信息填写模态框 */
.message-model {
    top: 50px;
    width: 895px;
    max-height: 80%;
    padding: 28px 0 0;
    overflow-x: hidden;
    overflow-y: auto
}

.message-model .form-title em {
    display: inline-block;
    width: 102px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    background: url(../../images/title_bg.png) no-repeat left top;
}

.message-form {
    padding: 15px 20px;
}

.message-item {
    margin-top: 21px;
}

.message-item label {
    position: relative;
    display: inline-block
}

.message-item .message-title {
    display: inline-block;
    width: 130px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}

.message-item .input {
    width: 210px;
    height: 40px;
    padding: 0 17px;
    border: 1px solid #c8cbd4;
    box-sizing: border-box;
    vertical-align: top
}

.message-item .input:focus {
    border-color: #38aea4;
}

.message-item .input-big {
    width: 634px
}

.message-item .input-textarea {
    width: 634px;
    height: 90px;
    padding: 10px 17px;
    resize: none;
    vertical-align: top
}

.message-item.message-sex .input-select {
    width: 82px;
    background: url('../../images/xiala.png') no-repeat 94% center;
    cursor: pointer
}

.message-item.message-time .input-select {
    width: 121px;
    background: url('../../images/xiala.png') no-repeat 94% center;
    cursor: pointer
}

.message-item.message-label .message-title {
    line-height: 22px;
}

.message-item .sex-select {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
    display: none;
    width: 82px;
    background: #fff;
    border: 1px solid #c8cbd4;
    border-top: 0;
    box-sizing: border-box
}

.message-item .sex-select.active {
    display: inline-block
}

.message-item .sex-select .option {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer
}

.message-item .sex-select .option:hover {
    background: #eee;
}

/* 兴趣爱好 */
.message-model .interest-message {
    display: inline-block;
    width: 634px;
    vertical-align: top
}

.label-list .label-item {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 0 20px 0 5px;
    margin: 0 16px 10px 0;
    line-height: 22px;
    background: #b5e0fb;
    font-family: "宋体";
    font-size: 12px;
    cursor: pointer;
}

.label-list .label-item .label-close {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 22px;
    font-weight: bold;
    color: #2d91c5;
}

.label-list .label-item::after {
    position: absolute;
    top: 0;
    right: -16px;
    height: 0;
    width: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #b5e0fb;
    content: "";
}

.label-operate .select-item {
    margin-bottom: 4px;
}

.label-operate .select-title {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #088ef1;
    line-height: 22px;
    cursor: pointer
}

.label-operate .select-title::after {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #43a7f3;
    content: "+";
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 12px;
}

.label-operate .select-item.active .select-title::after {
    content: "-";
}

.label-operate .select-item .select-content {
    display: none;
    padding-left: 20px;
}

.label-operate .select-item.active .select-content {
    display: block
}

.label-operate .select-label {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 0 3px 0 2px;
    margin: 3px 10px 7px 0;
    line-height: 22px;
    background: #f1f1f1;
    font-family: "宋体";
    font-size: 12px;
    cursor: pointer;
    color: #8e8c8c;
}

.label-operate .select-label .icon-add {
    padding: 0 3px;
    color: #d4d4d4;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top
}

.label-operate .select-label::after {
    position: absolute;
    top: 0;
    right: -16px;
    height: 0;
    width: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #f1f1f1;
    content: "";
}

.label-operate .select-label.disable {
    background: #f7f7f7;
    color: #cac8c8;
}

.label-operate .select-label.disable .icon-add {
    color: #e5e5e5;
}

.label-operate .select-label.disable::after {
    border-left-color: #f7f7f7;
    content: "";
}

/* 提交 */
.submit {
    text-align: center
}

.submit .submit-btn {
    height: 51px;
    margin: 10px 0 0;
    padding: 0 67px;
    line-height: 51px;
    border: 1px solid #2c887f;
    background: #35aba0;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}