body,
html {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}
* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, STHeiti, \\534E\6587\7EC6\9ED1, sans-serif;
    word-wrap: break-word
}
ul li {
    list-style: none
}

img {
    width: auto;
    max-width: 100%;
    vertical-align: middle
}

body {
    background-color: #edeceb
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    width: auto
}

input::-webkit-input-placeholder {
    color: #ddd;
    letter-spacing: 1px;
    font-size: 14px
}

input::-moz-input-placeholder {
    color: #ddd;
    letter-spacing: 1px;
    font-size: 14px
}

input::-ms-input-placeholder {
    color: #ddd;
    letter-spacing: 1px;
    font-size: 14px
}

textarea {
    resize: none
}

textarea::-webkit-input-placeholder {
    color: #ddd;
    letter-spacing: 1px;
    font-size: 14px
}

textarea::-moz-input-placeholder {
    color: #ddd;
    letter-spacing: 1px;
    font-size: 14px
}

textarea::-ms-input-placeholder {
    color: #ddd;
    letter-spacing: 1px;
    font-size: 14px
}

input,
textarea,
select,
button {
    outline: none;
    border: 0px
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 165;
    height: 40px;
    min-width: 1280px
}

.headerbg {
    background-color: #272d2f;
    position: relative;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    letter-spacing: 1px;
    height: 40px
}

.header_left {
    width: 450px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    overflow: hidden
}

.header_center {
    line-height: 40px;
    height: 40px;
    margin: 0px 410px 0px 460px
}

.header_Logo {
    position: absolute;
    z-index: 20;
    top: 7px;
    left: 5px
}

.header_Logo img {
    width: 100%;
    vertical-align: middle
}

.header_News {
    margin-top: 1px;
    float: right;
    width: 250px;
    letter-spacing: 1px;
    position: relative;
    height: 40px
}

.header_News>p {
    display: none;
    position: absolute;
    left: 10%;
    top: 35px;
    height: 26px;
    line-height: 26px;
    font-size: 12px !important;
    color: #666 !important;
    padding: 0 10px;
    border-radius: 3px;
    letter-spacing: 0px;
    background-color: #fff;
    box-shadow: 0 0 1px 1px #eee
}

.header_News ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden
}

.header_News li {
    height: 40px;
    width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px
}

.header_News p {
    color: #eee;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    font-family: 微软雅黑, Microsoft YaHei
}

.header_News p:hover {
    color: #ff9600
}

.header_News p i.fa {
    font-size: 16px;
    position: relative;
    margin-right: 6px;
    top: 1px
}

.header_News a {
    color: #fff
}

.header_News:hover a {
    color: #ff9600
}

.header_menu {
    width: 730px;
    /* width: 800px; */
    height: 40px;
    margin: 0 auto
}

.header_menu li {
    cursor: pointer;
    height: 40px;
    margin: 0 10px 0 0;
    width: 94px;
    /* width: 85px; */
    float: left;
    border-bottom: 2px solid transparent
}

.header_menu_li_a {
    height: 40px;
    width: 94px;
    display: inline-block;
    color: #fff
}

.header_menu_li_a:hover {
    background-color: #44b549;
    color: #fff
}

.header_menu_li_a i {
    margin-left: 0px
}

.header_menu_li_a1 {
    background-color: #44b549
}

.header_tools {
    position: relative
}

.header_tools_list {
    overflow: hidden;
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    height: 0px;
    width: 276px;
    background-color: rgba(39, 45, 47, 0.8)
}

.header_tools:hover .header_tools_list {
    height: 290px
}

.header_tools_list a {
    color: #fff;
    display: block;
    float: left;
    width: calc((100% - 50px) / 2);
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px
}

.header_tools_list a:hover {
    color: #84cc11 !important;
    background-color: #f7fffc
}

.header_tools_list a:nth-child(-n+2) {
    margin-top: 20px
}

.header_tools_list a:nth-last-child(-n+1) {
    margin-bottom: 20px
}

.header_tools_list a:nth-child(2n) {
    margin-right: 25px
}

.header_tools_list a:nth-child(2n-1) {
    margin-left: 25px
}

.header_right {
    position: absolute;
    right: 100px;
    top: 0px;
    height: 40px
}

.header_login,
.header_register,
.header_split,
.lao-yong-hu {
    float: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin-top: 8px
}

.header_login {
    margin-left: 0px
}

.header_login a {
    color: #ff9600
}

.header_split {
    height: 14px;
    width: 2px;
    background-color: #888;
    margin-top: 13px;
    margin: 13px 10px 0px
}

.header_register a {
    color: #333
}

.header_login a,
.header_register a {
    padding: 0px 8px;
    border-radius: 4px;
    height: 24px;
    display: block
}

.header_login a:hover,
.header_register a:hover {
    background-color: #eef4f6
}

.ThirdPartyLoginBodyP1 a,
.ThirdPartyLoginBodyP2 a {
    color: #CCCCCC
}

.lao-yong-hu {
    margin-right: 0px
}

.lao-yong-hu a {
    color: #ff9600;
    font-weight: bold
}

.lao-yong-hu a {
    padding: 0px 8px;
    border-radius: 4px;
    height: 24px;
    display: block
}

.lao-yong-hu a:hover {
    background-color: #69777b
}

.header-user-self {
    margin-right: 50px;
    cursor: pointer;
    position: relative;
    max-width: 180px;
    height: 40px;
    float: right
}

.header-user-self-one {
    height: 40px;
    width: 100%
}

.header-user-self-one:hover {
    background-color: #31393b
}

.header-user-self-img {
    position: relative;
    margin-left: 5px;
    height: 28px;
    width: 28px;
    margin-top: 7px;
    float: left
}

.user-bg-img {
    width: 100%;
    height: 100%;
    padding: 2px;
    box-shadow: none;
    background-image: -webkit-linear-gradient(left, #99ffd3, #99d8ff)
}

.header-user-self-img img {
    box-shadow: 0 0 5px 2px #84cdf9;
    margin-top: 0;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.header-user-self-img i {
    color: #44b549;
    float: left;
    font-size: 26px;
    line-height: 30px;
    padding: 0px;
    margin: 0px
}

.header-user-self-img span {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #C5503C;
    border-radius: 3px;
    top: 13px;
    left: -16px;
    color: #fff
}

.header-user-self-one-vip1 {
    position: absolute;
    width: 20px;
    top: -6px;
    right: -5px
}

.header-user-self-one-vip1 img {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 0 #475255;
    height: auto
}

.header-user-name {
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
    margin-top: 7px;
    float: left;
    max-width: 100px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.header-user-triangle {
    line-height: 0px;
    float: left;
    margin: 18px 0 0 6px;
    color: #999
}

.header-user-self:hover .head-self-center {
    height: 462px
}

.head-self-center {
    overflow: hidden;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    -o-transition: height .1s;
    transition: height .1s;
    height: 0;
    width: 382px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    top: 40px;
    right: -50px
}

.head-self-center-one {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
    padding: 22px 0;
    border-bottom: 1px solid #eee
}

.head-self-center-one-p1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 38px
}

.head-self-center-one-p1 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 50%
}

.head-self-center-one-p1 i {
    font-size: 34px;
    display: inline-block;
    line-height: 34px;
    color: #788d9b
}

.head-self-center-one-p2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 10px 0 0;
    color: #2a2f32;
    letter-spacing: 1px;
    height: auto;
    line-height: 28px;
    margin-top: 0px;
    width: calc(100% - 195px)
}

.head-self-center-one-p2 span {
    display: block;
    font-size: 12px;
    text-align: left;
    height: 20px;
    line-height: 20px;
    color: #000;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.head-self-center-one-p4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    height: 26px;
    line-height: 26px
}

.head-self-center-one-p4 a,
.head-self-center-one-p4 a i {
    background-image: -webkit-linear-gradient(top, #99ffd3, #99d8ff);
    -webkit-background-clip: text;
    color: transparent
}

.head-self-center-one-p4:hover a {
    opacity: 0.8
}

.head-self-center-one-p4 i {
    font-size: 16px;
    margin: 0 3px 0 0;
    vertical-align: middle
}

.head-self-center-one-p3 {
    height: 16px;
    line-height: 16px;
    margin: 20px 0 0 0;
    padding: 0 20px
}

.head-self-center-one-p3>div {
    color: #000;
    font-size: 12px;
    float: left;
    text-align: center;
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box
}

.head-self-center-one-p3>div:nth-child(1) {
    width: 30%;
    text-align: left
}

.head-self-center-one-p3>div:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 40%
}

.head-self-center-one-p3>div.header-user-vip {
    width: 30%;
    text-align: right;
    overflow: initial
}

.header-user-id {
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    color: #000
}

.header-user-id>input {
    width: 1px;
    height: 1px;
    opacity: 0
}

.header-user-id:hover {
    font-weight: bold
}

.header-user-vip i {
    color: #ff9600
}

.header-user-vip>sub {
    color: #ff9600
}

.header-user-vip0 i,
.header-user-vip0>sub {
    color: #000
}

.header-user-buy {
    height: 20px;
    line-height: 20px;
    text-align: left
}

.header-user-mail {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 8px;
    font-size: 16px;
    color: #000
}

.header-user-mail i {
    color: #666
}

.header-user-mail b {
    float: left;
    margin-top: -3px;
    margin-left: 2px
}

.header-user-mail span {
    height: 14px;
    width: 14px;
    position: absolute;
    background-color: #ff5029;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    border-radius: 50%;
    right: -4px;
    top: 1px
}

.head-self-center-two {
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden
}

.head-self-center-two a {
    font-size: 12px;
    color: #333;
    float: left;
    width: 82px;
    height: 82px;
    margin: 0 8px 10px 0
}

.head-self-center-two a:nth-child(4n) {
    margin: 0 0 10px 0
}

.head-self-center-two a:nth-last-child(-n+4) {
    margin-bottom: 0px
}

.head-self-center-two a:hover {
    background-color: #f7fffc
}

.head-self-center-two a i {
    margin: 3px auto 0;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    background-image: url(https://server.xmyeditor.com/xmyweb/20210427/c1c0baed17b262aec29f4ea02952787e.png)
}

.head-self-center-two a i.vip_icon {
    background-position: -4px -2px
}

.head-self-center-two a i.wechat_icon {
    background-position: -39px -2px
}

.head-self-center-two a i.address_icon {
    background-position: -75px -2px
}

.head-self-center-two a i.comments_icon {
    background-position: -109px -2px
}

.head-self-center-two a i.bars_icon {
    background-position: -144px -4px
}

.head-self-center-two a i.login_icon {
    background-position: -178px -3px
}

.head-self-center-two a i.commenting_icon {
    background-position: -215px -4px
}

.head-self-center-two a i.star_icon {
    background-position: -251px -5px
}

.head-self-center-two a i.wpforms_icon {
    background-position: -3px -36px
}

.head-self-center-two a i.notice_icon {
    background-position: -185px -36px
}

.head-self-center-two a i.auto_icon {
    background-position: -152px -37px
}

.head-self-center-two a i.article_icon {
    background-position: -118px -35px
}

.head-self-center-two a span {
    margin-top: 4px;
    letter-spacing: 1px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #333;
    width: 100%;
    text-align: center
}

.head-self-center-three {
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px
}

.head-self-center-three:hover {
    background-color: #eee
}

.head-self-center-three a {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 50px;
    width: 100%;
    color: #2a2f32;
    height: 100%;
    display: inline-block
}

.userLogin input::-webkit-input-placeholder {
    color: #bbb;
    letter-spacing: 1px;
    font-size: 12px
}

.userLogin input::-moz-input-placeholder {
    color: #bbb;
    letter-spacing: 1px;
    font-size: 12px
}

.userLogin input::-ms-input-placeholder {
    color: #bbb;
    letter-spacing: 1px;
    font-size: 12px
}

.userLogin-s-bg {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(https://server.xmyeditor.com/sucai-gif/20190712/b59ac6685974705604543cfec8c9ba3e.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #87bd89;
    box-sizing: border-box
}

.userLogin-s-d1 {
    width: 560px;
    position: absolute;
    top: 0px;
    left: 50px
}

.userLogin {
    box-shadow: 0px 0px 1px 1px #a6e1a2;
    background-color: #fff;
    right: 50px;
    top: 85px;
    width: 380px;
    height: 430px;
    position: absolute
}

.userLoginTitle {
    height: 60px;
    border-bottom: 1px solid #ddd;
    position: relative;
    box-sizing: border-box
}

.userLoginTitleP1 {
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666
}

.userLoginTitleP2 {
    cursor: pointer;
    position: absolute;
    color: #636363;
    font-size: 20px;
    line-height: 38px;
    top: 0;
    right: 8px
}

.userLoginTitleP2:hover {
    color: #f35858
}

.userLoginTitleP3 {
    text-align: center;
    line-height: 60px
}

.userLoginTitleP3 img {
    width: 200px;
    vertical-align: middle
}

.ne-ol-uss {
    padding: 40px 0px 80px;
    width: 380px;
    box-sizing: border-box
}

.ne-ol-uss-tip {
    line-height: 1.7;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #333
}

.ne-ol-uss-tip p {
    font-family: 黑体, SimHei !important;
    margin-top: 10px
}

.ne-ol-uss-btn {
    background-color: #44b549;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px
}

.ne-ol-uss-btn a {
    color: #fff
}

.ne-uss-btn {
    margin-top: 40px
}

.ol-uss-btn {
    margin-top: 40px
}

.ol-uss-btn:hover,
.ne-uss-btn:hover {
    background-color: #2f9833
}

.userLoginBody {
    padding-top: 30px;
    box-sizing: border-box;
    width: 380px
}

.userLoginBodyTitle {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.userLoginBodyTitleP1,
.userLoginBodyTitleP2,
.userLoginBodyTitleP3 {
    vertical-align: middle;
    display: inline-block
}

.userLoginBodyTitleP2 {
    width: 2px;
    height: 18px;
    background-color: #999;
    margin: 0px 15px
}

.userLoginBodyTitleP1,
.userLoginBodyTitleP3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #888;
    cursor: pointer
}

.userLoginBodyTitleP1:hover {
    color: #44b549
}

.userLoginBodyTitleP3:hover {
    color: #44b549
}

.userLoginBodyTitlePColor {
    color: #44b549
}

.userLoginName {
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    margin: 30px auto 0px;
    box-sizing: border-box;
    width: 320px;
    height: 44px
}

.userLoginName:hover {
    border: 1px solid #87bd89
}

.userLoginNameP1 {
    color: #999;
    font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: 0px
}

.userLoginName:hover .userLoginNameP1 {
    color: #87bd89
}

.userLoginNameP2 input {
    font-size: 18px;
    color: #666;
    border: 0;
    position: absolute;
    left: 50px;
    width: 266px;
    height: 42px;
    line-height: 42px;
    padding: 0px 8px 0px;
    box-sizing: border-box
}

.userLoginPassword {
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    margin: 30px auto 0px;
    box-sizing: border-box;
    width: 320px;
    height: 44px
}

.userLoginPassword:hover {
    border: 1px solid #87bd89
}

.userLoginPasswordP1 {
    color: #999;
    font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: 0px
}

.userLoginPassword:hover .userLoginPasswordP1 {
    color: #44b549
}

.userLoginPasswordP2 input {
    font-size: 18px;
    color: #666;
    border: 0;
    position: absolute;
    left: 50px;
    width: 266px;
    height: 42px;
    line-height: 42px;
    padding: 0px 8px 0px;
    box-sizing: border-box
}

.userLoginExplain {
    position: relative;
    width: 320px;
    margin: 8px auto 0px;
    height: 20px
}

.userLoginExplainP1 {
    cursor: pointer;
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    box-sizing: border-box;
    padding-left: 24px
}

.userLoginExplainP1 p {
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: 1px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #999
}

.userLoginExplainP1i {
    display: none;
    font-size: 10px;
    position: absolute;
    text-align: center;
    line-height: 12px;
    color: #44b549
}

.userLoginExplainP1:hover p {
    border: 1px solid #44b549
}

.userLoginExplainP2 {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 17px;
    font-size: 12px
}

.userLoginExplainP2 a {
    color: #44b549
}

.userLoginExplainP2 a:hover {
    border-bottom: 1px solid #44b549
}

.userLoginPrompt {
    margin: 8px auto 0px;
    width: 320px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #f35858
}

.userLoginBtn1 {
    cursor: pointer;
    width: 320px;
    line-height: 36px;
    background-color: #44b549;
    margin: 8px auto 0px;
    border-radius: 5px;
    letter-spacing: 2px;
    color: #fff;
    height: 36px;
    text-align: center
}

.userLoginBtn1:hover {
    background-color: #2f9833
}

.ThirdPartyLoginTitle {
    width: 320px;
    margin: 22px auto 0px;
    height: 28px;
    text-align: center
}

.ThirdPartyLoginTitleP1,
.ThirdPartyLoginTitleP3 {
    vertical-align: middle;
    width: 100px;
    display: inline-block;
    height: 1px;
    background-color: #ddd
}

.ThirdPartyLoginTitleP2 {
    width: 60px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    color: #ccc
}

.ThirdPartyLoginBody {
    text-align: center;
    width: 320px;
    height: 40px;
    margin: 2px auto 0px
}

.ThirdPartyLoginBodyP1,
.ThirdPartyLoginBodyP2 {
    display: inline-block;
    font-size: 20px;
    margin: 0px 12px;
    cursor: pointer;
    color: #ccc
}

.ThirdPartyLoginBodyP1:hover {
    color: #44b549
}

.ThirdPartyLoginBodyP2:hover {
    color: #44b549
}

.userLoginBtn2 {
    width: 320px;
    margin: 10px auto 0px;
    text-align: right;
    font-size: 13px;
    color: #999
}

.userLoginBtn2 a {
    color: #44b549
}

.userLoginBtn2 a:hover {
    border-bottom: 1px solid #44b549
}

.userLoginQRcode {
    width: 320px;
    margin: 0 auto;
    padding: 20px 0px 60px 0px;
    box-sizing: border-box;
    position: relative
}

.userLoginQRcodeP1 {
    width: 200px;
    margin: 0 auto
}

.userLoginQRcodeP1 img {
    opacity: 1
}

.userLoginQRcodeP2 {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin: 13px 0px 0px;
    color: #666
}

.userLoginQRcodeP2 span {
    color: #44b549
}

.userLoginQRcodeP3 {
    letter-spacing: 1px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-top: 3px
}

.userLoginQRcodeP4 {
    font-size: 0;
    position: absolute;
    right: 20px;
    bottom: -10px
}

.userLoginQRcodeP4>p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px
}

.userLoginQRcodeP4 .old_user a {
    display: block;
    color: #999;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    letter-spacing: 1px
}

.userLoginQRcodeP4 .old_user:hover a {
    color: #44b549
}

.userLoginQRcodeP4 .old_help {
    position: relative
}

.userLoginQRcodeP4 .old_help .tips {
    background-color: #f5f5f5;
    position: absolute;
    top: -15px;
    left: 30px;
    color: #333;
    width: 230px;
    text-align: justify;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 3px;
    display: none;
    box-shadow: 0 0 2px 1px #ddd
}

.userLoginQRcodeP4 .old_help .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.userLoginQRcodeP4 .old_help .icon:hover {
    opacity: .8
}

.userLoginQRcodeP4 .old_help .icon:hover+.tips {
    display: block
}

.Foot {
    width: 100%;
    height: auto;
    min-width: 1200px;
    font-size: 0px;
    margin-top: 30px;
    background-image: -webkit-linear-gradient(2deg, #eaf7fe 0%, #eafdf9 100%)
}

.FootBody {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 10px;
    height: auto
}

.FootBody>div {
    display: inline-block;
    vertical-align: middle
}

.foot-div {
    position: relative
}

.foot-div:nth-child(2) {
    display: inline-block;
    vertical-align: middle
}

.foot-div a,
.foot-link,
.foot-div>p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 14px 0 0;
    line-height: 34px;
    letter-spacing: 1px
}

.foot-div a:hover {
    color: #666;
    font-weight: bold
}

.link-cont {
    text-align: left;
    padding: 0 0 0 100px
}

.bottom_logo {
    width: 110px;
    vertical-align: middle;
    margin: -5px 0px 0 0
}

.foot-link {
    position: absolute;
    top: 0;
    left: 10px
}

.Friend-link {
    color: #999;
    float: left;
    width: 90%;
    margin-top: 20px
}

.Friend-link-div {
    float: left;
    width: 7%
}

.Friend-link-ul {
    width: 93%;
    float: left
}

.Friend-link li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 34px
}

.Friend-link li a {
    color: #999
}

.Friend-link li a:hover {
    color: #44b549
}

.FootMenu {
    color: #999;
    float: left;
    width: 100%;
    margin-top: 10px
}

.FootMenu li {
    display: inline-block;
    float: left;
    margin-right: 27px
}

.FootMenu li a {
    color: #999
}

.FootMenu li a:hover {
    color: #44b549
}

.FilingInformation {
    color: #999;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    height: 30px
}

.FilingInformation li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px
}

.FilingInformation li a {
    color: #999;
    font-size: 14px;
    line-height: 30px
}

.FilingInformation li a img {
    width: 12px
}

.FilingInformation li a:hover {
    color: #44b549
}

.Footerweima {
    margin-right: 10px;
    width: 130px;
    position: absolute;
    right: 0px;
    top: 24px;
    text-align: center
}

.Footerweima p {
    font-size: 14px;
    margin-top: 5px;
    color: #999
}

.Footerweima img {
    width: 92px;
    height: 92px;
    border: 0;
    padding: 4px;
    background: #fff
}

.popUpBackground {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 101;
    overflow: auto
}

.addGroupTan {
    display: none;
    margin: 150px auto 0px;
    border-radius: 10px;
    width: 720px;
    height: 420px;
    background-color: #fff
}

.addGroupTanTitle {
    height: 38px;
    border-bottom: 1px solid #ddd;
    position: relative;
    box-sizing: border-box;
    padding-right: 25px
}

.addGroupTanTitleP1 {
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    color: #333
}

.addGroupTanTitleP2 {
    cursor: pointer;
    position: absolute;
    color: #636363;
    font-size: 20px;
    line-height: 38px;
    top: 0px;
    right: 8px
}

.addGroupTanTitleP2:hover {
    color: #f35858
}

.addGroupTanBody {
    width: 720px;
    height: 382px
}

.addGroupTanLeft {
    width: 480px;
    float: left;
    height: 382px;
    border-radius: 0px 0px 0px 10px
}

.addGroupLeftTitle {
    letter-spacing: 1px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    color: #666;
    width: 480px
}

.addGroupLeftBody {
    padding-left: 40px;
    padding-top: 25px;
    box-sizing: border-box;
    width: 480px;
    height: 342px;
    border-radius: 0px 0px 0px 10px
}

.addGroupLeftList {
    position: relative;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #eee;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.addGroupRightListD1 {
    width: 68px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 3.5px;
    left: 6px;
    border-radius: 5px;
    cursor: pointer
}

.addGroupRightListD2 {
    width: 80px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px
}

.addGroupLeftList:hover {
    background-color: #ededed
}

.addGroupTanRight {
    float: right;
    width: 240px;
    height: 382px;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 0px
}

.addGroupRightTitle {
    letter-spacing: 1px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    color: #666;
    width: 240px
}

.addGroupRightBody {
    padding-left: 26px;
    padding-top: 25px;
    box-sizing: border-box;
    width: 240px;
    height: 270px;
    border-radius: 0px 0px 10px 0px
}

.addGroupRightList {
    position: relative;
    background-color: #fff;
    color: #666;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.addGroupRighFoot {
    position: absolute;
    border-top: 1px solid #ddd;
    width: 240px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 0px
}

.addGroupRighFootD1 {
    position: absolute;
    left: 10px;
    bottom: 0px;
    height: 42px;
    line-height: 45px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999
}

.addGroupRighFootD2 {
    width: 60px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    position: absolute;
    left: 100px;
    top: 9px;
    font-family: '宋体';
    background-color: #efefef
}

.addGroupRighFootD1 {
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 12px;
    line-height: 62px;
    letter-spacing: 1px;
    color: #999
}

.addGroupRighFootD2 {
    width: 70px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    position: absolute;
    left: 95px;
    top: 7px;
    background-color: #efefef
}

.addGroupRighFootD2:hover {
    background-color: #3aceff;
    color: #fff;
    border: 1px solid #3aceff
}

.addLabel {
    display: none;
    margin: 150px auto 0px;
    border-radius: 10px;
    width: 560px;
    background-color: #fff
}

.addLabelTitle {
    height: 38px;
    border-bottom: 1px solid #ddd;
    position: relative;
    box-sizing: border-box
}

.addLabelTitleP1 {
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    color: #333
}

.addLabelTitleP2 {
    cursor: pointer;
    position: absolute;
    color: #636363;
    font-size: 20px;
    line-height: 38px;
    top: 0px;
    right: 8px
}

.addLabelTitleP2:hover {
    color: #f35858
}

.addLabelBody {
    width: 560px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden
}

.addLabelList {
    position: relative;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 12px;
    border: 1px solid #eee;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    width: 115px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.addLabelList-spa {
    z-index: 2;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 104px;
    height: 18px;
    line-height: 20px;
    overflow: hidden;
    cursor: pointer
}

.addLabelList-div {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    width: 100%;
    height: 28px;
    cursor: move
}

.addLabelList:hover,
#label_name:hover {
    background-color: #eee;
    border: 1px solid #eee;
    color: #666
}

#label_name,
#label_name_update {
    margin-top: 3px;
    outline: 0px;
    text-align: center;
    width: 104px;
    height: 22px;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #888;
    border: 0px;
    box-sizing: border-box
}

.addLabelList i {
    display: none;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 15px;
    color: #cecece;
    font-weight: 400;
    cursor: pointer;
    z-index: 2
}

.addLabelList i:hover {
    color: #f35858
}

.addLabelList:hover i {
    display: block
}

.addLabelList:hover .tuozhuai {
    display: block
}

.label_checked {
    background-color: #f6debd;
    border: 1px solid #f6debd
}

.tuozhuai {
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 47px;
    height: 5px;
    background: #aaa;
    display: none;
    cursor: move;
    width: 5px;
    border-radius: 50%
}

.addLabeBtn {
    position: relative;
    background-color: #f8f8f8;
    color: #888;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #eee;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.addLabelFoot {
    height: 38px;
    border-top: 1px solid #ddd;
    position: relative
}

.addLabelFootP1 {
    width: 70px;
    height: 28px;
    margin: 5px auto;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    background-color: #efefef
}

.addLabelFootP2 {
    position: absolute;
    left: 10px;
    bottom: 13px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #999
}

.addLabelFootP3 {
    position: absolute;
    right: 20px;
    bottom: 40px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #bbb
}

.addLabelFootP1:hover {
    background-color: #3aceff;
    color: #fff;
    border: 1px solid #3aceff
}

.sck-postion-add103 {
    position: absolute !important
}

.sckBg .buju001 {
    height: 50px;
    box-sizing: border-box;
    outline: 2px solid rgba(255, 150, 0, 0.4);
    outline-offset: -3px
}

.sckBg .buju002 {
    font-size: 0px
}

.header-pop9-link {
    font-size: 12px;
    color: #000
}

.header-pop9-link:hover {
    font-weight: bold;
    color: #333
}

.header-user-buy i {
    font-size: 13px
}

.header_left {
    overflow: inherit
}

.header_Logo {
    position: absolute;
    z-index: 20;
    top: 7px;
    left: 5px
}

.header_Logo>a {
    display: block;
    width: 180px
}

.header_Logo:hover+.header-collect {
    display: block
}

.header-collect {
    display: none;
    position: absolute;
    left: 45px;
    top: 1px;
    z-index: 10;
    width: 265px
}

.header-collect>img {
    margin: 0 0 10px 40px
}

.header_News {
    left: 30px
}

.headerbg {
    background-color: #fff !important;
    border-bottom: 1px solid #e5e5e5
}

.header_News p,
.header_News p a {
    color: #666
}

.header_News p:hover,
.header_News p:hover a {
    color: #7fc90b
}

.header_menu_li_a {
    color: #333333;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif
}

.header_menu_li_a1,
.header_menu_li_a:hover,
.header-user-self-one:hover,
.header_menu_li_a:hover i {
    color: #333;
    background-color: transparent;
    font-weight: bold;
    border-color: #84cc11
}

.header_tools_list {
    background-color: #fff !important;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%)
}

.header_tools_list a,
.header-user-triangle {
    color: #333 !important
}

.right-float-ad {
    width: 125px;
    height: 125px;
    position: fixed;
    right: 60px;
    top: 80px;
    z-index: 10000
}

.right-float-ad p {
    width: 125px;
    height: 125px;
    position: relative
}

.right-float-ad p img {
    width: 100%;
    vertical-align: middle
}

.right-float-ad p span {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    color: #aaa;
    display: none
}

.right-float-ad:hover span {
    display: block
}

.foot-right {
    position: absolute;
    right: -100px;
    top: 50%;
    width: 100px;
    transform: translateY(-50%)
}

.foot-right>p {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #999
}

@media screen and (max-width:1480px) {
    .header_right {
        right: 10px !important
    }

    .head-self-center {
        right: -30px !important
    }

    .skin-change {
        right: 150px !important
    }
}