/* Common */
html, body{
    height: 100%;
}

.clearfix:after { display: block; content: ''; width: 0px; height: 0px; line-height: 0; font-size: 0; clear: both; *zoom: 1;}

/* Font-Color */
.text-white, .text-white:hover, .text-white:active, .text-white:focus { color: #FFFfff;}
.text-black, .text-black:hover, .text-black:active, .text-black:focus { color: #333333;}
.text-red, .text-red:hover, .text-red:active, .text-red:focus,
.text-danger, .text-danger:hover, .text-white:active, .text-danger:focus{ color: #FF5722;}
.text-viridity, .text-viridity:hover, .danger-viridity:active, .text-viridity:focus { color: #5FB878;}
.text-orange, .text-orange:hover, .text-orange:active, .text-orange:focus,
.text-warning, .text-warning:hover, .text-warning:active, .text-warning:focus{ color: #FFB800;}
.text-green, .text-green:hover, .text-green:active, .text-green:focus,
.text-success, .text-success:hover, .text-success:active, .text-success:focus { color: #009688;}
.text-cyan, .text-cyan:hover, .text-cyan:active, .text-cyan:focus { color: #2F4056;}
.text-blue, .text-blue:hover, .text-blue:active, .text-blue:focus,
.text-info, .text-info:hover, .text-info:active, .text-info:focus{ color: #01AAED;}
.text-gray, .text-gray:hover, .text-gray:active, .text-gray:focus { color: #DDD; }
.text-darkgray, .text-darkgray:hover, .text-darkgray:active, .text-darkgray:focus { color: #666;}

/* Bg-Color */
.bg-white { background-color: #FFFfff; color: #FFFFFF;}
.bg-black { background-color: #333333; color: #FFFFFF;}
.bg-red { background-color: #FF5722; color: #FFFFFF;}
.bg-viridity { background-color: #5FB878; color: #FFFFFF;}
.bg-orange { background-color: #FFB800; color: #FFFFFF;}
.bg-green { background-color: #009688; color: #FFFFFF;}
.bg-cyan { background-color: #2F4056; color: #FFFFFF;}
.bg-blue { background-color: #01AAED; color: #FFFFFF;}
.bg-gray { background-color: #DDD; color: #FFFFFF;}
.bg-darkgray { background-color: #666; color: #FFFFFF;}

/* base */
.fl{ float:left;}
.fr{ float:right;}

.m-0{ margin:0;}
.m-1{ margin:5px;}
.m-2{ margin:10px;}
.m-3{ margin:15px;}
.m-4{ margin:20px;}
.m-5{ margin:50px;}
.mt-0{ margin-right:0;}
.mt-1{ margin-top:5px;}
.mt-2{ margin-top:10px;}
.mt-3{ margin-top:15px;}
.mt-4{ margin-top:20px;}
.mt-5{ margin-top:50px;}
.mr-0{ margin-right: 0;}
.mr-1{ margin-right:5px;}
.mr-2{ margin-right:10px;}
.mr-3{ margin-right:15px;}
.mr-4{ margin-right:20px;}
.mr-5{ margin-right:50px;}
.mb-0{ margin-bottom: 0;}
.mb-1{ margin-bottom:5px;}
.mb-2{ margin-bottom:10px;}
.mb-3{ margin-bottom:15px;}
.mb-4{ margin-bottom:20px;}
.mb-5{ margin-bottom:50px;}
.ml-0{ margin-left: 0;}
.ml-1{ margin-left:5px;}
.ml-2{ margin-left:10px;}
.ml-3{ margin-left:15px;}
.ml-4{ margin-left:20px;}
.ml-5{ margin-left:50px;}
.mx-0{ margin-left: 0; margin-right:0;}
.mx-1{ margin-left:5px; margin-right:5px;}
.mx-2{ margin-left:10px; margin-right:10px;}
.mx-3{ margin-left:15px; margin-right:15px;}
.mx-4{ margin-left:20px; margin-right:20px;}
.mx-5{ margin-left:50px; margin-right:50px;}
.my-0{ margin-top: 0; margin-bottom:0;}
.my-1{ margin-top:5px; margin-bottom:5px;}
.my-2{ margin-top:10px; margin-bottom:10px;}
.my-3{ margin-top:15px; margin-bottom:15px;}
.my-4{ margin-top:20px; margin-bottom:20px;}
.my-5{ margin-top:50px; margin-bottom:50px;}

.p-0{ padding:0;}
.p-1{ padding:5px;}
.p-2{ padding:10px;}
.p-3{ padding:15px;}
.p-4{ padding:20px;}
.p-5{ padding:50px;}
.pt-0{ padding-right:0;}
.pt-1{ padding-top:5px;}
.pt-2{ padding-top:10px;}
.pt-3{ padding-top:15px;}
.pt-4{ padding-top:20px;}
.pt-5{ padding-top:50px;}
.pr-0{ padding-right: 0;}
.pr-1{ padding-right:5px;}
.pr-2{ padding-right:10px;}
.pr-3{ padding-right:15px;}
.pr-4{ padding-right:20px;}
.pr-5{ padding-right:50px;}
.pb-0{ padding-bottom: 0;}
.pb-1{ padding-bottom:5px;}
.pb-2{ padding-bottom:10px;}
.pb-3{ padding-bottom:15px;}
.pb-4{ padding-bottom:20px;}
.pb-5{ padding-bottom:50px;}
.pl-0{ padding-left: 0;}
.pl-1{ padding-left:5px;}
.pl-2{ padding-left:10px;}
.pl-3{ padding-left:15px;}
.pl-4{ padding-left:20px;}
.pl-5{ padding-left:50px;}
.px-0{ padding-left: 0; padding-right:0;}
.px-1{ padding-left:5px; padding-right:5px;}
.px-2{ padding-left:10px; padding-right:10px;}
.px-3{ padding-left:15px; padding-right:15px;}
.px-4{ padding-left:20px; padding-right:20px;}
.px-5{ padding-left:50px; padding-right:50px;}
.py-0{ padding-top: 0; padding-bottom:0;}
.py-1{ padding-top:5px; padding-bottom:5px;}
.py-2{ padding-top:10px; padding-bottom:10px;}
.py-3{ padding-top:15px; padding-bottom:15px;}
.py-4{ padding-top:20px; padding-bottom:20px;}
.py-5{ padding-top:50px; padding-bottom:50px;}

.text-left{ text-align:left;}
.text-center{ text-align: center;}
.text-right{ text-align: right;}
h2 .layui-icon{ font-size:1.2em;}
.breadcrumb{ padding:15px 0; background:#f7f7f7; }


/* Header Start*/
/* position: absolute; */
.layui-header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.layui-header .layui-container{
    
}
.layui-header .logo {
    float: left;
    display: block;
    height: 40px;
    margin-top:9px;
}

.layui-header .logo img {
    height: 100%;
    width: auto;
}
.layui-header .layui-nav {
    float: left;
    background: none;
    color: #555;
    border-color: #555;
    padding: 0 15px;
}

.layui-header .layui-nav .layui-nav-item a {
    color: #555;
    padding:0 15px;
}

.layui-header .layui-nav .layui-nav-more {
    /*border-color: #555 transparent transparent;*/
    width: 5px;
    height: 5px;
    border:#666 solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin-bottom: 10px;
}


.layui-header .layui-nav .layui-nav-mored,
.layui-header .layui-nav-itemed>a .layui-nav-more {
    /*border-color: transparent transparent #555;*/
    width: 5px;
    height: 5px;
    border:#666 solid;
    border-width: 1px 1px 0 0;
    transform: rotate(-45deg);
    margin-top: 0px;    
}

.layui-header .layui-nav-item:hover>a,
.layui-header .layui-nav-item a:hover {
    color: #1E9FFF;
}

.layui-header .contact {
    float: right;
    height: 60px;
    text-align: center;
    line-height: inherit
}

.layui-header .contact>div {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.layui-header .contact .qq {
    height: 60px;
    box-sizing: border-box;
    line-height: 18px;
    padding-left: 34px;
    padding-top: 12px;
    text-align: left;
    font-size:14px;
    background: url(/static/common/img/header_qq.png) no-repeat 2px center;
}

.layui-header .contact .telphone {
    height: 60px;
    box-sizing: border-box;
    line-height: 18px;
    padding-left: 34px;
    padding-top: 12px;
    text-align: left;
    font-size:14px;
    background: url(/static/common/img/header_tel.png) no-repeat 2px center;
}

.layui-header .contact .wechat {
    height: 60px;
    box-sizing: border-box;
    line-height: 18px;
    padding-left: 34px;
    padding-top: 12px;
    text-align: left;
    font-size:14px;
    background: url(/static/common/img/header_wechat.png) no-repeat 2px center;
}

.mobile_nav{ }

.header_blank{ height:60px;}
/*Header End*/

/* Footer Start*/
.sitemap {
    background: #343434;
    color: #aaa;
    padding: 25px 15px 50px 15px;
}
.sitemap .map {
    float: left;
    width: 63%;
    border-right: 1px solid #aaa;
}

.sitemap .map dl {
    float: left;
    width: 25%;
    margin-left: 7%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 225px;
}

.sitemap .map dl:first-child {
    margin-left: 0;
}

.sitemap .map dl dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid #aaa;
    padding: 4px 0;
}

.sitemap .map dl dd {
    padding: 8px 0;
}

.sitemap .map dl dd p{
    margin:0 !important;
}

.sitemap .map dl dd a {
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 1.8;
}

.sitemap .friend_links dt {
    margin-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #aaa;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    padding: 5px 0;
}

.sitemap .friend_links dd {
    padding: 12px 5px;
}

.sitemap .friend_links dd a {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
}

.sitemap .qrcode {
    float: right;
    width: 33%;
    text-align: center;
}

.sitemap .qrcode h1 {
    font-size: 20px;
    line-height: 1.6;
}

.sitemap .qrcode p {
    font-size: 16px;
    line-height: 1.8
}

.sitemap .qrcode .item {
    padding-top: 15px;
    float: left;
    width: 50%;
    text-align: center;
}

.sitemap .qrcode .item img {
    display: block;
    margin: auto;
    width: 125px;
    height: auto;
}

.sitemap .qrcode .item span {
    display: block;
    font-size: 12px;
    line-height: 2;
}

.layui-footer {
    display: block;
    width: 100%;
    padding: 5px 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.75);
    color: #777;
    font-size: 14px;  
}
.layui-footer .layui-main {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.layui-footer p {
    text-align: center;
    color:#777;
    font-size: 14px;    
}

.layui-footer a {
    display: inline-block;
    padding: 0 5px;
    color:#777;
    font-size: 14px;
}


/* Footer End*/

.layui-side{
    box-shadow: 0px 33px 35px rgba(0, 0, 0, 0.5);
}

.layui-layer-content .form-model {
    padding: 25px 35px 25px 0;
}

.layui-layer-content .form-model.nopadding {
    padding: 0;
}

.layui-layer-content .form-model .layui-btn-web {
    background-color: #dc3545;
    color: #fff;
}

.layui-form .layui-input-block,
.layui-form .layui-form-item{
    position: relative;
}

.layui-form .layui-form-label.layui-form-label-required:before {
    content: '*';
    color: #dc3545;
    padding-right: 3px;
    font-weight: 400;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 2px;
    cursor: pointer;
}

.pagination li.active {
    color: #FF5722;
    border-color: #FF5722;
    cursor: default;
}

.pagination li.disabled {
    cursor: no-drop;
}

.pagination span,
.pagination a {
    display: block;
    padding: 0 12px;
    line-height: 32px;
    font-size: 14px;
}

.layui-btn-none {
    border: none;
    background: none;
    color: #888;
}

.layui-btn-none:hover {
    border: 1px solid #ccc;
    color: #333;
    filter: alpha(opacity=1);
    opacity: 1;
}

/* 个人中心-公共部分 */
.user-center{
    padding: 0 0 50px 0;
}
.user-center .user-nav-side{
    width: 100%;
    height: 36px;
    overflow-y: visible;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 15px;
}
.user-center .user-nav-side li{
    float: left;
    width: 120px;
    text-align: left;
    height: 36px;
    overflow: visible;
}
.user-center .user-nav-side li a{
    padding-left: 15px;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    height: 36px;
}
.user-center .user-nav-side li i{
    margin-right: 3px;
}
.user-center .user-nav-side li.active{
    border-bottom: 2px solid #dc3545;
}
.user-center .user-nav-side li.active a{
    color: #dc3545;
}
.layui-btn-theme{
    background-color: #dc3545 !important;
    color: #fff !important;
}

.layui-fixbar{
    margin: 0 !important;
}
@media screen and (max-width:496px){
    .layui-fixbar{
        bottom: 70px;
    }
}
.layui-fixbar li{
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    margin-bottom: 5px;
    border-radius: 5px;
    margin: 0;
    margin-top: 5px;
}
.layui-fixbar li:first-child{
    margin-top: 0;
}
.layui-fixbar li:hover{
    background-color: rgba(232, 12, 31, 0.7);
}


/* PAD SCREEN */
@media screen and (min-width:750px) and (max-width:970px){
    .layui-container {
        padding: 0 8px;
    }
}

/* MOBILE */
@media screen and (max-width:496px){
    .layui-header .logo{
        height: 45px;
        margin: 6px 0;
    }
    .layui-container {
        padding: 0 5px;
    }
    /*地址选择*/
    .city-picker-dropdown {
        top:95% !important;
        left:-5em !important;
        min-width: 320px !important;
    }
    .city-select dd{
        line-height: 1.8em !important;
    }  
    .user-center .user-nav-side li{ width:75px;}
    .user-center .user-nav-side li a{ font-size:15px;}
}
