/* 修改密码 */

.password_main {
    width: 966px;
    min-height: 730px;
    _height: 730px;
    background: #fff;
    padding: 10px 15px;
    border: 1px #f2f2f2 solid
}

.hy_tt {
    border-bottom: 1px solid #ddd;
    height: 34px;
    background: #fff;
    font-family: '微软雅黑';
    color: #bbb;
    display: flex;
}

.hy_tt div {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 5px;
    position: relative;
    font-size: 13px;
    margin-left: 7px;
}

.hy_tt div.sel {
    color: #333333;
    font-weight: bold;
}

.hy_tt div.sel i {
    position: absolute;
    bottom: 1px;
    background: #02A7EC;
    width: 100%;
    height: 4px;
    left: 0;
}

.hy_tt div:hover {
    text-decoration: none;
}

.hy_table {
    padding: 25px 0 50px 20px;
    font-size: 14px;
    background: #fff;
}

.hy_table td {
    padding: 10px 5px;
    color: #666;
    border: 0;
}

.submit_btn {
    padding-top: 60px !important;
}

.tjbtn {
    background: #02A7EC;
    width: 140px;
    font-family: "微软雅黑";
    border-radius: 2px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border: 0;
    font-size: 15px;
    cursor: pointer;
}

.tjbtn1 {
    background: #FF9900;
    width: 140px;
    height: 42px;
    margin: 20px auto;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}


/* 收货地址 */

.hy_tablelist {
    font-size: 14px;
    margin-top: 10px;
}

.hy_tablelist th {
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    border: 0;
    font-weight: normal;
    color: #333;
    border-bottom: 1px dashed #BFBFBF;
}

.hy_tablelist td {
    border-bottom: 1px #e5e5e5 solid;
    padding: 15px 8px;
    text-align: center;
    color: #333
}

.hy_tablelist td.aright {
    text-align: right;
}


/* .hy_tablelist td.aleft{text-align:left;} */

.tag_gray {
    background: #fff;
    border: 1px #ddd solid;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    border-radius: 15px;
    color: #888;
    display: inline-block;
    font-size: 12px;
}

a.fabu_btn {
    float: right;
    color: #02A7EC;
    no-repeat 6px 3px;
    padding: 0 10px 0 28px;
    margin: 0 10px 0 0;
    height: 26px;
    line-height: 26px;
    border-radius: 18px;
}

body .btn-class .layui-layer-btn .layui-layer-btn0 {
    border-color: ##02A7EC;
    background-color: ##02A7EC;
    color: #fff;
    border-radius: 0px;
}

body .btn-class .layui-layer-btn .layui-layer-btn1 {
    border: 1px solid ##02A7EC;
    background: rgba(#02A7EC, #02A7EC, #02A7EC, 0.1);
    color: ##02A7EC;
    border-radius: 0px;
}