﻿/*:root {
    --font-color: #000;
    --red-color: #A77;
    --gray-color: #777;
    --link-color: #1C75B9;
    --link-white-color: #fff;
    --bg-color: rgb(243,243,243);
}

[data-theme="dark"] {
    --font-color: #c1bfbd;
    --red-color: #A333;
    --gray-color: #333;
    --link-color: #0a86da;
    --link-white-color: #c1bfbd;
    --bg-color: #333;
}

body {
    color: #000;
    color: var(--font-color);
    background: rgb(243,243,243);
    background: var(--bg-color);
}*/

body {letter-spacing:0.1em;font-size:100%;margin:0em 0 0em 0em;padding:0em 0em 6em 0;font-family:'Microsoft YaHei', SimHei,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;transition:all .8s;line-height:1.5rem;
      -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; outline:none; background: none; text-decoration: none;
      cursor:default;

}

    body::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

    body::-webkit-scrollbar-track {
        background: #000;
    }

    body::-webkit-scrollbar-thumb {
        background: #000;
    }

        body::-webkit-scrollbar-thumb:hover {
            background: #888;
        }


@media(max-width:414px){body {font-size:3.9vw;letter-spacing:0.1vw;}}
@media(max-width:375px){body {font-size:4.3vw;letter-spacing:0.1vw;}}
@media(max-width:320px){    body {letter-spacing:0.1em;font-size:100%;}}

div,a,span,font,textarea,input,td {transition:all 0.3s ease 0s;}

#MainPart_Content {max-width:600px;text-align:left;clear:both;margin-right:10px;/*padding-top:80px;*/}
#MainPart .textpart {margin-bottom:0.5em;margin-top:0.5em;width:93%;height:5em;font-size:1.0em;padding:0.5em;border-radius:5px;min-height:1em!important;transition:all .5s;max-height:300px;font-family:'Microsoft YaHei', SimHei,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;letter-spacing:0.05em;line-height:1.5em;}
/*select {font-size:14px;border-radius:5px;padding:7px;font-weight:bold;}*/

input[type=text]{margin-bottom:0.8em;margin-top:0.5em;font-size:1.0em;width:93%;padding:0.5em 0.5em;border-radius:5px;transition:all .5s;letter-spacing:0.05em;}
input[type=date]{ime-mode:disabled;margin-bottom:0.8em;margin-top:0.5em;font-size:1.0em;width:93%;padding:0.5em 0.8em;border-radius:5px;max-width:10em;-webkit-appearance:none;outline:none;min-height:1.5em;font-weight:bold;}
input[type=password]{ime-mode:disabled;font-family:Arial;max-width:10em;margin-bottom:0.8em;margin-top:0.5em;font-size:1.1em;width:93%;padding:0.5em 0.5em;border-radius:5px;transition:all .5s;}
input[type=email] {ime-mode:disabled;font-family:Arial;margin-bottom:0.8em;margin-top:0.5em;font-size:1.1em;width:93%;padding:0.5em 0.5em;border-radius:5px;transition:all .5s;}
input[type=tel]{ime-mode:disabled;font-family:Arial;max-width:10em;margin-bottom:0.8em;margin-top:0.5em;font-size:1.1em;width:93%;padding:0.5em 0.5em;border-radius:5px;transition:all .5s;}
input[type=file]{margin-top:-0.5em;font-size:1.1em;width:95%;padding:0.5em 0.8em;border-radius:5px;transition:all .5s;cursor:pointer;opacity:0;position:absolute;left:1em;width:8em;}

img#menu_usercenter {width:16px;border:0;filter:invert(50%);cursor:pointer;}
img#menu_usercenter:hover {filter:invert(20%);}

select { /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*background: url("/content/arrow.png") no-repeat scroll right center transparent;*/
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 200 200'%3E%3Cpath fill='%23000' d='M145.659,68.949c-5.101-5.208-13.372-5.208-18.473,0L99.479,97.233 L71.772,68.949c-5.1-5.208-13.371-5.208-18.473,0c-5.099,5.208-5.099,13.648,0,18.857l46.18,47.14l46.181-47.14 C150.759,82.598,150.759,74.157,145.659,68.949z'/%3E%3C/svg%3E") no-repeat right;
    background-size:25px;
    background-color: #FFF;
    font-weight:bold;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/ 
    padding: 0.5em 30px 0.5em 0.8em;
    border-radius: 5px;
    font-size: 100%;
    cursor: pointer;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/

    select::-ms-expand {
        display: none;
    }

a.vipname {color:#A00;font-size:90%!important;font-weight:normal;text-decoration:none;letter-spacing:0.02em!important;margin-right:5px;cursor:pointer;user-select:none;}
a.norname {color:#333;font-size:90%!important;font-weight:normal;text-decoration:none;letter-spacing:0.02em!important;margin-right:5px;cursor:pointer;user-select:none;}

a.vipname:hover {color:#000;transition:all .5s;}

div.title {font-weight:bold;margin:1em 0 0.5em 0;font-size:120%;}
div.plist {padding:0;margin:0.5em 0px 2.5em 0px;word-wrap:break-word;word-break:break-word;}
div.plist p {letter-spacing:0.05em;line-height:1.5em;word-wrap:break-word;word-break:break-word;margin:0.5em 0;}
div.tlist {padding:0.3em 0px 0.3em 0px;border-bottom:1px dashed #CCC;user-select:none;word-wrap:break-word;word-break:break-word;/*max-width:100%;overflow:hidden;*/}
div.tlist p {letter-spacing:0.05em;line-height:1.5em;word-wrap:break-word;word-break:break-word;margin:0.5em 0;}
div.fview p {margin:1.2em 0;}
span.tm,span.tm-right,span.tp,span.tip {float:left;color:#666;font-size:80%;font-weight:normal;margin:2px 5px -2px 0;letter-spacing:0.05em;cursor:pointer;}
span.tm,span.tm-right {font-family:Arial;}
span.tm-right {float:right;margin:2px 5px -2px 5px;}
span.tm {float:none;}
span.tip {float:none;font-size:90%;}
b.title {font-size:1.1em;letter-spacing:0.05em;margin-right:10px;cursor:pointer;color:#34691b;line-height:1.5em;word-wrap:break-word;word-break:break-word;}
b.f_title {font-size:1.1em;letter-spacing:0.05em;margin-right:0.5em;cursor:pointer;color:#34691b;line-height:1.5em;word-wrap:break-word;word-break:break-word;float:left;overflow:hidden;max-width:60%;max-height:1.3em;text-overflow:ellipsis;white-space:nowrap;}
p.title,span.title,span.reply,span.nor {max-width:100%;overflow:hidden;text-overflow:ellipsis;letter-spacing:0.05em;line-height:1.5em;word-wrap:break-word;word-break:break-word;}
span.title,span.reply,span.click {user-select:none;cursor:pointer;}
span.reply {color:#A66;}
span.click {}
span.click:hover {color:#A00;}
span.click b {color:#555;font-weight:normal;font-size:75%;margin-left:0.2em;}
b.notecount {color:#A00;margin:0 3px;font-family:Arial;font-size:90%;cursor:pointer;}
b.right-title {float:right;font-size:80%;color:#666;margin-left:5px;font-weight:normal;cursor:pointer;}
span.byte {color:#666;margin:0 3px;font-family:Arial;font-size:75%;letter-spacing:0.05em;cursor:pointer;}
b.byte {color:#060;font-family:Arial;margin-right:5px;font-size:75%;letter-spacing:0.05em;cursor:pointer;}
b.byte span{font-size:110%;color:#A66;}
img.pri {float:right;margin:3px 5px 0 5px;width:16px;height:16px;filter:opacity(0.5);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M7.418 15.873a16.077 16.077 0 0 1-1.55-.144 14.46 14.46 0 0 1-2.668-.656c-.672-.237-.745-.28-.869-.522l-.045-.086v-6.34l.045-.09c.105-.216.22-.29.7-.455.145-.05.276-.102.292-.116.027-.024.028-.104.029-1.34 0-1.329.01-1.711.056-2.013A4.604 4.604 0 0 1 6.206.536a4.608 4.608 0 0 1 2.117-.33 4.594 4.594 0 0 1 4.147 3.817c.06.357.072.68.072 2.11 0 1.237.002 1.307.029 1.332.016.014.122.058.236.097.558.191.633.239.755.474l.045.088V14.465l-.053.101a.663.663 0 0 1-.27.28c-.108.055-.683.265-.99.361a14.278 14.278 0 0 1-3.297.636 24.39 24.39 0 0 1-1.579.03zm.792-2.07a.63.63 0 0 0 .302-.304l.051-.107.008-1.107.008-1.107.096-.071c.263-.195.434-.455.495-.752a1.243 1.243 0 0 0-1.223-1.486c-.695 0-1.25.556-1.25 1.252.001.385.195.749.525.985l.1.071v1.068c0 1.154.001 1.16.088 1.308a.67.67 0 0 0 .389.295.718.718 0 0 0 .411-.045zM5.193 6.99a13.83 13.83 0 0 1 2.986-.26c.723.012 1.143.044 1.805.139.32.046.893.148.948.17.025.009.026-.083.021-1.302-.006-1.451-.003-1.403-.116-1.8A3.016 3.016 0 0 0 8.363 1.8a3.71 3.71 0 0 0-.984.023A3.021 3.021 0 0 0 4.953 4.47c-.01.096-.017.62-.017 1.366 0 1.145.002 1.21.028 1.202.016-.005.119-.026.229-.048z'/%3E%3C/svg%3E") no-repeat;}
img.pic {margin:0px 3px -3px 2px;width:20px;height:20px;border-radius:5px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E%3Cpath fill='%23666' d='M4.089 8.25h42.195v33.427H4.089z'/%3E%3Cpath d='M24.758 39.409l-9.815.048-9.814.049 4.858-7.389 4.86-7.389 4.955 7.34z' fill='%23fff'/%3E%3Cpath d='M45.421 39.448l-14.456-.003-14.456-.003L23.74 28.39l7.231-11.05 7.225 11.054z' fill='%23fff'/%3E%3Cellipse cx='21.601' cy='18.193' rx='2.931' ry='2.872' fill='%23fff'/%3E%3Cpath fill='%234d4d4d' d='M.439 4.634h49.512v2.195H.439zM.561 43.293h49.512v2.195H.561z'/%3E%3Cpath fill='%234d4d4d' d='M2.374 5.122H.439v39.756h1.935zM49.951 4.634h-1.935V44.39h1.935z'/%3E%3C/svg%3E") no-repeat;}
img.isgood,img.isgood0  {margin:2px 2px 0 2px;width:16px;height:16px;cursor:pointer;float:right;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4.233 4.233'%3E%3Cpath d='M3.41 4.097l-1.288-.672-1.283.68.24-1.433-1.042-1.01 1.436-.213.64-1.304.646 1.3 1.437.205L3.16 2.666z' fill='red'/%3E%3C/svg%3E") no-repeat;}
img.isgood0 {filter:grayscale(100%) opacity(0);}
img.is,img.isnot  {margin:2px 2px 0 2px;width:20px;height:20px;cursor:pointer;float:right;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 3.175 3.175'%3E%3Cg transform='translate(0 -293.825)'%3E%3Ccircle cx='1.575' cy='295.405' r='1.517' fill='%23d40000'/%3E%3Cpath fill='%23fff' d='M.945 295.16l.84.711-.32.379-.84-.712z'/%3E%3Cpath fill='%23fff' d='M2.167 294.697l.357.303-1.06 1.249-.356-.303z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}
img.isnot {filter:grayscale(100%) opacity(0.3);}
img.split {width:12px;height:1px;filter:brightness(0);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 3.175 3.175'%3E%3Cg fill='%23ccc'%3E%3Cpath d='M1.442.099h.268v.566h-.268zM1.442.911h.268v.566h-.268zM1.445 1.708h.268v.566h-.268zM1.449 2.505h.268v.566h-.268z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}
img.home {width:18px;height:18px;margin:0 0 -3px 0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 3.175 3.175'%3E%3Cg transform='translate(0 -293.825)'%3E%3Ccircle cx='1.575' cy='295.405' r='1.517' fill='%23d40000'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M1.33 296.044c0-.267.001-.276.01-.29a.086.086 0 0 1 .024-.025c.014-.008.023-.009.204-.009.205 0 .204 0 .224.026.01.012.01.015.01.293v.28h.225l.225-.002.022-.011a.146.146 0 0 0 .038-.03c.03-.035.03-.02.03-.426v-.368h.128l.129-.002.014-.025a.087.087 0 0 0 .014-.055c0-.048-.008-.058-.117-.158a199.494 199.494 0 0 0-.855-.783.195.195 0 0 0-.041-.028.14.14 0 0 0-.098-.001.93.93 0 0 0-.103.086 1073.113 1073.113 0 0 1-.666.61c-.184.168-.221.203-.23.22a.119.119 0 0 0 .007.121l.011.015.127.001.127.002.002.377.002.377.01.017a.144.144 0 0 0 .07.056c.017.005.066.007.24.007h.218v-.275z'/%3E%3Cpath d='M.873 296.312a.144.144 0 0 1-.07-.056l-.01-.017-.002-.377-.002-.377-.127-.002H.535l-.01-.016a.106.106 0 0 1-.02-.076c.004-.048-.002-.042.242-.266a1629.536 1629.536 0 0 1 .666-.61.93.93 0 0 1 .103-.085.14.14 0 0 1 .098 0c.01.006.03.019.041.029a128.37 128.37 0 0 1 .45.413c.062.055.352.32.405.37.11.1.116.11.117.158a.087.087 0 0 1-.014.055l-.014.025-.13.001-.128.001v.368c0 .406.001.39-.03.426a.146.146 0 0 1-.037.03l-.022.01-.225.002-.225.002v-.281c0-.278 0-.281-.01-.293-.02-.026-.02-.026-.224-.026-.18 0-.19 0-.204.01a.086.086 0 0 0-.024.023c-.009.015-.01.024-.01.29v.276h-.218c-.173 0-.222-.002-.239-.007z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;}
div.textshow{margin:0.5em 0 1em 0;word-wrap:break-word;word-break:break-word;}
div.textshow div{text-indent:2em;margin:2em 0px 1.5em 0;letter-spacing:0.05em;line-height:1.5em;}
div.textshow div font{color:#A00;}
div.poptextshow {overflow:auto;word-wrap:break-word;word-break:break-word;}
/*div.poptextshow div{margin:0px 0px 0.5em 0;letter-spacing:0.05em;line-height:1.5em;}*/
div.urlinfo {display:block;font-size:90%;color:#666;margin:0.5em 0 1em 0;}
div.urlinfo span {font-family:Arial;margin-right:2px;}
div.urlinfo a,a.outlink {text-decoration:none;color:#666;padding-bottom:0.05em;border-bottom:1px solid #888;}
div.urlinfo a:hover,a.outlink:hover {color:#A00;border-bottom:1px solid #A00;}
div.about {clear:both;letter-spacing:0.05em;line-height:1.5em;margin:5px 0px 5px 0px;font-size:90%;padding:10px 14px;border-radius:5px;background:#f2f4fd;word-wrap:break-word;word-break:break-word;}
div.about div{text-indent:0em;margin-bottom:0.5em;}
div.about p {margin:1em 0;}
a.product {color:#A00;text-decoration:none;border-bottom:1px solid #A00;padding-bottom:0.05em;font-weight:bold;}
a.product:hover {color:#F00;border-bottom:1px solid #F00;}
b.to,b.from{margin-right:5px;}
b.to img,b.from img {width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 3.175 3.175'%3E%3Cg fill='%23d40000'%3E%3Cpath d='M3.141 1.436L3.13 3.013l-.423-.001.012-1.577zM2.524 2.193l-.36.33-.856-.99.36-.33z'/%3E%3Cpath d='M2.524 2.194l-.357-.333-.866.981.357.333z'/%3E%3Cpath d='M1.91 1.95l-.002.484-.962-.01.002-.484zM.563 1.947v.484l-.458-.01.001-.483z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}
b.from img {transform:rotateY(180deg);}

span.newest {border-bottom:0.1em dashed #906c81;}

span.showmorewords {font-weight:bold;font-size:85%;color:#060;padding-right:1.5em;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 12 12'%3E%3Ccircle cx='1.33' cy='5.852' r='1.228' fill='%23666'/%3E%3Ccircle cx='6.189' cy='5.913' r='1.228' fill='%23666'/%3E%3Ccircle cx='10.691' cy='5.862' r='1.228' fill='%23666'/%3E%3C/svg%3E") no-repeat right;}

p.sayone {padding:0.5em 0.8em;border-radius:0 1em;background:#34691b;color:#EEE;box-shadow:2px 2px 4px #000;}

img.imgheart {
    width: 15px;
    border: 0;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.969 3.969'%3E%3Cpath d='M2.467 3.334c.412-.354.883-.84 1.083-1.118a1.79 1.79 0 0 0 .244-.443c.035-.103.038-.13.038-.31 0-.186-.004-.206-.047-.332a1.056 1.056 0 0 0-.22-.393c-.094-.1-.161-.133-.27-.134-.23 0-.619.3-.792.612a5.62 5.62 0 0 0-.166.385c-.067.17-.127.302-.133.296a6.484 6.484 0 0 1-.127-.357c-.13-.384-.155-.44-.258-.59-.126-.182-.302-.32-.433-.337-.194-.026-.414.15-.552.444a1.09 1.09 0 0 0-.115.49.807.807 0 0 0 .104.451c.15.312.54.743 1.217 1.35.102.091.192.166.201.166.009 0 .11-.081.226-.18z' fill='%23d40000'/%3E%3C/svg%3E") no-repeat;
}

img.imgheart:hover {filter:brightness(1);opacity:1;}

span.listtitle35,span.listtitle40,span.listtitle45,span.listtitle50,span.listtitle55,span.listtitle60,span.listtitle65,span.listtitle70,span.listtitle75,span.listtitle80,span.listtitle85 {display:block;max-width:35%;text-overflow:ellipsis;overflow:hidden;max-height:1.4em;float:left;word-break: break-all;margin-right:0.5em;}
span.listtitle40 {max-width:40%;}
span.listtitle45 {max-width:45%;}
span.listtitle50 {max-width:50%;}
span.listtitle55 {max-width:55%;}
span.listtitle60 {max-width:60%;}
span.listtitle65 {max-width:65%;}
span.listtitle70 {max-width:70%;}
span.listtitle75 {max-width:75%;}
span.listtitle80 {max-width:80%;}
span.listtitle85 {max-width:85%;}


div.one_invert {margin: 0.3em 0.5em -2px 0;float: left;padding: 0.3em;color: #FFF;background: #AAA;font-size: 75%;border-radius: 0.3em;line-height: 1em;}
div.bgcolor0 {background:#6A6;}
div.bgcolor1 {background:#66A;}
div.bgcolor2 {background:#A66;}
div.bgcolor3 {background:#AA6;}
div.bgcolor4 {background:#A6A;}
div.bgcolor5 {background:#6AA;}

b.price {margin:0px 1px 0px 5px;font-size:95%;color:#A00;font-family:Arial;}
span.price {color:#666;font-weight:normal;font-family:Arial;font-size:75%;margin-right:5px;}

div.clickshowmore {padding-top:15px;}

input.cmda,button.cmda,label.cmda {transition:all .8s;margin:1em 1em 1em 0;text-decoration:none;padding:0.4em 0.6em 0.4em 0.6em;border:1px solid #888;background:#C8C8C8 url(/Content/trans.png);background:radial-gradient(circle, #DDD, #EEE, #DDD);color:#222;border-left:1px solid #EEE;border-top:1px solid #EEE;border-radius:5px;font-size:1em;font-weight:bold;box-shadow:0px 1px 3px #000;letter-spacing:0px;text-shadow:rgba(255,255,255,.5) 0 1px 0;cursor:pointer;font-weight:bold;}
/*.cmda:hover {color:#000;background:radial-gradient(circle, #DDD, #EEE, #DDD);}
.cmda:active {color:#000;background:#666;}*/

a.cmda {text-decoration:none;padding:0.3em 0.5em 0.3em 0.5em;border:0em solid #CCC;background:#C8C8C8;color:#333;border-radius:5px;font-size:1em;font-weight:normal;background:radial-gradient(circle, white, #F6F6F6, #EEE);box-shadow:0px 1px 3px #000;letter-spacing:0px;text-shadow:rgba(255,255,255,.5) 0 1px 0;cursor:pointer;}
a.cmdax {text-decoration:none;padding:0.3em 0.5em 0.3em 0.5em;border:0em solid #CCC;background:#C8C8C8;color:#A30;border-radius:5px;font-size:1em;font-weight:normal;background:radial-gradient(circle, white, #F6F6F6, #EEE);box-shadow:0px 1px 3px #000;letter-spacing:0px;text-shadow:rgba(255,255,255,.5) 0 1px 0;}
/*.cmda:hover {border:0em solid #660000;background:#AA0000;color:#FFF;}
.cmdax:hover {border:0em solid #660000;background:#AA0000;color:#FFF;}*/

img.body {width:2.5em;border:0em;border-bottom:0.2em solid #000;-webkit-box-shadow:1px 1px 3px #888;box-shadow:1px 1px 3px #888;-moz-box-shadow:1px 1px 3px #888;}
div.body {font-family:Arial;font-size:0.65em;color:#666;font-weight:bold;}
td.body {border-top:0.1em solid #000;font-weight:bold;}

div.loadingnow {background:#fcfcf1;color:#333;border-radius:5px;padding:1em;margin:1.2em 0.3em 0em 0.3em;}
div.loadingnow img {float:left;}
div.loadingnow span {font-size:1em;color:#000;font-weight:bold;letter-spacing:0.1em;padding:0.65em;font-weight:bold;}

div#InfoDetailShow_loading_waiting {color:#060;font-size:1.2em;font-weight:bold;padding:10px;}
img.imgloading {float:left;margin-right:10px;border:0;width:20px;height:20px;}

div#NavBarClick_loading_waiting {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #660000;
}

#NavBar {text-align:center;padding:12px 0px 12px 0px;background:#fcfcf1;clear:both;font-size:1em;font-weight:bold;left:0px;top:0px;position:relative;z-index:100;width:100%;background-image:linear-gradient(to right,#fff4e1,#fbe1dd);box-shadow:0px 2px 3px #888;transition: all 0.3s ease 0s;}
#NavBar font {cursor:pointer;padding:0 5px;margin:0em;text-decoration:none;color:#34691b;letter-spacing:2px;font-size:1.2em;}
#NavBar img {width:10px;height:16px;border:0px solid #000;/*background:url(/Content/Phone.png) -282px -130px no-repeat;*/margin:0;}
#NavBar td {text-align:center;cursor:pointer;padding:0 5px;margin:0em;text-decoration:none;color:#34691b;letter-spacing:2px;font-size:1.1em;line-height:1em;}
a#NavNow {color:#AA0000;}
#NavBar a{margin:0 6px;text-decoration:none;font-size:1.3em;letter-spacing:3px;user-select:none;}

div#ayaologobar {height:55px;background:#fcfcf1;background-image:linear-gradient(to right,#fce4de,#ffffff);color:#FFF;text-align:center;}
#TopNavBar {text-align:center;padding:15px 0px 0px 7px;font-size:1em;font-weight:bold;}
#TopNavBar center{margin:0 0 0 20px;}
#TopNavBar font {cursor:pointer;padding:0 5px;margin:0em;text-decoration:none;color:#34691b;letter-spacing:2px;font-size:1.2em;}
img.ayaologo {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 210 210'%3E%3Cpath d='M79.45 158.973v-12.851h26.459v-14.363H79.45V80.354H92.302v39.31h13.607v-39.31h25.702v91.47h-52.16z' fill='%23f87a5b'/%3E%3Cpath d='M132.2 198.434v-13.191H66.245v-39.575H.699V26.946h78.736V66.52h52.766V.563H208.876v211.062H132.2zm65.958-39.574v-39.574h-52.766v79.148h52.766zm-39.575 0v-13.192H184.966V172.051H158.583zm-26.382-32.979v-46.17H105.818v39.575H92.627V79.712H79.435v52.765H105.818V145.668H79.435V172.051h52.766zM66.244 86.307v-46.17H13.478V66.52h39.575v13.192H13.478v52.765h52.766zM26.67 99.5v-6.596H53.053V106.094H26.67zm171.488-39.574v-46.17h-52.766v26.382h39.574V53.33h-39.574v52.765h52.766zm-39.575 13.19V66.52H184.966v13.192H158.583z'/%3E%3Cpath d='M145.974 79.976v-26.08h39.31V39.533h-39.31V13.83h52.161v92.227h-52.16zm39.31-6.803V65.99H158.07v14.363h27.214z' fill='%23fb494d'/%3E%3Cpath d='M145.445 158.444v-39.31h52.16v78.62h-52.16zm39.31 0v-13.607H157.54v27.214h27.215z' fill='%23ffbe4b'/%3E%3Cpath d='M13.758 106.057v-26.08h39.31V66.368h-39.31V40.667H65.92v91.47h-52.16zm39.31-6.426v-6.804H26.61v13.607h26.458z' fill='%23fb494d'/%3E%3Cpath d='M146.05 79.976V54.274h39.31v-15.12h-39.31V14.209h51.405v91.471H146.05zm39.31-6.82v-7.577l-13.797.206-13.796.206-.221 6.362c-.122 3.5-.048 6.817.165 7.371.303.789 3.355 1.008 14.018 1.008h13.63z' fill='%23fe984d'/%3E%3C/svg%3E") no-repeat;}
#TopNavBar img.ayaologo {width:24px;height:24px;border:0px solid #000;padding:0;/*background:url(/Content/Phone.png) -282px -130px no-repeat;*/margin-bottom:-3px;}
#TopNavBar td {text-align:center;cursor:pointer;padding:0 7px;margin:0em;text-decoration:none;color:#34691b;letter-spacing:3px;font-size:1.3em;line-height:1em;user-select:none;}
a#NavNow {color:#AA0000;}

img#scrollIntoViewIcon,img.scrollIntoViewIcon {width:50px;height:50px;cursor:pointer;display:none;position:fixed;right:1em;bottom:-0.5em;z-index:101;transition:all 1s;opacity:0.5;
                        background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 3.175 3.175'%3E%3Cg fill='%23999'%3E%3Cpath d='M.475.087h2.262v.435H.475zM1.649.716l.331.369-.986.885-.331-.369z'/%3E%3Cpath d='M1.648.716l-.331.369.986.885.331-.369z'/%3E%3Cpath d='M1.408 1.348h.484v1.798h-.484z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

img.scrollIntoViewIcon {display:block;/*z-index:1027;*/bottom:auto;top:3em;transform:rotate(180deg);}

@media(max-width:425px){    #TopNavBar td {padding:0 7px;letter-spacing:2px;font-size:1.3em;}#NavBar a{margin:0 7px;letter-spacing:3px;font-size:1.25em;}}
@media(max-width:414px){    #TopNavBar td {padding:0 6px;letter-spacing:2px;font-size:1.3em;}#NavBar a{margin:0 6px;letter-spacing:2px;font-size:1.25em;}}
@media(max-width:375px){    #TopNavBar td {padding:0 6px;letter-spacing:2px;font-size:1.3em;}#NavBar a{margin:0 5px;letter-spacing:1px;font-size:1.20em;}}
@media(max-width:360px){    #TopNavBar td {padding:0 6px;letter-spacing:2px;font-size:1.3em;}#NavBar a{margin:0 5px;letter-spacing:1px;font-size:1.05em;}
img.goodtoday_p_count1,img.goodtoday_p_count0 {margin:0 3px 1px 3px!important;}
div.UserGoodInfo div.goodto1,div.UserGoodInfo div.goodfrom1 {width:50px!important;}
}
@media(max-width:320px){    #TopNavBar td {padding:0 3px;letter-spacing:0px;font-size:1.3em;}#NavBar a{margin:0 4px;letter-spacing:0px;font-size:1.05em;}}

#TopNavBar td:first-child {min-width:18px;padding:0 7px 0 0;}

#SubNavBar {transition:none;overflow:hidden;text-align:center;margin:15px 0 0 0;padding:0 0 0 0;white-space:nowrap;max-width:100%;width:100%;}

span#SubNavMore font.SubNavMore {border-radius:0.5em;background:#EEE;color:#000;cursor:pointer;}

div#mainpart_loading_waiting, p#msgbox_loading_waiting {padding:1em 0;font-size:13px;font-weight:bold;letter-spacing:1px;color:#000;transition: all 1s;}

img.imgclose {float:left;width:30px;height:30px;filter:invert(50%) brightness(10);cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 3.175 3.175'%3E%3Cg fill='%23b3b3b3'%3E%3Cpath d='M.648.177l2.383 2.277L2.525 3 .143.72z'/%3E%3Cpath d='M2.522.163L.192 2.495l.52.532L3.04.696z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}
/*img.imgclose:hover {filter:invert(50%) ;}*/

img.notespace{width:14px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 3.704 4.233'%3E%3Cpath d='M.049 1.567l1.755 1.576.09-1.547.593 1.718.855.36-1.073-.07-2.263.613 1.262-.745z' fill='%23b3b3b3'/%3E%3C/svg%3E") no-repeat;}

/*img.winclose {width:20px;height:20px;cursor: pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 3.175 3.175'%3E%3Cg fill='%23b3b3b3'%3E%3Cpath d='M.648.177l2.383 2.277L2.525 3 .143.72z'/%3E%3Cpath d='M2.522.163L.192 2.495l.52.532L3.04.696z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}*/
img.winclose {float:right;width:20px;height:20px;cursor: pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 3.175 3.175'%3E%3Cg fill='%23b3b3b3'%3E%3Cpath d='M.56 1.313L2.18 2.8l-.344.355L.217 1.668z'/%3E%3Cpath d='M1.734.084L.217 1.668l.367.334L2.1.418z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}
img.winclose:hover {filter:invert(100%) brightness(10.8);}

.noscroll{height:100%;overflow:hidden;}

#UserSetting {float:right;}
div.MnuPopNowDiv_BG {/*transition:all 0.3s linear;*/display:block;opacity:0.8;}
div.MnuPopNowDiv {background:#FFF;overflow:auto;display:none;border-radius:0px;/*opacity:0;*//*display:none;*/}
div.PopMenuPart {}
div.MnuPopNowDiv div#is_topbar {background-image: linear-gradient(to right,#8d2b3e,#f5eeed);padding:10px 0 7px 0px;border-bottom:1px solid #545454;position:fixed;width:100%;z-index:2;}
div.MnuPopNowDiv div#is_topbar td.is_bigtitle {color:#FFF;font-size:1.2em;font-weight:bold;letter-spacing:0.06em;}

div.PopMenuPart div.is_topbar_fv div.is_bigtitle {color:#A00;font-size:1.3em;font-weight:bold;letter-spacing:1px;margin-left:1em;line-height:1.6em;min-height:2em;max-height:2em;overflow:hidden;max-width80%;user-select:none;}
div.PopMenuPart div.is_topbar_fv {padding:10px 0 3px 0px;border-bottom:0px dashed #666;background:#EDD;position:fixed;width:100%;z-index:2;}
div.PopMenuPart div.is_topbar_fv img.winclose {float:right;margin:0.5em 1em 0 1em;filter:brightness(0);}
div.PopMenuPart div.is_topbar_fv img.winclose:hover {filter:invert(100%) brightness(0.8);}

div.PopMenuPart div.is_topbar_fv td.is_bigtitle {font-size:1.2em;font-weight:bold;letter-spacing:1px;}
div.PopMenuPart div#is_content {background:#f5eeed;padding:100px 10px;z-index:1;}
div.PopMenuPart div.is_content_fv {padding:4em 2em 8em 1em;z-index:1;max-width:650px;user-select:none;}
div.PopMenuPart div.is_title {font-weight:bold;color:#611b1b;margin:-0.6em 0 1em 1em;letter-spacing:0.1em;padding:3em 0.5em 0 0.5em;border-bottom:0px solid #888;float:left;background:#FFF;}
div.PopMenuPart div.is_split {height:0px;border-top:1px solid #CCC;border-bottom:1px solid #FFF;margin-top:3em;}
div.PopMenuPart div.is_note {clear:both;color:#666;letter-spacing:0.1em;}
div.PopMenuPart div.is_bottom_fv {padding:0 0 0 1em;background:#CCC;position:fixed;width:100%;z-index:2;bottom:0px;min-height:90px;border-top:1px solid #CCC;background:#580515;background-image:linear-gradient(to right,#d4c6c5,#f5eeed);}

/*div.MnuPopNowDiv div#is_bottom {padding:0;border-top:1px solid #FFF;background:#580515;background-image:linear-gradient(to right,#d4c6c5,#f5eeed);text-align:center;position:fixed;width:100%;z-index:2;bottom:0px;height:80px;}*/

p.chat {clear:both;margin:0;}
p.chat0, p.chat1 {padding:0.5em 0.8em;background:#905454;color:#EEE;border-radius:0.1em 0.8em;clear:both;box-shadow:2px 2px 4px #000;max-width:75%;float:left;margin:0.5em 0 2.5em 0;}
p.chat0 {border-radius:0.8em 0.1em;background:#060;float:right;}

.checke {
    position: relative;
    -webkit-appearance: none;
    width: 40px;
    height: 16px;
    line-height: 11px;
    background: #FFF;
    border-radius: 3px;
    outline: none;
    border: 1px solid #666;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    cursor: pointer;
}
        .checke:before{
            position: absolute;
            left:0px;
            content: '';
            width:24px;
            height:14px;
            border-radius:1px;
            background:#000;
            /*box-shadow: 0px 0px 5px #ddd;*/
            transition: all 0.2s linear;
            margin-top:0px;
            border-left:0px;
            border-right:1px solid #FFF;
            background-image: linear-gradient(to right,#666,#9e9e9e);
        }

    .checke:checked {
        background: #fde2e2;
    }
        .checke:checked:before{
            left:13px;
            width:24px;
            transition: all 0.2s linear;
           border-left:1px solid #FFF;
           border-right:0px;
           background-image: linear-gradient(to right,#000,#9e9e9e);
        }
        .checke:disabled{
            background:#EEE;

        }        
        .checke:disabled:before{
            transition: all 0.2s linear;
           background-image: linear-gradient(to right,#AAA,#CCC);
        }

div.fface img{border-radius:5px;background:#FFF; padding: 0px;-webkit-box-shadow: 1px 1px 3px #000;box-shadow: 1px 1px 3px #000;-moz-box-shadow: 1px 1px 3px #000;}

div.PagePart {text-align:center;margin-top:10px;color:#666;left:0px;bottom:0px;position:fixed;z-index:100;width:100%;border-top:1px solid #EEDDDD;background:#EEE;background-image:linear-gradient(to right,#f9e0f5,#fcfcf1);box-shadow:0px 8px 20px 0px #090909;line-height:1.5em;transition: all 0.3s ease 0s;padding-bottom:0.1em;}
div.PagePart a {color:#AA3300;text-decoration:none;letter-spacing:1px;font-weight:bold;border-right:0px dashed #CCC;padding:0px 5px 0px 5px;font-size:1.05em;user-select:none;}
div.PagePart a:last-child{border:0;}
div.PagePart a:first-child {padding-left:0;}

div.PagePart a.pagenow {font-size:130%;}

div#ExitLogin {float:right;padding-right:10px;}
div#ExitLogin a {text-decoration:none;/*background:#FFF;*/color:#555;border-radius:5px;padding:5px 8px 5px 8px;font-size:1em;font-weight:normal;}
div#ExitLogin a:hover {color:#CC0000;background:#EEDDDD;}

div#overlay {margin:0;padding:0;border:none;width:100%;height:100%;background:#000;opacity:0.6;filter:alpha(opacity=60);z-index:1000;position:fixed;top:0;left:0;}

div#msgPopBox,div.msgPopBox{-webkit-box-shadow:0em 0em 0.5em #000;box-shadow:0em 0em 0.5em #000;-moz-box-shadow:0em 0em 0.5em #000;border-radius:0.3em;display:none;border-bottom:1px solid #000;border-right:1px solid #000;max-width:550px;}
div#msgPopBox_title,div.msgPopBox_title{line-height:1.8em;overflow:hidden;background:#000;color:#EEE;padding:0.3em 5px 0.3em 0.8em;border:0em solid #e78f08;font-weight:bold;border-bottom:0em solid #eaa12a;border-top-left-radius:0.3em;border-top-right-radius:0.3em;}
div#msgPopBox_title img,div.msgPopBox_title img{float:right;margin:0px 1em 0 0;}
span#msgPopBox_title_span,span.msgPopBox_title_span {display:block;max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0.05em;}

div#msgPopBox_info,div.msgPopBox_info {padding:1em 1.5em 1.5em 1.5em;word-wrap: break-word;background:#EEE;border-bottom-left-radius:0.3em;border-bottom-right-radius:0.3em;/*max-height:450px;overflow:auto;*/}
div#msgPopBox_info p,div.msgPopBox_info p {padding:0.8em 0em 0.4em 0em;font-size:0.85em;line-height:1.4em;text-align:left;margin:0em;clear:both;}
div#msgPopBox_info p.one,div.msgPopBox_info p.one {padding:1em 0em 0.4em 0em;font-size:1em;line-height:1.5em;text-align:center;margin:0em;font-weight:bold;clear:both;}
div#msgPopBox_info p.big,div.msgPopBox_info p.big {padding:1em 0em 0.4em 0em;font-size:1em;line-height:2em;text-align:center;margin:0em;font-weight:bold;}


span#errinfocount{margin-right:5px;font-weight:normal;font-family:'Courier New';font-size:0.75em;color:#888;}

span.msgshowtip {padding:0.7em 0em 0.7em 0em;text-align:left;color:#CC0000;font-weight:bold;display:none;line-height:19px;font-size:0.9em;letter-spacing:0em;}

img.jpgshow {max-width:100%;border-radius:3px;box-shadow:2px 2px 4px #000;}

div#FileSearchList a {margin:0px 5px 10px 0px;float:left;text-decoration:none;}
div#FileSearchFormShow {margin:15px 0;}
div#FileSearchFormShow img.jpgshow {background:#FFF;padding:0px;-webkit-box-shadow:1px 1px 3px #000;box-shadow:1px 1px 3px #000;-moz-box-shadow:1px 1px 3px #000;max-width:90%;}
div#FileSearchFormShow a img {border-radius:3px;background:#FFF;padding:0px;-webkit-box-shadow:1px 1px 3px #000;box-shadow:1px 1px 3px #000;-moz-box-shadow:1px 1px 3px #000;width:64px;height:64px;}
div#FileSearchFormShow div.FileListSelect {margin-bottom:5px;font-size:0.9em;color:#888;}
div#FileSearchFormShow div.FileListSelect a {margin-right:5px;text-decoration:none;color:#AA0000;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50%;}

div#MsgNoReadTip_Div {margin:0px 0px 10px 0px;}
div#MsgNoReadTip_Div img.imgmsg {width:16px;height:16px;margin:0 5px -4px 0;border-radius:5px;filter:bright(0.8);transition:all 0.5s ease 0s;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512'%3E%3Cpath d='M16.88 452.013c-3.28-1.934-8.198-6.738-10.93-10.676l-4.968-7.159V249.205c0-184.116.02-185.003 4.157-191.404 2.287-3.536 7.114-8.736 10.727-11.554l6.57-5.125h469.453l7.132 5.555c14.378 11.198 13.662.558 13.662 202.914 0 179.103-.056 181.693-4.074 189.146-2.241 4.155-7.042 9.657-10.668 12.226-6.55 4.64-8.102 4.67-240.846 4.618-207.218-.046-234.942-.458-240.215-3.568zm431.734-185.985c.284-63.571-.074-115.584-.795-115.584-1.597 0-20.28 13.603-76.226 55.502-117.046 87.657-104.26 78.872-114.795 78.872-8.366 0-19.097-7.319-102.802-70.108-69.764-52.331-86.166-64.266-88.316-64.266-1.45 0-2.101 36.033-2.101 116.165v116.165l192.26-.58 192.26-.581zM315.09 161.262c30.457-22.86 55.183-42.59 54.947-43.843-.599-3.168-228.958-4.314-228.958-1.15 0 1.268 12.743 11.815 28.317 23.44 86.756 64.756 84.34 63.026 88.132 63.084 1.202.02 27.105-18.67 57.562-41.531z' fill='%23d40000'/%3E%3C/svg%3E") no-repeat;}
div#MsgNoReadTip_Div span{font-weight:bold;margin:0 0 0 5px;}
div#MsgNoReadTip_Div a.noread {margin:0px 3px 0px 3px;text-decoration:none;color:#A00;font-weight:bold;/*text-transform:capitalize;*/}

.urinfoone b {font-size:90%;font-weight:bold;}
.urinfoone span {word-wrap:break-word;letter-spacing:0.05em;line-height:1.5em;/*font-size:0.95em;*/}
/*.urinfoone div img {margin:5px 0px 5px 0px;border-radius:5px;background:#FFF;padding:0px;-webkit-box-shadow:1px 1px 3px #000;box-shadow:1px 1px 3px #000;-moz-box-shadow:1px 1px 3px #000;}*/
.urinfoone font {font-size:80%!important;color:#888;margin:3px 7px -2px 0px;float:left;letter-spacing:0.05em;font-family:Arial;}
.urinfoone a {margin:0em 7px 0em 0em;color:#600;/*color:#666;text-decoration:underline;font-size:0.75em;display:block;*/}
.urinfoone a.urlinfo {display:contents;font-size:0.875em!important;text-decoration:none;margin-left:0.33em;}

a.musicfile_title {text-transform:capitalize;color:#666;font-weight:bold;text-decoration:none;font-size:0.95em;}/*background:url(/Content/Phone.png) -281px -780px;padding-left:20px;*/
input.musicfile_title {color:#666;font-weight:bold;text-decoration:none;font-size:0.95em;border:0;background-color:transparent;}/*background:url(/Content/Phone.png) -281px -780px;padding-left:20px;*/

.one_dayinfo {/*margin:0.5em 0 1.5em 0em;*/padding:0.25em 0em 0.15em 0em;border-bottom:1px solid #EEE;user-select:none;}
.one_dayinfo span {font-weight:bold;color:#34691b;font-size:80%;padding:0.5em 1em 0.5em 0em;letter-spacing:0;}
.one_dayinfo img.wkip {float:right;margin:3px 0 0 0;background:url(/Content/workitem.svg) 0 0 no-repeat;opacity:0.5;cursor:pointer;}
.one_dayinfo a.seldone {background:#EEE;color:#34691b;background:url(/Content/Phone.png) -282px -314px no-repeat;opacity:1;}

div#NameSearchList {}
div#NameSearchList a{font-size:0.875em;font-weight:bold;margin:10px 10px 0px 0px;color:#006600;}
span#SayOneName{font-size:1em;font-weight:bold;background:#34691b;border-top-right-radius:0.33em;border-top-left-radius:0.33em;color:#FFF;padding:0.33em 0.625em 0.33em 0.625em;}

div#CmdDone {display:none;font-weight:bold;min-height:35px;}
div#CmdDone div {/*padding:5px;background:#EEDDDD;border-radius:5px;margin:5px 0px 15px 0px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%;*/}
div#CmdUnDone {color:#AA0000;display:block;clear:both;min-height:35px;}
.CmdDone {font-size:12px;color:#AA0000;display:none;}
.CmdUnDone {color:#AA0000;display:block;}

img.goodtoday_p_count1,img.goodtoday_p_count0 {float:left;border-radius:2px;margin:0 1px 1px 1px;height:8px;width:8px;background:#CCC;}
img.goodtoday_p_count1{background:#600;}

div#info {margin:0px 0px 10px 0px; }
div#info div { font-size:0.875em;margin:5px 0px 0px 0px; color: #006600;clear:both;float:left; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%;}
div#uploadSpeed { clear:both;font-size:0.875em;padding: 10px 0px 10px 0px; color: #000;font-weight:bold; }
div#percent { color:#000; font-size: 0.875em; font-family:Arial; font-weight: bold; }
div#imageBox div {font-weight:bold;line-height:2em;margin-top:1em;font-size:0.875em;max-width:80%;overflow:hidden;}
div#imageBox img {border-radius:5px; }

div.DocumentList {margin:8px 0px 8px 0px;font-size:1em;clear:both;}
div.DocumentList a {line-height:15px;margin:3px 0px 3px 0px;color:#000;float:left;font-size:1em;text-decoration:none;padding:0px 0px 2px 0px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50%;}
div.DocumentList span {color:#666;font-size:0.875em;font-family:Arial;text-transform:uppercase;float:left;padding:5px 0px 0px 3px;}
div.DocumentList font {color:#666;font-size:0.75em;font-family:'Courier New';padding:5px 0px 0px 3px;}
/*div.DocumentList img.pri {width:16px;height:16px;background:url(/Content/Phone.png) -285px -637px no-repeat;border:0px;float:left;}*/
div.DocumentList img.imgshow250 {border-radius:6px;-webkit-box-shadow:1px 1px 3px #000;box-shadow:1px 1px 3px #000;-moz-box-shadow:1px 1px 3px #000;}

div.DocumentList img.filetype_0 {background:url(/Content/Phone.png) -283px -588px no-repeat;width:16px;height:18px;margin-right:3px;float:left;}
div.DocumentList img.filetype_1 {background:url(/Content/Phone.png) -283px -517px no-repeat;width:16px;height:18px;margin-right:3px;float:left;}
div.DocumentList img.filetype_2 {background:url(/Content/Phone.png) -283px -567px no-repeat;width:16px;height:18px;margin-right:3px;float:left;}
div.DocumentList img.filetype_3 {background:url(/Content/Phone.png) -283px -540px no-repeat;width:16px;height:18px;margin-right:3px;float:left;}
div.DocumentList img.filetype_4 {background:url(/Content/Phone.png) -283px -517px no-repeat;width:16px;height:18px;margin-right:3px;float:left;}

div.autosavepart {float:right;padding-top:0.8em;padding-right:15px;}
div.autosavepart div.autosavepart_img {float:right;padding:2px 0px 0px 12px;display:inline-block;}
div.autosavepart div.autosave {color:#666;display:inline-block;text-align:right;transition:all .5s;font-family:Arial;font-size:0.875em;}
div.autosavepart img.imgautosave {width:18px;height:18px;margin:0 20px 0px 5px;cursor:pointer;filter:invert(60%) brightness(0.8);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 100 100'%3E%3Cpath d='M50.01 1.04C22.83 1.04.795 23.017.795 50.125c0 27.107 22.034 49.082 49.215 49.082 27.18 0 49.215-21.975 49.215-49.082 0-27.108-22.034-49.083-49.215-49.083zm-.052 9.648c21.882 0 39.62 17.739 39.62 39.62 0 21.883-17.738 39.621-39.62 39.621-21.882 0-39.621-17.738-39.621-39.62 0-21.882 17.739-39.621 39.62-39.621zm-5.433 9.805v34.188h.008V44.617h11.388V20.493zm.008 24.124v10.601-.537.537H69.71v-10.6z'/%3E%3Cpath d='M46.672 89.679c-13.61-1.137-25.947-9.564-32.135-21.952-4.219-8.444-5.184-19.088-2.555-28.16 1.98-6.836 5.246-12.306 10.375-17.381 5.458-5.4 12.327-9.037 20.208-10.699 3.23-.68 11.669-.67 14.84.02 8.664 1.883 15.363 5.599 21.254 11.788 5.042 5.3 8.453 11.883 10.045 19.387.782 3.685.853 10.777.146 14.577-2.868 15.426-14.55 27.81-29.603 31.385-4.31 1.023-8.543 1.371-12.575 1.035zm23.19-39.709v-5.432H56.08V20.42H44.42v34.982h25.442z' fill='none'/%3E%3Cpath d='M46.672 89.679c-13.61-1.137-25.947-9.564-32.135-21.952-4.219-8.444-5.184-19.088-2.555-28.16 1.98-6.836 5.246-12.306 10.375-17.381 5.458-5.4 12.327-9.037 20.208-10.699 3.23-.68 11.669-.67 14.84.02 8.664 1.883 15.363 5.599 21.254 11.788 5.042 5.3 8.453 11.883 10.045 19.387.782 3.685.853 10.777.146 14.577-2.868 15.426-14.55 27.81-29.603 31.385-4.31 1.023-8.543 1.371-12.575 1.035zm23.19-39.709v-5.432H56.08V20.42H44.42v34.982h25.442z' fill='none'/%3E%3C/svg%3E") no-repeat;}
div.autosavepart img.imgautopri {width:18px;height:18px;margin:0 30px 0px 0;cursor:pointer;filter:invert(60%) brightness(0.8);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath d='M17.875 8.99l-5.911-4.924V7.02H5.069v3.941h6.895v2.955zM2.115 2.096h7.88V.125h-7.88C1.03.125.143 1.012.143 2.095v13.791c0 1.084.886 1.97 1.97 1.97h7.881v-1.97h-7.88z'/%3E%3C/svg%3E") no-repeat;}
div.autosavepart img.imgautodel {width:18px;height:18px;margin:0 0 0 0;cursor:pointer;filter:invert(60%) brightness(0.8);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M.876 4.522c-.11-.18-.128-.42-.128-1.607V1.521H.56c-.15 0-.187-.037-.187-.183 0-.11.043-.182.107-.182.059 0 .118-.074.13-.165.022-.145.074-.166.454-.186.34-.017.43-.047.43-.141 0-.066.075-.229.168-.361.164-.237.18-.242.72-.242.495 0 .569.018.728.186.097.102.176.266.176.365 0 .17.023.179.447.179.414 0 .45.013.494.182.025.1.076.183.113.183.037 0 .067.082.067.182 0 .146-.038.183-.187.183h-.187l-.002 1.442c-.004 1.92.136 1.77-1.656 1.77H1.004zm2.794-.683c.006-.291.02-.932.034-1.424l.023-.894H1.121v1.375c0 .756.023 1.397.05 1.424.027.027.599.049 1.27.049h1.22zm-2.175-.894c0-.999.008-1.06.144-1.06.179 0 .2.168.169 1.297-.022.756-.035.821-.168.821-.137 0-.145-.06-.145-1.058zm.747 0c0-1.01.006-1.06.149-1.06s.15.05.15 1.06-.007 1.058-.15 1.058-.15-.048-.15-1.058zm.747 0c0-1.01.006-1.06.149-1.06.142 0 .15.05.15 1.06s-.008 1.058-.15 1.058c-.143 0-.15-.048-.15-1.058zM2.9.626C2.88.488 2.823.458 2.546.44c-.463-.033-.678.033-.678.207 0 .13.052.145.528.145.505 0 .527-.007.504-.165z'/%3E%3C/svg%3E") no-repeat;}

div.moresettingshow {margin:1em 0 1.5em 0;}
div.moresettingshow span.moresettingshowtitle {cursor:pointer;}
div.moresettingshow img.arrow-left,div.moresettingshow img.arrow-right {width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M10.428 6.055l-5.04 2.91-5.04 2.91V.235l5.04 2.91z' fill='%23666'/%3E%3C/svg%3E") no-repeat;}
div.moresettingshow img.arrow-right{width:12px;height:12px;transform:rotateY(180deg);margin-right:5px;}

label.chk_tips1,label.chk_tips0 {padding-left:3px;font-weight:bold;padding-left:3px;color:#A66;font-size:0.875em!important;cursor:pointer;letter-spacing:0.05em;text-shadow:1px 1px 2px #FFF;}
label.chk_tips0 {color:#666;}
td.chk_tips_more {padding-left:5px;font-size:0.875em;color:#888;}

img.f_hu,img.hu {cursor:pointer;margin:0 0.2em -1px 0.2em;width:15px;height:15px;cursor:pointer;opacity:0.2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.175 3.175'%3E%3Cg transform='translate(0 -293.825)'%3E%3Cellipse cx='1.576' cy='295.417' rx='1.56' ry='1.568'/%3E%3Cellipse cx='1.567' cy='295.431' rx='1.309' ry='1.316' fill='%23fff'/%3E%3Cpath d='M1.062 294.726l1.253 1.23-.266.294-1.253-1.23z'/%3E%3Cpath d='M2.038 294.71l-1.244 1.25.277.287 1.244-1.252z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;}
img.hu {float:right;margin:5px 0 5px 5px;}
img.hu:hover,img.f_hu:hover {opacity:1;}

img.prisave {float:left;margin:5px 10px 5px 15px;width:15px;height:15px;filter:brightness(0.5) invert(50%);cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='15' height='15'%3E%3Cpath d='M17.875 8.99l-5.911-4.924V7.02H5.069v3.941h6.895v2.955zM2.115 2.096h7.88V.125h-7.88C1.03.125.143 1.012.143 2.095v13.791c0 1.084.886 1.97 1.97 1.97h7.881v-1.97h-7.88z'/%3E%3C/svg%3E") no-repeat;}
img.prisave:hover {filter:invert(0%) brightness(1);}
img.trans {width:1px;height:1px;}

div.cmdworkitemaddnew {float:right;margin:0.3em 0 0 0.5em;}
div.cmdworkitemaddnew img {width:17px;margin:5px 0 0 0;filter:invert(50%);cursor:pointer;}

@media (prefers-color-scheme: dark) {
    /* 操作系统及浏览器支持且用户开启了 Dark Mode */
}

div.testcnnow {float:right;font-size:0.9em;font-weight:bold;cursor:pointer;color:#A00;transition:all .3s;opacity:0;line-height:0.9em;user-select:none;}
div.testcnnow span {width:0px;height:0px;line-height:0px;/*为了防止ie下出现梯形*/border-left:6px solid #A00;border-top:5px solid #FFF;border-bottom:5px solid #FFF;padding:0;margin:0;font-size:0;margin:1px 0 0 5px;float:right;}