/***通用***/
/*推荐样式顺序：显示与定位，元素自身，文本外观*/
html, body {
    height: 100%;
    min-width: 1000px;
}
p{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

img {
    border: none;
}

li, ul, ol {
    list-style: none outside none;
}

.mht {
    min-height: 100%;
}

.clear {
    clear: both;
    height: 10px;
}

.clear_float {
    clear: both;
}

.bgfocus {
    background-color: #FCFCFC;
}

.dhc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mg0 {
    margin: 0 !important;
}

.mgt15 {
    margin-top: 15px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt50 {
    margin-top: 50px;
}

.mgt100 {
    margin-top: 100px;
}

.mgr10 {
    margin-right: 10px;
}

.mgb40 {
    margin-bottom: 40px;
}

.mgl5 {
    margin-left: 5px;
}

.mgl20 {
    margin-left: 20px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl50 {
    margin-left: 50px;
}

.mgt045 {
    margin-top: -45px;
}

.mgt021 {
    margin-top: -21px;
}

.mgt015 {
    margin-top: -15px;
}

.mgt018 {
    margin-top: -18px;
}

.ht40 {
    height: 40px;
}

.ht60 {
    height: 60px;
}

.ht190 {
    height: 190px;
}

.BGF {
    background-color: #FFF;
}

.clr {
    color: #f00;
}

.clw {
    color: #fff;
}

.clm {
    color: #01a8bd;
}

.cl9ADDEF {
    color: #9ADDEF;
}

.no_display {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ccc;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index: 1000;
    border: medium none;
}

.app_container {
    width: 650px;
    min-width: 650px;
}

.hide {
    opacity: 0;
    filter: alpha(opacity = 0);
    zoom: 1;
}

.txtc {
    text-align: center
}

.greenBtn {
    behavior: url("/pie/PIE.htc");
    background-color: #04CFDC;
    background-image: -moz-linear-gradient(center top, #04CEDB, #01A9BE);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#04CEDB), to(#01A9BE));
    -pie-background: linear-gradient(top, #04CEDB, #01A9BE);
    border: 1px solid #0095A6;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.greenBtn:hover {
    behavior: url("/pie/PIE.htc");
    background-color: #04CFDC;
    background-image: -moz-linear-gradient(center top, #01A9BE, #04CEDB);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01A9BE), to(#04CEDB));
    -pie-background: linear-gradient(top, #01A9BE, #04CEDB);
}

.grayBtn {
    background-color: #F9F9F9;
    behavior: url("/pie/PIE.htc");
    background-image: -moz-linear-gradient(center top, #FFF, #DADADA);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DADADA));
    -pie-background: linear-gradient(top, #FFF, #DADADA);
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    text-align: center;
}

.grayBtn:hover {
    background-color: #F9F9F9;
    behavior: url("/pie/PIE.htc");
    -pie-background: linear-gradient(top, #DADADA, #FFF);
    background-image: -moz-linear-gradient(center top, #DADADA, #FFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DADADA), to(#FFF));
}

.btnHover, #contact_next_btn:hover, #update_contact_btn:hover {
    behavior: url("/pie/PIE.htc");
    -pie-background: linear-gradient(top, #01A9BE, #04CEDB);
    background-image: -moz-linear-gradient(center top, #01A9BE, #04CEDB);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01A9BE), to(#04CEDB));
}

#update_cancel_btn:hover {
    behavior: url("/pie/PIE.htc");
    background-image: -moz-linear-gradient(center top, #E7E7E7, #EEE);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E7E7E7), to(#EEE));
    -pie-background: linear-gradient(top, #E7E7E7, #EEE);
}

/******/

/***app.ftl***/
.main_logo {
    position: relative;
    float: left;
    top: 50%;
    height: 45px;
    width: 208px;
    margin: -21px 0 0 0;
    background: url("/images/app/manage.png") no-repeat scroll transparent;
    cursor: pointer;
}

.site_logo {
    position: relative;
    float: left;
    top: 50%;
    height: 45px;
    width: 208px;
    margin: -21px 0 0 0;
    background: url("/images/app/dlogo.png") no-repeat scroll transparent;
    cursor: pointer;
}

.app_icon1 {
    height: 50px;
    width: 50px;
    margin: 30px auto 0 auto;
    background: url("/images/app/manage.png") no-repeat scroll 0px -52px transparent;
}

.app_icon2 {
    height: 50px;
    width: 50px;
    margin: 30px auto 0 auto;
    background: url("/images/app/manage.png") no-repeat scroll -61px -51px transparent;
}

.app_icon3 {
    height: 50px;
    width: 50px;
    margin: 30px auto 0 auto;
    background: url("/images/app/manage.png") no-repeat scroll -121px -52px transparent;
}

.app_icon4 {
    height: 130px;
    width: 260px;
    margin: 30px auto 30px auto;
    background: url("/images/app/manage.png") no-repeat scroll 0 -510px transparent;
}

.app_icon5 {
    height: 50px;
    width: 50px;
    margin: 30px auto 0 auto;
    background: url("/images/app/money.png");
}

.n_apply {
    height: 450px;
    width: 960px;
    margin: 0 auto;
}

.n_apply .left {
    float: left;
    width: 300px;
    margin-left: 10px;
    margin-top: 30px;
}

.n_apply .left p {
    margin-top: 10px;
    text-align: center;
    font: italic 14px '微软雅黑';
    color: #808080;
}

.n_apply .left button {
    width: 300px;
    height: 60px;
    margin-top: 20px;
    font: 30px '微软雅黑';
}

.slider-item {
    width: 100%;
    height: 350px;
}

#slider {
    float: left;
    width: 620px;
    height: 350px;
    margin: 30px 0 0 20px;
}

#slider_controls {
    float: right;
    position: relative;
    width: 100px;
    /*height: 30px;*/
    margin:-30px 10px 0 0;
    z-index: 1000;
}

#slider_controls ul {
    width: 100%;
    height: 14px;
    margin: 0 auto;
    /*padding: 2px 3px;*/
}

#slider_controls ul li {
    margin: 0 3px;
    padding: 0;
    list-style: none;
}

#slider_controls ul li {
    float: left;
    display: block;
}

#slider_controls ul li a {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 2px !important;
    margin: 1px 1px;
    behavior: url("/pie/PIE.htc");
    border-radius: 9px;
    background-color: #bdc3c7;
    outline: none;
}

#slider_controls ul li a:focus {
    outline: none;
}

#slider_controls ul li a:hover, #slider_controls ul li a.activeSlide {
    behavior: url("/pie/PIE.htc");
    border-radius: 9px;
    background-color: #000;
}

.n_info {
    height: 310px;
    width: 960px;
    margin: 0 auto;
}

.n_info_wrapper {
    background: #FDFDFD;
}

.n_info a {
    position: relative;
    color: #01A8BD;
}

.n_info>div {
    float: left;
    width: 220px;
    height: 225px;
    margin: 40px 10px 0 10px;
    background-color: #f1f1f1;
    text-align: center;
}

.n_info .p1 {
    margin: 15px auto 0 auto;
    font: 24px '微软雅黑';
    color: #333;
}

.n_info .p2 {
    position: relative;
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    text-align: center;
}

.app_report {
    width: 960px;
    height: 400px;
    margin: 0 auto;
}

.app_report > div {
    float: left;
    position: relative;
    width: 460px;
    height: 50%;
    margin: 0 10px
}

.app_report > div .report_img {
    float: left;
    position: relative;
    width: 140px;
    height: 100%;
}

.report_img img {
    position: absolute;
    top: 50%;
    width: 120px;
}

.app_report > div .report_content {
    float: left;
    width: 300px;
    height: 100%;
}

.report_content p {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}

.report_content a {
    font-size: 14px;
    color: #01a8bd;
}

/******/

/***register.ftl***/
.register_title {
    width: 100%;
    margin: 100px auto 0 auto;
    color: #888;
    font: 24px '微软雅黑';
    text-align: center;
}

.app_weibo_sina, .app_weibo_qq {
    float: left;
    height: 75px;
    width: 75px;
    margin-left: 50px;
    cursor: pointer;
}

.app_weibo_sina {
    background: url("/images/a3/login.png") repeat scroll -45px -155px transparent;
}

.app_weibo_qq {
    background: url("/images/a3/login.png") repeat scroll -135px -155px transparent;
}

.authorize_weibo_box {
    width: 150px;
    height: 15px;
    margin: 20px auto 80px auto;
    line-height: 15px;
}

.authorize_weibo_box div {
    float: left;
    height: 15px;
    margin-left: 10px;
    line-height: 15px;
    color: #888;
}

.authorize_info {
    width: 100%;
    margin-bottom: 10px;
    color: #888;
    font: 14px '微软雅黑';
    text-align: center;
}

.authorize_icon_box {
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

.authorize_pro_box {
    width: 190px;
    height: 15px;
    margin: 50px auto 10px auto;
    line-height: 15px;
}

.authorize_pro_box div {
    float: left;
    height: 15px;
    margin-left: 10px;
    line-height: 15px;
    color: #888;
}

.authorize_pro_box div a {
    color: #01A8BD;
}

.authorize_error {
    height: 15px;
    margin: 0 auto 20px auto;
    color: red;
}

/******/

/***protocol.ftl***/
#protocol_wrapper {
    height: 200px;
    width: 100%;
    overflow: auto;
}

.protocol {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 240px;
    margin: -120px 0 0 -230px;
    background-color: #FFF;
    z-index: 1011;
    text-align: left;
    color: #000;
}

.close_btn {
    float: right;
    height: 30px;
    width: 30px;
    *margin-top: -25px;
    background: url("/images/a4/discover_icons.png") repeat scroll -6px -265px transparent;
    cursor: pointer;
}

.close_btn:hover {
    background-position: -50px -265px;
}

.protocol_border {
    height: 240px;
    width: 460px;
    background-color: #FFFFFF;
    border: 6px solid #373E42;
    box-shadow: 0 0 10px #373E42;
}

.protocol_border h2 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.protocol_border h2 div {
    display: inline;
    padding: 0 0 0 140px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.protocol_content {
    margin: 10px 5px 0 5px;
    word-wrap: break-word;
}

.protocol_content p {
    text-indent: 2em;
}

.protocol_content span {
    display: block;
    text-indent: 3.5em;
}

.protocol_subtitle {
    margin: 10px 0 0 5px;
    font: 14px bold;
}

.protocol_title {
    display: inline;
    padding: 25px 0 0 125px;
    font: bold 16px '微软雅黑';
    text-align: center;
}

/******/

/***email.ftl***/
#reg input {
    width: 300px;
    height: 40px;
    padding-left: 10px;
    background: #f9f9f9;
    line-height: 40px\9;
    font-size: 14px;
    vertical-align: middle;
}

#email_copy {
    margin-top: 60px;
    color: #01A8BD;
    font: 24px '微软雅黑';
}

#finish_email {
    display: none;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

#finish_email .trustList {
    margin-top: 50px;
    color: #808080;
}

#finish_email .email_note {
    margin: 30px 0 100px 0;
    color: #808080;
}

#finish_email a {
    margin: 0 20px;
    color: #01A8BD;
    font: 16px '微软雅黑';
}

#finish_email .main_title {
    width: 100%;
    margin: 150px auto 0 auto;
    color: #808080;
    font: 20px '微软雅黑';
    text-align: center;
}

#finish_email .sub_title {
    width: 100%;
    margin: 30px auto 0 auto;
    color: #808080;
    font: 20px '微软雅黑';
    text-align: center;
}

#send_email_btn {
    font-family: '微软雅黑';
}

#sending_status {
    position: relative;
    display: none;
    height: 31px;
    line-height: 31px;
}

#sending_status>label {
    margin-left: -40px;
    font: 20px '微软雅黑';
    color: #808080;
}

#sending_status>div {
    position: absolute;
    right: 240px;
    bottom: 0;
    height: 31px;
    width: 31px;
    background: url('/images/app/loading.gif') no-repeat scroll 0 0 transparent;
}

#reg .title {
    margin: 100px auto 40px auto;
    font: 20px '微软雅黑';
    color: #808080;
    text-align: center;
}

#email_status {
    position: relative;
}

#qqNumber {
    position: relative;
    margin-top: 20px;
}

#qqNumber span {
    position: absolute;
    left: 490px;
    margin-top: 10px;
    color: #808080;
}

#qqNumber label, #email_status label {
    margin-left: -70px;
    color: #808080;
    font-size: 14px;
}

.leaveEmailError {
    position: absolute;
    display: none;
    left: 490px;
    height: 15px;
    margin-top: 10px;
    color: red;
    line-height: 15px;
}

#reg button {
    width: 310px;
    height: 60px;
    margin-top: 60px;
    font-size: 32px;
}

.app_finish {
    margin-top: 100px;
    font: 20px '微软雅黑';
    color: #808080;
}

.leave_email {
    width: 100%;
    margin: 50px auto 40px auto;
    font: 20px '微软雅黑';
    color: #808080;
    text-align: center;
}

/******/

/***emailAgain.ftl***/
.need_access {
    width: 100%;
    margin: 100px auto 40px auto;
    font: 20px '微软雅黑';
    color: #808080;
    text-align: center;
}

.need_email {
    height: 50px;
    margin-bottom: 30px;
    color: #01a8bd;
    font: 16px '微软雅黑';
}

.need_links {
    margin-bottom: 30px;
}

.need_links a {
    margin: 0 20px;
    font: 16px '微软雅黑';
    color: #01A8BD;
}

.need_note {
    margin-top: 30px;
    color: #808080;
}

/******/

/***login.ftl***/
.login_container {
    width: 960px;
}

.cutt_account {
    float: left;
    width: 49%;
    min-height: 445px;
}

.weibo_account {
    float: left;
    width: 49%;
    min-height: 445px;
}

.weibo_account p {
    margin: 40px 0 15px 0;
    color: #808080;
}

.loginBtn {
    width: 200px;
    height: 50px;
    margin: 30px 0 30px 60px;
    font: 16px '微软雅黑';
    text-align: center;
}

#loginForm a {
    color: #01A8BD;
}

#loginForm .box {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
}

#loginForm .box label {
    width: 30%;
    height: 40px;
    margin: 5px;
    font: 16px/40px '宋体';
    color: #808080;
}

#loginForm .box input {
    width: 288px;
    height: 38px;
    margin: 5px;
    padding-left: 10px;
    line-height: 40px\9;
    font-size: 14px;
    background-color: #fcfcfc;
}

#loginForm .box div {
    position: absolute;
    display: none;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}

.login_title {
    width: 100%;
    margin: 100px auto 0 auto;
    color: #888;
    font: 24px '微软雅黑';
    text-align: center;
}

.no_account {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.no_account a {
    color: #01a8bd;
}

.errorBox {
    behavior: url("/pie/PIE.htc");
    -moz-box-shadow: 0px 0px 10px #f00;
    -webkit-box-shadow: 0px 0px 10px #f00;
    box-shadow: 0px 0px 10px #f00;
}

.rightBox {
    behavior: url("/pie/PIE.htc");
    -moz-box-shadow: 0px 0px 10px #01A8BD;
    -webkit-box-shadow: 0px 0px 10px #01A8BD;
    box-shadow: 0px 0px 10px #01A8BD;
}

.loginError {
    height: 40px;
    line-height: 40px;
    color: #f00;
}

.login_split {
    float: left;
    min-height: 300px;
    margin-top: 100px;
    border-left: 1px solid #ddd;
}

.weibo_login_error {
    height: 15px;
    margin: 15px auto -30px auto;
    color: #f00;
}

/******/

/***contact.ftl***/
.contact_label {
    margin-left: -410px;
    font: 24px '微软雅黑';
}

#app_form_contact>div {
    clear: left;
    padding: 0;
    height: 40px;
    overflow: hidden;
    padding: 10px 0;
}

#app_form_contact>p {
    height: 15px;
    padding: 0;
    color: #f00;
}

#app_form_contact>p>label {
    box-shadow: none;
}

#app_form_contact>div>label {
    float: left;
    width: 100px;
    color: #808080;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 70px;
}

#app_form_contact div input {
    float: left;
    font-size: 14px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #fcfcfc;
}

#app_form_contact div span {
    width: 145px;
    color: #B3B3B3;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: left;
    margin-left: 20px;
}

#contact_email_tip {
    font-size: 16px;
    color: #01A8BD;
    width: 300px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: left;
    padding-left: 10px;
}

.contact_error_tip {
    margin-left: 170px;
    height: 15px;
    text-align: center;
    width: 300px;
    padding: 0;
    float: left;
}

#contact_next_btn {
    margin-top: 50px;
}

#contact_next_btn, #next_step_btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
}

/******/

/***workshop.ftl***/
.workshop_container {
    width: 960px;
    margin: 0 auto;
    min-height: 700px;
}

.workshop_logo1 {
    height: 22px;
    width: 480px;
    margin: 50px auto;
    background: url('/images/app/workshop1.png');
}

.workshop_logo2 {
    height: 22px;
    width: 480px;
    margin: 50px auto;
    background: url('/images/app/workshop2.png');
}

.workshop_logo3 {
    height: 22px;
    width: 480px;
    margin: 50px auto;
    background: url('/images/app/workshop3.png');
}

.workshop_appname {
    margin: 5px 0;
}

.workshop_appname label {
    float: left;
    height: 40px;
    margin-left: 230px;
    font: 16px '微软雅黑';
    line-height: 40px;
    color: #808080;
}

.workshop_appname input {
    width: 300px;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 40px\9;
    background-color: #fcfcfc;
}

.workshop_appname span {
    margin-left: 10px;
    color: #b3b3b3;
}

.appName_error {
    width: 312px;
    height: 18px;
    margin-left: 310px;
    color: red;
    line-height: 18px;
    text-align: center;
}

.workshop_category {
    position: relative;
    margin: 5px 0;
}

.workshop_category label {
    height: 40px;
    margin-left: 230px;
    font: 16px '微软雅黑';
    line-height: 40px;
    color: #808080;
}

.workshop_category select {
    height: 40px;
    width: 313px;
    padding: 10px;
    margin-left: -3px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
}

.workshop_category span {
    margin-left: 10px;
    color: #b3b3b3;
}

.appCategory_error {
    width: 312px;
    margin-left: 310px;
    color: red;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.workshop_category .self_select {
    background: #fcfcfc;
    position: relative;
    cursor: pointer;
    width: 301px;
    border: 1px solid #ccc;
    padding-left: 10px;
    height: 38px;
    float: left;
}

.workshop_category .self_select .text {
    float: left;
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
}

.workshop_category .options li {
    padding: 2px 0 2px 10px;
}

.workshop_category .options li:hover {
    background-color: #ddd;
}

.workshop_category .self_select .options {
    display: none;
    width: 100%;
    position: absolute;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid #ddd;
    margin: -1px 0 0 -11px;
    z-index: 1;
    max-height: 320px;
    overflow: auto;
}

.workshop_category .self_select span {
    width: 20px;
    height: 22px;
    background: url('/images/icons.png?2012092701') -626px 132px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
}

.workshop_category .self_tip {
    height: 40px;
    line-height: 40px;
}

.workshop_desc {
    height: 160px;
    margin: 5px 0;
}

.workshop_desc textarea {
    font-size: 14px;
    height: 160px;
    width: 300px;
    float: left;
    padding-left: 10px;
    background-color: #fcfcfc;
}

.workshop_desc label {
    font: 16px '微软雅黑';
    margin-left: 230px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 50px;
    color: #808080;
}

.workshop_desc div {
    width: 200px;
    margin-left: 10px;
    float: left;
    margin-top: 35px;
    color: #b3b3b3;
}

.workshop_desc div p {
    margin-top: 20px;
}

.workshop_desc a {
    color: #01a8bd;
    margin-right: 20px;
    position: relative;
    margin-bottom: -20px;
}

.appDesc_error {
    width: 312px;
    margin-left: 310px;
    color: red;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.workshop_intro {
    height: 160px;
    margin: 5px 0
}

.workshop_intro textarea {
    font-size: 14px;
    height: 160px;
    width: 300px;
    float: left;
    padding-left: 10px;
    background-color: #fcfcfc;
}

.workshop_intro label {
    font: 16px '微软雅黑';
    margin-left: 230px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 50px;
    color: #808080;
}

.workshop_intro div {
    width: 200px;
    margin-left: 10px;
    float: left;
    margin-top: 35px;
    color: #b3b3b3;
}

.workshop_intro div p {
    margin-top: 20px;
}

.workshop_intro a {
    color: #01a8bd;
    margin-right: 20px;
    position: relative;
    margin-bottom: -20px;
}

.appIntro_error {
    width: 312px;
    margin-left: 310px;
    color: red;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.workshop_tip {
    text-align: center;
    margin: 20px 0;
}

.workshop_tip span:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-right: 40px;
}

.workshop_situation {
    text-align: center;
    margin: 30px 0;
}

.workshop_situation a {
    color: #0A81BD;
    margin-right: 20px;
}

.workshop_situation button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    font: bold 14px;
}

.workshop_error {
    behavior: url("/pie/PIE.htc");
    -moz-box-shadow: 0px 0px 10px #f00; /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #f00; /*safari或chrome*/
    box-shadow: 0px 0px 10px #f00; /*opera或ie9*/
}

.workshop_focus {
    behavior: url("/pie/PIE.htc");
    -moz-box-shadow: 0px 0px 10px #01A8BD; /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #01A8BD; /*safari或chrome*/
    box-shadow: 0px 0px 10px #01A8BD; /*opera或ie9*/
}

.wait {
    background: url('/images/app/wait.gif');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.weibo_notice {
    height: 380px;
    width: 450px;
    border: 1px solid red;
    background-color: #f4f4f4;
    border: 6px solid #373e42;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -190px;
}

.weibo_notice .close {
    background: url('/images/a4/discover_icons.png') -6px -265px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
}

.weibo_notice .close:hover {
    background-position: -50px -265px;
}

.weibo_notice .header {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #4d4d4d;
}

.weibo_notice .tip, .weibo_notice .title {
    text-align: center;
    margin: 20px auto;
    font: 20px '微软雅黑';
}

.weibo_notice .tip {
    color: #4d4d4d;
}

.weibo_notice .title {
    color: #01a8bd;
}

.weibo_notice img {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    display: block;
    behavior: url("/pie/PIE.htc");
    border-radius: 10px;
}

.weibo_notice button {
    width: 160px;
    height: 50px;
    display: block;
    color: #fff;
    font: 18px '微软雅黑';
    margin: 10px auto;
    behavior: url("/pie/PIE.htc");
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top, #4d90fe, #2e74e6);
    -pie-background: linear-gradient(top, #4d90fe, #2e74e6);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4d90fe), to(#2e74e6));
    border: 1px solid #2e74e6;
    border-radius: 3px;
}

.weibo_notice button:hover {
    behavior: url("/pie/PIE.htc");
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top, #2e74e6, #4d90fe);
    -pie-background: linear-gradient(top, #2e74e6, #4d90fe);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e74e6), to(#4d90fe));
}

.workshop_contact {
    width: 960px;
    margin: 50px auto 0 auto;
}

.workshop_contact .title {
    font: 24px '微软雅黑';
    margin: 0 0 0 210px;
}

.workshop_contact .title .notice {
    color: #f00;
    font: 12px '宋体';
    margin-left: 10px;
}

.contact_form {
    margin-top: 20px;
}

.contact_form>div>label {
    height: 40px;
    line-height: 40px;
    margin-left: 210px;
    font: 16px '微软雅黑';
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #808080;
}

.contact_form>div>input {
    behavior: url("/pie/PIE.htc");
    width: 290px;
    height: 40px;
    line-height: 40px\9;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 14px;
}

.contact_form>div>span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-left: 20px;
    color: #b3b3b3;
}

.contact_form>div {
    margin: 5px 0;
    height: 40px;
    line-height: 40px;
}

.contact_form .errorinfo {
    width: 300px;
    margin-left: 320px;
    color: red;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.contact_form .email_tip {
    color: #01a8bd;
    font: bold 14px '宋体';
}

.img60 {
    width: 60px;
    height: 60px;
}

.logo_word {
    width: 665px;
    height: 20px;
    margin: 50px auto -40px auto;
}

.logo_word span {
    font-weight: bold;
    font-size: 14px;
}

/******/

/***_icon.ftl***/
.appicon_wrapper {
    width: 665px;
    background-color: #F9F9F9;
    margin: 0 auto 50px auto;
}

.icon_title {
    width: 665px;
    margin: 0 auto 20px auto;
}

.icon_title > div {
    width: 100px;
}

.icon_title p {
    color: #4d4d4d;
    font: 20px '微软雅黑';
    margin: 0 0 10px 0;
}

.icon_title hr {
    height: 5px;
    background-color: #01a8bd;
    width: 100px;
    border: none;
}

.define_btn_wrapper {
    margin: 50px 0 0 0;
}

.define_btn_wrapper button {
    width: 155px;
    height: 30px;
    margin: 0 0 0 110px;
    font-size: 14px;
}

.splash_title {
    width: 665px;
    margin: 0 auto 20px auto;
}

.splash_title > div {
    width: 100px;
}

.splash_title p {
    color: #4d4d4d;
    font: 20px '微软雅黑';
    margin: 0 0 10px 0;
}

.splash_title hr {
    height: 5px;
    background-color: #01a8bd;
    width: 100px;
    border: none;
}

.splash_wrapper {
    width: 665px;
    background-color: #F9F9F9;
    margin: 0 auto 50px auto;
    min-height: 225px;
}

.splash_wrapper .default_splash {
    position: relative;
    margin: 20px 0 20px 20px;
    float: left;
    height: 150px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.splash_loading {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

.workshop_splash {
    float: left;
    width: 470px;
    margin: 0 0 50px 30px;
}

.workshop_splash>ul {
    height: 35px;
    margin: 20px 0 0 20px;
}

.workshop_splash>ul li {
    float: left;
    list-style: none;
    background-color: #e6e6e6;
    color: #808080;
    width: 130px;
    height: 35px;
    margin: 0 5px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px;
}

.workshop_splash>ul .selected {
    background-color: #01A8BD;
    color: #FFF;
}

.workshop_splash hr {
    border: none;
    height: 2px;
    background-color: #01A8BD;
}

.splash_btn_wrapper {
    margin: 50px 0 0 0;
}

.splash_btn_wrapper button {
    width: 155px;
    height: 30px;
    margin: 0 0 0 110px;
    font-size: 14px;
}

.all_default_splashImgs {
    height: 510px;
    margin: 20px 0 0 0;
    display: none;
}

.all_default_splashImgs .img_box {
    float: left;
    margin: 0 10px 10px 10px;
    position: relative;
    cursor: pointer;
}

.img_box .select {
    position: absolute;
}

.upload_splash {
    margin: 50px 0 0 0;
    display: none;
}

.upload_splash button {
    height: 30px;
    width: 110px;
    font: 14px '宋体';
    margin-left: 110px;
}

.upload_splash form {
    font-size: 30px;
    margin: -35px 0 0 -230px;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.upload_splash p {
    width: 250px;
    margin: 0 0 0 40px;
    text-align: center;
    color: #b3b3b3;
}

.upload_splash .success {
    color: #01A8BD;
    background: url('/images/app/pic_select_b.png');
    width: 122px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-left: 50px;
    text-align: center;
}

.upload_splash .failure {
    color: red;
    margin-left: 50px;
}

.workshop_icon {
    width: 120px;
    float: left;
    margin: 0 0 0 20px;
    text-align: center;
}

.workshop_icon span {
    font: 20px '微软雅黑';
}

.workshop_icon p {
    font-size: 14px;
    color: #808080;
}

.workshop_icon label {
    color: #b3b3b3;
    font-size: 14px;
    display: none;
}

.workshop_icon .b_icon {
    position: relative;
    z-index: 1;
    behavior: url("/pie/PIE.htc");
    border-radius: 20px;
    background: url('/images/app/iconbs.png');
    width: 116px;
    height: 117px;
    margin: 20px auto;
}

.b_icon img {
    behavior: url("/pie/PIE.htc");
    border-radius: 20px;
    width: 114px;
    height: 114px;
}

.s_icon img {
    behavior: url("/pie/PIE.htc");
    border-radius: 10px;
    width: 58px;
    height: 57px;
}

.workshop_icon .s_icon {
    position: relative;
    z-index: 1;
    behavior: url("/pie/PIE.htc");
    border-radius: 10px;
    background: url('/images/app/iconss.png');
    width: 60px;
    height: 60px;
    margin: 80px auto;
    display: none;
}

.workshop_makeicon {
    width: 470px;
    float: left;
    background-color: #F9F9F9;
    margin: 0 0 50px 30px;
}

.workshop_makeicon >ul {
    height: 35px;
    margin: 20px 0 0 20px;
}

.workshop_makeicon >ul li {
    float: left;
    list-style: none;
    background-color: #e6e6e6;
    color: #808080;
    width: 130px;
    height: 35px;
    margin: 0 5px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px;
}

.workshop_makeicon >ul .selected {
    background-color: #01A8BD;
    color: #FFF;
}

.workshop_makeicon hr {
    border: none;
    height: 2px;
    background-color: #01A8BD;
}

.upload_icon {
    height: 300px
}

.upload_icon p {
    width: 250px;
    margin: 0 0 0 40px;
    text-align: center;
    color: #b3b3b3;
}

.upload_icon form {
    font-size: 30px;
    margin: -35px 0 0 -230px;
    opacity: 0;
    filter: alpha(opacity = 0)
}

.upload_icon button {
    height: 30px;
    width: 110px;
    font: 14px '宋体';
    margin: 50px 0 0 110px
}

.upload_icon button:hover {
    behavior: url("/pie/PIE.htc");
    background-color: #04CFDC;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#fff));
    background-image: -moz-linear-gradient(center top, #dadada, #fff);
    -pie-background: linear-gradient(top, #dadada, #fff);
}

.upload_icon .success {
    color: #01A8BD;
    background: url('/images/app/pic_select_b.png');
    width: 122px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-left: 50px;
    text-align: center;
}

.upload_icon .failure {
    color: red;
    margin-left: 50px;
}

.workshop_icon_btnbar {
    clear: both;
    text-align: center;
    position: relative
}

.workshop_icon_btnbar a {
    color: #0A81BD;
    margin-right: 20px;
}

.workshop_icon_btnbar button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    font: bold 14px;
}

.workshop_icon_btnbar button:hover, .workshop_situation button:hover {
    behavior: url("/pie/PIE.htc");
    background-color: #04CFDC;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01a9be), to(#04cedb));
    background-image: -moz-linear-gradient(center top, #01a9be, #04cedb);
    -pie-background: linear-gradient(top, #01a9be, #04cedb);
}

.workshop_icon_btnbar .data_process {
    position: absolute;
    margin: -10px 0 0 20px;
    top: 50%;
    display: none;
}

.workshop_icon_btnbar .data_process .wait {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -8px;
}

.define_icon {
    display: none;
}

.define_icon .color_block {
    height: 60px;
    margin: 20px 0 0 13px;
}

.define_icon .color_block li {
    position: relative;
    float: left;
    list-style: none;
    height: 60px;
    width: 60px;
    margin-left: 10px;
    cursor: pointer;
}

.define_icon .color_block li img {
    position: absolute;
    top: -1px;
    left: 0;
}

.define_icon .bj {
    width: 60px;
    height: 20px;
    background-color: #01A8BD;
    color: #FFF;
    margin: 20px 0 0 25px;
    text-align: center;
    line-height: 20px;
}

.define_icon .sub {
    height: 20px;
    margin: 20px 0 0 25px;
}

.define_icon .sub li {
    cursor: pointer;
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #e6e6e6;
    color: #808080;
    cursor: pointer;
}

.define_icon .sub .selected {
    background-color: #01A8BD;
    color: #FFF;
}

.uploading {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin-left: 50px;
}

.define_word {
    margin: 20px 0 0 25px;
}

.define_word p {
    color: #b2b2b2;
    font: 14px '宋体';
    margin-bottom: 10px;
}

.define_word input {
    font-size: 14px;
    width: 150px;
    height: 35px;
    padding-left: 10px;
    line-height: 35px\9;
}

.define_word button {
    width: 60px;
    height: 35px;
}

.default_word {
    height: 60px;
    margin: 20px 0 0 25px;
}

.default_word ul {
    height: 60px;
}

.default_word ul li {
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 58px;
    color: #4d4d4d;
    border: 1px solid #ccc;
    background-color: #FFF;
    font: 40px '微软雅黑';
}

.default_word ul li img {
    position: absolute;
    top: -1px;
    left: 0;
}

.input_word_error {
    color: red;
    margin-top: 10px;
}

/******/

/***_set.ftl***/
.img-snscard {
    background: url(/images/app/snscard.png) no-repeat scroll transparent;
}

.img-snslist {
    background: url(/images/app/snslist.png) no-repeat scroll transparent;
}

.img-facecard {
    background: url(/images/app/facecard.png) no-repeat scroll transparent;
}

.img-facelist {
    background: url(/images/app/facelist.png) no-repeat scroll transparent;
}

.workshop_skin {
    min-height: 300px;
    margin-bottom: 20px;
}

.workshop_skin > label {
    margin-left: 230px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
    color: #808080;
}

.workshop_skin .themes {
    width: 500px;
    min-height: 300px;
    float: left;
}

.workshop_skin .themes > div {
    float: left;
    width: 128px;
    height: 227px;
    margin: 10px 15px 30px 10px;
    cursor: pointer;
    position: relative;
}

.workshop_skin .themes >div p {
    text-align: center;
    width: 128px;
    position: absolute;
    top: 240px;
}

.workshop_skin .themes >div p input {
    vertical-align: middle;
    margin-right: 5px;
}

.appskin1 {
    background: url('/images/app/skin1.png')
}

.appskin2 {
    background: url('/images/app/skin2.png')
}

.appskin3 {
    background: url('/images/app/skin3.png')
}

.workshop_mode {
    height: 300px;
}

.workshop_mode > label {
    margin-left: 230px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
    color: #808080;
}

.workshop_mode > div {
    float: left;
    width: 128px;
    height: 227px;
    margin: 10px 15px 0 10px;
    cursor: pointer;
    position: relative;
}

.workshop_mode > div p {
    text-align: center;
    width: 128px;
    position: absolute;
    top: 240px;
}

.workshop_mode > div p input {
    vertical-align: middle;
    margin-right: 5px;
}

.appmode1 {
    background: url('/images/app/i_mode1.png')
}

.appmode2 {
    background: url('/images/app/i_mode2.png')
}

.appmode3 {
    background: url('/images/app/i_mode3.png')
}

.workshop_set {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.workshop_set .title {
    font: bold 24px '微软雅黑';
    margin: 0 50px 0 -150px;
}

.workshop_set .info {
    color: red;
}

.workshop_ui {
    height: 420px;
}

.workshop_ui > label {
    margin-left: 230px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
    color: #808080;
}

.workshop_ui > div {
    width: 220px;
    height: 380px;
    float: left;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.workshop_ui > div > p {
    width: 220px;
    position: absolute;
    top: 380px;
    text-align: center;
}

.workshop_ui > div > p input {
    vertical-align: middle;
    margin-right: 5px;
}

.workshop_ui_error {
    width: 430px;
    margin: -20px 0 15px 320px;
    color: red;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.workshop_column {
    min-height: 200px;
}

.workshop_column .col {
    width: 300px;
    height: 40px;
    margin: 5px 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 40px\9;
    background-color: #fcfcfc;
}

.workshop_column .column_wrapper {
    float: left;
    margin-left: 10px;
    width: 320px;
}

.workshop_column a {
    color: #01a8bd;
    font: 14px '宋体';
    display: block;
}

.workshop_column > label {
    margin-left: 230px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
    color: #808080;
}

.workshop_column .explain {
    float: left;
    width: 200px;
    margin: 20px 0 0 20px;
    color: #b3b3b3;
}

.workshop_column_count_error {
    width: 430px;
    color: red;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.workshop_sns {
    height: 40px;
    line-height: 40px;
    clear: both;
}

.workshop_sns > label {
    margin-left: 230px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
    color: #808080;
}

.workshop_sns >span {
    float: left;
    width: 50px;
    margin-left: 10px;
}

.workshop_sns >span input {
    vertical-align: middle;
}

.workshop_sns > div {
    float: left;
    width: 300px;
    margin-left: 50px;
    color: #b3b3b3;
}

.workshop_sns_style {
    height: 450px;
    margin-bottom: 30px;
}

.workshop_sns_style > label {
    margin-left: 230px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
}

.workshop_sns_style >div {
    height: 380px;
    width: 220px;
    float: left;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.workshop_sns_style > div > p {
    width: 220px;
    position: absolute;
    top: 380px;
}

.workshop_sns_style > div > p, .workshop_sns_style > div > p input, .workshop_sns_style > div > p label {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.workshop_sns_error {
    width: 430px;
    margin: 0 0 10px 320px;
    color: red;
    height: 20px;
    line-height: 20px;
}

/******/

/***manage.ftl***/
.manage_tool {
    background: url("/images/app/manage.png") no-repeat scroll -7px -117px transparent;
    width: 20px;
    height: 15px;
    line-height: 15px;
    margin-left: 560px;
    cursor: pointer;
    float: left;
}

.manage_info {
    background: url("/images/app/manage.png") no-repeat scroll -30px -117px transparent;
    width: 20px;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    float: left;
}

.toolbar {
    height: 15px;
    line-height: 15px;
    margin-top: 12.5px;
    margin-left: -20px;
}

#to_cms, #my_info {
    height: 15px;
    line-height: 15px;
    float: left;
    cursor: pointer;
    color: #656565;
}

.manage_android {
    background: url("/images/app/manage.png") no-repeat scroll -2px -140px transparent;
    width: 100px;
    height: 100px;
    margin: 30px 0 0 30px;
}

.manage_apple {
    background: url("/images/app/manage.png") no-repeat scroll -95px -130px transparent;
    width: 100px;
    height: 110px;
    margin: 20px 0 0 30px;
}

.gray-circle {
    background: url("/images/app/manage.png") no-repeat scroll -10px -245px transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.gray-bar {
    background: url("/images/app/manage.png") no-repeat scroll -42px -245px transparent;
    width: 55px;
    height: 25px;
}

.green-circle {
    background: url("/images/app/manage.png") no-repeat scroll -111px -245px transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #01A8BD;
}

.green-bar {
    background: url("/images/app/manage.png") no-repeat scroll -143px -245px transparent;
    width: 55px;
    height: 25px;
}

.green-hr {
    height: 6px;
    background-color: #01A8BD;
    border: none;
    min-width: 1000px;
}

.gray_hr {
    background-color: #eee;
    border: none;
    min-width: 1000px;
    height: 1px;
}

.manage-title {
    background-color: #DFE0E6;
    height: 40px;
    width: 100%;
}

.manage-title .downlink {
    float: left;
    line-height: 40px;
    margin-left: 10px;
    color: #000;
}

.manage-title #bdshare {
    margin: 6px 0 0 5px;
}

.manage-title .downtip {
    line-height: 40px;
    margin-left: 10px;
    color: #808080;
}

.manage-p {
    width: 130px;
    color: #808080;
}

.manage-fuwu {
    color: #DE0000;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    font-size: 14px;
    cursor: pointer;
}

.manage-widget {
    background-color: #f9f9f9;
    margin-top: 15px;
}

#app_manage {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#app_manage label {
    margin-left: 20px;
    font: 16px/40px '微软雅黑';
    height: 40px;
    float: left;
    height: 40px;
    color: #656565;
}

#my_app {
    height: 190px;
    width: 755px;
    background-color: #f9f9f9;
    float: left;
    margin-top: 15px;
}

#my_app>span {
    margin: 15px 0 0 20px;
    float: left;
    font: 24px '微软雅黑';
}

#android_address {
    width: 50%;
    height: 150px;
    float: left;
    position: relative;
    z-index: 0;
}

#iphone_address {
    width: 50%;
    height: 150px;
    background-color: #EFF1F3;
    float: left;
    position: relative;
    z-index: 0;
}

#my_app_intro {
    width: 500px;
    margin-left: 174px;
    margin-top: -80px;
    float: left;
    color: #808080;
    font-size: 14px;
    word-wrap: break-word;
}

#app_status {
    width: 220px;
    margin-left: 25px;
    float: left;
}

#app_statistics table tr {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

#app_statistics table td {
    width: 249px;
    text-align: center;
}

#app_statistics>span {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #808080;
}

#app_statistics>span span {
    color: #01A8BD;
}

#app_statistics .row_title {
    color: #808080;
    text-align: left;
    padding-left: 20px;
}

#table-status {
    width: 100%;
}

.app_status_normal {
    text-align: center;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
    font-family: '微软雅黑';
    color: #01a8bd;
}

.app_status_process {
    text-align: center;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
    font-family: '微软雅黑';
    color: #E55454;
}

.td-first {
    color: #808080;
    text-align: left;
}

.market-p-gray {
    color: #656565;
    font: 32px '微软雅黑';
    text-align: center;
    clear: left;
    margin: 20px 0;
}

.market-p-green {
    color: #01A8BD;
    font: 32px '微软雅黑';
    text-align: center;
    clear: left;
    margin: 20px 0;
}

#active_user, #app_update {
    height: 25px;
}

#active_user ul, #app_update ul {
    margin-right: auto;
    margin-left: auto;
    width: 745px;
}

#active_user li {
    float: left;
}

#app_update li {
    float: left;
}

.android_wrapper, .iphone_wrapper {
    width: 160px;
    height: 150px;
    float: left;
    position: relative;
    margin-left: 10px;
}

.android_wrapper .compile_tip, .iphone_wrapper .compile_tip {
    width: 135px;
    position: absolute;
    top: 20px;
    color: #01a8bd;
}

.android_wrapper .version_tip, .iphone_wrapper .version_tip {
    color: #808080;
    position: absolute;
    bottom: 30px;
}

.android_wrapper .compile_error, .iphone_wrapper .compile_error {
    width: 135px;
    position: absolute;
    top: 20px;
    color: #e55454;
}

.compile_error a {
    margin-left: 10px;
    color: #01a8bd;
}

.mb_a {
    display: block;
    line-height: 35px;
    text-align: center;
}

.mloading {
    background: url('/images/app/mloading.gif');
    width: 16px;
    height: 11px;
    position: absolute;
    bottom: 3px;
    right: -5px;
}

.manage_down_btn {
    width: 130px;
    height: 35px;
    behavior: url("/pie/PIE.htc");
    background-color: #04CFDC;
    background-image: -moz-linear-gradient(center top, #04CFDC, #01A9BE);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#04CFDC), to(#01A9BE));
    -pie-background: linear-gradient(top, #04CFDC, #01A9BE);
    border: 1px solid #0095A6;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    margin-top: 20px;
    font: 14px '微软雅黑';
}

.manage_down_btn:hover {
    behavior: url("/pie/PIE.htc");
    background-image: -moz-linear-gradient(center top, #01a9be, #04cedb);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01a9be), to(#04cedb));
    -pie-background: linear-gradient(top, #01a9be, #04cedb);
}

/******/

/***静态页***/
.aboutUs {
    min-width: 520px;
    width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.aboutUs .title {
    font: bold 24px '微软雅黑';
}

.aboutUs .team {
    margin-bottom: 20px;
    text-align: right;
}

.aboutUs p {
    margin-top: 20px;
    font-size: 14px;
}

.aboutUs a {
    color: #01A8BD;
    font-size: 14px;
}

.custom {
    margin: 0 auto;
    min-width: 520px;
    width: 520px;
}

.custom h3 {
    margin: 20px 0;
    font: bold 24px '微软雅黑';
}

.custom p, .custom li, .custom address {
    margin: 10px 0;
    font-size: 14px;
    color: #808080;
}

.custom a {
    color: #01a8bd;
}

.custom li a {
    margin-left: 20px;
}

.serviceManual {
    width: 850px;
    margin: 0 auto;
    padding: 50px 10px 0 10px;
    border-top: 1px solid #fff;
    background: #f9f9f9;
}

.serviceManual li {
    margin: 10px 0;
}

.serviceManual img {
    display: block;
    margin: 5px auto;
    border: 1px solid #888;
}

.serviceManual textarea {
    width: 80%;
    height: 2em;
    margin: 10px;
    text-align: center;
    line-height: 2em;
}

.serviceManual h1 {
    margin: 10px 0;
    color: #01A8BD;
    font: bold 18px '微软雅黑';
}

.serviceManual  h2 {
    font: bold 24px '微软雅黑';
}

.serviceManual div {
    margin-top: 20px;
}

.serviceManual p {
    margin: 10px;
    font-size: 14px;
}

.serviceManual  a {
    color: #01A8BD;
    font-size: 14px;
}

.minW850 {
    min-width: 850px;
}

.backTop div {
    position: fixed;
    left: 50%;
    bottom: 100px;
    width: 22px;
    height: 75px;
    margin-left: 435px;
    border: 1px solid #01A8BD;
    color: #01A8BD;
    text-align: center;
    cursor: pointer;
}

.serviceIntro_body {
    background-color: #fff;
}

.serviceIntro {
    width: 800px;
    min-width: 650px;
    margin: 0 auto;
}

.serviceIntro .title {
    margin-top: 20px;
    font: bold 24px '微软雅黑';
}

.serviceIntro h1 {
    margin-bottom: 10px;
    font: bold 18px '微软雅黑';
    color: #666;
}

.serviceIntro > p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #808080;
}

.serviceIntro a {
    color: #01A8BD;
}

.serviceIntro button:hover {
    behavior: url("/pie/PIE.htc");
    background-color: #04CFDC;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01a9be), to(#04cedb));
    background-image: -moz-linear-gradient(center top, #01a9be, #04cedb);
    -pie-background: linear-gradient(top, #01a9be, #04cedb);
}

.serviceIntro .intro_create,.serviceIntro .intro_agent {
    position: absolute;
    top: 170px;
    left: -46px;
    width: 92px;
    height: 22px;
    margin-left: 50%;
    font-size: 12px;
    line-height: 22px;
}

.srtip {
    position: absolute;
    float: left;
    top: 50%;
    left: 85%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url('/images/app/i.png');
    cursor: pointer;
}

.service_intro {
    background-color: #01A8BD;
    color: #FFF;
}

.intro_hr {
    margin-bottom: 10px;
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #808080;
}

.i_tip {
    position: absolute;
    left:0;
    height: 40px;
    padding: 10px;
    behavior: url("/pie/PIE.htc");
    font: 12px '宋体';
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    color: #fff;
    border-radius: 10px;
    text-align: left;
    line-height: 20px;
}

.i_triangle {
    behavior: url("/pie/PIE.htc");
    position: absolute;
    top: 60px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.i_wrapper {
    position: absolute;
    top: -70px;
    left: -23px;
    height: 70px;
    width: 200px;
    z-index: 1000;
}

/******/

/***download.ftl***/
.n-nav {
    height: 70px;
    margin-top: -1px;
    background: #F9F9F9;
    border-bottom: 1px solid #EEE;
}

.n-nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

.n-nav .selected, .n-nav ul a:hover {
    color: #FFF;
    background-color: #01A8BD;
}

.n-nav>div {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    background: #F9F9F9;
}

.n-nav ul li {
    float: left;
    width: 100px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.n-nav ul li:hover {
    background-color: #01A8BD;
    color: #FFF;
}

.download_app_icon {
    behavior: url("/pie/PIE.htc");
    height: 120px;
    width: 120px;
    float: left;
    margin-right: 5px;
    border-radius: 20px;
    overflow: hidden;
}

#download_logo {
    position: relative;
    left: 50%;
    margin-left: -103px;
}

.downapp {
    width: 450px;
    margin: 30px auto 0 auto;
}

.downapp>img {
    float: left;
    width: 110px;
    height: 110px;
    behavior: url("/pie/PIE.htc");
    border-radius: 10px;
}

.downapp .info {
    float: left;
    width: 310px;
    margin-left: 30px;
}

.downapp .info .title {
    font: 32px '微软雅黑'
}

.downapp .info .intro {
    margin-top: 10px;
    font-size: 14px;
    color: #808080;
}

.downapp .share {
    clear: left;
    min-height: 480px;
    background-color: #eff1f3;
}

.downapp .share .title {
    position: relative;
    min-height: 27px;
    background-color: #dfe0e6;
    color: #666;
}

.downapp .share .title label {
    position: absolute;
    float: left;
    top: 50%;
    margin: -8px 0 0 20px;
    font: bold 14px '宋体';
}

.downapp .share > img {
    display: block;
    margin: 30px auto 0 auto;
}

.downapp .share .qrinfo {
    margin-top: 20px;
    font: 20px '微软雅黑';
    text-align: center;
    color: #666;
}

.downapp .share .wx{
    font-size:14px;
    margin-top:10px;
    text-align: center;
    color:#666;
}

.downapp .share .or {
    margin-top: 20px;
    font: 18px '微软雅黑';
    text-align: center;
    color: #999;
}

.downapp .share .link {
    margin: 20px 0 30px 0;
    text-align: center;
}

.downapp .share .link a {
    margin: 0 10px;
    color: #01a8bd;
    font: 14px '宋体';
}

.downapp #bdshare {
    position: absolute;
    right: 10px;
}

/******/

/***weizhan.ftl***/
.loadMask {
    height: 40px;
    width: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -20px;
}

.demo_loading_bar {
    background: url('/images/app/demo/demo_loading.gif');
    height: 19px;
    width: 220px;
}

.demo_loading_info {
    color: #016681;
    font-size: 14px;
    width: 220px;
    text-align: center;
    margin-top: 15px;
}

.moreColumns li {
    list-style: none;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
    background-color: #4493f5;
    border-bottom: 1px solid #297be2;
}

.moreColumns {
    position: relative;
    float: right;
    right: 50px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #9addef;
}

.demoNav li:hover {
    color: #FFF;
}

.demoNav {
    width: 100%;
    height: 2.4375em;
    background: url('/images/app/demo/bg.png')
}

.demoNav a{
    display: block;
    height:100%;
    width: 100%;
}

.demoNav a:hover{
    color:#fff;
}

.demoNav ul {
    margin-top: 10px;
    width: 99%;
    padding: 0;
}

.demoNavLi {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    width: 13%;
    text-align: center;
}

.demoContainer {
    width: 960px;
    margin: 0 auto;
    background-color: #FFF;
}

.articleContainer {
    width: 700px;
    margin: 0 auto;
    background-color: #F9F9F9;
}

.feedArticleWrapper {
    width: 100%;
    background-color: #fefefe;
    min-height: 720px;
}

.feedArticleWrapper p {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
}

.demoHeader {
    height: 7.1875em;
    line-height: 7.1875em;
    width: 100%;
    background-color: #fefefe;
    position: relative;
    z-index: 1;
}

.menu_list {
    display: none;
}

.articleHeader {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 7.1875em;
    line-height: 7.1875em;
    height: 7.1875em;
    line-height: 7.1875em;
    width: 100%;
    background-color: #fefefe;
}

.articleHeader .img_wrapper {
    display: block;
    float: left;
    margin: 0 1.5em;
    position: relative;
    z-index: 1;
}

.demoHeader>img, .articleHeader .img_wrapper img {
    behavior: url("/pie/PIE.htc");
    width: 3.4375em;
    height: 3.4375em;
    vertical-align: middle;
    border-radius: 10px;
}

.demoHeader a img, .demoHeader .mobile_menu img {
    display: none;
}

.articleHeader .down_link img, .articleHeaderBottom .down_link img {
    display: none;
}

.demoHeader span, .articleHeader span {
    font: 1.8em '微软雅黑';
    vertical-align: middle;
}

.demoHeader a {
    text-decoration: none;
    margin-top: 2.125em;
    margin-right: 3.125%;
    background: url('/images/app/demo/btn.png');
    float: right;
    width: 14.58333333%;
    height: 2.9375em;
    cursor: pointer;
}

.demoHeader a:hover {
    background: url('/images/app/demo/btn_hover.png');
    cursor: pointer;
}

.articleHeader .down_link {
    text-decoration: none;
    margin-top: 2.125em;
    margin-right: 3.125%;
    background: #3AB15B;
    float: right;
    width: 20%;
    height: 2.9375em;
    cursor: pointer;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
}

.appColumns {
    float: left;
}

.appColumns li {
    list-style: none;
}

.demoBody {
    background-color: #fafafa;
    margin: 0;
    padding: 0;
}

.articleBody {
    background-color: #FAFAFA;
    margin: 0;
    padding: 0;
}

.indexLi {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    width: 13%;
    text-align: center;
}

.lbg {
    background: url('/images/app/demo/lbg.png');
    float: left;
    height: 2.8125em;
    width: 1.04166667%;
    margin: -0.5208333% 0 0 -1%;
}

.rbg {
    background: url('/images/app/demo/rbg.png');
    float: right;
    height: 2.8125em;
    width: 0.9375%;
    margin: -0.5208333% -0.9375% 0 0;
}

.demoArticle {
    width: 62.5%;
    margin: 0 auto;
}

.demoArticle >img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
    cursor: pointer;
}

.articleSource {
    float: left;
    color: #1568A0;
    font: 1em '微软雅黑';
}

.articleSource span, .articleSource a {
    text-decoration: none;
    color: #1568A0;
    font: 1em '微软雅黑';
    cursor: pointer;
}

.linkSource {
    text-decoration: none;
    color: #1568A0;
    font: 1em '微软雅黑';
}

.demo_article_title {
    font: 1.5em '微软雅黑';
    color: #1568A0;
    cursor: pointer;
}

.demo_article_content {
    font: 1em '微软雅黑';
    color: #999;
    height: 4.2em;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.feedArticleWrapper hr {
    height: 2px;
    background-color: #1568A0;
    width: 72.91666667%;
    margin-top: 35px;
    border: none;
}

.demo_article_bar {
    height: 1.5em;
    line-height: 1.5em;
    margin-top: 15px;
    position: relative;
}

.demo_article_more, .column_article_more {
    background-color: #eee;
    font: 1.5em '微软雅黑';
    color: #1568A0;
    height: 3em;
    margin: 0 auto;
    text-align: center;
    line-height: 3em;
    width: 72.91666667%;
    cursor: pointer;
}

.sub_menu {
    position: absolute;
    width: 180px;
    top: 19px;
    left: -10px;
}

.sub_menu li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.sub_menu li:hover {
    color: #FFF;
}

.more_icon {
    width: 0;
    height: 0;
    border-width: 8px 4px;
    border-color: #9addef transparent transparent transparent;
    border-style: solid;
    position: absolute;
    top: 6px;
    right: 20px;
}

.article_detail {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.article_title {
    color: #111;
    font: 24px '微软雅黑';
    text-align: center;
    margin-top: 20px;
}

.article_hr {
    background-color: #ccc;
    height: 1px;
    border: none;
    clear: both;
}

.article_url, .article_url a {
    color: #888;
    font-size: 12px;
    margin-bottom: 30px;
    font-family: arial;
}

.article_status {
    color: #808080;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.article_status span a {
    color: #808080;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
}

.article_status {
    height: 25px;
    line-height: 25px;
}

.article_status>div {
    display: inline-block;
    *display: inline;
}

.article_status span {
    font-family: arial;
    float: left;
}

.article_status label {
    font-family: arial;
    margin-left: 20px;
}

.view-icon {
    background: url("/images/a4/icons.png") no-repeat scroll -11px -301px transparent;
    display: inline-block;
    height: 25px;
    margin-bottom: -1px;
    margin-right: 25px;
    width: 20px;
    cursor: pointer;
}

.view-icon:hover {
    background-position: -38px -301px;
    cursor: pointer;
}

.comment-icon {
    background: url("/images/a4/icons.png") no-repeat scroll -11px -322px transparent;
    display: inline-block;
    height: 27px;
    margin-bottom: -3px;
    width: 20px;
}

.comment-icon:hover {
    background-position: -38px -322px;
}

.comment_hr {
    background-color: #ccc;
    height: 1px;
    border: none;
}

.article_detail_box {
    margin: 0 auto;
    width: 75.5%;
}

.article_detail_box p {
    font: 14px/2em '宋体';
}

.article_note {
    font: 12px/2em '宋体';
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #eee;
    padding: 10px 20px;
}

.comment_banner {
    font: bold 14px;
    color: #4D4D4D;
}

.videoCenter {
    width: 100%;
    height: 500px;
    text-align: center;
    margin: 0 auto 20px auto;
}

.comment_source {
    font-size: 12px;
    color: #888;
    float: right;
}

.comment_source a {
    color: #888 !important;
}

.comment-box .comment-text {
    line-height: 24px;
}

.articleHeaderBottom {
    display: none;
}

.img img {
    max-width: 100%
}
/******/

/***mobile.ftl***/
.mobile_hr {
    height: 0.8em;
    border: none;
    background-color: #01A8BD;
}

.mobile_nav {
    background-color: #F9F9F9;
    padding: 5px
}

.mobile_logo {
    height: 4em;
    margin: 0 auto 0;
    width: 210px;
    background: url("/images/app/dlogo.png") no-repeat scroll 0 0 transparent;
    background-size:210px 4em;
    background-image:-webkit-image-set(url("/images/app/dlogo.png") 1x,url("/images/app/dlogo@2x.png") 2x);/*css4 level4 draft*/
}

.mobile_weixin_fix{
    width: 300px;
    margin: 0 auto;
    font-size: 1.5em;
}
.mobile_weixin_fix img{
    display: inline-block;
    max-height: 1em;
    margin: 0 5px -3px 5px;
}

.mobile_container {
    height: 100%;
    margin: 0 auto;
    padding-top: 2em;
}

.mobile_prev {
    width: 300px;
    height: 130px;
    margin: 0 auto
}

.mobile_prev img {
    float: left;
    border-radius: 10px;
}

.mobile_prev >div {
    float: left;
    margin-left: 20px;
}

.mobile_prev >div div {
    font-size: 1.8em;
    width: 200px
}

.mobile_prev button {
    font: 1.3em '微软雅黑';
    padding: 8px 25px;
    margin-top: 0.6em;
    background: #04CFDC;
    border: 1px solid #0095A6;
    color: #fff;
    border-radius: 5px;
}

.mobile_next {
    clear: both;
    padding-top: 1em;
    width: 300px;
    margin: 0 auto
}

.mobile_next label {
    font: 2em '微软雅黑';
}

.mobile_next div {
    font-size: 1.5em;
    text-indent: 2em;
    width: 100%;
}

.mobile_qr {
    text-align: center;
    margin: 0 auto
}

.mobile_button {
    display: block;
    text-align: center;
    width: 70px;
    font: 1.3em '微软雅黑';
    padding: 8px 25px;
    margin-top: 0.6em;
    background: #04CFDC;
    border: 1px solid #0095A6;
    color: #fff;
    border-radius: 5px;
}

/******/

/***textdemo.ftl***/
.indent2 {
    text-indent: 2em;
}

.indent4 {
    text-indent: 4em;
}

#textdemo_body {
    padding: 0 10px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
}

.demo_box {
    padding: 0;
    margin: 0;
    width: 380px;
    height: 500px;
    word-wrap: break-word;
}

.demo_box>div {
    background-color: #353535;
    border: 2px solid #353535;
    height: 40px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    margin: 0 -10px;
    padding-left: 10px;
}

/******/

/***qq.ftl***/
.qq_feed {
    height: 22px;
    line-height: 22px;
    width: 170px;
    margin: 40px auto 40px auto;
    color: #888;
}

.qq_feed li {
    float: left;
    margin: 0 5px;
}

/******/

/***updateContact.ftl***/
#update_contact_form {
    width: 600px;
    margin: 30px 0 0 30px;
}

#update_contact_form > div {
    height: 40px;
    width: 100%;
    margin: 5px 0;
}

#update_contact_form > div label {
    height: 40px;
    line-height: 40px;
    width: 100px;
    float: left;
    text-align: right;
    color: #808080;
    font-size: 14px;
}

#update_contact_form > div input {
    height: 40px;
    line-height: 40px;
    width: 300px;
    float: left;
    background-color: #fcfcfc;
    padding-left: 10px;
}

#update_contact_form > div span {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 10px;
    color: #808080;
}

#update_contact_form > p {
    height: 15px;
    width: 300px;
    line-height: 15px;
    color: red;
    margin: 5px 0 5px 100px;
}

#update_contact_btn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 100px;
    float: left;
    font-size: 14px;
}

#update_cancel_btn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 265px;
    font-size: 14px;
}

/******/

/***header.ftl***/
.app_header {
    height: 70px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 6px solid #01A8BD;
}

.app_header .wrapper {
    height: 100%;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.app_header .wrapper .second {
    margin-left: 250px;
}

.app_header .wrapper .menu {
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.app_header .wrapper .menu:hover {
    color: #fff;
    background-color: #01a8bd;
}

/******/

/***press.ftl***/
.report {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.report .tip {
    font: bold 24px '微软雅黑';
    color: #4d4d4d;
    margin: 20px 0 0 0;
}

.report_box {
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
}

.report_box .img_box {
    width: 180px;
    height: 130px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 20px 20px 20px 0
}

.report_box .pic_width {
    height: 130px;
}

.report_box .pic_height {
    width: 180px;
}

.report_box .article {
    margin: 20px 0 20px 0;
    overflow: hidden;
}

.report_box .article .content {
    font-size: 14px;
    color: #666;
    height: 70px
}

.report_box .article .title {
    font: 20px '微软雅黑';
    margin-bottom: 10px;
    display: block;
    color: #000;
    color: #01a8bd;
}

.report_box .article .links {
    color: #b3b3b3;
    margin-bottom: 10px;
}

/******/

/***reset.ftl***/
.reset_pwd_wrapper {
    width: 650px;
    min-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.reset_pwd_wrapper> p {
    margin: 100px 0 30px 0;
    font: 20px '微软雅黑';
    color: #808080;
    padding-left: 60px;
}

.reset_pwd_wrapper .reset_email {
    margin-bottom: 20px;
    color: #9c9c9c;
    font: 20px '微软雅黑';
    padding-left: 22px;
}

.reset_box {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}

.reset_box label {
    color: #9c9c9c;
    font: 14px '宋体';
}

.reset_box input {
    width: 288px;
    height: 100%;
    padding-left: 10px;
    font-size: 14px;
}

.reset_box span {
    color: red;
    position: absolute;
    right: 20px;
}

.reset_btn {
    width: 300px;
    height: 45px;
    font: 20px '微软雅黑';
    margin: 50px 0 0 85px;
}

.reset_success {
    display: none;
    margin: 100px auto 0 auto;
    text-align: center;
    font: 20px '微软雅黑';
    color: #808080;
}

.reset_success a {
    color: #01a8bd;
}

/******/

/***password.ftl***/
.password_wrapper {
    width: 650px;
    min-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.password_wrapper p {
    margin: 100px 0 40px 0;
    font: 20px '微软雅黑';
    color: #808080;
    padding-left: 60px;
}

.password_email_box {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.password_email_box label {
    color: #9c9c9c;
    font: 14px '宋体';
}

.password_email_box input {
    width: 288px;
    height: 100%;
    padding-left: 10px;
    font-size: 14px;
}

.password_email_box span {
    color: red;
    position: absolute;
    right: -20px;
}

.password_wrapper button {
    width: 300px;
    height: 45px;
    font: 20px '微软雅黑';
    margin: 50px 0 0 71px;
}

.password_expired {
    margin: 100px 0 40px 0;
    font: 20px '微软雅黑';
    color: #808080;
    text-align: center;
    padding-left: 60px;
}

/******/

/***send.ftl***/
.back_password {
    color: #01a8bd;
    font: 20px '微软雅黑';
    margin-top: 20px;
}

.back_password a {
    color: #01a8bd;
}

.send_success {
    margin-top: 20px;
}

.send_success a {
    color: #01a8bd;
    font: 20px '微软雅黑';
    margin-left: 10px;
}

.send_email {
    color: #808080;
    font: 20px '微软雅黑';
    width: 100%;
    text-align: center;
    margin: 150px auto 0 auto;
}

/******/

/***faq.ftl***/
.faq_container {
    width: 955px;
    margin: 0 auto;
}

.faq_container .questions {
    width: 800px;
    margin: 30px auto 0 auto;
    min-height: 100px;
}

.question_box {
    margin-bottom: 50px;
}

.question_box .article img {
    display: none;
}

.question_box .title {
    font: 20px '微软雅黑';
    color: #01a8bd;
}

.question_box .split {
    border-top: 1px dotted;
    margin: 10px 0;
}

.question_box .article {
    font: 16px '微软雅黑';
    color: #808080;
    padding-left: 10px;
    max-height: 70px;
    overflow: hidden;
}

.question_box .article p {
    line-height: 1.5em;
}

.question_box a {
    font: 18px '微软雅黑';
    color: #01a8bd;
    display: block;
    margin: 10px 0 0 10px;
}

/******/

/***footer.ftl***/
.qq_icon {
    background: url("/images/app/qq_icon.png");
    width: 16px;
    height: 16px;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-right: 10px;
}

.n_footer {
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    background: #373737;
    vertical-align: middle;
    background: #373737;
}

.n_footer {
    min-width: 1000px;
    color: #FFF;
}

.n_footer ul {
    width: 960px;
    margin: 0 auto;
    height: 100%;
}

.n_footer li {
    float: left;
}

.n_footer li:first-child {
    margin-right: 400px;
}

.n_footer a {
    color: #FFF;
    margin-right: 10px;
    float: left;
    position: relative;
}

.n-footer-fix {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.feedback div {
    margin: 10px;
}

.feedback {
    background: url("/images/a4/icons.png") no-repeat -13px -1370px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 89px;
    line-height: 20px;
    margin-top: -50px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 25px;
}

/******/

/***result.ftl***/
.error_result {
    color: #808080;
    font: 20px '微软雅黑';
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 150px auto 0 auto;
}

.back_app {
    color: #01a8bd;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    margin-bottom: 100px;
}

/******/

/***market.ftl***/
.market_body {
    background: url('/images/app/market/i_bg1x.png');
}

.market_header {
    height: 5em;
    background: #e6e6e6;
    border-bottom: 1px solid #d9d9d9;
}

.market_header .wrapper {
    width: 960px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.search_wrapper {
    float: left;
    width: 18.3333333333em;
    height: 2.5em;
    margin-left: 3.3333333333em;
    position: relative;
    top: 50%;
    margin-top: -1.25em;
}

.search_wrapper img {
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    z-index: 1;
    margin-left: 0.4166666667em;
}

.search_wrapper input {
    font-size: 12px;
    color: #c1c1c1;
    height: 2.5em;
    line-height: 2.5em\9;
    padding-left: 1.8333333333em;
    position: absolute;
    top: 50%;
    margin-top: -1.25em;
}

.market_header .logo {
    float: left;
    background: url("/images/app/market/i_logo1x.png") no-repeat scroll transparent;
    height: 34px;
    width: 215px;
    float: left;
    cursor: pointer;
    margin: -17px 0 0 10px;
    position: relative;
    top: 50%;
}

.market_header .wrapper .title {
    float: left;
    position: absolute;
    right: 10px;
    height: 4.2857142857em;
    line-height: 4.2857142857em;
    font-size: 14px;
    color: #666;
}

.market_menu {
    height: 3.166666667em;
    background: #f2f2f2;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #d9d9d9;
}

.market_menu ul {
    display: block;
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

.market_menu ul a {
    list-style: none;
    float: left;
    color: #808080;
    height: 2.2em;
    width: 5em;
    font-size: 16px;
    line-height: 2.2em;
    text-align: center;
}

.market_menu ul a:hover, .current_select {
    color: #016f7d;
    border-bottom: 2px solid #016f7d;
}

.current_label {
    color: #fff;
    background: #01a8bd;
}

.market_apps > div {
    clear: both;
}

.market_apps {
    width: 962px;
    margin: 0 auto;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.market_apps .title {
    position: relative;
    float: left;
    width: 100%;
}

.market_apps .title p {
    font: bold 16px '宋体';
    margin-left: 1.25em;
    height: 2.5em;
    line-height: 2.5em;
    float: left;
}

.market_apps .title a {
    font-size: 12px;
    color: #808080;
    position: absolute;
    right: 1.6666666667em;
    height: 3.33333333em;
    line-height: 3.33333333em;
}

.market_apps .recommend {
    height: 20em;
    background: #FCFCFC;
}

.market_apps .recommend .title {
    height: 3.33333333em;
    background: #e6e6e6;
    border-bottom: 1px solid #d9d9d9;
}

.market_apps .app_category {
    height: 13.33333333em;
    background: #FCFCFC;
}

.market_apps .app_category .title {
    height: 3.33333333em;
    background: #e6e6e6;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.recomend_box {
    font-size: 12px;
    width: 26.66666666669em;
    position: relative;
    height: 16.66666666669em;
    float: left;
    z-index: 1;
}

.recomend_box:hover, .app_box:hover {
    background: #f5f5f5;
}

.app_box {
    font-size: 12px;
    width: 26.66666666669em;
    position: relative;
    height: 10em;
    float: left;
    z-index: 1;
}

.app_box:nth-child(2), .recomend_box:nth-child(2) {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.recomend_box .right_conner {
    height: 1.6666666667em;
    width: 5.8333333333em;
    font-size: 12px;
    color: #FFF;
    background: #c81616;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.app_box > img, .recomend_box > img {
    height: 6em;
    width: 6em;
    behavior: url("/pie/PIE.htc");
    border-radius: 0.8333333333em;
    float: left;
    margin: 2.5em 0 0 2.5em;
    box-shadow: 0 0.0833333333em 0.0833333333em 0.0416666666em;
}

.app_box .app_info, .recomend_box .app_info {
    float: left;
    height: 6em;
    margin: 2.5em 0 0 0.8333333333em;
}

.app_box .app_info p, .recomend_box .app_info p {
    font: bold 16px '宋体';
    color: #016f7d;
}

.app_box .app_info .hot, .recomend_box .app_info .hot {
    margin-top: 0.8333333333em;
}

.app_box .app_info .app_type, .recomend_box .app_info .app_type {
    font-size: 12px;
    color: #808080;
    margin-top: 0.7em;
}

.app_box .down_btn, .recomend_box .down_btn {
    behavior: url("/pie/PIE.htc");
    background-image: -moz-linear-gradient(center top, #02a7bd, #016a79);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#02a7bd), to(#016a79));
    -pie-background: linear-gradient(top, #02a7bd, #016a79);
    line-height: 2.5em;
    text-align: center;
    display: block;
    height: 2.5em;
    width: 5.5em;
    border-radius: 0.1666666666em;
    float: left;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    top: 4.1666666667em;
    right: 3.3333333333em;
}

.app_box .down_btn:hover, .recomend_box .down_btn:hover {
    behavior: url("/pie/PIE.htc");
    background-image: -moz-linear-gradient(center top, #016a79, #02a7bd);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#016a79), to(#02a7bd));
    -pie-background: linear-gradient(top, #016a79, #02a7bd);
}

.recomend_box .app_intro {
    font-size: 12px;
    color: #1a1a1a;
    line-height: 1.6666666667em;
    width: 85%;
    margin: 1.6666666667em 0 0 2.5em;
    float: left;
}

/******/

/***search.ftl***/
.current_search {
    width: 962px;
    margin: 0 auto;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.current_search .title {
    height: 9.1666666667em;
    background: #FCFCFC;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.current_search .title .count {
    margin: 1.875em 0 0 1.25em;
    font: bold 16px '宋体';
}

.current_search .title .links {
    color: #808080;
    margin: 1.6666666667em 0 0 1.6666666667em;
}

.current_search .title .links a {
    margin: 0 1.25em 0 0;
    padding: 0.4166666667em;
}

.current_search .title .links a:hover {
    color: #fff;
    background: #01a8bd;
}

.current_search .recommend {
    height: 16.66666666669em;
    width: 100%;
    float: left;
    background: #FCFCFC;
    border-bottom: 1px solid #d9d9d9;
}

.current_search .current_category {
    float: left;
    width: 100%;
    background: #FCFCFC;
}

.current_search .current_category .app_box {
    border-bottom: 1px solid #d9d9d9;
}

.current_search .current_category .app_box:nth-child(3n-1) {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.current_search .load_more {
    height: 4.1666666667em;
    width: 100%;
    float: left;
    display: block;
    background: #e6e6e6;
    color: #808080;
    font: 24px/4.1666666667em '宋体';
    text-align: center;
    position: relative;
}

/******/

/***searchApp.ftl***/
.search_result {
    width: 962px;
    margin: 0 auto;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.search_result .title {
    height: 12.5em;
    background: #FCFCFC;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.search_result .title .count {
    margin: 1.875em 0 0 1.25em;
    font: bold 16px '宋体';
}

.search_result .title .categories {
    color: #808080;
    margin: 1.6666666667em 0 0 1.6666666667em;
}

.search_result .title .categories a {
    margin: 0 1.25em 0 0;
    padding: 0.4166666667em;
}

.search_result .title .links {
    color: #808080;
    margin: 1.6666666667em 0 0 1.6666666667em;
}

.search_result .title .links a {
    margin: 0 1.25em 0 0;
    padding: 0.4166666667em;
}

.search_result .title .links a:hover, .search_result .title .categories a:hover {
    color: #fff;
    background: #01a8bd;
}

.search_result .recommend {
    height: 16.66666666669em;
    width: 100%;
    float: left;
    background: #FCFCFC;
    border-bottom: 1px solid #d9d9d9;
}

.search_result .current_result {
    float: left;
    width: 100%;
    background: #FCFCFC;
}

.search_result .current_result .app_box {
    border-bottom: 1px solid #d9d9d9;
}

.search_result .current_result .app_box:nth-child(3n-1) {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.search_result .load_more {
    height: 4.1666666667em;
    width: 100%;
    float: left;
    display: block;
    background: #e6e6e6;
    color: #808080;
    font: 24px/4.1666666667em '宋体';
    text-align: center;
}

/******/

.version_wrap{
    position:relative;
    width:800px;
    margin-bottom:60px;
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

.version_tr{
    width:100%;
    height:40px;
    position:relative;
    font-size:14px;
}

.version_tr:first-child{
    width:100%;
    height:220px;
}

.version_tr:nth-child(even){
   background:#F9F9F9;
}

.version_tr.even{
    background:#F9F9F9;
}

.version_tr>div{
    float:left;
    position:relative;
    width:199px;
    height:40px;
    line-height: 40px;
    text-align: center;
}

.version_tr .c{
    float:left;
    position:relative;
    width:199px;
    height:220px;
    line-height: 220px;
    text-align: center;
}

.version_tr .yes {
    position:absolute;
    display: block;
    top:50%;
    left:50%;
    margin: -7px 0 0 -8px;
    height: 14px;
    width: 16px;
    background: url('/images/app/yes.png');
}

.version_tr .type{
    color: #4d4d4d;
    font: 24px '微软雅黑';
    line-height: 220px;
}

.version_tr .version{
    position: absolute;
    top: 40px;
    left:0;
    width: 100%;
    color: #01A8BD;
    font: 26px '微软雅黑';
}

.version_tr .info{
    position: absolute;
    top: 100px;
    left: -78px;
    width: 156px;
    margin-left: 50%;
    color: #666;
    font-size:14px;
    line-height: 25px;
}

.version_tr .c .qq{
    position: absolute;
    top: 170px;
    left: -46px;
    margin-left: 50%;
    line-height: 0;
}

.version_tr .qq{
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -46px;
}

.version_tr .red{
    color: #f00;
    font: bold 14px '微软雅黑';
    line-height: 40px;
}

.version_tr .green{
    color: #01a8bd;
    font: bold 14px '微软雅黑';
    line-height: 40px;
}
.version_tr>div{
    border-right:1px solid #e6e6e6;
}

/***guide***/
#guide_banner{
    width: 400px;
    height: 100px;
    background: url("/images/app/guide_banner.png") no-repeat;
    margin: 7px 0 0 0;
    float: right;
    cursor: pointer;
}

#article_banner{
    display:block;
    height: 100px;
    margin: 7px auto;
    cursor: pointer;
    background: url("/images/app/article_banner.png") no-repeat;
    background-size: contain;
}


#wx_mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.two{
    width:100%;
    height:100px;
    background:#f0f0f0;

    float:left;
}
#jt{
    width:24px;
    height:12px;
    background:url(/images/arrow.png) no-repeat;
    float:right;
    margin-top:5px;
    margin-right:20px;
    clear:right;
}
#this{
    float:right;
    clear:both;
    margin:20px 20px 0 0;
    color:#111;
    font-size:18px;
    line-height:30px;
}
#this2{
    float:right;
    clear:both;
    margin-right:20px;
    color:#111;
    font-size:18px;
}
#change{
    color:#df2828;
    font-style:italic;
    font-weight:bold;

}

.wz-content img{
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}

button{
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.add-comment-btn{
    position: fixed;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 100;
    width: 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #00cc5f;
    border-radius: 18px;
    -webkit-transform: translate(-50%,200%);
    transform: translate(-50%,200%);
    -webkit-box-shadow: 0 2px 5px rgba(26,26,26,.25);
    box-shadow: 0 2px 5px rgba(26,26,26,.25);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
}
.add-comment-btn.is-shown{
    -webkit-transform: translate(-50%,-50px);
    transform: translate(-50%,-50px);
}