.floatmod .float-menu i,
.icon-clear,
.icon-check,
.icon-down,
.icon-enter,
.icon-refresh,
.icon-look,
.btn-goback,
.btn-close,
.icon-acc,
.icon-psw,
.icon-phone,
.icon-idc {
  background-image: url('../images/icon.png?202010071151');
  background-repeat: no-repeat;
  background-size: 50px;
}


.icon-acc {
  background-position: 0 0;
}

.icon-psw {
  background-position: 0 -40px;
}

.icon-phone {
  background-position: 0 -80px;
}

.icon-idc {
  background-position: 0 -120px;
}

.btn-close {
  background-position: 12px -237px;
}

.icon-look {
  background-position: 4px -439px;
}

.icon-lookx {
  background-position: 4px -491px;
}

.icon-refresh {
  background-position: 6px -397px;
}

.icon-down,
.icon-enter {
  background-position: 14px -292px;
}

.btn-goback {
  background-position: 20px -286px;
}

.icon-down {
  transform: rotate(90deg);
}

.btn-goback {
  transform: rotate(180deg);
}

.icon-user {
  background-position: 0 -650px;
}

.icon-gift {
  background-position: 0 -683px;
}

.icon-serv {
  background-position: 0 -716px;
}

.icon-share {
  background-position: 0 -749px;
}

.icon-clear {
  background-position: 8px -342px;
}

.icon-check {
  background-position: 0 -548px;
}

.icon-checked {
  background-position: 0 -599px;
}

.mask-wrapper .color-active {
  color: #ff9933;
}

.mask-wrapper .color-disable {
  color: #d8d8d8;
}

.mask-wrapper .color-green {
  color: #66cc66;
}

.mask-wrapper .color-red {
  color: #f64b4b;
}

.mask-wrapper {
  /*display: none;*/
  position: fixed;
  z-index: 99998;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  font-size: 14px;
}

.dialog-box {
  display: none;
  position: fixed;
  z-index: 300000;
  background: #fff;
  width: 90%;
  max-width: 360px;
  top: 50%;
  left: 50%;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dialog-active {
  display: block;
}

.dialog-box .hd {
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #333;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: #fcf9f7;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.dialog-box .hd .btn-goback,
.dialog-box .hd .btn-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
}

.dialog-box .bd {
  /* min-height: 240px; */
  margin: 15px 20px 0;
  overflow: hidden;
}

.dialog-box .w-form {
  display: block;
}

.dialog-box .w-form .w-item {
  height: 42px;
  line-height: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin: 15px 0;
  position: relative;
  display: flex;
}

.dialog-box .w-form .w-item-dbfun :nth-child(3) {
  margin-left: 15px;
}
#history_list .item{
  margin-left: 0;
}

.dialog-box .step-ctn-box .w-form .w-item-dbfun .php-code{
  position: relative;left: -40px;
}
.dialog-box .step-ctn-box .w-form .w-item-dbfun .color-active{
  margin-left: -30px;cursor: pointer;
}

.ph {
  width: 70px;
}

.dialog-box .w-form .w-input {
  flex: 1;
  color: #333;
  outline: 0 none;
  border: 0 none;
}

.dialog-box .btn-fun {
  width: 35px;
}

.dialog-box .icon-check {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.dialog-box .btn-submit {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin: 15px auto;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  background: #f93;
}

.dialog-box .btn-submit:hover {
  color: #fff;
  background: #f88e24;
}

.dialog-box .login-menu {
  display: flex;
  margin: 15px 0;
}

.dialog-box .login-menu .item {
  flex: 1;
  text-align: center;
}

.dialog-box .outertip-box {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: rgba(0, 0, 0, .85);
}

.dialog-box .acchis-list {
  width: 100%;
  height: auto;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 9;
  box-shadow: 5px 5px 5px #999;
  background: #f6f5f5;
}

.dialog-box .acchis-list .item {
  height: 42px;
  line-height: 42px;
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  border-bottom: 1px solid #dedcdc;
}

.dialog-box .acchis-list .item span:first-child {
  color: #f93;
}

.dialog-box .step-box {
  display: flex;
  background: #f4f4f4;
}

.dialog-box .step-box .item {
  flex: 1;
  line-height: 34px;
  text-align: center;
  position: relative;
}

.dialog-box .step-box .active {
  color: #f93;
}

.dialog-box .step-box .item:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 11px;
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg)
}

.dialog-box .step-box .item:last-child:after {
  display: none;
}

.dialog-findpass .step-ctn-s1 {
  margin: 15px 20px 0;
}

.dialog-findpass .step-ctn-s2 .w-txt,
.dialog-findpass .step-ctn-s3 .w-txt {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}

.step-ctn-s2 .uc-common-list{
  padding-bottom: 100px;
}

.dialog-findpass .step-ctn-s3 .w-input {
  padding: 0 30px;
}

.dialog-findpass .step-ctn-s3 .btn-submit {
  width: 84%;
  margin-bottom: 45px;
}

.dialog-findpass .step-ctn-s4 .btn-submit {
  width: 84%;
}

.dialog-findpass .step-ctn-s4 .w-txt {
  padding: 50px 0 35px;
  line-height: 30px;
  font-size: 18px;
}

.dialog-ucmaster .bd,
.dialog-findpass .bd {
  margin: 0;
}

.dialog-ucmaster .bd {
  padding-bottom: 30px;
}

.dialog-ucmaster .uc-tabs {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #999;
  display: flex;
  text-align: center;
  background: #f4f4f4;
}

.dialog-box .bottom-tip {
  width: 100%;
  line-height: 30px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.dialog-ucmaster .uc-tabs .item {
  flex: 1;
  margin: 0 16px;
}

.dialog-ucmaster .uc-tabs span {
  display: block;
  margin-top: -1px;
  border-bottom: 1px solid #f4f4f4;
}

.dialog-ucmaster .uc-tabs .active span {
  color: #f93;
  border-color: #f93;
}


.uc-tabs-ctnbox .uc-ctnbox-item {
  height: 240px;
}


.uc-common-list .item {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  color: #3d3d3d;
  border-bottom: 1px solid #ebebeb;
}

.uc-common-list .item i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -2px;
  background-size: 40px;
}

.uc-common-list .item-r {
  color: #9f9f9f;
}

.uc-common-list .item-r i {
  background-position: 0 -237px;
  width: 12px;
  height: 26px;
}

.uc-tabs-ctnbox .uc-gift-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  line-height: 22px;
  border-bottom: 1px solid #ebebeb;
}

.uc-tabs-ctnbox .uc-gift-list .btn-get {
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
}

.uc-tabs-ctnbox .uc-gift-list .btn-get-act {
  background: #e98d36;
}

.uc-tabs-ctnbox .uc-gift-list .btn-get-actx {
  background: #dcdadb;
}

.uc-tabs-ctnbox .uc-ctnbox-serv {
  text-align: center;
  font-size: 14px;
}

.uc-tabs-ctnbox .uc-ctnbox-serv .img {
  display: block;
  width: 140px;
  margin: 12px auto;
}
.uc-tabs-ctnbox .uc-ctnbox-serv p:last-child{
  margin-top: 5px;
}
.uc-tabs-ctnbox .uc-ctnbox-serv p:last-child span,tel{
  color: #f93;
}

/* 浮标 */
.floatmod {
  min-width: 46px;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 10001;
}

.floaticon {
  position: relative;
  z-index: 2;
}

.floaticon-anim {
  transition: all .1s linear;
}

.floaticon-opacity {
  opacity: .5;
}

.floaticon-left .floaticon {
  left: 4px;
}

.floaticon-right {
  left: auto;
  right: 0;
}

.floaticon-right .floaticon {
  left: auto;
  right: 4px;
}

.floaticon-left .float-menu {
  right: auto;
  left: 0;
  padding: 0 16px 0 50px;
}

.floaticon-right .float-menu {
  right: 0;
  padding: 0 56px 0 10px
}

.float-menu {
  display: none;
  width: 266px;
  height: 58px;
  border-radius: 29px;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 1;
}

.float-menu li {
  width: 50px;
  text-align: center;
  float: left;
}

.float-menu li a {
  display: block;
  color: #121212;
}

.float-menu li a:hover {
  color: #000;
}

.float-menu li i {
  display: block;
  width: 28px;
  height: 28px;
  color: #999;
  margin: 8px auto 2px;
}

.float-menu4 {
  width: 266px;
}


/* 全局弹窗信息提示 */
.dialog-box .title {
  padding: 20px 0 14px 0;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.dialog-box .info {
  padding: 0 20px;
  color: #888;
  text-align: center;
}

.dialog-box .info span {
  color: #f93;
  font-weight: bold;
}

.dialog-box .opt {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #f4f4f4;
}

.dialog-box .opt a {
  color: #f93;
  text-decoration: none;
  padding: 10px 0;
}

.dialog-box .opt a:nth-child(2) {
  border-left: 1px solid #f4f4f4;
  color: #3399ff;
}

.dialog-protocol{
  height: 50%;
}

.container_payment{
  position: absolute;
  top: 20%;
  left: 5%;
  width: 90%;
  height: 50%;
  display: none;
}
.container_payment img{
  position: absolute;
  right: 2%;
  top: 3%;
  width: 10%;
  display: none;
}

/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
  .container_payment{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 60%;
    height: 50%;
    display: none;
  }
}*/
