
/**
 * 
 */
.green {
    color: green;
}


/**
 * 
 */
.common-width {
    width: 1160px;
}

.func-common-width {
    width: 1378px;
}


/*主页功能栏*/
.nav-func {
    width: 1370px;
    margin-left: auto;
    margin-right: auto;
}


/* 头部 */
.salesman-header-container {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.header-fix {
    height: 61px;
}
.salesman-header-container .logo {
}
.salesman-header-container .header {
    margin: 0px auto;
    height: 60px;
    /* line-height: 40px; */
}

.salesman-header-container .header .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

    margin-left: 50px;
}


.salesman-header-container .header .icon img {
    width: auto;
    height: 50px;
    float: left;
    margin-top: 7px;
    display: inline-block;
}
.salesman-header-container .header .icon .icon-name {
    display: inline-block;
    font-size: 20px;
    color: #3399ff;
    letter-spacing: -0.83px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
}
.salesman-header-container .header .nav {
    text-align: right;
    height: 60px;
    line-height: 60px;
    margin-right: 70px;
}
.salesman-header-container .header .nav li {
    float: left;
    position: relative;
}
.salesman-header-container .header .nav .active a {
    color: #3399ff;
}
.salesman-header-container .header .nav li .bottom_xian {
    position: absolute;
    width: 20px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    display: block;
}
.salesman-header-container .header .nav a {
    display: block;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.66px;
    margin: 0 25px;
    position: relative;
    padding: 0;
    background-color: #fff;
}
.salesman-header-container .header .nav .active a::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3399ff;
    border-radius: 1.5px;
}

.salesman-header-container .header .nav a:hover {
    font-size: 16px;
    color: #3399ff;
    letter-spacing: -0.66px;
}

.salesman-header-container .header .account img {
    vertical-align: middle;
    height: 26px;
    width: 26px;
    margin: 0;
}
.salesman-header-container .header .account-login {
    height: 36px;
}
.salesman-header-container .header .account-login img {
    height: 30px;
    width: 30px;
    margin-top: 15px;
}
.salesman-header-container .header .account .login {
    /* background: #FFFFFF;
    border: 1px solid #3399FF;
    border-radius: 18px;
    font-size: 16px;
    color: #3399FF;
    letter-spacing: -0.66px;
    padding: 3px 15px; */
}
/* .salesman-header-container .header .account-login .login {
    color: #FF3333;
} */
.salesman-header-container .header .account-login,
.welcome-container .account-login {
    position: relative;
    cursor: pointer;
    height: 60px;
}

.salesman-header-container .header .account-login .account-detail,
.welcome-container .account-detail {
    position: absolute;
    width: 190px;
    /* height: 82px; */
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 99999999;
    left: -60px;
    top: 55px;
    font-size: 14px;
    color: #333333;
    /* letter-spacing: -0.58px; */
}
.salesman-header-logout {
    /* width: 150px; */
    /* margin: 0 auto; */
    height: 40px;
    line-height: 40px;
    /* text-align: center; */
    padding-left: 34px;
    /* background: #ff4700; */
    border-radius: 6px;
    font-size: 14px;
    color: #666666;
}
.salesman-header-container .header .account-login .salesman-header-logout img {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 8px;
}
.salesman-header-container
    .header
    .account-login
    .salesman-header-logout
    img.logout-img {
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 11px;
}
.welcome-container .account-login .account-detail .account-icon {
    height: 82px;
    line-height: 82px;
    padding: 0 10px 0 15px;
}
.welcome-container .account-login .account-detail .account-icon img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 0;
    margin: 0;
}
.welcome-container .account-login .account-detail .account-type {
    width: 110px;
}
.welcome-container .account-login .account-detail .account-type p {
    line-height: 0;
}
.welcome-container .account-login .account-detail .account-type .type-name {
    height: 20px;
    line-height: 20px;
    margin: 20px 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.welcome-container .account-login .account-detail .account-type .type-name img {
    width: 14px;
    height: 14px;
    margin: 0;
    margin-right: 5px;
    margin-top: 0;
}
.welcome-container .account-login .account-detail .account-type .type-k span {
    font-size: 12px;
    color: #666666;
    letter-spacing: -0.5px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    height: 20px;
    display: inline-block;
    padding: 0 12px;
    line-height: 20px;
}
.welcome-wrap {
    border-bottom: 1px solid #f2f2f2;
}
.welcome-container {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}
.welcome-container .avatar img {
    width: 24px;
    height: 24px;
    margin: 8px 10px 0;
}
.welcome-container .avatar .img {
    display: block;
}
.welcome-container .user-name {
    color: #2a2a2a;
    font-size: 14px;
}
/* 搜索 */
.head-search-container {
    width: 450xp;
    height: 40px;
    margin-top: 30px;
}
.head-search-container .input {
    width: 350px;
    box-sizing: border-box;
    padding: 7px 10px 7px 45px;
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: none;
    font-size: 16px;
    color: #999999;
    background: url(../images/search.png) no-repeat;
    background-size: 20px 20px;
    background-position: 15px 10px;
}
.head-search-container .search-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3399ff;
    color: #fff;
    font-size: 16px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
}
/* 面包屑导航 */
.postion-container {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3399ff;
    border-bottom: 1px solid #f0eff5;
}
.postion-container .symbol {
    margin: 0 4px;
}
.postion-container a,
.postion-container .symbol {
    color: #3f3f3f;
}
/* 公共尾部 */
.foot-container {
    text-align: center;
    background-color: #333333;
    font-size: 12px;
    color: #ffffff;
    padding: 18px 0;
    line-height: 22px;
    /* margin-top: 40px; */
}
.foot-container a {
    color: #ffffff;
    text-decoration: none;
}
.foot-container a:hover {
    color: #fff;
}
@media screen and (max-width: 1160px) {
    .common-width {
        width: 910px;
    }
    .small-screen {
        width: 864px;
    }
}
.new-container {
    position: relative;
    height: 60px;
}
.new-container .new-img {
    width: 15px;
    height: 18px;
    display: block;
    margin-top: 21px;
    margin-left: 24px;
    margin-right: 24px;
    cursor: pointer;
}
.header-message-container {
    position: absolute;
    width: 120px;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 14px;
    color: #666666;
    left: -25px;
    top: 55px;
    z-index: 10000;
}
.header-message-container .message-item {
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.header-message-container .message-item span {
    font-size: 12px;
    color: #3f3f3f;
}


/* 信息页客户告知书表格边框 */
#tab2CustomerNotice table {
    border-collapse: collapse;
}

#tab2CustomerNotice table td{
    border:1px solid #dcdcdc
}


#tab2CustomerNotice table th{
    border:1px solid #dcdcdc
}


/* 产品信息页的表格 */
table.insurance-term {
    border: 1px solid #dcdcdc;
    text-align:center;
    margin:10px 0;
}

table.insurance-term th, table.insurance-term td {
    padding: 5px;
    border:1px solid #dcdcdc
}
table.insurance-term th{
    padding:5px 15px;
}