/**
 * Copyright (c) 2012-2015, Guangzhou Miicaa technology Co., Ltd.
 *
 * All rights reserved.
 */
/**
 * @fileoverview 这是产品首页的css文件
 *
 * @author: Zhigang.li
 * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
 * @version 1.0.0.3, Feb 24, 2014
 */
body {
    margin: 0;
    font-family: '微软雅黑';
    color: #666;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*background-color: red;*/
}

input {
    outline: 0px;
    font-family: "Microsoft YaHei", "微软雅黑"
}

input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    color: #000;
}

.content-wrapper {
    width: 100%;
    height: 560px;
    margin-top: 60px;
    float: left;
    background: url("../images/home-login.jpg") center 0 no-repeat;
}
.content-wrapper-choose {
    width: 100%;
    height: 560px;
    margin-top: 60px;
    float: left;
    background-color: #f5f5f5;
}
.content-wrapper-register {
    width: 100%;
    height: 560px;
    margin-top: 60px;
    float: left;
    background-color: #f5f5f5;
}

.login-footer {
    text-align: center;
    font-size: 14px;

}

.fn-clear:before,
.fn-clear:after {
    display: table;
    content: "";
}

.fn-clear:after {
    clear: both;
}

.bg-top,
.bg-bottom {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: -15;
}

.bg-bottom {
    bottom: 0;
    top: auto;
}

.wrapper-center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    width: 380px;
    overflow: hidden;
    border: 1px solid #ddd;
    right: 25px;
    position: absolute;
    top: 50px;
    background-color: #ffffff;
    height: 450px;
    font-size: 14px;
}

.logo {
    background: url("../images/logo-new.png") repeat scroll 0 0 transparent;
    height: 192px;
    margin: 0 auto;
    width: 441px;
}

.go-pwd {
    margin-top: 12px;
    color: #3399ff;
}

.form-input {
    text-align: center;
}

.input-left,
.input-bg,
.input-right {
    background: url("../images/icon.png") repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 60px;
    margin: 20px 0;
    width: 29px;
}

.input-bg {
    background-position: 0 -101px;
    width: 400px;
}

.input-right {
    background-position: -46px 0;
}

.input-field {
    box-sizing: border-box;
    height: 40px;
    width: 320px;
    outline: none;
    font-size: 18px;
    font-family: '微软雅黑';
    background-color: #fff;
    color: #000;
    padding: 8px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
    border-radius: 8px 0 0 8px;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
    border-radius: 8px 0 0 8px;
}

.ico-header,
.ico-password {
    background: url("../images/icon.png") repeat scroll 0 -72px transparent;
    float: left;
    height: 22px;
    margin: 20px 30px 0 0;
    width: 24px;
}

.ico-password {
    background-position: -33px -72px;
}

a {
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}
.go-login:hover{
    color: #3399ff;
}
.fn-right {
    float: right;
}

.fn-top {
    text-align: center;
    margin: 20px 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #22ade8;
}

.fn-top span {
    font-size: 20px;
    color: #22ade8;

}

.fn-center {
    text-align: center;
    width: 320px;
    display: inline-block;
    margin: 35px 0 auto;
}

.btn {
    border-width: 0;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 25px auto;
    font-family: '微软雅黑';
    width: 320px;
    border-radius: 4px;
    background: #3399ff;
    text-align: center;
    cursor: pointer;
}

.submit-btn {
    position: absolute;
    border-width: 0;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    font-family: '微软雅黑';
    width: 320px;
    border-radius: 4px;
    background: #3399ff;
    text-align: center;
    bottom: 40px;
    cursor: pointer;
}

.change-btn {
    color: #3399ff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    font-family: '微软雅黑';
    width: 320px;
    border: 1px solid #3399ff;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}
.change-btn:hover {
    background: #f39700;
}
.submit-btn:hover {
    background: #f39700;
}

.btn:hover {
    background: #f39700;
}

.btn:active {
    background: #ea5414;
}

#loginForm,
#registerForm,
#pwdForm,
#getPwdForm {
    position: relative;
    float: left;
    width: 380px;
    text-align: center;
}

.loginForm-header {
    border-bottom: 1px solid #dddddd;
    position: relative;
    text-align: left;
    margin: 0 20px 35px;
    padding: 20px 0 28px 0;
}

.loginForm-header-title {
    font-size: 26px;
    color: #3399ff;
}

.loginForm-header-register {
    font-size: 13px;
    color: #999;
    float: right;
    margin-top: 16px;
}

.form-head-title {
    text-align: center;
    padding: 40px 20px;
    font-size: 16px;
}

.form-bottom {
    font-size: 13px;
    float: right;
    color: #3399ff;
}

.form-word {
    font-weight: normal;
}
.form-word:hover{
    color: #3399ff;
}

.error {
    background-color: #e50012;
    color: white;
    position: absolute;
    top: 12px;
    width: 338px;
    z-index: 99;
    text-align: center;
    height: 26px;
    line-height: 24px;
    left: 2px;
}

#codeImg {
    height: 58px;
    margin-top: 1px;
}

.fn-none {
    display: none;
}

#tip a {
    color: #369dcc;
}

#sendAgain {
    background-color: #ffffff !important;
    color: #3399ff !important;
}

#pwdForm p a {
    background-color: #fff;
    padding: 2px 5px;
}

.slide {
    width: 1500px;
    overflow: hidden;
    background-color: #fff;
    height: 450px
}

/*记住密码checkbox样式*/
#custom-checkbox-box {
    /*background: url('../images/base-checkbox.png');*/
    width: 13px;
    height: 13px;
    float: left;
    position: relative;
    left: 1px;
    opacity: 0.8;
    border: 1px solid #3399ff;
    vertical-align: middle;
    top: -2px;
}

#form-input-rememberPwd {
    display: none; 
}

.fn-clear {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/*记住密码checkbox样式-完*/

.header-nav > .header-nav-wrapper {
    position: relative;
    overflow: hidden;
}

.header-nav-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header-nav {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
    height: 60px;
    top: 0;
}

.header-nav .logo {
    float: left;
}

.header-nav .img {
    background: url("../images/marketing-icon.png") no-repeat -67px -29px;
    width: 260px;
    height: 90px;
}

.header-nav li {
    float: left;
    list-style: none outside none;
    padding: 0 5px;
}

.header-nav .other {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 3;
    margin: 0
}

.header-nav .other a {
    float: left;
    padding: 0;
    text-align: center;
    width: 125px;
    text-decoration: none;
    font-size: 16px;
    font-style: italic;
    color: #1F5F9D;
}

.header-nav .other a.login {
    background: url("../images/marketing-icon.png") no-repeat -495px -81px;
    width: 70px;
    height: 60px;
}

.header-nav .other a.register {
    background: url("../images/marketing-icon.png") no-repeat -358px -81px;
    width: 125px;
    height: 60px;
}

.header-nav .other a.register:hover {
    background: url("../images/marketing-icon.png") no-repeat -358px -131px;
    width: 125px;
    height: 60px;
}

.header-nav .other a:hover {
    color: #FFF !important;
}

.header-nav .service {
    line-height: 50px;
    font-weight: bold;
    padding-right: 20px;
    margin: 0;
}

.header-nav .service label {
    color: #fff;
}

.header-nav .service .phone {
    background: url("../images/marketing-icon.png") no-repeat -353px -28px;
    width: 116px;
    height: 60px;
    display: block;
}

.header-register {
    opacity: 0;
    height: 39px;
    left: 540px;
    left: 950px;
    padding-left: 20px;
    padding-top: 11px;
    position: absolute;
    z-index: 2;
    width: 435px;
}

.header-register .email {
    background-color: #FFFFFF;
    height: 34px;
    margin-bottom: 10px;
    margin-left: 39px;
    border: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
}

.header-register #register {
    border-width: 0;
    height: 26px;
    line-height: 25px;
    padding: 4px 0 4px 10px;
    width: 250px;
    float: left;
    background-color: #FFF;
}

.header-register #tip {
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 100px;
    right: 136px;
}

.header-register #tip.error {
    background-color: #FF4D4D;
    color: #FFFFFF;
    left: 220px;
}

.header-register #tip.loading {
    background-color: #CCCCCC;
    color: #797979;
    display: none;
}

.header-register #code {
    margin-left: 10px;
}

.header-register #goRegister {
    border: 1px solid #22ade8;
    color: #fff;
    font-size: 16px;
    height: 36px;
    text-align: center;
    width: 133px;
    background-color: #22ade8;
    border-radius: 0 8px 8px 0;
    outline: none;
}

.header-register #goRegister:hover {
    color: #FFF;
}

.ico-qqservice {
    background: url("../images/marketing-icon.png") no-repeat -468px -28px;
    height: 60px;
    width: 132px;
    display: block;
}

.login-foot-icon {
    background: url("../images/marketing-icon.png") no-repeat -335px -1509px;
    width: 63px;
    height: 63px;
    position: relative;
    cursor: pointer
}

.login-code {
    background: url("../images/login-code.png") no-repeat;
    height: 450px;
    width: 380px;
    top: 0px;
    position: absolute;
    display: none;
    left: 0;
}

.login-foot-computer {
    background: url("../images/marketing-icon.png") no-repeat -418px -1509px;
    width: 63px;
    height: 63px;
    position: absolute;
    margin: 387px 317px;
    cursor: pointer
}

li {
    list-style-type: none;
}

.login-footer ul {
    margin: 10px auto;
    width: 608px;
    display: inline-block;
}

.login-footer ul li {
    float: left;
    padding: 0 22px;
    border-right: 1px solid #666;
}

.copyright {
    margin: 60px auto;
    text-align: center;
    width: 630px;
    font-size: 14px;
}

.fn-left {
    float: left;
}

/*注册页样式2016.01.22*/
#newOrgForm {
    display: none;
}

#joinOrgForm {
    display: none;
}

#byCustomer {
    display: block;
    text-align: center;
}

#byInvite {
    display: block;
    text-align: center;
}

#byOrgcode {
    display: block;
    text-align: center;
}

#byCustomer input {
    margin: 12px auto;
}

#byInvite input {
    margin: 8px auto;
}

#byOrgcode input {
    margin: 8px auto;
}

/*#registerSwitch input {*/
    /*margin: 5px auto;*/
/*}*/

#registerForm input {
    margin: 12px auto;
}
#getPwdForm input{
    margin: 13px auto;
}

#loginSwitch {
    display: none;
    height: 100%;
    position: relative;
}

#registerSwitch {
}

input[type="text"], input[type="password"] {
    width: 320px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 10px auto;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    padding: 0 9px;
    box-sizing: border-box;
}

input[type="button"] {
    width: 100px;
    text-align: center;
    color: #ffffff;
    background-color: #3399ff;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
#SubBtn {
    width: 320px;
    text-align: center;
    color: #ffffff;
    background-color: #3399ff;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 7px auto;
    cursor: pointer;
}
input[type="submit"] {
    width: 320px;
    text-align: center;
    color: #ffffff;
    background-color: #3399ff;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 7px auto;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: #f39700;
}

.form-item-title {
    text-align: left;
    padding-left: 30px;
}

[class*="-loginico"] {
    background: url("../images/login-icon.png");
    display: inline-block;
}

.form-head {

}

.form-head-loginico {
    background-position: -17px -12px;
    width: 139px;
    height: 37px;
    margin: 25px auto;
}

.form-username-loginico {
    background-position: -43px -64px;
    width: 12px;
    height: 11px;
    padding-right: 8px;
}

.form-password-loginico {
    background-position: -17px -62px;
    width: 12px;
    height: 13px;
    padding-right: 8px;
}

#errorTip {
    height: 20px;
    position: absolute;
    display: block;
    color: red;
    text-align: left;
    line-height: 20px;
    padding: 0 30px;
    margin-top: -9px;
}

#byOrgcode #errorTip {
    height: 20px;
    position: absolute;
    display: block;
    color: red;
    text-align: left;
    line-height: 20px;
    padding: 0 30px;
    margin-top: -10px;
}

.form-remind-loginico {
    background-position: -17px -93px;
    width: 17px;
    height: 17px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
}

.one-line {
    border: 1px solid #dddddd;
    width: 85%;
}

#changeOrg {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 31px
}

#changeOrg span {
    width: 43%;
    display: inline-block;
}

/*.widget-base-selectbox-options-plus:hover {*/
/*background-position: -236px -775px;*/
/*}*/
.widget-base-select-div {
    position: relative;
}

.widget-base-selectbox-options-plus {
    background: url("/home/static/profrontbase/pc/images/widget/probaseelement/base-icon.png") no-repeat -204px -351px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 30px;
}

.crm-letter {
    background-color: #F6FBFC;
    border: 1px solid #BADFE8;
    border-top: 0px;
    line-height: 25px;
    padding: 10px 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.crm-letter a {
    margin: 0 22px;
    cursor: pointer;
}

.crm-letter a.selected {
    color: rgb(85, 134, 187);
    font-weight: bold;
}

.crm-letter a.disabled {
    color: #777578;
    cursor: default;
}

.crm-trade .odd td {
    background-color: #F5FBFB;
    line-height: 23px;
}

.crm-trade .industry {
    color: #248DBD;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    padding: 10px;
}

.crm-trade .jobtypeItems {
    padding: 10px 0;
}

.crm-trade.widget-profrontbase-radios label > span {
    vertical-align: -2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("../../../../../profrontbase/pc/images/widget/probaseelement/general-module.png");
    background-repeat: no-repeat;
    background-position: -31px -1px;
}

.crm-trade.widget-profrontbase-radios label > span {
    margin-right: 7px;
}

.crm-trade.widget-profrontbase-radios label:hover > span {
    background-position: -46px -1px;
}

.crm-trade.widget-profrontbase-radios label.checked > span {
    background-position: -76px -1px;
}

.crm-trade.widget-profrontbase-radios label.checked:hover > span {
    background-position: -61px -1px;
}

.form-nocode {
    padding: 16px 30px 6px;
    text-align: left;
}

.form-nocode-notice {
    padding: 0 35px;
    text-align: left;
    line-height: 20px;
}

.form-nocode-notice b {
    color: #3399ff;
    display: inline-block;
    font-size: 16px;
    padding-right: 8px;
}

.form-invite-header {
    padding: 15px 30px;
    text-align: left;
}

.widget-base-select-div {
    position: relative;
    display: inline-block;
    width: 320px;
    margin: 12px;
}

.widget-base-selectbox-content-multi {
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px 0 0 4px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    width: 268px;
    border-right: none;
    text-align: left;
}

.common-btn-icon-box-down {
    /*灰色*/
    background: url("/home/static/profrontbase/pc/images/widget/probaseelement/base-icon.png") no-repeat -204px -350px;
    width: 39px;
    height: 40px;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 0 4px 4px 0;
    float: left;
    border-left: none;
}

.common-btn-icon-box-up {
    /*灰色*/
    background: url("/home/static/profrontbase/pc/images/widget/probaseelement/base-icon.png") no-repeat -261px -351px;
    width: 39px;
    height: 40px;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 0 4px 4px 0;
    float: left;
    border-left: none;
}

.base-icon {

}

.drop-down-box-main {
    display: none;
    position: absolute;
    top: 41px;
    border: 1px solid #dddddd;
    width: 318px;
    z-index: 9;
    overflow: auto;
    background-color: white;
    max-height: 225px;
    height: 225px;
    padding:10px 0;
    margin: 0;
    text-align:left;
}

.drop-down-box-main li {
    background-color: #ffffff;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
    padding-left: 10px;
}

.drop-down-box-main li:hover {
    background-color: #f5f5f5;
}

#inviteContent {
    height: 450px;
}

.newOrg {
    cursor: pointer;
}

.joinOrg {
    cursor: pointer;
}

#inviter {
    color: #3399ff;
    margin-right: 5px;
}

#aCompany {
    color: #3399ff;
    margin-left: 5px;
}

#byOrgcode #aCompany {
    color: #3399ff;
    margin-right: 5px;
}

#registerSuc {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    display: none;
    padding: 30px;
}

#registerSuc .title {
    position: absolute;
    top: 42%;
    font-size: 16px;
    text-align: center;
    width: 320px;
}
.suc-loginico{
    background-position: -78px -93px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 10px;
}
.go-register{
    cursor: pointer;
    font-weight: normal;
}
.go-register:hover{
    color: #3399ff;
}