@media screen and (min-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Content {
    padding: 41px 0;
    background-color: #f4f6f8;
  }
  .box .Content h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #d80018;
  }
  .box .Content .content {
    margin-top: 16px;
    display: flex;
    padding-right: 72px;
    justify-content: space-between;
  }
  .box .Content .content .left {
    width: 171px;
    height: 336px;
    background-color: #ffffff;
    border-radius: 8px;
    padding-top: 33px;
  }
  .box .Content .content .left li {
    height: 36px;
    margin-bottom: 25px;
    padding-right: 15px;
    border-left: 3px solid #fff;
  }
  .box .Content .content .left li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .content .left li a .icon {
    width: 20px;
    height: 21px;
    background: url(../img/user/icon1.png) center no-repeat;
    background-size: contain;
    margin-right: 17px;
  }
  .box .Content .content .left li a p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }
  .box .Content .content .left li.active {
    border-left: 3px solid #d80018;
  }
  .box .Content .content .left li.active a .icon {
    background: url(../img/user/icon1-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li.active a p {
    color: #d80018;
  }
  .box .Content .content .left li:hover {
    border-left: 3px solid #d80018;
  }
  .box .Content .content .left li:nth-child(2) a .icon {
    background: url(../img/user/icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(2).active a .icon {
    background: url(../img/user/icon2-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(3) a .icon {
    background: url(../img/user/icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(3).active a .icon {
    background: url(../img/user/icon3-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(4) a .icon {
    background: url(../img/user/icon4.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(4).active a .icon {
    background: url(../img/user/icon4-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(5) a .icon {
    background: url(../img/user/icon5.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(5).active a .icon {
    background: url(../img/user/icon5-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .right {
    width: 906px;
  }
  .box .Content .content .right h4 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
  }
  .box .Content .content .right .yh {
    height: 449px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 26px 25px;
  }
  .box .Content .content .right .yh .user {
    width: 76px;
    height: 76px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 38px;
    overflow: hidden;
    position: relative;
  }
  .box .Content .content .right .yh .user input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
    cursor: pointer;
  }
  .box .Content .content .right .yh .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .box .Content .content .right .yh ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .box .Content .content .right .yh ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .box .Content .content .right .yh ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
  .box .Content .content .right .yh ul li span {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }
  .box .Content .content .right .yh ul li button {
    width: 40px;
    height: 100%;
    margin-left: 25px;
    font-size: 12px;
    cursor: pointer;
  }
  .box .Content .content .right .yh ul li button:hover {
    filter: brightness(0.9);
  }
  .box .Content .content .right .yh ul li:nth-child(2n) p {
    min-width: 72px;
  }
  .box .Content .content .right .yh button {
    width: 80px;
    height: 32px;
    background-color: #ebebeb;
    border-radius: 4px;
    border: none;
    outline: none;
  }
  .box .Content .content .right .yh button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
  }
  .box .Content .content .right .yh button:hover a {
    text-decoration: underline;
  }
  .box .Content .content .right .tabel p {
    width: 15%;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    text-align: center;
  }
  .box .Content .content .right .tabel p.start {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .content .right .tabel p.start span:nth-child(1) {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #d51818;
    border-radius: 50%;
    margin-right: 5px;
  }
  .box .Content .content .right .tabel p.start span {
    color: #d51818;
  }
  .box .Content .content .right .tabel p.start.ok span:nth-child(1) {
    background-color: #00ae00;
  }
  .box .Content .content .right .tabel p.start.ok span {
    color: #00ae00;
  }
  .box .Content .content .right .tabel p:nth-child(1) {
    width: 55%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .content .right .tabel .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 32px;
  }
  .box .Content .content .right .tabel ul li {
    margin-bottom: 32px;
  }
  .box .Content .content .right .tabel ul li a {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .content .right .px {
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 22px;
    padding: 26px 25px;
  }
  .box .Content .content .right .cs {
    height: 311px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 22px;
    padding: 26px 25px;
  }
  .box .Content .content .right .zs {
    height: 361px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 21px;
    padding: 26px 25px;
  }
  .box .Content .content .right .zs img {
    width: 155px;
    margin-top: 19px;
  }
  .box .Content .content .right .zs button {
    display: block;
    margin-top: 20px;
    width: 155px;
    border: none;
    outline: none;
    background: transparent;
  }
  .box .Content .content .right .zs button a {
    display: block;
    width: 80px;
    height: 32px;
    background-color: #ebebeb;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
  }
  .box .Content .content .right .zs button a:hover {
    text-decoration: underline;
  }
  .box .Content .content .right .sb {
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 22px;
    padding: 26px 25px;
  }
  .box .Content .content .right .sb p {
    width: 15% !important;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }
  .box .Content .content .right .sb p:nth-child(2) {
    width: 40% !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .content .right .sb button {
    width: 80px;
    height: 32px;
    background-color: #d51818;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  .box .Content .content .right .sb button:hover {
    text-decoration: underline;
  }
  .box .phonePopup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
  }
  .box .phonePopup ::-webkit-scrollbar {
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box .phonePopup ::-webkit-scrollbar-thumb {
    width: 3px;
    height: 300px;
    background-color: #3da6fc;
    border-radius: 2px;
  }
  .box .phonePopup .content {
    width: 30%;
    height: 562px;
    max-height: 90%;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px 30px;
    overflow-y: auto;
  }
  .box .phonePopup .content .close-phone {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    line-height: 40px;
    color: #999;
    cursor: pointer;
  }
  .box .phonePopup .content h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
  }
  .box .phonePopup .content h5 {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 30px 0 40px;
  }
  .box .phonePopup .content h5 p {
    font-size: 21px;
    line-height: 20px;
  }
  .box .phonePopup .content .input {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .box .phonePopup .content .input input {
    width: 70%;
    height: 100%;
    border-radius: 8px;
    outline: none;
    border: 1px solid #999;
    padding-left: 15px;
  }
  .box .phonePopup .content .input input::placeholder {
    font-size: 16px;
    line-height: 16px;
    color: #999;
  }
  .box .phonePopup .content .input a {
    width: 28%;
    height: auto;
    display: block;
  }
  .box .phonePopup .content .input a img {
    width: 100%;
    height: auto;
  }
  .box .phonePopup .content .input a p {
    text-align: center;
    color: #3da6fc;
    font-size: 18px;
    line-height: 18px;
  }
  .box .phonePopup .content button {
    width: 100%;
    height: 55px;
    background-color: #3da6fc;
    border: none;
    outline: none;
    border-radius: 8px;
    position: static !important;
  }
  .box .phonePopup .content button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 55px;
    letter-spacing: 2px;
    color: #fff;
  }
  .box .phonePopup .content button:hover {
    filter: brightness(1.1);
  }
  .box ::-webkit-scrollbar {
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box ::-webkit-scrollbar-thumb {
    width: 3px;
    height: 300px;
    background-color: #d51818;
    border-radius: 2px;
  }
  .box .SB-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .SB-popup .content {
    width: 1181px;
    height: 871px;
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 31px 27px;
    position: relative;
    max-height: 96%;
    overflow-y: auto;
  }
  .box .SB-popup .content .close-SB {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
  }
  .box .SB-popup .content h2 {
    font-size: 22px;
    line-height: 22px;
    color: #d80018;
  }
  .box .SB-popup .content ul {
    width: 45%;
    margin: 49px auto;
  }
  .box .SB-popup .content ul .input {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    margin-bottom: 33px;
  }
  .box .SB-popup .content ul .input p {
    min-width: 76px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    text-align: right;
    margin-right: 35px;
  }
  .box .SB-popup .content ul .input p span {
    color: #e6001a;
  }
  .box .SB-popup .content ul .input select {
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    padding-left: 12px;
  }
  .box .SB-popup .content ul .input .area {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box .SB-popup .content ul .input .area select {
    flex: 0 0 auto;
    width: 32%;
  }
  .box .SB-popup .content ul .input input {
    flex: 1;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    padding-left: 15px;
  }
  .box .SB-popup .content ul .input input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .box .SB-popup .content ul .input .right {
    position: relative;
    flex: 1;
    height: 100%;
  }
  .box .SB-popup .content ul .input .right .text {
    width: 108px;
    height: 108px;
    background-color: #f3f3f3;
    border-radius: 4px;
    border: solid 1px #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
  }
  .box .SB-popup .content ul .input .right .text span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin: 4px 0;
  }
  .box .SB-popup .content ul .input .right .text span:nth-child(1) {
    font-size: 35px;
    line-height: 25px;
  }
  .box .SB-popup .content ul .input .right input {
    width: 108px;
    height: 108px;
    background-color: #f3f3f3;
    border-radius: 4px;
    border: solid 1px #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    cursor: pointer;
  }
  .box .SB-popup .content ul .input .right img {
    width: 108px;
    height: 108px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .box .SB-popup .content button {
    position: static !important;
    width: 112px;
    height: 40px;
    background-color: #d51818;
    border-radius: 4px;
    display: block;
    margin: 141px auto 0;
    outline: none;
    border: none;
  }
  .box .SB-popup .content button a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .SB-popup .content button:hover {
    filter: brightness(1.1);
  }
  .box .XG-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .XG-popup .content {
    width: 1181px;
    height: 871px;
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 31px 27px 15px;
    position: relative;
    max-height: 96%;
    overflow-y: auto;
  }
  .box .XG-popup .content .close-XG {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
  }
  .box .XG-popup .content h2 {
    font-size: 22px;
    line-height: 22px;
    color: #d80018;
  }
  .box .XG-popup .content .text {
    width: 100%;
    margin-top: 27px;
    padding: 35px 0;
  }
  .box .XG-popup .content .text .input {
    width: 460px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 0 auto 34px;
  }
  .box .XG-popup .content .text .input p {
    min-width: 76px;
    font-size: 16px;
    line-height: 16px;
    color: #e6001a;
    text-align: right;
    margin-right: 22px;
  }
  .box .XG-popup .content .text .input p span {
    color: #666666;
    margin-left: 2px;
  }
  .box .XG-popup .content .text .input input {
    width: 362px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    outline: none;
    padding-left: 15px;
    font-size: 14px;
  }
  .box .XG-popup .content .text .input input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .box .XG-popup .content .text .input.radio label {
    margin-right: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }
  .box .XG-popup .content .text .input.radio input {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-right: 10px;
  }
  .box .XG-popup .content .text .input select {
    width: 362px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    padding-left: 15px;
  }
  .box .XG-popup .content .text .input.phone {
    position: relative;
  }
  .box .XG-popup .content .text .input.phone input {
    padding-right: 110px;
  }
  .box .XG-popup .content .text .input.phone div {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .XG-popup .content .text .input.phone div span {
    font-size: 11px;
    color: #dddddd;
  }
  .box .XG-popup .content .text .input.phone div button {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .XG-popup .content .text .input.check {
    position: relative;
  }
  .box .XG-popup .content .text .input.check input {
    padding-right: 110px;
  }
  .box .XG-popup .content .text .input.check div {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .XG-popup .content .text .input.check div span {
    font-size: 11px;
    color: #dddddd;
  }
  .box .XG-popup .content .text .input.check div button {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .XG-popup .content .text .input .area {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .XG-popup .content .text .input .area select {
    width: 32%;
    padding-left: 10px;
  }
  .box .XG-popup .content .text .Button {
    display: block;
    width: 112px;
    height: 40px;
    background-color: #d51818;
    border-radius: 4px;
    margin: 49px auto 0;
    border: none;
    outline: none;
    position: static;
  }
  .box .XG-popup .content .text .Button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .XG-popup .content .text .Button:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Content {
    padding: 6.66666667vw 0;
    background-color: #f4f6f8;
  }
  .box .Content h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    font-weight: bold;
    color: #d80018;
  }
  .box .Content .content {
    margin-top: 4.26666667vw;
  }
  .box .Content .content .left {
    width: 100%;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    padding-top: 3.2vw;
    display: flex;
    flex-wrap: wrap;
  }
  .box .Content .content .left li {
    width: 20%;
    height: auto;
    padding-bottom: 3.2vw;
    border-bottom: 0.26666667vw solid #fff;
  }
  .box .Content .content .left li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .Content .content .left li a .icon {
    width: 5.33333333vw;
    height: 5.6vw;
    background: url(../img/user/icon1.png) center no-repeat;
    background-size: contain;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .content .left li a p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Content .content .left li.active {
    border-bottom: 0.26666667vw solid #d80018;
  }
  .box .Content .content .left li.active a .icon {
    background: url(../img/user/icon1-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li.active a p {
    color: #d80018;
  }
  .box .Content .content .left li:nth-child(2) a .icon {
    background: url(../img/user/icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(2).active a .icon {
    background: url(../img/user/icon2-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(3) a .icon {
    background: url(../img/user/icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(3).active a .icon {
    background: url(../img/user/icon3-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(4) a .icon {
    background: url(../img/user/icon4.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(4).active a .icon {
    background: url(../img/user/icon4-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(5) a .icon {
    background: url(../img/user/icon5.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .left li:nth-child(5).active a .icon {
    background: url(../img/user/icon5-active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .content .right {
    width: 100%;
    margin-top: 4vw;
  }
  .box .Content .content .right h4 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #333333;
  }
  .box .Content .content .right .yh {
    height: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .content .right .yh .user {
    width: 18.66666667vw;
    height: 18.66666667vw;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 5.33333333vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .content .right .yh .user input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
    cursor: pointer;
  }
  .box .Content .content .right .yh .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .box .Content .content .right .yh ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  .box .Content .content .right .yh ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6.66666667vw;
  }
  .box .Content .content .right .yh ul li p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Content .content .right .yh ul li span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Content .content .right .yh ul li button {
    width: 10.66666667vw;
    height: 100%;
    margin-left: 5.33333333vw;
    font-size: 3.2vw;
    cursor: pointer;
  }
  .box .Content .content .right .yh ul li button:hover {
    filter: brightness(0.9);
  }
  .box .Content .content .right .yh ul li p {
    min-width: 19.2vw;
  }
  .box .Content .content .right .yh button {
    width: 21.33333333vw;
    height: 8.53333333vw;
    background-color: #ebebeb;
    border-radius: 1.06666667vw;
    border: none;
    outline: none;
  }
  .box .Content .content .right .yh button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 3.73333333vw;
    line-height: 8.53333333vw;
    letter-spacing: 0.26666667vw;
    color: #333333;
  }
  .box .Content .content .right .yh button:hover a {
    text-decoration: underline;
  }
  .box .Content .content .right .tabel p {
    width: 17%;
    font-size: 3.46666667vw;
    line-height: 3.46666667vw;
    color: #333333;
    text-align: center;
  }
  .box .Content .content .right .tabel p.start {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .content .right .tabel p.start span:nth-child(1) {
    display: block;
    width: 1.86666667vw;
    height: 1.86666667vw;
    background-color: #d51818;
    border-radius: 50%;
    margin-right: 1.33333333vw;
  }
  .box .Content .content .right .tabel p.start span {
    color: #d51818;
    font-size: 3.2vw;
  }
  .box .Content .content .right .tabel p.start.ok span:nth-child(1) {
    background-color: #00ae00;
  }
  .box .Content .content .right .tabel p.start.ok span {
    color: #00ae00;
  }
  .box .Content .content .right .tabel p:nth-child(1) {
    width: 55%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .content .right .tabel .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8vw;
    margin-bottom: 8.53333333vw;
  }
  .box .Content .content .right .tabel ul li {
    margin-bottom: 8.53333333vw;
  }
  .box .Content .content .right .tabel ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .content .right .px {
    height: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    margin-top: 5.86666667vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .content .right .cs {
    height: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    margin-top: 5.86666667vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .content .right .zs {
    height: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    margin-top: 5.6vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .content .right .zs img {
    width: 41.33333333vw;
    margin-top: 5.06666667vw;
  }
  .box .Content .content .right .zs button {
    display: block;
    margin-top: 5.33333333vw;
    width: 41.33333333vw;
    border: none;
    outline: none;
    background: transparent;
  }
  .box .Content .content .right .zs button a {
    display: block;
    width: 21.33333333vw;
    height: 8.53333333vw;
    background-color: #ebebeb;
    border-radius: 1.06666667vw;
    margin: 0 auto;
    font-size: 3.73333333vw;
    line-height: 8.53333333vw;
    letter-spacing: 0.26666667vw;
    color: #333333;
    text-align: center;
  }
  .box .Content .content .right .zs button a:hover {
    text-decoration: underline;
  }
  .box .Content .content .right .sb {
    height: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    margin-top: 5.86666667vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .content .right .sb p {
    width: 17% !important;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Content .content .right .sb p:nth-child(2) {
    width: 32% !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .content .right .sb button {
    width: 21.33333333vw;
    height: 8.53333333vw;
    background-color: #d51818;
    border-radius: 1.06666667vw;
    border: none;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
    cursor: pointer;
  }
  .box .Content .content .right .sb button:hover {
    text-decoration: underline;
  }
  .box .phonePopup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
  }
  .box .phonePopup .content {
    width: 90%;
    height: 138.66666667vw;
    background-color: #fff;
    border-radius: 2.13333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 9.33333333vw 4vw;
  }
  .box .phonePopup .content .close-phone {
    position: absolute;
    top: 4vw;
    right: 5.33333333vw;
    font-size: 10.66666667vw;
    line-height: 10.66666667vw;
    color: #999;
    cursor: pointer;
  }
  .box .phonePopup .content h2 {
    font-weight: normal;
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
  }
  .box .phonePopup .content h5 {
    display: flex;
    align-items: center;
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    font-weight: bold;
    margin: 8vw 0 12vw;
  }
  .box .phonePopup .content h5 p {
    font-size: 5.6vw;
    line-height: 5.33333333vw;
  }
  .box .phonePopup .content .input {
    width: 100%;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.66666667vw;
  }
  .box .phonePopup .content .input input {
    width: 70%;
    height: 100%;
    border-radius: 2.13333333vw;
    outline: none;
    border: 0.26666667vw solid #999;
    padding-left: 4vw;
  }
  .box .phonePopup .content .input input::placeholder {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999;
  }
  .box .phonePopup .content .input a {
    width: 28%;
    height: auto;
    display: block;
  }
  .box .phonePopup .content .input a img {
    width: 100%;
    height: auto;
  }
  .box .phonePopup .content .input a p {
    text-align: center;
    color: #3da6fc;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
  }
  .box .phonePopup .content button {
    width: 100%;
    height: 14.66666667vw;
    background-color: #3da6fc;
    border: none;
    outline: none;
    border-radius: 2.13333333vw;
    position: static !important;
  }
  .box .phonePopup .content button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 4.26666667vw;
    line-height: 14.66666667vw;
    letter-spacing: 0.53333333vw;
    color: #fff;
  }
  .box .phonePopup .content button:hover {
    filter: brightness(1.1);
  }
  .box .SB-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .SB-popup .content {
    width: 95%;
    height: 160vw;
    max-height: 95%;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5.33333333vw 4vw;
    position: relative;
  }
  .box .SB-popup .content .close-SB {
    position: absolute;
    top: 4vw;
    right: 4vw;
    cursor: pointer;
  }
  .box .SB-popup .content h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #d80018;
  }
  .box .SB-popup .content ul {
    width: 100%;
    margin: 8vw auto;
  }
  .box .SB-popup .content ul .input {
    width: 100%;
    height: 8.53333333vw;
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
  }
  .box .SB-popup .content ul .input p {
    min-width: 17.6vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #666666;
    text-align: right;
    margin-right: 4vw;
  }
  .box .SB-popup .content ul .input p span {
    color: #e6001a;
  }
  .box .SB-popup .content ul .input select {
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
    padding-left: 3.2vw;
  }
  .box .SB-popup .content ul .input .area {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box .SB-popup .content ul .input .area select {
    flex: 0 0 auto;
    width: 32%;
  }
  .box .SB-popup .content ul .input input {
    flex: 1;
    height: 10.13333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    padding-left: 4vw;
  }
  .box .SB-popup .content ul .input input::placeholder {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
  }
  .box .SB-popup .content ul .input .right {
    position: relative;
    flex: 1;
    height: 100%;
  }
  .box .SB-popup .content ul .input .right .text {
    width: 25.33333333vw;
    height: 25.33333333vw;
    background-color: #f3f3f3;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
  }
  .box .SB-popup .content ul .input .right .text span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
    margin: 1.06666667vw 0;
  }
  .box .SB-popup .content ul .input .right .text span:nth-child(1) {
    font-size: 9.33333333vw;
    line-height: 6.66666667vw;
  }
  .box .SB-popup .content ul .input .right input {
    width: 25.33333333vw;
    height: 25.33333333vw;
    background-color: #f3f3f3;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    cursor: pointer;
  }
  .box .SB-popup .content ul .input .right img {
    width: 25.33333333vw;
    height: 25.33333333vw;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .box .SB-popup .content button {
    position: static !important;
    width: 29.86666667vw;
    height: 10.66666667vw;
    background-color: #d51818;
    border-radius: 1.06666667vw;
    display: block;
    margin: 26.66666667vw auto 0;
    outline: none;
    border: none;
  }
  .box .SB-popup .content button a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 10.66666667vw;
    font-size: 3.73333333vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
  }
  .box .SB-popup .content button:hover {
    filter: brightness(1.1);
  }
  .box .XG-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .XG-popup .content {
    width: 95%;
    height: 160vw;
    max-height: 95%;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 2.13333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5.33333333vw 4vw;
    position: relative;
  }
  .box .XG-popup .content .close-XG {
    position: absolute;
    top: 4vw;
    right: 4vw;
    cursor: pointer;
  }
  .box .XG-popup .content h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #d80018;
  }
  .box .XG-popup .content .text {
    width: 100%;
    border-radius: 2.66666667vw;
    margin-top: 7.2vw;
    padding: 6.66666667vw 0 0;
  }
  .box .XG-popup .content .text .input {
    width: 100%;
    height: 10.13333333vw;
    display: flex;
    align-items: center;
    margin: 0 auto 6.66666667vw;
  }
  .box .XG-popup .content .text .input p {
    min-width: 18.13333333vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #e6001a;
    text-align: right;
    margin-right: 2.66666667vw;
  }
  .box .XG-popup .content .text .input p span {
    color: #666666;
    margin-left: 0.53333333vw;
  }
  .box .XG-popup .content .text .input input {
    width: 26.66666667vw;
    flex: 1;
    height: 10.13333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    outline: none;
    padding-left: 2.13333333vw;
    font-size: 3.73333333vw;
  }
  .box .XG-popup .content .text .input input::placeholder {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
  }
  .box .XG-popup .content .text .input.radio label {
    margin-right: 16vw;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333333;
  }
  .box .XG-popup .content .text .input.radio input {
    width: 4.8vw;
    height: 4.8vw;
    background-color: #ffffff;
    border: solid 0.26666667vw #dddddd;
    margin-right: 2.66666667vw;
  }
  .box .XG-popup .content .text .input select {
    width: 96.53333333vw;
    height: 10.13333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
    padding-left: 1.33333333vw;
  }
  .box .XG-popup .content .text .input.check {
    position: relative;
  }
  .box .XG-popup .content .text .input.check input {
    padding-right: 24vw;
  }
  .box .XG-popup .content .text .input.check div {
    width: 21.33333333vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .XG-popup .content .text .input.check div span {
    font-size: 2.93333333vw;
    color: #dddddd;
  }
  .box .XG-popup .content .text .input.check div button {
    width: 100%;
    height: 100%;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .XG-popup .content .text .input.phone {
    position: relative;
  }
  .box .XG-popup .content .text .input.phone input {
    padding-right: 24vw;
  }
  .box .XG-popup .content .text .input.phone div {
    width: 21.33333333vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .XG-popup .content .text .input.phone div span {
    font-size: 2.93333333vw;
    color: #dddddd;
  }
  .box .XG-popup .content .text .input.phone div button {
    width: 100%;
    height: 100%;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .XG-popup .content .text .input .area {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .XG-popup .content .text .input .area select {
    width: 32%;
    padding-left: 1.33333333vw;
  }
  .box .XG-popup .content .text .Button {
    display: block;
    width: 29.86666667vw;
    height: 10.66666667vw;
    background-color: #d51818;
    border-radius: 1.06666667vw;
    margin: 15.73333333vw auto;
    border: none;
    outline: none;
    position: static;
  }
  .box .XG-popup .content .text .Button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.73333333vw;
    line-height: 10.66666667vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
  }
  .box .XG-popup .content .text .Button:hover {
    filter: brightness(1.1);
  }
}
