.user_center_box {
    width: 100%;
    overflow: hidden;
    background: #f1f9ff;
    font-family: '宋体';
    padding: 0 2%;
}


/*修改密码*/
.password_info,
    /*安全设置*/
.bind_info,
    /*订单*/
.order_list {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0 5% 2rem;
    margin: 0 0 2rem 0;
}

/*订单tag*/
.tag_title {
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    margin-bottom: 2rem;
}

.tag_title a:first-child,
.tag_title a:hover {
    border-bottom: 2px solid #00a2e8;
    color: #00a2e8;
}

.tag_title a {
    font-size: 2.5rem;
    font-weight: 400;
    padding: 1rem;
}
.series_div{
    padding: 1rem 0;
    text-align: center;
    background: #f9fafc;
    border-top: 1px solid #ddd;
}
.series_title{
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
    font-size: 2rem;
}

/*订单列表*/
.order_table {
    min-width: 750px;
    margin: 0;
    font-size: 2rem;
    background: #f9fafc;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.order_table td {
    border-top: 1px solid #ddd;
    padding: 1rem 0;
}

.order_table .order_item td {
    color: #999;
    font-weight: 400;
    padding: 1rem .5rem;
    font-size: 1.3rem;
}

.order_table .title_1 a {
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
    font-size: 2rem;
}

.order_table .title_2 td {
    padding: 1rem .5rem;
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    text-align: -webkit-match-parent;
}
.order_table .order_item_btn{
    cursor: pointer;
    color: #666;
    -webkit-appearance: button;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    padding: 2px 6px;
    border: 1px solid #666;
    font-size: 1rem;
    /*border-radius: 4px;*/
}

.order_table .refund_input{
    padding: 0.3rem 5rem 0.3rem 1rem;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    border: 1px solid;
    border-radius: 2px;
    font-size: 1rem;
}
.order_table .refund_input:focus{
    outline: auto;
}

/*安全设置*/
.password_info .password_detail,
.bind_info .bind_detail {
    padding: 2.5rem 0;
}

.password_info .password_detail label,
.bind_info .bind_detail label {
    color: #666;
    font-size: 1.3rem;
    margin: 1.5rem 0;
    text-align: left;
    display: block;
}

.password_info .password_detail input,
.bind_info .bind_detail input {
    font-size: 1.5rem;
    text-indent: 1rem;
    border: 1px solid #ddd;
    padding: .7rem .5rem .5rem 0;
    width: 35%;
    caret-color: #ccc;
    font-family: 宋体;
}

.password_detail input::-webkit-input-placeholder,
.bind_info input::-webkit-input-placeholder {
    font-size: 1.5rem;
    color: #ccc;
    font-weight: lighter;

}

.password_detail input:focus,
.bind_info input:focus {
    outline: none;
    border: 1px solid #80bdff;
}

.submit_btn {
    border: 1px solid #1aabea;
    background: #1aabea;
    font-size: 1.2rem;
    padding: .8rem 4rem;
    color: #fff;
    margin: 2rem auto;
    cursor: pointer;
}