
/*公共样式*/
* {
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none
  }

  a {
    text-decoration: none;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .clear {
    clear: both;
  }

  .addcolor {
    color: #0556F9 !important;
  }

  .men-box {
    width: 1100px;
    margin: auto;
  }

  /*主要样式*/
  .men-box main {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    height: 780px;
  }

  .men-title {
    background: #0556F9;
    color: #fff;
    height: 57px;
    font-size: 22px;
    line-height: 57px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
  }

  .men-slide-box {
    width: 300px;
    background: #FAFAFA;
  }

  .men-slide-ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 600px;
  }

  .men-view-box {
    background: #FAFAFA;
    width: 760px;
  }

  .men-slide-item {
    text-align: left;
    padding-left: 120px;
    font-size: 19px;
    color: #333333;
    cursor: pointer;
  }

  .men-view-page {
    padding: 48px 0;
  }

  /*首页样式头部*/
  .page-home header{
    display: flex;
    justify-content: space-between;
    padding:0 34px 0;
  }
  .men-header-img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    line-height: 112px;
    margin: 0 auto 21px;
    overflow: hidden;
    border: 2px solid #0556F9;
  }
  .men-header-grade {
    margin-bottom: 28px;
    box-sizing: border-box;
  }

  .men-header-grade p {
    color: #666666;
    font-size: 17px;
    text-align: center;
    margin-bottom: 14px;
  }

  .men-header-grade span {
    cursor: pointer;
    color: #fff;
    border-radius: 9px;
    height: 27px;
    padding: 6px 13px;
    font-size: 15px;
    box-sizing: border-box;
  }
  .men-header-title1{
    display: flex;
    justify-content: space-between;
  }
  .men-header-title3{
    width: 310px;
  }
  .header-title3-h1{
    display: flex;
    justify-content: space-between;
  }
  .men-header-title3 span{
    font-size: 17px;
    font-weight: 500;
    margin:0 6px 18px 0;
    cursor: pointer;
    color: #000;
  }

  /*首页part1样式*/
  .page-home section {
    width: 692px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
  }

  .page-home section h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .part1-infor {
    display: flex;
    align-items: center;
  }
  .part1-infor .part1-infor-img{
    margin-right: 15px;
  }
  .part1-infor-content h2{
    margin-bottom: 0;
    color:#333;
    font-size: 16px;
   margin-bottom: 10px;
  }
  .part1-infor-content p{
    color:#666;
    font-size: 13px;
  }


  /*首页part2样式*/
  .home-part2 article {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    padding: 18px 0 22px;
  }

  .home-part2 article .part2-art1 {
    width: 482px;
  }

  .home-part2 .part2-art-box :last-child {
    border: 0;
  }

  .home-part2 article .part2-art1 h2 {
    font-size: 16px;
    font-weight: 400;
    color: #0556F9;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
  }

  .home-part2 article p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }

  .home-part2 article .part2-art2{
    padding-right: 10px;
  }
  .home-part2 article .part2-art1 p {
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  .home-part2 article .part2-art2 p {
    text-align: right;
    
  }

  .home-part2 article .part2-art2 :first-child {
    margin: 4px 0 15px;
  }

  .part2-more {
    width: 106px;
    height: 31px;
    background: #015DF4;
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 4px;
  }

  /* 会员资料样式 */
  .page-menber section {
    padding: 14px 0 0 96px;
  }

  .page-menber section li {
    color: #767676;
    font-size: 17px;
    margin-bottom: 30px;

  }

  .page-menber section li span {
    padding-right: 20px;
  }

  .page-menber section li select {
    width: 82px;
    height: 30px;
    color: #626262;
    font-size: 15px;
    outline: none;
    text-align: center;
    border: 1px solid #626262;
    border-radius: 3px;
    cursor: pointer;

  }

  .page-menber section li select:hover {
    border: 1px solid #64B2FC;
  }

  .page-menber section li input:focus {
    border: 1px solid #64B2FC;
  }

  .page-menber section li input {
    height: 30px;
    width: 100px;
    color: #626262;
    font-size: 15px;
    outline: none;
    text-align: center;
    border: 1px solid #626262;
    border-radius: 3px;
  }

  /* 安全设置样式 */
  .page-security form {
    width: 400px;
    text-align: right;
  }

  

  .security-option {
    margin-bottom: 40px;
    color: #626262;
    font-size: 17px;
    display: flex;
    justify-content: right;
    line-height: 26px;
    height: 60px;
  }

  .security-option input {
    height: 30px;
    width: 174px;
    color: #626262;
    font-size: 16px;
    outline: none;
    border: 1px solid #626262;
    border-radius: 3px;
    margin-left: 15px;
    padding-left: 7px;
  }

  .security-option input:focus {
    border: 1px solid #64B2FC;
  }

  .security-option h5 {
    color: #8f8f8f;
    font-size: 12px;
    text-align: left;
    margin-left: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .security-option p {
    color: #F46B6E;
    font-size: 12px;
    text-align: left;
    margin-left: 15px;
    display: none;
    line-height: 22px;
  }

  .security-btn-box {
    padding-top: 20px;
  }

  .security-btn-box button {
    width: 80px;
    height: 34px;
    border: 1px solid #015DF4;
    font-size: 18px;
    cursor: pointer;
  }

  /* 信息中心样式 */
  .page-information {
    padding: 50px;
  }

  .page-information header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
  }

  .page-information header h5 {
    background: #015DF4;
    color: #fff;
    height: 34px;
    width: 143px;
    text-align: center;
    line-height: 34px;
    font-size: 17px;
    font-weight: 600;
  }

  .page-information header :nth-child(1) {
    width: 460px;
  }

  .page-information article section {
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
  }

  .page-information article :last-child {
    border: 0;
  }

  .page-information article section p {
    height: 80px;
    width: 143px;
    text-align: center;
  }

  .page-information article section :nth-child(1) {
    width: 460px;
    padding: 0 27px 0 17px;
    box-sizing: border-box;
    text-align: left;
  }

  .menber-btn-box {
    padding: 30px 0 0 58px;
  }

  .menber-btn-box button {
    width: 80px;
    height: 34px;
    border: 1px solid #015DF4;
    font-size: 18px;
    cursor: pointer;
  }

  /* 我的评论样式 */
  .page-comment article {
    margin: 0 50px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    padding: 18px 22px 0 0;
  }
  .page-comment article:first-child {
    padding-top: 0;
  }
  .page-comment article:last-child {
    border-bottom: 0
  }

  .comment-title {
    width: 484px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
  }

  .comment-title h4 {
    font-size: 17px;
    font-weight: 400;
    color: #0556F9;
    letter-spacing: 0.6px;
    margin-bottom: 6px;

  }

  .comment-title p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }

  .comment-block {
    width: 100px;
    height: 28px;
    background: #0556F9;
    color: #fff;
    text-align: center;
    line-height: 28px;
  }

  .comment-time {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
  }

  .comment-time p {
    margin-bottom: 8px;
  }

  /* 仪商号样式 */
  .account-apply {
    margin: auto;
    width: 180px;
    margin-top: 140px;
  }

  .account-apply p {
    font-size: 21px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 18px;
    text-align: center;
  }

  .account-apply-btn {
    background: #0556F9;
    color: #fff;
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    border: 0;
    margin-bottom: 12px;
    cursor: pointer;
  }
  .agreementVer {
    display: none;
    height: 0px;
    color: #F46B6E !important;
    font-size: 12px !important;
    text-align: left !important;
  }

  /*分页样式*/
.pages {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.pages a {
  display: inline-block;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  margin-right: 6px;
  background-color: #FFF;
  color: #3f3f3f;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
}

#destoon_pageno {
  width: 42px;
  outline: none;
  border: 1px solid #999999;
  color: #666666;
  text-align: center;
}

.pages input[type="button"] {
  display: inline-block;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  margin-right: 6px;
  background-color: #FFF;
  color: #3f3f3f;
  height: 23px;
  line-height: 23px;
  margin-left: 5px;
  font-size: 14px;
}