﻿@charset "utf-8";
/* CSS Document */


/**
1. #fe4365  a链接触发颜色  按钮背景色

2. #fc9d9a  鼠标滑过按钮背景色

3. #f1c40f  

4. #e67e22   a链接默认颜色  提示框背景色

5. #2c3e50   字体颜色

6. #7f8c8d   文本框鼠标悬浮字体颜色

7. #95a5a6   输入框颜色  分割线颜色  切换按钮字体颜色  标签字体颜色

8. #bdc3c7   输入框默认提示文字颜色

9. #d7dcde   切换按钮背景色  不可用按钮字体颜色

10.#ffffff

11.#ecf0f1   背景色底色  不可用按钮背景色  标签背景颜色

12.#23313f   导航栏搜索框底色

*/
* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing:border-box; /*font-family:"Microsoft Yahei"; font-family:"dongqing";*/ }
html { -webkit-text-size-adjust:none; /*处理webkit内核浏览器默认最小字体为12px的问题.(在新版chrome浏览器里已废除次方法，所以无效)*/ }
body {padding:0;margin:0; background-color:#fff; color:#2c3e50; font:0.875em/1.42858 "Microsoft Yahei","微软雅黑",sans-serif; }
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td,th, fieldset,figure, label,legend,button,input { margin:0;padding:0;}
/*IE6的字体问题*/
input, textarea { box-sizing:border-box; border:none; resize:none; padding-left:10px; font-weight:normal; font-size: 14px; font-family:"Microsoft Yahei",Arial,sans-serif; border-radius:5px; color:#2c3e50;}
input { height:30px;}
textarea {padding-top:10px; overflow:hidden;}
input:hover { border-color:#fc9d9a;}
textarea:hover { border-color:#fc9d9a;}
input:focus {outline-style:none; border-color:#fe4365 !important;}
textarea:focus { outline-style:none;}
h1, h2, h3, h4, h5, h6 { font-size:14px; font-weight:normal;}
a,button,input{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline-style:none;}
a.jhkcolora { color:#fe4365;}
/*	去掉ie浏览器下输入框右侧的小图标*/
::-ms-clear, ::-ms-reveal{display: none;}

input:hover::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:#7f8c8d;}
input:hover:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#7f8c8d;}
input:hover::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#7f8c8d;}
input:hover:-ms-input-placeholder,textarea:-ms-input-placeholder { color:#7f8c8d;}
textarea:hover::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:#7f8c8d;}
textarea:hover:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#7f8c8d;}
textarea:hover::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#7f8c8d;}
textarea:hover:-ms-input-placeholder,textarea:-ms-input-placeholder { color:#7f8c8d;}

/*input:focus::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:#2c3e50;}
input:focus:-moz-placeholder {  color:#2c3e50;}
input:focus::-moz-placeholder {  color:#2c3e50;}
input:focus:-ms-input-placeholder,textarea:-ms-input-placeholder { color:#2c3e50;}
textarea:focus::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:#2c3e50;}
textarea:focus:-moz-placeholder {  color:#2c3e50;}
textarea:focus::-moz-placeholder {  color:#2c3e50;}
textarea:focus:-ms-input-placeholder,textarea:-ms-input-placeholder { color:#2c3e50;}*/

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-size:14px; color:#bdc3c7;}
::-moz-placeholder { /* Mozilla Firefox 19+ */font-size:14px; color:#bdc3c7;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {font-size:14px; color:#bdc3c7;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { font-size:14px; color:#bdc3c7;}
/*移除数字类型的文本框后边默认图标*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0;}
input[type="number"]{-moz-appearance:textfield;}/*火狐浏览器下移除number类型图标*/
li{list-style:none;}
img{border:none;}
a{text-decoration:none; color:#7f8c8d;}
/*a:link{text-decoration:none;color:#green;}有链接属性时*/
/*a:visited{text-decoration:none;color:#ff0;}被访问过时*/
a:hover{color:#fe4365;}/*鼠标滑过时*/
/*a:active{text-decoration:underline;color:#0ff;}单机未松开鼠标时*/



/*定义一些常用的类*/
.margin { margin:0 auto;}
.fl { float:left;}
.fr { float:right;}
.disinle { display:inline-block; vertical-align:top;}
.hide { display:none !important;}
.radius { border-radius:5px;}
.toolong { overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.border { border:1px solid #d7dcde;}
.border2 { border:2px solid #d7dcde;}
.bor-top { border-top:1px solid #d7dcde;}
.bor-right { border-right:1px solid #d7dcde;}
.bor-bottom { border-bottom:1px solid #d7dcde;}
.bor-left { border-left:1px solid #d7dcde;}
.radius { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px;  -o-border-radius: 5px; }

.font12-c5 { font-size:12px; color:#2c3e50;}
.font14-c5 { font-size:14px; color:#2c3e50;}
.font16-c5 { font-size:16px; color:#2c3e50;}
.font18-c5 { font-size:18px; color:#2c3e50;}
.font24-c5 { font-size:24px; color:#2c3e50;}
.font30-c5 { font-size:30px; color:#2c3e50;}

.font12-c8 { font-size:12px; color:#bdc3c7;}
.font14-c8 { font-size:14px; color:#bdc3c7;}
.font16-c8 { font-size:16px; color:#bdc3c7;}
.font18-c8 { font-size:18px; color:#bdc3c7;}
.font24-c8 { font-size:24px; color:#bdc3c7;}
.font30-c8 { font-size:30px; color:#bdc3c7;}

.line18 { line-height:18px;}
.line20 { line-height:20px;}
.line24 { line-height:24px;}
.line26 { line-height:26px;}
.line30 { line-height:30px;}
.line36 { line-height:36px;}
.line40 { line-height:40px;}

/*按钮样式*/
button { height:30px; border:1px solid #95a5a6; border-radius:5px; background-color:transparent; outline:none; font-size:14px; color:#95a5a6; font-family:"Microsoft Yahei","微软雅黑",sans-serif;}
button:hover { background-color:#fc9d9a; border-color:#fc9d9a; color:#fff;}
button:active { background-color:#fe4365; border-color:#fe4365; color:#fff;}
.Button { background-color:#fe4365; border-color:#fe4365; color:#fff;}
.Notclick { background-color:#ecf0f1; border-color:#d7dcde; color:#d7dcde; cursor:text;}
.Notclick:hover { background-color:#ecf0f1; border-color:#d7dcde; color:#d7dcde;}
button.letspac {  letter-spacing: 5px; }
/***************************************操作后提示框样式*******************************************/
.justbox { position: fixed; margin:auto; left:0; right:0; top:50px; z-index:9999999; opacity: 1; text-align: center; animation:fadeout 4s linear; animation-fill-mode: forwards; }
@keyframes fadeout
{
from { opacity: 1;}
to { opacity: 0;}
}
.Promptbomb { display:inline-block; border:1px solid #bdc3c7; border-radius:5px; background-color:#fff; padding:10px 10px 5px 10px; line-height:20px; color: #2c3e50;}
.prompticon { display:inline-block; width:20px; height:20px; position:relative; left:0; top:0; background:url("http://wimg.bigbigwork.com/p/images/Icon.png") no-repeat;}
.Promptbomb .bombcontent { display:inline-block; vertical-align:top; min-width:94px; max-width:244px;  text-align:left; padding-left:5px;}
.issucessbomb .prompticon { background-position:-110px -180px;}
.iserrorbomb .prompticon { background-position:-40px -180px;}
.iswarnbomb .prompticon { background-position:0px -180px;}

.justbox.bombright { left: auto; right: 100px; }
.justbox.bombleft { left:100px; right: auto; }

/*提示框样式*/
.PromptBox { position:absolute; max-width:200px; z-index:999999999; display:none;}
.PromptBox .arrowbox { height:15px;}
.PromptBox .Arrow { width:8px; height:8px; background-color:#e67e22; position:absolute; margin:auto; left:0; right:0; top:12px; transform:rotate(45deg); z-index:-1; }
.PromptBox .PromptContent { max-height:222px; padding:5px 10px; line-height:22px; background-color:#e67e22; font-size:12px; color:#fff; border-radius:5px;}

/*提示框样式第二种*/
.PromptBoxs { position:absolute; z-index:999999999; display:none;}
.PromptBoxs .arrowboxs { height:15px;}
.PromptBoxs .Arrows { width:8px; height:8px; border-left:1px solid #d9dee0; border-top:1px solid #d9dee0; background-color:#fff; position:absolute; margin:auto; left:0; right:0; top:11px; transform:rotate(45deg); z-index:2; }
.PromptBoxs .PromptContents { max-height:222px; padding:5px 10px; line-height:22px; background-color:#fff; font-size:14px;  border-radius:5px; border:1px solid #d9dee0;}


/*左右切换按钮*/
.ToggleButton { width:200px; height:40px; font-size:0; cursor:default;}
.LeftButton,.RightButton { display:inline-block; width:100px; line-height:40px; text-align:center; font-size:14px; background-color:#d7dcde; color:#95a5a6;}
.LeftButton { border-radius:5px 0 0 5px;} 
.RightButton{ border-radius:0 5px 5px 0;}
.LeftButton:hover,.RightButton:hover { background-color:#fc9d9a; border-color:#fc9d9a; color:#fff;}
.LeftButton:active,.RightButton:active { background-color:#fe4365; border-color:#fe4365; color:#fff;}
.ToggleButton li.ButtonChecked { background-color:#fe4365; border-color:#fe4365; color:#fff;}


/*创建输入框+按钮*/
.EstablishBox {width:100%; height:30px; position:relative;}
.EstablishInput {width:100%; height:100%; border:2px solid #d7dcde;margin-top:4px;}
.EstablishButton { width:65px; height:30px; border:2px solid #d7dcde; background-color:#d7dcde; color:#95a5a6; border-radius:0 3px 3px 0; position:absolute; top:4px; right:0;text-align:center;padding-left:6px;letter-spacing:10px;}
.EstablishInput:hover +.EstablishButton { background-color:#fc9d9a; border-color:#fc9d9a; color:#fff;}
.EstablishInput:focus { border-color:#fe4365 !important;}
.EstablishInput:focus +.EstablishButton { background-color:#fe4365 !important; border-color:#fe4365 !important; color:#fff;}
.EstablishBox:hover .EstablishButton { background-color:#fc9d9a; border-color:#fc9d9a; color:#fff;}
.EstablishBox:hover .EstablishInput { border-color:#fc9d9a;}

/*搜索框*/
.SearchBox {width:100%; height:30px; position:relative;}
.SearchInput {width:100%; height:100%; border:2px solid #d7dcde; }
.SearchButton { display:inline-block; cursor: pointer; width:18px; height:18px; background:url(http://wimg.bigbigwork.com/p/images/Icon18.png) no-repeat -18px -36px; position:absolute; margin:auto; top:0px; bottom:0; right:20px;}
.SearchInput:hover +.SearchButton { background:url(http://wimg.bigbigwork.com/p/images/Icon18.png) no-repeat 0px -144px;}
.SearchInput:focus +.SearchButton { background:url(http://wimg.bigbigwork.com/p/images/Icon18.png) no-repeat -18px -126px;}

.SearchButton.ishaveval { background:url(http://wimg.bigbigwork.com/p/images/Icon18.png) no-repeat -252px -54px; }
.SearchInput:hover +.SearchButton.ishaveval { background-position: -252px -36px;}
.SearchInput:focus +.SearchButton.ishaveval { background-position: -252px -18px;}

.searchButton-box { width:auto; height:40px; position:absolute; top:0; right:0;}
.earchButton { display:inline-block; vertical-align: top; height: 40px; line-height: 40px; position:relative; margin-right:6px;}
.earchButton button {/*background-color:#2c3e50; background-color:#34495e; border-color:#34495e;*/ border:none; vertical-align:middle; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.earchButton button:hover { background-color:#fe4365; color:#fff;}
.earchButton .DropDownBox { width:100px; right:0;}
.earchButton.googleearch .DropDownBox { width:170px; right:0;}
.searchButton.googleearch .DropDownBox { width:170px; right:0;}
.earchButton .DropDownBox .DropDownArrow { right:14px;}
.earchButton:hover .DropDownBox { display:block;}
.earchsum { font-size: 14px; color:#7f8c8d;  }

/*标签盒子*/
.TagBox { width:100%;}
a.tags { display:inline-block; height:30px; line-height:30px; border-radius:5px; padding:0 10px; border:1px solid #d7dcde; text-decoration:none; color:#95a5a6; margin-top:5px; background-color:#ecf0f1;}
a.tags:hover { background-color:#fc9d9a; border-color:#fc9d9a; color:#fff;}
a.tags:active { background-color:#fe4365; border-color:#fe4365; color:#fff;}

/*翻页器盒子*/
.PageTurner { font-size:0;}
.PageTurner>li { display:inline-block; font-size:12px; height:25px; text-align:center; line-height:25px; border-radius:3px; cursor:default; vertical-align:top; margin-right:5px;}
.pageturnerlist { width:34px;  border:1px solid #d7dcde; color:95a5a6;}
.pageturnerlist:hover { color:#fc9d9a;}
.Prevpage,.Nextpage { display:inline-block; font-size:14px; width:26px; height:25px; border:1px solid #d7dcde; border-radius:3px; cursor:default; vertical-align:top; margin-right:5px; background:url(../images/iconAll.png)}
.Prevpage:hover { background-position: -180px -30px;}
.Nextpage:hover { background-position: -180px -60px;}
.Nextpage { margin-right:20px !important;}
.PageTurner li.ellipsis { width:26px; line-height:30px; border:none; cursor:text; padding:0 5px; margin:0 0 0 -5px;}
.PageTurner li.CurrentPage { background-color:#fe4365; color:#fff; border-color:#fe4365;}
.PageInputBox { width:52px; }
.PageInputBox .PageInput { width:100%; text-align:center; font-size:12px; border:1px solid #d7dcde; height:100%; padding:0;}
.PageGo { width:26px; height:25px; font-weight:bold; color:#fff; background-color:#fc9d9a; }
.PageGo:hover { background-color:#fe4365;}


/*漂亮按钮样式*/
.BeautifulButtonBox { width:110px; position:relative;}
.ButtonTitle { display:inline-block; width:100%; height:30px; padding:0; background-color:#ecf0f1; color:#95a5a6; border:1px solid #d7dcde; border-radius:5px; position:relative;}
.ButtonName { width:78px; height:100%; border-right:1px solid #d7dcde; text-align:left; padding-left:10px; line-height:30px;}
.ButtonIcon { display:inline-block; width:15px; height:15px; background:url(http://wimg.bigbigwork.com/p/images/Icon15.png) no-repeat -15px 0 ; position:absolute; margin:auto; bottom:0; top:0; right:10px; }
.ButtonTitle:hover .ButtonName { border-color:#fff;color:#fff;}
.ButtonTitle:hover .ButtonIcon { background-position:-75px -15px;}
button.ButtonTitle.ButtonChecked { background-color:#fe4365; border-color:#fe4365; color:#fff;}
.ButtonChecked .ButtonName { border-color:#fff;}
.ButtonChecked .ButtonIcon { background-position:-75px -15px;}

/*页面顶部增加头部公告部分样式*/
.NoticeBox { width: 100%; height:40px; background-color: #e67e22; position: relative;  padding:0 100px; }
.closednoticebox { display: block;  width: 15px; height: 15px; background:url(http://wimg.bigbigwork.com/p/images/Icon15.png) no-repeat -60px -45px; position:absolute; margin:auto; bottom:0; top:0; right:50px; }
.noticecontentbox { width: 800px; padding-right: 0 50px; margin: 0 auto; position: relative; font-size: 0;}
.noticecontent { display: inline-block; vertical-align: top; width: 100%; text-align: center; font-size: 14px; color: #fff; line-height: 40px; }
.noticecontent a.noticelink { color: #fff; font-weight: blod; text-decoration: underline;}


/*点击按钮下拉框样式*/
.DropDownBox { position:absolute; width:100%; top:36px; display:none; z-index:999999;}
.DropDownBox .arrowbox { height:8px;}
.DropDownBox .DropDownArrow { width:8px; height:8px; background-color:#fff; position:absolute; top:4px; -webkit-transform:rotate(45deg); transform:rotate(45deg); z-index:9; border-top:1px solid #d7dcde; border-left:1px solid #d7dcde; }
.DropDownBox .DropDownContent { width:100%; max-height:222px; padding:5px 0; padding-bottom:15px;background-color:#fff; font-size:14px; color:#2c3e50; border-radius:5px; border:1px solid #d7dcde;}
.DropDownBox .DropDownContentlist {font-size:14px;color:#7f8c8d; width:100%; height:30px; line-height:30px; padding:0 10px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; cursor:pointer; }
.DropDownBox .DropDownContentlist:hover { background-color:#fc9d9a; color:#fff;font-size:14px;}
.DropDownBox .DropDownContentlist:active{background-color:#fe4365;}
.DropDownBox .DropDownContent .DropDownChecked { background-color:#fe4365; color:#fff; }

/*没有更多样式*/
.resultsnomore { display:block; font-size: 12px; color:#bdc3c7; text-align:center;  width: 150px; height: 250px; padding:162px 0 70px 0; background: url(http://wimg.bigbigwork.com/p/images/no_more.png) no-repeat 50px 101px; margin:0 auto; position:relative;}
.resultsnomore:before { content:""; display:block; width:150px; height:2px; background-color:#efefef; position:absolute; margin:auto; top:0; bottom:0; left:-140px;}
.resultsnomore:after { content:""; display:block; width:150px; height:2px; background-color:#efefef; position:absolute; margin:auto; top:0; bottom:0; right:-158px;}


.mainoverflow {/*position: fixed !important; left: 0;*/}
/*无搜索结果技巧提示页面*/
.NoSearchResult { text-align: center; font-size: 12px; color: #bdc3c7; margin-top: 52px; }
.nosereicon { display: inline-block;; width: 60px; height: 60px; background: urlhttp://wimg.bigbigwork.com/p/images/no_result.png) no-repeat; margin:20px 0 16px 0; }
/*搜索结果较少提示页面*/
.littleResult { text-align: center; font-size: 12px; color: #bdc3c7; padding:100px 0 70px 0; }
.littleIcon { display: inline-block; position: relative; width: 60px; height: 60px; background: url(http://wimg.bigbigwork.com/p/images/no_result.png) no-repeat; margin:10px 0 8px 0; }
.littleIcon:before { content:""; display:block; width:150px; height:2px; background-color:#efefef; position:absolute; margin:auto; top:0; bottom:0; left:-195px;}
.littleIcon:after { content:""; display:block; width:150px; height:2px; background-color:#efefef; position:absolute; margin:auto; top:0; bottom:0; right:-195px;}

/*返回顶部*/
.scroll-top { display: inline-block; width:37px; height: 38px; opacity: 0; /*display: none; border-radius: 3px; background-color:#bdc3c7;*/ position: fixed; z-index:-1; bottom: 42px; right: 24px; transition: all 400ms ease; }
/*.scroll-top:before { content: ""; display: block; width: 26px; height: 26px; background: url("../images/arrow_26.png") no-repeat center center; background-size: 20px 17px; -webkit-transform:rotate(-90deg); transform:rotate(-90deg); position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0;}*/
.scroll-top:before { content: ""; display: block; width: 37px; height: 38px; background: url("http://wimg.bigbigwork.com/p/images/top.png") no-repeat top;  position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0;}
/*.scroll-top:hover { background-color:#fc9d9a;}*/
.scroll-top:hover:before{
	/*background-position:-90px -210px;*/
	background: url("http://wimg.bigbigwork.com/p/images/top_hover.png") no-repeat top;
}
/*.scroll-top:active{
	background-color:#fe4365;
}*/
.scroll-top.on { opacity: 1; z-index: 999; /* display: block;*/}

/*发送建议的按钮*/
.send-advice { display: inline-block; width:37px; height: 38px; opacity: 1; /*border-radius: 3px; background-color:#bdc3c7;*/ position: fixed; z-index:999999; bottom: 87px; right: 24px; }
.send-advice:before { content: ""; display: block; width: 37px; height: 38px; background: url("http://wimg.bigbigwork.com/p/images/advice.png") no-repeat top;  position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0;}
/*.send-advice:hover { background-color:#fc9d9a;}*/
.send-advice:hover:before{
	/*background-position:-61px -210px;*/
	background: url("http://wimg.bigbigwork.com/p/images/advice_hover.png") no-repeat top;
}
/*.send-advice:active{ background-color:#fe4365; }*/


.promptcontent { width:360px; text-align:center;}

/***下载军火库客户端弹框***/
.speakpaintbomb { display: none; width: 100%; height: calc(100% + 200px); background-color: rgba(255,255,255,.5); position: fixed; top: -60px; left: 0; z-index: 9999999; text-align: center; padding-top:10%;}
.speakbombcontentbox { display: inline-block; position: relative; top:200px; width: 100%; max-width: 460px; background-color: #fff; border-radius: 5px; padding: 30px 20px; border: 1px solid #bdc3c7; box-shadow:0 0 3px rgba(0,0,0,.3);}
.closedbomb { display: inline-block; width: 20px; height: 20px; color: #97a6a7; cursor: default; position: absolute; top: 16px; right: 20px; text-align: center; line-height: 20px; font-size: 30px; font-weight: 100;}
.closedbomb:hover { color: #fc9d9a;}
.closedbomb:active { color: #fe4365;}
.bombcontentbox { width: 100%; padding-top: 20px;}
.bombcontitle { line-height: 28px; font-size: 16px; color: #7f8c8d;}
.bombcontext { margin-top: 20px; color: #7f8c8d;}
.contextlist { margin-bottom: 15px;}
.contextlistleft { display: inline-block; vertical-align: middle; width: 56px; color: #2c3e50; text-align: right; position: relative; margin-right: 20px;}
.contextlistleft:after { content:"*"; display:block;  color: #fe3456; position: absolute; margin: auto; top: 0; bottom: 0; right: -10px;}
.contextlistleft.specialeft:after { display: none;}
.contextlistright { width: 70%; height: 30px; border: 2px solid #d7dcde;}
.speakpaintbomb input:hover { border-color:#76bef8; }
.speakpaintbomb input:focus { border-color:#2d9cf5; }

.speakpaintbomb button:hover { background-color:#fc9d9a; border-color:#fc9d9a;}
.speakpaintbomb button:active { background-color:#fe4365; border-color:#fe4365;}
.speakpaintbomb button.ButtonTitle.ButtonChecked { background-color:#2d9cf5; border-color: #2d9cf5;}
.speaksubmit { width: 118px; text-align: center; color: #fff; background-color:#fe4365; border: none;}

#prompt-bomb-box .speakpaintbomb { display:block;}

/*启用话画按钮样式*/
.enablepainting { display: inline-block; width: 130px; height: 40px; font-size: 14px; color: #fff; text-align: center; line-height: 40px; background-color: #2d9cf5; cursor: default;}
.enablepainting:hover { background-color: #76bef8;}
.enablepainting:active { background-color: #2d9cf5;}

.revolutionbox {  width: 100%; height: 100%; position: fixed; top:0; left: 0; z-index:9999999; background-color: rgba(0,0,0,.6); /* display: none; */ }
.revolutionbox .box01 { width: 400px; height:70px; padding:0 15px; font-size: 12px; line-height: 70px; border:1px solid #ccc; border-radius: 5px; box-shadow:0 2px 5px #2c3e50; position: absolute; margin:auto; top: 100px; left: 0; right: 0; background-color: #fff; opacity: 1;  }
.revolutionbox .daojishi { position:absolute; margin:auto; top: 0; bottom: 0; right: 15px; color: #7f8c8d; }

.revolutionbox .box02 {  width: 400px; height: 183px; padding:45px 15px 28px; text-align: center; font-size: 14px; color: #7f8c8d; border:1px solid #ccc; border-radius: 5px; box-shadow:0 2px 5px #2c3e50; position: absolute; margin:auto; top: 0; bottom: 0; left: 0; right: 0; background-color: #fff; /*opacity: 0; transition: opacity 2s linear;*/ }
/*.revolutionbox .box02.heheda { opacity: 1; }*/
.revolutionbox .box02titleheader { height: 62px; line-height: 62px; font-size: 18px; color: #2c3e50; border-bottom: 1px solid #d7dcde; }
.newMan{cursor: pointer; font-size: 14px; position: fixed;left: 50%;top: 50%;margin: -71px 0 0 -204px; width:409px;height:143px;background: url(http://wimg.bigbigwork.com/p/images/bg_orange.png);color: #fff;text-align: center;display: none;}
.newManfirst{margin-top: 15px;}
.newManlast{margin-top: 22px;font-size: 12px;}
.revolutionbox .lingquhuiyuan { display: block; width: 140px; text-align: center; line-height: 30px; cursor: pointer; border-radius: 3px; font-size: 14px; margin:26px auto 0 auto; background-color: #fe4365; color: #fff; }
.revolutionbox .box02yaoqing { font-size: 16px; line-height: 22px; color: #7f8c8d; text-decoration: underline; cursor: pointer; }
.revolutionbox .box02title { font-size: 16px; color: #7f8c8d;}

/*跳转至其他网站前的提示弹框*/
.leavebox { width:100%; /*width: calc(100% + 30px);*/ height:100%; position:fixed; top:55px; left:0; /*z-index:999999;*/ background-color:rgba(255,255,255,1);}
.leavebox .leavecontentbox { width: 400px; height: 260px; padding-top: 122px; background: url(http://wimg.bigbigwork.com/p/images/exit.png) no-repeat center 42px #fff; border-radius: 3px; position: absolute; margin:auto; top: 138px; /*bottom: 0;*/ left: 0; right: 0; }
.leavebox .Closedleavebox { position:absolute; top:20px; right:20px; cursor: pointer; width: 18px; height: 18px; background: url(http://wimg.bigbigwork.com/p/images/Icon18.png) no-repeat -252px -54px;}
.leavebox .Closedleavebox:hover { background-position: -252px -18px;}
.leavebox .aryouleave { font-size: 14px; color: #7f8c8d; text-align: center; margin-bottom: 10px; }
.leavebox .leavedaojishi { text-align: center; font-size: 12px; color: #bdc3c7; }
.leavebox .leavedaojishi .leavetime { color: #fe4365; }
.leavebox .mustgoto { position: absolute; margin:auto; left: 0; right: 0; bottom: 30px; width: 106px; height: 30px; line-height: 30px; background-color: #d7dcde; border-radius: 3px; cursor: pointer; font-size: 14px; color: #fff; text-align: center; }
.leavebox .mustgoto:hover { background-color: #bdc3c7; }
.loadings{background-image: url("http://wimg.bigbigwork.com/p/images/loading02.gif");background-repeat: no-repeat;background-position: 50%;}

#RightSideBar { top:135px; z-index: 999;}
.sidebarbox { width: 35px; max-height: 400px; position: fixed;  right: 0;  border-radius: 3px; box-shadow: -2px 3px 10px rgba(52,52,52,.08); /*cursor: pointer;*/ background-color: #fff; transition:all .5s ease-in; }
.sidebartop { width: 100%; height: 90px; text-align: center; background: url("http://wimg.bigbigwork.com/p/images/side_bar_close.png") no-repeat #fd988d;  padding: 8px 6px 0 8px; cursor: default; border: 1.5px solid #ececec; border-radius: 3px 0 0 3px ;}
.gaobiexinshou { font-size: 14px; color: #fff; line-height: 18px; }
.freemember { width: 300px; font-size: 14px; color: #fff; line-height: 28px; padding-right: 4px; display: none; }
.threemine { width: 300px; font-size: 12px; color: #fff; opacity:.8; line-height: 14px; display: none; }

.sidebarcontent { width: 300px; padding:5px 8px 5px 10px; border: 1.5px solid #ececec; border-top: none; position:absolute; top: 90px; right: -300px;}
.siderbarclist { height: 50px; padding: 10px 0; position: relative;  cursor: text; border-bottom: 1px solid #f3f3f3;}
.siderbarclist:last-child { margin-bottom: 0; border: none; }
.siderbarclist:before { content: ""; width: 20px; height: 20px; background: url(http://wimg.bigbigwork.com/p/images/icon_normal.png) no-repeat; position: absolute; margin:auto; top: 0; bottom: 0; left: 0; }
.taskname { display:inline-block; /*opacity: 0; transition:all 1s linear;*/ padding-left: 28px; height: 30px; line-height: 30px; font-size:12px; color: #5d5d5d;  }
.checkbutton { /*display:none;*/ /*opacity: 0; transition:all 1s linear;*/ float: right; cursor: pointer; width:78px; height: 30px; background-color: #fe4365; border-radius: 3px; text-align: center; line-height: 30px; font-size: 12px; color: #fff; /*font-weight: bold;*/ }
.checkbutton a { color: #fff; }
.checkbutton a:hover { color: #fff; }
.aredayover .taskname { text-decoration:line-through; }
.aredayover .checkbutton { width: 67px; }
.aredayover .checkbutton .abc{color: red;}
.aredayover .checkbutton.aredayreceive { background-color: #dfdfdf; cursor: text; }
.aredayover.siderbarclist:before { background: url(http://wimg.bigbigwork.com/p/images/icon_active.png) no-repeat; }
.getmorelist { /*display: none;*/ /*opacity: 0; transition:all 1s linear;*/ text-align: right; }
.getmoreways {position: relative; text-decoration:underline; padding-right: 18px; font-size: 12px; color: #bdc3c7; cursor: default;   }
.getmoreways:hover { color: #bdc3c7; }
.getmoreways:after { content: ""; display: block; width: 15px; height: 15px; background: url(http://wimg.bigbigwork.com/p/images/Icon15.png) no-repeat -30px 0; position: absolute; margin:auto; top: 0; bottom: 0; right: 0;  }
.getmoreways.getmoreisok{ color: #fe4365; cursor: pointer; }
.getmoreways.getmoreisok:hover { color: #fe4365; }
.getmoreways.getmoreisok:after { background-position: -30px -75px; top: 2px; -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

.sidebarbox:hover { width:300px;  }
.sidebarbox:hover .sidebartop { background: url("http://wimg.bigbigwork.com/p/images/top_banner.png") no-repeat; border: none; padding:18px 6px 18px 8px;}
.sidebarbox:hover .sidebarcontent { width: 300px; position: relative; top: 0; right: 0; }
.sidebarbox:hover .freemember { display: block;}
.sidebarbox:hover .threemine { display: block;}
.sidebarbox:hover .checkbutton { /*display: block;*/ /*opacity: 1;*/}
.sidebarbox:hover .taskname { /*display: inline-block;*/ /*opacity: 1;*/}
.sidebarbox:hover .getmorelist { /*display:block;*/ /*opacity: 1;*/}
.sidebarbox:hover .gaobiexinshou { display: none; }

.sidebarbox.showsidebarbox { width: 300px; }
.showsidebarbox .sidebartop { background: url("http://wimg.bigbigwork.com/p/images/top_banner.png") no-repeat; border: none;}
.showsidebarbox .sidebarcontent { width: 300px; position: relative; top: 0; right: 0; }
.showsidebarbox .freemember { display: block; }
.showsidebarbox .threemine { display: block; }
/*.showsidebarbox .checkbutton { display: block; }
.showsidebarbox .taskname { display: inline-block; }*/
.showsidebarbox .gaobiexinshou { display: none; }
#RightSideBarEnhanced { top: 240px; z-index: 99;}
#RightSideBarEnhanced .freemember {line-height: 40px; }
#RightSideBarEnhanced .freemember .allyeardays { padding:0 5px 0 25px; background: url(http://wimg.bigbigwork.com/p/images/icon_speed.png) no-repeat left 12px; font-size:30px; color:#fff; }
#RightSideBarEnhanced .siderbarclist:before { display: none; }
.tasknamethree { display: inline-block; vertical-align: middle; width: 212px; }
#RightSideBarEnhanced .checkbutton { display: inline-block; vertical-align: middle; width: 62px; float: inherit; }
#RightSideBarEnhanced .siderbarclist { height: auto; }

.fontsize8{/*font-size: 8px !important;*/ transform: scale(.67); color:#bdc3c7;/*margin-right: -18px; position: absolute; margin: auto; top: 0; bottom: 0; right: 0px;*/}
/*摄影图片下版权信息文字样式修改*/
.PhotoPic-classinfo .fontsize8 { transform: scale(.9); color:#7f8c8d ; }
.PhotoPic-classinfo .fontsize8:hover { color: #fe4365; }

.novicebootbox .bootlist { position:fixed; z-index: 9999999; top: 0; width: 100%; height: 100%; display: none; background: url(http://wimg.bigbigwork.com/p/images/guide_bg.jpg) no-repeat; background-size: cover; }
.novicebootbox .novicelist { width: 1190px; height: 659px; position: absolute; margin:auto; top: 0; bottom:0; left: 0; right: 0; border-radius: 5px; box-shadow:0px 0px 7px #656565;  display: none; }
.novicebootbox .list01 .novicelist01 {  background: url(http://wimg.bigbigwork.com/p/images/duowangzhans1.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list01 .novicelist02 {  background: url(http://wimg.bigbigwork.com/p/images/duowangzhans2.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list01 .novicelist03 {  background: url(http://wimg.bigbigwork.com/p/images/duowangzhans3.png) no-repeat center center; background-size: 1190px 659px; display: none;}

.novicebootbox .list02 .novicelist01 {  background: url(http://wimg.bigbigwork.com/p/images/danyi1.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list02 .novicelist02 {  background: url(http://wimg.bigbigwork.com/p/images/danyi2.png) no-repeat center center; background-size: 1190px 659px; display: none;}

.novicebootbox .list03 .novicelist01 {  background: url(http://wimg.bigbigwork.com/p/images/shoucangs1.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list03 .novicelist02 {  background: url(http://wimg.bigbigwork.com/p/images/shoucangs2.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list03 .novicelist03 {  background: url(http://wimg.bigbigwork.com/p/images/shoucangs3.png) no-repeat center center; background-size: 1190px 659px; display: none;}

.novicebootbox .list04 .novicelist01 {  background: url(http://wimg.bigbigwork.com/p/images/chuangjians1.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list04 .novicelist02 {  background: url(http://wimg.bigbigwork.com/p/images/chuangjians2.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list04 .novicelist03 {  background: url(http://wimg.bigbigwork.com/p/images/chuangjians3.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list04 .novicelist04 {  background: url(http://wimg.bigbigwork.com/p/images/chuangjians4.png) no-repeat center center; background-size: 1190px 659px; display: none;}

.novicebootbox .list05 .novicelist01 {  background: url(http://wimg.bigbigwork.com/p/images/huahuayindao2017031001.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list05 .novicelist02 {  background: url(http://wimg.bigbigwork.com/p/images/huahuayindao2017031002.png) no-repeat center center; background-size: 1190px 659px; display: none;}
.novicebootbox .list05 .novicelist03 {  background: url(http://wimg.bigbigwork.com/p/images/huahuayindao2017031003.png) no-repeat center center; background-size: 1190px 659px; display: none;}


.downloadwaitbox { width: 100%; height: 100%; background-color: rgba(0,0,0,0); position: fixed; top: 0; left: 0;}
.downloadwait { position: absolute; margin:auto; top: 0; bottom: 0; left: 0; right: 0; width:400px; height: 200px; text-align: center; line-height: 80px; font-size: 14px; color: #95a5a6;  background:url(http://wimg.bigbigwork.com/p/images/download-wait.png) no-repeat center center #fff; border-radius: 3px; box-shadow: 0 3px 20px rgba(0,0,0,.2); opacity: 1; animation: danchu 3s ease-in; animation-fill-mode: forwards;}
/*@keyframes danchu {
from { opacity: 1;  } 
to { opacity: 0; }    
}*/
/*.accelerationbox {  }*/
.accelerationbox { position: fixed; z-index: 9; right: 0; bottom:40px; width: 120px; height: 120px; background: url(http://wimg.bigbigwork.com/p/images/not_speed_up.png) no-repeat center center; padding-top: 30px; text-align: center; color: #fff; cursor: pointer;}
.accelerationbox:hover { background: url(http://wimg.bigbigwork.com/p/images/not_speed_up_hover.png) no-repeat center center; }
.accelerationbox.isok { background: url(http://wimg.bigbigwork.com/p/images/speed_up.png) no-repeat center center;  }
.accelerationbox.isok:hover { background: url(http://wimg.bigbigwork.com/p/images/speed_up_hover.png) no-repeat center center; }
.accelerationbox.accelerationloading { background-image: url(http://wimg.bigbigwork.com/p/images/speed_up_motion02.gif) ; background-repeat: no-repeat; background-position: center center;  }
.accelerdate { display: block; width: 100%; font-size: 22px;  }
.accelercompany { display: block; width: 100%; font-size: 12px;  }

.PromptFontBox { width: 230px; max-height: 78px; text-align: right;  position: absolute; top: 20px; left: -220px; }
.fontbox { background-color: #fff; font-size: 12px; color: #95a5a6; line-height: 18px; padding:8px 10px; border: 1px solid #d7dcde;  box-shadow:0px 3px 5px rgba(0,0,0,.1);  border-radius: 3px; transition:all .8s linear; display:none;}
.fontcrapbox { text-align: left; overflow: hidden; display: inline-block; cursor: default;}
.fontbox.promptfont01 { max-width: 230px; }
.knowDetails { text-decoration:underline; color: #fc9d9a; white-space: nowrap; float: right; display: none;}
.Iknow { text-decoration:underline; color: #fc9d9a; float: right; margin-left: 124px; display: none; }
a.Iknow:hover { color: #fc9d9a; }
.fontbox.ForceDisplay { display:inline-block;}
.fontbox.ForceDisplay .Iknow{ display:block; }

.fontbox.promptfont02 { max-width: 230px; height: 36px; margin-top: 20px; }
/*.showcenterpattern .fontbox.promptfont02 { position: absolute; margin:0; top: auto; bottom: -999px; opacity: 0;  }
.fontbox.promptfont02 .dates { padding:0 5px; }*/

/*.fontbox.promptfont03 { max-width: 230px; float: right; height: 36px; position: relative; margin:auto; top: 0; bottom: 35px; opacity: 1; animation: jianyin  3s  ease-in; }
@keyframes jianyin {
from { opacity: 1; bottom: 35px; } 
to { opacity: 0; bottom: 90px; }    
}
.showcenterpattern .fontbox.promptfont03 { bottom: -10px; opacity: 1; animation: jianyins  3s  ease-in; }
@keyframes jianyins {
from { opacity: 1; bottom: -10px; } 
to { opacity: 0; bottom: 90px; }    
}*/


.accelerationbox:hover .fontbox.promptfont01 { display: inline-block; }
.accelerationbox:hover .fontbox.stilltime{ display: inline-block;  }
/*.accelerationbox:hover .fontbox.ForceDisplay { top: -40px;}
.accelerationbox:hover .fontbox.ForceDisplay.notransition { top: 0px; }

.accelerationbox:hover .PromptFontBox .fontbox.undisplay{ display: none; }*/

.PromptFontBox.showcenterpattern {height: 120px !important; margin:0; transition:all .5s ease-out; top: 40000px}
.accelerationbox:hover .showcenterpattern { margin:auto; top: 0; bottom: 0; }
/*.accelerationbox:hover .showcenterpattern .fontbox.stilltime{ margin:auto; top: 0; bottom: 0; opacity: 1;  }*/

/*<!-- 版本控制弹框 -->*/
.closedthismask { cursor: pointer; position: absolute; top:20px; right: 20px; width: 15px; height: 15px; background: url(http://wimg.bigbigwork.com/p/images/Icon15.png) no-repeat -45px -45px; z-index: 99; }
.closedthismask:hover { background-position: -75px -45px; }
.closedthismask:active { background-position: -30px -60px; }

.VersionControl { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; background: rgba(0,0,0,.6); /*display: none;*/}
.Versioncontent { position: absolute; margin:auto; top: 40%;  left: 0; right: 0; width: 400px; padding:0 20px 30px 20px; border-radius: 5px; background-color: #fff; }
.Versiontitle { font-size: 18px; color: #2c3e50; height: 58px; line-height: 58px; margin-bottom: 15px; margin-top: -30px;}
.Versionfont { font-size: 14px; color: #7f8c8d; line-height: 24px; }
.Versionbuttonbox { /*display: inline-block; margin:0 auto;*/ text-align: center; padding-top: 16px; }
.Versionbutton { display: inline-block; vertical-align: top; min-width: 106px; height: 30px; line-height: 30px; padding:0px 10px; cursor: text; background-color: #ecf0f1; color: #7f8c8d; border-color: #ecf0f1; /*margin-right: 15px;*/ }
.Versionbutton:hover { color: #7f8c8d; }
.Versionbutton.IsClear { cursor: pointer;}
.Versionbutton.IsNo { cursor: pointer; background-color: #d7dcde; color: #7f8c8d; border-color: #d7dcde; }
.Versionbutton.IsNo:hover { background-color:#fc9d9a; border-color: #fc9d9a; color: #fff; }
.Versionbutton.IsOk { cursor: pointer; background-color: #fe4365; color: #fff; border-color: #fe4365; margin-right: 0px; }
.Versionbutton.IsOk:hover { background-color:#fc9d9a; border-color: #fc9d9a;}


.deleteimgpormpt,.NoAccelerate,.PinterestPrompt,.jsClosedPage,.PubliConcernBox,.invitefriendstaskbox,.weixinprepay,.registersucessbox,.SubmitProposal,.submitsucsee,.PaymentSuccess,.SubmitApplyTongbu { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: url(../images/bantouming.png); text-align: center; z-index: 99999999; display: none;}
.CenterPromptbox { position: relative; top: 40%; display: inline-block; padding:30px 20px 30px 20px; margin-left: auto; margin-right: auto; min-width: 400px; max-width: 400px; min-height: 140px; background-color: #fff; }
a.hasunderline { text-decoration: underline; color: #fe4365; }
a.lijixiazai { text-decoration: underline; color: #7f8c8d; }
.mustdownloadbox { color: #bdc3c7; position: relative; bottom: -20px; font-size: 12px;}
.Ikowned { position: relative; margin-top: 20px; padding-left: 18px; line-height: 15px; font-size: 12px; color: #95a5a6; cursor: pointer; }
.Ikowned:before { content: ""; display: block; width: 15px; height: 15px; background: url(http://wimg.bigbigwork.com/p/images/confirm-check.png) no-repeat; position: absolute; left: 0; top: 0px; cursor: pointer; }
.Ikowned.checked:before {background: url(http://wimg.bigbigwork.com/p/images/confirm-checked02.png) no-repeat; }
.newwechatishi { display: inline-block; max-width: 150px; padding-left: 40px; font-size: 12px; position: relative; text-align: left;}
.newwechatishi:before { content: ""; display: block; width:30px; height: 40px; background: url(http://wimg.bigbigwork.com/p/images/scan20170322.png) no-repeat center center; position: absolute; top: 0; left: 0;  }
.nojiasuqiutishi { display: inline-block; padding-left: 20px; line-height: 20px; font-size: 12px; color: #fe4365; background: url(http://wimg.bigbigwork.com/p/images/tips_15.png) no-repeat 0px 2px; }

/*邀请好友任务样式开始*/
.invitefriendstaskbox .CenterPromptbox { width: 100%; height: 100%; padding:0; max-width:895px;  max-height: 553px; min-width: auto; top: 20%; }
.invitefriendstaskbox .model-left{background: url('http://wimg.bigbigwork.com/p/images/left_banner20170324.png') no-repeat 0 0; background-size: cover;width:50%;height:553px;float: left;}
.invitefriendstaskbox .model-right{width:50%;float: left; }
.invitefriendstaskbox .model-right-top{padding-top: 75px;width:100%;height:216px;}
.invitefriendstaskbox .model-right-top h2{color:#696969;font-size: 23px;line-height: 1.3;font-weight:lighter;text-align: center;margin:0 auto;}
.invitefriendstaskbox .model-right-top p {height:23px;text-align: center;margin-top: 15px;font-size: 16px;line-height: 23px;color:#7f8c8d;}

.invitefriendstaskbox .model-right-bottom{width:100%; padding-left:40px; text-align: left;}
.invitefriendstaskbox .model-right-bottom .invite-code{font-size: 12px;color: #7F8C8D;}
.invitefriendstaskbox .model-right-bottom .invite-code span{font-size: 18px;color: #696969;padding:0 8px 0 8px;position: relative;top:3px;}
.invitefriendstaskbox .model-right-bottom .invite-text input{width: 242px;height: 30px;background: #fff;border:1px solid #d7dcde;border-radius: 3px;font-size: 14px;line-height: 30px;color:#7f8c8d;text-indent:8px;}
.invitefriendstaskbox .model-right-bottom .invite-text button{width:100px;height:30px;border-radius: 3px;margin-left: 2px;background-color:#2691fb;outline: none;border: none;font-size: 14px;color: #fff;cursor:pointer;}
.invitefriendstaskbox .model-right-bottom .invite-text {position: relative;margin-top: 10px;}
.invitefriendstaskbox .model-right-bottom .invite-text .tooltip{position: absolute;right:60px;top:-40px;font-size: 14px;color: #2C3E50;background: #FFFFFF;box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);border-radius: 3px;background: #FFFFFF;width:148px;height:35px;line-height: 35px;}
.invitefriendstaskbox .tooltip-con {background: url('http://wimg.bigbigwork.com/p/images/icon_check.png') 10px 10px no-repeat;text-indent: 34px;height: 35px;}
.invitefriendstaskbox .model-right-bottom .invite-text .tips{position: relative;font-size: 12px;color: #95A5A6;line-height: 20px; text-align: right; margin-right: 60px;}
.invitefriendstaskbox .model-right-bottom .share{height:44px;line-height: 44px;margin-top: 2px;margin-left: 1px;}
.invitefriendstaskbox .share p{font-size: 12px;color: #7F8C8D;float: left;margin-right:5px;}
 .invitefriendstaskbox .sns-share {float: left;}
 .invitefriendstaskbox .share .sns-share a {float: left;margin-top: 7px;margin-right: 5px;}
 .invitefriendstaskbox .share a {background: url('http://wimg.bigbigwork.com/p/images/icon_qq.png') no-repeat center center; background-size: cover;width: 30px;height: 30px;}
 .invitefriendstaskbox .share a:nth-child(2) {background: url('http://wimg.bigbigwork.com/p/images/icon_wei.png') no-repeat center center; background-size: cover;width: 30px;height: 30px;}
 .invitefriendstaskbox .share a:nth-child(3) {background: url('http://wimg.bigbigwork.com/p/images/icon_qqspace.png') no-repeat center center; background-size: cover;width: 30px;height: 30px;}

.invitefriendstaskbox .shareone .weixin{position: relative;display: inline-block;}
 .invitefriendstaskbox .shareone .weixin a{background: url('http://wimg.bigbigwork.com/p/images/weixin.png') no-repeat center center; background-size: cover;width: 30px;height: 30px;}
 .invitefriendstaskbox .shareone .weixin:HOVER .DropDownBox{display: block;}
 .invitefriendstaskbox .shareone .weixin .DropDownBox{left: -40px;top:44px;}
 .invitefriendstaskbox .shareone .weixin .arrowbox{right: -15px;position: absolute;top: -8px;}
.invitefriendstaskbox .shareone .weixin .DropDownContent{width: 110px;height: 110px;}

 .invitefriendstaskbox .share a.qq:hover{background: url('http://wimg.bigbigwork.com/p/images/icon_qq_hover.png') no-repeat center center;}
 .invitefriendstaskbox .share a.qzone:hover{background: url('http://wimg.bigbigwork.com/p/images/icon_qqspace_hover.png') no-repeat center center;}
 .invitefriendstaskbox .share a.weibo:hover{background: url('http://wimg.bigbigwork.com/p/images/icon_wei_hover.png') no-repeat center center;}
 .invitefriendstaskbox .share a.weixin:hover{background: url('http://wimg.bigbigwork.com/p/images/weixin_hover.png') no-repeat center center;}
.invitefriendstaskbox .share .weixin a:hover{background: url('http://wimg.bigbigwork.com/p/images/weixin_hover.png') no-repeat center center;}
.qiaoheiban { position: relative; top: 40px; padding-left:24px;  font-size: 14px; line-height: 18px; background: url(http://wimg.bigbigwork.com/p/images/flag_18.png) no-repeat left center; color: #7F8C8D;    float: left;margin-left: 40px; }

/*邀请好友任务样式结束*/

.weixinprepay .CenterPromptbox { top: 20%; padding-bottom: 7px; }
.weixinprepaycontent { display: inline-block; width: 181px; background: url(http://wimg.bigbigwork.com/p/images/wechat_pay.png) no-repeat center 17px; padding-top:70px;  }
.goumai { display: inline-block; font-size: 16px; color:#2c3e50; margin-bottom: 20px; }
.allyearsmember { color: #fe4365; }
.weixinprepay .newwechatishi { max-width: 100%; padding-left: 34px; line-height: 40px; }

.haveafriendcomein { display: inline-block; margin:8px 0 18px 0; padding-left: 30px; position: relative; font-size: 16px; color: #7F8C8D; line-height: 25px;}
.haveafriendcomein:before { content: ""; display: block; width: 25px; height: 25px; background: url(http://wimg.bigbigwork.com/p/images/icon_success.png) no-repeat; position: absolute; margin:auto; top: 0; bottom: 0; left: 0;}

.NoAccelerate .CenterPromptbox { padding-top: 40px; }
.NoAccelerate .Versionfont { position: relative; padding-left: 20px; font-size: 12px; color: #95a5a6; cursor: pointer; }
.NoAccelerate .Versionbuttonbox { padding-top: 11px; }
.NoAccelerate .Versionfont:before { content: ""; display: block; width: 15px; height: 15px; background: url(http://wimg.bigbigwork.com/p/images/confirm-check.png) no-repeat; position: absolute; margin: auto; top: 0; bottom: 0; left: 0;  }
.NoAccelerate .Versionfont.PromptChecked:before { background: url(http://wimg.bigbigwork.com/p/images/confirm-checked02.png) no-repeat; }

.deleteimgpormpt .CenterPromptbox{ padding: 30px 0; }
.deleteimgpormpt .Versiontitle { border-bottom: 1px solid #EFEFEF; padding-left: 20px;}
.deleteimgpormpt .Versionfont { padding-left: 20px; }


/*支付成功提示弹框样式修改结束*/
.PaymentSuccess .CenterPromptbox { top: 15%; padding-bottom: 68px;}
.PaymentSuccess .weixinprepaycontent { width: 100%; background: url(http://wimg.bigbigwork.com/p/images/payment_sucess.png) no-repeat center 39px; padding-top: 90px; }
.PaymentSuccess .goumai { font-size: 20px; color: #2c3e50; line-height: 20px; margin-bottom: 16px; }
.PaymentSuccess .paymentsucess { font-size: 14px; color: #7f8c8d; line-height: 20px; margin-bottom: 20px;}
.WeChatQRcode { display: inline-block; width: 140px; height: 140px; border: 1px solid #dddddd; padding: 12px; margin-bottom: 26px; }
.WeChatQRcode img { width: 100%; height: 100%;}
.wechatshit { font-size: 14px; color: #7f8c8d;  }
/*支付成功提示弹框样式修改结束*/

/*话画邀请弹框*/
.inviteMask{position: fixed;width: 100%;height: 100%; background: #000000;opacity: 0.5;z-index: 999;display: none;}
.huahuaInvite{position: fixed;left: 50%;top: 50%;z-index: 9999; margin: -96px 0 0 -200px;  width: 400px;height: 192px; background: #FFFFFF;border-radius: 3px;display: none;}
.huahuaInviteText{font-family: MicrosoftYaHei;font-size: 16px;color: #2C3E50;padding: 19px 0 18px 20px;border-bottom: 1px solid #EFEFEF;}
.closeInvite{position: absolute;right: 20px;top: 20px; display: block; width: 15px;height: 15px;background: url(http://wimg.bigbigwork.com/p/images/close.png) no-repeat;}
.huahuade{font-family: MicrosoftYaHei;font-size: 14px;color: #7F8C8D;line-height: 20px;padding: 14px 30px 10px 20px;}
.knowHuahua{font-size: 14px;color: #2DAAF6;text-decoration: underline;margin-left: -5px;}
.huahuaInvite button{width: 106px;height: 30px;border-radius: 3px;outline: none;border-style: none;position: absolute;bottom: 20px;cursor: pointer;}
.noAccept{background: #ECF0F1;font-size: 14px;color: #7F8C8D;letter-spacing: 0.33px;left: 84px;}
.noAccept:hover{background: #ECF0F1;color: #7F8C8D;}
.accept{background: url(http://wimg.bigbigwork.com/p/images/btn_accept.png) no-repeat;color: #FFFFFF;right: 84px;}

/*新版大作logo*/
.bigworklogobox {position:relative; width:149px; margin:0 auto; padding-left:10px;  }
.bigworklogobox:after { content:"原大狮搜索"; display:block; position:absolute; margin:auto; right:0; bottom:-30px; left:0; font-size:12px; color:#7f8c8d; line-height:30px; text-align: center;}
.bigworklogobox img { display:block; margin:0 auto;}



