@media screen and (min-width: 761px) {
  .container {
    width: 1322px;
  }
  body {
    background-color: #E0DFE7;
  }
  .border {
    border: 1px solid #666;
  }
  .head {
    background-color: #fff;
    height: 90px;
    padding: 20px 0 0;
  }
  .head .logo_line {
    width: 1px;
    background-color: #333;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }
  .banner-box img {
    width: 100%;
  }
  .main-box {
    background-color: #03234A;
    padding: 30px;
    color: #fff;
    margin: 30px auto;
    font-size: 20px;
  }
  .main-box .txt-list {
    padding-left: 60px;
  }
  .main-box .txt-list li {
    list-style: disc;
    font-weight: 600;
  }
  .main-box .button-link {
    background-color: #e6007e;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 400px;
    padding: 12px 0;
    display: inline-block;
    margin: 50px 20px;
  }
  .main-box .choose-list {
    display: flex;
    justify-content: space-between;
  }
  .main-box .choose-list li.active#one .time {
    height: 130px;
    border: 2px solid #E6007E;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-box .choose-list li.active#two .pace {
    height: 130px;
    border: 2px solid #FFD200;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-box .choose-list li .time,
  .main-box .choose-list li .pace {
    height: 110px;
    background-color: #04572F;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    text-align: left;
    white-space: normal;
    display: inline-block;
  }
  .main-box .choose-list li .time .timer,
  .main-box .choose-list li .pace .timer {
    font-size: 24px;
    display: block;
  }
  .main-box .choose-list li .time .timer .fa,
  .main-box .choose-list li .pace .timer .fa {
    margin-right: 10px;
  }
  .main-box .yicheng {
    background-color: #03234A;
    border: 3px solid #e6007e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
  }
  .main-box .select {
    border-radius: 5px;
    border: 2px solid #FFD200;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .main-box .select .drow-icon {
    background: url("../image/drow-icon.png") no-repeat;
    width: 46px;
    height: 46px;
    background-size: contain;
    display: inline-block;
    float: right;
    margin-top: 35px;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
  }
  .main-box .select ul li {
    overflow: hidden;
    border-bottom: 1px solid #FFD200;
    padding: 0 30px;
    vertical-align: middle;
  }
  .main-box .select ul li.active .detail {
    height: 350px;
  }
  .main-box .select ul li.active .drow-icon {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
  }
  .main-box .select ul li .h2 {
    font-size: 26px;
    color: #FFD200;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 105px;
  }
  .main-box .select ul li .detail {
    height: 0;
    overflow: hidden;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
  }
  .main-box .select ul li .detail img {
    display: block;
    margin: 20px auto 30px;
  }
  .main-box .last-time {
    height: 110px;
    background-color: #04572F;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    white-space: normal;
    display: -block;
    margin-top: 30px;
  }
  .main-box .last-time .timer {
    font-size: 30px;
    margin: 10px 0;
  }
  .main-box .last-time .fa {
    margin-right: 10px;
  }
  .main-box .last-time span {
    display: block;
    line-height: 20px;
    font-size: 16px;
  }
  .intreo {
    background-color: #fff;
    padding: 30px;
    color: #231815;
    margin: 30px auto;
  }
  .intreo .h3 {
    border-bottom: 1px solid #e0dfe7;
    font-size: 24px;
    font-weight: bold;
    color: #231815;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  .intreo p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 35px;
  }
  .intreo .txt-right {
    text-align: right;
  }
  .foot {
    background-color: #fff;
  }
  .mos-drom,
  .m-yicheng, .m-select {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .container {
    width: 100%;
  }
  .head {
    height: 4rem;
    padding: .5rem;
  }
  .head .line {
    width: 1px;
    background-color: #cdcdcd;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }
  .banner-box {
    width: 100%;
    height: auto;
  }
  .banner-box img {
    width: 100%;
  }
  .main-box {
    background-color: #03234A;
    padding: 1rem .5rem;
    color: #fff;
    margin: 1rem auto;
    font-size: 15px;
  }
  .main-box .ft24 {
    font-size: .9rem;
  }
  .main-box .txt-list {
    padding-left: 1rem;
  }
  .main-box .txt-list li {
    list-style: disc;
    font-weight: 600;
  }
  .main-box .button-link {
    background-color: #e6007e;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    text-align: center;
    width: 80%;
    padding: 12px 0;
    display: inline-block;
    margin: 1rem 0 .5rem;
  }
  .main-box .choose-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-box .choose-list > li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .main-box .choose-list > li::before {
    content: '';
    float: left;
    width: 2px;
    height: 100%;
    background-color: #fff;
    margin-right: 5%;
    display: inline-block;
  }
  .main-box .choose-list > li#one .time {
    border: 2px solid #e6007e;
  }
  .main-box .choose-list > li.active .time {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-box .choose-list > li.active .time .mos-drom .st-button__icon {
    transform: rotateZ(270deg);
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
  }
  .main-box .choose-list > li.active .pace {
    border: 2px solid #FFD200;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-box .choose-list > li.active .pace .st-button__icon {
    transform: rotateZ(270deg) !important;
    -webkit-transform: rotateZ(270deg) !important;
    -moz-transform: rotateZ(270deg) !important;
    -ms-transform: rotateZ(270deg) !important;
    -o-transform: rotateZ(270deg) !important;
  }
  .main-box .choose-list > li.active .m-yicheng {
    height: 26.5rem;
    border: 2px solid #e6007e;
  }
  .main-box .choose-list > li.active .m-select {
    display: block;
  }
  .main-box .choose-list > li .pace .st-button__icon {
    fill: #333 !important;
  }
  .main-box .choose-list > li .time,
  .main-box .choose-list > li .pace {
    vertical-align: top;
    width: 93%;
    height: 110px;
    background-color: #04572F;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    text-align: left;
    white-space: normal;
    display: inline-block;
  }
  .main-box .choose-list > li .time span,
  .main-box .choose-list > li .pace span {
    display: block;
    line-height: 27px;
  }
  .main-box .choose-list > li .time .timer,
  .main-box .choose-list > li .pace .timer {
    font-size: .9rem;
    display: block;
  }
  .main-box .choose-list > li .time .timer .fa,
  .main-box .choose-list > li .pace .timer .fa {
    margin-right: 5px;
  }
  .main-box .choose-list > li .time .mos-drom .st-button__icon,
  .main-box .choose-list > li .pace .mos-drom .st-button__icon {
    fill: #fff;
    vertical-align: middle;
    width: 16px;
    height: 16px !important;
    margin-left: 5px;
    transform: rotateZ(90deg);
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
  }
  .main-box .yicheng {
    background-color: #03234A;
    border: 3px solid #e6007e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    display: none !important;
  }
  .main-box .select {
    display: none !important;
  }
  .main-box .m-select {
    border-radius: 5px;
    border: 2px solid #FFD200;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 93%;
    float: left;
    display: none;
  }
  .main-box .m-select .drow-icon {
    background: url("../image/drow-icon.png") no-repeat;
    width: 23px;
    height: 23px;
    background-size: cover;
    display: inline-block;
    float: right;
    margin-top: 1rem;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
  }
  .main-box .m-select ul li {
    overflow: hidden;
    border-bottom: 1px solid #FFD200;
    padding: 0 1rem;
    vertical-align: middle;
  }
  .main-box .m-select ul li.active .detail {
    height: auto;
  }
  .main-box .m-select ul li.active .drow-icon {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
  }
  .main-box .m-select ul li .h2 {
    font-size: .8rem;
    color: #FFD200;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 3rem;
  }
  .main-box .m-select ul li .detail {
    height: 0;
    overflow: hidden;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
  }
  .main-box .m-select ul li .detail img {
    display: block;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .main-box .flex {
    display: flex;
    justify-content: space-between;
  }
  .main-box .col-8xs {
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .main-box .col-4xs {
    width: 38%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .main-box .last-time {
    background-color: #04572F;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    text-align: left;
    white-space: normal;
    display: block;
  }
  .main-box .last-time .timer {
    font-size: .9rem;
    margin: 10px 0;
  }
  .main-box .last-time .fa {
    margin-right: 10px;
  }
  .main-box .last-time span {
    display: block;
    line-height: 20px;
    font-size: 16px;
  }
  .main-box .m-yicheng {
    height: 0;
    width: 93%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
  }
  .main-box .m-yicheng img {
    max-width: 100%;
    height: 26rem;
    margin: 0 auto;
    display: block;
  }
  .intreo {
    background-color: #fff;
    color: #231815;
    margin: 30px auto;
  }
  .intreo .h3 {
    border-bottom: 1px solid #e0dfe7;
    font-size: 24px;
    font-weight: bold;
    color: #231815;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  .intreo p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 35px;
  }
  .intreo .txt-right {
    text-align: right;
  }
  .foot {
    background-color: #fff;
  }
}
