:root{
    --lightred:#cc0000;
    --normalred:#b80000;
    --darkred:#880000;
    --orange:#ff8b00;
    --white:#fefefe;
    --lightgray:#eee;
    --normalgray:#aaa;
    --darkgray:#555;
    --main-shadow: 0 0 10px rgb(0 0 0 / 16%);
    --main-radius: 8px;
}
@media print{
    .maintop,.bottom-wrapper{
        display:none;
    }
}
.login-msg-box{
    margin-bottom: 10px;
}

.login-icon-error{
    color: #ffa400;
    font-size: 12px;
    margin-right: 3px;
    font-weight: 700;
}

.login-icon-success{
    color: #7ef705;
    font-size: 12px;
    margin-right: 3px;
    font-weight: 700;
}

.login-msg{

}

.k20{
    width: 100%;
    height: 20px;
}

.mb6 {
    margin-bottom: 6px;
}

.em12 {
    font-size: 1.2em;
}

.mr6 {
    margin-right: 6px;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clear{
    clear: both;
}

.button{
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-bottom: 10px;
}

.button-red,.button-orange{
    min-width: 72px;
}

.button-red{
    background: var(--normalred);
}

.button-red:hover{
    background: #ff0000;
    transition: 0.5s;
}

.button-orange{
    background: var(--orange);
}

.button-orange:hover{
    background: #ffbc00;
    transition: 0.5s;
}

@media (min-width: 1024px) {
    .col-md-6 {
        width: 15%;
    }
}
/************* 分割 *************/

/*************  个人中心    start    *************/
.m-product {
    text-align: center;
    font-size: 13px;
    width: 190px;
    float: left;
    margin: 0 20px 30px 20px;
}

.m-product .hd {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    margin: auto;
}

.m-product .img {
    width: 250px;
    /*height: 250px;*/
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    background-color: #f4f4f4;
    color: #f4f4f4;
    transform:scale(0.7);

}

.m-product .img:hover{
    transform:scale(0.9);
    transition: 0.8s;
}

.m-product .name {
    margin-bottom: 8px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.m-product .price {
    color: #ab2b2b;
    margin-bottom: 10px;
}

.m-product hr {
    display: block;
    width: 130px;
    height: 1px;
    padding: 0;
    margin: auto auto 18px;
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.m-product .desc {
    width: 100%;
    /*padding: 0 10px;*/
    line-height: 18px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tab{
    width: 100%;
}

.tab_list_jf{
    width: 100%;
    height: 36px;
    background-color: #f7f7f7;
    /*border: 1px solid #eee;*/
    border-bottom: 1px solid #e4393c;
}

.current1 {
    background-color: #e4393c;
    color: #fff;
}

.tab_list_jf li{
    font: 14px Microsoft YaHei;
    display: inline-block;
    padding:9px 25px;
}

.tab_list_jf li:hover{
    cursor: pointer;
}

.tab_con{
    width: 100%;
    min-height: 360px;
    border-top: none;
}

.tab_con .item{
    height: 100%;
    display: none;
    font-size: 13px;
    /*text-indent: 13px;*/
}

.btn_green{
    display: inline-block;
    transition: .15s;
    vertical-align: middle;
    margin-right: 15px;
    padding: 6px 12px;
    text-align: center;
    width: 60px;
    font-size: 15px;
    background-color: var(--orange);
    border-radius: var(--main-radius);
    color: var(--white);
}

.btn_green:hover{
    background-color: var(--normalred);
    transition: .7s;
    color: var(--white);
    border:0;
}

.flex.jsb {
    justify-content: space-between;
}

.flex {
    display: flex;
}

.left_bar{
    float: left;
    padding: 0 40px;
    width: 25%;
}

.right_bar_table_content{
    width: 100%;
    -webkit-border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
}

.right_bar_top{
    width: 100%;
}

.right_bar_top_main{
    width: 48%;
    -webkit-border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
}

.right_bar_top_content{
    clear: both;
    padding: 15px;
    border-radius: var(--main-radius);
    margin-bottom: 20px;
}

.right_bar{
    width: 58%;
    float: left;
    /*background-color: rgb(246,246,246);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 40px;
    margin-bottom: 30px;
}

.right_bar .form--title{
    border-left: #ff0000 solid 15px;
    padding: 10px;
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
    color: #555;
}

.right_bar .form--title1{
    border-left: #ff0000 solid 15px;
    padding: 10px;
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.author-infos .lines{

}

.row_types{
    padding:20px 40px;
}

.right_bar .row .line{
    max-width: 100%;
    text-align: center;
}

.right_bar .row .lines{
    width: 45%;
    float: left;
    margin-left: 20px;
}

.right_bar .row .lines input{
    border: 0;
    border-radius: 0;
    font-family: Lato,sans-serif;
    line-height: 36px;
    padding: 0 12px;
    transition: border-color cubic-bezier(0.77,0,0.175,1);
    width: 90%;
    border: 1px solid #f1f1f1;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group label{
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
    padding-left: 10px;
    border-left: #ff0000 solid 5px;
    color: #555;
}

.img.mr-2 {
    width: 120px;
    margin-left: 10px;
}

.avatarinfo a[class*="upload"] {
    width: 100%;
    height: 100%;
}

.avatarinfo img {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    border: 8px solid #eee;
    width: 15%;
}

.edit--profile-links li a.active,.edit--profile-links li a:hover {
    background: var(--normalred);
    color: var(--white);
    margin: 5px;
    transition: .5s;
    cursor: pointer;
}

.edit--profile-links li a {
    padding: 6px 12px;
    display: block;
    margin: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: center;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    line-height: 30px;
}

.edit--profile-area {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 21px 40px;
    margin-bottom: 30px;
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    line-height: 24px;
}

.label-warning {
    background-color: #f0ad4e;
}

.author p {
    line-height: 30px;
    padding-top: 6px;
    margin: 0;
}

.author h4 {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.sidebar-card{
    -webkit-border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
}

.author_avatar .avatar {
    box-shadow: var(--main-shadow);
    border-radius: var(--main-radius);
}

.author{
    padding-top: 15px;
}

.author_avatar{
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.author-infos {
    padding: 30px 0;
    text-align: center;
}

.user-profile .edit--profile-area {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 21px 40px;
    margin-bottom: 30px;
}

.user-profile .sidebar-card {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.personal_content{
    display: flex;
    flex-wrap: wrap;
}

.personal_main{
    padding-bottom: 60px;
    padding-top: 60px;
}

.top_bar{
    background-image: url(../images/grzx-banner.png);
    background-size: cover;
    padding: 60px 0;
    padding-right: 10%;
    position: relative;
    text-align: right;
    margin-top: 20px;
}

.top_bar_title{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    position: relative;
}

/*************  个人中心    end    *************/
.right_bar_table_search{
    padding: 30px ;
}

.right_bar_table_search form {
    position: relative;
    width: 300px;
    margin:  auto;
}

.bar2 {
    /*background: #DABB52;*/
}

.bar2 input, .bar2 button {
    border-radius: 3px;
}

.bar2 input {
    /*background: #F9F0DA;*/
}

.bar2 button {
    height: 26px;
    width: 26px;
    position: relative;
    top: 3px;
    right: -5px;
    background: #F15B42;
}

.bar2 button:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #F9F0DA;
    font-size: 20px;
    font-weight: bold;
}

.right_bar_table{
    border: 1px solid var(--lightgray);
    min-height: 40px;
}

.right_bar_table ul{

}

.right_bar_table ul li{
    padding: 10px 20px;
    border-bottom: 1px solid var(--lightgray);
    font-size: 15px;
}

.right_bar_table ul li span{
    color: var(--darkgray);
    float: right;
}

.form_line1{
    width: 100%;
}

.form-control1{
    border: 0;
    border-radius: 0;
    font-family: Lato,sans-serif;
    line-height: 36px;
    margin-right: 10px !important;
    transition: border-color cubic-bezier(0.77,0,0.175,1);
    width: 70% !important;
    border: 1px solid #f1f1f1;
}

.form-control2{
    border: 0;
    border-radius: 0;
    font-family: Lato,sans-serif;
    line-height: 36px;
    margin-right: 10px !important;
    transition: border-color cubic-bezier(0.77,0,0.175,1);
    width: 100% !important;
    border: 1px solid #f1f1f1;
    height: 38px;
}

.btn_bc{
    width: 100% !important;
    border-radius: 5px !important;
    height: 38px;
}

.btn_xg{
    width: 50px !important;
    border-radius: 5px !important;
    height: 38px;
    border: 0;
}

.btn_xg:hover,.btn_bc:hover{
    background-color: var(--darkred);
    border:3px solid var(--normalred);
    color: var(--white);
    transition: .5s;
}

.biaoqian {
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
    box-shadow: #aaa 2px 2px 1px;
    margin-bottom: 10px;
}

.content_both{
    width: 48%;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.title-color.Bold.F30.mb10.mt30 {
    border-bottom:5px solid #ff0000;
    padding-bottom: 20px;
}

/*  党员信息框   start   */
#userInfoBox .jcxx{
    width: 100%;
    margin-bottom: 10px;
}

.layer-title{
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
    padding: 5px;
    border-left: 5px solid var(--normalred);
    border-radius: 0 2px 2px 0;
    background-color: #eee;
}

.jcxxleft{
    width: 40%;
}

.jcxxright{
    width: 55%;
}

.info_text{
    line-height: 20px;
    border-left: 5px solid var(--normalred);
    padding-left: 10px;
    /*background-color:#FAFAFA;*/
}

.text_line{
    /*float: left;*/
}

.text_line_both{
    float: left;
    width: 50%;
}

.party_info{

}

.party_picture{
    display: -webkit-flex;
    display: flex;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.party_picture img{
    width: 700px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

#userInfoBox .kzxx{
    width: 100%;
    margin-bottom: 10px;
}
/*  党员信息框   end     */

/*  头部吸附在顶部 start  */
.search-wrapper {
    /*padding-right: 30px;*/
}

.top-wrapper {
    margin: 0px auto !important;
}

.search-wrapper .text-color.last-a-color.LH40.F14 {
    margin-top: 30px;
}
/*  头部吸附在顶部 end  */

/*  news子模板的相关css start  */
.toptop{
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    box-sizing: border-box;

}

.mb40 {
    margin: 40px;
}

/*.tc img {*/
/*    padding: 20px;*/
/*}*/

.tc p {
    padding: 10px !important;
}

.tc .last-a-color {
    font-weight: bolder;
    font-size: 15px;
}


.tc .title-color{
    line-height: 50px;
}
/*  news子模板的相关css end  */

/*  tabs start  */

ul {
    list-style: none;
}

#tabs {
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 0 2px #ddd;*/
    /*处理超出的内容*/
    overflow: hidden;
}

#tabs ul{
    display: flex;
    justify-content: left;
    height: 360px;
}

/*选项卡的头部*/
#tabs-header {
    height: 33px;
    text-align: center;
    position: relative;
}

#tabs-header ul {
    position: absolute;
    left: -1px;
}

#tabs-header ul li {
    float: left;
    width: 98px;
    height: 33px;
    line-height: 33px;
    padding: 0 1px;
}

#tabs-header ul li.selected {
    font-weight: bolder;
    border-bottom: 0;
    padding: 0;
    background-color: var(--lightred);
    color: var(--white);
}

#tabs-header ul li:hover {
    color: var(--white);
}

/*主要内容*/

#tabs-content .dom {
    display: none;
}

#tabs-content .dom ul li {
    float: left;
    /*background-color: red;*/
    margin: 35px 10px;
    width: 14%;
}

#tabs-content .dom ul li a:hover {
    color: orange;
}
/*  tabs end  */

.title text-overflow{
    text-align: center;
}

.myui-vodlist__box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.myui-vodlist__box img:nth-of-type(1) {
    display: block;
}

.myui-vodlist__thumb {
    border-radius: 5px;
    padding-top: 150%;
    display: block;
    position: relative;
    background-position: 50% 50% !important;
    background-size: cover !important;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.myui-vodlist__thumb .play {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/play.png) center no-repeat;
}

.text-overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-text, .pic-title-bottom {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
    color: #fff;
}

.pic-text {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-tag {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

[class*="col-"],
.myui-panel_hd,
.myui-content__list li {
    padding: 10px;
}

.pic-tag-top {
    top: 5px;
    left: 5px;
}

.pic-tag {
    position: absolute;
    z-index: 99;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
}

.text-right {
    text-align: right;
}

.myui-vodlist__detail .title {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.myui-vodlist__detail .text {
    min-height: 19px;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

.dyjygl-left-news .list-news-wrapper {
    min-height: 220px;
    border-bottom: none;
}

.topic-title .title {
    font-size: 18px;
    padding-bottom: 14px;
    background: url(../images/dot.png) 10px 5px no-repeat;
    text-indent: 30px;
    line-height: 18px;
}

.nav-item:hover .dropdown-menu li {
    /* 当鼠标滑过li的时候 让元素显示 */
    display: block;


}

.display-none{
    display: none !important;
}

.dropdown ul{
    position: absolute;
    z-index: 1000;
    width: 120px;
}
.dropdown-menu li {
    /* 隐藏元素 */
    display: none;
    background-color: var(--normalred);
}

.dropdown-menu li:hover {
    /* 加载背景图 */
    background-image: url('../images/nav-bg.png');
    background-size: cover;
}

.nav-item a {
    color: var(--white);
}

.maintop {
    /*position: fixed;*/
    /*z-index: 1000;*/
    width: 100%;
    /*top: 0;*/
}

.fixedTop{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.kong {
    height: 210px;
}

.llpl-wrapper .list-news-wrapper li {
    line-height: 9px;
}

.time{
    margin-top: 30px;
    color: var(--darkgray);
    font-size: 14px;
}

.left-logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.tab {
    display: flex;
    flex-direction: column;
}

.tab_list li{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    font-weight: bolder;
}

.tab_list li:hover{
    color: var(--lightred);
    font-size: 20px;
    /*transition: .6s;*/
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--normalred);
}

.tab_list .current {
    color: var(--lightred);
    font-size: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--normalred);
    font-weight: bolder;
}

.tab_list1 li{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    font-weight: bolder;
}

.tab_list1 li:hover{
    color: var(--lightred);
    font-size: 20px;
    /*transition: .6s;*/
    font-weight: bolder;
    padding-bottom:10px;
    border-bottom:3px solid var(--normalred);
}

.tab_list1 .current{
    color: var(--lightred);
    font-size: 20px;
    padding-right:20px;
    padding-bottom:10px;
    border-bottom:3px solid var(--normalred);
    font-weight: bolder;
}
.item{
    display: none;
}

.item1{
    display: none;
}
.tab_con {
    /*padding: 0 40px;*/
    margin-top: 20px;
}

.bottom-wrapper {
    background-color: var(--normalred);
}

.focus-wrapper p {
    color: var(--white);
    font-size: 30px;
    text-align: center;
}

.list-news-wrapper2 {
    padding-bottom: 20px;
}

.jianj_c {
    padding: 20px;
}

.jianj_c a {
    color: var(--white);
}

.jianj_c ul {
    display: flex;
    justify-content: center;
}

.jianj_c ul li {
    border-right: 1px solid var(--white);
    padding-right: 10px;
}

.jianj_c ul li {
    margin-left: 10px;
    position: relative;
}

.title1 {
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

/* banner 部分 开始 */
.banner {
    background-color: var(--lightred);
    width: 73%;
    height: 400px;
    float: left;
    position: relative;
    justify-content: center;
    display: flex;
}

/* 5张图片叠加到一块 */
.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.banner img:nth-of-type(1) {
    display: block;
}
/* 文章标题 */

.bottom-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index:100;
    font-size: 16px;
    color: white;
    padding-left: 20px;
    font-family: "Microsoft YaHei", serif;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    box-sizing: border-box;
}

.bottom-title span{
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    cursor: pointer;
}

/* 小圆点 */
.banner .btn {
    width: 50px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    z-index: 100;
    right: 20px;
}

.banner .btn span {
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid white;
    border-radius: 50%;
}

/* banner img标签*/

.bannerImg{
    cursor:pointer;
}
/* 左右箭头 */
.banner  a {
    text-decoration: none;
    font-size: 50px;
    color: red;
    position: absolute;
    top: 40%;
}

.banner a:nth-of-type(1) {
    left: 10px;

}

.banner a:nth-of-type(2) {
    right: 10px;
}

.banner .btn .active {
    background-color: red;
}

.next a {
    width: 45px;
    height: 45px;
}

.btn_pev {
    background: url(../images/img.png) no-repeat;
    display: block;
    cursor: pointer;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.btn_nxt {
    background: url(../images/img.png) no-repeat;
    display: block;
    cursor: pointer;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    background-position: -2px -49px;
}

.btn_pev:hover,
.btn_nxt:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

/* banner 部分 结束 */



/* 登陆部分 开始 */
.login_box {
    background-color: var(--white);
    width: 22%;
    height: 340px;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 20%);
    border-radius: 1em;
}

.module-l-static .l-static,
.module-l-static .static-l {
    display: block;
}

.l-tab-covers {
    font-size: 16px;
    border-bottom: 1px solid var(--normalgray);
    /*margin: 20px 0;*/
}

.l-tab-covers .l-tab-list:hover,
.l-tab-covers .l-tab-list.current {
    color: var(--lightred);
    border-bottom: 4px solid var(--normalred);
    font-weight: 500;
    transition: 0.6s;
}

.l-tab-covers .l-tab-list {
    color: var(--darkgray);
    display: inline-block;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    margin-bottom: -1px;
    cursor: pointer;
}

.static-module-covers {
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding-bottom: 8px;
}

.l-phone-div {
    margin-bottom: 20px;
    position: relative;
}

.country-phone-covers {
    /*border: 1px solid #dddddd;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
}

.country-phone-covers {
    /*border: 1px solid #dddddd;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
}

.phone-area-code-ipt {
    width: 70px;
    height: 42px;
    line-height: 42px;
    padding-left: 8px;
    border-radius: 4px 0 0 4px;
    color: #666666;
    font-size: 14px;
    background: #f4f4f4 url(../images/common/shixinjiantou.svg) no-repeat 50px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    cursor: pointer;
    border-right: 1px solid #ddd;
}

.phone-area-code-ipt {
    width: 70px;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    border-radius: 4px 0 0 4px;
    color: #666666;
    font-size: 14px;
    background: #f4f4f4 url(../images/common/shixinjiantou.svg) no-repeat 48px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.ipt-area-current {
    /*width: 264px;*/
    border-radius: 0 4px 4px 0;
    float: left;
    border: 0;
}

.text-style {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--darkgray);
    font-size: 14px;
    border: 1px solid var(--normalgray);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

.nc-container {
    font-size: 12px;
    -ms-touch-action: none;
    touch-action: none;
}

.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
    width: 300px;
}

.nc-container .nc_wrapper {
    width: 100% !important;
}

.nc_scale {
    width: auto;
    height: 34px;
    background: #e8e8e8;
    position: relative;
    margin: 0;
    padding: 0;
}

.nc-container .nc_scale .nc_bg {
    position: absolute;
    height: 100%;
    _height: 34px;
    left: 0;
    width: 10px;
}

.nc-container .nc_scale .nc_ok,
.nc-container .nc_scale .nc_bg {
    background: var(--normalred);
}

.btn-disabled {
    color: #bbbbbb;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    text-align: center;
    cursor: default;
    width: 100%;
}

.btn-disabled {
    background: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}

.auto-login-cd {
    float: left;
    margin-bottom: 7px;
}

.login-links {
    line-height: 35px;
    text-align: right;
}

.login-links a:hover {
    color: var(--normalred) !important;
}

.login-welcome {
    line-height: 30px;
    /*border-top: 1px dotted var(--normalgray);*/
}

.login-welcome a:hover {
    color: var(--normalred) !important;
}

.login-welcome p {
    color: var(--normalgray);
    text-align: center;
}

/* 登陆部分 结束 */


/***************************************/
a {
    color: var(--darkgray);
    text-decoration: none;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.login-box input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: var(--white);
    color: var(--darkgray);
    border: 1px solid var(--normalred);
    transition: .6s;
}

.active {
    color: var(--white) !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.shyk-list-item {
    width: 139px;

}

#ago .shyk-list-item {
    margin-top: 0;
}

.shyk-list-item:nth-child(5n+1) {
    margin-left: calc(50px/4);
}

.shyk-list-item:nth-child(8n+1) {
    margin-left: 0;
}

.shyk-list-item .cover {
    height: 104px;
}

.shyk-list-item .info-wrapper {
    height: auto;
}

.shyk-list-item .info-wrapper .title {
    height: 28px;
    line-height: 28px;
}

.type-box {
    height: 30px;
    line-height: 30px;
}

.dreamer-ul li {
    padding: 0 11px;
    float: left;
    line-height: 30px;
    text-align: center;
    margin-right: 10px !important;
    border: 1px solid #DFE5F2;
    border-radius: 2px;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    color: rgba(77, 79, 83, 1);
    cursor: pointer;

}

.dreamer-ul .active {
    border: 1px solid #EB0000;
    color: #EB0000 !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.line1{
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 18px;
}




/* */
.bottom-title{

}