@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size: 10px;
    min-width: 1340px;
    position: relative;
    height: 100%;
    /*background-size: 100%;*/
    /*background-color: #2a23c7;*/
    /* background-image: url("https://ws-wanhui.oss-cn-shenzhen.aliyuncs.com/nina/20190617184356.png"); */
    background-image: url("../img/bg.png");
    background-size: 100% 100%;
}

textarea {
    font-family: '微软雅黑';
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
    margin: 0;
    padding: 0;
    font-size: 16px
}

img {
    border: 0;
    vertical-align: bottom;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px
}

.cl {
    display: block;
    clear: both;
}

.box {
    position: relative;
    padding-bottom: 90px;
}

.Title {
    font-size: 54.85px;
    /*color: #ffdc00;*/
    font-weight: 700;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 70px;
    color: #fff;
    text-shadow:4px 4px 0px #1c5ff6;
    letter-spacing:6px;

}

.prizeList {
    width: 1200px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: none;
    column-count: none;
	flex-wrap: wrap;
}

.prizeList li {
    width: 570px;
    height: 60px;
    /*background-color: rgba(38, 58, 219, .7);*/
    background-color: rgba(255,255,255,0.8);
    line-height: 60px;
    box-sizing: border-box;
    border: 1px dashed #2864ef;
	flex-shrink: 0;
    /* margin-bottom: 15px; */
    padding: 0 15px;
	margin: 0 15px 15px 15px;
    /*color: #fff;*/
    color: #2a23c7;
    font-weight: 700;
    font-size: 22px;
    writing-mode: lr-tb;
    display: inline-block;
}

.prizeList li label {
    float: right;
    font-weight: 400;
}

.submit {
    width: 540px;
    height: 98px;
    margin: 35px auto 0;
    background: url(../img/btnbg.png) no-repeat;
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    text-align: center;
    line-height: 98px;
    cursor: pointer;
}

.ipt_warp {
    width: 540px;
    margin: 0 auto;

}

.ipt_warp input {
    display: block;
    width: 400px;
    margin: 30px auto;
    height: 50px;
    border-radius: 10px;
    /*border: 2px solid #ffdc00;*/
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    /*background-color: rgba(255,255,255,0.5);*/
    /*background-color: rgba(0,0,0,0.3);*/
    background: #f6f6f6;
    color: #232323;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;

}

.ipt_warp input::after {
    border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 20px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 20px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 20px;
}

.btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.save_btn, .begin_btn {
    width: 240px;
    height: 70px;
    /*background: #fff;*/
    color: #2864ef;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 34px;
    font-weight: bold;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #2864ef;
    box-sizing: border-box;

}

.btn_show_jp_list {
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

.btn_show_jp_list > img {
    display: block;
    width: 100px;
    height: 100px;

}

.modal_jp_list {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.modal_jp_list_main_warp {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.modal_main {
    width: 600px;
    min-height: 360px;
    /*max-height: 600px;*/
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    margin: 100px auto;
    /*overflow-y: scroll;*/
}

.modal_main_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;

}

.jp_bar {
    padding-top: 20px;
}

.jp_bar_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    /*border-bottom: 1px solid #ccc;*/

}

.modal_main_text {
    min-height: 176px;
    max-height: 500px;
    overflow-y: auto;
}

        /*滚动条样式*/
.modal_main_text::-webkit-scrollbar {
    width: 4px;
}

.modal_main_text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.modal_main_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.jp_bar_list {
    width: 100%;
    /*display: flex;*/
    /*align-content: space-between;*/
    /*float: left;*/
    overflow: hidden;
}

.jp_bar_name {
    width: 260px;
    height: 50px;
    box-sizing: border-box;
    border: 2px dashed #2a23c7;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    font-size: 20px;
    color: #232323;
    /*font-weight: bold;*/
}

.jp_bar_name:nth-child(odd) {
    float: left;
}

.jp_bar_name:nth-child(even) {
    float: right;
}

.modal_btns{
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;


}

.modal_btns>div{
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e5e5;
    margin: 0 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;

}

.modal_btns>div:nth-child(1){
    background: #2a23c7;
    color: #fff;
}

.modal_btns>div:nth-child(2){
    background: #d9534f;
    color: #fff;
}

.list_none{
    text-align: center;
    line-height: 3;
    font-size: 30px;
    font-weight: bold;
    color: #999;
}

