.warp { width: 1085px; margin: 0 auto;}
.section { overflow: hidden; position: relative;}
.flex {
    display: flex;
    flex-direction: row;
}
.cm { margin: 0; }
body {
    background-size: 100%;
}
.box-shadow {
    /* box-shadow: 0 0 40px #000; */
}
.tb-shadow {
    /* box-shadow: 0 -20px 80px #000; */
}

.bg-con > div {
    width: 1085px;
    margin: 0 auto;
}
.tab {
    justify-content: space-between;
    z-index: 12;
    position: relative;
}
.tab-item {
    background-color: #00206b;
    cursor: pointer;
    border-radius: 30px;
    align-items: center;
    font-size: 19px;
    position: relative;
    z-index: 1;
    border: 3px solid #fff;
    padding: 3px;
}
.tab-item:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
}
.tab-item span {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #00206b;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    z-index: 11;
}
.tab-item p {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 11;
    color: #000000;
}
.tab-item.active:before {
    background-color: #d13035;
}
.tab-item.active:after {
  content: '';
  display: block;
  width: 40px;
  height: 16px;
  clip-path: polygon(0px 16px, 20px 0, 40px 16px);
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: -43px;
}
.tab-item.active span {
    background-color: #fff;
    color: #00206b;
}
.tab-item.active p {
  color: #fff;
}
.tab-panel-item {
    display: none;
}
.tab-panel-item.active {
    display: block;
}
.head-box {
    text-align: center;
    position: absolute;
    top: -140px;
}
.box-container {
    position: relative;
    /* background: url(../images/con_center_bg.jpg) repeat-y; */
}
.box-con {
    z-index: 10;
    position: relative;
}
.box1 {
    height: 610px;
    background: url(../images/banner.jpg) no-repeat center;
    position: relative;
}
.box2 {
    height: 763px;
    padding-top: 102px;
    box-sizing: border-box;
    background: url(../images/box2_bg.jpg) no-repeat center;
    position: relative;
}

.box3 {
    height: 897px;
    background: url(../images/box3_bg.jpg) no-repeat center;
    position: relative;
    box-sizing: border-box;
}
.section-header3{
    height: 247px;
    background: url(../images/box3_h2.jpg)  no-repeat center;
}
.box4 {
    height: 975px;
    background: url(../images/box4_bg.jpg) no-repeat center;
}
.section-header4 {
    height: 240px;
    background: url(../images/box4_h2.jpg) no-repeat center;
}
.box5 {
    height: 1700px;
    background: url(../images/box5_bg.jpg) no-repeat center;
}
.section-header5 {
    height: 228px;
    background: url(../images/box5_h2.jpg) no-repeat center;
}
.box6 {
    height: 1994px;
    background: url(../images/box6_bg.jpg) no-repeat center;
}
.section-header6 {
    height: 239px;
    background: url(../images/box6_h2.jpg) no-repeat center;
}
.box7 {
    background: url(../images/box7_bg.jpg) no-repeat center;
    height: 492px;
}
.section-header7 {
    height: 239px;
    background: url(../images/box7_h2.jpg) no-repeat center;
}
.box8 {
    background: url(../images/box8_bg.jpg) no-repeat center;
    height: 428px;
}
.section-header8 {
    height: 237px;
    background: url(../images/box8_h2.jpg) no-repeat center;
}
.box9 {
    height: 159px;
    background: url(../images/box9_bg.jpg) no-repeat center;
}
.section-header9 {
    height: 203px;
    background: url(../images/box9_h2.jpg) no-repeat center;
}

.video-box{
    width: 1085px;
    height: 601px;
    padding-top: 60px;
    border-radius: 40px;
}
.video-box .player {
    width: 979px;
    height: 551px;
    background-color: #000;
}

.box3-tab {
    padding: 22px 48px 0;
}
.box3-tab .box3-tab-item {
    width: 375px;
}
.box3-tab .box3-tab-item:first-child {
    width: 404px;
}
.box3-tab .box3-tab-item:nth-child(2) {
    width: 303px;
}
.box3-tab .box3-tab-item:nth-child(3) {
    width: 206px;
}

.box3-title {
    font-size: 32px;
    color: #000;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
}
.box3-desc {
    text-align: center;
    color: #747474;
    font-size: 20px;
}
.share-icon {
    position: absolute;
    left: 70px;
    top: 114px;
    font-size: 26px;
}
.share-icon:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 12px;
    background-color: #000;
    left: -18px;
    top: 10px;
    clip-path: polygon(0px 0px, 10px 6px, 0px 12px);
}
.box3-con{
    width: 993px;
    height: 738px;
    background: url(../images/box3_con_bg.jpg) no-repeat center;
    border-radius: 50px;
    box-shadow: 0 0 10px #000;
    margin-top: 38px;
    position: relative;
}
.box3-user {
    justify-content: center;
    padding-top: 20px;
}
.box3-user-item {
    position: relative;
    width: 275px;
    margin: 0 57px;
    text-align: center;
}
.box3-username {
    position: absolute;
    left: -85px;
    top: 250px;
    width: 124px;
    height: 37px;
    background-color: #d13035;
    color: #fff;
    clip-path: polygon(0 0, 115px 0, 124px 37px, 9px 37px);
    font-size: 25px;
    text-align: center;
    line-height: 37px;
    z-index: 20;
}
.box3-userinfo {
    position: absolute;
    left: -94px;
    top: 282px;
    width: 410px;
    height: 112px;
    z-index: 10;
    padding-top: 14px;
    box-sizing: border-box;
    background-color: #00206b;
    clip-path: polygon(0 0, 384px 0, 410px 112px, 27px 112px);
}
.box3-user-item:nth-child(2) {
    width: 230px;
}
.box3-user-item:nth-child(1) .box3-username {
    left: -77px;
}
.box3-user-item:first-child .box3-userinfo {
    clip-path: polygon(0 0, 333px 0, 360px 112px, 27px 112px);
}
.box3-userinfo p {
    text-align: left;
    padding-left: 25px;
    font-size: 20px;
    color: #ffffff;
}
.box3-userinfo p:nth-child(2) {
    padding-left: 35px;
}
.box3-userinfo p:nth-child(3) {
    padding-left: 45px;
}
.box3-bottom {
    width: 1037px;
    height: 176px;
    background-color: #3d9ce5;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    margin-left: -518px;
    bottom: -12px;
    justify-content: space-between;
    padding: 0 113px;
    box-sizing: border-box;
    z-index: 3;
}
.box3-bottom span img {
    margin-top: -40px;
}
.box3-bottom a img {
    margin-top: -10px;
}
.box3-bottom-txt {
    padding-top: 16px;
}
.box3-bottom-txt p{
    font-size: 26px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.box3 .section-bottom {
    margin-top: -100px;
}

.box3-item2 .box3-user{
    padding-top: 29px;
}
.box3-item2 .share-icon{
    left: 40px;
    top: 85px;
}
.box3-item2 .box3-bottom{
    height: 222px;
    padding: 0 40px;
}
.box3-item2 .box3-bottom-txt{
    width: 612px;
    padding-left: 12px;
    padding-top: 40px;
}
.box3-item2 .box3-bottom-txt p{
    font-size: 21px;
    height: 34px;
    line-height: 34px;
}
.box3-item2 .box3-bottom span img {
    margin-top: 18px;
}
.box3-item2 .box3-bottom a img{
    margin-top: 26px;
}
.box3-item3 .box3-username {
    top: 275px;
}
.box3-item3 .box3-userinfo{
    width: 620px;
    height: 102px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 53px;
    box-sizing: border-box;
    left: -165px;
    top: 308px;
}
.box3-item3 .box3-user-item:first-child .box3-userinfo{
    clip-path: polygon(0 0, 592px 0, 620px 102px, 30px 102px);
}
.box3-item3 .box3-userinfo p{
    height: 32px;
    line-height: 32px;
}
.box3-item3 .box3-userinfo p:nth-child(odd) {
    width: 272px;
}
.box3-item3 .box3-userinfo p:nth-child(even) {
    width: 223px;
}
.box3-item3 .share-icon-zb{
    bottom: 160px;
    top: auto;
}
.box3-item3 .box3-bottom {
    background: none;
    bottom: 40px;
    margin-left: -412px;
}
.box3-item3 .box3-bottom-txt {
    width: 601px;
    height: 157px;
    background-color: #fff;
    border-radius: 20px;
    color: #000000;
}
.box3-item3 .box3-bottom-txt p {
    color: #000000;
    padding-left: 82px;
    font-size: 22px;
}
.box3-item3 .box3-link3{
    position: absolute;
    bottom: -49px;
    right: 181px;
}

/* box4 */
.box4-tab {
    padding: 36px 53px 0;
}
.box4-tab-item.active:after{
  bottom: -34px;
}
.box4-tab-item {
    width: 300px;
}
.box4-con {
    width: 978px;
    height: 778px;
    border-radius: 50px;
    box-shadow: 0 0 10px #000;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
    padding-bottom: 28px;
    box-sizing: border-box;
}
.box4-teacher {
    margin-left: 8px;
}
.box4-city {
    margin-left: 50px;
    margin-top: 22px;
}
.box4-b {
    padding-top: 20px;
    padding-left: 10px;
}
.box4-b img {
    margin-left: 20px;
}
.box4-link {
    position: absolute;
    right: -20px;
    bottom: -40px;
}
.box4-con2 {
    background: url(../images/box4_s2_bg.jpg) no-repeat center;
    position: relative;
}
.box4-con3 {
    background: url(../images/box4_s2_bg2.jpg) no-repeat center;
}
.box4-data {
    justify-content: center;
}
.box4-data-item {
    width: 417px;
    padding-top: 10px;
}
.box4-data-name {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    margin-bottom: 14px;
}
.box4-data-name span {
    color: #fff600;
}
.box4-data-name2 {
    padding-top: 5px;
    box-sizing: border-box;
    line-height: 28px;
}
.box4-data-item p{
    height: 24px;
    line-height: 24px;
    color: #000000;
    font-size: 16px;
    margin-top: 4px;
    text-align: center;
}
.box4-data-right-name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.box4-data-left .box4-data-name {
    margin-bottom: 27px;
}
.box4-data-right .box4-data-name {
    margin-bottom: 21px;
}
.box4-data-ewm {
    position: absolute;
    right: 42px;
    bottom: 14px;
}
.box4-data-ewm img{
    padding: 6px;
    border: 2px solid #f1c391;
    background-color: #fff;
}
.box4-data-ewm p {
    font-size: 20px;
    color: #000;
    text-align: center;
}
.box4-con3 .box4-data-item p {
    height: 40px;
    line-height: 40px;
    margin: 0;
}


/* box5 */
.box5 .box-con {
  width: 1065px;
  margin: 0;
}
.box5-con {
    width: 993px;
    border-radius: 50px;
    box-shadow: 0 0 10px #000;
    margin-top: 38px;
    position: relative;
    background-color: #fff;
    padding-bottom: 28px;
}
.box5-head {
    width: 882px;
    height: 98px;
    background-color: #ffeccc;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.box5-head-num {
    width: 82px;
    height: 82px;
}
.box5-head-txt{
    padding-left: 18px;
}
.box5-head-title {
    width: 280px;
    height: 42px;
    background-image: linear-gradient(#da92ad, #20468c);
    border-radius: 30px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.box5-head-txt p {
    font-size: 25px;
    color: #00206b;
    padding-top: 5px;
}
.box5-con {
    padding: 22px 30px 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.box5-con:before {
    content: '';
    display: block;
    position: absolute;
    left: 387px;
    top: 3px;
    bottom: 3px;
    border-right: 1px dashed #cfcfcf;
}
.box5-ld {
    width: 300px;
}
.box5-ld-li {
    padding-left: 32px;
    height: 35px;
    line-height: 35px;
    background: url(../images/icon_confirm.png) no-repeat left 4px;
    font-size: 18px;
}
.box5-ld-title {
    font-size: 28px;
    height: 48px;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}
.box5-buy {
    width: 523px;
    flex-wrap: wrap;
}
.box5-buy-item {
    width: 249px;
    height: 138px;
    margin: 5px 5px 45px;
    position: relative;
}
.box5-buy-item a {
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -70px;
}
.box5-link{
    display: block;
    text-align: center;
    margin-top: 32px;
}
.box5-bii {
    width: 100%;
    height: 13px;
    background-color: #4cccff;
}
.box5-head2 {
    margin-top: 30px;
}
.box5-head2 .box5-head-title {
    width: 600px;
}
.box5-train-txt .box5-ld:first-child {
    width: 530px;
}
.box5-train-txt .box5-ld:last-child {
    padding-top: 5px;
    width: 270px;
}
.box5-train-txt:before {
    left: 623px;
}
.box5-train-txt .box5-ld-li {
    height: auto;
}
.box5-ld-li3 {
    line-height: 26px;
    padding: 3px 0 3px 32px;
}
.box5-train-txt .box5-ld:last-child .box5-ld-li {
    height: 40px;
    line-height: 40px;
}
.box5-train-img {
    flex-wrap: wrap;
    width: 901px;
    justify-content: space-between;
    padding-top: 30px;
}
.box5-train-img .box5-buy-item {
    width: 432px;
    height: 277px;
}
.box5-desc {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
}
.box5-link.cm {
    margin-top: 0;
}

/* box6 */
.box6-head {
    margin-top: 15px;
}
.box6-head .box5-head-title {
    width: 360px;
}
.box6-head2 {
    text-align: center;
    padding-top: 20px;
}
.box6-head2 p {
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
}
.box6-link {
    margin-top: -15px;
}
.box6-con {
    padding-top: 58px;
    width: 993px;
    border-radius: 50px;
    box-shadow: 0 0 10px #000;
    margin-top: 80px;
    position: relative;
    background-color: #fff;
    padding-bottom: 28px;
}
.box6-head3 {
    position: absolute;
    top: -58px;
    left: 50%;
    width: 825px;
    margin-left: -412px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}
.box6-head3 .box5-head-title {
    width: 196px;
}
.box6-head4 {
    margin-top: 30px;
}
.box6-head4 .box5-head-title {
    width: 343px;
}
.box6-txt {
    width: 862px;
}
.box6-txt .box6-title {
    font-size: 28px;
    color: #fff;
    height: 51px;
    line-height: 51px;
    padding-left: 18px;
    margin-top: 20px;
    background-image: linear-gradient(to right, rgba(62, 158, 232, 1), rgba(62, 158, 232, 0))
}
.box6-desc {
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
    padding: 8px 0px 8px 40px;
    border-radius: 30px;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 19, 65, 1), rgba(0, 19, 65, 0))
}
.box6-desc:before {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 7px;
    top: 8px;
    background: url(../images/icon_confirm.png) no-repeat center;
}
.box6-ewm {
    position: absolute;
    right: 46px;
    bottom: 26px;
    background-color: #fff;
    padding: 13px;
    border-radius: 16px;
}

.box6-con table {
    border: none;
    border-color: #ebebeb
}

.box6-con td:first-child {
    width: 191px
}

.box6-con th:first-child {
    width: 191px
}

.box6-con td:nth-child(3),
.box6-con th:nth-child(3) {
    width: 276px
}

.box6-con .course_btn {
    display: block;
    margin: 0 auto;
    width: 111px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 13px;
    font-weight: 500;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee4b30), to(#f15b3b));
    background-image: linear-gradient(#ee4b30, #f15b3b);
    color: #fff
}

.box6-con tr:hover td {
    color: #fd6b34
}

.box6-con tr:hover td .course_btn {
    color: #fff;
    border-color: #fa5900;
    background-color: #fa5900
}

.box6-con tr td {
    cursor: pointer;
    height: 56px;
    font-size: 16px;
    color: #000;
    text-align: center
}

.table-body {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 11;
    border-radius: 80px
}

.table-body .table-con {
    overflow-y: scroll;
    height: 100%
}

.table-con table tr:nth-child(even) {
    background-color: #f8f8f8
}

.table-body table,
.table-head table {
    width: 100%
}

.table-body::-webkit-scrollbar {
    width: 6px;
    background: #0050a2
}

.table-body::-webkit-scrollbar-track {
    border-radius: 3px
}

.table-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 100px;
    background-color: #ccc
}

.adv-box {
    background: url(../images/adv_img.jpg) no-repeat center;
    width: 100%;
    height: 201px
}

.adv-box a {
    display: block;
    height: 100%
}

/* box7 */
.box7-desc{
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 23px;
}
.box7-list {
    flex-wrap: wrap;
    padding: 0 80px;
    justify-content: space-between;
}
.box7-list a {
    margin-top: 19px;
}


/* box8 */
.box8-top {
    padding: 35px 62px 0;
}
.box8-txt {
    width: 365px;
}
.box8-txt p {
    color: #fff;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
}
.box8 .form-box {
    position: relative;
    margin: 20px auto 0;
    border-radius: 20px;
    border: 4px solid #fff;
    align-items: center;
    width: 954px;
    height: 121px;
    justify-content: space-around;
    padding: 0 15px;
    box-sizing: border-box;
    background: url(../images/box8_con_bg.jpg) no-repeat center;
}

.box8 .form-box .kuang {
    width: 197px;
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 48px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000;
}

.box8 .form-title {
    font-size: 26px;
    color: #f8ff44;
    font-weight: 700
}

.box8 .form-box .kuang.select {
    padding: 0
}

.box8 .form-box .kuang .current {
    display: block;
    padding-left: 50px;
    color: #000
}

.box8 .form-box .kuang_name {
    background-image: url(../images/icon08.png);
    background-repeat: no-repeat;
    background-position: 15px 12px
}

.box8 .form-box .kuang_phone {
    background-image: url(../images/icon09.png);
    background-repeat: no-repeat;
    background-position: 14px 12px
}

.box8 .form-box .kuang_city {
    position: relative;
    background-image: url(../images/icon10.png);
    background-repeat: no-repeat;
    background-position: 14px 12px
}

.box8 .form-box .kuang_city:hover .list {
    display: block
}

.box8 .kuang.sub-btn {
    cursor: pointer;
    padding: 0;
    text-align: center;
    height: 48px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    background-image: linear-gradient(#e72413, #e72413), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal, normal;
    -webkit-box-shadow: inset 0 3px 5px 0 rgba(255, 200, 118, .46);
    box-shadow: inset 0 3px 5px 0 rgba(255, 200, 118, .46);
    border-radius: 30px;
    border: solid 2px #e72413
}

.box8 .kuang.sub-btn:active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.select {
    position: relative;
    cursor: pointer;
    background-color: #fff
}

.select .list {
    position: absolute;
    top: -228px;
    left: 33px;
    z-index: 10;
    width: 203px;
    max-height: 228px;
    background-color: #fafafa;
    color: #333;
    overflow: auto;
    display: none
}

.select .option {
    padding-left: 15px
}

.select .option:hover {
    color: #fff;
    background-color: #21598f
}

/* box9 */
.box9-con{
    text-align: center;
    padding-top: 28px;
}
.box8 .select-one .list {
    top: -132px
}

.form3 .select .list {
    left: 33px !important
}

.form3 {
    width: 100%;
    height: 91px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .73)
}

.form3 .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 1085px;
    margin: auto
}

.form3 .wrapper .kuang {
    width: 220px;
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 48px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000
}

.form3 .wrapper .kuang.select {
    padding: 0
}

.form3 .wrapper .kuang .current {
    display: block;
    padding-left: 50px;
    color: #000
}

.form3 .wrapper .kuang_name {
    background-image: url(../images/icon08.png);
    background-repeat: no-repeat;
    background-position: 15px 12px
}

.form3 .wrapper .kuang_phone {
    background-image: url(../images/icon09.png);
    background-repeat: no-repeat;
    background-position: 14px 12px
}

.form3 .wrapper .kuang_city {
    position: relative;
    background-image: url(../images/icon10.png);
    background-repeat: no-repeat;
    background-position: 14px 12px
}

.form3 .wrapper .kuang_city:hover .list {
    display: block
}

.form3 .kuang.sub-btn {
    cursor: pointer;
    padding: 0;
    text-align: center;
    width: 162px;
    height: 48px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e72413), to(#f15b3b));
    background-image: linear-gradient(#e72413, #e72413);
    background-blend-mode: normal, normal, normal;
    -webkit-box-shadow: inset 0 3px 5px 0 rgba(255, 200, 118, .46);
    box-shadow: inset 0 3px 5px 0 rgba(255, 200, 118, .46);
    border-radius: 30px;
    border: solid 2px #e72413
}

.form3 .kuang.sub-btn:active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.form3 .wrapper .guanbi {
    position: absolute;
    top: -30px;
    right: -24px;
    cursor: pointer
}

/* box14 */
.box14 {
    padding-top: 29px;
    background: url(../images/footer_bg.jpg) no-repeat center;
}
.box14 .head-box {
    margin-bottom: 30px
}

.box14 img {
    display: block
}

.box14 .choose_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 42px
}

.box14 .choose_btn_list {
    width: 310px;
    height: 54px;
    background-color: #0051a5;
    border-radius: 30px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 4px solid #45b3f7
}

.box14 .choose_btn_list:first-child {
    margin-right: 70px
}

.box14 .choose_address {
    font-size: 16px;
    text-align: center;
    padding-bottom: 90px;
    color: #fff;
}


.rightbar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 100;
    width: 255px;
    height: 416px;
    background-color: #fff;
    border: 2px solid #001341;
    border-radius: 30px 0 0 30px;
    text-align: center;
    border-right: none;
}
.rightbar p {
    font-size: 20px;
    margin: 2px 0;
    color: #d13035;
}
.rightbar-user {
    margin-top: -196px;
}
.rightbar .rightbar-bg {
    background-color: #ffff00;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
}
.rightbar-first {
    padding-top: 10px;
}
.rightbar .guanbi {
    position: absolute;
    top: -220px;
    cursor: pointer;
    right: 19px;
}
/*# sourceMappingURL=map/index.css.map */