/* CSS Document */
@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 
     */
html, body {
    font: 12px/1.5 arial,'Hiragino Sans GB','\5FAE\8F6F\96C5\9ED1',sans-serif;
    height: 100%;
    background: #fff;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
}

input,select,textarea {
    font-size: 100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align: inherit;
}
/* 去除默认边框 */
fieldset,img {
    border: 0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border: none;
    font-variant: normal;
}

i, em, var {
    font-style: normal;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style: none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align: left;
}

button {
    overflow: visible
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
/* A链接 opacity:0.8;
    filter:alpha(opacity=80); */
a {
    text-decoration: none;
    color: #333333;
}

a:hover,a:active {
    text-decoration: none;
}

/* 清除浮动 */
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display: none;
}

.block {
    display: block;
}
/* 设置浮动，减少浮动带来的 bug */
.inline {
    display: inline;
}

.fb {
    font-weight: bold;
}

.f12px {
    font-size: 12px;
}

.f14px {
    font-size: 14px;
}

.f16px {
    font-size: 16px;
}

.f18px {
    font-size: 18px;
}

.f22px {
    font-size: 22px;
}

.f24px {
    font-size: 24px;
}

.left {
    float: left;
}

.right {
    float: right;
}


.toTop{
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 88;
  width: 76px;
  height: 87px;
    background:url(../images/go-top.png) no-repeat;
    background-size:100%;
    display:none; cursor: pointer;
}

.toTop:hover{
    filter:alpha(opacity=90);
    opacity:0.9;
    -moz-opacity:0.9;
}


.preloader {
    background-color: #ffffff;
    background-image: url("../images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
}

.mb {
    z-index: 9997;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../images/mb.png) repeat;
    background-color:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#40000000,endColorstr=#40000000);
    display:none;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}

header {
    background: #F5F5F5;
    border-bottom: 1px #D7D7D7 solid;
    min-height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

header h1 {
    margin: 0;
    padding: 0;
}

.logo {
    display: inline-block;
    padding: 7px 0;
}

.logo a {
    width: 144px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}

.logo span {
    background: url("../images/logo.png") no-repeat;
    width: 44px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}

.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cou-swbut{
    display: inline-block; 
    padding-left: 100px;
}

.cou-swbut a{
    font-size: 16px;

}

.container2{
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.container3 {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
}


.cou-swbut a>span{
    background: #FFBF00;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 14px;
    margin-left: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.cou-swbut a:hover>span{
    color: #ffffff;
}

.mean-bar {
    float: right;
    font-size: 16px;
    line-height: 50px;
    color: #D7D7D7;
    padding-top: 2px;
}

.mean-bar ul {
    float: left;
}

.mean-bar ul li {
    float: left;
}

.mean-bar ul li a {
    margin: 0 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 4px 6px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}

.mean-bar ul li a:hover{
    border: 1px solid #333333;
    
}

.mean-bar ul li a.act{
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
}

.mean-bar .user {
    width: 46px;
    height: 46px;
    float: left;
    position: relative;
    cursor: pointer;
}

.mean-bar .user img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-wrapper .user {
    width: 46px;
    height: 46px;
    padding-top: 3px;
    float: right;
    position: relative;
    cursor: pointer;
}

.navbar-wrapper .user img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.box {
    position: absolute;
    top: 46px;
    left: -40px;
    padding-top: 20px;
    display: none;
    z-index: 999;
}

.tag {
    width: 90px;
    padding: 15px 20px 20px 20px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 3px #DBDBDB;
    -webkit-box-shadow: 1px 1px 3px #DBDBDB;
    box-shadow: 1px 1px 3px #DBDBDB;
}

.tag em {
    display: block;
    border-width: 10px;
    position: absolute;
    top: 0px;
    left: 53px;
    border-style: solid dashed dashed;
    border-color: #DBDBDB transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
  /* Opera */
}

.tag span {
    display: block;
    border-width: 10px;
    position: absolute;
    top: 1px;
    left: 53px;
    border-style: solid dashed dashed;
    border-color: #FFF transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
  /* Opera */
}

.tag>div {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.but-exit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    border-radius: 5px;
    background-color: #FFBF00;
    color: #333333;
    text-align: center;
    font-size: 14px;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.but-exit:hover {
    color: #ffffff;
}

.center{
    padding: 20px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer {
    min-height: 160px;
    padding: 30px 0;
    background: #222222;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot_l {
    display: inline-block;
}

.foot_l p{
        display: block;
    color: #ffffff;
    line-height: 32px;
    font-size: 22px;
}


.f-line {
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 45px;
}

.foot-logo {
    width: 115px;
    height: 111px;
    background: url("../images/foot_logo.png") no-repeat;
    display: inline-block;
}

.foot_r {
    float: right;
}

.foot_l span {
    display: block;
    color: #ffffff;
    line-height: 32px;
}


.foot_r span {
    display: block;
    color: #ffffff;
    line-height: 32px;
}

.foot_l span>i{
    display: inline-block;
    width: 28px;
    padding-right: 5px;
    vertical-align: middle;
}

.foot_l span>i>img{
    display: block;
    width: 28px;
    padding-bottom: 4px;
}


.foot_r span i{
    display: inline-block;
    width: 28px;
    padding-right: 5px;
    vertical-align: middle;
}

.foot_r .beian a i{
    display: inline-block;
    width: 28px;
    padding-right: 5px;
    vertical-align: middle;
}


.foot_r span>i>img{
    display: block;
    width: 28px;
    padding-bottom: 4px;
}

.logo-t {
    animation: bounce2 5s infinite;
    -webkit-animation: bounce2 5s infinite;
 /* Safari 和 Chrome */
}

@-webkit-keyframes bounce2 {
    from,
  0%,
  23%,
  50%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
  13% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    40% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce2 {
    from,
  0%,
  23%,
  50%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
  13% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    40% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

.bounce2 {
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.not_fcmlist{
    width: 480px;
    height: 370px;
    background: url("../images/not_have.jpg") no-repeat;
    margin:50px auto;
}

.item-list>a{
    position: relative;
}

.center .strat-create .sc-but2{
    width: 160px;
    height: 50px;
    float: right;
    text-align: center;
    color: #ffffff;
    background: url(../images/but01.png) no-repeat;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 50px;
    box-shadow: 0 10px 19px rgba(255,227,143, 0.8);
    margin-top: 10px;
}


.sv3_ico{
    width: 44px;
    height: 34px;
    background: url(../images/ico-s3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 6px;
    top: 6px;

}

.sv3_but{
    float: right;
    position: relative;
}

.sv_box {
    position: absolute;
    top: 55px;
    left: 10px;
    padding-top: 20px;
    display: none;
    z-index: 999;
}

.sv_tag {
    width: 120px;
    padding: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 3px #DBDBDB;
    -webkit-box-shadow: 1px 1px 3px #DBDBDB;
    box-shadow: 1px 1px 3px #DBDBDB;
}
.sv_tag em {
    display: block;
    border-width: 10px;
    position: absolute;
    top: 0px;
    left: 60px;
    border-style: solid dashed dashed;
    border-color: #DBDBDB transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
  /* Opera */
}

.sv_tag span {
    display: block;
    border-width: 10px;
    position: absolute;
    top: 1px;
    left: 60px;
    border-style: solid dashed dashed;
    border-color: #FFF transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
  /* Opera */
}

.sv_tag a{
        width: 120px;
    height: 40px;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.sv_tag a:hover{
    background:#FFBF00;
}





.pop_mb {
    z-index: 9997;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../images/mb.png) repeat;
    background-color:rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#40000000,endColorstr=#40000000);
    display:none;
}

.pop{
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 9998;
    width: 100%;
    display: none;
}

.pop_1{
    width: 420px;
    height: 460px;
    padding:20px 40px;
    margin:0 auto;
    position: relative;
    background-color: #ffffff;
    display: none;
    border-radius: 10px;
}



.pop_close{
    width: 40px; 
    height: 40px;
    position: absolute;
    top:-40px;
    right: -40px;
    background: url("../images/pop_close.png") no-repeat;
    cursor: pointer;
}

.pop_close:hover{
    text-decoration: none;opacity:0.8;
    filter:alpha(opacity=80);
}

.pop_title{
height: 58px;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFBF00;
    position: relative;
}

.pop_title>span{
    background: #FFBF00;
    color: #ffffff;
    border-radius: 3px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    width: 58px;
    text-align: center;
    height: 20px;
}

.pop_title .pop_detail{
position: absolute;
    right: 0;
    top: 0;
}

.pop_title .pop_detail span{
    float: left;
    text-align: center;
    font-size: 12px;
}

.pop_title .pop_detail span em{
    display: block;
    font-size: 28px;
    line-height: 30px;
}

.pop_1 ul{
        background: #F9F7F8;
    padding: 20px;
    height: 340px;
    overflow-y: auto;
}

.pop_1 ul li{
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.pop_1 ul li.active{
    color: #FFBF00;
}

.pop_1 ul li:hover{
    font-size: 18px;
}


.pop_1 ul::-webkit-scrollbar,.pop_2 .pop_table::-webkit-scrollbar {
    width: 4px;   
    height: 4px;
}
.pop_1 ul::-webkit-scrollbar-thumb,.pop_2 .pop_table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.pop_1 ul::-webkit-scrollbar-track,.pop_2 .pop_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}



.not_empty{
    background: url(../images/empty.jpg) #ffffff center no-repeat;
    margin-bottom: 60px;
    height: 600px;
}