/*login.html*/

.login-background{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.login-box-title{
    position: absolute;
    height: 60px;
    width: 100%;
    z-index: 220;
    background: url("../img/login/user_title.png") center no-repeat;
    line-height: 60px;
    font-size: 20px;
}

.login-box-content{
    position: absolute;
    height: 404px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 30px;
}

.login-box-content .title{
    text-align: center;
    height: 20px;
    color: #3574bb;
    margin-top: 20px;
}

.login-box-content .title span{
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.login-box-content .content-input{
    margin: 30px auto 0 auto;
    height: 16px;
    width: 340px;
    color: #999;
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #dddddd;
}
.login-box-content .content-input label{
    float: left;
    width: 32px;
    font-size: 16px;
    line-height: 16px;
}

.login-box-content .content-input input{
    float: left;
    width: 270px;
    font-size: 16px;
    line-height: 16px;
    text-indent: 1em;
    border: none;
    text-decoration: none;
    outline: none;
}

.login-box-content .content-span{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    height: 14px;
    line-height: 14px;
    width: 340px;
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

.login-box-content .content-span a:nth-child(1){
    float: left;
}
.login-box-content .content-span a:nth-child(2){
    float: right;
}

.login-box-content .login-box-btn{
    margin: 0 auto;
    height: 50px;
    width: 340px;
}

.login-box-content .login-box-btn button{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: #659cdb;
    color:#fff;
    font-size: 18px;
    border: 0;
}
.login-box-content .login-box-btn button:hover{
    background-color: #3574bb;
}
.login-box-content .other-type-btn{
    width: 100%;
    height: 36px;
    margin-top: 24px;
}

.login-box-content .other-type-btn a{
    cursor: pointer;
    display: inline-block;
    height: 36px;
    width: 36px;
    margin-right: 28px;
}

.login-box-content .other-type-btn a:nth-child(2){
    margin-right: 0px;
}

.login-box-content .other-type-btn a:nth-child(1) i{
    color:#ddd;
    font-size: 36px;
}

.login-box-content .other-type-btn a:nth-child(2) i{
    color:#ddd;
    font-size: 36px;
}

.login-box-content .other-type-btn a:nth-child(1):hover i{
    color:#12b7f5;
}

.login-box-content .other-type-btn a:nth-child(2):hover i{
    color:#91d460;
}

.login-agreement{padding-top:10px;color:#999;}
.login-agreement a{color: #009CFF;}



/*
authorization-search.html
setting.html
*/
.content-box-right-page  .inputDiv{
    color: #999999;
}

.content-box-right-page  .inputDiv{
    height: 50px;
    width: 470px;
    line-height: 50px;
}

.content-box-right-page  .inputDiv>label{
    float: left;
}
.content-box-right-page  .inputDiv>p{
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    outline: none;
    border: none;
    margin-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

.we_chat{
    height: 60px;
    width: 60px;
    float: left;
    margin-left: 20px;
    background: url("../img/authorization/weixin_normal.png");
}

.we_chat:hover{
    background: url("../img/authorization/weixin_active.png");
}

.pay_bao{
    height: 60px;
    width: 60px;
    float: left;
    margin-left: 20px;
    background: url("../img/authorization/zhifubao_normal.png");
}

.pay_bao:hover{
    background: url("../img/authorization/zhifubao_active.png");
}

.content-box-right-page  .boundDiv{
    height: 60px;
    width: 470px;
    line-height: 60px;
}
.content-box-right-page  .boundDiv>p{
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    outline: none;
    border: none;
    margin-left: 20px;
    text-decoration: none;
    cursor: pointer;
}
.img.logo{
    background: url("../img/setting/setting_binding_logo.png") center no-repeat;
}

.img.qq{
    background: url("../img/setting/setting_binding_qq_normal.png") center no-repeat;
    margin-left: 180px!important;
}
.img.weibo{
    background: url("../img/setting/setting_binding_weibo_normal.png") center no-repeat;
    margin-left: 180px!important;
}

.img.change{
    background: url("../img/setting/setting_binding_interconnect.png") center no-repeat;
    margin-left: 100px!important;
}

.content-box-right-page  .boundDiv .bound-btn{
    height: 40px;
    width: 122px;
    float: right;
    line-height: 40px;
    margin-top: 10px;
}



.content-box-right-page  .inputDiv>input{
    height: 50px;
    line-height: 50px;
    border:1px solid #bbbbbb;
    outline: none;
    width: 360px;
    /*margin-left: 18px;*/
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    color: #bbbbbb;
    font-size: 16px;
}

.content-box-right-page  .btn-box{
    height: 50px;
    width: 450px;
}

.search-btn{
    height: 40px;
    width: 200px;
    line-height: 40px;
    float: right;
}

.content-box-right-page .inputDivParent{
    padding: 20px 0 20px 0;
}

.content-box-right-page  .spanDiv{
    color: #999999;
}

.content-box-right-page  .spanDiv>span{
    margin-right: 50px;
}
.content-box-right-page  .spanDiv>span>label{
    margin-left: 20px;
}
.content-box-right-page  .spanDiv>span>label>label{
    margin-left: 10px;
}


.inputDiv .sq-btn{
    width: 340px;
    margin-right: 22px;
    float: right;
}

.head-portrait-photo{
    position: relative;
    margin: 0 auto;
    height: 200px;
    width: 200px;
    overflow: hidden;
    float: left;
}


.head-portrait-photo .uploadfile{
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    height: 200px;
    width: 200px;
}

.head-portrait-photo .saw_file{

    top: 0;
    left: 0;
    position: absolute;
    height: 200px;
    width: 200px;
    background: url("../img/setting/setting_upload.png")no-repeat center center;
}


.head-portrait-uploadPic-btn{
    height: 40px;
    width: 120px;
    line-height: 40px;
    margin: 0 auto;
}


/*
index.html
*/


.slide{
    width: 1366px;
    height: 560px;
}

.slide .banner{
    position: relative;
    height: 560px;
    overflow: hidden;
    width: 1366px;
}

.slide .banner .image{
    width: 600%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-shadow: 0 0 black;
}

.banner .image li{
    width: 1366px;
    height: 560px;
    margin-top: 0;
    border-radius: 0;
    margin-left: 0;
    float: left;
    overflow: hidden;
}
.banner .image li img{
    display: block;
    height: 560px;
    width: 1366px;
}


.banner .num{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 45%;
    display: inline;
}

.banner .num li{
    overflow: hidden;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 10px;
    cursor: pointer;
}
.banner .num li.on{
    width: 36px;
    height: 14px;
    border-radius: 7px;
}

.solid_btn{
    position: absolute;
    width: 30px;
    height: 50px;
    top:256px;
    cursor: pointer;
}

.solid_left_btn{
    background: url("../img/mainpage/home_PageTurning_left.png") no-repeat;
    left: 40px;
}
.solid_right_btn{
    background: url("../img/mainpage/home_PageTurning_right.png") no-repeat;
    right: 40px;
}

.mainPage-module{
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.mainPage-module-title{
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

.mainPage-module-subheading{
    color: #999999;
    line-height: 16px;
    margin-top: 6px;
}

.mainPage-module-point img{
    margin-top: 12px;
}

.core-function{
    height: 370px;
}

.core-function-group{
    height: 160px;
    width: 1068px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.core-function-group>div{
    width: 20%;
    height: 10%;
    text-align: center;
    float: left;
}
.core-function-group>div img{
    display: block;
    margin: 0 auto;
}
.core-function-group>div>span{
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #444444;
    margin-top: 14px;
}

.support-environment{
    height: 574px;
    background-color: #eeeeee;
}

.support-environment-pic{
    width: 988px;
    height: 462px;
    margin: 24px auto 0 auto;
}

.service-advantage{
    height: auto;
    width: 100%;
    padding-bottom: 50px;
}

.service-advantage-group{
    width: 1240px;
    height: 578px;
    margin: 30px auto 0 auto;
}
.service-advantage-group>div{
    float: left;
    height: 50%;
    width: 33.3%;
}

.service-advantage-group>div img{
    display: block;
    margin: 0 auto;
}

.service-advantage-group>div>span{
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    margin-top: 14px;
}
.mainPage-footer{
    padding-top: 0;
    min-width: 1366px;
}
.mainPage-footer .mainPage-footer-left{
    float: left;
    height: 110px;
    width: 60%;
}
.mainPage-footer .mainPage-footer-right{
    float: right;
    height: 90px;
    width: 40%;
}

.mainPage-footer-left>div{
    height: 100%;
    float: left;
}
.mainPage-footer-left>div>label{
    display: block;
    text-align: left;
}

.mainPage-footer-left>div:nth-child(1){
    padding-top: 30px;
    padding-left: 104px;
    padding-right: 30px;
}

.mainPage-footer-left>div:nth-child(2){
    padding-top: 30px;
}

.mainPage-footer-img{
    color: #666666;
    line-height: 16px;
    margin-bottom: 6px;
}

.mainPage-footer-href{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.mainPage-footer-href>a{
    padding-left: 8px;
    padding-right: 8px;
}

.mainPage-footer-right>div{
    padding-top: 50px;
    height: 100%;
    float: right;
    margin-right: 104px;
}

.mainPage-footer-right>div>label{
    color: #999999;
    margin-left: 10px;
}


.people-setting{
    position: absolute;
    min-height: 290px;
    width: 166px;
    top: 65px;
    right: 50px;
    z-index: 600;
    background: url("../img/nav/nav-setting.png") no-repeat #ffffff;
    box-shadow: -1px -3px 14px 0 #999999;
}

.people-setting .vip,.people-setting .pt{
    display: block;
    height: 16px;
    width: 40px;
    background: url("../img/user/user_vip.png") no-repeat;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.people-setting .pt{
    background:none;
}

.people-setting  .quit{
    display: block;
    height: 22px;
    width: 22px;
    background: url("../img/nav/nav_exit.png") no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.people-setting img{
    margin-top: 20px;
}

.people-setting>span{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #555555;
}

.people-setting>a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    color: #888888;
}

.fixed-button{
    position: fixed;
    height: 142px;
    width: 150px;
    bottom: 190px;
    right: 18px;
}

.fixed-button .goTop{
    position: absolute;
    height: 60px;
    width: 66px;
    top: 0;
    right: 0;
	z-index: 505;
    background: url("../img/float/float_top_normal.png")no-repeat;
}
.fixed-button .goTop:hover{
    background: url("../img/float/float_top_hover.png")no-repeat;
}

.fixed-button .service{
    position: absolute;
    height: 60px;
    width: 66px;
    right: 0;
    bottom: 0;
	z-index: 505;
    background: url("../img/float/float_service_normal.png")no-repeat;
}
.fixed-button .service:hover{
    background: url("../img/float/float_service_hover.png")no-repeat;
}

.fixed-button .service_box{
    position: absolute;
    height: 168px;
    width: 182px;
    top: 28px;
    right: 74px;
    background: url("../img/float/service_box_bg.png")no-repeat;
    padding: 14px;
}

.fixed-button .service_box>div{
    height: 33.3%;
    width: 100%;
}

.fixed-button .service_box>div>span{
    display: block;
    font-size: 14px;
    color: #666666;
}

.fixed-button .service_box>div>div{
    width: 50%;
    height: 22px;
    float: left;
    margin-top: 8px;
    font-size: 14px;
    color: #999999;
}

.fixed-button .service_box>div>div>label{
    display: block;
    height: 22px;
    width: 22px;
    float: left;
    background: url("../img/float/float_service_offline.png")no-repeat center;
}

.fixed-button .service_box>div>div>.active{
    background: url("../img/float/float_service_online.png")no-repeat center;
}

.fixed-button .service_box>div>div>a{
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
}
/*
demo.html
*/
.demo_box{
    height: auto;
    overflow: hidden;
    position: relative;
}

.demo_box .demoPage{
    height: auto;
    width: 930px;
    background: url("../img/demo/demo_bg.png");
    background-size: 100% 100%;
    padding: 26px 218px;
    position: relative;
    text-align: center;
}

.demo_box .demoPage>span{
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    top: 18px;
    right: 100px;
}
.demo_box .demoPage>span>a{
    color: #ffffff;
}

.demo_page1 .demo_title,
.demo_page2 .demo_title{
    font-size: 24px;
    color: #ffffff;
    margin-top: 28px;
}

.demo_page1 .detail_msg,
.demo_page2 .detail_msg
{
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
    color: #ffffff;
}
.demo_page1 .detail_msg>label,
.demo_page2 .detail_msg>label
{
    display: block;
    text-align: center;
    margin-top: 12px;
}

.demo_page1 .demo_content_box{
    width: 440px;
    overflow: hidden;
}

.demo_page1 .left_box{
    float: left;
}

.demo_page1 .right_box{
    float: right;
}

.demo_page1 .demo_content_box .detail{
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.23); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    height: 140px;
    width: 100%;
    margin-top: 24px;
    text-align: left;
}

.demo_page1 .demo_content_box .detail .detail_content{
    width: 370px;
    height: 100px;
    padding: 20px 35px;
    margin-left: auto;
    margin-right: auto;
}

.demo_page1 .demo_content_box .detail .detail_content>span{
    color: #ffffff;
    line-height: 28px;
}
.demo_page1 .demo_content_box .detail .detail_content>div{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.demo_page1 .demo_content_box .detail .detail_content>div>label{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    display: block;
    float: left;
}

.demo_page1 .demo_content_box .detail .detail_content>div>label:nth-child(1){
    width: 35%;
}
.demo_page1 .demo_content_box .detail .detail_content>div>label:nth-child(2){
    width: 65%;
}

.demo_page1 .demo_content_box .click_demo{
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.demo_page1 .demo_content_box .click_demo>a{
    width: 120px;
    height: 40px;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

.demo_page1 .demo_content_box .click_demo>label{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
}

.demo_page1 .demo_content_box .demo_pic{
    display: block;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.demo_page1 .demo_content_box .demo_pic:hover{
    box-shadow: -1px -6px 14px 0 #000000;
}

.demo_control_btn{
    height: 64px;
    width: 20px;
    position: absolute;
    right: 54px;
    top: 280px;
    z-index: 500;
}

.demo_control_btn>div{

    height: 20px;
    width: 20px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 22%;
    border-radius: 50%;
}

.demo_control_btn>.active{
    height: 38px;
    border-radius: 7px;
}

.demo_control_btn>div:nth-child(1){
    margin-bottom: 10px;
}

.demo-table{
    margin-top: 60px;
    color: #ffffff;
}

.demo-table .demo-table-title{
    font-size: 20px;
    margin-bottom: 20px;
}
.demo-table>table{
    width: 640px;
    margin: 0 auto;
}

.demo-table>table td{
    border: 1px solid #ffffff;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.buy_btn_group{
    height: 40px;
    margin-top: 20px;
}
.buy_btn_group>div{
    width: 260px;
    margin: 0 auto;
}
.buy_btn_group>div .btn{
    height: 40px;
    width: 120px;
    float: left;
    line-height: 40px;
}
.buy_btn_group>div .btn:nth-child(1){
    margin-right: 20px;
}

.bbs_box{
    padding: 18px 0px;
}
.bbs_box .bbs_box_left{
    width: 1000px;
    float: left;
}

.bbs_box .bbs_box_right{
    width: 280px;
    float: right;
}


/*bbs*/
.customer_msg_box{
    height: 278px;
    width: 212px;
    padding: 30px;
    text-align: center;
}

.customer_msg_box .head_pic{
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.customer_msg_box .customer_name{
    border-radius: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: 14px;
}

.customer_msg_box .customer_name>label{
    font-size: 18px;
    color: #555555;
}
.customer_msg_box .customer_name .head_pic{
    display: inline;
    line-height: 20px;
    margin-bottom: 6px;
    margin-left: 4px;
}

.customer_msg_box>label{
    font-size: 14px;
    color: #999999;
}

.customer_msg_box .msg{
    margin-top: 30px;
    text-align: left;
}
.customer_msg_box .msg>div{
    margin-bottom: 4px;
}
.customer_msg_box .msg>div>label{
    display: inline-block;
    width: 70px;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
}
.customer_msg_box .msg>div>span{
    display: inline-block;
    color: #555555;
    font-size: 14px;
    line-height: 14px;
}

.customer_count_box{
    padding: 25px 0;
}
.customer_count_box .box-title{
    font-size: 14px;
    color: #555555;
}
.customer_count_box .box-title>a{
    color: #3574bb;
    float: right;
}


.customer_count_box  .customer_list>div{
    width: 280px;
    height: 60px;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    box-sizing: content-box;
}
.customer_count_box  .customer_list>div img{
    display: inline-block;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    float: left;
}

.customer_count_box  .customer_list>div>div{
    display: inline-block;
    float: left;
    margin-left: 14px;
    font-size: 14px;
}
.customer_count_box  .customer_list>div>div>div{
    width: 204px;
    height: 20px;
    overflow: hidden;
}
.customer_count_box  .customer_list>div>div>div:nth-child(1),
.customer_count_box  .customer_list>div>div>div:nth-child(3)
{
    color: #555555;
}
.customer_count_box  .customer_list>div>div>div:nth-child(2){
    color: #999999;
}


.bbs_box_left_title{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.bbs_forum_list{
    width: 100%;
    color: #666666;
    font-size: 14px;
    text-align: left;
}

.bbs_forum_list td{
    height: 25px;
    line-height: 25px;
}

.bbs_forum_list th{
    height: 50px;
    line-height: 50px;
}

.bbs_control{
    color: #000000;
    font-size: 14px;
}
.bbs_control:hover{
    color: #000000;
}

.bbs_control.active{
    text-align: center;
    height: 40px;
    min-width: 80px;
    border-radius: 20px;
    background-color: #eaeaea;
    border: 1px solid #c0c0c0;
    line-height: 40px;
    color: #555555;
    padding: 0 10px;
}

.bbs_forum_list .reply_title{
    width: 100%;
    height: 50px;
    display: block;
}

.customer_name .vip{
    margin-bottom: 4px;
}

.bbs_forum_list .reply_title>div{
    float: left;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}

.reply_li{
    display: block;
    width: 100%;
    min-height: 50px;
}
.reply_li .posting{
    width: 446px;
    float: left;
}

.reply_li .posting a.posting_title{
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 88%;
    display: inline-block;
    line-height: 1;
}
.reply_li .block{
    width: 104px;
    float: left;
}
.reply_li .reply_count{
    width: 110px;
    float: left;
}
.reply_li .check{
    width: 84px;
    float: left;
}

.reply_li .time{
    width: 96px;
    float: left;
}
.reply_li .reply{
    width: 100%;
    float: left;
    padding: 24px;
    display: none;
}
.reply_li .reply>div{
    float: left;
    font-size: 14px;
    color: #999999;
}

.reply_li .reply .reply_content{
    width: 65%;
    font-size: 24px;
}
.reply_li .reply .reply_content span{
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.reply_li .reply .reply_people{
    width: 15%;
}
.reply_li .reply .reply_time{
    width: 20%;
}

/*
template.html
*/
.template_box{
    padding-top: 18px;
}

.watch_template{
    display: none;
}

/*
bbs_index.html
*/
.bbs_li{
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
}

.bbs_li .count{
    width: 70px;
    float: left;
}
.bbs_li .count>p{
    height: 36px;
    width: 70px;
    text-align: center;
    line-height: 36px;
    background-color: #dddddd;
    border-radius: 4px;
    color: #555555;
    margin-top: 8px;
}

.bbs_li .count>p.zero{
    background-color: #3574bb;
    color: #ffffff;
}

.bbs_li .bbs_head_img{
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 20px;
}
.bbs_li .bbs_head_img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.bbs_li .bbs_content_box{
    height: 50px;
    float: left;
    margin-left: 10px;
}

.bbs_li .bbs_content_box .bbs_title{
    height: 32px;
    line-height: 32px;
}

.bbs_li .bbs_content_box .bbs_title>a{
    display: inline-block;
    float: left;
}

.bbs_li .bbs_content_box .bbs_title .title{
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    margin-left: 6px;
}

.bbs_li .bbs_content_box .bbs_content{
    color: #aaaaaa;
    font-size: 14px;
}


.customer_search_box{
    width: 100%;
    padding-bottom: 56px;
}

.customer_search_box .search-box{
    width: 134px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #bbbbbb;
    border-radius: 20px;
    float: left;
}

.customer_search_box .search-box>input{
    height: 18px;
    margin-top: 10px;
    line-height: 20px;
    width: 74px;
    margin-left: 20px;
    /*background-color: #eaeaea;*/
    border-right: 1px solid #bbbbbb;
    margin-right: 10px;
    color: #bbbbbb;
    font-size: 14px;
}

.customer_search_box .search-box img{
    cursor: pointer;
}
.customer_search_box .send_posting{
    height: 40px;
    width: 120px;
    line-height: 40px;
    float: right;
}

.posting_list_box{
    padding: 25px 0;
    font-size: 14px;
}
.posting_list_box .posting_list_title{
    color: #555555;
}
.posting_list_box .posting_list_data{
    margin-top: 14px;
}
.posting_list_box .posting_list_data>ul>li{
    height: 24px;
    line-height: 24px;
    margin:4px 0;
    color: #aaaaaa;
}

.posting_list_box .posting_list_data>ul>li>span{
    display: inline-block;
    height: 24px;
    width: 24px;
    background-color: #dddddd;
    color: #555555;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    float: left;
}

.posting_list_box .posting_list_data>ul>li>span.important{
    background-color: #3574bb;
    color: #ffffff;
}
.posting_list_box .posting_list_data>ul>li>a{
    display: inline-block;
    max-width: 175px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555555;
    float: left;
    margin-right: 8px;
}
.posting_list_box .posting_list_data>ul>li img{
    margin-right: 4px;
}

/*
bbs_detail.html
*/
.posting_box{
    margin-top: 24px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}
.posting_box .posting_head_img{
    width: 60px;
    float: left;
}

.posting_box .posting_head_img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.posting_box .posting_title_box{
    float: left;
    width: 760px;
    padding: 0 10px;

}

.posting_box .posting_title_box .posting_title{
    line-height: 32px;
    color: #555555;
    font-size: 20px;
}

.posting_box .posting_title_box .posting_title>div{
    float: left;
}

.posting_box .posting_title_box .posting_title>label{
    display: block;
    float: left;
    max-width: 680px;
}
.posting_box .posting_title_box .posting_content{
    width: 760px;
    float: left;
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 14px;
}
.posting_box .posting_title_box .posting_content span{
    margin-left: 10px;
}
.posting_box .posting_title_box .posting_content span a{
    color:#f60;
}
.posting_box .posting_title_box .posting_main{
    width: 760px;
    float: left;
    margin-top: 24px;
    color: #555555;
    line-height: 23px;
    overflow:hidden;
}

.posting_box .posting_title_box .posting_main img{
    max-width: 100%;
}

.posting_box .posting_title_box .posting_bottom{
    width: 880px;
    float: left;
    margin-top: 50px;
    line-height: 18px;
}

.posting_box .posting_title_box .posting_bottom .left>span{
    font-size: 18px;
    color: #555555;
}
.posting_box .posting_title_box .posting_bottom .left>a{
    color: #3574bb;
    margin-left: 20px;
    line-height: 18px;
}

.posting_box .posting_title_box .posting_bottom .right>a:nth-child(1){
    margin-right: 20px;
    line-height: 18px;
}
.posting_box .posting_title_box .posting_bottom .right>a.on{
    color: #3574bb;
}

.posting_reply_li .reply_li{
    padding: 20px 0;
    float: left;
    border-bottom: 1px solid #dddddd;
}

.posting_reply_li .reply_li .reply_head_img{
    width: 60px;
    float: left;
}

.posting_reply_li .reply_li .reply_head_img img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.posting_reply_li .reply_li .reply_head_img .click_like{
    margin-top: 10px;
    background-color: #dddddd;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    color: #666666!important;
}

.posting_reply_li .reply_li .reply_head_img .like{
    color: #ffffff!important;
}

.posting_reply_li .reply_li .reply_head_img .click_like img{
    margin-right: 8px;
    margin-bottom: 4px;
    height: 16px;
    width: 14px;

}

.posting_reply_li .reply_li .reply_content_box{
    width: 920px;
    padding: 0 10px;
    float: left;
    position: relative;
}
.posting_reply_li .reply_li .reply_content_box .reply_content{
    color: #aaaaaa;
    line-height: 20px;
}

.posting_reply_li .reply_li .reply_content_box .reply_content img{
    margin-left: 10px;
    margin-right: 10px;
}

.posting_reply_li .reply_li .reply_content_box .reply_main{
    padding: 20px 0;
    line-height: 30px;
    overflow:hidden;
}

.posting_reply_li .reply_li .reply_content_box .reply_main img{
    max-width: 50%;
}

.like{
    background-color: #3574bb!important;
    color: #ffffff!important;
}

.text_editor_box{
    float: left;
    width: 100%;
}

.text_editor_box .customer_head_pic{
    width: 60px;
    float: left;
}

.text_editor_box .customer_head_pic img{
    height: 60px;
    width: 60px;
}

.text_editor_box .text_editor{
    float: left;
    background-color: #ffffff;
    /*width: 768px;
    height: 198px;
    border: 1px solid #dddddd;*/
    margin-left: 10px;
}

.text_editor_box .editor_submit{
    width: 100%;
    float: left;
    margin-top: 14px;
    padding-bottom: 50px;
}

.text_editor_box .editor_submit>a{
    float: right;
    height: 40px;
    line-height: 40px;
    width: 90px;
    text-align: center;
}


/*
APP
 */
.app_list{
    padding: 20px 0 50px 0;
}
.app_list .app-li{
    height: 140px;
    box-shadow: -1px 1px 11px 0 #999999;;
    width: 360px;
    float: left;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.app_list .app-li .left{
    height: 140px;
    width: 120px;
    float: left;
    text-align: center;
}
.app_list .app-li .right{
    height: 140px;
    width: 220px;
    float: left;
    padding: 0 10px;
}


.app_list .app-li .left img{
    height: 120px;
    width: 120px;
    border-radius: 20px;
}

.app_list .app-li .left>p{
    display: inline-block;
    color: #3574bb;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.app_list .app-li .right .version{
    font-size: 14px;
    line-height: 20px;
}

.app_list .app-li .time{
    font-size: 14px;
    color: #1b9350;
    margin-top: 16px;
}
.app_list .app-li .ym,
.app_list .app-li .select{
    text-align: right;
    margin-top: 18px;
    font-size: 14px;
}

.app_list .app-li .select>label{
    margin-left: 10px;
    margin-right: 10px;
}
.app_list .app-li .select>a{
    color: #3574bb;
}

.create{
    width: 840px;
    padding: 20px 0 50px 0;
}

.app_download{
    width: 280px;
}

.creative_app .DivParent{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.creative_app .DivParent .radio_box{
    display: inline-block;
}

.creative_app .DivParent .radio_box label{
    margin: 0 20px 0 0;
}
.creative_app .DivParent .radio_box label>input{
    margin-right: 10px;
}


.creative_app .tip{
    color: #bb3535;
}

.creative_app .DivParent .Div{
    overflow: hidden;
}
.creative_app .DivParent .Div .tip{
    display: inline-block;
    width: 350px;
    float: right;
}


.creative_app .DivParent .Div>label{
    display: inline-block;
    width: 120px;
}

.creative_app .DivParent .Div>input{
    width: 300px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    outline: none;
    text-decoration: none;
    padding: 0 10px;
}


.creative_app .DivParent .sq-btn{
    width: 150px;
    height: 40px;
    line-height: 40px;
}


.downLoad_app{
    text-align: center;
}

.downLoad_app .red_title{
    color: #bb3535;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.downLoad_app .erweima{
    margin: 20px auto 50px auto;
    width: 160px;
    height: 160px;
}

.font{
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    color: #bb3535;
}
.font:hover{
    color: #bb3535;
}

.label-Parent{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    letter-spacing:3px
}
.label-Parent .changeYM{
    margin-left: 50px;
    color: #bb3535;
    font-weight: 700;
    cursor: pointer;
}

.app_sq_list{
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.watch_template{
    display: none;
}

.function_profile-group .function_profile_li{
    width: 25%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.function_profile-group .function_profile_li .function_profile_box{
    height: 250px;
    width: 280px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.function_profile-group .function_profile_li .function_profile_box img{
    height: 74px;
    width: 74px;
}

.function_profile{
    margin-bottom: 50px;
}

.function_profile-group .function_profile_li .function_profile_box .out_title{
    font-size: 20px;
    color: #666666;
    margin-top: 10px;
}

.function_profile-group .function_profile_li .function_profile_box .out_detail{
    width: 280px;
    word-wrap:break-word;
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
    height: 100px;
    overflow: hidden;
    line-height: 20px;
}

.function_profile-group .function_profile_li .function_profile_box  .detail{
    position: absolute;
    z-index: 200;
    background-color: #333333;
    opacity: 0.85;
    color: #ffffff;
    height: 250px;
    width: 280px;
    top: 0;
    left: 0;
    padding: 10px 10px;
    display: none;
}

.function_profile-group .function_profile_li .function_profile_box  .detail .in_title{
    font-size: 20px;
    margin-top: 10px;
}

.function_profile-group .function_profile_li .function_profile_box  .detail .in_detail{
    width: 280px;
    word-wrap:break-word;
    font-size: 14px;
    margin-top: 20px;
    height: 190px;
    overflow: hidden;
    line-height: 24px;
}

.core-function .check_detail{
    text-align: center;
    margin-top: 20px;
}

.core-function .check_detail .index_detial{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.posting_box .posting_title_box .posting_content span.jie-del a{color:#f00;}
.posting_box .posting_title_box .posting_content span.jie-admin a{color:#f60;}
.posting_box .posting_title_box .posting_content span.jie-ding a{color:#00f;}
.posting_box .posting_title_box .posting_content span.jie-jing a{color:#080;}
.jieda-del{color:#f60;margin-left: 10px;cursor: pointer;}

.posting_main table{margin:10px 0;}
.posting_main table thead{background-color:#f2f2f2;}
.posting_main table th, 
.posting_main table td{padding:5px 20px; border:1px solid #DFDFDF; font-size:14px; font-weight: 400;}
.posting_main .annex{margin-top:25px;border: 2px dashed #CCC;padding: 5px 20px;font-size:13px;}
.posting_main .annex font{color:red;}
.posting_main .annex a{float:right;font-size:13px;}
.posting_main .annex span{float:right;margin-right:50px;font-size:13px;}

#LAY-minemsg{min-height:420px;}
.mine-msg li{position:relative; margin-bottom: 15px; padding: 10px 0 5px; line-height:24px; border-bottom:1px dotted #E9E9E9}
.mine-msg li cite{padding:0 5px; color:#4F99CF;}
.mine-msg li i{color:#4F99CF; padding-right:5px;}
.mine-msg li>p{position: relative; margin-top: 5px; line-height: 26px; text-align: right;}
.mine-msg li>p span{position: absolute; left: 0; top: 0; color:#999;}
.mine-msg li .fly-delete{display: inline-block; height: 26px; line-height: 26px; margin-left: 20px; padding: 0 10px; border-radius: 3px; background: none; color: #c00}

.second-reply{
    padding: 5px 15px;
	background-color: #fafafa;
    color: #777;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 24px;
}
.second-reply .second-reply-li{
    padding: 5px 0;
    border-bottom: 1px dashed #dfdfdf;
}
.second-reply .second-reply-li:nth-last-child(1){
    border-bottom:none;
}
.second-reply .second-reply-li .name{
    color: #4078d4;
    margin-right: 4px;
}
.second-reply .second-reply-li .be-reply{
    margin-left: 4px;
}
.second-reply .second-reply-li span{
    display: block;
    margin-right: 10px;
}
.second-reply .second-reply-li span label{
    float: right;
    margin-left: 10px;
}
.second-reply .second-reply-li .reply-text{
    text-indent:1em;
    cursor: pointer;
    padding: 5px 0;
}
.second-reply .second-reply-li .reply-text .fly-aite{
    color: #4078d4;
}
.second-reply .second-reply-li .reply-text img {
    max-width: 50%;
    margin: 10px 0;
}
.reply_bottom{
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 12px;
}