@media screen and (max-width: 1400px) {
  body {
    zoom: 0.8;
  }
}

@media screen and (min-width: 800px) {
  /* CSS Document */
  body {
    margin: 0px;
    padding: 0px;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    overflow-x: hidden;
    background: #f0f1f3;
  }

  table,
  input,
  select,
  textarea {
    /*font-size:0.8em;*/
    line-height: 1.25em;
    font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
    outline: none;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 5px;
    background-color: #ccc;
    border-radius: 2px;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  img {
    border: 0px;
    vertical-align: middle;
  }

  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  p,
  span {
    margin: 0;
  }

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  input[type="text"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }

  /*ISO��ťĬ����ʽ*/
  textarea {
    overflow: hidden;
    resize: none;
  }

  .clear:after {
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
  }

  html {
    overflow-y: scroll;
  }

  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }

  :root body {
    position: absolute;
  }

  body {
    /* width: 100vw; */
    overflow: hidden;
  }

  /*��ҳ�����1200pxʱ*/
  /*�˳���¼��ʾ��*/
  .leaveBox {
    width: 500px;
    background: #0160e5;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -250px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    height: 183px;
    z-index: 99;
    display: none;
  }

  .leaveBox p {
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 0;
    text-align: center;
  }

  .leaveBox div {
    width: 100%;
    margin-top: 30px;
  }

  .leaveBox div span {
    padding: 20px 92px;
    margin: 20px 0;
    display: inline;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 22px;
  }

  .leaveBoxSpan {
    border-right: 1px solid #e2e2e2;
  }

  /*��¼*/
  .login_top {
    width: 100%;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
  }

  .login_top div {
    width: 1200px;
    margin: auto;
    height: 100%;
  }

  .login_top div img {
    height: 30px;
    margin-top: 25px;
  }

  .login_top div a {
    float: right;
    margin-top: 25px;
    color: #116ff2;
    cursor: pointer;
  }

  .login_center {
    width: 100%;
    background: #fff;
  }

  .login_center_p {
    width: 1200px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 60px 0 20px 0;
    color: #a6a6a6;
    font-size: 14px;
    clear: both;
  }

  .login_center_center,
  .login_center_centers {
    width: 1267px;
    margin: auto;
  }

  .login_center_center img {
    width: 600px;
    height: 600px;
    padding: 100px 0 60px 120px;
  }

  .login_center_centers img {
    width: 755px;
    height: 681px;
    padding: 60px 0;
  }

  .login_center_center_div {
    width: 500px;
    float: right;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-top: 120px;
    box-sizing: border-box;
  }

  .login_center_center_divs {
    width: 460px;
    height: 730px;
    float: right;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-top: 70px;
    box-sizing: border-box;
  }

  .login_tit {
    width: 100%;
    font-size: 24px;
    color: #116ff2;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
  }

  .login_center_center_div div,
  .login_center_center_divs .applications {
    width: 550px;
    margin: auto;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .login_center_center_div div p,
  .login_center_center_divs .applications p {
    float: left;
    display: block;
    width: 170px;
    text-align: center;
    line-height: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
  }

  .login_center_center_div div input,
  .login_center_center_divs .applications input {
    float: right;
    width: 380px;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
  }

  .login_center_center_div button,
  .login_center_center_divs button {
    outline: none;
    display: block;
    width: 410px;
    height: 40px;
    margin: 0 auto 10px auto;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .login_bt1 {
    background: #116ff2;
    color: #fff;
  }

  .login_bt2 {
    background: #e2edfd;
    color: #116ff2;
  }

  .login_bt3 {
    background: #fff;
    color: #116ff2;
    outline: none;
  }

  .application {
    width: 410px;
    height: 90px;
    margin: auto;
  }

  .application img {
    width: 55px;
    height: 35px;
    padding: 0;
    float: left;
    margin-top: 20px;
    border-right: 1px solid #d9d9d9;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .application p {
    font-size: 24px;
    color: #116ff2;
    display: block;
    letter-spacing: 2px;
    float: left;
    margin-top: 26px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .applicationss {
    width: 411px;
    margin: auto;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 134px;
    margin-bottom: 20px;
  }

  .applicationss textarea {
    width: 410px;
    height: 134px;
    background: #f8f8f8;
    box-sizing: border-box;
    border: none;
    padding: 20px;
    font-size: 16px;
    color: #333;
  }

  /*������*/
  .nav {
    width: 100%;
  }

  .nav_top {
    width: 100%;
    height: 60px;
    background: #0160e5;
  }

  .nav_top_center {
    width: 1200px;
    height: 100%;
    margin: auto;
  }

  .nav_top_log {
    margin-top: 15px;
  }

  .nav_top_user {
    width: 300px;
    height: 60px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    float: right;
    display: flex;
    justify-content: flex-end;
  }

  .leaves {
    width: 140px;
    top: 60px;
    right: 0px;
    background: #fff;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    z-index: 99;
    display: none;
    position: absolute;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 15%);
  }
  .leaves div {
    clear: both;
    margin: 0;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
  }

  .leaves div:hover {
    background-color: #e6f7ff;
  }
  .nav_top_user_img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }

  .nav_top_user_div {
    float: right;
  }

  .nav_top_user_div_name {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
  }

  .nav_top_down {
    display: block;
    width: 7px;
    height: 5px;
    float: right;
    margin-top: 28px;
  }

  .nav_bottom {
    width: 100%;
    height: 94px;
    background: #ffffff;
  }

  .nav_bottom_center {
    width: 1200px;
    margin: auto;
    height: 100%;
  }

  .nav_bottom_center li {
    float: left;
    display: block;
    width: 107px;
    margin: 23px 12.5px 0 12.5px;
    cursor: pointer;
    position: relative;
  }

  .nav_bottom_center li img {
    display: block;
    margin-left: 41px;
  }

  .nav_bottom_center li p {
    display: block;
    margin: 13px auto 0 auto;
    width: 100%;
    text-align: center;
    color: #808080;
  }

  .btn-select {
    display: block;
    position: absolute;
    bottom: -25px;
    left: -46px;
  }

  /*�м����ݲ���*/
  .content {
    width: 100%;
  }

  /*<!-- ��ҳ -->*/
  .content_index {
    width: 1200px;
    margin: 30px auto 110px auto;
  }

  .content_index_top {
    display: block;
    width: 100%;
    background: #fff;
    height: 140px;
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
  }

  .content_index_top li {
    float: left;
    width: 240px;
  }

  .content_index_top li img {
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    margin: 48px 20px 48px 50px;
  }

  .content_index_top li div {
    float: left;
  }

  .content_index_top_sum {
    font-size: 30px;
    color: #333;
    margin-top: 47px;
  }

  .content_index_top_name {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
  }

  .content_index_center {
    width: 100%;
    margin-top: 22px;
    height: 430px;
  }

  .content_index_center_left,
  .content_index_center_center {
    float: left;
    width: 323px;
    margin-right: 10px;
  }

  .content_index_center_left_top {
    width: 100%;
    display: block;
  }

  .content_index_center_left_top img {
    float: left;
    width: 14px;
    height: 15px;
    margin-right: 10px;
  }

  .content_index_center_left_top p {
    float: left;
    margin-top: -2px;
    color: #b3b3b3;
    font-size: 16px;
  }

  .content_index_center_left_bottom {
    clear: both;
    width: 100%;
    height: 400px;
    background: #fff;
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
    margin-top: 30px;
  }

  .content_index_center_left_bottom_view {
    width: 100%;
    height: 270px;
  }

  .content_index_center_left_bottom_viewTit {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #808080;
    margin-bottom: 38px;
  }

  .content_index_center_left_bottom_sum {
    width: 100%;
  }

  .content_index_center_left_bottom_sum div {
    float: left;
    width: 50%;
  }

  .content_index_center_left_bottom_sum div p {
    width: 100%;
    text-align: center;
  }

  .content_index_center_left_bottom_sum_fin {
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
  }

  .content_index_center_left_bottom_sum_num {
    font-size: 20px;
    color: #333333;
  }

  .content_index_center_left_bottom_sum_tit {
    font-size: 14px;
    color: #999999;
    margin-top: 9px;
  }

  .content_index_center_right {
    float: left;
    width: 530px;
  }

  .content_index_center_right_bottom {
    clear: both;
    width: 100%;
    height: 400px;
    background: #fff;
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
    margin-top: 30px;
    height: 400px;
  }

  .content_index_center_right_bottom_ul {
    width: 100%;
  }

  .content_index_center_right_bottom_ul li {
    width: 100%;
  }

  .content_index_center_right_bottom_ul_first {
    font-size: 14px;
    color: #808080;
  }

  .content_index_center_right_bottom_ul_ohter {
    color: #333;
    font-size: 14px;
    background: #fcfcfc;
  }

  .content_index_center_right_bottom_ul_ohter {
    color: #333;
    font-size: 14px;
    background: #fff;
  }

  .content_index_center_right_bottom_ul li ul {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #f5f5f5;
  }

  .content_index_center_right_bottom_ul li ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 20px;
  }

  .content_index_center_right_bottom_ul li ul li img {
    float: left;
    margin-left: 40px;
    margin-right: 10px;
  }

  .content_index_center_right_bottom_ul li ul li p {
    float: left;
  }

  .content_index_bottom {
    width: 100%;
    height: 435px;
  }

  .content_index_bottom_top {
    width: 100%;
    display: block;
    height: 50px;
  }

  .content_index_bottom_top img {
    float: left;
    width: 14px;
    height: 15px;
    margin-right: 10px;
    margin-top: 20px;
  }

  .content_index_bottom_top p {
    float: left;
    margin-top: -2px;
    color: #b3b3b3;
    font-size: 16px;
    margin-top: 20px;
  }

  .content_index_bottom_ul {
    clear: both;
    width: 100%;
    height: 352px;
    background: #fff;
    border-radius: 5px;
    display: block;
    color: #333;
    overflow: auto;
  }

  .content_index_bottom_ul_first {
    font-size: 14px;
    color: #808080;
  }

  .content_index_bottom_ul_second {
    background: #e1eaff;
    color: #116ff2;
  }

  .content_index_bottom_ul li {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #f5f5f5;
  }

  .content_index_bottom_ul li ul {
    width: 100%;
    clear: both;
  }

  .content_index_bottom_ul li ul li {
    width: 16.66%;
    float: left;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
  }

  .content_index_bottom_ul li ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: -8px;
  }

  /*Բ��*/
  .content_index_box {
    margin: 0 auto;
    padding-top: 50px;
    margin-left: 60px;
    position: absolute;
  }

  .content_index_pro {
    width: 200px;
    height: 200px;
    border: 40px solid #feae0e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    box-sizing: border-box;
  }

  .content_index_pro_cont {
    width: 200px;
    height: 200px;
    position: absolute;
  }

  .content_index_pro_bar {
    width: 100px;
    height: 200px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: -40px;
  }

  .content_index_left,
  .content_index_lefts {
    left: -40px;
  }

  .content_index_right,
  .content_index_rights {
    right: 40px;
  }

  .content_index_pro_bar > span {
    width: 200px;
    height: 200px;
    display: block;
    border: 40px solid #1468f3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.1s 0s;
    -webkit-transition: all ease 0.1s 0s;
    -moz-transition: all ease 0.1s 0s;
    -ms-transition: all ease 0.1s 0s;
    -o-transition: all ease 0.1s 0s;
    box-sizing: border-box;
  }

  .content_index_left span,
  .content_index_lefts span {
    margin-left: 1px;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-sizing: border-box;
  }

  .content_index_right span,
  .content_index_rights span {
    margin-left: -100%;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    box-sizing: border-box;
  }

  .content_index_box_p {
    position: relative;
    top: 140px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 99;
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }

  .content_index_box_p span {
    font-size: 26px;
    font-weight: bold;
    color: #333;
  }

  /*<!-- ��������ҳ -->*/
  .content_communicate {
    width: 1200px;
    margin: 30px auto 110px auto;
    background: #fff;
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
  }

  .content_communicate_top {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .content_communicate_top_top {
    width: 1165px;
    height: 59px;
    background: #f8f8f8;
    margin: auto;
  }

  .content_communicate_top_top_left {
    float: left;
  }

  .content_communicate_top_top_left div {
    float: left;
    margin-top: 20px;
    width: 135px;
    font-size: 18px;
    text-align: center;
    color: #333;
    position: relative;
    cursor: pointer;
    cursor: pointer;
  }

  .content_communicate_top_top_left_div {
    border-right: 1px solid #eaeaea;
    margin-left: 10px;
  }

  .content_communicate_top_right {
    float: right;
    margin-top: 5px;
    margin-right: 4px;
    width: 120px;
    height: 50px;
    background: #116ff2;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
  }

  .btn-selects {
    display: block;
    position: absolute;
    bottom: -17px;
    left: 30px;
  }

  .content_communicate_top_bottom {
    width: 100%;
  }

  .content_communicate_top_bottom_con {
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  .content_communicate_top_bottom_con i {
    display: none;
  }

  .content_communicate_top_bottom_con_top {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    cursor: pointer;
  }

  .content_communicate_top_bottom_con_tit {
    float: left;
  }

  .content_communicate_top_bottom_con_name {
    float: right;
  }

  .content_communicate_top_bottom_con_name .state-one {
    font-size: 11px;
    line-height: 26px;
    color: #f0481a;
    background-color: #fef4f2;
    padding: 0 11px;
    border-radius: 3px;
  }

  .content_communicate_top_bottom_con_name .state-two {
    font-size: 11px;
    line-height: 26px;
    color: #116ff2;
    background-color: #f1f7fe;
    padding: 0 11px;
    border-radius: 3px;
  }

  .content_communicate_top_bottom_con_name .state-three {
    font-size: 11px;
    line-height: 26px;
    color: #999999;
    background-color: #f5f5f5;
    padding: 0 11px;
    border-radius: 3px;
  }

  .content_communicate_top_bottom_con_tit p,
  .content_communicate_top_bottom_con_name img {
    float: left;
  }

  .content_communicate_top_bottom_con_tit span,
  .content_communicate_top_bottom_con_name p {
    float: left;
  }

  .content_communicate_top_bottom_con_name img {
    width: 12px;
    height: 14px;
    margin-top: 4px;
    margin-right: 10px;
  }

  .content_communicate_top_bottom_con_tit p {
    width: 49px;
    height: 27px;
    background: url("../imgs/icon (36).png") no-repeat;
    text-align: center;
    line-height: 24px;
    margin-right: 20px;
    color: #333;
  }

  .content_communicate_top_bottom_con_tit span {
    font-size: 14px;
    color: #327bf3;
    display: block;
  }

  .content_communicate_top_bottom_con_name p {
    font-size: 14px;
    color: #999999;
  }

  .ontent_communicate_center {
    width: 1090px;
    height: 23px;
    margin-left: 70px;
    cursor: pointer;
  }

  .ontent_communicate_center1 {
    height: 23px;
    cursor: pointer;
  }

  .ontent_communicate_center p {
    width: 910px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    float: left;
    display: block;
    color: #666666;
  }

  .ontent_communicate_center1 p {
    width: 910px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    float: left;
    display: block;
    color: #666666;
  }

  .ontent_communicate_center span {
    width: 130px;
    font-size: 12px;
    float: right;
    display: block;
    color: #999999;
    text-align: right;
  }

  .ontent_communicate_center1 span {
    width: 130px;
    font-size: 12px;
    float: right;
    display: block;
    color: #999999;
    text-align: right;
  }

  .ontent_communicate_bottom {
    width: 1100px;
    margin-top: 10px;
    margin-left: 70px;
    clear: both;
    cursor: pointer;
  }

  .ontent_communicate_bottom1 {
    width: 1100px;
    margin-top: 10px;
    clear: both;
    cursor: pointer;
  }

  .ontent_communicate_bottom img {
    height: 106px;
    margin-left: 10px;
  }

  .ontent_communicate_bottom1 img {
    height: 106px;
    margin-left: 10px;
  }

  .content_communicate_top_ye {
    width: 100%;
    height: 56px;
    color: #000;
  }

  .content_communicate_top_ye p {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    color: #333;
  }

  .content_communicate_top_ye p span {
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    margin-left: 5px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .content_communicate_bottom {
    width: 100%;
    height: 670px;
    background: #f4f8fb;
  }

  .content_communicate_bottom_input {
    width: 1118px;
    height: 40px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content_communicate_bottom_input input {
    width: 100%;
    height: 100%;
    border-top: 1px solid #e2e2e2;
    display: block;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }

  .content_communicate_bottom_textarea {
    width: 1116px;
    height: 453px;
    border: 1px solid #e2e2e2;
    margin: auto;
  }

  .content_communicate_bottom_textarea .content_communicate_upImg {
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-top: 1px solid #e2e2e2;
  }

  .content_communicate_imgs {
    clear: both;
    width: 1086px;
    margin-left: 30px;
    padding-top: 20px;
  }

  .content_communicate_imgs span {
    position: relative;
  }

  #content_communicate_imgs1 .communicate_del_img {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 106px;
  }

  .content_communicate_bottom_textarea textarea {
    width: 1116px;
    border: none;
    height: 389px;
    padding: 10px;
    box-sizing: border-box;
  }

  #content_communicate_upImg img {
    width: 34px;
    height: 24px;
    margin-left: 30px;
    margin-right: 10px;
    float: left;
    margin-top: 18px;
    cursor: pointer;
  }

  .content_communicate_bottom_textarea #content_communicate_upImg div p {
    font-size: 14px;
    color: #116ff2;
    float: left;
    margin-top: 20px;
    cursor: pointer;
  }

  .content_communicate_bottom_textarea #content_communicate_upImg div input {
    cursor: pointer;
  }

  .content_communicate_bottom_btn {
    width: 120px;
    height: 50px;
    border-radius: 2px;
    color: #fff;
    background: #116ff2;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    margin: 30px auto;
    cursor: pointer;
  }

  .content_communicate_imgs i {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -53px;
    right: 0;
    display: block;
  }

  .communicate_del {
    width: 28px;
    height: 28px;
    cursor: pointer;
  }

  /*<!-- ��������ҳ -->*/
  .content_communicateDetail {
    width: 1200px;
    margin: auto;
  }

  .content_communicateDetail_nav {
    width: 100%;
    height: 61px;
  }

  .content_communicateDetail_nav img {
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin-top: 32px;
    margin-right: 10px;
    cursor: pointer;
  }

  .content_communicateDetail_nav p {
    display: block;
    float: left;
    margin-top: 28px;
    color: #333;
    cursor: pointer;
  }

  .content_communicateDetail_nav span {
    display: block;
    float: left;
    margin-top: 28px;
    color: #116ff2;
    cursor: pointer;
  }

  .content_communicateDetail_con_box {
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
  }

  .content_communicateDetail_con {
    width: 1200px;
    background: #fff;
    margin: auto;
    padding-top: 20px;
  }

  .content_communicateDetail_top {
    width: 1160px;
    height: 61px;
    background: #f8f8f8;
    margin: auto;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
  }

  .content_communicateDetail_top p {
    font-size: 18px;
    color: #808080;
    display: block;
    float: left;
    margin-top: 21px;
    margin-left: 30px;
  }

  .content_communicateDetail_top span {
    color: #4886f3;
  }

  .content_communicateDetail_top div {
    width: 120px;
    height: 50px;
    background: #4886f3;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    cursor: pointer;
  }

  .content_communicateDetail_sec {
    width: 1160px;
    height: 56px;
    margin: auto;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
  }

  .content_communicateDetail_sec p {
    display: block;
    color: #333;
    font-size: 16px;
    padding-top: 18px;
    margin-left: 30px;
  }

  .content_communicateDetail_con_con {
    width: 1200px;
    margin: auto;
    background: #fff;
  }

  .content_communicateDetail_con_con_owner {
    width: 1180px;
    min-height: 300px;
    border-bottom: 1px solid #e2e2e2;
    margin-left: 20px;
    position: relative;
    box-sizing: border-box;
  }

  .content_communicateDetail_con_con_owner_name {
    width: 160px;
    min-height: 300px;
    height: 100%;
    background: #f8f8f8;
    padding-top: 30px;
    position: relative;
    float: left;
    box-sizing: border-box;
  }

  .content_communicateDetail_con_con_owner_con {
    width: 1000px;
    padding-top: 30px;
    float: right;
    box-sizing: border-box;
    min-height: 300px;
  }

  .clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
  }

  .clearfix {
    display: inline-block;
  }

  #clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
  }

  #clearfix {
    display: inline-block;
  }

  .content_communicateDetail_con_con_owner_name div {
    width: 88px;
    height: 88px;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    margin-left: 36px;
  }

  .content_communicateDetail_con_con_owner_name div img {
    width: 76px;
    height: 76px;
    margin-left: 5px;
    margin-top: 5px;
  }

  .content_communicateDetail_con_con_owner_name p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .lou {
    position: absolute;
    top: 0;
    right: 0;
  }

  .content_communicateDetail_con_con_owner_con_imgs {
    width: 700px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
  }

  .content_communicateDetail_con_con_owner_con_imgs img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .content_communicateDetail_con_con_owner_con p {
    display: block;
    width: 940px;
    font-size: 12px;
    margin: 0px auto 80px;
  }

  #delateInvitation {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #b3b3b3;
    cursor: pointer;
    outline: none;
  }

  .delateInvitation {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #b3b3b3;
    cursor: pointer;
    outline: none;
  }

  .content_communicateDetail_con_con_owner_con .deleteDate {
    display: block;
    width: 940px;
    font-size: 12px;
    margin: 0px auto 30px;
  }

  .state-one {
    font-size: 11px;
    line-height: 26px;
    color: #f0481a;
    background-color: #fef4f2;
    padding: 0 11px;
    border-radius: 3px;
  }

  .state-two {
    font-size: 11px;
    line-height: 26px;
    color: #116ff2;
    background-color: #f1f7fe;
    padding: 0 11px;
    border-radius: 3px;
  }

  .state-three {
    font-size: 11px;
    line-height: 26px;
    color: #999999;
    background-color: #f5f5f5;
    padding: 0 11px;
    border-radius: 3px;
  }

  /*<!-- ʵѵ����ҳ -->*/
  .content_ranking {
    width: 1200px;
    height: 796px;
    background: #fff;
    padding: 20px;
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
    margin: 30px auto;
    margin-bottom: 60px;
  }

  .content_ranking_ul {
    clear: both;
    width: 100%;
    height: 690px;
    background: #fff;
    display: block;
    color: #333;
    overflow: auto;
  }

  .content_ranking_ul_first {
    font-size: 14px;
    color: #333;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    background: #f8f8f8;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
  }

  .content_ranking_ul_first li {
    width: 16.66%;
    height: 53px;
    float: left;
    text-align: center;
    line-height: 53px;
  }

  .content_ranking_ul_second {
    font-size: 14px;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    background: #e1eaff;
    color: #116ff2;
  }

  .content_ranking_ul_second li {
    width: 16.66%;
    height: 53px;
    float: left;
    text-align: center;
    line-height: 53px;
  }

  .content_ranking_ul_second img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: -5px;
  }

  .content_ranking_uls {
    font-size: 14px;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    background: #e1eaff;
    color: #116ff2;
  }

  .content_ranking_uls li {
    width: 16.66%;
    height: 53px;
    float: left;
    text-align: center;
    line-height: 53px;
  }

  .content_ranking_uls img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: -5px;
  }

  .content_ranking_ul li {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #f5f5f5;
  }

  .content_ranking_ul li ul {
    width: 100%;
    clear: both;
  }

  .content_ranking_ul li ul li {
    width: 16.66%;
    float: left;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
  }

  .content_ranking_ul li ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: -5px;
  }

  /*<!-- �û�ҳ -->*/
  .content_user {
    width: 1200px;
    margin: 10px auto 250px auto;
    background: #fff;
    box-shadow: #e4e7ec 0px 0px 5px 5px;
    border-radius: 5px;
  }

  .content_user_top {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }

  .content_user_top_top {
    width: 100%;
    padding: 40px 0 50px 60px;
    box-sizing: border-box;
    position: relative;
  }

  .content_user_top_top_span {
    color: #ee1313;
    float: left;
    margin: 17px 0 0 0;
  }

  .content_user_top_top p {
    color: #a0a0a0;
    float: left;
    font-size: 14px;
    margin: 13px 0 0 0;
  }

  .content_user_top_top input {
    float: left;
    width: 743px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    color: #333333;
  }

  .content_user_top_bottom {
    width: 100%;
    clear: both;
    padding: 0 0 20px 60px;
  }

  .content_user_top_bottom p {
    float: left;
    font-size: 14px;
    color: #a0a0a0;
    padding-left: 5px;
    box-sizing: border-box;
    margin: 40px 0 0 0;
  }

  .content_user_top_bottom_upImg {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }

  .content_user_top_bottom_user {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }

  .content_user_bottom {
    width: 100%;
    margin-top: 30px;
    height: 370px;
  }

  .content_user_bottom div {
    padding: 0px 0 20px 50px;
    position: relative;
  }

  .content_user_bottom div p {
    float: left;
    font-size: 14px;
    color: #a0a0a0;
    padding-left: 5px;
    box-sizing: border-box;
    margin: 14px 0 0 0;
  }

  .content_user_bottom input {
    width: 743px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    color: #333333;
    margin-top: 5px;
    margin-left: 10px;
  }

  .content_user_bottom_firstDiv {
    margin-top: 30px;
  }

  .content_user_bottom_btn {
    display: block;
    margin: auto;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #116ff2;
    font-size: 18px;
    border: 0;
    margin-top: 35px;
    cursor: pointer;
  }

  .content_user_span {
    color: #999999;
    position: absolute;
    font-size: 14px;
    right: 355px;
    top: 16px;
    margin: 0;
  }

  .content_user_spans {
    color: #999999;
    position: absolute;
    font-size: 14px;
    right: 360px;
    top: 51px;
    margin: 0;
  }

  /*�ײ�˵��*/
  .bottom_p {
    display: block;
    width: 100%;
    text-align: center;
    color: #8596ab;
    font-size: 14px;
    margin: 20px 0;
    clear: both;
  }

  /*���ͼӵ�*/
  #content_index_center_fuxi {
    height: 346px;
    overflow: auto;
  }

  .login_center_center_div button.get-code {
    font-size: 16px;
    color: #116ff2;
    border-radius: 10px;
    width: 105px;
    text-align: center;
    height: 45px;
    background-color: #fff;
    border: 2px solid #116ff2;
    position: absolute;
    right: 10px;
    top: 9.5px;
  }

  .login_div_fixed {
    width: 650px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 15px;
  }

  #BackUrl {
    display: block;
  }

  #BackUrl1 {
    display: none;
  }

  #FrontUrl {
    display: block;
  }

  #FrontUrl1 {
    display: none;
  }

  #bindPhone {
    display: none;
  }

  .full-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
  }
}
