/* 
Theme Name: besttheme-v1
Description: besttheme-v1网站主题
*/
body {
    font-size: 1rem;
}

body * {
    user-select: none;
}

.wrap {
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    min-height: calc(100vh);
    /*background-image: repeating-linear-gradient(45deg,rgba(0,0,0,.01),rgba(0,0,0,.01) 1rem,transparent 0,transparent 2rem);*/
}

.section,
.header,
.footer,
.body {
    clear: both;
    position: relative;
    margin: 0 auto;
}

.header,
footer {
    z-index: 1000;
}

span.btn-sm {
    font-size: .9rem;
    user-select: none;
}

span.btn-sm:hover {
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .05) .3rem, transparent 0, transparent .3rem)
}

span.do-url,
span.is-url {
    cursor: pointer;
}

.top3 {
    border-top: 3px solid rgba(0, 0, 0, .1);
}

.section {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
}

.section>.sh {
    padding: 3rem 0 2rem 0;
}

.section>.sh>p {
    text-align: center;
    opacity: .7;
    padding: 1rem 0;
}

.section.m {
    padding: 5rem 0;
}

.section>h2 {
    padding: 3rem 0 2rem 0;
}

.section>p {
    text-align: center;
    opacity: .7;
    padding: 1rem 0;
}

.datetime {
    font-size: .8rem;
}

.fullpage {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.ico-fixed {
    position: relative;
    top: 2px;
}

.do-post {
    margin: .1rem;
}

.en {
    font-family: 'Courier New', Courier, monospace;
}

.cn {
    font-family: "micirosoft yahei";
}

.radius {
    border-radius: .2rem;
}


table .label-fix {
    padding-top: .25rem;
    display: block;
    opacity: .7;
    font-size: 1rem;
}



.ro-45 {
    rotate: 45deg;
}

.ro-60 {
    rotate: 60deg;
}

.line-2rem {
    height: 2rem;
}

.line-1rem {
    height: 1rem;
}

table td {
    vertical-align: top;
}

.status-ac span {
    margin: 0 .2rem;
}

/*upload*/
#upload-area {
    position: relative;
    width: auto;
    padding: 20px;
    text-align: center;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background: #fff;
    font-size: .95rem;
    height: 15rem;
}

#progress-container {
    margin-top: 20px;
    position: relative;
    height: 20px;
    width: 100%;
    background: #eee;
    border-radius: 10px;
}

#progress-bar {
    height: 100%;
    width: 0;
    background: #4caf50;
    border-radius: 10px;
}

#progress-percentage {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}

/* loading */
.loading>div {
    background: rgba(255, 255, 255, 1);
    border-radius: .2rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
}

/* loader */
.loader {
    margin: auto;
    border: 10px solid rgba(240, 240, 240, 1);
    border-radius: 50%;
    border-top: 10px solid rgba(0, 0, 0, .3);
    width: 100px;
    height: 100px;
    animation: spinner 2s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* switch */
.switch {
    width: auto;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: .1rem;
    outline: 1px solid rgba(0, 0, 0, .2);
    padding: 1px;
}

.switch>span {
    padding: .2rem .5rem;
    background: rgba(0, 0, 0, .2);
    margin-right: 1px;
    cursor: pointer;
}

.switch>span.current {
    background: rgba(20, 88, 150, 1);
    color: rgba(255, 255, 255, 1);
}

.switch>span:last-child {
    margin-right: 0;
}


/* colorpicker */

body .sp-replacer {
    border: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: transparent;
}



body .sp-picker-container {
    background: rgba(255, 255, 255, 1);
}

body .sp-dd {
    display: none;
}

body .sp-preview {
    margin-right: 0;
    width: 10rem;
    height: 2rem;
    border: .1rem solid rgba(0, 0, 0, .5);
}

body .sp-preview,
body .sp-preview-inner {
    border-radius: .2rem;
}

body .sp-container {
    border: 0;
    border-radius: .3rem;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: .2rem solid rgba(0, 0, 0, .5);
}





/* checkbox */
.checkbox {
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox>span {
    position: absolute;
    top: 3px;
    left: 0;
}

/* qr options */
.qro {
    clear: both;
    margin-top: 2rem;
}

.qro h2 {
    border-radius: .2rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}

.qro h2 .ico {
    opacity: 1;
    margin-right: .5rem;
    position: relative;
    top: 5px;
}

.next-open {
    opacity: 0;
    position: relative;
    top: 3px;
}

.next-close .next-open {
    opacity: 1;
}

.qro .color-value {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    z-index: 10;
    color: rgba(255, 255, 255, 1);
}

.qro .block {
    border: 1px solid rgba(20, 88, 150, 1);
    background: rgba(255, 255, 255, 1);
    flex: 1;
    border-radius: .2rem;
    border-top-width: .2rem;
    margin: .5rem .2rem;
    box-shadow: 0 0 1rem .1rem rgba(0, 0, 0, .2);
}

.qro .block>h3 {
    background: rgba(20, 88, 150, .1);
    border-bottom: .1rem solid rgba(0, 0, 0, .02);
    padding: .2rem 1rem;
    font-size: .95rem;
    cursor: pointer;
}

.qro .block>div {
    padding: .8rem;
}

.qro .block .bw {
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: .5rem;
    border-radius: .2rem;
    overflow: hidden;
}

.qro .block .ti {
    position: relative;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .03);
    font-size: .95rem;
    color: rgba(0, 0, 0, .5);
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.qro .block .tl {
    padding: .5rem 0;
}

.qro .block .tl>div {
    padding: .5rem 0;
    flex: 1;
}

.qro .color-box {
    display: block;
}

.qro .form-label,
.qro .color-label {
    text-align: right;
    padding-right: .3rem;
    font-size: .8rem;
    width: 120px;
    opacity: .7;
}

.qro .jianbian li {
    flex: 1;
}

.qro .is-upload .upload {
    position: relative;
    margin: .3rem 0 0 .3rem;
}

.qro .is-upload .upload>input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
}

.qro .is-upload>.preview {
    width: 100px;
    height: 100px;
    border: .1rem solid rgba(0, 0, 0, .1);
    border-radius: .2rem;
    margin: .2rem 0;
}

.qro .is-upload>.preview img {
    max-width: 100%;
    max-height: 100%;
}


.qro .its ul {
    width: 100%;
}

.qro .its ul li {
    width: 88px;
    height: 88px;
    margin: .2rem;
    background: rgba(0, 0, 0, .01);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    border: .2rem solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

.qro .its ul li:hover {
    border-color: rgba(0, 140, 100, 1);
    background: rgba(0, 140, 100, .1);
}

.qro .frame-form {
    padding: .5rem 1rem;
}

/* forms */
.qro,
.forms {
    position: relative;
    padding: 2rem 2rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .2rem;
    border: .1rem solid rgba(0, 0, 0, .1);
    z-index: 10;
    overflow: hidden;
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .01), rgba(0, 0, 0, .01) 1rem, transparent 0, transparent 2rem)
}

.forms>.ico,
.qro>.ico {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: rgba(0, 0, 0, .7);
    margin: 0;
}

.forms h2 {
    text-align: center;
}

.forms li {
    margin: .2rem 0;
}

.forms>div {
    margin: 1rem .5rem;
    position: relative;
    z-index: 100;
}

.forms div.cc {
    background: rgba(255, 255, 255, 1);
}

.forms input,
.forms select,
.forms textarea {
    border: 1px solid rgba(0, 0, 0, .2);
}

.forms input:hover,
.forms select:hover,
.forms textarea:hover {
    border: 1px solid rgba(0, 0, 0, .5);
}

.forms h2 span.t {
    font-size: .85rem;
    background: rgba(0, 0, 0, .03);
    margin-right: .2rem;
    padding: .2rem .3rem;
    border-radius: .3rem;
    display: block;
}

.forms .qr-current {
    margin: 0 .3rem;
}

/* head */
.header {
    height: 4rem;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, 1);
}

.header>.section {
    flex: 1;
    padding: 0 .5rem;
}

.header .logo img {
    height: 2.5rem;
}

.header h1 {
    font-size: 1.4rem;
    position: relative;
    top: -.2rem;
}


.ns {
    position: relative;
    z-index: 10;
}

.ns .nav ul {
    overflow: hidden;
}

.ns .nav li {
    margin: 0 .1rem;
}

.ns .nav li:last-child span.dot {
    display: none;
}

.ns .nav li span.m {
    padding: .5rem .5rem;
    display: block;
    font-size: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, .0);
}

.ns .nav li span.dot {
    font-size: .5rem;
    margin: 0 .5rem;
    opacity: .7;
}

.na .nav li span.current {
    font-weight: bold;
    background: rgba(0, 0, 0, .05);
}

.ns .nav li span.m:hover {
    border-bottom-color: rgba(20, 88, 150, 1);
}

.ns .uv {
    margin-left: 1rem;
}

.ns .uv ul {
    display: block;
}

.ns .uv ul li {
    position: relative;
}

.ns .uv .ic {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    border: 0 solid rgba(0, 0, 0, 1);
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.ns .uv .ic img {
    max-width: 100%;
    max-height: 100%;
}

.login-ui {
    position: absolute;
    right: 0;
    top: 3.5rem;
    border: .1rem solid rgba(0, 40, 100, 1);
    border-top-width: .3rem;
    width: 12rem;
    z-index: 1000;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .3);
    border-radius: .3rem;
}

.login-ui a {
    color: rgba(0, 0, 0, 1);
}

.login-ui>.hi {
    padding: 10px;
    font-size: .9rem;
    text-align: center;
}

.login-ui>.un {
    margin: .3rem .5rem;
    font-size: .95rem;
    background: rgba(255, 255, 255, 1);
    border: .1rem solid rgba(0, 0, 0, .2);
    border-radius: .2rem;

}

.login-ui>.un li {
    text-align: center;
    padding: .3rem 0;
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.login-ui>.un li:hover {
    background: rgba(0, 40, 100, 1);
}

.login-ui>.un li:hover a {
    color: rgba(255, 255, 255, 1);
}

.login-ui>.fi {
    padding: 10px;
}


/* swiper */
.sw {
    position: relative;
    display: block;
    height: 4rem;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    border-radius: .2rem;
}

.sw .swiper-slide {
    clear: both;
    width: 100%;
    font-size: 1.4rem;
}


/* body */
.body {
    padding: 0 0;
}


h3.m {
    font-size: 33px;
}

h2.m {
    font-size: 40px;
}

h1.m {
    font-size: 50px;
}


/* foot */
.clinks {
    padding: 2rem 2rem;
    border-radius: .2rem .2rem;
}

.clinks a {
    color: rgba(255, 255, 255, .7);
    font-size: .95rem;
}

.clinks a:hover {
    color: rgba(255, 255, 255, 1);
}

.clinks li {
    margin: 0 .3rem;
}

.clinks li:first-child small {
    color: rgba(255, 255, 255, .5);
    border-bottom: 0 solid rgba(255, 255, 255, .5);
}

.copyright {
    border-top: .1rem solid rgba(0, 0, 0, .1);
    padding: 2rem;
    color: rgba(0, 0, 0, .7);
    font-size: .8rem;
    margin-top: 1px;
    line-height: 1.3rem;
    text-align: center;
}

.copyright a {
    color: rgba(0, 0, 0, 1);
}


/* qrs */
.qrs {
    position: relative;
    margin: 2rem 0;
    border: 0 solid rgba(0, 40, 100, 1);
    border-radius: .2rem;
    background: rgba(0, 0, 0, .02);
}

.qrs h2 {
    padding: .5rem 1rem;
    font-size: 1.4rem;
}

.qrs-wrap {
    display: flex;
    justify-content: space-between;
    min-height: 20rem;
    position: relative;
    z-index: 10;
}



.qrs .types {
    flex: 1;
    padding: 3rem 3rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: .3rem;
}

.qrs .types h2 {
    padding: .5rem 1rem;
    font-size: 1.4rem;
}

.qrs .types>ul>li {
    width: calc(20% - .2rem);
    min-width: 8rem;
    margin: .5rem .1rem;
}

.qrs .nofile {
    opacity: 0.3;
}

.qrs .online .type {
    background: .1rem solid rgb(0, 40, 100);
    opacity: 1;
}


.qrs .type {
    width: 100%;
    user-select: none;
    height: 4rem;
    display: block;
    position: relative;
    overflow: hidden;
    color: rgba(0, 0, 0, .7);
    border: .1rem solid rgba(0, 0, 0, .1);
    border-top-width: .3rem;
    border-radius: .3rem;
    background: rgba(255, 255, 255, 1);
}

.qrs .type-dynamic {
    background: rgba(0, 40, 100, .1);
}

.qrs .type-file>.label {
    position: absolute;
    font-size: .8rem;
    left: 5%;
    top: -.6rem;
    border-radius: .2rem;
    padding: .1rem .5rem;
    line-height: 1rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, .1);
}

.qrs .type:hover {
    border-color: rgba(0, 40, 100, .8);
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 40, 100, .2);
}

.qrs .type:hover>.ico {
    right: -2rem;
    opacity: .3;
}

.qrs .type.current {
    border-color: rgba(0, 40, 100, 1);
    background: rgba(20, 88, 150, .2);
    color: rgba(0, 40, 100, 1);
}

.qrs .type>div {
    position: absolute;
    right: 0;
    top: 0;
}

.qrs .type>.ico {
    position: absolute;
    opacity: .05;
    top: 0;
    right: 0;
    color: rgba(0, 40, 100, 1);
    z-index: 10;
}

.qrs .type>.text {
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    font-size: 1.4rem;
    opacity: .8;
}

.qrs .type>.text>span.t {
    font-size: .75rem;
    font-weight: bold;
    padding: .1rem .2rem;
    margin: .1rem .2rem 0 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3;
}

.qrs .type:hover span.t {
    opacity: 1;
}

.qrs .type>.check {
    right: .3rem;
    top: auto;
    bottom: 0rem;
    text-align: right;
}

.qrs .create {
    padding: 2rem 2.5rem;
    flex: 1;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: .3rem;
    background: rgba(0, 40, 100, .05);
}

.qrs .create>div {
    padding: 1rem;
}

.qrs .info {
    flex: 1;
}

.qrs .info>.forms div {
    margin: 0.2rem 0;
}

.qrs .info>.forms div.ac {
    margin: .2rem .3rem;
}

.qrs .builder {
    position: relative;
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.qrs .builder>.qrcode-preview {
    width: 250px;
    height: 250px;
    border: .2rem solid rgba(0, 0, 0, .1);
    border-radius: .2rem;
    background: white;
    position: relative;
    overflow: hidden;
}

.qrs .builder>.qrcode-preview div.tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    opacity: .3;
}

.qrs .builder>.qrcode-preview img {
    max-width: 100%;
    max-height: 100%;
    border: .5rem solid white;
    border-radius: .2rem;
}

.qrs .download {
    border: 0 solid rgba(0, 0, 0, .05);
    border-radius: .2rem;
    padding: .5rem;
    margin: .5rem 0;
}

.qrs .download>div {
    margin: .2rem .1rem;
}

.qrs .download h3 {
    font-size: .85rem;
    opacity: .5;
    padding-bottom: .3rem;
    text-align: center;
}

.qrs .download .btn {
    margin: 0 .1rem;
    flex: 1;
}

.qrs .tools {
    margin: 2rem 0;
}

.qrs .tools li {
    margin: 1rem 0;
}



/* spec */
.spec {
    margin: 1rem 0;
    border-radius: .2rem;
    color: rgba(255, 255, 255, 1);
}

.spec .block {
    flex: 1;
    width: 100%;
    text-align: center;
    padding: 1.5rem 1rem;
    border-right: .1rem solid rgba(0, 0, 0, .5);
    border-left: .1rem solid rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
}

.spec .block:first-child {
    border-left: 0;
}

.spec .block:last-child {
    border-right: 0;
}

.spec h3 {
    font-size: 1.8rem;
}

.spec .block>div.svg {
    margin: .5rem 0;
    height: 4rem;
    overflow: hidden;
}

.spec p {
    margin: 1rem;
    font-size: .9rem;
    color: rgba(255, 255, 255, .7);
    text-align: left;
}



/* uc-index*/
.uc-index {
    margin: .1rem 0;
    background: rgba(0, 0, 0, .03);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
}

/* uc-qrcodes */
.uc-qrcodes {
    clear: both;
    min-height: 500px;
}

.uc-qrcodes .qrcount {
    font-size: .95rem;
    margin: 0 .5rem;
}

.uc-qrcodes>div.ht {
    padding: 1rem;
    height: 4rem;
}

.uc-qrcodes>div.hl {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: .2rem;
}

.uc-qrcodes .actions ul {
    gap: .2rem;
}

.uc-qrcodes span.qrcode {
    border-radius: .2rem;
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}

.uc-qrcodes span.qrcode img {
    max-width: 100%;
    max-height: 100%;
}

.uc-qrcodes .res .title {
    font-size: .9rem;
    opacity: .7;
    margin-right: .5rem;
}

.uc-qrcodes .res .sv {
    font-size: .9rem;
    font-weight: bold;
}

/* - */
.uc-bar {
    border-radius: .2rem;
    height: 3rem;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .05);
    color: rgba(255, 255, 255, 1);
    margin-top: .1rem;
}

.uc-bar a {
    color: rgba(255, 255, 255, 1);
    opacity: .7;
}

.uc-bar a:hover {
    opacity: 1;
}

.uc-bar small {
    color: rgba(255, 255, 255, .7);
}

.uc-bar .uv {
    overflow: hidden;
}

.uc-bar .uv li span.v {
    padding: .2rem .5rem;
    border-radius: .2rem;
}

.uc-bar .uv li:hover span.v {
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.uc-bar .uv li span.dot {
    font-size: .6rem;
    opacity: .5;
}

.uc-bar .uv li:last-child span.dot {
    display: none;
}


.uc-ui tbody td:first-child {
    text-align: right;
}

.uc-ui .points {
    font-weight: bold;
    font-size: 1.4rem;
}

.uc-sm li {
    margin: 0 0 .5rem 0;
    display: block;
}

.uc-sm li a {
    margin: .2rem .1rem;
    padding: .3rem .6rem;
    background: rgba(0, 0, 0, .1);
    border-radius: .2rem;
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    font-size: .95rem;
}

.uc-sm li a.current {
    background: rgba(20, 88, 150, 1);
    border-bottom-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, 1);
}


/* carts */
.ci {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: .2rem;
    position: relative;
}

.ci table {
    background: rgba(255, 255, 255, 1);
}

.ci .thumb {
    width: 9rem;
    height: 9rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    border-radius: .2rem;
    overflow: hidden;
}

.ci .thumb>img {
    max-width: 100%;
    max-height: 100%;
}

.ci .info {
    flex: 1;
    padding: 1rem;
}

.ci .label {
    font-size: .8rem;
    opacity: .7;
}

.ci .info h3 {
    font-size: 1.4rem;
}

.ci .info p {
    padding: .2rem 0;
    font-size: .9rem;
}

.ci .remove {
    padding: .1rem .3rem;
    background: rgba(255, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: .2rem;
    font-size: .8rem;
    cursor: pointer;
}

.ct {
    clear: both;
    margin: .5rem;
}

.ct .total {
    margin: 0 .5rem;
}

.ct .total-label {
    margin: 0 .5rem;
    font-size: .9rem;
}

.ct .total-price {
    font-size: 1.4rem;
    font-weight: bold;
}

.pay {
    margin: 0 .5rem;
    position: relative;
    z-index: 10;
}

.pay .to-order {
    cursor: pointer;
}

.pay .to-pay {
    font-size: 1rem;
}

.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}


.add-quantity {
    width: 25px;
    user-select: none;
}

.add-quantity:hover {
    background: rgba(0, 0, 0, .2);
}


/* orders */
.openpay {
    border: 1px solid rgba(0, 0, 0, 1);
    border-top-width: 2px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, 1);
    position: relative;
}

.openpay h3 {
    font-size: 14px;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 8px;
    display: flex;
    justify-content: space-between;
}

.openpay .qrcode {
    width: 280px;
    height: auto;
    min-height: 220px;
    margin: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

.openpay .qrcode>p {
    margin: .3rem 0;
}

.openpay #pay_qrcode {
    border: .1rem solid rgba(0, 0, 0, 1);
    padding: .5rem;
    border-radius: .2rem;
}

.openpay .qrcode img {
    max-width: 100%;
    max-height: 100%;
}

.openpay .label {
    font-size: .8rem;
    border-radius: .2rem;
    position: relative;
    top: -.3rem;
    opacity: .7;
    border-bottom: .1rem solid rgba(0, 0, 0, .5);
    padding: 0 .3rem;
    background: rgba(0, 0, 0, 0.1);
}

.openpay .total {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 .3rem;
}

.openpay h3>.close {
    border: .1rem solid rgba(0, 0, 0, .2);
    padding: 0 .2rem;
    border-radius: .2rem;
    background: rgba(20, 88, 150, .1);
    font-size: .8rem;
    cursor: pointer;
    overflow: hidden;
}

.openpay h3>.close:hover {
    background: rgba(20, 88, 150, 1);
    color: rgba(255, 255, 255, 1);
}

.orders-list .time {
    font-size: .9rem;
}

/* user */
.usi {
    border-radius: .2rem;
    border-bottom: .3rem solid rgba(0, 0, 0, .2);
    padding: 1rem 1.5rem;
    color: rgba(255, 255, 255, 1);
}

.usi h2 {
    font-size: 1.4rem;
}

.usi .hl {
    font-size: .95rem;
}

.usi .hl small {
    color: rgba(255, 255, 255, 1);
    opacity: .6;
    margin: 0 .4rem;
}



/* services */
.sis {
    position: relative;
    margin: 2rem 0 5rem 0;
}

.sis .price {
    font-weight: bold;
    font-size: 1.4rem;
}

.sis h2 {
    text-align: center;
    display: block;
    margin: 3rem 1rem;
    font-size: 2.4rem;
}

.sis>div {
    gap: 1.5rem;
}



.sis .bls {
    border: .3rem solid rgba(255, 255, 255, 1);
    box-shadow: 0rem .1rem 1.125rem 0rem rgba(21, 58, 160, 0.2);
    background: conic-gradient(from calc(6.5rad/8) at 72% 30%, rgba(0, 40, 100, .05) 1%, rgba(0, 40, 100, .0) 5%, rgb(255, 255, 255) 30%);
    padding: 1px;
    padding: 2rem 1.5rem;
    border-radius: .3rem;
    text-align: center;
    flex: 1;
}

.sis .bls .name>.title {
    font-size: 2rem;
    font-weight: bold;
}

.sis .bls .name>.code {
    text-align: center;
    font-weight: bold;
}

.sis .bls:hover {
    border-color: rgba(0, 40, 100, .8);
}

.sis .bls h3 {
    font-size: 2.2rem;
    text-align: center;
    background: none;
}

.sis .bls p {
    font-size: 1rem;
}

.sis .bls .price {
    padding: 1rem 0;
    margin: 0rem 0;
    font-size: 2.2rem;
}

.sis .bls .ls {
    padding: .5rem;
}

.sis .bls .hl {
    color: rgba(200, 50, 50, 1);
    font-weight: bold;
}

.sis .bls .ms {
    text-decoration: line-through;
    font-size: 1rem;
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
    margin-left: .5rem;
    display: inline-block;
    position: relative;
    top: .3rem;
}

.sis .bls .hl>.cny {
    font-size: 1.8rem;
    font-weight: bold;
}

.sis .bls .unit {
    font-size: .9rem;
}

.sis .bls .create-order {
    box-shadow: 0 .2rem .3rem 0 rgba(0, 0, 0, .2);
}

.sis .ls {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 1rem;
}

.sis .ls span.title {
    font-size: .9rem;
    opacity: .5;
    min-width: 100px;
}

.sis .ls span.sv {
    font-weight: bold;
}

.sis .ls li {
    margin: .5rem 0;
}


/*
orders
*/
.sn {
    padding: .8rem .8rem;
}


.openpay {
    border: 1px solid rgba(0, 0, 0, 1);
    border-top-width: 2px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, 1);
    position: relative;
}

.openpay h3 {
    font-size: 14px;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 8px;
    display: flex;
    justify-content: space-between;
}

.openpay .qrcode {
    width: 280px;
    height: auto;
    min-height: 220px;
    margin: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

.openpay .qrcode>p {
    margin: .3rem 0;
}

.openpay #pay_qrcode {
    border: .1rem solid rgba(0, 0, 0, 1);
    padding: .5rem;
    border-radius: .2rem;
}

.openpay .qrcode img {
    max-width: 100%;
    max-height: 100%;
}

.openpay .label {
    font-size: .8rem;
    border-radius: .2rem;
    position: relative;
    top: -.3rem;
    opacity: .7;
    border-bottom: .1rem solid rgba(0, 0, 0, .5);
    padding: 0 .3rem;
    background: rgba(0, 0, 0, 0.1);
}

.openpay .total {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 .3rem;
}

.openpay h3>.close {
    border: .1rem solid rgba(0, 0, 0, .2);
    padding: 0 .2rem;
    border-radius: .2rem;
    background: rgba(0, 40, 100, .1);
    font-size: .8rem;
    cursor: pointer;
    overflow: hidden;
}

.openpay h3>.close:hover {
    background: rgba(0, 40, 100, 1);
    color: rgba(255, 255, 255, 1);
}

.orders-list .time {
    font-size: .9rem;
}

.order-info tbody tr td:first-child {
    text-align: right;
    font-size: .95rem;
}


/*order-ask*/
.order-ask {
    z-index: 100;
}

.order-ask>div {
    position: relative;
    width: 350px;
    background: rgba(255, 255, 255, 1);
    border: .1rem solid rgba(0, 0, 0, .2);
    border-top-width: .2rem;
    padding: 1rem;
    border-radius: .3rem;
    z-index: 101;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.order-ask .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: .2rem .3rem;
    margin: 0 .2rem;
    background: rgba(0, 0, 0, .2);
    color: rgba(245, 245, 245, 1);
    border-radius: 0 0 .2rem .2rem;
    font-size: .8rem;
    cursor: pointer;
}

.order-ask .close:hover {
    background: rgba(0, 40, 100, 1);
}

.order-ask>div h2 {
    font-size: 1.4rem;
    padding: 1rem 1rem;
    text-align: center;
}

.order-ask .total {
    padding: 1rem;
    text-align: right;
}

.order-ask .tnum {
    font-size: 1.4rem;
    font-weight: bold;
}

.order-ask .quantity {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    border-radius: .2rem;
    border-top: .1rem solid rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 1.7rem;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.order-ask .current {
    background: rgba(0, 40, 100, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.order-ask .label {
    font-size: .95rem;
    opacity: .7;
}

.order-ask .diff {
    font-size: .7rem;
    text-align: right;
    padding: .1rem .5rem;
    color: red;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0 0 .2rem .2rem;
}

.order-ask .tips {
    margin: 2rem 0 0 0;
    font-size: .85rem;
    opacity: .7;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: .8rem;
    background: rgba(0, 0, 0, .05);
    padding: .5rem;
    border-radius: .3rem;
}

.order-ask .te {
    font-size: .9rem;
    position: relative;
    top: -.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.order-ask .rmb {
    position: relative;
    top: -.5rem;
    font-size: .8rem;
}


/* order-pay */
.order-pay {
    z-index: 100;
}

.pay-wxpay-title {
    background: #159957;
    color: white;
}

.pay-alipay-title {
    background: #003973;
    color: white;
}

.order-pay>div {
    z-index: 300;
    border: 1px solid rgba(0, 0, 0, 1);
    border-top-width: 1px;
    border-top-width: 2px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, 1);
    position: relative;
}

.order-pay .close {
    position: absolute;
    z-index: 500;
    right: 0;
    top: 0;
    padding: .2rem .3rem;
    margin: 0 .2rem;
    background: rgba(0, 0, 0, .2);
    color: rgba(245, 245, 245, 1);
    border-radius: 0 0 .2rem .2rem;
    font-size: .8rem;
    cursor: pointer;
}

.order-pay .close:hover {
    background: rgba(0, 40, 100, 1);
}

.order-pay>div h2 {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 8px;
    display: flex;
    justify-content: space-between;
}

.order-pay>div>div {
    padding: 2rem;
}

.order-pay .timeleft {
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    font-size: .55rem;
    border-radius: .2rem;
    background: rgba(0, 0, 0, .1);
    padding: .1rem .2rem;
}

.order-pay .tx {
    font-size: .8rem;
}

.order-pay .label {
    font-size: .9rem;
    opacity: .7;
    margin-right: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.order-pay .payqrcode {
    border: 1px solid rgba(0, 0, 0, .5);
    margin: 1rem auto;
    border-radius: .2rem;
    padding: .5rem;
}

.order-pay .te {
    padding-right: .5rem;
}



.uc-pages {
    position: relative;
    z-index: 100;
}



/* support */
.sul {
    clear: both;
    margin: 2rem 0;
    border-radius: .2rem;
}

.sul .nv>div {
    border: .2rem solid rgba(0, 40, 100, 1);
    min-width: 200px;
    max-width: 250px;
}

.sul .nv>div>h3 {
    padding: 1rem .5rem;
    background: rgba(0, 0, 0, .03);
    font-size: .95rem;
    text-align: center;
}

.sul .nv>div li {
    padding: .5rem .8rem;
    background: rgba(0, 40, 100, 1);
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sul .nv>div li a {
    color: rgba(255, 255, 255, .7);
}

.sul .nv>div li.current a {
    color: rgba(255, 255, 255, 1) !important;
}

.sul .nv>div li:hover a {
    color: rgba(255, 255, 255, 1);
}

.sul>.nl {
    flex: 1;
    min-height: 25rem;
    padding: 0 3rem;
}

.sul>.nl>h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.sul>.nl>h2 span {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.sus li {
    clear: both;
    padding: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sus li:last-child {
    border: 0;
}

.sul .it {
    clear: both;
}

.sul .it h3 {
    font-size: 1.4rem;
}




.sti {
    padding: 3rem 5rem;
}

.sti h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0
}

.sti li {
    margin: .1rem;
    width: calc(25% - .5rem);
}

.sti .tii {
    background: rgba(0, 0, 0, .03);
    padding: 1rem;
    border-radius: .2rem;
}

.sti .tii h3 {
    font-size: 1.4rem;
}

.sti .tii p {
    padding: 0 2rem;
}


.sta {
    padding: 0 5rem;
}

.sta h2 {
    font-size: 2.4rem;
    text-align: center;
}

.sta ul {
    display: flex;
    flex-direction: column;
}

.sta ul li {
    clear: both;
    margin: .1rem;
}

.sta .it {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .2rem;
}

.sta .it h3 {
    font-size: 1rem;
    background: rgba(0, 0, 0, .03);
    padding: .5rem;
}

.sta .it p {
    font-size: .9rem;
    padding: 1rem;
}


/* post */
.post {
    flex: 1;
    min-height: 25rem;
    padding: 0 3rem;
}

.post h2 {
    font-size: 2.4rem;
    text-align: center;
}

.post .bar {
    font-size: .8rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0;
    padding: 1rem 0;
}

.post .excerpt {
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .03);
    margin: .5rem 0;
    padding: 1rem;
    font-size: .95rem;
}

.post .content {
    padding: 2rem .5rem;
}

.post .tls {
    clear: both;
    margin: 2rem 0;
}

.post .tls ul {
    margin: 0 auto;
    display: flex;
}

.post .tls li {
    background: rgba(0, 0, 0, .03);
    display: block;
    margin: 0 .2rem;
    padding: .5rem .3rem;
    width: 80px;
    border-radius: .2rem;
}

.post .tls li:hover {
    background: rgba(0, 0, 0, .1);
}

.post .tls li span {
    text-align: center;
    display: block;
    font-size: .8rem;
}


/* comments */
.comments {
    clear: both;
}

.comments ul ul {
    margin-left: 2rem;
    border-left: .2rem solid rgba(0, 0, 0, .1);
    padding: 0 0 0 .5rem;
}

.comments ul li {
    margin: .5rem 0;
}

.comments h3 {
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
}

.comments form {
    display: flex;
    flex-direction: column;
}

.comments input,
.comments textarea {
    border: none;
    background: rgba(0, 0, 0, .03);
    padding: .8rem;
    margin: .5rem 0;
    border-radius: .2rem;
    font-size: .9rem;
}


/* Site */
.sa {
    padding: 0;
}

.sa li {
    margin: .1rem 0;
}

.sa h3 {
    font-size: 1rem;
    padding: .5rem 1rem;
    background: rgba(0, 40, 100, .2);
    color: white;
}

.sa .info {
    border: .2rem solid rgba(0, 40, 100, .2);
}

.sa .info tbody td:first-child {
    font-size: .95rem;
    width: 150px;
    text-align: right;
    opacity: .8;
    vertical-align: top;
    padding-top: .8rem;
}

.sa .info .tips {
    font-size: .9rem;
    padding: .5rem;
}

.sasec {
    position: relative;
}

.sasec .nav-ic {
    height: 1rem;
    right: 1rem;
    position: absolute;
    top: .2rem;
    z-index: 10;
    cursor: pointer;
}