.pagebox {
    background: #fff;
    min-width: 1200px;
    
     background-image:url(/static/index/images/accountbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-position: center bottom;
}
.layui-btn{
    background-color: #177dff;
}
.title {
    font-size: 28px;
    color: #111;
    line-height: 60px;
    padding-top: 40px;
    text-align: center;
}
.title.account{
    font-size: 32px;
}


.layui-form-label.layui-required:after {
    content: '*';
    color: red;
    position: absolute;
    right: 12px;
    top: 8px;
}

.layui-form-label {
    /* width: 242px; */
    width: 282px;
    text-align: right;
    /*font-weight: bold;*/
    color: #111;
}

.layui-input-block {
    margin-left: 16px;
    width: 800px;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 370px;
    margin-right: 10px;
}

.layui-form-checkbox i {
    border: 1px solid #5FB878;
    width: 22px;
    height: 22px;
    font-weight: bold;
}

.layui-form-checkbox i {
    border-left: 1px solid #5FB878;
}

.layui-icon-ok:before {
    content: "\e605";
    font-size: 16px;
    top: -5px;
    position: relative;
}

.check_code {
    float: right;
    width: 129px;
    border: 1px solid #177dff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #177dff;
    cursor: pointer;

}

.check_code.counting {
    color: #888;

}

.layui-btn {
    height: 40px;
    line-height: 40px;
}

.uploaded_img_box {
    width: 110px;
    height: 110px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #eee;
    cursor: pointer;
}

.uploaded_img_box:hover {
    border: 1px solid #0af;

}

.uploaded_img {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    object-fit: cover;
}

.uploaded_mask {
    display: none;
}

.uploaded_img_box:hover .uploaded_mask {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 100px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

input::-ms-clear {
    display: none;
}
#xieyi_tc {
    display: none;
    width: 800px;
    height: 608px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    position: relative;
}

.xieyi_title {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    text-align: center;
    padding: 30px 0;
}

.xieyi_content_box {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    height: 520px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 24px;
}

.xieyi_content_box {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
    text-indent: 2em;
}

.close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;

    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon_close_grey.png") no-repeat center;
    background-size: 20px;
}
#law_tc {
    display: none;
    width: 800px;
    height: 608px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    position: relative;
}

#xieyi_tc {
    display: none;
    width: 800px;
    height: 608px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    position: relative;
}

.xieyi_title {
    /*font-size: 24px;*/
    font-size: 28px;
    color: #333;
    line-height: 1;
    text-align: center;
    padding: 30px 0;

}

.xieyi_content_box {
    font-size: 18px;
    color: #000;
    /*line-height: 36px;*/
    line-height: 180%;
    height: 520px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 24px 40px;
    text-align: justify;
    text-indent: 2em;

    font-family: SimSun;
}

.xieyi_content_box h1, h2 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}


.xieyi_content_box .bold {
    font-weight: bold;
}

.close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;

    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon_close_grey.png") no-repeat center;
    background-size: 20px;
}