html { width: 1080px; height: 100%; }
body { text-align: center; width: 1080px; margin: 0px; overflow-x: hidden; background-color: #FFF; padding: 0px; }
body,body *{ max-height:99999px; }/*没有设置高度的容器，浏览器会自动增加字体大小，这阻止移动浏览的Font Boosting执行*/
body, p, td, th, input, select ,textarea, button{ font-size: 32px; font-family: "微软雅黑"; line-height: 150%; }
ul, li, dl, dt, dd { margin: 0px; padding: 0px; list-style-type: none; }
* {
    -webkit-text-size-adjust: none; /*禁用Text Autosizer*/
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
h2 { margin-bottom: -10px; font-size: 40px; margin-top: 40px; }
a { color: #CCCCCC; text-decoration: none; }
p { text-align: left; margin-right: auto; margin-bottom: 50px; margin-left: auto; }
#Pop { position: fixed; _position: absolute; width: 1080px; left: 0px; top: 0px; display: block; height: 100%; z-index: 9999; text-align: center; overflow: hidden; }
#Pop div { border: 6px solid #333; display: block; font-size: 28px; line-height: 180%; position: relative; left: 0px; top: 0px; margin-right: auto; margin-left: auto; /*css3*/ background-color: #FFF; text-align: left; border-radius: 20px; overflow: hidden; }
#Pop div iframe { overflow: auto; }
#Pop div #PopClose { float: right; margin-bottom: -140px; background-image: url(/base/images/slid_close.png); height: 140px; width: 140px; position: relative; z-index: 10; background-repeat: no-repeat; }
#Pop div #Publish { display: block; padding-top: 10px; height: 80px; text-align: left; border-top-width: 1px; border-top-style: dotted; border-top-color: #CCC; margin-top: 40px; }
#Pop div #Publish #PublishText { width: 500px; margin-right: 5px; }
.PopShow { animation: PopShow 0.5s; animation-fill-mode: forwards; }
@keyframes PopShow {
    0% { background: rgba(0,0,0,0);}
    100% { background: rgba(0,0,0,0.5);}
}

.PopShow div { animation: PopShow_Div 0.5s; animation-fill-mode: forwards; }
@keyframes PopShow_Div {
    0% { margin-top: 50px;opacity: 0;}
    100% { margin-top: 0px;opacity: 1;}
}

.PopHide { animation: PopHide 0.4s; animation-fill-mode: forwards; }
@keyframes PopHide {
    0% { background: rgba(0,0,0,0.5);}
    100% { background: rgba(0,0,0,0);}
}

.PopHide div { animation: PopHide_Div 0.3s; animation-fill-mode: forwards; }
@keyframes PopHide_Div {
    0% { margin-top: 0px;opacity:1; }
    100% { margin-top: 50px;opacity: 0; }
}

#SlidWin { background:rgba(0,0,0,0); height: 100%; width: 1080px; left: 0px; top: 0px; position: fixed; overflow: hidden; z-index: 999; }
#SlidWin div { background-color:#FFF; position: absolute; border-top: 5px solid #000; width: 100%; bottom: -500px; opacity: 0; overflow:hidden; box-shadow:0px 0px 100px #000 ; }
#SlidWin div iframe { height: 100%; width: 100%; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#SlidWin div .Close { float: right; margin-bottom: -140px; position: relative; z-index: 10; }
#SlidWin.Show { animation: SlidWinShow 0.5s; animation-fill-mode: forwards; -webkit-animation: SlidWinShow 0.5s; -webkit-animation-fill-mode: forwards; }
@keyframes SlidWinShow
{
0%   { background:rgba(0,0,0,0);}
100% { background:rgba(0,0,0,0.5);}
}
@-webkit-keyframes SlidWinShow
{
0%   { background:rgba(0,0,0,0);}
100% { background:rgba(0,0,0,0.5);}
}
#SlidWin.Show div { animation: SlidWinDivShow 0.5s; animation-fill-mode: forwards; -webkit-animation: SlidWinDivShow 0.5s; -webkit-animation-fill-mode: forwards; }
@keyframes SlidWinDivShow
{
0%   {bottom:-100px; opacity:0;}
100% {bottom:0px; opacity:1;}
}
@-webkit-keyframes SlidWinDivShow
{
0%   {bottom:-100px; opacity:0;}
100% {bottom:0px; opacity:1;}
}
#SlidWin.Hide { animation: SlidWinHide 0.5s; animation-fill-mode: forwards; -webkit-animation: SlidWinHide 0.5s; -webkit-animation-fill-mode: forwards; }
@keyframes SlidWinHide
{
0%   { background:rgba(0,0,0,0.5);}
100% { background:rgba(0,0,0,0);}
}
@-webkit-keyframes SlidWinHide
{
0%   { background:rgba(0,0,0,0.5);}
100% { background:rgba(0,0,0,0);}
}
#SlidWin.Hide div { animation: SlidWinDivHide 0.5s; animation-fill-mode: forwards; -webkit-animation: SlidWinDivHide 0.5s; -webkit-animation-fill-mode: forwards; }
@keyframes SlidWinDivHide
{
0%   {bottom:0px; opacity:1;}
100% {bottom:-100px; opacity:0;}
}
@-webkit-keyframes SlidWinDivHide
{
0%   {bottom:0px; opacity:1;}
100% {bottom:-100px; opacity:0;}
}
.Form { margin: 0px; padding: 0px; }
.Textbox, .Textarea, .Select, .Range, .Checkbox { box-sizing:border-box; font-size: 32px; color: #000; height: 100px; line-height: 100px; border-bottom-style: none; border-top-style: none; border-right-style: none; border-left-style: none; display: inline-block; background-repeat: no-repeat; background-position: right top; background-color: #FFF; padding-left: 20px; padding-right: 40px; margin: 0px; background-image: url(/base/images/form_rightbg.png); background-position: right -9px; width: 720px; float: left; }
.Textarea { box-sizing:border-box; font-size: 32px; height: 230px; line-height: 50px; padding-top: 25px; padding-bottom: 25px; float:left; }
.Tips { color: #999; }
.ReadOnly {
    background-image: none;
    background-color: #F0F0F0;
    opacity: 0.7;
}

.PasswordTips { color: #CCC; }
.Error { background-color: #FFC; border-right-width: 4px; border-right-style: solid; border-right-color: #C00; margin-right: -4px; }

.FormErrorTips {
    color: #C00;
    background-color: #FC6;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    text-align: left;
    overflow: hidden;
    margin: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .3) inset;
    animation: FormErrorTipsShow 3.5s;
    animation-fill-mode: forwards;
    -webkit-animation: FormErrorTipsShow 3.5s;
    -webkit-animation-fill-mode: forwards;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    font-style: italic;
}

form font.unit {
    font-size: 13px;
    color: chocolate;
    position: relative;
    margin-left: -18px;
    padding-right: 5px;
    display: inline-block;
}

@keyframes FormErrorTipsShow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes FormErrorTipsShow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
#SelectPop { position: fixed; _position: absolute; width: 1080px; left: 0px; top: 0px; display: block; height: 100%; z-index: 999; background-image: url(/base/images/opacity_50.png); text-align: center; overflow: hidden; }
#SelectPop div { border: 6px solid #333; display: block; font-size: 28px; line-height: 180%; position: relative; left: 0px; top: 0px; margin-top: 100px; margin-right: auto; margin-left: auto; /*css3*/ background-color: #FFFFFF; text-align: left; border-radius: 20px; overflow: auto; height: 800px; width: 800px; }
#SelectPop div ul li{ display: block; font-size: 50px; line-height: 129px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DCDCDC; padding-left: 129px; background-image: url(/base/images/form_rightbg.png); background-position: 30px center; background-repeat: no-repeat; }
#SelectPop div ul li.active { color: #939; }
#CheckboxPop { position: fixed; _position: absolute; width: 1080px; left: 0px; top: 0px; display: block; height: 100%; z-index: 999; background-image: url(/base/images/opacity_50.png); text-align: center; overflow: hidden; }
#CheckboxPop div { border: 6px solid #333; display: block; font-size: 28px; line-height: 180%; position: relative; left: 0px; top: 0px; margin-top: 100px; margin-right: auto; margin-left: auto; /*css3*/ background-color: #FFFFFF; text-align: left; border-radius: 20px; overflow: auto; height: 900px; width: 800px; }
#CheckboxPop div ul { padding-bottom: 119px; }
#CheckboxPop div ul li { display: block; font-size: 50px; line-height: 130px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DCDCDC; padding-left: 40px; background-image: url(/base/images/form_checkbox1.png); background-repeat: no-repeat; background-position: 700px center; }
#CheckboxPop div ul li.active { color: #ee72b0; background-image: url(/base/images/form_checkbox2.png); }
#CheckboxPop div button { display: block; height: 130px; background-color: #FFEEDD; color: #333; position: fixed; width: 800px; top: 0px; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none; border-radius: 0px 0px 10px 10px; border-top-width: 1px; border-top-color: #CCCCCC; }
#RangePop { position: fixed; _position: absolute; width: 1080px; left: 0px; top: 0px; display: block; height: 100%; z-index: 999; background-image: url(/base/images/opacity_50.png); text-align: center; overflow: hidden; }
#RangePop div { border: 6px solid #333; display: block; font-size: 28px; line-height: 180%; position: relative; left: 0px; top: 0px; margin-top: 100px; margin-right: auto; margin-left: auto; /*css3*/ background-color: #FFFFFF; text-align: left; border-radius: 20px; overflow: hidden; height: 700px; width: 800px; }
#RangePop div ul { padding-bottom: 119px; width: 400px; float: left; height: 650px; overflow: auto; margin-left: -20px; border-left-width: 20px; border-left-style: solid; border-left-color: #FAFAFA; }
#RangePop div ul li { display: block; font-size: 50px; line-height: 130px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DCDCDC; padding-left: 30px; }
#RangePop div ul li.active { color: #ee72b0; }
#RangePop div span { background-color: #F0F0F0; color: #666; height: 100px; width: 800px; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; float: left; line-height: 100px; font-size: 36px; padding-right: 30px; padding-left: 30px; overflow: hidden; }
#RangePop div button { display: block; height: 130px; background-color: #FFEEDD; color: #333; position: fixed; width: 800px; top: 0px; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none; border-radius: 0px 0px 10px 10px; border-top-width: 1px; border-top-color: #CCCCCC; }
.Button { background-color: #9C0; overflow: hidden; border-radius: 2px; line-height: 130px; color: #2e313a; cursor: pointer; height: 130px; *zoom: 1;
font-size: 50px; width: 840px; border-radius: 10px; margin-top: 50px; margin-bottom: 50px; margin-right: auto; margin-left: auto; display: block; border: 1px solid #00000050; text-decoration: none; }
.Button:hover { background-color: #DAC7A0; color: #FFF; }
.Button.disabled { color: #BEBEBE; background-color: #E1E1E1; border-top-color: #BEBEBE; border-right-color: #BEBEBE; border-bottom-color: #BEBEBE; border-left-color: #BEBEBE; }
.Btn    { background-color: #2E313A; width: 200px; line-height: 90px; color: #CDB480; text-align: center; text-decoration: none; border-radius: 10px; border: 1px solid #000000; display: inline-block; }
.Btn:hover { background-color: #3D414E; color: #FFF; }
.Btn.disabled { color: #BEBEBE; background-color: #E1E1E1; border-top-color: #BEBEBE; border-right-color: #BEBEBE; border-bottom-color: #BEBEBE; border-left-color: #BEBEBE; }
.FormTable { border-radius: 6px; margin: auto; }
.FormTable tr th, .FormTable tr td { vertical-align: top; font-size: 32px; line-height: 100px; font-weight: normal; padding: 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E6E6E6; text-align: right; color: #999; }
.FormTable tr td { text-align: left; }
.FormTable tr:last-child td, .FormTable tr:last-child th {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.FormTable tr.Noline th, .FormTable tr.Noline td { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.FormTable tr td i { color: #999; }
.FormTable tr td b { color: #333; padding-left: 20px; font-weight: normal; padding-right: 20px; display: inline-block; }

.InfoTable { border-radius: 6px; margin: auto; }
.InfoTable tr th, .InfoTable tr td { vertical-align: top; font-size: 42px; line-height: 80px; font-weight: normal; padding: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(0,0,0,.1); text-align: left; color: #999; }
.InfoTable tr td { color: #000; text-align: right; }
.InfoTable tr.Noline th, .InfoTable tr.Noline td { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.InfoTable tr td i { color: #999; }
.ListTable { border-radius: 6px; margin: auto; }
.ListTable tr th, .ListTable tr td { font-size: 42px; line-height: 90px; font-weight: normal; padding: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(0,0,0,.1); color: #999; text-align: right; }
.ListTable tr td { color: #000; }
.ListTable tr>*:first-child { text-align: left; }

.ListTable tr:nth-child(even) { background-color: rgba(0,0,0,.02); }
.ListTable tr.Noline th, .ListTable tr.Noline td { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.ListTable tr td i { color: #999; }
.clear { clear: both; display: block; }
hr { background-color: #F0F0F0; height: 20px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #D7D7D7; border-bottom-color: #D7D7D7; margin-top: 50px; margin-bottom: 50px; }
hr.linkspace { margin: 0px; border-bottom-style: none; }

.ListNav { clear: both; padding-top: 20px; text-align:center; }
.ListNav a { padding-right: 30px; padding-left: 30px; background-color: #FFFFFF; border: 1px solid #999; color: #666; border-radius: 2px; margin-right: 7px; margin-bottom: 30px; box-shadow: 0px 0px 5px rgba(0,0,0,.1); line-height: 70px; float: left; font-size: 40px; text-decoration-line:none; }
.ListNav a:hover { text-decoration: none; color: #9C0; }
.ListNav a.active { color: #9C0; font-weight: bold; }
.ListNav span { color: #666; display: block; clear: both; font-size: 30px; }
.ListNav span b { color: #000; margin-right: 3px; margin-left: 3px; }
nav { background-color: rgba(46,49,58,0.95); border-radius: 0 0 20px 20px; position: fixed; top: 140px; z-index: 1; right: 0px; }
nav a { line-height: 120px; display: block; font-size: 36px; color: #999999; text-decoration: none; text-align: right; box-shadow: 0px -1px 1px  0px rgba(255,255,255,.15) inset; height: 0px; opacity: 0; padding-left: 40px; display: none; padding-right: 70px; min-width:250px; }
nav a.Show { display:block; animation: NavShow 0.3s; animation-fill-mode: forwards; -webkit-animation: NavShow 0.3s; -webkit-animation-fill-mode: forwards; }
@keyframes NavShow
{
0%   {height:0px;opacity:0;}
100% {height:120px; opacity:1;}
}
@-webkit-keyframes NavShow
{
0%   {height:0px; opacity:0;}
100% {height:120px; opacity:1;}
}
nav a.Hide { display:block; animation: NavHide 0.3s; animation-fill-mode: forwards; -webkit-animation: NavHide 0.3s; -webkit-animation-fill-mode: forwards; }
@keyframes NavHide
{
0%   {height:120px; opacity:1;}
100% {height:0px; opacity:0;}
}
@-webkit-keyframes NavHide
{
0%   {height:120px; opacity:1;}
100% {height:0px; opacity:0;}
}

header { display: block; height: 140px; width: 100%; margin: 0px; padding: 0px; }
header div { background-color: #444855;box-shadow: 0px 1px 2px rgba(0,0,0,.75); display: block; height: 140px; font-size: 50px; line-height: 140px; color: #cdb480; text-align: center; overflow: hidden; z-index: 100; width: 1080px; position: fixed; }
header div a input{ color: #CA77A0; display: inline; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: #993366; background-color: rgba(255,255,255,0); }
header div .right{ float: right; text-align: right; font-size: 40px; line-height: 140px; color: #999999; text-decoration: none; height: 100%; padding-right: 30px; }
header .back{ background-image: url(/base/images/common_header_back.png); background-repeat: no-repeat; background-position: right center; width: 130px; height: 100%; float: left; margin-right:-130px; }
header div .tonav{ background-image: url(/base/images/common_header_dropdown.png); background-repeat: no-repeat; background-position: right center; }
header div .tonav.active { background-image: url(/base/images/common_header_up.png); }
nav { background-color: rgba(46,49,58,0.95); border-radius: 0 0 20px 20px; position: fixed; top: 140px; z-index: 1; right: 0px; }
nav a { line-height: 120px; display: block; font-size: 36px; color: #999999; text-decoration: none; text-align: right; box-shadow: 0px -1px 1px  0px rgba(255,255,255,.15) inset; height: 0px; opacity: 0; padding-left: 40px; display: none; padding-right: 70px; min-width:250px; }
nav a.Show { display:block; animation: NavShow 0.3s; animation-fill-mode: forwards; -webkit-animation: NavShow 0.3s; -webkit-animation-fill-mode: forwards; }

menu { height: 140px; width: 1080px; display: block; margin: 0px; padding: 0px; }
menu div{ background-color: #2e313a; display: block; font-size: 48px; color: #FFF; text-align: center; overflow: hidden; position: fixed; bottom: 0px; width: 1080px; height: 140px; z-index: 100; box-shadow: 0px -1px 2px rgba(0,0,0,.75); left: 0px; }
menu a { color: #999; width: 215px; border-left-width: 1px; border-left-style: solid; border-left-color: #282828; display: inline-block; margin: 0px; font-size: 32px; background-repeat: no-repeat; background-position: center 20px; background-size:62px; text-decoration: none; line-height: 50px; padding-top: 80px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; }
menu a:first-child { border-left-style: none; }
menu a.active { color: #cdb480; }
menu a.chanpin { background-image: url(/base/images/menu_chanpin.png); }
menu a.chanpin.active { background-image: url(/base/images/menu_chanpin2.png); }
menu a.dingdan { background-image: url(/base/images/menu_dingdan.png); }
menu a.dingdan.active { background-image: url(/base/images/menu_dingdan2.png); }
menu a.yeji { background-image: url(/base/images/menu_yeji.png); }
menu a.yeji.active { background-image: url(/base/images/menu_yeji2.png); }
menu a.guanli { background-image: url(/base/images/menu_guanli.png); }
menu a.guanli.active { background-image: url(/base/images/menu_guanli2.png); }
menu a.wode { background-image: url(/base/images/menu_wode.png); }
menu a.wode.active { background-image: url(/base/images/menu_wode2.png); }
#Loading { height: 100%; width: 1080px; position: fixed; left: 0px; top: 0px; background-image: url(/base/images/loading.gif); background-repeat: no-repeat; background-position: center center; }
.LoadingIn { background-image: url(/base/images/loading5.gif); background-repeat: no-repeat; background-position: 30px center; background-size: 50px; }
.Message { position: fixed; top: 45%; width: 1080px; z-index: 9999; }
.Message span{ color: #FFF; background-color: rgba(0,0,0,.75); font-size: 32px; line-height: 60px; display: inline-block; margin: auto; padding-right: 80px; padding-left: 80px; border-radius: 10px; box-shadow: 0px 0px 50px rgba(0,0,0,.5); position: relative; padding-top: 40px; padding-bottom: 40px; }
#DropReload  { background-color: #333; display: block; width: 1080px; vertical-align: middle; font-size: 40px; line-height: 100px; overflow: hidden; color: #999; height: 0px; }
#LoadMore { line-height: 140px; height: 140px; width: 800px; display: block; margin-right: auto; margin-left: auto; text-decoration: none; color: #CCC; border-radius: 10px; }
#PageLoading {height: 100%; width: 1080px; position: fixed; left: 0px; top: 0px; animation: PageLoading 0.8s; animation-fill-mode: forwards; -webkit-animation: PageLoading 0.8s; -webkit-animation-fill-mode: forwards; }
#PageLoading span { position: relative; background-image: url(/base/images/loading.gif); background-repeat: no-repeat; background-position: center top; height: 50px; width: 200px; display: block; margin: auto; animation: PageLoadingSpan 1s; animation-fill-mode: forwards; -webkit-animation: PageLoadingSpan 1s; -webkit-animation-fill-mode: forwards; font-size: 32px; font-weight: lighter; color: #CCC; padding-top: 150px; }
#PageLoading span i { color: #9C0; position: relative; animation: PageLoadingI 1s; animation-fill-mode: forwards; -webkit-animation: PageLoadingI 1s; -webkit-animation-fill-mode: forwards; font-size: 32px; font-weight: lighter; color: #CCC; padding-top: 150px; }
@keyframes PageLoading
{
0%   { background:rgba(255,255,255,0);}
100% { background:rgba(255,255,255,1);}
}
@-webkit-keyframes PageLoading
{
0%   { background:rgba(255,255,255,0);}
100% { background:rgba(255,255,255,1);}
}
@keyframes PageLoadingSpan
{
0%   {top: 35%; opacity:0;}
100% {top: 40%; opacity:1;}
}
@-webkit-keyframes PageLoadingSpan
{
0%   {top: 35%; opacity:0;}
100% {top: 40%; opacity:1;}
}
@keyframes PageLoadingI
{
0%   {top: 150px;}
100% {top: 0px;}
}
@-webkit-keyframes PageLoadingI
{
0%   {top: 150px;}
100% {top: 0px;}
}

.Links { background-color: #FFF; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }
.Links .space { border-top-width: 1px; border-top-style: solid; border-top-color: #CCC; height: 20px; display: block; background-color: #E4E7EF; }
.Links a { line-height: 160px; color: #000000; display: block; text-align: left; text-decoration: none; font-size: 40px; padding-left: 50px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCC; margin: auto; width: auto; background-image: url(/base/images/common_links_go.png); background-repeat: no-repeat; background-position: right; height: 160px; }
.Links a img { height: 50px; margin-right: 40px; vertical-align: middle; }

.Links2 { display:inline-block; margin: auto; text-align:center; }
.Links2 a { background-color: #EBEBEB; color: #999; margin-right: 5px; text-decoration: none; margin-left: 5px; text-align: center; width: 158px; line-height: 75px; border-radius: 10px; font-size: 35px; margin-bottom: 10px; float: left; }
.Links2 a.active { color: #FFF; background-color: #999; }

