body {
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.85);
    background: #f5f7fa;
    /*overflow-y: hidden !important;*/
}
.bg-gray {
    background: #f4f4f4;
    padding-bottom: 20px;
}
ul {
    list-style: none;
    margin: 0;
}
.tdu {
    text-decoration: underline;
}
.c-base {
    color: #409eff;
}
.c-base.hover:hover {
    color: #2e76bd;
    cursor: pointer;
}
.bs {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
/*主页*/
.top {
    background: #eff0f1;
    padding: 0.5rem 10rem;
    font-size: 13px;
    min-width: 900px;
}
.top .account span:hover {
    color: #409EFF;
}
.header {
    background: transparent;
    /*background: #409EFF;*/
    min-width: 900px;
}
.header .logo img{
    width: 3rem;
}

.header .input-with-select .el-input-group {
    background: #409EFF;
    border: 2px solid #409EFF;
    border-radius: 3rem;
}
.header .input-with-select input{
    border-radius: 3rem 0 0 3rem !important;
    border: none;
}
.header .input-with-select .el-input-group__append{
    border-radius: 0 4rem 4rem 0;
    border: none;
    background: linear-gradient(30deg, #3ad5fd , #409EFF);
    color: white;
    width: 6rem;
}
.header .input-with-select .el-input-group__append button{
    width: 6rem;
    border: none;
    text-align: center;
}
.header .input-with-select .el-input-group__append .el-button{
    border: none;
}
.header .input-with-select .el-input-group__append .el-button--default{
    border: none;
}
.header .input-with-select .el-input-group__append .el-button--medium {
    border: none;
}
.main, .mrc{
    width: 1325px;
    /*width: 100%;*/
    margin: 0 auto;
}
.main .nav-tit {
    color: white;
    width: 200px;
    line-height: 2.4rem;
    padding-left: 1.4rem;
    background: #409EFF;
    margin-top: -2.4rem;
    cursor: pointer;
}
.main .banner {
    width: 100%;
}
.main .banner-wrap {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    bottom: 0;
    /*background: #f4887a;*/
}
.banner-wrap .txt {
    font-size: 1vw;
}
.main .banner1 {
    /*background-image: linear-gradient(-45deg, #3831d8, #4e8ae2, #30aceb);*/
    background: url(../img/b-1.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center -100px;
}
.main .banner1 .tit, .main .banner3 .tit {
    color: #fffa79;
    text-shadow: 2px 2px 4px rgba(0,0,0,.12);
    font-size: 3vw;
    font-weight: bold;
}
.main .banner3 .tit {
    color: white;

}
.main .banner1 .jigou {
    /*background: #;*/
}
.main .banner2 {
    background: url(../img/b-6.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.main .banner2 .tit {
    padding: 1vw;
    font-size: 3vw;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,.12);*/
    color: #1a1a1a;
    font-weight: bold;
    /*border-radius: .5vw;*/
    /*text-stroke:2px 2px 0px #fff*/
}
.main .content {
    margin-top: 2vh;
    padding: 1vw;
    width: 70%;
    background: rgba(0,0,0,.2);
    color: white;
    line-height: 3vh;
}
.main .banner3 {
    background: url(../img/b-7.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;

}
.main .banner-txt .txt {
    opacity: .8;
    line-height: 30px
}
.main .banner3 img {
    position: absolute;
    bottom: 0;
    right: 1.2vw;
}
.main .banner4 {
    background: url(../img/b-5.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.main .banner4 .tit{
    color: #bcffd9;
    text-shadow: 2px 2px 4px rgba(0,0,0,.22);
}
.main .el-carousel__container {
    height: 100%;
}

.main .banner .small-preview:hover {
    border: 1px solid #409EFF;
    opacity: .8;
}
.main .banner-container .user-info {
    margin: .5rem 0 0 .5rem;
}
.content-box {
    /*width: 1300px;*/
}
.content-box .title .left{
    transform: rotate(180deg);
}
.row {
    display: flex;
}
.row .item .tit {
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: bold;
}
.row .item {
    background: #ffffff;
}
#chart6 canvas {
    border-radius: 50% !important;
}
.footer {
    background: #343434;
    color: #ffffff;
}
/*登录页*/
.login-box {
    width: 30rem;
    min-height: 20rem;
    /*margin-left: 10rem;*/
    background: #ffffff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.login-box .iconfont {
    /*margin-right: -2.4rem;*/
    margin-left: 1.3rem;
    z-index: 999;
    color: rgba(0,0,0,.6);
    font-size: 1.2rem;
}
.login-box .form-control {
    padding-left: 2.8rem;
    line-height: 2rem;
}
.login-box .btn {
    line-height: 2rem;
}
.login-bg {
    background: url("../img/logo-bg.jpg");
    background-size: cover;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.left-img img{
    width: 32rem;
    height: 32rem;
}
.logo-box {
    margin-top: -7rem;
}
.logo-box .wrap{
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #ffffff;
}
.logo-box .wrap img{
    width: 5rem;
    height: 5rem;
}
.qrcode {
    line-height: 100%;
    height: 100%;
}
.iconfont.icon-yanzhengma {
    font-size: 14px;
    margin-left: 6px;
    color: #C0C4CC;
}
.qrcode img {
    width:100%;
    height: 100%;
    /*height: 2.5em;*/
    cursor: pointer;
    /*margin-top: 0.2rem;*/
}
/*服务页*/
.list-box {
    max-width: 1325px;
    margin: 0 auto;
}
.list-box .list {
    width: 245px;
    height: auto;
    margin: 10px;
    background: #ffffff;
    line-height: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
}
.list-box .list:hover {
    /*border: 1px solid #409EFF;*/
    box-shadow: 0 8px 15px rgba(0,0,0,.15);
    transform: translate3d(0,-2px,0);
}
.list-box .pic-box {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.list-box .pic-box img {
    width: 100%;
    height: 190px;
}
.list-box .ctx-box .dec{
    padding: 0 14px;
    /*margin: 10px 0;*/
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    /*height: 40px;*/
}
.ctx-link:hover{
    color: #3987dd;
    text-decoration: underline;
    opacity: 1;
}
.ctx-box-price{
    padding: 18px 14px 0 10px;
    color: #fe3b25;
}
.list-box .ctx-box .company {
    padding: 0 12px;
    margin-top: 8px;
}
.detail-box {
    /*width: 1180px;*/
    /*margin: 0 auto;*/
}
.detail-box .logo {
    width: 300px;
    height: 300px;
}
.detail-box .detail .label {
    font-size: 12px;
    opacity: .6;
    width: 110px;
}
/*后台管理样式*/
#app.is-manage {
    height: 100vh;
}

/*element-ui 样式覆盖*/

/*步骤条覆盖*/
.service-process .el-step__icon.is-text{
    border-radius: 50%;
    border: 2px solid #f9c000;
    color: #f9c000;
}
.service-process .el-step__title.is-wait {
    color: #333333;
    font-weight: bold;
}
.service-process .el-step__line {
    position: absolute;
    border-color: inherit;
    background-color: #409EFF;
}
.service-process .el-step__description.is-wait {
    color: #727272;
}

.box-card .el-card__header .iconfont {
    font-size: 20px;
}
/*卡片样式覆盖*/
.el-card__header {
    padding: 12px 20px !important;
    background: rgba(64,158,255,.1);
}
.el-tabs--border-card>.el-tabs__header {
    background: rgba(64,158,255,.1) !important;
}
.box-card-nav .el-tabs__item {
    height: 48px !important;
    line-height: 48px !important;
}
/*订单填写*/
.border-all{
    border: 1px solid #ebeef5;
}
.border-bottom{
    border-bottom: 1px solid #ebeef5;
}
.line-nav {
    border-bottom: 1px solid #dbdbdb;
}
.line-nav .nav-item {
    padding: 15px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.line-nav .nav-item:hover {
    color: #00c8fd;
}
.line-nav .nav-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background: #00c8fd;
    transition: width .5s;
}
.line-nav .nav-item.active {
    color: #00c8fd;
}
.line-nav .nav-item.active:after {
    width: calc(100% - 30px);
}
.zxw-nav .wrap >div li {
    list-style: none;
}
.zxw-nav .wrap >div li .hot {
    position: absolute;
    top: -20px;
    right: -6px;
    color: red;
    font-size: 30px;
    animation: icon 1s ease infinite;
    z-index: 99;
}

@keyframes icon {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }

}
/*结算页*/

/*.el-icon-back {*/
/*    color: #2c80d6;*/
/*    font-size: 20px;*/
/*    margin: 15px;*/
/*    vertical-align: middle;*/
/*}*/

/*.back-off:hover {*/
/*    color: red;*/
/*}*/

/*.back-off span {*/
/*    font-size: 14px;*/
/*    margin-left: -10px;*/
/*}*/

/*.icon {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    vertical-align: middle;*/
/*    margin: auto 30px;*/
/*}*/
@media only screen and (max-width: 1300px) {


}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 500px) {


}
