
.ps {position: absolute;}
.pr {position: relative;}
.clearfix:after {content: ""; clear: both; height: 0px; overflow: hidden; display:block; visibility: hidden;}
.clearfix {*zoom:1;}
.f-l {float: left;}
.f-r{float: right;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
/*背景色*/
.layout{
    background: #f5f6fa;
    position: relative;
    overflow: hidden;
}
/* logo */
.logo-img {
    display: block; background-color: #fff; line-height: 64px; height: 64px; font-size: 0; border-bottom: 1px solid #eee; position: fixed; left:0; z-index:1000;
}
.logo-img img {
	width: 200px; height: 64px;
}
/*右上*/
.layout-header-bar{
    background: #3293f3;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); position: fixed; z-index: 888; left:200px; right:0;
}
.ivu-layout-header {
	padding: 0 20px; color:#FFF;
}
.ivu-breadcrumb ,.ivu-breadcrumb a ,.ivu-breadcrumb a:hover,.ivu-breadcrumb>span:last-child {
	color: #FFF;
}
.right-top-btn {
	font-size: 16px; font-weight: 700; float: right; margin-top: 5px; padding: 15px 0 15px 15px;
}
.right-top-btn:hover {
	color:#fff;
}
/*左*/
.ivu-layout-sider {
    background-color: #fff;
    box-shadow: 5px 0px 8px -10px rgba(0,0,0,.3);
}
.ivu-layout-sider-children {
    overflow-y: auto; position: relative;
}
/*菜单*/
.ivu-menu-light {
    margin-top: 64px;
}
.ivu-menu-vertical.ivu-menu-light:after {
    background: transparent;
}
.menu-item span{
    display: inline-block;
    overflow: hidden;
    width: 69px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    transition: width .2s ease .2s;
}
.menu-item i{
    transform: translateX(0px);
    transition: font-size .2s ease, transform .2s ease;
    vertical-align: middle;
    font-size: 16px;
}
.ivu-menu-opened {
    color:#3293f3;
}
.ivu-menu-vertical .ivu-menu-item:hover, .ivu-menu-vertical .ivu-menu-submenu-title:hover {
    color: #3293f3;
}
.left_one {
	font-size: 11px; color:#455a64; padding: 15px 15px 0; font-weight: 700;
}
.left_one .ivu-icon {
	margin-top: -3px;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
	color:#3293f3; background-color: rgba(76,181,151,0.05);
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
	background:#3293f3;
}
/* 右下背景 */
.right_top_bg {
	background-color: #3293f3;display: block; padding:20px 20px 80px; margin-top: 64px;
}
.right_top {
	height: 50px;
}
.right_top_btns {
	background-color: rgba(255,255,255,0.9);
}
.right-titles {
	font-size: 18px; font-weight: normal; color: #FFF; text-indent: 2px;
}
/* 主内容 */
.ivu-layout-content {
	margin: -80px 20px 20px 20px;  position: relative; z-index:800; border-radius: 3px
}
.action-btn {
    padding:10px;
    border:#e8eaec solid 1px;
    border-bottom: 0;
    background: #f8f8f9;
}
.table-page {
    padding:10px;
    border:#e8eaec solid 1px;
    border-top: 0;
    background: #f8f8f9;
}
.ivu-table-border td, .ivu-table-border th {
    border-right: 0;
}
.ivu-table-wrapper-with-border {
    border-bottom: 0;
}
/* 版权 */
.layout-footer-center{
    text-align: center;
}
/* drawer-footer */
.ivu-drawer-body {
    padding-bottom: 100px;
}
.drawer-footer {
    width: 640px;
    position: fixed;
    bottom: 0;
    right: 0;
    border-top: 1px solid #e8e8e8;
    padding: 10px 16px;
    text-align: left;
    background: #fff;
}
.idw100 .ivu-drawer {
    width: calc(100% - 240px) !important;
    top: 130px;
    right:20px;
}
.idw100 .ivu-drawer-content {
    border-radius: 5px 5px 0 0;
}
.idw100 .drawer-footer {
    width: calc(100% - 200px);
    padding-left: 45px;
}
.pb60 {
    padding-bottom: 60px;
}
/* 商品 */

.row_wrap{
    /* padding: 20px 0;
    padding-top: 0; */
}
.row{
    width: 100%;
    /* padding-bottom: 20px; */
    position: relative;
}
.row_line{
    border-bottom: 1px solid rgba(235,235,240,1);
}

.col_wrap{
    position: relative;
}
.item_id_wrap{
    height: 98px;
    line-height: 98px;
}
.item_id{
    width: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    color: rgba(90,90,102,1);
    background:rgba(247,248,250,1);
    line-height: 48px;
    text-align: center;
    margin: 25px 30px 0 0;
}
.item_thumb{
    width: 98px;
    height: 98px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 30px;
}
.item_thumb img{
    width: 98px;
    height: 98px;
}
.item_nr{
    width: 80%;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.nr_top{
    margin-bottom: 30px;
}
.col_single{
    line-height: 98px;
}
.col_right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn_26{
    width:80px;
    height:26px;
    text-align: center;
    line-height: 26px;
    border-radius:8px;
    background:rgba(255,255,255,1);
    margin-bottom: 10px;
    cursor: pointer;
}
.btn_36{
    width:80px;
    height:36px;
    text-align: center;
    line-height: 36px;
    border-radius:8px;
    background:rgba(255,255,255,1);
    margin-bottom: 20px;
    cursor: pointer;
}
.btn_36:last-of-type{
    margin-bottom: 0;
}
.row_key{
    margin-top: 20px;
}
.key_wrap{
    padding-right: 60px;
}
.key_name {
    color: #8A8A99;
    padding-right:20px;
}
.key_title{
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:rgba(90,90,102,1);
}
.tag_item{
    width: 68px;
    height: 20px;
    line-height: 20px;
    text-align:center;
    font-size:12px;
    color:rgba(71,133,255,1);
    background:rgba(224,235,255,1);
    border-radius:20px;
    margin: 0 5px;
}
.tag_item:first-of-type{
    margin-left: 20px;
}
.tag_item.tag_normal{
    background:rgba(230,233,240,1);
    color:rgba(138,138,153,1);
}


/* 制镜单验光详情 */
.ivu-drawer-content .ivu-steps-item{
    height: 7.3rem;
}
/*.ivu-drawer-content .ivu-drawer-body{*/
/*    padding-bottom: 0;*/
/*}*/
.ivu-drawer-content .ivu-col .ivu-divider-inner-text a{
    color: #515a6e;
}
.ivu-drawer-content .ivu-col .zjOrderRow{
    height: 30rem;
}
.ivu-drawer-content .ivu-col .zjOrderRowTwo{
    height: 10rem;
}
.zjOrderRowTwo .ivu-divider-inner-text{
    color:red;
    font-size: 18px
}
.zjOrderRowTwo .showTxt{
    font-size: 30px;
    color: #43af43;
    vertical-align: middle;
    margin: auto;
    height: 7rem;
    line-height: 7rem;
    text-align: center
}
.zjOrderRow .ivu-divider-inner-text{
    color:red;
    font-size: 18px
}
.zjOrderRowChild .ivu-divider-inner-text{
    color:blue;
    font-size: 12px
}
.ivu-drawer-content .ivu-col .ivu-steps{
    position: fixed;
}
.ivu-drawer-content .ivu-col .ivu-steps-item:last-child .ivu-steps-tail{
    display: block;
}
.ivu-drawer-content .ivu-col .ivu-steps a:last-child .ivu-steps-item .ivu-steps-tail{
    display: none;
}

.examsite_header{
    position:fixed;
    width: 100%;
    min-height: 40px;
    background-color: #3293f3;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.examsite_header .hold{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.examsite_header .hold .logo{
    padding-right: 20px;
}
.examsite_header .hold .logo img{
    vertical-align: middle;
}
.examsite_header .hold .desc{
    flex: 1;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
}
.examsite_footer{
    position: absolute;
    left: 0;
    bottom: 0;
}
.examsite_footer .pic{
    display: block;
}
.zh_examSite{
    min-height: 100vh;
}
.zh_examSite .login{
    width: 340px;
    border-top: 5px solid #3293f3;
    padding: 20px 50px;
    padding-bottom: 40px;
    background: rgba(23, 114, 240, 0.1);
}
.zh_examSite .login h1{
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
.zh_examSite .login h2{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
}
.zh_examSite .login input{
    width: 100%;
    padding: 8px 15px;
    border: none;
    background: #FFFFFF;
    font-size: 14px;
    border-radius: 5px;
}
.zh_examSite .login .submit{
    background: #3293f3;
    border-radius: 5px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
}
.zh_exam{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../assets/exam_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.flexbox{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zh_exam_header{
    position:fixed;
    width: 100%;
    min-height: 40px;
    background-color: #3293f3;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zh_exam_header .hold{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zh_exam_header .hold .logo{
    padding-right: 20px;
}
.zh_exam_header .hold .logo img{
    vertical-align: middle;
}
.zh_exam_header .hold .desc{
    flex: 1;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
}
.zh_exam_footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
.zh_exam_footer .pic{
    display: block;
}
.zh_exam .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zh_exam .container .needMatters{
    width: 52.6%;
    padding-right: 80px;
}
.zh_exam .container .needMatters h1{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3293f3;
}
.zh_exam .container .needMatters p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}
.zh_exam .container .login{
    position: relative;
    z-index: 10;
    width: 26.5%;
    border-top: 5px solid #3293f3;
    padding: 25px 40px;
    padding-bottom: 80px;
    background: rgba(34, 60, 97, 0.1);
}
.zh_exam .container .login h1{
    text-align: center;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
.zh_exam .container .login h2{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
}
.zh_exam .container .login input{
    width: 100%;
    padding: 6px 8px;
    border: none;
    background: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
}
.zh_exam .container .login .submit{
    background: #CC1C38;
    border-radius: 5px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}








