@media only screen and (max-width: 479px) {
  body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    max-width: 479px;
    width: 15rem;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #0350A2;
  }
  body .intro {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body .intro .bannerBox {
    width: 100%;
    height: 1.40615942rem;
    overflow: hidden;
    position: relative;
  }
  body .intro .bannerBox .banner {
    width: 100%;
  }
  body .intro .bannerBox i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.54094203rem;
    font-size: 1.08695652rem;
    color: #FFFFFF;
    background-color: rgba(3, 80, 162, 0.8);
    cursor: pointer;
  }
  body .intro .poster {
    width: 100%;
  }
  body .content {
    display: flex;
    width: 100%;
    background-color: #009CE4;
  }
  body .content .left {
    display: none;
    flex-direction: column;
    background-color: #009CE4;
    position: relative;
    width: 15.52083333%;
  }
  body .content .left .QRcode {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  body .content .left .QRcode img {
    flex: 1;
    width: 100px;
    margin: 0 auto;
    padding-top: 10.28571429px;
    transition: transform 0.1s linear;
    cursor: zoom-in;
  }
  body .content .left .QRcode img:hover {
    transform: scale(1.2);
  }
  body .content .left .QRcode i {
    font-size: 14px;
    text-align: center;
    padding-top: 10.28571429px;
    font-weight: bold;
    cursor: default;
  }
  body .content .left .QRcode i:nth-child(6) {
    padding-bottom: 10.28571429px;
  }
  body .content .left span {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
  }
  body .content .left span:hover {
    color: #EA5505;
    border-color: #EA5505;
  }
  body .content .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.72463768rem;
    border-bottom-left-radius: 0.72463768rem;
  }
  body .content .right .video {
    width: 100%;
    position: relative;
    height: 8.43768116rem;
    overflow: hidden;
  }
  body .content .right .video #video {
    display: none;
    width: 100%;
    object-fit: fill;
  }
  body .content .right .video #videoMobile {
    width: 100%;
    object-fit: fill;
  }
  body .content .right .video span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 2.17391304rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 8.43768116rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .content .right .video span:hover {
    transform: scale(1.2);
  }
  body .content .right .video .icon-zanting {
    display: none;
  }
  body .content .right h5 {
    text-align: center;
    margin: 0.36231884rem 0;
    cursor: default;
    font-size: 0.72463768rem;
  }
  body .content .right form {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.72463768rem;
    background-color: #7FCEF5;
    padding: 1.44927536rem 0.36231884rem;
    width: 100%;
    max-width: 28.65942029rem;
    height: 8.69565217rem;
  }
  body .content .right form u {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0.36231884rem;
    right: 50%;
    width: 7.60869565rem;
    transform: translateX(50%);
    font-size: 0.57971014rem;
    line-height: 0.86956522rem;
    font-weight: bold;
    color: #FF0000;
  }
  body .content .right form .group {
    display: none;
    width: 100%;
  }
  body .content .right form .group .item {
    display: flex;
    width: 100%;
    height: 1.44927536rem;
    margin-bottom: 0.72463768rem;
    border-radius: 0.28985507rem;
    overflow: hidden;
  }
  body .content .right form .group .item span {
    font-size: 0.65217391rem;
    background-color: #FFFFFF;
    color: #666666;
    line-height: 1.44927536rem;
    padding: 0 0.18115942rem;
    cursor: text;
  }
  body .content .right form .group .item select {
    border: none;
    font-size: 0.65217391rem;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #FFFFFF;
  }
  body .content .right form .group .item select option {
    font-size: 0.79710145rem;
  }
  body .content .right form .group .item i {
    font-size: 0.65217391rem;
    line-height: 1.44927536rem;
    background-color: #FFFFFF;
  }
  body .content .right form .group .item input {
    flex: 1;
    font-size: 0.65217391rem;
    border-radius: 0;
    -webkit-appearance: none;
  }
  body .content .right form .group .item span:nth-child(3) {
    display: none;
    cursor: help;
  }
  body .content .right form .group .focus {
    box-shadow: 0 0 0.36231884rem #EA5505;
  }
  body .content .right form .group .focus span {
    color: #EA5505;
  }
  body .content .right form .group .focus input {
    color: #EA5505;
  }
  body .content .right form .group .focus input::-webkit-input-placeholder {
    color: #EA5505;
  }
  body .content .right form .group .error {
    box-shadow: 0 0 0.36231884rem #FF0000;
  }
  body .content .right form .group .error span {
    color: #FF0000;
  }
  body .content .right form .group .error input {
    color: #FF0000;
  }
  body .content .right form .group .error input::-webkit-input-placeholder {
    color: #FF0000;
  }
  body .content .right form .group .success {
    box-shadow: 0 0 0.36231884rem #00FF00;
  }
  body .content .right form .group .success span {
    color: #00FF00;
  }
  body .content .right form .group .success input {
    color: #00FF00;
  }
  body .content .right form .group .success input::-webkit-input-placeholder {
    color: #00FF00;
  }
  body .content .right form .group .btn {
    display: flex;
    width: 100%;
    height: 1.44927536rem;
  }
  body .content .right form .group .btn button {
    flex: 1;
    margin-left: 0.72463768rem;
    border-radius: 0.28985507rem;
    cursor: pointer;
    font-size: 0.65217391rem;
    background-color: #EA5505;
    color: #FFFFFF;
  }
  body .content .right form .group .btn button:nth-child(1) {
    margin-left: 0rem;
  }
  body .content .right form .group ul {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 0.36231884rem;
    padding: 0.36231884rem;
    margin-bottom: 0.72463768rem;
  }
  body .content .right form .group ul li {
    display: flex;
    font-size: 0.72463768rem;
    line-height: 1.30434783rem;
  }
  body .content .right form .group ul li b {
    color: #FF0000;
  }
  body .content .right form .group ul li p {
    flex: 1;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    padding-left: 0.36231884rem;
  }
  body .content .right form .group:nth-child(2) {
    display: block;
  }
  body .content .right form .group:nth-child(3) .item:nth-child(1) span:nth-child(4) {
    display: none;
    cursor: help;
  }
  body .content .right form .group:nth-child(3) .item:nth-child(2) input {
    text-align: center;
    font-size: 0.61594203rem;
  }
  body .content .right form .group:nth-child(3) .item:nth-child(2) span:nth-child(6) {
    display: none;
    cursor: help;
    padding: 0 0.18115942rem 0 0;
  }
}
@media only screen and (min-width: 480px) {
  body {
    display: flex;
    flex-direction: column;
    min-width: 960px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #0350A2;
  }
  body .intro {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body .intro .bannerBox {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: relative;
  }
  body .intro .bannerBox .banner {
    width: 100%;
  }
  body .intro .bannerBox i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 98.63px;
    font-size: 30px;
    color: #FFFFFF;
    background-color: rgba(3, 80, 162, 0.8);
    cursor: pointer;
  }
  body .intro .poster {
    width: 100%;
  }
  body .content {
    display: flex;
    width: 100%;
    background-color: #009CE4;
  }
  body .content .left {
    display: flex;
    flex-direction: column;
    background-color: #009CE4;
    position: relative;
    width: 15.52083333%;
  }
  body .content .left .QRcode {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  body .content .left .QRcode img {
    flex: 1;
    width: 100px;
    margin: 0 auto;
    padding-top: 10.28571429px;
    transition: transform 0.1s linear;
    cursor: zoom-in;
  }
  body .content .left .QRcode img:hover {
    transform: scale(1.2);
  }
  body .content .left .QRcode i {
    font-size: 14px;
    text-align: center;
    padding-top: 10.28571429px;
    font-weight: bold;
    cursor: default;
  }
  body .content .left .QRcode i:nth-child(6) {
    padding-bottom: 10.28571429px;
  }
  body .content .left span {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
  }
  body .content .left span:hover {
    color: #EA5505;
    border-color: #EA5505;
  }
  body .content .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: url(../images/bg.jpg);
    border-bottom-left-radius: 20px;
    padding-left: 20px;
  }
  body .content .right .video {
    width: 100%;
    position: relative;
    height: 406px;
    overflow: hidden;
    border-radius: 0 0 0 20px;
  }
  body .content .right .video video {
    width: 100%;
    margin-top: -20px;
    object-fit: fill;
  }
  body .content .right .video span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 120px;
    color: #FFFFFF;
    text-align: center;
    line-height: 406px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .content .right .video span:hover {
    transform: scale(1.2);
  }
  body .content .right .video .icon-zanting {
    display: none;
  }
  body .content .right h5 {
    text-align: center;
    margin: 20px 0;
    cursor: default;
  }
  body .content .right form {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    background-color: #7FCEF5;
    border-radius: 20px 0 0 20px;
    padding: 40px 110px;
    width: 100%;
    max-width: 791px;
    height: 240px;
  }
  body .content .right form u {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 4px 8px;
    cursor: pointer;
    color: #FFFF00;
  }
  body .content .right form u:hover {
    color: #FF0000;
  }
  body .content .right form .group {
    display: none;
    width: 100%;
  }
  body .content .right form .group .item {
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }
  body .content .right form .group .item span {
    font-size: 22px;
    background-color: #FFFFFF;
    color: #666666;
    line-height: 40px;
    padding: 0 5px;
    cursor: text;
  }
  body .content .right form .group .item select {
    border: none;
    font-size: 22px;
  }
  body .content .right form .group .item select option {
    font-size: 22px;
  }
  body .content .right form .group .item i {
    font-size: 22px;
    line-height: 40px;
    background-color: #FFFFFF;
  }
  body .content .right form .group .item input {
    flex: 1;
    font-size: 22px;
  }
  body .content .right form .group .item span:nth-child(3) {
    display: none;
    cursor: help;
  }
  body .content .right form .group .focus {
    box-shadow: 0 0 10px #EA5505;
  }
  body .content .right form .group .focus span {
    color: #EA5505;
  }
  body .content .right form .group .focus input {
    color: #EA5505;
  }
  body .content .right form .group .focus input::-webkit-input-placeholder {
    color: #EA5505;
  }
  body .content .right form .group .error {
    box-shadow: 0 0 10px #FF0000;
  }
  body .content .right form .group .error span {
    color: #FF0000;
  }
  body .content .right form .group .error input {
    color: #FF0000;
  }
  body .content .right form .group .error input::-webkit-input-placeholder {
    color: #FF0000;
  }
  body .content .right form .group .success {
    box-shadow: 0 0 10px #00FF00;
  }
  body .content .right form .group .success span {
    color: #00FF00;
  }
  body .content .right form .group .success input {
    color: #00FF00;
  }
  body .content .right form .group .success input::-webkit-input-placeholder {
    color: #00FF00;
  }
  body .content .right form .group .btn {
    display: flex;
    width: 100%;
    height: 40px;
  }
  body .content .right form .group .btn button {
    flex: 1;
    margin-left: 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 24px;
    background-color: #EA5505;
    color: #FFFFFF;
    transition: font-size 0.1s linear;
  }
  body .content .right form .group .btn button:hover {
    font-size: 28px;
  }
  body .content .right form .group .btn button:nth-child(1) {
    margin-left: 0px;
  }
  body .content .right form .group ul {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }
  body .content .right form .group ul li {
    display: flex;
    font-size: 22px;
    line-height: 36px;
  }
  body .content .right form .group ul li b {
    color: #FF0000;
  }
  body .content .right form .group ul li p {
    flex: 1;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    padding-left: 10px;
  }
  body .content .right form .group:nth-child(2) {
    display: block;
  }
  body .content .right form .group:nth-child(3) .item:nth-child(1) span:nth-child(4) {
    display: none;
    cursor: help;
  }
  body .content .right form .group:nth-child(3) .item:nth-child(2) input {
    text-align: center;
  }
  body .content .right form .group:nth-child(3) .item:nth-child(2) span:nth-child(6) {
    display: none;
    cursor: help;
    padding: 0 5px 0 0;
  }
}
