.gosh {
    position: fixed;
    bottom: 3.8rem;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1000;
    background: #fe3513;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items:center;
    justify-content: center;
    right: 0.5rem;
}

.template-inner .item {
    position: relative
}

.template-inner .scan-code {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.template-inner .scan-code img {
    width: 240px
}

.template-inner .scan-code h5 {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 500
}

.lihun-dispute .template-inner .scan-code h5 {
    margin-top: 0
}

.header {
    height: 3.25rem;
    padding: .5rem .75rem .5rem .5rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-l {
    width: 9.325rem;
    height: 2.25rem;
    background: url(../images/2becccd2f4454972fe7f9a5baa16c3df.png) no-repeat 50%;
    background-size: 100%
}

.header-r {
    width: 3.95rem;
    height: 1.5rem;
    font-size: .65rem;
    color: #fff;
    background: #fe3513;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-wrap {
    position: relative
}

.content-wrap>img {
    width: 100%;
    vertical-align: middle
}

.content-tip {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.3rem;
    width: 12rem
}

.content-tip .down-btn {
    width: 12rem;
    height: 2.25rem;
    border-radius: .25rem;
    font-size: .9rem;
    color: #fff;
    background: #fe3513;
    line-height: 2.25rem;
    text-align: center;
    margin-bottom: 1.3rem
}

.content-tip img {
    display: block;
    width: .9rem;
    height: .85rem;
    margin: 0 auto;
    -webkit-animation: arrow .8s linear infinite forwards;
    animation: arrow .8s linear infinite forwards
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }

    to {
        -webkit-transform: translateY(.5rem);
        transform: translateY(.5rem)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }

    to {
        -webkit-transform: translateY(.5rem);
        transform: translateY(.5rem)
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ccc
}

.sticky+.content {
    padding-top: 2.5rem
}

.lv365>h1 {
    font-size: 1.25rem;
    color: #222;
    text-align: center;
    margin: 0;
    padding: 1.5rem 0 0
}

.lv365>p {
    font-size: .7rem;
    color: #999;
    margin-top: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lv365>p span {
    border-bottom: 2px solid #eee;
    padding-bottom: .9rem;
    position: relative
}

.lv365>p span:before {
    display: block;
    position: absolute;
    content: "";
    width: 2.5rem;
    height: .05rem;
    background: #fe3513;
    top: 1.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lv365-part1 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 1.625rem
}

.lv365-part1 li,
.lv365-part1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lv365-part1 li {
    width: 5.25rem;
    height: 2rem;
    font-size: .75rem;
    color: #222;
    background: #f8f8f8;
    margin-top: .75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lv365-part1 li:nth-child(3n-1) {
    margin-left: .75rem;
    margin-right: .75rem
}

.lv365-part2 {
    background: #f8f8f8
}

.lv365-part2 li {
    width: 17rem;
    height: 2.375rem;
    border: 1px solid #5a6581;
    font-size: .75rem;
    padding-left: .5rem;
    margin: .5rem auto 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lv365-part2 li:first-child {
    margin-top: 1rem
}

.lv365-part2 li:last-child {
    margin-bottom: 1.25rem
}

.lv365-part2 li h2 {
    font-size: .75rem;
    color: #222;
    font-weight: 400;
    margin-right: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lv365-part2 li h2:before {
    display: block;
    content: "";
    width: .35rem;
    height: .35rem;
    background: #222;
    border-radius: 50%;
    margin-right: .4rem
}

.lv365-part2 li span {
    color: #5a6581
}

.lv365-part21 {
    padding-bottom: 1.75rem
}

.lv365-part21 img {
    display: block;
    width: 11.775rem;
    margin: 0 auto
}

.lv365-part21 h2,
.lv365-part21 h3 {
    font-weight: 400;
    color: #222;
    font-size: .9rem;
    text-align: center
}

.lv365-part21 h2 {
    margin-top: 1.25rem;
    margin-bottom: .55rem
}

.lv365-part3 img:first-of-type {
    width: 100%;
    vertical-align: middle
}

.lv365-part3 img:last-of-type {
    display: block;
    width: 17.75rem;
    margin: 0 auto
}

.lv365-part3 ul {
    padding: 1.5rem 0 1.5rem 2.1rem
}

.lv365-part3 li+li {
    margin-top: 1.75rem
}

.lv365-part3 li h2 {
    font-size: .9rem;
    color: #222;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lv365-part3 li h2:before {
    content: "";
    width: .8rem;
    height: .725rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAMAAAD8QJ61AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB0VBMVEUAAAD+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+Mxb+MxYAAAA3zWwOAAAAmXRSTlMABzd8gFU9kM2vahFJo/JTIWm/7vZSHQgze8j0sUwPQJTg/bZYEKfj0GYVF1m389clEmjC6I4jAxrF+p85ARhkzPe9KHR/MPvGEz+I2Y8ZYMH5/ueEH02C7J1BC2LE+KVDPHrprRawWx5RwN4CCqS+eGug6y8ERdPK4k8GRrPWc04qDFdvFMPvlWfYDW3wdc9fJts1i7puKzEj0MHJAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAYVJREFUKM9jYMANGJmYWVjxybOxc3By4Zbn5uHl4+PlxykvICgkLMIpKoZDWlxCUmqmtIysHC7r5RUUlWYqq6jikFdlVVOfOVNDUwuHvLaOrt7MmfqSBjjkDY2MRWbONDE1M8cubyFoaTVzpp61DVzEVssOSS23vYPSzJmOTjxwMVtnF1c3hPmaxu4zZ8700PSEiRh4eWv4+NqIQ3h+/gGBM2cGBYeEwrWEhQfPnBkRGRUN4sjFxMYB9QvHJyDsTEySBgolp/ADzbQTNAbqnzlTShQphFLZeCOAYnFp6Rl+mVkg+2dms2gj+SonNzEPZIZ0fkFhUTFIXlqhBNXjpWVqfEBxx/KKSiWQvHFVKVrQVNfU6s2Eg7p6AYzAi25IU4LJK6k1lmIoYGhqdhKByLvrt1Rji4DW9DYrsIL2DiZbrFGU2pkFVtCl040jksV6NICB1KtWwoALmPX1z5wZO4Ebp4KcieGT4iIFzHEqYLCdPGXqNDzywLQ8vWEGPnkG29QZmIEIANaBdTX19GDUAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: 100%;
    margin-right: .5rem
}

.lv365-part3 li p {
    font-size: .7rem;
    color: #888;
    padding-left: 1.3rem
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .6rem;
    color: #ccc;
    text-align: center;
    padding-top: 1.1rem;
    padding-bottom: .65rem
}

.copyright a {
    color: #ccc
}

.hide {
    display: none
}

.about-us {
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top: .5rem;
    background: #fff
}

.about-us h3 {
    font-size: 1rem;
    color: #222;
    margin-top: .8rem;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.about-us p {
    color: #888;
    margin-top: .25rem;
    text-align: justify
}

.about-us p,
.about-us p span {
    font-size: .8rem
}

.pc_qrcode {
    display: none
}

@media only screen and (min-width:768px) {
    .pc_qrcode {
        padding-top: 40px;
        margin-top: 1.75rem;
        padding-left: 2rem;
        padding-right: 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pc_qrcode img {
        width: 6rem;
        margin-right: 20px
    }

    .footer_qrcode {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .pc_qrcode p {
        font-size: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer_qrcode p {
        font-size: 20px
    }

    .pc_qrcode span {
        margin-left: 10px
    }

    .pc_qrcode {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .pc_qrcode img {
        margin-bottom: 0
    }

    .banner .slideshow-container+div {
        margin-top: 10px
    }

    .downapp,
    .mobile_no {
        display: none !important
    }

    body {
        max-width: 750px;
        margin: 0 auto
    }
}

html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
img,
input,
li,
p,
select,
span,
textarea,
ul {
    padding: 0;
    margin: 0
}

body {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, 宋体, sans-serif;
    font-size: 16px
}

li,
ul {
    list-style: none
}

img {
    margin: 0;
    padding: 0;
    border: 0
}

a:focus {
    outline: none
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

em {
    font-style: normal
}

table {
    border-collapse: collapse
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.landPage .footer-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

form,
input,
select,
textarea {
    padding: 0;
    margin: 0
}

button:focus,
buttton,
input:focus,
textarea:focus {
    outline: none
}

buttton {
    border: none
}

input {
    border: 0
}

textarea {
    resize: none;
    overflow: auto
}

input,
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border: 0
}

select::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

::-webkit-input-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

::-ms-input-placeholder {
    color: #888
}

::placeholder {
    color: #888
}

img {
    pointer-events: none
}

body,
html {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
    -ms-touch-action: manipulation
}

#copy-pp,
#copy-text {
    position: absolute;
    left: -1000px;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0)
}

#copy-text {
    outline: none;
    border: 0
}

.plr {
    padding: 0 .5rem
}

.mt14 {
    margin-top: .35rem
}

.landPage {
    bottom: 0;
    max-width: 750px;
    margin: 0 auto;
    background: #efefef
}

.landPage,
.landPage-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.landPage-main {
    bottom: 2.45rem;
    overflow-x: hidden;
    overflow-y: auto
}

.landPage-main .header {
    height: 3.25rem;
    padding: .5rem .75rem .5rem .5rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landPage-main .header-l {
    width: 9.325rem;
    height: 2.25rem;
    background: url(../images/2becccd2f4454972fe7f9a5baa16c3df.png) no-repeat 50%;
    background-size: 100%
}

.landPage-main .header-r {
    width: 3.95rem;
    height: 1.5rem;
    font-size: .65rem;
    color: #fff;
    background: #fe3513;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landPage-main .footer .copyright {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .6rem;
    color: #aaa;
    text-align: center;
    background: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.landPage .footer-download {
    position: absolute;
    height: 3.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #666
}

.landPage .footer-download img {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: .5rem;
    margin-right: .3rem
}

.landPage .footer-download a.header-r {
    position: absolute;
    right: .75rem;
    width: 3.95rem;
    height: 1.5rem;
    font-size: .65rem;
    color: #fff;
    background: #fe3513;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landPage .footer-download .header-des {
    color: #fff
}

.landPage .footer-download .header-des h2 {
    font-size: .85rem
}

.landPage .footer-download .header-des p {
    font-size: .55rem
}

.landPage-replace .lihun-dispute-top {
    background: #fff
}

.landPage-replace .lihunIndict .template-inner .item {
    height: auto;
    background: #fff
}

.landPage-replace .main-wrap .template .item p {
    padding-left: 0;
    text-align: center
}

.landPage-replace .header-replace {
    height: 3.25rem;
    padding: .5rem .75rem .5rem .5rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landPage-replace .header-replace .header-l {
    width: 9.325rem;
    height: 2.25rem;
    background: url(../images/2becccd2f4454972fe7f9a5baa16c3df.png) no-repeat 50%;
    background-size: 100%
}

.landPage-replace .header-replace .header-r {
    width: 3.95rem;
    height: 1.5rem;
    font-size: .65rem;
    color: #fff;
    background: #fe3513;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landPage-replace .copyright {
    margin-bottom: 0
}

.landPage-replace .footer .copyright,
.landPage-replace .footer .cr-coverage {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem
}

.landPage-replace .intro {
    padding-bottom: 1.75rem
}

.lihunxieyiapp .header-l {
    width: 9.325rem;
    height: 2.25rem;
    background: url(../images/d1d50ee70bc54b232a7bce55b4e38bd1.png) no-repeat 50%;
    background-size: 100%
}

.lihunxieyiapp .footer-download a.header-r,
.lihunxieyiapp .header-r {
    background: #fe2089
}