@-webkit-keyframes spinner-wandering {
    25% {
        -webkit-transform: translateX(22px) rotate(-90deg) scale(.5);
        transform: translateX(22px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg);
        transform: translateX(22px) translateY(22px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spinner-wandering {
    25% {
        -webkit-transform: translateX(22px) rotate(-90deg) scale(.5);
        transform: translateX(22px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg);
        transform: translateX(22px) translateY(22px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes action-wandering {
    0%, 100% {
        background-color: #383A40;
    }
    50% {
        background: #fff;
        color: #000;
    }
}

.loadBox{
    text-align: center;
    padding:50px 150px 50px 150px;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.loadBox .itemLoad {
    background-color:#6D27F2;
    width: 10px;
    height: 10px;
    -webkit-animation: spinner-wandering 1.8s ease-in-out infinite;
    animation: spinner-wandering 1.8s ease-in-out infinite
}

.loadBox .itemLoad:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.item{
    background: #DFDFE3;
    border-left:solid 3px #E3E4E8;
    padding: 20px 20px 20px 70px;
    margin-top: 10px;
    margin-left: 140px;
}

.item{
    background: #444037;
    border-left:solid 3px #F0B132;
    padding: 20px 20px 20px 70px;
    margin-top: 10px;
    margin-left: 140px;
}

.item span{
    color: #F0B132;
    display: block;
}


.item strong{
    font-weight: normal;
    color:#F0B132;
}

.item p{
    padding: 0 0 10px 0;
}

.item em{
    font-style: normal;
    color: #A29D91;
}

#formButton{
    background: #6D27F2;
    padding: 32px 30px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    margin-right: -100px;
}

#formButton:hover{
    background: #5865F2;
}

#postBox{
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #1E1F22;
    width: 100%;
    text-align: center;
    display: block;
    border-top:2px solid #F0B132;
}

#post{
    width: 100%;
    max-width: 1800px;
    mix-width: 1100px;
    clear: both;
    margin: 0 auto;
}


#guestTestBox, #actionBox{
    background: #1E1F22;
    border-radius: 10px;
    border-right: 1px solid #1E1F22;
    text-align: left;
    padding-left: 55px;
    margin-left: 140px;
    margin-top: -415px;
    position:fixed;
    width: calc(100% - 200px);
    bottom: 100px;
    max-width: 1595px;
    mix-width: 805px;
}

#actionBox a{
    color: #fff;}

#guestTestBox{
    margin-left: -70px;
}

#dimensions,#bigScaleSize{
    margin-top: -45px; background: #383A40;   position: absolute; z-index: 100; padding: 10px 0 10px 0;
}

#dimensions label,#bigScaleSize label{
    float: left; display: inline-block; text-align: left; padding-right: 20px; color: #fff;
}

#rangeInputBox{
     margin-top: -85px; background: #383A40;   position: absolute; z-index: 100; padding: 10px 0 10px 0; color: #fff; margin-left: 180px;
}

#rangeInputBox input{
      width: 500px;
 }

div.newUserAction{ border-radius: 5px; background: #3C372F; color: #999; width: 20%; height: 50px; overflow: hidden; padding: 10px 20px; display: inline-block; margin-right: 1%; margin-top: 10px;}
div.newUserAction strong{  color:#fff; font-size: 14px; font-weight: bold}

#actionBox{ border-bottom-left-radius: 0;border-bottom-right-radius: 0; }

#actionBox #mjIcon{
    background: #fff; padding: 3px; border-radius: 5px; margin-top: 15px; margin-left: -40px; position: absolute;
}

#actionBox ul{
    background: #2B2D31;padding: 10px 10px; margin-top: 10px;
}

#actionBox li{
    background: #2B2D31;padding: 10px 15px 10px 50px; font-size: 16px; border-radius: 10px; cursor: pointer; width: 28%; display: inline-block;color: #fff;
}

#actionBox li:hover{
    background: #36373D;
}

#actionBox li span{
    display: block; font-size: 12px; color: #6C6D70;
}
#actionBox li .en{
    display: block; font-size: 12px; float: right; color: #B3B8BF; margin-top: -35px;
}
#actionBox li img{
    border-radius: 0px; margin-left: -40px; display: block; position: absolute; margin-top: 10px;
}

#actionBox li a, #actionBox li a:hover{ color: #fff; text-decoration: none; display: block}
#actionBox li a .en, #actionBox li a .en :hover{ color: #B3B8BF}

#actionBox #actionTitle{
    padding: 23px 15px 0px 0px; font-size: 12px;  font-weight: normal; margin: 0; color: #fff;
}

#actionBox em{
    width: 150px;height: 150px;border: 2px dashed #fff;background: #2B2D31;border-radius: 10px;display: inline-block;text-align: center;vertical-align: center;font-style: normal;margin: 15px 10px;color: #B3B8BF;cursor: pointer;float: left;
}

#actionBox em .file{
    margin: 20px auto 20px auto; display: block;
}

#actionBox em .del{
    background: #313338; padding: 8px; border-radius: 3px; position: absolute; margin-top: -10px; margin-left: 125px;
}

#actionBox em .del:hover{
    box-shadow: 1px 1px 1px 1px #000; cursor: pointer;
}

#actionBox em .img{
    width: 150px; height: 150px; border-radius: 10px;
}

#actionBox table td{ text-align: right; color: #B3B8BF}
#actionBox table td a{ text-decoration:underline; color: #B3B8BF}
#actionBox dl,#actionBox dd,#actionBox dt{ padding: 0; margin: 0; display: inline-block;}
#actionBox dd{ background:#333; padding: 5px 10px; cursor: pointer}
#actionBox dd.on{ background:#4E5058; color: #fff}
#actionBox dd:first-child{ border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
#actionBox dd:last-child{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; }

#changeButtonText{ font-size: 14px;}

#changeButton{
    background: #000; cursor: pointer; border-radius: 5px; font-size: 12px; padding: 5px 10px; display: inline-block; margin-top: 10px; margin-right: 20px;
}

#changeButton:hover{
    background: #1E1F22;
}

.upfile{
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    margin-left: -75px;
    margin-top: 0px;
    border: 1px solid red;
}

#promptBox{
    background: #383A40;
    color: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 0px 100px 0px 70px;
    margin: 10px 10px 10px 140px;
}

#promptText{
    border-radius: 5px;
    border: none;
    outline: none;
    color: #FFF;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 5px 0;
    background: #383A40;
    font-size: 16px;
    font-family: Verdana, "微软雅黑", sans-serif;
    line-height: 1.5;
    cursor: text;
    height: 34px;
}

#promptText:empty::before{
    content: attr(placeholder);
    color: #6D6F78;
}

#add{
    padding: 10px;  display: inline-block;position: absolute;margin-left: -50px; margin-top: 35px;
}
#add img{
    width: 19px; height: 20px;
    padding: 5px; border-radius: 10px;
}
#add:hover img { background: #1E1F22}




.photo{
    width: 40px;
    height: 40px;
    border-radius: 80px;
    margin-left: -55px;
    position: absolute;
}

.mj{
    max-width: 350px;
    margin-top: 10px;
}


#diantu{
    vertical-align: top;
}



#imgBox{
    position: absolute;
    /*border: 1px solid #009900;*/
    margin-top: 13px;
    margin-left: 15px;
}

#imgBox .imgShow{
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

#imgBox .delete{
    width: 21px;
    height: 21px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
}

#fanye{
    text-align: center; padding: 20px 0 20px 0; margin-left: 140px;
}

.pagination .prev,  .pagination .next ,.pagination .jump-form button{border: none; background: none; cursor: pointer; text-decoration: none; padding: 5px 21px; display: inline-block; text-decoration: underline; margin: 0 10px;  }
.pagination .prev:hover,.pagination .next:hover ,.pagination .jump-form button:hover{ color: #ff6600}
.pagination .current-page { color: #666}
.pagination .jump-form input { gap: 5px; text-align: center;  }
.pagination .jump-form{  display: inline-block; }

.uvBox a,.uvBox span{
    background: #4E5058;
    padding: 5px 21px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 10px;
    text-decoration:none;
    cursor: pointer;
}

.uvBox a:hover, .uvBox a:active ,.uvBox span:hover, .uvBox span:active{
    background: #6D6F78;
}

.tempTips{
    color:#000; background:#F0B132; padding: 10px 20px; text-align: center; font-weight: bold;
}

.newUserTips{
    color:#fff; background:#248046; padding: 10px 20px; text-align: center;
}

.newUserTips a{
    text-decoration: underline;
}

#guestTestBox{
    position: fixed;
    bottom: 100px;
    background: #1E1F22;
    text-align: left;
    padding: 15px;
    color: #B5BAC1;
    border-radius: 10px 10px 0 0 ;
    display: none;
    z-index: 100;
}
#guestTestBox ul{
    overflow-y: scroll;
    height: 350px;
}
#guestTestBox li{
    padding: 5px 0px;
}
#guestTestBox span{
    display: block;
    font-size: 9px;
    color: #999999;
}

#guestTestBox a{
    display: block;
    color: #B5BAC1;
    padding-left: 50px;
}

#guestTestBox a:hover, #guestTestBox a:active {
    background: #35373C;
    border-radius: 5px;
    text-decoration: none;
}

#guestTestBox a img{
    width: 30px;
    border-radius: 20px;
    margin-left: -40px;
    margin-right: 5px;
    margin-bottom: -20px;
}

#guestTestBox strong{
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    padding-left: 50px;
    margin-bottom: 5px;
}
.deleteButton,a.deleteButton{
    float: right; display: inline-block; padding: 0 5px;
    color: #999;
    border-radius: 5px;
    padding: 5px 10px;
    background: none;
    cursor: pointer;
}

span.failError{
    border-radius: 5px;
    border-left: 3px solid #FF0000;
    padding: 20px;
    display: inline-block;
    background: #2B2D31;
    color: #999;
    margin-top: 10px;
}
span.failError em{
    background: #000;
    border-radius: 5px;
    padding: 2px 5px;
    font-style: normal;
    font-size: 12px;
    color: #999;
}

span.info{
    border-radius: 5px;
    border-left: 3px solid #10FF10;
    padding: 20px;
    display: inline-block;
    background: #2B2D31;
    color: #999;
    margin-top: 10px;
}

.mjDescribe{
    width: 150px;
    display: block;
}

#fancybox-content{ background: #fff; border-color:#fff; overflow: hidden}
#historyBox{ width:1075px; height:650px; padding: 10px; }
#historyTab ul{border-bottom: 0px solid #999;}
#historyTab li{ display: inline-block; padding: 5px 15px; margin-right: 5px; margin-bottom: 5px;  color: #fff;  background: #4E5058;   border-radius: 10px; cursor: pointer }
#historyTab li.on,#historyTab li:hover{ background: #6D27F2; color: #fff}
#historyImgBox{padding-top: 10px; overflow-y: scroll; height: 610px;}
#historyPage{position: absolute; text-align: right; width: 200px; margin: -35px 0 0 860px; color: #666  }
#historyPage a{  color: #666; display: inline-block; margin-left: 20px;}
#historyPage a:hover{ color: #060522}

#showModelIntro{ display: none}

#sideBar{ font-weight: normal}
#sideBar{position: fixed;    color: #80848E;   background: #1E1F22;   padding:10px 10px 120px 10px;    bottom: 0px;    width: 120px;    left: 0;    top: 56px;    overflow-y: scroll;}
#sideBar::-webkit-scrollbar { width: 4px;}
#sideBar::-webkit-scrollbar-track {      background: #1E1F22;   }
#sideBar::-webkit-scrollbar-thumb {     background: #000;   border-radius: 4px;  }
#sideBar::-webkit-scrollbar-thumb:hover { background: #6D27F2;  }

#bottomBlock{ position: fixed; bottom: 10px; background: #1E1F22; width: 120px; text-align: center; font-size: 12px; z-index: 999; left: 10px}
#bottomBlock a{ color: #999;}
#bottomBlock a:hover{ color: #fff;}

#sideBar li{ margin: 5px 0; color: #999; }
#sideBar #topBlock li a{  text-align: center; color: #999;  padding:10px 10px;  display: block; text-decoration: none;}
@media (min-height: 801px) {
    #sideBar{ padding:45px 10px 120px 10px; }
    #sideBar #topBlock li a {  padding: 20px 10px;  }
}
@media (max-height: 800px) { #sideBar #topBlock li a { padding: 10px 10px;}}

#sideBar #topBlock li:hover, #sideBar #topBlock li.on{ background: #36373D; border-radius: 8px; }
#sideBar #topBlock li a:hover, #sideBar #topBlock li.on a{ color: #fff;}
#sideBar #topBlock li svg{ display: block; margin: 0 auto; fill: #fff; padding-bottom: 3px;}
#sideBar #topBlock li.on svg,#sideBar #topBlock li:hover svg{ opacity: 1}
#sideBar #topBlock li svg{  fill: #F7F7F7;}
#sideBar #topBlock li small{position: absolute;  margin-left: 15px;}

/*
changeBackground\line2img....
 */

.uploadImgButton em,#uploadImgButton em{ width: 150px; height: 150px; border: 2px dashed #fff; background: #2B2D31;border-radius: 10px;display: inline-block;text-align: center;vertical-align: center;font-style: normal;margin: 15px 10px;color: #999;cursor: pointer; }
.uploadImgButton em:hover,#uploadImgButton em:hover{ background: #f5f5f5; border: 2px dashed #CCCED5; color: #666}
.uploadImgButton em .upfile,#uploadImgButton em .upfile{ margin-left: -20px; border: 1px solid red; }
#uploadImgBox { text-align: center}
.uploadImgIcon{padding: 20px 10px 10px 10px}

#nav{ text-align: center; padding-top: 10px;}
#nav li{ display: inline-block; padding: 10px 5px;}
#nav li a{ display: inline-block; padding: 5px 15px; background: #4E5058; font-size: 14px; color: #fff; border-radius: 5px; margin: 0 3px; }
#nav li a:hover, #nav li .on{  background: #6D27F2; color: #fff; text-decoration: none; }

#content{ max-width: none; padding-bottom: 80px}
#content #main{text-align: center; vertical-align: middle; margin-top: 0; margin-left: 140px; background: none; padding: 20px;}
#content #main canvas{margin: auto}

.tabs a {display: inline-block;padding: 5px 30px;background: #4E5058;color: #fff;font-size: 14px;border-radius: 5px;margin: 0 5px;}
.tabs a:hover,.tabs a.on {    background: #6D27F2;    color: #fff;    text-decoration: none}

a.on{ color: #F66E14; text-decoration: underline}
#canvasBox{display: flex;justify-content: center; align-items: center;}

.contentForm{    line-height: 1.8; background: #1E1F22;     border-radius: 10px;    margin-top: 10px;    padding: 20px;}
.contentForm label{    padding: 5px 0; display: inline-block; padding-right: 20px;}
.contentForm a{    text-decoration: underline;}

#content .contentBlock2{padding: 20px; border-radius: 10px; margin-top: 10px;}
#changeUIModel{display: block;text-align: center; padding-top: 10px; vertical-align:middle; position: fixed; bottom: 0; background: #1E1F22; width: 120px; padding-bottom: 10px;}
#changeUIModel svg{  vertical-align: middle;  opacity: 50%}
#changeUIModel a{  opacity: 70%; display: block; padding: 5px 0; border-radius: 5px; text-decoration: none}
#changeUIModel a:hover{ color: #F66E14; background:  #36373D}

#searchContent, #searchContent *{ color: #666; margin-top: 800px;}