﻿body {
    behavior: url("../Css/csshover3.htc");
    background-color: #EFEFEF;
}
p {
    margin: 0;
}
.home_body {
    width: 800px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    background-color: white;
    overflow-y: auto;
}
.img-responsive {
    width:100%;
}

.fill-blank {
    border-radius: 1.2px;
    border: 0.1rem solid #dcdfe6;
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    height: 36px;
    outline: 0;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 310px;
    background: transparent !important;
    margin: 5px 5px 0px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1;
    font-family: sans-serif;
}
.blank_name {
    text-align:right;
    padding-top: 11px;
    vertical-align: top;
}
.errormsg {
    color:red;
    margin-left: 10px;
    font-size: 12px;
}
.identify-head {
    margin:5px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align:center;
}

.identify-content {
    font-size: 12px;
    color: red;
    padding: 5px;
    line-height: 1.4;
}
.btnLeft {
    height: 34px;
    border: none;
    color: #FFFFFF;
    background-color: #0064b3;
    border-radius: 1.2px;
    padding:0px 1px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}
.btnRight {
    height: 34px;
    border: none;
    color: #FFFFFF;
    background-color: #ff6a00;
    border-radius: 1.2px;
    padding:0px 1px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}
.a::before {
    content: "*";
    font-size: 14px;
    font-weight: bold;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: red;
}
.cut-operation {
    height:20px;
    width:20px;
    background-color: white;
    border: none!important;
    margin-top:5px;
}
.cut-text {
    text-align: center;
    width: 100%;
    transform: scale(0.8) !important;
    color: #0064b3;
}
.FillTxt {
    width: 190px;
    border: none;
    margin-left: 8px;
    height: 30px;
    text-indent: 5px;
    font-family: sans-serif;
}
.Submit {
    width: 148px;
    margin: 5px;
}
.btnDate {
    height: 30px;
    margin:0px 0px 5px;
    width: 250px;
    border-radius: 1.2px;
    border: 0.1rem solid #dcdfe6;
    background-color:#ffffff;
    background-image:url('../images/icon/selectno.svg');
    background-position-x:left;
    background-position-y:center;
    background-repeat:no-repeat;
    background-size: contain;
    line-height:1;
}
.home-operate {
    width: -webkit-fill-available;
    margin: 5px;
}
.step-operate {
    width: 90px;
    margin: 5px;
}
.home-content {
    margin:10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    text-align:left;
}

.foot {
    position: fixed;
    top: 655px;
    bottom: auto;
    left: inherit;
    right: inherit;
    width: 800px;
    text-align: center;
    background-color:#fff;
    height: 55px;
    z-index: 10;
}

.takephoto {
    font-size: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    width: 100%;
}

.deletephoto {
    text-align:center;
    opacity: 0.8;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background-color:#fff;
    height:30px;
    width: 300px;
    margin: -30px auto 0px auto;
    display:none;
}

.show-title {
    margin:10px auto 5px auto;
    font-size: 15px;
    font-weight: bold;
    text-align:left;
    width:310px;
}
.show-container {
    margin: 0 auto;
    width: 310px;
    font-size: 12px;
    color: #000;
}

.coupon-msg {
    padding: 1px 5px;
    text-align: left;
    border: 1px solid #dcdfe6;
    border-bottom-style: dashed;
    height: 100px;
    text-align: left;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.coupon-qrcode {
    text-align: center;
    border: 1px solid #dcdfe6;
    border-top-style: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.coupon-msg-show {
    line-height: 24px;
}

.coupon-action-btn {
    padding: 0px 6px;
    color: #3d85c6;
    background-color: #fff;
    border: 1px solid #3d85c6;
    height: 22px;
    line-height: 22px;
    border-radius: 10px;
}

.coupon-error-btn {
    padding: 0px 6px;
    color: #ff0000;
    background-color: #fff;
    border: 1px solid #ff0000;
    height: 22px;
    line-height: 22px;
    border-radius: 10px;
    margin:0px 5px;
}

.detail-info {
    border: 1px solid #dcdfe6;
    border-spacing: 0;
    font-size: 12px;
    text-align: left;
    padding: 5px 5px;
    color: #000;
}

@media (max-width:768px) {
    body {
        background-color:white;
    }
    .home_body {
        width: 100%;
        height: 100%;
    }
    .foot {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
}

/*分享功能样式*/
.more_pc{
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center;
    width: 43px;
    height: 18px;
    padding:0px;
    background-color: white;
    border: none!important;
    border-radius:3px;
    margin:12px 0px;
}
.more_mo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    padding: 0px;
    background-color: white;
    border: none !important;
    border-radius: 3px;
    margin: 1px;
}
.qrcodelayer {
    margin: 10px auto;
    text-align: center;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 12px;
}

@keyframes blink{
  0%{opacity: 1;color: #000000;}
  50%{opacity: 1;color: #000000;}
  50.01%{opacity: 1;color: #FF6A00;}
  100%{opacity: 1;color: #FF6A00;}
}
 
/* 添加兼容性前缀 */
 
@-webkit-keyframes blink {
  0%{opacity: 1;color: #000000;}
  50%{opacity: 1;color: #000000;}
  50.01%{opacity: 1;color: #FF6A00;}
  100%{opacity: 1;color: #FF6A00;}
}
 
@-moz-keyframes blink {
  0%{opacity: 1;color: #000000;}
  50%{opacity: 1;color: #000000;}
  50.01%{opacity: 1;color: #FF6A00;}
  100%{opacity: 1;color: #FF6A00;}
}
 
@-ms-keyframes blink {
  0%{opacity: 1;color: #000000;}
  50%{opacity: 1;color: #000000;}
  50.01%{opacity: 1;color: #FF6A00;}
  100%{opacity: 1;color: #FF6A00;}
}
 
@-o-keyframes blink {
  0%{opacity: 1;color: #000000;}
  50%{opacity: 1;color: #000000;}
  50.01%{opacity: 1;color: #FF6A00;}
  100%{opacity: 1;color: #FF6A00;}
}
 
/* 定义blink类*/
.blink{
    animation: blink 1s linear infinite; 
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    padding-bottom: 5px;
}
