.welcome-bg{
    background: url("/images/bg.jpg") 0 0 no-repeat fixed;
    background-size: 100% 100%;
    min-height: 100vh;
    width: 100%;
    padding-top:5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.welcome-img-bg{
    width: 100%;
    margin: 0 auto ;
    position: relative;
}
.welcome-img{
    width: 80%;
    display: block;
    margin: 0 auto 30px ;
}
.welcome-img-people{
    width: 65%;
}
.agreement-content-bg{
    margin: 0 auto ;
    color: #cb7a5c;
    font-weight: 700;
    width: 100%;
    position: relative;
    z-index: 5;
    line-height: 36px;
    font-size: 14px;
}
.agreement-text{
    margin-left: 10px;
    text-decoration: underline ;
    padding: 10px 0;
}
.footer-bg{
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
}
.start-btn{
    background: url("/images/button.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 17vw;
    margin: 0 auto ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer{
    width: 100%;
    padding: 0 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 2%;
}
.footer-btn{
    width: 36px;
    height: 36px;
}
.history-btn{
    top: -15vw;
    left: 0;
}
.introduce-btn{
    right: 0;
    top: -15vw;
}
.button-hover{
    opacity: 0.8;
    color: transparent;
    background-color: transparent;
}
.navigator-hover{
    opacity: 0.8;
    color: transparent;
    background-color: transparent;
}
button{
    color: transparent;
    background-color: transparent;
}
.btn-bg{
    padding: 10px ;
    line-height: 1;
    z-index: 10;
}
.agreement-img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: url("/images/agreement-hint.png") 0 100% no-repeat;
    background-size: 100% 230%;
    display: inline-block;
    margin-right: 5px;
}
.toast-bg{
    position: absolute;
    width: 100%;
    top: 45%;
}
.toast{
    width: 80%;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: rgba(46,3,3,0.8);
    color: #ffffff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 40px;
}
.agreement-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.agreement-padding{
    padding: 10px 0;
}
.agreement-content{
    position: absolute;
    top: 10%;
    height: 80%;
    left: 5%;
    width: 90%;
    background: url("/images/agreement-content-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.agreement-cha{
    position: absolute;
    right: 8%;
    top: 5%;
    width: 30px;
    height: 30px;
}
.agreement-content-title{
    color: #d00801;
    font-size: 24px;
    margin: 55px auto 30px;
}
.agreement-content-view{
    height: 70%;
    overflow-y: auto;
    padding: 0 45px;
    font-size: 14px;
    color: #6B563D;
    line-height: 24px;
}
/**
history
 */
.welcome-history-bg {
    background: url("/images/bg.jpg") 0 0 no-repeat fixed;
    background-size: 100% 100%;
    min-height: 100vh;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.history-list {
    width: 100%;
    height: 24vw;
    line-height: 20vw;
    background: url("/images/history-item-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
}
.history-list-item-image{
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #C02A1B;
    margin-right: 15px;
}
.history-check-btn {
    background: url("/images/history-check.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 15vw;
    height: 6vw;
    position: absolute;
    right: 7%;
    top: 32%;
}

.history-start-btn{
    background: url("/images/history-add-btn.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 19vw;
    display: block;
    margin: 0 auto;
}

button{
    color: #C02A1B;
    background-color: transparent;
    padding: 0;
    line-height: 1;
    text-align: left;
}
.button-hover{
    opacity: 0.8;
    color: #C02A1B;
    background-color: transparent;
}
.canvas-bg{
    width: 75vw;
    height: 75vw;
    margin: 0 auto;
    position: relative;
    background: url("/images/kuang.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.canvas-show{
    width: 100%;
    height: 100%;
}
.loading-text{
    color: #FBD779;
    font-size: 20px;
    margin: 28px auto 20px;
}
.animation-loading-bg{
    width: 310px;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
}
.animation-loading-bg-bg{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto ;
    max-height: 40vh;
    overflow: auto;
}
.animation-loading-zhe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    /*background:linear-gradient(0deg,rgba(173,20,25,1) 0,rgba(173,20,25,0.3) 10%,transparent 10%,transparent 90%,rgba(173,20,25,0) 90%,rgba(173,20,25,1) 100%);*/
}
.animation-loading-content{
    color: #FFCCD1;
    margin: 0 auto 14px;
    font-size: 12px;
    padding: 0 4px;
}
.canvas-line{
    position: absolute;
    top: 0;
}
.error-bg{
    width: 80%;
    height: 65%;
    position: absolute;
    top: 17.5%;
    left: 10% ;
    background: url("/images/error-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius:8px;
    padding: 51px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 15;
}
.error-content{
    margin: 16px auto;
    position: relative;
}
.error-title{
    color: #D00801;
    font-size: 16px;
    font-weight:600;
}
.error-text{
    color: #6B563D;
    font-size: 14px;
    margin-top: 5px;
    height: 30px;
}
.ok{
    width: 25px;
    position: absolute;
    right: 0;
    top: 2px;
}
.restart-btn{
    background: #A50000;
    color: #F3EEBC;
    font-size: 22px;
    border-radius: 8px;
    width: 84%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 80px;
    left: 8%;
}
.welcome-history-view{
    height: 75vh;
    overflow: auto;
}
.history-footer{
    position: absolute;
    bottom: 40px;
}

.done-ok{
    width: 70px;
    height: 70px;
    display: block;
    margin:40px auto;
}
.done-title{
    width: 254px;
    height: 48px;
    display: block;
    margin: 40px auto;
}
.done-color{
    color: #ffdf7d;
    font-size: 30px;
}
.done-button{
    width: 532px;
    height: 115px;
    margin: 30px auto;
    background: url("/images/done-button.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.done-message-bg{
    margin: 0 auto;
    padding: 15px 30px;
    background: #7a0b0a;
    font-weight: 600;
    color: #d79a75;
    font-size: 28px;
    width: 340px;
    border-radius: 40px;
}
.done-message-color{
    color: #ffa22a;
}
.baogao-bg{
    margin: 0 auto;
    width: 80%;
    height: 12vw;
    position: relative;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/images/baogao-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #f8bc53;
}
.baogao-num{
    color: #c47136;
    font-size: 12px;
    position: absolute;
    bottom: 1vw;
    left: 12px;
}
.baogao-list{
    width: 100%;
    height: 100%;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 0;
    overflow: hidden;
    text-align: right;
    line-height: 12vw;
}
.baogao-list-swiper{
    width: 100%;
    height: 100%;
}
.baogao-user-img{
    width: 32px;
    border-radius: 50%;
    vertical-align: middle;
}
.kefu-btn-bg{
    position: fixed;
    right:20px;
    top: 640px;
    width:120px;
    height:120px;
    z-index: 66;
}
.kefu-btn{
    width: 100%;
    height: 100%;
}
button:active,button:hover,button:focus{
    opacity: 0.8;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline:none;
}

.master-bg {
    background: url("/images/master-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    height: 148vw;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 35px 0;
    margin: 0 auto;
}

.master-icon {
    display: block;
    margin: 14px auto;
    width: 21vw;
}

.title {
    font-size: 20px;
    color: #c02a1b;
    margin: 10px auto;
    font-weight: 600;
}

.title-message {
    color: #f4f0b9;
    background: #d9291d;
    border-radius: 30px;
    padding: 5px 20px;
    display: block;
    margin: 10px auto;
    font-size: 14px;
}

.title-content {
    color: #c02a1b;
    font-size: 16px;
}

.title-bor {
    border-radius: 3px;
    width: 40px;
    height: 4px;
    background: #C02A1B;
    margin: 10px auto;
}

.message{
    font-size: 14px;
    color: #6B563D;
}
.title-master{
    margin: 0 auto;
}
.master-view{
    height: 72%;
    overflow: auto;
}
