.md body {
    font-family: 'PingFangSC-Regular';
}

.broadcast {
    height: 200px;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.2) 100%
    ),
    url(../../images/calculator.jpg);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    margin: 0 auto;
    padding: 0;
}

.ios i.icon.icon-back {
    width: 12px;
}

.describe {
    font-size: 14px;
    color: #808080;
    height: 40px;
    line-height: 20px;
    text-align: center;
}

.describe-head-span {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: 0.27px;
    text-align: center;
}

.describe-context-span {
    font-size: 14px;
    color: #808080;
    text-align: center;
    display: block;
}

.contact-a {
    font-size: 14px;
    color: #d8000f;
    display: block;
}

.span_label {
    height: 22px;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
}

.label_head {
    height: 20px;
    padding: 7px 0 10px 20px;
    border-bottom: 1px solid #dadfe3;
}

#canvas {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.worn-content {
    background-color: #fffdf6;
    color: #e6b800;
    margin: auto;
    padding: 10px 16px;
    font-size: 14px;
    overflow: auto;
}

.span_font_light_14 {
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.margin_bottom_10 {
    margin: 15px;
}

.ios .navbar-title {
    text-align: center !important;
    width: 365px;
}

.md .navbar-title {
    text-align: center !important;
    width: 250px;
}

.navbar-bg {
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 0 0;
}

.navbar:after {
    position: relative !important;
    background-color: transparent !important;
}

.cutbar {
    height: 10px;
    background-color: #f0f0f0;
}

.padding_15 {
    padding: 15px;
}

/**
验证码
 */
.varify {
    margin: 0;
    z-index: 10001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.varify-modal {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    width: 75%;
    border-radius: 4px;
}

.varify-content {
    padding:40px 20px 20px;
    font-size: 16px;
    border-bottom: 1px solid #DADFE3;
}

.varify-input {
    background-color: #DADFE3;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 0;
    display: flex;
}
.varify .button{
    color: #D8000F;
    font-size: 16px;
}
.varify .button-gray{
    color: #d9d9d9;
}
.md.device-pixel-ratio-2 .varify .button-gray:after{
    transform: scaleX(.5);
}
.md.device-pixel-ratio-3 .varify .button-gray:after{
    transform: scaleX(.33)
}
.varify .button-gray:after{
    content: "";
    width: 1px;
    height: 20px;
    right: 0;
    background-color: #d8d7df;
    position: absolute;
    top: 8px;
}
.varify-input img{
    margin: auto;
}

#captcha {
    width: calc(100% - 120px);
    margin-left: 10px;
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 5001;
}