/* @font-face {
  font-family: "siyuan";
  src: url("../fonts/NotoSansHans-Black.ttf");
} */
/* body {
  font-family: siyuan;
} */
/* .test2 {
  font-family: "siyuan";
} */
body {
  font-family: "楷体", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", serif, sans-serif;
}
@media (min-width: 768px) {
  .backgroundimg {
    background-image: url(../images/edition2/用心服务.png);
    width: 100%;
    height: auto;
    background-size: 100% 100%; 
    background-repeat: no-repeat;
  }

  a.active {
    color: #ae0d2a !important;
  }
  
  .newcard {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 2px solid #f5f5f5;
    box-shadow: 3px 3px 3px -1px #f5f5f5, -3px -3px 3px -1px #f5f5f5;
  }

  .registerformp {
    border: 2px solid #f5f5f5;
    box-shadow: 3px 3px 3px -1px #f5f5f5, -3px -3px 3px -1px #f5f5f5;
    font-family: sans-serif;
  }

  .divp2 {
    padding-left: 1.8rem;
  }

  .registerform label, .registerform legend, .registerform span {
    font-size: 0.8rem;
  }

  .newcard:last-child {
    margin-bottom: 5rem;
  }

  .footertext {
    padding: 0.5rem 0 0.5rem 0;
  }

  .customerCard {
    margin-top: 4rem;
  }

  .customerCard:last-child {
    margin-bottom: 4rem;
  }
  
  .cardfonttop {
    color: black;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  .cardfontcenter {
    color: #a32029;
    font-size: 1.3rem;
    font-weight: bold;
  }
  
  .cardline {
    width: 3rem;
    height: 0.25rem;
    background-color: #a32029;
    margin-bottom: 1rem;
  }
  
  .cardfontbottom {
    color: #333333;
    font-size: 1rem;
  }
  
  .loginbutton {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  
  .successcard {
    border: 2px solid #f5f5f5;
  }

  .iconimg {
    padding-bottom: 2rem;
  }

  header > div {
    margin-top: 1rem;
  }

  #cardtitle {
    color: white;
    font-weight: bold;
    padding: 4rem;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 30%;
  }
  .mycard {
    background: #f5f5f5;
    padding: 4rem;
    font-size: 1.1rem;
  }
  .navbar .mobilenavbar {
    display: none;
  }

  .username {
    border:solid 2px #ccc;
    border-radius: 0.5rem;
    width:90%;
    height:3rem;
    background:white url(../images/edition2/usericon.png) no-repeat;
    background-position: 3% center;
    background-size: 7% 65%;
  }
  
  .password {
    border:solid 2px #ccc;
    border-radius: 0.5rem;
    width:90%;
    height:3rem;
    background:white url(../images/edition2/pwdicon.png) no-repeat;
    background-position: 3% center;
    background-size: 7% 65%;
  }
  
  .username input,.password input{
    border:none;
    background:none;
    height:100%;
    line-height:30px;
    width:100%; 
    text-indent:11%;
    border-radius: 0.5rem;
  }

  .logintitle {
    margin: 9rem 0 2rem 7rem;
  }
  
  .logintitle p.title {
    font-size: 2.8rem;
    font-weight: bold;
    color: white;
    text-align: justify;
    height: 6rem;
    padding-left: 0;
  }

  .logintitle p.title span {
    display: inline-block;
    width: 100%;
    height: 1px;
    padding-left: 0;
  }
  
  .logintitle p.content {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    padding-left: 0;
  }
  
  .logintitle .cardline {
    width: 3rem;
    height: 0.25rem;
    background-color: white;
    margin-bottom: 1rem;
  }
  
  .logintitle input:focus {
    outline: 0;
    border: 2px solid #a32029;
  }

  .mytitle {
    color: #ae0d2a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
  }
  
  .footertext {
    font-size: 0.8rem;
  }
  
  .nav-item {
    font-weight: 700;
    font-size: 1.2rem;
  }
  
  #filespan div:hover {
    cursor: pointer;
  }

  .pcRegisterForm .input-group-text {
    background-color: white;
    border-left: none;
  }

  .pcRegisterForm .appendInput {
    border-right: none;
  }

  .error {
  	color: red;
  }
}

@media (min-width: 1500px){
  #cardtitle {
    color: white;
    font-weight: bold;
    padding: 4rem;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 27%;
  }

  #cardtitle p {
    font-size: 1.25rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
  }
}
