.mainuserregbox {
    min-height: 520px;
    background-color: #f8f8f8
}

.mainuserregbox .login {
    width: 50%;
    float: right;
    border-left: 1px solid #ddd;
    min-height: 590px
}

.mainuserregbox .register {
    width: 49%;
    float: left;
    min-height: 490px
}

.mainuserregbox .maintitle {
    font-family: sanszbold;
    font-size: 17px;
    text-align: center;
    margin-top: 20px
}

.mainuserregbox label {
    float: right;
    text-align: left;
    width: 100px;
    font-family: sansz;
    font-size: 10pt
}

.mainuserregbox input {
    float: right;
    text-align: left;
    width: 166px;
    height: 22px;
    padding: 4px;
    font-family: sansz;
    font-size: 13px;
    border: 1px solid #bbb;
    margin-right: 8px;
    border-radius: 8px
}

.mainuserregbox .submit {
    float: right;
    text-align: center;
    width: 176px;
    height: 34px;
    padding: 4px;
    font-family: sansz;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(110, 110, 110, .84);
    margin-right: 108px;
    background: linear-gradient(0deg, rgba(110, 110, 110, .84) 15%, rgba(110, 110, 110, .96) 87%);
    border-radius: 8px
}

.mainuserregbox .hint {
    float: right;
    text-align: center;
    width: 160px;
    padding-left: 4px;
    font-family: sansz;
    font-size: 10pt;
    margin-right: 110px;
    color: #888
}

.mainuserregbox .hintreg {
    float: right;
    text-align: center;
    width: 220px;
    font-family: sansz;
    font-size: 10pt;
    margin-right: 50px;
    color: #0D8CBD;
    background-color: #eee;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px
}

.mainuserregbox img {
    float: right;
    text-align: center;
    padding-left: 4px;
    font-family: sansz;
    font-size: 10pt;
    margin-right: 108px;
    border-radius: 8px
}

.mainuserregbox .submit:hover {
    background-color: #ddd
}

.mainuserregbox .err {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #86110B;
    font-size: 14px;
    font-family: sansz
}

.mainuserregbox .aboutp {
    font-family: sansz;
    margin: 8px;
    font-size: 16px;
    text-align: justify;
    color: #333
}

.mainuserregbox .aboutt {
    font-family: sanszbold;
    margin: 8px;
    font-size: 18px;
    text-align: right;
    color: #97140D
}

.mainuserregbox .lostpass {
    width: 100%;
    margin: 56px auto 0 auto;
    padding-top: 20px;
    min-height: 240px;
    background-color: #eee
}

.mainuserregbox .lostpass .sentpass {
    font-family: sansz;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #0D8CBD;
    clear: both;
    margin-top: 16px
}

.userreglogin .fast {
    width: 90%;
    margin-right: 6%;
    margin-top: 4px;
    font-family: sansz
}

.userreglogin .fast .title {
    font-family: sanszbold;
    font-size: 17px;
    text-align: center;
    margin-top: 16px
}

.userreglogin .fast .desc {
    font-size: 14px;
    font-family: sansz;
    text-align: justify;
    color: #444;
    margin-top: 16px
}

.userreglogin .fast .credit {
    width: 100%;
    height: 100px;
    float: none;
    clear: both;
    margin-top: 12px;
    background-color: #222;
    border-radius: 8px
}

.userreglogin .fast .creditbc1 {
    background: -webkit-linear-gradient(45deg, #0078ac 31%,#00a1b4 70%);
    background: linear-gradient(45deg, #0078ac 31%,#00a1b4 70%);
}

.userreglogin .fast .creditbc2 {
    background: -webkit-linear-gradient(45deg, #d03534 31%,#ff3534 70%);
    background: linear-gradient(45deg, #d03534 31%,#ff3534 70%);
}

.userreglogin .fast .creditbc3 {
    background: -webkit-linear-gradient(45deg, #ff7000 31%, #ff9e00 70%);
    background: linear-gradient(45deg, #ff7000 31%, #ff9e00 70%);
}

.userreglogin .fast .credit .toppart {
    width: 46%;
    float: right;
    height: 90px;
    overflow: hidden
}

.userreglogin .fast .credit .toppart .creditamount {
    font-size: 22px;
    margin-top: -2px;
    margin-right: 8px;
    color: #fff;
    text-shadow: 0 0 4px #000;
}

.userreglogin .fast .credit .toppart .creditamount span {
    color: #e5e5e5;
    font-size: 14px
}

.userreglogin .fast .credit .toppart .creditinf {
    font-size: 13.2px;
    margin-right: 6px;
    margin-top: -6px;
    color: #f6f6f6;
}

.userreglogin .fast .credit .toppart .creditinf2 {
    font-size: 12px;
    margin-right: 6px;
    margin-top: -2px;
    color: #eee
}

.userreglogin .fast .creditmob .creditinf2 {
    display: block
}

.userreglogin .fast .credit .botpart {
    width: 52%;
    float: left;
    height: 90px;
    margin-top: 0;
    background-color: rgba(0,0,0,0.6);
    padding-top: 10px;
    border-radius: 8px 0 0 8px
}

.userreglogin .fast .credit .botpart .mainprice {
    text-align: center;
    font-family: sanszbold;
    color: #fff;
    font-size: 18px;
}

.userreglogin .fast .credit .botpart .price {
    text-align: center;
    font-size: 15px;
    color: #bbb;
    margin-top: -6px;
}

.userreglogin .fast .credit .botpart .price span {
    color: #fff;
}

.userreglogin .fast .credit .botpart .price .discountedspan {
    color: #fff;
    text-decoration: line-through 2px solid rgb(80, 80, 80);
}

.userreglogin .fast .credit .botpart .offprice {
    text-align: center;
    font-size: 17px;
    margin:-4px 8px -4px 0;
    color: rgb(250, 116, 196);
}

.userreglogin .fast .credit .botpart .buy {
    text-align: center;
    font-size: 14px;
    font-family: sanszbold;
    margin-top: 10px;
    color: #94cee3;
    text-shadow: 0 0 4px #000;
}

.userreglogin .fast .credit .botpart .buy a {
    color: #1d8cb5;
}

.userreglogin .fast .creditprod {
    background: rgb(220,220,220);
    background: linear-gradient(270deg, rgba(0,0,0,0.199) 0%, rgba(0,0,0,0.126) 100%);
    min-height:138px;
    position: relative;
}

.userreglogin .fast .creditprod .prodtitle {
    font-size: 12.2px;
    position: relative;
    width: calc(100% - 8px);
    height:20px;
    padding:4px 4px;
    border-radius: 8px 8px 0 0;
    background-color: rgba(0,0,0,0.5);
    color:#fff;
}

.userreglogin .fast .creditprod .prodimg{
    width:110px;
    height: 110px;
    border-radius: 0 0 8px 0;
    overflow: hidden;
    float: right;
    margin:0;
}

.userreglogin .fast .creditprod .prodimg img{
    width: 100%;
    float: none;
    padding-left: 0;
    font-size: 1pt;
    margin-right: 0;
    border-radius: 0;
}

.userreglogin .fast .creditprod .prodinfo{
    width:calc(100% - 126px);
    height: 100px;
    float: right;
    margin:8px 8px 0 8px;
}

.userreglogin .fast .creditprod .prodinfo .pbprice {
    font-size: 13px;
    color: #333;
}

.userreglogin .fast .creditprod .prodinfo .pbprice span{
    font-size: 14px;
    font-family: sanszbold;
    color: #0b5768;
}

.userreglogin .fast .creditprod .prodinfo .t1 {
    font-family: sanszbold;
    font-size: 17px;
    margin-top:16px;
}

.userreglogin .fast .creditprod .prodinfo .t2 {
    font-size: 11.2px;
    color:#444;
}

.userreglogin .fast .fastcredithint {
    font-family: sanszbold;
    color:#666;
    font-size: 14px;
    margin: 16px 4px;
    text-align: justify;
}

.userreglogin .fast .notify {
    text-align: center;
    font-size: 12px;
    font-family: sansz;
    color: #888;
    margin-top: 16px;
    text-align: justify
}

.userreglogin .fast .refbox {
    border: 1px solid #ccc;
    background: linear-gradient(45deg,rgba(234,234,234,.74) 15%,rgba(240,240,240,.96) 87%);
    margin-bottom: 8px;
    padding-bottom: 10px
}

.userreglogin .fast .refbox .title {
    float:right;
    margin:16px 6px 2px 0;
    font-family: sansz;
    font-size:13px;
    color:#222;
}

.userreglogin .fast .refbox .form {
    float:right;
    margin:12px 6px 2px 0;
    font-family: sansz;
    font-size:14px;
    color:#222;
}

.userreglogin .fast .refbox .form input {
    width:90px;
    height:26px;
    font-family: sansz;
    font-size:14px;
    padding:2px;
    border: 1px solid #bbb;
    background-color: #f9f9f9;
    border-radius: 6px;
    text-align: center;
    direction: ltr;
    color:rgba(121, 54, 94, 0.99);
}

.userreglogin .fast .refbox .but {
    float:right;
    margin:12px 8px 2px 0;
    font-family: sansz;
    font-size:14px;
    color:#222;
    cursor: pointer;
    width:80px;
    height:31px;
    border:1px solid #ccc;
    background-color: rgba(0,0,0,0.04);
    border-radius: 6px;
    position: relative;
}

.userreglogin .fast .refbox .but .icon {
    float:right;
    margin:3px 4px 0 0;
    width: 24px;
}

.userreglogin .fast .refbox .but .icon img{
    width: 100%;
    height:auto;
    margin:0;
}

.userreglogin .fast .refbox .but .text {
    float:right;
    margin:3px 4px 0 0;
    width: 24px;
}

.userreglogin .fast .refbox .offtitle {
    float:right;
    margin:16px 8px 2px 0;
    font-family: sansz;
    font-size:13px;
    color:#0078ac ;
}

.userreglogin .fast .refbox .offtitle span{
    color:#111;
}

.userreglogin .fast .refbox .offbut {
    float:left;
    margin:12px 2px 2px 8px;
    font-family: sansz;
    font-size:14px;
    color:#222;
    cursor: pointer;
    width:118px;
    height:31px;
    border:1px solid rgb(226, 132, 132);
    background-color: rgba(0,0,0,0.04);
    border-radius: 6px;
}

.userreglogin .fast .refbox .offbut .icon {
    float:left;
    margin:3px 0px 0 2px;
}

.userreglogin .fast .refbox .offbut .icon img {
    width:24px;
    margin:0;
}

.userreglogin .fast .refbox .offbut .text {
    float:right;
    margin:4px 4px 0 0;
}

.userprofbox {
    min-height: 214px
}

.userprofbox .profbox {
    float: right;
    width: 31.6%;
    margin-right: 1%;
    margin-top: 10px;
    min-height: 192px;
    background-color: #f4f4f4;
    border: 1px solid #e4e4e4;
    position: relative
}

.userprofbox .profbox .ptopbar {
    width: calc(100% - 8px);
    margin-right: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
    height: 26px;
    background-color: #86110B;
    padding-top: 4px
}

.userprofbox .profbox .ptopbar p {
    font-family: sansz;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 0
}

.userprofbox .profbox .pitem {
    width: calc(100% - 18px);
    margin-right: 4px;
    margin-bottom: 4px;
    min-height: 18px;
    padding: 4px;
    border: 1px solid #ddd;
    font-family: sansz;
    font-size: 11px
}

.userprofbox .profbox .pitem a {
    color: rgb(30, 141, 196)
}

.userprofbox .profbox .editbtn {
    position: absolute;
    width: 46px;
    height: 28px;
    padding-top: 2px;
    background-color: #613887;
    left: 4px;
    top: 4px;
    font-family: sansz;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 1.2
}

.userprofbox .profbox .editbtn a {
    color: #fff
}

.userprofbox .profbox .profimg {
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px
}

.userprofbox .profbox .profname {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    font-family: sanszbold;
    text-align: center;
    color: rgb(30, 141, 196);
    font-size: 15px
}

.userprofbox .profbox .profname a {
    color: rgb(30, 141, 196)
}

.userprofbox .profbox .profstatus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-top: 6px;
    font-family: sansz;
    text-align: center;
    color: #333;
    font-size: 12px
}

.userprofbox .reftitle {
    font-family: sanszbold;
    margin:12px 8px 0 0;
    font-size: 15px;
    color: #222;
}

.userprofbox .reftitle .icon,.title{
    float:right;
    margin-left:4px;
}

.userprofbox .reftext {
    font-family: sansz;
    width:90%;
    margin:12px auto 0 auto;
    font-size: 14px;
    color: #222;
    text-align: justify;

}

.userprofbox .refbox {
    min-height: 220px;
}

.userprofbox .refbox .code {
    text-align: center;
    font-family: sansz;
    font-size: 13px;
    padding-top:8px;
    color:#111;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    background: linear-gradient(45deg, #eaeaea 31%, #e2e2e2 70%);
}

.userprofbox .refbox .code span{
    color: #0D8CBD;
    font-weight: 700;
}

.userprofbox .refbox .copybtn {
    width: 50px;
    height:20px;
    padding:4px;
    border: 1px solid #aaa;
    margin:6px 0 0 10px;
    float:left;
    border-radius: 4px;
    cursor: pointer;
}

.userprofbox .refbox .link {
    text-align: center;
    font-family: sansz;
    font-size: 13px;
    padding-top:8px;
    color:#111;
    padding-bottom: 6px;
}

.userprofbox .refbox .link .title{
    text-align: center;
    float:none;
    margin-top:4px;
}

.userprofbox .refbox .link .linkbox{
    text-align: left;
    direction: ltr;
    float:none;
    margin:10px;
    padding:4px;
    font-size: 12px;
    border: 1px solid #aaa;
    color: #6830AD;
    background: linear-gradient(45deg, #eaeaea 31%, #e2e2e2 70%);
}

.userprofbox .refbox .copybtn .icon {
    float:right;
    width:18px;
    margin-left: 6px;
}

.userprofbox .refbox .copybtn .icon img{
    width:100%;
}

.userprofbox .refbox .income {
    width:86%;
    margin:8px auto 0 auto;
    border-bottom: 1px solid #ddd;
    font-family: sansz;
    font-size: 13px;
    padding-bottom: 6px;
}

.userprofbox .refbox .income .title {
    float:right;
}

.userprofbox .refbox .income .value {
    float:left;
    font-family: sanszbold;
    color: #0D8CBD;
}

.userprofbox .refbox .button {
    width:160px;
    height:30px;
    margin:16px auto 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: sanszbold;
    font-size: 14px;
    padding-bottom: 6px;
    background: linear-gradient(45deg, #eaeaea 31%, #e2e2e2 70%);
    cursor: pointer;
}

.userprofbox .refbox .button .icon {
    float:right;
    margin:6px 6px 0 0;
}

.userprofbox .refbox .button .title {
    float:right;
    margin:6px 6px 0 0;
    color: #6830AD;
}

.userprofbox .reftable {
    width:280px;
    margin:16px auto 16px auto;
}

.userprofbox .reftable table {
    width:280px;
}

.userprofbox .reftable table,td {
    border:1px solid #aaa;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-family: sansz;
    font-size:13px;
}

.userprofbox .refreptop {
    width:96%;
    min-height:50px;
    margin:24px auto 0 auto;
    border:1px solid #ccc;
    background: linear-gradient(45deg, #f2f2f2 31%, #eaeaea 70%);
}

.userprofbox .refreptop .part {
    float:right;
    width:100px;
    font-family: sansz;
    margin-right:8px;
    border-left:1px dotted #bbb;
    min-height:50px;
}

.userprofbox .refreptop .part .title{
    float:none;
}

.userprofbox .refreptop .part .value{
    font-family: sanszbold;
    clear: both;
    float:none;
    color: #0D8CBD;
}

.userprofbox .refrow {
    width:96%;
    min-height:40px;
    margin:10px auto 0 auto;
    border:1px solid #d4d4d4;
    background: linear-gradient(45deg, #fafafa 31%, #f4f4f4 70%);
}

.userprofbox .refrow .item{
    font-family: sansz;
    font-size: 14px;
    margin:8px 8px 0 0;
    float: right;
}

.userprofbox .refrow .item .title{

}

.userprofbox .refrow .item .title span{
    font-family: sanszbold;
}

.userprofbox .refform {
    width:93%;
    min-height:120px;
    margin:16px auto 0 auto;
    font-family: sansz;
    padding:4px;
}

.userprofbox .refform label {
    float:right;
    font-size: 13px;
    margin-top:2px;
}

.userprofbox .refform input {
    float:right;
    font-family: sansz;
    font-size: 13px;
    width:140px;
    border:1px solid #999;
    padding:2px 4px;
    margin-right:6px;
    direction: ltr;
    text-align:center;
}

.userprofbox .refform .hint {
    color: #0D8CBD;
    font-size: 13px;
    margin-top:8px;
}

.userprofbox .refform .hint span{
    font-family: sanszbold;
}

.userprofbox .refform textarea {
    width:290px;
    margin-right:0;
    margin-top:6px;
}

.userprofbox .refform .submit {
    margin-right:0;
    margin-top:6px;
    background: linear-gradient(45deg, #6830AD 31%, #4e2481 70%);
    color:#fff;
    border:none;
    width:140px;
    height:32px;
}

.userprofbox .refform .ok {
    border:1px solid #0D8CBD;
    font-size: 13px;
    margin-top:8px;
    width: 276px;
    height: 50px;
    padding:10px;
    color:#0A907E;
    margin-bottom: 10px;
}

.usercreditbox {
    min-height: 420px
}

.usercreditbox .suppart {
    min-height: 53px;
    border-bottom: 1px solid #eee
}

.usercreditbox .suppart .supbtn {
    width: 222px;
    height: 31px;
    float: left;
    background-color: #613887;
    margin: 6px;
    font-family: sanszbold;
    font-size: 13px;
    text-align: center;
    padding-top: 9px
}

.usercreditbox .suppart .supbtn a {
    color: #fff
}

.usercreditbox .prodbuy {
    width:76.5%;
    min-height:120px;
    font-family: sansz;
    border-radius: 8px;
    margin:10px;
    background: rgb(220,220,220);
    background: linear-gradient(270deg, rgba(0,0,0,0.199) 0%, rgba(0,0,0,0.126) 100%);
    position: relative;
    padding: 6px 0;
}

.usercreditbox .prodbuy img{
    width:100%;
}

.usercreditbox .prodbuy .pbtitle {
    margin : 0;
    padding-right:8px;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.usercreditbox .prodbuy .pbtitle span {
    font-family:sanszbold;
}

.usercreditbox .prodbuy .pbinfo {
    margin:12px 8px 4px 8px;
    min-height: 100px;
}

.usercreditbox .prodbuy .pbinfo .pbimg {
    width:100px;
    height:100px;
    float:right;
}

.usercreditbox .prodbuy .pbinfo .pbpay {
    width:calc(100% - 120px);
    min-height:90px;
    float:right;
    margin:4px 12px 0 0;
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbprice {
    font-size: 13px;
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbprice span{
    font-family: sanszbold;
    color:#01568C;
    font-size: 15px;
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbpaybtn {
    width:240px;
    height:60px;
    border-radius: 6px;
    margin-top:10px;
    background-color: rgba(0,0,0,0.3);
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbpaybtn .blogo{
    float: right;
    width:48px;
    height:48px;
    margin:6px 6px 0 0;
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbpaybtn .btxt{
    float: right;
    width:calc(100% - 62px);
    min-height:40px;
    margin:6px 6px 0 0;
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbpaybtn .btxt .t1 {
    font-size: 16px;
    font-family: sanszbold;
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.usercreditbox .prodbuy .pbinfo .pbpay .pbpaybtn .btxt .t2 {
    font-size: 12px;
    color:#333;
}

.usercreditbox .maintitle {
    font-family: sanszbold;
    font-size: 15px;
    margin: 6px;
    margin-top: 10px
}

.usercreditbox .newtitle {
    font-family: sanszbold;
    font-size: 15px;
    margin: 12px;
    width:76.5%;
}

.usercreditbox .credit {
    width: 160px;
    height: 260px;
    float: right;
    margin-right: 12px
}

.usercreditbox .creditbc1 {
    background: -moz-linear-gradient(45deg, #ff7000 31%, #ff9e00 70%);
    background: -webkit-linear-gradient(45deg, #ff7000 31%, #ff9e00 70%);
    background: linear-gradient(45deg, #ff7000 31%, #ff9e00 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7000', endColorstr='#ff9e00', GradientType=1)
}

.usercreditbox .creditbc2 {
    background: -moz-linear-gradient(45deg, #0078ac 31%, #00a1b4 70%);
    background: -webkit-linear-gradient(45deg, #0078ac 31%, #00a1b4 70%);
    background: linear-gradient(45deg, #0078ac 31%, #00a1b4 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078ac', endColorstr='#00a1b4', GradientType=1)
}

.usercreditbox .creditbc3 {
    background: -moz-linear-gradient(45deg, #d03534 31%, #ff3534 70%);
    background: -webkit-linear-gradient(45deg, #d03534 31%, #ff3534 70%);
    background: linear-gradient(45deg, #d03534 31%, #ff3534 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d03534', endColorstr='#ff3534', GradientType=1)
}

.usercreditbox .offprice {
    text-align: center;
    font-family: sanszbold;
    font-size:20px;
    color:#fff;
    margin:-8px 6px 0 0;
}

.usercreditbox .trust {
    position: absolute;
    top: 296px;
    right: 12px;
    width: 158px;
    height: 106px;
    border: 1px solid #ddd;
    background-color: #f3f3f3
}

.usercreditbox .trust .trusttitle {
    font-family: sansz;
    text-align: center
}

.usercreditbox .trust img {
    width: 32px;
    margin-right: 6px
}

.usercreditbox .credit .toppart {
    width: 100%;
    height: 138px
}

.usercreditbox .credit .toppart .creditamount {
    font-family: sanszbold;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    text-shadow: 0 2px #000
}

.usercreditbox .credit .toppart .creditamount span{
    font-size: 17px;
    text-shadow:none;
    opacity: 0.9;
}

.usercreditbox .credit .toppart .creditinf {
    font-family: sanszbold;
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    margin-top: 4px;
}

.usercreditbox .credit .toppart .creditinf2 {
    font-family: sansz;
    font-size: 13px;
    text-align: center;
    color: #eee;
    margin-top: 22px
}

.usercreditbox .credit .botpart {
    width: 100%;
    height: 98px;
    margin-top: 6px;
    background-color: rgba(0, 0, 0, .9);
    padding-top: 10px
}

.usercreditbox .credit .botpart a {
    color: #FF3534
}

.usercreditbox .credit .botpart .mainprice {
    font-family: sansz;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-right: 8px;
}

.usercreditbox .credit .botpart .price {
    font-family: sansz;
    font-size: 14px;
    color: #bbb;
    text-align: center;
    margin-top:-6px;
}

.usercreditbox .credit .botpart .price span {
    color: #fff;
    font-family: sanszbold;
    font-size: 18px;
}

.usercreditbox .credit .botpart .price .discountedspan {
    color: #c93d3d;
    font-family: sanszbold;
    font-size: 18px;
    text-decoration: line-through 2px solid rgb(80, 80, 80);
}

.usercreditbox .credit .botpart .buy {
    font-family: sanszbold;
    font-size: 16px;
    color: #eee;
    text-align: center;
    margin-top: 6px
}

.usercreditbox .not {
    font-family: sansz;
    margin: 8px 16px 8px 16px;
    padding: 4px;
    color: #c2601b;
    border: 1px solid #eee;
    font-size: 15px;
    background-color: #f7f7f7
}

.usercreditbox .not .text {
    float: left;
    text-align: :right;
    width: calc(100% - 75px);
    margin-top: 10px
}

.usercreditbox .not .icon {
    float: right;
    margin-top: 5px;
    margin-right: 2px
}

.usercreditbox .err {
    font-family: sanszbold;
    margin: 8px;
    padding: 4px;
    text-align: center;
    color: #86110B;
    border: 1px solid #eee;
    font-size: 15px
}

.usercreditbox .ok {
    font-family: sanszbold;
    margin: 20px;
    text-align: center;
    color: #366d1c;
    border: 1px solid #eee;
    font-size: 15px
}

.usercreditbox .notify {
    font-family: sansz;
    margin: 4px;
    text-align: center
}

.usercreditbox .cart {
    width: calc(100% - 198px);
    min-height: 380px;
    float: right;
    margin-right: 10px
}

.usercreditbox .cart .refbox {
    border: 1px solid #ccc;
    background: linear-gradient(45deg,rgba(234,234,234,.74) 15%,rgba(240,240,240,.96) 87%);
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.usercreditbox .cart .refbox .title {
    float:right;
    margin:16px 8px 2px 0;
    font-family: sansz;
    font-size:14px;
    color:#222;
}

.usercreditbox .cart .refbox .form {
    float:right;
    margin:12px 8px 2px 0;
    font-family: sansz;
    font-size:14px;
    color:#222;
}

.usercreditbox .cart .refbox .form input {
    width:100px;
    height:26px;
    font-family: sansz;
    font-size:14px;
    padding:2px;
    border: 1px solid #bbb;
    background-color: #f9f9f9;
    border-radius: 6px;
    text-align: center;
    direction: ltr;
    color:rgba(121, 54, 94, 0.99);
}

.usercreditbox .cart .refbox .but {
    float:right;
    margin:12px 8px 2px 0;
    font-family: sansz;
    font-size:14px;
    color:#222;
    cursor: pointer;
    width:80px;
    height:31px;
    border:1px solid #ccc;
    background-color: rgba(0,0,0,0.04);
    border-radius: 6px;
}

.usercreditbox .cart .refbox .but .icon {
    float:right;
    margin:3px 4px 0 0;
}

.usercreditbox .cart .refbox .but .text {
    float:right;
    margin:3px 4px 0 0;
}

.usercreditbox .cart .refbox .offtitle {
    float:right;
    margin:16px 8px 2px 0;
    font-family: sansz;
    font-size:13px;
    color:#0078ac ;
}

.usercreditbox .cart .refbox .offtitle span{
    color:#111;
}

.usercreditbox .cart .refbox .offbut {
    float:left;
    margin:12px 2px 2px 8px;
    font-family: sansz;
    font-size:14px;
    color:#222;
    cursor: pointer;
    width:108px;
    height:31px;
    border:1px solid rgb(226, 132, 132);
    background-color: rgba(0,0,0,0.04);
    border-radius: 6px;
}

.usercreditbox .cart .refbox .offbut .icon {
    float:left;
    margin:3px 0px 0 2px;
}

.usercreditbox .cart .refbox .offbut .text {
    float:right;
    margin:4px 4px 0 0;
}

.usercreditbox .cart .bank {
    border: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom: 0px;
    border-radius: 8px;
    background: rgb(220,220,220);
    background: linear-gradient(270deg, rgba(0,0,0,0.199) 0%, rgba(0,0,0,0.126) 100%);
}

.usercreditbox .cart .bank .banklogo {
    width: 76px;
    height: 76px;
    float: right
}

.usercreditbox .cart .bank .banklogo img {
    width: 100%;
    height: 100%
}

.usercreditbox .cart .bank .bankinf {
    float: right;
    font-family: sansz;
    margin-top: 14px;
    margin-right: 6px
}

.usercreditbox .cart .bank a .bi1,
.bi2 {
    color: #555
}

.usercreditbox .cart .bank .bankinf .bi1 {
    font-size: 15px;
    font-family: sanszbold;
}

.usercreditbox .cart .bank .bankinf .bi2 {
    font-size: 15px;
    font-family: sanszbold
}

.usercreditbox .cart .bank .bankinf .bi3 {
    font-size: 17px;
    font-family: sanszbold;
    margin-top: 8px
}

.profileeditbox {
    min-height: 320px
}

.profileeditbox .toptitle {
    font-family: sanszbold;
    color: #333;
    font-size: 15px;
    margin-right: 8px;
    margin-top: 6px
}

.profileeditbox label {
    float: right;
    font-family: sansz;
    text-align: left;
    width: 80px
}

.profileeditbox .textinput {
    float: right;
    margin-right: 10px;
    width: 130px;
    height: 22px;
    padding: 3px;
    font-family: sansz
}

.profileeditbox textarea {
    float: right;
    margin-right: 10px;
    width: 240px;
    font-family: sansz
}

.profileeditbox input[type=radio] {
    float: right;
    margin-right: 10px;
    width: 20px;
    height: 22px;
    padding: 3px;
    font-family: sansz
}

.profileeditbox .passinput {
    direction: ltr;
    text-align: center
}

.profileeditbox .submit {
    width: 212px;
    height: 28px;
    margin-right: 16px;
    margin-top: 10px
}

.profileeditbox .breakline {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.profileeditbox .passhint {
    border: 1px solid #eee;
    margin-bottom: 20px;
    width: 140px;
    float: right;
    margin-right: 14px;
    margin-top: -42px;
    padding: 6px;
    font-family: sansz;
    text-align: center;
    color: #777
}

.userordersbox {
    min-height: 520px
}

.userordersbox .maintitle {
    font-family: sanszbold;
    font-size: 15px;
    margin: 6px
}

.userordersbox .order {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-family: sansz;
    padding-top: 4px;
    height: 26px;
    border: 1px solid #ccc
}

.userordersbox .order .orderid {
    float: right;
    margin-right: 8px
}

.userordersbox .order .orderststus {
    float: left;
    margin-left: 8px
}

.userordersbox .alert {
    font-family: sansz;
    text-align: center
}

.supportbox {
	min-height: 500px;
}

.supportbox .noansw {
    border: 1px dotted #eee;
    font-family: sansz;
    padding: 6px;
    font-size: 11px;
    color: rgb(178, 34, 34)
}