﻿.perio_profile {width:1200px;margin:0 auto;
  padding: 20px 0;
}
.perio_profile .perio_profile_info_left {
  /*width: 240px;*/
  width: 20%;
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  color: #333333;
  float: left;
  margin-bottom: 63px;
  margin-left: 15px;
}
.perio_profile .perio_profile_info_left .perio_info_left_header {
  width: 240px;
  height: 38px;
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  line-height: 38px;
  text-align: center;
}
.perio_profile .perio_profile_info_left .perio_info_left_header:nth-child(1) + .perio_info_left_content {
  border-top: none !important;
}
.perio_profile .perio_profile_info_left .perio_info_left_content {
  font-size: 12px;
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 22px 0 18px;
  border-top: 1px solid #ccc;
  white-space: normal;
  word-break: break-all;
  text-overflow: ellipsis;
}
.perio_profile .perio_profile_info_left .perio_info_left_content .perio_info_left_name {
  letter-spacing: 4px;
  padding-left: 4px;
  display: inline-block;
}
.perio_profile .perio_profile_info_left .perio_info_left_content .perio_info_left_title {
  width: 114px;
  display: inline-block;
  float: right;
}
.perio_profile .perio_profile_info_left .perio_info_left_content .perio_info_item {
  line-height: 18px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  padding-bottom: 12px;
}
.perio_profile .perio_profile_info_left .perio_info_left_content .perio_info_item .perio_info_left_other,
.perio_profile .perio_profile_info_left .perio_info_left_content .perio_info_item .perio_info_left_name {
  padding-left: 4px;
  display: inline-block;
}
.perio_profile .perio_profile_info_left .perio_info_left_content .perio_info_item .perio_info_left_title {
  width: 114px;
  display: inline-block;
  float: right;
}
.perio_profile .perio_profile_info_right {
  /*width: 620px;*/
  width: 76%;
  overflow: hidden;
  margin-bottom: 10px;
  color: #484848;
  font-size: 16px;
  position: relative;
  line-height: 2;
  padding-left: 20px;
}
.perio_profile .perio_profile_info_right .perio_info_right_title {
  font-size: 16px;
  /*width: 620px;*/
  width: 100%;
  border-bottom: 1px dashed #ccc;
  float: left;
  line-height: 2;
}
.perio_profile .perio_profile_info_right .perio_info_right_title span {
  display: inline-block;
  margin-bottom: 10px;
}
.perio_profile .perio_profile_info_right .perio_info_right_content {
  /*width: 620px;*/
  width: 100%;
  float: left;
  font-size: 12px;
  margin-bottom: 35px;
}
.perio_profile .perio_profile_info_right .perio_info_right_content .perio_info_right_width {
  /*width: 610px;*/
}
.perio_profile .perio_profile_info_right .perio_info_right_content span {
  display: inline-block;
  margin-top: 15px;
}






.contribute{
    width:92%;
    margin: 0 4%;
}
.contribute_tip{
    padding-top:45px;
    padding-bottom:30px;
    color:#1b66e6;
    font-size:16px;
    text-align: center;
}
.contribute .form{
    font-size:12px;
    padding-bottom:38px;
    border-bottom:#e2e2e2;
}
.contribute .form table{
    width:100%;
}
.contribute .form th{
    padding-right:10px;
    width:20%;
    font-weight: normal;
    text-align: right;
    color:#000;
    line-height: 65px;
}
.contribute .form td.tip{
    padding-left:5px;
    color:#999;
}
.contribute .form td.input,
.contribute .form td.file_input,
.contribute .form td.btn{
    width:362px;
}
.contribute .form td.input input{
    width:340px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    box-shadow: 0 0 5px 1px #dadada;
    -webkit-box-shadow: 0 0 5px 1px #dadada;
    color:#333;
    font-size:14px;
    background-color:#fff;
    border-radius: 4px;
}
.contribute .form td.input input:focus{
    box-shadow: 0 0 5px 1px #2c97de;
    -webkit-box-shadow: 0 0 5px 1px #2c97de;
}
.contribute .form td.file_input .file{
    position: relative;
    width:100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#666;
    font-size:12px;
    box-shadow: 0 0 5px 1px #dadada;
    -webkit-box-shadow: 0 0 5px 1px #dadada;
}
.contribute .form td.file_input .file input{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    opacity: 0;
    cursor: pointer;
}
.contribute .form td.btn{
    text-align: right;
}
.contribute .form td.btn .btn_red{
    width:80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1b66e6;
    border:none;
    color:#fff;
    font-size:14px;
}
.contribute .notice{
    padding:0 60px 0 60px;
}
.contribute .notice .notice_tit{
    padding:22px 0 14px;
    color:#1b66e6;
    font-weight: bold;
}
.contribute .notice .notice_con{
    color:#666;
    line-height: 25px;
    font-size:12px;
}
.contribute .notice .notice_con ul{
    padding-left: 28px;
}
.contribute .notice .notice_con li{
    margin: 12px 0;
    position: relative;
    line-height: 22px;
}
.contribute .notice .notice_con li::before{
    position: absolute;
    left: -10px;
    top:10px;
    width:3px;
    height: 3px;
    background-color:#c23036;
    content: "";
}
.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    width: 56px;
    margin-left: 43px;
}

    .file input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .file:hover {
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
    }

.activess {
    border: 1px solid red !important;
}

.ewm {
    top: 60px;
    left: 50px;
    width: 200px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.weixin {
    position: relative;
}

    .weixin::after {
        content: url(../images/wzqkweixin.jpg);
        position: absolute;
        right: 58px;
        top: 50px;
        z-index: 99;
        width: 100px;
        height: 100px;
        /*border: 5px solid #0095ba;*/
        border-radius: 4px;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .weixin:hover::after {
        transform: scale(1);
        opacity: 1;
    }