
/* ============================================================================================================
                                              初始化
 ============================================================================================================== */
html {
    font-size: 14px;
}

.container{
    width: 1200px;
    margin: 0 auto;
    display: table;
    font-size: 0;
}

img{
    border:none;
}

body{
    margin: 0;
}

body, p, form, input, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    list-style: none;
    padding: 0;
}

@font-face { font-family: "iconfont";
    src: url("../iconfont/iconfont.eot"); /* IE9*/
    src: url("../iconfont/iconfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../iconfont/iconfont.woff") format("woff"), /* chrome、firefox */
    url("../iconfont/iconfont.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../iconfont/iconfont.svg#iconfont"); /* iOS 4.1- */
}

.fl{
    float: left;
}

.fr{
    float: right;
}

/* ============================================================================================================
                                               标准色
 ============================================================================================================== */
.text-red{
    color: #e92020;
}
.border-red{
    border:1px solid #e92020;
}
.hover-text-red:hover{
    color: #e92020 !important;
}

.hover-border-red{
    border:1px solid #e92020 !important;
}

.text-blue{
    color: #2578f3;
}

.border-blue{
    border:1px solid #2578f3;
}

.hover-text-blue:hover{
    color: #2578f3 !important;
}

.hover-border-blue:hover{
    border:1px solid #2578f3 !important;
}

.text-black{
    color: #000000;
}

.hover-text-black:hover{
    color: #000000 !important;
}

.text-lampblack{
    color: #282828;
}

.hover-text-lampblack:hover{
    color: #282828 !important;
}


.text-darkgray{
    color: #4c4c4c;
}

.hover-text-darkgray:hover{
    color: #4c4c4c !important;
}

.text-gray{
    color: #808080;
}

.hover-text-gray:hover{
    color: #808080 !important;
}

.text-grey{
    color: #999999;
}

.hover-text-grey:hover{
    color: #999999 !important;
}

.text-lightgrey{
    color: #b2b2b2;
}

.border-lightgrey{
    border: 1px solid #b2b2b2;
}

.hover-text-lightgrey:hover{
    color: #b2b2b2 !important;
}

.text-white{
    color: #ffffff;
}

.hover-text-white:hover{
    color: #ffffff !important;
}

/* ============================================================================================================
                                                背景色
 ============================================================================================================== */
.bg-red{
    background-color: #e92020;
}

.hover-bg-red:hover{
    background-color: #e92020 !important;
}

.bg-blue{
    background-color: #2578f3;
}

.hover-bg-blue:hover{
    background-color: #2578f3 !important;
}

.bg-white{
    background-color: #ffffff;
}

.hover-bg-white:hover{
    background-color: #ffffff !important;
}

.bg-snow{
    background-color: #f7f7f7;
}

.hover-bg-snow:hover{
    background-color: #f7f7f7 !important;
}

.bg-gray{
    background-color: #808080
}

.bg-linen{
    background-color: #f2f2f2;
}

.hover-bg-linen:hover{
    background-color: #f2f2f2 !important;
}

.bg-silver{
    background-color: #e5e5e5;
}

.hover-bg-silver:hover{
    background-color: #e5e5e5 !important;
}

.bg-darkgray{
    background-color: #4c4c4c;
}

.hover-bg-darkgray:hover{
    background-color: #4c4c4c !important;
}

.bg_lampblack{
    background-color: #282828;
}

.hover-bg_lampblack:hover{
    background-color: #282828 !important;
}

.bg-gradualBlue{
    background: linear-gradient(90deg, #013dff, #012bb1 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#013dff), to(#012bb1));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#013dff, endColorStr= #012bb1);
    background-blend-mode: normal, normal;
}

.hover-bg-gradualBlue:hover{
    background: linear-gradient(90deg, #013dff, #012bb1 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#013dff), to(#012bb1));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#013dff, endColorStr= #012bb1);
    background-blend-mode: normal, normal;
}

.bg-gradualRed{
    background: linear-gradient(0deg, #ff0000 0%, #f02800 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#f02800));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff0000, endColorStr= #f02800);
    background-blend-mode: normal, normal;
}

.hover-bg-gradualRed:hover{
    background: linear-gradient(0deg, #ff0000 0%, #f02800 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#f02800));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff0000, endColorStr= #f02800);
    background-blend-mode: normal, normal;
}

/* ============================================================================================================
                                                文本
 ============================================================================================================== */
.text-df{
    font-size:14px;
}
.text-sm{
    font-size: 12px;
}
.text-xs{
    font-size: 10px;
}
.text-lg{
    font-size: 16px;
}
.text-xl{
    font-size: 18px;
}
.text-xxl{
    font-size: 24px;
}

.text-bold{
    font-weight: bold;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-line-through{
    text-decoration: line-through;
}

.text-price::before {
    content: "￥";
    font-size: 60%;
    margin-right: 2px;
}

/*.text-price::after{*/
/*    content: ".00";*/
/*    font-size: 60%;*/
/*    margin-left: 2px;*/
/*}*/

/* ============================================================================================================
                                                图标
 ============================================================================================================== */
.iconfont.icon-df{
    font-size: 14px;
}

.iconfont.icon-sm{
    font-size: 12px;
}

.iconfont.icon-xs{
    font-size: 10px;
}

.iconfont.icon-xxs{
    font-size: 8px;
}

.iconfont.icon-lg{
    font-size: 18px;
}

.iconfont.icon-xl{
    font-size: 22px;
}

.iconfont.icon-xxl{
    font-size: 24px;
}
/* ============================================================================================================
                                                按钮
 ============================================================================================================== */
.et-btn{
    padding-top:12px;
    padding-bottom:12px;
    border-radius: 6px;
    text-align: center;
}

.et-btn.sm{
    padding-top:8px;
    padding-bottom:8px;
    border-radius: 6px;
}

.et-btn.xs{
    padding-top:6px;
    padding-bottom:6px;
    border-radius: 2px;
}

.et-btn.lg{
    padding-top:16px;
    padding-bottom:16px;
    border-radius: 6px;
}

.et-btn.xl{
    padding-top:22px;
    padding-bottom:22px;
    border-radius: 6px;
}

.et-btn.xxl{
    padding-top:28px;
    padding-bottom:28px;
    border-radius: 6px;
}

.et-btn.no-radius{
    border-radius: 0;
}

.et-btn.red-border2fill-red{
    border: 1px solid #e92020;
    color: #e92020;
}

.et-btn.red-border2fill-red:hover{
    background-color: #e92020;
    color: #ffffff;
}

.et-btn.red-border2gradient-red{
    border: 1px solid #e92020;
    color: #e92020;
}

.et-btn.red-border2gradient-red:hover{
    color: #ffffff;
    background: linear-gradient(0deg, #ff0000 0%, #f02800 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#f02800));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff0000, endColorStr= #f02800);
    background-blend-mode: normal, normal;
    box-shadow: 0 6px 20px 0 rgba(255, 0, 0, 0.3) !important;
    transition: all .3s;
}

.et-btn.grey-border2border-red{
    border: 1px solid #808080;
    color: #808080;
}

.et-btn.grey-border2border-red:hover{
    border: 1px solid #e92020;
    color: #e92020;
}

.et-btn.white-fill2fill-red{
    background-color: #ffffff;
    color: #000000;
}

.et-btn.white-fill2fill-red:hover{
    background-color: #e92020;
    color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(255, 0, 0, 0.3) !important;
    transition: all .5s;
}

.et-btn.grey-border2gradient-blue{
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #7f7f7f;
}

.et-btn.grey-border2gradient-blue:hover{
    background: linear-gradient(90deg, #013dff, #012bb1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#013dff), to(#012bb1));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#013dff, endColorStr= #012bb1);
    border: 0;
    color: #ffffff;
}

.et-btn.red-fill2gradient-red{
    background-color: #e92020;
    color: #ffffff;
}

.et-btn.red-fill2gradient-red:hover{
    background: linear-gradient(0deg, #ff0000 0%, #f02800 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#f02800));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff0000, endColorStr= #f02800);
    background-blend-mode: normal, normal;
    box-shadow: 0 6px 20px 0 rgba(255, 0, 0, 0.3) !important;
    transition: all .3s;
}

.et-btn.blue-gradient2shadow-blue{
    border: 0;
    background: linear-gradient(0deg, #013dff, #012bb1 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#013dff), to(#012bb1));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#013dff, endColorStr= #012bb1);
    background-blend-mode: normal, normal;
    color: #ffffff;
}

.et-btn.blue-gradient2shadow-blue:hover{
    box-shadow: 0 10px 30px 0 rgba(37, 120, 243, 0.3) !important;
    transition: all .3s;
}



/* ============================================================================================================
                                                阴影
 ============================================================================================================== */
.shadow{
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
}

.hover-shadow:hover{
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16) !important;
    transition: all .5s;
}

.shadow-lg{
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
.hover-shadow-lg:hover{
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3) !important;
    transition: all .3s;
}

/* ============================================================================================================
                                                超链接
 ============================================================================================================== */
a {
    text-decoration: none !important;
    outline: none;
    color: #000000;
}

a:hover{
    color: #2578f3 ;
}

/* ============================================================================================================
                                                头部header
 ============================================================================================================== */
.header {
    height: 40px;
    width: 100%;
    display: table;
    background: #f7f7f7;
}
.header .container-fluid{
   margin: 0 auto;
    width: 1200px;
    display: table;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.header .navbar-header{
    float: left;
    width: 180px;
    display: inline-block;
}

.header .nav{
    float: right;
    margin-right: 20px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    display: inline-table;
}

.header .navbar-header a {
    color: #000;
    padding: 0;
    line-height: 40px;
}
.header .nav-item.normal{
    width: 95px;
    display: inline-block;
}

.header .nav-item.normal a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    text-align: center;
}

.header .nav-item.normal a:hover {
    background: #f0f0f0;
    color: #2578f3;
    margin-top: -1px;
    border-bottom: 1px solid #2578f3;

    height: 39px;
}

.header .nav-item.user {
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.header .nav-item.user a {
    color: #000;
}

.header .nav-item.user .nav-link.reg {
    padding: 0;
    display: initial;
}

.header .nav-item.user .nav-link.login {
    padding: 0;
    color: #2578f3 !important;
    display: initial;
}

/* ============================================================================================================
                                               底部footer
 ============================================================================================================== */
.footer {
    background: #282828;
    color: #b3b3b3;
    /*height: 278px;*/
    width: 100%;
    display: table;
}

.footer .container{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.footer .footer-left{
    float: left;
    display: inline-table;
}

.footer .footer-right{
    margin-top: 50px;
    float: right;
    display: inline-table;
}

.footer .footer-center{
    width: 1200px;
    text-align: center;
    display: table;
}

.footer a {
    color: #b3b3b3;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 14px;
    margin-left: 10px;
}

.footer a:hover {
    color: #fff;
}

.footer ul {
    list-style: none;
}

.footer .footer-list {
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.footer .footer-left .footer-list{
    width: 66px;
    margin:50px 90px 0 90px;
}

.footer .footer-left .footer-list:first-child{
    margin-left: 40px;
}

.footer .footer-list .title {
    color: #7f7f7f;
    margin-bottom: 30px;
    font-size: 12px;
}

.footer .footer-list .footer-item {
    font-size: 14px;
}

.footer .footer-list .footer-item.bottom{
    margin-bottom:16px;
}
/* ============================================================================================================
                                              侧边悬浮
 ============================================================================================================== */
.side-bar{
    width: 60px;
    position: fixed;
    top: 70px;
    right: 15px;
    z-index: 999;
}

.side-bar .service{
    margin-top: 20px;
}

.side-bar .service-bar{
    display: none;
    width: 200px;
    height: 250px;
    position: fixed;
    right: 87px;
    bottom: 50px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.side-bar .service-bar .arrow{
    position: fixed;
    display: block;
    right: 80px;
    bottom: 160px;
    width: 10px;
    height: 20px;
    margin: .3rem 0;
}

.side-bar .service-bar .arrow:before{
    border-color: transparent;
    right: 0;
    border-left-color: rgba(0,0,0,.25);
    border-width: .5rem 0 .5rem .5rem;
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
}

.side-bar .service-bar .arrow:after{
    border-color: transparent;
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
}

.side-bar .service-bar .service-info{
    display: block;
    color: #424242;
    width: 100%;
    line-height: 1.5;
    padding-bottom: 10px;
}

.side-bar .service-bar .service-info:hover{
    color: #2578f3;
}

.side-bar .service-bar .service-info .iconfont{
    color: #424242;
    margin-right: 10px;
    top: 3px;
}

.side-bar .service-bar .service-info:hover .iconfont{
    color: #2578f3;
}

.side-bar .service-bar .service-info.qrcode{
    height: 150px;
    /* width: 150px;
    margin-left: 25px; */
    background-image: url("../images/qrcode.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.side-bar .bar-icon{
    text-align: center;
    align-items: center;
    display: table;
    width: 100%;
}
.side-bar .iconfont{
    position: relative;
    color: #fff;
    z-index:200;
    font-size: 22px;
}

.side-bar .bar-item{
    line-height: 1.5;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #424242;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.side-bar .bar-item:hover{
    background: #1a1a1a;
}

.side-bar .bar-item.backtop{
    cursor: pointer;
}

