﻿html, body{
    height: 100%;
}

td {
    text-align: left;
    font-size: 0.875em;
    font-family: 'Microsoft YaHei';
}

tr{
    text-align:left;
}

.scanBtn {
    text-align: center;
    width: 100%;
}

.scanImg {
    margin-top: 2px;
}

#weixinProvince {
    width: 100%;
}

#weixinCity {
    width: 100%;
}

.tb-col-1{
    width: 33%;
}

.tb-col-2{
    width: 50%;
}

.tb-col-3{
    width: 17%;
}

.text-box {
    width: 100%;
}

span{
    text-align:center;
}

.text-danger {
  color: #b94a48;
}

.aftersubmitlink {
    color: dodgerblue;
    text-decoration: none;
}

.btn_style {
    position: relative;
    display: inline-block;
    background: rgb(75,108,159);
    overflow: hidden;
    color: white;
    font-size: 1.2em;
    height: 1.5em;
    text-decoration: none;
    text-indent: 0;
}

.btn_style input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

@media screen and (max-width:350px) {
    td{
        padding-bottom: 10px;
        padding-right: 5px;
    }
}

@media screen and (min-width:351px) {
    td{
        padding: 10px 10px 10px 0px;
    }
}
