<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dialog_mask{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: black;
    opacity: 0.5;
    z-index:5;
}
#dialog_content{
    position: fixed;
    left:50%;
    top:50%;
    z-index: 5;
}
.dlg_buy_article_content{
    margin-left: -280px;
    margin-top: -152px;
    width: 560px;
    height: 304px;
    background: white;
}
.dlg_buy_article_title{
    padding-top: 40px;
    white-space: nowrap;
    margin-left: 80px;
    margin-right:80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 20px;
    line-height:1.1;
    color: #333333;
    font-weight: 600;
}
.dlg_buy_article_price{
    margin-top: 40px;
    font-size: 32px;
    text-align: center;
    color: #E84519;
    font-weight: 600;
}
.dlg_buy_article_bottom{
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}
.dlg_buy_article_bottom:before{
    position: absolute;
    content: ' ';
    left: 80px;
    right: 80px;
    top: 0px;
    border-top: solid 1px #d2d2d2;
}
.dlg_buy_article_cancel, .dlg_buy_article_ok{
    display: inline-block;
    width: 180px;
    height: 48px;
    border-style:solid;
    border-width: 1px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.dlg_buy_article_cancel{
    color: #999999;
    background-color: white;
    border-color: #d2d2d2;
}
.dlg_buy_article_ok{
    color: white;
    background-color: #EB4519;
    border-color: #EB4519;
    margin-left: 40px;
}

.dlg_qrcode_content{
    margin-left: -153px;
    margin-top: -178px;
    width: 306px;
    height: 326px;
    background: white;
    padding-top: 25px;
}
#qrcode{
    width:256px;
    height:256px;
    margin-left:25px;
}
.dlg_qrcode_desc{
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333333;
}
.dlg_receipt_content{
    margin-left: -380px;
    margin-top: -285px;
    width: 760px;
    height: 570px;
    background: white;
    padding-top: 35px;
}
.dlg_receipt_title{
    text-align: center;
    font-size: 28px;
    color: #333333;
}
.dlg_receipt_subtitle{
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 30px;
}
.dlg_receipt_subtitle span{
    color: #EB4519;
}
.dlg_receipt_item{
    height:60px;
    line-height: 60px;
    color: #333333;
    margin-left:90px;
    margin-right:90px;
    padding-left: 150px;
    padding-right: 0px;
    position: relative;
    border-bottom: solid 1px #d2d2d2;
    font-size: 21px;
}
.dlg_receipt_item span{
    position: absolute;
    left:0;
    top:0;
}
.dlg_receipt_item input{
    width:100%;
    height: 100%;
    border:none;
    outline: none;
}
.dlg_receipt_tip{
    margin-left:90px;
    margin-right:90px;
    text-align: left;
    color: red;
    font-size:14px;
    margin-top: 15px;
}
.dlg_receipt_bottom{
    text-align: center;
    margin-top: 30px;
}
.dlg_receipt_cancel, .dlg_receipt_ok{
    display: inline-block;
    width: 280px;
    height: 60px;
    border-style:solid;
    border-width: 1px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.dlg_receipt_cancel{
    color: #333333;
    background-color: white;
    border-color: #d2d2d2;
}
.dlg_receipt_ok{
    color: white;
    background-color: #EB4519;
    border-color: #EB4519;
    margin-left: 15px;
}

/*ç™»å½•å¼¹çª—æ&nbsp;·å¼ pgclogin*/

#pgclogin img {
    width: 100%;
    border: none;
    display: block;
}

#pgclogin a {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /*åŽ»é™¤ç‚¹å‡»æ•ˆæžœ*/
}

#pgclogin input,#pgclogin button,#pgclogin select {
    border: none;
    outline: none;
    display: block;
    -webkit-tap-highlight-color: transparent;
    /*appearance:none; !*åŽ»æŽ‰é»˜è®¤æ&nbsp;·å¼*!*/
    /*-moz-appearance:none;*/
    /*-webkit-appearance:none;*/
}

#pgclogin input:focus {
    outline: none;
}
/*åˆ©ç”¨ä¼ªå…ƒç´&nbsp;æ¸…é™¤æµ®åŠ¨*/
#pgclogin .clear::after {
    display:block;
    content:"clear";
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden;
}
#pgclogin .popupDiv {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    margin: 0 auto;
    display: none;
    width: 560px;
    height: 360px;
    background-color: #fff;
    border-radius: 3px;
}
#registDlg .close, #pgclogin .close{
    width: 25px;
    height: 20px;
    float: right;
    margin-top: 3%;
    margin-right: 2%;
    background: url(/images/close.png) no-repeat 0px 0px;
    cursor: pointer;
}
#pgclogin .popupTitle {
    padding: 40px 0 20px 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
#pgclogin .phoneNumDiv, .passwordDiv, .verifyDiv {
    width: 400px;
    height: 40px;
    margin: 0 auto;
    font-size: 0;
    border-bottom: 1px solid #999;
}
#pgclogin .phoneNumDiv span,  .passwordDiv span,  .verifyDiv span {
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
}
#pgclogin .phoneNum, .password, .verify {
    width: 280px;
    margin-left: 10px;
    display: inline;
    vertical-align: middle;
    background-color: transparent;
    font-size: 14px;
}
#pgclogin .password{
    display: inline;
}
#pgclogin .verify {
    display: inline;
    width: 230px;
}
.codeImg {
    float: right;
    display: inline-block;
    width: 95px;
    vertical-align: middle;
}
#pgclogin .autoLoginDiv {
    width: 400px;
    height: 60px;
    margin: 0 auto;
    font-size: 0;
}
#pgclogin .autoLogin {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #999;
}

#pgclogin label {
    display: inline;
    font-size: 12px;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 7px;
    cursor: pointer;
    color: #999;
}
#pgclogin .loginBtn {
    width: 400px;
    height: 48px;
    margin: -5px auto 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #e84519;
    cursor: pointer;
    line-height:48px;
}
#pgclogin .popupBottom {
    width: 400px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
#pgclogin .forgetPassword {
    float: left;
    text-align: left;
    color: #999;
    line-height: 1;
    font-size: 14px;
}
#pgclogin .registerAccount {
    float: right;
    text-align: right;
    color: #e84519;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}
#pgclogin .mask{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    display: none;
    width: 100%;
    height: 100%;
    opacity:0.5;
    background: gray none repeat scroll;
}

/*æ³¨å†Œå¼¹çª—æ&nbsp;·å¼*/
#registDlg img {
    width: 100%;
    border: none;
    display: block;
}

#registDlg a {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /*åŽ»é™¤ç‚¹å‡»æ•ˆæžœ*/
}

#registDlg input, #registDlg button, #registDlg select {
    border: none;
    outline: none;
    display: block;
    -webkit-tap-highlight-color: transparent;
}

#registDlg input:focus {
    outline: none;
}

/*åˆ©ç”¨ä¼ªå…ƒç´&nbsp;æ¸…é™¤æµ®åŠ¨*/
#registDlg .clear::after {
    display:block;
    content:"clear";
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden;
}
#registDlg .popupDiv {
    width: 560px;
    height: 420px;
    margin-top: -210px;
    margin-left: -280px;
    background-color: #fff;
    border-radius: 3px;
}
#registDlg .popupTitle {
    padding: 40px 0 20px 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
#registDlg .phoneNumDiv, #registDlg .passwordDiv, #registDlg .verifyDiv,
#registDlg .nickNameDiv, #registDlg .verifyPasswordDiv {
    width: 400px;
    height: 40px;
    margin: 0 auto;
    font-size: 0;
    border-bottom: 1px solid #d2d2d2;
}
#registDlg .phoneNumDiv span, #registDlg .passwordDiv span, #registDlg .verifyDiv span,
#registDlg .nickNameDiv span, #registDlg .verifyPasswordDiv span {
    color: #999999;
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
}
#registDlg .phoneNum, #registDlg .password, #registDlg .verify,
#registDlg .nickName, #registDlg .verifyPassword {
    width: 300px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-size: 14px;
    color: #999;
    height: 40px;
}
#registDlg .agreeRegisterDiv {
    width: 400px;
    margin: 0 auto;
    font-size: 0;
    margin-top:30px;
}
#registDlg .agreeRegister {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #999;
}

#registDlg label {
    display: inline;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 7px;
    cursor: pointer;
    color: #999;
}
#registDlg .registerBtn {
    width: 400px;
    height: 40px;
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #e84519;
    cursor: pointer;
}

#registDlg .verify {
    width: 230px;
}
#registDlg .sendVerify {
    display: inline-block;
    color: #227afe;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
}
#registDlg .verifyPassword {
    margin-left: 10px;
}

.codeImg {
    position: absolute;
    top: 165px;
    right: 80px;
    width: 170px;
    height: 35px;
}

.image-verify-pop{
    background:#fff;
    border-radius:5px;
    font-size:16px;
    text-align:center;
    position:absolute;
    top:42%;
    width:280px;
    left:42%;
}</pre></body></html>