body {
    width: 100%;
    max-width: 800px;
    min-height: 600px;
    margin: 0 auto;
    color: #333333;
}

.hide {
    display: none !important;
}

.bgWhite {
    background: #FFFFFF;
}


.bgGray {
    background: #f2f2f2;
}

.nianbaoBg{
    background: #FF6600;
}

.bgBlue{
    background: #03479c;
    /*background: #2181fa;*/
}

.bgBlue02{
    background: #2181fa;
}

.margin40 {
    margin: 0 0.4rem;
}

.padding40 {
    padding: 0 0.4rem;
}

.marginBot0 {
    margin-bottom: 0 !important;
}

input {
    padding-left: 0;
}

/*
    input[type=radio], input[type=checkbox] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: checkbox;
        outline: none;
        border: 0;
        background: none;
        padding: 0;
        
        
    }
*/


.checkinput {
    -webkit-writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}


input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    outline: auto;
}
.ovtwo {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.mask {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    z-index: 600;
    max-width: 800px;
}

.jyccn_show {
    display: block !important;
}

.jychome_fiexd {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    /*padding-bottom: 0.2rem;*/
    background-color: white;
}

.jychome_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem;
    height: 0.88rem;
}

    .jychome_head .home_head_l {
        display: flex;
        align-items: center;
    }

    .jychome_head .logo {
        width: 3rem;
        height: 0.6rem;
    }

        .jychome_head .logo img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .jychome_head .name {
        display: block;
        margin-left: 0.2rem;
        padding-left: 0.2rem;
        height: 0.36rem;
        line-height: 0.36rem;
        font-size: 0.34rem;
        font-weight: bold;
        color: #3385FF;
        border-left: 1px solid #c3cbd6;
    }

    .jychome_head .home_head_r {
        display: flex;
        align-items: center;
    }

    .jychome_head .head_search {
        display: block;
        width: 0.32rem;
        height: 0.32rem;
        margin-right: 0.2rem;
    }

        .jychome_head .head_search img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .jychome_head .notuser_icon,
    .jychome_head .user_icon {
        display: block;
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 50%;
        overflow: hidden;
    }

.login_hover {
    position: absolute;
    width: 100%;
    top: 0.88rem;
    left: 0;
    display: block;
    padding: 0 0.4rem;
    padding-bottom: 0.62rem;
    padding-top: 0.44rem;
    background: #FFFFFF;
    z-index: 200;
    box-sizing: border-box;
}

    .login_hover .login_link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.6rem;
    }

    .login_hover .link_img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1rem;
        height: 1rem;
        background: #F3F8FF;
        border-radius: 0.12rem;
        margin: 0 auto;
    }

        .login_hover .link_img img {
            display: block;
            width: 0.64rem;
            height: 0.64rem;
        }

    .login_hover .link_txt {
        display: block;
        text-align: center;
        margin-top: 0.07rem;
        font-size: 0.28rem;
        color: #333333;
        letter-spacing: 0.02rem;
    }

    .login_hover .login_btn {
        display: block;
        width: 100%;
        height: 0.9rem;
        background: #3385FF;
        border-radius: 0.12rem;
        text-align: center;
        line-height: 0.9rem;
        font-size: 0.32rem;
        color: #FFFFFF;
    }

.jyccn_search {
    display: block;
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.45rem;
    height: 1rem;
    border: 1px solid #333333;
    border-radius: 0.12rem;
    overflow: hidden;
}

    .jyccn_search input {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 0.14rem;
        font-size: 0.28rem;
        padding-right: 0.8rem;
    }

    .jyccn_search .search_icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0.25rem;
        width: 0.4rem;
        height: 0.4rem;
        z-index: 5;
    }

#login_mask, #search_mask {
    z-index: 1;
}

.jyccn_main {
    position: relative;
    padding-top: 2.38rem;
    min-height: 8.7rem;
}

.bread {
    display: flex;
    align-items: center;
    height: 0.86rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: #9CA7B6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .bread .bread_a {
        display: block;
        color: #9CA7B6;
    }

    .bread .bread_icon {
        display: block;
        padding: 0 0.1rem;
    }

/* ¾Û½¹¿ò */
.jyccn_focus .mask {
    top: 0.88rem;
}

.jyccn_focus .focus_item {
    position: fixed;
    z-index: 600;
    left: 50%;
    transform: translateX(-50%);
    top: 0.88rem;
    width: 100%;
    background: #F5F7F8;
    max-width: 800px;
}

.jyccn_focus .focus_cont {
    padding: 0.3rem 0.4rem 0.25rem 0.4rem;
}

.jyccn_focus .focus_textarea {
    position: relative;
    width: 100%;
    height: 2.5rem;
}

    .jyccn_focus .focus_textarea textarea {
        display: block;
        width: 100%;
        height: 2.5rem;
        border: 1px solid #222222;
        border-radius: 0.12rem;
        padding: 0.1rem 0.2rem 0.55rem 0.2rem;
        font-size: 0.32rem;
        line-height: 0.42rem;
        color: #000000;
        outline: none;
        resize: none;
    }

.jyccn_focus .area_text {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0.24rem;
    bottom: 0.27rem;
    font-size: 0.28rem;
}

.jyccn_focus .area_paste {
    color: #FF6600;
}

.jyccn_focus .area_cancel {
    margin-left: 0.3rem;
    color: #303135;
}

.jyccn_focus .area_close {
    position: absolute;
    right: 0.2rem;
    bottom: 0.25rem;
    width: 0.32rem;
    height: 0.32rem;
}

.jyccn_focus .focus_btn {
    display: block;
    margin-top: 0.2rem;
    height: 0.9rem;
    background: #3385FF;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 0.06rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #FFFFFF;
}

.jdtnew_search_tips {
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    width: 100%;
    height: 0.8rem;
    background: #FFF5E6;
    font-size: 0.24rem;
    color: #666666;
}

    .jdtnew_search_tips img {
        display: block;
        width: 0.32rem;
        height: 0.32rem;
        margin-right: 0.1rem;
    }

    .jdtnew_search_tips a {
        color: #FF6600;
        padding: 0 0.05rem;
    }


.login_hover .per_user {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.login_hover .user_number {
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
}

    .login_hover .user_number span {
        color: #FF6600;
    }

.login_hover .user_vip {
    display: block;
    margin-left: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
}

.login_hover .user_txt {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #999999;
}
