.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header {
  width: 100%;
  height: 70px;
  position: fixed;
  box-shadow: -1px 1px 4px 0px rgba(25, 149, 251, 0.1);
  top: 0;
  left: 0;
  z-index: 110;
  background: #fff;
}

.header {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.header .logo {
  /*width: 380px;*/
  height: 32px;
}
.header ul li {
  font-size: 16px;
  color: #494949;
  margin-right: 34px;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.header ul li:hover {
  color: #096dde;
}
.header ul li.active-more:hover::after {
  background-position: -135px -51px;
}
.header ul li.active-more::after {
  content: "";
  display: block;
  width: 17px;
  height: 9px;
  background-image: url(//static.suowo.cn/static/suowo.cn/images/icon-gather.png);
  margin-left: 5px;
  background-size: 150px auto;
  background-position: -135px -30px;
  background-repeat: no-repeat;
}
.header ul li.active-more:hover .li-more {
  display: block;
}
.header ul li .li-more {
  position: absolute;
  top: 70px;
  left: -35%;
  width: 139px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
  box-sizing: content-box;
  display: none;
  font-size: 14px;
  margin-top: 1px;
}
.header ul li .li-more ol {
  width: 100%;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #494949;
  cursor: pointer;
  /* border: 1px solid; */
}
.header ul li .li-more ol:hover {
  color: #f4f6f9 !important;
  background-color: #096dde;
}
/* .header ul li .li-more ol.af::before{
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 9px;
    top: 19px;
    right: 21px;
    background-image: url(//static.suowo.cn/static/suowo.cn/images/icon-gather.png);
    background-size: 150px auto;
    background-position: -135px -30px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
} */
/* .header ul li .li-more ol:hover.af::before{
    background-position: -135px -51px;
} */
.header ul li .li-more ol.af .af-list {
  box-sizing: content-box;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 1px;
  left: 140px;
  display: none;
}
.header ul li .li-more ol.af:hover .af-list {
  display: block;
}
.af-listbox{
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
}
.header ul li .li-more ol.af .af-list .ol {
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #494949;
  cursor: pointer;
}
.header ul li .li-more ol.af .af-list a {
  display: inline-block;
  width:134px;
}
.header ul li .li-more ol.af .af-list a:hover {
  color: #096dde;
}
.header-login {
  width: 144px;
  height: 70px;
}
.header-login .login-btn {
  width: 144px;
  height: 35px;
  background: rgba(9, 109, 222, 1);
  border-radius: 6px;
  cursor: pointer;
}
.header-login .login-btn img {
  width: 18px;
  height: 17px;
}
.header-login .login-btn span {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  margin-left: 8px;
}
.header-login .user-info-wrapper {
  width: 144px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.header-login .user-info-wrapper .head-portrait {
  width: 41px;
  height: 41px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 50%;
  overflow: hidden;
  /* padding: 5px; */
}
.header-login .user-info {
  width: 90px;
  height: 40px;
}
.header-login .user-info p {
  width: 90px;
  font-size: 14px;
  color: rgba(73, 73, 73, 1);
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-login .user-info-wrapper:hover .info-list {
  display: block;
}
.header-login .info-list {
  display: none;
  position: absolute;
  width: 144px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  top: 70px;
  box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
  left: 0px;
}
.header-login .info-list li {
  width: 100%;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
}
footer {
  width: 100%;
  /*  height:420px;*/
}
.footer-top {
  width: 100%;
  /*height:352px;*/
  background-color: #4069de;
}
.footer-top .content {
  width: 1000px;
  margin: 0 auto;
  padding: 68px 0 30px;
}
.footer-top .content .footer-logo {
  width: 186px;
  height: 77px;
}
.footer-top .content .qr {
  width: 220px;
  /* height: 122px; */
}
.footer-top .content .qr li {
  font-size: 0;
  height: fit-content;
}
.footer-top .content .qr li.tell {
  padding-left: 2px;
  margin-top: 20px;
}
.footer-top .content .qr li.tell i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-image: url(//static.suowo.cn/static/suowo.cn/images/icon-tell.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 14px;
}
.footer-top .content .qr li.tell span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.footer-top .content .qr li img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.footer-top .content .qr li p {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 12px;
}
.footer-top .content ul li {
  margin-right: 67px;
}
.footer-top .content ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer-top .content ul li .title {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  position: relative;
}
.footer-top .content ul li .title::after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  /* border: 1px solid #fff; */
  position: absolute;
  bottom: -7px;
  left: 0;
  background-image: url(//static.suowo.cn/static/suowo.cn/images/line.png);
  background-size: 65px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.footer-top .content ul .ol-list {
  margin-top: 30px;
}
.footer-top .content ul ol {
  font-size: 14px;
  color: rgba(208, 216, 228, 1);
  margin-bottom: 10px;
  font-weight: 300;
}
.footer-top .content ul ol:hover {
  color: #fff;
  cursor: pointer;
}
.footer-top .content hr {
  width: 1000px;
  margin: 33px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.1;
}
.footer-top .content .blogroll {
  margin-top: 16px;
}
.footer-top .content .blogroll p {
  font-size: 14px;
  color: rgba(208, 216, 228, 1);
}
.footer-top .content .blogroll span {
  font-size: 14px;
  color: #d0d8e4;
  margin-right: 10px;
  display: block;
  font-weight: 300;
}
.footer-top .content .blogroll span:hover {
  color: #fff;
  cursor: pointer;
}
.footer-bottom {
  width: 100%;
  height: 68px;
  background-color: #365ac1;
  font-size: 14px;
  font-weight: 300;
  color: rgba(208, 216, 228, 1);
  text-align: center;
  line-height: 20px;
  padding-top: 15px;
}
.footer-bottom a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(208, 216, 228, 1);
}
.footer-bottom a .icon-gonganbei {
  height: 18px;
  position: relative;
  top: -0.5px;
}
/* @media screen and (min-width: 600px) {
.right-tool {
    position: fixed;
    width: 51px;
    height: 200px;
    right: 20px;
    bottom: 25%;
    z-index: 101;
} */
/* .right-tool li{
    width:51px;
    height:51px;
    background:rgba(57,64,92,0.3);
    border-radius:5px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}
.right-tool li p{
    width: 34px;
    height: 34px;
    background-image: url(//static.suowo.cn/static/suowo.cn/images/icon-gather.png);
    background-size: 260px auto;
    background-repeat: no-repeat;
}
.right-tool li:nth-of-type(5){
    background:none;
    visibility: hidden;
}
.right-tool li:nth-of-type(1) p{
    background-position: -160px -1px;
}
.right-tool li:nth-of-type(2) p{
    background-position: -160px -44px;
}
.right-tool li:nth-of-type(3) p{
    background-image: url(//static.suowo.cn/static/suowo.cn/images/icon-tell.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
}
.right-tool li:nth-of-type(4) p{
    background-position: -197px -1px;
}
.right-tool li:last-of-type p{
    background-position: -197px -44px;
}
.right-tool li:hover{
    background:rgba(57,64,92,0.7);
}
.right-tool li:nth-of-type(4) p{
    background-image: url(//static.suowo.cn/static/suowo.cn/images/icon-faq.png) !important;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.right-tool li:last-of-type:hover{
    background: none;
}
.right-tool li:nth-of-type(4){
    background:linear-gradient(0deg,rgba(164,175,255,1),rgba(216,231,255,1));
}
.right-tool li:nth-of-type(4):hover{
    transform: translate(0,-2px);
    transition: .5s;
}
.right-tool li:hover .item{ 
    display: block;
}
.right-tool li .item{
    width:121px;
    height:140px;
    background:rgba(57,64,92,0.3);
    border-radius:6px;
    position: absolute;
    top: 0;
    left: -136px;
    display: none;
}
.right-tool li:nth-last-of-type(3) .item {
    width: 132px;
    height: 62px;
    background-color: #fff;
    border: 2px solid #C3C5CE;
    border-radius: 6px;
    padding-top: 12px;
    left: -142px;
}
.right-tool li .item img{
    width: 112px;
    height: 112px;
    margin: 4px auto;
    display: block;
}
.right-tool li:nth-last-of-type(3) .item i {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #1995FB;
    text-align: center;
}
.right-tool li:nth-last-of-type(3) .item span {
    line-height: 1;
    font-size: 12px;
    color: #494949;
    text-align: center;
    margin-top: 8px;
}
.right-tool li .item span{
    font-size:14px;
    color:rgba(255,255,255,1);
    text-align: center;
    display: block;
} */
.right-fixed {
  position: fixed;
  right: 40px;
  bottom: 30%;
  z-index: 99;
  height: 254px;
}
.right-fixed .right-tool {
  height: 254px;
}
.itemDbox {
  display: flex;
  position: relative;
  cursor: pointer;
}
.itembox {
  width: 62px;
  height: 62px;
  border: 2px solid #3889ff;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  margin-top: 9px;
}
.itembox img {
  margin: 6px 17px;
}


.itembox p {
  margin-top: -6px;
  color: #2872d9;
  font-size: 12px;
}
.item {
  width: 166px;
  height: 183px;
  border: 4px;
  background: url(//static.suowo.cn/static/suowo.cn/images/activity/124.png)
    no-repeat center;
  position: absolute;
  left: -173px;
  display: none;
}
.item img {
  margin-top: 8px;
  margin-left: 7px;
}
.itemDbox1 .item1 {
  width: 160px;
  height: 64px;
  border: 4px;
  background: url(//static.suowo.cn/static/suowo.cn/images/activity/1242.png)
    no-repeat center;
  position: absolute;
  left: -173px;
  display: none;
}
.fanh {
    /* margin: 0 auto; */
  margin-top: 20px;
  margin-left: 15px;
  display: none;
  cursor: pointer;
}

.itembox .itembox1 .icon-kefu{
  width: 27.87px;
  height: 31.11px
}


.itembox1_1 {
  width: 252px;
  height: 350px;
  background: #3889ff;
  box-shadow: 0px 3px 15px 1px rgba(59, 130, 246, 0.63);
  border-radius: 8px 8px 8px 8px;
  margin-top: -20px;
  left: -265px;
  display: none;
}
.heartbeat {
  animation: heartbeat 2s infinite;
}



@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.itembox1_1 .close-icon {
  width: 15px;
  height: 15px;
  color: #ffff;
  font-weight: 300;
  position: absolute;
  left: 65%;
  font-size: 20px;
  cursor: pointer;
}

.itembox1_1 .close-icon img{
  width: 100%;
  height: 100%;
}

.itembox1_1 .title {
  text-align: center;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.itembox1_1 .text {
  width: 211px;
  height: 84px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin: 0 auto;
  margin-top: 9px;
}
.itembox1_1 img {
  margin-left: 59px;
}
.itembox1_1 p {
  font-size: 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
}
.itembox2 img {
  width: 36.23px;
  height: 28.55px;
  margin-left: 13px;
}
.itembox2_1 {
  margin-top: -60px;
}


.right-tool .itemDbox .item .right-tool-qrcode{
  width: 140px;
  height: 140px;
}


.itembox2_1 p {
  font-size: 14px;
  margin-left: 14px;
}

.right-tool .itemDbox1 .itembox3_1{
  margin-top: 10px;
}

.right-tool .itemDbox1 .itembox3_1 p:nth-child(1){
  margin-top: 10px;margin-left: 29px;font-size: 14px;
}

.right-tool .itemDbox1 .itembox3_1 p:nth-child(2){
  color: #2872D9;margin-top: 4px;margin-left: 24px; font-size: 14px;
}


.right-tool .itembox3 .right-tool-phone{
  width: 27.87px;
  height: 31.11px;
}


.right-tool .itemDbox1  .itembox img.icon-help{
  width:33.52px;
  height:33.52px;
  margin-left: 13px;
}

.cursor-pointer {
  cursor: pointer;
}
.toast-message {
  font-size: 14px;
  color: #fff;
}

.right-tool .poster-right-tool {
  width: 79px;
  height: 73px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -81px;
  cursor: pointer;
}
.afList{
  width: 488px;
  height: 185px;
  font-size: 14px;
  box-sizing: content-box;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: -42px;
  left: 140px;
  display: none;
}
.header ul li .li-more ol.af:hover .afList {
  display: block;
}
.afList-box{
  display: flex;
  text-align: left;
  /* box-sizing: content-box; */
}
.header ul li .li-more ol.af .afList .ol {
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #494949;
  cursor: pointer;
}
.header ul li .li-more ol.af .afList a {
  display: inline-block;
  width:134px;
}
.header ul li .li-more ol.af .afList a:hover {
  color: #096dde;
}
.header-login {
  width: 144px;
  height: 70px;
}
@media screen and (max-width: 1300px) {
  .afList{
    left: -490px;
  }
}
