
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    transition: all ease 0.5s;
    background-color: transparent;
}

header .hops {
    width: 100%;
    padding: 0.1rem 0;
    background-color: #1b1b1b;
}

header .hop {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .hop .hol {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .hop .hol .hiom {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

header .hop .hol .hiom span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.1rem;
}

header .hop .hol .hiom span img {
    width: 100%;
    display: block;
}

header .hop .hol .hiom+.hiom {
    margin-left: 0.3rem;
}

header .hop .hor {
    display: inline-block;
    vertical-align: middle;
}

header .hop .share {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .hop .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.05rem;
}

header .hop .share .am a,
header .hop .share .am img {
    width: 100%;
    display: block;
}

header .hobs {
    width: 100%;
    background-color: #1f1f1f;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
    border-top: solid 2px #39c1aa;
}

header .hob {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .hob .logo {
    display: inline-block;
    vertical-align: middle;
    /* width: 1rem; */
}

header .hob .logo a,
header .hob .logo img {
    width: 100%;
    display: block;
    height: 0.7rem;
}

header .hob .rav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 0.2rem;
}

header .hob .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 0.1rem;
    cursor: pointer;
    display: none;
    position: relative;
}

header .hob .rav .menu img {
    width: 100%;
    display: block;
}

header .hob .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

header .hob .rav .stvm {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

header .hob .rav .stvm .input {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-bottom: solid 1px #eee;
    transition: all ease 0.3s;
}

header .hob .rav .stvm .input input {
    width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    line-height: 2.5;
    color: #fff;
}

header .hob .rav .stvm .input input::-webkit-input-placeholder,
header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .input input:-moz-placeholder,
header .hob .rav .stvm .input textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .input input::-moz-placeholder,
header .hob .rav .stvm .input textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .input input:-ms-input-placeholder,
header .hob .rav .stvm .input textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .clost {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.3s;
}

header .hob .rav .stvm .clost img {
    width: 100%;
    display: block;
}

header .hob .rav .stvm .vic {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    cursor: pointer;
    width: 0;
    position: relative;
}

header .hob .rav .stvm .vic img {
    width: 100%;
    display: block;
}

header .hob .rav .stvm .vic .vis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

header .hob .rav .stvm.long .input {
    width: 1.5rem;
}

header .hob .rav .stvm.long .input input {
    padding: 0 0.15rem;
}

header .hob .rav .stvm.long .clost {
    display: inline-block;
}

header .hob .rav .stvm.long .clost {
    font-size: 20px;
}

header .hob .rav .stvm.long .vic {
    width: 22px;
    margin: 0 0.1rem;
}

header .hob .rav .hm {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 0.43rem;
    height: 0.43rem;
    margin: 0 0.1rem;
}

header .hob .rav .hm img {
    width: 100%;
    display: block;
}

header .hob .rav .hm:hover {
    background-color: #39c1aa;
}

header .hob .rav .languages {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: left;
    margin: 0 0.1rem;
}

header .hob .rav .languages .lauges {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .hob .rav .languages .lauges .lashow {
    width: 100%;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 0;
}

header .hob .rav .languages .lauges .lashow .am {
    width: 100%;
    font-size: 0;
}

header .hob .rav .languages .lauges .lashow .am .xm {
    display: inline-block;
    vertical-align: middle;
    width: 0.43rem;
    height: 0.43rem;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

header .hob .rav .languages .lauges .lashow .am .xm img {
    width: 100%;
    display: block;
}

header .hob .rav .languages .lauges .lashow .am .laps {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 0;
    position: absolute;
}

header .hob .rav .languages .lauges .language {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    display: none;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}

header .hob .rav .languages .lauges .language .latem {
    width: 100%;
}

header .hob .rav .languages .lauges .language .latem a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0 0.1rem;
    line-height: 3;
    background: rgba(57, 193, 170, 0.5);
}

header .hob .rav .languages .lauges .language .latem:hover a {
    background: #39c1aa;
    color: #fff;
}

header .hob .rav .languages .lauges .language .latem.on a {
    background: #39c1aa;
    color: #fff;
}

header .hob .rav .languages .lauges:hover .lashow .am .xm {
    background-color: #39c1aa;
}

header .hob nav {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: right;
}

header .hob nav .natem {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

header .hob nav .natem .nas {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0.1rem;
}

header .hob nav .natem .nas a {
    display: inline-block;
    line-height: 3.5;
    line-height: 1.36rem;
    color: #fff;
    position: relative;
    padding: 0 0.15rem;
}

header .hob nav .natem .nas:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #39c1aa;
}

header .hob nav .natem .navuls {
    width: 2.2rem;
    width: 140px;
    position: absolute;
    z-index: 101;
    left: calc(50%);
    top: 100%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
}

header .hob nav .natem .navuls ul {
    width: 100%;
}

header .hob nav .natem .navuls ul li {
    width: 100%;
    position: relative;
}

header .hob nav .natem .navuls ul li .njm {
    width: 100%;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #222;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.15rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .theul {
    width: 100%;
    background-color: #f4f4f5;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

header .hob nav .natem .navuls ul li .theul li {
    width: 100%;
    font-size: 0;
}

header .hob nav .natem .navuls ul li .theul li .xn {
    display: inline-block;
    vertical-align: middle;
    color: #81838e;
    line-height: 2.5;
    padding: 0 0.2rem;
    width: 100%;
}

header .hob nav .natem .navuls ul li .theul li:hover {
    background-color: #e5e5ed;
}

header .hob nav .natem .navuls ul li .theul li:hover .xn {
    color: #39c1aa;
}

header .hob nav .natem .navuls ul li:hover .ns {
    background-color: #39c1aa;
}

header .hob nav .natem .navuls ul li.has-the:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    position: absolute;
    right: 0.08rem;
    left: auto;
    transform: translateY(-50%);
    top: 50%;
    background-image: url("../images/r1.png");
    background-size: 100% 100%;
    background-position: center;
}

header .hob nav .natem .navuls ul li.has-the.show:after {
    content: "-";
}

header .hob nav .natem.on .nas a {
    color: #39c1aa;
}

header .hob nav .natem.on .nas:after {
    opacity: 1;
}

header .hob nav .natem:hover .nas a {
    color: #39c1aa;
}

header .hob nav .natem:hover .nas:after {
    opacity: 1;
}

@media (max-width: 840px) {
    header .hop .hol {
        width: 100%;
        text-align: center;
        margin-bottom: 0.06rem;
    }

    header .hop .hor {
        width: 100%;
        text-align: center;
    }

    header .hop .share .am {
        width: 18px;
        height: 18px;
    }

    header .hop .languages .lauges .lashow {
        padding-right: 0.3rem;
    }

    header .hob {
        height: 1rem;
    }

    header .hob nav {
        width: 100%;
        position: fixed;
        right: 0;
        top: calc(1rem);
        left: auto;
        height: calc(100vh - 1rem);
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 500;
        transition: transform .3s;
        padding-left: 0.1rem;
        padding: 0.1rem;
        display: block;
        text-align: left;
        display: none;
        border-top: solid 1px #e5e5e5;
    }

    header .hob nav .natem {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: auto;
        width: 100%;
        padding: 0.1rem 0;
        opacity: 0;
        transform: translate(-10px, -30px);
        transition: all .8s ease;
    }

    header .hob nav .natem .nas {
        width: auto;
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    header .hob nav .natem .nas a {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 2.5;
        color: #333;
        font-weight: bold;
        padding: 0 0.3rem;
        position: relative;
    }

    header .hob nav .natem .nas a:hover {
        color: #39c1aa;
        background-color: transparent;
    }

    header .hob nav .natem .navuls {
        width: 1.4rem;
        width: 100%;
        position: relative;
        z-index: 101;
        left: 0%;
        top: 0%;
        transform: translateX(0%);
        background: #fff;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
        display: none;
        text-align: left;
    }

    header .hob nav .natem .navuls ul {
        width: 100%;
        padding: 0.1rem 0.2rem;
    }

    header .hob nav .natem .navuls ul li {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 0;
    }

    header .hob nav .natem .navuls ul li .ns {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 3;
        color: #333;
        text-align: left !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 0.2rem;
        background: #fff;
        position: relative;
    }

    header .hob nav .natem .navuls ul li .ns:hover {
        color: #39c1aa;
    }

    header .hob nav .natem .navuls ul li .theul {
        width: 100%;
        background-color: #fff;
        display: none;
        left: 0;
        top: 0;
        position: relative;
    }

    header .hob nav .natem .navuls ul li .theul li {
        width: 100%;
        font-size: 0;
    }

    header .hob nav .natem .navuls ul li .theul li .xn {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 2.5;
        padding: 0 0.2rem;
    }

    header .hob nav .natem .navuls ul li .theul li .xn:hover {
        color: #00479d;
    }

    header .hob nav .natem .navuls ul li+li {
        border-top: solid 1px #eee;
    }

    header .hob nav .natem .navuls ul li:hover .ns {
        background-color: transparent;
        color: #39c1aa;
    }

    header .hob nav .natem .navuls ul li.has-the:after {
        top: 0.4rem;
    }

    header .hob nav .natem:before {
        display: none !important;
    }

    header .hob nav .natem .prosubnav {
        display: none;
    }

    header .hob nav .natem.on .nas:after {
        display: none;
    }

    header .hob nav .natem.has-nav:after {
        content: "+";
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        background: none;
        right: 0;
        left: auto;
        transform: translateX(0);
        top: 0.05rem;
        font-size: 20px;
        color: #333;
        border: none;
    }

    header .hob nav .natem.has-nav.show:after {
        content: "-";
    }

    header .hob nav .natem.animate {
        opacity: 1;
        transform: translate(0, 0);
    }

    header .hob .rav .menu {
        display: inline-block;
    }

    header .hob .rav .stvm {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 1rem;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        padding: 0.15rem 2%;
        display: none;
    }

    header .hob .rav .stvm form {
        width: 100%;
        display: flex;
        align-items: center;
    }

    header .hob .rav .stvm .clost {
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        height: 23px;
        font-size: 20px;
        color: #fff !important;
        line-height: 23px;
        text-align: center;
        position: relative;
        margin-right: 0.1rem;
    }

    header .hob .rav .stvm .input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 23px - 1rem);
    }

    header .hob .rav .stvm .input input::-webkit-input-placeholder,
    header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input:-moz-placeholder,
    header .hob .rav .stvm .input textarea:-moz-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input::-moz-placeholder,
    header .hob .rav .stvm .input textarea::-moz-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input:-ms-input-placeholder,
    header .hob .rav .stvm .input textarea:-ms-input-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input {
        color: #fff;
    }

    header .hob .rav .stvm .vic {
        width: 0.4rem;
        text-align: center;
    }

    header .hob .rav .stvm .vic .sub {
        width: 100%;
    }

    header .hob .rav .hm {
        width: 30px;
        height: 30px;
    }

    header .hob .rav .languages .lauges .lashow .am .xm {
        width: 30px;
        height: 30px;
    }

    header.menu-state .hob .rav .menu img {
        opacity: 0;
    }
}

@media (max-width: 450px) {
    header .hop .hm {
        display: none;
    }

    header .hop .hk {
        width: 100%;
        text-align: center;
    }
}

.nanner {
  width: 100%;
  position: relative;
}

.nanner .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nanner .imgs .img {
  width: 100%;
  padding-top: 25.52%;
}

.nanner .nox {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nanner .nox .nit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

/*! w3016 购物车 start */
.consulting{width:100%;padding:.83rem 0 1rem}
.consulting .cit{width:100%;color:#111;font-weight:700;line-height:1.5;margin-bottom:.2rem}
.consulting .conbles{width:100%;border:solid 1px #e8e8f4}
.consulting .conbles .tr{width:100%;font-size:0;display:flex}
.consulting .conbles .tr .td{flex:1;display:inline-block;vertical-align:middle}
.consulting .conbles .tr .tdm{width:100%;height:100%;padding:.2rem;line-height:1.5;color:#222434;display:flex;align-items:center}
.consulting .conbles .tr .tdm .num{display:inline-block;vertical-align:middle;border:solid 1px #e8e8f4;padding:0 .3rem;color:#666;line-height:2.5}
.consulting .conbles .tr .td+.td{border-left:solid 1px #e8e8f4}
.consulting .conbles .tr.head{background-color:#f4f4f5}
.consulting .conbles .tr.head .tdm{color:#666}
.consulting .conbles .tr+.tr{border-top:solid 1px #e8e8f4}
.consulting .conform{width:100%;margin-top:.3rem;background-color:#f4f4f5;padding:.5rem}
.consulting .conform form{width:100%;display:block}
.consulting .conform .row{width:100%;font-size:0}
.consulting .conform .row .inpuv{display:inline-block;vertical-align:top;width:calc((318 / 1300 * 100%));margin-right:calc((8 / 1300 * 100%));margin-bottom:.1rem}
.consulting .conform .row .inpuv input{width:100%;display:block;background-color:#fff;border:solid 1px #d7d7de;padding:0 .12rem;line-height:3;height:3em;color:#333}
.consulting .conform .row .inpuv:nth-child(4n){margin-right:0}
.consulting .conform .row .text{width:100%}
.consulting .conform .row .text .area{width:100%;display:block;background-color:#fff;border:solid 1px #d7d7de;padding:.12rem;line-height:1.5;color:#333;margin-bottom:.1rem}
.consulting .conform .row .code{width:100%;font-size:0;display:flex}
.consulting .conform .row .code .int{width:2.3rem;display:inline-block;vertical-align:middle;margin-right:.15rem}
.consulting .conform .row .code .int input{width:100%;display:block;padding:0 .2rem;color:#333;line-height:3;height:3em;background-color:#fff;border:solid 1px #d7d7de}
.consulting .conform .row .code .ymg{display:inline-block;vertical-align:middle;width:auto;height:3em}
.consulting .conform .row .code .ymg img{height:100%;display:block}
.consulting .conform input::-webkit-input-placeholder,.consulting .conform textarea::-webkit-input-placeholder{color:#999}
.consulting .conform input:-moz-placeholder,.consulting .conform textarea:-moz-placeholder{color:#999}
.consulting .conform input::-moz-placeholder,.consulting .conform textarea::-moz-placeholder{color:#999}
.consulting .conform input:-ms-input-placeholder,.consulting .conform textarea:-ms-input-placeholder{color:#999}
.consulting .conform .sub{width:100%;text-align:center;font-size:0;margin-top:.2rem}
.consulting .conform .sub .stn{display:inline-block;vertical-align:middle;min-width:2.3rem;text-align:center;color:#fff;line-height:3em;height:3em;background-color:#2f2f2f;cursor:pointer;border:none}
.cs-row{width:100%;overflow:hidden}
.cs-left{float:left;font-size:0;user-select:none}
.cs-right{float:right;font-size:0}
.cs-num{width:.5rem;height:.3rem;border:1px solid #e8e8f4;text-align:center;color:#666;margin:0 .04rem}
.cs-delete{display:inline-block;vertical-align:top;width:.3rem;height:.3rem;background-image:url(../images/cs1.png);background-size:.2rem auto;background-repeat:no-repeat;background-position:center center;cursor:pointer}
.cs-add,.cs-minus{display:inline-block;vertical-align:top;width:.3rem;height:.3rem;line-height:.28rem;border:1px solid #e8e8f4;text-align:center;cursor:pointer;background-size:100% 100%}
.cs-minus{background-image:url(../images/cs2.png)}
.cs-add{background-image:url(../images/cs3.png)}
.cs-hd{width:100%;position:relative}
.cs-rt{position:absolute;right:0;top:50%;font-size:0;transform:translate(0,-50%)}
.cs-btn{display:inline-block;vertical-align:top;color:#666;cursor:pointer}
.cs-btn:after{content:"";display:inline-block;vertical-align:top;width:.875em;height:.9375em;margin-left:.25em;background-size:100% 100%}
.cs-back{margin-left:.26rem}
.cs-empty:after{background-image:url(../images/cs4.png)}
.cs-back:after{background-image:url(../images/cs5.png)}
@media(max-width:1920px){.cs-num{width:50px;height:30px;margin:0 4px}
.cs-delete{width:30px;height:30px;background-size:20px auto}
.cs-add,.cs-minus{width:30px;height:30px;line-height:28px}
}
@media(max-width:700px){.cs-left{float:none;width:100%;text-align:center;margin-bottom:20px;padding-top:10px}
.cs-right{float:none;width:100%;text-align:right}
.consulting .conform .row .inpuv{width:100%}
}
@media(max-width:450px){.consulting .conbles .tr .td{width:calc(50% - 70px);flex:auto}
.consulting .conbles .tr .td:nth-child(3n){width:140px}
}
.w1520{width:15.2rem;margin:0 auto;position:relative;font-size:0}
@media (max-width:1540px){.w1520{width:94%}
}
/*! w3016 购物车 end */

footer.footer3425 {
    width: 100%;
    background-color: #222222;
}

footer.footer3425 .ftop {
    width: 100%;
    padding: 1.2rem 0 0.7rem;
}

footer.footer3425 .ftop .fop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer.footer3425 .ftop .fop .ftls {
    display: inline-block;
    vertical-align: top;
    width: calc((455 / 1400 * 100%));
}

footer.footer3425 .ftop .fop .ftls .share {
    width: 100%;
}

footer.footer3425 .ftop .fop .ftls .share .siv {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

footer.footer3425 .ftop .fop .ftls .share .som {
    width: 100%;
    font-size: 0;
}

footer.footer3425 .ftop .fop .ftls .share .som .sm {
    display: inline-block;
    vertical-align: middle;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    margin-right: 0.15rem;
    background-color: rgba(0, 0, 0, 0.22);
}

footer.footer3425 .ftop .fop .ftls .share .som .sm a,
footer.footer3425 .ftop .fop .ftls .share .som .sm img {
    width: 100%;
    display: block;
}

footer.footer3425 .ftop .fop .ftls .share .som .sm a {
    background-color: transparent !important;
}

footer.footer3425 .ftop .fop .ftls .share .som .sm:hover {
    background-color: #39c1aa !important;
}

footer.footer3425 .ftop .fop .ftls .uom {
    width: 100%;
    margin-top: 0.6rem;
}

footer.footer3425 .ftop .fop .ftls .uom .tx {
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

footer.footer3425 .ftop .fop .ftls .uom .nk {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0.05rem;
}

footer.footer3425 .ftop .fop .fcom {
    width: calc((365 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

footer.footer3425 .ftop .fop .fcom .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(50%);
    padding-right: 0.1rem;
}

footer.footer3425 .ftop .fop .fcom .flist .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.15rem;
}

footer.footer3425 .ftop .fop .fcom .flist .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    transition: all ease 0.5s;
    padding: 0.04rem 0;
}

footer.footer3425 .ftop .fop .fcom .flist .fit a:hover {
    color: #fff;
}

footer.footer3425 .ftop .fop .fcom .flist .ful {
    width: 100%;
}

footer.footer3425 .ftop .fop .fcom .flist .ful a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    transition: all ease 0.5s;
    line-height: 2;
}

footer.footer3425 .ftop .fop .fcom .flist .ful a:hover {
    color: #fff;
}

footer.footer3425 .ftop .fop .fcom .flist .ful div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    transition: all ease 0.5s;
}

footer.footer3425 .ftop .fop .frtm {
    width: calc((320 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

footer.footer3425 .ftop .fop .frtm .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.15rem;
}

footer.footer3425 .ftop .fop .frtm .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    transition: all ease 0.5s;
    padding: 0.04rem 0;
}

footer.footer3425 .ftop .fop .frtm .fit a:hover {
    color: #fff;
}

footer.footer3425 .ftop .fop .frtm .fok {
    width: 100%;
    font-size: 0;
}

footer.footer3425 .ftop .fop .frtm .fok .hiom {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0.06rem 0;
}

footer.footer3425 .ftop .fop .frtm .fok .hiom .xk {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    margin-right: 0.1rem;
    margin-top: calc(0.75em - 8px);
}

footer.footer3425 .ftop .fop .frtm .fok .hiom .xk img {
    width: 100%;
    display: block;
}

footer.footer3425 .ftop .fop .frtm .fok .hiom .km {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 17px - 0.1rem);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

footer.footer3425 .fbot {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}

footer.footer3425 .fbot .fot {
    width: 100%;
    padding: 0.3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer.footer3425 .fbot .fot .fm {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.5;
}

@media (max-width: 800px) {
    footer.footer3425 .ftop {
        padding: 0.3rem 0;
    }

    footer.footer3425 .ftop .fop {
        flex-direction: column-reverse;
    }

    footer.footer3425 .ftop .fop .frtm {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    footer.footer3425 .ftop .fop .fcom {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    footer.footer3425 .ftop .fop .fcom .flist {
        width: 100%;
        border-bottom: solid 1px #e5e5e5;
        position: relative;
        border-top: solid 1px #e5e5e5;
    }

    footer.footer3425 .ftop .fop .fcom .flist .fit {
        width: 100%;
        margin-bottom: 0;
        padding: 0.3rem 0;
    }

    footer.footer3425 .ftop .fop .fcom .flist .lx {
        display: none;
    }

    footer.footer3425 .ftop .fop .fcom .flist .ful {
        width: 100%;
        font-size: 0;
        padding-bottom: 0.15rem;
        display: none;
    }

    footer.footer3425 .ftop .fop .fcom .flist .ful a {
        line-height: 2;
    }

    footer.footer3425 .ftop .fop .fcom .flist.has-ful:after {
        content: " ";
        display: inline-block;
        width: 14px;
        height: 8px;
        background-image: url("../images/x1.png");
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        right: 0.2rem;
        left: auto;
        transform: translateX(0);
        top: 0.4rem;
        color: #333;
        border: none;
        transition: all ease 0.5s;
    }

    footer.footer3425 .ftop .fop .fcom .flist.has-ful.show:after {
        content: " ";
        transform: translateX(0) rotate(180deg);
    }

    footer.footer3425 .ftop .fop .fcom .flist+.flist {
        border-top: none;
    }

    footer.footer3425 .ftop .fop .ftls {
        width: 100%;
    }

    footer.footer3425 .ftop .fop .ftls .share .som .sm {
        width: 30px;
        height: 30px;
    }

    footer.footer3425 .ftop .fop .ftls .uom {
        margin-top: 0.2rem;
    }
}

.social-share a {
    margin: 0;
    padding: 4px;
}

.rightnav {
    position: fixed;
    right: 0.2rem;
    bottom: 20%;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 0.6rem;
    z-index: 10;
}

.rightnav .ritm {
    flex: 1;
    display: block;
    font-size: 0;
    position: relative;
    background-color: #f9f9f9;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
    border: solid 1px #e5e5e5;
}

.rightnav .ritm a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    right: 0;
    font-size: 0;
    width: 0.6rem;
}

.rightnav .ritm .atom {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
}

.rightnav .ritm .atom img {
    width: 100%;
    display: block;
}

.rightnav .ritm .atom img:first-child {
    display: block;
}

.rightnav .ritm .atom img:last-child {
    display: none;
}

.rightnav .ritm .vm {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: auto;
    transition: all ease 0.5s;
    width: 0;
}

.rightnav .ritm .codm {
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    background-color: #fff;
    padding: 0.05rem;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
    display: none;
}

.rightnav .ritm .codm img {
    width: 100%;
    display: block;
}

.rightnav .ritm.long {
    width: auto;
    background-color: #39c1aa;
    border-radius: 0.3rem;
    border: solid 1px #39c1aa;
}

.rightnav .ritm.long a {
    width: auto;
    overflow-y: hidden;
    overflow-x: visible;
}

.rightnav .ritm.long .atom img:first-child {
    display: none;
}

.rightnav .ritm.long .atom img:last-child {
    display: block;
}

.rightnav .ritm.long .vm {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.05rem;
    padding-right: 0.15rem;
}

.rightnav .ritm+.ritm {
    margin-top: 0.1rem;
}

.rightnav .ritm:hover .codm {
    display: block;
}

@media (max-width: 800px) {
    .rightnav .ritm {
        width: 0.8rem;
        height: 0.8rem;
    }

    .rightnav .ritm a {
        width: 0.8rem;
    }

    .rightnav .ritm .atom {
        width: 0.8rem;
        height: 0.8rem;
    }
}
