<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.temp-details{
    min-height: 100vh;
    background: #F4F7FA;
}
.vip{
    height: 250px;
}
.vip img{
    width: 100%;
    height: 100%;
}
.temp-info-box{
    background: #fff;
    display: flex;
    justify-content: center;
}
.artcal-box{
    display: flex;
    justify-content: center;
    background: #F4F7FA;
    box-sizing: border-box;
}
.temp-info{
    width: 100%;
}
.current-location{
    /*padding: 24px 0 50px;*/
}
.info-box{
    display: flex;
    padding-bottom: 20px;
}
.info-box .info-left{
    width: 35%;
    margin-right: 46px;
}
.info-right {
    flex: 1;
}
.info-right h3{
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.info-right h3 .title{
    flex: 1;
}
.info-right h3 .sc{
    width: 80px;
    height: 36px;
    background: #2A7EFB;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.info-right h3 .sc img{
    width: 17px;
    height: 17px;
    margin-right: 2px;
}
.info-right .price-info{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.info-right .price-info .vip-price{
    color: #EB5D1D;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.info-right .price-info .vip-price span{
    font-size: 24px;
    padding: 0 12px;
}
.info-right .price-info .price{
    color: #999999;
    font-size: 16px;
    padding-left: 24px;
    margin-right: 35px;
}
.info-right .price-info .sm{
    display: flex;
    align-items: center;
    color: #2A7EFB;
}
.info-right .price-info .sm img{
    width: 20px;
    height: 18px;
    margin-right: 8px;
}
.info-right .info-line{
    font-size: 16px;
    color: #666666;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}
.info-right .info-line&gt;span:nth-child(1){
    display: inline-block;
    width: 400px;
}
.info-right .info-line span&gt;span{
    color: #2A7EFB;
}
.info-right .mack{
    margin-bottom: 30px;
    color: #666666;
}
.info-right .mack a{
    display: inline-block;
    padding: 6px 8px;
    background: #ECF3FF;
    color: #2A7EFB;
    margin-right: 8px;
}
.info-right .user-title{
    color: #666666;
    margin-bottom: 19px;
}
.info-right .user{
    display: flex;
    margin-bottom: 16px;
}
.info-right .user .head{
    flex: 0 0 42px;
    height: 42px;
    margin-right: 6px;
}
.info-right .user .user-info p:nth-child(1){
    color: #333333;
    margin-bottom: 3px;
}
.info-right .user .user-info p:nth-child(2){
    color: #2A7EFB;
    margin-bottom: 3px;
}
.info-right .blurb{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 24px;
}
.info-right .tool-menu{
    width: 100%;
    display: flex;
}
.info-right .tool-menu .item{
    width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
.info-right .tool-menu .item:nth-child(1){
    background: #2A7EFB;
    margin-right: 15px;
}
.info-right .tool-menu .item:nth-child(2){
    background: #06D097;
    margin-right: 15px;
}
.info-right .tool-menu .item:nth-child(3){
    background: #FCBE3E;
}
.info-right .tool-menu .item p:nth-child(1){
    display: flex;
    align-items: center;
}
.info-right .tool-menu .item p:nth-child(1) img{
    width: 18px;
    height: 16px;
    margin-right: 4px;
}
.info-right .tool-menu .item p:nth-child(2){
    font-size: 14px;
    margin-top: 8px;
}
.screenshot{
    width: 100%;
    padding: 60px 0;
}
.screenshot h3{
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 37px;
}
.screenshot h3 a{
    flex: 1;
    text-align: right;
    font-size: 16px;
    color: #999999;
}
.screenshot .list{
    display: flex;
    flex-wrap: nowrap;
}
.screenshot .list img{
    width: 335px;
}
.demonstration-instructions-box{
    background: #fff;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.demonstration-instructions{
    width: 100%;
}
.demonstration-instructions h3{
    font-weight: bold;
    font-size: 36px;
    margin: 10px 0;
}
.demonstration-instructions a{
    display: block;
    font-size: 20px;
    color: #2A7EFB;
    margin-bottom: 23px;
}
.demonstration-instructions p{
    margin-bottom: 10px;
    color: #999999;
    line-height: 32px;
}
.demonstration-instructions img{
    /*width: 10px;*/
    border-radius: 8px;
    max-width: 100%;
}
.contact-customization{
    background: url("../img/dz-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-customization p{
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.contact-customization a{
    display: inline-block;
    width: 349px;
    height: 48px;
    background: linear-gradient( 140deg, #FFEC6C 0%, #FFC003 100%);
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    line-height: 48px;
    color: #9F4923;
}
.comment-box{
    background: #fff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
.comment{
    width: 100%;
}
.comment h3{
    margin-top: 30px;
    font-weight: bold;
    font-size: 26px;
    color: #221E1F;
    margin-bottom: 36px;
}
.comment .comment-input .no-login{
    display: flex;
    margin-bottom: 80px;
}
.comment .comment-input .no-login .head{
    flex: 0 0 54px;
    height: 54px;
    background: #D8D8D8;
    border-radius: 50%;
    border: 1px solid #979797;
    margin-right: 18px;
}
.comment .comment-input .no-login .login-btn{
    flex: 1;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBEBEB;
    border-radius: 8px 8px 8px 8px;
}
.comment .comment-input .no-login .login-btn span{
    color: #333333;
    margin-right: 18px;
}
.comment .comment-input .no-login .login-btn a{
    width: 80px;
    height: 42px;
    background: #2A7EFB;
    border-radius: 24px 24px 24px 24px;
    text-align: center;
    line-height: 42px;
    color: #fff;
}
.comment .is-login{
    display: flex;
}
.comment .is-login .head{
    width: 54px;
    height: 54px;
    margin-right: 18px;
    border-radius: 50%;
    border: 1px solid #929797;
}
.comment .is-login .input{
    flex: 1;

}
.comment .is-login .textarea{
    position: relative;
}
.comment .is-login .textarea span{
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #999999;
    font-size: 12px;
}
.comment .is-login .input textarea{
    width: 100%;
    height: 88px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    resize: none;
    padding: 12px;
    box-sizing: border-box;
}
.comment .is-login .send{
    text-align: right;
    padding: 12px 0;
}
.comment .is-login .send button{
    width: 101px;
    height: 42px;
    background: #2A7EFB;
    border-radius: 24px 24px 24px 24px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.comment-list .item{
    display: flex;
    margin-bottom: 10px;
}
.comment-list .item .user-head{
    width: 54px;
    height: 54px;
    margin-right: 18px;
    border-radius: 50px;
}
.comment-list .item .user{
  color: #999999;
    font-size: 14px;
    margin-bottom: 13px;
}
.comment-list .item  .user span{
    font-size: 16px;
    color: #333333;
}
.comment-list .item .content{
    color: #333333;
    margin-bottom: 15px;
}
.comment-list .item .reply{
    margin-bottom: 24px;
}
.comment-list .item .reply button{
    width: 60px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    border: none;
}
.comment-list .item textarea{
    width: 30vw;
    height: 88px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    resize: none;
    padding: 12px;
    box-sizing: border-box;
}
.paging{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.paging .ui-pagination-container .ui-pagination-page-item{
    padding: 10px 14px!important;
    border-radius: 4px;
}
.paging .ui-pagination-container .ui-pagination-page-item.active{
    background: #2A7EFB;
}
.screenshot-box{
    display: flex;
    justify-content: center;
}
.like-box{
    padding: 68px 0;
    display: flex;
    justify-content: center;
}
.like {
    width: 100%;
}
.like h3{
    font-weight: bold;
    font-size: 30px;
    color: #221E1F;
    margin-bottom: 36px;
}
.like .tamp-list{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 20px;
}
.like .tamp-list .item{
    width:24%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 4px 4px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.like .tamp-list .item .item-img{
    position: relative;
    margin-bottom: 20px;
}
.like .tamp-list .item-img .img{
    width: 100%;
    height: 166px;
}
.like .tamp-list .mack{
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 28px;
}
.like .tamp-list .yh{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.like .tamp-list .info {
    display: flex;
    align-items: center;
    padding: 0 14px;
    margin-bottom: 14px;
}
.like .tamp-list .info .price{
    color: #EB5D1D;
    font-size: 22px;
    margin-right: 16px;
}
.like .tamp-list .info .price span{
    font-size: 14px;
}
.like .tamp-list .info .vip-price{
    width: 76px;
    height: 24px;
    background: #FFF4EF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #EB5D1D;
    font-size: 14px;
    color: #EB5D1D;
    text-align: center;
    line-height: 24px;
}
.like .tamp-list .info s{
    flex: 1;
    text-align: right;
}
.like .tamp-list .title-name a{
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 24px;
}
.like .tamp-list .user-info{
    display: flex;
    align-items: center;
    padding: 0 14px;
}
.like .tamp-list .user-info .head{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.like .tamp-list .user-info .name{
    color: #666666;
    font-size: 14px;
}
.like .tamp-list .user-info .time{
    flex: 1;
    text-align: right;
    color: #999999;
    font-size: 14px;
}
</pre></body></html>