body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
menu,
footer,
header {
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 14px/24px "Microsoft YaHei"
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #f4f4f4;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ee7700
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-margin {
    margin-right: 0 !important;
}

.clear {
    clear: both;
}

.clearfix {
    -webkit-zoom: 1;
    -moz-zoom: 1;
    -ms-zoom: 1;
    -o-zoom: 1;
    zoom: 1;
    *zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fixed {
    position: fixed;
    z-index: 10000
}

.org2 {
    color: #FF8D1C
}

.m {
    width: 1200px;
    margin: 0 auto;
    display: table;
}

.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.btn-purple {
    background: #1C1D7A;
    color: #fff;
}

.btn-purple:hover {
    background: #4041c9;
    color: #fff;
}

.btn-org {
    background: #EE7700;
    color: #fff;
}

.btn-org:hover {
    background: #f25510;
    color: #fff;
}

.vr-btn-org2 {
    border-radius: 40px;
    background: #fff;
    color: #EE7700;
    border-color: #EE7700;
    line-height: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.vr-btn-org2:hover {
    background: #e70;
    color: #fff;
}

.vr-btn-org {
    border-radius: 40px;
    color: fff;
    line-height: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #FF8D1C;
    color: #fff;
}

.vr-btn-org:hover {
    background: #e70;
    color: #fff;
}

.vr-btn-black2 {
    height: 36px;
    border-radius: 40px;
    color: #999999;
    border-color: #EDEDED;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.vr-btn-black2:hover {
    color: #333;
    border-color: #BDBDBD;
}

.vr-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.vr-input-text:hover {
    border: 1px solid #BDBDBD;
    color: #333;
}

.vr-m400 {
    min-height: 400px
}

.vr-btn-default {
    cursor: default;
    background: #f5f5f5;
    color: #e0e0e0;
    border: 1px solid #f5f5f5;
    cursor: default;
    border-radius: 40px;
    line-height: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-top: 28px;
}

.icon-close {
    width: 14px;
    height: 14px;
    display: block;
    background: url(/public/img/icon-close.png) no-repeat;
}

.icon-close:hover {
    width: 14px;
    height: 14px;
    display: block;
    background: url(/public/img/icon-close-h.png) no-repeat;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.line-height24 {
    line-height: 24px;
}

.line-height20 {
    line-height: 20px;
}

.line-height18 {
    line-height: 18px;
}

.line-height16 {
    line-height: 16px;
}

.c666 {
    color: #666
}

.c999 {
    color: #999
}

.ft12 {
    font-size: 12px;
}


.w160 {
    width: 160px;
}

.icon-play {
    width: 30px;
    height: 30px;
    background: url(../images/vrvip/play.png)center no-repeat;
    cursor: pointer;
}

.icon-play:hover {
    background: url(../images/vrvip/play-sel.png)center no-repeat;
}

.icon-stop {
    background: url(../images/vrvip/stop.png)center no-repeat;
    cursor: pointer
}

.icon-stop:hover {
    background: url(../images/vrvip/stop-sel.png)center no-repeat;
}

/*
*  个人中心公共头部 begin
*/

.pano-head {
    width: 100%;
    background: #0a0a0d;
    /*background: linear-gradient(to bottom, #F34733, #D2130F) !important;*/
    position: relative;
}

.pano-head .logo {
    width: 110px;
    height: 60px;
    margin-right: 10px
}

.pano-head .logo a {
    width: 110px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    background: url(../public/img/images/logo.png) center no-repeat;
}

.pano-head .nav {}

.pano-head .nav .nav-list>li {
    float: left;
    margin: 0 8px;
    position: relative;
}

.pano-head .nav .nav-list>li>a {
    color: #fff;
    line-height: 52px;
    display: block;
    padding: 0 5px
}

.pano-head .nav .nav-list>li:after {
    content: "";
    display: block;
    background: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    font-size: 12px;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.pano-head .nav .nav-list>li:hover:after,
.pano-head .nav ul li.active:after {
    background-color: #fff;
    width: 100%;
    opacity: 1;
}

.pano-head .nav .nav-list>li i.icon {
    top: 8px;
}



.pano-head .nav .nav-list>li i.icon-hot {
    top: 4px;
}

.pano-head .searchbox {
    margin-top: 10px;
    background: rgba(33, 33, 36, .3);
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 38px;
    height: 38px;
}

.pano-head .searchbox span,
.pano-head .searchbox i {
    color: #fff;
    margin-left: 0
}

.pano-head .searchbox .searchbox-fl {
    cursor: pointer;
    width: 80px;
    text-align: center;
    padding-right: 4px;
    position: relative;
    line-height: 38px;
    color: #fff
}

.pano-head .searchbox .searchbox-fl:after {
    width: 1px;
    height: 36px;
    position: absolute;
    content: " ";
    background: #fff;
    right: 0;
    top: 0;
}

.pano-head .searchbox .searchbox-fl span#item1 {
    color: #fff
}

.pano-head .searchbox .searchbox-list {
    position: absolute;
    left: -10px;
    top: 38px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 1px rgba(236, 236, 236, 0.8);
    background: #fff;
    z-index: 999;
    border-radius: 3px;
}

.pano-head .searchbox .inputbox {
    background: none;
    color: #fff;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    box-sizing: border-box;
    width: 124px;
}

.pano-head .searchbox .inputbox:focus {
    outline: none;
    border: none;
}

.pano-head .searchbox .btn-submit {
    background: url(../images/icon-search-vr.png) center no-repeat;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: 5px;
}

.pano-head .searchbox .btn-submit:focus {
    outline: none;
}

.pano-login-fr {
    color: #fff;
}

.pano-head-fr {
    margin-top: 10px;
    margin-left: 15px;
}

.pano-head-fr .btn-qjfb {
    padding: 2px 20px;
    background: #e70;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    border-radius: 4px;
}

.pano-head-fr .btn-qjfb:hover {
    background: #e78200
}

#pano-dropdown {
    position: relative;
}

#pano-dropdown .pano-dropdown-list {
    position: absolute;
    top: 44px;
    width: 100px;
    z-index: 999;
    padding: 0;
    margin: 0px;
    left: -14px;
}

#pano-dropdown .pano-dropdown-list dt {
    height: 17px;
    width: 100%;
}

#pano-dropdown .pano-dropdown-list dd {
    background: #fff;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    height: 32px;
    width: 100%;
    line-height: 32px;
}

#pano-dropdown .pano-dropdown-list dd a.p-index {
    width: 100px;
    display: block;
    line-height: 32px;
    color: #242424;
    text-align: center;
    padding: 0;
    margin: 0px;
}

#pano-dropdown .pano-dropdown-list dd :hover {
    background: #f0f0f0;
}

#pano-dropdown .pano-dropdown-list dd:hover a.p-index {
    color: #f49213;
}

#pano-dropdown .pano-dropdown-list dd.last {
    border-bottom: 1px solid #e6e6e6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#pano-dropdown .pano-dropdown-list dd.first {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

#pano-dropdown2 {
    position: relative;
}

#pano-dropdown2 .pano-dropdown-list {
    position: absolute;
    top: 38px;
    width: 100%;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 1px rgba(236, 236, 236, 0.8);
    background: #fff;
    z-index: 999;
    padding: 0;
    margin: 0px;
    border-radius: 3px
}

#pano-dropdown2 .pano-dropdown-list ul li {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    height: 32px;
    padding: 0;
    margin: 0px;
    width: 100%;
}

#pano-dropdown2 .pano-dropdown-list ul li>a {
    display: block;
    line-height: 32px;
    color: #242424;
    text-align: center;
    padding: 0;
    margin: 0px;
}

#pano-dropdown2:hover .pano-dropdown-list {
    left: 0px
}

#pano-dropdown2 .pano-dropdown-list ul li:hover a {
    color: #f49213;
}

#pano-dropdown2 .pano-dropdown-list ul li:hover a {
    background: #f0f0f0;
}

#pano-dropdown3 {
    position: relative;
}

#pano-dropdown3 .pano-dropdown-list {
    position: absolute;
    top: 44px;
    width: 100px;
    z-index: 999;
    padding: 0;
    margin: 0px;
    left: -14px;
}

#pano-dropdown3 .pano-dropdown-list dt {
    height: 17px;
    width: 100%;
}

#pano-dropdown3 .pano-dropdown-list dd {
    background: #fff;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    height: 32px;
    width: 100%;
    line-height: 32px;
}

#pano-dropdown3 .pano-dropdown-list dd a.p-index {
    width: 100px;
    display: block;
    line-height: 32px;
    color: #242424;
    text-align: center;
    padding: 0;
    margin: 0px;
}

#pano-dropdown3 .pano-dropdown-list dd :hover {
    background: #f0f0f0;
}

#pano-dropdown3.pano-dropdown-list dd:hover a.p-index {
    color: #f49213;
}

.pano-head-user {
    width: 40px;
    position: relative;
    height: 60px;
    padding-right: 15px;
}

.pano-head-user .photo-s {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 10px;
    position: relative;
}

.pano-head-user .photo-s .icon-hg {
    position: absolute;
    bottom: 0;
    right: -12px;
    width: 26px;
    height: 18px;
    background: url(../images/user-hg.png) center no-repeat;
}

.pano-head-user .photo-s a {
    border-radius: 50%;
    overflow: hidden;
}

.pano-head-user .photo-s a,
.pano-head-user .photo-s a img {
    width: 40px;
    height: 40px;
    display: block;
}

.pano-head-user .photo-info {
    position: absolute;
    right: 0;
    top: 60px;
    width: 120px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    background: #fff;
    z-index: 99
}

.pano-head-user .photo-info ul li {
    line-height: 36px;
}

.pano-head-user .photo-info ul li a {
    color: #666
}

.pano-head-user .photo-info ul li:hover {
    background: #fff0db;
    color: #e70
}

.pano-head-user .photo-info ul li:hover a {
    color: #e70
}

.pano-head-user .photo-info ul li .name {
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    margin: 0 auto;
    display: block;
}

.pano-head .logo {
    margin-top: 0
}

.loginbox {
    height: 60px;
    line-height: 60px;
}

.no-login span {
    color: #fff;
    line-height: 60px;
}

.pano-head .logined {
    margin-top: 11px;
    position: relative;
    height: 38px;
    width: 36px;
}

.pano-head .logined .photo {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 38px;
    overflow: hidden;
}

.pano-head .logined.photo a {
    width: 100%;
    height: 100%;
}

.pano-head .logined .photo a img {
    max-height: 100%;
    min-width: 100%
}

.pano-head .logined .name {
    font-weight: bold;
    max-width: 76px;
    display: block;
    margin-top: 4px;
    cursor: pointer;
}

.pano-head .logined .photo a.user-info {
    padding-top: 0;
}

.pano-head .userinfo-box {
    position: absolute;
    width: 250px;
    right: 0;
    text-align: left;
    top: 38px;
    background: #f7f7f7;
    display: none;
    z-index: 9
}

.pano-head .userinfo-box .info {
    background: url(../images/justeasy/userbg2.png) no-repeat;
    height: 90px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%
}

.pano-head .logined .photo-big {
    width: 46px;
    height: 46px;
    margin-right: 8px;
}

.pano-head .userinfo-box .details {
    width: 170px;
}

.pano-head .userinfo-box .details h4 {
    font-weight: bold;
    width: 178px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pano-head .userinfo-box .details .labels {
    font-size: 12px;
    padding: 0 4px;
    margin-right: 2px;
    margin-bottom: 4px
}

.pano-head .userinfo-box .number {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.pano-head .userinfo-box .number span {
    display: inline-block;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pano-head .userinfo-box .info-details {
    width: 100%;
    background: #fff url(../images/user-line2.png) center no-repeat;
    display: table;
}

.pano-head .userinfo-box .info-details ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 40px;
}

.pano-head .userinfo-box .info-details ul li a {
    position: relative;
}

.pano-head .userinfo-box .info-details .icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
}

.icon-shezhi {
    background: url(../images/justeasy/icon-shezhi.png);
}

.icon-home {
    background: url(../images/justeasy/icon-home.png);
}

.icon-order {
    background: url(../images/justeasy/icon-order.png);
}

.icon-message {
    background: url(../images/justeasy/icon-message.png);
}

.pano-head .userinfo-box .details .redbg {
    background: #ff4526;
    color: #fff;
}

.pano-head .userinfo-box .details .bluebg {
    background: #489eff;
    color: #fff;
}

.pano-head .userinfo-box .details .orgbg {
    background: #ee7000;
    color: #fff;
}

.pano-head .userinfo-box .details .blue2bg {
    background: #5b73c6;
    color: #fff;
}

.pano-head .userinfo-box .exit {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.pano-head .userinfo-box .exit a {
    height: 44px;
    display: block;
    line-height: 44px;
    text-align: center;
    width: 100%
}

.pano-head .userinfo-box .exit span {
    cursor: pointer;
    color: #999
}

.pano-head .userinfo-box .exit span:hover {
    color: #ff8d1c
}

.pano-head .logined:hover .userinfo-box {
    display: block;
    z-index: 999
}


.user_warp {
    box-sizing: border-box;
    margin-top: 16px
}

.user_warp .user_header {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.header_left {}

.header_left .header_left_cont {
    margin-top: 20px
}

.header_left .header_left_cont .left_info {
    width: 270px;
}

.header_left .left_avatar {
    width: 80px;
    height: 80px;
    margin: 0 15px 0 7px;
    position: relative;
}

.header_left .left_avatar .icon-sytviphg {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/sheyitong/icon-sythg.png) center no-repeat;
}

.header_left .left_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.left_info .left_info_name {
    margin-bottom: 5px;
    display: flex;
    align-items: normal;
    white-space: nowrap;
    line-height: 24px;
    position: relative;
}

.left_info .left_info_name a:first-child {
    max-width: 86px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.left_info .left_info_name a {
    display: block;
}

.left_info .left_info_name a.endtime {
    margin-left: 2px;
    cursor: default;
}

left_info .left_info_name .endtime:hover {
    color: #999
}

.img-designer .details .signature {
    width: 180px;
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    height: 24px
}

.left_info .left_info_name .addvip {
    width: 70px;
    line-height: 24px;
    border-radius: 12px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 30px;
    background: #fff;
    color: #e70;
    border: 1px solid #e70;
    font-size: 12px;
}

.left_info .left_info_name .addvip:hover {
    background: #e70;
    color: #fff;
    border: 1px solid #e70;
}

.left_info .left_info_addcapacity {
    position: relative;
    line-height: 20px;
}

.left_info .left_info_addcapacity .addcapacity {
    position: absolute;
    right: 35px;
    top: 0;
    color: #e70;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}


.header_center {
    width: 466px;
    box-sizing: border-box;
    border-left: 1px solid #F5F5F5;
    padding-left: 30px;
    position: relative;
}

.header_center .heaer_subtit {
    color: #333;
    font-size: 14px;
}

.header_center .header_cont {
    display: flex;
    align-items: center;
    padding-top: 21px;
    box-sizing: border-box;
}

.header_center .c_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 15px;
}

.header_center .c_item .c_top {
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.header_center .c_item .c_bottom {
    font-size: 14px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 14px;
    margin-top: 18px;
}

.header_center .c_more {
    width: 100px;
    height: 26px;
    display: block;
    border-radius: 26px;
    color: #e70;
    padding: 0;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_center .c_more:hover {
    text-decoration: underline;
}

.header_center .c_more .fa {
    position: absolute;
    right: 12px;
    font-size: 18px;
    line-height: 60px;
    top: -17px;
}


.header_right {
    width:280px;
    box-sizing: border-box;
    border-left: 1px solid #F5F5F5;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.header_right .btn {
    display: block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    margin-right: 10px;
}
.header_right .btn:nth-child(2n) {
    margin-right: 0;
}
.header_right .btn-blue22{
    border: 1px solid #1C1D7A;
    background: transparent;
    color: #1C1D7A;
}
.header_right .btn-blue22:hover {
    background:  #1C1D7A;
    color: #fff;
}
.user_warp .user_adv {
    width: 100%;
    height: 140px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 13px;
    box-sizing: border-box;
}

.user_adv .user_adv_a {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/sheyitong/pic1.png") center no-repeat;
    background-size: 100%;
}

.user_warp .user_record {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 30px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.user_warp .user_record .r_title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    margin-bottom: 20px;
}

.user_warp .user_record .r_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_warp .user_record .r_list .move_download a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 14px;
    height: 14px;
}

.user_warp .user_record .r_list .move_download a:hover {
    color: #EF972B;
}

.user_warp .user_record .r_list .r_item_warp {
    display: flex;
    align-items: center;
}

.user_warp .user_record .r_list .r_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 30px;
    cursor: pointer;
}

.user_warp .user_record .r_list .r_item span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 14px;
    display: block;
    margin-bottom: 7px;
}

.user_warp .user_record .r_list .r_item i {
    width: 55%;
    height: 2px;
    border-radius: 1px;
    display: block;
}

.user_warp .user_record .r_list .r_item.active span {
    color: rgba(31, 45, 84, 1);
}

.user_warp .user_record .r_list .r_item.active i {
    background: rgba(31, 45, 84, 1);
}

.notice {
    width: 100%;
    box-sizing: border-box;
    ;
}

.notice .notice-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice .notice-main .notice-left {
    width: 918px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 23px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    margin-bottom: 10px;
}

.notice .icon-notice {
    display: block;
    width: 30px;
    height: 20px;
    margin-right: 8px;
    background: url("../images/vrvip/news.png") center no-repeat;
}

.notice .notice-main .notice-left .title-notice {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 50px;
    height: 20px
}

.notice .notice-main .notice-left .notice-scroll {
    height: 20px;
    overflow: hidden;
    color: #666;
    box-sizing: border-box;
    width: calc(100% - 85px);
    font-size: 14px;
    line-height: 20px
}

.notice .notice-main .notice-left .notice-scroll .n_wtxt {
    width: 100%;
    position: relative;
}

.notice .notice-main .notice-left .notice-scroll .n_wtxt p {
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice .notice-main .notice-left .n_wtxt:hover,
.notice .notice-main .notice-left .n_wtxt:hover p {
    color: #e70;
    text-decoration: underline;
}

.notice .notice-main .notice-left .n_wtxt span {
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 222;
    display: block;
    color: #999;
}

.notice .notice-main .notice-left .n_wtxt:hover span {
    color: #e70;
}

.notice-right {
    line-height: 46px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.notice-right .org {
    color: #ff7700;
    position: relative;
    text-decoration: underline;
    font-size: 14px;
    position: relative;
    line-height: 46px;
}

.notice-right:hover .org {
    cursor: pointer;
}

.notice-right .org:hover .ewm {
    display: block;
}

.notice-right .ewm {
    position: absolute;
    top: 37px;
    right: -4px;
    display: none;
    z-index: 999;
    background: #fff;
    border-radius: 2px;
}
.notice-right .ewm:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    left: 67px;
    top: -12px;
}

.notice-right .ewm .pic {
    width: 132px;
    height: 126px;
    background: url(../images/vrvip/code2.png) center center no-repeat;
    background-size: contain;
}

.newreg-left {
    width: 200px;
    border-radius: 4px;
}

.newreg-left dl dd {
    font-size: 14px;
    text-indent: 18px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
}

.newreg-left dl dd a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
}

.newreg-left dl dd:hover {
    background: #FFFAF5;
}

.newreg-left dl dd:hover a {
    color: #e70;
}

.newreg-left dl dd.active {
    background: #e70;
    color: #fff;
    padding: 0
}

.newreg-left dl dd.active a {
    color: #fff;
}

.newreg-left dl dd .icon {
    width: 30px;
    height: 50px;
    display: block;
    margin-right: 0px;
}

.icon-vr-index {
    background: url(../images/vrvip/L1.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-index {
    background: url(../images/vrvip/L1-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-index {
    background: url(../images/vrvip/L1-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-index {
    background: url(../images/vrvip/L1-sel.png) center center no-repeat;
}

.icon-vr-l2 {
    background: url(../images/vrvip/L2.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l2 {
    background: url(../images/vrvip/L2-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l2 {
    background: url(../images/vrvip/L2-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l2 {
    background: url(../images/vrvip/L2-sel.png) center center no-repeat;
}

.icon-vr-l3 {
    background: url(../images/vrvip/L3.png) center center no-repeat;
}



.icon-vr-order {
    background: url(../images/vrvip/dingdan.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-order {
    background: url(../images/vrvip/dingdan-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-order {
    background: url(../images/vrvip/dingdan-sel.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l3 {
    background: url(../images/vrvip/L3-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l3 {
    background: url(../images/vrvip/L3-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l3 {
    background: url(../images/vrvip/L3-sel.png) center center no-repeat;
}

.icon-vr-l4 {
    background: url(../images/vrvip/L4.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l4 {
    background: url(../images/vrvip/L4-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l4 {
    background: url(../images/vrvip/L4-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l4 {
    background: url(../images/vrvip/L4-sel.png) center center no-repeat;
}

.icon-vr-l5 {
    background: url(../images/vrvip/L5.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l5 {
    background: url(../images/vrvip/L5-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l5 {
    background: url(../images/vrvip/L5-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l5 {
    background: url(../images/vrvip/L5-sel.png) center center no-repeat;
}

.icon-vr-l6 {
    background: url(../images/vrvip/L6.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l6 {
    background: url(../images/vrvip/L6-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l6 {
    background: url(../images/vrvip/L6-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l6 {
    background: url(../images/vrvip/L6-sel.png) center center no-repeat;
}

.icon-vr-l7 {
    background: url(../images/vrvip/L7.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l7 {
    background: url(../images/vrvip/L7-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l7 {
    background: url(../images/vrvip/L7-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l7 {
    background: url(../images/vrvip/L7-sel.png) center center no-repeat;
}

.icon-vr-l8 {
    background: url(../images/vrvip/L8.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l8 {
    background: url(../images/vrvip/L8-hover.png) center center no-repeat;
}

.newreg-left dl dd.active .icon-vr-l8 {
    background: url(../images/vrvip/L8-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l8 {
    background: url(../images/vrvip/L8-sel.png) center center no-repeat;
}

.icon-vr-21 {
    background: url(../images/vrvip/pingmian.png) center center no-repeat;
}
.newreg-left dl dd:hover .icon-vr-21 {
    background: url(../images/vrvip/pingmian-hover.png) center center no-repeat;
}
.newreg-left dl dd.active .icon-vr-21 {
    background: url(../images/vrvip/pingmian-sel.png) center center no-repeat;
}

.icon-vr-22{background: url(../images/vrvip/buy.png) center center no-repeat;}
.newreg-left dl dd:hover .icon-vr-22 {
    background: url(../images/vrvip/buy-hover.png) center center no-repeat;
}
.newreg-left dl dd.active .icon-vr-22 {
    background: url(../images/vrvip/buy-sel.png) center center no-repeat;
}

.vr-module {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.vr-module .item {
    width: 162px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: hidden;
}

.vr-module .item:hover {
    border: 1px solid #1C1D7A;
    box-shadow: 0px 2px 20px 0px rgba(153, 153, 153, 0.1);
    border-radius: 4px;
}

.vr-module .item a {
    background: #fff url(../images/vrvip/card-bg.png) right bottom no-repeat;
    box-shadow: 0px 2px 20px 0px rgba(153, 153, 153, 0.1);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.vr-module .item h3 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.vr-module .item .pic {
    width: 50px;
    height: 80px;
}

.vr-module .item .pic1 {
    background: url(../images/vrvip/icon1.png) center no-repeat;
}

.vr-module .item .pic2 {
    background: url(../images/vrvip/icon2.png) center no-repeat;
}

.vr-module .item .pic3 {
    background: url(../images/vrvip/icon3.png) center no-repeat;
}

.vr-module .item .pic4 {
    background: url(../images/vrvip/icon4.png) center no-repeat;
}

.vr-module .item .pic5 {
    background: url(../images/vrvip/icon5.png) center no-repeat;
}

.vr-module .item .pic6 {
    background: url(../images/vrvip/icon6.png) center no-repeat;
}

.vr-module .item .pic7 {
    background: url(../images/vrvip/icon7.png) center no-repeat;
}


.user-vr-right {
    padding-bottom: 20px;
    position: relative;
    min-height: 700px;
}

.user-vr-right .info-cont-box {
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.vr-table {
    width: 100%;
    border: 0;
    margin: 0
}

.vr-info-cont-box2:after {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 1px;
    background: #ededed;
    top: 70px;
    content: " ";
}

.vr-table tr {
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}

.vr-table tr.table-top {
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    padding: 0;
    background: transparent;
}

.vr-table tr.table-top td {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    font-weight: bold;
}

.vr-table tr.table-top2 td {
    font-weight: bold;
}

.vr-table tr.table-bt td {
    padding: 30px 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: normal;
}

.vr-table tr:first-child,
.vr-table tr:last-child {
    border-bottom: 0
}

/*.vr-table tr.table-top:after { height: 0 }*/
.vr-table tr .tab-pic {
    position: relative;
}

.vr-table tr .tab-pic a {
    display: block;
    width: 100%
}

.vr-table tr .tab-pic a img {
    display: block;
    margin: 0 auto;
}

.vr-table tr .tab-pic .cover {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 48px;
    height: 48px;
    background: url(../../images/reg-new/icon_vip.png) center center no-repeat;
}

.vr-table tr .tab-pic .cover2 {
    width: 90px;
    height: 80px;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 15px;
}

.vr-table tr:hover .scenedel {
    display: block;
}

.vr-table tr .scenedel:hover {
    color: #ff8d1c;
}

.vr-table td.fc9 {
    color: #999
}

.vr-table td {
    text-align: left;
    color: #666;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    border: 0px !important
}

.vr-table td.bt {
    text-align: right;
}

.add-table {
    height: 500px;
    overflow-y: scroll;
    padding-right: 6px
}

.add-table .vr-table {
    margin: 0 auto
}

.vr-btns .btn,
.vr-model-btns .btn {
    display: inline-block;
    margin: 0 10px;
    line-height: 36px;
    min-width: 110px;
    padding: 0
}

.vr-model-btns .btn {
    width: 240px;
    line-height: 40px;
    border-radius: 20px;
}

/*.vr-btns,.model-btns { width: 100%; display: table; margin: 25px 0; text-align: center; }*/
.vr-model-infolist ul li.mgl140 {
    margin-right: 30px;
}

.vr-table tr.table-top td.text-left,
.vr-table tr td.text-left {
    text-align: left;
}

.jeui-table tr.table-top td.text-right,
.vr-table tr td.text-right {
    text-align: right;
}

.vr-table .pic {
    width: 150px;
    height: 80px;
    text-align: center;
}

.vr-table .pic img {
    max-width: 100%;
    max-height: 80px;
}

.vr-table .info {
    width: 260px;
    margin-left: 10px;
    box-sizing: border-box;
    padding-right: 20px;
}

.vr-table .details {
    margin: 10px 0;
    padding-left: 15px;
}

.vr-table .details .stit {
    display: block;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 27px;
    height: 54px;
}

.vr-table .details .name {
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

.vr-table .time {
    margin: 0 0;
    font-size: 12px;
    color: #999;
    text-align: left;
}

.vr-table .price {
    color: #333;
    line-height: 30px;
    position: relative;
}

.vr-table .price .c_name {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    height: 30px;
    line-height: 30px;
}

.vr-table tr td .checked {
    width: 40px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url(https://res1.justeasy.cn/images/quanjing/checked.png) 0px center no-repeat;
}

.vr-table tr td .checked-h {
    width: 40px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/reg-new/checked.png) 0 center no-repeat;
}

.vr-table tr td .pic-2 {
    position: relative;
    width: 80px;
    height: 80px;
}

.vr-table tr td .pic .edit {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.vr-table tr td .pic:hover .edit {
    display: block;
}

.vr-table tr td .personal-visible-checked {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 6px;
    cursor: pointer;
}

.vr-table tr td .personal-visible-checked .v-checked {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    position: relative;
    background: url(https://res1.justeasy.cn/images/quanjing/checked.png) center no-repeat;
    background-size: 12px;
    margin-right: 7px;
}

.vr-table tr td .personal-visible-checked .personal-text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 12px;
    height: 12px;
}

.vr-table tr td .personal-visible-checked.active .personal-text {
    color: #666;
}

.vr-table tr td .personal-visible-checked.active .v-checked {
    background-image: url(../images/vrvip/box-sel.png);
}

.vr-table tr td .personal-visible-checked .stxt-h {
    position: relative;
    cursor: pointer;
}

.vr-table tr td .personal-visible-checked .icon-question-circle {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/vrvip/ask.png) center no-repeat;
    display: block;
}

.vr-table tr td .personal-visible-checked .stxt-h:hover .icon-question-circle {
    background: url(../images/vrvip/ask-sel.png) center no-repeat;
}

.vr-table td .name {
    text-align: left;
}

.vr-table tr td .personal-visible-checked .stxt-s-top {
    font-size: 12px;
    color: #666;
    position: absolute;
    left: -40px;
    top: -64px;
    width: 162px;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, .2);
    box-shadow: 0 0 4px rgba(51, 51, 51, .2);
    cursor: pointer;
    display: none;
    line-height: 20px;
    text-align: left;
}

.vr-table tr td .personal-visible-checked .stxt-s-top:before {
    left: 43px;
    top: 56px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .2));
}

.vr-table .edit-sbox a {
    margin: 0 15px 15px 0;
}

.vr-table .edit-sbox2 a {
    margin: 0 15px 0px 0;
}

.vr-table .edit-sbox a.pr36 {
    padding-right: 46px;
    box-sizing: border-box;
}

.vr-table .edit-sbox .icon-switch,
.vr-table .edit-sbox .icon-switch2 {
    right: -2px;
}

.vr-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.vr-tit h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.vr-tit h3 span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.btn-upvideo {
    height: 36px;
    line-height: 36px;
    width: 160px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e70;
    border: 1px solid #e70;
    font-size: 14px;
    background: #fff
}

.btn-upvideo:hover {
    color: #fff;
    background: #e70;
}

.qrcode {
    width: 100%
}

.qrcode .pic-img {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.qrcode .pic-img img {
    max-width: 100%;
    max-height: 100%
}

.vr-tit .more {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.vr-tit .more .fa {
    font-size: 16px;
}

.vr-tit .more:hover {
    color: #e70;
}

.vr-newreg-right {
    width: 990px;
}

.icon-switch2 {
    width: 44px;
    height: 24px;
    top: 0;
    background: url(../images/vrvip/off-z.png) center no-repeat;
}

.icon-switch {
    background: url(../images/vrvip/off.png) center no-repeat;
    top: 0;
    width: 44px;
    height: 24px;
}

.active .icon-switch {
    background: url(../images/vrvip/on.png) center no-repeat;
}

.active .icon-switch2 {
    background: url(../images/vrvip/on-En.png) center no-repeat;
}

.vr-boxc {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}

.vr-boxc .new_edition{position: absolute; top:10px;right:20px;}
.vr-boxc .new_edition a{display: inline-block;width: 108px; height: 30px;border: 1px solid #EE7700; border-radius: 16px;
    text-align: center;transition: all .2s;line-height: 29px;color: #EE7700;}
.vr-boxc .new_edition a .icon{display: inline-block;display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/vr-new/old_histry.png) no-repeat;
    vertical-align: bottom;}
.vr-boxc .new_edition a .texts{display: inline-block;}
.vr-boxc .new_edition a:hover{background: #f25510; border-color: #f25510; color: #fff;}
.vr-boxc .new_edition a:hover .icon{    background: url(../images/vr-new/old_histry_h.png) no-repeat;}
.vr-boxc2 {
    padding: 0 20px 34px 20px;
}

.vr-boxc .regtitle-tab {
    border-bottom: 0px;
}

.user-px .select {
    background: #fff url(../../images/quanjing/down.png) 110px center no-repeat;
}

.regtitle-tab {
    padding: 0 7px;
    box-sizing: border-box;
}

.regtitle-tab ul {
    margin-left: 7px;
}

.regtitle-tab ul li {
    line-height: 40px;
    margin-left: 0px;
    margin-right: 30px;
}

.regtitle-tab ul li a {
    color: #999;
}

.regtitle-tab ul li a:hover {
   color:  #999
}

.regtitle-tab ul li.active a {
    color: #333;
}

.user-px .select {
    background: #fff url(../images/vrvip/arrow-down.png) 150px center no-repeat;
    border: 1px solid #ededed;
    border-radius: 4px;
    width: 180px;
}

.user-px .select:hover {
    border: 1px solid #BDBDBD;
}

.user-px .search-box .icon-seach {
    background: url(../images/vrvip/search.png) center no-repeat;
}

.user-px .search-box {
    color: 1px solid #ededed;
}

.user-px .search-box:hover {
    border: 1px solid #BDBDBD;
}

.operation {
    margin-bottom: 0
}

.operation ul .item1 {
    padding-left: 20px;
    background: url(../images/vrvip/box.png) 0px center no-repeat;
    width: auto;
    color: #666
}

/*.operation ul .item1:hover { background: url(../images/vrvip/box-hover.png) 0px center no-repeat;  }*/
.operation ul .item1:hover {
    color: #666;
}

.operation ul .active1 {
    background: url(../images/reg-new/checked.png) 0px center no-repeat;
    color: #e70;
}

.operation ul .active1:hover {
    color: #e70;
}

.operation ul li {
    display: flex;
    justify-content: flex-start;
    color: #666;
}

.operation .jeui-btn {
    width: auto;
}

.operation ul li {
    margin: 0 40px 0 0;
}

.operation ul li .icon {
    width: 24px;
    height: 36px;
    margin-right: 7px;
}

.icon-move {
    background: url(../images/vrvip/move.png) 0 center no-repeat;
}

.operation ul li .icon-switch-gg {
    width: 44px;
    background: url(../images/vrvip/on2.png) 0 center no-repeat;
}

.operation ul li .icon-switch-gg2 {
    width: 44px;
    background: url(../images/vrvip/on.png) 0 center no-repeat;
}

.operation ul li .icon-switch-default {
    width: 44px;
    background: url(../images/vrvip/off2.png) 0 center no-repeat;
}

.operation ul li:hover .icon-move {
    background: url(../images/vrvip/move-sel.png) 0 center no-repeat;
}

.operation ul li:hover {
    color: #e70
}

.icon-del {
    background: url(../images/vrvip/delete.png) 0 center no-repeat;
}

.operation ul li:hover .icon-del {
    background: url(../images/vrvip/delete-sel.png) 0 center no-repeat;
}

.icon-manage {
    background: url(../images/vrvip/work.png) 0 center no-repeat;
}

.operation ul li:hover .icon-manage {
    background: url(../images/vrvip/work-sel.png) 0 center no-repeat;
}

.operation ul li a {
    display: block;
    color: #666;
    display: flex;
    justify-content: flex-start;
    color: #666;
}

.operation ul li:hover a {
    display: flex;
    justify-content: flex-start;
    color: #e70
}

.icon-recycling {
    background: url(../images/vrvip/Recycle.png) 0 center no-repeat;
}

.operation ul li:hover .icon-recycling {
    background: url(../images/vrvip/Recycle-sel.png) 0 center no-repeat;
}

.operation ul li.set-list-warp {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    width: auto;
}

.set-list-warp .set-list-msg {
    width: auto;
}

.set-list-warp .set-list-msg i {
    width: 24px;
    height: 36px;
    margin-right: 7px;
    background: url(../images/vrvip/set.png) 0 center no-repeat;
}

.operation ul li.set-list-warp:hover .icon-list-set {
    background: url(../images/vrvip/set-sel.png) 0 center no-repeat;
}

.set-list-warp.active .set-list-msg .icon-list-set {
    background: url(../images/vrvip/set-sel.png) 0 center no-repeat;
}

.operation ul li.set-list-warp:hover p {
    color: #e70
}


.btn-export {
    display: block;
    width: 160px;
    line-height: 36px;
    text-align: center;
    color: #e70;
    border: 1px solid #e70;
    margin-top: 8px;
    background: #fff;
    color: #EE7700;
    cursor: pointer;
    border-radius: 18px;
    margin-bottom: 10px;
}

.btn-export:hover {
    background: #e70;
    color: #fff;
}

.select-vr2 {
    width: 100%;
    background: #F5F5F5;
    border-radius: 4px;
    border: 0px;
    padding: 0 0 18px 30px;
    box-sizing: border-box;
}

.select-vr2 .select-vr-cont {
    background: transparent;
    padding: 0
}

.select-vr-head .btn {
    margin-right: 0
}

.select-vr-cont ul li {
    width: 170px;
    height: 210px;
}

.select-vr-cont ul li .vr-pic-s {
    width: 100%;
    height: 170px;
}

.select-vr-cont ul li h3 {
    color: #333;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

/*.select-vr-top .webuploader-pick {}*/
.webuploader-pick {
    background: #fff;
    border: 1px solid #EE7700;
    color: #FF8D1C;
    line-height: 36px;
    color: #FF8D1C;
    border-radius: 18px;
    width: 180px;
    height: 36px;
    position: relative;
    overflow: unset;
}

.webuploader-pick span {
    display: none;
    position: absolute;
    left: 0;
    color: #999;
    font-size: 12px;
    width: 180px;
    color: #999;
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 36px;
    line-height: 30px;
}

.select-vr-top .webuploader-pick-hover span {
    display: block;
}

.select-vr-top .webuploader-pick-hover {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #fff;
    line-height: 36px
}

.select-vr-top .webuploader-pick p {
    display: none;
}

.select-vr-top .webuploader-pick-hover p {
    color: #999;
    font-size: 12px;
    width: 180px;
    color: #999;
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 42px;
    line-height: 18px;
    display: block;
}

.select-vr-top .webuploader-pick-hover p span {
    color: #e70;
    color: #e70;
    position: relative;
    display: inline-block;
    width: auto;
    top: 0;
    left: 0;
}

.select-vr-top .webuploader-pick-hover p span.org {
    line-height: 18px;
}



.select-vr2 .select-vr-top {
    background: transparent;
    box-sizing: border-box;
    padding: 20px 0px;
    box-sizing: border-box;
}

.select-vr20216 .select-vr-top {
    padding-bottom: 35px;
}

.select-vr-top .btn {
    border: 1px solid #EE7700;
    border-radius: 18px;
    width: 180px;
    background: #fff;
    color: #EE7700;
    position: relative;
}

.select-vr-top .btn:hover {
    color: #fff;
    border-color: #FF8D1C;
    background: #FF8D1C;
}

.select-vr-top .btn-org {
    color: #fff;
    border-color: #FF8D1C;
    background: #FF8D1C;
}

.select-vr-top .btn p {
    display: none;
    color: #999;
    font-size: 12px;
    width: 180px;
    color: #999;
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 42px;
    line-height: 18px;
}

/*.select-vr-top .btn p { top: 42px;line-height: 18px; }*/
.select-vr-top .btn:hover p {
    display: block;
}

.select-vr-top .btn-org p {
    display: block;
    color: #999;
    font-size: 12px;
    width: 180px;
    color: #999;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 42px;
    line-height: 18px;
}

.select-vr-top .btn-org p span {
    color: #e70;
    color: #e70;
    position: relative;
    display: inline-block;
    width: auto;
    top: 0;
    left: 0;
}

.select-vr-top .btn-org p span.org {
    line-height: 18px;
}

.select-vr-cont ul li .delete-icon {
    width: 40px;
    height: 40px;
    background: url(../images/vrvip/corner-delete.png) center center no-repeat;
    font-size: 0;
    padding: 0;
}

.select-vr-cont ul li .delete-icon:hover {
    background: url(../images/vrvip/corner-delete-sel.png) center center no-repeat;
}

.h-tit {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #999;
    margin: 20px 0 30px 0;
}

.h-tit .fa {
    font-size: 14px;
}

.h-tit span {
    color: #333;
}

.h-tit a {
    color: #e70
}

.h-tit a:hover {
    color: #e70;
}

.p-right {
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 14px;
}

.go-tips {
    color: #333;
    cursor: pointer;
}

.p-right:hover,
.go-tips:hover {
    color: #999;
}

.p-right span,
.go-tips span {
    color: #ff8d1c;
    cursor: pointer;
}

.p-right span:hover,
.p-right:hover span,
.go-tips span:hover,
.go-tips:hover span {
    text-decoration: underline;
    color: #e70
}

.vr-model-infolist {
    padding: 0;
}

.vr-model-infolist ul li .stxt {
    min-width: 80px;
}

.text {
    border: 1px solid #ededed;
    border-radius: 4px;
}

.vr-model-infolist ul li .inputbox .text {
    width: 372px;
}

.vr-model-infolist ul li .text:hover {
    border: 1px solid #BDBDBD
}

.vr-model-infolist ul li .inputbox select,
.user-px .select,
select,
.selectbox {
    border: 1px solid #ededed;
    border-radius: 4px;
    width: 180px;
    color: #333;
    background: #fff url(../images/vrvip/arrow-down.png) 150px center no-repeat;
    margin-right: 10px;
}

.vr-model-infolist ul li .inputbox select:hover,
.user-px .select:hover,
.select:hover,
.selectbox:hover {
    border: 1px solid #BDBDBD;
    color: #333;
}

.vr-model-infolist .history-btn,
.vr-model-infolist .history-btn2 {
    border-radius: 18px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ededed;
    color: #999;
    box-sizing: border-box;
    right: 0;
    width: 120px;
    left: 140px;
    bottom: 0;
}

.vr-model-infolist .history-btn:hover {
    border: 1px solid #8e9192;
    color: #333
}

.btn_phones {
    border-radius: 18px;
    background: #EDEDED;
    color: #666;
    display: flex;
    width: 120px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    border: 0
}

.btn_water,
.btn_gray2 {
    border-radius: 18px;
    background: #EDEDED;
    color: #666;
    display: flex;
    width: 120px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    border: 0
}

.btn_water:hover,
.btn_phones:hover,
.btn_gray2:hover {
    background: #8e9192;
    color: #fff;
}

.w428 {
    width: 428px;
}

.vr-model-infolist .water_box {
    width: 85px;
    position: relative;
    height: 132px;
}

.vr-model-infolist .water_box .pic-img {
    position: relative;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    margin-bottom: 10px;
}

.del_water {
    position: absolute;
    z-index: 2;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: url(../images/vrvip/corner-delete.png);
    text-align: right;
    width: 40px;
    height: 40px;
    line-height: 20px;
    left: 45px;
    font-size: 0;
    top: 45px;
}

.del_water:hover {
    background: url(../images/vrvip/corner-delete-sel.png);
}

.vr-m700 {
    min-height: 700px;
}

.jeui-showbox530 .details6 .fafangjindian {
    width: 174px
}

.password_forget {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.password_forget p {
    margin-right: 10px;
    color: #333;
    font-size: 14px;
}

.password_forget .forget {
    margin-left: 10px;
    font-size: 12px;
    color: #999
}

.password_forget .forget:hover {
    text-decoration: underline;
    color: #e70;
}

.password_forget .fafangjindian:hover {
    color: #333;
    border: 1px solid #BDBDBD
}

.vr-model-infolist .water_box:hover .del_water {
    display: block;
    cursor: pointer
}

.up-tips {
    line-height: 20px;
    margin-top: 4px;
}

.t_underline {
    text-decoration: underline;
}

.vr-model-infolist ul li .vr_l_text {
    width: 1120px !important;
    min-height: 72px;
}

.vr-model-infolist ul li .vr_l_text2 {
    width: 845px !important;
    min-height: 72px;
}

.vr-model-infolist {
    margin: 0;
    border-bottom: 0;
}

.vr-fl {
    margin-right: 30px;
}

.vr-tbtm {
    color: #999;
    font-size: 12px;
}

.img-1200 a {
    width: 1200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-1200 a img {
    ax-width: 100%;
    height: 100%;
    display: block;
}

.relative {
    position: relative;
}

.historylogo .vr_histroy_sy {
    min-height: 200px;
    height: 200px;
    background: transparent;
}

#historylogo_type2 {
    padding: 0;
}

.historylogo .vr_histroy_sy ul {
    height: 200px;
}

.historylogo .vr_histroy_sy ul li {
    width: 120px;
    height: 32px;
    box-sizing: border-box;
}

.historylogo .vr_histroy_sy ul li .vr-pic-s {
    width: 118px;
    height: 30px;
}

.historylogo .vr_histroy_sy ul li .vr-pic-s img {
    width: 118px;
    height: 30px;
}

.historylogo .select-vr-cont ul li:nth-child(4n) {
    margin-right: 0
}


body .layui-tip2 .layui-layer-content {
    background: #f5f5f542
}

.c_vr_text {
    color: #999;
    font-size: 12px;
}

.user-px .data-search {
    width: 90px;
    line-height: 36px;
    border: 1px solid #e70;
    color: #e70;
    border: 1px solid #e70;
    border-radius: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 36px;
    margin-left: 16px;
}

.user-px .data-search:hover {
    background: #e70;
    color: #fff;
}

.date-text {
    background: #FFFFFF url(../images/vrvip/calendar-sel.png) 130px center no-repeat;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    width: 160px;
    color: #999999;
    cursor: pointer;
}

.date-text:hover {
    border: 1px solid #BDBDBD;
    color: #333;
}

.btn-go-pages {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3;
    color: #666;
}

.btn-go-pages:hover {
    color: #e70;
}

.btn-vr-gray,
.user-px .btn-vr-gray {
    width: 140px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 18px;
    line-height: 36px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #999;
    font-size: 14px;
}

.btn-vr-gray:hover,
.user-px .btn-vr-gray:hover {
    color: #333;
    border: 1px solid #BDBDBD
}

.regtitle-tab ul li.active:after {
    height: 2px;
    bottom: 4px;
}

.user-px {
    margin-top: 2px;
}

.tips-org {
    color: #e70;
}

.reset_password {
    padding-top: 30px;
    box-sizing: border-box;
}

.reset_password ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
}

.reset_password ul li span {
    width: 160px;
    color: #333;
    line-height: 40px;
    height: 40px;
    text-align: right;
    margin-right: 10px;
}

.reset_password ul li .text1 {
    width: 244px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.reset_password ul li .text1 .btn-yzm {
    border: 0;
    width: 100px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
    color: #e70;
}

.reset_password ul li .text1 .btn-yzm-sel {
    color: #999;
    cursor: default;
}




.reset_password ul li .text1 .phone {
    width: 144px;
    border: 0;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.reset_password ul li .text1:hover {
    border: 1px solid #BDBDBD;
    color: #333;
}

.reset_password ul li.last {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.reset_password ul li .btn {
    width: 140px;
    line-height: 36px;
    color: #fff;
    background: #FF8D1C;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset_password ul li .btn:hover {
    background: #e70;
}

.vr-music-check {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
}

.vr-music-check .pdelete {
    color: #666;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.vr-music-check .pdelete .icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.vr-music-check .pdelete:hover {
    color: #e70;
}

.vr-music-check .pdelete:hover .icon {
    background: url(../images/vrvip/delete-sel.png) 0 center no-repeat
}

.musiclist1 {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1500px) {
    .notice-right .ewm {
        position: absolute;
        top: -10px;
        right: -137px;
        display: none;
        z-index: 999;
    }
.notice-right .ewm:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;
    border-right: 6px solid #fff;
    left: -11px;
    top: 28px;
}
    .notice-right .ewm .pic {
        width: 132px;
        height: 126px;
        background: url(../images/vrvip/code.png) center center no-repeat;
        background-size: contain;
    }
}

/*
*end
*/













































/*banner*/
.flexslider {
    margin: 0px auto 30px;
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
    zoom: 1;
    background: #f5f5f5;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flexslider .slides li a {
    width: 100%;
    height: 670px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.flexslider .slides li a img {
    width: 100%;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 10px;
}

.flex-control-paging li a {
    float: left;
    width: 100px;
    height: 80px;
    border: 2px solid transparent;
    cursor: pointer;
    display: block;
    overflow: hidden;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    border: 2px solid #ff621d;
}

.flex-control-paging li img {
    width: 100%;
    height: 100%
}

.index-middle {
    /* margin:30px auto;*/
}

.index-middle .left {
    width: 910px;
}

.index-middle .right {
    width: 260px;
    height: 808px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 4px 15px;
}

.index-middle .right h3 {
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    line-height: 32px;
}

.index-middle .right h3 span {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 1px solid #e70;
    font-size: 16px;
    color: #e70
}

.news-hot-btn {
    width: 100%;
    display: table;
    margin: 60px auto;
    text-align: center;
}

.news-hot-btn .btn-org2 {
    background: #f18112;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 30px
}

.news-hot-btn .btn-org2:hover {
    background: #eb7908;
    color: #fff;
}

h3.title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 42px;
}

h3.title span {
    font: normal 24px/36px "Microsoft YaHei";
    border-bottom: 3px solid #8a8a8a;
    display: inline-block;
    padding-bottom: 5px;
    color: #333
}

.news {
    display: table;
}

.news ul li.list {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.news .pic {
    width: 300px;
    height: 170px;
    margin-right: 30px;
}

.news .pic a {
    width: 300px;
    height: 170px;
    display: block;
}

.news .pic-b {
    width: 450px;
    height: 170px;
    margin-right: 30px;
}

.news .pic-b a {
    width: 450px;
    height: 170px;
    display: block;
}

.news h3 {
    font: normal 24px/36px "Microsoft YaHei";
    color: #333;
}

.news .txt {
    margin: 10px 0;
    height: 72px;
    color: #666
}

.news .txt a {
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .details {
    width: 100%;
    margin-top: 25px;
}

.news .details ul li {
    float: left;
    margin-right: 40px;
    color: #999
}

a.btn-release {
    width: 100%;
    height: 120px;
    color: #de4f3e;
    background: #f8dcd0;
    display: block;
    font: normal 30px/120px "Microsoft YaHei";
    text-align: center;
    margin-bottom: 10px;
}

a.btn-release:hover {
    background: #f7cab6
}

.news .details ul li.fr {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.news .details ul li .icon-ll-vr {
    background: url(../images/new/icon-ll-vr.png) left center no-repeat;
    padding-left: 28px;
}

.news .details ul li .icon-ly-vr {
    background: url(../images/new/icon-ly-vr.png) left center no-repeat;
    padding-left: 28px;
}

.news-hot {
    width: 238px;
    height: 570px;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.news-hot ul li {
    background: url(/images/icon-dot1.png) left center no-repeat;
    ;
    font-size: 12px;
    width: 100%;
    display: table;
}

.news-hot ul li a {
    line-height: 30px;
    font-size: 12px;
    color: #e70;
}

.news-hot .name {
    color: #333;
    width: 60px;
    display: block;
    float: left;
}

.news-hot .zp {
    color: #e70;
    width: 120px;
    display: block;
    float: left;
}

.news-hot .time {
    color: #666;
    line-height: 30px;
    font-size: 12px
}

.index-title {
    padding-top: 10px;
    box-sizing: border-box;
}

.index-title h3,
.index-title .yun-detials {
    width: 100%;
    text-align: center;
    position: relative;
}

.index-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 44px;
}

.index-title .yun-detials p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.index-title .yun-detials .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    background: url(../images/quanjing/arrow.png) right center no-repeat;
    width: 80px;
}

.index-title .yun-detials .more a {
    color: #999;
}

.index-title .yun-detials .more:hover {
    background: url(../images/quanjing/arrow-sel.png) right center no-repeat;
}

.index-title .yun-detials .more:hover a {
    color: #1C1D7A;
}

.index-title .yun-detials {
    margin-bottom: 20px;
}

.index-title .submenu {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-title .submenu li {
    width: 110px;
    cursor: pointer;
    line-height: 20px;
    color: #333;
    font-size: 18px;
}

.index-title .submenu li.active {
    color: #1C1D7A;
}

.index-title .submenu li:first-child {
    border-right: 1px solid #E0E0E0
}


.menu ul li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

.menu ul li a {
    font-size: 16px;
    color: #666
}

.menu ul>li+li:before {
    padding: 0 10px 0 0;
    color: #cfcfcf;
    content: "/";
    font-size: 12px;
}

.menu ul li a:hover,
.menu ul li.active2 a {
    color: #e70 !important;
}

.menu-tab {
    display: table;
    margin-bottom: 10px;
    margin-top: 10px
}

.menu-tab ul li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    font: normal 16px/36px "Microsoft YaHei";
    color: #666
}

.menu-tab ul li.active {
    color: #f48619
}


.noafter .panolist li.list:after {
    display: none;
}

.noafter .panolist li.list:hover:after {
    background-color: #0a0a0d;
    width: 100%;
    opacity: 0;
}

.red {
    color: #ff3030;
    border-bottom-color: #de4f3e
}

.gray {
    color: #f5bb90;
}

.pink {
    color: #ff5a6b
}

.org:hover {
    color: #e70
}

.green {
    color: #89b524;
    border-bottom-color: #89b524
}

.blue {
    color: #04a6b5;
    border-bottom-color: #04a6b5
}

.blue1 {
    color: #1b9cd5;
    border-bottom-color: #1b9cd5
}

.red-active .active,
.red-active .active a {
    color: #de4f3e !important;
    border-bottom: 3px solid #de4f3e;
    padding-bottom: 5px;
}

.red-active .active2,
.red-active .active2 a {
    color: #de4f3e !important;
}

.org-active .active,
.org-active .active a {
    color: #f16f0b !important;
    border-bottom: 3px solid #f16f0b;
    padding-bottom: 5px;
}

.org-active .active span {
    border-bottom: 3px solid #f16f0b;
    display: inline-block;
}

.org-active .active2,
.org-active .active2 a {
    color: #f16f0b !important;
}

.green-active .active,
.green-active .active a {
    color: #89b524 !important;
    border-bottom: 3px solid #89b524;
    padding-bottom: 5px;
}

.green-active .active span {
    border-bottom: 3px solid #89b524;
    display: inline-block;
}

.green-active .active2,
.green-active .active2 a {
    color: #89b524 !important;
}

.blue-active .active,
.blue-active .active a {
    color: #04a6b5 !important;
}

.blue-active .active {
    border-bottom: 3px solid #04a6b5;
    padding-bottom: 5px;
    display: inline-block;
}

.blue1-active .active,
.blue1-active .active a {
    color: #1b9cd5 !important;
}

.blue1-active .active {
    border-bottom: 3px solid #1b9cd5;
    padding-bottom: 5px;
    display: inline-block;
}

.menu .submenu li {
    margin-right: 10px;
}

.menu .submenu li a {
    line-height: 30px;
}

.picture ul li .weixin {
    cursor: pointer;
    margin-top: 5px
}

.picture ul li.list {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
}

.picture .pic {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: url(/public/images/vrimages/icon-d.png) no-repeat;
    background-position: center;
}

.picture .pic a {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
}

.picture .pic a img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.picture .pic a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.picture h3 {
    font: bold 16px/36px "Microsoft YaHei";
    width: 265px;
    margin: 0 auto;
    height: 36px;
}

.picture .details {
    display: table;
    width: 265px;
    margin: 0 auto;
}

.picture .details ul li {
    width: 90px;
    float: left;
    color: #999;
    padding: 0;
    margin: 0;
    padding-left: 26px;
}

.picture .details ul li.icon-vr-hot {
    background: url(../images/quanjing/hot2.png) left center no-repeat
}

.picture .details ul li.icon-vr-zan {
    background: url(../images/quanjing/zan2.png) left center no-repeat
}

.picture .details ul li i.fa {
    margin-right: 4px;
}

.picture .details ul li.list1 {
    padding-left: 0;
}



.picture .pic-bottom {
    width: 265px;
    margin: 5px auto;
    display: table;
    position: relative;
}

.picture .pic-bottom .photo {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.picture .pic-bottom .photo img {
    width: 100%
}

.picture .pic-bottom .name {
    line-height: 28px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picture .pic-bottom .wx {
    width: 29px;
    height: 29px;
}

.picture .pic-bottom .show-wx {
    position: absolute;
    right: -10px;
    top: -610px;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    width: 285px;
    height: 225px;
    padding-top: 30px;
}

/*i.icon-wx { width: 22px; height: 22px; background: url(../images/icon-vr-ewm.png) no-repeat; display: block;  }
i.icon-wx-h { width: 29px; height: 29px; background: url(../images/new/icon-ewm-vr.png) no-repeat; display: block;  }*/
.picture ul li.list:nth-child(4n) {
    margin-right: 0;
}

.designer {}

.designer ul {
    margin-left: -20px;
}

.designer li.list {
    width: 265px;
    height: 120px;
    padding: 20px 10px;
    background: #f5f5f5;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    position: relative;
}

.designer .pic {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    background: url(/public/images/vrimages/icon-x.png) no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.designer .pic a {
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
}

.designer .pic a img {
    width: 100%
}

.designer .weixin {
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.designer .show-wx {
    position: absolute;
    left: -219px;
    top: -205px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    width: 82px;
    height: 82px;
    padding: 0;
}

.designer .show-wx img {
    width: 100%
}

.designer .details ul {
    margin-left: 0
}

.weixin2 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
}

.news .info {
    float: left;
    width: 700px;
}

.designer .info h3 {
    font: normal 16px/30px "Microsoft YaHei"
}

.designer .info h3 a {
    width: 110px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.designer .identity {
    margin: 10px 0;
    color: #999;
    line-height: 18px;
    background: #6a84d9;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    font-size: 12px;
    text-align: center;
    width: 60px;
    display: inline-block;
    text-align: center;
}

.designer .identity i {
    width: 16px;
    height: 16px;
    display: inline-block;
}

i.icon-zw {
    background: url(/public/images/vrimages/icon-zw.png) center no-repeat;
}

.companys {}

.companys ul li {
    width: 385px;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
}

.companys .pic {
    width: 385px;
    height: 220px;
}

.companys .pic a {
    width: 385px;
    height: 220px;
    display: block;
    overflow: hidden;
}

.designer .details {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #666
}

.designer .details span {
    color: #ff621d;
    font-size: 16px;
}

.footer-wrapper {
    clear: both;
    background: #2d3236;
}

.footer {
    width: 1200px;
    margin: 0px auto;
    color: #fff;
    padding: 40px 0px;
    display: table;
}

.footer .logo {
    width: 110px;
    height: 76px;
    background: url(/public/images/vrimages/logo.png) center no-repeat;
    margin-right: 45px;
    margin-top: 20px;
}

.footer .logo a {
    width: '';
    height: '';
    display: block;
    text-indent: -9999px
}

.foot-left {
    width: 270px;
    border-right: 1px solid #6b7073
}

.foot-left ul li {
    width: 130px;
    float: left;
    margin-bottom: 15px;
}

.foot-left ul li a {
    font-size: 14px;
    color: #999;
    line-height: 36px;
}

.footer .foot-middle {
    padding-left: 65px;
    font-size: 14px;
    color: #999;
}

.foot-middle h3 {
    font-weight: normal;
    font-size: 16px;
}

.foot-middle .tel {
    line-height: 32px;
}

.foot-middle .lg-text {
    width: 430px;
    height: 30px;
    line-height: 30px;
    padding: 2px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin-right: 10px;
    color: #333;
}

.foot-middle .dy-btn {
    background: #ea4a4c;
    height: 30px;
    border: 1px solid #f19193;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    width: 90px;
    display: block;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.foot-middle .dy-btn:hover {
    background: #fe5a5d
}

.foot-right {
    width: 140px;
    text-align: center;
    line-height: 30px;
}

.footer-copy {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #6b6c70;
    background: #25282d;
    text-align: center;
    font-size: 14px;
}

.ny-wrapper {
    width: 1200px;
    margin: 0px auto;
    padding-top: 30px;
    min-height: 550px;
}

.top-select {
    width: 100%;
    display: table;
    padding: 10px 0;
    margin-bottom: 20px;
    background: #fff;
}

.top-select .btn-org {
    display: inline-block;
    background: #fff;
    border: 1px solid #e70;
    color: #e70;
    margin-right: 20px;
    padding: 2px 20px;
    margin-top: 5px
}

.top-select .btn-org:hover {
    background: #e70;
    color: #fff
}

.top-select .item {
    float: left;
    position: relative;
    margin-left: 20px;
}

.top-select .item h4 {
    font: normal 16px/40px "Microsoft YaHei";
    cursor: pointer;
}

.top-select .item h4.fs14 {
    font-size: 14px;
    color: #999
}

.top-select .item h4 i {
    font-size: 20px;
    color: #999;
    margin-left: 10px
}

.top-select .item .show-list {
    position: absolute;
    left: -30px;
    background: #2c3135;
    min-width: 135px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 20px 0;
    z-index: 999999999
}

.top-select-tab {
    width: 100%;
    margin: 10px auto;
    display: table;
}

.top-select-tab ul li {
    float: left;
    display: inline-block;
}

.top-select-tab ul>li+li:before {
    padding: 0 15px;
    color: #ccc;
    content: "|";
}

.top-select .item .show-list li {}

.top-select .item .show-list li a {
    color: #fff;
    line-height: 32px;
}

.top-select .item .show-list li:hover {
    background: #41474c
}

.top-select .city {
    width: 320px;
    height: 346px;
    min-height: 200px;
}

.top-select .city ul li {
    float: left;
}

.top-select .city .select-top {}

.top-select .city .select-top ul {
    width: 300px;
    padding: 0 10px;
    display: table;
    background: url(/public/images/vrimages/line.jpg) bottom repeat-x;
    height: 24px;
    overflow: hidden;
}

.top-select .city .select-top li {
    float: left;
    text-align: center;
    border: 1px solid #8d8f91;
    border-bottom: none;
    padding: 0 10px;
    margin: 0 5px;
    height: 24px;
    color: #fff;
    cursor: pointer;
}

.top-select .city .select-top li.active {
    border-bottom: 1px solid #2c3135;
    color: #ff621d;
}

.top-select .city .city-list {
    width: 300px;
    display: table;
    padding: 10px;
}

.top-select .city .city-list li {
    margin: 0 4px;
    padding: 0 !important
}

.top-select .select-top li:hover,
.top-select .city .city-list li:hover {
    background: none !important;
}

.top-select .city .city-list .list li:hover a {
    color: #ff621d
}

.top-select .city .city-list .left {
    margin-right: 10px;
    display: block;
    float: left;
    color: #fff;
    margin-top: 5px;
}

.top-select .city .city-list .list {
    width: 250px;
    float: left;
}

.cases {}

.cases .list {
    width: 385px;
    float: left;
    margin-right: 22px;
    margin-bottom: 36px;
}

.cases .list .pic {
    width: 385px;
    height: 220px;
}

.cases .list .pic a {
    width: 385px;
    height: 220px;
    display: block;
    overflow: hidden;
}

.cases .list .pic img {
    width: 100%
}

.cases .list h3 {
    font: normal 24px/36px "Microsoft YaHei";
}

.cases .list .details {
    width: 100%;
    display: table;
    margin: 5px 0 10px 0
}

.cases .list .details li {
    float: left;
    margin-right: 12px;
    color: #999
}

.cases .list .txt {
    height: 48px;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
}

.courses {}

.courses .list {
    width: 588px;
    float: left;
    margin-right: 24px;
    margin-bottom: 36px;
}

.courses .list .info {
    width: 100%;
    display: table;
    position: relative;
}

.courses .list .info .pic {
    width: 588px;
    height: 240px;
}

.courses .list .info .pic a {
    width: 588px;
    height: 240px;
    display: block;
    overflow: hidden;
}

.courses .list .info .pic img {
    width: 100%;
    height: 100%
}

.courses .list .info h3 {
    font: normal 24px/36px "Microsoft YaHei";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, .8);
    padding: 5px 20px;
}

.courses .list .details {
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    padding: 10px 20px;
    display: table;
}

.courses .list .details li {
    float: left;
    margin-right: 15px;
    color: #999;
}

.courses .list .txt {
    width: 508px;
    height: 72px;
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
}

.author {
    width: 100%;
    background: #000;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    height: 436px;
}

.author-m {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    padding: 80px 0 60px 0;
    left: 50%;
    margin-left: -600px;
    top: 0
}

.author .photo {
    width: 130px;
    height: 130px;
    margin: 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f2f2f2
}

.author .photo a {
    width: 130px;
    height: 130px;
    display: block;
    overflow: hidden;
}

.author .photo img {
    width: 100%
}

.author .name {
    font: normal 16px/32px "Microsoft YaHei";
    color: #fff
}

.author p {
    color: #999
}

.author .details {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.author .details ul li {
    display: inline-block;
    color: #666;
    margin-right: 30px;
    color: #ddd
}

.author .buttons {
    margin-top: 10px;
}

.author .buttons a {
    background: #ff621d;
    color: #fff;
    padding: 4px 30px;
    display: inline-block;
    margin: 0 20px;
    line-height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    height: 24px;
}

.author .buttons a:hover {
    background: #999;
}

.container-left {
    width: 840px;
    padding: 30px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 30px;
}

.container-left h2 {
    font: normal 24px/40px "Microsoft YaHei";
    color: #333
}

.container-left .details {
    width: 100%;
    display: table;
    color: #999;
}

.container-left .details li {
    float: left;
    margin-right: 20px;
}

.container-left .content {
    width: 100%;
    margin-top: 20px;
    color: #333;
}

.container-left .content img {
    max-width: 100%
}

.container-right {
    width: 260px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.container-right h3 {
    border-bottom: 1px solid #eee;
    font: normal 16px/32px "Microsoft YaHei";
}

.container-right h3 .more {
    line-height: 32px;
}

.container-right ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.container-right ul li:last-child {
    border-bottom: none
}

.container-right ul li h4 {
    font: normal 16px/30px "Microsoft YaHei";
    color: #333
}

.container-right ul li p {
    color: #999
}

.plane {
    z-index: 300;
    position: fixed;
    bottom: 20%;
    left: 50%;
    margin-left: 635px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff
}

.plane ul li {
    border-bottom: 1px solid #ccc;
    width: 74px;
    text-align: center;
    color: #999;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.plane ul li .hide-box {
    position: absolute;
    right: 74px;
    top: 0;
    color: #fff;
    min-width: 140px
}

.plane ul li .pic {
    width: 147px;
}

.plane ul li a {
    color: #999
}

.plane ul li a:hover {
    color: #fff
}

.hide-box {
    display: none;
}

.plane ul li .icon {
    width: 50px;
    height: 32px;
    margin: 0px auto;
    display: block;
}

.plane ul li:hover {
    background: #ff621d;
    color: #fff
}

i.icon-qq {
    background: url(/public/images/vrimages/icon-qq.png) center no-repeat;
}

.plane ul li:hover i.icon-qq {
    background: url(/public/images/vrimages/icon-qq-h.png) center no-repeat;
}

i.icon-weixin {
    background: url(/public/images/vrimages/icon-weixin.png) center no-repeat;
}

.plane ul li:hover i.icon-weixin {
    background: url(/public/images/vrimages/icon-weixin-h.png) center no-repeat;
}

i.icon-tel {
    background: url(/public/images/vrimages/icon-tel.png) center no-repeat;
}

.plane ul li:hover i.icon-tel {
    background: url(/public/images/vrimages/icon-tel-h.png) center no-repeat;
}

i.icon-up {
    background: url(/public/images/vrimages/icon-up.png) center no-repeat;
}

.plane ul li:hover i.icon-up {
    background: url(/public/images/vrimages/icon-up-h.png) center no-repeat;
}

.plane ul li .qq,
.plane ul li .tel {
    background: #ff621d;
    padding: 25px 0;
    height: 76px;
    color: #fff;
    font-size: 18px
}


.popbox img {
    display: block;
    margin: 20px auto;
}

.layui-layer-setwin a {
    background-position: 0 -40px;
    cursor: pointer;
}

.cwenzi {
    width: 100px;
}

.title .newsbest {
    float: left;
    font: normal 24px/36px "Microsoft YaHei";
    border-bottom: 3px solid #8a8a8a;
    display: inline-block;
    padding-bottom: 5px;
    color: #333;
}

.title .more {
    float: right;
    line-height: 36px;
}

.none {
    display: none;
}

.title-tab {
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 38px;
}

.title-tab ul li {
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.title-tab ul li.active {
    border-bottom: 1px solid #ff621d;
}

.upload-music {
    width: 100%;
    display: table;
    margin: 10px 0
}

.upload-music .btn-blue {
    padding: 4px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-right: 15px;
}

.music-list {
    width: 100%;
    margin-top: 20px;
    color: #333
}

.music-list ul li {
    padding: 15px 0;
    width: 100%;
    display: table;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.music-list ul li.top {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 8px 0;
}

.music-list ul li .col-2 {
    width: 55%;
    float: left;
}

.music-list ul li .col-12 {
    width: 15%;
    float: left;
}

.music-list ul li .number {
    text-align: left;
    width: 100px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.music-list ul li .song {
    float: left;
}

.music-list ul li .fa {
    font-size: 22px;
    color: #999;
    cursor: pointer;
}

.music-list ul li .fa:hover,
.music-list ul li.active .fa-headphones {
    color: #ee7700
}

.myku {
    width: 100%;
    border-bottom: 1px solid #666;
    height: 34px;
    line-height: 34px;
}

.myku li {
    float: left;
    font-size: 20px;
    margin-right: 30px;
    cursor: default;
}

.myku .active {
    color: #ee7700;
}

.valname {
    width: 320px;
    height: 35px;
}

#newcate {
    float: left;
    margin-right: 20px;
}

#newul li .active {
    border-bottom: 3px solid #ff621d;
}

.pagination {
    clear: both;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #f60;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #e70;
    cursor: default;
    background-color: #fff;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.fenye-small {
    line-height: 40px;
}

.fenye-small .pagination {
    margin: 5px 20px;
}

.fenye-small .pagination>li>a,
.pagination>li>span {
    border: 0;
    font-size: 12px;
    padding: 5px;
}

.line-through {
    text-decoration: line-through;
    color: #aaa;
}

.recharge-wrapper {
    width: 100%;
    display: table;
}

.recharge-top {
    width: 100%;
    height: 196px;
    background: url(../images/vr-czbg.png) center no-repeat
}

.recharge-cont {
    background: #fff;
    margin: -70px auto 0;
    padding: 30px 55px 60px;
    width: 1090px;
    display: table;
}

.recharge-cont .recharge-cont-fl,
.recharge-cont .recharge-cont-fr {
    width: 490px;
}

.recharge-cont .recharge-cont-fl {
    border-right: 1px solid #eee;
    padding-right: 58px;
}

.recharge-cont .stitle {
    font: bold 22px/32px "Microsoft Yahei";
    color: #666;
    text-align: center;
}

.recharge-table {
    width: 485px;
    height: 469px;
    background: url(../images/vr-table.jpg) no-repeat;
    margin-top: 20px;
    position: relative;
}

.recharge-table .circle-info {
    color: #a0a0a0;
    position: absolute;
    cursor: pointer;
    height: 50px;
}

.recharge-table .circle-info span {
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    padding: 0px 5px;
    position: absolute;
    left: 0px;
    top: 25px;
    width: 210px;
    text-align: center;
    display: none;
}

.recharge-table .box1 {
    left: 122px;
    top: 283px;
}

.recharge-table .box2 {
    left: 183px;
    top: 403px;
}

.recharge-table .circle-info:hover span {
    display: block;
}

.recharge-cont-fr .recharge-box {
    width: 100%;
}

.recharge-cont-fr .recharge-box ul li.list {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    padding: 10px 0
}

.recharge-cont-fr .recharge-box .sbox {
    width: 100%;
    margin-top: 10px
}

.recharge-cont-fr .recharge-box .sbox ul li {
    float: left;
    cursor: pointer;
}

.recharge-cont-fr .recharge-box .select1 ul li {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    width: 228px;
    margin-right: 25px
}

.recharge-cont-fr .recharge-box .select1 ul li:last-child {
    margin-right: 0
}

.recharge-cont-fr .recharge-box .select1 ul li span {
    display: block;
}

.recharge-cont-fr .recharge-box .select1 .price {
    font: normal 26px/32px "Microsoft Yahei";
    color: #666;
    margin-bottom: 2px
}

.recharge-cont-fr .recharge-box .sbox ul li.active {
    background: url(../images/icon-active-bg.png) right bottom no-repeat;
    border: 1px solid #fc3c2e
}

.recharge-cont-fr .recharge-box .sbox ul li.active .price {
    color: #fc3c2e
}

.recharge-cont-fr .recharge-box .select2 ul li {
    border: 1px solid #ddd;
    text-align: center;
    padding: 6px 30px;
    margin-right: 25px
}

.recharge-cont-fr .recharge-box .redprice {
    color: #fc3c2e;
    margin-right: 70px;
}

.recharge-cont-fr .recharge-box .redprice em {
    font: normal 26px/32px "Microsoft Yahei";
}

.recharge-cont-fr .recharge-box .btn-red {
    padding: 10px 40px;
    background: #fc3c2e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.recharge-cont-fr .recharge-box .btn-red:hover {
    background: #f03123
}

.recharge-cont-fr .recharge-box .stxt {
    font-size: 16px
}

.fc999 {
    color: #999
}


.recharge-title {
    width: 100%;
    background: #f7f7f7;
    color: #333;
    text-align: center;
    padding: 26px 0;
    font: normal 26px/32px "Microsoft Yahei"
}

.recharge-quesion {
    margin-top: 40px
}

.recharge-quesion ul li {
    width: 510px;
    float: left;
    margin: 0 50px 30px
}

.recharge-quesion ul li a:hover {
    text-decoration: underline;
}

.recharge-quesion ul li:nth-child(even) {
    float: right;
    margin-right: 0
}

.recharge-quesion ul li p {
    padding: 0 10px;
    color: #666
}

.recharge-quesion ul li h3 {
    font: normal 20px/24px "Microsoft Yahei";
    margin-bottom: 10px
}

.recharge-bottom {
    background: #f7f7f7;
    color: #666;
    width: 100%;
    padding: 8px 0
}







.searchbox-list ul li a {
    display: block;
    color: #242424;
    display: block;
    padding: 0;
    margin: 0;
    width: 100px;
}

.searchbox-list ul li {
    padding: 0;
    height: 32px;
    line-height: 32px
}

.searchbox-list ul>li:hover a {
    color: #f49213
}

.searchbox-list ul li:hover a {
    background: #f0f0f0;
}

.newpano-filter {
    width: 100%;
    margin-top: 0px
}

.newpano-filter .filter-result {
    width: 100%;
    display: table;
    border-bottom: 1px solid #E0E0E0;
    padding: 14px 0
}

.newpano-filter .filter-result ul li {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.newpano-filter .filter-result ul li a {
    display: inline-block;
    line-height: 30px;
    padding: 0 30px 0 10px;
    position: relative;
    background: #e6e6e6;
    margin-right: 2px
}

.newpano-filter .filter-result .icon-close-vr {
    position: absolute;
    right: 10px;
    top: 9px;
    background: url(../images/icon-close-ss.png) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
}

.newpano-filter .filter-result .stxt {
    width: 95px;
    display: inline-block;
    text-align: center;
}

.newpano-filter .filter-result ul li a:hover {
    background: #666;
    color: #fff
}

.newpano-filter .filter-result ul li a:hover .icon-close-vr {
    background: url(../images/icon-close-ss-h.png) no-repeat;
}

.newpano-filter .resultbox {
    width: 100%;
    display: table;
}

.newpano-filter .resultbox .select-item {
    width: 100%;
    display: table;
    border-bottom: 1px solid #E0E0E0;
    padding: 14px 0;
}

.newpano-filter .resultbox .select-item .sl-key {
    width: 95px;
    display: inline-block;
    text-align: center;
    background: #0a0a0d;
    position: relative;
    color: #fff;
    line-height: 30px;
}

.newpano-filter .resultbox .select-item .sl-key:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff
}

.newpano-filter .resultbox .select-item .sl-value {
    margin-left: 10px
}

.newpano-filter .resultbox .select-item .sl-value ul li {
    background: #E6E6E6;
    float: left;
    color: #0a0a0d;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}


.newpano-filter .resultbox .select-item .sl-value ul li.active,
.newpano-filter .resultbox .select-item .sl-value ul li:hover {
    background: #666;
    color: #fff;
}

.newpano-cont-top {
    width: 100%;
    display: table;
    margin-top: 25px;
}

.newpano-cont-top ul li {
    float: left;
    line-height: 30px;
    background: #e6e6e6;
    width: 95px;
    color: #0a0a0d;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.newpano-cont-top ul li.active {
    background: #0a0a0d;
    color: #fff;
}

.newpano-cont-top ul li.item {
    background: url(../images/new/icon-checked1.png) left center no-repeat;
}

.newpano-cont-top ul li.item-h {
    background: url(../images/new/icon-checked-h.png) left center no-repeat;
}


.newpano-list {
    width: 100%;
    display: table;
}

.newpano-list .panolist {
    margin-left: -15px;
}

.newpano-list .list {
    margin: 15px 0 15px 15px;
    float: left;
    position: relative;
    width: 285px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    height: 355px;
    border-radius: 4px;
}

.newpano-list .list:after {
    content: "";
    display: block;
    background: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    font-size: 12px;
    transition: all .6s ease 0s;
    opacity: 0;
}

.newpano-list .list:hover:after {
    background-color: #0a0a0d;
    width: 100%;
    opacity: 1;
}

.newpano-list .list .pic {
    width: 285px;
    height: 250px;
}

.newpano-list .list .pic a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.newpano-list .list .pic a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.newpano-list .list .pic a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.newpano-list .list .details {
    width: 265px;
    padding: 0 10px;
    margin-top: 5px;
}

.newpano-list .list .details h3 a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.newpano-list .list .details h3 a:hover {
    color: #1C1D7A
}

.newpano-list .list2 {
    margin: 8px 0;
}

.newpano-list .list2 .yun-item {
    color: #666;
    width: 50%;
}

.newpano-list .list1 {}

.newpano-list .list1 .yun-item:first-child {
    width: 50%
}

.newpano-list .list1 .yun-item {
    width: 20%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newpano-list .list1 .yun-item:last-child {
    width: 30%;
}

.icon-yl-vr {
    background: url(../images/icon-vr-ll.png) center no-repeat;
}

.icon-mj-vr {
    background: url(../images/icon-vr-pf.png) center no-repeat;
}

.newpano-list .list2 .yun-item .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
}

.newpano-list.list2 .yun-item span {
    float: left;
}

.newpano-list .last {
    height: 355px;
    background: url(../images/vr-listbg.png) no-repeat;
    float: left;
    /*margin:15px 0 15px 15px;*/
    width: 285px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}

.newpano-list .last h3 {
    text-align: center;
    font: bold 16px/32px "Microsoft Yahei";
    color: #1C1D7A;
    margin-bottom: 10px
}

.stxt-list-s {
    width: 265px;
    height: 335px;
    background: rgba(252, 252, 255, 0.9);
    color: #1C1D7A;
    ;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.stxt-list-s ul li {
    line-height: 20px;
    color: #1C1D7A;
    font-size: 14px;
    margin-bottom: 10px;
}

.newpano-btns {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.newpano-btns .btn-black {
    display: inline-block;
    background: none;
    border: 2px solid #000;
    color: #000;
    line-height: 30px;
    padding: 4px 40px;
}

.newpano-btns .btn-black:hover {
    background: #000
}

.newpano-btns .btn {
    display: inline-block;
    color: #fff;
    background: #1C1D7A;
    border-radius: 24px;
    color: #fff;
    line-height: 32px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    border: 0;
}






.newpano-btns .btn-black {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.newpano-btns .btn-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0a0d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;
}

.newpano-btns .btn-black:hover,
.newpano-btns .btn-black:focus,
.newpano-btns .btn-black:active {
    color: white;
}

.newpano-btns .btn-black:hover:before,
.newpano-btns .btn-black:focus:before,
.newpano-btns .btn-black:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ny-newpano {}

.breadcrumb {
    margin: 10px 0;
    color: #333;
    display: table;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #000
}

.breadcrumb li {
    float: left;
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}

.ny-newpano-cont {
    width: 100%;
    display: table;
    margin-top: 40px;
}

.ny-newpano-cont .ny-newpano-fl {
    width: 750px;
    padding-bottom: 40px
}

.ny-newpano-cont .ny-newpano-fl h3 {
    font: bold 16px/42px "Microsoft Yahei";
    text-align: center;
}

.ny-newpano-cont .ny-newpano-fl .ny-newpano-pic {
    width: 100%;
    height: 490px;
    position: relative;
}

.ny-newpano-cont .ny-newpano-fl .ny-newpano-pic img {
    width: 100%;
    height: 100%
}

.ny-newpano-details {
    margin-bottom: 10px;
    display: table;
    width: 100%
}

.ny-newpano-details ul li {
    float: left;
    margin-right: 30px;
    color: #666
}

.ny-newpano-details ul li.fr {
    float: right;
    margin-right: 0
}

.ny-newpano-cont .ny-newpano-fl .ewm {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 6px 0 6px;
    cursor: pointer;
}

.ny-newpano-cont .ny-newpano-fl .ewm i {
    color: #fff;
    font-size: 40px
}

.ny-newpano-cont .ny-newpano-fl .ewm:hover .ewm-pic {
    display: block;
}

/*
.ny-newpano-cont .ny-newpano-fl .ewm { background: rgba(0,0,0,.5); position: absolute; right: 0; bottom: 0; padding: 4px 6px 0 6px; cursor: pointer; }*/
.ny-newpano-cont .ny-newpano-fl .ewm-pic {
    width: 128px;
    height: 128px;
    background: #fff;
    padding: 6px;
    position: absolute;
    left: -150px;
    top: -106px;
    display: none;
}

.ny-newpano-cont .ny-newpano-fl .ewm-pic:after {
    width: 0;
    height: 0;
    content: "";
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    right: -12px;
    bottom: 10px
}

.ny-newpano-cont .ny-newpano-fl .ewm-pic img {
    width: 100%;
    height: 100%;
}


.ny-newpano-cont .ny-newpano-fl .info {
    background: #E6E6E6;
    width: 690px;
    padding: 20px 30px;
    margin-top: 20px;
    color: #555
}

.ny-newpano-cont .ny-newpano-fl .info h3 {
    color: #333;
    font-weight: normal;
}

.ny-newpano-cont .ny-newpano-fr {
    width: 390px;
}

.ny-newpano-user {
    width: 100%;
    display: table;
    padding-bottom: 20px;
    border-bottom: 2px solid #0a0a0d;
    margin-top: 80px
}

.ny-newpano-user .photo {
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.ny-newpano-user .name {
    font: bold 16px/32px "Microsoft Yahei";
    padding-top: 10px
}

.ny-newpano-user .photo a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.ny-newpano-user .photo a img {
    width: 100%;
    height: 100%
}


.ny-newpano-cont .ny-newpano-fr .ny-newpano-fr-info {
    margin-top: 20px
}

.ny-newpano-cont .ny-newpano-fr .ny-newpano-fr-info ul li {
    margin-bottom: 5px
}

.ny-newpano-cont .ny-newpano-fr .ny-newpano-fr-btn {
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.ny-newpano-cont .ny-newpano-fr .ny-newpano-fr-btn .btn-black {
    display: inline-block;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    line-height: 30px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.ny-newpano-cont .ny-newpano-fr .ny-newpano-fr-btn .btn-black:hover {
    background: #333333;
    color: #fff;
}

.pay-showbox {
    width: 400px;
    padding: 20px 50px;
}

.pay-showbox h3 {
    font: normal 16px/32px "Microsoft Yahei";
    border-bottom: 1px solid #0a0a0d;
    padding-bottom: 5px;
    text-align: center;
}

.pay-showbox .pay-info {
    width: 100%;
    margin-top: 20px;
}

.pay-showbox .pay-info ul > li {
    width: 100%;
    display: table;
}

.pay-showbox .pay-info ul>li .pay-way ul li {
    display: inline-block;
    margin-right: 10px;
    background: #e6e6e6;
    padding: 4px 15px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid #e6e6e6
}

.pay-showbox .pay-info ul>li .pay-way ul li.active {
    border: 1px solid #0a0a0d;
    background: url(../images/icon-pay-blackbg.png) right bottom no-repeat
}

.pay-showbox .pay-info ul>li .pay-way ul li i.icon {
    width: 26px;
    height: 22px;
    display: block;
    float: left;
}

i.icon-weixin1 {
    background: url(../images/icon-weixin-vr.png) no-repeat;
}

i.icon-zfb {
    background: url(../images/icon-zhifubao-vr.png) no-repeat;
}

i.icon-jindian {
    background: url(../images/icon-jindian.png) no-repeat;
}

.pay-showbox-btn {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

.pay-showbox-btn .btn {
    padding: 4px 0;
    background: #999;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
    width: 120px;
    display: inline-block;
    margin: 0 10px
}

.pay-showbox-btn .btn-black-s {
    background: #0a0a0d;
    color: #fff;
}


.nodata {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 100px 0 120px 0;
    background: #fff;
    border-radius: 4px;
}

.jeui-nodata {
    margin: 0 auto
}

.vr-nodata {
    padding: 20px 20px 100px 20px;
    text-align: left;
}

.layui-tip .nodata {
    padding: 0
}

/*.select-vr-head .btn-org { width: 90px; background: #FFFFFF; border: 1px solid #EE7700; border-radius: 18px;line-height: 36px;box-sizing: border-box;color: #e70;border-radius: 18px;display: flex;justify-content: center;align-items: center; }
.select-vr-head .btn-org:hover { color: #fff; }
.select-vr-head .filter-search { width: 300px; height: 36px; line-height: 36px; background: #FFFFFF; border: 1px solid #EDEDED; border-radius: 4px; } 
.select-vr-head .filter-search:hover { border: 1px solid #BDBDBD;  }
.select-vr-head .filter-search .text { width: 250px;background: transparent;border: 0;padding-left: 10px }
.select-vr-head .head-filtrate { margin-right: 230px; }
.select-vr-head .filter-search .btn-search { position: relative; }*/
.vr-select-vr-head .btn-org {
    width: 90px;
    background: #FFFFFF;
    border: 1px solid #EE7700;
    border-radius: 18px;
    line-height: 36px;
    box-sizing: border-box;
    color: #e70;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vr-select-vr-head .btn-org:hover {
    color: #fff;
}

.vr-select-vr-head .filter-search {
    width: 300px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}

.vr-select-vr-head .filter-search:hover {
    border: 1px solid #BDBDBD;
}

.vr-select-vr-head .filter-search .text {
    width: 250px;
    background: transparent;
    border: 0;
    padding-left: 10px
}

.vr-select-vr-head .head-filtrate {
    margin-right: 230px;
}

.vr-select-vr-head .filter-search .btn-search {
    position: relative;
}



.vr-logos {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0 40px;
    display: table;
    margin-top: 30px;
}

.vr-logos .logos {}

.vr-logos .logos ul {
    margin-left: -12px
}

.vr-logos .logos ul li {
    width: 230px;
    height: 80px;
    float: left;
    margin-bottom: 20px;
    margin-left: 12px;
}

.vr-logos .logos ul li a,
.vr-logos .logos ul li a img {
    width: 100%;
    height: 100%;
    display: block;
}

.vr-logos h3 {
    font: normal 26px/32px "Microsoft YaHei";
    color: #666;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.designer-new {}

.designer-new ul li.list {
    width: 1180px;
    overflow: hidden;
    display: table;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.designer-new .photo {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.designer-new .photo a,
.designer-new .photo a img {
    width: 100%;
    height: 100%;
    display: block;
}

.designer-new .designer-info-fl {
    margin-right: 15px;
}

.designer-new .designer-info-fl .btn-org-b {
    border: 1px solid #e70;
    color: #e70;
    text-align: center;
    margin-top: 20px;
    line-height: 26px;
    height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
}

.designer-new .designer-info-fl .btn-org-b:hover {
    background: #e70;
    color: #fff;
}

.designer-new .designer-info-fr .ewm3 {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.designer-new .designer-info-fr .show-wx {
    position: absolute;
    right: 62px;
    top: -242px;
    width: 82px;
    height: 82px;
}

.designer-new .designer-info-fr .show-wx img {
    width: 100%;
    height: 100%;
}


.designer-info-fr {
    width: 190px;
    height: 170px;
    position: relative;
}

.designer-info-fr ul li {
    width: 100%;
    display: table;
}

.designer-info-fr ul li .name {
    font: normal 18px/24px "Microsoft YaHei";
    color: #333;
}

.designer-info-fr ul li .name:hover {
    color: #e70
}

.designer-info-fr ul li.mt20 {
    margin-top: 10px;
}

.designer-info-fr ul li .line {
    font-size: 12px;
    color: #999;
    margin: 0 10px;
}

.designer-info-fr ul li .ellipsis {
    width: 190px;
    display: block;
}

.designer-new-fr {}

.designer-new-fr ul li {
    width: 270px;
    height: 180px;
    float: left;
    margin-left: 10px;
}

.designer-new-fr ul li a,
.designer-new-fr ul li a img {
    width: 270px;
    height: 180px;
    display: block;
    overflow: hidden;
}

.vr-footer-btn {
    width: 100%;
    height: 120px;
    background: url(../images/vr-footer-btn.png) center no-repeat;
}

.vr-footer-btn .btn {
    margin-left: 730px;
    margin-top: 40px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
}

.fc999 {
    color: #999
}

.mypanocss {
    width: 100%;
    height: 450px;
    display: table;
    background-position: center;
    background-size: 100%;
    position: relative;
}

.mypanocss .mypanocss-btn {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 24px;
}

.mypanocss .mypanocss-btn .m {
    display: block;
}

.mypanocss .mypanocss-btn .btn-panner {
    width: 90px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    border-radius: 24px;
}

.mypanocss .mypanocss-btn .btn-panner:hover {
    background: #fff;
}

.index-news {
    width: 100%;
    display: table;
}

.index-news ul li.list {
    width: 590px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(244, 244, 244, 1);
    position: relative;
    padding-left: 300px;
    box-sizing: border-box;
    height: 170px;
}

.index-news ul li.list:hover {
    box-shadow: 0px 5px 18px 0px rgba(28, 29, 122, 0.16);
}

.index-news ul li.list:nth-child(2n) {
    margin-right: 0;
}

.index-news ul li .pic {
    width: 300px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.index-news ul li .pic a,
.index-news ul li .pic a img {
    max-width: 100%;
    display: block;
}

.index-news ul li .info {
    width: 100%;
    padding: 20px 20px 2px 20px;
    box-sizing: border-box;
}

.index-news ul li .info h3 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.index-news ul li .info h3 a:hover {
    color: #1C1D7A
}

.index-news ul li .txt {
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 72px;
    font-size: 14px;
    line-height: 24px;
}

.index-news ul li .details {
    color: #999;
    margin-top: 10px;
}

.index-designer {
    background: url(../images/quanjing/index-bg.png) center center no-repeat;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.index-designer .swiper-container2 {
    width: 1312px;
    padding: 0 56px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    height: 240px;
}

.index-designer .swiper-container2 .inner-swiper-container2 {
    width: 100%;
    overflow: hidden;
}

.index-designer .swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.index-designer .swiper-container2 .swiper-slide .yun-item {
    width: 285px;
    margin-right: 20px;
    background: #fff;
    position: relative;
    padding-left: 86px;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 100px;
    cursor: pointer;
}

.index-designer .swiper-container2 .swiper-slide .yun-item:nth-child(4n) {
    margin-right: 0
}

.index-designer .yun-pic {
    position: absolute;
    top: 20px;
    left: 18px;
    z-index: 2;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    overflow: hidden;
}

.index-designer .yun-pic img {
    max-width: 100%;
}

.index-designer .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 26px;
    height: 56px;
    background: rgba(0, 0, 0, 0.2) url(../images/quanjing/right.png) center center no-repeat;
    right: -40px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 26px;
    height: 56px;
    background: rgba(0, 0, 0, 0.2) url(../images/quanjing/left.png) center center no-repeat;
    left: -40px;
}

.index-designer .yun-item .yun-details {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    padding-right: 30px;
    box-sizing: border-box;
}

.index-designer .yun-item .yun-details h3 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: left;
}

.index-designer .yun-item .yun-details .yun-btm {
    position: relative;
    width: 100%;
    padding-right: 66px;
    box-sizing: border-box;
    margin-top: 15px;
}

.index-designer .yun-item .yun-details .yun-btm .yun-hot {
    position: absolute;
    width: 48px;
    display: flex;
    justify-content: flex-start;
    background: url(../images/quanjing/hot.png) left center no-repeat;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    right: 0px;
    top: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 23px;
    box-sizing: border-box;
}

.index-designer .yun-item .yun-details .yun-btm .yun-btm-addr {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: url(../images/quanjing/adress.png) left center no-repeat;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    padding-left: 26px;
    box-sizing: border-box;
}





.vr-showbox600 {
    width: 600px;
    height: 360px;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -180px;
    z-index: 3
}

.vr-showbox600 a {
    width: 100%;
    height: 100%;
    display: block;
}

.vr-showbox600 a img {
    max-height: 100%;
    max-width: 100%
}

.vr-showbox600 .countdown {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    display: inline-block;
    padding: 4px 20px;
    position: absolute;
    right: 110px;
    top: 5px
}

.vr-showb-bg {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2
}


.mybanner {
    width: 100%;
    background: #F4F4F4;
    padding: 20px 0;
    box-sizing: border-box;
}

.mybanner .mybanner-t ul {
    position: relative;
    width: 1200px;
}

.mybanner .mybanner-t ul .yun-item {
    width: 282px;
    float: left;
    margin-right: 24px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.mybanner .mybanner-t ul .yun-item:hover {
    box-shadow: 0px 5px 18px 0px rgba(28, 29, 122, 0.16);
}

.mybanner .mybanner-t ul .yun-item:last-child {
    margin-right: 0;
}

.mybanner-t ul .yun-item .yun-pic {
    width: 100%;
    height: 130px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mybanner-t ul .yun-item .yun-pic img {
    max-width: 100%;
    max-height: 100%;
}

.mybanner-t ul .yun-item .yun-pic .yun-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
}

.mybanner-t ul .yun-item .yun-pic .yun-cover h3 {
    height: 130px;
    line-height: 130px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.mybanner-t ul .yun-item .yun-details {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.mybanner-t ul .yun-item .yun-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mybanner-t ul .yun-item .yun-btn {
    width: 110px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(28, 29, 122, 1);
    color: #1C1D7A;
    background: #fff;
    cursor: pointer;
}

.mybanner-t ul .yun-item .yun-btn:hover {
    background: #1C1D7A;
    color: #fff;
}
















.overhead {
    width: 49px;
    height: 19px;
    background: url(../images/vr_over_head.png);
    display: inline-block;
    margin-right: 10px;
}

.top-test {
    width: 100%;
    background-image: -webkit-linear-gradient(left, #fc5565 0%, #fec438 100%);
    background-image: -moz-linear-gradient(left, #fc5565 0%, #fec438 100%);
    background-image: -o-linear-gradient(left, #fc5565 0%, #fec438 100%);
    background-image: linear-gradient(left, #fc5565 0%, #fec438 100%);
}

.top-test .m {
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.top-test .m .text-close {
    margin-left: 30px;
    cursor: pointer;
}

.top-test .m .text-close .fa {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    line-height: 40px;
}

.top-img {
    width: 100%;
    height: 80px;
}

.top-img a {
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(//res1.justeasy.cn/images/christmas/christmas02.jpg) center no-repeat;
    z-index: 9;
}

.top-close {
    position: relative;
}

.icon-top-close {
    position: absolute;
    display: block;
    background: url(../images/icon-top-close.png) center no-repeat;
    width: 37px;
    height: 37px;
    z-index: 10;
    cursor: pointer;
    top: 2px;
    right: 0;
}

.icon-top-close:hover {
    background: url(../images/icon-top-close.png) center no-repeat;
}



.v-top-box {
    width: 100%;
    background: url(../images/quanjing/pc-bg.png) top center no-repeat;
    height: 1544px;
    padding-top: 456px;
    box-sizing: border-box;
}

.v-top-box2 {
    width: 1028px;
    height: 118px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../images/quanjing/kuang1-2020.png) center center no-repeat;
    padding: 26px 0 0 100px;
    box-sizing: border-box;
}

.v-top-box2 .details {
    color: #333;
    font-size: 14px;
}

.v-header {
    width: 100%;
}

.v-header h2 {
    color: #fff;
    width: 946px;
    height: 382px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../images/quanjing/banner2020.png) top center no-repeat;
}

.v-shuan11 {
    position: relative;
}

.v-shuan11 .v-get-quan {
    width: 1198px;
    height: 356px;
    margin: 0 auto;
    margin-top: 62px;
    box-sizing: border-box;
}

.v-shuan11 .v-get-quan .v-tit2 {
    font-size: 42px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.v-shuan11 .v-get-quan ul {
    width: 100%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.v-shuan11 .v-get-quan ul .item {
    width: 354px;
    height: 222px;
    background: url(../images/quanjing/shuang-b2.png) center center no-repeat;
    margin-right: 20px;
}

.v-shuan11 .v-get-quan ul .item:last-child {
    margin-right: 0;
}

.v-shuan11 .v-get-quan ul .item .btn {
    width: 200px;
    background: #2DD2F9;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.v-shuan11 .v-get-quan ul .item .btn-default2 {
    background: #BFBFBF;
    color: #fff;
    border-color: transparent;
}

.v-shuan11 .v-get-quan ul .item h5 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top: 41px;
    height: 50px;
    line-height: 50px;
}

.v-shuan11 .v-get-quan ul .item h5 span {
    font-size: 60px;
    font-weight: bold;
}

.v-shuan11 .v-get-quan ul .item .tips2 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.v-shuan11 .tips1 {
    margin-top: 30px;
}

.v-shuan11 .tips1 p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 48px;
    box-sizing: border-box;
    position: relative;
    height: 18px;
    line-height: 18px;
}

.v-shuan11 .tips1 p:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 22px;
    background: #fff;
    border-radius: 10px;
    content: " ";
    z-index: 2;
}

.v-header .sub-tit {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.v-header .sub-tit span {
    color: #ff4b4b;
    font-size: 32px;
    line-height: 40px;
    height: 40px;
}

.v-header .sub-time {
    color: #fff;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 28px;
    height: 28px;
}

.v-header ul .item {
    width: 279px;
    margin-right: 27px;
    background: #fff;
    height: 318px;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
    position: relative;
}

.v-header ul .item .icon {
    width: 36px;
    height: 100px;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 6px;
    background: url(../images/quanjing/icon-year2020.png) center bottom no-repeat;
}

.v-header ul .item h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
}

.v-header ul .item .price {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #CF2D2A;
    line-height: 32px;
    margin-top: 26px;
}

.v-header ul .item .price span {
    color: #333;
    font-size: 18px;
}

.v-header ul .item .price span.red {
    color: #CF2D2A;
}

.v-header ul .item .price2 {
    margin-top: 2px;
}

.v-header ul .item p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 4px;
}

.v-header ul .item .give-s {
    height: 110px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box
}

.v-header ul .item .give-s p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: left;
    margin: 4px;
}

.v-header ul .item .give-s p.two {
    padding-left: 26px;
}

.v-header ul .item .give-s span.red {
    color: #CF2D2A;
    font-size: 14px;
}

.v-header ul .item:last-child {
    margin-right: 0;
}

.v-header ul .item .btn {
    width: 200px;
    line-height: 38px;
    border-radius: 4px;
    background: #EA9516;
    color: #fff;
    font-size: 16px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 40px;
}

.v-header ul .item .btn:hover {
    background: #FAA525;
}

.v-header .details {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    margin-top: 9px;
}

.v-header .details span {
    font-size: 20px;
    color: #ff4b4b;
}


.v-wraper {
    width: 100%;
    background: url(../images/quanjing/bg-2020.png) top center no-repeat;
    height: 3599px;
    ;
}

.new-sec1 {}

.new-sec-header {
    height: 94px;
    width: 304px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    background: url(../images/quanjing/title1-2020.png) center center no-repeat;
}

.new-sec-header2-2020 {
    background: url(../images/quanjing/title2-2020.png) center center no-repeat;
}

.new-sec-header3-2020 {
    background: url(../images/quanjing/title3-2020.png) center center no-repeat;
}

.new-sec-header2 {
    color: #333;
}

.new-sec1 .cont {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 46px;
}

.new-sec1 .cont .item {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 140px;
    box-sizing: border-box;
}

.new-sec1 .cont .item .pic {
    width: 140px;
    height: 100px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.new-sec1 .cont .item .pic {
    background: url(../images/quanjing/icon_hecheng2020.png) center center no-repeat;
}

.new-sec1 .cont .item .pic2 {
    background: url(../images/quanjing/icon_shuchu2020.png) center center no-repeat;
}

.new-sec1 .cont .item .pic3 {
    background: url(../images/quanjing/icon_yinxiao2020.png) center center no-repeat;
}

.new-sec1 .cont .item .pic4 {
    background: url(../images/quanjing/icon_baohu2020.png) center center no-repeat;
}

.new-sec1 .cont .item .pic5 {
    background: url(../images/quanjing/icon_quanjing2020.png) center center no-repeat;
}

.new-sec1 .cont .item .pic6 {
    background: url(../images/quanjing/icon_dingzhi2020.png) center center no-repeat;
}

.new-sec1 .cont .item .new-sec1-details {
    width: 100%;
    text-align: left;
}

.new-sec1 .cont .item h3 {
    color: #1c0f36;
    font-size: 20px;
    text-align: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: bold;
    width: 100%;
}

.new-sec1 .cont .item .stxt {
    color: #757575;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
}

.new-sec2 {
    background: #0b0a24;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.new-sec2 ul {
    display: table;
    margin-bottom: 88px;
    padding-top: 20px;
    box-sizing: border-box;
}

.new-sec2 ul .item {
    margin-left: 138px;
    width: 400px;
    height: 339px;
    background: url(../images/quanjing/B2-1.png) center center no-repeat;
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
}

.new-sec2 ul .item2 {
    background: url(../images/quanjing/A2-1.png) center center no-repeat;
}

.new-sec2 ul .item .btn {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 90px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    border: none;
    outline: none;
    padding-bottom: 10px;
    cursor: pointer;
    margin-top: 30px;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 55px;
}

.new-sec2 ul .item .btn-join {
    background: url(../images/quanjing/sec2-icon-btn1.png) center center no-repeat;
}

.new-sec2 ul .item .btn-join2 {
    background: url(../images/quanjing/sec2-icon-btn2.png) center center no-repeat;
}

.new-sec2 ul .item .cover {
    position: absolute;
    z-index: 2;
    top: -22px;
    left: -22px;
    background: url(../images/quanjing/king3.png)center center no-repeat;
    width: 54px;
    height: 54px;
}

.new-sec2 .stxt {
    width: 1100px;
    margin: 0 auto;
    color: #fff;
    padding-left: 50px;
    line-height: 42px;
    background: url(../images/quanjing/sec2-icon.png) 25px 17px no-repeat;
}

.new-sec2 .stxt .org {
    text-decoration: underline;
}

.new-sec3 {
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.new-sec3 .m {
    position: relative;
}

.new-sec3 .cont {
    width: 100%;
    height: 1602px;
    background: url(../images/quanjing/sec3-bg2020.png) center center no-repeat;
    position: relative;
    z-index: 2
}

.new-sec3 .cont-c {
    position: absolute;
    top: 170px;
    right: -222px;
    width: 488px;
    height: 477px;
    background: url(../images/quanjing/sec3-c-bg.png) center center no-repeat;
    z-index: -1;
    z-index: 1
}

.new-sec3 .yuyue,
.new-sec7 .yuyue {
    position: absolute;
    top: 411px;
    left: 0px;
    z-index: 0;
    width: 512px;
    height: 30px;
    cursor: pointer;
}

.new-sec3 .cont-one,
.new-sec3 .cont-two,
.new-sec7 .cont-one,
.new-sec7 .cont-two {
    height: 26px;
    line-height: 26px;
    color: #333;
    background: #fce29c;
    border-radius: 4px;
    padding: 0 6px;
    color: #666;
    margin-left: 270px;
    display: none;
}

.new-sec3 .feixiang,
.new-sec7 .feixiang {
    position: absolute;
    top: 555px;
    left: 0px;
    z-index: 0;
    width: 512px;
    height: 30px;
    cursor: pointer;
}

.new-sec7 .yuyue {
    top: 380px;
}

.new-sec7 .feixiang {
    top: 525px;
}

.new-sec7-ul {
    width: 740px;
    margin: 20px auto;
    position: relative;
}

.new-sec7-ul ul {
    width: 530px;
    float: left;
}

.new-sec7-ul ul li {
    width: 100%;
    display: table;
    padding-left: 38px;
    line-height: 42px;
    background: url(../images/quanjing/sec2-icon.png) 14px 17px no-repeat;
    font-size: 18px;
}

.vr-vip-ewm {
    width: 170px;
    height: 170px;
    border: 4px solid #cfc48b;
    border-radius: 4px;
}

.vr-vip-ewm img {
    max-width: 100%;
    max-height: 100%
}

.new-sec3 .yulan1 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 402px;
    width: 396px;
    height: 40px;
    cursor: pointer;
}

.new-sec3 .yulan1 a {
    display: block;
    width: 440px;
    height: 40px;
}

.new-sec3 .yulan2 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 580px;
    width: 440px;
    height: 36px;
    ;
    cursor: pointer;
}

.new-sec3 .yulan2 a {
    display: block;
    width: 440px;
    height: 36px;
}

.new-sec3 .yulan3 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 618px;
    width: 440px;
    height: 36px;
    cursor: pointer;
}

.new-sec3 .yulan3 a {
    display: block;
    width: 440px;
    height: 36px;
}

.new-sec3 .btn {
    display: block;
    position: absolute;
    right: 90px;
    bottom: 16px;
    height: 90px;
    width: 290px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: url(../images/quanjing/sec2-icon-btn2.png) center center no-repeat;
}

.btn-sec7 {
    width: 260px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #f88a06;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    color: #fff;
    background-image: -webkit-linear-gradient(left, #efa10e 0%, #fc8003 100%);
    background-image: -moz-linear-gradient(left, #efa10e 0%, #fc8003 100%);
    background-image: -o-linear-gradient(left, #efa10e 0%, #fc8003 100%);
    background-image: linear-gradient(left, #efa10e 0%, #fc8003 100%);
}

.btn-sec7:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.new-sec3 .yuyue:hover .cont-one,
.new-sec7 .yuyue:hover .cont-one {
    display: block;
}

.new-sec3 .feixiang:hover .cont-two,
.new-sec7 .feixiang:hover .cont-two {
    display: block;
}

.new-sec4 {}

.new-sec4 .cont {
    background: url(../images/quanjing/kuang2-2020.png) center center no-repeat;
    height: 200px;
    padding: 64px 0 0 74px;
    box-sizing: border-box
}

.new-sec4 .cont .stxt {
    line-height: 30px;
    color: #333;
    font-size: 18px;
    position: relative;
}

.new-sec4 .cont .stxt span {
    color: #EA9516;
    position: relative;
}

.new-sec4 .cont .stxt:hover span {
    cursor: pointer;
}

.new-sec4 .cont .stxt .ewm {
    position: absolute;
    top: -43px;
    right: 418px;
    width: 208px;
    height: 200px;
    background: url(../images/quanjing/ewm-box.png) center center no-repeat;
    padding: 4px 8px;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

.new-sec4 .cont .stxt .ewm .pic {
    width: 192px;
    height: 192px;
    background: url(../images/quanjing/erm.png) center center no-repeat;
}

.wx-tip {
    color: #fff;
    font-size: 18px;
    width: 310px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.wx-tip span {
    color: #ff7700;
}

.wx-tip:hover span {
    cursor: pointer;
}

.vr-activity-cont h4 .justeasy-txt {
    position: relative;
    cursor: pointer;
}

.wx-tip .ewm {
    position: absolute;
    top: -51px;
    right: -176px;
    width: 208px;
    height: 200px;
    background: url(../images/quanjing/ewm-box.png) center center no-repeat;
    padding: 4px 12px;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

.vr-activity-cont h4 .ewm {
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 192px;
    height: 192px;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
    display: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #fff
}

.vr-activity-cont h4 .justeasy-txt:hover .ewm {
    display: block;
}

.wx-tip .ewm .pic,
.vr-activity-cont h4 .pic {
    width: 192px;
    height: 192px;
    background: url(../images/quanjing/erm.png) center center no-repeat;
}

.new-sec5 {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.new-sec5 .cont {
    background: url(../images/quanjing/kuang3-2020.png) center center no-repeat;
    height: 600px;
    padding-top: 47px;
    box-sizing: border-box;
}

.new-sec5 .cont .item {
    width: 100%;
    margin-bottom: 30px;
}

.new-sec5 .cont .item h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    padding-left: 50px;
    box-sizing: border-box;
}

.new-sec5 .cont .item p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-left: 84px;
    box-sizing: border-box;
}

.new-sec5 .cont .item p a {
    color: #ff7700
}

.new-sec5 .cont .item p a:hover {
    color: #ff7700;
}


.new-sec6 {
    padding-bottom: 70px;
    box-sizing: border-box;
}

.new-sec6 ul li {
    margin-right: 100px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}

.new-sec6 .new-sec6-details {
    width: 100%;
    height: 168px;
    background: url(../images/quanjing/icon-footer2020.png)center center no-repeat
}

.new-sec7 {
    width: 100%;
    background: #d0cedc;
    padding: 60px 0;
    display: table;
}

.new-sec7 .cont {
    width: 730px;
    height: 630px;
    background: url(../images/quanjing/sec-bg7-bg.png) center no-repeat;
    margin: 50px auto 10px;
    position: relative;
}

.new-sec-header7 {
    width: 455px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/quanjing/new-sec-header7.png) center no-repeat;
}

.pay-tankuang {
    background: #fff;
    padding: 0 30px 30px 0px;
    box-sizing: border-box;
    border-radius: 10px;
}

.pay-tankuang .zf-type {
    height: 46px;
    line-height: 46px;
    display: table;
    padding-top: 60px;
}

.pay-tankuang .zf-type p {
    width: 116px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    height: 56px;
    line-height: 56px;
}

.pay-tankuang .zf-type ul {
    margin-bottom: 40px;
}

.pay-tankuang .zf-type ul .item {
    width: 150px;
    margin-right: 20px;
    height: 46px;
    border-radius: 8px;
    border: 2px solid #f0f0f0;
    overflow: hidden;
    cursor: pointer;
}

.pay-tankuang .zf-type ul .item .pic-zfb {
    background: url(../images/quanjing/icon-zfb.png)center center no-repeat;
    width: 150px;
    height: 46px;
}

.pay-tankuang .zf-type ul .item .pic-wx {
    background: url(../images/quanjing/icon-wx.png)center center no-repeat;
    width: 150px;
    height: 46px;
}

.pay-tankuang .zf-type ul .item .pic-jd {
    background: url(../images/quanjing/icon-jd.png)center center no-repeat;
    width: 150px;
    height: 46px;
}

.pay-tankuang .zf-type ul .active {
    border: 2px solid #ff7700;
    background: url(../images/quanjing/icon_selected1.png) top right no-repeat;
    box-shadow: 0 2px 6px -2px orange;
}

.pay-tankuang .money {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    font-size: 36px;
}

.pay-tankuang .money .money-l {
    width: 116px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    height: 44px;
    line-height: 44px
}

.pay-tankuang .money .money-r {
    font-size: 26px;
    color: #ff7700;
    width: 220px;
    height: 44px;
    line-height: 44px
}

.pay-tankuang .money .jd {
    font-size: 14px;
    color: #333;
}

.pay-tankuang .btn {
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background: #ff7700;
    margin: 0 auto;
    margin-top: 30px;
}


.new-sec6,
.new-sec5,
.new-sec4,
.new-sec3,
.new-sec2,
.new-sec1,
.v-header {
    display: table;
    width: 100%
}

.pay-tips {
    width: 400px;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}

.pay-tips .detials {
    color: #333;
    font-size: 16px;
    width: 100%;
    text-align: center;
    background: #fff;
    height: 36px;
    line-height: 36px;
}



.vr-activity {
    width: 600px;
    color: #5a4931;
    background: url(../images/quanjing/2019.7/bg.png) top center no-repeat;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.vr-activity-title {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 5px 10px;
    justify-content: space-between;
    -ms-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
}

.vr-activity-title .icon {
    margin-right: 4px
}

.vr-activity-title .vr-activity-titlefl {
    display: flex;
    font-weight: bold;
    -ms-align-items: center;
    align-items: center;
}

.vr-activity-title .vr-activity-titlefl .photo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    border: 2px solid #cdb07a
}

.vr-activity-title .vr-activity-titlefl .photo img {
    max-width: 100%;
    max-height: 100%
}

.vr-activity .title-close {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/quanjing/vr-close-w.png) center no-repeat;
}

.vr-activity-title .name {
    color: #fff
}

.vr-activity-vip {
    width: 480px;
    height: 79px;
    background: url(../images/quanjing/2019.7/open-vip.png);
    margin: 20px auto;
}

.vr-activity-cont {
    width: 100%;
    padding: 20px 54px 0px 54px;
    ;
    box-sizing: border-box;
}

.icon-king {
    width: 64px;
    height: 45px;
    background: url(../images/quanjing/vr-king.png) center no-repeat;
    display: inline-block;
}

.icon-huanguang {
    width: 46px;
    height: 46px;
    background: url(../images/quanjing/2019.7/tuijian.png) center no-repeat;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 2
}

.vr-activity-cont .vr-activity-kind,
.vr-pay-s ul {
    display: flex;
    justify-content: space-between;
}

.vr-activity-cont ul {
    padding-bottom: 15px;
}

.vr-activity-cont .vr-activity-kind li {
    display: inline-block;
    width: 229px;
    height: 261px;
    cursor: pointer;
    position: relative;
}

.vr-activity-cont .vr-activity-kind li.pic1 {
    background: url(../images/quanjing/2019.7/A.png) center bottom no-repeat;
}

.vr-activity-cont .vr-activity-kind li.pic2 {
    background: url(../images/quanjing/2019.7/B.png) center no-repeat;
}

.vr-activity-cont .vr-activity-kind li.pic1.active {
    background: url(../images/quanjing/2019.7/A-1.png) center bottom no-repeat;
}

.vr-activity-cont .vr-activity-kind li.pic2.active {
    background: url(../images/quanjing/2019.7/B-1.png) center no-repeat;
}

.vr-activity-cont .price {}

.price-box {
    border-bottom: 1px dashed #d9b787;
    padding-bottom: 10px;
    position: relative;
}

.price-box a {
    position: absolute;
    color: #333;
    font-size: 12px;
    right: 0;
    line-height: 34px;
    text-decoration: underline;
}

.price-box a:hover {
    color: #e70;
    text-decoration: none;
}

.vr-activity-cont h4 {
    padding: 0 40px;
    color: #5a4931
}

.vr-activity-cont #ewm3 {
    padding: 0 70px;
}

.price-org {
    color: #f0923d
}

.vr-activity .tips {
    color: #1977eb;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 54px;
}


.vr-pay-s-fl {
    width: 100%;
    padding-right: 140px;
    box-sizing: border-box;
}

.vr-pay-s-fl .vr-pay-sway {
    width: 100%;
    display: table;
}

.vr-pay-s-fl .vr-pay-sway ul li {
    width: 108px;
    height: 38px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #d9b787;
    float: left;
    cursor: pointer;
    background: #fff;
}

.vr-pay-s-fl .vr-pay-sway ul li:last-child {
    margin-right: 0;
}

.vr-pay-s-fl .vr-pay-sway ul li.active {
    background: #fff url(../images/quanjing/vr-pag-bg.png) right bottom no-repeat;
    border: 1px solid #d9b787;
}

.vr-pay-s-fl .vr-pay-sway ul li .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px
}

.btn-d9 {
    background: #d9b787;
    color: #fff;
}

.btn-d9:hover {
    color: #fff;
    background: #cea66f
}

.btn-blue {
    background: #1977eb;
    color: #fff
}

.btn-blue:hover {
    background: #108ee9;
    color: #fff
}

.btn-block {
    display: block;
}

.vr-pay-sbtn {
    width: 100%;
    margin-top: 7px;
    display: block;
}

.vr-pay-sbtn .btn {
    height: 38px;
    line-height: 38px;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
}

.vr-pay-box {
    width: 100%;
    padding: 10px 0px;
    display: table;
    box-sizing: border-box;
    position: relative;
}

.vr-pay-s {
    position: absolute;
    z-index: 2;
    right: -8px;
    top: 10px;
    width: 135px;
    border-left: 1px dashed #d9b787;
    height: 160px;
    padding-left: 7px;
}

.vr-pay-s .pic {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
}

.vr-pay-s .pic img {
    max-width: 100%;
    max-height: 100%
}

.vr-pay-s .pay-way-s {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 5px
}

.vr-pay-s .pay-way-s span {
    color: #5a4931
}

.vr-pay-s-fl .pay-yh {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: url(../images/quanjing/pay-yh.png) 70px center no-repeat;
}

.vr-pay-s-fl .pay-yh .red {
    display: inline-block;
    padding-left: 20px;
}

.noshadow {
    box-shadow: none !important;
    background: none !important;
    border-radius: 0 !important;
}

.noshadow .layui-layer-ico {
    top: -5px !important
}

.noshadow .layui-layer-ico,
.noshadow .layui-layer-ico:hover {
    background: url(../images/quanjing/vr-close-w.png) center no-repeat;
    background-position: center !important;
}

.icon-wx2-s {
    background: url(../images/quanjing/weixin.png) center no-repeat;
}

.icon-zfb-s {
    background: url(../images/quanjing/zhifubao.png) center no-repeat;
}



.red2 {
    color: #ff364b
}

.fs34 {
    font-size: 34px;
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fc6 {
    color: #666
}

.fc9 {
    color: #999
}

.fs24 {
    font-size: 24px;
}

.fw-b {
    font-weight: bold;
}

.blue {
    color: #1977eb;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pop-box-scroll {
    height: 320px;
    overflow: hidden;
    width: 100%;
}


.scroll-style::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

.scroll-style::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    border-radius: 10px;
    background-color: #fff;
}

.scroll-style::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #b5b5b5;
}

.pop-box {}

.pop-box .pop-cont {}

.pop-box .pop-cont p {
    padding: 10px 0 0px 56px;
    box-sizing: border-box;
    color: #333;
    line-height: 26px;
    display: block;
    height: 26px;
}

.pop-box .pop-btn {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #fff;
    padding: 20px 0
}

.pop-btn-s {
    width: 100%;
    display: table;
    text-align: center;
}

.pop-box .pop-btn .btn {
    border: none;
    outline: none;
    width: 130px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
}

.pop-box .pop-btn .btn-default {
    margin-right: 30px;
}

.pop-box .pop-btn .btn-org {
    cursor: pointer;
}

.pop-box .pop-cont p span {
    display: block;
}

.pop-box .pop-cont p span.stxt-kind {
    width: 84px;
    text-align: right;
    margin-right: 10px;
}

/*.pop-box .cad-box {  }
.pop-box .cad-box .item { height: 77px;margin-bottom: 10px;background: url(../images/quanjing/quan.png) left center no-repeat;  }
.pop-box .cad-box .active { background: url(../images/quanjing/quan-active.png) left center no-repeat; }
.pop-box .cad-box .item .pic { width: 258px;height: 76px;background: url(../images/quanjing/quan1.png) left center no-repeat; }
.pop-box .cad-box .item .pic2 { background: url(../images/quanjing/quan2.png) left center no-repeat; }*/
.rechange-p {
    display: table;
    width: 100%;
    padding: 10px 0 10px 56px;
}

.rechange-p .stxt-kind,
.pay-yhqlist .stxt-kind,
.price-item .stxt-kind {
    display: block;
    text-align: right;
    width: 84px;
    text-align: right;
    margin-right: 10px;
    padding-top: 10px;
}

.rechange-p ul {
    width: 430px;
}

.rechange-p ul li {
    display: flex;
    border: 1px solid #ebeef5;
    background: #fafafa;
    width: 120px;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.rechange-p ul li.active {
    border-color: #e70;
    background: url(../images/icon-selected.png) 89px bottom no-repeat;
}

.rechange-p ul li .icon {
    width: 28px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
}

.icon-wx {
    background: url(../../images/exuan-active/icon-pay-wx.png) center no-repeat;
    background-size: 20px;
}

.icon-zhifubao-vr {
    background: url(../images/icon-zhifubao-vr.png) center no-repeat;
}

.icon-yb {
    background: url(../images/icon-yibao.png) center no-repeat;
}

.icon-jd {
    background: url(../images/exuan2018/jinbi.png) center no-repeat;
}

.recharge-payway ul li span {
    display: inline-block;
    float: left;
}

.price-item {
    overflow: hidden;
}

.pay-yhqlist,
.price-item {
    width: 100%;
    display: table;
    padding: 10px 0 10px 56px;
    box-sizing: border-box;
}

.pay-yhqlist .list {
    width: 410px;
}

.pay-yhqlist .list ul li {
    width: 100%;
    display: table;
    background: url(../images/exuan/exuan-circle.png) 20px center no-repeat;
    margin-bottom: 10px;
    padding-left: 40px;
    cursor: pointer;
}

.pay-yhqlist .list ul li.active {
    background: url(../images/exuan/exuan-circle-h.png) 20px center no-repeat;
}

.pay-yhqlist .list ul li .yhq-box {
    width: 258px;
    height: 76px;
    background: url(../images/exuan/exuan-yhq.png) center no-repeat;
    padding: 5px 15px;
    box-sizing: border-box;
}

.pay-yhqlist .list ul li .yhq-box .yhqbox-fl {
    width: 83px;
    line-height: 66px;
}

.pay-yhqlist .list ul li .yhq-box .yhqbox-fr {
    line-height: 18px;
    width: 140px
}

.pay-yhqlist .list ul li .yhq-box .yhqbox-fr h4 {
    font-weight: bold;
    margin-top: 2px
}

.pay-yhqlist .list ul li .yhq-box .yhqbox-fr .time {
    display: block;
}

.pop-box .pop-cont {
    padding: 30px 0px;
    box-sizing: border-box;
}

.pop-box .pop-cont {
    padding-top: 0px;
}

.orgText {
    color: #FF8D1C;
    font-weight: bold;
}





.none {
    display: none;
}







.tool_t {
    padding-left: 22px !important;
    width: 220px !important;
}

.page_one1 {
    width: 100%;
    height: 450px;
    background: url("../images/quanjing/toolsintro/banner.png") center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
}

.page_one1 .yun-fl {
    padding-left: 76px;
    box-sizing: border-box;
    width: 530px;
    padding-top: 58px;
}

.page_one1 .yun-fl img {
    display: block;
    margin: 0 auto;
}

.page_one1 .yun-fr {
    padding-right: 30px;
    box-sizing: border-box;
    width: 590px;
}

.page_one1 .yun-fr .yun-pic {
    width: 560px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}

.page_one1 .yun-fr img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.page_sec2 {
    background: #f4f4f4;
}

.page_sec2 {
    width: 100%;
    padding: 50px 0 60px 0;
    box-sizing: border-box;
}

.page_sec2 h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.page_sec2 p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 4px;
    line-height: 16px;
}

.page_sec2 .yun-cont {
    padding-top: 40px;
    box-sizing: border-box;
}

.page_sec2 .yun-cont .yun-fl {
    width: 360px;
    height: 580px;
    position: relative;
    margin-right: 20px;
}

.page_sec2 .yun-cont .yun-fl img {
    max-width: 100%;
}

.page_sec2 .yun-cont .yun-fl .yun-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    padding: 196px 25px;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
}

.page_sec2 .yun-cont .yun-fl .yun-cover h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page_sec2 .yun-cont .yun-fl .yun-cover p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.page_sec2 .yun-cont .yun-fl:hover .yun-cover {
    display: block;
}

.page_sec2 .yun-cont .yun-fr {
    width: 820px;
}

.page_sec2 .yun-cont .yun-fr .yun-item {
    width: 400px;
    height: 280px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.page_sec2 .yun-cont .yun-fr .yun-item1,
.page_sec2 .yun-cont .yun-fr .yun-item3 {
    margin-right: 20px;
}

.page_sec2 .yun-cont .yun-fr .yun-item3 {
    width: 520px;
}

.page_sec2 .yun-cont .yun-fr .yun-item4 {
    width: 280px;
}

.page_sec2 .yun-cont .yun-fr .yun-item img {
    max-width: 100%
}

.page_sec2 .yun-cont .yun-fr .yun-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    padding: 86px 30px;
    box-sizing: border-box;
    display: none;
}

.page_sec2 .yun-cont .yun-fr .yun-cover h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page_sec2 .yun-cont .yun-fr .yun-cover p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.page_sec2 .yun-cont .yun-fr :hover .yun-cover {
    display: block;
}

.page_sec3 {
    width: 100%;
    height: 240px;
    background: url("../images/quanjing/toolsintro/bg1.png") center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
}

.page_sec3 .yun-m {
    position: relative;
}

.page_sec3 h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.page_sec3 p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.page_sec3 .yun-pic {
    height: 208px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 35px 0px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 86px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.page_sec3 .yun-pic img {
    display: block;
    max-width: 100%;
}



.page_sec4 {
    width: 100%;
    padding: 140px 0 60px 0;
    box-sizing: border-box;
}

.page_sec4 h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.page_sec4 p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.page_sec4 .yun-pic {}

.page_sec4 .yun-pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page_sec5 {
    width: 100%;
    height: 800px;
    background: url("../images/quanjing/toolsintro/main4.png") center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
}

.page_sec5 .yun-fl {
    padding-left: 80px;
    padding-top: 158px;
    box-sizing: border-box;
}

.page_sec5 .yun-fr {
    padding-right: 80px;
    box-sizing: border-box;
}

.page_sec6 {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.page_sec6 h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.page_sec6 .yun-pic {}

.page_sec6 .yun-pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page_sec .yun-col2-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

.page_sec .yun-col2-btn .yun-btn {
    width: 160px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #1C1D7A;
    border-radius: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.page_sec .yun-col2-btn .yun-btn1 {
    background: #F4C437;
    border: 1px solid #F4C437;
    margin-right: 20px;
}

.page_sec .yun-col2-btn .yun-btn2 {
    background: #fff;
    border: 1px solid #F4C437
}

.page_sec .yun-col2-btn .yun-btn1:hover {
    background: #E2B32B;
}

.page_sec .yun-col2-btn .yun-btn2:hover {
    background: #F3F1EA;
    color: #F4C437;
}

.page_sec .yun-col2-btn .yun-btn3 {
    background: #fff;
    border: 1px solid #F4C437
}

.page_sec .yun-col2-btn .yun-btn3:hover {
    background: #F3F1EA;
}


.page_last1 {
    width: 100%;
    height: 160px;
    background: url("../images/quanjing/toolsintro/bg2.png") center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 57px;
    box-sizing: border-box;
}

.page_last1 .yun-m {
    position: relative;
    padding-left: 326px;
    box-sizing: border-box;
}

.page_last1 p {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.page_last1 .yun-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #1C1D7A;
    border-radius: 40px;
    background: #F4C437;
    border: none;
    outline: none;
    position: absolute;
    right: 190px;
    top: 0;
    cursor: pointer;
    z-index: 3;
}

.page_last1 .yun-btn:hover {
    background: #E2B32B
}

























.page_one {
    width: 100%;
    height: 600px;
    background: url("../images/panorama-tool/tool_one.png") center no-repeat;
    background-size: cover;
    position: relative;
}

.tool_shadow {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tool_shadow>p {
    font-size: 16px;
    color: #5D5D5D;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.tool_one {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
    position: relative;
}

.tool_one_title {
    width: 1030px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
}

.tool_one_a {
    width: 140px;
    height: 50px;
    background: rgba(255, 141, 28, 1);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
}

.tool_one_a:hover {
    color: #fff;
    background: #e70;
}

.page_two {
    width: 100%;
    height: 810px;
    background: url("../images/panorama-tool/tool_two.png") center no-repeat;
    background-size: cover;
}

.tool_two {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.tool_two_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.tool_two_title>p:nth-of-type(1) {
    color: #FF8D1C;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.tool_two_title>p:nth-of-type(2) {
    color: #FFF;
    font-size: 18px;
}

.tool_two_main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.tool_two_audio {
    width: 810px;
    height: 450px;
}

.tool_two_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 30px;
    height: 450px;
    box-sizing: border-box;
    padding: 23px 0;
}

.tool_two_text_1 {
    background: url("../images/panorama-tool/tool_1.png") center no-repeat;
    background-size: cover;
}

.tool_two_text_2 {
    background: url("../images/panorama-tool/tool_2.png") center no-repeat;
    background-size: cover;
}

.tool_two_text_3 {
    background: url("../images/panorama-tool/tool_3.png") center no-repeat;
    background-size: cover;
}

.tool_two_text_4 {
    background: url("../images/panorama-tool/tool_4.png") center no-repeat;
    background-size: cover;
}

.tool_two_text>div {
    display: flex;
    align-items: center;
}

.tool_two_text>div>p:nth-of-type(1) {
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.tool_two_text>div>p:nth-of-type(2) {
    display: flex;
    flex-direction: column;
}

.tool_two_text>div>p:nth-of-type(2)>span {
    font-size: 24px;
    color: #fff;
}

.tool_two_text>div>p:nth-of-type(2)>a {
    font-size: 18px;
    color: #FF8D1C;
    margin-top: 12px;
    border-bottom: 1px solid #FF8D1C;
    width: 75px;
}

.page_three {
    width: 100%;
    height: 460px;
    background: url("../images/panorama-tool/tool_three.png") center no-repeat;
    background-size: cover;
}

.page_four {
    width: 100%;
    height: 460px;
    background: url("../images/panorama-tool/tool_four.png") center no-repeat;
    background-size: cover;
}

.page_five {
    width: 100%;
    height: 920px;
    background: url("../images/panorama-tool/tool_five.png") center no-repeat;
    background-size: cover;
}

.page_six {
    width: 100%;
    height: 920px;
    background: url("../images/panorama-tool/tool_six.png") center no-repeat;
    background-size: cover;
}

.page_seven {
    width: 100%;
    height: 400px;
    background: url("../images/panorama-tool/tool_seven.png") center no-repeat;
    background-size: cover;
}

.tool_seven {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tool_seven>a {
    margin-top: 80px;
}

/*å¼¹æ¡†æ ·å¼340çš„*/
.jeui-showbox530 {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 30px 0px 30px;
}

body .layui-tip {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    background: #fff;
}

body .layui-tip .layui-layer-title {
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.jeui-showbox530 .jeui-cont {}

.jeui-showbox530 .jeui-cont>.item {
    width: 100%;
    position: relative;
    line-height: 30px;
    padding-left: 80px;
    box-sizing: border-box;
    min-height: 30px;
}

.jeui-showbox530 .jeui-cont>.item .l-txt {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 86px;
    text-align: left;
}

.jeui-showbox530 .jeui-cont>.item .r-txt {
    width: 100%;
    line-height: 30px;
}


.recharge-type {
    width: 430px;
}

.recharge-type li {
    display: flex;
    border: 1px solid #ebeef5;
    background: #fafafa;
    width: 120px;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.recharge-type li.active {
    border-color: #e70;
    background: url(../images/icon-selected.png) 89px bottom no-repeat;
}

.recharge-type li .icon {
    width: 28px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
}

.icon-wx {
    background: url(../../images/exuan-active/icon-pay-wx.png) center no-repeat;
    background-size: 20px;
}

.icon-zhifubao-vr {
    background: url(../images/icon-zhifubao-vr.png) center no-repeat;
}

.icon-yb {
    background: url(../images/icon-yibao.png) center no-repeat;
}

.icon-jd {
    background: url(../images/exuan2018/jinbi.png) center no-repeat;
}

.recharge-type li span {
    display: inline-block;
    float: left;
}

.price-item {
    overflow: hidden;
}

.layui-tip .showbox-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/*.layui-tip .showbox-btn-col { width: 100%;height: 36px;display: flex; justify-content: center; align-items: center; } 
.layui-tip .showbox-btn { display: inline-block;height: 36px;line-height: 100%;;border-radius:4px;text-align: center;font-size: 14px;box-sizing: border-box;outline: none;padding: 0;width: 110px;}
.layui-tip .btn-org { background: #ff8d1c;color: #fff;cursor: pointer;border: 1px solid #ff8d1c; }
.layui-tip .btn-org-big { background: #ff8d1c;color: #fff;cursor: pointer;border: 1px solid #ff8d1c; padding: 0 40px !important;width: auto !important;height: 40px;line-height: 100%; }
.layui-tip .btn-org:hover,.layui-tip .btn-org-big:hover { background: #e70; }
.layui-tip .btn-black { background: #fff;color: #313131;border: 1px solid #e5e5e5;cursor: pointer; }
.layui-tip .btn-black:hover { border: 1px solid #666; }
.layui-tip .btn-default { background: #f5f5f5;color: #e0e0e0;border: 1px solid #f5f5f5;cursor: default; }
.layui-tip .showbox-btn-col2 { width: 100%;height: 36px;display: flex; justify-content: center; align-items: center; } 
.layui-tip .showbox-btn-col2 .showbox-btn { display: inline-block;height: 36px;line-height: 100%;border-radius: 4px;text-align: center;font-size: 14px;box-sizing: border-box;margin-right: 20px;}
.layui-tip .showbox-btn-col2 .showbox-btn:nth-child(2n) { margin-right: 0 }
.layui-tip .btn-org a { color: #fff;  }
.layui-tip .btn-org:hover a { background: #e70; color: #fff }*/
.cad-box {}

.cad-box .item {
    height: 77px;
    margin-bottom: 10px;
    background: url(../images/quanjing/quan.png) left center no-repeat;
    padding-left: 54px;
    box-sizing: border-box;
    cursor: pointer;
}

.cad-box .active {
    background: url(../images/quanjing/quan-active.png) left center no-repeat;
}

.cad-box .item .pic {
    width: 258px;
    height: 76px;
    background: url(../images/quanjing/quan1.png) left center no-repeat;
}

.coupon-fl {
    width: 90px;
    height: 76px;
    line-height: 56px;
    font-size: 36px;
    color: #ff374c;
    text-align: center;
    position: relative;
}

.coupon-fl .line-height16 {
    position: absolute;
    bottom: 10px;
    width: 108px;
    text-align: center;
    left: 0;
    font-size: 12px;
}

.coupon-fr {
    width: 150px;
    height: 76px;
    padding-top: 10px;
    box-sizing: border-box;
    padding-right: 14px;
}

.coupon-fr .line-height20 {
    width: 100%;
}

/*ä¸ªäººä¸­å¿ƒ by wcy*/

.yun-head {
    width: 100%;
    height: 344px;
    position: relative;
}

.yun-head .yun-cover {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 343px;
    z-index: 2;
}

.yun-head .yun-m {
    position: relative;
    padding-top: 270px;
    box-sizing: border-box;
    z-index: 3;
}

.yun-head .yun-m .yun-edit {
    position: absolute;
    top: 30px;
    right: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 343px;
    z-index: 3;
    width: 40px;
    height: 24px;
    opacity: 0.8;
    border-radius: 12px;
    background-image: url(../images/quanjing/yun-g-edit.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.yun-head .yun-m .yun-edit:hover {
    background: rgba(255, 255, 255, 1);
    opacity: 0.6;
    background-image: url(../images/quanjing/yun-g-edit-h.png);
    background-position: center;
    background-repeat: no-repeat;
}

.yun-head .yun-m .yun-item {
    width: 25%;
    position: relative;
    text-align: center;
}

.yun-head .yun-m .yun-item:after {
    position: absolute;
    width: 1px;
    height: 30px;
    top: 10px;
    right: 0px;
    background: rgba(102, 102, 102, 1);
    content: " "
}

.yun-head .yun-m .yun-item:last-child:after {
    background: transparent;
}

.yun-head .yun-m .yun-item .yun-item-top {
    color: #E0E0E0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.yun-head .yun-m .yun-item .yun-item-btm {
    color: #fff;
    font-size: 24px;
}

.yun-user {
    width: 100%;
    background: #fff;
}

.yun-user .yun-m {
    position: relative;
    padding-top: 74px;
    box-sizing: border-box;
}

.yun-user .yun-m .yun-pic {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    left: 535px;
    position: absolute;
    z-index: 4;
    top: -65px;
    overflow: hidden;
    border: 5px solid #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yun-user .yun-m .yun-pic img {
    max-width: 120px;
}

.yun-user .yun-m .yun-name {
    width: 100%;
    text-align: center;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.yun-user .yun-m .yun-details {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.yun-user .yun-m .yun-details .yun-item {
    width: 300px;
    height: 22px;
    line-height: 22px;
    background: url(../images/quanjing/yun-g-wechat.png) left center no-repeat;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.yun-user .yun-m .yun-details .yun-item1 {
    background: url(../images/quanjing/yun-g-phone.png) 150px center no-repeat;
    padding-left: 180px;
    box-sizing: border-box;
}

.yun-user .yun-m .yun-details .yun-item .yun-item-l {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.yun-user .yun-m .yun-details .yun-item-r {
    margin-left: 7px;
    width: 22px;
    height: 22px;
    background: url(../images/quanjing/yun-g-code.png) center center no-repeat;
    position: relative;
    cursor: pointer;
}

.yun-user .yun-m .yun-details .yun-item-r:hover {
    background: url(../images/quanjing/yun-g-code-h.png) center center no-repeat;
}

.yun-user .yun-m .yun-details .yun-item-r .yun-ewm2 {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.14);
    border-radius: 10px;
    position: absolute;
    left: 44px;
    top: -90px;
    border: 20px solid #fff;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
    z-index: 88
}

.yun-user .yun-m .yun-details .yun-item-r:hover .yun-ewm2 {
    display: block;
}

.yun-user .yun-m .yun-details .yun-item-r .yun-ewm2 img {
    max-width: 100%;
}

.yun-user .yun-m .yun-btm {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.yun-user .yun-m .yun-btm ul {
    display: flex;
    justify-content: center;
}

.yun-user .yun-m .yun-btm .yun-item1 {
    line-height: 26px;
    color: #999;
    font-size: 12px;
    width: auto;
    padding: 0 8px;
    min-width: 60px;
    text-align: center;
}

.yun-user .yun-m .yun-btm .yun-item {
    line-height: 26px;
    color: #999;
    font-size: 12px;
    width: auto;
    padding: 0 15px;
    text-align: center;
    border-radius: 26px;
    margin-right: 10px;
    position: relative;
}

.yun-user .yun-m .yun-btm .yun-item:after {
    content: " ";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    border-radius: 26px;
}

.yun-user .yun-m .yun-tab {
    width: 600px;
    margin: 0 auto;
}

.yun-user .yun-m .yun-tab ul .yun-item {
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #333;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
}

.yun-user .yun-m .yun-tab ul .yun-active {
    background: url(../images/quanjing/yun-g-line.png) bottom center no-repeat;
}

.yun-tabbox {
    padding-top: 20px;
    box-sizing: border-box;
}

.yun-aside {
    position: fixed;
    right: 180px;
    bottom: 80px;
    z-index: 999;
    width: 80px;
}

.yun-aside .yun-g-home {
    width: 80px;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.14);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 16px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.yun-aside .yun-g-home .yun-pic {
    width: 80px;
    height: 40px;
    background: url(../images/quanjing/yun-g-home.png) center center no-repeat;
}

.yun-aside .yun-g-home p {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.yun-aside .yun-g-home:hover {
    background: #e70;
}

.yun-aside .yun-g-home:hover p {
    color: #fff;
}

.yun-aside .yun-g-home:hover .yun-pic {
    background: url(../images/quanjing/yun-g-home-h.png) center center no-repeat;
}

.yun-aside .yun-g-home:after {
    width: 76px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0px;
    left: 2px;
    content: " ";
    z-index: 2;
}

.yun-aside .yun-g-home:hover:after {
    background: transparent;
}

.yun-ewm2 {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.14);
    border-radius: 10px;
    position: absolute;
    left: -190px;
    top: 0;
    border: 20px solid #fff;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

.yun-aside .yun-g-home:hover .yun-ewm2 {
    display: block;
}

.yun-ewm2 img {
    max-width: 100%;
}

.yun-aside .yun-g-contact {
    width: 80px;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.14);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 16px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.yun-aside .yun-g-contact .yun-pic {
    width: 80px;
    height: 40px;
    background: url(../images/quanjing/yun-g-contact.png) center center no-repeat;
}

.yun-aside .yun-g-contact p {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.yun-aside .yun-g-contact:hover {
    background: #e70;
}

.yun-aside .yun-g-contact:hover p {
    color: #fff;
}

.yun-aside .yun-g-contact:hover .yun-pic {
    background: url(../images/quanjing/yun-g-contact-h.png) center center no-repeat;
}

.yun-aside .yun-g-goup {
    margin-top: 10px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.14);
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.yun-aside .yun-g-goup .yun-pic {
    background: url(../images/quanjing/yun-g-goup.png) center center no-repeat;
    width: 80px;
    height: 80px;
}

.yun-aside .yun-g-goup:hover {
    background: #e70;
}

.yun-aside .yun-g-goup:hover .yun-pic {
    background: url(../images/quanjing/yun-g-goup-h.png) center center no-repeat;
}

.yun-edit-box {
    background: #fff;
}

.yun-edit-box .yun-m {
    padding-top: 33px;
    box-sizing: border-box;
}

.yun-edit-box .yun-details {
    margin-left: 30px;
    width: 180px;
    margin-right: 50px;
}

.yun-edit-box .yun-details h2 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.yun-edit-box .yun-details ul {}

.yun-edit-box .yun-details ul .yun-item {
    width: 100%;
    position: relative;
    padding-left: 70px;
    box-sizing: border-box;
    line-height: 18px;
}

.yun-edit-box .yun-details ul .yun-item .yun-item-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    z-index: 2;
    color: #999;
    font-size: 14px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.yun-edit-box .yun-details ul .yun-item .yun-item-r {
    width: 100%;
    color: #999;
    font-size: 14px;
}

.yun-edit-box .yun-btm {
    border-top: 1px solid #e5e5e5;
    padding: 0 25px;
    box-sizing: border-box;
    height: 90px;
}

.yun-edit-box .yun-btm .yun-btn-box2 {
    display: flex;
    justify-content: center;
}

.yun-edit-box .yun-btm .btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-right: 24px;
    border-radius: 4px;
}

.yun-edit-box .yun-btm .yun-btn-org {
    background: #e70;
    color: #fff;
    cursor: pointer;
}

.yun-edit-box .yun-btm .yun-btn-org:hover {
    background: #e67e15;
    color: #fff;
}

.yun-edit-box .yun-btm .yun-btn2 {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.yun-tabbox .yun-sec-person {
    background: #fff;
    padding: 0 46px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.yun-tabbox .yun-sec-person h2 {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: 70px;
}

.yun-tabbox .yun-sec-person h2:after {
    width: 4px;
    height: 22px;
    content: " ";
    background: #e70;
    position: absolute;
    left: -14px;
    top: 30px;
    z-index: 2
}

.yun-tabbox .yun-sec-person .yun-details {
    color: #666;
    font-size: 18px;
}

.yun-tabbox .yun-sec-person .yun-details p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.yun-tabbox .yun-sec-person .yun-details p:last-child {
    margin-bottom: 0;
}

.yun-goods-details {
    padding-top: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.yun-goods-fl {
    width: 686px;
}

.yun-goods-fl .yun-goods-pic {
    width: 100%;
    height: 408px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.yun-goods-fl .yun-goods-pic img {
    max-width: 100%;
    max-height: 100%;
}

.yun-small-pic {
    margin-top: 20px;
}

.yun-small-pic .yun-item {
    width: 122px;
    height: 122px;
    margin-right: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.yun-small-pic .yun-item:last-child {
    margin-right: 0;
}

.yun-small-pic .yun-item img {
    max-width: 100%;
}

.yun-small-pic .yun-item:hover {
    border: 1px solid #E70;
}

.yun-small-pic .yun-active {
    border: 1px solid #E70;
}

.yun-goods-fr {
    width: 494px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    height: 550px;
}

.yun-goods-fr h2 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yun-goods-fr .yun-detials {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    height: 314px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
}

.yun-goods-fr .btn-org {
    width: 320px;
    height: 50px;
    line-height: 50px;
    background: #E70;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 18px;
    border: none;
}

.yun-goods-fr .btn-default {
    width: 320px;
    height: 50px;
    line-height: 50px;
    background: #EBEBEB;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #999;
    border: none;
}

.yun-cases-details {
    margin-top: 20px;
    padding-bottom: 50px;
}

.yun-cases-details .yun-m {
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    padding: 50px 30px 52px 30px;
}

.yun-cases-details h2 {
    height: 27px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
    text-align: center;
}

.yun-cases-details img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

.yun-cases-details {
    color: #333;
    font-size: 16px;
    line-height: 23px;
}

.yun-cases-details p {
    margin-bottom: 20px;
}

.yun-cases-details .gallery-from {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.yun-cases-details .gallery-from ul li {
    float: left;
    margin-right: 20px;
    color: #999;
    font-size: 14px;
    position: relative;
}

.jeui-showbox530 ul .item .r-labels span.yun-active {
    border: 1px solid #e70;
    background: #FEF8F2 url(../images/quanjing/yun-sel.png) right bottom no-repeat;
}

.yun-labels {
    display: block;
    font-size: 0;
    margin-top: 6px;
}

.yun-labels span {
    background: #FFEFDE;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 30px;
    color: #e70;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.jeui-showbox530 .r-txt textarea {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    color: #999;
    width: 370px;
    height: 100px;
}

.jeui-showbox530 ul .item .r-txt {
    position: relative;
}

.jeui-showbox530 ul .item .r-txt input {
    width: 370px;
}

.jeui-showbox530 ul .item .l-txt {
    width: 78px;
}

.jeui-showbox530 ul .item .r-txt .r-txt-span {
    position: absolute;
    z-index: 2;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 12px;
    display: block;
    top: 0;
    left: 350px;
}

.jeui-showbox530 ul .item .r-select select {
    width: 114px;
}

.jeui-showbox530 ul .item .r-labels {
    display: block;
}

.jeui-showbox530 ul .item .r-labels span {
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    margin-right: 14px;
    display: block;
    width: 82px;
    text-align: center;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.jeui-showbox530 ul .item .r-labels span:last-child {
    margin-right: 0;
}

body .layui-shuang11 {
    width: 100%;
    height: 354px;
    background: url(../images/quanjing/yun-fc.png)center center no-repeat;
    padding-top: 264px;
    box-sizing: border-box;
}

body .layui-shuang11 .yun-shuan11-activity .yun-btn2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

body .layui-shuang11 .yun-shuan11-activity .yun-btn2 .yun-btn {
    line-height: 38px;
    color: #fff;
    font-size: 24px;
    width: 170px;
    border-radius: 14px;
    border: 0;
    outline: none;
    ;
    display: block;
    cursor: pointer;
    text-align: center;
}

.yun-shuan11-activity .yun-btn2 .yun-blue {
    margin-right: 20px;
    background: #2dd2f9;
}

.yun-shuan11-activity .yun-btn2 .yun-red {
    background: #ff4b4b;
}

.yun-bg-fff {
    background: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.index-jiguo {
    background: #f5f5f5;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.index-jiguo .swiper-container3 {
    width: 1312px;
    padding: 0 56px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    height: 100px;
}

.index-jiguo .swiper-container3 .inner-swiper-container3 {
    width: 100%;
    overflow: hidden;
}

.index-jiguo .swiper-container3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.index-jiguo .swiper-container3 .swiper-slide .yun-item {
    width: 232px;
    margin-right: 10px;
    background: #fff;
    height: 100px;
    cursor: pointer;
}

.index-jiguo .swiper-container3 .swiper-slide .yun-item:nth-child(5n) {
    margin-right: 0
}

.index-jiguo .yun-pic {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-jiguo .yun-pic img {
    max-width: 100%;
}

.index-jiguo .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 26px;
    height: 56px;
    background: rgba(0, 0, 0, 0.2) url(../images/quanjing/right.png) center center no-repeat;
    right: -40px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 26px;
    height: 56px;
    background: rgba(0, 0, 0, 0.2) url(../images/quanjing/left.png) center center no-repeat;
    left: -40px;
}

.dot-red {
    position: absolute;
    background: #ff4526;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -3px;
    right: 4px;
}

.pano-head .userinfo-box .info-details ul li a .dot-red {
    right: -4px;
    top: 0
}

.show-text {
    top: 10px;
}


/*全景自己的弹框*/

body .layui_vr {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    background: #fff;
}

body .layui_vr .layui-layer-title {
    background: #fff;
    border: 0;
    height: 40px;
}

.vr-del-showbox {
    width: 100%;
}

.vr-del-showbox .d-text {
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 16px 0 0 0px;
    box-sizing: border-box;
    height: 100px;
    text-align: center;
}


.vr-del-showbox .showbox-btn-col {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.vr-del-showbox .showbox-btn {
    display: flex;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 100px;
    line-height: 30px;
}

.vr-del-showbox .btn-org {
    background: #ff8d1c;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ff8d1c;
    border-radius: 30px;
}

.vr-del-showbox .btn-org:hover {
    background: #e70;
    border: 1px solid #e70;
}

.vr-del-showbox .btn-black {
    background: #fff;
    color: #999;
    border: 1px solid #EDEDED;
    cursor: pointer;
    border-radius: 30px;
}

.vr-del-showbox .btn-black:hover {
    border: 1px solid #666;
    color: #333;
}
.layer_from_Share .Share_main .Share_nave{
    position: relative;
}
.layer_from_Share .Share_main .Share_code .item .codebox {
    position: relative;
    margin-bottom: 6px;
}
.layer_from_Share .Share_main .Share_code .item .codebox  .e_cover {
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.Share_main .Share_nave .shareOne {
     font-size: 12px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 22px;
    line-height: 17px;
}
.Share_main .Share_code .item .tips20233 {
    font-size: 13px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #999999;
}
.Share_main .Share_code .item20233 {
    margin-top: 20px;
}

body .layui_vr_edit {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    background: #fff;
}

body .layui_vr_edit .layui-layer-title {
    border: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
}

.lay_vip_expire_commont {
    height: auto;
    overflow: hidden;
    display: none;
}

.lay_vip_expire {
    height: auto;
    overflow: hidden;
}

.lay_vip_expire_commont .lay_off {
    height: auto;
    overflow: hidden;
    text-align: right;
    padding-top: 13px;
    padding-right: 9px;
    padding-bottom: 20px
}

.lay_vip_expire_commont .lay_off img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.lay_vip_expire_commont .expire_text {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
}

.expire_commont_button {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.expire_commont_button a {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    background: #FF8D1C;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.expire_commont_button a:hover {
    background: #e70;
}

.lay_vipGd_commont {
    display: none;
    height: auto;
    overflow: hidden;
}

.lay_vipGd_commont .lay_gd_title {
    height: 22px;
    background: #F8F8F8;
    padding: 10px 20px
}

.lay_vipGd_commont .lay_gd_title .title {
    height: auto;
    overflow: hidden;
}

.lay_vipGd_commont .lay_gd_title .title span {
    float: left;
    color: #333333;
}

.lay_vipGd_commont .lay_gd_title .title em {
    font-style: normal;
    color: #999999;
    font-size: 14px;
}

.lay_vipGd_commont .lay_gd_title .title i {
    float: right;
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-top: 2px;
    background: url(https://res1.justeasy.cn/images/justeasy/popup_off.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.lay_gd_tps {
    background: #FFF5EE;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.lay_vipGd_commont .lay_gd_text {
    height: auto;
    overflow: hidden;
    padding: 9px 0px 9px 30px;
    color: #333333;
    font-size: 14px;
}

.lay_vipGd_commont .lay_gd_text a {
    color: #FF8D1C;
    font-size: 14px
}

.lay_vipGd_commont .lay_gd_list {
    height: auto;
    overflow: hidden;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_up {
    height: auto;
    overflow: hidden;
    padding: 0px 30px;
    padding-bottom: 20px
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc {
    width: 320px;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc .pic {
    height: 230px;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc .img_show {
    position: absolute;
    width: 320px;
    height: 230px;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc .img_show1 {
    width: 700px;
    height: 190px;
    left: 0;
    margin-left: 30px;
    margin-top: 32px;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc .title {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 11px;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_web .title {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 11px;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc:hover .img_show {
    display: flex;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc:hover .img_show1 {
    display: flex;
    height: 190px;
    left: 0px;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc .img_show i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://res1.justeasy.cn/images/userPano/search.png) no-repeat;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_pc .img_show span {
    color: #fff;
    display: inline-block;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_web {
    width: 320px;
    height: 230px;
    float: right;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_down {
    height: auto;
    overflow: hidden;
}

.lay_vipGd_commont .lay_gd_list .lay_gd_down .lay_gd_video_title {
    height: auto;
    overflow: hidden;
    padding: 0px 30px;
    margin-bottom: 8px;
}

.lay_vipGd_commont .lay_gd_video {
    height: auto;
    overflow: hidden;
    padding-left: 30px
}

.lay_gd_video .video {
    width: 320px;
    height: 190px;
    background: #B5B5B5;
}

.lay_vipGd_commont .lay_gd_botton {
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.lay_vipGd_commont .lay_gd_botton a {
    display: inline-block;
    width: 200px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background: #FF8D1C;
    border-radius: 36px;
}

.lay_vipGd_commont .lay_gd_botton a:hover {
    background: #e70;
}


.lay_vipGd_commont.lay_NoVip_gdcase .lay_gd_list .lay_gd_web {
    width: 360px;
}

.lay_gd_info {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 18px 30px 20px 30px;
}

.lay_preview {
    height: auto;
    overflow: hidden;
}

.lay_preview .list {
    height: auto;
    overflow: hidden;
    padding: 20px 23px 0px 23px
}

.lay_preview .list .list_item {
    display: flex;
}

.lay_preview .list .list_item:first-child {
    margin-bottom: 27px;
}

.lay_preview .list .list_item span {
    display: inline-block;
    width: 176px;
    text-align: right;
}

.lay_preview .list .list_item input {
    flex: 1;
    border: 0px;
    color: #FF8D1C;
}

.lay_preview .list .list_item input.input1 {
    margin-left: 5px;
    width: 40px;
    height: 24px;
    background: #FF8D1C;
    color: #fff;
    line-height: 24px;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    flex: none;
}

.lay_preview .list .list_item button {
    width: 40px;
    height: 24px;
    background: #FF8D1C;
    color: #fff;
    line-height: 24px;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
}

.lay_preview .list .list_item button:hover {
    background: #e70;
}

.lay_preview .list .list_item .wx_code {
    border: 1px solid #EDEDED;
    width: 158px;
    height: 158px;
    padding: 10px;
}

.lay_preview .list .list_item .wx_code img {
    width: 158px;
    height: 158px;
}

.lay_preview .buttom {
    background: #FFF5EE;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 27px;
}

.lay_preview .buttom p {
    line-height: 60px;
}

.lay_preview .buttom a {
    color: #FF8D1C;
}

.lay_preview .buttom a:hover {
    color: #e70;
}

.lay_share_Time {
    height: auto;
    overflow: hidden;
}

.lay_share_Time .lay_share_info {
    height: auto;
    overflow: hidden;
    padding: 20px 0px 0px 60px
}

.lay_share_Time .lay_share_info .item {
    display: flex;
}

.lay_share_Time .lay_share_info .item:first-child {
    margin-bottom: 27px;
}

.lay_share_Time .lay_share_info .item .bt {
    width: 130px;
    text-align: right;
}

.lay_share_Time .lay_share_info .item .right {
    flex: 1;
    padding-left: 10px
}

.lay_share_Time .lay_share_info .item .right .button {
    margin-bottom: 5px;
}

.lay_share_Time .lay_share_info .item .right button {
    width: 160px;
    height: 30px;
    border-radius: 30px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    /*background: #E70;*/
    background: #999;
}

/*.lay_share_Time .lay_share_info .item .right button:hover{background:#e70;cursor: no-drop;}*/
.lay_share_Time .lay_share_info .item .right button:disabled {
    background: #999999;
}

.lay_share_Time .lay_share_info .item .right .text2 {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}

.lay_encryption .lay_share_info {
    height: auto;
    overflow: hidden;
    padding: 24px 0px 0px 90px
}

.lay_encryption .lay_share_info .item {
    display: flex;
}

.lay_encryption .lay_share_info .item:first-child {
    margin-bottom: 20px;
}

.lay_encryption .lay_share_info .item:last-child .right .text2 {
    color: #333333;
    font-size: 14px;
}

.lay_encryption .lay_share_info .item a {
    color: #FF8D1C;
    margin-top: 2px;
}

.lay_encryption .lay_share_info .item .bt {
    width: 170px;
    text-align: right;
}

.lay_encryption .lay_share_info .right {
    flex: 1;
}

.lay_encryption .lay_share_info .right .text2 {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    margin-top: 4px;
}

.lay_website {
    height: auto;
    overflow: hidden;
}

.lay_website .website_tps,
.lay_language .website_tps {
    height: auto;
    overflow: hidden;
    padding: 20px 20px 12px 80px;
    font-size: 14px;
    color: #333;
}

.lay_website .website_tps a,
.lay_language .website_tps a {
    color: #FF8D1C;
}

.lay_website .website_pic,
.lay_language .website_pic {
    padding-left: 80px;
    height: auto;
    overflow: hidden;
}

.lay_website .website_tps,
.lay_website .website_pic {
    padding-left: 98px
}

.lay_website .website_pic .item,
.lay_language .website_pic .item {
    display: flex;
}

.lay_website .website_pic .item .bt,
.lay_language .website_pic .item .bt {
    width: 120px;
}

.lay_website .website_pic .item .pic,
.lay_language .website_pic .item .pic {
    flex: 1;
}

.lay_website.lay_vipGd_commont .lay_gd_botton {
    margin-top: 20px;
}

.lay_website .pic_img {
    position: relative;
    width: 164px;
    height: 279px;
    cursor: pointer;
}

.lay_website .pic_img .img_show {
    position: absolute;
    width: 164px;
    height: 279px;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.lay_website .pic_img .img_show i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/userPano/search.png) no-repeat;
}

.lay_website .pic_img .img_show span {
    color: #fff;
    display: inline-block;
}

.lay_website .pic_img:hover .img_show {
    display: flex;
}

.lay_language .pic_img {
    position: relative;
    width: 318px;
    height: 163px;
    cursor: pointer;
}

.lay_language .pic_img .img_show {
    position: absolute;
    width: 318px;
    height: 163px;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.lay_language .pic_img .img_show i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/userPano/search.png) no-repeat;
}

.lay_language .pic_img .img_show span {
    color: #fff;
    display: inline-block;
}

.lay_language .pic_img:hover .img_show {
    display: flex;
}




.lay_vipGd_commont .text_commont {
    height: auto;
    overflow: hidden;
    padding: 26px 40px 10px 40px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.lay_vipGd_commont.lay_downlod .text_commont {
    padding: 26px 26px 10px 26px;
}

.je_switch_box {
    width: 42px;
}

.je_switch_box .switch {
    display: none;
}

.je_switch_box .bg_con {
    width: 44px;
}

.je_switch_box label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: top;
    -webkit-user-select: none;
    background: url(../images/vrvip/off.png) center no-repeat;
    width: 44px;
    height: 24px;
}

.vr_manage_more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vr_manage_more .vr_manage_more_btn {
    width: 166px;
    height: 44px;
    border: 1px solid #EE7700;
    border-radius: 21px;
    display: block;
    line-height: 44px;
    border-radius: 44px;
    text-align: center;
    color: #e70;
    font-size: 14px;
}

.vr_manage_more .vr_manage_more_btn:hover {
    background: #e70;
    color: #fff;
}

.vr_time_layui {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    background: url(../images/quanjing/calendar.png) center center no-repeat;
}

.vr_time_layui_active {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    background: url(../images/quanjing/calendar-sel.png) center center no-repeat;
}

.user-px .search-box {
    right: 66px;
}

#vr_time_layui {
    color: transparent;
}

.vr-tpage {
    background: #fff;
    border-radius: 4px;
    width: 990px;
    padding: 0 20px;
    box-sizing: border-box;
}

.h-tit span.active {
    color: #333;
    font-weight: bold;
    position: relative;
}

.h-tit span.active:after {
    position: absolute;
    width: 40px;
    height: 3px;
    content: "";
    bottom: -6px;
    left: 50%;
    margin-left: -20px;
    background: #ff8d1c;
}


/*全景合成改版*/
.model-infolist ul li.none {
    display: none;
}

.select_panorama_copywriting {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 14px;
    padding-right: 20px;
    box-sizing: border-box;
}

.select_panorama_copywriting .org {
    color: #FF8D1C
}

.select_panorama_copywriting .copywriting_right {
    font-size: 12px;
}

.select_panorama_copywriting .copywriting_right a.org {
    color: #FF8D1C;
}

.select_panorama_copywriting .copywriting_right a.org:hover {
    text-decoration: underline;
    color: #e70;
}

.bottom_of_copy {
    display: flex;
    justify-content: center;
    color: #999999;
    font-size: 14px;
    margin-top: 19px;
    margin-bottom: 30px;
}

.composite_panorama_btn20216 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.composite_panorama_btn20216 .btn_submit {
    width: 240px;
    line-height: 40px;
    border-radius: 20px;
    background: #EE7700;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
}

.composite_panorama_btn20216 .btn_submit:hover {
    background: #f25510;
    color: #fff;
}

.composite_panorama_btn20216 .org {
    color: #FF8D1C;
    margin-left: 36px;
    font-size: 14px;
}

.composite_panorama_btn20216 .orgt:hover {
    color: #f25510;
    text-decoration: underline;
}

.vr-model-infolist ul li .inputbox .selectbox20216 {
    background: transparent;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    box-sizing: border-box;
}

.vr-model-infolist ul li .inputbox .selectbox20216 input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #333
}

.vr-model-infolist ul li .inputbox .selectbox20216 input::placeholder {
    color: #999
}

.vr-model-infolist ul li .inputbox .selectbox20216:hover input::placeholder {
    color: #333
}

.vr-model-infolist ul li .inputbox .selectbox20216::after {
    position: absolute;
    top: 0;
    right: 0px;
    content: "m²";
    z-index: 2;
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.vr-model-infolist ul li .inputbox .selectbox20216:hover input {
    color: #333;
}

.question20216 {
    position: relative;
    width: 44px;
    height: 20px;
    display: inline-block;
}

.question20216 .icon_question {
    position: relative;
    width: 44px;
    height: 20px;
    background: url(../images/quanjing/edit20216/question.png) center no-repeat;
    display: block;
}

.question20216 .question_tips20216 {
    position: absolute;
    top: 25px;
    left: 0;
    width: 265px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 4px rgb(51 51 51 / 20%);
    display: none;
    font-size: 14px;
    color: #333;
}

.question20216 .question_tips20216:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    left: 18px;
    top: -12px;
    filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, .2));
}

.question20216:hover {
    background: url(../images/quanjing/edit20216/question_h.png) center no-repeat;
}

.question20216:hover .question_tips20216 {
    display: block;
}

.question20216:hover .question_tips20216:before {
    display: block;
}

.checkboxs20216 label .icon-checkbox {
    height: 20px;
    line-height: 20px;
}

.checkboxs20216 input:disabled+label .icon-checkbox {
    height: 20px;
    line-height: 20px;
}

.model-infolist ul li .set_sm20216 p {
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 14px;
}

.add_label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.add_label span {
    padding: 0 20px;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    margin-right: 10px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.add_label span.active {
    color: #FF8D1C;
    border: 1px solid #FF8D1C;
}

.model-infolist ul li .inputbox .add_label span:hover {
    color: #FF8D1C;
    border: 1px solid #FF8D1C;
}

.newreg-navlist .btm {
    width: 200px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 10px;
    padding: 0px 5px !important;
}

.newreg-navlist .btm .item {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
}

.newreg-navlist .btm .item:hover {
    background: #FFFAF5;
    color: #e70;
}

.newreg-navlist .btm .item .icon {
    width: 30px;
    height: 50px;
    display: block;
    margin-right: 12px;
    width: 30px;
    height: 50px;
    display: block;
    margin-right: 12px;
}

.icon-vr-person {
    background: url(../images/quanjing/edit20216/icon_fanhui.png) center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-person {
    background: url(../images/quanjing/edit20216/icon_fanhui_y.png) center no-repeat;
}

.icon-vr-3dindex {
    background: url(../images/quanjing/edit20216/icon_jinru3D.png) center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-3dindex {
    background: url(../images/quanjing/edit20216/icon_jinru3D_y.png) center no-repeat;
}

/* 小程序管理 */
.newreg-left dl .appcre-19,
.newreg-left dl dd {
    font-size: 14px;
    text-indent: 18px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
}

.newreg-left dl .appcre-19 {
    padding: 0 5px !important;
}

.newreg-left dl .appcre-19 a,
.newreg-left dl dd a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
}


.newreg-left dl .appcre-19:hover,
.newreg-left dl dd:hover {
    background: #FFFAF5;
}

.newreg-left dl .appcre-19:hover a,
.newreg-left dl dd:hover a {
    color: #e70;
}

.newreg-left dl .appcre-19.active,
.newreg-left dl dd.active {
    background: #e70;
    color: #fff;
    padding: 0
}

.newreg-left dl .appcre-19.active a,
.newreg-left dl dd.active a {
    color: #fff;
}

.newreg-left dl .appcre-19 .icon,
.newreg-left dl dd .icon {
    width: 30px;
    height: 50px;
    display: block;
    margin-right: 6px;
}

.newreg-left dl dd .icon-new {
    display: block;
    width: 29px;
    height: 16px;
    background: url(../images/justeasy/new.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 2px;
    margin-right: 0;
}

/*小程序管理end  */


/*小程序管理  */

.icon-vr-l9 {
    background: url(../../images/vrvip/L9.png) center center no-repeat;
}

.newreg-left dl dd:hover .icon-vr-l9 {
    background: url(../../images/vrvip/L9-hover.png) center center no-repeat;
}

.newreg-left dl dd:hover.active .icon-vr-l9 {
    background: url(../../images/vrvip/L9-sel.png) center center no-repeat;
}

.newreg-left dl dd.active:hover .icon-vr-l9 {
    background: url(../../images/vrvip/L9-sel.png) center center no-repeat;
}

.icon-vr-20 {
    background: #999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 25px;
    margin-right: 12px;
}

.newreg-left .appletapp dd:hover {
    background: #fff;
}

.newreg-left .appletapp dd:hover a {
    color: #e70;
}

.newreg-left .appletapp dd.active {
    background: #fff;
    color: #e70;
    padding: 0
}

.newreg-left .appletapp dd.active a {
    color: #e70;
}

.newreg-left .appletapp dd:hover .icon-vr-20 {
    background: #e70;
}

.newreg-left .appletapp dd.active .icon-vr-20 {
    background: #e70;
}

.newreg-left .appletapp dd.active:hover .icon-vr-20 {
    background: #e70;
}


/*小程序管理end  */

.advert-gg-box .lay_gd_botton {
    height: auto;
    overflow: hidden;
    text-align: center;

    width: 200px;
    background: #FF8D1C;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    justify-items: center;
    line-height: 36px;
    cursor: pointer;
}

.advert-gg-box .tips202111 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: center;
}

.advert-gg-box .lay-gg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.advert-gg-box .lay-gg p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
}

.advert-gg-box .lay-gg .icon-switch-gg {
    width: 44px;
    height: 24px;
    background: url(../images/vrvip/on2.png) 0 center no-repeat;
}


.advert-gg-box .lay-gg .icon-switch-default {
    width: 44px;
    height: 24px;
    background: url(../images/vrvip/off2.png) 0 center no-repeat;
}

.kr-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.kr-box .kr-rlbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #999;
}

.kr-rlbox .air_bubbles .stxt-s-top {
    left: -40px;
    top: 22px;
}

.kr-rlbox .air_bubbles .stxt-s-top:before {
    border-bottom: 6px solid #fff;
    left: 48px;
    top: -13px
}

.kr-box .btn-org-k {
    width: 80px;
    height: 26px;
    display: block;
    border: 1px solid #EE7700;
    border-radius: 26px;
    color: #e70;
    padding: 0;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.kr-box .btn-org-k:hover {
    background: #EE7700;
    color: #fff;
}

.set_capacity {
    box-sizing: border-box;
}

.set_capacity .cont {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    box-sizing: border-box;
}

.set_capacity .input-box {
    background: #F8F8F8;
    padding: 10px 20px;
    box-sizing: border-box;
}

.set_capacity .btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.set_capacity .btm p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.set_capacity .btm p span {
    color: #FF8D1C;
    font-size: 24px;
    font-weight: bold;
}

.set_capacity .btm .btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0;
    width: 152px;
    height: 40px;
    background: #FF8D1C;
    border-radius: 20px;
}
.set_capacity .btm p span.sub-price {
    color: #999;
    margin-left: 24px;
    font-weight: normal;
    color: #999;
    font-size: 14px;
}
.set_capacity .btm p span.sub-price a {
    color: #666;
    text-decoration: underline;
}
.radio label .sub-price {
    color: #999;
}

.radio label .icon-tj {
    position: absolute;
    top: -12px;
    right: 0;
    display: block;
    width: 30px;
    height: 16px;
    background: url(../images/quanjing/202112/PC/good.png) center no-repeat;
}

.set_capacity .input-box .radio {
    width: 210px;
}

.set_capacity .input-box p {
    font-size: 14px;;
    font-weight: 400;
    color: #666666;
    margin-top: 6px;
}
.set_capacity .input-box p a {
    color: #666;
}
.set_capacity .input-box p a:hover{
    color:#333;
}
.buy_capacity .d-text {
    font-size: 14px;
    padding-top: 30px;
    box-sizing: border-box;
}

.buy_capacity .showbox-btn {
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
}




/*提示框*/
.air_bubbles {
    position: relative;
    cursor: pointer;
}

.air_bubbles .icon-question-circle {
    width: 20px;
    height: 20px;
    background: url(../images/vrvip/ask.png) center no-repeat;
    display: block;
}

.air_bubbles .stxt-s-top {
    font-size: 12px;
    color: #666;
    position: absolute;
    left: -40px;
    top: -64px;
    width: 290px;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgb(51 51 51 / 20%);
    box-shadow: 0 0 4px rgb(51 51 51 / 20%);
    cursor: pointer;
    display: none;
    line-height: 20px;
    text-align: left;
}

.air_bubbles .stxt-s-top:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;

    left: 43px;
    top: 28px;
}

.air_bubbles:hover .stxt-s-top {
    display: block;
}

em,i{font-style: normal;}
.layer_meal_3 .layer_bt{ background: #FFF5EE; height: 40px;color: #FF8D1C; line-height: 40px;font-size: 12px;text-align: center; margin-bottom: 10px;}
.layer_meal_3 .layer_bt em,.layer_meal_3 .layer_bt span{display: inline-block;}
.layer_meal_3 .layer_bt em{width: 50px; height: 24px; overflow: hidden;vertical-align: middle;}
.layer_meal_3 .layer_bt em.left{background: url('../../images/quanjing/new_img/L.png') no-repeat;}
.layer_meal_3 .layer_bt em.right{background: url('../../images/quanjing/new_img/R.png') no-repeat;}

.layer_meal_3 .layer_radio{ padding: 0px 20px; height: auto; overflow: hidden; padding-top: 11px; }
.layer_meal_3 .layer_radio .bts{font-size: 14px;color: #666666;padding-bottom: 10px;}
.layer_meal_3 .layer_radio .radio_list{height: auto; overflow: hidden;}
.layer_meal_3 .layer_radio .radio_list label{display: block;width: 33.333333333%;float: left;font-size: 14px;color: #333333; margin-bottom: 10px; cursor: pointer;}
 
.layer_meal_3 .layer_radio .radio_list label em{color: #999999;}
.layer_meal_3 .layer_radio .radio_list label input[type='radio']{-webkit-appearance: none;position: relative;width: 16px; top:2px;
-moz-appearance: none;appearance: none;border: 0; outline: 0 !important;cursor: pointer;padding: 0;height: 16px;margin-right: 6px;}

.layer_meal_3 .layer_radio .radio_list label input[type='radio']:before{border: 1px solid #DBDBDB;position: relative;background: #fff;transition: all .3s;width: 16px;
height: 16px;content: '';display: inline-block;left: 0;top: 0;border-radius: 50%;box-sizing: border-box;-webkit-transition: all .3s;}
.layer_meal_3 .layer_radio .radio_list label input[type="radio"]:checked:after{ background: #FF8D1C;color: #fff;content: '';color: #fff;position: absolute;
left: 4px;top: 4px; display: inline-block;width: 8px; height: 8px; border-radius: 50%;}
.layer_meal_3 .layer_radio .radio_list label input[type="radio"]:checked:before{border-color: #FF8D1C;}
.layer_meal_3 .layer_no_vip{ background: #F8F8F8; height: auto; overflow: hidden; padding: 20px 20px; padding-bottom:0px ;}
.layer_meal_3 .layer_no_vip .bts{font-size: 12px;color: #999999; height: auto; overflow: hidden;}
.layer_meal_3 .layer_no_vip .bts span{float: left;}
.layer_meal_3 .layer_no_vip .bts a{float: right;color: #EE7700;text-decoration: revert;}
.layer_meal_3 .no_list{height: auto; overflow: hidden;}
.layer_meal_3 .no_list .item{height: auto; overflow: hidden;display: flex;width: 33.3333333333333%;float: left;align-items: center; cursor: pointer;}
.layer_meal_3 .no_list .item .icon{width: 24px; height: 24px; background: url('../../images/quanjing/new_img/point.png') no-repeat;}
.layer_meal_3 .no_list .item.active .icon{width: 24px; height: 24px; background: url('../../images/quanjing/new_img/point-sel.png') no-repeat;}
.layer_meal_3 .no_list .item.active .info{border-color: #EE7700;}
.layer_meal_3 .no_list .item.active .texts span{color: #EE7700;}
.layer_meal_3 .no_list .item.active .texts em{color: #EE7700;}
.layer_meal_3 .no_list .right{flex: 1; padding-left: 10px;}
.layer_meal_3 .no_list .right .info{background: #fff;height: 60px; margin: 20px 0px;
background: #FFFFFF;width: 175px; border: 1px solid #fff;display: flex;
box-shadow: 0px 4px 20px 0px rgba(153, 153, 153, 0.3);text-align: center;
border-radius: 10px; align-items: center;}
.layer_meal_3 .no_list .right .info .bts{width: 75px;text-align: right;font-size: 14px;color: #333333;}
.layer_meal_3 .no_list .right .info .texts{flex: 1;font-size: 14px;color: #333333;}
.layer_meal_3 .no_list .right .info .texts span{font-size: 18px;font-weight: bold;}
.layer_meal_3 .no_list .right .info .texts em{font-weight: bold;}
.layer_meal_3 .layer_bottom{display: flex; height: auto; overflow:hidden ;align-items: center; padding-top: 20px; padding-left: 30px; padding-right: 30px;}
.layer_meal_3 .layer_bottom .pricle{flex: 1; color: 14px;color: #333333;}
.layer_meal_3 .layer_bottom .pricle em{font-size: 24px;color: #FF8D1C;font-weight: bold;}
.layer_meal_3 .layer_bottom .sub_button{width: 200px; height: 40px; overflow: hidden;}
.layer_meal_3 .layer_bottom .sub_button a{display: block;width: 100%; height: 40px; color: #fff !important; border-radius: 20px;text-align: center; line-height: 40px;font-size: 14px;
background: #FF8D1C;}

.layui_tipsss {
    padding-top: 10px;
    text-align: center;
    position: relative;
    height: 149px;
    box-sizing: border-box;
}
.layui_tipsss  .btn_org {
    width: 140px;
    height: 30px;
    background: #FF8D1C;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 70px);
    z-index: 2;

}
.layui_tipsss5 {
    height: auto;
}
.layui_tipsss5  .btn_org {
    position: relative;
    display: flex;
    margin: 15px auto 0;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

.layui-layer-hui .layui-layer-content a {
    text-decoration: underline;
    font-size: 14px;
}
.layui-layer-hui .layui-layer-content a:hover {
    font-size: 14px;
    text-decoration: underline;

}
.layer_from_Share .Share_main .Share_code .item .code {
    position: relative;
}

body .skin_vip20 {
    background: url(../../images/vr/vr202212/tanchuang1.png) center no-repeat;
    box-shadow: 0 0 0 0;
}
.synthetic_box {
    width: 532px;
    margin: 0 0 0 95px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
    height: 550px;
    position: relative;
}
.synthetic_box h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.synthetic_box .cont {
    font-size: 14px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}
.synthetic_box .cont span {
    font-size: 18px;
    color: #FF8D1C;
}
.synthetic_box .cont p span{
    font-size: 30px;
    font-weight: bold;
}
.synthetic_box .btn {
    position: absolute;
    bottom: 60px;
    width: 180px;
    height: 40px;
    background: #FF8D1C;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 90px);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}
.synthetic_box .see_more{
   margin-top: 20px

}
.synthetic_box .see_more a {
    color: #e70;text-decoration: underline;
}
.synthetic_box .more{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #7D7063;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
    cursor: pointer;
    z-index: 2;
    width: 100px;

}
.synthetic_box .more2{
    text-decoration: none;
}

body .skin_vip20 .layui-layer-setwin .layui-layer-close2 {
  right: -60px;
  top: -70px;
  width: 32px;
  height: 32px;
  background: url("../../images/quanjing/rechange20228/cha.png") center no-repeat;
}
body .skin_vip20 .layui-layer-setwin .layui-layer-close2:hover {
   background: url("../../images/quanjing/rechange20228/cha-sel.png") center no-repeat;
}
.synthetic_box2 {
    width: 532px;
    margin: 0 0 0 95px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
    height: 550px;
    position: relative;
}
.synthetic_box2 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.synthetic_box2 .cont {
    font-size: 14px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}
.synthetic_box2 .cont span {
    font-size: 18px;
    color: #FF8D1C;
}
.synthetic_box2 .cont p span{
    font-size: 30px;
    font-weight: bold;
}
.synthetic_box2 .btn {
    position: absolute;
    bottom: 60px;
    width: 180px;
    height: 40px;
    background: #FF8D1C;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 90px);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}
.synthetic_box2 .see_more{
   margin-top: 20px;
   outline: 0;
    border: 0;

}
.synthetic_box2 .see_more a {
    color: #e70;text-decoration: underline;
}
.synthetic_box2 .more{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #7D7063;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
    cursor: pointer;
    z-index: 2;
    width: 100px;

}
.synthetic_box2 .more2{
    text-decoration: none;
}

body .skin_vip20 .layui-layer-setwin .layui-layer-close2 {
  right: -60px;
  top: -70px;
  width: 32px;
  height: 32px;
  background: url("../../images/quanjing/rechange20228/cha.png") center no-repeat;
}
body .skin_vip20 .layui-layer-setwin .layui-layer-close2:hover {
   background: url("../../images/quanjing/rechange20228/cha-sel.png") center no-repeat;
}

/*迎接新年活动*/

/*.right-fixed {
    position: fixed;
    bottom: 130px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    width: 70px;
}

.right-fixed .right-fixed-list,
.right-fixed .gotop{
    border:5px solid #DF382A;
    border-radius: 10px;
    width: 70px;
    position: relative;
}
.right-fixed .gotop {
    height: 70px;
}
.right-fixed .right-fixed-list {
    margin-top: 0;
}
.show-left2 {
    right: 65px;
}
.right-fixed .right-fixed-list:after {
    position: absolute;
    width: 90px;
    height: 122px;
    background: url(../images/2023HappyNewYear/tuzi.png) center no-repeat;
    z-index: 3;
    content: " ";
        top: -117px;
    left: -17px;
}
.icon-new {
    display: block;
    width: 29px;
    height: 16px;
    background: url(../images/2023HappyNewYear/new.png) center no-repeat !important;
    background-size: 100%;
    position: absolute;
    right: -17px;
    top: 8px;
}
.i-icon-hot {
    width: 28px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0;
    right: -22px;
    background: url(../images/2023HappyNewYear/hot.png) no-repeat !important;
}*/