@charset "utf-8";
/*------------------------------------------------------------
	首页
------------------------------------------------------------*/
.headInner {
  width: 1200px;
}

#gNavi li:not(:first-child) a {
  color: #fff;
}

#gNavi li:last-child a {
  color: #fa3030;
}

#gHeader.fixed #gNavi li:not(:first-child) a {
  color: #221815;
}

#gHeader.fixed #gNavi li:last-child a {
  color: #fa3030;
}

#main {
  position: relative;
}

#main .bgBox {
  width: 100%;
  height: 911px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/download/top_bg.png') no-repeat right -18px top -2px;
  /* background-image: url('../img/download/top_bg.png');
	background-repeat: no-repeat;
	background-position: right -18px top -2px;
	background-attachment: fixed; */
}

#main .topBox {
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
}

#main .topBox .leftBox {
  padding-top: 149px;
  float: left;
}

#main .topBox .leftBox .text {
  margin-bottom: 7px;
  color: #b3b3b3;
  font-size: 20px;
}

#main .topBox .leftBox .title {
  margin-bottom: 15px;
  color: #f23a3a;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
}

#main .topBox .leftBox .note {
  margin-bottom: 23px;
  color: #626262;
  font-size: 20px;
}

#main .topBox .leftBox .downloadBox .leftInner {
  margin-right: 25px;
  float: left;
}

#main .topBox .leftBox .downloadBox .rightInner li {
  padding: 0 25px;
  width: 223px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #b8b8b8;
}

#main .topBox .leftBox .downloadBox .rightInner li:first-child {
  margin-bottom: 20px;
}

#main .topBox .leftBox .downloadBox .rightInner li:hover {
  cursor: pointer;
  border-color: #ff564d;
  background-color: #ff564d;
}

#main .topBox .leftBox .downloadBox .rightInner li .image {
  width: 28px;
  height: 34px;
  overflow: hidden;
  position: relative;
}

#main .topBox .leftBox .downloadBox .rightInner li .image img {
  position: absolute;
  left: 0;
  top: 0;
}

#main .topBox .leftBox .downloadBox .rightInner li .image .off {
  opacity: 1;
}

#main .topBox .leftBox .downloadBox .rightInner li .image .on {
  opacity: 0;
}

#main .topBox .leftBox .downloadBox .rightInner li:hover .image .off {
  opacity: 0;
}

#main .topBox .leftBox .downloadBox .rightInner li:hover .image .on {
  opacity: 1;
}

#main .topBox .leftBox .downloadBox .rightInner li .txt {
  color: #070001;
  font-size: 20px;
}
#main .topBox .leftBox .downloadBox .rightInner li:hover .txt {
  color: #fff;
}

#main .topBox .leftBox .downloadBox {
  margin-bottom: 24px;
}

#main .topBox .leftBox .btmTxt {
  color: #626262;
  font-size: 20px;
}

#main .topBox .rightBox {
  padding: 22px 65px 0 0;
  position: relative;
  float: right;
}

#main .topBox .rightBox .left {
  position: absolute;
  left: -190px;
  top: 178px;
  z-index: -1;
}

#main .topBox .rightBox .right {
  position: absolute;
  right: -110px;
  top: 133px;
}

#main .projectBox {
  margin-bottom: 19px;
  padding: 54px 0 65px;
  background-color: #fbfbfb;
}

#main .projectBox .headLine01 {
  margin-bottom: 55px;
}

#main .projectBox .noteList li {
  margin-right: 54px;
  padding-top: 20px;
  width: 362px;
  height: 200px;
  float: left;
  box-sizing: border-box;
  box-shadow: 2px 2px 30px rgba(8, 6, 6, 0.1);
  background-color: #fff;
}

#main .projectBox .noteList li:nth-child(3) {
  margin-right: 0;
}

#main .projectBox .noteList li span {
  display: block;
  text-align: center;
}

#main .projectBox .noteList li .num {
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
}

#main .projectBox .noteList li .text {
  color: #696969;
  font-size: 16px;
  line-height: 1.3;
}

#main .problemsBox {
  padding-top: 54px;
  height: 711px;
  box-sizing: border-box;
  background: #f33333 url('../img/download/phone_bg.png') no-repeat center
    bottom;
}

#main .problemsBox .headTitle {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#main .problemsBox .headTitle .en {
  margin-top: 3px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

#main .problemsBox .functionBox {
  position: relative;
}

#main .problemsBox .functionBox .photo {
  text-align: center;
}

#main .problemsBox .functionBox .noteBox {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#main .problemsBox .functionBox .noteBox .icon {
  margin-right: 18px;
}

#main .problemsBox .functionBox .noteBox p {
  color: #fff;
  font-size: 16px;
}

#main .problemsBox .functionBox .noteBox01 {
  left: 18px;
  top: 127px;
}

#main .problemsBox .functionBox .noteBox02 {
  left: 8px;
  top: 261px;
}

#main .problemsBox .functionBox .noteBox03 {
  right: 17px;
  top: 130px;
}

#main .problemsBox .functionBox .noteBox04 {
  right: -52px;
  top: 260px;
}

#main .problemsBox .functionBox .noteBox05 {
  right: 68px;
  top: 400px;
}

#main .originBox {
  margin-bottom: 132px;
  padding-top: 210px;
}

#main .originBox .headLine01 {
  margin-bottom: 58px;
}

#main .originBox .originList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#main .originBox .originList li {
  width: 25%;
  text-align: center;
}

#main .originBox .originList li span {
  display: block;
}

#main .originBox .originList li .image {
  margin: 0 auto 32px;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

#main .originBox .originList li .text {
  font-size: 16px;
}

#main .imgBox .photoBox {
  width: 600px;
  float: right;
  position: relative;
}

#main .imgBox .photoBox li {
  float: left;
}

#main .imgBox .photoBox li:first-child {
  margin-right: -35px;
}

#main .imgBox .photoBox .picBox {
  position: absolute;
  left: 147px;
  bottom: 5px;
}

#main .imgBox .textBox {
  margin: 147px 0 0 100px;
  width: 452px;
  float: left;
}

#main .imgBox .textBox .title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: bold;
}

#main .imgBox .textBox .redTxt {
  margin-bottom: 6px;
  color: #cc3333;
  font-size: 16px;
}

#main .imgBox .textBox .en {
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #c6c6c6;
  font-size: 14px;
  border-bottom: 1px solid #c0c0c0;
}

#main .imgBox .textBox .text {
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 1.4;
}

#main .imgBox .textBox .btnList li {
  width: 162px;
  float: left;
}

#main .imgBox .textBox .btnList li:first-child {
  margin-right: 35px;
}

#main .imgBox .textBox .btnList li a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: all 0.5s;
  background: #d60211 url('../img/common/app_dowlond.png') no-repeat left 10px
    center;
  border: 2px solid #d60211;
}

#main .imgBox .textBox .btnList li.one a {
  background: #0252d6 url('../img/common/icon_q.png') no-repeat left 7px center;
  border-color: #0252d6;
}

#main .imgBox .textBox .btnList li a:hover {
  text-decoration: none;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  background-image: url('../img/common/app_dowlond_hover.png');
  border-color: #fff;
  background-color: #fff;
}

#main .imgBox .textBox .btnList li.one a:hover {
  background-image: url('../img/common/icon_q_hover.png');
}

#main .imgBox .textBox .btnList li a span {
  margin-left: 44px;
  padding: 9px 0;
  display: block;
  color: #d60211;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
  background-color: #fff;
}

#main .imgBox .textBox .btnList li.one a span {
  color: #0252d6;
}

#main .imgBox .textBox .btnList li a:hover span {
  color: #fff;
  background-color: #d60211;
}

#main .imgBox .textBox .btnList li.one a:hover span {
  background-color: #0252d6;
}

#main .imgBoxL .photoBox {
  position: relative;
  float: left;
}

#main .imgBoxL .photoBox .photo {
  margin-top: -37px;
  padding-right: 14px;
  text-align: right;
}

#main .imgBoxL .photoBox .picBox {
  position: absolute;
  left: 85px;
  bottom: 63px;
}

#main .imgBoxL .textBox {
  margin: 112px 118px 0 0;
  float: right;
}

#main .equipmentBox .headLine01 {
  margin-bottom: 28px;
}

#main .equipmentBox {
  margin-bottom: 67px;
}

#main .equipmentBox > a {
  display: block;
}

#main .equipmentBox > a:hover {
  text-decoration: none;
}

#main .nearbyBox {
  margin-bottom: 81px;
}

#main .nearbyBox > a {
  display: block;
}

#main .nearbyBox > a:hover {
  text-decoration: none;
}

#main .buildingBox .headLine01 {
  margin-bottom: 28px;
}

#main .buildingBox {
  margin-bottom: 69px;
}

#main .buildingBox > a {
  display: block;
}

#main .buildingBox > a:hover {
  text-decoration: none;
}

#main .biddingBox .imgBoxL .photoBox .photo {
  margin-top: -35px;
  padding-right: 18px;
}

#main .biddingBox .imgBoxL .photoBox .picBox {
  left: 104px;
  bottom: 188px;
}

#main .biddingBox > a {
  display: block;
}

#main .biddingBox > a:hover {
  text-decoration: none;
}

#main .biddingBox {
  margin-bottom: 93px;
}

#main .schoolBox .headLine01 {
  margin-bottom: 28px;
}

#main .schoolBox .imgBox .photoBox .picBox {
  left: 0;
  bottom: 218px;
}

#main .schoolBox > a {
  display: block;
}

#main .schoolBox > a:hover {
  text-decoration: none;
}

#main .schoolBox {
  margin-bottom: 19px;
}

#container {
  position: relative;
}

#container .popupBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

#container .popupBox .videoBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container .popupBox .subBox {
  margin: 0 auto;
  width: 310px;
  position: relative;
}

#container .popupBox .subBox .btnList {
  position: absolute;
  right: -130px;
  top: 0;
}

#container .popupBox .subBox .btnList li {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #000;
}

#container .popupBox .subBox .btnList li:hover {
  cursor: pointer;
}

#container .popupBox .subBox .btnList li .image {
  margin-right: 20px;
}

#container .popupBox .subBox .btnList li:last-child {
  margin-top: 15px;
  color: #000;
  background-color: #fff;
}

#container .popupBox.on {
  display: block;
}

.spShow {
  display: none;
}

@media all and (min-width: 0) and (max-width: 1770px) {
  #gNavi li:first-child a {
    color: #fff;
  }

  #gHeader.fixed #gNavi li:first-child a {
    color: #221815;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .linkBox {
    margin: 0 12px 29px;
    padding-top: 94px;
    height: 459px;
    box-sizing: border-box;
    border-radius: 14px;
    background: url('../img/index/sp_app_bg.png') no-repeat center center;
    background-size: cover;
  }
  
  #main .linkBox .logo {
    margin: 0 auto 55px;
    width: 72px;
  }
  
  #main .linkBox .logo img {
    width: 100%;
  }
  
  #main .linkBox .title {
    margin-bottom: 60px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  
  #main .linkBox .title span {
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
  }
  
  #main .linkBox .btn {
    margin: 0 auto;
    width: 191px;
  }
  
  #main .linkBox .btn a {
    padding: 8px 0;
    display: block;
    color: #ef3731;
    font-size: 20px;
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
  }
  
  #main .linkBox .btn a:hover {
    text-decoration: none;
  }

  .headInner {
    width: auto;
  }
  
  #gNavi li:not(:first-child) a {
    color: #6f6c6f;
  }
  
  #gNavi li:last-child a {
    color: #fff;
  }

  #gNavi li:first-child a {
    color: #6f6c6f;
  }
  
  #gHeader.fixed #gNavi li:not(:first-child) a {
    color: #6f6c6f;
  }
  
  #gHeader.fixed #gNavi li:last-child a {
    color: #fff;
  }

  #gHeader.fixed #gNavi li:first-child a {
    color: #6f6c6f;
  }
  
  #main {
    position: relative;
  }
  
  #main .projectBox {
    margin-bottom: 16px;
    padding: 25px 0 27px;
    background-color: #fbfbfb;
  }
  
  #main .projectBox .headLine01 {
    margin-bottom: 15px;
  }
  
  #main .projectBox .noteList li {
    margin: 0 17px 10px;
    padding: 0 25px;
    width: auto;
    height: 75px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(8, 6, 6, 0.1);
    background-color: #fff;
  }
  
  #main .projectBox .noteList li:nth-child(3) {
    margin: 0 17px;
  }
  
  #main .projectBox .noteList li span {
    text-align: left;
  }

  #main .projectBox .noteList li .num {
    margin-bottom: 5px;
    color: #d2d2d2;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
  }
  
  #main .projectBox .noteList li .text {
    margin-left: 27px;
    color: #696969;
    font-size: 12px;
    line-height: 1.3;
  }
  
  #main .problemsBox {
    padding: 28px 0 46px;
    height: auto;
    box-sizing: border-box;
    background: #f33333 url('../img/download/phone_bg.png') no-repeat center
      bottom;
    background-size: cover;
  }
  
  #main .problemsBox .headTitle {
    margin-bottom: 38px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  
  #main .problemsBox .headTitle .en {
    margin-top: 0;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
  }
  
  #main .problemsBox .functionBox {
    padding-left: 64px;
    position: static;
  }
  
  #main .problemsBox .functionBox .photo {
    display: none;
  }
  
  #main .problemsBox .functionBox .noteBox {
    margin-bottom: 19px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #main .problemsBox .functionBox .spShow {
    display: flex;
  }
  
  #main .problemsBox .functionBox .noteBox .icon {
    margin-right: 13px;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }

  #main .problemsBox .functionBox .noteBox .icon img {
    width: 100%;
    height: 100%;
  }
  
  #main .problemsBox .functionBox .noteBox p {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
  }
  
  #main .problemsBox .functionBox .noteBox01 {
    left: none;
    top: none;
  }
  
  #main .problemsBox .functionBox .noteBox02 {
    left: none;
    top: none;
  }
  
  #main .problemsBox .functionBox .noteBox03 {
    right: none;
    top: none;
  }
  
  #main .problemsBox .functionBox .noteBox04 {
    right: none;
    top: none;
  }
  
  #main .problemsBox .functionBox .noteBox05 {
    margin-bottom: 0;
    right: none;
    top: none;
  }
  
  #main .originBox {
    margin-bottom: 51px;
    padding-top: 40px;
  }
  
  #main .originBox .headLine01 {
    margin-bottom: 37px;
  }
  
  #main .originBox .originList {
    margin: -35px 13px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #main .originBox .originList li {
    margin-top: 35px;
    width: 50%;
    text-align: center;
  }
  
  #main .originBox .originList li span {
    display: block;
  }
  
  #main .originBox .originList li .image {
    margin: 0 auto 16px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  }

  #main .originBox .originList li .image img {
    width: 26px;
    height: 26px;
    display: block;
  }
  
  #main .originBox .originList li .text {
    font-size: 10px;
    line-height: 1.2;
  }
  
  #main .imgBox .photoBox {
    margin-bottom: 6px;
    width: auto;
    float: none;
    position: relative;
  }
  
  #main .imgBox .photoBox li {
    float: none;
  }
  
  #main .imgBox .photoBox li:first-child {
    margin-right: 0;
  }

  #main .imgBox .photoBox li img {
    margin: 0 auto;
    width: 185px;
  }
  
  #main .imgBox .photoBox .picBox {
    position: absolute;
    left: 147px;
    bottom: 5px;
  }
  
  #main .imgBox .textBox {
    margin: 0 25px;
    width: auto;
    float: none;
    text-align: center;
  }
  
  #main .imgBox .textBox .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  
  #main .imgBox .textBox .redTxt {
    margin: 0 0 0 10px;
    color: #cc3333;
    font-size: 12px;
  }
  
  #main .imgBox .textBox .en {
    margin: 0 auto 10px;
    padding-bottom: 10px;
    max-width: 410px;
    color: #c6c6c6;
    font-size: 10px;
    line-height: 1.3;
    border-bottom: 1px solid #c0c0c0;
  }
  
  #main .imgBox .textBox .text {
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }

  #main .imgBox .textBox .btnList {
    text-align: center;
  }
  
  #main .imgBox .textBox .btnList li {
    margin: 0 15px;
    width: 107px;
    float: none;
    display: inline-block;
  }
  
  #main .imgBox .textBox .btnList li:first-child {
    margin-right: 0;
  }
  
  #main .imgBox .textBox .btnList li a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: all 0.5s;
    background: #d60211 url('../img/common/app_dowlond.png') no-repeat left 7px
      center;
    background-size: 15px auto;
    border: 1px solid #d60211;
  }
  
  #main .imgBox .textBox .btnList li.one a {
    background: #0252d6 url('../img/common/icon_q.png') no-repeat left 5px center;
    background-size: 18px auto;
    border-color: #0252d6;
  }
  
  #main .imgBox .textBox .btnList li a:hover {
    text-decoration: none;
    box-shadow: none;
    background-image: url('../img/common/app_dowlond.png');
    border-color: #d60211;
    background-color: #d60211;
  }
  
  #main .imgBox .textBox .btnList li.one a:hover {
    border-color: #0252d6;
    background-color: #0252d6;
    background-image: url('../img/common/icon_q.png');
  }
  
  #main .imgBox .textBox .btnList li a span {
    margin-left: 30px;
    padding: 6px 0;
    display: block;
    color: #d60211;
    font-size: 12px;
    text-align: center;
    transition: all 0.5s;
    background-color: #fff;
  }
  
  #main .imgBox .textBox .btnList li.one a span {
    color: #0252d6;
  }
  
  #main .imgBox .textBox .btnList li a:hover span {
    color: #d60211;
    background-color: #fff;
  }
  
  #main .imgBox .textBox .btnList li.one a:hover span {
    color: #0252d6;
    background-color: #fff;
  }
  
  #main .imgBoxL .photoBox {
    position: relative;
    float: none;
  }
  
  #main .imgBoxL .photoBox .photo {
    margin: -15px auto 0;
    padding-right: 0;
    width: 200px;
    text-align: center;
  }

  #main .imgBoxL .photoBox .photo img {
    width: 100%;
    height: auto;
  }
  
  #main .imgBoxL .photoBox .picBox {
    margin-left: -130px;
    position: absolute;
    left: 50%;
    bottom: 40px;
  }

  #main .imgBoxL .photoBox .picBox img {
    width: 260px;
    height: auto;
  }
  
  #main .imgBoxL .textBox {
    margin: 0 25px;
    float: none;
  }
  
  #main .equipmentBox .headLine01 {
    margin-bottom: 5px;
  }
  
  #main .equipmentBox {
    margin-bottom: 32px;
  }
  
  #main .equipmentBox > a {
    display: block;
  }
  
  #main .equipmentBox > a:hover {
    text-decoration: none;
  }
  
  #main .nearbyBox {
    margin-bottom: 81px;
  }
  
  #main .nearbyBox > a {
    display: block;
  }
  
  #main .nearbyBox > a:hover {
    text-decoration: none;
  }
  
  #main .buildingBox .headLine01 {
    margin-bottom: 0;
  }
  
  #main .buildingBox {
    margin-bottom: 69px;
  }
  
  #main .buildingBox > a {
    display: block;
  }
  
  #main .buildingBox > a:hover {
    text-decoration: none;
  }

  #main .buildingBox .imgBox .photoBox {
    margin: 0 auto;
    width: 265px;
  }

  #main .buildingBox .imgBox .photoBox .picBox {
    left: 70px;
  }

  #main .buildingBox .imgBox .photoBox .picBox img {
    width: 200px;
    height: auto;
  } 
  
  #main .biddingBox .imgBoxL .photoBox .photo {
    margin-top: -15px;
    padding-right: 0;
  }
  
  #main .biddingBox .imgBoxL .photoBox .picBox {
    margin-left: -130px;
    left: 50%;
    bottom: 128px;
  }
  
  #main .biddingBox > a {
    display: block;
  }
  
  #main .biddingBox > a:hover {
    text-decoration: none;
  }
  
  #main .biddingBox {
    margin-bottom: 93px;
  }
  
  #main .schoolBox .headLine01 {
    margin-bottom: 28px;
  }

  #main .schoolBox .imgBox .photoBox {
    margin: 0 auto;
    width: 300px;
    text-align: center;
  }
  
  #main .schoolBox .imgBox .photoBox .picBox {
    margin-left: -150px;
    width: 300px;
    left: 50%;
    bottom: 118px;
  }

  #main .schoolBox .imgBox .photoBox .picBox img {
    width: 100%;
    height: auto;
  }
  
  #main .schoolBox > a {
    display: block;
  }
  
  #main .schoolBox > a:hover {
    text-decoration: none;
  }
  
  #main .schoolBox {
    margin-bottom: 19px;
  }
  
  #container {
    position: relative;
  }
  
  #container .popupBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
  }
  
  #container .popupBox .videoBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #container .popupBox .subBox {
    margin: 0 auto;
    width: 260px;
    position: relative;
  }

  #container .popupBox .subBox .videoBox {
    height: 500px;
  }
  
  #container .popupBox .subBox .btnList {
    margin-top: 15px;
    position: static;
    right: none;
    top: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #container .popupBox .subBox .btnList li {
    margin: 0 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    background-color: #000;
  }
  
  #container .popupBox .subBox .btnList li:hover {
    cursor: pointer;
  }
  
  #container .popupBox .subBox .btnList li .image {
    margin-right: 15px;
  }
  
  #container .popupBox .subBox .btnList li .image img {
    width: 20px;
    height: auto;
  }
  
  #container .popupBox .subBox .btnList li:last-child {
    margin-top: 0;
    color: #000;
    background-color: #fff;
  }
  
  #container .popupBox.on {
    display: block;
  }
}
