.show {
    display: block;
}

.hide {
    display: none;
}

.margin_big_title {
    margin-top: 30px;
}

.margin_space_80 {
    margin-top: 80px;
}

.margin_space_40 {
    margin-top: 40px;
}

.margin_space_20 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.wy_divider {
    border-bottom: #e0e0e0 5px solid;
    /* margin: 5px auto; */
    color: #666;
}

.wy_divider .wy_divider_h1 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

.wy_divider .span_bottom {
    border-bottom: #36A9FC 5px solid;
    margin-bottom: -5px;
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
}

body {
    /*background: url("/static/frontend/content/img/frontendbg.jpg");*/
    position: absolute;
    height: 100%;
    width: 100%;
    background: #F6F6F6;
    font-size: 16px !important;
}

.error {
    color: red;
}

.ml30 {
    margin-left: 30px;
}


.mall {
    margin: 20px;
}


.handCursor {
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .stepjustcontent .stepjustcontentlabel {
        color: #5c5c5c;
        font-weight: normal;
        font-size: 16px !important;
        /*font-weight: bold;*/
    }
}

html {
    overflow-x: hidden;
!important;
}

.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}

.check-success {
    margin-left: 5px;
    font-size: medium;
    color: #A46834;
}

.btn-jwsb {
    color: #fff;
    background-color: #784E23;
    border-color: #784E23;
}

.btn-jwsb:hover, .btn-jwsb:active, .btn-jwsb:focus {
    color: #fff;
    background-color: #370D00;
    border-color: #370D00;
}

.btn-info {
    color: #fff;
    background-color: #D5D2C1;
    border-color: #D5D2C1;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    color: #fff;
    background-color: #370D00;
    border-color: #370D00;
}

.btn-success {
    color: #fff;
    background-color: #BD8E62;
    border-color: #BD8E62;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background-color: #370D00;
    border-color: #370D00;
}

.span_btn{
    vertical-align: baseline;
    padding:5px 10px;
    /*height: 30px;*/
    border-radius: 44px;
    opacity: 1;
    color: #FFFFFF;
    background: #8F622F;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.051);
}

.span_title{
    position: relative;
    vertical-align: baseline;
    padding:5px 5px;
    /*height: 30px;*/
    border-radius: 44px;
    opacity: 1;
    color: #2A2E36;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.051);
}



.div_jwsb_title
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
}

.div_jwsb_title:before {
    content: '';
    top: 6px;
    left: 0px;
    width: 8px;
    border-radius: 5px;
    height: 20px;
    line-height: 1;
    position: absolute;
    background-color: #784E23;
}

/*通用左右结构的样式*/
.item{
    margin-top: 15px;
    width: 100%;
    height: 75px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    display: flex;
}
.item-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 20px;
    flex: 1;
}
.item-left-main{

    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 10px;
}
.item-left-sub
{
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0em;
    color: #3D3D3D !important;
}


.item-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 65px;
    margin-right: 10px;
}

.item-right span
{
    padding:5px 15px;
    /*height: 30px;*/
    border-radius: 44px;
    opacity: 1;
    color: #FFFFFF;
    background: #8F622F;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.051);
}

/*通用的footer样式*/
.footer-content{
    display: flex;
    height: 60px !important;
    background: white;
    padding: 5px 0px;
}
.footer-content .footer-item
{
    flex: 1;
    display: flex;
    justify-content: center;
}

.footer-item-content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-item-content>span{
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0em;

    color: #666666;
    padding-top: 10px;
}

.top-img
{
    height: 25px;
    width: 25px;

}