﻿
/* CSS Document */
body{ font-size:12px; font-family: '微软雅黑'; position:relative; overflow-x: hidden; }
*{ padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:normal;}
a{ text-decoration:none; color:#000 ;  }
ul,ol{ list-style:none;}
i,em{ font-style:normal;}
b,strong{ font-weight:normal;}
a img{ border:none;}
img{ vertical-align:top;}
.clearfix:after{ display:block; content:""; clear:both;}
.clearfix{zoom:1}
table{border-collapse:collapse;}
td,th{ padding:0;}
.fl{float:left;}
.fr{float:right;}
table{ font-size:14px;}


/**07-12**/

.per_center .module li:hover{color:#0087cd !important;}
.detail .name a:hover{ color:#0087cd !important; cursor:pointer;}
/*****************************公共部分的弹框样式 （开始）08-24****************************/
.parentEjet{}
.ejecteAlert{ position:absolute; top:0; left:0; height:100%; width:100%;  background:#000; z-index:100;
    opacity:0.7; filter:alpha(opacity=70) ; }
.ejecteMessg{ width:400px;   border:1px solid #d9d9d9; position:fixed; left:50%; top:200px;
    z-index:101;  margin-left:-200px;  background:#fff;
   }
.ejecteTittle {width:380px; height:55px; border-bottom:1px solid #d9d9d9; line-height:55px; padding-left:20px;  font-size:16px; font-weight:bold; position:relative;}
.closeEjet{position:absolute; right:20px; top:20px; width:12px; height:12px;background:url(../image/close.png) no-repeat; cursor:pointer; }
.ejetCont{  padding:35px 30px 35px 70px; border-bottom:1px solid #d9d9d9; width:300px; -text-align:center;font-size:14px; }
.ejectText{margin-left:15px; }
.affirmEjet{ height:55px;  width:100%; background:#f5f5f5;  }
.affirmEjet .affirm{height:30px; width:100px;  /*background:#b3b3b3;*/background:#CDAF74;  color:#fff; border-radius:5px;  text-align:center; line-height:30px;  margin:13px 20px 0 0 ; cursor:pointer; font-size:14px;}
.ejetCont a{color:#42a7db;}
.parentEjet .blue{background:#0c84d0; }

/*****************************************公共部分的弹框样式 （结束）**************************/

/********公共部分的登录弹框样式**********/

/**09-27修改IE7下的问题**/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.forget a:hover{color:#0087cd; }
.loginBox{
    position: relative;
}
.errorPrompt{ 
    position: absolute;
    top: 83px;
    left: 34px;
    font-size: 14px;
    color:#e4393c; 
    display:none;
}
.closeLogin{position:absolute; right:20px; top:20px; width:12px; height:12px;background:url(../image/close.png) no-repeat; cursor:pointer;}


/*****************************公共部分的登录弹框样式（结束)08-24****************************/
.popLoginBox{

}
.blackMongolia{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #666;
    opacity: 0.66;
    filter: alpha(opacity=66);
    z-index: 11;
}

.loginBox{
    position: relative;
}
.popLoginBox .loginBox{
    position: fixed;
    width: 336px;
    height: 456px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -228px;
    background: #FFFFFF;
    border-radius:  4px;
    padding:0 32px;
    z-index: 12;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.50);

}
.popLoginBox .loginBox h1{
    font-size: 20px;
    color: #444444;
    letter-spacing: 3px;
    padding-bottom: 10px;
    border-bottom: 2px solid #EAEAEA;
    margin-top: 40px;
}
.popLoginBox .loginTypeThird{
    margin-top: 60px;
}
.popLoginBox .thirdLoginQQ,
.popLoginBox .thirdLoginWechat{
    width: 140px;
    height: 150px;
    border: 2px solid #B6AD9A;
    border-radius: 6px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.31px;
    text-align: center;
    cursor: pointer;
}
.popLoginBox .thirdLoginQQ{
    margin-right: 40px;
    margin-left: 8px;
    padding-top: 30px;
}
.popLoginBox .thirdLoginWechat {
    padding-top: 25px;
    padding-bottom: 5px;
}
.popLoginBox .thirdLoginQQ img {
    margin-bottom: 16px;
    width: 96px;
    height: 96px;
}
.popLoginBox .setModuleTop{
    margin-top: 224px;
}
.popLoginBox .accountLogin{
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;

}

.popLoginBox .username {
    width: 336px;
    height: 42px;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 1px;
    background: #F8F8F8;
}
.popLoginBox .password{
    margin-bottom: 10px;
}
.popLoginBox .username input,.popLoginBox  .username span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 320px;
    height: 40px;
    outline: none;
    border: none;
    padding-left: 16px;
    line-height: 40px;
    background: #F8F8F8;
}
.popLoginBox .accountLoginBox{
    margin-top: 40px;
    display: none;
}
.popLoginBox .forget,.forget a{
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
}
.popLoginBox .forget .check{
    margin-top: 3px;
    margin-right: 6px;
}
.popLoginBox .forget a:hover{color: #AE8B44; }

.popLoginBox .submitLogin{
    display: block;
    width: 336px;
    height: 42px;
    background:url(../image/submitLoginBg.png) repeat-y;
    background-image: linear-gradient(133deg, #CDAF74 0%, #AE8B44 100%);
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.33px;
    cursor: pointer;
    margin-top:20px;
}

.popLoginBox .goThirdLogin{
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    margin-top: 36px;
    text-align: center;
    cursor: pointer;
}

.popLoginBox .newUserRegister{
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #AE8B44;
    letter-spacing: 2.7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F0F0F0;
    border-radius: 0 0 4px 4px;
    font-weight: bold;
    cursor: pointer;
}
.newUserRegister a{
    color: #AE8B44;
}
/* .closePopLogin{
    width: 18px;
    height: 18px;
    background: url(../../img/modifyUl/close.svg) no-repeat;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
} */
.closePopLogin {
    position: absolute;
    width: 22px;
    height: 22px;
    top: -11px;
    right: -11px;
    cursor: pointer;
}
.closePopLogin img {
    width: 22px;
    height: 22px;
}
/******增加翻页的样式********/
.footerPage{margin-top:50px;}
.footerPage .page{font-size:16px; }
.footerPage .page a{display:inline-block; padding:0 10px; cursor:pointer; position:relative;}
.footerPage .page a.on{color:#0087cd;}
.footerPage .page em{position:absolute; bottom:-20px; left:10px; color:#0087cd; font-size:40px; display:none;}
.footerPage .page em.on{display:block;}
.footerPage .page .front{display:inline-block;height:11px; width:11px;background:url(../image/pic_page_leftg.png) no-repeat; cursor:pointer;  padding:0;}
.footerPage .page .forward{background:url(../image/pic_page_right.png) no-repeat; height:11px; width:11px; display:inline-block;cursor:pointer; padding:0;}
/**07-12**/

/*公共部分的登录弹框样式（结束)08-24*/

/***公共部分的授权协议内容09-28新增样式**/
.protocalparent .protocal{ position:absolute; top:0; left:0; height:100%; width:100%;  background:#000; opacity:0.5; filter:alpha(opacity=50) ; z-index:100;}
.protocalparent .itemBox{width:560px; height:630px; position:absolute; top:176px;left:50%;margin-left:-260px; z-index:101;  background:#fff; border-radius: 5px; }
.protocalparent .item{height:458px; border-top:1px solid #EEEEEE;border-bottom:1px solid #EEEEEE; }
.protocalparent .itemdetail{height:440px; overflow:auto; font-size: 14px; padding: 18px 30px 0 30px;}
.itemdetail .priceDetail{ line-height:20px; font-size:12px;}
.itemTittle{text-align:center;color:#333333; margin:13px 160px 11px 160px;font-weight:500; font-size: 20px;}
.itemBox .agree{color: #999999; margin-top:10px; font-size: 12px;margin-left: 34px;}
.agreeyn span{ width:180px; height:42px; text-align:center; line-height:42px; background-image: linear-gradient(90deg, #CBB483 0%, #B99F69 100%); color:#fff; font-size:16px; margin-top:20px; border-radius:3px;cursor:pointer;   }
.agreeyn .noagreen{background-color: #999999; background-image: none;margin:20px 30px 30px 85px;}
.closeItem{width:16px; height:16px; background:url(../image/close.png) no-repeat; position:absolute; top:15px; right:15px; cursor:pointer;}
.protocalparent .agreeTable { margin-bottom: 20px;font-size: 12px; line-height: 20px; }
.protocalparent .agreeTable tbody td { padding: 10px 5px;border: 1px solid #ddd;}
.protocalparent .tdLabel { text-align: center; }

/******增加翻页的样式********/
.footerPage{margin-top:50px;}
.footerPage .page{font-size:16px; }
.footerPage .page a{display:inline-block; padding:0 10px; cursor:pointer; position:relative;}
.footerPage .page a.on{color:#0087cd;}
.footerPage .page em{position:absolute; bottom:-20px; left:10px; color:#0087cd; font-size:40px; display:none;}
.footerPage .page em.on{display:block;}
.footerPage .page .front{display:inline-block;height:11px; width:11px;background:url(../image/pic_page_leftg.png) no-repeat; cursor:pointer;  padding:0;}
.footerPage .page .forward{background:url(../image/pic_page_right.png) no-repeat; height:11px; width:11px; display:inline-block;cursor:pointer; padding:0;}
/*点击收藏按钮，弹出框的样式*/
.collectionBox{

}
.bgBlack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 11;
}
.displayCollectBox{
    width: 680px;
    height: 418px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -209px;
    margin-left: -340px;
    z-index: 12;
    border-radius: 4px;
}
.displayCollectBox .boxTitle{
    height: 56px;
    width: 660px;
    padding-left: 20px;
    font-size: 18px;
    color: #B29C70;
    letter-spacing: 0;
    line-height: 56px;
    border-bottom: 2px solid #F2EFE6;
}
.showFontGroupBox{
    width: 100%;
    height: 276px;
    overflow: auto;
}
.myCreateFontGroup{
    width: 620px;
    margin-left: 30px;
}
.oneCreateGroup{
    height: 68px ;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.groupName{
    max-width: 400px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    line-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.collectBtn{
    width: 86px;
    height: 36px;
    background: #B29C70;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    margin-top: 16px;
    cursor: pointer;
}
.hasCollected{
    width: 86px;
    height: 36px;
    border: 1px solid #B29C70;
    border-radius: 4px;
    font-size: 14px;
    color: #B29C70;
    letter-spacing: 0;
    background: #fff;
    text-align: center;
    line-height:36px ;
    margin-top: 16px;
    cursor: pointer;
}
.closeFontGroup{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("../image/close1.png") no-repeat;
    cursor: pointer;
}
.createNewGroupBtn{
    width: 100px;
    height: 24px;
    padding-left: 32px;
    line-height: 24px;
    background: url("../image/create.png") no-repeat;
    display: inline-block;
    font-size: 18px;
    color: #B29C70;
    letter-spacing: 0;
    margin-top: 30px;
    margin-left: 290px;
    cursor: pointer;
}
.publicGroupIcon{
    width: 18px;
    height: 12px;
    background: url("../image/public.png");
    margin-left: 10px;
    margin-top: 28px;
}
.secretGroupIcon{
    width: 14px;
    height: 16px;
    background: url("../image/secret.png");
    margin-left: 10px;
    margin-top: 26px;
}
/*创建收藏夹样式*/
.createFontGroupBox{

}
.displayCreateBox{
    width: 680px;
    height: 297px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -149px;
    margin-left: -340px;
    z-index: 12;
    border-radius: 4px;
}
.displayCreateBox .boxTitle{
    height: 56px;
    width: 660px;
    padding-left: 20px;
    font-size: 18px;
    color: #B29C70;
    letter-spacing: 0;
    line-height: 56px;
    border-bottom: 2px solid #F2EFE6;
}
.newGroupName h2{
    margin-top: 40px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    margin-left: 110px;
}


.iptGroupName {
    width: 460px;
    height: 40px;
    position: relative;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #F2EFE6;
    margin-left: 110px;
    margin-top: 16px;
}
.iptGroupName input,.iptGroupName span {
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 40px;
    padding-left: 20px;
    border: none;
    line-height: 40px;
    outline: none;
}
.iptGroupName span {
    font-size: 14px;
    color: #BBBBBB;
    letter-spacing: 0;
}
.errorMesg{
    font-size: 12px;
    color: #FA4949;
    letter-spacing: 0;
    margin-top: 6px;
    margin-left: 110px;
    display: none;
}
.createButtonBox{
    margin-top: 18px;

}
.sureCreate{
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #B29C70;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0 40px 0 232px;
    cursor: pointer;
}
.cancelCreate{
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(-180deg, #FFFFFF 2%, #F6F6F6 100%);
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    cursor: pointer;
}

.guidePhoneXcx{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
.guidePhoneXcx img{
    width: 100%;
}
.guidePhoneXcx  .closePopGuideXcx{
    width: 58px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* 登录弹窗 - 微信二维码 */
.popLoginBox .wechatBox {
	position: relative;
	margin: 0 auto 7px;
	width: 110px;
	height: 110px;
}

.popLoginBox .wechatBox .code {
    width: 110px;
    height: 110px;
}

.popLoginBox .wechatMask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	opacity: .8;
	filter:alpha(opacity=80)
}

.popLoginBox .wechatBox .iconRefresh {
	margin-top: -2px;
	margin-right: 2px;
	margin-bottom: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.popLoginBox .wechatBox .wechatBoxMain {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	z-index: 1;
}

.popLoginBox .wechatBox .failure {
	margin-top: 39px;
}

/* 微信二维码登录弹窗 */
.wxDialog .wxDialogMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 999;
}

.wxDialog .wxDialogInner {
    position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 418px;
    background: #ffffff;
    border-radius: 4px;
    z-index: 1000;
}

.wxDialog .wxDialogClose {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: url('../image/close.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}

.wxDialog .codeWrap {
    position: relative;
    margin: 60px auto 14px;
    width: 260px;
    height: 260px;
    background: #f0f0f0;
}

.wxDialog .codeWrap .code {
    width: 260px;
    height: 260px;
    border: none;
    outline: none;
}

.wxDialog .failureWrap {
    display: none;
}

.wxDialog .failureMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .8;
    filter: alpha(opacity=80);
}

.wxDialog .failureInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
    text-align: center;
}

.wxDialog .failureTxt {
    margin-top: 108px;
    margin-bottom: 2px;
}

.wxDialog .refreshTxt {
    font-size: 16px;
}

.wxDialog .refreshIcon {
    margin-top: -2px;
	margin-right: 2px;
	margin-bottom: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.wxDialog .wxInfo {
    font-size: 18px;
    color: #777777;
    text-align: center;
}

body  .fontDis .detail .active{
    opacity:1;
    filter:alpha(opacity=100) ;
}


.fontDis .detail .text .singalwordOpacity {
    opacity: 0;
}

.fontDis .detail .text .singalword {
   display: none;
}


.fontDis .detail .text .active {
    opacity:1;
    filter:alpha(opacity=100) ;
}


