﻿.shopContainer {
    max-width:1190px;
    margin:10px auto;
    min-height:750px;
    background-color:#f5f4f2;
    overflow: hidden;
    position: relative;
}
.containerHead li{
    float: left;
    width: 200px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;  
    font-size:22px;
    font-family:MicrosoftYaHei;  
    text-align: center;
    margin-right: 5px;/*为阴影挪位置*/
    cursor:pointer;
}
.containerHead li:last-of-type {
    cursor: auto;
}
     .containerHead .isOn {
        background-color: #fff;
        box-shadow:-5px 0px 1px 0px rgba(0, 0, 0, 0.1);  /*设置阴影效果*/     
    }
            .containerHead .isOn a{
                color: #FF9334 ;
                text-decoration:none;
                display: block;
            }
    .containerHead .isOff {
            background-color: #EFEFEF;       
        }
        .containerHead .isOff a {
            color:#aaa;
            text-decoration:none;
            display: block;
        }
        .isOff:hover{
            
            background-color: #fff;
            box-shadow:5px 0px 1px 0px rgba(0, 0, 0, 0.1);
        }
            .isOff:hover a {
                color: #FF9334;
                text-decoration:none;
            }
    /*on为选中效果，off为未选中*/
.containerHead:after{
            display: block;   /*解决高度塌陷*/
            content: ' '; 
            clear: both;
            line-height: 0; 
            visibility: hidden;

}
.containerHeadFlag {
    max-width:1190px;
    height:40px;
    background-color:#fff;
    border-bottom:2px solid #eee;
}
.shopPage_0{
    
    font: normal 100px "MicrosoftYaHei";
    color: #ccc;
    line-height: 690px;
    box-sizing: border-box;
    padding: 0 10%;
    text-shadow: 2px 2px 5px #aaa;
    
}
.containerBody{
    background-color: #fff;
    max-width: 1190px;
    min-height: 700px;
    height: 100%;
    box-sizing: border-box;
    padding:20px;  
}
.uploads a {
    position: absolute;
    right: 35px;
    color: #999;
    font-size: 20px;
}
.uploads img {
    height: 25px;
    margin-right: 3px;
    margin-bottom: 6px;
}
/* 大转盘样式 */
.containerBody {display: flex;justify-content:space-between;flex-wrap:wrap}
.tp-wrap{width:422px;height: 620px;}
.tp-wrap .turnplate{display:block;width:422px;height:422px;position:relative;}
.tp-wrap .turnplate canvas.item{width:100%;}
.tp-wrap .turnplate img.pointer{position:absolute;width:31.5%;height:42.5%;left:34.6%;top:23%;}
.tp-wrap .turnplate .start-game{
    position: absolute;
    width: 31.5%;
    height: 31.5%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}
.tp-settings {
    width: calc(100% - 422px);
    height: 620px;
    box-sizing: border-box;
    padding-left: 20px;
}
.tp-wrap .setting-basic{
    padding: 10px;
}
.containerBody h3 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 22px;
}
.tp-wrap .setting-basic .setting-item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    /*display: flex;
    justify-content:center;*/
}
.tp-wrap .setting-basic .setting-item>span:first-of-type {
    display: inline-block;
    width: 50%;
    text-align:right;
}
.tp-wrap .setting-basic .setting-item>span:last-of-type {
    display: inline-block;
    width: 45%;
    text-align:left;
}
.tp-wrap .setting-basic .cost {
    width: 100px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.tp-settings .award-gu {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom:5px;
}
.tp-settings .award-gu a {
    margin-left: 10px;
}
.tp-settings table tr {
    height: 45px;
    text-align: center;
}
.tp-settings table td span {
    vertical-align: middle;
}
.tp-settings table tr input {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.tp-settings table .probability {
    width: 60px;
}
.tp-settings table .quantity {
    width: 60px;
}
.tp-settings tbody tr.ccc {
    background: #ccc;
}
.tp-settings .awards-btn,
.tp-wrap .setting-basic .basic-btn,
.submit-btn {
    width: 78px;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 10px auto;
    font-size: 12px;
    background: #ff9333;
}
.submit {
    width: 100%;
}
.current-institute {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*自定义下拉框*/
input[type="number"] {
    -moz-appearance: textfield;
}
.select-y {
    position: relative;
    display: inline-block;
}
.select-y>.dropdown {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 32px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
}
.select-y>.dropdown:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.select-y>.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: 400;
     line-height: 32px; 
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li:hover {
    background: #f5f5f5
}
.select-y>.dropdown:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    /*border-top: 4px dashed;*/
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
/*上传奖品*/
.award-wrap {
    padding: 10px 25px;
    width: 540px;
}
.award-wrap>div {
    padding: 15px 0;
}
.award-wrap .aa_aa {
    color: red;
}
.award-wrap #aa_aa{
    padding-left: 7px;
}
.award-wrap input {
    padding: 10px;
    border-radius: 5px;
    font-family: "宋体";
    width: 430px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 20px;
    outline: none;
    resize: none;
}
.award-wrap textarea {
    padding: 10px;
    border-radius: 5px;
    font-family: "宋体";
    width: 430px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 20px;
    outline: none;
    resize: none;
    vertical-align: text-top;
}
.award-wrap #description {
    display: inline-block;
    transform: translateY(10px);
}
.award-wrap .selectDiv {
    display: inline-block;
    width: 452px;
    height: 54px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 3px;
    cursor: pointer;
    overflow: auto;
    vertical-align: text-top;
}
.award-wrap .selectInstitute>div:first-of-type {
    display: inline-block;
    transform: translateY(10px);
}
.award-wrap .selectInstitute {
    position: relative;
    display: flex;
}
.award-wrap .optionDiv {
    width: 452px;
    /*margin-left: 87px;
    margin-top: 5px;*/
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    box-sizing: border-box;
    border-radius: 3px;
    position: absolute;
    top: -31px;
    right: 1px;
}
.award-wrap .optionDiv>span {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
    cursor: pointer;
    background: rgba(255,147,51,.5);
}
.award-wrap .optionDiv>span:hover {
    background: #ff9333;
}
.award-wrap .selectDiv .selected {
    display: inline-block;
    line-height: 20px;
    background: #ddd;
    margin-left: 5px;
}
/*说明弹框*/
.instruction {
    width: 500px;
}