html,
body {
  background: #fff;
}
.agreement-wrapper {
  min-width: 1190px;
}
.agreement-wrapper .top-title {
  height: 130px;
  background-color: #F2F3F5;
}
.agreement-wrapper .top-title .title {
  font-size: 28px;
  color: #333;
  padding-top: 30px;
  font-weight: 600;
  display: none;
}
.agreement-wrapper .top-title .crumbs {
  color: #999;
}
.agreement-wrapper .top-title .crumbs a {
  color: #999;
}
.agreement-wrapper .top-title .crumbs .agreement-title {
  display: none;
}
.agreement-wrapper .agreement {
  width: 1100px;
  margin: 0 auto;
  display: none;
}
.agreement-wrapper .agreement.agreement-6 img {
  width: 50%;
}
.agreement-wrapper .agreement .title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding: 50px  0 40px;
}
.agreement-wrapper .agreement .desc {
  font-size: 14px;
}
.agreement-wrapper .agreement .desc .desc-text {
  line-height: 22px;
  color: #666;
}
.agreement-wrapper .agreement .desc .desc-text b {
  font-weight: 600;
}
.agreement-wrapper .agreement .desc .desc-text.bold {
  color: #333;
}
.agreement-wrapper .agreement .desc .desc-title {
  color: #333;
  font-weight: 600;
  padding: 20px 0;
}
.footer {
  margin-top: 40px;
}
.small-nav-alone {
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.small-nav-alone.black {
  background-color: #28292B;
}
.small-nav-alone.white {
  color: #333;
  background-color: #fff;
}
.small-nav-alone.white .fr-li a {
  color: #333;
}
.small-nav-alone.absolue {
  position: absolute;
  top: 0;
  width: 1190px;
  left: 50%;
  margin-left: -595px;
}
.small-nav-alone .hello-text {
  font-size: 12px;
}
.small-nav-alone .fr-li {
  margin-left: 30px;
}
.small-nav-alone .fr-li a {
  color: #fff;
}
.small-nav-alone .fr-li.top-nav-dynamic {
  margin-left: 0;
}
.small-nav-alone .fr-li.top-nav-dynamic div {
  margin-left: 30px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.small-nav-alone .fr-li.user-order-li {
  position: relative;
}
.small-nav-alone .fr-li.user-order-li .user-order-a {
  height: 36px;
}
.small-nav-alone .fr-li.user-order-li i {
  font-size: 24px;
}
.small-nav-alone .fr-li.user-order-li:hover .user-order-drop {
  display: block;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.qrcode-li {
  position: relative;
}
.small-nav-alone .fr-li.qrcode-li:hover .head-qrcode-div {
  display: block;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div {
  display: none;
  position: absolute;
  height: 168px;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div img {
  display: block;
  height: 98px;
  width: 98px;
  margin: 16px auto 0;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t {
  height: 17px;
  text-align: center;
  color: #000000;
  line-height: 17px;
  margin-top: 2px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t.desc {
  color: #606266;
}
