<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail__left {
    width: 940px;
    float: left;
}

.detail__left__info {
    width: 940px;
    position: relative;
    /* height: 407px; */
}

.info__thumbnail {
    width: 300px;
    height: 256px;
    border: solid 1px #dfe3f1;
    margin: 20px 20px 10px 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info__thumbnail img {
    max-width: 90%;
    max-height: 98%;
}
.info__thumbnail .tm-image-tips{
    position: absolute;
    top:10px;
    right:10px;
    padding: 5px 16px;
    border-radius: 15px;
    display: block;
    color: #666;
    border:1px #eee solid;
    font-size: 12px;
}
.info__thumbnail .tm-inner-tips{
    position: absolute;
    top:10px;
    left:10px;
    padding: 5px 16px;
    border-radius: 15px;
    display: block;
    color: rgb(71, 183, 68);
    border:1px rgb(71, 183, 68) solid;
    font-size: 12px;
}
.info__favourites {
    margin-bottom: 15px;
    left: 30px; top: 290px;
    position: absolute;
    width:289px;
}
.info__favourites img {border:1px #ddd solid;cursor:pointer;width: 40px; height: 31px;float: right; margin-top: -8px;}
.info__favourites img.image-selected {border:1px #3c7ee5 solid;}
.info__favourites i {vertical-align: baseline; font-size: 14px}
.info__favourites a{color: #666; font-size: 14px; line-height: 14px;}
.info__message {
    width: 580px;
    padding-bottom: 34px;
    float: left;
    padding-top: 15px;
}

.info__message .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    max-width: 320px;
}

.info__message .same {
    border: solid 1px #b6c0db;
    padding: 1px 3px;
    font-size: 12px;
    cursor: pointer;
    color: #b6c0db;
}

.info__message .same:hover {
    border-color: #fc6530;
    color: #fc6530;
}

.info__message .safe {
    background: #ff7733;
    color: #fff;
    font-size: 12px;
    color: #ff7733;
    line-height: 24px;
    padding: 0 6px;
    margin-top: 4px;
    height: 24px;
    float: right;
    background: rgba(255, 119, 51, 0.1);
    border-radius: 4px;
}

.info__message .safe i {
    margin-right: 4px;
    margin-top: -2px;
}

.info__message .price {
    margin-top: 20px;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
    overflow: auto;
    padding-left: 20px;
    align-items: center;
    background: url("/statics/epower/img/detail-detach-bg.png") no-repeat center center;
    background-size: cover;
}

.info__message .price i {
    color: #333;
}

.info__message .price span {
    font-size: 24px;
    font-weight: bold;
    color: #ff4433;
}

.info__message .list {
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}

.info__message .list label {
    color: #999;
    float: left;
}

.info__message .list span {
    color: #333;
    float: left;
    max-width: 520px;
}


/* .info__message .list li:nth-child(1) {
    flex-basis: 150px;
}

.info__message .list li:nth-child(2) {
    flex-basis: 150px;
}

.info__message .list li:nth-child(3) {
    flex-basis: 280px;
} */

.info__message .list li:nth-child(4),
.info__message .list li:nth-child(5) {
    flex-basis: 100%;
}

.info__message .list .view {
    line-height: 24px;
    font-size: 12px;
    padding-left: 62px;
}

.info__message .list .view span {
    display: inline-block;
    padding: 0px 4px;
    color: #3c7ee5;
    border: solid 1px #3c7ee5;
    margin-top: 2px;
    line-height: 18px;
    border-radius: 2px;
    margin-left: 5px;
}

.info__button {
    border-radius: 4px;
    padding: 9px 22px;
    border: 1px solid #f85252;
    cursor: pointer;
}

.info__button--share {
    color: #f85252;
}

.info__button--order {
    color: #fff;
    background: #f85252;
}

.info__process {
    height: 52px;
    border-top: 1px dashed #d9e8ff;
    display: flex;
    align-items: center;
}

.info__process li {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    flex: 1;
    border-right: 1px dashed #d9e8ff;
}

.info__process li:last-child {
    border-right: none;
}

.detail__left__tabs {
    display: flex;
}

.detail__left__tabs li {
    color: #333333;
    line-height: 50px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border: 2px solid #fff;
    border-bottom-color: #3c7ee5;
    border-right: none;
    border-left: none;
    font-size: 16px;
}

.detail__left__tabs li:hover {
    color: #3c7ee5;
}

.detail__left__tabs li.active {
    color: #3c7ee5;
    border-left: solid 2px #3c7ee5;
    border-right: solid 2px #3c7ee5;
    border-top: solid 2px #3c7ee5;
    border-bottom-color: #fff;
    border-bottom: none;
}

.detail__left__tabs li:first-child.active {
    border-left: none;
}

.detail__left__tabs li:last-child.active {
    border-right: none;
}

.content__title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 42px;
    line-height: 22px;
    margin-bottom: 12px;
}

.content__title--en {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.detail__left__content {
    padding: 0 20px;
}

.content__table {
    border-left: solid 1px #ECECEC;
    border-top: solid 1px #ECECEC;
    line-height: 50px;
    width: 100%;
    text-align: center;
}

.content__table th,
.content__table td {
    border-right: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
}

.content__table th {
    background: #F0F6FF;
    color: #333;
    font-weight: normal;
    border-right: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
}

.content__advantage {
    width: 100%;
    /* height: 340px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}

.content__advantage li {
    width: 440px;
    height: 150px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 38px;
}

.content__advantage li h3 {
    color: #0E0E0E;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.content__advantage li p {
    color: #6A6A6A;
    line-height: 24px;
}

.content__advantage li:nth-child(1) {
    margin-bottom: 20px;
    background: #F4F8F8;
}

.content__advantage li:nth-child(2) {
    background: #F3F5F9;
}

.content__advantage li:nth-child(3) {
    background: #FFF6F6;
}

.content__advantage li:nth-child(4) {
    background: #F6F3FF;
}

.content__process {
    height: 203px;
    margin-bottom: 10px;
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
    overflow: auto;
    justify-content: flex-end;
    padding: 10px;
    text-align: center;
    background: url('/statics/epower/img/detail-detach-process.png') no-repeat center center;
    background-size: cover;
}

.content__process li {
    width: 130px;
    height: 183px;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
    margin-right: 2px;
    padding: 0 20px;
}

.content__process li.active {
    width: 235px;
    background: transparent;
    text-align: left;
    color: #fff;
}

.content__process li.active .process__circle {
    border: none;
    background: transparent;
    margin: 0;
    height: auto;
    margin-bottom: 8px;
    margin-top: 28px;
    line-height: normal;
    text-align: left;
}

.content__process li.active .process__title {
    color: #fff;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
}

.content__process li.active .process__info {
    height: auto;
    color: rgba(255, 255, 255, .79);
}

.content__process li.active .iconfont {
    display: none;
}

.process__circle {
    width: 60px;
    background: #fff;
    border: 8px solid rgba(182, 192, 219, 0.3);
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    height: 60px;
    line-height: 44px;
    margin-top: 18px;
    margin-bottom: 16px;
}

.process__circle--zero {
    font-size: 16px;
}

.process__circle--num {
    font-size: 20px;
}

.process__title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.process__info {
    color: #999;
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.content__process--text {
    line-height: 50px;
    border-radius: 4px;
    line-height: 20px;
    padding: 15px 0;
    background: #F0F6FF;
    color: #3C7EE5;
    text-align: center;
    display: flex;
}

.content__process--text li {
    border-right: dashed 1px #3C7EE5;
    flex: 1;
}

.content__process--text li:last-child {
    border-right: none;
}

.content__table--material {
    width: 100%;
    text-align: center;
}

.content__table--material th {
    color: #fff;
    line-height: 50px;
    background: #3C7EE5;
}

.content__table--material td {
    color: #666666;
    border-left: 1px solid #ECECEC;
}

.content__table--material th,
.content__table--material td {
    border-right: solid 1px #ECECEC;
}

.content__table--material td:first-child {
    text-align: center;
    padding-left: 0;
}

.content__table--material td {
    border-bottom: 1px solid #ECECEC;
    height: 96px;
    line-height: 26px;
    padding-left: 44px;
    text-align: left;
    color: #666;
}

.content__table--material td b {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 2px;
    background: #999;
    border-radius: 50%;
}

.content__question {
    padding-bottom: 23px;
}

.content__question li {
    line-height: 24px;
}

.content__question li:nth-child(odd) {
    height: 40px;
    background: #F5F6FA;
    color: #333;
    line-height: 40px;
    padding-left: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content__question li:nth-child(even) {
    padding-left: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}

.detail__right {
    width: 250px;
    float: right;
}

.customer {
    height: 402px;
    padding: 0 15px 8px 15px;
}

.detail__right .title {
    margin-top: 27px;
    margin-bottom: 27px;
}

.detail__right .title .line {
    width: 60px;
    height: 1px;
    background-color: #3c7ee5;
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
}

.customer__logo {
    width: 122px;
    height: 122px;
    line-height: 120px;
    margin: 0 auto;
    margin-bottom: 13px;
    border: 1px solid #ececec;
}

.customer__name {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.customer__button,.customer__qr_button {
    padding: 6px 25px;
    margin: 0 auto;
    display: inline-block;
    background: #3C7EE5;
    color: #fff;
    border-radius: 25px;
    /* border: 4px solid rgba(60, 126, 229, 0.3); */
    cursor: pointer;
}

.customer__button:hover,.customer__qr_button:hover {
    color: #fff;
}
.customer__button {
    margin-bottom: 15px;
}
.customer__qr_button {
    background: #09bb07;
    margin-bottom: 15px;
}


.customer__contact {
    line-height: 40px;
    text-align: left;
    border-top: 1px dashed #D9E8FF;
    padding-left: 20px;
}
.customer__contact.customer__contact-phone{
    margin-top: 10px;
}

.recommend__list {
    width: 250px;
}

.detail__right .recommend .title {
    margin: 17px auto;
}

.detail__right .recommend .title .line {
    width: 70px;
}

.recommend__list&gt;a {
    display: block;
}

.recommend__list li {
    height: 250px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(182, 192, 219, 0.3);
}

.recommend__list li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.recommend__list li a {
    display: block;
    line-height: 160px;
    overflow: hidden;
    transition: all 0.3s;
}

.recommend__list li img {
    max-width: 100%;
    max-height: 170px;
    margin-bottom: 12px;
    transition: all 0.3s;
    vertical-align: middle;
}

.recommend__list li:hover img {
    transform: scale(1.1);
}

.recommend__list li h3 {
    font-weight: bold;
    color: #333;
    line-height: 20px;
}

.recommend__list li p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.recommend__list li p.price {
    font-size: 14px;
    color: #FF4433;
}

.showLayer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 3000;
}

.shareLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 3000;
    height: 100%;
}

.share-content {
    position: absolute;
    z-index: 3008;
    box-sizing: content-box;
    /* padding: 10px; */
    width: 523px;
    top: 40px;
    left: 50%;
    margin-left: -261px;
}

.showWrap {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 3008 !important;
    box-sizing: content-box;
    padding: 10px;
    width: 680px;
    top: 50px;
    left: 50%;
    margin-left: -340px;
    text-align: center;
}

.showWrap img,
.share-content img {
    max-width: 100%;
    height: auto !important;
}

.share-download {
    width: 210px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    color: #507CF3;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
    font-size: 18px;
}

.share-download i {
    color: #507CF3;
}

.imgbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url(/statics/epower/img/imgbox-close.png) top left no-repeat;
    cursor: pointer;
    outline: none;
}

.share-close {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: none;
}

.share-close i {
    color: #fff;
}

.dialog-img-a:hover {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.browse-history {
    display: none;
}

.tm-tooltip .same-item {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.tm-tooltip .same-item .name {
    float: left;
    width: 92px;
}

.tm-tooltip .same-item .name,
.tm-tooltip .same-item .num {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tm-tooltip .same-item .num {
    float: right;
    width: 80px;
    text-align: right;
}

.tm-tooltip a:hover .num {
    color: #333;
}

.info__off {
    padding-top: 40px;
    padding-left: 80px;
    height: 250px;
}

.info__off--title {
    line-height: 22px;
    font-size: 22px;
    color: #333;
    margin-bottom: 32px;
}

.info__off .customer__logo {
    float: left;
}

.customer__name--wrap {
    width: 328px;
    margin: 10px 0;
    padding-left: 40px;
    text-align: left;
    border-right: dashed 1px #DFE3F1;
}

.customer__name--wrap .customer__name {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.customer__contact--wrap {
    padding-left: 80px;
    padding-top: 31px;
}

.customer__name--wrap .customer__logo {
    margin-bottom: 0;
}

.customer__logo img {
    max-width: 120px;
    max-height: 120px;
    vertical-align: middle;
}

.customer__name--wrap .customer__button {
    margin-bottom: 0;
}

.customer__contact--wrap .customer__contact {
    border: none;
    line-height: normal;
}

.customer__contact--wrap .customer__contact:nth-child(1) {
    margin-bottom: 8px;
}

.content__html img {
    max-width: 100%;
}
#qrcode-container {
    background-color: #fff;display: none; width: 200px; height: 200px; padding-top: 10px; text-align: center; box-shadow: 0 0 5px #ddd;
}
#qrcode-container-arrow {
    height: 10px; width: 20px;
    margin-top: 5px;
    position: relative;
}
#qrcode-container-arrow::after{
    position: absolute;
    top:0px;left: 0px;
    content: '';
    height: 10px; width: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 9999;
}
#qrcode-container-arrow::before {
    position: absolute;
    top:2px;left: 0px;
    content: '';
    height: 10px; width: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    z-index: 9999;
}
</pre></body></html>