html,
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
    padding: 0;
    margin: 0
}

@font-face {
    font-weight: normal;
    font-style: normal;
}

a,
div,
footer,
form,
header,
img,
input,
label,
li,
nav,
p,
section,
select,
span,
ul {
    padding: 0;
    margin: 0;
    outline: 0
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

a:hover {
    transition: all .3s
}

*,
:after,
:before {
    box-sizing: border-box;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.main-1200 {
    width: 1210px;
    margin: auto
}

/*--公共头部---*/

.fly-header {
    width: 100%;
    z-index: 999999;
    border-bottom: solid 1px #f4f4f4cc;
    padding: 20px 100px;
    transition: background-color .5s
}

.scroll {
    background: #ffffff;
}

.fly-logo {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    width: 70px
}

.fly-logo img {
    max-width: 100%;
}

.fly-header .layui-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fly-header .layui-nav {
    background: none;
    display: flex;
    align-items: center
}

.fly-header .layui-nav .layui-nav-item {
    width: 130px;
    text-align: center;
    margin-left: 35px;
}

.fly-header .layui-nav .layui-nav-item a:hover {
    color: #000000
}

.fly-header .layui-this {
    color: #000000;
    position: relative;
    background: #FD4473;
    border-radius: 50px;
    font-weight: bold
}

.fly-header .layui-nav .layui-nav-bar,
.fly-header .fly-nav-user .layui-nav-more {
    display: none !important
}

.fly-header .home-head-btn3 {
    border-radius: 60px;
    cursor: pointer;
    border: none;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    padding: 0 28px;
    border: #75ff03 solid 1px;
    color: #000000;
    background: #75ff03;
    box-shadow: 0 0 10px 0 rgba(117, 255, 3, .3);
}

.fly-header .home-head-btn3 a {
    color: #000000;
    font-weight: 600;
    display: block;
    width: 100%
}

/*--公共底部---*/

.footer1 {
    position: relative;
    width: 100%;
    background: #2f4842;
}

.footer1 .foot-logo {
    width: 75px;
    filter: grayscale(500%) brightness(500%);
}

.footer_txt {
    margin: 0 auto;
    text-align: center;
    padding: 0 100px
}

.footer_txt p {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    text-align: left
}

.footer_txt a {
    color: #fff;
}

.footer1 .about {
    font-weight: 600;
    padding: 0px 0 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.0625rem;
    color: #fff;
    text-align: left;
}

.footer1 .about a:link {
    color: #fff
}

.footer1 .about a {
    text-decoration: none;
    padding-right: 1.875rem;
    color: #fff;
}

.footer1 .webInfo {
    font-size: 12px;
    color: #c5c5c5;
    padding: 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer1 .webInfo a {
    display: inline-block;
    vertical-align: top;
    color: #c5c5c5;
    margin-right: 15px
}

.footer1 .webInfo .webInfo-ga-icon {
    vertical-align: top;
    margin-right: 0.3125rem
}

.footer1 .webInfo .webInfo-gs-icon {
    height: 1.5rem;
}

.footer1 .webInfo-left {
    text-align: left;
    color: #FFFFFF;
    width: 65%;
    line-height: 28px;
    font-size: 13px;
}

.footer1 .webInfo-left a {
    color: #FFFFFF;
    font-size: 13px;
}

.footer1 .webInfo .webInfo-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer1 .webInfo .webInfo-right li {
    margin: 0 8px
}

.footer1 .webInfo .xiaoshipin {
    position: relative
}

.footer1 .webInfo .xiaoshipin .xiaoshipin-wrapper {
    width: 86px;
    position: absolute;
    top: -95px;
    left: -30px;
    display: none;
}

.footer1 .webInfo .xiaoshipin:hover .xiaoshipin-wrapper {
    display: block;
}

.footer1 .webInfo .xiaoshipin .triangle {
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 85px;
    left: 36px;
}

.footer1 .webInfo .xiaoshipin .qr-code-box {
    width: 86px;
    padding: 5px;
    height: 86px;
    border-radius: 2px;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer1 .webInfo .xiaoshipin .qr-code-box img {
    width: 100%
}

.footer1 .webInfo .xiaoshipin .xiachengxu-wrapper {
    width: 136px;
    position: absolute;
    top: -127px;
    left: 0px;
    display: none;
}

.footer1 .webInfo .xiaoshipin:hover .xiachengxu-wrapper {
    display: block;
}

.footer1 .webInfo .xiaoshipin .xcx-triangle {
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 120px;
    left: 55px;
}

.footer1 .webInfo .xiaoshipin .xcx-code-box {
    width: 136px;
    padding: 5px;
    height: 136px;
    border-radius: 2px;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer1 .webInfo .xiaoshipin .xcx-code-box img {
    width: 100%
}

.download-mian {
    position: absolute;
    top: 20%;
    right: 0px;
    left: 0px;
    margin: auto
}

.download {
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    color: #fff
}

.download-button {
    display: inline-block;
    border: 0.125rem solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.625rem;
    width: 8.5rem;
    height: 3rem;
    color: #fff;
    line-height: 2.9rem;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
}

/*分页*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 16px;
    line-height: 1.42857143;
    color: #414141;
    font-size: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ebedf0;
    border-radius: 5px;
    margin: 0 5px;
}

.theme-black .pagination>li>a,
.theme-black .pagination>li>span {
    color: #fff;
    padding: 6px 12px;
    background: #3f4649;
    border: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2f4842;
    border-color: #2f4842;
}

.theme-black .pagination>.active>a,
.theme-black .pagination>.active>span,
.theme-black .pagination>.active>a:hover,
.theme-black .pagination>.active>span:hover,
.theme-black .pagination>.active>a:focus,
.theme-black .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2f4842;
    border-color: #2f4842;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-total {
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination-total .am-vertical-align-middle {
    font-size: 1.4rem;
}