html {
  font-size: 50px;
}
body {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 50px;
  }
  body {
    font-size: 24px;
  }
  .row {
    width: 100%;
  }
  .title p {
    display: none;
  }
  .info-btn {
    display: none;
  }
  .business {
    width: 100%;
    height: auto;
    background: none;
    background-color: #eaebed;
  }
  .business .left {
    display: none;
  }
  .business .right {
    width: 100%;
    padding-left: 0.3rem;
  }
  .business .right .box {
    width: calc(100% / 3 - 0.3rem);
  }
  .business .right .ad {
    display: none;
  }
  .process {
    padding-bottom: 0;
  }
  .process .list .border-b {
    display: none;
  }
  .process .list ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 10%;
  }
  .process .list ul li {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 37.5%;
    margin: 0;
  }
  .process .list ul li .item {
    position: relative;
    z-index: 999;
    width: 3rem;
  }
  .process .list ul li .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .process .list ul li .item .icon img {
    width: 1.2rem;
    margin: 0.9rem;
  }
  .process .list ul li .item p {
    font-size: 0.4rem;
  }
  .process .list ul li .line {
    display: block;
    position: absolute;
    top: 1.3rem;
    right: 0;
    width: 1.6rem;
  }
  .process .list ul .corner {
    width: 20%;
    padding-bottom: 1.4rem;
  }
  .process .list ul .corner .item p {
    position: absolute;
    right: -0.5rem;
  }
  .process .list ul .corner .line {
    top: auto;
    right: 0.7rem;
    bottom: 0;
    width: auto;
    height: 1.4rem;
  }
  .process .list ul .four,
  .process .list ul .five {
    position: absolute;
    top: 4.3rem;
  }
  .process .list ul .four {
    right: 0;
    width: 3rem;
  }
  .process .list ul .five {
    right: 3rem;
  }
  .process .list ul .last {
    display: block;
  }
  .process .list ul .last .item img {
    width: 2rem;
  }
  .company .row .list ul li {
    margin: 0 0.02rem;
  }
  .company .row .list ul li .info {
    width: 96%;
    height: 1.4rem;
    padding-top: 0.2rem;
    padding-left: 0.16rem;
  }
  .company .row .list ul li .info p {
    font-size: 0.36rem;
  }
  .company .row .list ul li .info span {
    font-size: 0.24rem;
  }
  .data .list ul {
    display: flex;
    padding-right: 0.6rem;
  }
  .data .list ul li {
    width: calc(100% / 3 - 0.3rem);
    height: 5.6rem;
    margin-left: 0.6rem;
    margin-right: 0;
    background-size: 100%;
    overflow: hidden;
  }
  .data .list ul li .icon {
    width: 2.8rem;
    height: 3.2rem;
    padding: 0;
    margin: 1.16rem 0.66rem;
    background-size: 100%;
  }
  .data .list ul li .icon img {
    width: 1.4rem;
    height: auto;
    margin: 0.8rem auto 0 auto;
  }
  .data .list ul li .icon p {
    font-size: 0.36rem;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    text-align: center;
  }
  .credentials {
    padding-bottom: 1.2rem;
  }
  .credentials .row .content .left {
    width: 100%;
  }
  .credentials .row .content .left .pc {
    display: none;
  }
  .credentials .row .content .left .m {
    display: block;
    width: 11.72rem;
    margin: 0 auto;
  }
  .credentials .row .content .right {
    width: 100%;
    padding: 0;
    padding-left: 1.2rem;
    text-align: center;
  }
  .credentials .row .content .right p {
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: solid 0.02rem #5c6483;
    margin-bottom: 0.3rem;
    font-size: 0.34rem;
    color: #ffffff;
    float: left;
    margin-right: 0.8rem;
    padding: 0 0.2rem;
  }
  .credentials .row .content .right p span {
    font-size: 0.6rem;
    line-height: 1.5rem;
    margin-right: 0.1rem;
  }
  .proxy,
  .carousel,
  .service,
  .question {
    display: none;
  }
  .business.change .title {
    color: #333;
  }
  .business.change .title p {
    display: block;
    font-size: 0.56rem;
    color: #aaa;
  }
  .business.change .right {
    float: none;
    width: 100%;
    padding-left: 0.3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .processChange .list {
    width: 13.6rem;
    height: 7rem;
    padding: 0;
    background: url(../images/gsbg_ztn2_m.png) no-repeat center;
    background-size: 100%;
  }
  .processChange .list .box {
    height: 2.74rem;
    background: none;
  }
  .processChange .list .box p {
    width: 2.8rem;
    margin-top: 1rem;
    margin-left: 1.02rem;
    font-size: 0.6rem;
  }
  .processChange .list .one {
    width: 5rem;
  }
  .processChange .list .two {
    left: 4.6rem;
  }
  .processChange .list .three {
    left: 9.2rem;
  }
  .processChange .list .four {
    left: 8.8rem;
    top: 3.4rem;
  }
  .processChange .list .four p {
    width: 3rem;
  }
  .processChange .list .five {
    left: 4.2rem;
    top: 3.4rem;
  }
  .processData {
    padding-top: 1rem;
  }
  .processData .title p {
    display: block;
    font-size: 0.56rem;
  }
  .processData .container {
    width: calc(100% - 0.3rem);
    height: 11.2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .processData .container .left {
    width: 100%;
    background: url(../images/gsbg_ztn3_1.png) no-repeat center;
    background-size: 70%;
    height: 8rem;
  }
  .processData .container .left img {
    display: none;
  }
  .processData .container .right {
    width: 100%;
  }
  .processData .container .right li {
    float: left;
    font-size: 0.36rem;
    color: #5d5d5d;
    background-color: #dfdfdf;
    margin: 0 0.12rem 0.2rem 0.12rem;
    padding: 0 0.2rem;
    border-radius: 0.2rem;
  }
  .processData .container .right li span {
    display: none;
  }
  .processData .info-btn {
    margin-top: 0.4rem;
  }
  .processService .container {
    background: none;
    width: 100%;
  }
  .processService .container p {
    position: static;
    float: left;
    width: 3.3rem;
    height: 3.8rem;
    padding: 1rem 0.6rem;
    margin: 0 0.22rem 0.38rem 0.22rem;
    border-radius: 0.4rem;
    font-size: 0.52rem;
    color: #9d7932;
    box-sizing: border-box;
    text-align: center;
  }
  .processService .container .one {
    background-color: #e59d77;
    color: #b3704d;
  }
  .processService .container .two {
    background-color: #d9b368;
    color: #9d7932;
  }
  .processService .container .three {
    background-color: #ed8989;
    color: #b95353;
  }
  .processService .container .four {
    background-color: #e1abc5;
    color: #aa6586;
  }
  .processService .container .five {
    background-color: #c99c61;
    color: #986935;
  }
  .processService .container .six {
    background-color: #df89ae;
    color: #a54b72;
  }
  .processService .container .seven {
    background-color: #d68b6b;
    color: #99593e;
  }
  .processService .container .eight {
    background-color: #c99c61;
    color: #8a622f;
  }
  .processService .info-btn {
    display: block;
  }
  .business.change.cancellation .title {
    display: block;
  }
  .business.change.cancellation .right {
    width: calc(100% + 0.15rem);
    padding-left: 0.16rem;
  }
  .business.change.cancellation .right .box {
    width: calc(100% / 3 - 0.3rem);
    height: 3rem;
  }
  .noCancellation .title p {
    display: block;
    font-size: 0.5rem;
  }
  .noCancellation .container {
    width: calc(100% + 0.07rem);
    padding: 0 0.8rem;
  }
  .noCancellation .container .box {
    width: calc(100%/3 - 0.09rem);
    margin-right: 0.09rem;
  }
  .noCancellation .container .box p {
    top: 2rem;
    font-size: 0.48rem;
  }
  .noCancellation .container .box-bottom {
    top: -1.2rem;
    left: 2.24rem;
  }
  .cancellationProcess {
    padding-top: 0.8rem;
  }
  .cancellationProcess .title p {
    display: block;
    font-size: 0.48rem;
  }
  .cancellationProcess .container {
    width: 100%;
    margin: 0;
  }
  .cancellationProcess .container .box {
    width: 4.13333333rem;
    height: 1.76rem;
  }
  .cancellationProcess .container .box p {
    margin: 0.5rem 0 0.06rem 0;
  }
  .cancellationProcess .container .box span {
    display: none;
  }
  .cancellationData {
    padding: 1.2rem 0 1.2rem 0;
  }
  .cancellationData .title p {
    display: block;
    font-size: 0.48rem;
  }
  .cancellationData .container {
    position: relative;
    width: calc(100% - 0.3rem);
    height: 7rem;
    margin: 0.8rem 0.15rem 0 0.15rem;
    background: url(../images/gszx_ztn4_bj2.png) no-repeat center;
    background-size: 100%;
  }
  .cancellationData .container .box {
    display: none;
  }
  .fastCancellation .title h2 {
    font-size: 0.8rem;
  }
  .fastCancellation .container {
    width: calc(100% - 0.15rem);
    margin-left: 0.15rem;
    margin-bottom: 0.8rem;
  }
  .fastCancellation .container .box {
    width: calc(100%/3 - 0.15rem);
    height: 6.46rem;
    margin-right: 0.15rem;
  }
  .fastCancellation .container .box .round {
    width: 2.96rem;
    height: 2.96rem;
    margin: 0.6rem auto 0.2rem auto;
  }
  .fastCancellation .container .box .round img {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0.08rem;
  }
  .fastCancellation .container .box p {
    font-size: 0.48rem;
    padding: 0 0.4rem;
    margin-top: 0.6rem;
    line-height: 0.7rem;
  }
  .agencyAccountProcess .title p {
    display: block;
  }
  .agencyAccountProcess .container {
    width: calc(100% - 0.3rem);
    padding: 0 0.15rem;
    height: 6.6rem;
  }
  .agencyAccountProcess .container .box {
    width: 3.54rem;
    height: 3.5rem;
    background-size: 100%;
  }
  .agencyAccountProcess .container .box img {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.78rem 0 0 0.72rem;
  }
  .agencyAccountProcess .container .box p {
    width: 2rem;
    padding-right: 0.4rem;
    margin: 0 auto;
    font-size: 0.4rem;
    font-weight: normal;
  }
  .agencyAccountProcess .container .one p {
    padding-top: 0.2rem;
  }
  .agencyAccountProcess .container .two {
    left: 2.9rem;
    top: 2.8rem;
  }
  .agencyAccountProcess .container .two p {
    padding-right: 0.1rem;
    margin-top: -1.1rem;
  }
  .agencyAccountProcess .container .two img {
    margin: 0.2rem 0 0 0.74rem;
  }
  .agencyAccountProcess .container .three {
    left: 5.7rem;
  }
  .agencyAccountProcess .container .four {
    left: 8.4rem;
    top: 2.8rem;
  }
  .agencyAccountProcess .container .four p {
    padding-right: 0.16rem;
    margin-top: -2.2rem;
  }
  .agencyAccountProcess .container .four img {
    margin: 0.2rem 0 0 0.74rem;
  }
  .agencyAccountProcess .container .five {
    left: 11.2rem;
  }
  .agenayAccountData .container {
    width: calc(100% - 0.7rem);
    padding: 0 0.35rem;
  }
  .agenayAccountData .container .box {
    width: calc(100%/3 - 0.2rem);
    height: 3.8rem;
    margin-top: 1.6rem;
    margin-left: 0.066rem;
    margin-right: 0.0666rem;
    border-radius: 0.2rem;
  }
  .agenayAccountData .container .box img {
    left: 50%;
    top: -1rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: -1.2rem;
  }
  .agenayAccountData .container .box p {
    padding: 1.8rem 0.5rem 0 0.5rem;
    font-size: 0.48rem;
  }
  .agenayAccountService .container {
    width: calc(100% - 0.3rem);
    margin: 0 auto;
    background: url(../images/dljz_ztn4_bj2.png) no-repeat center 0.1rem;
    height: 12.4rem;
    background-size: 100%;
  }
  .agenayAccountService .container .service {
    display: block;
    width: 6rem;
    height: 6rem;
    margin: 3.2rem auto 0 auto;
  }
  .agenayAccountService .container .service p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .agenayAccountService .container .box {
    width: 3.5rem;
    height: 3.5rem;
  }
  .agenayAccountService .container .box span {
    font-size: 0.9rem;
    margin-top: 0.4rem;
  }
  .agenayAccountService .container .box .des {
    font-size: 0.38rem;
    margin-top: 0;
    padding: 0 0.4rem;
  }
  .agenayAccountService .container .box .key {
    font-size: 0.52rem;
  }
  .agenayAccountService .container .one {
    right: 5.7rem;
    top: 0;
  }
  .agenayAccountService .container .one .key {
    right: -2.36rem;
    top: 0.4rem;
  }
  .agenayAccountService .container .two {
    left: 1.8rem;
    bottom: 2.2rem;
  }
  .agenayAccountService .container .two .key {
    left: -1.64rem;
    bottom: -1.2rem;
  }
  .agenayAccountService .container .three {
    right: 2rem;
    bottom: 2.2rem;
  }
  .agenayAccountService .container .three .key {
    right: -1.48rem;
    bottom: -1.2rem;
  }
  .qualificationsProcess .container {
    width: 14rem;
    background: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .qualificationsProcess .container .box {
    width: 2.6rem;
    margin-bottom: 0.7rem;
  }
  .qualificationsProcess .container .box img {
    width: 100%;
  }
  .qualificationsProcess .container .box p {
    font-size: 0.6rem;
    margin-top: 0.2rem;
  }
  .qualificationsProcess .container .box span {
    display: none;
  }
  .qualificationsProcess .container .one {
    margin-left: 0;
  }
  .qualificationsProcess .container .right {
    width: 0.5rem;
    margin: 1.4rem 0.4rem 0 0.3rem;
  }
  .qualificationsProcess .container .four {
    display: none;
  }
  .qualificationsProcess .container .eight {
    display: block;
  }
  .qualificationsData {
    min-width: 100%;
    height: auto;
    padding-top: 1rem;
    background: url(../images/zzsp_ztn3_bj_m.jpg) no-repeat center;
  }
  .qualificationsData .container {
    width: calc(100% - 0.3rem);
    height: 6.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .qualificationsData .container .box {
    width: 4.2rem;
    height: 4.2rem;
  }
  .qualificationsData .container .box h5 {
    margin-top: 0.6rem;
    font-size: 0.96rem;
  }
  .qualificationsData .container .box p {
    margin-top: 0.1rem;
    font-size: 0.48rem;
  }
  .qualificationsData .container .box span {
    display: none;
  }
  .qualificationsData .container .one {
    left: 0;
    top: 2.2rem;
  }
  .qualificationsData .container .two {
    left: 2.5rem;
    top: 0;
  }
  .qualificationsData .container .three {
    left: 50%;
    top: 2.2rem;
    margin-left: -2.1rem;
  }
  .qualificationsData .container .four {
    right: 2.6rem;
  }
  .qualificationsData .container .five {
    top: 2.2rem;
    right: 0;
  }
  .qualificationsService {
    padding: 1rem 0 0.6rem 0;
  }
  .qualificationsService .title h2 {
    font-size: 0.76rem;
  }
  .qualificationsService .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: static;
    width: calc(100% - 0.3rem);
    height: auto;
    margin: 0.6rem auto 0 auto;
    background: none;
    overflow: hidden;
  }
  .qualificationsService .container .box {
    position: static;
    float: left;
    width: 6.9rem;
    height: 1.9rem;
    border-radius: 0.1rem;
    margin-bottom: 0.5rem;
    padding-left: 0.7rem;
    padding-top: 0.22rem;
  }
  .qualificationsService .container .center {
    display: none;
  }
  .patent {
    width: calc(100% - 0.3rem);
    padding: 0 0.15rem;
  }
  .patent .title-img {
    height: 2.4rem;
    background-size: 4.94rem 1.08rem;
  }
  .patent .container {
    height: auto;
    margin-bottom: 1.2rem;
  }
  .patent .container .box {
    position: relative;
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .patent .container .box h2 {
    font-size: 0.4rem;
  }
  .patent .container .box p {
    font-size: 0.36rem;
    margin: 1rem 0;
  }
  .wayPatent {
    width: 100%;
    height: auto;
    padding-bottom: 0.012rem;
    overflow: hidden;
  }
  .wayPatent .title-img {
    height: 3.2rem;
    background-size: 4.94rem 1.08rem;
  }
  .wayPatent .container {
    width: 15.2rem;
    padding-left: 0.48rem;
    overflow: hidden;
  }
  .wayPatent .container .box {
    width: 4.2rem;
    height: auto;
    margin-right: 0.7rem;
    margin-bottom: 0.6rem;
    display: block;
    float: left;
  }
  .wayPatent .container .box .top {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: 0.04rem solid #ccc;
    height: auto;
  }
  .wayPatent .container .box .top img {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    margin-bottom: 0.4rem;
    background-size: 2rem 2rem;
  }
  .wayPatent .container .box .top h4 {
    font-size: 0.4rem;
  }
  .wayPatent .container .box p {
    font-size: 0.32rem;
    line-height: 0.6rem;
    padding: 0;
    box-sizing: border-box;
  }
  .wayPatent .info-btn {
    display: block;
  }
  .patentProcess {
    padding-top: 0;
  }
  .patentProcess .title {
    margin: 1.08rem 0 0.98rem 0;
  }
  .patentProcess .title h2 {
    font-size: 0.8rem;
  }
  .patentProcess .title img {
    width: 13.4rem;
  }
  .patentProcess .container {
    width: 13.6rem;
    position: relative;
    margin: 0 auto;
  }
  .patentProcess .container .box {
    width: 4.06rem;
    margin-bottom: 1rem;
  }
  .patentProcess .container .box img {
    width: 2.4rem;
  }
  .patentProcess .container .box p {
    font-size: 0.4rem;
    margin-top: 0.3rem;
  }
  .patentProcess .container .four,
  .patentProcess .container .five {
    float: right;
  }
  .patentProcess .container .left {
    float: right;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .patentProcess .container .right {
    width: 0.7rem;
    margin: 0.8rem auto 0 auto;
  }
  .patentProcess .container .bottom {
    position: absolute;
    top: 2.6rem;
    right: 1.7rem;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 0.7rem;
    margin: 0.8rem auto 0 auto;
  }
  .patentProcess .container .end {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 48px;
  }
  body {
    font-size: 23.04px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 42.66px;
  }
  body {
    font-size: 23.04px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 36px;
  }
  body {
    font-size: 20.48px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 32px;
  }
  body {
    font-size: 15.36px;
  }
  .business .right .box {
    width: calc(100% / 2 - 0.3rem);
  }
  .company .row .list ul li .info {
    height: 1.2rem;
    padding: 0;
  }
  .company .row .list ul li .info p {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .company .row .list ul li .info span {
    display: none;
  }
  .credentials .row .content .right p {
    margin-right: 0.4rem;
  }
  .data .list ul li .icon img {
    width: 1.2rem;
    height: auto;
    margin: 0.6rem auto 0 auto;
  }
  .data .list ul li .icon p {
    font-size: 0.28rem;
    margin-top: 0.04rem;
    padding: 0 0.1rem;
  }
  .processData .container {
    height: 11.8rem;
  }
  .processData .container .right li {
    font-size: 0.32rem;
    padding: 0.1rem 0.24rem;
  }
  .business.change.cancellation .right {
    width: calc(100% + 0.3rem);
    padding-left: 0.16rem;
  }
  .business.change.cancellation .right .box {
    width: calc(100% / 2 - 0.4rem);
    height: 3.6rem;
  }
  .business.change.cancellation .right .box h3 {
    font-size: 0.48rem;
  }
  .business.change.cancellation .right .p0 img {
    min-height: 3.6rem;
  }
  .agencyAccount .container .box p {
    width: 2.2rem;
    padding: 0;
    font-size: 0.24rem;
  }
  .agencyAccount .container .two img,
  .agencyAccount .container .four img {
    position: absolute;
    bottom: 0.84rem;
  }
  .agenayAccountService .container .box span {
    margin-top: 0.1rem;
  }
  .agenayAccountService .container .box .des,
  .agenayAccountService .container .box .key {
    padding: 0;
    margin: 0;
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .patent .container .box p {
    font-size: 0.36rem;
    margin: 0.6rem 0;
  }
}
@media screen and (max-width: 424px) {
  html {
    font-size: 28.27px;
  }
  body {
    font-size: 14px;
  }
  .agencyAccount .container .box p {
    width: 2.3rem;
    padding: 0;
    font-size: 0.24rem;
  }
  .agencyAccount .container .two img,
  .agencyAccount .container .four img {
    position: absolute;
    bottom: 0.84rem;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 27.6px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 26.67px;
  }
  body {
    font-size: 14px;
  }
  .data .list ul li .icon img {
    width: 1.2rem;
    height: auto;
    margin: 0.5rem auto 0 auto;
  }
  .data .list ul li .icon p {
    font-size: 0.24rem;
    margin-top: 0.04rem;
    padding: 0 0.1rem;
  }
  .process .list ul .corner .item p {
    right: -0.8rem;
  }
  .agencyAccount .container .two p,
  .agencyAccount .container .four p {
    position: absolute;
    top: -1rem;
    left: 0.5rem;
  }
}
@media screen and (max-width: 384px) {
  html {
    font-size: 25.6px;
  }
  body {
    font-size: 14px;
  }
  .credentials .row .content .right {
    padding-left: 0.8rem;
  }
  .credentials .row .content .right p {
    font-size: 0.28rem;
  }
  .credentials .row .content .right p span {
    font-size: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 25px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 24px;
  }
  body {
    font-size: 12px;
  }
  .credentials .row .content .right {
    padding-left: 0.4rem;
  }
  .process .list ul .corner .item p {
    right: -1rem;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 21.33px;
  }
  body {
    font-size: 12px;
  }
}
