/*reset*/
*, :before, :after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-tap-highlight-color: transparent;
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans GB', 'PingHei', 'PingFang SC', 'STHeitiSC-Light', 'Microsoft YaHei', "微软雅黑", 'Arial', sans-serif;
    background: #000;
    color: #fff;
}
a {
    text-decoration: none;
    color: inherit;
}
ul, li, ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
a:visited, a:active {
    color: inherit;
}
.wrapped {
    max-width: 1200px;
    margin: 0 auto;
}
p, * + p {
    margin: 0;
    line-height: 1;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn, .am-disabled, .disabled {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .45;
    box-shadow: none;
}
.img--wrapper {
    position: relative;
}
/*顶部一级导航*/
.ws-nav-bg {
    background: #4d4d4d;
    height: 30px;
}
.ws-nav-bg .ws-nav-ul {
    margin: 0;
    padding: 0;
}
.ws-nav-bg .ws-nav-li {
    list-style: none;
    height: 30px;
    font-size: 1.4rem;
    padding-right: 20px;
    line-height: 30px;
    margin: 0;
}
.ws-nav-bg a {
    color: #fff;
}
.svgIcon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.18em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 0.2em;
}
/*footer*/
.friendLinks {
    color: #808080;
    margin: 40px auto;
    padding-top: 40px;
}
.friendLinks .friendLinks-item {
    float: left;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
}
.friendLinks .friendLinks_itemFirst:first-of-type {
    margin-right: 17px;
    padding-right: 17px;
    position: relative;
}
.friendLinks .friendLinks_itemFirst:first-of-type:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    border-left: 1px solid #ceced0;
    height: 14px;
}
.foot--list {

}
.foot--list {
    margin: 0 auto;
    text-align: center;
}
.foot--list a {
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    color: inherit;
}
.foot--list a:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #ceced0;
    height: 14px;
}
.footer_foot {
    padding-top: 40px;
    margin-top: 40px;
    color: #fff;
    border-top: 1px solid #fff;
}
.footer_foot .foot_copyright {
    text-align: center;
    font-size: 14px;
    color: inherit;
    padding: 20px 0 40px;
}
.footer_foot .foot_copyright img {
    vertical-align: middle;
}
footer a:hover {
    color: #f60;
    transition: color 0.2s ease-in 0.2s;
}
/*alert*/
.ws_alert {
    padding: 30px 50px;
    position: fixed;
    text-align: center;
    font-size: 16px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 4;
}
/*fixed*/
.ws-fixed {
    position: fixed;
    z-index: 9;
    bottom: 100px;
    right: 20px;
    color: #fff;
    width: 40px;
    min-height: 219px;
    text-align: center;
    padding-top: 39px;
}
.ws-fixed .ws-fixed-read {
    display: none;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 8px;
    cursor: pointer;
    background: #808080;
    line-height: 1.3em;
}
.ws-fixed .ws-fixed-app {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    font-size: 12px;
}
.ws-fixed .ws-fixed-app a {
    padding: 6px;
    display: block;
    color: #fff;
    height: 40px;
    width: 40px;
    background: #808080;
    line-height: 1.3em;
}
.ws-fixed .ws-fixed-app.mini-program {
    padding: 6px 0;
    display: block;
    color: #fff;
    height: 40px;
    width: 40px;
    background: #808080;
    line-height: 28px;
    text-align: center;
    position: relative;
}
.ws-fixed .ws-fixed-app.mini-program .img--wrapper {
    visibility: hidden;
    width: 172px;
    height: 172px;
    position: absolute;
    right: 175%;
    bottom: -70%;
    padding: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.ws-fixed .ws-fixed-app.mini-program:hover .img--wrapper {
    visibility: visible;
    transition: visibility 0.2s ease-in 0.2s;
}
.ws-fixed .ws-fixed-app.mini-program .img--wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 67%;
    right: -26px;
    width: 0;
    height: 0;
    z-index: 1;
    border: 13px solid transparent;
    border-left-color: rgb(230, 230, 230);
    -o-border-image: initial;
    border-image: initial;
}
.ws-fixed .ws-fixed-app.mini-program .img--wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 67%;
    right: -25px;
    width: 0;
    height: 0;
    z-index: 2;
    border: 13px solid transparent;
    border-left-color: rgb(255, 255, 255);
    -o-border-image: initial;
    border-image: initial;
}
.ws-fixed .ws-fixed-app.mini-program img {
    width: 100%;
}
.ws-fixed .ws-fixed-scroll {
    display: none;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    background: #808080;
}
.ws-fixed .ws-fixed-scroll a {
    height: 34px;
    padding: 0 6px 0;
}
.ws-fixed .ws-fixed-scroll:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 34px;
    left: 10px;
    border: 10px solid transparent;
    border-bottom-color: #808080;
    -webkit-transform: scale(2, 1);
    transform: scale(2, 1);
}
.ws-fixed .ws-fixed-scroll i {
    width: 22px;
    height: 22px;
    background: url("../images/top.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}
.ws-fixed .ws-fixed-app:hover a, .ws-fixed .mini-program:hover {
    background: #f60;
    transition: background-color 0.2s ease-in 0.2s;
}
.ws-fixed .ws-fixed-scroll:hover:before {
    border-bottom-color: #f60;
    transition: border-bottom-color 0.2s ease-in 0.2s;
}
.ws-modal .am-modal-dialog {
    background: #fff;
    padding: 40px 50px;
}
.goTop {
    width: 87px;
    min-height: 280px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    font-size: 24px;
    z-index: 11;
}
.goTop li {
    width: 87px;
    height: 87px;
    /*padding:12px 15px 15px;*/
    border: 1px solid #f80b49;
    background: transparent;
    transition: ease-in;
    margin-bottom: 10px;
    padding: 5px;
}
.goTop li:nth-of-type(2) {
    border: 1px solid #f60;
}
.goTop li:nth-of-type(3) {
    border: 1px solid #d3ac5a;
}
.goTop li:nth-of-type(4) {
    border: 1px solid #521be9;
}
.goTop li a {
    display: inline-flex;
    vertical-align: middle;
    background: #f80b49;
    padding: 5px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.goTop li a p {
    border: 1px solid #000;
    background: inherit;
    width: 65px;
    height: 65px;
    font-size: 22px;
    padding: 8px;
}
.goTop li:nth-of-type(2) a {
    background: #f60;
}
.goTop li:nth-of-type(3) a {
    background: #d3ac5a;
    margin-bottom: 0;
    transition: opacity 0.2s ease-in;
}
.goTop li:nth-of-type(4) a {
    background: #521be9;
    margin-bottom: 0;
    transition: opacity 0.2s ease-in;
}
.goTop a {
    display: inline-block;
    line-height: 1.2;
    color: #fff;
}
/*alert*/
.my_alert {
    padding: 30px 50px;
    position: fixed;
    text-align: center;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 4;
}
