﻿@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
    background: #f1f1f1;
    /*background: #fff;*/
}
button[disabled], html input[disabled]{cursor:not-allowed !important;}
.x-red{
    color: red;
}

.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #189f92!important;
}

.layui-fluid{
    padding:15px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    background: #fff;
}
.page{
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;

}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background: #009688;
    color: #fff;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #009688;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #009688;
    color: #fff;
    border: 1px solid #009688;

}

/*登录样式*/
/*头部*/
.container{
    width: 100%;
    height: 45px;
    background-color: #222;
}
.container a,.layui-nav .layui-nav-item a{
    color: #fff;
}
.container .logo a{
    background-color: rgba(0,0,0,0);
}
.container .logo a{
    float: left;
    font-size: 18px;
    padding-left: 20px;
    line-height: 45px;
    width: 200px;
}
.container .right{
    background-color:rgba(0,0,0,0);
    float: right;

}
.container .left_open{
    height: 45px;
    float: left;
    margin-left: 10px;
}
.container .left_open i{
    display: block;
    background: rgba(255,255,255,0.1);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
}
.container .left_open i:hover{
    background: rgba(255,255,255,0.3);
}

.container .left{
    background-color:rgba(0,0,0,0);
    float: left;

}
.container .layui-nav-item{
    line-height: 45px;
}
.container .layui-nav-more{
    top: 20px;
}
.container .layui-nav-child{
    top: 50px;
}
.container .layui-nav-child i{
    margin-right: 10px;
}
.layui-nav .layui-nav-item a{
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #333;
    cursor: pointer;
}
.left-nav{
    position: absolute;
    top: 45px;
    bottom: 0px;
    /*bottom: 42px;*/
    left: 0;
    z-index: 2;
    padding-top: 10px;
    background-color: #EEEEEE;
    width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
    overflow: hidden;
    overflow-y:auto;
    /*width: 0px;*/
}
#side-nav{
    width: 220px;
}

.left-nav #nav li:hover > a{
    /*color: blue;*/
}
.left-nav #nav .current{
    background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li a{
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    display: block;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s;
}
.left-nav a:hover{
    background: #009688 !important;
    color: #fff;
    border-color:  #04564e !important;
}
.left-nav a.active{
    background: #009688 !important;
    color: #fff;
    border-color:  #04564e !important;
}
.left-nav #nav li a cite{
    font-size: 14px;
}

.left-nav #nav li .sub-menu{
    display: none;
}
.left-nav #nav li .opened{
    display: block;
}
.left-nav #nav li .opened:hover{
    /*background: #fff ;*/
}
.left-nav #nav li .opened .current{
    
}
.left-nav #nav li .sub-menu li:hover{
    /*color: blue;*/
     /*background: #fff ;*/
}
.left-nav #nav li .sub-menu li a{
    padding: 12px 15px 12px 30px;
    font-size: 14px;
    cursor: pointer;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
    padding-left: 45px;
}
/*.left-nav #nav li .sub-menu li a:hover{
    color: #148cf1;
}*/
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 10px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 16px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 220px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
    position: absolute;
    top: 45px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 45px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    /*background: #EFEEF0;*/
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: #EFEEF0 ;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff ;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:10px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:12px
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    color:#009688
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.layui-table td, .layui-table th{
    min-width: 80px;
}

table th, table td {
    word-break: break-all;
}

/*404页面样式*/
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    /*background-color: #fff;*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.fly-none {
    min-height: 600px;
    text-align: center;
    padding-top: 50px;
    color: #999;
}
.fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}
.fly-none p {
    margin-top: 50px;
    padding: 0 15px;
    font-size: 20px;
    color: #999;
    font-weight: 300;
}
#tab_right{
    display: none;
    width: 80px;
    position: absolute;
    top: 35px;
    left: 0px;
}
#tab_right dl{
    top: 0px;
}
#tab_show{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background:rgb(255, 255, 255,0);
    padding: 0px;
    overflow: hidden;
    display: none;
}


@media screen and (max-width: 768px){
    .fast-add{
        display: none;
    }
    .layui-nav .to-index{
        display: none;
    }
    .container .logo a{
        width: 140px;
    }
    .container .left_open {
        /*float: right;*/
    }
    .left-nav{
        width: 60px;
    }
    .left-nav #nav li a i{
        font-size: 18px;
    }
    .left-nav cite,.left-nav .nav_right{
        display: none;
    }
    .page-content{
        left: 60px;
    }
    .page-content .layui-tab-content .layui-tab-item{
        -webkit-overflow-scrolling: touch; 
        overflow-y: scroll; 
    }
    .x-so input.layui-input{
        width: 100%;
        margin: 10px;
    }
}

/*精细版样式*/

.x-admin-sm{
    font-size: 12px;
}
.x-admin-sm body{
    font-size: 12px;
}
/*登录页面样式*/
.x-admin-sm .login input[type=submit],.x-admin-sm .login input[type=button]{
    font-size: 14px;
}
.x-admin-sm .login input[type=text],
.x-admin-sm .login input[type=file],
.x-admin-sm .login input[type=password],
.x-admin-sm .login input[type=email], .x-admin-sm select {
    font-size: 12px;
}
.x-admin-sm .login .message{
    font-size: 14px;
}

.x-admin-sm .layui-table td, .x-admin-sm .layui-table th{
    font-size: 12px;
    vertical-align:middle;
}
.x-admin-sm .layui-elem-field legend{
    font-size: 18px;
}

.x-admin-sm .x-admin-backlog-body p cite{
    font-size: 24px;
}
.x-admin-sm .left-nav #nav li a cite{
    font-size: 12px;
}
.x-admin-sm .iconfont{
    font-size: 14px;
}
.x-admin-sm .layui-tab-title li{
    font-size: 12px;
}
.x-admin-sm .layui-icon{
    font-size: 14px;
}
.x-admin-sm .layui-nav *{
    font-size: 12px;
}
.x-admin-sm  .layui-breadcrumb>*{
   font-size: 12px; 
}
.x-admin-sm  .layui-btn,.x-admin-sm .layui-btn-xs,.x-admin-sm .layui-btn-sm{
    font-size: 12px;
}

.x-admin-sm .layui-laydate{
    font-size: 12px;
}
.x-admin-sm  .layui-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.x-admin-sm .layui-btn-lg{
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
}
.x-admin-sm .layui-layer-title,.x-admin-sm .layui-layer-dialog .layui-layer-content{
    font-size: 12px;
}
.x-admin-sm .layui-input,.x-admin-sm .layui-select,.x-admin-sm .layui-textarea{
    height: 30px;
}

.x-admin-sm .layui-form-pane .layui-form-label{
    height: 30px;
    line-height: 14px;
}
.x-admin-sm .layui-form-checkbox span{
    font-size: 12px;
}
.x-admin-sm .fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}

.upload-box{float:left; width:100%; padding:30px; width:100%;  box-sizing:border-box;}
.uploader{float:left; position:relative; margin-right:30px; cursor:pointer;}
.uploader:hover a,.uploader:hover button{ background-color:#30a89c}
.uploader input[type="file"]{ position:absolute; left:0; top:0; padding:0; margin:0; width:100%; height:100%; opacity:0; border:0; z-index:2; text-indent:-999px; cursor:pointer;}
.mod-intro-box-wrapper{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:10003; background-color:rgba(0,0,0,0.5); display:none;}
.mod-intro-box{ position:fixed; left:50%; top:50%; margin-left:-300px; margin-top:-150px; padding:20px 15px 15px; width:600px; height:auto; z-index:200; background-color:#fff; box-sizing:border-box; box-shadow:0 9px 30px -6px rgba(0,0,0,.2),0 18px 20px -10px rgba(0,0,0,.04),0 18px 20px -10px rgba(0,0,0,.04),0 10px 20px -10px rgba(0,0,0,.04); border-radius:5px;}
.mod-intro-box *{box-sizing:border-box; }
.mod-intro-box .info img{float:left; width:50px; margin-right:10px;}
.mod-intro-box .info b{font-weight:normal;}
.mod-intro-box .info .title{float:left; width:calc(100% - 50px - 10px); line-height:26px; font-size:14px;}
.mod-intro-box .content{float:left; width:100%; margin-top:15px;}
.mod-intro-box .content textarea{float:left; width:100%; padding:5px 10px; font-size:14px; line-height:26px; min-height:104px; font-family:微软雅黑,Microsoft Yahei; box-shadow:inset 0 1px 2px rgba(0,0,0,.1); border-color:#ddd; }
.mod-intro-box .layui-btn{float:left; margin-top:10px; width:100%;}
.mod-intro-box .close{ position:absolute; right:0; top:0; width:30px; height:30px; line-height:30px; text-align:center; color:#009688; font-size:30px; cursor:pointer;}
.mod-intro-box .close:hover{color:#04564e;}
.mod-intro-box.getpic{ width:680px; margin-left:-340px;}
.list-pics{float:left; padding-top:15px; width:100%; margin-top:15px; border-top:solid 1px #eee;}
.list-pics img{float:left; width:65px; height:65px; padding:5px; margin-bottom:2px; cursor:pointer;}
.list-pics img:hover,.list-pics img.active{ border:solid 4px #009688; padding:1px;}
#btn_upload_pics,.list-pics{ display:none;}

.formbox{width:100%; padding:30px; box-sizing:border-box; display:block;}
.formbox *{box-sizing:border-box;}
.formbox .label{float:left; width:100px; text-align:right; margin-right:10px;}
.formbox .list{width:100%; margin-bottom:10px; line-height:30px; font-size:14px; display:inline-block;}
.formbox .list.editor{ line-height:normal;}
.formbox .list.editor .label{line-height:30px;}
.formbox .list .img{float:left; margin-left:10px;}
.formbox .list .img img{float:left; width:80px; height:80px; margin-right:12px;}
.formbox select{float:left; padding:5px; min-width:100px; line-height:20px; border:solid 1px #ddd;}
.formbox input[type="text"],.formbox textarea,.formbox input[type="password"]{float:left; width:40%; padding:5px; line-height:20px; border:solid 1px #ddd;}
.formbox .layui-form-select input{ float:none; width:auto; padding:0 10px; line-height:normal;}
.formbox .list > textarea{ min-height:0; overflow-y:hidden;}
.formbox input[type="button"],.formbox input[type="submit"]{min-width:100px; letter-spacing:3px;}
.myform.s1 .formbox input[type="text"],.myform.s1 .formbox textarea{width:calc(100% - 150px);}
.radio span label{ margin-right:10px;}


.formbox.s1{ padding:15px; margin-top:30px;}
.formbox.s1 .label{width:70px;}
.myform.s1 .formbox.s1 input[type="text"],.myform.s1 .formbox.s1 textarea{ width: calc(100% - 65px);}
.formbox.s100{ padding:15px; margin-top:0;}
.formbox.s100 .label{width:100%; text-align:left;}
.myform.s1 .formbox.s100 input[type="text"],.myform.s1 .formbox.s100 textarea{ width:100%}
.formbox input[type="text"].title,.formbox textarea.title{ min-height:35px; height:35px; }
.content-upload-video{float:left; margin-right:5px; background-color:#009688; color:#fff; width:90px; height:32px; line-height:32px; position:relative; cursor:pointer;}
.content-upload-video:before{position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; z-index:1; content:'选择视频'; text-align:center; font-size:12px;}
.content-upload-img{float:left; border:solid 1px #ddd; width:133px; height:100px; position:relative; background-repeat:no-repeat; background-position:center center; background-size:contain; cursor:pointer;}
.content-upload-img:before,.content-upload-img:after{position:absolute; left:50%; top:50%; width:30%; height:5px; background-color:#999; content:""; transform:translate(-50%,-50%);}
.content-upload-img:after{width:5px; height:38%;}
.content-upload-img[style*='background-image']:before,.content-upload-img[style*='background-image']:after{opacity:0;}
.content-upload-img input[type='file'],.content-upload-video input[type='file']{width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; font-size:0; cursor:pointer; z-index:2;}
.content-upload-img img{position:relative; width:100%; height:100%; z-index:1;}
.jcopbox{ /*position:fixed; left:50%; top:50%; padding:15px; width:600px;*/float:left; width:100%; height:auto; text-align:center;}
.jcopbox input[type="file"]{position:absolute; left:0; top:0; opacity:0; width:0; height:0;}
.jcopbox .jcrop-img-content{float:left; width:100%; height:180px; display:flex; display:-webkit-flex; justify-content:center; align-items:flex-start; background-color:#999; overflow:hidden; display:none;}
.jcopbox .jcrop-img-content img{}
.jcopbox .jcrop-select-btn{float:left; width:100%; height:180px; border:solid 1px #eee; display:flex; display:-webkit-flex; justify-content:center; align-items:center;}
.jcopbox .jcrop-select-btn a{margin-top:0; font-size:18px; background:#009688; border-radius:3px;line-height: 44px;padding: 0 30px;color: #fff;display: inline-block;cursor: pointer;box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.jcopbox p{float:left; margin:10px 0; width:100%; color:#666; font-size:12px;}
.layui-laydate-footer span{border:solid 1px #ddd; padding:0 7px;}
.selectboxwrapper{position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:999; display:none;}
.selectPicBox{ position:fixed; left:50%; top:50%; padding:15px; margin-left:-200px; margin-top:-150px; width:400px; height:300px; background-color:#fff; z-index:999; border-radius:3px; box-sizing:content-box;}
.selectPicBox *{box-sizing:border-box;}
.selectPicBox .close{position:absolute; right:15px; top:10px; font-size:22px; color:#666;}
.selectPicBox .tab{float:left; margin-bottom:10px; width:100%; line-height:35px; border-bottom:solid 1px #eee;}
.selectPicBox .tab a{float:left; padding:0 15px; height:35px;}
.selectPicBox .tab a.active{border-bottom:solid 2px #009688;}
.selectPicBox .tab-content{float:left; width:100%;}
.selectPicBox .tab-content .content{float:left; width:100%; display:none;}
.selectPicBox .tab-content .content.active{display:block;}
.selectPicBox p.tips{float:left; width:100%; color:#666; line-height:25px; text-align:center; margin-top:10px;}
.selectPicBox ul{float:left; margin-top:0; width:100%; max-height:280px; overflow-y:auto;}
.selectPicBox ul li{float:left; width:24%; margin-right:5px; margin-bottom:5px; position:relative;}
.selectPicBox ul li img{width:100%; height:109px;}
.selectPicBox ul li:hover{cursor:pointer;}
.selectPicBox ul li.selected:before{position:absolute; left:0; top:0; width:100%; height:100%; border:solid 3px #009688; content:""; z-index:100; box-sizing:border-box;}
.selectPicBox .btn{position:absolute; left:0; bottom:15px; width:100%; text-align:center;}
.selectPicBox .btn button{margin:0 10px; padding:0 20px; height:30px; line-height:30px; background-color:#009688; color:#fff; border:solid 1px #009688; display:inline-block; cursor:pointer;}
.selectPicBox .btn button:hover{opacity:0.85;}
.selectPicBox .btn button#cancel{ background:none; border-color:#eee; color:#888;}
.none{display:none;}
#mod-insert-product-box{position:fixed; left:50%; top:50%; margin-left:-300px; margin-top:-130px; width:600px; height:260px; padding:15px; background-color:#fff; box-shadow:0 9px 30px -6px rgba(0,0,0,.2),0 18px 20px -10px rgba(0,0,0,.04),0 18px 20px -10px rgba(0,0,0,.04),0 10px 20px -10px rgba(0,0,0,.04); border:solid 1px #eee; border-radius:10px; z-index:9999; display:none;}
#mod-insert-product-box .close{position:absolute; right:10px; top:8px; font-size:22px; color:#666;}
#mod-insert-product-box .title{float:left; width:100%; line-height:25px; font-size:14px; margin-bottom:10px; color:#444;}
#mod-insert-product-box textarea{float:left; width:100%; min-height:176px;}
#mod-insert-product-box button{float:left; width:100%; margin-top:15px;}
.editor-content{float:left; width:100%; border:solid 1px #ccc;}
.editor-content #toolbar-container,.editor-content .toolbar{border-bottom:solid 1px #ccc;}
.upload-btn{ position:relative;}
.upload-btn:before{float:left; content:attr(data-title); position:relative; z-index:1;}
.upload-btn input{position:absolute; top:0; left:0; padding:0; margin:0; background-color:#009688; width:100%; height:100%; opacity:0; z-index:2; font-size:0; cursor:pointer;}
.list_imgs{padding:0; margin:10px 0 0; display:block;}
.list_imgs li{position: relative; float: left; display: flex;align-items: center; justify-content: center; margin-top: 5px; margin-right: 10px; background-color: #ddd; border:solid 1px #ddd;}
.list_imgs li img{width:60px; height:60px; object-fit:cover;}
.list_imgs li a{position: absolute; bottom: 0; left: 0; padding:5px 0; line-height:1; width: 100%; text-align: center; color: #fff; font-size: 12px; background-color:rgba(0,0,0,0.5); }
.list_imgs li a:hover{background-color:#ff0000;}

/*常规验证码*/
.verify-code {
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

.cerify-code-panel {
	height:100%;
	overflow:hidden;
}

.verify-code-area {
	float:left;
}

.verify-input-area {
	float: left;
	width: 60%;
	padding-right: 10px;
	
}

.verify-change-area {
	line-height: 30px;
	float: left;
}

.varify-input-code {
	display:inline-block; 
	width: 100%;
	height: 25px;
}

.verify-change-code {
	color: #337AB7;
	cursor: pointer;
}

.verify-btn {
	width: 200px;
	height: 30px;
	background-color: #337AB7;
	color:#FFFFFF;
	border:none;
	margin-top: 10px;
}






/*滑动验证码*/
.verify-bar-area {
    position: relative;
    background: #FFFFFF;
   	text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
   	border: 1px solid #ddd;
   	-webkit-border-radius: 4px;
}
 
.verify-bar-area .verify-move-block {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 2px #888888;
    -webkit-border-radius: 1px;
}

.verify-bar-area .verify-move-block:hover {
    background-color: #337ab7;
    color: #FFFFFF;
}

.verify-bar-area .verify-left-bar {
    position: absolute;
    top: -1px;
    left: -1px;
   	background: #f0fff0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
}

.verify-img-panel {
	margin:0;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	position: relative;
}

.verify-img-panel .verify-refresh {
	width: 25px;
	height: 25px;
	text-align:center;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.verify-img-panel .icon-refresh {
	font-size: 20px;
	color: #fff;
}

.verify-img-panel .verify-gap {
	background-color: #fff;
	position: relative;
	z-index: 2;
	border:1px solid #fff;
}

.verify-bar-area .verify-move-block .verify-sub-block {
	position: absolute;
    text-align: center;
	z-index: 3;
	border: 1px solid #fff;
}

.verify-bar-area .verify-move-block .verify-icon {
	font-size: 18px;
}

.verify-bar-area .verify-msg {
	z-index : 3;
}

/*字体图标的css*/
@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1508229193188'); /* IE9*/
  src: url('../font/iconfont.eot?t=1508229193188#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('../font/iconfont.ttf?t=1508229193188') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1508229193188#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before { content: "\e645"; }

.icon-close:before { content: "\e646"; }

.icon-right:before { content: "\e6a3"; }

.icon-refresh:before { content: "\e6a4"; }
