@media screen and (min-width: 1200px) {
  .banner {
    margin-top: -70px;
    position: relative;
    z-index: -1;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 315px;
    height: 70px;
    text-align: center;
  }
  .banner .intro .lineBox {
    margin-bottom: 5px;
    width: 315px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .banner .intro .lineBox span {
    font-size: 48px;
    line-height: 55px;
    color: #FFFFFF;
  }
  .banner .intro .lineBox .name {
    font-family: "Auraka光荣日字体";
    width: 212px;
    margin: 0 12px;
  }
  .banner .intro .lineBox .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
  }
  .banner .intro .en {
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
  }
  .banner .intro .border {
    position: absolute;
    top: 28px;
    width: 315px;
    height: 70px;
    border: 2px solid #fff;
    border-top: none;
    box-sizing: border-box;
  }
  .curmb {
    margin-bottom: 50px;
    height: 54px;
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 54px;
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .cooperate {
    padding: 0 0 70px 0;
    background-image: url(../img/aboutUs/img-业务合作bg@2x.png);
    background-size: cover;
  }
  .cooperate .content {
    width: 900px;
    margin: 0 auto 0 auto;
  }
  .cooperate .content .title {
    margin-top: 30px;
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 36px;
  }
  .cooperate .content .title::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 30px;
    height: 4px;
    background: #677EB8;
  }
  .cooperate .content .introduce {
    width: 900px;
    margin: 0 auto 30px auto;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    text-align: justify;
  }
  .cooperate .content .expertForm {
    padding: 40px 50px;
    background: #fff;
    width: 900px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px rgba(148, 148, 148, 0.04);
    box-shadow: 0px 0px 27px 0px rgba(61, 61, 61, 0.06);
    box-sizing: border-box;
  }
  .cooperate .content .expertForm .name,
  .cooperate .content .expertForm .duty,
  .cooperate .content .expertForm .unit,
  .cooperate .content .expertForm .tele,
  .cooperate .content .expertForm .other {
    margin-bottom: 24px;
  }
  .cooperate .content .expertForm .name .item,
  .cooperate .content .expertForm .duty .item,
  .cooperate .content .expertForm .unit .item,
  .cooperate .content .expertForm .tele .item,
  .cooperate .content .expertForm .other .item {
    margin-bottom: 8px;
  }
  .cooperate .content .expertForm .name .item span:first-of-type,
  .cooperate .content .expertForm .duty .item span:first-of-type,
  .cooperate .content .expertForm .unit .item span:first-of-type,
  .cooperate .content .expertForm .tele .item span:first-of-type,
  .cooperate .content .expertForm .other .item span:first-of-type {
    margin-right: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #C22F2F;
  }
  .cooperate .content .expertForm .name .item span:last-of-type,
  .cooperate .content .expertForm .duty .item span:last-of-type,
  .cooperate .content .expertForm .unit .item span:last-of-type,
  .cooperate .content .expertForm .tele .item span:last-of-type,
  .cooperate .content .expertForm .other .item span:last-of-type {
    font-size: 16px;
    line-height: 22px;
    color: #333;
  }
  .cooperate .content .expertForm .name input,
  .cooperate .content .expertForm .duty input,
  .cooperate .content .expertForm .unit input,
  .cooperate .content .expertForm .tele input,
  .cooperate .content .expertForm .other input {
    padding: 0 13px;
    width: 800px;
    height: 56px;
    color: #677eb8;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .cooperate .content .expertForm .name input::placeholder,
  .cooperate .content .expertForm .duty input::placeholder,
  .cooperate .content .expertForm .unit input::placeholder,
  .cooperate .content .expertForm .tele input::placeholder,
  .cooperate .content .expertForm .other input::placeholder {
    font-size: 14px;
    line-height: 56px;
    color: #999999;
  }
  .cooperate .content .expertForm .name textarea,
  .cooperate .content .expertForm .duty textarea,
  .cooperate .content .expertForm .unit textarea,
  .cooperate .content .expertForm .tele textarea,
  .cooperate .content .expertForm .other textarea {
    padding: 14px;
    width: 800px;
    height: 95px;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    color: #333;
  }
  .cooperate .content .expertForm .name textarea::placeholder,
  .cooperate .content .expertForm .duty textarea::placeholder,
  .cooperate .content .expertForm .unit textarea::placeholder,
  .cooperate .content .expertForm .tele textarea::placeholder,
  .cooperate .content .expertForm .other textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }
  .cooperate .content .expertForm .name input:focus,
  .cooperate .content .expertForm .duty input:focus,
  .cooperate .content .expertForm .unit input:focus,
  .cooperate .content .expertForm .tele input:focus,
  .cooperate .content .expertForm .other input:focus {
    outline: #677eb8;
    border: 1px solid #677eb8;
  }
  .cooperate .content .expertForm .name textarea:focus,
  .cooperate .content .expertForm .duty textarea:focus,
  .cooperate .content .expertForm .unit textarea:focus,
  .cooperate .content .expertForm .tele textarea:focus,
  .cooperate .content .expertForm .other textarea:focus {
    outline: none;
    border: 1px solid #677eb8;
  }
  .cooperate .content .expertForm .upFile {
    margin-bottom: 40px;
  }
  .cooperate .content .expertForm .upFile .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .cooperate .content .expertForm .upFile .item span {
    font-size: 16px;
    line-height: 22px;
    color: #333;
  }
  .cooperate .content .expertForm .upFile .item label {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #677EB8;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    color: #677EB8;
    cursor: pointer;
  }
  .cooperate .content .expertForm .upFile .files ul li {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .cooperate .content .expertForm .upFile .files ul li span {
    margin-right: 18px;
    font-size: 16px;
    color: #677EB8;
    width: 260px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cooperate .content .expertForm .upFile .files ul li img {
    width: 18px;
    height: 18px;
  }
  .cooperate .content .expertForm .btn {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .cooperate .content .expertForm .btn span:first-of-type {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
  }
  .cooperate .content .expertForm .btn span:last-of-type {
    display: inline-block;
    display: block;
    width: 180px;
    height: 55px;
    background: #8695A4;
    font-size: 20px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
  }
   /*模态框*/
  .modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 根据浏览器定位 */
    z-index: 1;
    /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全宽 */
    height: 100%;
    /* 全高 */
    overflow: auto;
    /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 背景色 */
  }
  /*模态框内容*/
  .modal-content {
    padding: 40px 0 20px 0;
    width: 500px;
    margin: auto;
    background: #fff;
    text-align: center;
    margin: 15% auto;
    animation: topDown 0.4s;
  }
  @keyframes topDown {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /*模态框头部*/
  .modal-header {
    margin-bottom: 12px;
  }
  .modal-header img {
    width: 60px;
    height: 60px;
  }
  .modal-body {
    margin-bottom: 40px;
  }
  .modal-body p {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
  }
  .modal-footer button {
    padding: 9px 29px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    cursor: pointer;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner {
    margin-top: calc(-0.8 * 70px);
    position: relative;
  }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(0.7 * 315px);
    height: calc(0.7 * 70px);
    text-align: center;
  }
  .banner .intro .lineBox {
    margin-bottom: 5px;
    width: calc(0.7 * 315px);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .banner .intro .lineBox span {
    font-size: calc(0.7 * 48px);
    line-height: calc(0.7 * 55px);
    color: #FFFFFF;
  }
  .banner .intro .lineBox .name {
    font-family: "Auraka光荣日字体";
    width: calc(0.7 * 212px);
    margin: 0 calc(0.7 * 12px);
  }
  .banner .intro .lineBox .line {
    display: inline-block;
    width: calc(0.7 * 40px);
    height: 2px;
    background: #fff;
  }
  .banner .intro .en {
    font-size: calc(0.7 * 15px);
    line-height: calc(0.7 * 21px);
    color: #FFFFFF;
  }
  .banner .intro .border {
    position: absolute;
    top: calc(0.7 * 28px);
    width: calc(0.7 * 315px);
    height: calc(0.7 * 70px);
    border: 2px solid #fff;
    border-top: none;
    box-sizing: border-box;
  }
  .curmb {
    margin-bottom: calc(0.8 * 30px);
    height: calc(0.8 * 54px);
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: calc(100vw - 48px);
    margin: auto;
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .cooperate {
    padding: 0 0 calc(0.8 * 70px) 0;
    background-image: url(../img/aboutUs/img-业务合作bg@2x.png);
    background-size: cover;
  }
  .cooperate .content {
    width: calc(0.8 * 900px);
    margin: 0 auto 0 auto;
  }
  .cooperate .content .title {
    margin-top: calc(0.8 * 30px);
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.8 * 36px);
  }
  .cooperate .content .title::after {
    position: absolute;
    bottom: calc(-0.8 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: calc(0.8 * 4px);
    background: #677EB8;
  }
  .cooperate .content .introduce {
    width: calc(0.8 * 900px);
    margin: 0 auto calc(0.8 * 30px) auto;
    font-size: calc(0.8 * 20px);
    line-height: calc(0.8 * 34px);
    color: #333333;
    text-align: justify;
  }
  .cooperate .content .expertForm {
    padding: calc(0.8 * 40px) calc(0.8 * 50px);
    background: #fff;
    width: calc(0.8 * 900px);
    margin: 0 auto;
    box-shadow: 0px 0px calc(0.8 * 15px) 0px rgba(148, 148, 148, 0.04);
    box-shadow: 0px 0px calc(0.8 * 27px) 0px rgba(61, 61, 61, 0.06);
    box-sizing: border-box;
  }
  .cooperate .content .expertForm .name,
  .cooperate .content .expertForm .duty,
  .cooperate .content .expertForm .unit,
  .cooperate .content .expertForm .tele,
  .cooperate .content .expertForm .other {
    margin-bottom: calc(0.8 * 24px);
  }
  .cooperate .content .expertForm .name .item,
  .cooperate .content .expertForm .duty .item,
  .cooperate .content .expertForm .unit .item,
  .cooperate .content .expertForm .tele .item,
  .cooperate .content .expertForm .other .item {
    margin-bottom: calc(0.8 * 8px);
  }
  .cooperate .content .expertForm .name .item span:first-of-type,
  .cooperate .content .expertForm .duty .item span:first-of-type,
  .cooperate .content .expertForm .unit .item span:first-of-type,
  .cooperate .content .expertForm .tele .item span:first-of-type,
  .cooperate .content .expertForm .other .item span:first-of-type {
    margin-right: calc(0.8 * 4px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #C22F2F;
  }
  .cooperate .content .expertForm .name .item span:last-of-type,
  .cooperate .content .expertForm .duty .item span:last-of-type,
  .cooperate .content .expertForm .unit .item span:last-of-type,
  .cooperate .content .expertForm .tele .item span:last-of-type,
  .cooperate .content .expertForm .other .item span:last-of-type {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #333;
  }
  .cooperate .content .expertForm .name input,
  .cooperate .content .expertForm .duty input,
  .cooperate .content .expertForm .unit input,
  .cooperate .content .expertForm .tele input,
  .cooperate .content .expertForm .other input {
    padding: 0 calc(0.8 * 13px);
    width: calc(0.8 * 800px);
    height: calc(0.8 * 56px);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #333;
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 56px);
  }
  .cooperate .content .expertForm .name input::placeholder,
  .cooperate .content .expertForm .duty input::placeholder,
  .cooperate .content .expertForm .unit input::placeholder,
  .cooperate .content .expertForm .tele input::placeholder,
  .cooperate .content .expertForm .other input::placeholder {
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 56px);
    color: #999999;
  }
  .cooperate .content .expertForm .name textarea,
  .cooperate .content .expertForm .duty textarea,
  .cooperate .content .expertForm .unit textarea,
  .cooperate .content .expertForm .tele textarea,
  .cooperate .content .expertForm .other textarea {
    padding: calc(0.8 * 14px);
    width: calc(0.8 * 800px);
    height: calc(0.8 * 95px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    color: #333;
  }
  .cooperate .content .expertForm .name textarea::placeholder,
  .cooperate .content .expertForm .duty textarea::placeholder,
  .cooperate .content .expertForm .unit textarea::placeholder,
  .cooperate .content .expertForm .tele textarea::placeholder,
  .cooperate .content .expertForm .other textarea::placeholder {
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #999999;
  }
  .cooperate .content .expertForm .name input:focus,
  .cooperate .content .expertForm .duty input:focus,
  .cooperate .content .expertForm .unit input:focus,
  .cooperate .content .expertForm .tele input:focus,
  .cooperate .content .expertForm .other input:focus {
    outline: #677eb8;
    border: 1px solid #677eb8;
  }
  .cooperate .content .expertForm .name textarea:focus,
  .cooperate .content .expertForm .duty textarea:focus,
  .cooperate .content .expertForm .unit textarea:focus,
  .cooperate .content .expertForm .tele textarea:focus,
  .cooperate .content .expertForm .other textarea:focus {
    outline: none;
    border: 1px solid #677eb8;
  }
  .cooperate .content .expertForm .upFile {
    margin-bottom: calc(0.8 * 40px);
  }
  .cooperate .content .expertForm .upFile .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(0.8 * 16px);
  }
  .cooperate .content .expertForm .upFile .item span {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #333;
  }
  .cooperate .content .expertForm .upFile .item label {
    width: calc(0.8 * 70px);
    height: calc(0.8 * 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #677EB8;
    border-radius: 2px;
    background: #fff;
    font-size: calc(0.8 * 12px);
    color: #677EB8;
    text-align: center;
  }
  .cooperate .content .expertForm .upFile .files ul li {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .cooperate .content .expertForm .upFile .files ul li span {
    margin-right: calc(0.8 * 18px);
    font-size: calc(0.8 * 16px);
    color: #677EB8;
    width: calc(0.8 * 260px);
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cooperate .content .expertForm .upFile .files ul li img {
    width: calc(0.8 * 18px);
    height: calc(0.8 * 18px);
  }
  .cooperate .content .expertForm .btn {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .cooperate .content .expertForm .btn span:first-of-type {
    display: inline-block;
    margin-right: calc(0.8 * 16px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #999999;
  }
  .cooperate .content .expertForm .btn span:last-of-type {
    display: inline-block;
    display: block;
    width: calc(0.8 * 180px);
    height: calc(0.8 * 55px);
    background: #8695A4;
    font-size: calc(0.8 * 20px);
    line-height: calc(0.8 * 55px);
    color: #FFFFFF;
    text-align: center;
  }
   /*模态框*/
  .modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 根据浏览器定位 */
    z-index: 1;
    /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全宽 */
    height: 100%;
    /* 全高 */
    overflow: auto;
    /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 背景色 */
  }
  /*模态框内容*/
  .modal-content {
    padding: calc(0.8 * 40px) 0 calc(0.8 * 20px) 0;
    width: calc(0.8 * 500px);
    margin: auto;
    background: #fff;
    text-align: center;
    margin: 15% auto;
    animation: topDown 0.4s;
  }
  @keyframes topDown {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /*模态框头部*/
  .modal-header {
    margin-bottom: calc(0.8 * 12px);
  }
  .modal-header img {
    width: calc(0.8 * 60px);
    height: calc(0.8 * 60px);
  }
  .modal-body {
    margin-bottom: calc(0.8 * 40px);
  }
  .modal-body p {
    font-size: calc(0.8 * 20px);
    line-height: calc(0.8 * 28px);
    color: #333333;
  }
  .modal-footer button {
    padding: calc(0.8 * 9px) calc(0.8 * 29px);
    border: 1px solid #d9d9d9;
    border-radius: calc(0.8 * 4px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #333333;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: calc(-0.8 * 70px);
    position: relative;
  }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(0.5 * 315px);
    height: calc(0.5 * 70px);
    text-align: center;
  }
  .banner .intro .lineBox {
    margin-bottom: 5px;
    width: calc(0.5 * 315px);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .banner .intro .lineBox span {
    font-size: calc(0.5 * 48px);
    line-height: calc(0.5 * 55px);
    color: #FFFFFF;
  }
  .banner .intro .lineBox .name {
    font-family: "Auraka光荣日字体";
    width: calc(0.5 * 212px);
    margin: 0 calc(0.5 * 12px);
  }
  .banner .intro .lineBox .line {
    display: inline-block;
    width: calc(0.5 * 40px);
    height: 2px;
    background: #fff;
  }
  .banner .intro .en {
    font-size: calc(0.5 * 15px);
    line-height: calc(0.5 * 21px);
    color: #FFFFFF;
  }
  .banner .intro .border {
    position: absolute;
    top: calc(0.5 * 28px);
    width: calc(0.5 * 315px);
    height: calc(0.5 * 70px);
    border: 2px solid #fff;
    border-top: none;
    box-sizing: border-box;
  }
  .curmb {
    margin-bottom: calc(0.7 * 30px);
    height: calc(0.7 * 54px);
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: calc(100vw - 24px);
    margin: auto;
    font-size: calc(0.7 * 16px);
    line-height: calc(0.7 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .cooperate {
    padding: 0 0 calc(0.6 * 70px) 0;
    background-image: url(../img/aboutUs/img-业务合作bg@2x.png);
    background-size: cover;
  }
  .cooperate .content {
    width: calc(100vw - 24px);
    margin: 0 auto 0 auto;
  }
  .cooperate .content .title {
    margin-top: calc(0.6 * 30px);
    position: relative;
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.6 * 36px);
  }
  .cooperate .content .title::after {
    position: absolute;
    bottom: calc(-0.6 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.6 * 30px);
    height: calc(0.6 * 4px);
    background: #677EB8;
  }
  .cooperate .content .introduce {
    width: calc(100vw - 48px);
    margin: 0 auto calc(0.6 * 30px) auto;
    font-size: calc(0.6 * 20px);
    line-height: calc(0.6 * 34px);
    color: #333333;
    text-align: justify;
  }
  .cooperate .content .expertForm {
    padding: calc(0.4 * 40px) calc(0.4 * 50px);
    background: #fff;
    width: calc(100vw - 24px);
    margin: 0 auto;
    box-shadow: 0px 0px calc(0.6 * 15px) 0px rgba(148, 148, 148, 0.04);
    box-shadow: 0px 0px calc(0.6 * 27px) 0px rgba(61, 61, 61, 0.06);
    box-sizing: border-box;
  }
  .cooperate .content .expertForm .name,
  .cooperate .content .expertForm .duty,
  .cooperate .content .expertForm .unit,
  .cooperate .content .expertForm .tele,
  .cooperate .content .expertForm .other {
    margin-bottom: calc(0.6 * 24px);
  }
  .cooperate .content .expertForm .name .item,
  .cooperate .content .expertForm .duty .item,
  .cooperate .content .expertForm .unit .item,
  .cooperate .content .expertForm .tele .item,
  .cooperate .content .expertForm .other .item {
    margin-bottom: calc(0.6 * 8px);
  }
  .cooperate .content .expertForm .name .item span:first-of-type,
  .cooperate .content .expertForm .duty .item span:first-of-type,
  .cooperate .content .expertForm .unit .item span:first-of-type,
  .cooperate .content .expertForm .tele .item span:first-of-type,
  .cooperate .content .expertForm .other .item span:first-of-type {
    margin-right: calc(0.6 * 4px);
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #C22F2F;
  }
  .cooperate .content .expertForm .name .item span:last-of-type,
  .cooperate .content .expertForm .duty .item span:last-of-type,
  .cooperate .content .expertForm .unit .item span:last-of-type,
  .cooperate .content .expertForm .tele .item span:last-of-type,
  .cooperate .content .expertForm .other .item span:last-of-type {
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #333;
  }
  .cooperate .content .expertForm .name input,
  .cooperate .content .expertForm .duty input,
  .cooperate .content .expertForm .unit input,
  .cooperate .content .expertForm .tele input,
  .cooperate .content .expertForm .other input {
    padding: 0 calc(0.6 * 13px);
    width: 100%;
    height: calc(0.6 * 56px);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #333;
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 56px);
  }
  .cooperate .content .expertForm .name input::placeholder,
  .cooperate .content .expertForm .duty input::placeholder,
  .cooperate .content .expertForm .unit input::placeholder,
  .cooperate .content .expertForm .tele input::placeholder,
  .cooperate .content .expertForm .other input::placeholder {
    font-size: calc(0.6 * 14px);
    line-height: calc(0.6 * 56px);
    color: #999999;
  }
  .cooperate .content .expertForm .name textarea,
  .cooperate .content .expertForm .duty textarea,
  .cooperate .content .expertForm .unit textarea,
  .cooperate .content .expertForm .tele textarea,
  .cooperate .content .expertForm .other textarea {
    padding: calc(0.6 * 14px);
    width: 100%;
    height: calc(0.6 * 95px);
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    color: #333;
  }
  .cooperate .content .expertForm .name textarea::placeholder,
  .cooperate .content .expertForm .duty textarea::placeholder,
  .cooperate .content .expertForm .unit textarea::placeholder,
  .cooperate .content .expertForm .tele textarea::placeholder,
  .cooperate .content .expertForm .other textarea::placeholder {
    font-size: calc(0.6 * 14px);
    line-height: calc(0.6 * 20px);
    color: #999999;
  }
  .cooperate .content .expertForm .name input:focus,
  .cooperate .content .expertForm .duty input:focus,
  .cooperate .content .expertForm .unit input:focus,
  .cooperate .content .expertForm .tele input:focus,
  .cooperate .content .expertForm .other input:focus {
    outline: #677eb8;
    border: 1px solid #677eb8;
  }
  .cooperate .content .expertForm .name textarea:focus,
  .cooperate .content .expertForm .duty textarea:focus,
  .cooperate .content .expertForm .unit textarea:focus,
  .cooperate .content .expertForm .tele textarea:focus,
  .cooperate .content .expertForm .other textarea:focus {
    outline: none;
    border: 1px solid #677eb8;
  }
  .cooperate .content .expertForm .upFile {
    margin-bottom: calc(0.6 * 40px);
  }
  .cooperate .content .expertForm .upFile .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(0.6 * 16px);
  }
  .cooperate .content .expertForm .upFile .item span {
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #333;
  }
  .cooperate .content .expertForm .upFile .item label {
    width: calc(0.6 * 70px);
    height: calc(0.6 * 30px);
    border: 1px solid #677EB8;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: calc(0.6 * 12px);
    color: #677EB8;
    text-align: center;
  }
  .cooperate .content .expertForm .upFile .files ul li {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .cooperate .content .expertForm .upFile .files ul li span {
    margin-right: calc(0.6 * 18px);
    font-size: calc(0.6 * 16px);
    color: #677EB8;
    width: calc(0.6 * 260px);
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cooperate .content .expertForm .upFile .files ul li img {
    width: calc(0.6 * 18px);
    height: calc(0.6 * 18px);
  }
  .cooperate .content .expertForm .btn {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .cooperate .content .expertForm .btn span:first-of-type {
    display: inline-block;
    margin-right: calc(0.6 * 16px);
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #999999;
  }
  .cooperate .content .expertForm .btn span:last-of-type {
    display: inline-block;
    display: block;
    width: calc(0.5 * 180px);
    height: calc(0.5 * 55px);
    background: #8695A4;
    font-size: calc(0.6 * 20px);
    line-height: calc(0.5 * 55px);
    color: #FFFFFF;
    text-align: center;
  }
   /*模态框*/
  .modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 根据浏览器定位 */
    z-index: 1;
    /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全宽 */
    height: 100%;
    /* 全高 */
    overflow: auto;
    /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 背景色 */
  }
  /*模态框内容*/
  .modal-content {
    padding: calc(0.6 * 40px) 0 calc(0.6 * 20px) 0;
    width: calc(0.6 * 500px);
    margin: auto;
    background: #fff;
    text-align: center;
    margin: 50% auto;
    animation: topDown 0.4s;
  }
  @keyframes topDown {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /*模态框头部*/
  .modal-header {
    margin-bottom: calc(0.6 * 12px);
  }
  .modal-header img {
    width: calc(0.6 * 60px);
    height: calc(0.6 * 60px);
  }
  .modal-body {
    margin-bottom: calc(0.6 * 40px);
  }
  .modal-body p {
    font-size: calc(0.6 * 20px);
    line-height: calc(0.6 * 28px);
    color: #333333;
  }
  .modal-footer button {
    padding: calc(0.6 * 9px) calc(0.6 * 29px);
    border: 1px solid #d9d9d9;
    border-radius: calc(0.6 * 4px);
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #333333;
    cursor: pointer;
  }
}
