﻿/* less added by Matthew*/
/*#f6f6f6*/
/*BACKGOUND*/
/*#B7BA00;*/
/*#006666, D4D478;*/
/* common */
body {
    background: #dceb5f;
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li {
    list-style: none;
}

button:focus {
    border: none;
    outline: 0;
}

input:focus {
    border-color: #dddddd;
    outline: 0;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder {
    color: #999999;
}

i {
    font-style: normal;
}

span,
dt {
    font-weight: normal;
}

dl,
ul,
ol,
li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 36px;
    color: #333333;
}

h2 {
    font-size: 30px;
    color: #333333;
}

h3 {
    font-size: 20px;
    color: #999999;
}

    h3.mb30 {
        margin-bottom: 20px;
        font-weight: bold;
    }

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h5.f16 {
    font-size: 16px;
}

a {
    color: #ec6602;
}

.main-color {
    color: #ec6602;
}

a:hover {
    color: #333333;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fa {
    margin: 0 5px;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    height: 0pt;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    zoom: 1;
}

.p30 {
    padding: 30px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.ml20 {
    margin-left: 20px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg-white {
    background: #ffffff;
}

.zi-block {
    display: inline-block;
    color: #333333;
}

.c3 {
    color: #333333;
}

.c6 {
    color: #666666;
}

.c9 {
    color: #999999;
}
/*.form-control:focus {border-color: @middle-dark-gray;}*/
.zcolor-master {
    color: #ec6602;
}
/*新清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*IE/7/6*/
.fl {
    float: left;
}

.fr {
    float: right;
}
/*.container{min-width:300px;}*/
/*add common*/
.zbox,
.zlist {
    background: #ffffff;
    border: 1px solid #dddddd;
    transition: all 0.3s linear 0s;
    border-radius: 3px;
}

.zlist {
    /*margin:0 10px 20px 10px;*/
    padding: 20px;
    text-align: left;
    /*float:none;*/
    display: block;
}

    .zbox:hover,
    .zlist:hover,
    .zbox-shadow {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        border-color: #a3c9e6;
    }

.zicon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    border-radius: 60px;
    text-align: center;
    color: #ec6602;
    border: 1px solid #ec6602;
}

.fa.zicon {
    position: relative;
    z-index: 1;
}

    .fa.zicon:after {
        position: absolute;
        z-index: -1;
        content: '';
        color: #ffffff;
        background: #ec6602;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 50%;
        transform: scale(0, 0);
        transition: all 0.3s linear 0s;
    }

.zlist:hover i.fa:after,
.zicon-box:hover i.fa:after {
    transform: scale(1, 1);
}

.zlist:hover i.fa,
.zicon-box:hover i.fa {
    color: #ffffff;
    border: none;
}

.zlist .ztitle {
    font-size: 16px;
    color: #333333;
}

.zicon-box h5 {
    font-size: 12px;
}

.zicon-box .fa {
    margin: 0;
}

h3.cont-title {
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0;
    margin-bottom: 10px;
}

    h3.cont-title span {
        border-bottom: 3px solid #ec6602;
        color: #333333;
        font-size: 20px;
        display: inline-block;
        padding-bottom: 8px;
    }

.zaddFamily,
.zfancybox-box {
    background: #ffffff;
    padding: 0;
}

.zfoot-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    padding: 10px 0;
    z-index: 100;
    text-align: center;
    z-index: 10000;
}

.zcont-foot {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
}

    .zcont-foot .btn {
        margin: 20px 10px 0 10px;
    }

    .zcont-foot .btn-line {
        margin-top: 0;
    }

    .zcont-foot .zline-b {
        border-color: #dddddd;
        padding-bottom: 20px;
    }

    .zcont-foot.line-no {
        border: none;
    }
/*boot reset common*/
.alert-danger {
    border-radius: 3px !important;
    border-color: #ff9f77;
    background: #ffcebc;
    color: #ff6600;
}

    .alert-danger .fa {
        color: #ff6600;
    }

.ztip,
.text-danger,
.color-red {
    color: #ff6600;
}

.form-control.error {
    border: 1px solid #ff6600;
}

.form-control {
    font-size: 12px;
}

.modal-body {
    padding: 20px;
}
/*.modal-body{max-height:400px;overflow-y:scroll;}*/
/*.overflowy{overflow-y:hidden;}*/
.modal-open {
    overflow: auto;
}

.modal-title {
    color: #333333;
}

.modal-footer {
    background: #eeeeee;
    text-align: right;
}

    .modal-footer .btn,
    .modal-footer .btn + .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.btn-primary {
    background: #ec6602;
    border: none;
}

    .btn-primary:focus {
        background: #006666;
        border: none;
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 30px;
}

.btn {
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 14px;
}
/*.btn-primary:after,.btn-gray:after,.btn-line:after{position:absolute;background:@middle-dark-gray;content:'';z-index:-1;transition:all 0.3s ease 0s;top:0;left:0;width:0;height:100%;border-radius:3px;}
.btn:hover:after{width:100%;height:100%;}*/
.btn-primary:hover {
    background: #666666;
}

.btn-gray {
    background: #aaaaaa;
    border: none;
}

    .btn-gray:after,
    .btn-gray:hover {
        background: #666666;
    }

.btn-line {
    border: 1px solid #ec6602;
    padding: 6px 12px;
    font-size: 12px !important;
}

    .btn-line:after {
        background: #666666;
        color: #ffffff;
        border-radius: 0;
    }

    .btn-line:hover {
        color: #ffffff;
        border-color: #666666;
        background: #666666;
    }

        .btn-line:hover:after {
            border-radius: 0;
        }

.btn-gray:link,
.btn-gray:visited {
    color: #ffffff;
}

.btn .fa {
    margin: 0 5px;
    font-size: 16px;
}

.row {
    margin: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 8px;
}
/*#fancybox-close{top:4px;right:-30px;}*/
/*tip*/
/* move to main-media.css*/
.tip-box {
    border: 1px solid #ff9f77;
    background: #ffffff;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: -10px;
    color: #ff6600;
    z-index: 1000;
    width: 220px;
    line-height: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.js-tip .fa {
    color: #ff9f77;
    font-size: 12px;
    margin: 0 1px;
}

.moreTip .tip-box {
    border-color: #ec6602;
    color: #333333;
}

.js-tip {
    cursor: pointer;
}

.zpoints {
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #dddddd;
    color: #999999;
    text-align: left;
}

    .zpoints dt {
        font-weight: bold;
        color: #333333;
    }

    .zpoints dd {
        padding: 2px 0;
    }

.js-tip:hover {
    text-decoration: none;
}
/*content==========================================================================================*/
/*nav footer===========*/
.logo {
    background: url(/Content/img/siemens/siebluecrop_120.png) no-repeat;
    background-size: contain;
    width: 138px;
    height: 57.49999999999999px;
    margin: 5px;
    background-size: 100%;
    display: inline-block;
}

.menu-phone,
.menu-phone-icon {
    display: inline-block;
    vertical-align: middle;
    color: #ec6602;
    font-size: 13px;
}

.navbar-toggle {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .navbar-toggle .icon-bar {
        height: 1px;
        width: 15px;
    }

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #ec6602;
    }

    .navbar-default .navbar-nav > li > a {
        position: relative;
        z-index: 1;
    }

.navbar-nav a.active {
    border-bottom: 2px solid #ec6602;
    background: none;
    color: #ec6602;
}

    .navbar-nav a.active:link,
    .navbar-nav a.active:visited {
        color: #ec6602;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    border-bottom: 2px solid #ec6602;
    color: #ec6602;
}

.dropdown-menu > li > a {
    font-size: 12px;
    color: #666666;
}

    .dropdown-menu > li > a:hover {
        background: #dceb5f;
        border: none !important;
        color: #333333;
    }

.navbar-nav .fa-user {
    border: 1px solid #dddddd;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
}

.navbar-nav > li {
    margin: 0 1px;
}

.dropdown-menu {
    min-width: 100%;
}

.navbar-brand {
    padding-top: 10px;
}

    .navbar-brand > img {
        height: 35px;
    }

.navbar-default .navbar-nav > li > a {
    color: #333333;
}

.navbar-default .navbar-toggle {
    border-color: #ec6602;
}

    .navbar-default .navbar-toggle .icon-bar {
        background: #ec6602;
    }

.nav > li > a {
    padding: 10px;
}

.navbar-nav > li > a {
    font-size: 14px;
}

.dropdown-toggle:hover .fa {
    color: #ec6602;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a:after {
        transition: all 0.3s ease 0s;
        position: absolute;
        bottom: -2px;
        left: 0;
        border-bottom: 2px solid #ec6602;
        content: '';
        width: 0;
        height: 2px;
    }

    .navbar-default .navbar-nav > li > a:hover:after {
        width: 100%;
        height: 2px;
    }
    /*.zheader,.navbar-collapse{padding:0;}*/
    .btn-primary:after,
    .btn-gray:after,
    .btn-line:after {
        position: absolute;
        background: #666666;
        content: '';
        z-index: -1;
        transition: all 0.3s ease 0s;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-radius: 3px;
    }

    .btn:hover:after {
        width: 100%;
        height: 100%;
    }
}

.zfooter {
    background: #666666;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #dceb5f;
    margin-top: 50px;
}

.zline-b {
    border-bottom: 1px solid #666666;
    padding-bottom: 10px;
}

.zfooter .fa {
    background: #666666;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
    color: #bbbbbb;
}

.zfooter .zline-b {
    color: #bbbbbb;
    margin-bottom: 10px;
}

.zfooter span {
    display: inline-block;
    line-height: 20px;
}
/*back top=====================*/
.zjs-top {
    position: fixed;
    bottom: 120px;
    font-size: 20px;
    text-align: center;
    right: 3%;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: #ec6602;
}

    .zjs-top:link,
    .zjs-top:visited {
        color: #ffffff;
    }

    .zjs-top:hover {
        background: #666666;
        color: #ffffff;
    }
/*banner=======================*/
.swiper-container {
    height: 290px;
}

    .swiper-container img {
        max-height: 100%;
    }

    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        background: none;
    }

.swiper-button-prev .fa,
.swiper-button-next .fa {
    font-size: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    top: -150px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.zbanner {
    background: url(/Content/images/siemens/1.jpg) no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
}

.swiper-wrapper .fa {
    position: absolute;
    top: 10%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 30px;
    font-size: 60px;
    line-height: 220px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #ec6602;
}

.swiper-slide-active a:link,
.swiper-slide-active a:visited {
    color: #333333;
}

.swiper-slide-active a:hover {
    color: #ec6602;
}

.swiper-button-prev:hover .fa,
.swiper-button-next:hover .fa {
    color: #ec6602;
}
/*welcolme=login=sign===================*/
.zwel {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    min-width: 320px;
    width: 100%;
}

.zwel-in {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #666666;
}

    .zwel-in dt {
        margin-bottom: 10px;
        font-size: 50px;
        color: #333333;
    }
/*.zwel-in .fa{font-size:16px;}*/
.zwel-head {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
/*welcome*/
.zwel-bg {
    position: relative;
    overflow: hidden;
    /*background:url(../images/bg.jpg) #f3f7f8 no-repeat bottom center;background-size:cover;*/
}

.tp-banner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
}

    .tp-banner img {
        vertical-align: bottom;
        min-width: 100%;
        min-height: 100%;
        /*animation:a 30s linear 1s infinite;*/
    }

@keyframes a {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.zwel-day {
    padding: 50px 0;
    line-height: 30px;
}

    .zwel-day .zcolor-master {
        border: none;
        width: 100px;
        text-align: center;
        font-size: 30px;
        padding: 0 10px;
        border-bottom: 1px solid #ec6602;
    }

    .zwel-day .mtb20 {
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 14px;
    }

.zwel-text {
    text-align: left;
}

    .zwel-text h3.zcolor-master {
        font-size: 24px;
        display: inline-block;
        border-bottom: 2px solid #ec6602;
        padding-bottom: 5px;
    }

    .zwel-text h2 {
        text-align: left;
        font-size: 24px;
        margin: 0 0 10px 0;
        color: #333333;
    }

    .zwel-text ul {
        text-align: left;
        color: #666666;
        font-size: 14px;
        padding: 0;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
        background: #ffffff;
        padding: 30px;
        margin-top: 20px;
    }

        .zwel-text ul li {
            text-indent: 20px;
            text-align: left;
            padding: 3px 0;
        }
    /*.zwel-text ul li:nth-child(1){text-indent:0;}*/
    .zwel-text li.text-last {
        text-align: right;
        margin-top: 30px;
        color: #333333;
        font-size: 18px;
    }

    .zwel-text .fa {
        color: #999999;
        font-size: 30px;
    }
/*login*/
.zlogin {
    height: 360px;
    padding: 10px;
    position: relative;
}

    .zlogin dd {
        position: relative;
        padding: 8px 0;
    }

    .zlogin input {
        padding-left: 40px;
    }

    .zlogin dd i.fa {
        position: absolute;
        top: 18px;
        left: 10px;
    }

    .zlogin .btn {
        display: block;
    }

    .zlogin .modal-header {
        padding: 0;
    }

    .zlogin .modal-header,
    .zlogin .modal-footer {
        border: none;
    }

    .zlogin .modal-body {
        overflow: auto;
    }

    .zlogin .modal-footer {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: none;
    }

    .zlogin h4.modal-title {
        font-size: 12px;
        margin-top: -10px;
        position: relative;
    }

    .zlogin .ma,
    .zlogin .pc {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 40px;
        height: 40px;
        display: inline-block;
    }

    .zlogin dt {
        font-size: 18px;
        color: #333333;
        text-align: center;
    }

    .zlogin img {
        width: 110px;
    }

.ztip-login {
    position: absolute;
    border: 1px solid #ff6600;
    top: 18px;
    left: 28px;
    text-align: center;
    border-radius: 2px;
    padding: 3px 10px;
    margin-left: 10px;
    color: #ff6600;
    width: 70px;
}

.icon-pc {
    font-size: 135px;
    position: absolute;
    top: -70px;
    left: -95px;
}

.zlogin .mt30 {
    margin-top: 30px;
}

.ztip-login .fa {
    position: absolute;
    top: 4px;
    left: -10px;
    color: #ff6600;
}

.zlogin .modal-header a:hover,
.zlogin .modal-header a:active {
    text-decoration: none;
}

.zlogin.zbox {
    border-radius: 0;
}
/*sign*/
.zjf-box {
    text-align: center;
}

    .zjf-box h2 {
        color: #333333;
        font-size: 16px;
        margin: 5px 0;
    }

.zjf-box-fixed {
    background: #ffffff;
    width: 100%;
    position: fixed;
    height: auto;
    border-bottom: 1px solid #dddddd;
    top: 0;
    z-index: 20000;
    transition: all 0.3s linear 0s;
}

    .zjf-box-fixed i,
    .zjf-box-fixed h3 {
        display: none;
    }

.zstep-box {
    padding-bottom: 30px;
}

    .zstep-box dd .fa {
        font-size: 34px;
        color: #ec6602;
    }

    .zstep-box .ztitle {
        font-size: 16px;
        margin: 10px 0;
        color: #333333;
    }

.icon-step {
    display: table;
}

    .icon-step .fa {
        font-size: 34px;
        color: #999999;
        margin-top: 60px;
    }

@media (max-width: 768px) {
    .zstep-two {
        margin-top: 20px;
    }

    .zwel-in dt {
        font-size: 30px;
    }

    .zcont-foot .zline-b {
        padding-bottom: 10px;
    }

    .zcont-foot .btn {
        margin-top: 10px;
    }
}
/*选择福利成功==============*/
.zsuccess {
    text-align: center;
    padding: 14% 0;
}

    .zsuccess dd {
        padding: 5px 0;
    }

    .zsuccess .fa {
        font-size: 70px;
        color: #ec6602;
    }

    .zsuccess h1 {
        margin-bottom: 30px;
    }
/*我的福利信息－信息更新==================*/
.zmessage {
    text-align: center;
}

.zmessage-me ul {
    text-align: left;
    padding: 0 20px 30px 20px;
    margin: 0 auto 0 auto;
}

.zmessage-me div {
    padding: 2px 0;
}

.zmessage-me .fa {
    margin: 30px 0 20px 0;
    color: #ffffff;
    background: #ec6602;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.zmessage-me.col-xs-11,
.zmessage-me.col-sm-8,
.zmessage-me.col-md-8 {
    float: none;
}

.zmessage-me label {
    text-align: right;
}

.zmessage-me .form-control {
    display: inline-block;
    width: auto;
}

.zmessage-me li.ztip {
    text-align: center;
    padding-top: 20px;
}

.zmessage-me .fa:after {
    position: absolute;
    z-index: -1;
    content: '';
    color: #ffffff;
    background: #ec6602;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(1, 1);
    border-color: #ec6602;
    transition: all 0.3s linear 0s;
}

.zmessage-me:hover .fa:after {
    transform: scale(0, 0);
}

.zmessage-me:hover .fa {
    color: #ec6602;
    background: none;
    border: 1px solid #ec6602;
}

.zmessage-family {
    padding-top: 0;
}

.col-md-3.zmessage-family,
.col-sm-6.zmessage-family,
.col-xs-12.zmessage-family {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.zmessage-family .zlist {
    padding-top: 10px;
}

.zmessage-family h4 {
    text-align: center;
}

.zmessage-family dd {
    text-align: left;
    padding: 5px 10px;
}

.zmessage-family .fa {
    background: none;
    border: 1px solid #ec6602;
    color: #ec6602;
    margin-top: 10px;
}

dd.zmessage-family-ed {
    text-align: right;
    padding-top: 10px;
    padding-right: 0;
    font-size: 12px;
    color: #ec6602;
}

.zfoot-message {
    padding-bottom: 10px;
    text-align: center;
}

.mb250 {
    margin-bottom: 80px;
}

#fancybox-wrap {
    margin-bottom: 60px;
}

.zmessage-no {
    color: #999999;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.zmessage-family-box {
    padding: 30px 0;
}

.zmessage-no.col-md-10 {
    float: none;
    margin: 0 auto;
}
/*.zaddFamily .form-control{width:auto;}*/
.zaddFamily.col-md-10 {
    padding: 0;
}

.zaddFamily dd {
    padding: 5px 0;
}
/*帮助信息 帮助 下载 =================*/
.help-box {
    width: 40px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 4px;
    bottom: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-color: #009999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.credit-mask-box {
    margin-top:3px;
    width: 40px;
    height: 65px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*writing-mode: vertical-lr;*/
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 4px;
    bottom: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-color: #ec6602;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

#zbox-help {
    position: fixed;
    right: 0;
    display: none;
    width: 300px;
    height: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
    #zbox-help .modal-body {
        padding: 5px 10px;
    }

    #zbox-help p {
        margin-bottom: 5px;
    }

    #zbox-help .section {
        border-bottom: solid 1px #830051;
        margin-bottom: 5px;
        line-height: 24px;
    }

    #zbox-help.shown {
        z-index: 99999;
        display: block;
        border: 1px solid #ddd;
    }

    #zbox-help .modal-header {
        background-color: #009999;
        padding: 10px;
    }

        #zbox-help .modal-header .close {
            color: #fff;
            opacity: 0.8;
        }
.zhelp-box {
    width: 100%;
    height: 100%;
}

.zhelp-list {
    transition: all 0.3s linear 0s;
}

    .zhelp-list.absolute {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        padding: 20px;
    }

    .zhelp-list .fa {
        font-size: 18px;
        color: #333333;
    }

    .zhelp-list:hover .fa,
    .zhelp-list:hover .ztitle {
        color: #ec6602;
    }
    /*.zhelp-list dd.con{height:120px;overflow:hidden;}*/
    .zhelp-list dt {
        margin-bottom: 15px;
        overflow: hidden;
        height: 44px;
    }

.zdown-list {
    text-align: center;
}

    .zdown-list .fa-sticky-note-o {
        display: inline-block;
        margin: 0 auto;
    }

    .zdown-list .ztitle {
        background: #eeeeee;
        padding: 10px 0;
        margin: 20px 0;
    }

.zlist.zdown-list {
    padding: 30px 0;
}

.zdown-list .zicon {
    border-color: #dddddd;
    color: #dddddd;
}

.zdown-list .num {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
/*选择福利===================*/
.zlist.zchoose-list {
    padding: 0;
}

.absolute.zchoose-num {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.zchoose-num {
    font-size: 14px;
    color: #999999;
}

.zchoose-cont i.ztitle-master {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.zchoose-foot {
    background: #eeeeee;
    padding: 20px 0;
    text-align: center;
}
/* move to main-media.css
.zchoose-cont{position:relative;padding-bottom:30px;}
.zchoose-cont dt,.zchoose-fancy dt{padding:20px 20px 10px 20px;border-bottom:1px solid @light-gray;margin-bottom:10px;}
*/
.zchoose-cont dt span {
    display: block;
    font-size: 12px;
    color: #999999;
    margin: 5px 0;
}

.zchoose-cont dd {
    padding: 5px 20px;
    font-size: 12px;
}

    .zchoose-cont dd.bao {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 12px;
        z-index: 1000;
        padding: 0;
    }

        .zchoose-cont dd.bao .tip-box {
            top: 21px;
        }

.zchoose-foot span.fa {
    color: #85b9de;
    font-size: 12px;
}

a:hover span.fa {
    color: #ffffff;
}

.zchoose-foot .btn-gray {
    padding: 6px 20px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    line-height: 31px;
}

.zchoose-cont .con {
    /*height:40px;*/
    overflow: hidden;
    color: #999999;
    /*font-size:12px*/
    margin-bottom: 10px;
}

.zchoose-fancy dt {
    position: relative;
    padding: 0 0 10px 0;
}

.zchoose-fancy dd {
    padding: 3px 0;
}

.zchoose-fancy .con {
    color: #999999;
    font-size: 15px;
}

.zchoose-fancy .input-group {
    width: 150px;
}

.zchoose-fancy .znum-box {
    margin: 5px 0;
    color: #999999;
}

    .zchoose-fancy .znum-box .zcolor-master {
        font-size: 18px;
    }

#changeChoose h4 span {
    display: block;
    margin: 10px 0;
    color: #999999;
    font-size: 12px;
}

#changeChoose .modal-header {
    padding-bottom: 0;
    margin-bottom: 10px;
}
/*#changeChoose .modal-body{padding:15px 0 0 0;}*/
/*#changeChoose .ztitle-head{padding:15px;}*/
#sureChoose .c9 {
    font-size: 12px;
}

#sureChoose .tip-box {
    top: 21px;
}

#changeChoose .btn {
    font-size: 12px;
    padding: 6px 20px;
    width: 77px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
}

    #changeChoose .btn.btn-num {
        padding: 3px 5px;
        width: 50px;
    }

.choose-groupa {
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
}

    .choose-groupa div {
        margin: 2px 0;
    }

.danger-change {
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 320px;
    z-index: 20000;
}

.zcircle {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #ec6602;
    border-radius: 50%;
    display: inline-block;
}

.zchoose-table-box {
    border: 1px solid #dddddd;
}

    .zchoose-table-box .table {
        margin-bottom: 0;
    }

.zchoose-table {
    font-size: 12px;
}

.zchoose-table-box tr.ztitle td {
    padding: 20px 10px;
    font-size: 16px;
    background: #ffffff;
    color: #333333;
}

.zchoose-table-box tr.ztitle:hover {
    background: none;
}
/*.table.zchoose-table{margin-bottom:10px;border-bottom:1px solid @light-gray;}*/
.table.zchoose-table > thead > tr > th {
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    padding: 10px 10px;
    color: #333333;
}

.num-minus {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    cursor: pointer;
}

.num-add {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    cursor: pointer;
}

.zchart-box {
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    vertical-align: middle;
}

    .zchart-box div {
        padding-bottom: 0 !important;
    }

.zchart-text {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

    .zchart-text dt {
        font-size: 16px;
        color: #333333;
        margin-bottom: 5px;
    }

    .zchart-text dd {
        padding: 3px 0;
    }

.zchart-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
/*修改密码页面*/
.zmessage-changepassword ul {
    text-align: left;
    padding: 0 20px 30px 20px;
    margin: 0 auto 0 auto;
}

.zmessage-changepassword div {
    padding: 2px 0;
}

.zmessage-changepassword .form-control {
    display: inline-block;
    width: auto;
}

.zmessage-changepassword ul li {
    padding: 10px 0;
}

@keyframes ziconScal {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -webkit-opacity: 1;
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -webkit-opacity: 0;
        opacity: 0;
        color: #ffffff;
    }
}

@-webkit-keyframes ziconScal {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -webkit-opacity: 1;
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -webkit-opacity: 0;
        opacity: 0;
        color: #ffffff;
    }
}

@-o-keyframes ziconScal {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -webkit-opacity: 1;
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -webkit-opacity: 0;
        opacity: 0;
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .zchoose-fancy .btn-choose {
        position: absolute;
        top: 0;
        right: 0;
    }

    .index-margin-top {
        margin-top: 200px;
    }

    .zchoose-cont dt {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .zchoose-fancy .btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    h3.mb30 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .zicon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .zjf-box h2 {
        font-size: 13px;
    }

    .zicon-box h5 {
        font-size: 10px;
        margin: 5px 0;
    }

    .font-size10 {
        font-size: 10px;
    }

    .index-margin-top {
        margin-top: 70px;
    }

    .zchoose-cont dt {
        height: auto;
        margin-left: 15px;
    }

    .zaddFamily,
    .zfancybox-box {
        width: 100%;
    }
}
/**Jquery loading css**/
#custom-overlay {
    background-color: #000;
    opacity: 0.7;
    overflow: hidden;
    display: none;
}

.loading-spinner {
    font-size: 12px;
    margin: 6.7em auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
}

.bigger-primary-icon {
    font-size: 24px;
    color: #ec6602;
}

.bigger-icon {
    font-size: 24px;
    color: #999999;
}

.warning {
    color: #ff6600;
}

.fixed {
    position: fixed;
    padding: 0;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
}


.mc_credit_mask
{
    line-height:58px;
    width:58px;
    font-size:20px;
}
