@charset "UTF-8";
body {
  font-size: 0;
}

.titleChooseGuide {
  padding: 57px 0 34px;
}

.titleChooseGuide strong {
  color: #dd1e2c;
}

.Choose_guideMain {
  padding: 66px 0;
}

.doubtProblem {
  text-align: center;
}

.doubtProblem strong {
  display: block;
  margin-bottom: 28px;
}

.doubtProblem p {
  display: block;
  text-align: center;
  width: 1160px;
  margin: 0 auto;
}

.bubble {
  display: inline-block;
}

.selectBubbleBox {
  width: 136px;
  margin-top: 70px;
  position: relative;
  z-index: 90;
}

.itemSelectBubble {
  margin-bottom: 50px;
}

.itemSelectBubble i {
  display: inline-block;
  width: 65px;
  height: 65px;
  border: solid 3px #c3c3c3;
  border-radius: 100%;
}

.itemSelectBubble p {
  font-size: 21px;
  line-height: 21px;
  width: auto;
  margin-top: 57px;
}

.itemSelectBubble.active i {
  border: none;
  background: url(/themes/llumar/images/chooseguide/bubbleIcon1.png) no-repeat;
  width: 138px;
  height: 138px;
  background-size: 100% 100%;
}

.itemSelectBubble.active p {
  margin-top: 20px;
}

.mobileBubbleBox {
  position: relative;
  width: 925px;
  height: 577px;
  top: 60px;
  /*background-color: rgba(0,0,0,.5);*/
}

.mobileBubbleBox i {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  cursor: pointer;
}

.bubbleIcon1 {
  width: 204px;
  height: 204px;
  left: 203px;
  top: 289px;
  background-image: url(/themes/llumar/images/chooseguide/bubbleIcon1.png);
}

.bubbleIcon2 {
  width: 230px;
  height: 230px;
  left: 304px;
  top: 72px;
  background-image: url(/themes/llumar/images/chooseguide/bubbleIcon2.png);
}

.bubbleIcon3 {
  width: 197px;
  height: 197px;
  left: 470px;
  top: 281px;
  background-image: url(/themes/llumar/images/chooseguide/bubbleIcon3.png);
}

.bubbleIcon4 {
  width: 181px;
  height: 181px;
  left: 634px;
  top: 140px;
  background-image: url(/themes/llumar/images/chooseguide/bubbleIcon4.png);
}

.bubbleIcon5 {
  width: 207px;
  height: 207px;
  left: 771px;
  top: 289px;
  background-image: url(/themes/llumar/images/chooseguide/bubbleIcon5.png);
}

.bubbleIcon6 {
  width: 181px;
  height: 181px;
  left: 897px;
  top: 128px;
  background-image: url(/themes/llumar/images/chooseguide/bubbleIcon6.png);
}

.bubbleIcon {
  background-size: 100% 100%;
  z-index: 1000;
}

.doubtProblemPictrue {
  margin: 0px 0 18px;
}

.doubtProficiency {
  font-size: 0;
  margin-top: 40px;
}

.doubtProficiency span {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  width: 114px;
  padding: 8px 0;
  cursor: pointer;
  border-radius: 40px;
  margin: 0 30px;
}

.doubtProficiency span.currentSelectProficiency {
  background-color: transparent;
  border-color: #ef7622;
  color: #ef7622;
}

.transitionLineProblem {
  margin-top: 40px;
  padding-top: 60px;
  border-top: solid 1px #c2c2c2;
}

.recommendedGuide {
  font-size: 0;
  padding: 60px 0;
  text-align: center;
  background: #efefef;
}

.recommendedGuide .product {
  text-align: left;
}

.recommendedGuide .product .item {
  width: 450px;
}

.recommendedGuide .product .item strong {
  display: block;
  font-size: 36px;
  margin-bottom: 17px;
  text-align: left;
}

.recommendedGuide .product .item .item-con {
  padding: 17px 15px 20px;
  background: #fff;
  width: 100%;
}

.recommendedGuide .product .item .item-con .tit2 {
  margin-top: 35px;
  vertical-align: top;
  margin-bottom: 18px;
}

.recommendedGuide .product .item .item-con .tit2 span {
  font-size: 14px;
  vertical-align: top;
  line-height: 14px;
}

.recommendedGuide .product .item .item-con .icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.recommendedGuide .product .item .item-con .tit3 span {
  display: inline-block;
}

.recommendedGuide .product .item .item-con .tit3 span:first-child {
  width: 170px;
}

.recommendedGuide .product .item .item-con .tit3 span:nth-child(2) {
  width: 192px;
}

.header {
  width: 1460px;
  height: 417px;
  margin: 0 auto;
  border-bottom: 2px solid #c3c3c3;
}

.header_content_left {
  float: left;
}

.header_content_left img {
  width: 27px;
  height: 17px;
  vertical-align: middle;
  margin: 0 0 0 15px;
}

.header_content_right {
  float: right;
}

.header_show {
  float: left;
}

.header_show img {
  width: 365px;
  height: 200px;
  margin: 10px 0 0 0;
}

.header_content_right ul {
  list-style: none;
  float: left;
  margin: 0 0 0 70px;
}

.header_content_right ul li {
  width: 113px;
  height: 40px;
  border: 2px solid #727171;
  border-radius: 30px;
  margin: 28px 0 0;
  text-align: center;
  line-height: 40px;
  background: #727171;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.header_content_right ul li:hover {
  background: #fff;
  color: #df753a;
  border: 2px solid #df753a;
}

.header_content_right ul .target {
  background: #fff;
  color: #df753a;
  border: 2px solid #df753a;
}

.content {
  padding: 65px 0 0 0;
  margin: 0 auto;
  height: 620px;
  width: 1460px;
}

#container {
  width: 700px;
  height: 400px;
  margin: -90px auto 0;
  position: relative;
  color: #fff;
}

.choosefooter {
  background: #efefef;
  margin: 0 auto;
  width: 100%;
  height: 790px;
}

.choosefooter-middle {
  width: 1052px;
  height: 650px;
  margin: 0 auto;
}

.choosefooter-left {
  float: left;
}

.choosefooter-right {
  float: right;
}

.choosefooter-title {
  font-size: 36px;
  padding: 36px 0 26px;
}

.choosefooter-content {
  width: 478px;
  height: 500px;
  background: #fff;
  margin: 0 0 38px;
}

.choosefooter-content ul {
  height: 55px;
  list-style: none;
  padding: 0 15px;
  margin: 18px 0 21px;
}

.choosefooter-content ul li {
  float: left;
}

.choosefooter-content ul li:first-child,
.choosefooter-content ul li:nth-child(2) {
  margin: 0 70px 0 0;
  width: 120px;
}

.choosefooter-content ul li p {
  font-size: 18px;
  margin: 0 0 5px;
}

.yen {
  font-size: 22px;
  font-weight: 600;
  color: #c1b59b;
  padding-right: 5px;
}

.choosefooter-content .img-big {
  width: 450px;
  height: 248px;
  display: block;
  margin: 0 auto 25px;
  padding: 13px 0 0;
}

.choosefooter-content .img-small1 {
  width: 20px;
  height: 25px;
  margin-right: 5px;
}

.choosefooter-content .img-small2 {
  width: 24px;
  height: 25px;
  margin-right: 5px;
}

.choosefooter-content-title {
  font-size: 26px;
  margin: 0 0 0 15px;
}

.choosefooter-information {
  padding: 0 15px;
  font-size: 16px;
}

.re_choose {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 0;
  letter-spacing: 2px;
}

.font-big-red {
  font-size: 46px;
  font-weight: bold;
  color: #dd1e2c;
  margin: 0 0 80px;
  padding: 46px 0 0;
}

.font-title {
  font-size: 26px;
  margin: 0 0 20px;
}

.font-content {
  font-size: 18px;
  line-height: 27px;
}

#cyq, #cyh, #zxq, #zxh {
  display: none;
}

.big_small {
  cursor: pointer;
  transform-origin: center center;
  animation: _change 2.5s linear infinite;
}

@-webkit-keyframes _change {
  0% {
    width: 190px;
    height: 190px;
  }
  50% {
    width: 205px;
    height: 205px;
  }
  100% {
    width: 190px;
    height: 190px;
  }
}

@keyframes _change {
  0% {
    width: 190px;
    height: 190px;
  }
  50% {
    width: 205px;
    height: 205px;
  }
  100% {
    width: 190px;
    height: 190px;
  }
}

.choosefooter-btn {
  width: 100%;
}

.leave {
  background: url("/themes/llumar/images/chooseguide/icon_leave.png") no-repeat;
  background-size: 55px 55px;
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.true {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-in-out;
  /* Opera */
}

.true1 {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -webkit-transform: rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-in-out;
  /* Opera */
}

.selectBubbleBox {
  z-index: 90;
  width: 750px;
  height: 200px;
  margin: 0 auto;
}

.itemSelectBubble {
  float: left;
  margin: -30px 30px 0;
  position: relative;
  height: 200px;
  width: 180px;
}

.itemSelectBubble div {
  width: 62px;
  height: 62px;
  border: solid 2px #c3c3c3;
  border-radius: 50%;
  margin: 60px auto 40px;
}

.itemSelectBubble p {
  font-size: 26px;
  line-height: 26px;
  width: auto;
  text-align: center;
  margin-top: 0;
}

.itemSelectBubble.active div {
  border: none;
  background: url(/themes/llumar/css/img/bubbleIcon1.png) no-repeat;
  width: 130px;
  height: 130px;
  background-size: 100% 100%;
  margin-top: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 18px;
  color: #aaa;
  border: 2px solid #aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  body {
    font-size: 0;
  }
  .titleChooseGuide {
    padding: 49.875px 0 29.75px;
  }
  .titleChooseGuide strong {
    color: #dd1e2c;
  }
  .Choose_guideMain {
    padding: 57.75px 0;
  }
  .doubtProblem {
    text-align: center;
  }
  .doubtProblem strong {
    display: block;
    margin-bottom: 24.5px;
  }
  .doubtProblem p {
    display: block;
    text-align: center;
    width: 1015px;
    margin: 0 auto;
  }
  .bubble {
    display: inline-block;
  }
  .selectBubbleBox {
    width: 119px;
    margin-top: 61.25px;
    position: relative;
    z-index: 90;
  }
  .itemSelectBubble {
    margin-bottom: 43.75px;
  }
  .itemSelectBubble i {
    display: inline-block;
    width: 56.875px;
    height: 56.875px;
    border: solid 2.625px #c3c3c3;
    border-radius: 100%;
  }
  .itemSelectBubble p {
    font-size: 18.375px;
    line-height: 18.375px;
    width: auto;
    margin-top: 49.875px;
  }
  .itemSelectBubble.active i {
    border: none;
    background: url(/themes/llumar/images/chooseguide/bubbleIcon1.png) no-repeat;
    width: 120.75px;
    height: 120.75px;
    background-size: 100% 100%;
  }
  .itemSelectBubble.active p {
    margin-top: 17.5px;
  }
  .mobileBubbleBox {
    position: relative;
    width: 809.375px;
    height: 504.875px;
    top: 52.5px;
    /*background-color: rgba(0,0,0,.5);*/
  }
  .mobileBubbleBox i {
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    cursor: pointer;
  }
  .bubbleIcon1 {
    width: 178.5px;
    height: 178.5px;
    left: 177.625px;
    top: 252.875px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon1.png);
  }
  .bubbleIcon2 {
    width: 201.25px;
    height: 201.25px;
    left: 266px;
    top: 63px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon2.png);
  }
  .bubbleIcon3 {
    width: 172.375px;
    height: 172.375px;
    left: 411.25px;
    top: 245.875px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon3.png);
  }
  .bubbleIcon4 {
    width: 158.375px;
    height: 158.375px;
    left: 554.75px;
    top: 122.5px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon4.png);
  }
  .bubbleIcon5 {
    width: 181.125px;
    height: 181.125px;
    left: 674.625px;
    top: 252.875px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon5.png);
  }
  .bubbleIcon6 {
    width: 158.375px;
    height: 158.375px;
    left: 784.875px;
    top: 112px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon6.png);
  }
  .bubbleIcon {
    background-size: 100% 100%;
    z-index: 1000;
  }
  .doubtProblemPictrue {
    margin: 0px 0 15.75px;
  }
  .doubtProficiency {
    font-size: 0;
    margin-top: 35px;
  }
  .doubtProficiency span {
    display: inline-block;
    font-size: 18.375px;
    line-height: 18.375px;
    font-weight: bold;
    width: 99.75px;
    padding: 7px 0;
    cursor: pointer;
    border-radius: 35px;
    margin: 0 26.25px;
  }
  .doubtProficiency span.currentSelectProficiency {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .transitionLineProblem {
    margin-top: 35px;
    padding-top: 52.5px;
    border-top: solid 0.875px #c2c2c2;
  }
  .recommendedGuide {
    font-size: 0;
    padding: 52.5px 0;
    text-align: center;
    background: #efefef;
  }
  .recommendedGuide .product {
    text-align: left;
  }
  .recommendedGuide .product .item {
    width: 393.75px;
  }
  .recommendedGuide .product .item strong {
    display: block;
    font-size: 31.5px;
    margin-bottom: 14.875px;
    text-align: left;
  }
  .recommendedGuide .product .item .item-con {
    padding: 14.875px 13.125px 17.5px;
    background: #fff;
    width: 100%;
  }
  .recommendedGuide .product .item .item-con .tit2 {
    margin-top: 30.625px;
    vertical-align: top;
    margin-bottom: 15.75px;
  }
  .recommendedGuide .product .item .item-con .tit2 span {
    font-size: 12.25px;
    vertical-align: top;
    line-height: 12.25px;
  }
  .recommendedGuide .product .item .item-con .icon {
    margin-top: 8.75px;
    margin-bottom: 17.5px;
  }
  .recommendedGuide .product .item .item-con .tit3 span {
    display: inline-block;
  }
  .recommendedGuide .product .item .item-con .tit3 span:first-child {
    width: 148.75px;
  }
  .recommendedGuide .product .item .item-con .tit3 span:nth-child(2) {
    width: 168px;
  }
  .header {
    width: 1277.5px;
    height: 364.875px;
    margin: 0 auto;
    border-bottom: 1.75px solid #c3c3c3;
  }
  .header_content_left {
    float: left;
  }
  .header_content_left img {
    width: 23.625px;
    height: 14.875px;
    vertical-align: middle;
    margin: 0 0 0 13.125px;
  }
  .header_content_right {
    float: right;
  }
  .header_show {
    float: left;
  }
  .header_show img {
    width: 319.375px;
    height: 175px;
    margin: 8.75px 0 0 0;
  }
  .header_content_right ul {
    list-style: none;
    float: left;
    margin: 0 0 0 61.25px;
  }
  .header_content_right ul li {
    width: 98.875px;
    height: 35px;
    border: 1.75px solid #727171;
    border-radius: 26.25px;
    margin: 24.5px 0 0;
    text-align: center;
    line-height: 35px;
    background: #727171;
    color: #fff;
    font-size: 22.75px;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
  }
  .header_content_right ul li:hover {
    background: #fff;
    color: #df753a;
    border: 1.75px solid #df753a;
  }
  .header_content_right ul .target {
    background: #fff;
    color: #df753a;
    border: 1.75px solid #df753a;
  }
  .content {
    padding: 56.875px 0 0 0;
    margin: 0 auto;
    height: 542.5px;
    width: 1277.5px;
  }
  #container {
    width: 612.5px;
    height: 350px;
    margin: -78.75px auto 0;
    position: relative;
    color: #fff;
  }
  .choosefooter {
    background: #efefef;
    margin: 0 auto;
    width: 100%;
    height: 691.25px;
  }
  .choosefooter-middle {
    width: 920.5px;
    height: 568.75px;
    margin: 0 auto;
  }
  .choosefooter-left {
    float: left;
  }
  .choosefooter-right {
    float: right;
  }
  .choosefooter-title {
    font-size: 31.5px;
    padding: 31.5px 0 22.75px;
  }
  .choosefooter-content {
    width: 418.25px;
    height: 437.5px;
    background: #fff;
    margin: 0 0 33.25px;
  }
  .choosefooter-content ul {
    height: 48.125px;
    list-style: none;
    padding: 0 13.125px;
    margin: 15.75px 0 18.375px;
  }
  .choosefooter-content ul li {
    float: left;
  }
  .choosefooter-content ul li:first-child,
  .choosefooter-content ul li:nth-child(2) {
    margin: 0 61.25px 0 0;
    width: 105px;
  }
  .choosefooter-content ul li p {
    font-size: 15.75px;
    margin: 0 0 4.375px;
  }
  .yen {
    font-size: 19.25px;
    font-weight: 600;
    color: #c1b59b;
    padding-right: 4.375px;
  }
  .choosefooter-content .img-big {
    width: 393.75px;
    height: 217px;
    display: block;
    margin: 0 auto 21.875px;
    padding: 11.375px 0 0;
  }
  .choosefooter-content .img-small1 {
    width: 17.5px;
    height: 21.875px;
    margin-right: 4.375px;
  }
  .choosefooter-content .img-small2 {
    width: 21px;
    height: 21.875px;
    margin-right: 4.375px;
  }
  .choosefooter-content-title {
    font-size: 22.75px;
    margin: 0 0 0 13.125px;
  }
  .choosefooter-information {
    padding: 0 13.125px;
    font-size: 14px;
  }
  .re_choose {
    font-size: 17.5px;
    text-align: center;
    margin: 8.75px 0 0;
    letter-spacing: 1.75px;
  }
  .font-big-red {
    font-size: 40.25px;
    font-weight: bold;
    color: #dd1e2c;
    margin: 0 0 70px;
    padding: 40.25px 0 0;
  }
  .font-title {
    font-size: 22.75px;
    margin: 0 0 17.5px;
  }
  .font-content {
    font-size: 15.75px;
    line-height: 23.625px;
  }
  #cyq, #cyh, #zxq, #zxh {
    display: none;
  }
  .big_small {
    cursor: pointer;
    transform-origin: center center;
    animation: _change 2.5s linear infinite;
  }
  @-webkit-keyframes _change {
    0% {
      width: 166.25px;
      height: 166.25px;
    }
    50% {
      width: 179.375px;
      height: 179.375px;
    }
    100% {
      width: 166.25px;
      height: 166.25px;
    }
  }
  @keyframes _change {
    0% {
      width: 166.25px;
      height: 166.25px;
    }
    50% {
      width: 179.375px;
      height: 179.375px;
    }
    100% {
      width: 166.25px;
      height: 166.25px;
    }
  }
  .choosefooter-btn {
    width: 100%;
  }
  .leave {
    background: url("/themes/llumar/images/chooseguide/icon_leave.png") no-repeat;
    background-size: 48.125px 48.125px;
    width: 48.125px;
    height: 48.125px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .true {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .true1 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .selectBubbleBox {
    z-index: 90;
    width: 656.25px;
    height: 175px;
    margin: 0 auto;
  }
  .itemSelectBubble {
    float: left;
    margin: -26.25px 26.25px 0;
    position: relative;
    height: 175px;
    width: 157.5px;
  }
  .itemSelectBubble div {
    width: 54.25px;
    height: 54.25px;
    border: solid 1.75px #c3c3c3;
    border-radius: 50%;
    margin: 52.5px auto 35px;
  }
  .itemSelectBubble p {
    font-size: 22.75px;
    line-height: 22.75px;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .itemSelectBubble.active div {
    border: none;
    background: url(/themes/llumar/css/img/bubbleIcon1.png) no-repeat;
    width: 113.75px;
    height: 113.75px;
    background-size: 100% 100%;
    margin-top: 8.75px;
  }
  .close {
    position: absolute;
    top: 17.5px;
    right: 17.5px;
    font-size: 17.5px;
    text-align: center;
    line-height: 15.75px;
    color: #aaa;
    border: 1.75px solid #aaa;
    border-radius: 50%;
    width: 17.5px;
    height: 17.5px;
    display: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 0;
  }
  .titleChooseGuide {
    padding: 42.75px 0 25.5px;
  }
  .titleChooseGuide strong {
    color: #dd1e2c;
  }
  .Choose_guideMain {
    padding: 49.5px 0;
  }
  .doubtProblem {
    text-align: center;
  }
  .doubtProblem strong {
    display: block;
    margin-bottom: 21px;
  }
  .doubtProblem p {
    display: block;
    text-align: center;
    width: 870px;
    margin: 0 auto;
  }
  .bubble {
    display: inline-block;
  }
  .selectBubbleBox {
    width: 102px;
    margin-top: 52.5px;
    position: relative;
    z-index: 90;
  }
  .itemSelectBubble {
    margin-bottom: 37.5px;
  }
  .itemSelectBubble i {
    display: inline-block;
    width: 48.75px;
    height: 48.75px;
    border: solid 2.25px #c3c3c3;
    border-radius: 100%;
  }
  .itemSelectBubble p {
    font-size: 15.75px;
    line-height: 15.75px;
    width: auto;
    margin-top: 42.75px;
  }
  .itemSelectBubble.active i {
    border: none;
    background: url(/themes/llumar/images/chooseguide/bubbleIcon1.png) no-repeat;
    width: 103.5px;
    height: 103.5px;
    background-size: 100% 100%;
  }
  .itemSelectBubble.active p {
    margin-top: 15px;
  }
  .mobileBubbleBox {
    position: relative;
    width: 693.75px;
    height: 432.75px;
    top: 45px;
    /*background-color: rgba(0,0,0,.5);*/
  }
  .mobileBubbleBox i {
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    cursor: pointer;
  }
  .bubbleIcon1 {
    width: 153px;
    height: 153px;
    left: 152.25px;
    top: 216.75px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon1.png);
  }
  .bubbleIcon2 {
    width: 172.5px;
    height: 172.5px;
    left: 228px;
    top: 54px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon2.png);
  }
  .bubbleIcon3 {
    width: 147.75px;
    height: 147.75px;
    left: 352.5px;
    top: 210.75px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon3.png);
  }
  .bubbleIcon4 {
    width: 135.75px;
    height: 135.75px;
    left: 475.5px;
    top: 105px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon4.png);
  }
  .bubbleIcon5 {
    width: 155.25px;
    height: 155.25px;
    left: 578.25px;
    top: 216.75px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon5.png);
  }
  .bubbleIcon6 {
    width: 135.75px;
    height: 135.75px;
    left: 672.75px;
    top: 96px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon6.png);
  }
  .bubbleIcon {
    background-size: 100% 100%;
    z-index: 1000;
  }
  .doubtProblemPictrue {
    margin: 0px 0 13.5px;
  }
  .doubtProficiency {
    font-size: 0;
    margin-top: 30px;
  }
  .doubtProficiency span {
    display: inline-block;
    font-size: 15.75px;
    line-height: 15.75px;
    font-weight: bold;
    width: 85.5px;
    padding: 6px 0;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 22.5px;
  }
  .doubtProficiency span.currentSelectProficiency {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .transitionLineProblem {
    margin-top: 30px;
    padding-top: 45px;
    border-top: solid 0.75px #c2c2c2;
  }
  .recommendedGuide {
    font-size: 0;
    padding: 45px 0;
    text-align: center;
    background: #efefef;
  }
  .recommendedGuide .product {
    text-align: left;
  }
  .recommendedGuide .product .item {
    width: 337.5px;
  }
  .recommendedGuide .product .item strong {
    display: block;
    font-size: 27px;
    margin-bottom: 12.75px;
    text-align: left;
  }
  .recommendedGuide .product .item .item-con {
    padding: 12.75px 11.25px 15px;
    background: #fff;
    width: 100%;
  }
  .recommendedGuide .product .item .item-con .tit2 {
    margin-top: 26.25px;
    vertical-align: top;
    margin-bottom: 13.5px;
  }
  .recommendedGuide .product .item .item-con .tit2 span {
    font-size: 10.5px;
    vertical-align: top;
    line-height: 10.5px;
  }
  .recommendedGuide .product .item .item-con .icon {
    margin-top: 7.5px;
    margin-bottom: 15px;
  }
  .recommendedGuide .product .item .item-con .tit3 span {
    display: inline-block;
  }
  .recommendedGuide .product .item .item-con .tit3 span:first-child {
    width: 127.5px;
  }
  .recommendedGuide .product .item .item-con .tit3 span:nth-child(2) {
    width: 144px;
  }
  .header {
    width: 1095px;
    height: 312.75px;
    margin: 0 auto;
    border-bottom: 1.5px solid #c3c3c3;
  }
  .header_content_left {
    float: left;
  }
  .header_content_left img {
    width: 20.25px;
    height: 12.75px;
    vertical-align: middle;
    margin: 0 0 0 11.25px;
  }
  .header_content_right {
    float: right;
  }
  .header_show {
    float: left;
  }
  .header_show img {
    width: 273.75px;
    height: 150px;
    margin: 7.5px 0 0 0;
  }
  .header_content_right ul {
    list-style: none;
    float: left;
    margin: 0 0 0 52.5px;
  }
  .header_content_right ul li {
    width: 84.75px;
    height: 30px;
    border: 1.5px solid #727171;
    border-radius: 22.5px;
    margin: 21px 0 0;
    text-align: center;
    line-height: 30px;
    background: #727171;
    color: #fff;
    font-size: 19.5px;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
  }
  .header_content_right ul li:hover {
    background: #fff;
    color: #df753a;
    border: 1.5px solid #df753a;
  }
  .header_content_right ul .target {
    background: #fff;
    color: #df753a;
    border: 1.5px solid #df753a;
  }
  .content {
    padding: 48.75px 0 0 0;
    margin: 0 auto;
    height: 465px;
    width: 1095px;
  }
  #container {
    width: 525px;
    height: 300px;
    margin: -67.5px auto 0;
    position: relative;
    color: #fff;
  }
  .choosefooter {
    background: #efefef;
    margin: 0 auto;
    width: 100%;
    height: 592.5px;
  }
  .choosefooter-middle {
    width: 789px;
    height: 487.5px;
    margin: 0 auto;
  }
  .choosefooter-left {
    float: left;
  }
  .choosefooter-right {
    float: right;
  }
  .choosefooter-title {
    font-size: 27px;
    padding: 27px 0 19.5px;
  }
  .choosefooter-content {
    width: 358.5px;
    height: 375px;
    background: #fff;
    margin: 0 0 28.5px;
  }
  .choosefooter-content ul {
    height: 41.25px;
    list-style: none;
    padding: 0 11.25px;
    margin: 13.5px 0 15.75px;
  }
  .choosefooter-content ul li {
    float: left;
  }
  .choosefooter-content ul li:first-child,
  .choosefooter-content ul li:nth-child(2) {
    margin: 0 52.5px 0 0;
    width: 90px;
  }
  .choosefooter-content ul li p {
    font-size: 13.5px;
    margin: 0 0 3.75px;
  }
  .yen {
    font-size: 16.5px;
    font-weight: 600;
    color: #c1b59b;
    padding-right: 3.75px;
  }
  .choosefooter-content .img-big {
    width: 337.5px;
    height: 186px;
    display: block;
    margin: 0 auto 18.75px;
    padding: 9.75px 0 0;
  }
  .choosefooter-content .img-small1 {
    width: 15px;
    height: 18.75px;
    margin-right: 3.75px;
  }
  .choosefooter-content .img-small2 {
    width: 18px;
    height: 18.75px;
    margin-right: 3.75px;
  }
  .choosefooter-content-title {
    font-size: 19.5px;
    margin: 0 0 0 11.25px;
  }
  .choosefooter-information {
    padding: 0 11.25px;
    font-size: 12px;
  }
  .re_choose {
    font-size: 15px;
    text-align: center;
    margin: 7.5px 0 0;
    letter-spacing: 1.5px;
  }
  .font-big-red {
    font-size: 34.5px;
    font-weight: bold;
    color: #dd1e2c;
    margin: 0 0 60px;
    padding: 34.5px 0 0;
  }
  .font-title {
    font-size: 19.5px;
    margin: 0 0 15px;
  }
  .font-content {
    font-size: 13.5px;
    line-height: 20.25px;
  }
  #cyq, #cyh, #zxq, #zxh {
    display: none;
  }
  .big_small {
    cursor: pointer;
    transform-origin: center center;
    animation: _change 2.5s linear infinite;
  }
  @-webkit-keyframes _change {
    0% {
      width: 142.5px;
      height: 142.5px;
    }
    50% {
      width: 153.75px;
      height: 153.75px;
    }
    100% {
      width: 142.5px;
      height: 142.5px;
    }
  }
  @keyframes _change {
    0% {
      width: 142.5px;
      height: 142.5px;
    }
    50% {
      width: 153.75px;
      height: 153.75px;
    }
    100% {
      width: 142.5px;
      height: 142.5px;
    }
  }
  .choosefooter-btn {
    width: 100%;
  }
  .leave {
    background: url("/themes/llumar/images/chooseguide/icon_leave.png") no-repeat;
    background-size: 41.25px 41.25px;
    width: 41.25px;
    height: 41.25px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .true {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .true1 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .selectBubbleBox {
    z-index: 90;
    width: 562.5px;
    height: 150px;
    margin: 0 auto;
  }
  .itemSelectBubble {
    float: left;
    margin: -22.5px 22.5px 0;
    position: relative;
    height: 150px;
    width: 135px;
  }
  .itemSelectBubble div {
    width: 46.5px;
    height: 46.5px;
    border: solid 1.5px #c3c3c3;
    border-radius: 50%;
    margin: 45px auto 30px;
  }
  .itemSelectBubble p {
    font-size: 19.5px;
    line-height: 19.5px;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .itemSelectBubble.active div {
    border: none;
    background: url(/themes/llumar/css/img/bubbleIcon1.png) no-repeat;
    width: 97.5px;
    height: 97.5px;
    background-size: 100% 100%;
    margin-top: 7.5px;
  }
  .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    text-align: center;
    line-height: 13.5px;
    color: #aaa;
    border: 1.5px solid #aaa;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 1366px) {
  body {
    font-size: 0;
  }
  .titleChooseGuide {
    padding: 39.9px 0 23.8px;
  }
  .titleChooseGuide strong {
    color: #dd1e2c;
  }
  .Choose_guideMain {
    padding: 46.2px 0;
  }
  .doubtProblem {
    text-align: center;
  }
  .doubtProblem strong {
    display: block;
    margin-bottom: 19.6px;
  }
  .doubtProblem p {
    display: block;
    text-align: center;
    width: 812px;
    margin: 0 auto;
  }
  .bubble {
    display: inline-block;
  }
  .selectBubbleBox {
    width: 95.2px;
    margin-top: 49px;
    position: relative;
    z-index: 90;
  }
  .itemSelectBubble {
    margin-bottom: 35px;
  }
  .itemSelectBubble i {
    display: inline-block;
    width: 45.5px;
    height: 45.5px;
    border: solid 2.1px #c3c3c3;
    border-radius: 100%;
  }
  .itemSelectBubble p {
    font-size: 14.7px;
    line-height: 14.7px;
    width: auto;
    margin-top: 39.9px;
  }
  .itemSelectBubble.active i {
    border: none;
    background: url(/themes/llumar/images/chooseguide/bubbleIcon1.png) no-repeat;
    width: 96.6px;
    height: 96.6px;
    background-size: 100% 100%;
  }
  .itemSelectBubble.active p {
    margin-top: 14px;
  }
  .mobileBubbleBox {
    position: relative;
    width: 647.5px;
    height: 403.9px;
    top: 42px;
    /*background-color: rgba(0,0,0,.5);*/
  }
  .mobileBubbleBox i {
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    cursor: pointer;
  }
  .bubbleIcon1 {
    width: 142.8px;
    height: 142.8px;
    left: 142.1px;
    top: 202.3px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon1.png);
  }
  .bubbleIcon2 {
    width: 161px;
    height: 161px;
    left: 212.8px;
    top: 50.4px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon2.png);
  }
  .bubbleIcon3 {
    width: 137.9px;
    height: 137.9px;
    left: 329px;
    top: 196.7px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon3.png);
  }
  .bubbleIcon4 {
    width: 126.7px;
    height: 126.7px;
    left: 443.8px;
    top: 98px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon4.png);
  }
  .bubbleIcon5 {
    width: 144.9px;
    height: 144.9px;
    left: 539.7px;
    top: 202.3px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon5.png);
  }
  .bubbleIcon6 {
    width: 126.7px;
    height: 126.7px;
    left: 627.9px;
    top: 89.6px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon6.png);
  }
  .bubbleIcon {
    background-size: 100% 100%;
    z-index: 1000;
  }
  .doubtProblemPictrue {
    margin: 0px 0 12.6px;
  }
  .doubtProficiency {
    font-size: 0;
    margin-top: 28px;
  }
  .doubtProficiency span {
    display: inline-block;
    font-size: 14.7px;
    line-height: 14.7px;
    font-weight: bold;
    width: 79.8px;
    padding: 5.6px 0;
    cursor: pointer;
    border-radius: 28px;
    margin: 0 21px;
  }
  .doubtProficiency span.currentSelectProficiency {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .transitionLineProblem {
    margin-top: 28px;
    padding-top: 42px;
    border-top: solid 0.7px #c2c2c2;
  }
  .recommendedGuide {
    font-size: 0;
    padding: 42px 0;
    text-align: center;
    background: #efefef;
  }
  .recommendedGuide .product {
    text-align: left;
  }
  .recommendedGuide .product .item {
    width: 315px;
  }
  .recommendedGuide .product .item strong {
    display: block;
    font-size: 25.2px;
    margin-bottom: 11.9px;
    text-align: left;
  }
  .recommendedGuide .product .item .item-con {
    padding: 11.9px 10.5px 14px;
    background: #fff;
    width: 100%;
  }
  .recommendedGuide .product .item .item-con .tit2 {
    margin-top: 24.5px;
    vertical-align: top;
    margin-bottom: 12.6px;
  }
  .recommendedGuide .product .item .item-con .tit2 span {
    font-size: 9.8px;
    vertical-align: top;
    line-height: 9.8px;
  }
  .recommendedGuide .product .item .item-con .icon {
    margin-top: 7px;
    margin-bottom: 14px;
  }
  .recommendedGuide .product .item .item-con .tit3 span {
    display: inline-block;
  }
  .recommendedGuide .product .item .item-con .tit3 span:first-child {
    width: 119px;
  }
  .recommendedGuide .product .item .item-con .tit3 span:nth-child(2) {
    width: 134.4px;
  }
  .header {
    width: 1022px;
    height: 291.9px;
    margin: 0 auto;
    border-bottom: 1.4px solid #c3c3c3;
  }
  .header_content_left {
    float: left;
  }
  .header_content_left img {
    width: 18.9px;
    height: 11.9px;
    vertical-align: middle;
    margin: 0 0 0 10.5px;
  }
  .header_content_right {
    float: right;
  }
  .header_show {
    float: left;
  }
  .header_show img {
    width: 255.5px;
    height: 140px;
    margin: 7px 0 0 0;
  }
  .header_content_right ul {
    list-style: none;
    float: left;
    margin: 0 0 0 49px;
  }
  .header_content_right ul li {
    width: 79.1px;
    height: 28px;
    border: 1.4px solid #727171;
    border-radius: 21px;
    margin: 19.6px 0 0;
    text-align: center;
    line-height: 28px;
    background: #727171;
    color: #fff;
    font-size: 18.2px;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
  }
  .header_content_right ul li:hover {
    background: #fff;
    color: #df753a;
    border: 1.4px solid #df753a;
  }
  .header_content_right ul .target {
    background: #fff;
    color: #df753a;
    border: 1.4px solid #df753a;
  }
  .content {
    padding: 45.5px 0 0 0;
    margin: 0 auto;
    height: 434px;
    width: 1022px;
  }
  #container {
    width: 490px;
    height: 280px;
    margin: -63px auto 0;
    position: relative;
    color: #fff;
  }
  .choosefooter {
    background: #efefef;
    margin: 0 auto;
    width: 100%;
    height: 553px;
  }
  .choosefooter-middle {
    width: 736.4px;
    height: 455px;
    margin: 0 auto;
  }
  .choosefooter-left {
    float: left;
  }
  .choosefooter-right {
    float: right;
  }
  .choosefooter-title {
    font-size: 25.2px;
    padding: 25.2px 0 18.2px;
  }
  .choosefooter-content {
    width: 334.6px;
    height: 350px;
    background: #fff;
    margin: 0 0 26.6px;
  }
  .choosefooter-content ul {
    height: 38.5px;
    list-style: none;
    padding: 0 10.5px;
    margin: 12.6px 0 14.7px;
  }
  .choosefooter-content ul li {
    float: left;
  }
  .choosefooter-content ul li:first-child,
  .choosefooter-content ul li:nth-child(2) {
    margin: 0 49px 0 0;
    width: 84px;
  }
  .choosefooter-content ul li p {
    font-size: 12.6px;
    margin: 0 0 3.5px;
  }
  .yen {
    font-size: 15.4px;
    font-weight: 600;
    color: #c1b59b;
    padding-right: 3.5px;
  }
  .choosefooter-content .img-big {
    width: 315px;
    height: 173.6px;
    display: block;
    margin: 0 auto 17.5px;
    padding: 9.1px 0 0;
  }
  .choosefooter-content .img-small1 {
    width: 14px;
    height: 17.5px;
    margin-right: 3.5px;
  }
  .choosefooter-content .img-small2 {
    width: 16.8px;
    height: 17.5px;
    margin-right: 3.5px;
  }
  .choosefooter-content-title {
    font-size: 18.2px;
    margin: 0 0 0 10.5px;
  }
  .choosefooter-information {
    padding: 0 10.5px;
    font-size: 11.2px;
  }
  .re_choose {
    font-size: 14px;
    text-align: center;
    margin: 7px 0 0;
    letter-spacing: 1.4px;
  }
  .font-big-red {
    font-size: 32.2px;
    font-weight: bold;
    color: #dd1e2c;
    margin: 0 0 56px;
    padding: 32.2px 0 0;
  }
  .font-title {
    font-size: 18.2px;
    margin: 0 0 14px;
  }
  .font-content {
    font-size: 12.6px;
    line-height: 18.9px;
  }
  #cyq, #cyh, #zxq, #zxh {
    display: none;
  }
  .big_small {
    cursor: pointer;
    transform-origin: center center;
    animation: _change 2.5s linear infinite;
  }
  @-webkit-keyframes _change {
    0% {
      width: 133px;
      height: 133px;
    }
    50% {
      width: 143.5px;
      height: 143.5px;
    }
    100% {
      width: 133px;
      height: 133px;
    }
  }
  @keyframes _change {
    0% {
      width: 133px;
      height: 133px;
    }
    50% {
      width: 143.5px;
      height: 143.5px;
    }
    100% {
      width: 133px;
      height: 133px;
    }
  }
  .choosefooter-btn {
    width: 100%;
  }
  .leave {
    background: url("/themes/llumar/images/chooseguide/icon_leave.png") no-repeat;
    background-size: 38.5px 38.5px;
    width: 38.5px;
    height: 38.5px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .true {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .true1 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .selectBubbleBox {
    z-index: 90;
    width: 525px;
    height: 140px;
    margin: 0 auto;
  }
  .itemSelectBubble {
    float: left;
    margin: -21px 21px 0;
    position: relative;
    height: 140px;
    width: 126px;
  }
  .itemSelectBubble div {
    width: 43.4px;
    height: 43.4px;
    border: solid 1.4px #c3c3c3;
    border-radius: 50%;
    margin: 42px auto 28px;
  }
  .itemSelectBubble p {
    font-size: 18.2px;
    line-height: 18.2px;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .itemSelectBubble.active div {
    border: none;
    background: url(/themes/llumar/css/img/bubbleIcon1.png) no-repeat;
    width: 91px;
    height: 91px;
    background-size: 100% 100%;
    margin-top: 7px;
  }
  .close {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 12.6px;
    color: #aaa;
    border: 1.4px solid #aaa;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 0;
  }
  .titleChooseGuide {
    padding: 37.62px 0 22.44px;
  }
  .titleChooseGuide strong {
    color: #dd1e2c;
  }
  .Choose_guideMain {
    padding: 43.56px 0;
  }
  .doubtProblem {
    text-align: center;
  }
  .doubtProblem strong {
    display: block;
    margin-bottom: 18.48px;
  }
  .doubtProblem p {
    display: block;
    text-align: center;
    width: 765.6px;
    margin: 0 auto;
  }
  .bubble {
    display: inline-block;
  }
  .selectBubbleBox {
    width: 89.76px;
    margin-top: 46.2px;
    position: relative;
    z-index: 90;
  }
  .itemSelectBubble {
    margin-bottom: 33px;
  }
  .itemSelectBubble i {
    display: inline-block;
    width: 42.9px;
    height: 42.9px;
    border: solid 1.98px #c3c3c3;
    border-radius: 100%;
  }
  .itemSelectBubble p {
    font-size: 13.86px;
    line-height: 13.86px;
    width: auto;
    margin-top: 37.62px;
  }
  .itemSelectBubble.active i {
    border: none;
    background: url(/themes/llumar/images/chooseguide/bubbleIcon1.png) no-repeat;
    width: 91.08px;
    height: 91.08px;
    background-size: 100% 100%;
  }
  .itemSelectBubble.active p {
    margin-top: 13.2px;
  }
  .mobileBubbleBox {
    position: relative;
    width: 610.5px;
    height: 380.82px;
    top: 39.6px;
    /*background-color: rgba(0,0,0,.5);*/
  }
  .mobileBubbleBox i {
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    cursor: pointer;
  }
  .bubbleIcon1 {
    width: 134.64px;
    height: 134.64px;
    left: 133.98px;
    top: 190.74px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon1.png);
  }
  .bubbleIcon2 {
    width: 151.8px;
    height: 151.8px;
    left: 200.64px;
    top: 47.52px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon2.png);
  }
  .bubbleIcon3 {
    width: 130.02px;
    height: 130.02px;
    left: 310.2px;
    top: 185.46px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon3.png);
  }
  .bubbleIcon4 {
    width: 119.46px;
    height: 119.46px;
    left: 418.44px;
    top: 92.4px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon4.png);
  }
  .bubbleIcon5 {
    width: 136.62px;
    height: 136.62px;
    left: 508.86px;
    top: 190.74px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon5.png);
  }
  .bubbleIcon6 {
    width: 119.46px;
    height: 119.46px;
    left: 592.02px;
    top: 84.48px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon6.png);
  }
  .bubbleIcon {
    background-size: 100% 100%;
    z-index: 1000;
  }
  .doubtProblemPictrue {
    margin: 0px 0 11.88px;
  }
  .doubtProficiency {
    font-size: 0;
    margin-top: 26.4px;
  }
  .doubtProficiency span {
    display: inline-block;
    font-size: 13.86px;
    line-height: 13.86px;
    font-weight: bold;
    width: 75.24px;
    padding: 5.28px 0;
    cursor: pointer;
    border-radius: 26.4px;
    margin: 0 19.8px;
  }
  .doubtProficiency span.currentSelectProficiency {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .transitionLineProblem {
    margin-top: 26.4px;
    padding-top: 39.6px;
    border-top: solid 0.66px #c2c2c2;
  }
  .recommendedGuide {
    font-size: 0;
    padding: 39.6px 0;
    text-align: center;
    background: #efefef;
  }
  .recommendedGuide .product {
    text-align: left;
  }
  .recommendedGuide .product .item {
    width: 297px;
  }
  .recommendedGuide .product .item strong {
    display: block;
    font-size: 23.76px;
    margin-bottom: 11.22px;
    text-align: left;
  }
  .recommendedGuide .product .item .item-con {
    padding: 11.22px 9.9px 13.2px;
    background: #fff;
    width: 100%;
  }
  .recommendedGuide .product .item .item-con .tit2 {
    margin-top: 23.1px;
    vertical-align: top;
    margin-bottom: 11.88px;
  }
  .recommendedGuide .product .item .item-con .tit2 span {
    font-size: 9.24px;
    vertical-align: top;
    line-height: 9.24px;
  }
  .recommendedGuide .product .item .item-con .icon {
    margin-top: 6.6px;
    margin-bottom: 13.2px;
  }
  .recommendedGuide .product .item .item-con .tit3 span {
    display: inline-block;
  }
  .recommendedGuide .product .item .item-con .tit3 span:first-child {
    width: 112.2px;
  }
  .recommendedGuide .product .item .item-con .tit3 span:nth-child(2) {
    width: 126.72px;
  }
  .header {
    width: 963.6px;
    height: 275.22px;
    margin: 0 auto;
    border-bottom: 1.32px solid #c3c3c3;
  }
  .header_content_left {
    float: left;
  }
  .header_content_left img {
    width: 17.82px;
    height: 11.22px;
    vertical-align: middle;
    margin: 0 0 0 9.9px;
  }
  .header_content_right {
    float: right;
  }
  .header_show {
    float: left;
  }
  .header_show img {
    width: 240.9px;
    height: 132px;
    margin: 6.6px 0 0 0;
  }
  .header_content_right ul {
    list-style: none;
    float: left;
    margin: 0 0 0 46.2px;
  }
  .header_content_right ul li {
    width: 74.58px;
    height: 26.4px;
    border: 1.32px solid #727171;
    border-radius: 19.8px;
    margin: 18.48px 0 0;
    text-align: center;
    line-height: 26.4px;
    background: #727171;
    color: #fff;
    font-size: 17.16px;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
  }
  .header_content_right ul li:hover {
    background: #fff;
    color: #df753a;
    border: 1.32px solid #df753a;
  }
  .header_content_right ul .target {
    background: #fff;
    color: #df753a;
    border: 1.32px solid #df753a;
  }
  .content {
    padding: 42.9px 0 0 0;
    margin: 0 auto;
    height: 409.2px;
    width: 963.6px;
  }
  #container {
    width: 462px;
    height: 264px;
    margin: -59.4px auto 0;
    position: relative;
    color: #fff;
  }
  .choosefooter {
    background: #efefef;
    margin: 0 auto;
    width: 100%;
    height: 521.4px;
  }
  .choosefooter-middle {
    width: 694.32px;
    height: 429px;
    margin: 0 auto;
  }
  .choosefooter-left {
    float: left;
  }
  .choosefooter-right {
    float: right;
  }
  .choosefooter-title {
    font-size: 23.76px;
    padding: 23.76px 0 17.16px;
  }
  .choosefooter-content {
    width: 315.48px;
    height: 330px;
    background: #fff;
    margin: 0 0 25.08px;
  }
  .choosefooter-content ul {
    height: 36.3px;
    list-style: none;
    padding: 0 9.9px;
    margin: 11.88px 0 13.86px;
  }
  .choosefooter-content ul li {
    float: left;
  }
  .choosefooter-content ul li:first-child,
  .choosefooter-content ul li:nth-child(2) {
    margin: 0 46.2px 0 0;
    width: 79.2px;
  }
  .choosefooter-content ul li p {
    font-size: 11.88px;
    margin: 0 0 3.3px;
  }
  .yen {
    font-size: 14.52px;
    font-weight: 600;
    color: #c1b59b;
    padding-right: 3.3px;
  }
  .choosefooter-content .img-big {
    width: 297px;
    height: 163.68px;
    display: block;
    margin: 0 auto 16.5px;
    padding: 8.58px 0 0;
  }
  .choosefooter-content .img-small1 {
    width: 13.2px;
    height: 16.5px;
    margin-right: 3.3px;
  }
  .choosefooter-content .img-small2 {
    width: 15.84px;
    height: 16.5px;
    margin-right: 3.3px;
  }
  .choosefooter-content-title {
    font-size: 17.16px;
    margin: 0 0 0 9.9px;
  }
  .choosefooter-information {
    padding: 0 9.9px;
    font-size: 10.56px;
  }
  .re_choose {
    font-size: 13.2px;
    text-align: center;
    margin: 6.6px 0 0;
    letter-spacing: 1.32px;
  }
  .font-big-red {
    font-size: 30.36px;
    font-weight: bold;
    color: #dd1e2c;
    margin: 0 0 52.8px;
    padding: 30.36px 0 0;
  }
  .font-title {
    font-size: 17.16px;
    margin: 0 0 13.2px;
  }
  .font-content {
    font-size: 11.88px;
    line-height: 17.82px;
  }
  #cyq, #cyh, #zxq, #zxh {
    display: none;
  }
  .big_small {
    cursor: pointer;
    transform-origin: center center;
    animation: _change 2.5s linear infinite;
  }
  @-webkit-keyframes _change {
    0% {
      width: 125.4px;
      height: 125.4px;
    }
    50% {
      width: 135.3px;
      height: 135.3px;
    }
    100% {
      width: 125.4px;
      height: 125.4px;
    }
  }
  @keyframes _change {
    0% {
      width: 125.4px;
      height: 125.4px;
    }
    50% {
      width: 135.3px;
      height: 135.3px;
    }
    100% {
      width: 125.4px;
      height: 125.4px;
    }
  }
  .choosefooter-btn {
    width: 100%;
  }
  .leave {
    background: url("/themes/llumar/images/chooseguide/icon_leave.png") no-repeat;
    background-size: 36.3px 36.3px;
    width: 36.3px;
    height: 36.3px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .true {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .true1 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .selectBubbleBox {
    z-index: 90;
    width: 495px;
    height: 132px;
    margin: 0 auto;
  }
  .itemSelectBubble {
    float: left;
    margin: -19.8px 19.8px 0;
    position: relative;
    height: 132px;
    width: 118.8px;
  }
  .itemSelectBubble div {
    width: 40.92px;
    height: 40.92px;
    border: solid 1.32px #c3c3c3;
    border-radius: 50%;
    margin: 39.6px auto 26.4px;
  }
  .itemSelectBubble p {
    font-size: 17.16px;
    line-height: 17.16px;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .itemSelectBubble.active div {
    border: none;
    background: url(/themes/llumar/css/img/bubbleIcon1.png) no-repeat;
    width: 85.8px;
    height: 85.8px;
    background-size: 100% 100%;
    margin-top: 6.6px;
  }
  .close {
    position: absolute;
    top: 13.2px;
    right: 13.2px;
    font-size: 13.2px;
    text-align: center;
    line-height: 11.88px;
    color: #aaa;
    border: 1.32px solid #aaa;
    border-radius: 50%;
    width: 13.2px;
    height: 13.2px;
    display: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 0;
  }
  .titleChooseGuide {
    padding: 30.21px 0 18.02px;
  }
  .titleChooseGuide strong {
    color: #dd1e2c;
  }
  .Choose_guideMain {
    padding: 34.98px 0;
  }
  .doubtProblem {
    text-align: center;
  }
  .doubtProblem strong {
    display: block;
    margin-bottom: 14.84px;
  }
  .doubtProblem p {
    display: block;
    text-align: center;
    width: 614.8px;
    margin: 0 auto;
  }
  .bubble {
    display: inline-block;
  }
  .selectBubbleBox {
    width: 72.08px;
    margin-top: 37.1px;
    position: relative;
    z-index: 90;
  }
  .itemSelectBubble {
    margin-bottom: 26.5px;
  }
  .itemSelectBubble i {
    display: inline-block;
    width: 34.45px;
    height: 34.45px;
    border: solid 1.59px #c3c3c3;
    border-radius: 100%;
  }
  .itemSelectBubble p {
    font-size: 11.13px;
    line-height: 11.13px;
    width: auto;
    margin-top: 30.21px;
  }
  .itemSelectBubble.active i {
    border: none;
    background: url(/themes/llumar/images/chooseguide/bubbleIcon1.png) no-repeat;
    width: 73.14px;
    height: 73.14px;
    background-size: 100% 100%;
  }
  .itemSelectBubble.active p {
    margin-top: 10.6px;
  }
  .mobileBubbleBox {
    position: relative;
    width: 490.25px;
    height: 305.81px;
    top: 31.8px;
    /*background-color: rgba(0,0,0,.5);*/
  }
  .mobileBubbleBox i {
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    cursor: pointer;
  }
  .bubbleIcon1 {
    width: 108.12px;
    height: 108.12px;
    left: 107.59px;
    top: 153.17px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon1.png);
  }
  .bubbleIcon2 {
    width: 121.9px;
    height: 121.9px;
    left: 161.12px;
    top: 38.16px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon2.png);
  }
  .bubbleIcon3 {
    width: 104.41px;
    height: 104.41px;
    left: 249.1px;
    top: 148.93px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon3.png);
  }
  .bubbleIcon4 {
    width: 95.93px;
    height: 95.93px;
    left: 336.02px;
    top: 74.2px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon4.png);
  }
  .bubbleIcon5 {
    width: 109.71px;
    height: 109.71px;
    left: 408.63px;
    top: 153.17px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon5.png);
  }
  .bubbleIcon6 {
    width: 95.93px;
    height: 95.93px;
    left: 475.41px;
    top: 67.84px;
    background-image: url(/themes/llumar/images/chooseguide/bubbleIcon6.png);
  }
  .bubbleIcon {
    background-size: 100% 100%;
    z-index: 1000;
  }
  .doubtProblemPictrue {
    margin: 0px 0 9.54px;
  }
  .doubtProficiency {
    font-size: 0;
    margin-top: 21.2px;
  }
  .doubtProficiency span {
    display: inline-block;
    font-size: 11.13px;
    line-height: 11.13px;
    font-weight: bold;
    width: 60.42px;
    padding: 4.24px 0;
    cursor: pointer;
    border-radius: 21.2px;
    margin: 0 15.9px;
  }
  .doubtProficiency span.currentSelectProficiency {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .transitionLineProblem {
    margin-top: 21.2px;
    padding-top: 31.8px;
    border-top: solid 0.53px #c2c2c2;
  }
  .recommendedGuide {
    font-size: 0;
    padding: 31.8px 0;
    text-align: center;
    background: #efefef;
  }
  .recommendedGuide .product {
    text-align: left;
  }
  .recommendedGuide .product .item {
    width: 238.5px;
  }
  .recommendedGuide .product .item strong {
    display: block;
    font-size: 19.08px;
    margin-bottom: 9.01px;
    text-align: left;
  }
  .recommendedGuide .product .item .item-con {
    padding: 9.01px 7.95px 10.6px;
    background: #fff;
    width: 100%;
  }
  .recommendedGuide .product .item .item-con .tit2 {
    margin-top: 18.55px;
    vertical-align: top;
    margin-bottom: 9.54px;
  }
  .recommendedGuide .product .item .item-con .tit2 span {
    font-size: 7.42px;
    vertical-align: top;
    line-height: 7.42px;
  }
  .recommendedGuide .product .item .item-con .icon {
    margin-top: 5.3px;
    margin-bottom: 10.6px;
  }
  .recommendedGuide .product .item .item-con .tit3 span {
    display: inline-block;
  }
  .recommendedGuide .product .item .item-con .tit3 span:first-child {
    width: 90.1px;
  }
  .recommendedGuide .product .item .item-con .tit3 span:nth-child(2) {
    width: 101.76px;
  }
  .header {
    width: 773.8px;
    height: 221.01px;
    margin: 0 auto;
    border-bottom: 1.06px solid #c3c3c3;
  }
  .header_content_left {
    float: left;
  }
  .header_content_left img {
    width: 14.31px;
    height: 9.01px;
    vertical-align: middle;
    margin: 0 0 0 7.95px;
  }
  .header_content_right {
    float: right;
  }
  .header_show {
    float: left;
  }
  .header_show img {
    width: 193.45px;
    height: 106px;
    margin: 5.3px 0 0 0;
  }
  .header_content_right ul {
    list-style: none;
    float: left;
    margin: 0 0 0 37.1px;
  }
  .header_content_right ul li {
    width: 59.89px;
    height: 21.2px;
    border: 1.06px solid #727171;
    border-radius: 15.9px;
    margin: 14.84px 0 0;
    text-align: center;
    line-height: 21.2px;
    background: #727171;
    color: #fff;
    font-size: 13.78px;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
  }
  .header_content_right ul li:hover {
    background: #fff;
    color: #df753a;
    border: 1.06px solid #df753a;
  }
  .header_content_right ul .target {
    background: #fff;
    color: #df753a;
    border: 1.06px solid #df753a;
  }
  .content {
    padding: 34.45px 0 0 0;
    margin: 0 auto;
    height: 328.6px;
    width: 773.8px;
  }
  #container {
    width: 371px;
    height: 212px;
    margin: -47.7px auto 0;
    position: relative;
    color: #fff;
  }
  .choosefooter {
    background: #efefef;
    margin: 0 auto;
    width: 100%;
    height: 418.7px;
  }
  .choosefooter-middle {
    width: 557.56px;
    height: 344.5px;
    margin: 0 auto;
  }
  .choosefooter-left {
    float: left;
  }
  .choosefooter-right {
    float: right;
  }
  .choosefooter-title {
    font-size: 19.08px;
    padding: 19.08px 0 13.78px;
  }
  .choosefooter-content {
    width: 253.34px;
    height: 265px;
    background: #fff;
    margin: 0 0 20.14px;
  }
  .choosefooter-content ul {
    height: 29.15px;
    list-style: none;
    padding: 0 7.95px;
    margin: 9.54px 0 11.13px;
  }
  .choosefooter-content ul li {
    float: left;
  }
  .choosefooter-content ul li:first-child,
  .choosefooter-content ul li:nth-child(2) {
    margin: 0 37.1px 0 0;
    width: 63.6px;
  }
  .choosefooter-content ul li p {
    font-size: 9.54px;
    margin: 0 0 2.65px;
  }
  .yen {
    font-size: 11.66px;
    font-weight: 600;
    color: #c1b59b;
    padding-right: 2.65px;
  }
  .choosefooter-content .img-big {
    width: 238.5px;
    height: 131.44px;
    display: block;
    margin: 0 auto 13.25px;
    padding: 6.89px 0 0;
  }
  .choosefooter-content .img-small1 {
    width: 10.6px;
    height: 13.25px;
    margin-right: 2.65px;
  }
  .choosefooter-content .img-small2 {
    width: 12.72px;
    height: 13.25px;
    margin-right: 2.65px;
  }
  .choosefooter-content-title {
    font-size: 13.78px;
    margin: 0 0 0 7.95px;
  }
  .choosefooter-information {
    padding: 0 7.95px;
    font-size: 8.48px;
  }
  .re_choose {
    font-size: 10.6px;
    text-align: center;
    margin: 5.3px 0 0;
    letter-spacing: 1.06px;
  }
  .font-big-red {
    font-size: 24.38px;
    font-weight: bold;
    color: #dd1e2c;
    margin: 0 0 42.4px;
    padding: 24.38px 0 0;
  }
  .font-title {
    font-size: 13.78px;
    margin: 0 0 10.6px;
  }
  .font-content {
    font-size: 9.54px;
    line-height: 14.31px;
  }
  #cyq, #cyh, #zxq, #zxh {
    display: none;
  }
  .big_small {
    cursor: pointer;
    transform-origin: center center;
    animation: _change 2.5s linear infinite;
  }
  @-webkit-keyframes _change {
    0% {
      width: 100.7px;
      height: 100.7px;
    }
    50% {
      width: 108.65px;
      height: 108.65px;
    }
    100% {
      width: 100.7px;
      height: 100.7px;
    }
  }
  @keyframes _change {
    0% {
      width: 100.7px;
      height: 100.7px;
    }
    50% {
      width: 108.65px;
      height: 108.65px;
    }
    100% {
      width: 100.7px;
      height: 100.7px;
    }
  }
  .choosefooter-btn {
    width: 100%;
  }
  .leave {
    background: url("/themes/llumar/images/chooseguide/icon_leave.png") no-repeat;
    background-size: 29.15px 29.15px;
    width: 29.15px;
    height: 29.15px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .true {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .true1 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
  }
  .selectBubbleBox {
    z-index: 90;
    width: 397.5px;
    height: 106px;
    margin: 0 auto;
  }
  .itemSelectBubble {
    float: left;
    margin: -15.9px 15.9px 0;
    position: relative;
    height: 106px;
    width: 95.4px;
  }
  .itemSelectBubble div {
    width: 32.86px;
    height: 32.86px;
    border: solid 1.06px #c3c3c3;
    border-radius: 50%;
    margin: 31.8px auto 21.2px;
  }
  .itemSelectBubble p {
    font-size: 13.78px;
    line-height: 13.78px;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .itemSelectBubble.active div {
    border: none;
    background: url(/themes/llumar/css/img/bubbleIcon1.png) no-repeat;
    width: 68.9px;
    height: 68.9px;
    background-size: 100% 100%;
    margin-top: 5.3px;
  }
  .close {
    position: absolute;
    top: 10.6px;
    right: 10.6px;
    font-size: 10.6px;
    text-align: center;
    line-height: 9.54px;
    color: #aaa;
    border: 1.06px solid #aaa;
    border-radius: 50%;
    width: 10.6px;
    height: 10.6px;
    display: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 799px) {
  * {
    touch-action: pan-y;
  }
  .title-guide {
    padding: 0.4rem 0;
    padding-left: 0.72rem;
    font-size: 0.46rem;
  }
  .title-guide strong {
    display: block;
    font-size: 0.46rem;
    line-height: 1;
    color: #de1e2b;
  }
  .guide-main {
    padding: 0 0.72rem;
    background-color: #efefef;
  }
  .guide-main-text {
    padding: 0.4rem 0;
    font-size: 0;
    text-align: center;
    border-bottom: solid 1px #c2c2c2;
  }
  .guide-main-text .title-guide-main {
    font-size: 0.28rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.2rem;
  }
  .guide-main-text p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4a4849;
    text-align: justify;
  }
  .guide-main-text img {
    width: 4.4rem;
    margin: -0.4rem 0 0.56rem;
  }
  .guide-main-text strong {
    display: block;
    font-size: 0.36rem;
    line-height: 1;
    margin-bottom: 0.28rem;
  }
  .been-driving {
    font-size: 0;
  }
  .been-driving span {
    display: inline-block;
    width: 1.12rem;
    height: 0.42rem;
    font-size: 0.18rem;
    line-height: 0.42rem;
    color: #fff;
    background-color: #727071;
    border-radius: 0.21rem;
    margin: 0 0.32rem;
    border: solid 0.04rem #727071;
    -webkit-border-radius: 0.21rem;
    -moz-border-radius: 0.21rem;
    -ms-border-radius: 0.21rem;
    -o-border-radius: 0.21rem;
  }
  .been-driving .target {
    border-color: #de7031;
    color: #de7031;
    background-color: transparent;
  }
  .drag-guide {
    padding: 0.4rem 0;
    text-align: center;
  }
  .drag-guide .title-drag-guide {
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.28rem;
  }
  .drag-guide p {
    font-size: 0.18rem;
    line-height: 1;
    color: #4b4a48;
    margin-bottom: 0.23rem;
  }
  .drag-guide-main {
    text-align: center;
  }
  .place-drag-guide {
    text-align: center;
    font-size: 0;
  }
  .place-drag-guide > div {
    display: inline-block;
  }
  .item-place-drag {
    float: left;
    font-size: 0;
    margin: 0 0.21rem;
  }
  .picture-item-place {
    width: 3.13rem;
    height: 3.13rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .picture-item-place img {
    width: 1.45rem;
    height: 1.45rem;
  }
  .picture-item-place-on img {
    width: 100%;
    height: 100%;
  }
  .item-place-drag p {
    font-size: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 1.31rem;
    color: #000;
  }
  .drag-block-guide {
    display: inline-block;
    width: 14.65rem;
    height: 8.63rem;
    position: relative;
  }
  .drag-block-guide i {
    position: absolute;
  }
  .drag-block-guide .drag-i1 {
    width: 4.63rem;
    height: 4.63rem;
    left: 0;
    top: 4.65rem;
    background: url(/themes/llumar/css/img/car/guide/bubbleIcon1.png) center/cover no-repeat;
  }
  .drag-block-guide .drag-i2 {
    width: 5.22rem;
    height: 5.22rem;
    left: 2.27rem;
    top: 0;
    background: url(/themes/llumar/css/img/car/guide/bubbleIcon2.png) center/cover no-repeat;
  }
  .drag-block-guide .drag-i3 {
    width: 4.47rem;
    height: 4.47rem;
    left: 5.18rem;
    top: 4.75rem;
    background: url(/themes/llumar/css/img/car/guide/bubbleIcon3.png) center/cover no-repeat;
  }
  .drag-block-guide .drag-i4 {
    width: 4.11rem;
    height: 4.11rem;
    right: 2.59rem;
    top: 0.48rem;
    background: url(/themes/llumar/css/img/car/guide/bubbleIcon4.png) center/cover no-repeat;
  }
  .drag-block-guide .drag-i5 {
    width: 4.7rem;
    height: 4.7rem;
    right: 0;
    top: 4.27rem;
    background: url(/themes/llumar/css/img/car/guide/bubbleIcon5.png) center/cover no-repeat;
  }
  .choosefooter {
    background: #efefef;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .choosefooter-middle {
    width: 6.9rem;
    margin: 0.31rem auto 0;
  }
  .choosefooter-title-img {
    width: 0.28rem;
    vertical-align: middle;
  }
  .choosefooter-title-img1 {
    width: 0.78rem;
    height: 0.22rem;
    vertical-align: middle;
  }
  .choosefooter-title {
    font-size: 0.28rem;
    padding: 0.36rem 0 0.26rem;
  }
  .choosefooter-content {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 0 0.38rem;
  }
  .choosefooter-content ul {
    height: 1rem;
    list-style: none;
    padding: 0 0.15rem;
    margin: 0.18rem 0 0.21rem;
  }
  .choosefooter-content ul li {
    float: left;
  }
  .choosefooter-content ul li:first-child,
  .choosefooter-content ul li:nth-child(2) {
    margin: 0 0.7rem 0 0;
    width: 1.6rem;
  }
  .choosefooter-content ul li:nth-of-type(3) {
    margin: 0 0 0 0.7rem;
    width: 1.2rem;
  }
  .choosefooter-content ul li p {
    margin: 0 0 0.1rem;
    font-size: 0.28rem;
  }
  .yen {
    font-size: 0.3rem;
    font-weight: 600;
    color: #c1b59b;
    margin: -0.03rem 0.03rem 0;
    display: block;
    float: left;
  }
  .choosefooter-content .img-big {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.25rem;
    padding: 0.13rem 0 0;
  }
  .choosefooter-content .img-small1 {
    width: 0.26rem;
    height: 0.32rem;
  }
  .choosefooter-content .img-small2 {
    width: 0.33rem;
    height: 0.33rem;
  }
  .choosefooter-content-title {
    font-size: 0.28rem;
    margin: 0 0 0 0.15rem;
  }
  .choosefooter-information {
    padding: 0 0.15rem;
    font-size: 9px;
  }
  .font-big-red {
    font-size: 0.46rem;
    font-weight: bold;
    color: #dd1e2c;
    margin: 0 0 0.8rem;
    padding: 0.46rem 0 0;
  }
  .font-title {
    font-size: 0.26rem;
    margin: 0 0 0.2rem;
  }
  .font-content {
    font-size: 0.18rem;
    line-height: 0.27rem;
  }
  #cyq, #cyh, #zxq, #zxh {
    display: none;
  }
  #container1 {
    width: 90%;
    height: 4.2rem;
    margin: 0.5rem auto 0;
    position: relative;
    color: #fff;
  }
  .big_small {
    cursor: pointer;
    transform-origin: center center;
    animation: _change 2.5s linear infinite;
  }
  @-webkit-keyframes _change {
    0% {
      width: 100px;
      height: 100px;
    }
    50% {
      width: 110px;
      height: 110px;
    }
    100% {
      width: 100px;
      height: 100px;
    }
  }
  @keyframes _change {
    0% {
      width: 100px;
      height: 100px;
    }
    50% {
      width: 110px;
      height: 110px;
    }
    100% {
      width: 100px;
      height: 100px;
    }
  }
  .selectBubbleBox {
    z-index: 90;
    width: 120%;
    height: 120px;
    margin: 10px -10% 0;
  }
  .itemSelectBubble {
    float: left;
    margin: -30px 20px 0;
    position: relative;
    height: 200px;
    width: 20%;
  }
  .itemSelectBubble div {
    width: 31px;
    height: 31px;
    border: solid 2px #c3c3c3;
    border-radius: 50%;
    margin: 40px auto 20px;
  }
  .itemSelectBubble p {
    font-size: 12px;
    line-height: 26px;
    width: auto;
    text-align: center;
    font-weight: 600;
  }
  .itemSelectBubble.active div {
    border: none;
    background: url(/themes/llumar/css/img/car/guide/bubbleIcon1.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    margin-top: 10px;
  }
}
