/*layui扩展样式*/
body{
    background: #F2F2F2;
    font-family: "Microsoft YaHei", "微软雅黑", Verdana, Geneva, sans-serif !important;
}
/*.layui-body{
    margin: 15px 0 0 15px;
}*/
input:-webkit-autofill{
    background:transparent!important;
}



/* 弹窗input宽度whq */
.layerInput{
    width: 90%;
}
.layui-card{
    /*padding-top: 40px;*/
}
.layui-card-header{
    padding: 12px 35px;
}
.layui-card-body{
    padding: 10px 35px;
}

.layui-card-header .layui-form-label{width: 58px;}
/*.layui-input-inline{vertical-align: top;}*/
.layui-card-header .layui-icon{
    line-height: 38px;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
}
.header-btn-group{padding-bottom: 10px;}
/*登录*/
.layadmin-user-login-other .layui-icon{
    top:0;
    float: left;
    margin-right: 5px;
}
/*统一修改按钮颜色*/
/*.layui-btn{background-color: #006ba7;}*/
.layui-btn-danger {
    background-color: #FF5722;
}
.layui-btn-primary {
    background-color: #1ba746;
    color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #17375f;}
.layui-table-tool-self .layui-inline {
    background: #17375f;
    color: #fff !important;
    border: none !important;
}
/*有内容的弹框*/

#addOrEditWindow{
    /*overflow: visible;*/
    overflow: auto;
    max-height: 800px;
}
#view-container #addOrEditWindow {
    max-width:inherit;
}
@media (max-width: 1100px) {
    #addOrEditWindow .zg-form-container{
        width: auto !important;
        padding: 15px;
        box-sizing: border-box;
        z-index: 9999;
        display: none;
    }
    .layui-layer-page {
        overflow: hidden !important;
    }
    .layui-form-item .zg-input-inline {
        width: 520px !important;
    }
    .layui-input-block {
        margin-left: 164px;
    }
    .hgTips {
        width: 500px !important;
    }
    #addOrEditWindow {
        overflow-x: hidden;
    }
    #baseInfoForm {
        overflow-x: hidden;
    }
    .header-btn-group .layui-btn {
        margin-bottom: 10px;
        margin-left: 10px !important;
    }
    .layui-layout .layui-header {
        display: none !important;
    }
    .layadmin-pagetabs {
        top: 0 !important;
    }
    #LAY_app_body {
        top:40px !important;
    }
    #addOrEditWindow {
        padding: 20px !important;
    }
    .layui-tab-title {
        overflow-x: auto !important;
    }
}
@media (max-width: 992px) {
    .layui-layout .layui-header {
        display: none !important;
    }
}
.zg-form-container{
    width: 750px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
}
.ml15 {
    margin-left: 15px;
    cursor: pointer;
}
/* 下拉框位置 */
.proDl .layui-form-selectup dl{
    bottom:unset !important;
}
/*新增商品弹窗样式*/
.product-form-container{
    width: 672px;
}
.product-form-container .layui-form-label{
    padding: 9px 10px;
    width: 98px;
}
.product-form-container .layui-form-item .layui-inline{
    margin-right:0
}
/*隐藏有弹框内容的按钮*/
.layui-layer-page .layui-layer-btn-{
    display: none;
}
/*按钮 导入*/
.layui-btn{
    position: relative;
    overflow: hidden;
}
.import-input{
    font-size: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    display: block !important;
    cursor: pointer !important;
}
/*上传图片*/
.tool{
    position: relative;
    vertical-align: top;
}
.tool .upload-img{
    width: 154px;
    height: 154px;
    display: none;
}
.tool .tool-div {
    background-color: rgba(82, 93, 113, 0.7);
    top: 0;
    color: #ffffff;
    display: none;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.tool .tool-div .icon {
    background-position: 0 -24px;
    color: #3c4454;
    font: 12px "microsoft yahei",Tahoma,Arial,Helvetica,sans-serif;
}

.tool:hover .tool-div {
    display: block;
}
.layui-form-autocomplete dl dd:hover {
    background-color: #3495cd !important;
}
/*图片显示*/
.prod-pic{
    width: 50px;
    height: 50px;
    vertical-align: top;
}
.prod-pic img{
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: auto;
}
/*积分商城*/
.layui-flow-more{width: 100%; float: left;}
.integral-header{
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #f0f0f0;
}
.integral-header ul li{
    width: 20%;
    float: left;
    text-align: center;
    /* padding: 0 35px; */
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
}
.integral-header ul li a{
    display: block;
}
.integral-header ul li a.on{
    border-bottom:2px solid #01afce;
    color: #01afce
}
.integral{
    background: #f1f1f1;
    overflow: hidden;
}
.integral dl{
    width: 230px;
    float: left;
    margin: 15px 8px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.integral dl dt{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.integral dl dt img{
    width: 100%;
    height: 100%;
}
.integral dl dd .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
}
.integral>b{
    width: 25%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    vertical-align: text-bottom;
}

.recharge-rightbar{
    padding-left: 30px;
}
.recharge-content{
    margin-top: 20px;
    padding: 20px 30px 0 0;
    box-sizing: border-box;
}
.prompt{
    margin-top: 50px;
    color: #888;
}
/*订单页面样式*/
/*导航面包屑*/
.stepborder-content{
    float: left;
    line-height: 34px;
    margin-right: 20px;
}
.stepborder {
    background: #ededed;
    width: 850px;
    height: 8px;
    position: absolute;
    border-radius: 4px;
    top: 30px;

}
.step_list {
    position:relative;padding-left:60px;
}
.step_list li {
    width:45px;
    height:45px;
    float:left;
    line-height:45px;
    background:url(/bres/manager/img/iconp.png) 0px -45px no-repeat;
    color:#fff;
    font-size:24px;
    margin:0 120px 0 0;
    cursor:pointer;
    font-family:arial;
}
.step_list li.cur,.step_list li:hover {
    background-position:0px 0px;
    font-weight:700;
}
.step_name {
    clear:both;
}
.step_name li {
    width:98px;
    text-align:center;
    margin:0px 32px;
    float:left;
    color: #999;
}
.step_name .be_cur{
    color: #0089bc;
}
.btn_darkblue:hover {
    background-color: #48bde3;
}
.btn_darkblue {
    position: absolute;
    left: 930px;
    top: 13px;
    border: 0;
    background-color: #0089bc;
    line-height: 32px;
    font-size: 18px;
    padding: 7px 30px;
    color: #fff;
    width:150px;
}

.btn_darkblue1 {
    position: absolute;
    left: 415px;
    border: 0;
    background-color: #0089bc;
    line-height: 32px;
    font-size: 18px;
    padding: 7px 30px;
    color: #fff;
}

.btn_darkblue2 {
    position: absolute;
    left: 415px;
    border: 0;
    line-height: 32px;
    font-size: 18px;
    color: #FF0000;
    margin-top: 50px;
}

.form_bd .f_title{
    background-color: transparent;
    font-size: 22px;
    text-indent: 0;
    margin: 0;
    padding: 0px 0 10px;
}
.form_bd .step_num{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0089bc;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    background: url('/bres/manager/img/icon_number_bg.png') no-repeat 0 0;
}
.form_bd .tit{
    border-bottom: 1px solid #0089bc;
}


.invoice_span_list{
    display: inline-block;
}
.invoice_span_list .invoice_span{
    display: block
}
.to-home-page a{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
.to-home-page a:hover{
    color: white;
    font-size: 14px;
}
.to-home-page cite {
    /*color: rgba(255,255,255,0.7);*/
    font-size: 14px;
}
.to-home-page .icon-shouye {
    font-size: 16px;
}
.zg-order-header{
    width: 100%;
    /*background: #f2f8fd;*/
    background: #D3EAF5;
    position: fixed;
    z-index: 99;
    height: 65px;
    line-height: 65px;
}
.zg-order-body{
    padding-top: 90px !important;
}
.zg-order-body h2,.zg-order-body-web h2{
    padding: 20px 0;
    font-size: 22px;
    color: #17375f;
}
.zg-order-body h2 span,.zg-order-body-web h2 span{
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #17375f;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
}
.zg-order-body .layui-form-label{
    width: 125px;
}
.zg-order-body .layui-form-item .layui-input-inline{
    width: 300px;
}
.zg-order-body .layui-form-radio{margin: 0}
.zg-word-aux{
    color: #333!important;
    padding: 5px 0 !important;
}
.zg-input-inline{
    width: auto!important;
    padding: 5px 0 !important;
}
.zg-order-details{padding-top: 0 !important;}
.zg-order-details-bg{border: 1px solid #d2e2f7;border-bottom: 0}
.zg-order-details h2{
    font-size: 15px;
    font-weight: bold;
}
.zg-order-details h2 em{font-style: normal}
.zg-order-details .layui-form-item{
    border-bottom: 1px solid #d2e2f7;
    margin-bottom: 0;}

.zg-order-details .layui-form-label{
    width: 25%;
    background: #f0f6ff;
}
.zg-order-details .layui-form-item .layui-input-inline{
    width: 50%;
}
.zg-order-details .layui-form-item .layui-inline{
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
}
.zg-order-details .layui-form-item .layui-input-block{
    margin-left: 0;
    float: left;
}
.btn-posi-wrap {
    position: relative;
    display: inline-block;
}
.edit-hide-btn {
    position: absolute;
    left:0;
    z-index: 1000;
    display: none;
    margin-left:0 !important;
}
.editIndex1 { top: 31px;}
.editIndex2 { top: 62px;}
.editIndex3 { top: 93px;}
.editIndex4 { top: 124px;}
.editIndex5 { top: 155px;}
.editIndex6 { top: 186px;}
.editIndex7 { top: 217px;}
.editIndex8 { top: 248px;}
.editWidth {
    width: 85px;
    padding-left:0;
    padding-right:0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.lockreason {
    text-decoration: underline;
    cursor: pointer;
}
.finance-data-collect .rate-head .rate-head-item {
    width: 33%;
}
.finance-data-collect .rate-content-item .rate-con-data {
    width:33%;
}
/*进口订单查询*/
/*.details-table {*/
    /*padding: 10px;*/
/*}*/
/*.details-table .bg-color{*/
    /*background-color: #f0f6ff;*/
    /*text-align: right;*/
    /*width: 10%;*/
    /*padding:0;*/
    /*!*margin: 10px;*!*/
    /*!*padding: 10px;*!*/
/*}*/
/*.details-table .bg-color div {*/
    /*border: solid 1px #a2cbff;*/
    /*padding: 9px 15px;;*/
    /*border-bottom: none;*/
/*}*/
/*.details-table tr {*/
    /*height: 60px;*/
/*}*/
/*.details-table td{*/
    /*height: inherit;*/
    /*line-height: normal;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/

/*}*/
/*.details-table div {*/
    /*height: 100%;*/
/*}*/
/*!*.zg-order-details-bg*!*/
/*.details-table .td-value {*/
    /*!*width: 300px;*!*/
    /*width: 20%;*/
    /*padding: 0;*/


    /*!*margin-left: 10px;*!*/
/*}*/
/*.details-table .td-value div {*/
    /*padding: 9px 15px;*/
    /*border: solid 1px #a2cbff;*/
    /*min-height: 20px;*/
    /*line-height: 20px;*/
    /*border-left:none;*/
    /*border-right: none;*/
    /*border-bottom: none;*/
/*}*/
/*.details-table tr:last-child .bg-color div {*/

    /*border: solid 1px #a2cbff;*/
/*}*/
/*.details-table tr:last-child .td-value div {*/

    /*border: solid 1px #a2cbff;*/
/*}*/
/*.details-table tr td div{*/
    /*border-left:none;*/
/*}*/
/*.details-table tr td div:first-child{*/
    /*border-left: solid 1px #a2cbff;*/
/*}*/
/*物流页面样式S*/
.zg-logistics-header{
    background: #fff;
    border-bottom: 1px solid #c3dae6;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 90px;
    box-sizing: border-box;
}
.zg-logistics-header .title{
    font-size: 22px;
    font-weight: lighter;
    color: #2679b5;
}
.logistics-content{
    border: 1px solid #c3dae6;
    margin-bottom: 20px;
    width: 800px;
    font-size: 14px !important;
}
.logistics-header{
    height: 54px;
    line-height: 54px;
    padding: 0 35px;
    box-sizing: border-box;
    background: url("/bres/manager/img/spider_search_bg.png") left bottom repeat-x;

}
.logistics-body{
    padding: 35px 35px;
    box-sizing: border-box;
}
.logistics-content .layui-text h3{
    font-size: 14px;
    font-weight: bold;
}
.logistics-content p{
    font-size: 14px;
}
.logistics-content ul li:last-of-type .layui-timeline-axis,
.logistics-content ul li:last-of-type .layui-text h3,
.logistics-content ul li:last-of-type p
{
    color: #ff5f10;
}
/*物流页面样式E*/
/*重定义边框颜色*/
.layui-form-label{
    color: #333;
}
.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
    border-color: #a4bcd8;
}

.layui-input:hover,
.layui-textarea:hover,
.layui-select:hover,
.layui-input:focus,
.layui-textarea:focus,
.layui-select:focus{
    border-color: #9aaef6 !important;
    box-shadow: 0 0 3px 1px rgba(88, 116, 216, .2);
    outline: none;
}
/*只读文本框的样式*/
.input-readonly,
.input-readonly:hover,
.input-readonly:focus{
    border-color: #fff !important;
    box-shadow:none;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #FF5722 !important;
    box-shadow:none;
}
.layui-disabled, .layui-disabled:hover,.layui-disabled:focus {
    color: #929292 !important;
    cursor: not-allowed !important;
    border-color: #eaeaea!important;
    box-shadow:none;
}
/*颜色*/
.black{color: #333;}
.red{color: #ff0000;}
.blue{color: #0580c7 !important;}
.green{color: #00af4a;}
.yellow {color: #fecc24;}
.mr10{ margin-right: 10px}
.mr20{ margin-right: 20px}
.mb15{ margin-bottom: 15px}

.dis-n{display: none;}
.dis-none{display: none !important;}

.dis-b{display: block}
.dis-inline-input{display: inline-block;width: 80px;}
.fr{float: right}
.exchange{
    height: 32px;
    line-height: 32px;
}

/* 新增走账 */
.account-form-wrap .account-info {
    width: 250px;
}
.account-form-wrap .account-info label{
    width: 100px;
}
.account-form-wrap .account-value {
    line-height: 36px;
}
.account-form-wrap .layui-form-label {
    width: 125px;
}

.account-form-wrap .layui-input-inline {
    width: 300px;
}
.account-form-wrap .layui-input-block {
    margin-left: 155px;
}

/* 登录页 */
.login-wrap {
    width: 100%;
    height: 100%;
}
.login-head {
    /*width: inherit;*/
    height: 120px;
    /*background: #f7f7f7;*/
    padding: 0 30px;
    background: url("/bres/manager/img/loginTop.png");
}
.head-left {
    float: left;
}
.login-head .login-headImg {
    width: 137px;
    /* height: 60px; */
    float: left;
    margin-top: 15px;
    margin-left: 30px;
}

.login-head .login-title {
    margin-left: 20px;
    line-height: 120px;
    float: left;
    color: #262626;
    font-size: 30px;

}

.head-right {
    float: right;
    font-size: 0;
}
/*.head-right h1 {*/
/*margin-left: 20px;*/
/*}*/
.head-search-div {
    width: 340px;
    height: 46px;
    margin-top: 34px;
    border: 2px solid #fecc24;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.head-search-div i {
    font-size: 30px;
}
.head-right input {
    width: 235px;
    margin-left: 30px;
    height: 46px;
    border: none;
    background: transparent;
}
.head-right input::-webkit-input-placeholder {
    color: #666666;
}
.head-right .btnQuery {
    display: inline-block;
    width: 72px;
    height: 46px;
    background: #fecc24;
    font-size: 14px;
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.remember-pad .layui-form-checkbox[lay-skin=primary] {
    margin-top: 5px !important;
}
.remember-pad .layui-form-checkbox[lay-skin=primary] span {
    opacity: 0.7;
}
.login-mian {
    width: inherit;
    overflow: hidden;
    /*display:flex;*/
    /*align-items: center;*/

    /*height: 880px;*/
    background: #0360b0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.login-main .bg-img-t {
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-image: ;*/
}
.main-left {
    /*width:33%;*/
    /*height:inherit;*/
    position: relative;
    /*margin-left:17%;*/
    /*margin-top:146px;*/
    float: left;
    text-align: center;
}
.main-left .main-img2{
    /*left: 332px;*/
    /*top: 156px;*/
    width: 55%;
    /*-webkit-animation:run 5s linear 0s infinite;*/
    /*-moz-animation:run 5s linear 0s infinite;*/
    /*-ms-animation:run 5s linear 0s infinite;*/
}
.main-left .main-img1{
    width: 45%;
    position: absolute;
    /*top: 0;*/
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    /*background: pink;*/
    text-align: center;
    vertical-align:middle;
}
.main-left img {
}


.bg-img-t{
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/bres/manager/img/maintop.png") no-repeat 100% 72%;
}
.bg-img-b {
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/bres/manager/img/mainbottom.png") no-repeat 100% 72%;
}
.login-foot {
    /*margin-top: 30px;*/
}
.login-foot{
    /*margin-left:-11%;*/
    font-size: 15px;
    color: #666666;
    /*height: 60px;*/
    line-height: 26px;
    text-align: center;
    background: url(/bres/manager/img/loginBottom.png) top repeat-y;
    background-size: 100%;
    padding: 15px 0;
}
.clearfix:after {
    content: " ";
    display: block;;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.icon {
    font-size: 22px;
    /*width: 1.5em;*/
    /*height: 1.5em;*/
    /*vertical-align: -0.15em;*/
    /*!*fill: currentColor;*!*/
    /*overflow: hidden;*/
    /*margin: 0 0.06rem;*/
}

.main-right {
    /*float: left;*/
    /*width:50%;*/
    position: relative;
    /*height:inherit;*/

}

.main-right .login-content{
    width:500px;
    background: rgba(255, 255, 255, 0.2);
    /*padding-bottom: 20px;*/
    /*margin-top: 100px;*/
    /*margin-left: 27%;*/
    position: absolute;
    z-index: 10;
    right: 5%;
    /*margin-right: 200px;*/
    /*opacity: 0.4;*/
}
.color-yellow {
    color: #fecc24;
}
.login-con-tile {
    /*border-bottom: 1px solid #f5d619;*/
    height: 74px;
    color: #fecc24;
    text-align: center;
    line-height: 74px;
    background: url("/bres/manager/img/lines.png") no-repeat 5px 100%;
}

.login-info-item {
    padding: 0 20px;
}
.login-info-item .icon {
    color: #e6c231;
    font-size: 22px;
}
.login-info-item input {
    width: 420px;
    height: 60px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
}

.login-info-item input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}
.hint-msg {
    color: #ff4236;
    text-align: center;
    margin-top: 30px;
}
/*.mt20 {*/
    /*margin-top: 20px;*/
/*}*/
.pl20 {
    padding-left: 20px;
}
.pr20 {
    padding-right: 20px;
}
.login-info-item {
    margin-top:10px;
}
.login-info-item .input-code {
    width: 242px;
}
.mt20 input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 400px #035ba7 inset !important;
    -webkit-text-fill-color: #fff;
}
.login-info-item .layadmin-user-login-codeimg {
    width: 135px;
    height: 50px;
    margin-left:14px;
    float:right;
    max-height: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-operation {
    margin-top: 30px;
    padding: 0 50px;
}
.forget-paw a {
    color: #ffffff !important;
    opacity: 0.7;
    cursor: pointer;
    /*filter: 70;*/
}
.remember-pad {
    float: left;
}
.remember-pad input {
    width: 20px;
    height: 20px;
    float: left;
    background-color: #fecc24;
}

/*input[type="checkbox"]:checked {*/
/*}*/
.remember-pad span {
    color: #ffffff !important;
    font-size: 16px;
    float: left;
}
.forget-paw {
    float: right;
    font-size: 16px;
    color: #ffffff;
}
.login-btn {
    width: 100%;
    height: 50px;
    background: #fecc24;
    color: #10373e;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 26px;
    margin-top: 32px;
}

@keyframes run{
    from{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
    }
    to{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
    }
}
.third-login {
    margin-top: 20px;
}
.third-login .third-split{
    color: #ffffff;
    height: 40px;
    text-align: center;
    background: url("/bres/manager/img/lines2.png") no-repeat 46% 50%;
    line-height: 40px;
    font-size: 18px;

}
.third-weixin {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    /*margin-top: 10px;*/
    cursor: pointer;
}
.order-query-label {
    font-size: 16px;
    float:right;
    height: 115px;
    line-height: 115px;
}
/* 登陆页媒体查询 */
@media (max-width: 1400px) {
    .login-mian {
        padding-top: 0px;
        padding-bottom: 90px;
    }
    .order-query-label {
        height: 92px;
        line-height: 92px;
    }
    .login-head {
        height: 84px;
    }
    .login-head .login-headImg {
        margin-top: 10px;
        width: 100px;
        height: 64px;
    }
    .login-head .login-title {
        line-height: 84px;
        font-size: 20px;
    }
    .head-search-div {
        width: 206px;
        height: 30px;
        margin-top: 26px;
    }
    .head-right input {
        width: 135px;
        height: 30px;
    }
    .head-right input::-webkit-input-placeholder {
        font-size: 18px !important;

    }
    .head-right span {
        width: 36px;
        height: 30px;
        line-height: 30px;
    }
    .head-search-div i {
        font-size: 18px;
    }
    .main-left {
        margin-top: 68px;
    }
    .main-left .main-img2 {
        width: 65%;
    }
    .main-left .main-img1 {
        width: 55%;
    }
    .login-con-tile {
        height: 50px;
        line-height: 50px;
    }
    .login-con-tile h2 {
        font-size: 18px;
    }
    .main-right {
        margin-top: 50px;
    }
    .main-right .login-content {
        width: 400px;
    }

    .login-info-item input {
        font-size: 14px;
        height: 50px;
    }
    .login-content {
        width: 400px;
    }
    .login-info-item input {
        width: 325px;
    }
    .login-info-item .input-code {
        width: 168px;
    }
    .login-info-item input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .login-operation {
        margin-top: 20px;
    }
    .login-btn {
        height: 40px;
        font-size: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 1680px) {
    .order-query-label {
        height: 92px;
        line-height: 92px;
    }
    .login-mian {
        padding-top: 0px;
        padding-bottom: 68px;
    }
    .login-head {
        height: 84px;
    }
    .login-head .login-title {
        line-height: 84px;
        font-size: 20px;
    }
    .head-search-div {
        width: 239px;
        height: 35px;
        margin-top: 26px;
    }
    .head-right input {
        width: 160px;
        height: 35px;
    }
    .head-right input::-webkit-input-placeholder {
        font-size: 18px !important;

    }
    .head-right span {
        width: 45px !important;
        height: 35px !important;
        line-height: 35px !important;
    }
    .head-search-div i {
        font-size: 18px;
    }
    .main-left {
        margin-top: 68px;
    }
    .main-left .main-img2 {
        width: 60%;
    }
    .main-left .main-img1 {
        width: 50%;
    }
    .login-con-tile {
        height: 50px;
        line-height: 50px;
    }
    .login-con-tile h2 {
        font-size: 18px;
    }
    .main-right {
        margin-top: 50px;
    }
    .main-right .login-content {
        width: 450px;
    }

    .login-info-item input {
        font-size: 14px;
        height: 55px;
    }
    .login-info-item input {
        width: 364px;
    }
    .login-info-item .input-code {
        width: 200px;
    }
    .login-info-item input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .login-operation {
        margin-top: 20px;
    }
    .login-btn {
        height: 40px;
        font-size: 20px;
        margin-top: 20px;
    }
}
/* 屏幕是手机尺寸时 */
@media screen and (max-width:480px) {
    .login-head .login-headImg {
        margin-left: 0px;
    }
    .login-head {
        padding: 0 15px;
    }
    .head-right input {
        margin-left: 10px;
        font-size: 12px;
    }
    .head-search-div {
        font-size: 12px;
    }
    .order-query-label {
        display: none;
    }

    .main-right .login-content {
        width: 330px;
    }
    .login-info-item input {
        width: 254px;
    }
    .login-info-item .input-code {
        width: 92px;
    }
    .login-info-item .layadmin-user-login-codeimg {
        width: 122px;
        margin-top: 16px;
        height: 40px;
    }
}

/* 侧边栏与顶部*/

.search-input-wrap {
    width: 90%;
    margin: 0 auto;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.search-input-wrap .left-search-input {
    width: 80%;
    background-color: transparent;
    height: 100%;
    border: none;
    color: #ffffff;
    padding-left: 5px;
}
.cur-off-rule {
    width: 90%;
    margin: 0 auto;

    background-color: #ffffff;
    height: 1px;
}
.left-search-btn {
    display: inline-block;
    width: 30%;
    height: 30px;
    background: #fecc24;
    font-size: 14px;
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.layui-head-bg .layui-nav{
    width: 30%;
}
.use-func-head {
    position: relative;
    width: 25%;
    margin: 0 !important;
    margin-top: 22px !important;
}
.use-func-head .icon {
    color: #d6d7e2;
    font-size: 20px;
    /*font-size: 17px;*/
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item, .layui-layout-admin .layui-logo {
    line-height: normal;
    margin-top: 22px;
    text-align: center;
    height: 60px;
    cursor: pointer;
}
.layui-layout-admin .layui-logo {
    position: static;
}
.use-func-head span{
    /*display: block;*/
    line-height: normal;
    color: #ffffff;
    opacity: 0.7;
    /*font-size: 15px;*/
    font-size: 14px;
}
.head-logo {
    position: absolute;
    /*left: 49%;*/
    /*top: 33%;*/
    width: 154px;
    /*width: 124px;*/
    left: 52.1%;
    top: 18%;
    /*top: 13%;*/
    z-index: 1;
}
@media screen and  (max-width:1366px) {
    .head-logo {
        position: absolute;
        /*left: 49%;*/
        /*top: 33%;*/
        width: 154px;left: 54%; top: 18%;
        z-index: 1;
    }
}
.bulge-img {
    position: absolute;
    top: 99px;
    /*top: 65px;*/
    left: 46.2%;
}

.func-label {
    margin-top: 7px;
}
.layui-layout-admin .layui-layout-left .layui-nav-item,.layui-layout-admin .layui-layout-right .layui-nav-item {
    margin: 0 33px;
    /*margin-bottom: 20px;*/
}
.layui-layout-admin .layui-header {
    height: 90px;
}
.layadmin-pagetabs {
    top: 90px;
}
.layui-layout-admin .layui-body {
    top: 130px;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item, .layui-layout-admin .layui-logo {

    /*line-height: 100px;*/
}
.layui-side {
    box-shadow: none;
    background-color: #17375f;
}
.layui-layout-admin .layui-side {
    /*width:240px;*/
}
.layadmin-side-shrink .layui-side{
    width: 90px;
}
.layadmin-side-shrink .layui-layout-admin .layui-header{
    background-color: #17375f;
}
.layadmin-side-shrink .layui-side-menu .layui-nav .layui-nav-item .layui-icon {
    left: 36px;
}
.layadmin-side-shrink .layui-layout-left {
    margin-left: 160px;
}
.layadmin-side-shrink .layui-side-menu .layui-nav {
    width: 90px;
}
.layadmin-side-shrink .layui-body {
    left: 90px !important;
}
.layui-side-menu .layui-nav {
    margin-top: 0px;
}
.layui-side-menu .layui-side-scroll {
    /*width: 260px;*/
}
.layui-side .layui-logo {
    background: none !important;
}
.layui-side-menu .layui-side-scroll .layui-logo a.flex {
    position: fixed;
    left: 34px;
}
.layui-side-menu .layui-side-scroll .layui-logo a.lock {
    position: fixed;
    left: 84px;
}

/* 锁屏 */
.img-shade {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0px;
    left: 42px;
    font-size: 18px;

    text-align: center;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    transition: opacity .2s;
}
.img-shade i {
    margin-top: 30px;
}
.unlock-input-wrap {
    position: relative;
    /*margin-top: 10px;*/
}
.bacnkToLogin {
    margin-top: 20px;
}
.bacnkToLogin a{
    font-weight: bold;
    color: #0074d9;
    cursor: pointer;
}
.bacnkToLogin a:hover {
    color: #0074d9;
}
.unlock-input-wrap input {
    width: 170px;
    height:40px;
    line-height: 40px;
    padding-left: 10px;
}
.unlock-wrap {
    position: absolute;
    top: 0px;
    right: -38px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    /* border-radius: 3px; */
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: #006ba7;
    cursor: pointer;
}

.unlock-wrap:hover {

    background-color: #3389b9;
}

/* 商务在线 */
.layui-nav-item .func-label .showQQText {
    line-height: normal;
    color: #ffffff;
    opacity: 0.7;
    font-size: 17px;
}
.layui-nav-item .func-label .showQQText:hover {
    line-height: normal;
    color: #ffffff;
    opacity: 0.7;
    font-size: 17px;
}

/* 首页 */
.overflow-ell {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.person-data .layui-col-md4{
    /*min-width: 480px;*/
}
.index-wrap {
    padding: 35px 20px 20px;
}
.person-info {
    padding-bottom: 20px;
    border-bottom: 2px solid #fecc24;
    /*min-width: 1512px;*/
}
.person-info .info-left {
    padding-left: 20px;
    float: left;
    margin-top: 14px;
    /*width: 48%;*/
    /*min-width: 548px;*/
}
.person-info .info-left .info-text{
    width: 69%;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    /*max-width: 375px;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info-text #customerName {
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 300px;*/
    display: block;
    float: left;
}
.person-info .info-right {
    float: right;
    font-size: 22px;
    color: #444444;
    /*width: 50%;*/
    /*min-width: 548px;*/
}
.rate-wrap {
    margin-top: 10px;
}
.rate-wrap .rate-header {
    /*margin-left: 33%;*/
    /*margin-top: -6px;*/
    /*float: left;*/
    width: 40px;
    font-size: 22px;
}
.rate-ul {
    /*width: 72%;*/
    /*float: left;*/
    /*margin-top: 10px;*/
}
.rateUpdateTime {
    margin-left: 61px;
    width: 55%;
    float: left;
    font-size: 16px;
    min-height: 10px;
}
.rate-wrap .rate-show-details {
    font-size: 14px;
    margin-left: 25px;
    cursor: pointer;
    /*margin-top: 14px;*/
    float: left;

}
.person-info .info-right li {
    float: left;
    width: 22%;
    text-align: center;
    margin-top: 10px;
    margin-left: 5%;

}
.person-info .info-right li span{
    display: block;
    font-size: 16px;
}
.person-info .info-right li .info-label {

    color: #666666
}
.info-right .info-num {
    color: #fecc24;
    font-weight: 700;
}
.info-company {
    font-size: 18px;
    font-weight: bold;
    color: #525961;
}
.info-time {
    font-size: 18px;
    color: #9a9a9a;
    margin-top: 24px;
}
.head-img-wrap {
    position: relative;
}
.head-img-wrap .edit-head-img {
    position: absolute;
    top: 0;
    left:0;
    background: rgba(119,136,153,0.5);
    width: 99px;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
    display: none;
    /*opacity: 0.5;*/
}
.head-img-wrap .edit-head-img i{
    color: #ffffff;
    font-size: 16px;
}
.person-info .info-left .head-img {
    width: 98px;
    height: 98px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.person-data {
    margin-top: 30px;
    /*min-width: 1510px;*/
}
.index-wrap .layui-card {
    padding:  0 18px;
}
.index-wrap .layui-card-body {
    padding-left: 24px;
    /*padding-top: 58px;*/
    padding-bottom: 82px;
}

.person-data-value {
    /*float: right;*/
    font-size: 18px;
    line-height: 50px;
    /*margin-left: 40px;*/
}
.person-data-value span {
    color: #99cbfe;
    font-size: 22px;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.data-item-two {
    /*margin-top: 30px;*/
}
.index-wrap .layui-card-header {
    color: #666666;
    font-weight: 700;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #98ccfe;
}
.rate-table-wrap .layui-card{
    background-color: transparent;
}
.rate-table-wrap .layui-card-header {
    font-weight: normal;
    color: #9accfd;
}
.rate-table {
    margin-top: 10px;
}
.rate-turn-time {
    color: #f8c512;
    font-size: 15px;
    line-height: 56px;
}
.rate-head {
    height: 40px;
    background-color: #17375f;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}
.rate-head .rate-head-item {
    width: 50%;
    float: left;
}
.rate-head {
    padding-left: 58px;
}
.rate-head .rate-head-item:first-child {
    text-align: left;
}
.rate-content-item {
    padding-left: 30px;
}
.rate-content-item .rate-con-data {
    font-size: 16px;
}
.info-time span{
    font-size: 16px;
}
.rate-wrap .rate-show-details {
    font-size: 13px;
}
.rate-content-item .rate-con-data:first-child{
    text-align: left;
}
.order-concern .rate-content-item{
    cursor: pointer;
}
.money-correlation .rate-content-item{
    height: 48px;
    line-height: 48px;
}
.rate-content-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
}
.rate-content-item:nth-child(odd)
{
    background:#e7f3ff;
}
.rate-content-item:nth-child(even)
{
    background:#ddeefe;
}
.rate-content-item:after {
    content: " ";
    display: block;;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
.rate-content-item .rate-con-data {
    width: 50%;
    float: left;
}
.limit-wrap li {
    width: 33%;
    float: left;
    line-height: 55px;
    /*text-align: center;*/
}
.limit-wrap li:not(:first-child) {
    /*margin-left: 14%;*/
}
/*.limit-wrap li h4 {*/
    /*font-size: 16px;*/
    /*!*font-weight: 700;*!*/
/*}*/
.limit-wrap li span {
    float: left;
}
.limit-wrap li span:last-child {
    color: #99cbfe;
    font-size: 23px;
    display: inline-block;
    max-width: 70%;
    word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
/*.commonly-fun-wrap {*/
    /*!*min-width: 1512px;*!*/
/*}*/
/*.commonly-fun-wrap .layui-card-body{*/
    /*padding-left: 0px;*/
    /*padding-top: 17px;*/
    /*padding-right: 0;*/
    /*padding-bottom: 23px;*/
/*}*/

/*.commonly-fun li{*/
    /*width: 33%;*/
    /*float: left;*/
    /*font-size: 17px;*/
    /*padding: 14px 0;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
/*}*/
/*.commonly-fun li:first-child{*/
    /*margin: 0;*/
/*}*/
/*.commonly-fun li span {*/

    /*!*float: left;*!*/
    /*!*margin-top: 3px;*!*/
    /*!*margin-left: 4px;*!*/
/*}*/
/*.commonly-fun li i {*/
    /*width: 26px;*/
    /*height: 26px;*/
    /*!*float: left;*!*/
    /*!* line-height: 60px; *!*/
    /*color: #9cd4f7;*/
/*}*/

.news-wrap .layui-card-header div{
    /*float: left;*/
    width: 100%;
    text-align: center;
}
.news-wrap .layui-card-header {
    /*border: none;*/
    height: 60px
}
.news-wrap .layui-card-header .news-title {

    cursor: pointer;
}
.news-wrap .layui-card-header .news-notice {
    position: relative;
}
.border-r{
    /*border-right: 1px solid #cccccc;*/
    height: 20px;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #CCCCCC;
    right: 0;
    top: 20px;
}
.news-wrap .layui-card-header div.active {
    color: #9accfd;
    /*border-bottom: 1px solid #98ccfe;*/
}
.news-item-ul {
    padding:  0 14px;
}
.news-item {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #CCCCCC dashed;
}
.news-item .news-item-con {
    float: left;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
}
.news-item .new-item-time {
    float: right;
}


/* 新增走账 */
.supplier-select-wrap {
    position: relative;
}
.supplier-select-wrap .select-supplier {
    position: absolute;
    left: 0;
    top: 37px;
    padding: 3px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}
.supplier-select-wrap .select-supplier li {
    cursor: pointer;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supplier-select-wrap .select-supplier li:hover {
    background-color: #f2f2f2;
    -webkit-transition: .5s all;
    transition: .5s all;
}
.total-wrap {
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight:500;
}

/* 银行账号新增 */
.custom-table {
    width: 100%;
    /*margin: 10px 20px;*/
}
.custom-table thead{
    height: 35px;
    background: #f2f2f2;
}
.custom-table thead th{
    border: 1px solid #e6e6e6;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.custom-table td {
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.custom-table td a {
    text-decoration: underline ;
}

/* 登录页 查询物流 */
.query-logistics .logistics-content {
    margin:0 auto;
}
.query-logistics .fr a{
    text-decoration: underline;
    color: #56a3e3;
}

/*tip皮肤*/
.tip-class {
    background: #3495cd;
}

/* 重写layui的下拉框选中背景 */
.layui-form-select dl dd.layui-this {
    background-color: #17375f;
}
@media screen and (min-width: 1210px) {
    .layui-col-ml6 {
        width: 50%;
    }
}
@media screen and (min-width: 1380px) {
    .layui-col-ll4 {
        width: 33.33333333%;
    }
}
/*@media screen and (min-width: 1200px) and(max-width: 1500px){*/
    /*.layui-col-ml6 {*/
        /*width: 50% !important;*/
    /*}*/
/*}*/
/*@media screen and  (min-width: 1380px) and (min-width: 2000px) {*/
    /*.layui-col-ll4 {*/
        /*width: 33.33333333%;*/
    /*}*/

/*}*/
@media screen and (min-width: 1200px) {
    .rate-table-wrap .layui-card-header{
        padding: 12px;
    }
}
/*.layui-col-lg4*/

/*资讯详情*/
.article-wrap{
    margin: 0 auto;
    overflow: hidden;
}
.article-wrap .article-title{
    font-size: 20px;
    color: #4d4f53;
    letter-spacing: 1px;
    line-height: 54px;
    padding: 15px 0;
    font-weight: bold;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.article-wrap .article-source {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.article-wrap .article-date {
    color: #888;
    font-size: 16px;
}
.article-wrap .article-content {
    margin: 20px auto 20px auto;
    width: 800px;

}
.article-wrap .article-content img{
    max-width: 800px;
}
.importFile,.uploadFiles {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    left: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #006ba7;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    top: 15px;
}
.importFile input,.uploadFiles input{
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    width: 126px;
    left: -20px;
    height: 38px;
}
.importFile:hover,.uploadFiles:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
    text-decoration: none;
}
.uploadFiles {
    top: 0px;
}
/*不兼容 提示*/
.wrapper { display: none;
    height: 300px;
    background: #fff;
    padding: 20px;
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -400px;
    z-index: 111111;

}
.wrapper .title {
    font-size: 18px;
    /* margin: 50px auto; */
    text-align: center;
    margin-top: 50px;
}
.wrapper li {
    float: left;
    width: 24%;
    text-align: center;
    margin-top: 60px;
}
.wrapper li img{
    width: 50px;
    text-align: center;
}
.wrapper img{
    width:150px;
}
.wrapper li div {
    cursor: pointer;
}
.shade {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    position: absolute;
    top:0;
    display: none;
}
a:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


.layui-card-header{line-height: 0; height: 100%}
.layui-card-header .layui-form-item{margin-bottom: 0;}
    i{vertical-align: middle;display: inline-block;}
.layui-btn-disabled {
    border: 1px solid #e6e6e6 !important;
    background-color: #FBFBFB !important;
    color: #C9C9C9 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

/*登录页订单物流查询*/
.query-head {
    position: relative;
}
.back-index-wrap {
    position: absolute;
    top: 0;
    background-color: #ff7800;
    color: #ffffff;
    padding: 16px 26px;
    right: 50px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    font-size: 18px;
    cursor: pointer;
}
.back-index-wrap:hover {
    opacity: 0.8;
}
.layui-card {
    padding-bottom: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1367px){
    .integral dl{
        width: 30%;
        margin-left:2%;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1920px){
    .integral dl{
        width: 22%;
        margin-left:2%;
    }
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(180deg);}
}

.Rotation{
    -webkit-transform: rotate(180deg);
    animation: rotation 0.3s linear;
    -moz-animation: rotation 0.3s linear;
    -webkit-animation: rotation 0.3s linear;
    -o-animation: rotation 0.3s linear;
}
@-webkit-keyframes Rotation2{
    from {-webkit-transform: rotate(180deg);}
    to {-webkit-transform: rotate(0deg);}
}

.Rotation2{
    -webkit-transform: rotate(0deg);
    animation: rotation 0.3s linear;
    -moz-animation: rotation 0.3s linear;
    -webkit-animation: rotation 0.3s linear;
    -o-animation: rotation 0.3s linear;
}
.rotate180 {
     filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
     -moz-transform: rotate(-180deg);
     -o-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
}
.rotate1802 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 1000px){
    .main-left {
        display: none;
    }
}

