@charset "utf-8";

body {
    font: 14px "微软雅黑", "FontAwesome", "Arial Narrow", HELVETICA;
    -webkit-text-size-adjust: 100%;
}

.fl {
    float: left
}

ol, ul {
    list-style: none outside none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.center {
    text-align: center
}

.relative {
    position: relative
}

.color2 {
    color: #EF4548
}

.mtb20 {
    margin: 20px 0px;
}

/* 用户登录样式 */
.textleft {
    float: left
}
.textright {
    float: right
    }

.large-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg',sizingMethod='scale');/*此为css3不支持background-size时，微软Alpha图片加载器*/
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
}

.logobg_style .login-form {
    position: absolute;
    top: 50%;
    font-family: "微软雅黑", Microsoft YaHei UI;
    margin-top: -225px;
    margin-left: -225px;
    left: 50%;
    z-index: 999;
    -webkit-transition: all 550ms ease-in-out;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.logobg_style .login-content {
    position: relative;
    width: 450px;
    z-index: 999;
    height: 540px;
    box-shadow: 0px 3px 6px #333333;
    background: url(../images/bg_03.png) repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: all 550ms ease-in-out;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.logobg_style .input-group-addon {
    padding: 6px 20px
}

.logobg_style .login-content .title_name {
    color: #ffffff;
    font-weight: bold
}

.login_padding {
    padding: 15px 40px;
    position: relative
}

.logobg_style .form-control {
    height: 45px
}

.logobg_style .input-group {
    height: 45px;
    float: left;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.logobg_style a:hover {
    color: #ffffff
}

.logobg_style .form-group {
    margin-bottom: 25px;
    display: block
}

.logobg_style .input-group-addon i {
    background-size: 25px;
    position: absolute;
    left: 3px;
    top: 7px;
    width: 30px;
    height: 30px;
}

.logobg_style .icon_user {
    background: url(../images/iconfont-yonghu.png) no-repeat 7px center;
}

.logobg_style .icon_password {
    background: url(../images/iconfont-psw.png) no-repeat 7px center;
}

.logobg_style .icon_phone {
    background: url(../images/iconfont-shouji.png) no-repeat 7px center;
}

.logobg_style .icon_yanzhen {
    background: url(../images/iconfont-duanxin.png) no-repeat 5px center;
}
.logobg_style .icon_leixing {
    background: url(../images/iconfont-yonghu.png) no-repeat 7px center;
}

.btn-block {
    height: 45px;
    line-height: 29px;
    font-size: 18px
}

.forget {
    color: #ffffff;
    text-align: right
}

.tishi,.tishis,.tishiss,.tishisss{ margin: 10px 0px; }
.tishisss .prompt,
.tishiss .prompt,
.tishi .prompt,
.tishis .prompt{ background:#ffffff; border: 1px solid #F94D50; color: #F94D50; text-align: left;  padding-left: 40px; height: 30px; line-height:28px; border-radius: 3px;position: relative}
.tishiss .tishi_icon,
.tishiss .tishi_icon,
.tishi .tishi_icon,
.tishis .tishi_icon{background: url(../images/img.png) no-repeat; display: block; width: 16px; height: 16px; position: absolute; top:5px; left: 15px;}
.login input {
    font-family: 'Microsoft YaHei', serif;
    outline: none;
}

.btn_mfyzm {
    width: 100px;
    margin-left: 10px;
    height: 45px;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color .5s ease;
}

.btn_mfyzm:hover {
    color: #ffffff;
    background: #DD4144;
    border: 1px solid #DD4144
}

.download-btn i {
    margin-right: 10px;
}

/****************************************************/
.Retrieve_style {
    font-family: "微软雅黑", Microsoft YaHei UI;
    width: 460px;
    height: 460px;
    border: 10px solid rgba(255, 255, 255, 0.42);
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -225px;
    position: absolute;
    z-index: 999;
}

.Retrieve_style h1 {

    margin: 20px 0px 0px;
    /*margin-bottom: 20px;*/
    left: 50%;
    color: #d9534f;
    border-radius: 20px;
    text-align: center;;
    background: rgba(255, 255, 255, 1.00)
}

.Retrieve_style .Retrieve-content {
    width: 440px;
    background: #ffffff;
    height: 440px;
    position: absolute;
    top: 0px;
}

/*************************************切换*************************************/
.step-body {
    position: relative;
}

.step-content {
    margin-top: 50px;
}

.step-header {
    width: 100%;
    margin: 0 auto;
    display: none;
    height: 60px;
}

.step-header ul {
    padding: 0;
}

.step-header li {
    list-style-type: none;
    text-align: center;
    float: left;
    position: relative;
}

.step-header li p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #D5D5D5;
}

.step-header li span {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    font-family: Arial;
    color: #ffffff;
    z-index: 22;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: #D5D5D5;
    border-radius: 25px;
    display: block;
}

.step-header li.step-active span {
    background: #EB393C;
    border-radius: 25px;
    color: white;
}

.step-header li.step-active p {
    color: #EB393C;
}

.step-bar, .step-bar-active {
    height: 13px;
    border-radius: 12px;
}

.step-bar {
    width: 90%;
    background: #D5D5D5;
    position: relative;
    border-radius: 12px;
    z-index: 1;
    margin: 0 auto;
    height: 5px;
    top: 50px;
}

.step-bar-active {
    width: 0px;
    background: #EB393C;
    height: 5px;
}

.step-list {
    display: none;
    clear: both;
}

/*******************顶部*************/

.headerbg .user_status h4 {
    float: left;
    font-size: 14px;
    margin-right: 15px;
}

.headerbg .user_status a {
    color: rgba(255, 255, 255, 1.00)
}

/*****************广告图层******************/
.banner_style ul {
    margin: 0px;
    padding: 0px;
    position: relative
}

.banner_style .hd ul {
    min-width: 100px;
    margin: 0 auto;
    width: 100px;
}

.banner_style .hd ul li {
    font-size: 0px;
    float: left;
    margin: 0px 5px;
    background: rgba(255, 255, 255, 0.61);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer
}

.banner_style .hd ul li.on {
    background: rgba(0, 0, 0, 0.69)
}

.bannerN h3 {
    font-size: 24px;
    color: #ffffff;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 160px;
}

.imgFull img {
    display: none;
}

/***********************分辨率设置********************/
@media (max-width: 321px) {

}

@media (max-width: 720px) {
    .Retrieve_style {
        background: rgba(255, 255, 255, 0.00);
        border: 0px;
        width: none;
        top: 10%;
        margin-top: 0px;
    }

    .logobg_style .login-form {
        top: 10%;
        margin-top: 0px;
    }

    .Retrieve_style .Retrieve-content {
        width: none;
        border: 0px;
        background: rgba(255, 255, 255, 0.00)
    }

    .Retrieve_style h1 {
        background: rgba(255, 255, 255, 0.00);
        color: #ffffff;
        font-weight: bold
    }

    .logobg_style .login-content {
        background: none;
        box-shadow: 0px 0px 0px;
    }

    .container .user_operating a {
        width: 90px;
    }

    .container .Article_list .Article_title span {
        position: absolute;
        bottom: 5px;
        left: -65px;
    }

    .classify_list .sub-menu li {
        width: 50% !important;
        padding: 0px;
    }

    .navMenu > li > a {
        border: 0px !important
    }

    .menu_Plate .user_operating a {
        margin-bottom: 10px !important
    }

}

@media (max-width: 1600px) {

}

@media (max-width: 1400px) {
}

.menu_Plate .user_operating a {
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
}

.menu_Plate .user_operating a.on {
    background: #0D5A9A;
    color: #FFFFFF;
    border: 1px solid #0D5A9A
}

.article_style .title_name {
    border-left: 3px solid #E7594B;
    text-align: left;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.article_style .article_list li {
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
}

.article_style .article_list li a {
    font-size: 12px;
    color: #888888;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: -webkit-left;
}

/**************评价*************/

.evaluation_list li {
    border-bottom: 1px solid #dddddd;
}

/****************************/

.left_fixed ul.left_menu li:first-child {
    height: 70px;
}

.left_fixed ul.left_menu li {
    clear: both;
    overflow: visible;
    width: 39px;
    height: 50px;
    margin: 0;
}

.left_fixed ul.left_menu li .left-fixed-btn .iconbox:hover i {
    color: #ffffff
}

.left_fixed ul.left_menu li .left-fixed-btn .iconbox i {
    font-size: 1.95rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    color: #888888
}

.left_fixed ul.left_menu li .left-fixed-btn .iconbox i:hover {
    color: #ffffff
}

/******************分页*****************/

#kkpager a {
    float: left;
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
}

#kkpager span.disabled {
    float: left;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
}

#kkpager a:hover {
    border: 1px solid #FF6600;
    background-color: #FF6600;
    color: #fff;
}

/****************上传样式********************/

.uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

input[type=button]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=button]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

input[type=text]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=text]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

/**************************新闻列表**********************************/

.detailed_content h5 {
    color: #888888
}

/*************************************************用户管理***************************************************/

.user_operating a {
    margin: 0px 10px;
    height: 40px;
    line-height: 26px;
    display: block;
    float: left;
    width: 100px;
    text-align: center
}

.install_style .form-horizontal .form-group {
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/************************************************************************************/

@-webkit-keyframes sky_background {
    0% {
        color: #007fd5
    }
    50% {
        color: #a3d9ff
    }
    100% {
        color: #007fd5
    }
}

@-moz-keyframes sky_background {
    0% {
        color: #007fd5
    }
    50% {
        background: #000;
        color: #a3d9ff
    }
    100% {
        color: #007fd5
    }
}

@keyframes sky_background {
    0% {
        color: #007fd5
    }
    50% {
        color: #a3d9ff
    }
    100% {
        color: #007fd5
    }
}

@-webkit-keyframes cloud_one {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_one {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@keyframes cloud_one {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-webkit-keyframes cloud_two {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_two {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@keyframes cloud_two {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-webkit-keyframes cloud_three {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_three {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@keyframes cloud_three {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

/****************************************************************/

.navMenu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    margin-bottom: 10px;
}

.navMenu > li > a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f0f0f0;
    padding-left: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 40px;
    color: #ABB1B7;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 17px;
}

.navMenu > li:nth-of-type(1) > a {
    border-top: 1px solid transparent;
}

.navMenu > li:last-child > a {
    border-bottom: 1px solid transparent;
}

.navMenu > li > a > i {
    background: url(../images/newspaper.png) no-repeat;
    width: 25px;
    height: 22px;
    display: block;
    margin-left: 10px;
    margin-top: 8px;
    float: left
}

.navMenu > li > a.active > i {
    background: url(../images/newspaperb.png) no-repeat
}

.navMenu > li > a > .name {
    margin-left: 10px;
}

.navMenu > li > a.active, .navMenu > li > a:hover {
    color: #FFF;
    background: #0D67BB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.navMenu > li > ul.sub-menu li {
    width: 100%;
    position: relative;
    display: table;
    content: " ";
    background: #ffffff !important;
    margin: 0px;
    padding: 0px;
}

.navMenu > li > ul.sub-menu li > a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
    color: #ABB1B7;
    clear: both;
    border-bottom: 1px dotted #dddddd;
}

.navMenu > li > ul.sub-menu li > a.active, .navMenu > li > ul.sub-menu li > a:hover, .navMenu > li > ul.sub-menu > li.active > a {
    color: #FFF;
    background: #0d67bb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.navMenu.web_navMenu > li {
    height: 50px;
    line-height: 50px;
}

.navMenu.web_navMenu > li,
.navMenu.web_navMenu > li > a {
    margin: 0px;
}

.navMenu.web_navMenu > li > a {
    background: no-repeat;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 44;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    color: #ffffff
}

.navMenu.web_navMenu > li > a > i {
    background: url(../images/newspaperb.png) no-repeat;
    margin-top: 12px;
}

.navMenu.web_navMenu > li > a.active,
.navMenu.web_navMenu > li.selected > a {
    background: #ffffff;
    color: #0D67BB
}

.navMenu.web_navMenu > li > a.active > i,
.navMenu.web_navMenu > li.selected > a > i {
    background: url(../images/newspaper.png) no-repeat
}

.navMenu.web_navMenu > li > ul.sub-menu li > a {
    background: #ffffff !important;
    color: #0D67BB;
    border: 0px;
    text-align: right;
    width: 112px;
    float: left;
    clear: none
}

.navMenu.web_navMenu > li > ul.sub-menu > li > ul.sub-menu li {
    float: left;
    width: 90px;
}

.navMenu.web_navMenu > li > ul.sub-menu li {
}

.navMenu.web_navMenu > li > ul.sub-menu > li > ul.sub-menu li a {
    color: #878787;
    font-size: 12px;
    border: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 35px;
    padding: 0px 5px;
    text-align: left;
    width: 110px;
}

/********************************************/
/*navList*/

.navLi h3 {
    margin: 0px
}

.navLi h3 a {
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    font-size: 15px;
    color: #FFFFFF;
}

.navLi h3 a span {
    display: block;
    border-bottom: 2px solid transparent;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: all 0.4s ease 0s;
}

.navLi.on h3 a span, .navLi h3 a:hover span {
    border-color: #FFFFFF;
}

.classify_list .sub-menu li {
    float: left;
    width: 220px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}

.classify_list .sub-menu li a {
    font-size: 12px;
    color: #888888;
    text-overflow: ellipsis;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 35px;
    overflow: hidden;
    padding: 0px 10px;
    text-align: left;
}


.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    top: 3px;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}


/***************弹出框样式****************/

/*图片自适应宽度*/
.article_content img {
    max-width: 100%;
}

/****************************************************新加样式属性***************************************************/
.download_style h2 {
    color: #F0484A;
    margin-top: 0px;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
}

.download_style .amount b {
    color: #F35C5E
}

.download_style .integral h5 {
    margin-top: 25px;
    font-size: 16px;
}

.download_style .integral b {
    font-size: 36px;
    display: block;
    margin-top: 5px;
}

/************************支付*****************/

.pays_style .Money b {
    font-size: 24px;
    color: #E34E50;
}

.pays_style .Pay_content th {
    text-align: center;
    background: #f0f0f0
}

.pays_style .name {
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    background: #2a8bcc !important;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#ededed)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #ededed, 100%) !important;
    background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%) !important;
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%) !important;
    background-repeat: repeat-x !important;
    filter:progid:DXImageTransform.Microsoft.Gradient(enabled=bEnabled,startColorStr=iWidth,endColorStr=iWidth)
}

.pays_style .title_name {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 0px;
}

.pays_style .Payment_style .title_name {
    text-align: left;
    border-left: #FFCE00 3px solid;
    border-bottom: 1px dashed #E1E1E1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.inpit .checkbox > div[name][value],
.inpit .checkbox > div.add {
    cursor: pointer;
    transition: transform 0.2s ease-in, box-shadow 0.2s ease-out;
    width: calc(25% - 65px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    float: left;
    padding: 10px 10px;
    border: 2px solid #dddddd;
    position: relative;
    border-radius: 4px;
    color: #ffffff;
    text-shadow: 0px 2px 3px #746600;
    margin-right: 10px;
    margin-bottom: 20px;

}

.inpit .checkbox > div.ack[name][value],
.inpit .checkbox > div.active[name][value] {
    box-shadow: 0 3px 20px rgba(156, 86, 241, 0.43);
    transform: scale(1.05);
    border: 2px solid #F04649 !important;

    color: #fff;
    animation: scales 0.3s
}

/***********************用户中心********************/

.user_center .title_name {
    font-size: 28px;
    background: #f0f0f0;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.user_center .nav_list li {
    margin: 10px 0px;
    text-align: left;
}

.user_center .nav_list li a {
    display: block;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #337ab7;
    border-radius: 3px
}

.user_center .nav_list li a.hover {
    background: #337ab7;
    color: #ffffff
}

.user_center .nav_list li a:hover {
    background: #337ab7;
    color: #ffffff;
    text-decoration: none
}

.form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"] {
    background-color: #FFF;

}

.Button_operation .btn {
    display: block;
    float: left;
    margin: 0px 5px;
}

.grxxuser .line_height1 input[type="text"] {
    border: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

/*************************************************************/

/**********************筛选**********************/

.navSubLi h4 {
    margin: 0px;
}

.navSubLi a:hover {
    color: #3754a8;
}

.navSubLi h4 a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 42px;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
}

#myList-nav .title_name {
    float: left;
    font-size: 14px;
    position: absolute;
    left: 0px;
}

#myList li {
    line-height: 30px;
}

#myList li a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

#myList li span {
    float: right;
    color: #a7a7a7
}

.ln-letters {
    float: left;
    margin-left: 10px;
    position: relative;
    left: 70px;
}

.ln-letters a {
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
}

.ln-letters .ln-selected {
    background: #0D5A9A;
    color: #FFFFFF;
    border: 1px solid #0D5A9A;
}

.ln-no-match {
    text-align: center;
    font-size: 18px;
    margin: 50px 0px;
}

/*********************************新增样式*********************************/
