html {
  font-size: 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  html .prodAll {
    height: 650px;
    opacity: 1;
    background: #ffffff;
    display: flex;
    line-height: 20px;
    align-items: center;
  }
  html .prodAll .left {
    display: flex;
    flex-direction: column;
  }
  html .prodAll .left .top {
    display: flex;
    margin-bottom: 28px;
  }
  html .prodAll .left .top .logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  html .prodAll .left .top .name {
    font-size: 41px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    /* height: 48px; */
    line-height: 48px;
    margin-left: 22px;
    color: #111111;
  }
  html .prodAll .left .top:hover .name {
    color: #2020FA;
  }
  html .prodAll .left .fg {
    width: 99px;
    height: 1px;
    opacity: 1;
    background: #dddddd;
    margin-bottom: 16px;
  }
  html .prodAll .left .top2 {
    font-size: 21px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    margin-bottom: 27px;
    color: #111111;
    line-height: 1.5;
  }
  html .prodAll .left .center {
    display: flex;
    flex-direction: column;
  }
  html .prodAll .left .center .top {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #111111;
    margin-bottom: 12px;
    display: flex;
  }
  html .prodAll .left .center .top .tleft {
    color: #666666;
    width: 85px;
    box-sizing: border-box;
  }
  html .prodAll .left .center .top .tright {
    margin-left: 0;
    width: 440px;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    color: #111111;
    display: flex;
  }
  html .prodAll .left .center .top .tb {
    margin-right: 25px;
  }
  html .prodAll .left .center .good {
    margin-left: 70px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
  }
  html .prodAll .left .down {
    display: flex;
    margin-top: 27px;
  }
  html .prodAll .left .down .butLeft {
    width: 186px;
    height: 52px;
    opacity: 1;
    background: #2020fa;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 52px;
  }
  html .prodAll .left .down .butRight {
    width: 186px;
    height: 52px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #2020fa;
    border-radius: 2px;
    text-align: center;
    line-height: 52px;
    color: #2020fa;
    margin-left: 12px;
  }
  html .prodAll .left .down .butTc {
    width: 729px !important;
    height: 427px;
    z-index: 9999999;
    background: #ffffff;
    position: absolute;
    border: 1px solid #fafafa;
    top: -100px;
    left: 200px;
    display: flex;
    box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.15);
    flex-direction: column;
  }
  html .prodAll .left .down .butTc .tcTop img {
    width: 50px;
    height: 50px;
    float: right;
  }
  html .prodAll .left .down .butTc .tcTop .ttimgh {
    display: none;
  }
  html .prodAll .left .down .butTc .tcTop:hover .ttimgh {
    display: block;
  }
  html .prodAll .left .down .butTc .tcTop:hover .ttimg {
    display: none;
  }
  html .prodAll .left .down .butTc .tcDown {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    align-items: center;
  }
  html .prodAll .left .down .butTc .tcOne {
    display: flex;
    flex-direction: column;
    margin-right: 28px;
    width: 133px;
    height: 160px;
    opacity: 1;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  html .prodAll .left .down .butTc .tcOne .downImg {
    width: 90px;
    height: 90px;
  }
  html .prodAll .left .down .butTc .tcOne .bd {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    text-align: CENTER;
    color: #333333;
  }
  html .prodAll .left .down .butTc .tcOne .sm {
    font-size: 11px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: CENTER;
    color: #b3b7c0;
    margin-top: 5px;
  }
  html .prodAll .left .down .butTc .tcOne .downImg1,
  html .prodAll .left .down .butTc .tcOne .bd1,
  html .prodAll .left .down .butTc .tcOne .sm2 {
    display: none;
  }
  html .prodAll .left .down .butTc .tcOne .downImg1 {
    width: 100px;
    height: 100px;
  }
  html .prodAll .left .down .butTc .tcOne:hover {
    background: #2020fa;
    border-radius: 2px;
    box-shadow: 0px 25px 45px 0px rgba(32, 32, 235, 0.2);
    padding-top: 10px;
    color: #ffffff;
  }
  html .prodAll .left .down .butTc .tcOne:hover .downImg,
  html .prodAll .left .down .butTc .tcOne:hover .bd,
  html .prodAll .left .down .butTc .tcOne:hover .sm {
    display: none;
  }
  html .prodAll .left .down .butTc .tcOne:hover .downImg1,
  html .prodAll .left .down .butTc .tcOne:hover .bd1,
  html .prodAll .left .down .butTc .tcOne:hover .sm2 {
    display: block;
  }
  html .prodAll .left .down .butTc .tcOne:hover .bd1 {
    margin-top: 6px;
  }
  html .prodAll .left .down .butTc .tcOne:hover .sm2 {
    margin-top: 2px;
    font-size: 12px;
  }
  html .prodAll .left .down .butTc2 {
    width: 729px !important;
    height: 427px;
    z-index: 9999999;
    background: #ffffff;
    position: absolute;
    border: 1px solid #fafafa;
    top: -100px;
    left: -729px;
  }
  html .prodAll .left .down .hidd {
    display: none;
  }
  html .prodAll .imgRight {
    width: 550px;
    height: 450px;
    margin-left: auto;
    padding: 0;
  }
  html .prodAll2 {
    background: #fafafa;
  }
  html .prodAll2 .left {
    margin-left: auto;
  }
  html .prodAll2 .imgRight {
    margin-left: 0;
  }
  html .More {
    height: 210px;
  }
  html .More .getMore {
    margin: 70px auto;
    width: 260px;
    height: 60px;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 4px;
    color: #2020FA;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (max-width: 750px) {
  html .prodAll {
    opacity: 1;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: .4rem;
    padding-bottom: .4rem;
    line-height: 20px;
    align-items: center;
    justify-content: center;
  }
  html .prodAll .left {
    display: flex;
    flex-direction: column;
    margin-top: .2rem;
    padding: 0 !important;
  }
  html .prodAll .left .top {
    display: flex;
    margin-bottom: .5rem;
  }
  html .prodAll .left .top .logo {
    width: .6rem;
    height: .6rem;
    border-radius: .12rem;
  }
  html .prodAll .left .top .name {
    font-size: .4rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    height: .6rem;
    line-height: .6rem;
    margin-left: .2rem;
    color: #111111;
  }
  html .prodAll .left .top:hover .name {
    color: #2020FA;
  }
  html .prodAll .left .fg {
    width: 99px;
    height: 1px;
    opacity: 1;
    background: #dddddd;
    margin-bottom: 16px;
  }
  html .prodAll .left .top2 {
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    margin-bottom: .27rem;
    color: #111111;
    line-height: 1.5;
  }
  html .prodAll .left .center {
    display: flex;
    flex-direction: column;
  }
  html .prodAll .left .center .top {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #111111;
    margin-bottom: 12px;
    display: flex;
  }
  html .prodAll .left .center .top .tleft {
    color: #666666;
    width: 1.5rem;
    box-sizing: border-box;
  }
  html .prodAll .left .center .top .tright {
    margin-left: 0;
    width: 5rem;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    color: #111111;
    display: flex;
    flex-direction: column;
  }
  html .prodAll .left .center .top .tb {
    margin-right: 25px;
  }
  html .prodAll .left .center .good {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
  }
  html .prodAll .left .down {
    display: flex;
    margin-top: 27px;
  }
  html .prodAll .left .down .butLeft {
    width: 186px;
    height: 52px;
    opacity: 1;
    background: #2020fa;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 52px;
  }
  html .prodAll .left .down .butRight {
    width: 186px;
    height: 52px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #2020fa;
    border-radius: 2px;
    text-align: center;
    line-height: 52px;
    color: #2020fa;
    margin-left: 12px;
  }
  html .prodAll .left .down .butTc {
    width: 6rem !important;
    height: 4.3rem;
    z-index: 9999999;
    background: #ffffff;
    position: absolute;
    border: 1px solid #fafafa;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.15);
    flex-direction: column;
  }
  html .prodAll .left .down .butTc .tcTop img {
    width: .5rem;
    height: .5rem;
    float: right;
  }
  html .prodAll .left .down .butTc .tcTop .ttimgh {
    display: none;
  }
  html .prodAll .left .down .butTc .tcTop:hover .ttimgh {
    display: block;
  }
  html .prodAll .left .down .butTc .tcTop:hover .ttimg {
    display: none;
  }
  html .prodAll .left .down .butTc .tcDown {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: .2rem;
    align-items: center;
  }
  html .prodAll .left .down .butTc .tcOne {
    display: flex;
    flex-direction: column;
    margin-right: .1rem;
    width: 1.3rem;
    height: 1.6rem;
    opacity: 1;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .2rem;
  }
  html .prodAll .left .down .butTc .tcOne .downImg {
    width: .8rem;
    height: .8rem;
  }
  html .prodAll .left .down .butTc .tcOne .bd {
    font-size: .15rem;
    font-family: PingFang SC, PingFang SC-Medium;
    text-align: CENTER;
    color: #333333;
  }
  html .prodAll .left .down .butTc .tcOne .sm {
    font-size: .11rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: CENTER;
    color: #b3b7c0;
    margin-top: 5px;
  }
  html .prodAll .left .down .butTc .tcOne .downImg1,
  html .prodAll .left .down .butTc .tcOne .bd1,
  html .prodAll .left .down .butTc .tcOne .sm2 {
    display: none;
  }
  html .prodAll .left .down .butTc .tcOne .downImg1 {
    width: 1rem;
    height: 1rem;
  }
  html .prodAll .left .down .butTc2 {
    width: 6rem !important;
    height: 4.3rem;
    z-index: 9999999;
    background: #ffffff;
    position: absolute;
    border: 1px solid #fafafa;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  html .prodAll .left .down .hidd {
    display: none;
  }
  html .prodAll .imgRight {
    width: 6rem;
    padding: 0;
  }
  html .prodAll2 {
    background: #fafafa;
  }
  html .More {
    height: 210px;
  }
  html .More .getMore {
    margin: 70px auto;
    width: 260px;
    height: 60px;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 4px;
    color: #2020FA;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
}
<!--ºÄÊ±1759479452.0639Ãë-->