* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    touch-action: none;
}

.popup-title {
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: 600;
}

.gray-model-list {
    width: 2rem;
    text-align: center;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    list-style: none;
    position:fixed;
    bottom: 1rem;
    left:1.5rem;
}

.gray-model-list li {
    position: relative;
}

.gray-model-list li img {
    width: 100%;
}

.gray-model-list dl {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #999999;
    color: #FFFFFF;
}

.gray-model-list dt {
    position: relative;
    bottom: 0.15rem;
}

.gray-model-list dt i {
    font-size: 1rem;
}

.gray-model-list dd {
    margin: 0;
    font-size: 0.4rem;
    position: relative;
    bottom: 0.35rem;
}

.gray-model-list li:first-child dd {
    bottom: 0.2rem;
}

.gray-model-left-list {
    width: 2rem;
    text-align: center;
    position: absolute;
    left: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 0.5rem;
}

.gray-model-left-list li.line-btn {
    display: none;
}

.gray-model-left-list li.btn-one-content .btn-active {
    display: none;
}

.gray-model-left-list li.btn-one-content:active .btn-active {
    display: inline-block;
}

.gray-model-left-list li.btn-one-content:active .btn-normal {
    display: none;
}

.gray-model-left-list li.line-btn .btn-move-active,
.gray-model-left-list li.line-btn .btn-reset-active,
.gray-model-left-list li.btn-more-content.active .btn-move,
.gray-model-left-list li.btn-more-content.active .btn-reset {
    display: none;
}

.gray-model-left-list li.btn-more-content.active .btn-reset-active,
.gray-model-left-list li.btn-more-content.active .btn-move-active {
    display: inline-block;
}

.gray-model-left-list li img {
    width: 100%;
}

.gray-model-right-list {
    width: 1.5rem;
    text-align: center;
    position: absolute;
    right: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    bottom: 0.5rem;
    font-size: 0.65rem;
}

.gray-model-right-list li span {
    white-space: nowrap;
    display: block;
    width: 100%;
}

.gray-model-right-list img {
    width: 1.25rem;
}

.gray-model-right-list .line-btn.active {
    color: #3061af;
}

.gray-model-right-list .line-btn div {
    display: none;
    position: absolute;
    color: #3061af;
    right: 3rem;
    bottom: 0;
    animation: thumbsUp 0.5s;
    -webkit-animation: thumbsUp 0.5s;
    font-size: 1rem;
}

.gray-model-right-list .line-btn.active div {
    display: block;
    opacity: 0;
}

@keyframes thumbsUp {
    0% {
        bottom: 0;
        opacity: 1;
    }
    25% {
        bottom: 0.5rem;
        opacity: 1;
    }
    50% {
        bottom: 1rem;
        opacity: 1;
    }
    75% {
        bottom: 1.5rem;
        opacity: 1;
    }
    100% {
        bottom: 2rem;
        opacity: 1;
    }
}

@-webkit-keyframes thumbsUp
/* Safari and Chrome */

{
    0% {
        bottom: 0;
        opacity: 1;
    }
    25% {
        bottom: 0.5rem;
        opacity: 1;
    }
    50% {
        bottom: 1rem;
        opacity: 1;
    }
    75% {
        bottom: 1.5rem;
        opacity: 1;
    }
    100% {
        bottom: 2rem;
        opacity: 1;
    }
}

.popup-services-model {
    width: 80%;
    height: auto;
    left: 10%;
    top: 10%;
}

.popup-services-model .list-block .item-content {
    font-size: 0.7rem;
}

.collect-model .colled,
.collect-model .btn-collect-active,
.collect-model.active .btn-collect,
.line-btn .thumbs-up-active,
.line-btn.active .thumbs-up {
    display: none;
}

.collect-model.active .colled,
.collect-model.active .btn-collect-active,
.line-btn.active .thumbs-up-active {
    display: inline-block;
}

.collect-model.active dt {
    color: #3076ba;
}

.red-packet {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 0.2rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.red-packet img {
    width: 100%;
}

.red-packet-content {
    width: 11rem;
    height: 12rem;
    background: url(../img/red-packet-contentBg.jpg) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 0.2rem;
    overflow: hidden;
    display: none;
}

.red-packet-content a {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: #ffd119;
    font-size: 0.8rem;
    padding: 0.4rem 0;
    border-top: 1px solid #FFFFFF;
    width: 100%;
}

.us-fdj-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #aaaaaa;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
    position: absolute;
    left: 1rem;
    bottom: 4rem;
    font-size: 0.5rem;
    padding: 0.2rem;
}

.us-fdj-btn p {
    margin: 0;
}

.ar-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #3061af;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.back-index {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}

.back-index a {
    display: block;
}

.back-index img {
    width: 100%;
}

.line-content {
    display: none;
    position: absolute;
    left: 2rem;
    top: 0;
    width: 180px;
    height: 2rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.line-btn.active .line-content {
    display: flex;
}

.lineDiv {
    height: 0.1rem;
    background: #FFFFFF;
    width: 148px;
    margin-top: 1rem;
    margin-left: 15px;
    position: absolute;
}

.lineDiv .minDiv {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 0.8rem;
    height: 1.2rem;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 10px;
}

.lineDiv .minDiv .vals {
    position: absolute;
    font-size: 20px;
    top: -45px;
    left: -2.5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #333;
    color: #FFFFFF;
    display: none;
}

.lineDiv .minDiv .vals:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid blue;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
    margin-left: 11px;
}

.line-content .color-content {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    margin-top: 0.3rem;
    margin-left: 1.2rem;
}

.line-start {
    width: 11rem;
}

.line-model-start {
    width: 9.5rem;
}

.line-model-start .color-content {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.5rem;
    margin-top: 0.1rem;
}

.line-start .color-content {
    background-color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1rem;
    margin-top: 0.3rem;
    margin-left: 0.7rem;
    font-size: 0.5rem;
    line-height: 1.5rem;
}

.line-btn-zh-active,
.line-btn.active .line-btn-zh,
.line-btn .btn-stop,
.line-btn .line-btn-wk-block,
.line-btn.active .line-btn-wk-none,
#btn-video-content .btn-video-none,
#btn-video-content.active .btn-video {
    display: none;
}

.line-btn.active .line-btn-zh-active,
.line-btn.active .line-btn-wk-block,
#btn-video-content.active .btn-video-none {
    display: inline-block;
}

.line-btn.active .btn-stop {
    position: absolute;
    top: 0;
    left: -3rem;
    display: flex;
}

.list-block li i.false {
    color: #f00;
    position: absolute;
    font-style: normal;
    font-size: 0.5rem;
    bottom: -1.5rem;
    /**  top: 39px;
    font-size: 12px;
    font-style: normal;**/
}

.list-block .item-inner {
    overflow: initial;
}

.item-input {
    position: relative;
}

.item-input .icon-yanjing {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCCCCC;
    padding: 0.5rem;
}

.item-input .icon-yanjing.active {
    color: #333333;
}

.search_nav {
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #20232b;
}

.search_input {
    float: left;
    width: 75%;
    height: 35px;
    margin-left: 30px;
    margin-top: 5px;
    font-size: 15px;
    text-indent: 30px;
    border: 1px solid black;
    border-radius: 40px;
    outline: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

.search_cancel {
    float: right;
    width: 15%;
    height: 100%;
    color: white;
    text-align: center;
    line-height: 45px;
}

.search_find {
    background: #fff;
    line-height: 42px;
    margin-top: 45px;
}

.search_history {
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px
}

.search_find_title {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 14px;
    color: #8a8a8a;
    width: 100%;
    box-sizing: border-box
}

.search_find_title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    box-sizing: border-box;
    width: 92%;
    height: 1px;
    color: #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4)
}


/***shihongying**/

.Load-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*width:100px;
    height:100px;*/
    z-index: 999999;
    background: none;
    background-color: #eee;
}

.Load-tex {
    width: 100%;
    height: 100%;
    font-size: 0.5rem;
    color: #666;
    display: table;
}

.Load-logo {
    text-align: center;
    font-size: 0.8rem;
    vertical-align: middle;
    display: table-cell;
}

.Load-logo h2 {
    width: 50%;
    margin: 0.5rem auto;
    height: 0.7rem;
    position: relative;
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 0.5rem;
}

.Load-logo h2 em {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #666;
    font-size: 1rem;
}

.Load-logo h2 span {
    height: 0.7rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #666;
    z-index: 1;
    border-radius: 0.5rem;
}

.Load-Sketch {
    text-align: center;
    margin: 0.3rem 0;
}


/* select end */

#panel-right-model {
    background-color: #fff;
}


/* select end */


/*add by shihy*/

.popup-services-model .list-block .item-content {
    font-size: 0.7rem;
}

.popup-services-model .list-block .item-content .row {
    width: 100%;
}

.load-fdj {
    background: url(../img/load-s-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.load-fdj .Load-progress {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 10%;
}

.load-fdj .Load-progress img {
    width: 8rem;
}

.load-fdj .Load-progress .Load-Sketch {
    color: #FFFFFF;
}

.load-fdj .Load-logo {
    display: block;
}

.load-fdj .Load-logo h2 {
    width: 100%;
    height: 0.5rem;
    position: relative;
    border-radius: 0.5rem;
    border: 1px solid #FFFFFF;
}

.load-fdj .Load-logo h2 span {
    height: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1;
    border-radius: 0.5rem;
}

.load-orange {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.load-orange h2 {
    margin: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.2);
}

.load-orange span {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background-color: orange;
}

.model-msg-tips {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 0.75rem;
    line-height: 2rem;
    text-align: center;
    background-color: #333333;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5.8rem;
    height: 2rem;
    margin: auto;
}

.logo-top-content {
    top: 0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    width: 5.8rem;
    margin: auto;
}

.logo-top-content img {
    width: 100%;
}


/*��ҫ 2019-5-28*/

.jgdiv {
    position: absolute;
    width: 220px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    z-index: 10000;
    display: none;
    overflow-y: auto;
}

.jgdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jgdiv p {
    margin: 0;
}

.jgdiv>p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0;
}

.jgmc {
    /*padding-left: 55px;*/
    box-sizing: border-box;
    cursor: pointer;
}

#strubtn .btn-stru {
    display: inline-block;
}


/* #strubtn .btn-stru2 {
    display: none;
}

#strubtn.active .btn-stru {
    display: none;
}

#strubtn.active .btn-stru2 {
    display: inline-block;
} */


/*��ҫ 2019-5-28*/

@media screen and (orientation: landscape) {
    .popup-services-model {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .popup-services-model .content-block {
        margin: 0;
    }
    .popup-services-model .list-block {
        margin: 0;
    }
    .gray-model-list {
        margin-top: 0.25rem;
        width: 1.5rem;
    }
    .gray-model-right-list {
        width: auto;
        font-size: 0.5rem;
        right: 0.65rem;
        bottom: 0.25rem;
    }
    .gray-model-right-list li {
        float: right;
        margin-left: 0.5rem;
    }
    .gray-model-right-list li:first-child {
        position: relative;
        top: 4px;
    }
    .gray-model-right-list img {
        width: 0.75rem;
    }
    .line-content {
        /*left: 1.5rem;*/
        height: 1.5rem;
    }
    .line-content .color-content {
        margin-top: 0.2rem;
        margin-left: 1rem;
        width: 1.1rem;
        height: 1.1rem;
    }
    .lineDiv {
        margin-top: 0.65rem;
    }
    #expose {
        position: absolute;
        left: 0.5rem;
        bottom: 2rem;
        width: 1.5rem;
    }
    #speedBtn {
        position: absolute;
        left: 0.5rem;
        bottom: 4rem;
        width: 1.5rem;
    }
    .jgdiv {
        left: auto;
        right: 0;
    }
    #strubtn {
        position: absolute;
        left: 0.5rem;
        bottom: 8rem;
        width: 1.5rem;
    }
    #lightbtn {
        position: absolute;
        left: 0.5rem;
        bottom: 10rem;
        width: 1.5rem;
    }
    #bgbtn {
        position: absolute;
        left: 0.5rem;
        bottom: 12rem;
        width: 1.5rem;
    }
    #playbtn {
        position: absolute;
        left: 0.5rem;
        bottom: 6rem;
        width: 1.5rem;
    }
    #expose .line-content {
        left: 1.5rem;
    }
    .line-model-start {
        left: 1.5rem;
        width: 7.6rem;
    }
    .line-model-start .color-content {
        width: 1.3rem;
        height: 1.3rem;
        margin-left: 0.5rem;
        margin-top: 0.1rem;
    }
    .gray-model-left-list {
        width: auto;
    }
    .gray-model-left-list li {
        height: 1.5rem;
        margin-top: 0.5rem;
    }
    .gray-model-left-list li img {
        height: 100%;
        width: auto;
    }
}

.logo_nest{
    position: fixed;
    bottom:0;
    max-height:140px;
    z-index: 1000000;
    left:50%;
    transform: translate(-50%,-50%);
}
@media only screen and (orientation: portrait) {}

@media (min-width: 800px) {
    #expose,
    #speedBtn,
    #playbtn,
    #strubtn,
    #lightbtn,
    #bgbtn,
    .back-index {
        left: 1.5rem;
    }
    .gray-model-list {
        margin-right: 1.5rem;
    }
    .gray-model-left-list {
        left: 1.5rem;
    }
    .gray-model-right-list {
        right: 1.5rem;
    }
    #sizebtn{
        position: absolute;
        left: 1.5rem;
        bottom: 0.3rem;
        width: 1.5rem;
    }
}
.dwdiv{position: absolute;z-index: 1000;}

.xuliebox{width:33px;height:43px;line-height:43px;text-align:center;position: absolute;top: 0px;left: 0px;font-family: MicrosoftYaHei-Bold;font-size: 16px;color: #ffffff;}
.rdbox{width: 349px;height:120px;background-color: rgba(0,0,0,0.24);border-radius: 4px;border: solid 1px #ffffff;position: absolute;z-index: 10000;padding: 10px;}

.rdbox .rdcontent
    {
        width:100%;
        height:100%;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #ffffff;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
    }

    .rdbox .closeX
    {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
    .logo_nest{
        max-height:50px;
    }
    .line-content{
        left:2rem!important;
    }
    #minDiv1{
        position: relative
    }
    #minDiv1:before{
        content:"";
        position:absolute;
        width:100%;
        height:100%;
        padding:15px;
        left:-15px;
        top:-15px;
        display:block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .line-btn {
        width: 1.2rem !important;
    }
    .gray-model-left-list li {
        width: 1.2rem !important;
    }
    .gray-model-left-list li img {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }
    #speedBtn {
        bottom: 3.5rem;
    }
    #playbtn {
        bottom: 5rem;
    }
    #strubtn {
        bottom: 6.5rem;
    }
    #lightbtn {
        bottom: 8rem;
    }
    #bgbtn {
        bottom: 9.5rem;
    }
    .line-content {
        height: 1.2rem;
    }
    .lineDiv {
        margin-top: 0.55rem;
    }
    .line-content {
        height: 1.2rem;
    }
    .lineDiv .minDiv {
        position: absolute;
        top: -0.4rem;
        left: 0;
        width: 0.6rem;
        height: 0.9rem;
        background: #FFFFFF;
        cursor: pointer;
        border-radius: 10px;
    }

    .line-model-start .color-content {
        width: 0.9rem;
        height: 1.3rem;
        margin-left: 0.8rem;
        margin-top: 0.15rem;
    }
    .line-content .color-content {
        margin-top: 0.1rem;
        margin-left: 1.1rem;
        width: 1rem;
        height: 1.1rem;
    }
}
.ruler{
    height: 12px;
    position: absolute;
    color:yellow;
    opacity: 0;
    display: none;
  }
  .ruler.active
  {
      opacity: 1;
      display: block;
  }
  .ruler-main
  {
      width: 100%;
      height: 5px;
      border-bottom: 1px solid white;
      position: absolute;
  }
  .ruler-main > div
  {
      width: 5px;
      height: 10px;
      top: 0;
      bottom: 0;
      position: absolute;
  }
  .ruler-left
  {
      left: 0;
      border-left: 1px solid white;
  }
  .ruler-right
  {
      right: 0;
      border-right: 1px solid white;
  }
  .ruler-text
  {
      position: absolute;
      height: 50%;
      line-height: 50%;
      left: 50%;
      transform: translate(-50%,-100%);
      font-size: 50%;
  }

@media screen and (max-width: 799px) {
    .rdbox{
        width: 150px;
    }
}
