html, body {
    font-family: "微软雅黑", "PingFang SC", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimHei, SimSun, sans-serif !important;
    font-size: 14px !important;
    font-style: normal;
    color: #222;
}

h3{
    font-size: 16px;
}

#index, #application {
    padding: 0 !important;
}

#index .owl-pagination {
    bottom: 45px !important;
}

#header.fixed.translucent ul.nav-second-main > li > .btn-translucid {
    color: #4C4C4C;
}

#header.fixed.translucent ul.nav-second-main li a, #header.fixed.translucent ul.nav-second-main li a > i, #header.fixed.translucent #topMain.nav-pills > li > a {
    color: #4C4C4C;
}

#topNav {
    flex-flow: row nowrap;
}

#topNav .navbar-collapse {
    float: none;
}

#topNav ul.nav-second-main {
    border-left: 0px solid;
    margin-top: 15px !important;
    margin-right: 48px;
}

#topNav ul.nav-second-main > li > .btn {
    border-radius: 15px;
    width: 80px;
}

#topNav ul.nav-second-main > li.search > .btn {
    background: #FF9600;
    color: #fff!important;
    padding: 5px 10px;
}

#topNav ul.nav-second-main > li.search > .btn:hover{
    background: #f5a83a;
}

#topNav a.logo {
    margin-left: 48px;
}

#topMain {
    justify-content: center;
    align-items: stretch;
    display: flex;
}

#topMain > li > a {
    padding: 10px 20px;
    text-align: center;
    font-size: 20px !important;
}

.advantage-box {
    position: relative;
    top: -70px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(196,115,0,0.50);
    border-radius: 10px;
}

.advantage-box p {
    /* color: #4C4C4C; */
    text-align: center;
}

.advantage-round {
    background: #ffffff;
    /* box-shadow: 0 2px 6px 2px rgba(221, 221, 221, 0.60); */
    border-radius: 100%;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 768px) {
    .col-xs-1-5 {
        margin-top: 10px;
        width: 50%;
        float: left;
    }

    .advantage-round {
        width: 60px;
        height: 60px;
    }

    .advantage-box {
        height: 300px;
    }

    .advantage-box p {
        margin-top: 4px;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        margin-top: 27px;
        width: 20%;
        float: left;
    }

    .advantage-round {
        width: 80px;
        height: 80px;
    }

    .advantage-box {
        height: 160px;
    }

    .advantage-box p {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        margin-top: 36px;
        width: 20%;
        float: left;
    }

    .advantage-round {
        width: 112px;
        height: 112px;
    }

    .advantage-box {
        height: 240px;
    }

    .advantage-box p {
        margin-top: 20px;
        font-size: 20px;
    }

    #desc img.feature-img {
        margin-top:120px;
    }
}
@media (min-width: 1200px) {

    #desc img.feature-img {
        margin-top:45px;
    }
}

.space-80 {
    padding: 40px 0;
}

.intro {
    margin: 60px auto 80px;
    width: 820px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.rounded-box {
    width: 50px;
    height: 6px;
    border-radius: 25px;
    background-color: #ff9600;
}

.rounded-box.paragraph {
    margin: 0 0 30px 10px;
}

.rounded-box.paragraph-margin {
    margin: 0 0 20px 0;
}

#desc, #saving, #news, #require {
    margin: 80px 0;
}

#desc h1, #desc p, #news h1, #news h3, #require h1, #require h3 {
    color: #4C4C4C !important;
}

#desc h1, #saving h1 {
    padding-left: 10px;
    margin-bottom: 14px;
}

#news h1, #require h1 {
    margin-bottom: 60px;
    color: #222 !important;
    font-weight: 600;
}

#desc p, #saving p {
    font-size: 16px;
}

#desc p {
    padding-left: 30px;
    margin-bottom: 20px;
}

#desc > div:first-child img {
    margin-left: 14px;
    width: 16px;
}

#desc img.feature {
    position: absolute;
    width: 70px;
    top: -20px;
    left: 28px;
    z-index: 3;
}

#desc div.flag {
    position: relative;
    margin-top: 30px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 #dbe6f8;
    border-radius: 8px;
    overflow: hidden;
}

#desc div.flag > div {
    position: absolute;
    top: 40px;
    z-index: 2;
    display: flex;
}

#desc div.flag > div h3 {
    width: 20px;
    line-height: 22px;
    margin-left: 20px;
    transition: color 0.3s linear;
}

#desc div.flag > div p {
    font-size: 16px;
    width: 16px;
    line-height: 18px;
    padding: 0 12px;
    transition: color 0.3s linear;
}

#desc div.flag > div.hover h3, #desc div.flag > div.hover p {
    color: #ffffff !important;
}

#desc div.flag > span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    /*bottom: 0;*/
    width: 100%;
    height: 0;
    border-radius: 8px;
    transition: height 1s ease;
}

#desc div.flag > span.hover {
    height: 300px;
    /*background: linear-gradient(to top, #ffffff 0%, #FFCC80 35%, #ff9600 85%);*/
    background: linear-gradient(to bottom, #ff9600 15%, #FFCC80 65%, #ffffff 100%);
}

#desc div.flag > img {
    position: absolute;
    z-index: 3;
    top: 220px;
    left: 120px;
    width: 80px;
    transform: rotate(-35deg);
    transition: left 0.5s ease 0.4s;
}

#desc div.flag > img.hover {
    left: 60px;
}

.bg-sf {
    background-color: #fff !important;
    background: url(../image/bg-sf.png) center bottom no-repeat;
    height: 505px;
}

#saving p, #saving h1, #saving h2 {
    color: white;
}

#saving > div:first-child {
    margin-bottom: 40px;
}

#saving > div.col-md-4 {
    padding-left: 20px;
}

#saving > div.col-md-4 > div:first-child {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #dcdcdc;
    float: left;
    position: absolute;
    left: -10px;
    top: 14px;
}

#news .card1 {
    background: #ffffff;
    border-radius: 4px;
    height: 430px;
}

#news .card1 > h3 {
    margin: 16px 20px;
}

#news .card2 {
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
    height: 219px;
    padding-top: 16px;
    padding-right: 20px;
    margin-left: 2px;
}

#news .card2 > li {
    margin-bottom: 16px;
}

#news .card2 > li > a {
    font-size: 16px;
    color: #4c4c4c;
}

#news .card2 > li > small {
    font-weight: lighter;
    color: #616161;
}

#news .firstone {
    border-radius: 4px;
    position: relative;
}

#news .firstone div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(76, 76, 76, 0.60);
    border-radius: 0 0 4px 4px;
    padding: 5px 20px 5px;
}

#news .firstone div > h3 {
    margin-bottom: 0px;
}

#news embed{
    width: 100%;
    height: 372px;
}
#news .firstone div > h3 {
    color: #ffffff !important;
}

#news .firstone div > h3 > small {
    color: #eeeeee !important;
}

#news small {
    margin-top: 5px;
}

#require .card {
    background: #ffffff;
    border: 1px solid #dbe6f8;
    border-radius: 10px;
}

.bg-joinus {
    background-color: #fff !important;
    background: url(../image/joinus.png) center center no-repeat;
    height: 385px;
}

.bg-joinus .asbtn {
    border: #ffffff 1px solid;
    width: 120px;
    height: 40px;
    border-radius: 20px;
}

.bg-joinus .asbtn h3 {
    color: #ffffff;
    text-align: center;
    margin: 5px 0 10px;
}

.bg-joinus .put-middle {
    position: relative;
    top: -35px;
}

.bg-joinus .col-md-10 > div.row:last-child {
    margin-top: 92px;
}

.btn-joinus {
    color: #fff;
    background: #ff9600;
    border-radius: 30px;
}

.btn-joinus:hover {
    box-shadow: 0 0 6px 0 #ff9600;
}

.btn-figure {
    width: 180px;
    height: 60px;
}

.page-header-feng1 {
    padding-top: 80px;
    background-color: #0000001a;
    border-bottom: #0000001a 1px solid;
    transition: all 0s;
}

.page-header-feng1 ol.breadcrumb {
    margin-bottom: 0;
}

#contentcmswing {
    font-size: 1.2rem;
    color: #555;
}


/* v2.20.0 首页企业福利申请 */
.popups-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1198;
    display: none;
}
.popups{
    width: 850px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1199;
    margin-top: -262px;
    margin-left: -430px;
    display: none;
    padding-top: 45px;
    padding-left: 95px;
    border-radius: 2px;
}

.popups > p{
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.16px;
    line-height: 22px;
    margin-bottom: 13px;
}

.popups > span{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.11px;
    line-height: 14px;
    display: block;
}

.popups .form{
    padding-top: 40px;
}

.popups .pclose{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../image/popup-close1.png) center no-repeat;
    cursor: pointer;
}


.popups .group{
    display: block;
    height: 66px;
}

.popups .group .name{
    float: left;
    display: block; 
    width: 76px;
    font-size: 14px;
    text-align: right;
    margin-right: 17px;
    line-height: 34px;
}

.popups .group .content{
    float: left;
    width: 568px;
    position: relative;
}

.popups .group .content .error{
    position: absolute;
    bottom: -25px;
    left: 0;
    color: red;
}

.popups .group .content select{
    width: 172px;
    margin-right: 20px;
    height: 34px;
    padding: 0;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.popups .group .content select#county{
    margin-right: 0;
}

.popups .group .content input{
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    padding-left: 10px;
}

.cur{
    cursor: pointer;
}

.popups .group .content input.code{
    width: 140px;
}

.popups .form-code{
    display: inline-block;
}

.popups .group button{
    display: block;
    width: 350px;
    max-width: 100%;
    height: 56px;
    line-height: 56px;
    background: #FF9600;
    box-shadow: 0 4px 5px 0 rgba(221,131,3,0.20);
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 170px;
    margin-top: 15px;
}

/* 
.home-desc{
    padding-top: 100px;
    padding-bottom: 90px;
}

@media (max-width: 850px){
    .popups{
        width: 96%;
        height: auto;
        max-height: 94%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        left: 2%;
        top: 20px;
        margin-left: 0;
        margin-top: 0;
        padding: 20px;
    }
    .popups .group .name{
        text-align: left;
    }
    .popups .group{
        height: auto;
    }
    .popups .group .content{
        width: 100%;
    }
    .popups .group button{
        margin-left: auto;
        margin-right: auto;
    }
    .popups .group .content select{
        width: 100%;
        margin-bottom: 10px;
    }
    .popups .group .content .error{
        position: static;
    }

    .section-content-img ul{
        display: none;
    }
}

@media (min-width: 900px){
    .home-section-center .main-img{
        max-width: 513px;
    }
}

@media (min-width: 1200px){
    .home-section-center.container{
        width: 1040px;
    }
} */

.ptp40{
    padding-top: 40px;
}

/* 
#index .container h2{
    font-size: 34px;
    color: #222222;
    letter-spacing: -0.82px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
}


.bg-section-padding .block-left{
    margin-bottom: 30px;
}

.bg-section-padding h3, .home-desc h3{
    font-size: 28px;
    color: #222;
}

.ul-list{
    padding-left: 0;
}

.ul-list li{
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 45px;
    list-style: none;
    position: relative;
}

.ul-list.ul-list-style{
    padding-left: 32px;
    padding-right: 50px;
    max-width: 450px;
}

.ul-list.ul-list-style li{
    line-height: 40px;
    margin-bottom: 5px;
}

.ul-list.ul-list-style li::before{
    content: '';
    width: 6px;
    height: 6px;
    background:  #FF9600;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    top: 19px;
}

.ul-list.ul-list-style2{
    padding-left: 24px;
}
.ul-list.ul-list-style2 li{
    display: inline-block;
    margin-right: 36px;
}
.ul-list.ul-list-style2 li::before{
    content: '';
    width: 6px;
    height: 6px;
    background:  #222;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -3px;
} */

/* .container-compony h3{
    font-size: 28px;
    line-height: 28px;
}

.container-compony .ul-list li{
    line-height: 20px;
}

.bg-section-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-section-padding h2.mbm{
    margin-bottom: 70px;
}

.section-title{
    text-align: center;
    padding: 0 0 65px;
}
.section-title img{
    width: 105px;
}
.section-title img.full-img{
    width: auto;
}
.section-title h4{
    font-size: 28px;
    letter-spacing: 1.42px;
    line-height: 28px;
    display: inline;
    vertical-align: middle;
    padding-left: 10px;
}

.section-title.section-title-bottom h4{
    vertical-align: bottom;
    padding-left: 30px;
    position: relative;
    top: -5px;
}

.section-content{
    text-align: center;
}

.container img{
    max-width: 100%;
}

.button{
    background: #FF9600;
    box-shadow: 0 4px 5px 0 rgba(221,131,3,0.20);
    border-radius: 8px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    width: 350px;
    max-width: 100%;
    font-size: 18px;
    display: inline-block;
} */

/* 
.button.mtm{
    margin-top: 68px;
}

.button .sj{
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent; 
    border-bottom: 8px solid transparent; 
    border-left: 12px solid #fff;
    vertical-align: middle;
    margin-left: 11px;
    transition: all .300s;
}
.button:hover .sj{
    border-left: 12px solid #000;
}

.home-section-recharge{
    text-align: center;
}

.home-section-recharge .button{
    margin-bottom: 32px;
    width: 380px;
}
.home-section-recharge p {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 14px;
} */

.form-group-code .form-control{
    float: left;
    width: 200px;
}

.form-group-code .getcode{
    line-height: 34px;
    height: 34px;
    float: right;
}

.toast-center-center {
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -30px;
}

.clear{
    display: block;
    clear: both;
}

.section-content-img{
    position: relative;
}
.section-content-img ul{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    padding: 0;
    margin: 0;
    padding-left: 9px;
}

.section-content-img ul li{
    list-style: none;
    float: left;
    width: 260px;
    text-align: center;
    font-size: 22px;
    margin-right: 29px;
}

.section-content-img2 ul li{
    margin-right: 185px;
}
.section-content-img2 ul li:nth-child(2){
    margin-right: 164px;
}

.section-content-img ul li:last-child{
    margin-right: 0;
}

.foot-list-logo{
    border-right: 1px dashed rgba(151, 151, 151, 0.60);
    height: 144px;
    padding-top: 35px;
}

.foot-list-first{
    padding-left: 90px;
}

.foot-list-two{
    padding-left: 30px;
}

.foot-list{
    padding-bottom: 30px;
}

.foot-list .icon{
    float: left;
    width: 32px;
}

.foot-list .content{
    float: left;
    padding-left: 15px;
    color: #CCCCCC;
    font-size: 15px;
}

.foot-list .content p.tit{
    margin-bottom: 8px;
    color: #F5F5F5;
    font-size: 16px;
}

#footer .col-qrcode{
    text-align: center;
    position: relative;
    top: -18px;
}

#footer .col-qrcode p{
	font-size: 16px;
	color: #F3F5F7;
	text-align: center;
	padding-top: 16px;
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 900px){
    .foot-list-first{
        padding-left: 30px;
    }
}

.btn-orange{
    background: #FF9600;
    color: #fff!important;
}

.btn-orange:hover{
    background: #fbb044;
}


.settled_banner{
    width: 1920px;
    margin-left: -385px;
}


.container-center{ width: 1160px; margin: 0 auto; }
#footer{padding-top: 50px; }
#footer > .container{padding-bottom: 30px; }
.footer-title{ font-family: PingFang-SC-Bold; font-size: 18px; color: #FFFFFF; margin-bottom: 50px; }
.footer-contact-us{float: left; width: 555px; position: relative;}
.footer-contact-us .item{width: 260px; display: flex; float: left; padding-bottom: 30px;}
.footer-contact-us .item .icon{flex: 0 auto;}
.footer-contact-us .item .content{flex: 1; padding-left: 10px;}
.footer-contact-us .item .content .tit{font-family: PingFangSC-Semibold; font-size: 16px; color: #F5F5F5; margin-bottom: 3px;}
.footer-contact-us .item .content p{font-family: HelveticaNeue; font-size: 15px; color: #CCCCCC;}
.footer-link{float: left; padding-left: 50px; position: relative; }
.footer-link:before{ content: ''; position: absolute; left: 5px; top: 20px; width: 1px; height: 140px; border-left: 1px dashed rgba(255, 255, 255, .3);}
.footer-link-list{float: left; width: 300px;}
.footer-link .item{width: 148px; height: 69px; float: left;}
.footer-qrcode{float: right; width: 180px; font-size: 16px; color: #F3F5F7; text-align: center;}
.footer-qrcode img{margin-bottom: 10px;}

@media (max-width: 900px){
  .footer-contact-us{width: 100%; padding: 40px; padding-bottom: 0;}
  .footer-contact-us .item{width: 100%;}
  .footer-link{width: 100%;}
  .footer-link:before{display: none;}
  .footer-qrcode{float: left; margin-left: 40px;}
}