@charset "utf-8";
/*滚动条好看一点*/
::-webkit-scrollbar {
				width: 8px;
				height: 0;
				background: #fff;
			}
			
			::-webkit-scrollbar-thumb {
				background-color: rgba(0, 0, 0, 0.12);
				border-radius: 4px;
			}
/* CSS Document */
.errorTip {
    padding-left: 35px;
    height: 20px;
    color: #FF5648;
    clear: both;
}

.loginBox {
    background: url(../images/img_body_login.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    position: fixed;
    height: 100%;
    width: 100%;
}

.loginBox .logo {
    text-align: center;
    margin-top: 6%
}

.loginBox .loginMain {
    margin: 4% auto 0;
    width: 385px;
    background-color: #ffffff;
}

.loginBox .loginMain h3 {
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

.loginBox .log-group {
    margin: 0 40px;
}

.loginBox .log-group:after {
    clear: both;
}

.loginBox .log-group .listIpt input {
    width: 86%;
    padding: 7px 7px 7px 35px
}

.loginBox .log-group input.s1 {
    background: url(../images/img_log_icon.png) no-repeat 7px 7px;
}

.loginBox .log-group input.s2 {
    background: url(../images/img_log_icon.png) no-repeat 7px -21px;
}

.loginBox .log-group input.s3 {
    background: url(../images/img_log_icon.png) no-repeat 7px -55px;
}

.loginBox .log-group input.s4 {
    background: url(../images/img_log_icon.png) no-repeat 7px -85px;
}

.loginBox .log-group input.w1 {
    float: left;
    width: 110px;
    margin-right: 10px
}

.loginBox .log-group .btn-yzm {
    font-size: 12px;
    padding: 6px 25px;
    color: #fff;
    background-color: #D4BA69;
    border: 1px solid #D4BA69;
}

.loginBox .log-btn {
    padding-top: 10px;
    text-align: center;
}

.loginBox .log-btn .btn {
    width: 308px;
}

.loginBox .notPsw {
    padding: 10px 0;
    height: 16px;
    margin: 0 auto;
    width: 308px;
    text-align: left;
    color: #B0B7B9;
}

.loginBox .notPsw input {
    float: left;
    margin-right: 8px;
}

.loginBox .log-group-tip {
    margin: 0 40px;
    color: #999999;
}

.loginBox .log-group-tip a:link,
.loginBox .log-group-tip a:visited {
    color: #6FA7E8;
    text-decoration: underline;
}

.loginBox .log-other {
    margin: 0 auto;
    width: 308px;
    overflow: hidden;
    clear: both;
    line-height: 30px;
    padding-bottom: 10px;
    color: #999999;
}

.loginBox .log-other a:link,
.loginBox .log-other a:visited {
    color: #DAC37D;
}

.loginBox .log-other .lf-tx1 {
    float: left;
}

.loginBox .log-other .rf-tx1 {
    float: right;
}

.loginBox .log-other .center-tx1 {
    text-align: center;
}

.loginBox .btn.unCheaked {
    background-color: #999999;
    border: 1px solid #999999;
}

table.dataTbale {
    width: 100%;
    border-collapse: collapse;
}

table.dataTbale thead tr {
    background-color: #dddddd
}

table.dataTbale tbody {
    height: 744px;
}

table.dataTbale tbody tr {
    background-color: #ffffff
}

table.dataTbale tbody tr:nth-of-type(even) {
    background-color: #f6f7fa
}

table.dataTbale th {
    height: 40px;
    font-size: 14px;
}

table.dataTbale td {
    padding: 10px 0;
    text-align: center;
    color: #7b7b7b
}

table.dataTbale .blank th {
    height: 0;
    overflow: hidden;
}

table.dataTbale .w0 {
    width: 1%
}

table.dataTbale .w1 {
    width: 25%
}

table.dataTbale .w2 {
    width: 15%
}

table.dataTbale .w3 {
    width: 5.5%
}

table.dataTbale .w-1 {
    width: 75px
}

table.dataTbale .w-2 {
    width: 165px
}

table.dataTbale .w-3 {
    width: 110px
}

table.dataTbale span.c1 {
    color: #1495EB
}

table.dataTbale span.c2 {
    color: #FF5648
}

table.prizeSet {
    width: 100%;
    border-collapse: collapse
}

table.prizeSet thead tr {
    background-color: #e2e4ea
}

table.prizeSet tbody tr {
    background-color: #ffffff
}

table.prizeSet tbody tr:nth-of-type(even) {
    background-color: #f6f7fa
}

table.prizeSet td {
    padding: 20px 0;
    text-align: center;
    color: #7b7b7b
}

table.prizeSet th {
    height: 40px;
    text-align: center;
}

table.prizeSet th.w1 {
    width: 100px;
}

table.prizeSet th.w2 {
    width: 80px;
}

table.prizeSet th.w3 {
    width: 120px;
}

table.prizeSet th.w4 {
    width: 80px;
}

table.prizeSet th.w5 {
    width: 120px;
}

table.prizeSet td img {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: 10px
}

table.prizeSet td img.s1 {
    background: url(../images/icon_active.png) no-repeat 0 0;
}

table.prizeSet td img.s2 {
    background: url(../images/icon_active.png) no-repeat 0 -96px;
}

table.prizeSet td img.s3 {
    background: url(../images/icon_active.png) no-repeat 0 -200px;
    cursor: no-drop;
}

table.prizeSet td input[type="text"] {
    width: 100px;
}

table.prizeSet td input[type="number"] {
    width: 80px;
}

/* header ///////////////////// */
.navigatorBox {
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
    min-width: 1200px;
    width: 100%;
    height: 80px;
}

.navigatorBox .logo {
    display: block;
    float: left;
    margin-left: 40px;
}

.navigatorBox .logo {
    margin-top: 16px;
}

.navigatorBox .navigator {
    margin-top: 26px;
    height: 54px;
    float: right;
    padding-right: 20px;
}

.navigatorBox .navigator .registerrC {
    display: inline-block;
    position: relative;
    width: 182px;
    font-size: 14px;
    line-height: 30px;
    border: none;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}

.navigatorBox .navigator .registerrC img {
    margin-left: 6px;
}

.navigatorBox .navigator .registerrC .registerrBox {
    position: absolute;
    top: 30px;
    left: 0;
    width: 160px;
    height: 158px;
    z-index: 100;
    display: none;
}

.navigatorBox .navigator .registerrC .registerrBox .registerrBoxc {
    background: rgba(0, 0, 0, 0.75);
    margin-top: 24px;
}

.navigatorBox .navigator .registerrC .registerrBox .registerrBoxc a {
    display: block;
    width: 100%;
    text-align: center;
    height: 53px;
    line-height: 53px;
}

.navigatorBox .navigator .registerrC .registerrBox .registerrBoxc a.border-c {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}

.navigatorBox .nav-main {
    float: left;
}

.navigatorBox .nav-main.tisi ul li.nav {

    position: relative;
    margin-right: 20px;
}

.navigatorBox .nav-main.tisi ul li.nav .num {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 100%;
    font-size: 6px;
    text-align: center;
    line-height: 15px;
}

.navigatorBox .nav-main.tisi ul li.nav.vip {
    position: relative;
}

.navigatorBox .nav-main.tisi ul li.nav.vip .deng {
    color: #D4BA69;
}

.navigatorBox li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 50px;
}

.navigatorBox .nav.vip {
    margin-right: 50px;
}

.navigatorBox .nav.vip .imgVip {
    margin-right: 10px;
    vertical-align: middle;
}

.navigatorBox .nav.vip .lev {
    margin-right: 13px;
}

.navigatorBox .nav.vip .deng {
    color: #D4BA69
}



.navigatorBox li a:link,
.navigatorBox li a:visited {
    color: #ffffff
}

.navigatorBox li.on a:link,
.navigatorBox li.on a:visited {
    color: #d4ba69;
}

.navigatorBox .logBox {
    float: left;
    margin-left: -12px;
    margin-right: 20px;
}

.navigatorBox .notLogInBox {
    float: left;
}

.navigatorBox .btn {
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0);
    width: 76px;
    height: 28px;
    /*padding: 3px 15px;*/
    padding: 3px 0;
}

.navigatorBox .btn-logIn {
    color: #d4ba69;
    border: 1px solid #d4ba69;
    border-radius: 2px;
}

.navigatorBox .btn-register {
    border-style: none;
    color: #f9fafa;
}

.navigatorBox .logInBox {
    float: left;
    display: block;
    position: relative;
    height: 55px;
    width: 165px;
}

.navigatorBox .img1 {
    float: left;
    margin-left: 9px;
    margin-right: 7px;
}

.navigatorBox .id {
    float: left;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #f9fafa;
}

.navigatorBox .img2 {
    float: left;
    margin-top: 10px;
    margin-left: 13px;
}

.navigatorBox .select {
    position: absolute;
    overflow: hidden;
    width: 160px;
    top: 54px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.navigatorBox .select div {
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
    margin: 0;
}

.navigatorBox .select span {
    color: #d4ba69;
}

.navigatorBox .active_ {
    float: left;
    margin-left: 100px;
    line-height: 75px;
    color: #fff;
}

.navigatorBox .active {
    float: left;
    margin-left: 100px;
    color: #d4ba69;
    line-height: 75px;
    border-bottom: 4px #d4ba69 solid;
}

/* body ///////////////////// */
.settingbody {
    width: 100%;
    min-width: 1340px;
    overflow: hidden;
    background-color: #F3F3F3;
}

.settingbody .setCon {
    margin: 20px 0 0 20px;
    font-size: 12px;
}

.sideNav {
    float: left;
    width: 263px;
    min-height: 600px;
    /*height: 600px;*/
    background-color: #ffffff;
}

.sideNav .sideList {
    clear: both;
}

.sideNav .nav-title {
    padding-left: 76px;
    height: 60px;
    line-height: 80px;
    font-size: 18px;
    clear: both;
}
.sideNav .nav-title_ {
    text-align: center;
    height: 50px;
    width:100%;
    line-height: 50px;
    font-size: 14px;
    clear: both;
}
.sideNav .nav-title a:link,
.sideNav .nav-title a:visited {
    color: #333333
}

.sideNav .nav-title.s1 {
    background: url(../images/img_user_icon.png) no-repeat 35px 18px;
}

.sideNav .nav-title.s2 {
    background: url(../images/img_user_icon.png) no-repeat 35px -75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sideNav .nav-title.s3 {
    background: url(../images/Shape_icon.png) no-repeat 40px 30px;
    /*background-size: 100% 100%;*/
}

/*.sideNav .nav-title.s4{*/
/*background: url(../images/Shape_icon.png) no-repeat 40px 30px;*/
/*!*background-size: 100% 100%;*!*/
/*}*/
.sideNav .nav-title.s4 {
    background: url(../images/img_user_icon.png) no-repeat 35px -170px;
}

.sideNav .nav-title_.s5 {
background:#fff;
color: #666666
}
.sideNav .nav-title_.on {
background:rgba(212,186,105,1);
color: #fff
}
.sideNav .nav-title.s7 {
    background: url(../images/zfb_title.png) no-repeat 37px 30px;
}
.nav-title_child{
    cursor: pointer;
}
.sideNav .nav-list {
    font-size: 14px;
}

.sideNav .nav-list li {
    padding-left: 100px;
    height: 50px;
    line-height: 50px;
}

.sideNav .nav-list li.on {
    background-color: #D4BA69;
}

.sideNav .nav-list a:link,
.sideNav .nav-list a:visited {
    color: #7B7B7B;
}

.sideNav .nav-list li.on a:link,
.sideNav .nav-list li.on a:visited {
    color: #ffffff;
}

.mainWarp {
    padding: 0 20px 0 293px;
}

.mainWarp_ {
    padding: 0 10px 0 293px;
}

.mainWarp .templatesWarp {
    width: auto;
}

.mainWarp .bodyer {
    min-width: 1000px;
    padding: 30px 0 0;
}

.myWarp-iframe {
    width: 100%;
    margin-top: -211px;
}

.mainWarp-button_ {
    position: absolute;
    top: 95px;
    right: 30px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #4A90E2;
    cursor: pointer
}

.mainWarp-title {
    width: 100%;
    height: 52px;
    line-height: 65px;
    text-align: left;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
}
.mainWarpC{
    overflow: hidden;
    height:40px;
    line-height: 40px;
    margin-top:10px;
}
.mainWarpC .mainWarpCL{
    float: left;
    width:35%;
}
.mainWarpC .mainWarpCL .mainWarpCLl,.mainWarpC .mainWarpCL .mainWarpCLr{
    float:left;
    font-size: 14px;
}
.mainWarpC .mainWarpCL .mainWarpCLl{
    margin-right: 30px;
}
.mainWarpC .mainWarpCL .mainWarpCLl .icon_time{
    display: inline-block;
    width:17px;
    height:14px;
    margin-right:6px;
    vertical-align: middle;
    background: url(../images/icon_time.png) no-repeat 100% 100%;
}
.mainWarpC .mainWarpCL .mainWarpCLr .icon_Users{
    display: inline-block;
    width:17px;
    height:14px;
    margin-right:6px;
    vertical-align: middle;
    background: url(../images/icon_Users.png) no-repeat 100% 100%;
}






.mainWarpC .mainWarpCR{
    float: left;
    width:65%;
}



.mainWarp-content {
    width: 99%;
    background: #fff;
    overflow: hidden;
}

.mainWarp-content .img1 {
    display: block;
    width: 200px;
    margin: 50px auto 22px;
}

.mainWarp-content .img2 {
    display: block;
    width: 450px;
    margin: 67px auto 0;
}
.mainWarp-content .codeImgUrl{
    display: block;
    padding:0px;
    width: 150px;
    height: 150px;
    border: 1px solid #DADADA;
    margin:150px auto 0;
}
.mainWarp-content .text1{
    display:block;
    color: #333333;
    margin: 20px auto 4px;
    width: 100%;
    height:30px ;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}
.mainWarp-content .text2{
    display:block;
    margin: 0 auto 5px;
    width: 100%;
    height:30px ;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.mainWarp-content .text3{
    display:block;
    margin: 0 auto;
    width: 100%;
    height:22px ;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.mainWarp-content .text{
    display: block;
    width: 500px;
    margin: 10px auto;
    height: 50px;
}
.mainWarp-content .text4{
    display: block;
    float: left;
    width: 120px;
    height: 22px;
    font-size: 12px;
    color: #333333;
    text-align: left;
    margin-left: 14px;
}
.mainWarp-content .text5{
    margin: 0 73px 0 48px;
    display: block;
    float: left;
    width: 125px;
    height: 22px;
    font-size: 12px;
    color: #333333;
    text-align: left;
}
.mainWarp-content .text6{
    display: block;
    float: left;
    width: 117px;
    height: 22px;
    font-size: 12px;
    color: #333333;
    text-align: left;
}
.mainWarp-button {
    width: 280px;
    height: 38px;
    line-height: 38px;
    opacity: 0.7;
    font-size: 14px;
    color: #FFFFFF;
    background: #D4BA69;
    position: relative;
    margin: 20px auto 60px;
    text-align: center;
    cursor: pointer;
}

.mainWarp_ div {
    display: inline-block;
    position: relative;
    width: 305px;
    padding: 10px 10px 8px 10px;
    height: 356px;
    background: #fff;
    margin: 0 20px 30px 0;
    vertical-align: top;
}

.mainWarp_ div img {
    width: 305px;
    height: 305px;
    margin-bottom: 10px;
}
.mainWarp_  a {
    cursor: default
}

.mainWarp_ div p:nth-child(2) {
    display: inline-block;
    width: 188px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #4A4A4A;
    text-align: left;
}

.mainWarp_ div span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 188px;
    height: 24px;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    text-align: left;
}
.mainWarp_ div p:nth-child(4) {
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(212,186,105,1);
    cursor: pointer;
}

/* ////////////////////////////// */

.myActive .bootstrap-table {
    float: left;
    padding: 20px 0;
    width: 100%
}
.myActive .prizeNum{
    width: 95%;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    margin:10px auto 0;
}
.myActive .fixed-table-container {
    border: 0
}

.myActive #myActiveTable th {
    font-size: 14px;
    text-align: center;
    background-color: #dddddd;
    padding: 0;
}

.myActive #myActiveTable td {
    vertical-align: middle;
    text-align: center;
    color: #7b7b7b;
    background-color: #ffffff;
    border-top: 25px solid #F3F3F3;
    border-left: 0;
    padding: 18px 0
}

.myActive #myActiveTable td:nth-child(2) {
    font-weight: bold
}

.myActive #myActiveTable td strong {
    font-size: 14px;
}

.myActive #myActiveTable td.status {
    position: relative;
}

.myActive #myActiveTable td.status img {
    position: absolute;
    left: -2px;
    top: -2px;
}

.myActive #myActiveTable td.editArea span {
    cursor: pointer;
}

.myActive #myActiveTable span.c1 {
    color: #1495EB
}

.myActive #myActiveTable span.c2 {
    color: #FF5648
}

.myActive #myActiveTable1 th {
    font-size: 14px;
    text-align: center;
    background-color: #E2E4EA;
    border: none
}

.myActive #myActiveTable1 td {
    vertical-align: middle;
    text-align: center;
    color: #7b7b7b;
    background-color: #ffffff;
    border-top: 5px solid #F3F3F3;
    border-left: 0;
    padding: 18px 0
}

.myActive #myActiveTable1 td:nth-child(1) {
    font-weight: bold
}

.myActive #myActiveTable1 td strong {
    font-size: 14px;
}

.myActive #myActiveTable1 td.status {
    position: relative;
}

.myActive #myActiveTable1 td.status img {
    position: absolute;
    left: -2px;
    top: -2px;
}

.myActive #myActiveTable1 td.editArea span {
    cursor: pointer;
}

.myActive #myActiveTable1 span.c1 {
    color: #1495EB
}

.myActive #myActiveTable1 span.c2 {
    color: #FF5648
}

.myActive #myActiveTable1 .c3 {
    color: #1495EB;
    border-right: 2px solid #979797;
    padding: 0 8px;
    cursor: pointer;
}

.myActive #myActiveTable1 .c5 {
    color: #1495EB;
    padding: 0 8px;
    cursor: pointer;
}

.myActive #myActiveTable1 .c4 {
    color: #1495EB;
    padding: 0 8px;
    border-right: 2px solid #979797;
    cursor: pointer;
}
.myActive #myActiveTable2 span.c4 ,.myActive #redPackTable span.c4{
    border-bottom:1px solid #1495EB;
    color:#1495EB;
    cursor: pointer;
}

.myActive #myActiveTable2 th,.myActive #redPackTable th,.myActive #redPackTable2 th ,.myActive #redPackTable3 th{
    font-size: 14px;
    text-align: center;
    background-color: #E2E4EA;
    border:none
}

.myActive #myActiveTable2 td,.myActive #redPackTable td ,.myActive #redPackTable2 td,.myActive #redPackTable3 td{
    vertical-align: middle;
    text-align: center;
    color: #7b7b7b;
    background-color: #ffffff;
    border-top: 5px solid #F3F3F3;
    border-left: 0;
    padding: 18px 0
}

.myActive #myActiveTable2 td:nth-child(1),.myActive #redPackTable td:nth-child(1),.myActive #redPackTable2 td:nth-child(1),.myActive #redPackTable3 td:nth-child(1) {
    font-weight: bold
}

.myActive #myActiveTable2 td strong,.myActive #redPackTable td strong,.myActive #redPackTable2 td strong ,.myActive #redPackTable3 td strong{
    font-size: 14px;
}

.myActive #myActiveTable2 td.status,.myActive #redPackTable td.status,.myActive #redPackTable2 td.status,.myActive #redPackTable3 td.status {
    position: relative;
}

.myActive #myActiveTable2 td.status img,.myActive #redPackTable td.status img,.myActive #redPackTable2 td.status img,.myActive #redPackTable3 td.status img {
    position: absolute;
    left: -2px;
    top: -2px;
}

.myActive #myActiveTable2 td.editArea span,.myActive #redPackTable td.editArea span,.myActive #redPackTable2 td.editArea span,.myActive #redPackTable3 td.editArea span {
    cursor: pointer;
}

.myActive #myActiveTable2 span.c1,.myActive #redPackTable span.c1,.myActive #redPackTable2 span.c1,.myActive #redPackTable3 span.c1 {
    color: #1495EB
}

.myActive #myActiveTable2 span.c2,.myActive #redPackTable span.c2,.myActive #redPackTable2 span.c2,.myActive #redPackTable3 span.c2 {
    color: #FF5648
}

.myActive #myActiveTable3 th {
    font-size: 14px;
    text-align: center;
    background-color: #E2E4EA;
    border:none
}

/*.myActive #myActiveTable3 th:nth-child(2) {*/
    /*display: none*/
/*}*/

.myActive #myActiveTable3 td {
    vertical-align: middle;
    text-align: center;
    color: #7b7b7b;
    background-color: #ffffff;
    border-top: 5px solid #F3F3F3;
    border-left: 0;
    padding: 18px 0
}

.myActive #myActiveTable3 td:nth-child(1) {
    font-weight: bold
}

.myActive #myActiveTable3 td strong {
    font-size: 14px;
}

.myActive #myActiveTable3 td.status {
    position: relative;
}

.myActive #myActiveTable3 td.status img {
    position: absolute;
    left: -2px;
    top: -2px;
}

.myActive #myActiveTable3 td.editArea span {
    cursor: pointer;
}

.myActive #myActiveTable3 span.c1 {
    color: #1495EB
}

.myActive #myActiveTable3 span.c6 {
    color: #1495EB;
    cursor: pointer;
    font-size: 14px
}

.myActive #myActiveTable3 span.c2 {
    color: #FF5648
}




.myActive #myActiveTable5 th {
    font-size: 14px;
    text-align: center;
    background-color: #E2E4EA;
    border:none
}


.myActive #myActiveTable5 td {
    vertical-align: middle;
    text-align: center;
    color: #7b7b7b;
    background-color: #ffffff;
    border-top: 5px solid #F3F3F3;
    border-left: 0;
    padding: 18px 0
}

.myActive #myActiveTable5 td:nth-child(1) {
    font-weight: bold
}

.myActive #myActiveTable5 td strong {
    font-size: 14px;
}

.myActive #myActiveTable5 td.status {
    position: relative;
}

.myActive #myActiveTable5 td.status img {
    position: absolute;
    left: -2px;
    top: -2px;
}

.myActive #myActiveTable5 td.editArea span {
    cursor: pointer;
}

.myActive #myActiveTable5 span.c1 {
    color: #1495EB
}

.myActive #myActiveTable5 span.c6 {
    color: #1495EB;
    cursor: pointer;
    font-size: 14px
}

.myActive #myActiveTable5 span.c2 {
    color: #FF5648
}

.myActive #myActiveTable4 th {
    font-size: 14px;
    text-align: center;
    background-color: #E2E4EA;
    border:none
}

.myActive #myActiveTable4 td {
    vertical-align: middle;
    text-align: center;
    color: #7b7b7b;
    background-color: #ffffff;
    border-top: 5px solid #F3F3F3;
    border-left: 0;
    padding: 18px 0
}

.myActive #myActiveTable4 td:nth-child(1) {
    font-weight: bold
}

.myActive #myActiveTable4 td strong {
    font-size: 14px;
}

.myActive #myActiveTable4 td.status {
    position: relative;
}

.myActive #myActiveTable4 td.status img {
    position: absolute;
    left: -2px;
    top: -2px;
}

.myActive #myActiveTable4 td.editArea span {
    cursor: pointer;
}

.myActive #myActiveTable4 span.c1 {
    color: #1495EB
}

.myActive #myActiveTable4 span.c2 {
    color: #FF5648
}


/* //modify password // addInfo ////////// */
.usersWarp {
    /*width: 1140px;*/
    /*padding: 60px 0;*/
    /*margin:60px auto;*/
    background-color: #ffffff
}

.usersWarp h3 {
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

.usersWarp .mdfPsw {
    width: 300px;
    margin: 30px auto;
    padding-bottom:50px;
}

.usersWarp .addinfo {
    width: 300px;
    padding-top: 20px;
    /*margin:30px auto;*/
}

.usersWarp .log-group .listIpt {
    margin-bottom: 10px;
		position: relative;
}

.usersWarp .log-group:after {
    clear: both;
}

.usersWarp .log-group .listIpt input {
    width: 67%;
    padding: 7px 7px 7px 85px
}

.usersWarp .log-group input.s1 {
    background: url(../images/img_users_icon.png) no-repeat 5px -137px;
}

.usersWarp .log-group input.s2 {
    background: url(../images/img_users_icon.png) no-repeat 5px -183px;
}

.usersWarp .log-group input.s3 {
    background: url(../images/img_users_icon.png) no-repeat 5px -230px;
}

.usersWarp .log-group .listIpt  h6{
   position: absolute;
	 font-size: 12px;
	 color: #333;
	 line-height: 36px;
	 width: 85px;
	 text-align: right;
	 left: 0;
	 top: 0;
	 user-select: none;
}



.usersWarp .log-btn {
   flex-wrap: wrap;
   display: flex;
   justify-content: center;
   align-items:center;
}

.usersWarp .log-btn .btn {
    width: 100px;
		padding: 5px 10px !important;
		margin: 5px 10px;
		user-select: none;
}
.usersWarp .log-btn .btn.button-hui{
	background-color: #C7C7CC !important;
	border: 0 !important;
}
/* /banner///////////////////////////////////////// */
.bannerBox {
    min-width: 1200px;
    height: 400px;
    padding-top: 80px;
    background-image: url(../images/activityBg.png);
}

.bannerBox .subBox {
    width: 1200px;
    margin: 0 auto;
}

.bannerBox .leftBox {
    vertical-align: top;
    padding-left: 40px;
    padding-top: 61px;
    display: inline-block;
    width: 370px;
}

.bannerBox .contentBox1 {
    font-size: 35px;
    line-height: 49px;
    color: #fff;
}

.bannerBox .leftBox span {
    color: #d4ba69;
}

.bannerBox .contentBox2 {
    font-size: 25px;
    line-height: 36px;
    color: #FFFFFF;
}

.bannerBox .whiteLine {
    width: 148px;
    background-color: #fff;
    border: 2px solid #fff;
    margin-top: 19px;
    margin-bottom: 24px;
}

.bannerBox .rightBox {
    vertical-align: top;
    display: inline-block;
    padding-left: 180px;
}


/*active template///////////////////////////////////////// */
.templatesWarp {
    padding: 0 0 50px 25px;
    margin: 0 auto;
    width: 1175px;
    overflow: hidden;
    zoom: 1;
}

.templatesWarp .liBox {
    float: left;
    padding: 10px 6px;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 25px 23px 0px 0;
    position: relative;
}

.templatesWarp .img {
    width: 200px;
    height: 190px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center
}

.templatesWarp .img img {
    width: 188px;
    height: 188px;
}

.templatesWarp .img .ewmBox {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 25px;
    height: 188px;
    background-color: rgba(255, 255, 255, 0.75);
}

.templatesWarp .img .ewmBox img {
    width: 140px;
    height: 140px
}

.templatesWarp .txt {
    height: 30px;
    line-height: 30px
}

.templatesWarp .txt .title {
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 112px;
    height: 30px;
    overflow: hidden;
}

.templatesWarp .tag {
    color: #c4c4c4;
    height: 20px;
}

.templatesWarp .tag span {
    float: left;
    border: 1px solid #c4c4c4;
    padding: 0 3px;
    border-radius: 5px;
    margin-right: 5px
}

.templatesWarp .btnBox {
    position: absolute;
    right: 8px;
    bottom: 12px
}

.templatesWarp .btnBox .create {
    padding: 3px 15px;
    background-color: #D4BA69;
    border: 1px solid #D4BA69;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
}

/* rule///////////////////////////////////////// */
.ruleBox {
    padding-bottom: 30px;
    height: 100%;
    overflow: hidden;
    background-color: #f3f3f3;
}

.ruleBox .subBox {
    margin: 0 auto;
    width: 700px;
    background-color: rgba(255, 255, 255, 1);
    padding: 14px 59px 26px 59px;
    margin-bottom: 41px;
    margin-top: 23px;
}

.ruleBox .subBox h1 {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.ruleBox .subBox p {
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
}

.ruleBox .subBox h2 {
    font-size: 18px;
    line-height: 30px;
    color: #7B7B7B;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* about us///////////////////////////////////////// */
.usBox {
    padding: 30px 0;
    margin: 0 auto;
    width: 700px;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.usBox .subBox {
    padding: 14px 59px 26px;
    margin-bottom: 20px;

}

.usBox .subBox h2 {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.usBox .subBox p {
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
}

/* help ///////////////////////////////////////// */
.helpBox {
    padding-bottom: 30px;
    background-color: #f3f3f3;
}

.helpBox .subBox {
    width: 1200px;
    margin: 0 auto;
}

.helpBox .leftBox {
    float: left;
    width: 173px;
    margin-left: 40px;
    margin-top: 24px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.helpBox .leftBox h1 {
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 25px;
}

.helpBox .leftBox .tip {
    display: inline-block;
    margin-right: 6px;
    width: 3px;
    height: 17px;
    border-radius: 8px;
    background-color: #d4ba69;
}

.helpBox .leftBox .item {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #7b7b7b;
}

.helpBox .leftBox .item-check {
    background-color: #d4ba69;
    color: #fff;
}

.helpBox .listBox {
    float: left;
    width: 928px;
    margin-top: 24px;
    margin-left: 10px;
    background-color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 30px;
    min-height: 558px;
}

.helpBox .listBox .item {
    margin: 0 30px;
    height: 93px;
    border-bottom: 1px solid #dbdbdb;
}

.helpBox .listBox a:link,
.helpBox .listBox a:visited {
    color: #333333
}

.helpBox .listBox .item .content {
    font-size: 18px;
    line-height: 93px;
    color: #333333;
    float: left;
}

.helpBox .listBox .item .time {
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    float: right;
    margin-top: 45px;
}

.helpBox .detailBox {
    float: left;
    width: 928px;
    margin-top: 24px;
    margin-left: 10px;
    background-color: #fff;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    padding: 23px 0 42px 30px;

}

.helpBox .detailBox h1 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.helpBox .detailBox .time {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    margin-top: 10px;
}

.helpBox .detailBox h2 {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.helpBox .detailBox .list>li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.helpBox .detailBox .subList>li {
    margin: 10px 20px;
}

.helpBox .detailBox p {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.helpBox .detailBox .otherBox {
    margin-top: 10px;
}

.helpBox .detailBox .otherBox>div {
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}



/* dataClass  ///////////////////////////////////////// */
.dataClass {
    text-align: left;
    height: 120px
}

.dataClass .newUser,
.dataClass .ParticipationTotle,
.dataClass .pirzeTotle,
.dataClass .pirzeRank {
    width: 140px;
    height: 77px;
    border-radius: 5px;
    padding-left: 70px;
    float: left;
    margin-right: 45px
}

.dataClass .newUser {
    background: url(../images/ico_new.png) no-repeat 20px center #ffffff;
}

.dataClass .ParticipationTotle {
    background: url(../images/ico_user.png) no-repeat 20px center #ffffff;
}

.dataClass h3 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c
}

.dataClass .newUser .txtBox {
    color: #52e3c3;
    font-size: 20px;
    padding-left: 30px
}

.dataClass .ParticipationTotle .txtBox {
    color: #494949;
    font-size: 20px;
    padding-left: 20px
}

.dataClass .pirzeTotle {
    background: url(../images/ico_prize.png) no-repeat 20px center #ffffff;
}

.dataClass .pirzeTotle .txtBox {
    font-size: 16px;
}

.dataClass .pirzeTotle .txtBox a:link,
.dataClass .pirzeTotle .txtBox a:visited {
    color: #1495EB;
}

.dataClass .pirzeRank {
    background: url(../images/ico_rank.png) no-repeat 20px center #ffffff;
}

.dataClass .pirzeRank .txtBox {
    font-size: 16px;
}

.dataClass .pirzeRank .txtBox a:link,
.dataClass .pirzeRank .txtBox a:visited {
    color: #1495EB;
}


/* awardsControl  ///////////////////////////////////////// */
.awardsControl {
    height: 45px;
    background-color: #ffffff;
    padding: 10px 20px 0;
    margin-bottom: 20px
}

.awardsControl .lBox {
    float: left;
}

.awardsControl .rBox {
    float: right;
}

.awardsControl .export {
    float: left;
    padding-right: 10px
}

.awardsControl .lBox input {
    width: 120px
}

.awardsControl .lBox .Wdate {
    width: 120px;
}

.awardsControl .lBox .btn {
    background-color: #F5A623;
    color: #ffffff;
    border: 0;
    height: 28px;
    padding: 3px 15px;
    font-size: 14px;
}

.awardsControl .rBox .btn {
    background-color: #1495EB;
    color: #ffffff;
    border: 0;
    height: 28px;
    padding: 3px 15px;
    font-size: 14px;
}

.awardsList {
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
}

.awardsList .prizeSendData .caret {
    border-bottom: 0
}

/* activeCon  ///////////////////////////////////////// */
.activeCon {
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
}

.activeCon h3 {
    text-align: center;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding-bottom: 20px
}

.activeCon h3 span {
    padding: 0 20px;
}

.activeCon h3 a:link,
.activeCon h3 a:visited {
    color: #888888
}

.activeCon h3 span.on {
    font-weight: 700
}

.activeCon h3 span.on a:link,
.activeCon h3 span.on a:visited {
    color: #333333;
}

.activeCon .titleBox {
    height: 40px
}

.activeCon .hdtab {
    float: left;
    height: 30px;
    line-height: 30px
}

.activeCon .hdtab li {
    float: left;
    margin-right: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.activeCon .hdtab li.on {
    color: #ffaf32;
    border-bottom: 2px solid #ffaf32
}

.activeCon .selectDate {
    float: right
}

.activeCon .con2a {
    float: left;
    width: 22%;
    height: 450px;
}

.activeCon .con2b {
    float: left;
    width: 75%;
    border: 1px solid #EEF1F4;
    height: 420px;
    border-radius: 5px;
    margin-left: 2.5%;
}

.activeCon .con2a .dataBox1 {
    border: 1px solid #EEF1F4;
    border-radius: 5px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 20px;
    text-align: center;
}

.activeCon .con2a .dataBox1 span {
    font-size: 50px;
    color: #FF5648
}

.activeCon .con2a .dataBox1 sub {
    color: #999999
}

.activeCon .con2a .dataBox2 {
    border: 1px solid #EEF1F4;
    border-radius: 5px;
    height: 260px;
}

.activeCon .con2a dl {
    padding: 28px 0 0 30px;
}

.activeCon .con2a dt {
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

.activeCon .con2a dd {
    font-size: 28px;
    line-height: 40px;
}

.activeCon .con2a dd span {
    font-size: 12px;
}

.activeCon .con2b .selectDate {
    float: right;
    padding-top: 30px;
    padding-right: 20px;
    height: 65px
}

.activeCon .costList {
    border: 1px solid #EEF1F4;
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.activeCon .costList .controlBox {
    height: 50px
}

.activeCon .costList .selectDate {
    float: left
}

.activeCon .costList .export {
    float: right;
    padding-right: 10px;
}

.activeCon .costList .export .btn {
    background-color: #1495EB;
    color: #ffffff;
    border: 0;
}

.activeCon .costList .dataCon {
    height: 400px;
    overflow-y: auto;
}

.activeCon .costList .dataCon #dataTable th {
    height: 40px
}

.activeCon .chartBox1 {
    height: 400px;
}

.activeCon .chartBox2 {
    height: 310px;
    margin: 0 10px;
    clear: both;
}

.activeCon .chartBox3 {
    float: left;
    border: 1px solid #EEF1F4;
    height: 500px;
    width: 48.5%;
}

.activeCon .chartBox4 {
    float: left;
    border: 1px solid #EEF1F4;
    height: 500px;
    width: 48.5%;
    margin-left: 2%;
}

/* creat setting  ///////////////////////////////////////// */
.setCon {
    background-color: #ffffff;
    padding: 20px 0 0 20px;
    overflow: hidden;
    width: 1020px;
    float: left
}

.setCon .col3a {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.setCon .col3a iframe {
    width: 100%;
}

.setCon .col3a .createurl dt {
    font-weight: 700;
    line-height: 40px
}

.setCon .col3a .createurl dd {
    line-height: 20px;
    word-wrap: break-word;
}

.setCon .col3b {
    float: left;
    width: 545px;
    margin-right: 20px
}

.setCon .col2b {
    float: left;
}

.setCon .previewBox h3 {
    font-size: 24px;
    color: #4A4A4A;
    height: 45px;
}

.setCon .previewBox .tag {
    height: 40px
}

.setCon .previewBox .tag span {
    float: left;
    border: 1px solid #c4c4c4;
    padding: 0 3px;
    border-radius: 5px;
    margin-right: 5px
}

.setCon .previewBox .intro {
    color: #878787;
    line-height: 175%;
    font-size: 14px;
}

.setCon .previewBox .btnBox .btn1 {
    background-color: #1495EB;
    border-color: #1495EB;
    color: #ffffff;
    width: 160px
}

.setCon .previewBox .btnBox .btn2 {
    background-color: #E3920D;
    border-color: #E3920D;
    color: #ffffff;
    width: 160px
}

.setCon .col3c {
    float: right;
    width: 160px;
}

.setCon .previewBox {
    width: 630px;
}

.setCon .previewBox .ewmBox {
    height: 260px;
    margin-top: 10px
}

.setCon .previewBox .ewmBox img {
    border: 1px solid #ccc;
    margin-top: 5px
}

.setCon .previewBox .btn {
    padding: 3px 15px;
}

.setCon .previewBox .J_texUrl {
    float: left;
    width: 150px;
    margin-right: 5px
}

.setCon .previewBox .J_btnUrl {
    float: left
}

.setCon .hdtab {
    height: 50px
}

.setCon .hdtab ul {
    float: left;
    width: 100%
}

.setCon .hdtab li {
    float: left;
    width: 20%;
    text-align: center;
}

.setCon .hdtab li span {
    color: #666666;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.setCon .hdtab li span.on {
    color: #333333;
    border-bottom: 3px solid #F6A623;
    padding: 0 5px
}

.setCon .setting_1 {
    width: 660px;
    overflow-y: auto;
    padding: 20px 10px;
    height: 500px;
}

.setCon .setting_1 .thumbnail {
    border: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.setCon .setting_1 .thumbnail img {
    float: left;
}

.setCon .setting_2 {
    width: 660px;
    min-height: 520px;
}

.setCon .setting_2 .addPrizeBtn {
    text-align: right;
    height: 1px;
    padding: 0 10px
}

.setCon .setting_2 .addPrizeBtn .btn {
    padding: 3px 20px;
    border-color: #1495EB;
    background-color: #1495EB;
    color: #ffffff;
    position: relative;
    top: -40px
}


.setCon .setting_3 {
    width: 660px;
    overflow-y: auto;
    padding: 20px 10px;
    height: 500px;
}

.setCon .setting_3 .share label {
    float: left;
    padding-right: 20px;
    padding-top: 5px
}

.setCon .setting_4 {
    width: 660px;
    overflow-y: auto;
    padding: 20px 10px;
    height: 400px;
}




.setCon input.w1 {
    width: 420px;
}

.setCon input.w2 {
    width: 190px;
}

.setCon input.w3 {
    width: 110px;
}

.setCon input.short {
    width: 60px;
}

.setCon textarea.w1 {
    width: 420px;
}

.setCon .btnBox {
    text-align: right;
    padding: 20px 30px
}

.setCon .btnBox .btn {
    margin-left: 50px;
    padding: 5px 30px;
    border-color: #1495EB;
    background-color: #1495EB;
    color: #ffffff
}



/* prizeWarp  ///////////////////////////////////////// */
.pirzeWarp {
    min-width: 880px;
    padding: 20px 0;
}

.pirzeWarp a:link,
.pirzeWarp a:visited {
    color: #1495EB;
    /* text-decoration: underline; */
}

.pirzeWarp .navigation {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 25px;
    color: #666;
    /*min-width: 968px;*/
    min-width: 882px;
}

.pirzeWarp .conArea span {
    padding: 0 3px
}

.pirzeWarp .conArea {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 25px;
    color: #666;
    /*min-width: 968px;*/
    min-width: 882px;
    overflow: hidden;
}

.pirzeWarp .conArea .hdTitle {
    padding: 10px 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #F4F4F4
}

.pirzeWarp .conArea .hdConBtn {
    float: right;
}

.pirzeWarp .conArea .hdConBtn button {
    display: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    background-color: #4A90E2;
    border: 1px solid #4A90E2;
}

.pirzeWarp .conArea h3 {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #878787;
}

.pirzeWarp .conArea h3 .J_prizeLogo {
    float: left;
    margin: 0 10px
}

.pirzeWarp .conArea .btnBox {
    padding: 20px 30px 20px 140px;
    clear: both;
}

.pirzeWarp .conArea .btnBox-big {
    padding: 20px 30px 20px 225px;
    clear: both;
}

.pirzeWarp .conArea .btn {
    padding: 8px 80px;
    background-color: #D4BA69;
    color: #ffffff;
    border-color: #D4BA69;
}

.pirzeWarp .conArea .btn.noRecharge {
    background-color: #DADADA;
    border-color: #DADADA;
}

.pirzeWarp .conArea .btnBox .c1 {
    color: #D4BA69
}

.pirzeWarp .prizeForm {
    padding: 20px 0
}

.pirzeWarp .typeImgBox {
    float: left;
    width: 100px;
    height: 100px;
    padding-top: 30px;
}

.pirzeWarp .typeImgBox-big {
    float: left;
    width: 180px;
    height: 180px;
    padding-top: 30px;
}

.pirzeWarp .payBox {
    float: left;
    font-size: 14px;
    padding: 20px 0;
    width: 770px
}

.pirzeWarp .control-group .control-label {
    width: 120px;
    color: #4A4A4A
}

.pirzeWarp .control-group .control-label.ft-big {
    font-size: 20px
}

.pirzeWarp .control-group .control-label em {
    color: #F55950;
    font-style: normal;
}

.pirzeWarp .control-group .controls {
    margin-left: 140px;
}

.pirzeWarp .control-group .controls .lev {
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    background: #ECECEC;
    text-align: center;
}

.pirzeWarp .control-group .controls .lev.act {
    background: #D4BA69;
    color: #ffffff;
}

.pirzeWarp .control-group .controls.txt {
    line-height: 30px
}

.pirzeWarp .control-group .controls em {
    color: #D4BA69;
    font-style: normal;
}

.pirzeWarp .control-group .zfb {
    width: 200px;
    height: 38px;
    background: url(../images/img_zhi.png) no-repeat 0 0;
}

.pirzeWarp .control-group .zfb.on.xuanzhong {
    width: 200px;
    height: 38px;
    line-height: 38px;
    background: url(../images/xuanzhong.png) no-repeat 0 0;
}

.pirzeWarp .control-group .zfb.on {
    background-position: 0 -47px
}

.pirzeWarp .control-group .getdata {
    line-height: 30px;
    color: #959595;
}

.pirzeWarp .control-group .priceType {}

.pirzeWarp .control-group .priceType li {
    float: left;
    line-height: 28px;
    border: 1px solid #D4BA69;
    padding: 0 20px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 2px #D4BA69 inset;
    cursor: pointer;
}

.pirzeWarp .control-group .priceType li.on {
    background-color: #D4BA69;
    color: #ffffff
}

.pirzeWarp .control-group .attention {
    color: #F55950;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.pirzeWarp .control-group .attention a:link,
.pirzeWarp .control-group .attention a:visited {
    text-decoration: underline;
}

.pirzeWarp .control-group .introTx {
    line-height: 20px;
    color: #959595
}

.pirzeWarp .control-group .addMoney {
    background-color: #F9F5E9;
    padding: 15px;
    float: left;
    line-height: 25px;
}

.pirzeWarp .control-group .addMoney .red {
    color: #FF5648
}

.pirzeWarp .control-group .J_prizeDisc {
    line-height: 25px
}

.pirzeWarp .control-group .calculatType li {
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(../images/icon_btn_checked.png) no-repeat;
    color: #959595
}

.pirzeWarp .FnIntro {
    padding-bottom: 30px;
}

.pirzeWarp .FnIntro .title {
    height: 60px;
    line-height: 60px;
}

.pirzeWarp .FnIntro .title span {
    border-left: 4px solid #D4BA69;
    padding-left: 10px;
    font-size: 14px;
}

.pirzeWarp .FnIntro .tx {
    height: 30px;
    color: #4a4a4a
}

.pirzeWarp .FnIntro .tx span {
    color: #bbb
}

.pirzeWarp .FnIntro .intro {
    padding-bottom: 10px;
}

.pirzeWarp .FnIntro li {
    line-height: 25px
}

.pirzeWarp .myMoney {
    width: 100%;
    height: 40px;
    line-height: 40px
}

.pirzeWarp .myMoney a:link,
.pirzeWarp .myMoney a:visited {
    color: #4A90E2;
    text-decoration: none;
}

.pirzeWarp .myMoney em {
    font-style: normal;
    color: #D4BA69
}

.pirzeWarp .myMoney .jiami {
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 48px;
    background: url(../images/icon_prize_1.png) no-repeat 10px 5px;
}

.pirzeWarp .myMoney .buyJm {
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
}

.pirzeWarp .conArea .myMoney .btn {
    padding: 5px 50px;
    background-color: #4A90E2;
    color: #ffffff;
    border-color: #4A90E2;
}

.pirzeWarp .conArea .myMoney .btn.unCheaked {
    background-color: #DADADA;
    border-color: #DADADA;
}

.pirzeWarp .myMoney .agreement {
    float: left;
    font-size: 14px;
    color: #959595;
    height: 80px;
    line-height: 80px;
}

.pirzeWarp .myMoney .tipTx {
    clear: both;
    color: #959595;
    height: 40px;
}

.pirzeWarp .myMoney_ {}

.pirzeWarp .myMoney_ a:link,
.pirzeWarp .myMoney_ a:visited {
    color: #959595;
    text-decoration: underline;
}

.pirzeWarp .myMoney_ em {
    font-style: normal;
    color: #D4BA69
}

.pirzeWarp .myMoney_ .jiami {
    float: left;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    background: url(../images/icon_prize_1.png) no-repeat 0 27px;
}

.pirzeWarp .myMoney_ .buyJm {
    float: left;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
}

.pirzeWarp .conArea .myMoney_ .btn {
    padding: 5px 50px;
    background-color: #4A90E2;
    color: #ffffff;
    border-color: #4A90E2;
}

.pirzeWarp .conArea .myMoney_ .btn.unCheaked {
    background-color: #DADADA;
    border-color: #DADADA;
}

.pirzeWarp .myMoney_ .agreement {
    float: left;
    font-size: 14px;
    color: #959595;
    height: 80px;
    line-height: 80px;
}

.pirzeWarp .myMoney_ .tipTx {
    clear: both;
    color: #959595;
    height: 40px;
}

.pirzeWarp .logoType {
    overflow: hidden;
}

.pirzeWarp .logoType li {
    float: left;
    text-align: center;
    width: 100px;
    padding: 20px 0;
    height: 60px;
}
.J_baseType_img{
	width: 100%;
	height: 50px;
}
.pirzeWarp .logoType li span {
    display: block;
}

.pirzeWarp .logoType li a:link,
.pirzeWarp .logoType li a:visited {
    color: #5a5a5a
}

.pirzeWarp .hdTab-my {
    height: 45px;
}

.pirzeWarp .hdTab-my .hdTab {
    float: left
}

.pirzeWarp .hdTab-my .hdTab li {
    float: left;
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
    border: 1px solid #D4BA69;
    background-color: #ffffff;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    cursor: pointer;
}

.pirzeWarp .hdTab-my .hdTab li.on {
    color: #ffffff;
    background-color: #D4BA69;
}

.pirzeWarp .hdTab-my .creatPrizeBtn {
    float: right;
    padding-right: 10px
}

.pirzeWarp .hdTab-my .btn_tools {
    text-align: right;
    display: none;
    font-size: 14px;
    color: #1495EB;
    line-height: 32px;
}

.pirzeWarp .hdTab-my .btn_tools.on {
    display: block
}

.pirzeWarp .hdTab-my .btn {
    padding: 5px 20px;
    background-color: #4A90E2;
    color: #ffffff;
    border-color: #4A90E2;
}

.prizesListArea {}

.prizesListArea .noPrizeBox {
    /*padding:100px 0 180px 0;*/
    padding: 100px 0 166px 0;
    text-align: center;
}

.prizesListArea .noPrizeBox .info {
    font-size: 16px;
    line-height: 32px;
}

.prizesListArea .noPrizeBox .info span {
    padding: 0 10px
}

.prizesListArea .noPrizeBox .info a:link,
.prizesListArea .noPrizeBox .info a:visited {
    color: #4A90E2
}

.prizesListArea .noPrizeBox .creatPrize {
    margin: 0 auto;
    width: 250px;
    background: url(../images/img_prizes_add.png) no-repeat 50% 50%;
    padding-top: 140px;
    font-size: 20px;
    cursor: pointer;
}

.dialogEditStock .control-group label {
    padding: 0 10px 0 0
}

.dialogEditPrize .txtDisable {
    width: 230px;
    padding: 8px 10px;
    line-height: 20px;
    background-color: #DADADA;
}

.dialogApplyInterface .hdIntro {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700
}

.dialogApplyInterface .bizYzm {
    width: 85px;
    float: left
}

.dialogApplyInterface .codeImg {
    height: 28px;
    float: left;
    margin-left: 10px
}

/* bootstrap css modify BY sll */
.prizesListArea .fixed-table-container {
    border: 0;
}

.prizesListArea .fixed-table-pagination .caret {
    border: 0;
}

.prizesListArea .fixed-table-container {
    clear: none
}

.prizesListArea .fixed-table-toolbar:after,
.prizesListArea .fixed-table-pagination:after {
    clear: none
}

.prizesListArea #myPrizesTable {
    padding: 0;
    color: #5a5a5a;
    font-size: 14px;
}

.prizesListArea #myPrizesTable th {
    background-color: #ddd;
    height: 55px;
    border-top: 10px solid #f3f3f3;
    border-bottom: 15px solid #f3f3f3;
}

.prizesListArea #myPrizesTable th select {
    height: 25px;
    width: 70%;
    border: 1px solid #DDDDDD
}

.prizesListArea #myPrizesTable th:first-child {
    padding-left: 8px
}

.prizesListArea #myPrizesTable td {
    border-bottom: 9px solid #F3F3F3;
    border-left: 0;
    padding: 18px 8px;
    background-color: #ffffff
}

.prizesListArea #myPrizesTableApi {
    padding: 0;
    color: #5a5a5a;
    font-size: 14px;
}

.prizesListArea #myPrizesTableApi th {
    background-color: #ddd;
    height: 55px;
    border-top: 10px solid #f3f3f3;
    border-bottom: 15px solid #f3f3f3;
}

.prizesListArea #myPrizesTableApi th select {
    height: 25px;
    width: 70%;
    border: 1px solid #DDDDDD
}

.prizesListArea #myPrizesTableApi th:first-child {
    padding-left: 8px
}

.prizesListArea #myPrizesTableApi td {
    border-bottom: 9px solid #F3F3F3;
    border-left: 0;
    padding: 18px 8px;
    background-color: #ffffff
}

.ZebraDialog .dialogBodyWarp {
    min-height: 50px
}

.ZebraDialog .resendBox {
    position: relative
}

.ZebraDialog .resendBox .btnBox {}

.ZebraDialog .resendBox .resendBtn {
    background-color: #4A90E2;
    color: #ffffff;
    padding: 2px 10px;
    position: absolute;
    top: -39px;
    right: 50px;
}

.ZebraDialog .thumbnail {
    border: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.ZebraDialog .thumbnail img {
    float: left;
}

.prizeFailArea {
    background-color: #ffffff;
    overflow: hidden;
}

.prizeFailArea .title {
    padding: 15px 20px 0;
}

.prizeFailArea .title label {
    font-size: 14px;
    color: #000020;
    line-height: 17px;
}

.prizeFailArea .title span {
    font-size: 12px;
    color: #F66860;
    line-height: 17px;
}

#myPrizesFlow .redTx {
    color: #F55950
}

#myPrizesFlow .grayTx {
    color: lightgray
}

#myPrizesFlow .linkTx {
    color: #01AAEE;
    cursor: pointer;
}

.ThisDelete {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    background: url(../images/icon_active.png) no-repeat 0 -96px;
    float: left;
}

/*
.prizeStatusArea .searchBox{background-color: #ffffff; padding: 10px 12px 0 20px; overflow: hidden; margin-bottom: 20px}
.prizeStatusArea .searchBox .info{float: left; height: 40px; padding-right: 20px}
.prizeStatusArea .searchBox .name{float: left; height: 40px; padding-right: 30px}
.prizeStatusArea .searchBox .selectDate{float: left; height: 40px; padding-right: 20px}
.prizeStatusArea .searchBox .btnSearch{float: left; height: 40px;}
.prizeStatusArea .searchBox input{width: 160px;}
.prizeStatusArea .searchBox .btn{
    padding: 3px 20px;
    color: #ffffff;
    border-color: #D4BA69;
    background-color: #D4BA69;
}
.prizeStatusArea .prizeListCon{
    background-color: #ffffff;
    overflow: hidden;
}
.prizeStatusArea .prizeListCon .title{
    padding: 15px;
}
.prizeStatusArea .prizeListCon .title label{
    font-size: 14px;
    color: #000020;
    line-height: 17px;
}
.prizeStatusArea .prizeListCon .title span{
    font-size: 12px;
    color: #F66860;
    line-height: 17px;
}
*/


/*开发文档样式*/
.helpBox {
    overflow: hidden;
}

.helpBox.extend {
    background: #ffffff;
    min-height: 650px;
    width: 100%;
}

.helpBox.extend .noOpenBox,
.helpBox.extend .OpenBox {
    text-align: center;
    display: none;
}

.helpBox.extend .noOpenBox img,
.helpBox.extend .OpenBox img {
    width: 395px;
    margin-top: 160px;
}

.helpBox.extend .noOpenBox .openBoxTitle,
.helpBox.extend .OpenBox .openBoxTitle {
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}

.helpBox.extend .noOpenBox .openBoxc {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}

.helpBox.extend .noOpenBox .openBoxc span {
    color: #333333;
    margin-left: 10px;
    margin-right: 10px;
}

.helpBox.extend .OpenBox .openBoxc {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.helpBox.extend .OpenBox .openBoxcB {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}






.helpBox .helpBoxL {
    float: left;
    width: 15%;
    background: #ffffff;
    /*min-height: 550px;*/
    min-height: 680px;
    text-align: center;
}

.helpBox .helpBoxL .helpBoxLt {
    padding: 17px 0;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: bold;
}

.helpBox .helpBoxL .helpBoxLt span {
    display: inline-block;
    border-left: 2px solid #D4BA69;
    padding-left: 10px;
}

.helpBox .helpBoxL .helpBoxLc {

    height: 32px;
    line-height: 32px;
}

.helpBox .helpBoxL .helpBoxLc:hover {
    cursor: pointer
}

.helpBox .helpBoxL .helpBoxLc.active {
    background: #D4BA69;
    color: #ffffff;
}



.helpBox .helpBoxR {
    float: left;
    width: 85%;
}

.helpBox .helpBoxR .helpBoxRc {
    margin-left: 10px;
    background: #ffffff;
    /*min-height: 490px;*/
    min-height: 620px;
    padding: 30px;
}

.helpBox .helpBoxR .helpBoxRc .helpBoxRcc {
    display: block;
    overflow: hidden;
    color: #4A4A4A;
    font-size: 14px;
    border-bottom: 1px solid #979797;
    padding: 16px 0;
}

.helpBox .helpBoxR .helpBoxRc .helpBoxRcc:hover {
    cursor: pointer;
}

.helpBox .helpBoxR .helpBoxRc .helpBoxRcc .helpBoxRccL {
    float: left;
    width: 50%;
}

.helpBox .helpBoxR .helpBoxRc .helpBoxRcc .helpBoxRccR {
    float: left;
    width: 50%;
    text-align: right;
    color: #999999;
}


/*礼品说明*/
.gift {
    margin-left: 10px;
    background: #ffffff;
    min-height: 440px;
    padding: 30px;
}

.gift .gift_title {
    color: #4A4A4A;
    font-size: 16px;
    text-align: center;
}

.gift .gift_times {
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.gift .content {
    font-size: 12px;
    line-height: 31px;
    color: #666666;
}

/*账号信息样式*/
.pirzeWarp .navigation .personal {
    color: #D4BA69;
}

.pirzeWarp .navigation .allBtn {
    float: right;
    color: #4A90E2;
}

.pirzeWarp .navigation .allBtn:hover {
    cursor: pointer;
}

.pirzeWarp .noticeBoxs .noticeBox {
    margin-bottom: 10px;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt {
    overflow: hidden;
    background: #ffffff;
    height: 76px;
    line-height: 76px;
    padding: 0 20px;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt:hover {
    cursor: pointer;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt .noticeBoxtl {
    float: left;
    width: 90%;
    overflow: hidden;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt .noticeBoxtl .noticeBoxtll {
    float: left;
    width: 2%;
    height: 76px;
    line-height: 76px;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt .noticeBoxtl .noticeBoxtll span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 100%;
    margin-right: 10px;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt .noticeBoxtl .noticeBoxtlr {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxc {
    padding: 20px 20px 20px 60px;
    background: #F6F7FA;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxc.act {

    display: none;
}

.pirzeWarp .noticeBoxs .noticeBox .noticeBoxt .noticeBoxtr {
    float: left;
    width: 10%;
}

.pirzeWarp .conArea .myMoneyL {
    float: left;
    height: 40px;
    line-height: 40px;
}

.pirzeWarp .conArea .myMoneyL span {
    margin-left: 15px;
}

.pirzeWarp .conArea .myMoneyR {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

.pirzeWarp .conArea .myMoneyR span {
    margin-left: 15px;
}

.pirzeWarp .conArea .myMoney .btn.b_buyBtn {
    margin: 0 33px;
    background: #D4BA69;
    border-color: #D4BA69;
}

.pirzeWarp .conArea.act {
    padding: 20px 25px;
}

.pirzeWarp .conArea.act .title {
    margin-bottom: 14px;
}

.pirzeWarp .conArea.act .content {
    overflow: hidden;
}

.pirzeWarp .conArea.act .content .content_list {
    overflow: hidden;
    width: 282px;
    background: #F6F6F6;
    margin-right: 20px;
    float: left;
}

.pirzeWarp .conArea.act .content .content_list .content_listL {
    float: left;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-left: 12px;
}

.pirzeWarp .conArea.act .content .content_list .content_listL img {
    vertical-align: middle;
}

.pirzeWarp .conArea.act .content .content_list .content_listR {
    float: left;
    height: 50px;
    padding: 15px 12px;
}

.pirzeWarp .conArea.act .content .content_list .content_listR .title {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.pirzeWarp .conArea.act .content .content_list .content_listR .tc {
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
}

.pirzeWarp .accountBox .accountBox_title {
    overflow: hidden;
}

.pirzeWarp .accountBox .accountBox_title ul {
    float: left;
    overflow: hidden;
}

.pirzeWarp .accountBox .accountBox_title ul .record {
    float: left;
    width: 170px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    background: #ffffff;
    color: #333333;
    cursor:pointer
}

.pirzeWarp .accountBox .accountBox_title ul .record.act {
    background: #D4BA69;
    color: #ffffff;
}

.pirzeWarp .accountBox .accountBox_title .accountBox_titleR {
    float: right;
    height: 32px;
    line-height: 32px;
}

/*微信设置*/
.helpBox .weixinBOx_title {
    overflow: hidden;
    height: 47px;
    line-height: 47px;
    background: rgba(226, 228, 234, 0.9);
    padding: 0 17px 0 68px;
}

.helpBox .weixinBOx_title li {
    float: left;
    width: 24%;
}

.helpBox .weixinBOx_title li .rightBox {
    overflow: hidden;
}

.helpBox .weixinBOx_title li .rightBox .rightBoxL {
    float: left;
    width: 50%;
}

.helpBox .weixinBOx_title li .rightBox .rightBoxR {
    float: left;
    width: 50%;
    text-align: right;
}

.helpBox .weixinBOx_title li .rightBox .rightBoxR .J_addWeiXin {
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #4A90E2;
}

.helpBox .weixinBOx {
    background: #ffffff;
    overflow: hidden;

    padding: 0 17px 0 68px;
}

.helpBox .weixinBOx li {
    float: left;
    width: 24%;
    height: 76px;
    line-height: 76px;
}

.helpBox .weixinBOx li .rightBox {
    overflow: hidden;
}

.helpBox .weixinBOx li .rightBox .rightBoxL {
    float: left;
    width: 50%;
}

.helpBox .weixinBOx li .rightBox .rightBoxR {
    float: left;
    width: 50%;
    text-align: right;
}

.weixinBOXs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 550;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.weixinBOXs .weixinBOXc {
    position: fixed;
    width: 550px;
    height: 332px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
}

.weixinBOXs .weixinBOXc .weixinBOXcT {
    color: #ffffff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.70);
    padding-left: 17px;
    height: 40px;
    line-height: 40px;
}

.weixinBOXs .weixinBOXc .weixinBOXcC {
    padding: 30px;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .weixinBOXcC_list {
    overflow: hidden;

    height: 38px;
    line-height: 38px;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .weixinBOXcC_list.act {
    margin-bottom: 20px;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .weixinBOXcC_list .weixinBOXcC_listL {
    float: left;
    width: 25%;
    text-align: right;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .weixinBOXcC_list .weixinBOXcC_listR {
    float: left;
    width: 75%;
    text-align: right;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .weixinBOXcC_list .weixinBOXcC_listR input {
    width: 340px;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .errorBox {
    overflow: hidden;
    /*margin:10px 0;*/
    display: none;
    margin-left: 150px;
    color: red;
}


.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox {
    overflow: hidden;
    margin: 10px 0;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox .btnBoxL {
    opacity: 0;
    float: left;
    width: 25%;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox .btnBoxR {
    float: left;
    width: 75%;
    text-align: right;
    overflow: hidden;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox .btnBoxR {
    float: left;
    width: 75%;
    text-align: right;
    overflow: hidden;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox .btnBoxR .btnBoxRL {
    float: left;
    width: 50%;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox .btnBoxR .btnBoxRL .J_saveWeiXin {
    display: inline-block;
    cursor: pointer;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #D4BA69;
    color: #ffffff;
    margin-right: 10px;
}

.weixinBOXs .weixinBOXc .weixinBOXcC .btnBox .btnBoxR .btnBoxRL .cancel {
    display: inline-block;
    cursor: pointer;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #D4BA69;
}



/*个人账户样式*/
.detailBoxs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 550;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.detailBoxs .detailBox {
    position: fixed;
    width: 305px;
    height: 220px;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 600;
}

.detailBoxs .detailBox .detailBox_t {
    position: relative;
    background: rgba(0, 0, 0, 0.70);
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
}

.detailBoxs .detailBox .detailBox_t .close {
    position: absolute;
    top: 8px;
    right: 16px;
}

.detailBoxs .detailBox .detailBox_c {
    padding: 16px;
    background: #ffffff;
}

.detailBoxs .detailBox .detailBox_c .detailBox_ct {
    overflow: hidden;
    margin-bottom: 10px;
}

.detailBoxs .detailBox .detailBox_c .detailBox_ct .detailBox_ctl {
    float: left;
    width: 35%
}

.detailBoxs .detailBox .detailBox_c .detailBox_ct .detailBox_ctr {
    float: left;
}

.orderBoxs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 550;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.orderBoxs .orderBox {
    position: fixed;
    width: 305px;
    height: 220px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 600;
}

.orderBoxs .orderBox .orderBoxT {
    background: rgba(0, 0, 0, 0.70);
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
}

.orderBoxs .orderBox .orderBoxc {
    background: #ffffff;
    padding: 18px;
}

.orderBoxs .orderBox .orderBoxc .orderBoxb {
    text-align: center;
    padding-top: 18px;
}

.orderBoxs .orderBox .orderBoxc .orderBoxb .orderBoxbtn {
    display: inline-block;
    background: #D4BA69;
    width: 100px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
}

.activityEditing {
    position: relative;
    margin-top: 14px;
    width: 100%;
    height: 513px;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
}
.activityEditing .activityEditingT{
    height:80px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px #E7E7E7 solid;
}
.activityEditing .activityEditingT .activityEditingTL{
    float:left;
    width:80%;
}
.activityEditing .activityEditingT .activityEditingTL .activityEditingTLT{
    font-size: 14px;
    margin-left:27px;
    margin-top:16px;
    color:#444444;
}
.activityEditing .activityEditingT .activityEditingTL .activityEditingTLT .status{
    display: inline-block;
    width: 79px;
    height:19px;
    line-height:19px;
    text-align: center;
    margin-left:10px;
    font-size: 12px;
    color:#fff;
    background: url(../images/icon_status.png) no-repeat 100% 100%;
}
.activityEditing .activityEditingT .activityEditingTL .activityEditingTLC{
    font-size: 14px;
    margin-left:27px;
    margin-top:10px;
    color:#444444;
    display: flex;
    align-items: center;
}
.activityEditing .activityEditingT .activityEditingTL .activityEditingTLC .activityUrl{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.activityEditing .activityEditingT .activityEditingTR{
    float:right;
    width:20%;
    text-align: right;
}
.activityEditing .activityEditingT .activityEditingTR .btns{
    display: inline-block;
    width:180px;
    height: 38px;
    line-height: 38px;
		float: right;
    background: #DADADA;
    text-align: center;
    margin-top:13px;
    margin-right:18px;
    color:#fff;
    font-size: 14px;
}
.activityEditing .activityEditingT .activityEditingTR .btns.active{
    background: #D4BA69;
    cursor: pointer;
}
.activityEditing .activityEditingT .activityEditingTR .active-tips{
	color: #F55950;
	float: right;
	margin-right:18px;
	font-size: 12px;
	line-height: 26px;
}
























.activityEditing .activityEditing-img {
    float: left;
    width: 29.2%;
    height: 100%;
    background: #F6F6F6;
    position: relative;
}

.activityEditing .activityEditing-img .activityEditing-img-content {
    margin: 20px auto 10px;
    width: 254px;
    height: 453px;
    display: block;
}

.activityEditing .activityEditing-img .activityEditing-img-content_ {
    margin: 152px auto;
    width: 180px;
    height: 180px;
    display: block;
}

.activityEditing .activityEditing-img .activityEditing-img-text {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}

.activityEditing-button-preview {
    width: 158px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D4BA69;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #D4BA69;
    float: right;
    margin: 30px 20px 30px 0;
    cursor: pointer;
}

.activityEditing-button-release {
    width: 160px;
    height: 38px;
    background: #D4BA69;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    margin: 30px auto;
    cursor: pointer;
}

.activityEditing .activityEditing-tab {
    float: left;
    width: 70.8%;
    height: 41px;
    line-height: 40px;
    background: #F6F6F6;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

.activityEditing .activityEditing-tab div {
    border-left: 1px #E7E7E7 solid;
    border-bottom: 1px #E7E7E7 solid;
    display: inline-block;
    width: 33.1%;
    float: left;
    cursor: pointer;
}

.activityEditing .activityEditing-tab .active {
    background: #Fff;
    color: #333333;
    font-weight: bold
}

.activityEditing .activityEditing-detail {
    float: left;
    width: 70.8%;
    height: 473px;
}

.activityEditing .activityEditing-detail_ {
    width: 100%;
    /* height:100%; */
    background: #Fff;
}

.activityEditing .activityEditing-detail_ .ruleEditing-name {
    position: relative;
    width: 95%;
   	height: 45px;
    background: #F6F6F6;
    margin: 30px auto 20px;
}

.activityEditing .activityEditing-detail_ .ruleEditing-url {
    position: relative;
    width: 95%;
    height: 60px;
    background: #F6F6F6;
    margin: 0px auto 20px;
}

.activityEditing .activityEditing-detail_ .ruleEditing-rule {
    position: relative;
    width: 95%;
    height: 260px;
    background: #F6F6F6;
    margin: 0px auto 20px;
}

.activityEditing .activityEditing-detail_ .ruleEditing-title {
    width: 12%;
    padding-left: 30px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #4A4A4A;
    float: left;
    display: inline-block;
}

.activityEditing .activityEditing-detail_ .ruleEditing-title_ {
    width: 12%;
    padding-left: 30px;
    line-height: 260px;
    height: 260px;
    font-size: 14px;
    color: #4A4A4A;
    float: left;
    display: inline-block;
}

.activityEditing .activityEditing-detail_ .ruleEditing-content {
    text-align: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #4A4A4A;
    display: inline-block;
}

.activityEditing .activityEditing-detail_ .ruleEditing-textarea {
    width: 73%;
    height: 200px;
    margin: 20px 0;
    padding: 10px 25px;
}

.activityEditing .activityEditing-detail_ .taskSetting-sign {
    position: relative;
    width: 95%;
    height: 60px;
    background: #F6F6F6;
    margin: 0 auto 30px;
}

.activityEditing .activityEditing-detail_ .taskSetting-sign-title {
    width: 95%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
    color: #333333;
    margin: 20px auto 10px;
}

.activityEditing .activityEditing-detail_ .taskSetting-task {
    position: relative;
    width: 95%;
    height: 139px;
    margin: 0 auto 20px;
}
.activityEditing .activityEditing-detail_ .taskSetting-delete{
    position: absolute;
    top: 0px;
    right:0px;
    background: url(../images/taskSetting-delete.png) no-repeat 100% 100%;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.activityEditing .activityEditing-detail_ .taskSetting-task-number {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}

.activityEditing .activityEditing-detail_ .taskSetting-task-content {
    position: relative;
    width: 100%;
    height: 109px;
    background: #F6F6F6;
}

.activityEditing .activityEditing-detail_ .taskSetting-button {
    position: absolute;
    top: 78px;
    right: 0px;
    width: 100px;
    height: 30px;
    background: #4A90E2;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 10;
}

.activityEditing .activityEditing-detail_ .taskSetting-title {
    width: 14%;
    padding-left: 25px;
    line-height: 60px;
    height: 60px;
    font-size: 12px;
    color: #4A4A4A;
    float: left;
    display: inline-block;
}

.activityEditing .activityEditing-detail_ .taskSetting-title_ {
    width: 14%;
    padding-left: 25px;
    line-height: 60px;
    height: 60px;
    font-size: 12px;
    color: #4A4A4A;
    position: absolute;
    top: 50px;
    left: 0;
    display: inline-block;
}

.activityEditing .activityEditing-detail_ .taskSetting-content {
    text-align: left;
    margin-top: 15px;
    padding: 0 10px;
    width: 26.5%;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.activityEditing .activityEditing-detail_ .addPrizeButton {
    width: 95%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #4A90E2;
    margin: 15px auto 5px;
    cursor: pointer
}

.activityEditing .activityEditing-detail_ .addPrizeButton p {
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: right;
    background: url(../images/Shape.png) no-repeat 0px 10px;
}

.activityEditing .activityEditing-detail_ .prizeList {
    width: 95%;
    height: 360px;
    margin: 0 auto;
    position: relative;
    overflow-y: scroll;
    border: 1px solid #F4F4F4;
    border-top: none
}

.activityEditing .activityEditing-detail_ .prizeList-thead {
    width: 95%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    background: #E2E4EA;
    border: 1px solid #F4F4F4;
    border-bottom: none;
}

.activityEditing .activityEditing-detail_ .prizeList-thead p {
    display: inline-block;
    width: 18%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    vertical-align: top;
}

.activityEditing .activityEditing-detail_ .prizeList div {
    width: 100%;
    height: 60px;
}

.activityEditing .activityEditing-detail_ .prizeList div:nth-child(2n+1) {
    background: #fff
}

.activityEditing .activityEditing-detail_ .prizeList div:nth-child(2n) {
    background: #F6F8FF
}

.activityEditing .activityEditing-detail_ .prizeList div p {
    display: inline-block;
    width: 19%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap

}
.activityEditing .activityEditing-detail_ .prizeList div p:nth-child(1) {
    width: 1%;
}

.activityEditing .activityEditing-detail_ .prizeList div span {
    display: inline-block;
    width: 40px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #1495EB;
    margin-top: 13px;
    cursor: pointer;
}


/*添加奖品弹框*/
.addPrizePop {
    display: none;
}

.addPrizePop .shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 990;
}

.addPrizePop .content {
    width: 388px;
    height: 379px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -194px;
    margin-top: -188px;
    z-index: 991;
}

.addPrizePop .content-top {
    width: 372px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: left;
}
.addPrizePop .prize-name{
    width:95%;
    height:36px;
    line-height: 36px;
    padding-left:39px;
    margin:15px auto;
}
.addPrizePop .prize-name span,.addPrizePop .prize-num span{
    color:#444444;
}
.addPrizePop .prize-num{
    width:95%;
    height:36px;
    line-height: 36px;
    padding-left:39px;
    margin:15px auto;
}
.addPrizePop .prize-probability{
    width:95%;
    height:36px;
    line-height: 36px;
    padding-left:39px;
    margin:15px auto;
}
.addPrizePop .prize-probability  input::-webkit-input-placeholder {
    color:#F55950;
}
.addPrizePop .prize-id{
    width:95%;
    height:36px;
    line-height: 36px;
    padding-left:39px;
    margin:15px auto;
}
.addPrizePop p{
    display:inline-block;
    float: left;
    width:85px;
    height:36px;
    line-height: 36px;
    color: #666666;
    text-align: left;
}
.addPrizePop input{
    display:inline-block;
    width:200px;
    height:34px;
    line-height: 36px;
    color: #666666;
    padding:0 10px;
    text-align: left;
}
.addPrizePop .button-cancel{
    display: inline-block;
    width:100px;
    height:26px;
    border:1px solid rgba(74,74,74,1);
    font-size:14px;
    color:#4A4A4A;
    text-align: center;
    line-height: 26px;
    margin:40px 0 0 90px;
    cursor: pointer;
}
.addPrizePop .button-sure{
    display: inline-block;
    width:100px;
    height:28px;
    background:rgba(212,186,105,1);
    font-size:14px;
    color:#FFFFFF;
    text-align: center;
    line-height: 28px;
    margin:40px 0 0 20px;
    cursor: pointer;
}
.addPrizePop .button-ok{
    display: inline-block;
    height:28px;
    background:rgba(212,186,105,1);
    font-size:14px;
    color:#FFFFFF;
    text-align: center;
    line-height: 28px;
    margin:40px 0 0 20px;
    cursor: pointer;
    margin-left:131px;
    margin-top:12px;
    width: 88px;
}


/*删除奖品弹框*/
.deletePrizePop {
    display: none;
}

.deletePrizePop .shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
}

.deletePrizePop .content {
    width: 305px;
    height: 170px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -152px;
    margin-top: -85px;
    z-index: 999;
}
.deletePrizePop .content-top{
    width: 289px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: left;
}
.deletePrizePop .content-text{
    width: 220px;
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    font-size: 16px;
    color: #666666;
    margin: 0 auto 40px;
    text-align: left;
}
.deletePrizePop .button_cancel{
    display: inline-block;
    width:100px;
    height:26px;
    border:1px solid rgba(74,74,74,1);
    font-size:14px;
    color:#4A4A4A;
    text-align: center;
    line-height: 26px;
    margin:0 0 0 43px;
    cursor: pointer;
}
.deletePrizePop .button_sure{
    display: inline-block;
    width:100px;
    height:28px;
    background:rgba(212,186,105,1);
    font-size:14px;
    color:#FFFFFF;
    text-align: center;
    line-height: 28px;
    margin:0 0 0 20px;
    cursor: pointer;
}

/*发布成功弹框*/
.saveSuccessPop {
    display: none;
}

.saveSuccessPop .shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
}

.saveSuccessPop .content {
    width: 326px;
    height: 170px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -163px;
    margin-top: -85px;
    z-index: 999;
}
.saveSuccessPop .content-top{
    width: 310px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 32px;
    text-align: left;
}
.saveSuccessPop .content-text{
    width: 220px;
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    font-size: 16px;
    color: #666666;
    margin: 0 auto 30px;
    text-align: center;
    cursor: pointer;
}
.saveSuccessPop .buttonSure{
    width:100px;
    height:28px;
    background:rgba(212,186,105,1);
    font-size:14px;
    color:#FFFFFF;
    text-align: center;
    line-height: 28px;
    margin:0 auto;
    cursor: pointer;
}
/*复制提示样式*/
.copyTisi{
    position: fixed;
    display: none;
    border-radius: 6px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 224px;
    height:52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
.toast-tips {
				position: fixed;
				top: 45%;
				left: 50%;
				transform: translateX(-50%);
				opacity: 0.8;
				background: rgba(6, 6, 6, 0.6);
				color: #fff;
				font-size: 14px;
				line-height: 30px;
				padding: 0 14px;
				border-radius: 18px;
				z-index: 9999999;
				display: none;
			}

.noThisPice{
    text-decoration: line-through !important;
}
.pirzeWarp .control-group .controls .txt01{
    float: left;
}
.pirzeWarp .control-group .controls .txt02{
    float: left;
    position: relative;
    color: rgb(239,65,63);
    display: none;
}
.txt-prefer{
    width: 48px;
    height: 22px;
    position: absolute;
    right: -48px;
    top: -10px;
    background:url(../images/img_profer.png) no-repeat;
    background-size:100% 100%;
}
.mainWarpC .mainWarpCL.wan{
    float: left;
    width:17%;
}
/*万家积分控台样式*/
.wanJiaSearchT{
    /*overflow: hidden;*/
    display: flex;
    margin-bottom:10px;
}
.searchA{
    flex: 1;
}
.searchA  select{
    width:180px;
    margin-left:10px;
    margin-right:20px;
    height:28px;
    border-radius:3px;
    border:1px solid rgba(135, 135, 135, 1);
}
.nameB{
    margin-left: 20px;
}
.activityEditing .activityEditing-tab div.activityEditing-tab_w{
    /*width: 20%;*/
    flex: 1;
    box-sizing: border-box;
}
.wan_lampBox{

}
.wan_lampBoxT{
    padding-left: 30px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #4A4A4A;
}
.wan_lampBoxC{
    padding-left: 30px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #4A4A4A;
}
.wan_lampBoxC input{
    width: 586px;
}
.wan_addGrade{
    width:110px;
    height:32px;
    margin:8px 0 0 20px;
    background:#4A90E2;
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:32px;
    cursor:pointer;
}
.iconupload{
    display: inline-block;
    width: 47px;
    height: 43px;
    background:url(../images/icon_upload.jpg) no-repeat;
    background-size:100% 100%;
}
/*签到任务*/
.registerBox{
    padding-left: 30px;
}
.registerInputB{
    width: 30px;
}
.registerInputBC{
    width: 50px;
}
.registerBoxT{
    margin-bottom:10px;
}
.deitorBtnC{
    margin-top:20px;
}
.deitorBtn{
    width: 110px;
    height: 32px;
    /*margin:8px 0 0 20px;*/
    margin:0 auto;
    background:#4A90E2;
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:32px;
    cursor:pointer;
}