@import url('layui_admin.css');

.layui-btn+.layui-btn{
    margin-left:5px;
}
/*后台异常信息*/

section.showErrorPage div.msgBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.showErrorPage div.msgBox i {
    font-size: 60px;
}

section.showErrorPage div.msgBox div.msg {
    font-size: 26px;
    line-height: 40px;
    margin: 20px auto;
}

section.showErrorPage div.msgBox a {
    display: inline-block;
    color: #666;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}

section.showErrorPage div.msgBox a:hover {
    color: #333;
}

section.showErrorPage div.msgBox a:hover:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 0;
    bottom: 0;
}

section.container {
    padding: 15px;
}

section.container div.layui-upload-list.thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 80px;
    overflow: hidden;
    margin: 0;
    background: #f2f2f2 no-repeat center / cover;
    text-align: center;
    border: 1px dashed #ccc;
    border-radius: 5px;
    z-index: 1;
}

section.container div.layui-upload-list.thumb img {
    display: block;
    width: 100%;
}


/*后台登录*/

section.login-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url('../images/login_bg_5.jpg') no-repeat center / cover;
}

section.login-container div.layui-login {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    margin: -150px auto 0 -225px;
    padding: 25px 50px;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .19);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .19);
}

section.login-container div.layui-login header {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 10px;
}

section.login-container div.layui-form-item.p-rel i.fa {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #999;
    left: 10px;
    top: 9px;
}

section.login-container div.layui-form-item input {
    padding: 0 8px 0 36px;
    border-radius: 3px !important;
}

section.login-container div.layui-form-item input[name="verifycode"] {
    width: 208px;
}

section.login-container div.layui-form-item .layui-input-inline {
    width: auto;
    margin-left: 0;
    left: 0;
    float: left;
}

section.login-container div.layui-form-item .layui-word-aux {
    margin: 0;
    padding: 0 !important;
    top: 0;
    float: right;
}

section.login-container #verify {
    cursor: pointer;
    width: 130px;
    float: right;
    height: 36px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

section.login-container a.forgetPwd {
    line-height: 36px;
    color: #666;
}

section.login-container a.forgetPwd:hover {
    color: #00b4ff;
}

ul.layui-nav-tree {
    display: none;
}

ul.layui-nav-tree.on {
    display: block;
}


/*首页*/

section.start-container {
    background: #f7f7f7;
}

section.start-container div.total>div>div {
    background: #fff;
    padding: 38px 18px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

section.start-container div.total>div b {
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}

section.start-container div.total div.t1 {
    color: #fff;
    background: #32cc7f url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA8BAMAAADFzLQGAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8gt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sgt2sJAoEUAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAIYSURBVDiNpZS/ixNBFMffZk9zEpXNHxAVBU0hGkl1IHdbbHWF5j8w2CoYsLMwwSaChZLKRlIoXCW5WoTkrAQPcv4DBn8VohJINCYx5jk/dnbmzQ4B8VvMzuxnmHnznfcGQCrz/HUoe/6DF1WwdBnxa0VMe4L4LbRoFxEXHN9lHXxPYYb/w8XtMzdFZ0LpGhJN/4V6Q0LHVlQPCd216AlC7ROtm/C37QbZ2N4W4JpBGyl6ZMXCTJ2E7jlodhDDL4GDQua0lBP+h/w7L/el3uyUbLjWNb0KKfTaxOcZjew8vV98RTYdWnRpbl1AWx8M2k/RhYbycptyzrI5oPd0lQ+ncX5MYJN/ftCFf0JW0B4c558/Ch5WtyqWDOGWGNdiGmdcKPJjDp68SlUtdUkPIMfakUrAX7GLci4LxxexXogNCYxtxbAtG6mqoEeVAw0WgVwgDp5rS7uXZb9yaiizOimhOTtTqBN7JuggMbcCN4yiEH6o0n0WRSXwwIuibVQGJPWVOKdXe8S6x9K0r+zRId/L5/MBeKw9ZwRdR62xMkqIe9kh9KIxmhsHelouly+Bz9oNdaQgMc4RM5bg0Apa1c9JixXnKVGmRfWroU1Px8yerQKlZsz4Fq6soJ+JGTadUjqCk5SSlSfkUcNPOqu4lo9JqfaSjHSpZiaOLeazrDinPvK8sl+FJAieV1B854TfW/JKzt53qHmdkb8v9e2zFQW4XAAAAABJRU5ErkJggg==') no-repeat 18px center;
}

section.start-container div.total div.t2 {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX////U3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uHU3uF1vNp7AAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAEWSURBVDiNY2DQfP8fHXxjgANWTNn/fxXg0nqYsv//b4BLr8cm/QMujcVsIHCASWOV/X8Av/QP/NL/A/BLX8Iv/Qu/9P8E/NKP8Uv/FsAr/b8Av/Rn/NJ/BPBK/5+AX/orVPrNGRQAi8O/AhDpQ4yCSID5Pkz7Aoj0QQZkwASX/gbVjUP6nwFY+tUqZLAakX424nM5OFHgkwaajk8a6Gi80r/wS/8nQvqKEhqwRZFGDTUg4EGRPoBf+no5GqglxWmDWPp5GnbQjyPUoMAOv7QfNEqUjbEBo/yB9zdl0q9mYgf78QeLP1GBelkQO4iHSP89gx3cJ+xy7JUFFPzFXtXAwE+Q83CDR1irORj4B6wyLHHK/5vMAAAX6WujQJbLegAAAABJRU5ErkJggg==') no-repeat right 18px center;
}

section.start-container div.total div.t3 {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA8BAMAAAAnEK9/AAAAA3NCSVQICAjb4U/gAAAAMFBMVEX////V3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+PV3+OCFNCsAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAHySURBVDiNldS9TxRBFADwdwsiH5qchYYCCYSGwiAWViR4yZkYKyjtPHK1cpJQe/+BVBZa3BmlsIIEO6KnljTX2NCwgeJiweUSDlCO3X3OvJlZ9nbnTeJr9vZ+s29n3r4ZgP8I78m73c/r85w++9pBxOj4rXXEnW9oIljL8qyPifiU5vEO9sXHfr7mYyqqSc7V0oxBcpL3MozYuuKBTHYZldgXbYx/4sJ0rI4l7XftjKfatxgP82rtDCPWySdZPyN/w3pAtWNmL2NZ+HWe8bvwGw4/EX7f4bKEqw7vCa+pn211CdVsowN1JyrUpF+/bi3QAw9u+5LXPFp1VADwzcCGuG4AzCFVfogeq+jln4sXPRLjxbBhcbsNOu8GePFCbqqCDaJqDZpXXXtXeai9ar5qXef/K/5YElfRlCNIdcv5Kr+aXzQPnnzhD4DnavgI5S2paSP+Lr6gdZSf0u3mw4ZZX81RvyCv8nEh6zvncNlAYw4/dLanblCfd9qjfANcUv/yDdZVu5d1fUa8ZjjQ+2+U8SNzujTtXjAHwISVzfYWCRoWjuLHzcfuj5+J8wteZvgin/ShNIfL4PLoFbg8WAGX7xfA5sF7uSvbe+W0aq9CbuZxcTqryndscOUtBwvvTTk9LDGy+4X8A/ckHQ2QYzMrZ+Mfc6RhP5mkcnsAAAAASUVORK5CYII=') no-repeat 18px center;
}

section.start-container div.total div.t4 {
    color: #fff;
    background: #6c6fbf url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///9gY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7JgY7KxFUu2AAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAH9SURBVDiNpZS7TxtBEIfHPgKEEAkKJBojd2lQYtFj4B8AQUEX2XVcBKWkgTJUEAWFLnHqSGCQkKgw1CCBi0hUWKCkihNLCU/bx7A7e4+dubObTOH7eT7d7Lz2ALg572ehvTmbWMsL39DKRsaT04h4z+lwHbE5STKpJOIyi1fVrjvST7XEvzbOkgvXtE6RvLFoooqhb4KkfXiPofgwEItTHsYFEfzFt3X1+9bHpSC1S4qqitgBKPv4ghf2RQk3DSc2hpwSDS2ekK/I3wanjK5OAvrJ94OCkB2YJs1P0fMV+Rp+V7y+BGZKbEGfjzMMm7eb4Hi0YXo4NmDwc3LeAiwZXNF1vTnH33tzYTMPAXpJuCq289m0d1dFSFDBesyvtfiqPEER35V3VD1/0nmF89pH9RzHwLbV38Kfs7Q3VJ1PVz3ELV3GICsli5ZVQFrVxk1Ju5FZXuB+ji8EHuH4VuAJjl2BX3IsJiSD02Za9kzgIsc9Ap9ynKhzfClyy3F81bltNwKbubftCyTLNr6XOFxabY0I9q96Gxze1tjg3u63xSP/he2h3kXxTKeu8cyvo3jVwv+i2O6qXFXgN6EUoWwjFiI4aY8k0xG3okcnreAxddmpRTMD2AroQzoGh02Ve0oWbJM7GYcTfvQPcVR9pvc1/PUunqov3+Lx0SerI4/1JRFLls6g7AAAAABJRU5ErkJggg==') no-repeat right 18px center;
}

section.start-container div.card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

section.start-container div.card h3 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #e4eaec;
    line-height: 32px;
    padding-bottom: 5px;
}

section.start-container div.card h3 i {
    margin: 5px 5px 0 0;
    display: inline-block;
    background: #01AAED;
    height: 20px;
    width: 20px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 50%;
    float: left;
}

section.start-container div.card h3 small {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

section.start-container div.card.user h3 i {
    background-color: #FFB800;
}

section.start-container div.card.order_num h3 i {
    background-color: #01AAED;
}

section.start-container div.card.order_amount h3 i {
    background-color: #7f00ff;
}

section.start-container div.card.sysinfo h3 i {
    background-color: #393D49;
}

section.start-container div.card.user div.layui-row, section.start-container div.card.goods div.layui-row {
    text-align: center;
    color: #666;
    height: 100px;
    overflow: hidden;
    padding: 15px 0;
}

section.start-container div.card.user div.layui-row b {
    display: block;
    margin: 30px 0 5px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

section.start-container div.card.goods div.wrap {
    background: #f7f7f7;
    padding: 15px;
    height: 85px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    color: #666;
}

section.start-container div.card.goods div.wrap h4 {
    padding: 0 0 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

section.start-container div.card.goods div.wrap>div {
    text-align: left;
    line-height: 24px;
}

section.start-container div.card.goods div.wrap>div b {
    color: #ec5051;
    font-weight: normal;
}

section.start-container div.orders div.wrap {
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

section.start-container div.orders i {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto 10px;
    background: url('../images/admin_start_icon.png') no-repeat 0 0;
}

section.start-container div.orders b {
    display: block;
    font-size: 16px;
    color: #ec5151;
    margin-top: 10px;
    font-weight: normal;
}

section.start-container div.orders i.icon_02 {
    background-position: -56px 0;
}

section.start-container div.orders i.icon_03 {
    background-position: -112px 0;
}

section.start-container div.orders i.icon_04 {
    background-position: -280px 0;
}

section.start-container div.orders i.icon_05 {
    background-position: -224px 0;
}

section.start-container div.orders i.icon_06 {
    background-position: -336px 0;
}

section.start-container div.card h3 span.opt a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px;
}

section.start-container div.card h3 span.opt a.on, section.start-container div.card h3 span.opt a:hover {
    color: #31b4e1;
}

section.start-container div.card div.echarts {
    height: 200px;
}

section.container div.layui-upload-list.thumb.avatar {
    width: 86px;
    height: 86px;
}

section.container form.delperiod {
    margin-top: -49px;
}

section.container table.authNode i.down {
    display: inline-block;
    width: 21px;
}

section.container table.authNode input.sort {
    height: 28px;
}

div.authPopBox {
    margin: 10px;
}

section.container a.toggleSlide span.down {
    display: none;
}

section.container a.toggleSlide.up {
    background: #1E9FFF;
}

section.container a.toggleSlide.up span.down {
    display: block;
}

section.container a.toggleSlide.up span.up {
    display: none;
}

section.container div#authTree {
    border: 1px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

section.container div#authTree div.clearfix~div.fl {
    width: 100%;
}

section.container div#authTree div.part:hover {
    background: rgba(125, 125, 125, 0.08) !important;
}

section.container div#authTree.slideUp {
    height: 36px;
    overflow: hidden;
    position: relative;
}

section.container div#authTree.slideUp:after {
    content: '列表已收起';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    background: #f2f2f2;
    color: #aaa;
}

section.container div.imglistBox, div.pop-gallery div.imglistBox {
    border: 1px solid #e6e6e6;
    border-radius: 0 0 2px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
}

button.fieldBtns,
section.container div.imglistBox .uploadBtn,
section.container div.imglistBox #uploadBtn,
div.pop-gallery div.imglistBox #uploadBtn,
section.container div.imglistBox #uploadGalleryBtn {
    width: 60px;
    height: 60px;
    border: 1px dashed #e2e2e2;
    outline: none;
    background: #fff;
    font-size: 12px;
    color: #d2d2d2;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    float: left;
    margin: 0 10px 6px 0;
}

button.fieldBtns i,
section.container div.imglistBox .uploadBtn i,
section.container div.imglistBox #uploadBtn i,
div.pop-gallery div.imglistBox #uploadBtn i,
section.container div.imglistBox #uploadGalleryBtn i {
    display: block;
    font-size: 28px;
}

button.fieldBtns:hover,
section.container div.imglistBox .uploadBtn:hover,
section.container div.imglistBox #uploadBtn:hover,
div.pop-gallery div.imglistBox #uploadBtn:hover,
section.container div.imglistBox #uploadGalleryBtn:hover {
    border-color: #FF5722;
    color: #FF5722;
}

section.container div.imglistBox ul.layui-upload-list, div.pop-gallery div.imglistBox ul.layui-upload-list {
    float: left;
    margin: 0;
    width: calc(100% - 80px);
}

section.container div.imglistBox li, div.pop-gallery div.imglistBox li {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 10px 6px 0;
    position: relative;
    border: 1px dashed #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

section.container div.imglistBox li a.thumb {
    display: block;
    width: 100%;
    height: 40px;
    background: #eee no-repeat center / cover;
}

section.container div.imglistBox li span.thumb, div.pop-gallery div.imglistBox li span.thumb {
    display: block;
    width: 100%;
    height: 100%;
    background: #eee no-repeat center / cover;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.container div.imglistBox li span.bottom {
    display: block;
    height: 18px;
    overflow: hidden;
}

section.container div.imglistBox li span.bottom input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    height: 18px;
    text-align: center;
}

section.container div.imglistBox li a.closeBtn, div.pop-gallery div.imglistBox li a.closeBtn {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAA3NCSVQICAjb4U/gAAAALVBMVEX/////VSD/VSD/WCD/VSD/VSD/VSD/VSD/VSD/VSD/WCD/VSD/WCD/VSD/WCC+CEUPAAAAD3RSTlMAETNERFVmd4i7zMzd7v9WqNDNAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAHtJREFUCJljYGBgYHJRYAAD8Xvv3hSCGMz33r179xYkqvcOBB4xMDDeA7PeCjBwvHt39t2rd+8aGHjfvRNclzDv3QGQsgRRoJJHDHbv3j1jkH737jGEJQViIWRBOvaBdYBNeQ0yBWEywjYGJrgLGCTOvXvTCHEgkzFIBADALFeutfvtTgAAAABJRU5ErkJggg==') no-repeat center;
    position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.container div.imglistBox li a.closeBtn:hover, div.pop-gallery div.imglistBox li a.closeBtn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

span.mini-thumb {
    display: block;
}

span.mini-thumb img {
    display: block;
    max-height: 28px;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

div.lite-preview {
    width: 32px;
    height: 32px;
    background: #f1f1f1;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

div.lite-preview img {
    display: block;
    max-width: 32px;
    height: 100%;
    cursor: pointer;
}

div.lite-preview a.remove {
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #FF5722;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -5px;
    text-align: center;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div.lite-preview a.remove:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.lite-preview a.remove:before {
    content: "\f00d";
    display: block;
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: 1px auto;
}

div.lite-preview-box {
    max-width: 640px;
    max-height: 640px;
    overflow: hidden;
}

div.lite-preview-box img {
    display: block;
    width: 100%;
    height: 100%;
}

a.form-item-removeBtn {
    position: absolute;
    right: 4px;
    top: 4px;
}

div.catTreeWrapBox {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    border: none;
    cursor: pointer;
    line-height: 36px;
    color: #000;
    z-index: 2;
}

div.catTreeWrapBox>span {
    display: block;
    height: 28px;
    line-height: 28px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
}

div.small div.catTreeWrapBox>span {
    line-height: 30px;
    margin: 0;
}

div.catTreeWrapBox a {
    padding: 2px 5px;
    background: #1E9FFF;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

div.catTreeWrapBox a i {
    font-size: 14px;
    cursor: pointer;
}

div.shadowMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 3;
}

div.cattreeBox {
    max-height: 300px;
    min-width: 400px;
    background: #fff;
    position: absolute;
    z-index: 300;
    width: 100%;
    width: calc(100% + 2px);
    top: 100%;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 0;
    margin: 4px -1px 0;
    display: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

div.cattreeBox div.catTreeWrapBody {
    max-height: 290px;
    overflow: auto;
}

div.cattreeBox div.auth-status {
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
    font-family: 'simsun', '宋体';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.cattreeBox div.auth-status i.auth-icon {
    float: left;
}

div.cattreeBox div.auth-status a.selectCat {
    display: block;
    float: left;
}

div.cattreeBox div.auth-status a.selectCat.disabled {
    color: #ccc;
    text-decoration: line-through;
}

div.cattreeBox div.auth-status a.selectCat:hover {
    color: #01AAED;
}

div.cattreeBox div.auth-status a.selectCat.checkbox:before {
    content: "\e605";
    right: auto;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-family: layui-icon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
}

div.cattreeBox div.auth-status a.selectCat.checkbox.x-blue:before {
    content: "\e605";
    background: #01AAED;
    border-color: #01AAED;
}

div.cattreeBox div.auth-status a.selectCat.checkbox:hover:before {
    border-color: #01AAED;
}

div.cattreeBox div.auth-child {
    padding-left: 10px;
    margin-left: 18px;
    border-left: 1px dotted #ccc;
}

div.cattreeBox a.cattreeOpen, div.cattreeBox a.closeCattreeBox {
    padding: 2px 5px;
    background: #1E9FFF;
    border-radius: 2px;
    color: #fff;
    display: block;
    position: absolute;
    right: 18px;
    top: 6px;
    z-index: 3;
    line-height: 14px;
    font-size: 12px;
    font-family: 'simsun', '宋体';
}

div.cattreeBox a.cattreeOpen {
    right: 82px;
    background: #FF5722;
}

div.brandBox {
    width: 480px;
    height: 340px;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 12px;
    overflow: hidden;
}

div.brandBox div.index {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
}

div.brandBox div.index a {
    display: block;
    /*padding:0 3px;*/
    float: left;
    width: 17px;
    text-align: center;
}

div.brandBox div.index a:first-child {
    width: 32px;
}

div.brandBox div.index a.on {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

div.brandBox div.list {
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.brandBox div.list div.wrapBox {
    overflow: auto;
    height: 260px;
    margin: 5px 0;
    position: relative;
}

div.brandBox div.list div.wrapBox div.wrap>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 40px;
    position: relative;
    line-height: 20px;
}

div.brandBox div.list div.wrapBox div.wrap>div b {
    position: absolute;
    left: 0;
    font-size: 12px;
    text-align: center;
    width: 30px;
}

div.brandBox div.list div.wrapBox a {
    display: inline-block;
    padding: 0 3px;
    color: #666;
    font-family: 'simsun', '宋体';
    margin-right: 3px;
}

div.brandBox div.list div.wrapBox a:hover {
    color: #1E9FFF;
}

div.brandBox div.list div.wrapBox a.on {
    background: #FF5722;
    color: #fff;
    border-radius: 3px;
}

div.brandBox div.noitem {
    text-align: center;
    margin: 20px 0;
    color: #999;
}

div.flex-input {
    overflow: hidden;
}

div.flex-input dl {
    width: 120px;
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
}

div.flex-input dl dt {
    height: 38px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 2px 2px 0 0;
    border-bottom: none;
    padding: 8px 3px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    box-sizing: border-box;
}

div.attrBox div.left table.layui-table[lay-size=sm] td.input {
    padding: 2px;
}

div.attrBox div.left table.layui-table input.layui-input {
    height: 24px;
}

div.attrBox div.left table.layui-table .disabled input.layui-input {
    background: #f2f2f2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAANlBMVEX////XGADXGADYHAXYHAXYHAXYHAXXHgbXHgbYHAXYHAXYHAXYHAXXHgbYHAXXHgbXHgbXHgZD2jHqAAAAEnRSTlMAESIzRFVmd4iImaq7zMzd7v/nkWChAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAINJREFUGJVtj0EWwjAIRAnaWmIamPtf1gF8rswiZOAzBBEetRu4TeV7DMBavKz1hp8Zg1TX58h44r2TUXjpEaEjoASOarxwiRxENko3qHTBqsRCGTsEno/nL88WrcqjEtht+sKUHm30icGRPdoTN9wzR1Kv/vwGoninw9/lcn1Su9f/AIWsBqShzi6mAAAAAElFTkSuQmCC') no-repeat center;
    color: transparent;
    cursor: not-allowed;
    pointer-events: none;
    border-color: #f2f2f2;
}

div.attrBox div.left table.layui-table tr:not(.disabled) input.layui-input:hover, div.attrBox div.left table.layui-table tr:not(.disabled) input.layui-input:focus {
    border-color: #FF5722 !important;
}

div.attrBox div.left table.layui-table td, div.attrBox div.left table.layui-table th {
    border-color: #ccc;
}

div.attrBox div.left table.layui-table tbody tr:hover {
    background-color: transparent;
}

div.attrBox div.left table.layui-table tbody tr td:hover {
    background-color: #f2f2f2;
}

div.attrBox div.left table.layui-table tbody tr td:last-child {
    text-align: center;
}

div.pop-gallery {
    margin: 10px;
}

div.pop-gallery div.toolbar a {
    color: #666;
    background: #fff;
    border: 1px solid #d2d2d2;
}

div.pop-gallery div.toolbar a.on {
    color: #fff;
    background: #1E9FFF;
    border-color: #1E9FFF;
}

div.pop-gallery div.tabBox {
    height: 268px;
    overflow: auto;
    margin: 10px auto 0;
    border: 1px solid #e6e6e6;
}

div.pop-gallery div.tabBox div.imglistBox {
    border: none;
}

div.pop-gallery div.tabBox div.onlineListBox {
    display: none;
}

div.pop-gallery div.imglistBox li.on {
    border-color: #1E9FFF;
}

div.pop-gallery div.imglistBox li.on span.thumb:after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 1;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAA3NCSVQICAjb4U/gAAAAn1BMVEX////////////////////////////h8v/e8f/d8f/b8P/T7P/R6//P6v/N6f/L6f/J6P/J5//D5f+34f+r2/+p2v+n2v+l2f93xf9euv9Utv9PtP9Hsf9Dr/9Arf8+rf88rP86q/84qf8xp/8spf8ppP8no/8kov8iof8goP8en/8bnv8bnf8Ynf8Wm/8Um/8Smv8Rmv8Rmf8Pmf8NmP+mEXikAAAANXRSTlMAESLM3e7//////////////////////////////////////////////////////////////3poV+kAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA8UlEQVQokX3S6xKCIBAFYE2jsixKu5fdvWwFlb3/s7VrpdhA/HCEb3TO2cGyjMtu/jHXM1rD9YXRHH4zoe1wmWcmG8hnBoYsA/HIQIu2279eAbTYQAPQI5q8GJByStAjGebUIuUsDX6tL25vW85/epYdALY9NovrOf0PkTG2qBmXH9yRjY+1nOIYRmT7LlqoBMJZi9hnPEaj78K0QuqQB3gYpIfin0lVhTrIbOXh8XSEj0lS9aQOZ9ytO6xYE2UIdF/e26hFNlYmhPfl2wGidpGzRNsZyvt3jxoos6UO1awBNqfyFbNwkSumLqvpCWEweAFtvDN2AHE3NAAAAABJRU5ErkJggg==') no-repeat right bottom;
}

section.container div.imglistBox ul.goods-gallery li a.thumb {
    height: 100%;
    cursor: move;
}

section.container div.loading {
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #999;
    margin: 60px 0;
}

section.container div.loading:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    -webkit-animation: loading 1.1s infinite linear;
    animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

section.container div.tplList a.chooseThis {
    display: block;
    overflow: hidden;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    color: #666;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.container div.tplList a.chooseThis span {
    display: block;
    line-height: 1.6;
}

section.container div.tplList a.chooseThis span.thumb {
    height: 0;
    padding-top: 72%;
    background: #e2e2e2 no-repeat center / cover;
    margin-bottom: 5px;
}

section.container div.tplList a.chooseThis span.title {
    font-weight: bold;
}

section.container div.tplList a.chooseThis.checked, section.container div.tplList a.chooseThis:hover {
    border-color: #1E9FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

section.container div.tplList .layui-elem-quote {
    padding: 10px;
    border: none;
}

.popFloor section.container {
    overflow: hidden;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popFloor section.container .layui-form-pane .layui-form-label {
    width: 110px;
}

.popFloor section.container .layui-form-pane .layui-input-block {
    margin-left: 110px;
}

ul.user_address_list {
    margin: 15px 0;
}

ul.user_address_list li {
    float: left;
    border: 3px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    padding: 15px;
    width: 240px;
    line-height: 24px;
    height: 96px;
    margin: 0 15px 10px 0;
    cursor: pointer;
}

ul.user_address_list li.on {
    border-color: #1E9FFF;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAA3NCSVQICAjb4U/gAAAAM1BMVEX///8Yn/8Yn/8cn/8cn/8en/8en/8en/8en/8cn/8en/8en/8en/8en/8en/8en/8en/9Mr+5jAAAAEXRSTlMAESIzRFVmd4iImaq7zN3u/6UYWlIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA3ElEQVQ4jY3UWRKEIAwE0EQUHUcl9z/tEFEnCZt8ubwq0o0lQH/5N4bemD6KpovY9NBpOiiZNrpME92mhR7TQH9TR8JUkTQ1pEwFSbNXkDJY/gqkCQPMJaTmGcGVtlPGA5ZmUmYF+BTSKbMDTIUKlDkQMORImeAAtrxM3fMEMX2GPAVhFuD0Fnla8SuDcXqDPIeB8bhPI6XXiOfZ4htcrtNI6RVKM4cxXroYKQbDYNGTa+a7mX8RGxkksvOWvBYySHc48SNHBukOz4bwMMiamH9YSaPckGqeUcnY9QMcYSLlIyYwnAAAAABJRU5ErkJggg==') no-repeat right bottom;
}

form div.datetime {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0 5px 0 10px;
}

form div.datetime small {
    display: block;
    line-height: 14px;
    color: #999;
}

form div.datetime input {
    display: block;
    outline: none;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div.orderinfo .step {
    margin: 20px auto 30px;
    width: 95%;
    overflow: hidden;
}

div.orderinfo ul.step1 {
    width: 656px;
    margin: 0 auto;
    padding: 60px 0 30px;
    overflow: hidden;
    position: relative;
}

div.orderinfo ul.step1 li {
    width: 164px;
    float: left;
    position: relative;
    text-align: center;
    background: #fff;
    color: #999;
}

div.orderinfo ul.step1 li i, div.orderinfo ul.step1 li span, div.orderinfo ul.step1 li small {
    margin: 0 auto;
    display: block;
    line-height: 20px;
    font-size: 12px;
}

div.orderinfo ul.step1 li small {
    display: none;
    color: #1E9FFF;
}

div.orderinfo ul.step1 li i {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #1E9FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

div.orderinfo ul.step1 li i:after {
    content: '';
    display: block;
    width: 130.7px;
    height: 6px;
    border: 1px solid #1E9FFF;
    background: #fff;
    border-left: none;
    border-right: none;
    position: absolute;
    left: 100%;
    top: 13px;
    z-index: 1;
}

div.orderinfo ul.step1 li:last-child i:after {
    display: none;
}

div.orderinfo ul.step1 li.on{
    color: #333;
}

div.orderinfo ul.step1 li.on i {
    background: #c4f0ff;
}

div.orderinfo ul.step1 li.on i:after {
    background-color: #c4f0ff;
}

div.orderinfo ul.step1 li.on i:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1E9FFF;
    position: absolute;
    left: 6px;
    top: 6px;
}

div.orderinfo ul.step1 li.on small {
    display: block;
}

div.orderinfo ul.step1.disabled li i, div.orderinfo ul.step1.disabled li span, div.orderinfo ul.step1.disabled li small {
    color: #aaa;
}

div.orderinfo ul.step1.disabled li i {
    border-color: #c1c1c1;
}

div.orderinfo ul.step1.disabled li.on i {
    background-color: #e1e1e1;
}

div.orderinfo ul.step1.disabled li i:after {
    border-color: #c1c1c1;
}

div.orderinfo ul.step1.disabled li.on i:after {
    background-color: #e1e1e1;
    border-color: #c1c1c1;
}

div.orderinfo ul.step1.disabled li i:before {
    background-color: #c1c1c1;
}

div.orderinfo ul.step1.disabled span.disabled {
    display: block;
    font-size: 24px;
    border: 3px solid #ff3f3f;
    color: #ff3f3f;
    padding: 14px;
    position: absolute;
    z-index: 999;
    border-radius: 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    left: 40%;
    top: 35%;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

div.orderinfo .layui-field-title {
    margin-bottom: 15px;
}

div.orderinfo .layui-elem-field legend {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
}

div.orderinfo .layui-elem-field legend:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1E9FFF;
    float: left;
    margin: 7px 5px 0 0;
}

div.orderinfo .layui-elem-field legend a {
    font-size: 12px;
    color: #1E9FFF;
    font-family: 'simsun', '宋体';
    margin: 6px 0 0px 10px;
    float: right;
}

div.orderinfo .layui-elem-field legend a i {
    float: left;
    font-size: 18px;
    margin: -2px 2px 0 0;
}

div.orderinfo .step dl {
    font-size: 12px;
    line-height: 24px;
    font-family: 'simsun', '宋体';
    border-bottom: 1px solid #e1e1e1;
}

div.orderinfo .step dl dt {
    color: #999;
}

div.orderinfo .step dl dd {
    min-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.orderinfo .step dl.layui-col-xs12 dd {
    white-space: normal;
}

div.orderinfo .step dl a {
    color: #1E9FFF;
    text-decoration: underline;
}

div.orderinfo .step>div.layui-row {
    margin: 10px 02px;
}

div.orderinfo .step5 table.layui-table,
div.orderinfo .delivery_content table.layui-table {
    table-layout: fixed;
    width: 100%;
}

div.orderinfo .step5 table.layui-table td,
div.orderinfo .delivery_content table.layui-table td ,
div.pop-split-order table.layui-table td {
    padding: 9px;
    font-size: 12px;
    font-family: 'simsun', '宋体';
}

div.orderinfo .step5 table.layui-table .col-02,
div.orderinfo .delivery_content table.layui-table .col-02 {
    width: 260px;
}

div.orderinfo .step5 table.layui-table .col-03,
div.orderinfo .delivery_content table.layui-table .col-03 {
    width: 80px;
}

div.orderinfo .step5 table.layui-table .col-04,
div.orderinfo .delivery_content table.layui-table .col-04 {
    width: 80px;
}

div.orderinfo .step5 table.layui-table .col-05,
div.orderinfo .delivery_content table.layui-table .col-05 {
    width: 80px;
}

div.orderinfo .step5 td div.goodsinfo,
div.orderinfo .delivery_content td div.goodsinfo,
div.pop-split-order div.goodsinfo {
    overflow: hidden;
    position:relative;
}

div.orderinfo .step5 td div.goodsinfo a.thumb,
div.orderinfo .delivery_content td div.goodsinfo a.thumb ,
div.pop-split-order div.goodsinfo a.thumb {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 6px;
}

div.orderinfo .step5 td div.goodsinfo a.thumb img,
div.orderinfo .delivery_content td div.goodsinfo a.thumb img ,
div.pop-split-order div.goodsinfo a.thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

div.orderinfo .step5 td div.goodsinfo a.title,
div.orderinfo .delivery_content td div.goodsinfo a.title ,
div.pop-split-order div.goodsinfo a.title {
    display: block;
    line-height: 24px;
    color: #1E9FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.orderinfo .step5 td div.goodsinfo span,
div.orderinfo .delivery_content td div.goodsinfo span ,
div.pop-split-order div.goodsinfo span {
    display: block;
}

div.orderinfo .step5 td b.total,
div.orderinfo .delivery_content td b.total {
    display: block;
    font-family: 'Arial';
    margin-right: 10px;
}

div.orderinfo .step5 td b.total em,
div.orderinfo .delivery_content td b.total em {
    font-style: normal;
    color: #FF5722;
    display: inline-block;
    min-width: 90px;
    line-height: 24px;
}

div.orderinfo .step6 th, div.orderinfo .step6 td {
    width: 25%;
    font-size: 12px;
    font-family: 'simsun', '宋体';
}

div.orderinfo .step7 div.tc {
    text-align: center;
}

div.pop-userinfo {
    margin: 0 25px 15px;
    width: 300px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

div.pop-userinfo h5 {
    font-size: 16px;
    line-height: 36px;
}

div.pop-userinfo span.avatar {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 22px;
    border-radius: 3px;
    background: #f2f2f2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAwBAMAAABK7o+KAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnHHh8xAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAEaSURBVDiNY2CAA/XZu6crMGABuf+B4G8CpoTNfzD4Y4AuwfoeIvP/KbpM/H8YCECVYH4Pl3mMKsMLl/j/F1UmHyHzH9V595FkLqBYgyTx/zOyDAeyzA9kGW5kmd8DIYPbbbj9gzsM8IQbD0LiD4oEnvhh8IfLOKDJsMA0PWFAB9pQbypgyDD4gK1HNwsM1Lp3t2Hq8CqAM6tRtEkgzNf+/0sAyTfAwPkNSYHR/1GSKSRstqe4pO8Hs+BGs/1HAz9RtSCDBogEK4bE/28QGT1Mmf+QXLQfi8wFrPaDADgtyGGT+QfybT82GbDr7mOVeYjVzSAAdDcXdplfDAz82GX+CyAlDVQQgMNpIMftxyGzgeE8DpkLDLtxgA0AmcubV8OuAQIAAAAASUVORK5CYII=') no-repeat center;
}
div.pop-userinfo span.avatar img{
    display: block;
    width: 100%;
    height: 100%;
}

div.pop-userinfo p {
    font-size: 12px;
    line-height: 28px;
    word-wrap: break-word;
}

div.pop-userinfo p img.rank_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    max-width: 24px;
    max-height: 24px;
}

form.orderinfo_address, form.orderinfo_invoice, form.orderinfo_fee {
    display: block;
    width: 526px;
    margin: 15px;
    font-size: 12px;
    font-family: 'simsun', '宋体';
}

form.orderinfo_invoice .layui-form-radio div {
    font-size: 12px;
}

form.orderinfo_address .layui-form-select dl {
    max-height: 240px;
}

form.orderinfo_address .layui-form-select dl dd {
    line-height: 28px;
    font-size: 12px;
    font-family: 'simsun', '宋体';
}

form.orderinfo_address .layui-form-select dl dd.layui-this {
    background-color: #1E9FFF;
}

form.orderinfo_invoice .layui-form-label {
    width: 100px;
    padding: 9px 5px;
}

section.stats div.user div.card {
    margin-top: 15px;
}

section.stats div.user div.card div.wrap {
    background: #f6f6f6;
    padding: 25px 15px 15px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}

section.stats div.user div.card div.wrap h5 {
    white-space: nowrap;
    overflow: hidden;
}

section.stats div.user div.card div.wrap b {
    display: block;
    font-size: 20px;
    margin: 15px auto;
}

section.stats div.user div.card div.wrap b small {
    font-size: 12px;
    font-weight: normal;
}

section.stats div.user div.user-charts {
    margin-top: 20px;
}

section.stats div.user-charts h3 {
    font-size: 18px;
    border-bottom: 1px solid #e4eaec;
    line-height: 32px;
    padding-bottom: 5px;
    margin: 0 15px 10px;
}

section.stats div.user-charts h3 i {
    margin: 5px 5px 0 0;
    display: inline-block;
    background: #7f00ff;
    height: 20px;
    width: 20px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 50%;
    float: left;
}

section.stats div.user-charts h3 div.optGroup {
    float: right;
    font-size: 12px;
}

section.stats div.user-charts h3 div.optGroup a {
    display: inline-block;
    margin: 0 5px;
    color: #666;
}

section.stats div.user-charts h3 div.optGroup a.on {
    color: #31b4e1;
}

section.stats div.echarts {
    height: 300px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

section.stats div.recharge-charts input, section.goods_stats blockquote div.fr input {
    height: 28px;
    font-size: 12px;
    width: 260px;
    cursor: pointer;
}

section.stats div.recharge-charts h3 label, section.goods_stats blockquote div.fr label {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

div.unit-box {
    width: calc(100% - 150px);
    float: left;
    height: 38px;
    position: relative;
}

div.unit-box>.layui-form-select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

div.unit-box>a.munit-btn {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
}

div.unit-diy {
    width: 190px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 10px 5px 0;
}

div.unit-diy input {
    padding-right: 46px;
}

div.unit-diy>span.unit-name {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 34px;
    line-height: 34px;
    width: 34px;
    background: #eee;
    text-align: center;
}

div.popUnit form.multi-select {
    margin: 15px 30px;
}

div.popUnit form.multi-select span.prefix {
    display: block;
    width: 24px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 2px;
    top: 1px;
    z-index: 1;
    background: #fff;
}

div.popUnit form.multi-select div.layui-input-inline.p-rel div.layui-select-title input {
    text-indent: 16px;
}

div.popUnit div.layui-layer-content {
    overflow: inherit;
}

div.popUnit form div.bottom {
    height: 34px;
    padding: 8px 10px;
    background: #f3f5f9;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

div.popUnit .layui-form-select dl dd, div.popUnit .layui-form-select dl dt {
    line-height: 30px;
}

div.popUnit div.layui-form-item.disabled {
    pointer-events: none;
    opacity: 0.7;
}

div.selected-unit span {
    line-height: 36px;
    padding: 0 2px;
    margin-right: 5px;
    border-bottom: 2px solid #1E9FFF;
    color: #1E9FFF;
    font-weight: bold;
}

div.unit-weight input.layui-input {
    padding: 0 62px 0 10px;
}

div.unit-weight span.unit-name {
    display: block;
    width: 60px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
    overflow: hidden;
}

div.unit-weight span.unit-name select {
    height: 36px;
    line-height: 36px;
    border: none;
    width: 80px;
    color: #999;
    text-align: right;
}

div.form-bottom-btnGroup {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FBFBFB;
    margin: 0;
    padding: 15px 0;
    z-index: 999;
    box-shadow: 0 -2px 10px #ddd;
}


div.citypicker{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width:100%;
    line-height: 38px;
    padding:0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.citypicker span{
    margin-right: 10px;
    /*float: left;*/
}

div.citypicker a.clearRegion{
    position:absolute;
    right:0;
    top:0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    font-family: 'simsun';
    font-weight: bold;
    background: #FF5722;
    color: #fff;
    border-radius: 2px;
    z-index: 9999;
}

div.regionWrapBox{
    display: none;
    position:absolute;
    left:0;
    top:100%;
    width: 100%;
    /*max-width: 420px;*/
    min-height: 180px;
    background: #fff;
    z-index: 300;
    margin: 4px -1px 0;
    font-size: 12px;
    font-family: 'simsun','宋体';
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
div.regionWrapBox div.tabs{
    height: 38px;
    line-height: 38px;
    background: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    position:relative;
}
div.regionWrapBox div.tabs a{
    display: block;
    float: left;
    padding:0 20px;
}
div.regionWrapBox div.tabs a.on{
    background: #fff;
    border:1px solid #e6e6e6;
    border-top: none;
    border-bottom-color: #fff;
}
div.regionWrapBox div.tabs button.close{
    position: absolute;
    right: 5px;
    height: 28px;
    width: 28px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    border: none;
    top: 4px;
    font-weight: bold;
    cursor: pointer;
}
div.regionWrapBox div.tabs button.close:hover{
    color: #f00;
}

div.regionWrapBox div.distbox{
    padding:10px;
}
div.regionWrapBox div.distbox a{
    display: block;
    float: left;
    margin:0 10px 10px 0;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
div.regionWrapBox div.distbox a.on,
div.regionWrapBox div.distbox a:hover{
    background: #ff9800;
    color: #fff;
}

ul.familyWrap{

}
ul.familyWrap li{
    float: left;
    margin: 0 20px 15px 0;
    border: 1px solid #e6e6e6;
    padding: 10px 10px 2px;
    position:relative;
    font-family: 'simsun','宋体';
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
ul.familyWrap li p{
    margin-bottom: 8px;
}
ul.familyWrap li input{
    border:1px solid #e6e6e6;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 32px;
    font-size: 12px;
    width: 180px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
ul.familyWrap li > a.remove{
    display: block;
    width:20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    background: #e6e6e6;
    color: #fff;
    position: absolute;
    right:-10px;
    top:-10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: bold;
    font-size: 16px;
}
ul.familyWrap li:hover{
    border-color: #FF5722;
}
ul.familyWrap li:hover > a.remove{
    background-color: #FF5722;
}
ul.familyWrap li:hover input{
    border-color: #D2D2D2;
}
ul.familyWrap li input:hover,
ul.familyWrap li input:focus{
    border-color: #FF5722;
}
ul.familyWrap a.addmore{
    display: block;
    float: left;
}

div.layui-form-item a.preview{
	display: inline-block;
	width:45px;
	height: 38px;
	overflow: hidden;
	border-radius: 3px;
	vertical-align: middle;
}
div.layui-form-item a.preview img{
	display: block;
	width:100%;
	height: 100%;
}

