/* 内容区 */

@media screen and (min-width: 1000px) {
  .headBox {
    width: 10rem;
    height: 7.796875rem;
    background: url("../images/ChintSparkProgram/headpage.jpg") no-repeat center
      center;
    background-size: 100% 100%;
    position: relative;
  }
  .loginBtn {
    width: 0.973958rem;
    height: 0.286458rem;
    border-radius: 0.078125rem;
    font-size: 0.130208rem;
    text-align: center;
    line-height: 0.286458rem;
    color: #fff;
    border: 3px solid #fff;
    cursor: pointer;
    position: absolute;
    left: 0.84375rem;
    top: 3.883333rem;
  }
  .loginBtn a {
    color: #fff;
  }
  .loginBtn a:active {
    color: #fff;
  }
  .loginBtn a:hover {
    color: #fff !important;
  }
  .headCon {
    width: 8.375rem;
    height: 2.40625rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 5.333333rem;
    transform: translateX(-50%);
    border-radius: 0.140625rem;
    color: #595959;
    font-size: 0.140625rem;
    padding: 0.604167rem 0.494792rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  }
  .headCon1 {
    width: 3.272917rem;
    text-align: justify;
    text-indent: 0.3rem;
  }
  .sixTop {
    width: 8.375rem;
    height: 5.505208rem;
    margin: 0 auto;
    position: relative;
  }
  .sixTopTitle {
    width: 1.604167rem;
    height: 0.291667rem;
    position: absolute;
    right: 0.026042rem;
    top: 0.677083rem;
  }
  .sixTopCon {
    height: 3.1875rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 1.489583rem;
  }
  .sixTopCon1 {
    width: 3.90625rem;
    height: 100%;
    font-size: 0.125rem;
    color: #595959;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sixTopCon1:first-child {
    padding: 0.588542rem 0.390625rem 0.46875rem 0.390625rem;
    box-sizing: border-box;
    text-indent: 0.2rem;
    text-align: justify;
    background-color: #edf0f5;
    border-radius: 0.104167rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  }
  .sixTopCon1Img {
    width: 1.197917rem;
    height: 0.286458rem;
  }
  .sixTopCon2Item {
    width: 3.927083rem;
    height: 0.442708rem;
    border-radius: 0.078125rem;
    border: 3px solid #4dc1ef;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sixTopNum {
    font-size: 0.3125rem;
    color: #3455cb;
    font-weight: bold;
    margin: 0 0.15625rem;
  }
  .ssxzBox {
    height: 5.5rem;
    width: 10rem;
    background-color: #edf0f5;
    position: relative;
  }
  .ssxzConBox {
    margin: 0 auto;
    height: 100%;
    width: 8.375rem;
    position: relative;
  }
  .ssxzTitle {
    width: 1.604167rem;
    height: 0.286458rem;
    position: absolute;
    right: 0.026042rem;
    top: 0.677083rem;
  }
  .sszxContainer {
    height: 3.395833rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 1.432292rem;
  }
  .sszxContainer img {
    width: 2.692708rem;
    height: 3.192708rem;
  }
  .timeLine {
    background-color: #edf0f5;
  }
  .timeLine img {
    width: 9.984375rem;
    height: 1.265625rem;
  }
  .bompage {
    width: 10rem;
    height: 2.630208rem;
    background: url("../images/ChintSparkProgram/bompage.jpg") no-repeat center
      center;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1000px) {
  .headBox {
    width: 100%;
    height: auto;
    min-height: 10rem;
    background: url("../images/ChintSparkProgram/headpage.jpg") no-repeat;
    background-size: contain;
    position: relative;
  }
  .loginBtn {
    width: 2rem;
    height: 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.35rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    position: absolute;
    left: 19%;
    transform: translateX(-50%);
    top: 4rem;
  }
  .loginBtn a {
    color: #fff;
  }
  .loginBtn a:active {
    color: #fff;
  }
  .loginBtn a:hover {
    color: #fff !important;
  }
  .headCon {
    width: 90%;
    height: auto;
    min-height: 6rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5.5rem;
    border-radius: 0.4rem;
    color: #595959;
    font-size: 0.35rem;
    padding: 0.8rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  }
  .headCon1 {
    width: 100%;
    text-align: justify;
    text-indent: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .headCon1:last-child {
    margin-bottom: 0;
  }
  .sixTop {
    width: 90%;
    height: auto;
    min-height: 12rem;
    margin: 0 auto;
    position: relative;
    margin-top: 6rem;
  }
  .sixTopTitle {
    width: 4rem;
    height: 0.8rem;
    position: relative;
    margin: 0 auto 1rem;
    right: auto;
    top: auto;
  }
  .sixTopCon {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: auto;
  }
  .sixTopCon1 {
    width: 100%;
    height: auto;
    font-size: 0.35rem;
    color: #595959;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
  .sixTopCon1:first-child {
    padding: 1rem;
    box-sizing: border-box;
    text-indent: 0.5rem;
    text-align: justify;
    background-color: #edf0f5;
    border-radius: 0.3rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  }
  .sixTopCon1Img {
    width: 3rem;
    height: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .sixTopCon2Item {
    width: 100%;
    height: 1.2rem;
    border-radius: 0.2rem;
    border: 3px solid #4dc1ef;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
  }
  .sixTopNum {
    font-size: 0.6rem;
    color: #3455cb;
    font-weight: bold;
    margin: 0 0.3rem;
  }
  .ssxzBox {
    height: auto;
    min-height: 12rem;
    width: 100%;
    background-color: #edf0f5;
    position: relative;
    padding: 2rem 0;
  }
  .ssxzConBox {
    margin: 0 auto;
    height: 100%;
    width: 90%;
    position: relative;
  }
  .ssxzTitle {
    width: 4rem;
    height: 0.7rem;
    position: relative;
    margin: 0 auto 1.5rem;
    right: auto;
    top: auto;
  }
  .sszxContainer {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: auto;
  }
  .sszxContainer img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .timeLine {
    background-color: #edf0f5;
    padding: 1rem 0;
  }
  .timeLine img {
    width: 100%;
    height: auto;
  }
  .bompage {
    width: 100%;
    height: auto;
    min-height: 6rem;
    background: url("../images/ChintSparkProgram/bompage.jpg") no-repeat center
      center;
    background-size: cover;
  }
}
