.information {
    height: 16.7rem;
    border-top: 1px solid #848cba;
    background:  no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.information .man {
    left: 17.5rem;
}

.information p {
    position: absolute;
    left: 0;
    top: 10.3rem;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
}

.information p:last-of-type {
    font-size: 1.1rem;
    top: 12.8rem;
    
}

.code2 {
    position: absolute;
    right: 1.2rem;
    bottom: 1.9rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    border-radius: 0.4rem;
    z-index: 9;
}

.code2 img {
    width: 2.2rem;
}

.myhome {
    margin-top: 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 1.5rem;
}

.myhome p {
    text-align: center;
    margin-top: 1rem;
}

.myhome p a {
    display: inline-block;
    font-size: 1.6rem;
    color: #595b61;
}

.myhome p a i {
    display: inline-block;
    width: 5.3rem;
    height: 5.3rem;
    background: #f70091;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.myhome p a i:before {
    display: inline-block;
    content: "";
    width: 3.45rem;
    height: 2.45rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.5rem;
}

.myhome nav {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.myhome nav ul {
    width: 100%;
}

.myhome nav ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 1rem;
}

.myhome nav ul li > a {
    width: 7rem;
    margin: 0 auto;
    display: block;
    font-size: 1.6rem;
    color: #595b61;
    text-align: center;
}

.myhome nav ul li > a i {
    display: inline-block;
    width: 5.3rem;
    height: 5.3rem;
    background: #f70091;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.myhome nav ul li > a i:before {
    display: inline-block;
    content: "";
    width: 3.45rem;
    height: 2.45rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.5rem;
}
.myhome nav ul li:nth-of-type(2) > a i {
    background: #f05844;
}

.myhome nav ul li:nth-of-type(2) > a i:before {
    width: 2.7rem;
    height: 2.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.3rem;
}
.myhome nav ul li:nth-of-type(3) > a i {
    background: #f19e1f;
}

.myhome nav ul li:nth-of-type(3) > a i:before {
    width: 2.2rem;
    height: 2.15rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.5rem;
}

.myhome nav ul li:nth-of-type(4) > a i {
    background: #1baf5d;
}

.myhome nav ul li:nth-of-type(4) > a i:before {
    width: 2.85rem;
    height: 2.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.3rem;
}

.myhome nav ul li:nth-of-type(5) > a i {
    background: #9b48bd;
}

.myhome nav ul li:nth-of-type(5) > a i:before {
    width: 2.9rem;
    height: 2.3rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.5rem;
}

/*.myhome nav ul li:nth-of-type(5) > a i {
    background: #9b48bd;
}

.myhome nav ul li:nth-of-type(5) > a i:before {
    width: 2.7rem;
    height: 2.65rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.3rem;
}*/

.myhome nav ul li:nth-of-type(6) > a i {
    background: #545ede;
}

.myhome nav ul li:nth-of-type(6) > a i:before {
    width: 2.85rem;
    height: 2.55rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.3rem;
}

.myitem {
    background: #fff;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.myitem ul {
    width: 100%;
}

.myitem ul li {
    width: 100%;
    padding: 1rem 0.6rem;
    border-bottom: 1px solid #dddddd;
    line-height: 3.3rem;
    height: 5.3rem;
    font-size: 1.3rem;
    color: #524948;
    position: relative;
}

.myitem ul li a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.myitem ul li b {
    display: inline-block;
    width: 3.3rem;
    height: 3.3rem;
    background: #f4683f;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    margin-right: 1rem;
}

.myitem ul li b:before {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    content: "";
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.95rem;
}

.myitem ul li i {
    display: block;
    position: absolute;
    width: 0.7rem;
    height: 1.2rem;
    right: 0.6rem;
    top: 50%;
    background:  no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.myitem ul li:last-child {
    border: none;
}

.myitem ul li:nth-child(2) b {
    background: #545ede;
}

.myitem ul li:nth-child(3) b {
    background: #ffae00;
}

.blogcontent {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    display: block;
    min-height: 400px;
}

.blogcontent h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.blogcontent h3 {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.3rem;
    color: #514b4b;
    font-weight: bold;
    border-left: 0.4rem solid #fa4b4b;
    line-height: 1.7rem;
    min-height: 1.7rem;
    text-indent: 0.7rem;
}

.commentlist {
    margin-top: 1rem;
}

.commentlist dl {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.commentlist dl dt {
    width: 3.9rem;
    float: left;
}

.commentlist dl dt img {
    max-width: 100%;
}

.commentlist dl dt a {
    display: block;
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.commentlist dl dd {
    margin-left: 4.8rem;
    position: relative;
}

.commentlist dl dd b {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    font-weight: 400;
}

.commentlist dl dd b a {
    color: #2e42b0;
}

.commentlist dl dd p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #333;
}

.commentlist dl dd time {
    position: absolute;
    right: 0;
    top: 0;
    color: #7a7878;
    font-size: 1.1rem;
    line-height: 2rem;
}

.commentlist dl dd i {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 0.5rem;
    background: #fa5065;
    border-radius: 0.2rem;
    margin: 0 0.5rem;
    font-style: normal;
}

.commentlist dl:last-child {
    border: none;
}

.commentbox {
    width: 100%;
    padding: 1rem 1.5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
}

.commentbox button {
    width: 5.1rem;
    height: 2.8rem;
    border: none;
    background: #4e61c6;
    font-size: 1.4rem;
    color: #fff;
    float: right;
    border-radius: 0.2rem;
}

.commentbox p {
    margin-right: 6rem;
    border: 1px solid #afafb3;
    height: 2.8rem;
    border-radius: 0.2rem;
}

.commentbox p input {
    width: 100%;
    height: 2.6rem;
    border: none;
    font-size: 1.2rem;
    color: #9e9e9e;
    text-indent: 0.8rem;
}

.author {
    padding: 1rem 0;
    position: relative;
}

.author p {
    width: 3.5rem;
    height: 3.5rem;
    float: left;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.author p > a {
    display: block;
    width: 100%;
    height: 100%;
}

.author b {
    display: block;
    height: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    overflow: hidden;
    font-weight: 400;
    margin: 0 0 0 3.5em;
}

.author b a {
    color: #2e42b0;
}

.author time {
    display: block;
    height: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #373434;
    margin: 0 0 0 3.5em;
}

.author div {
    position: absolute;
    background: #fff;
    top: 1.5rem;
    right: 0;
    z-index: 9;
}

.author div a {
    display: inline-block;
    position: relative;
    margin-left: 1.5rem;
    vertical-align: top;
}

.author div a.comment {
    width: 1.85rem;
    height: 1.6rem;
    background:  no-repeat;
    background-size: contain;
}

.author div a i {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    background: #fe8156;
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.5rem;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    font-style: normal;
    right: -0.5rem;
    top: -0.5rem;
}

.author div a.view {
    width: 1.8rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
}

.author div a.like {
    width: 1.6rem;
    height: 1.45rem;
    background:  no-repeat;
    background-size: contain;
}

.author div a.shareblog {
    width: 1.6rem;
    height: 1.6rem;
    background:  no-repeat;
    background-size: contain;
}

.author   .content {
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #333;
    padding: 1rem 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.nextblog {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    padding: 1rem 1.2rem;
    margin: 1.2rem 0;
}

.nextblog p {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #8d8d8d;
}

.nextblog p a {
    color: #575151;
}

.nextblog p a:active {
    color: #3f51b5;
}

.membertitile {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    line-height: 4.5rem;
    text-indent: 1.5rem;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
}

.membertitile i {
    position: absolute;
    font-style: normal;
    right: 1.5rem;
    font-size: 1rem;
    color: #968c8c;
    font-weight: 400;
}

.membertitile p {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 0.1rem;
    text-indent: 0;
}

.membertitile p a {
    display: inline-block;
    font-size: 0.9rem;
    color: #999999;
    line-height: 1.7rem;
    padding: 0 0.8rem;
    background: #fff;
    font-weight: 400;
    border: 1px solid #c0c0c0;
    border-radius: 0.2rem;
    position: relative;
}

.membertitile p a.active {
    color: #000;
    background: #dbdbdb;
}

.membertitile p a:nth-child(1) {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.membertitile p a:nth-child(2) {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.membertitile p a i {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff0000;
    font-size: 0.5rem;
    line-height: 1rem;
    top: -0.2rem;
    right: 0;
}

.membertitile   .bbstop {
    margin-top: 0;
}

.companyshow {
    padding: 2rem 1.2rem;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 1.5rem;
}
.membertitile > a.favoriteall,.membertitile > a.favoritenotall{
    display: block;
    line-height: 2.1rem;
    color: #333333;
    background: #fff;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 1rem;
    padding: 0 1rem;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    text-indent: 0px;
    border:1px solid #d0d0d0;
}
.membertitile > a.favoriteall{
    right: 8rem;
}

.companylogo {
    background: #ececec  no-repeat;
    background-position: 50% 50%;
}

.companylogo img {
    max-width: 100%;
    background: #fff;
}

.companyshow b {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    padding: 1rem 0 2rem 0;
    border-bottom: 1px solid #ddd;
}

.companyshow > p {
    text-align: center;
    padding: 2rem 0 0 0;
}

.companyshow p a {
    display: inline-block;
    padding: 0 2.2rem;
    color: #fff;
    line-height: 3.5rem;
    font-size: 1.8rem;
    background: #f23573;
    border-radius: 0.5rem;
    margin: 0 1rem;
}

.companyshow p a.tel {
    background: #5e70d1;
}

.companyname {
    text-align: center;
}

.companyname i {
    display: inline-block;
    width: 4.9rem;
    height: 4.9rem;
    background:  no-repeat;
    background-size: contain;
}

.companyname p {
    font-size: 1.4rem;
    line-height: 3.5rem;
}

.companyname p mark {
    background: none;
    color: #3f51b5;
    text-decoration: underline;
    margin: 0 1rem;
}

.productparameter {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 0 1.2rem;
    margin-top: 1.5rem;
}

.productparameter dl {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.productparameter dl dt {
    width: 6.4rem;
    height: 4.4rem;
    float: left;
    font-size: 1.2rem;
    text-align: justify;
    text-align-last: justify;
    line-height: 4.4rem;
}

.productparameter dl dt:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
    vertical-align: top;
}

.productparameter dl dd {
    margin-left: 7rem;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #666666;
    position: relative;
    overflow: hidden;
    padding: 1.2rem 0;
}

.productparameter dl dd b {
    color: #3e52c2;
    text-decoration: underline;
}

.productparameter dl dd > a {
    color: #3e52c2;
    text-decoration: underline;
}

.productparameter dl:last-of-type {
    border: 0;
}

.bbstop ul li:nth-of-type(5) b {
    background: #a52bc8;
}

.bbstop ul li:nth-of-type(6) b {
    background: #f61e7f;
}

.bbstop ul li:nth-of-type(7) b {
    background: #9e9e9e;
}

.managelist ul li b:before {
    display: inline-block;
    content: "";
    width: 1.75rem;
    height: 1.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.6rem;
}

.managelist ul li:nth-of-type(2) b:before {
    width: 1.85rem;
    height: 1.45rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 1rem;
}

.managelist ul li:nth-of-type(3) b:before {
    width: 1.65rem;
    height: 1.65rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.managelist ul li:nth-of-type(4) b:before {
    width: 1.55rem;
    height: 1.85rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.7rem;
}

.managelist ul li:nth-of-type(5) b:before {
    width: 1.6rem;
    height: 1.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.7rem;
}

.managelist ul li:nth-of-type(6) b:before,
.aboutapp ul li:nth-of-type(1) b:before {
    width: 1.65rem;
    height: 1.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.aboutapp ul li:nth-of-type(2) b:before {
    width: 1.5rem;
    height: 1.55rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.managelist ul li:nth-of-type(7) b:before {
    width: 1.85rem;
    height: 1.95rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.7rem;
}

.clearspace ul li b:before {
    width: 1.3rem;
    height: 1.6rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.setlist ul li b:before {
    display: inline-block;
    content: "";
    width: 1.75rem;
    height: 1.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.6rem;
}

.setlist ul li:nth-of-type(2) b:before {
    width: 1.35rem;
    height: 1.8rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.setlist ul li:nth-of-type(3) b:before {
    width: 1.75rem;
    height: 1.7rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.7rem;
}

.setlist ul li:nth-of-type(4) b:before {
    width: 1.3rem;
    height: 1.6rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.setlist ul li:nth-of-type(5) b:before {
    width: 1.25rem;
    height: 1.5rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.8rem;
}

.setlist ul li:nth-of-type(6) b:before {
    width: 1.75rem;
    height: 1.5rem;
    background:  no-repeat;
    background-size: contain;
    margin-top: 0.9rem;
}

.managelist   .exit,
.setlist   .exit {
    background: none;
    border: none;
}

.service {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 2.5rem;
}

.service table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.service table tr th {
    border: 1px solid #dedede;
    background: #f0f0f0;
    font-size: 1.2rem;
    padding: 0.8rem 0;
}

.service table tr td {
    border: 1px solid #d7d7d7;
    text-align: center;
    font-size: 1rem;
    padding: 0.8rem 0;
    color: #808281;
}

.service table tr td b {
    font-weight: 400;
    color: #666;
}

.service table tr td b.lv1 {
    color: #1cb02d;
}

.service table tr td b.lv2 {
    color: #9a1cbe;
}

.service table tr td b.lv3 {
    color: #ff6600;
}

.service table tr td b.lv4 {
    color: #3f51b5;
}

.statistics {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 2rem;
}

.statistics ul {
    width: 100%;
}

.statistics ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.statistics ul li b {
    display: inline-block;
    width: 3.25rem;
    height: 3.25rem;
    background: #f4683f;
    border-radius: 50%;
}

.statistics ul li b:before {
    content: "";
    display: inline-block;
    width: 1.85rem;
    height: 1.95rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.7rem 0 0 0;
}

.statistics ul li span {
    display: block;
    font-size: 1.5rem;
    color: #ff6600;
    padding: 0.5rem 0 0.5rem 0;
    position: relative;
}

.statistics ul li span:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 40%;
    height: 1px;
    background: #cecece;
    display: block;
}

.statistics ul li p {
    display: block;
    font-size: 0.9rem;
    color: #333333;
    padding: 0.5rem 0 0.5rem 0;
}

.statistics ul li:nth-child(2) b {
    background: #545ede;
}

.statistics ul li:nth-child(3) b {
    background: #ffae00;
}

.statistics ul li:nth-child(4) b {
    background: #6cb82a;
}

.statistics ul li:nth-child(2) b:before {
    width: 1.75rem;
    height: 1.7rem;
    background:  no-repeat;
    background-size: contain;
    margin: 0.7rem 0 0 0;
}

.statistics ul li:nth-child(3) b:before {
    width: 1.85rem;
    height: 1.8rem;
    background:  no-repeat;
    background-size: contain;
    margin: 0.7rem 0 0 0;
}

.statistics ul li:nth-child(4) b:before {
    width: 1.8rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    margin: 1rem 0 0 0;
}

.conutnav {
    padding: 2.5rem 0;
}

.conutnav p {
    text-align: center;
}

.conutnav p a {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2.4rem;
    width: 10.5rem;
    border: 1px solid #d1d1d1;
    background: #f0eded;
    margin: 0 0.8rem;
    border-radius: 0.5rem;
    color: #666666;
}

.conutnav p a.active {
    background: #bfbfbf;
    border-color: #bfbfbf;
    color: #fff;
}

.conutbox {
    width: 100%;
    overflow: hidden;
}

.chart {
    width: 200%;
}

.chartmain {
    width: 50%;
    float: left;
    padding: 0 2rem;
    text-align: center;
}

.orderlist {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0 1.4rem;
}

.orderlist ul {
    width: 100%;
}

.orderlist ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.orderlist ul li:last-child {
    border: none;
}

.orderlist ul li p {
    font-size: 1.3rem;
    height: 5.6rem;
    width: 100%;
    line-height: 5.6rem;
    overflow: hidden;
    color: #524948;
}

.orderlist ul li time {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    line-height: 5.6rem;
    color: #999999;
    background: #fff;
    padding-left: 1rem;
}

.orderlist ul li time:after {
    display: inline-block;
    content: "";
    width: 1.2rem;
    height: 0.7rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 1rem;
}

.orderlist ul li > a {
    display: block;
    width: 100%;
    height: 5.6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.ordercontent {
    background: #eeeeee;
    padding: 1rem;
    display: none;
}

.ordercontent dl {
    width: 100%;
}

.ordercontent dl dt {
    width: 5rem;
    height: 2.4rem;
    float: left;
    font-size: 1.2rem;
    color: #999999;
    line-height: 2.4rem;
    text-align: justify;
    text-align-last: justify;
}

.ordercontent dl dt:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
    vertical-align: top;
}

.ordercontent dl dd {
    margin-left: 6rem;
    font-size: 1.2rem;
    color: #473a3a;
    line-height: 2.4rem;
    min-height: 2.4rem;
}

.ordercontent dl dd a {
    color: #3e52c2;
    text-decoration: underline;
}

.producttop {
    background: #eeeeee;
    border-bottom: 1px solid #c5c5c5;
}

.producttop a {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #c5c5c5;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3.8rem;
    color: #858585;
}

.producttop a:before {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 1.1rem 0.7rem 0 0;
}

.producttop a:last-child {
    border: none;
}

.producttop a:last-child:before {
    width: 1.5rem;
    background:  no-repeat;
    background-size: contain;
}

.producttop a.active {
    font-weight: bold;
    color: #393b3e;
    background: #d9d9d9;
}

.producttop a.active:before {
    background:  no-repeat;
    background-size: contain;
}

.producttop a:last-child.active:before {
    background:  no-repeat;
    background-size: contain;
}

.productmanage {
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0 1.5rem;
}

.productmanage ul {
    width: 100%;
}

.productmanage ul li {
    width: 100%;
    height: 6.9rem;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.productmanage ul li figure div {
    float: left;
    display: table;
    margin: 0 1rem 0 2rem;
}

.productmanage ul li figure div p {
    display: table-cell;
    width: 6.9rem;
    height: 6.9rem;
    text-align: center;
    vertical-align: middle;
}

.productmanage ul li figure div p > a {
    display: inline-block;
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: contain;
}

.productmanage ul li figure div p img {
    max-width: 90%;
    max-height: 90%;
}

.productmanage ul li figure figcation {
    padding: 1.5rem 0 0 0;
    margin-left: 9.9rem;
    display: block;
}

.productmanage ul li figure figcation p {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #342e2d;
}

.productmanage ul li figure figcation b {
    color: #ff6600;
    font-size: 1.3rem;
}

.productmanage ul li > a {
    display: block;
    width: 4.7rem;
    height: 4.7rem;
    background: #5d70dd;
    position: absolute;
    right: 0;
    top: 1.1rem;
    text-align: center;
    display: none;
}

.productmanage ul li > a:before {
    display: inline-block;
    content: "";
    width: 2.2rem;
    height: 2.5rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-top: 1.1rem;
}

.clearchat {
    margin-top: 1.5rem;
    border-top: 1px solid #ddd;
}

.checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.checkbox label {
    display: inline;
}

.checkbox .regular-checkbox {
    display: none;
}

.regular-checkbox   label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.regular-checkbox   label:active,
.regular-checkbox:checked   label:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked   label,
.active label {
    background-color: #5d70dd;
    border: 1px solid #5d70dd;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked   label:after,
.active label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.big-checkbox   label {
    padding: 0.7rem;
}

.big-checkbox:checked   label:after,
.active label:after {
    font-size: 1.2rem;
    left: 0.1rem;
    top: -0.2rem;
    color: #fff;
}

.allchoose {
    font-size: 1.2rem;
    line-height: 2.8rem;
}

.allchoose a {
    color: #666666;
    margin-right: 2rem;
}

.quickbuy {
    padding: 0 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-bottom: 1.5rem;
}

.quickbuy label {
    display: block;
    font-size: 1.6rem;
    color: #2d2828;
    padding: 1.1rem 0 0.9rem 0;
}

.quickbuy p input {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 0.3rem;
    height: 3.4rem;
    font-size: 1.4rem;
    color: #999;
    text-indent: 1.3rem;
    font-family: "open sans";
}

.postarea {
    border: 1px solid #c2c2c2;
    border-radius: 0.2rem;
    height: 25rem;
    overflow: hidden;
    position: relative;
}

.postarea textarea {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    border: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #6b6060;
    padding: 1rem;
}

.postarea a.add {
    width: 6rem;
    height: 5rem;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: #f4f4f4;
    font-size: 1.1rem;
    text-align: center;
    color: #8c8c8c;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

.postarea a.add:before {
    display: inline-block;
    width: 2.1rem;
    height: 1.85rem;
    content: "";
    background:  no-repeat;
    background-size: contain;
    margin: 0.8rem 0 0 0;
}

.addphotos {
    margin-top: 1.2rem;
}

.addphotos b {
    display: inline-block;
    width: 3.9rem;
    height: 3.9rem;
    margin: 0 0.8rem 0.8rem 0;
    position: relative;
}

.addphotos b a.myphotos {
    display: block;
    width: 3.9rem;
    height: 3.9rem;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.addphotos b a.myerrowprompt{
    position: absolute;
    top: 0;
    right: -0.8rem;
}

.selecttop {
    width: 100%;
    height: 3.4rem;
    position: relative;
}

.selecttop input {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 0.3rem;
    height: 3.4rem;
    font-size: 1.4rem;
    color: #999;
    text-indent: 1.3rem;
    position: absolute;
    z-index: 9;
    background: none;
}

.selecttop > a {
    display: block;
    width: 3.8rem;
    height: 3.4rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #c2c2c2;
    text-align: center;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.selecttop > a:before {
    display: inline-block;
    content: "";
    width: 0.95rem;
    height: 0.55rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-top: 1.4rem;
}

.selectbot,
.selectbot1,.selectbot2,.selecttimebot {
    display: none;
}

.selectbot ul,
.selectbot1 ul ,.selectbot2 ul,.selecttimebot ul {
    width: 100%;
    border: 1px solid #c2c2c2;
    margin-top: -1px;
}

.selectbot ul li,
.selectbot1 ul li,.selectbot2 ul li ,.selecttimebot ul li {
    display: block;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #666;
    text-indent: 1.3rem;
}

.selectbot ul li a,
.selectbot1 ul li a,.selectbot2 ul li a ,.selecttimebot ul li a {
    color: #666;
    display: block;
}

.selectbot ul li a:active,
.selectbot1 ul li a:active,.selectbot2 ul li a:active ,.selecttimebot ul li a :active {
    background: #3f51b5;
    color: #fff;
}

.selecttop1,.selecttop2 {
    margin-top: 1rem;
}

.errowprompt {
    padding: 1rem 0;
    font-size: 1.2rem;
    color: #555555;
    text-indent: 1.5rem;
}

.errowprompt:before {
    display: inline-block;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.3rem 0.4rem 0 0;
}

.myerrowprompt:before {
    display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    cursor: pointer;
	
}

.sendbuy a {
    display: block;
    width: 100%;
    padding: 1rem 0 0.8rem 0;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #5064cf;
    border-radius: 0.3rem;
    margin-bottom: 1.5rem;
    border:1px solid #5064cf;
}
.sendbuy a:active{
    background: #fff;
    color: #5064cf;
}

.location {
    padding: 1.1rem 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.location a {
    display: block;
    font-size: 1.4rem;
    color: #524948;
}

.location a:before {
    display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.75rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.3rem 0.5rem 0 0;
}

.arealist {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}

.favoriteslist {
    line-height: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
    color: #524948;
    position: relative;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-left: 2.5rem;
}

.favoriteslist > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 2.5rem;
    z-index: 9;
}

.favoriteslist i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.7rem;
    height: 1.15rem;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    background:  no-repeat;
    background-size: contain;
}

.favoriteslist:last-child {
    border: none;
}

.signature {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.signature textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #6b6060;
    padding: 1rem;
    border-radius: 0.3rem;
}

.signature > a {
    display: inline-block;
    padding: 0.9rem 0 0.7rem 0;
    width: 70%;
    margin: 2.3rem 0 0.8rem 0;
    font-size: 1.4rem;
    color: #fff;
    background: #f33344;
    border-radius: 0.3rem;
}

.signature input.personalname {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 0.3rem;
    height: 3.4rem;
    font-size: 1.4rem;
    color: #333;
    text-indent: 1.3rem;
}

.aboutus {
    padding: 1rem 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #524948;
    text-align: justify;
    text-justify: inter-ideograph;
}

.applogo {
    text-align: center;
    font-size: 1.4rem;
    color: #2f2b2b;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}

.applogo img {
    width: 8rem;
    margin-bottom: 0.6rem;
}

.update {
    text-align: center;
    padding: 1.8rem 0;
}

.update a {
    display: inline-block;
    padding: 0.8rem 2rem;
    color: #393b3e;
    font-size: 1.4rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #bdbdbd;
    background: #fff;
}

.update a:after {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.3rem 0 0 0.7rem;
}

.update a:active {
    border: 0.1rem solid #5266d9;
    color: #fff;
    background: #5266d9;
}

.update a:active:after {
    background:  no-repeat;
    background-size: contain;
}

.feed {
    margin-bottom: 1.5rem;
}

.shopsno {
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.reminder {
    font-size: 1.2rem;
    color: #333;
    padding-left: 3rem;
    line-height: 2rem;
    margin: 1rem 0;
    position: relative;
}

.reminder:before {
    display: inline-block;
    content: "";
    width: 2rem;
    height: 2rem;
    background:  no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}

.verification {
    text-align: center;
    font-size: 1.4rem;
    color: #898686;
    padding-bottom: 1rem;
}

.verification h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 0.3rem 0;
}

.veribtn {
    padding: 2.7rem;
    text-align: center;
}

.veribtn a {
    display: inline-block;
    font-size: 1.4rem;
    color: #2d2828;
    padding: 0.6rem 3rem 0.6rem 3rem;
    border: 1px solid #9e9d9d;
    border-radius: 0.2rem;
    margin: 0 1rem;
}

.veribtn a:first-child {
    background: #f33344;
    border-color: #f33344;
    color: #fff;
}

.removeno {
    padding: 1.5rem 0;
    text-align: center;
}

.removeno a {
    display: inline-block;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #bdbdbd;
    font-size: 1.4rem;
    color: #393b3e;
    vertical-align: top;
    background: #fff;
}

.removeno a:after {
    display: inline-block;
    content: "";
    width: 1.55rem;
    height: 1.55rem;
    background:  no-repeat;
    background-size: contain;
    margin: 0.3rem 0 0 0.5rem;
    vertical-align: top;
}

.removeno a:active {
    border: 0.1rem solid #5266d9;
    color: #fff;
    background: #5266d9;
}

.removeno a:active:after {
    background:  no-repeat;
    background-size: contain;
}
.setbox .more a:before{
	display: none;
}
.setbox h4{
    display: block;
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    padding:1.5rem 0 0 0;
    text-align: center;
}

.squared {
	position: absolute;
    left: 0rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 2rem;
    height: 2rem;
}
.squared input[type=checkbox] {
	visibility: hidden;
}

.squared label {
	cursor: pointer;
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 0;
    left: 0;
	border-radius: 0.2rem;
    border:1px solid #ddd;
	background: #fff;
}

.squared label:after {
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.9rem;
	height: 0.5rem;
	top: 0.4rem;
	left: 0.4rem;
	border: 3px solid #3f51b5;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squared label:hover::after {
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squared input[type=checkbox]:checked   label:after {
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}